/* ----------------------------------

Template Name: Tanda - IT Solutions Template
Author: validtheme
Description:
Version: 1.4

Main Font    : Inter
Main Color   : #086AD8

-------------------------------------

Table of contents
    
01. Template default css
02. Navbar
    - Navbar Default
    - Navbar Sticky
    - Navbar Transparent
    - Navbar With Topbar
03. Banner
    - Default
    - Carousel
    - Banner with form
04. About Area
    - Simple
    - With FAQ
05. Why Choose Us
06. Work Process
07. Works About
08. Services
    - Carousel Version
    - Grid Version
    - Tab Version
09. Quick Contact Area
10. Case Studies
11. Fun Factor
12. Team
13. FAQ
14. Features Area
15. Our Mission/Our Vission
16. Testimonials
17. Clients / Brand
18. Blog
    - Standard
    - Left Sidebar
    - Right Sidebar
    - Single
19. Concat Area
20. Subscribe Form
21. Error 404
22. Footer
    - LIght Version
    - Dark Version
23. PHP Contact Form
24. Others

*/


/*
** General Styles for HTML tags
*/

* {
padding: 0;
margin: 0;
}

html {
width: 100%;
height: 100%;
position: relative;
overflow: visible;
}

body {
  font-family: inter,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #fff;
  color: #666;
}

html, body, .wrapper {
height: 100%;
}

h1, h2, h3, h4, h5, h6 {
color: #0e2b3d;
font-weight: normal;
line-height: 1.2;
font-family: 'Inter', sans-serif;
letter-spacing: 0;
margin: 0;
}

h1,h2,h3,h4,h5,h6 {
margin-bottom: 15px;
}

img {
border: none;
outline: none;
max-width: 100%;
}

label {
display: inline-block;
font-weight: normal;
margin-bottom: 5px;
max-width: 100%;
}

a, .btn, button {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
outline: medium none;
}

a img, iframe {
border: none;
}

p {
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}

hr {
margin-top: 0;
margin-bottom: 0;
border: 0;
border-top: 1px solid #eee;
}

pre {
display: block;
margin: 0 0 30px;
padding: 9.5px;
word-wrap: break-word;
word-break: break-all;
color: #333;
border: 1px solid #ededed;
border-radius: inherit;
background-color: #f9f9f9;
font-size: 13px;
line-height: 1.42857143;
}

input:focus, textarea:focus, 
select:focus {
outline: none;
box-shadow: inherit;
}

ul {
margin: 0;
list-style-type: none;
}

a, a:active, a:focus, a:hover {
outline: none;
text-decoration: none;
color: #0e2b3d;
}

a:hover {
color: #0e2b3d;
}

a {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-weight: 600;
}

b, strong {
font-weight: 900;
}

.btn.active, .btn:active {
background-image: inherit !important;
}

.btn.focus, 
.btn:active:focus, 
.btn:active:hover, 
.btn:focus, 
.btn:hover {
outline: 0;
}

.btn.circle {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}

.btn.active, .btn:active {
outline: 0;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}

input {
border: 1px solid #e7e7e7;
border-radius: inherit;
box-shadow: inherit;
min-height: 50px;
}
/* Default CSS */
.container-medium {
padding: 0 15px;
margin: auto;
max-width: 1400px;
}

.container-full {
padding: 0 15px;
margin: auto;
max-width: 1400px;
}

.container-fill {
padding: 0 15px;
margin: auto;
max-width: 100%;
}

@media (min-width:576px) {
.container-medium {
  max-width: 540px;
}
}

@media (min-width:768px) {
.container-medium {
  max-width: 720px;
}
}

@media (min-width:992px) {
.container-medium {
  max-width: 960px;
}
}

@media (min-width:1200px) {
.container-medium {
  max-width: 1400px;
  width: 80%;
}
}

@media (min-width:576px) {
.container-full {
  max-width: 540px;
}
}

@media (min-width:768px) {
.container-full {
  max-width: 720px;
}
}

@media (min-width:992px) {
.container-full {
  max-width: 960px;
}
}

@media (min-width:1200px) {
.container-full {
  max-width: 1400px;
  width: 90%;
}
}

@media (min-width:576px) {
.container-fill {
  max-width: 540px;
}
}

@media (min-width:768px) {
.container-fill {
  max-width: 720px;
}
}

@media (min-width:992px) {
.container-fill {
  max-width: 960px;
}
}

@media (min-width:1200px) {
.container-fill {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
}

.fixed-bg {
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: -1;
}

.bg-cover {
background-position: center center;
background-size: cover;
}

.bg-cover-bottom {
background-size: cover !important;
background-position: left bottom !important;
background-repeat: no-repeat;
}

.bg-bottom-center {
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}

.bg-contain {
background-size: contain;
}

.bg-fixed {
background-attachment: fixed;
background-position: center top;
background-size: cover;
}

.bg-gray {
background-color: #f3f7fd;
}

.bg-gray-hard {
background-color: #d1eeec;
}

.bg-theme-small {
background-color: #edf5ff;
}

.bg-light {
background-color: #ffffff;
}

.bg-theme {
background-color: #086AD8;
}

.bg-light-gradient {
background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
background-color: #086AD8;
}

.container-md {
width: 90%;
margin: auto;
position: relative;
}

.text-italic {
font-style: italic;
}

.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6, 
.text-light p, 
.text-light a {
color: #ffffff;
}

.shadow {
position: relative;
z-index: 1;
box-shadow: inherit !important;
}

.shadow.dark::after {
background: #000000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.shadow.dark-hard::after {
background: #000000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.75;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.shadow.light::after {
background: #ffffff none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.shadow.theme::after {
background: #086AD8 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.shadow.theme-hard::after {
background: #086AD8 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
position: relative;
z-index: 1;
}

.default-padding {
padding-top: 120px;
padding-bottom: 120px;
}

.default-padding-top {
padding-top: 120px;
}

.default-padding-bottom {
padding-bottom: 120px;
}

.default-padding.bottom-less {
padding-top: 120px;
padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
margin-bottom: -30px;
}

.default-padding-top.bottom-less {
margin-bottom: -30px;
}

.top-border {
border-top: 1px solid #e7e7e7;
}

.align-center {
align-items: center;
}

.btn {
display: inline-block;
font-family: 'Inter', sans-serif;
font-weight: 600;
line-height: 25px;
text-transform: capitalize;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
overflow: hidden;
border-radius: 5px;
font-size: 17px;
}

.btn i {
font-size: 20px;
margin-left: 5px;
position: relative;
top: 3px;
}

.btn.btn-sm i {
font-size: 16px;
margin-left: 5px;
position: relative;
top: 1px;
}

.btn.btn-icon i {
font-size: 50px;
align-items: center;
float: left;
margin-right: 10px;
}

.btn.btn-icon {
padding: 0;
line-height: 50px;
}

.btn.btn-icon:hover {
color: #ffffff;
}

.btn-md {
padding: 15px 40px;
}

.btn-sm {
padding: 10px 35px;
font-size: 14px;
}

.btn.btn-sm-pro {
font-size: 10px;
font-weight: 600;
margin-top: 5px;
padding: 4px 35px;
display: inline-block;
}

.btn-border-light {
border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
.btn.btn-sm-pro.btn-border-light:focus {
background-color: #ffffff;
color: #0e2b3d;
border: 2px solid #ffffff;
}

.btn-dark {
background-color: #0e2b3d;
color: #ffffff;
border: 2px solid #0e2b3d;
}

.btn-dark.border {
background-color: transparent;
color: #0e2b3d;
border: 2px solid #0e2b3d !important;
}

.btn-dark.border:hover {
background-color: #0e2b3d;
color: #ffffff !important;
border: 2px solid #0e2b3d !important;
}

.btn-gray.border {
background-color: transparent;
color: #086AD8;
border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
background-color: #086AD8;
color: #ffffff !important;
border: 2px solid #086AD8 !important;
}

.btn-gray.effect {
background: #fafafa;
border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
background: #ffffff none repeat scroll 0 0;
border: 2px solid #ffffff;
color: #0e2b3d;
}

.btn.btn-light.border {
background: transparent;
border: 2px solid #ffffff !important;
color: #ffffff;
}

.btn.btn-light.border:hover {
background: #ffffff none repeat scroll 0 0 !important;
border: 2px solid #ffffff !important;
color: #0e2b3d !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #086ad8;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 35px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 13px;
}

.btn-standard:hover {
color: #ffffff;
}

.btn-standard::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
background: #086AD8;
transition: all 0.35s ease-in-out;
left: -100%;
bottom: 0;
z-index: -1;
}

.btn-standard:hover::after {
left: 0;
}

.btn-standard.md {
padding: 13px 45px;
}

.btn-standard i {
display: inline-block;
text-align: center;
color: #086AD8;
font-size: 15px;
border-radius: 50%;
position: relative;
z-index: 1;
margin-left: 3px;
top: 1px;
transition: all 0.35s ease-in-out;
}

.btn-standard:hover i {
color: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
color: #ffffff;
}

.btn-dark:hover, 
.btn-dark:focus {
color: #0e2b3d !important;
background: transparent;
}

.bg-dark {
background: #001d4c !important;
}

.bg-dark-hard {
background: #08111e;
}

.bg-gradient {
background: #086AD8;
background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.btn-theme {
background-color: #086AD8;
color: #ffffff !important;
border: 2px solid #086AD8;
}

.btn-theme.border {
background-color: transparent;
color: #0e2b3d !important;
border: 2px solid #086AD8 !important;
}

.text-light .btn-theme.border {
color: #ffffff !important;
}

.btn-theme.border:hover {
background-color: #086AD8;
color: #ffffff !important;
border: 2px solid #086AD8;
}

.btn-theme.effect:hover, 
.btn-theme.effect:focus {
background: #086AD8 none repeat scroll 0 0;
border: 2px solid #086AD8;
color: #ffffff;
}

.btn.btn-sm-lm {
font-size: 12px;
padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
border: 2px solid #ffffff;
color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
position: relative;
z-index: 1;
color: #ffffff !important;
padding: 18px 40px !important;
}

.btn-gradient:hover {
color: #ffffff;
}

.btn-gradient::after {
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
transition: all 0.35s ease-in-out;
z-index: -1;
box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #086AD8;
}

.btn-gradient i {
display: inline-block;
line-height: 28px;
color: #ffffff;
font-size: 14px;
margin-left: 5px;
}

.btn-gradient.icon-normal i {
border: none;
background: transparent;
font-size: 20px;
line-height: inherit;
position: relative;
top: 2px;
margin-right: 0;
height: auto;
width: auto;
}

.btn-gradient.icon-left i {
margin-left: 0;
margin-right: 5px;
}

.inc-icon i {
display: inline-block;
height: 30px;
width: 30px;
line-height: 28px;
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
font-size: 10px;
border-radius: 50%;
margin-left: 5px;
border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
padding: 10px 30px;
}

.btn.btn-transparent.border {
border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
border: 1px solid rgba(255, 255, 255, 0.5) !important;
background: rgba(255, 255, 255, 0.07);
color: #ffffff !important;
}

.relative {
position: relative;
z-index: 1;
}

.bg-fixed {
background-attachment: fixed !important;
background-position: center center !important;
background-size: cover !important;
}

.bg-cover {
background-position: center center !important;
background-size: cover !important;
}

.overflow-hidden {
overflow: hidden;
}

button, button:focus {
border: none !important;
box-shadow: inherit !important;
outline: inherit !important;
}

header {
position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
position: relative;
z-index: 1;
margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
background: #ffffff none repeat scroll 0 0;
bottom: -2px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
width: 0;
}

.attr-nav .social.right li {
margin-left: 20px;
}

.attr-nav .social li a {
font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
margin-right: 30px;
padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
margin-right: 0;
padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
background: #086AD8 none repeat scroll 0 0;
border: 2px solid #086AD8;
color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
margin-right: 30px;
padding: 35px 0;
}

.attr-nav.social li {
display: inline-block;
padding: 25px 0 !important;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
border: 1px solid #f4f4f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #086AD8;
display: inline-block;
font-size: 14px;
height: 40px;
line-height: 40px;
margin-left: 10px;
padding: 0 !important;
text-align: center;
width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
display: inline-block;
padding: 20px 0 !important;
}

.site-heading h2 {
display: inline-block;
font-weight: 600;
padding-bottom: 20px;
margin-bottom: 0;
position: relative;
letter-spacing: 1px;
line-height: 1.4;
}

.site-heading.less-info h2 {
margin-bottom: 0;
}

.site-heading h4 {
color: #086AD8;
font-weight: 600;
text-transform: uppercase;
}

.site-heading.clean h2 {
padding-bottom: 0;
}

.site-heading.clean h2 span {
color: #086AD8;
}

.site-heading h2 span {
color: #086AD8;
}

.site-heading.barber h2 span {
color: #bc9355;
}

.site-heading p {
margin: 0;
margin-top: 20px;
padding: 0 7%;
}

.site-heading h2::before {
background: #086AD8 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 40px;
}

.site-heading h2::after {
background: #086AD8 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: 20px;
position: absolute;
width: 5px;
}

.site-heading.text-left h2::before {
left: 0;
margin-left: 0;
}

.site-heading.text-left h2::after {
left: 45px;
margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
color: #086AD8;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px;
padding: 15px;
}

.heading-left {
margin-bottom: 60px;
}

.heading-left .left-info {
padding-right: 50px;
border-right: 1px solid #dddddd;
}

.heading-left .right-info {
padding-left: 50px;
}

.heading-left h5 {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 25px;
display: inline-block;
position: relative;
z-index: 1;
padding-left: 45px;
color: #086AD8;
}

.heading-left h5::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 2px;
width: 30px;
background: #086AD8;
margin-top: -1px;
}

.heading-left p {
margin-top: -5px;
margin-bottom: 0;
}

.heading-left h2 {
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
}

.heading-left a {
margin-top: 10px;
}

.area-title {
font-size: 40px;
line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
}

.fixed-shape-bottom img {
width: 100%;
}




/* ============================================================== 
   # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
display: inline-block;
margin-left: 15px;
padding-left: 15px;
position: relative;
z-index: 1;
}

.top-bar-area li:first-child {
margin: 0;
padding: 0;
border: none;
}

.top-bar-area p {
margin: 0;
font-weight: 500;
}

.top-bar-area p a {
text-decoration: underline;
font-weight: 600;
}

.top-bar-area.inc-border {
border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
display: inline-block;
padding: 6px 25px;
color: #ffffff;
position: relative;
z-index: 1;
border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
position: absolute;
left: 0;
top: 5px;
content: "";
height: 19px;
width: 1px;
border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
display: none;
}

.top-bar-area .item-flex {
display: flex;
align-items: center;
justify-content: flex-end;
}

.top-bar-area .social ul {
margin-left: 30px;
}

.top-bar-area .social ul li::after {
display: none;
}

.top-bar-area .social li {
margin-left: 10px;
}

.top-bar-area.inc-pad {
padding: 15px 0;
}

.top-bar-area.inc-padding {
padding: 10px 0;
}

.top-bar-area .button i {
margin-right: 5px;
}

.top-bar-area .info li i {
margin-right: 5px;
color: #086AD8;
}

.top-bar-area.fixed {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 9;
}

.top-bar-area.fixe .row {
align-items: center;
}

.top-bar-area.fixed {
padding: 20px 0;
}

.top-bar-area .address-info li {
text-align: left;
}

.top-bar-area .address-info li .icon, 
.top-bar-area .address-info li .info {
display: inline-block;
}

.top-bar-area .address-info li .icon i {
margin-right: 10px;
}

.top-bar-area .info a {
margin-left: 20px;
}

.top-bar-area.fixed .container {
padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i {
color: #ffffff;
}

.top-bar-area.inc-logo {
padding: 15px 0;
}

.top-bar-area .info-colums ul {
display: flex;
align-items: center;
justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
display: block;
font-weight: 600;
text-transform: uppercase;
}

.top-bar-area .info-colums li i {
font-size: 35px;
}

.top-bar-area .info-colums ul .info {
font-size: 14px;
text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
display: inline-block;
}

.top-bar-area .info-colums ul li {
text-align: left;
}

.top-bar-area .info-colums ul li .info {
line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
height: 90%;
top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
color: #086AD8;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
color: #ffffff;
}

.top-bar-area.bg-theme {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Content */
.banner-area .thumb {
position: relative;
top: 120px;
}

.banner-area.inc-shape .thumb {
position: relative;
z-index: 1;
}

.banner-area.inc-shape .thumb::after {
position: absolute;
right: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: url(../img/shape/2.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top;
z-index: -1;
}

.banner-area .content h2 {
font-size: 60px;
margin-bottom: 25px;
}

.banner-area.text-color .content h2 strong {
font-weight: 800;
color: #086AD8;
}

.banner-area.text-light .content h2 strong {
color: #ffffff;
}

.banner-area .content h2 strong {
font-weight: 800;
display: block;
}

.banner-area .content h4 {
margin-bottom: 25px;
}

.banner-area .content a {
margin-top: 20px;
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
margin-left: 15px;
margin-right: 15px;
}

.banner-area.top-pad-60 .content {
padding-top: 60px;
}

.banner-area.border-shadow .box-table {
position: relative;
z-index: 1;
}

.banner-area.border-shadow .box-cell::before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 100%;
width: 100%;
background: url(../img/shape/9.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: contain;
}

.banner-area.text-large .content h2 {
font-size: 80px;
}

.banner-area .appoinment-box, 
.banner-area .appoinment-box div {
height: auto;
}

.banner-area .item-box .item .row div {
height: auto;
}

.banner-area .appoinment-box {
  padding: 60px 37px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
}

.banner-area .appoinment-box h4 {
color: #0e2b3d;
font-weight: 600;
}

.banner-area .appoinment-box p {
color: #0e2b3d;
}

.banner-area .appoinment-box .heading {
margin-bottom: 30px;
}

.banner-area .appoinment-box input, 
.banner-area .appoinment-box .nice-select {
border: none;
border-radius: inherit;
box-shadow: inherit;
background: rgba(255, 255, 255, 0.6);
border-bottom: 1px solid #e6e6e6;
padding-left: 0;
}

.banner-area .appoinment-box button {
  background: #086AD8;
  padding: 10px 25px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
}

.banner-area.heading-border .content h4 {
display: inline-block;
position: relative;
z-index: 1;
padding-left: 45px;
}

.banner-area.heading-border .content h4::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 2px;
width: 30px;
background: #ffffff;
}

.banner-area.circle-shape .content::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 450px;
  width: 450px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
}

.banner-area.circle-shape .content::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 550px;
  width: 550px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}


.banner-area.center-item .thumb {
  position: inherit;
  top: 0;
}

.banner-area.center-item .row > div {
  height: auto;
}

.banner-area.shape {
position: relative;
z-index: 1;
}

.banner-area.shape::after {
  position: absolute;
  right: -20%;
  top: -20%;
  content: "";
  height: 700px;
  width: 700px;
  background: #f3f7fd;
  z-index: -1;
  border-radius: 30px;
  transform: rotate(45deg);
}

.banner-area .fixed-shape.right.top {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner-area .content .bottom {
  display: flex;
  align-items: center;
}

.banner-area .content .bottom a {
  margin-right: 30px;
}

.banner-area .content .bottom .call-us h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #086AD8;
}

.banner-area.text-light .content .bottom .call-us h5 {
  color: #ffffff;
}

.banner-area .content .bottom .call-us {
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-align: left;
}

.banner-area .content .bottom .call-us span {
  font-weight: 600;
  color: #232323;
}

.banner-area .content .bottom .call-us i {
  height: 50px;
  width: 50px;
  background: #086AD8;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  margin-right: 15px;
}

.banner-area .content .bottom .call-us i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
}

.banner-area.text-light .content .bottom .call-us span {
  color: #ffffff;
}

.banner-area .banner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom left;
}

.banner-area.bg-gradient {
  background-position: bottom left;
}

.banner-area.bottom-shape {
position: relative;
z-index: 1;
}

.banner-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-area .fixed-shape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


@media (min-width:1300px) {
.banner-box {
  padding: 50px;
  padding-top: 95px;
  border-radius: 8px;
}
}

.banner-area .fixed-shape-bottom {
  z-index: -1;
  opacity: 0.1;
}

.banner-area .row.align-center div {
  height: auto;
}

.banner-area .thumbs {
  position: relative;
  z-index: 1;
}

.banner-area .thumbs::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/15.png);
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/* Animated Shape */

.item-animated {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
-webkit-animation-name: infiUpDown;
animation-name: infiUpDown;
-webkit-animation-duration: 2s;
animation-duration: 2s;
}

@keyframes infiUpDown {
0% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
}

@-webkit-keyframes infiUpDown {
0% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
}

@-webkit-keyframes infinite-move {
from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

to {
  -webkit-transform: translateX(88px);
  transform: translateX(88px);
}
}

@-webkit-keyframes infinite-move {
from {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

to {
  -ms-transform: translateX(88px);
  transform: translateX(88px);
}
}

@keyframes infinite-move {
from {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

to {
  -webkit-transform: translateX(88px);
  transform: translateX(88px);
}
}

.banner-area.mar-top-100p .content {
  margin-top: 100px;
}

.banner-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.banner-area.carousel-shape .slider-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: right;
}

.banner-area.carousel-shape .box-cell::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/18.png);
  background-size: cover;
  background-position: right;
}

.banner-area.carousel-shape p {
  padding-right: 20%;
  font-size: 18px;
  line-height: 36px;
}

.banner-area.bg-adjustable {
  background-size: cover;
  width: 100%;
  background-position: bottom left;
  padding-top: 100px;
  height: 100vh;
}

/* ============================================================== 
   # Video Button Play
=================================================================== */
.video-play-button {
color: #086AD8;
font-size: 30px;
left: 50%;
padding-left: 7px;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
z-index: 1;
}

.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #ffffff repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
background: #086AD8 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #ffffff repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: all 200ms;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
0% {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}

100% {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
}
}

@keyframes pulse-border {
0% {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}

100% {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
}
}

.video-play-button i {
display: block;
position: relative;
z-index: 3;
color: #086AD8;
}

.video-play-button.theme i {
color: #ffffff;
}

.video-play-button.relative {
position: relative;
display: inline-block;
left: 30px;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
margin-top: 0 !important;
top: 43px;
margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
height: 60px;
width: 60px;
line-height: 60px;
}

.video-play-button.relative i {
line-height: 63px;
font-size: 20px;
}

.video-play-button.relative span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  left: 100%;
  min-width: 300%;
  text-transform: uppercase;
  margin-top: -7px;
  margin-left: 20px;
  text-align: left;
}

/* Nice Select CSS */
.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-weight: normal;
height: 50px;
line-height: 50px;
outline: none;
padding-left: 10px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
margin-bottom: 15px;
color: #0e2b3d;
}

.nice-select .current {
color: #666666;
}

.nice-select:hover {
border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
border-color: #999;
}

.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
}

.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}

.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}

.nice-select.disabled:after {
border-color: #cccccc;
}

.nice-select.wide {
width: 100%;
}

.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}

.nice-select.right {
float: right;
}

.nice-select.right .list {
left: auto;
right: 0;
}

.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}

.nice-select.small:after {
height: 4px;
width: 4px;
}

.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}

.nice-select .list {
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}

.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
display: block;
margin: 0;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
background-color: #f6f6f6;
}

.nice-select .option.selected {
font-weight: bold;
}

.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}

.no-csspointerevents .nice-select .list {
display: none;
}

.no-csspointerevents .nice-select.open .list {
display: block;
}

/* ============================================================== 
   # About 
=================================================================== */

.about-area.inc-shape::after {
transform: translateX(10px);
position: absolute;
left: -100px;
top: 150px;
content: "";
height: 100%;
width: 40%;
background: url(../img/shape/1.png);
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
}

.about-area .thumb {
position: relative;
}

.about-area .thumb img {
border-radius: 8px;
}

.about-area .thumb img:first-child {
width: 80%;
}

.about-area .thumb img:nth-child(2) {
position: relative;
left: 20%;
width: 80%;
top: -80px;
margin-bottom: -80px;
box-shadow: 0 0 10px #cccccc;
padding: 5px;
background: #ffffff;
}

.about-area .info > h5 {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 25px;
display: inline-block;
position: relative;
z-index: 1;
padding-left: 45px;
color: #086AD8;
}

.about-area .info > h5::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 2px;
width: 30px;
background: #086AD8;
margin-top: -1px;
}

.about-area .thumb .overlay {
position: absolute;
right: 0;
top: 50%;
height: 250px;
width: 250px;
text-align: center;
background: #ffffff;
transform: translate(50px, -50%);
border-radius: 8px;
box-shadow: 0 0 10px #cccccc;
}

.about-area .thumb .overlay .content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 0 30px;
}

.about-area .thumb .overlay h4 {
margin: 0;
position: relative;
font-weight: 700;
text-transform: capitalize;
line-height: 1.4;
}

.about-area .info ul li {
display: flex;
}

.about-area .info ul li i {
display: inline-block;
font-size: 60px;
margin-right: 25px;
color: #086AD8;
}

.about-area .info ul li h4 {
  font-weight: 600;
  font-size: 18px;
}

.about-area .info ul li {
margin-top: 30px;
}

.about-area .info ul li p {
margin: 0;
}

.about-area .info ul li:first-child {
margin-top: 0;
}

.about-area .info ul {
margin-top: 30px;
}

.about-area .info h2 {
font-weight: 600;
margin-bottom: 25px;
}

.about-area .author {
display: flex;
align-items: center;
margin-top: 30px;
}

.about-area .author img {
height: 100px;
}

.about-area .author .signature {
border-right: 1px solid #e7e7e7;
padding-right: 20px;
margin-right: 20px;
}

.about-area .author h5 {
font-weight: 600;
margin-bottom: 10px;
}

.about-area.reverse .thumbs img {
  max-width: 120%;
}

.about-area.reverse .info {
  padding-right: 35px;
}

.about-area.reverse .info {
  padding-bottom: 120px;
}

.about-area .info .progress-box .progress {
  height: 5px;
  overflow: inherit;
}

.about-area.reverse .info .progress-box h5 {
  font-weight: 600;
  font-size: 16px;
}

.about-area.reverse .info .progress-box {
  margin-top: 30px;
  overflow: inherit;
  text-align: left;
}

.about-area .info .progress-box .progress .progress-bar {
position: relative;
overflow: inherit;
background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.about-area .info .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #086AD8;
  padding: 0px 8px;
  font-weight: 600;
  font-size: 12px;
}

.about-area .info .progress-box .progress .progress-bar span::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #086AD8;
}

/* ============================================================== 
   # About Version Two
=================================================================== */
.about-content-area .info > h3 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #086AD8;
  margin-bottom: 30px;
}

.about-content-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-content-area .thumb {
  position: relative;
  margin-bottom: 50px;
}

.about-area .thumb .overlay {
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  background: #ffffff;
  transform: translate(50px, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px #cccccc;
}

.about-content-area .thumb img:first-child {
width: 90%;
}

.about-content-area .thumb img:nth-child(2) {
position: relative;
left: 20%;
width: 80%;
top: -80px;
margin-bottom: -80px;
box-shadow: 0 0 10px #cccccc;
padding: 5px;
background: #ffffff;
}

.about-content-area .overlay {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
  padding: 50px 30px;
  clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
  display: flex;
  align-items: center;
  bottom: -50px;
}

.about-content-area .overlay h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-content-area .overlay p {
  margin: 0;
  color: #ffffff;
  font-style: italic;
}

.about-content-area .overlay i {
  font-size: 60px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  padding-right: 25px;
}

.content-tabs .nav-tabs {
  margin-bottom: 30px !important;
  border-bottom: 2px solid #e7e7e7;
  margin-top: 30px;
}

.content-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

.content-tabs .nav-tabs li a {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
}

.content-tabs .nav-tabs li a:hover,
.content-tabs .nav-tabs li a:focus {
background: transparent;
}

.content-tabs .nav-tabs li a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #086AD8;
}

.content-tabs .nav-tabs li a.active {
color: #086AD8;
background: transparent;
}


.content-tabs p:last-child {
margin-bottom: 0;
}

.about-standard-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -100px;
}

.about-standard-area .fixed-shape img {
  max-width: 70%;
}

.about-standard-area .thumb {
margin-top: 100px;
display: flex;
justify-content: flex-end;
position: relative;
}

.about-standard-area .thumb img:nth-child(2) {
  position: absolute;
  left: -100px;
  top: -60px;
  width: 300px;
}

.about-standard-area .thumb img:nth-child(2) {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.about-standard-area .thumb img:nth-child(3) {
  position: absolute;
  left: -50px;
  bottom: -50px;
  height: 300px;
}

.about-standard-area .thumb img:first-child {
  max-width: 90%;
  float: right;
  border: 10px solid #ffffff;
  z-index: 9;
  position: relative;
}

.about-standard-area .thumb img {
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}

.about-standard-area .overlay {
  position: absolute;
  left: 0;
  background: #ffffff;
  padding: 40px 40px;
  box-shadow: 0 0 10px #cccccc;
  display: flex;
  align-items: center;
  bottom: 50px;
  z-index: 9;
  border-radius: 5px;
}

.about-standard-area .overlay .video {
  margin-top: -30px;
}

.about-standard-area .overlay .content {
  padding-left: 25px;
  border-left: 1px solid #dddddd;
  margin-left: 35px;
}

.about-standard-area .overlay h4 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.about-standard-area .overlay h4 strong {
  display: block;
  font-size: 36px;
  margin-top: 5px;
  font-weight: 600;
}

.about-standard-area .overlay p {
  margin: 0;
  color: #ffffff;
  font-style: italic;
}

.about-standard-area .info {
padding-left: 35px;
}


.about-standard-area .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.about-standard-area .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.about-standard-area .info h2 {
font-weight: 600;
margin-bottom: 30px;
}


.about-standard-area .info blockquote {
  margin: 0;
  margin-top: 30px;
  color: #232323;
  font-style: italic;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.about-standard-area .info a {
  margin-top: 30px;
}



@keyframes infiUpDown {
0% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

50% {
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px);
}

100% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
}

@-webkit-keyframes infiUpDown {
0% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

50% {
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px);
}

100% {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
}

/* ============================================================== 
   # Who We Area
=================================================================== */
.who-we-area-box .item {
padding: 120px 50px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
}

.who-we-area-box .item:last-child {
border: none;
}

.who-we-area-box .item .text-blur {
position: absolute;
top: 75px;
font-size: 60px;
color: rgba(255, 255, 255, 0.1);
font-weight: 900;
}

.who-we-area-box .item h4 {
font-weight: 600;
margin-bottom: 25px;
}

.who-we-area-box .item a {
margin-top: 15px;
}

/* ============================================================== 
   # Blog Area 
=================================================================== */
figcaption {
  margin-top: 15px;
}

.blog-area .sidebar .sidebar-item.widget_archive li span {
  background: #f7f7f7;
  display: inline-block;
  margin-left: 15px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  min-width: 30px;
  text-align: center;
  float: right;
}

.blog-area .sidebar .sidebar-item.widget_text .nice-select {
  white-space: inherit;
}

.blog-area .sidebar .sidebar-item.widget_text .nice-select li {
  line-height: 26px;
  padding: 5px 15px;
}

.blog-area .blog-items .info>ol, .commen-item .content>ol {
  margin-bottom: 25px;
  margin-top: 25px;
  padding-left: 20px;
}

.blog-area.single ol {
  padding-left: 20px;
}

.blog-area.single .info ul li, 
.blog-area.single .info ol li {
  line-height: 30px;
}

.blog-area.single ul {
  list-style-type: disc;
  padding-left: 20px;
}

.blog-area.single .sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-area.single .meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-area.single .meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

.blog-area a.btn-simple {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}

.blog-area a.btn-simple:hover {
  color: #086ad8;
}

.blog-area .single-item {
margin-bottom: 30px;
}

.blog-area .blog-items .item {
background: #ffffff;
box-shadow: 0 0 10px #cccccc;
}

.blog-area .item .info {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.blog-area .item .info .post-sticky span {
  position: absolute!important;
  right: 0;
  top: 0;
  margin: 0!important;
  background: #086ad8;
  color: #fff;
  padding: 10px 20px;
  border-bottom-left-radius: 5px;
}

.blog-area.single .footer-entry {
  float: left;
  width: 100%;
  overflow: hidden;
}

.blog-area .info .cats {
position: relative;
z-index: 1;
padding-left: 25px;
margin-bottom: 15px;
}

.blog-area .info .cats::after {
position: absolute;
left: 0;
top: 50%;
content: "";
height: 1px;
width: 15px;
background: #666666;
}

.blog-area .info .cats a:hover {
color: #086AD8;
}

.blog-area .item .info .meta {
margin-bottom: 15px;
}

.blog-area .item .info .meta ul li {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}

.blog-area .item .info .meta ul li:last-child {
  margin-right: 0;
}

.blog-area .item .info ul li i {
color: #086AD8;
margin-right: 5px;
font-weight: 500;
}

.blog-area .item .info h4 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
}

.blog-area .item .info h4 a:hover {
color: #086AD8;
}

.blog-area .item .info a.read-more {
position: relative;
z-index: 1;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 10px;
padding-right: 35px;
}

.blog-area .info .meta a {
  font-weight: 500;
  color: #666666;
}

.blog-area .info .meta a:hover {
  color: #086AD8;
}

.blog-area .info h1,
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
font-weight: 600;
}

.btn-more {
position: relative;
z-index: 1;
display: inline-block;
text-transform: uppercase;
padding-right: 40px;
}

.btn-more::after {
position: absolute;
right: 0;
top: 50%;
content: "";
height: 1px;
width: 30px;
transition: all 0.35s ease-in-out;
border-top: 2px solid;
}

.btn-more:hover::after {
border-color: #086AD8;
}

a.btn-more:hover {
color: #086AD8;
}

.blog-area .item .info a.read-more:hover {
color: #086AD8;
}

.blog-area .thumb {
position: relative;
}

.blog-area .thumb .cats {
position: absolute;
left: 30px;
bottom: -20px;
z-index: 9;
}

.blog-area .thumb .cats a {
display: inline-block;
background: #086AD8;
box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
padding: 6px 20px;
margin-right: 5px;
color: #ffffff;
}

.blog-area .thumb .post-type {
background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
bottom: 35px;
color: #ffffff;
font-size: 20px;
height: 50px;
right: 35px;
line-height: 50px;
position: absolute;
text-align: center;
width: 50px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index: 1;
}

.blog-area .item .info a.btn {
  margin-top: 5px;
  font-size: 14px;
  padding: 10px 35px;
}



/* ============================================================== 
   # Contact 
=================================================================== */

.contact-area {
position: relative;
z-index: 1;
}

.contact-area .fixed-bg {
position: absolute;
background-size: cover;
background-position: center;
height: 100%;
width: 55%;
transform: skewX(-10deg);
margin-left: -5%;
}

.contact-area .content h2 {
font-weight: 600;
}

.contact-area .content .heading {
margin-bottom: 30px;
}

.contact-area form input, .contact-area form textarea {
border: none;
box-shadow: inherit;
padding: 15px;
background: #fafafa;
}

.contact-area.bg-gray form input, 
.contact-area.bg-gray form textarea {
background: #ffffff;
}

.contact-area form textarea {
min-height: 150px;
}

.contact-area form button {
  background: #086ad8;
  border: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
  margin-bottom: -20px;
}

.contact-area form .col-lg-6 {
padding: 0 8px;
}

.contact-area form .row:first-child {
margin: 0 -8px;
}

.contact-area img.loader {
margin-left: 10px;
}

.contact-area .info {
padding-left: 35px;
}

.contact-area .contact-tabs > ul li {
display: inline-block;
margin: 0;
}

.contact-area .contact-tabs > ul {
margin-bottom: 30px;
border-bottom: 1px solid #e7e7e7;
margin-top: -15px;
}

.contact-area .contact-tabs>ul li a {
  display: block;
  position: relative;
  background: 0 0;
  border: none;
  padding: 15px 0;
  margin-right: 20px;
  text-transform: capitalize;
  font-size: 2rem;
}

.contact-area .contact-tabs > ul li a.active::after {
position: absolute;
left: 0;
bottom: -2px;
content: "";
height: 3px;
width: 100%;
background: #086AD8;
}

.contact-area .contact-tabs > ul li a.active {
background: transparent;
color: #086AD8;
}

.contact-tabs .tab-content ul li {
display: flex;
align-items: center;
margin-bottom: 30px;
}

.contact-tabs .tab-content ul li i {
display: inline-block;
font-size: 30px;
height: 80px;
width: 80px;
text-align: center;
line-height: 80px;
background: #ffffff;
border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
color: #086AD8;
margin-right: 20px;
box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-tabs .tab-content ul li .info {
padding: 0;
}

.contact-tabs .tab-content ul li:last-child {
margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info span {
display: block;
font-weight: normal;
text-transform: none;
color: #666666;
}

.contact-tabs .tab-content ul li .info p {
font-weight: 600;
color: #0e2b3d;
text-transform: uppercase;
margin-bottom: 0;
}

.contact-tabs .tab-content iframe {
display: block;
height: 100%;
min-height: 400px;
position: relative;
width: 100%;
z-index: 1;
padding: 15px;
background: #ffffff;
box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .tab-content .info {
margin: 0;
}

/* Google Mpas */
.google-maps iframe {
display: block;
height: 100%;
min-height: 550px;
position: relative;
width: 100%;
z-index: 1;
}

/* ============================================================== 
   # Error Page
=================================================================== */

.error-page-area .error-box {
position: relative;
}

.error-page-area .error-box h1 {
color: #666666;
font-size: 300px;
font-weight: 600;
left: 50%;
line-height: 1;
opacity: 0.09;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
z-index: -1;
}

.error-page-area h2 {
font-weight: 600;
text-transform: uppercase;
}

.error-page-area a {
margin-top: 15px;
}

.error-box .search {
margin-bottom: 15px;
margin-top: 30px;
text-align: center;
}

.error-box .search form {
margin: auto;
position: relative;
width: 400px;
}

.error-box .search .input-group {
width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
  min-height: 60px;
}

.error-box .search form button {
  background: #086AD8;
  border: medium none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  color: #ffffff;
  border-radius: 50%;
}


/* ============================================================== 
   # Footer 
=================================================================== */
footer {
position: relative;
z-index: 1;
}

footer .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

footer .fixed-shape img {
opacity: 0.3;
}

footer.bg-dark .fixed-shape img {
opacity: 0.1;
}

footer img, 
footer .widget-title {
font-weight: 600;
margin-bottom: 30px;
}

footer .f-item.about {
margin-right: 15px;
}

footer.bg-dark .f-item.about {
box-shadow: inherit;
}

footer .item {
margin-top: 50px;
}

footer .f-items.default-padding {
padding-top: 70px;
}

footer form {
position: relative;
margin-top: 30px;
}

footer form button {
position: absolute;
right: 5px;
top: 5px;
height: 50px;
width: 50px;
border-radius: 50%;
background: #086AD8;
color: #ffffff;
}

footer .item .f-item form input {
border-radius: 30px !important;
padding: 30px;
border: 1px solid #e7e7e7;
}

footer.bg-dark .item .f-item form input {
border: none;
}

footer .f-item.link li {
margin-bottom: 10px;
}

footer .f-item.link li a {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

footer .f-item.link li a:hover {
color: #086AD8;
}

footer .f-item.link li:last-child {
margin-bottom: 0;
}

footer.bg-dark .f-item.link li a {
color: #c2d1e2;
}

footer.bg-dark .f-item.link li a:hover {
color: #ffffff;
}

footer.bg-dark p {
color: #c2d1e2;
}

footer .f-item .address li strong {
display: block;
text-transform: uppercase;
font-weight: 600;
color: #0e2b3d;
}

footer .f-item .address li {
  margin-bottom: 20px;
}

footer .f-item .address li:last-child {
margin-bottom: 0;
}

footer.bg-dark .f-item .address li {
color: #c2d1e2;
}

footer.bg-dark .f-item .address li a {
color: #c2d1e2;
}

footer .f-item .address li a {
  font-weight: 400;
}

footer.bg-dark .f-item .address li strong {
color: #ffffff;
}

footer .f-item .download h5 {
font-weight: 600;
margin: 0;
}

footer .f-item .download {
margin-top: 30px;
}

footer .f-item .download a {
display: inline-block;
margin-right: 25px;
margin-top: 15px;
color: #666666;
}

footer.bg-dark .f-item .download a {
color: #c2d1e2;
}

footer .f-item .download a:last-child {
margin-right: 0;
}

footer .f-item .download a i {
font-size: 25px;
margin-right: 5px;
position: relative;
top: 3px;
color: #086AD8;
}

footer.bg-dark .f-item .download a i {
color: #c2d1e2;
}

footer .address li {
  display: flex;
}

footer .address li i {
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}


footer.bg-dark .address li i {
  color: #ffffff;
}


/* Footer Bottom */

footer.bg-dark .footer-bottom {
  background: rgba(255, 255, 255, 0.06);
  border: none;
}

.footer-bottom li {
display: inline-block;
margin: 0;
margin-left: 15px;
}

.footer-bottom p {
margin: 0;
color: #0e2b3d;
}

footer.bg-dark .footer-bottom p {
margin: 0;
color: #cccccc;
}

footer.bg-dark .footer-bottom a {
color: #c2d1e2;
}

.footer-bottom {
padding: 20px 0;
border-top: 1px solid #e7e7e7;
}

.footer-bottom p a {
color: #ffffff !important;
}


/* ============================================================== 
   # Preloader 
=================================================================== */
.site-preloader {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background-color: white;
}

.site-preloader svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
text-align: center;
}

.site-preloader .ring {
width: 100px;
height: 100px;
border: 3px solid rgba(2, 109, 255, 0.2);
border-top-color: #086ad8;
border-radius: 50%;
text-align: center;
line-height: 150px;
font-size: 2rem;
color: white;
letter-spacing: 3px;
text-transform: uppercase;
text-shadow: 0 0 10px white;
-webkit-animation: rotation 1s infinite linear;
        animation: rotation 1s infinite linear;
margin: 0 auto;
}

@-webkit-keyframes rotation {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

@keyframes rotation {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

/* ============================================================== 
   # tanda WordPress Styles 
=================================================================== */
/* ------------------------
 Featured Image
------------------------*/

.blog-area .blog-items .item .thumb img {
  width: 100%;
  height: auto;
}

/* ------------------------
 To Display Post Sticky and Post Without Image
------------------------*/

/* ------------------------
 Add Bootstrap Navigation Styles to WordPress Navigation
------------------------*/

.page-numbers {
display: inline-block;
padding: 15px 20px;
border-radius: 5px;
margin: 0 2px;
color: #086AD8;
font-weight: 800;
background-color: #fff;
border: 1px solid #dee2e6;
line-height: 1.25;
}

.blog-area .pagi-area .pagination li span {
background: #086AD8;
border-color: #086AD8;
color: #fff;
}

.page-numbers:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.dots {
background: #fff !important;
color: #007bff !important; 
border-color: #dee2e6 !important;
} 

/* ------------------------
 Wordpress Admin Fix
------------------------*/


.admin-bar nav.navbar.bootsnav.sticked {
  top: 32px;
}

@media screen and (max-width: 782px) {
.admin-bar nav.navbar.bootsnav.sticked {
  top: 46px;
}
}

body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked,
body.logged-in nav.navbar.bootsnav.navbar-fixed {
top: 32px !important;
}


@media screen and (max-width: 600px) {
body.logged-in {
  position: inherit;
  top: -46px;
  }
  body.logged-in .wrap-sticky nav.navbar.bootsnav {
      top: 46px;
  }
  body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
      top: 0px !important
  }
body.logged-in nav.navbar.bootsnav.navbar-fixed {
top: 0 !important;
}

body.logged-in nav.navbar.bootsnav.navbar-transparent {
top: 46px !important;
}


}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption{
font-size: 1.2rem;
}
.bypostauthor{
color: #777;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

/*-------------------------------*/
/*- Monster Widget ----------------------*/
/*-------------------------------*/


table{
width: 100%;
margin-bottom: 20px;
vertical-align: top;
overflow: hidden;
border: 2px solid rgba(0, 0, 0, 0.08);
}
table th{
padding: 10px;
text-align: left;
vertical-align: middle;
border-bottom: 2px solid rgba(0, 0, 0, 0.08);
border-top: 2px solid rgba(0, 0, 0, 0.08);
border-left: 2px solid rgba(0, 0, 0, 0.08);
border-right: 2px solid rgba(0, 0, 0, 0.08);
color: #0e2b3d;
font-size: 1.2rem;
font-weight: 700;
}
table td{
padding: 10px;
vertical-align: top;
border-bottom: 2px solid rgba(0, 0, 0, 0.08);
border-top: 2px solid rgba(0, 0, 0, 0.08);
border-left: 2px solid rgba(0, 0, 0, 0.08);
border-right: 2px solid rgba(0, 0, 0, 0.08);
}
table tr:last-child td{
border-bottom: none;
}
table .button-group{
margin-bottom: 0;
}

.section-table-title td{
padding-top: 2px;
padding-bottom: 0;
background-color: #f3f3f3;
color: #8f8f8f;
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
}

table.table-comfortable td{
padding: 14px 10px;
}

.children li {
padding-left: 15px !important;
padding-top: 10px !important;
}

.sidebar-item .sub-menu li {
padding-left: 15px !important;
padding-top: 10px !important;
}

.sidebar-item select {
width: 100% !important;
}

.sidebar-item .recent-post .thumb img {
  width: 80px;
  height: 80px;
}

.blog-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* ------------------------
 Tags
------------------------*/
.blog-area .item .info .footer-entry span {
  font-size: 1.25rem;
  color: #232323;
  font-weight: 600;
  margin-right: 10px;
}

.blog-area .item .info .footer-entry a {
  display: inline-block;
  background: #f7f7f7;
  margin: 3px;
  border-radius: 5px;
  padding: 6px 24px;
  font-size: 12px;
  margin-top: 5px;
}

.tagcloud a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #232323;
  background: #fafafa;
}

.tagcloud a:hover {
color: #086AD8;
}

/* ------------------------
 Blog Fix
------------------------*/

.blog-fix {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fix-span {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #666666;
}

.small-size-fix img {
height: 225px !important;
}

.small1-size-fix img {
height: 348px !important;
}
/* ------------------------
 Unit Test Data Fix
------------------------*/

.blog-area .comments-form p.form-submit {
  margin: 0;
}

/* Block cover */

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
color: #fff !important;
}

/* Clearing Floats */

.post-pagi-area {
clear: both;
}

.blog-area .blog-item-box .post-nav-links {
clear: both;
}


/* Page Links */

.post-nav-links {
margin: 0px !important;
padding: 0px !important;
margin-top: 10px !important;
}

.blog-item-box img {
max-width: 100%;
height: auto;
}

.breadcrumb-area h1 {
-ms-word-wrap: break-word;
word-wrap: break-word;
}

/* Input Button Fix */

input[type="submit"],
.wp-block-search__button{
width: auto !important;
background: #086AD8;
padding: 0px 10px;
color: #fff;
}

/* Ordered List Fix */

.blog-area .blog-items .info>ol li, 
.commen-item .content>ol li {
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .info>ol, 
.commen-item .content>ol {
  margin-bottom: 25px;
  margin-top: 25px;
}

/* Search Not Found Fix */

.search-fix {
  display: inline-block !important;
}

.button-fix {
  background: #086AD8;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
  top: 5px;
}

.search form {
  position: relative;
}

/* Comments Fix */

.commen-item .content {
display: inline-block !important;
word-wrap: break-word;
max-width: 100%;
}

.comments-list ul.children {
margin-left: 30px !important;
}

.blog-comments .pagination li a,
.blog-comments .pagination li span {
padding: 10px 20px;
}

/* Widget Calender */
.widget_calendar table {
margin-bottom: 10px;
}

.widget_calendar caption {
color: #086AD8;
}

.widget_calendar th {
font-weight: 700;
}

.widget_calendar td, 
.widget_calendar th {
padding: 0;
text-align: center;
font-size: 16px;
padding: 6px;
border-color: #e7e7e7;
}

.widget_calendar a {
color: #086AD8;
}

/* clears the â€˜Xâ€™ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the â€˜Xâ€™ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Home 2 Banner Fix */

.home2-banner-fix {
height: 100vh !important;
}


nav.bg-theme.navbar.bootsnav ul.nav > li.active > a {
color: #fff !important;
}

.logo,
.f-item img {
  max-height: 60px !important;
  max-width: inherit;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-button__link {
color: #fff !important;
}

.is-style-outline .wp-block-button__link {
background-color: #32373c !important; 
}

.blog-area.single .post-pagi-area h5,
.breadcrumb-area h2 {
word-break: break-word;
}

.blog-area.single .post-pagi-area {
margin-top: 30px !important;
}

.blog-area.single .post-pagi-area a {
padding-top: 20px !important;
}

.page-template-home9 .works-about-area {
  background: #f3f7fd;
}

.page-template-home9 .works-about-area .works-about-items {
  padding-top: 0;
}

/*One Page Fix*/

.home3-service .services-area {
  padding-top: 120px;
}

.home3-team .team-area {
  padding-top: 120px;
}

.home4-about .about-area {
  padding-top: 120px;
}

.home5-service .service-area {
  padding-top: 120px;
}

.home5-about .about-area {
  padding-top: 120px;
}

.home-7-service .thumb-services-area {
  padding-top: 120px;
}

/* ------------------------------------------------
Project:   Tanda Live Link Color Changer
Author:    WordPressRiver

NOTE: This is Color customizer stylesheet of template.
------------------------------------------------ */


.color-customizer {z-index: 10000; right: -250px; width: 250px; position: fixed; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
-ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);}
.color-customizer .color-button {text-align: center; display: inline-block; z-index: 2; position: absolute; background: #fff; width: 100%; }
.color-customizer .color-chooser {padding: 20px; background-color: #ffffff; -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);}
.color-customizer.opened .color-chooser { opacity: 1; }
.color-customizer a.opener {display: block; height: 45px; background: #2575fc; border-top-left-radius: 5px; border-bottom-left-radius: 5px; width: 45px; font-size: 24px; line-height: 45px; color: #ffffff;  position: absolute; right: 250px; top: 0; text-align: center; text-decoration: none;-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.color-customizer.opened a.opener { left: -45px; border-color: transparent; }
.color-customizer ul { list-style: none; margin: 0; padding: 0; font-size: 0; }
.color-customizer ul li {width: 50px; height: 50px; border-radius: 7px; float: left; position: relative; display: inline-block; cursor: pointer; margin: 10px 10px 10px 10px; -webkit-transition: all linear 0.5s; -moz-transition: all linear 0.5s; -o-transition: all linear 0.5s; -ms-transition: all linear 0.5s; transition: all linear 0.5s; }
.color-customizer ul li:nth-child(3n+3){margin-right: 0;}
.color-customizer ul li.selected{-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.70); -moz-box-shadow: 0 0px 30px rgba(0,0,0,0.70); box-shadow: 0 0px 30px rgba(0,0,0,0.70);}

.color-customizer .text-black { color: #0e2b3d; }
.color-customizer .theme-default {background: #086AD8;}
.color-customizer .theme-2 {background: #00c9ff;}
.color-customizer .theme-3 {background: #FF512F;}
.color-customizer .theme-4 {background: #ee1f71;}
.color-customizer .theme-5 {background: #05f8a1;}
.color-customizer .theme-6 {background: #481ea7;}


.color-customizer a.opener {
background: #086AD8;
}

.color-customizer .text-theme {
color: #086AD8;
}

.banner-area.content-less {
  height: 100vh;
}

/* ============================================================== 
   # Software
=================================================================== */
.banner-style-eleven .thumb img {
max-width: 150%;
}

.banner-area.banner-style-eleven {
padding-top: 50px;
}

@media (min-width: 1400px) {
.banner-style-eleven .thumb img {
  max-width: 200%;
}
}

.banner-area.banner-style-eleven .content h2 {
font-size: 60px;
font-weight: 600;
}

.banner-area.banner-style-eleven .content h2 strong {
font-weight: 300;
}

.banner-area.banner-style-eleven .content p {
padding-right: 20%;
}

.banner-area.banner-style-eleven.shape::after {
background: linear-gradient(150deg,#02ebad 0%,#5a57fb 50%);
}

.attr-nav > ul > li.button a {
background: #086AD8;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 1024px) {
.attr-nav > ul > li.button {
    padding: 20px 0;
    margin-left: 10px;
}

.attr-nav > ul > li.button a {
  background: #086AD8;
  padding: 14px 40px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff !important;
  border-radius: 30pc;
}

}

.video-btn {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
margin-left: 10px;
}

.video-btn {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
margin-left: 10px;
}

.text-center .video-btn {
margin-left: 0;
}

.video-btn i {
display: inline-block;
height: 55px;
width: 55px;
text-align: center;
line-height: 55px;
background: #5138ee;
border-radius: 50%;
position: relative;
margin-right: 20px;
color: #ffffff;
}

.text-light .video-btn i {
background: #ffffff;
color: #5138ee;
}


.video-btn i::after {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 60px;
height: 60px;
background: #5138ee repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
z-index: -1;
}

.text-light .video-btn i::after {
background: #ffffff repeat scroll 0 0;
}

.services-style-eleven {
margin-bottom: 30px;
}

.services-style-eleven .item {
display: flex;
padding: 60px 37px;
}

.services-style-eleven .item i {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
background: #086ad8;
font-size: 35px;
color: #ffffff;
text-align: center;
border-radius: 50%;
margin-right: 20px;
}

.services-style-eleven .item::after {
display: none;
}

.services-style-eleven .item p {
margin: 0;
}

.featured-services-area .item-grid:first-child {
margin-top: 50px;
}

.services-style-eleven .item img {
max-width: 80px;
min-width: 80px;
margin-right: 25px;
}

@media (min-width: 1400px) {
.fun-factor-area.shadow {
  width: 90%;
  margin: auto;
  max-width: 1400px;
  border-radius: 10px;
}
}

.fun-factor-area.shadow .fun-fact-items::after {
display: none;
}

.fun-factor-area.shadow .item .timer {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
  font-size: 42px;
}

.fun-factor-area.shadow .item .medium {
  color: #ffffff;
  opacity: 0.8;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.faq-area .faq-content {
margin-top: 0;
}

@media only screen and (min-width: 1024px) {
.choose-us-style-ten-item .thumb {
  margin-left: -20%;
  padding-right: 35px;
}
}

.choose-us-style-ten-item h2 {
font-weight: 700;
margin-bottom: 30px;
}

.choose-us-style-ten-item li {
float: left;
width: 50%;
padding: 0 15px;
}

.choose-us-style-ten-item ul {
margin: 30px -15px 0 -15px;
}

.choose-us-style-ten-item p {
margin: 0;
}

.choose-us-style-ten-item i {
display: inline-block;
font-size: 40px;
font-weight: 100;
margin-bottom: 25px;
color: #086ad8;
}

.choose-us-style-ten-item h4 {
font-weight: 700;
}

.fixed-shape-right-bottom {
position: absolute;
right: 0;
bottom: -150px;
height: 100%;
width: 100%;
background-size: 70%, contain;
background-repeat: no-repeat;
background-position: right bottom;
z-index: -1;
}



.choose-us-style-ten-item ul {
    margin: 0;
}

.fixed-shape-right-bottom {
    bottom: 0;
    background-size: 100%, contain;
    display: none;
}

.banner-area.banner-style-ten .content {
    padding-top: 120px !important;
}

.banner-style-ten .content h2 strong {
    font-size: 36px;
}

.about-style-ten .thumb img {
    display: none;
}


.about-style-ten .thumb img:first-child {
  display: inline-block;
  max-width: 100% !important;
  margin-bottom: 50px;
  width: 100%;
}

.about-style-ten .info {
  padding-left: 0 !important;
}
}

/*Mobile layout*/
@media only screen and (max-width: 767px) {
.banner-style-eleven {
  background: #5138ee;
}

.banner-area.banner-style-eleven .content h2 {
  font-size: 36px;
  color: #ffffff;
}

.banner-area.banner-style-eleven .content h2 strong {
  color: #ffffff;
}

.banner-area.banner-style-eleven .content p {
  padding: 0;
  color: #ffffff;
}

.banner-area.banner-style-eleven .content .video-btn {
  color: #ffffff;
}

.banner-area.banner-style-eleven .content .video-btn i::after, 
.banner-area.banner-style-eleven .content .video-btn i {
  background: #ffffff;
}

.banner-area.banner-style-eleven .content .video-btn i {
  color: #086ad8;
}

.banner-style-eleven .thumb img {
  max-width: 80%;
  margin: auto;
}

.banner-area.banner-style-eleven .content {
  padding-top: 80px !important;
}

.banner-area.banner-style-eleven {
  padding-bottom: 60px;
}

  .services-style-eleven .item {
    display: block;
    text-align: center;
}

.services-style-eleven .item img {
    margin-right: 0;
    margin-bottom: 30px;
}

.choose-us-style-ten-item {
  text-align: center;
}

.choose-us-style-ten-item .thumb {
    margin-bottom: 30px;
}

.choose-us-style-ten-item li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

.choose-us-style-ten-item ul {
    margin: 0;
}

.fixed-shape-right-bottom {
    bottom: 0;
    background-size: 100%, contain;
    display: none;
}

.banner-area.banner-style-ten .content {
    padding-top: 120px !important;
}

.banner-style-ten .content h2 strong {
    font-size: 36px !important;
}

.about-style-ten .thumb img {
    display: none;
}

.about-style-ten .thumb img:first-child {
    display: inline-block;
    max-width: 100% !important;
    margin-bottom: 30px;
}

.about-style-ten .info {
    padding-left: 0 !important;
}

}

.demo-footer {
padding-bottom: 80px;
}

.introduction-area h2 span {
color: #fd0060;
}

.introduction-area h4 {
font-weight: 300;
line-height: 30px;
}

.introduction-area h2 {
color: #ffffff;
display: inline-block;
font-weight: 700;
padding-bottom: 20px;
position: relative;
text-transform: uppercase;
margin-bottom: 30px;
}

.introduction-area h2::before {
background: #fd0060 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -10px;
position: absolute;
width: 50px;
}

.introduction-area h2::after {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -40px;
position: absolute;
width: 25px;
}

.fun-factor-area.shadow .fun-fact {
  display: block;
}
