* {
margin:0px;
padding:0px;
border:none;
outline:none;
} body {
font-size:16px;
color:#687f9b;
line-height:34px;
font-weight:400;
background:#ffffff;
font-family: 'Open Sans', sans-serif;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1200px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1500px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
a {
color: #46c4ce;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
.boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden !important;
width: 100%;
min-width: 300px;
}
a{
text-decoration:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px; 
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-family: 'Open Sans', sans-serif;
color: #687f9b;
font-weight: 400;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #194376;
margin: 0px;
transition: all 500ms ease;
}
.preloader{
position: fixed; 
left:0px;
top:0px;
height:100%;
width: 100%;
z-index:999999;
background-color:#194376;
background-position:center center;
background-repeat:no-repeat;
background-image: url(//wasenstrijkserviceslangen.nl/wp-content/themes/aundri/assets/images/icons/preloader.svg);
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
} .theme-btn{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 26px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 22px 40px;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 1;
}
.theme-btn.style-one{
}
.theme-btn.style-two{
}
.theme-btn:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #194376;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn:hover:before{
width: 50%;
}
.theme-btn:after{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #194376;
right: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn:hover:after{
width: 50%;
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 3px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
height: 75px;
width: 75px;
line-height: 75px;
background: #e6edf4;
text-align: center;
color: #687f9b;
z-index: 1;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current{
color: #fff;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover{
color: #fff;
}
.sec-pad{
padding: 115px 0px 120px 0px;
}
.sec-pad-2{
padding: 120px 0px;
}
.mr-0{
margin: 0px !important;
}
.scroll-top{
width: 55px;
height: 55px;
line-height: 55px;
position: fixed;
bottom: 105%;
right: 30px;
font-size: 24px;
z-index: 99;
color: #ffffff;
text-align: center;
cursor: pointer;
transition: 1s ease;
}
.scroll-top.open {
bottom: 50px;
}
.scroll-top span{
color: #fff;
}
.sec-title{
position: relative;
display: block;
margin-bottom: 47px;
}
.sec-title p{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: #687f9b;
margin-bottom: 4px;
}
.sec-title h2{
position: relative;
display: block;
font-size: 50px;
line-height: 60px;
font-weight: 800;
margin-bottom: 2px;
}
.sec-title img{
width: 24px;
height: 24px;
}
.sec-title.centred img{
margin: 0 auto;
}
.sec-title.light p,
.sec-title.light h2{
color: #fff;
}
.sec-title.centred{
text-align: center !important;
}  .main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
background: #fff;
left:0px;
top:0px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
width:100%;
z-index:0;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .header-top{
position: relative;
width: 100%;
background: #194376;
}
.header-top .info li{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 50px;
font-weight: 600;
color: #fff;
padding-left: 30px;
margin-right: 25px;
}
.header-top .info li:last-child{
margin: 0px !important;
}
.header-top .info li a{
color: #fff;
}
.header-top .info li a:hover{
}
.header-top .info li i{
position: absolute;
left: 0px;
top: 0px;
font-size: 18px;
font-weight: 400;
}
.header-top .social-links,
.header-top .btn-box{
position: relative;
display: inline-block;
float: left;
}
.header-top .social-links{
margin-right: 40px;
}
.header-top .social-links li{
position: relative;
display: inline-block;
margin-right: 25px;
line-height: 50px;
}
.header-top .social-links li:last-child{
margin: 0px !important;
}
.header-top .social-links li a{
position: relative;
display: inline-block;
font-size: 16px;
color: rgba(255,255,255,0.6);
}
.header-top .social-links li a:hover{
}
.header-top .btn-box .theme-btn{
padding: 12px 31px;
}
.header-top .btn-box .theme-btn:before,
.header-top .btn-box .theme-btn:after{
} .header-lower{
position: relative;
background: #fff;
width: 100%;
}
.main-header .outer-box{
position: relative;
}
.main-header .logo-box{
position: relative;
padding: 38.5px 0px;
}
.main-header .logo-box .logo{
position: relative;
max-width: 137px;
width: 100%;
}
.main-header .logo-box .logo img{
width: 100%;
}
.main-header .menu-right-content{
position: relative;
float: left;
padding: 0px 0px 0px 120px;
margin-top: 39px;
margin-left: 40px;
}
.main-header .menu-right-content:before{
position: absolute;
content: '';
background: #e6edf4;
width: 1px;
height: 65px;
left: 0px;
top: -8px;
}
.main-header .menu-right-content i{
position: absolute;
left: 40px;
top: 0px;
font-size: 65px;
line-height: 50px;
}
.main-header .menu-right-content h6{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 700;
}
.main-header .menu-right-content h6 a{
display: inline-block;
color: #194376;
}
.main-header .menu-right-content h6 a:hover{
}
.main-header .menu-right-content p{
font-size: 14px;
line-height: 18px;
font-weight: 400;
} .main-menu{
float: left;
}
.main-menu .navbar-collapse{
padding:0px;
display:block !important;
}
.main-menu .navigation{
margin:0px;
}
.main-menu .navigation > li{
position:inherit;
float:left;
z-index:2;
padding: 47px 0px 49px 0px;
margin: 0px 20px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
margin-right:0px !important;
}
.main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
text-align:center;
font-size:16px;
line-height:30px;
font-weight:700;
opacity:1;
color:#687f9b;
z-index:1;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
position:absolute;
left: inherit;
top:100%;
width:250px;
z-index:100;
display:none;
opacity: 0;
visibility: hidden;
padding: 10px 0px;
background: #194376;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:15px;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:14px;
display:block;
line-height:24px;
font-size:16px;
font-weight:800;
text-align:center;
z-index:5;  
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
right:100%;
top:0%;
width:230px;
z-index:100;
display:none;
padding: 10px 0px;
background: #194376;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:16px;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:900;
z-index:5;  
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 99%;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 0%;
-webkit-transform: rotateX(0);
transform: rotateX(0); 
}
.main-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:-32px;
top:66px;
width:34px;
height:30px;
text-align:center;
font-size:18px;
line-height:26px;
color:#3b3b3b;
cursor:pointer;
display: none;
z-index:5;
transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
display: none;
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color: #fff;
display: none;
}
.mobile-menu .menu-backdrop{
background: #194376;
}
.menu-area .mobile-nav-toggler .icon-bar{
position: relative;
height: 2px;
width: 30px;
display: block;
margin-bottom: 5px;
background-color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
margin-bottom: 0px;
}
.main-header .sticky-header .logo-box{
padding: 19px 0px;
}
.main-header .sticky-header .main-menu .navigation > li{
padding: 27px 0px 30px 0px !important;
}
.main-header .sticky-header .menu-right-content{
margin-top: 20px;
padding-left: 105px;
}
.main-header .sticky-header .menu-right-content i{
font-size: 50px;
} .main-menu .navigation > li.dropdown > .megamenu{
position: absolute;
width: 100%;
padding: 30px 50px;
left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
font-weight: 500;
padding: 3px 0px;
color: #fff;
} .nav-outer .mobile-nav-toggler{
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color:#3786ff;
display: none;
}
.mobile-menu{
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right:30px;
max-width:100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999999;
}
.mobile-menu .navbar-collapse{
display:block !important; 
}
.mobile-menu .nav-logo {
position: relative;
padding: 50px 25px;
text-align: left;
padding-bottom: 50px;
}
.mobile-menu-visible{
overflow: hidden;
}
.mobile-menu .nav-logo img{
width: 180px;
}
.mobile-menu-visible .mobile-menu{
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-backdrop{
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 0.70;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .menu-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #202020;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
border-radius: 0px;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
opacity: 1;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .close-btn{
position: absolute;
right: 25px;
top: 10px;
line-height: 30px;
width: 24px;
text-align: center;
font-size: 16px;
color: #ffffff;
cursor: pointer;
z-index: 10;
-webkit-transition:all 0.9s ease;
-moz-transition:all 0.9s ease;
-ms-transition:all 0.9s ease;
-o-transition:all 0.9s ease;
transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation{
position: relative;
display: block;
width: 100%;
float: none;
}
.mobile-menu .navigation li{
position: relative;
display: block;
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
position: relative;
display: block;
line-height: 24px;
padding: 10px 25px;
font-size: 15px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .navigation li ul li > a{
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
content:'';
position:absolute;
left:0;
top:0;
height:0;
border-left:5px solid #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .navigation li.current > a:before{
height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:6px;
top:6px;
width:32px;
height:32px;
text-align:center;
font-size:16px;
line-height:32px;
color:#ffffff;
background:rgba(255,255,255,0.10);
cursor:pointer;
border-radius:2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
background:#fff; 
color: #3b3b3b;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
display: none;
}
.mobile-menu .social-links{
position:relative;
padding:0px 25px;
}
.mobile-menu .social-links li{
position:relative;
display:inline-block;
margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
position:relative;
line-height:32px;
font-size:16px;
color:#ffffff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; 
}
.mobile-menu .social-links li a:hover{
}
div#mCSB_1_container{
top: 0px !important;
}
.mobile-menu .contact-info {
position: relative;
padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
position: relative;
font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
position: relative;
display: block;
font-size: 15px;
color: rgba(255,255,255,0.80);
margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
}
.mobile-menu .contact-info ul li:last-child{
margin-bottom: 0px;
} .banner-section{
position: relative;
overflow: hidden;
}
.banner-carousel{
position: relative;
}
.banner-carousel .slide-item{
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 185px 0px 190px 0px;
}
.banner-carousel .slide-item:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.9), rgba(255,255,255,0.0) 100%);
top: 0px;
right: 0px;
z-index: 1;
}
.banner-carousel .slide-item .image-layer{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
-webkit-transition: all 6000ms linear;
-moz-transition: all 6000ms linear;
-ms-transition: all 6000ms linear;
-o-transition: all 6000ms linear;
transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer{
-webkit-transform:scale(1.15);
-ms-transform:scale(1.15);
transform:scale(1.15);
}
.banner-carousel .content-box{
position: relative;
display: block;
max-width: 660px;
z-index:5;
}
.banner-carousel .content-box h4{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 20px;
color: #687f9b;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid #687f9b;
margin-bottom: 33px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h4{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
-ms-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.banner-carousel .content-box h1{
position: relative;
display: block;
font-size: 100px;
line-height: 90px;
font-weight: 800;
margin-bottom: 45px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h1{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .content-box .btn-box{
position: relative;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box .btn-box{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}
.banner-carousel .content-box .btn-box .theme-btn{
padding: 22px 47px;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
display: none !important;
}
.banner-carousel .owl-nav .owl-prev{
position: absolute;
right: 50px;
top: 45%;
transform: translateY(-50%);
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 24px;
font-weight: 600;
color: #fff;
cursor: pointer;
border-radius: 50%;
opacity: 0.2;
transition: all 500ms ease;
}
.banner-carousel .owl-nav .owl-next{
position: absolute;
right: 50px;
top: 55%;
transform: translateY(-50%);
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 24px;
font-weight: 600;
color: #fff;
cursor: pointer;
border-radius: 50%;
opacity: 0.2;
transition: all 500ms ease;
}
.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
opacity: 1;
}
.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
} .about-section{
position: relative;
padding-top: 120px;
overflow: hidden;
}
.image_block_1 .image-box{
position: relative;
display: block;
margin-bottom: 120px;
}
.image_block_1 .image-box:before{
position: absolute;
content: '';
background: #f3f7fa;
width: 560px;
height: 120px;
left: -360px;
bottom: -120px;
}
.image_block_1 .image-box:after{
position: absolute;
content: '';
width: 10px;
height: 100px;
bottom: -120px;
left: 220px;
}
.image_block_1 .image-box .image img{
max-width: none;
float: right;
}
.image_block_1 .image-box .video-btn{
position: absolute;
left: 0px;
bottom: 0px;
width: 200px;
height: 156px;
background: #f5f7fa;
padding: 20px 20px 0px 20px;
}
.image_block_1 .image-box .video-btn a{
position: relative;
display: inline-block;
width: 160px;
height: 136px;
line-height: 100px;
font-size: 30px;
color: #fff;
text-align: center;
}
.about-section .content_block_1 .content-box{
margin-left: 70px;
margin-top: -7px;
}
.about-section .content_block_1 .content-box h3{
font-size: 24px;
line-height: 38px;
font-style: italic;
margin-bottom: 44px;
}
.about-section .content_block_1 .content-box .list-item li{
position: relative;
display: block;
float: left;
width: 50%;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #194376;
margin-bottom: 12px;
padding-left: 35px;
}
.about-section .content_block_1 .content-box .list-item li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0px;
top: 1px;
font-weight: 700;
}
.about-section .content_block_1 .content-box .list-item{
margin-bottom: 34px;
}
.about-section .content_block_1 .content-box .text{
margin-bottom: 53px;
}
.about-section .content_block_1 .content-box .text p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
}
.about-section .content_block_1 .content-box .theme-btn{
padding: 22px 52px;
}
.about-section .image-layer{
position: absolute;
right: 0px;
top: 50%;
width: 472px;
height: 440px;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
} .service-section{
position: relative;
padding-top: 115px;
}
.service-block-one .inner-box{
position: relative;
display: block;
background: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.service-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.service-block-one .inner-box .image-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
opacity: 0.8;
z-index: 1;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box:before{
transform: scale(1,1);
}
.service-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
}
.service-block-one .inner-box .lower-content{
position: relative;
padding: 80px 35px 50px 50px;
}
.service-section .inner-container{
position: relative;
margin: 0px 15px;
margin-bottom: -120px;
z-index: 1;
}
.inner-container .service-block{
padding: 0px;
}
.service-block-one .inner-box .lower-content:before{
position: absolute;
content: '';
background: #f3f7fa;
width: 100%;
height: 0%;
left: 0px;
top: 0px;
right: 0px;
transition: all 900ms ease;
}
.service-block-one .inner-box:hover .lower-content:before{
height: 100%;
}
.service-block-one .inner-box .lower-content .icon-box{
position: absolute;
left: 50px;
top: -47px;
width: 94px;
height: 94px;
line-height: 94px;
font-size: 65px;
color: #fff;
text-align: center;
z-index: 1;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box{
}
.service-block-one .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 700;
margin-bottom: 15px;
}
.service-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #194376;
}
.service-block-one .inner-box .lower-content h3 a:hover{
}
.service-block-one .inner-box .lower-content p{
font-size: 16px;
line-height: 34px;
font-weight: 600;
color: #687f9b;
margin-bottom: 33px;
}
.service-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background: #e6edf4;
text-align: center;
border-radius: 50%;
font-size: 15px;
color: #7086a1;
}
.service-block-one .inner-box .lower-content .link a:hover{
color: #fff;
}
.service-section .sec-title{
margin-bottom: 57px;
} .funfact-section{
position: relative;
padding-top: 230px;
}
.counter-block-one .inner-box{
position: relative;
padding-bottom: 115px;
}
.counter-block-one .inner-box:before{
position: absolute;
content: '';
background: rgba(255,255,255,0.2);
width: 1px;
height: 100%;
right: -15px;
bottom: 0px;
}
.counter-block:last-child .counter-block-one .inner-box:before{
display: none;
}
.counter-block-one .inner-box .count-outer{
position: relative;
display: block;
font-size: 60px;
line-height: 60px;
color: #fff;
font-weight: 800;
margin-bottom: 14px;
}
.counter-block-one .inner-box p{
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 700;
}
.funfact-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-repeat: repeat-x;
background-size: cover;
animation: slide 90s linear infinite;
-webkit-animation: slide 90s linear infinite;
}
@keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
}
@-webkit-keyframes slide{
from { background-position: 0 0; }
to { background-position: 1920px 0; }
} .video-section{
position: relative;
padding: 135px 0px 110px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.video-section:before{
position: absolute;
content: '';
background: #143a69;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.8;
}
.video-section .inner-box .video-btn{
position: relative;
margin-bottom: 22px;
}
.video-section .inner-box .video-btn a{
position: relative;
display: inline-block;
width: 106px;
height: 106px;
line-height: 106px;
font-size: 30px;
color: #fff;
text-align: center;
}
.video-section .inner-box .video-btn .border-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid rgba(255,255,255,.2);
animation: squares 2.9s linear 0s infinite;
-webkit-animation: squares 2.9s linear 0s infinite;
-ms-animation: squares 2.9s linear 0s infinite;
-o-animation: squares 2.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
}
.video-section .inner-box .video-btn .border-animation.border-2 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.video-section .inner-box .video-btn .border-animation.border-3 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
}
.video-section .inner-box h2{
font-size: 60px;
line-height: 70px;
color: #fff;
font-weight: 800;
} .pricing-section{
position: relative;
padding-top: 115px;
}
.pricing-section .map-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.pricing-block-one{
position: relative;
display: block;
background: #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.pricing-block-one .inner-box{
position: relative;
overflow: hidden;
padding: 0px 50px 50px 50px;
}
.pricing-block-one:before{
position: absolute;
content: '';
background: #194376;
width: 100%;
height: 0%;
left: 0px;
top: 0px;
right: 0px;
transition: all 500ms ease;
}
.pricing-block-one:hover:before{
height: 100%;
}
.pricing-block-one .icon-box{
position: relative;
display: inline-block;
width: 118px;
height: 118px;
line-height: 118px;
text-align: center;
font-size: 65px;
border-radius: 50%;
color: #fff;
box-shadow: 0 0px 0px 10px #fff;
transition: all 900ms ease;
margin-bottom: 35px;
margin-top: -59px;
z-index: 1;
}
.pricing-block-one:hover .icon-box{
box-shadow: 0 0px 0px 10px #194376;
}
.pricing-block-one .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.pricing-block-one:hover .icon-box:before{
transform: scale(1,1);
}
.pricing-block-one .inner-box span{
position: relative;
display: block;
font-size: 12px;
line-height: 20px;
font-weight: 600;
color: #687f9b;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 2px;
transition: all 500ms ease;
}
.pricing-block-one:hover .inner-box span{
color: rgba(255,255,255,0.6);
}
.pricing-block-one .inner-box h3{
font-size: 22px;
line-height: 34px;
font-weight: 700;
margin-bottom: 22px;
transition: all 500ms ease;
}
.pricing-block-one:hover .inner-box h3{
color: #fff;
}
.pricing-block-one .inner-box .link a{
position: relative;
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background: #e6edf4;
text-align: center;
border-radius: 50%;
font-size: 15px;
color: #7086a1;
z-index: 1;
}
.pricing-block-one .inner-box .link a:hover{
color: #fff;
}
.pricing-block-one .inner-box .light-icon {
position: absolute;
right: -30px;
bottom: 0px;
font-size: 150px;
line-height: 100px;
color: rgb(117 117 117 / 8%);
transform: rotate(-30deg);
}
.pricing-section .pricing-inner{
padding-bottom: 10px;
}
.cta-section .inner-box{
position: relative;
display: block;
padding: 90px 100px;
}
.cta-section .inner-box .text h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 800;
}
.cta-section .inner-box .text h2 span{
color: #194376;
font-style: italic;
}
.cta-section .inner-box .btn-box{
margin-top: 15px;
}
.cta-section .inner-box .btn-box .theme-btn{
background: #194376;
padding: 22px 52px;
}
.cta-section .inner-box .btn-box .theme-btn:before,
.cta-section .inner-box .btn-box .theme-btn:after{
}
.cta-section .inner-box .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.pricing-section .sec-title{
margin-bottom: 125px;
} .chooseus-section{
position: relative;
padding: 115px 0px 100px 0px;
}
.chooseus-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.content_block_2 .content-box .inner-box{
position: relative;
max-width: 500px;
width: 100%;
}
.content_block_2 .content-box .inner-box .star-icon{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 94px;
height: 94px;
line-height: 94px;
text-align: center;
border-radius: 50%;
z-index: 1;
margin-left: -10px;
margin-top: -10px;
}
.content_block_2 .content-box .inner-box .single-item{
position: relative;
float: left;
width: 50%;
}
.content_block_2 .content-box .inner-box .single-item .inner{
position: relative;
display: block;
background: #fff;
max-width: 230px;
width: 100%;
padding: 49px 30px 50px 50px;
margin-bottom: 20px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.content_block_2 .content-box .inner-box .single-item .inner .icon-box{
position: relative;
font-size: 65px;
line-height: 65px;
margin-bottom: 24px;
}
.content_block_2 .content-box .inner-box .single-item .inner h4{
position: relative;
display: block;
font-size: 20px;
line-height: 24px;
font-weight: 700;
}
.content_block_2 .content-box .sec-title{
margin-bottom: 57px;
}
.content_block_3 .content-box .text{
position: relative;
padding-left: 100px;
margin-bottom: 58px;
}
.content_block_3 .content-box .text p{
font-size: 18px;
line-height: 34px;
color: #687f9b;
font-weight: 600;
}
.content_block_3 .content-box .image-box{
position: relative;
display: block;
margin: 0px -290px 0px 0px;
}
.content_block_3 .content-box .image-box .image img{
width: 100%;
} .gallery-section{
position: relative;
padding: 6px 0px;
}
.gallery-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
}
.gallery-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.gallery-block-one .inner-box .image-box img{
width: 100%;
transform: scale(1.1);
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .image-box img{
transform: scale(1);
opacity: 0.1;
}
.gallery-block-one .inner-box .view-btn{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.gallery-block-one .inner-box .view-btn a{
position: relative;
display: inline-block;
width: 32px;
height: 32px;
transform: scale(0,0);
}
.gallery-block-one .inner-box:hover .view-btn a{
transform: scale(1,1);
}
.gallery-block-one .inner-box .view-btn a:before{
position: absolute;
content: '';
background: rgba(255,255,255,0.8);
width: 2px;
height: 32px;
left: 50%;
transform: translateY(-50%);
top: 0px;
}
.gallery-block-one .inner-box .view-btn a:after{
position: absolute;
content: '';
background: rgba(255,255,255,0.8);
width: 32px;
height: 2px;
left: 0px;
top: 0px;
} .testimonial-section{
position: relative;
}
.testimonial-section .title-inner{
position: relative;
margin-right: 70px;
}
.testimonial-section .title-inner .customer-box{
position: relative;
display: block;
padding: 41px 30px 44px 120px;
}
.testimonial-section .title-inner .customer-box .icon-box{
position: absolute;
left: 60px;
top: 50px;
font-size: 60px;
line-height: 60px;
color: #fff;
}
.testimonial-section .title-inner .customer-box h2{
display: block;
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 800;
margin-bottom: 0px;
}
.testimonial-section .title-inner .customer-box h4{
display: block;
font-size: 20px;
line-height: 26px;
color: #fff;
font-weight: 600;
}
.testimonial-section .sec-title{
margin-bottom: 57px;
}
.testimonial-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-repeat: repeat-x;
animation: slide 90s linear infinite;
-webkit-animation: slide 90s linear infinite;
}
.testimonial-section .testimonial-inner{
position: relative;
margin-right: -755px;
margin-top: 7px;
overflow: hidden;
padding-bottom: 44px;
padding-left: 57px;
margin-left: -57px;
}
.testimonial-block-one .inner-box{
position: relative;
display: block;
background: #fff;
padding: 46px 40px 57px 85px;
}
.testimonial-block-one .inner-box:before{
position: absolute;
content: '';
background: #fff;
width: 65px;
height: 45px;
right: 90px;
bottom: -40px;
clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 15% 0%);
}
.testimonial-block-one .inner-box .image-box{
position: absolute;
left: -46px;
top: 70px;
width: 92px;
height: 92px;
border-radius: 50%;
}
.testimonial-block-one .inner-box .image-box:before{
position: absolute;
content: '';
width: calc(100% + 20px);
height: calc(100% + 20px);
left: -10px;
top: -10px;
border-radius: 50%;
}
.testimonial-block-one .inner-box .image-box img{
width: 100%;
border-radius: 50%;
}
.testimonial-section .owl-stage-outer{
overflow: visible;
}
.testimonial-section .owl-stage-outer .owl-item{
opacity: 0;
}
.testimonial-section .owl-stage-outer .owl-item.active{
opacity: 1;
}
.testimonial-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 46px;
margin-bottom: 40px;
}
.testimonial-block-one .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
}
.testimonial-block-one .inner-box h4 span{
font-size: 16px;
font-weight: 400;
color: #687f9b;
}
.testimonial-block-one .inner-box .quote-box{
position: absolute;
right: 65px;
bottom: 60px;
font-size: 85px;
line-height: 60px;
} .news-section{
position: relative;
}
.news-block-one .inner-box{
position: relative;
display: block;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover{
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.news-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.news-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img{
transform: scale(1.05);
}
.news-block-one .inner-box .lower-content{
position: relative;
display: block;
padding: 30px 40px 23px 40px;
border: 1px solid #e6edf4;
border-top: none;
}
.news-block-one .inner-box .lower-content .post-date{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
color: #fff;
font-weight: 600;
padding: 9px 25px;
text-transform: uppercase;
margin-bottom: 19px;
}
.news-block-one .inner-box .lower-content h3{
position: relative;
display: block;
font-size: 22px;
line-height: 36px;
font-weight: 800;
padding-bottom: 22px;
margin-bottom: 21px;
border-bottom: 1px solid #e6edf4;
}
.news-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #194376;
}
.news-block-one .inner-box .lower-content h3 a:hover{
}
.news-block-one .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
color: #687f9b;
font-weight: 600;
padding-left: 20px;
margin-right: 15px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li a{
color: #687f9b;
}
.news-block-one .inner-box .lower-content .post-info li i{
position: absolute;
left: 0px;
top: 5px;
font-weight: 400;
}
.news-block-one .inner-box .lower-content .post-info li a:hover{
}
.news-block-one .inner-box .lower-content .link{
position: absolute;
right: 25px;
bottom: 20px;
}
.news-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
background: #e6edf4;
text-align: center;
border-radius: 50%;
font-size: 15px;
color: #7086a1;
z-index: 1;
}
.news-block-one .inner-box .lower-content .link a:hover{
color: #fff;
}
.news-section .sec-title{
margin-bottom: 57px;
} .clients-section{
position: relative;
padding: 120px 0px;
}
.clients-section .clients-logo-box{
position: relative;
display: block;
}
.clients-section .clients-logo-box img{
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
opacity: 0.2;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.clients-section .clients-logo-box img:hover{
opacity: 1;
transform: scale(1.05);
} .main-footer{
position: relative;
overflow: hidden;
background: #194376;
}
.main-footer .footer-logo{
position: relative;
display: inline-block;
text-align: center;
padding: 50px 60px;
}
.main-footer .footer-top{
padding-bottom: 10px;
}
.main-footer .right-column .subscribe-box,
.main-footer .right-column .social-links{
position: relative;
float: left;
}
.main-footer .right-column .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.main-footer .right-column .social-links li:last-child{
margin: 0px !important;
}
.main-footer .right-column .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #87a9d1;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
border-radius: 50%;
background: #143a69;
}
.main-footer .right-column .social-links li a:hover{
color: #fff;
}
.main-footer .right-column .subscribe-box{
margin-right: 50px;
}
.main-footer .right-column .social-links{
margin-top: 9px;
}
.main-footer .right-column .subscribe-box .form-group{
position: relative;
margin: 0px;
min-width: 552px;
width: 100%;
padding-right: 163px;
}
.main-footer .right-column{
position: relative;
padding: 40px 0px;
}
.main-footer .right-column:before{
position: absolute;
content: '';
background: rgba(255,255,255,0.1);
width: 5000px;
height: 1px;
left: -63px;
bottom: 1px;
}
.main-footer .right-column .subscribe-box .form-group input[type='email']{
position: relative;
width: 100%;
max-width: 390px;
height: 70px;
background: #fff;
font-size: 15px;
font-weight: 600;
color: #69809b;
border: 1px solid #fff;
padding: 10px 20px;
transition: all 500ms ease;
}
.main-footer .right-column .subscribe-box .form-group input::-webkit-input-placeholder{
color:#69809b;
}
.main-footer .right-column .subscribe-box .form-group input:focus{
}
.main-footer .right-column .subscribe-box .form-group button{
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
transition: all 500ms ease;
}
.main-footer .right-column .subscribe-box .form-group button:before,
.main-footer .right-column .subscribe-box .form-group button:after{
background: #fff;
}
.main-footer .right-column .subscribe-box .form-group button:hover{
}
.main-footer .widget-section .contact-widget .btn-box{
position: relative;
margin-bottom: 46px;
}
.main-footer .widget-section .contact-widget .btn-box a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
background: #143a69;
color: #fff;
letter-spacing: 1px;
padding: 22px 47px;
text-align: center;
}
.main-footer .widget-section .contact-widget .btn-box a:hover{
}
.main-footer .widget-section .contact-widget .info-list li{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 600;
padding-left: 30px;
margin-bottom: 18px;
}
.main-footer .widget-section .contact-widget .info-list li:last-child{
margin-bottom: 0px;
}
.main-footer .widget-section .contact-widget .info-list li a{
display: inline-block;
color: #fff;
}
.main-footer .widget-section .contact-widget .info-list li a:hover{
}
.main-footer .widget-section .contact-widget .info-list li i{
position: absolute;
left: 0px;
top: 0px;
font-weight: 400;
}
.main-footer .widget-section{
padding-bottom: 100px;
}
.ml-25{
margin-left: 25px;
}
.main-footer .widget-title{
position: relative;
display: block;
margin-bottom: 24px;
}
.main-footer .widget-title h3{
font-size: 22px;
line-height: 30px;
color: #fff;
font-weight: 700;
}
.main-footer .links-widget .links-list li{
position: relative;
display: block;
margin-bottom: 6px;
}
.main-footer .links-widget .links-list li:last-child{
margin-bottom: 0px;
}
.main-footer .links-widget .links-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: rgba(255,255,255,0.6);
}
.main-footer .links-widget .links-list li a:before{
position: absolute;
content: '';
width: 0%;
height: 1px;
left: 0px;
bottom: 0px;
opacity: 0;
transition: all 500ms ease;
}
.main-footer .links-widget .links-list li a:hover:before{
width: 100%;
opacity: 1;
}
.main-footer .links-widget .links-list li a:hover{
}
.main-footer .footer-widget{
padding-top: 42px;
}
.ml-70{
margin-left: 70px;
}
.ml-50{
margin-left: 50px;
}
.main-footer .post-widget .post{
position: relative;
display: block;
padding-left: 90px;
margin-bottom: 30px;
}
.main-footer .post-widget .post:last-child{
margin-bottom: 0px;
}
.main-footer .post-widget .post .post-thumb{
position: absolute;
left: 0px;
top: 5px;
width: 70px;
height: 70px;
overflow: hidden;
}
.main-footer .post-widget .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.main-footer .post-widget .post:hover .post-thumb img{
opacity: 0.2;
}
.main-footer .post-widget .post .post-date{
position: relative;
display: block;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 9px;
}
.main-footer .post-widget .post h6{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: #87a9d1;
}
.main-footer .post-widget .post h6 a{
display: inline-block;
color: #87a9d1;
}
.main-footer .post-widget .post h6 a:hover{
}
.main-footer .post-widget .widget-title{
margin-bottom: 29px;
}
.main-footer .pattern-layer{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.footer-bottom{
position: relative;
background: #143a69;
padding: 40px 0px;
}
.footer-bottom p{
font-size: 16px;
color: rgba(255,255,255,0.6);
}
.footer-bottom p a{
color: rgba(255,255,255,0.6);
}
.footer-bottom p a:hover{
}
.main-footer .image-layer {
position: absolute;
left: 0px;
top: 50%;
width: 472px;
height: 440px;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}  .main-header.style-two{
position: relative;
}
.main-header.style-two .header-upper .logo-box{
position: relative;
padding: 40px 0px 36px 0px;
}
.main-header.style-two .header-upper .logo-box:before{
position: absolute;
content: '';
background: #194376;
width: calc(5000px - 75px);
height: 100%;
top: 0px;
right: 75px;
}
.main-header.style-two .header-upper .logo-box .logo{
position: relative;
float: left;
margin-right: 50px;
}
.main-header.style-two .header-upper .logo-box .btn-box{
position: relative;
float: left;
}
.main-header.style-two .header-upper .logo-box .btn-box .theme-btn{
padding: 12px 30px;
font-size: 12px;
}
.main-header.style-two .header-upper .logo-box .btn-box .theme-btn:before,
.main-header.style-two .header-upper .logo-box .btn-box .theme-btn:after{
}
.main-header.style-two .header-upper .upper-info{
position: relative;
margin-top: 39px;
}
.main-header.style-two .header-upper .upper-info li{
position: relative;
display: inline-block;
float: left;
margin-right: 65px;
padding-left: 50px;
}
.main-header.style-two .header-upper .upper-info li:before{
position: absolute;
content: '';
background: #e6edf4;
width: 1px;
height: 65px;
top: -9px;
right: -30px;
}
.main-header.style-two .header-upper .upper-info li:last-child:before{
display: none;
}
.main-header.style-two .header-upper .upper-info li:last-child{
margin-right: 0px !important;
}
.main-header.style-two .header-upper .upper-info li i{
position: absolute;
left: 0px;
top: 10px;
font-size: 30px;
line-height: 30px;
}
.main-header.style-two .header-upper .upper-info li p{
font-size: 14px;
line-height: 22px;
color: #687f9b;
font-weight: 500;
margin-bottom: 0px;
}
.main-header.style-two .header-upper .upper-info li h6{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 700;
}
.main-header.style-two .header-upper .upper-info li h6 a{
display: inline-block;
color: #194376;
}
.main-header.style-two .header-upper .upper-info li h6 a:hover{
}
.main-header.style-two .header-upper{
position: relative;
width: 100%;
background: #fff;
}
.main-header.style-two .header-upper:before{
position: absolute;
content: '';
background: #e6edf4;
width: 100%;
height: 1px;
left: 0px;
bottom: 0px;
}
.main-header.style-two .outer-box .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
line-height: 70px;
}
.main-header.style-two .outer-box .social-links li:last-child{
margin: 0px !important; 
}
.main-header.style-two .outer-box .social-links li a{
position: relative;
display: inline-block;
width: 38px;
height: 38px;
line-height: 38px;
font-size: 13px;
background: #e6edf4;
color: #687f9b;
text-align: center;
border-radius: 50%;
}
.main-header.style-two .outer-box .social-links li a:hover{
color: #fff;
}
.main-header.style-two .main-menu .navigation > li{
padding: 20px 0px !important;
} .banner-section.style-two .banner-carousel .slide-item:before{
background: #143a69;
opacity: 0.5;
}
.banner-section.style-two .banner-carousel .content-box{
max-width: 850px;
margin: 0 auto;
}
.banner-section.style-two .banner-carousel .content-box h1{
line-height: 100px;
color: #fff;
}
.banner-section.style-two .banner-carousel .content-box h1 span{
display: inline-block;
}
.banner-section.style-two .banner-carousel .content-box p{
position: relative;
display: block;
font-size: 20px;
font-weight: 600;
color: rgba(255,255,255,0.7);
line-height: 32px;
margin-bottom: 46px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-section.style-two .banner-carousel .active .content-box p{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1150ms;
-moz-transition-delay: 1150ms;
-ms-transition-delay: 1150ms;
-o-transition-delay: 1150ms;
transition-delay: 1150ms;
}
.banner-section.style-two .banner-carousel .slide-item{
padding: 175px 0px 225px 0px;
} .feature-section{
position: relative;
}
.feature-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 871px;
height: 709px;
background-repeat: no-repeat;
}
.feature-section .inner-container{
position: relative;
background: #fff;
margin-top: -80px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
z-index: 1;
}
.feature-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
padding: 55px 40px 51px 60px;
}
.inner-container .feature-block-one{
position: relative;
float: left;
width: 33.333%;
}
.feature-block-one .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin-bottom: 27px;
transition: all 500ms ease;
}
.feature-block-one .inner-box p{
font-size: 16px;
line-height: 32px;
font-weight: 600;
transition: all 500ms ease;
}
.feature-block-one .inner-box:hover h4,
.feature-block-one .inner-box:hover p{
color: #fff;
}
.feature-block-one .inner-box .bg-layer {
position: absolute;
content: "";
top: 0;
left: -101%;
height: 100%;
width: 100%;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
background-size: 101% 101%;
}
.feature-block-one .inner-box .bg-layer:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.9;
}
.feature-block-one .inner-box:hover .bg-layer{
left: 0px;
} .about-style-two{
position: relative;
overflow: hidden;
padding: 120px 0px;
}
.content_block_4 .content-box .text{
position: relative;
margin-bottom: 45px;
}
.content_block_4 .content-box .text p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
}
.content_block_4 .content-box .inner-box .single-item{
position: relative;
float: left;
width: 50%;
}
.content_block_4 .content-box .inner-box .single-item .inner{
position: relative;
display: block;
margin-bottom: 18px;
padding-right: 50px;
min-height: 133px;
}
.content_block_4 .content-box .inner-box .single-item:nth-child(2) .inner,
.content_block_4 .content-box .inner-box .single-item:last-child .inner{
padding-right: 0px;
padding-left: 40px;
}
.content_block_4 .content-box .inner-box .single-item .inner .icon-box{
position: relative;
font-size: 16px;
line-height: 26px;
margin-bottom: 7px;
}
.content_block_4 .content-box .inner-box .single-item .inner h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-bottom: 4px;
}
.content_block_4 .content-box .inner-box .single-item .inner p{
font-size: 16px;
line-height: 34px;
font-weight: 600;
}
.content_block_4 .content-box .inner-box{
position: relative;
padding-bottom: 35px;
}
.content_block_4 .content-box .inner-box:before{
position: absolute;
content: '';
background: #e6edf4;
width: 1px;
height: 275px;
left: 50%;
top: 5px;
margin-left: -10px;
}
.content_block_4 .content-box .btn-box .theme-btn{
padding: 22px 50px;
}
.image_block_2 .image-box{
position: relative;
display: block;
padding-left: 100px;
padding-bottom: 185px;
}
.image_block_2 .image-box img{
width: 100%;
}
.image_block_2 .image-box .image-2{
position: absolute;
left: -20px;
bottom: 0px;
}
.image_block_2 .image-box .image-1{
position: relative;
display: block;
overflow: hidden;
}
.image_block_2 .image-box .image-1:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_2 .image-box:hover .image-1:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.image_block_2 .image-box .image-content{
position: absolute;
left: 10px;
top: 60px;
width: 165px;
height: 165px;
border-radius: 50%;
text-align: center;
padding: 30px 30px;
z-index: 1;
}
.image_block_2 .image-box .image-content .icon-box{
position: relative;
font-size: 60px;
line-height: 60px;
color: #fff;
margin-bottom: 5px;
}
.image_block_2 .image-box .image-content h4{
display: block;
font-size: 20px;
line-height: 20px;
font-weight: 700;
color: #fff;
}
.about-style-two .image-layer {
position: absolute;
right: 0px;
top: 50%;
width: 472px;
height: 440px;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.cta-section.alternat-2{
position: relative;
overflow: hidden;
}
.cta-section.alternat-2 .pattern-layer{
position: absolute;
top: 0px;
right: 0px;
width: 682px;
height: 281px;
background-repeat: no-repeat;
}
.service-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 594px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.pb-120{
padding-bottom: 120px;
} .solution-section{
position: relative;
overflow: hidden;
}
.solution-section .bg-layer{
position: absolute;
top: 0px;
right: 0px;
width: 42%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.progress-box{
margin-bottom: 27px;
position: relative;
}
.progress-box:last-child{
margin-bottom: 0px;
}
.progress-box .bar{
position:relative;
width:100%;
height:5px;
background: #e6edf4;
border-radius:0px;
}
.progress-box .bar-inner{
position:relative;
display:block;
width:0px;
height:5px;
-webkit-transition:all 1500ms ease;
-ms-transition:all 1500ms ease;
-o-transition:all 1500ms ease;
-moz-transition:all 1500ms ease;
transition:all 1500ms ease; 
}
.progress-box .count-text{
position:absolute;
top: -43px;
right: -33px;
font-size:16px;
color: #687f9b;
font-weight: 600;
opacity:0;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-moz-transition:all 500ms ease;
transition:all 500ms ease;  
}
.progress-box .bar-inner.counted .count-text{
opacity:1;  
}
.content_block_5 .content-box .upper-box{
position: relative;
max-width: 600px;
width: 100%;
}
.content_block_5 .content-box .upper-box .text p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
}
.content_block_5 .content-box .lower-box .progress-inner .list-item li{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 600;
color: #194376;
margin-bottom: 14px;
padding-left: 30px;
}
.content_block_5 .content-box .lower-box .progress-inner .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_5 .content-box .lower-box .progress-inner .list-item li:before {
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0px;
top: 1px;
font-weight: 700;
}
.content_block_5 .content-box .lower-box .progress-inner{
position: relative;
padding-top: 45px;
}
.content_block_5 .content-box .lower-box .progress-inner .list-item{
margin-bottom: 55px;
}
.content_block_5 .content-box .lower-box .progress-inner .progress-box h6{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 700;
margin-bottom: 7px;
}
.content_block_5 .content-box .lower-box .progress-inner .progress-content{
margin-right: 30px;
}
.content_block_5 .content-box .lower-box .right-content{
position: relative;
display: block;
padding: 60px 60px 51px 60px;
margin-top: 13px;
}
.content_block_5 .content-box .lower-box .right-content .inner{
position: relative;
padding-left: 145px;
min-height: 118px;
padding-top: 5px;
margin-bottom: 30px;
}
.content_block_5 .content-box .lower-box .right-content .inner .icon-box{
position: absolute;
left: 0px;
top: 0px;
width: 118px;
height: 118px;
line-height: 118px;
text-align: center;
font-size: 60px;
color: #fff;
}
.content_block_5 .content-box .lower-box .right-content .inner h3{
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #fff;
font-style: italic;
}
.content_block_5 .content-box .lower-box .right-content .text p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
color: rgba(255,255,255,0.7);
}
.solution-section .image-layer {
position: absolute;
left: 0px;
top: 50%;
width: 472px;
height: 440px;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
} .team-section{
position: relative;
}
.team-section .sec-title{
margin-bottom: 57px;
}
.team-section .map-layer{
position: absolute;
left: 0px;
top: 110px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.team-block-one .inner-box{
position: relative;
display: block;
text-align: center;
background: #fff;
}
.team-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.team-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img{
transform: scale(1.05);
}
.team-block-one .inner-box .lower-content{
position: relative;
padding: 26px 0px 25px 0px;
border-bottom: 2px solid #e6edf4;
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content{
padding-top: 46px;
margin-bottom: -20px;
}
.team-block-one .inner-box .lower-content:before{
position: absolute;
content: '';
width: 100%;
height: 2px;
left: 0px;
bottom: -2px;
transform: scale(0,0);
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content:before{
transform: scale(1,1);
}
.team-block-one .inner-box .lower-content .social-links{
position: absolute;
left: 0px;
top: -17px;
width: 100%;
opacity: 0;
visibility: hidden;
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .social-links{
top: -27px;
visibility: visible;
opacity: 1;
}
.team-block-one .inner-box .lower-content .social-links li{
position: relative;
display: inline-block;
margin: 0px 3px;
}
.team-block-one .inner-box .lower-content .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #687f9b;
background: #e6edf4;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
border-radius: 50%;
}
.team-block-one .inner-box .lower-content .social-links li a:hover{
color: #fff;
}
.team-block-one .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 4px;
}
.team-block-one .inner-box .lower-content h5 a{
display: inline-block;
color: #143a69;
}
.team-block-one .inner-box .lower-content h5 a:hover{
}
.team-block-one .inner-box .lower-content .designation{
position: relative;
display: block;
font-size: 12px;
line-height: 20px;
color: #687f9b;
font-weight: 700;
text-transform: uppercase;
} .download-section{
position: relative;
}
.download-section .inner-box{
position: relative;
padding-bottom: 100px;
}
.download-section .inner-box h2{
position: relative;
display: block;
font-size: 50px;
line-height: 55px;
font-weight: 800;
margin-bottom: 17px;
}
.download-section .inner-box p{
font-size: 22px;
line-height: 30px;
font-weight: 600;
font-style: italic;
margin-bottom: 59px;
}
.download-section .inner-box .btn-box .theme-btn{
text-align: left;
padding: 22px 30px 22px 75px;
}
.download-section .inner-box .btn-box .theme-btn i{
position: absolute;
left: 40px;
top: 27px;
font-size: 30px;
}
.download-section .inner-box .btn-box .theme-btn span{
position: relative;
display: block;
font-size: 14px;
line-height: 14px;
font-weight: 800;
text-transform: none;
}
.download-section .inner-box .btn-box .theme-btn h5{
position: relative;
display: block;
font-size: 18px;
line-height: 22px;
font-weight: 800;
color: #fff;
text-transform: capitalize;
}
.download-section .inner-box .btn-box .theme-btn.google-play{
margin-right: 16px;
}
.download-section .inner-box .image-box .image-1{
position: absolute;
right: 0px;
bottom: 0px;
z-index: 1;
}
.download-section .inner-box .image-box .image-2{
position: absolute;
right: 160px;
bottom: 0px;
}
.pt-120{
padding-top: 120px;
} .contact-section{
position: relative;
padding: 115px 0px 120px 0px;
}
.contact-section .default-form .form-group{
padding: 0px 10px;
}
.contact-section .default-form{
margin: 0px 5px;
}
.default-form .form-group{
position: relative;
margin-bottom: 20px;
}
.default-form .form-group:last-child{
margin-bottom: 0px;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 70px;
background: #fff;
border: 1px solid #e6edf4;
font-size: 14px;
color: #687f9b;
font-weight: 600;
padding: 10px 20px;
transition: all 500ms ease;
}
.default-form .form-group input::-webkit-input-placeholder{
color:#687f9b;
}
.default-form .form-group textarea::-webkit-input-placeholder{
color:#687f9b;
}
.default-form .form-group textarea{
height: 170px;
resize: none;
}
.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
}
.contact-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 62%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.contact-section .map-inner{
position: absolute;
top: 0px;
right: 0px;
width: 50%;
height: 100%;
margin: 120px 0px;
}
.contact-section .map-inner .google-map{
position: relative;
width: 100%;
height: 620px;
}
.contact-section .map-inner .map-column{
position: relative;
padding-left: 229px;
}
.contact-section .map-inner .map-column .map-content{
position: absolute;
left: -141px;
top: 250px;
width: 620px;
padding: 31px 30px;
text-align: center;
transform: rotate(-90deg);
}
.contact-section .map-inner .map-column .map-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
color: #fff;
font-weight: 800;
}
.contact-section .map-inner .map-column .map-content h3 a{
display: inline-block;
color: #fff;
}
.contact-section .map-inner .map-column .map-content h3 a:hover{
text-decoration: underline;
}
.contact-section .map-inner .map-column .map-content p{
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 600;
font-style: italic;
}  .page-title{
position: relative;
padding: 150px 0px 0px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title .content-box .title{
position: relative;
margin-bottom: 100px;
}
.page-title .content-box .title h1{
position: relative;
font-size: 60px;
line-height: 70px;
color: #194376;
font-weight: 800;
}
.page-title .content-box .bread-crumb{
position: relative;
display: inline-block;
background: #fff;
padding: 8px 30px;
}
.page-title .content-box .bread-crumb li{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 30px;
font-weight: 700;
color: #687f9b;
padding-right: 18px;
margin-right: 6px;
letter-spacing: 1px;
text-transform: uppercase;
}
.page-title .content-box .bread-crumb li a{
color: #687f9b;
}
.page-title .content-box .bread-crumb li a:hover{
}
.page-title .content-box .bread-crumb li:last-child{
padding: 0px !important;
margin: 0px !important;
}
.page-title .content-box .bread-crumb li:before{
position: absolute;
content: '/';
top: 0px;
right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
display: none;
} .about-style-three{
position: relative;
padding-top: 120px;
}
.image_block_3 .image-box{
position: relative;
display: block;
}
.image_block_3 .image-box .image img{
width: 100%;
}
.image_block_3 .image-box .image{
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.image_block_3 .image-box .image:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_3 .image-box .image:hover:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.image_block_3 .image-box .top-content {
position: absolute;
left: -110px;
top: 55px;
width: 165px;
height: 165px;
border-radius: 50%;
text-align: center;
padding: 30px 30px;
z-index: 1;
}
.image_block_3 .image-box .top-content .icon-box {
position: relative;
font-size: 60px;
line-height: 60px;
color: #fff;
margin-bottom: 5px;
}
.image_block_3 .image-box .top-content h4 {
display: block;
font-size: 20px;
line-height: 20px;
font-weight: 700;
color: #fff;
}
.image_block_3 .image-box .bottom-content{
position: relative;
display: block;
padding: 19.5px 30px;
text-align: center;
}
.image_block_3 .image-box .bottom-content h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
color: #fff;
font-style: italic;
font-weight: 700;
}
.about-style-three .content_block_6 .content-box{
margin-left: 70px;
margin-top: -10px;
}
.content_block_6 .content-box .text{
margin-bottom: 50px;
}
.content_block_6 .content-box p{
font-size: 18px;
line-height: 34px;
font-weight: 600
}
.content_block_6 .content-box .inner-box .left-column,
.content_block_6 .content-box .inner-box .right-column{
width: 50%;
position: relative;
}
.content_block_6 .content-box .inner-box .left-column{
border-right: 1px solid #e6edf4;
padding-right: 70px;
margin-top: 7px;
}
.content_block_6 .content-box .inner-box .left-column .icon-box{
position: relative;
font-size: 65px;
line-height: 60px;
margin-bottom: 19px;
}
.content_block_6 .content-box .inner-box .right-column{
padding-left: 55px;
}
.content_block_6 .content-box .inner-box p{
font-size: 16px;
}
.content_block_6 .content-box .inner-box .right-column .single-item{
margin-bottom: 18px;
}
.content_block_6 .content-box .inner-box .right-column .single-item:last-child{
margin-bottom: 0px;
}
.content_block_6 .content-box .inner-box .right-column .single-item .icon-box{
position: relative;
font-size: 16px;
line-height: 26px;
margin-bottom: 8px;
}
.content_block_6 .content-box .inner-box .right-column .single-item h5{
position: relative;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 5px;
}
.content_block_6 .content-box .sec-title{
margin-bottom: 35px;
}
.content_block_6 .content-box .inner-box{
position: relative;
margin-bottom: 30px;
padding-bottom: 50px;
border-bottom: 1px solid #e6edf4;
}
.content_block_6 .content-box .support-box h3{
position: relative;
display: block;
font-size: 30px;
line-height: 38px;
font-weight: 800;
}
.content_block_6 .content-box .support-box h3 a{
display: inline-block;
}
.content_block_6 .content-box .support-box h3 span{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 600;
color: #687f9b;
font-style: italic;
margin-left: 8px;
}
.content_block_6 .content-box .support-box h3 a:hover{
} .process-section{
position: relative;
border-bottom: 1px solid #e6edf4;
}
.process-block-one .inner-box{
position: relative;
display: block;
padding: 0px 20px;
}
.process-block-one .inner-box .icon-box{
position: relative;
display: inline-block;
width: 190px;
height: 190px;
line-height: 190px;
font-size: 65px;
background: #fff;
border-radius: 50%;
z-index: 1;
margin-bottom: 35px;
box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
transition: all 500ms ease;
}
.process-block-one .inner-box:hover .icon-box{
color: #fff !important;
}
.process-block-one .inner-box .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
z-index: -1;
transform: scale(0,0);
transition: all 500ms ease;
}
.tags.pull-left a:hover{
color: #fff;
}
.process-block-one .inner-box:hover .icon-box:before{
transform: scale(1,1);
}
.process-block-one .inner-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin-bottom: 32px;
}
.process-block-one .inner-box p{
position: relative;
font-size: 16px;
line-height: 30px;
font-weight: 600;
margin-bottom: 38px;
}
.process-block-one .inner-box span{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
font-weight: 700;
color: #687f9b;
text-transform: uppercase;
letter-spacing: 1px;
background: #e6edf4;
padding: 9px 32px;
text-align: center;
transition: all 500ms ease;
}
.process-block-one .inner-box:hover span{
color: #fff;
}
.process-block-one .inner-box span:before{
position: absolute;
content: '';
background: #e6edf4;
width: 20px;
height: 20px;
left: 50%;
transform: translateX(-50%) rotate(45deg);
top: -8px;
z-index: -1;
transition: all 500ms ease;
}
.process-block-one .inner-box:hover span:before{
}
.process-block-one .inner-box .arrow{
position: absolute;
top: 70px;
right: -46px;
width: 64px;
height: 52px;
background-repeat: no-repeat;
}
.process-section .map-layer {
position: absolute;
left: 0px;
top: 130px;
right: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.process-section .sec-title{
margin-bottom: 55px;
} .faq-section{
position: relative;
padding: 120px 0px;
}
.accordion-box .block{
position: relative;
display: block;
border: 1px solid #e1e7ee;
margin-bottom: 10px;
background: #fff;
transition: all 500ms ease;
}
.accordion-box .block.active-block{
box-shadow: 0 0px 50px rgba(0, 0, 0, 0.07);
border: 1px solid #e6edf4;
}
.accordion-box .block:last-child{
margin-bottom: 0px;
}
.accordion-box .block .acc-content.current{
display:block;  
}
.accordion-box .block .acc-btn{
position: relative;
display: block;
padding: 20px 60px 25px 40px;
cursor: pointer;
}
.accordion-box .block .acc-btn h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
}
.accordion-box .block .acc-btn.active h5{
}
.accordion-box .block .acc-btn .icon-outer{
position: absolute;
top: 19px;
right: 38px;
font-size: 14px;
font-weight: 700;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
z-index: 1;
}
.accordion-box .block .acc-btn.active .icon-outer i:before{
position: relative;
font-size: 15px;
font-family: 'Font Awesome 5 Pro';
margin: 0px;
content: "\f068";
}
.accordion-box .block .acc-content{
position:relative;
display:none;
padding: 5px 40px 32px 40px;
}
.accordion-box .block .acc-content p{
font-size: 16px;
line-height: 34px;
font-weight: 600;
margin: 0px;
}
.faq-section .sec-title{
margin-bottom: 27px;
}
.faq-section .title-inner .image-box{
position: relative;
display: block;
}
.faq-section .title-inner .image-box img{
width: 100%;
}
.faq-section .title-inner{
position: relative;
margin-top: 17px;
} .gallery-page-section{
position: relative;
padding: 120px 0px 90px 0px;
}
.gallery-page-section .gallery-block-one .inner-box{
margin-bottom: 30px;
} .error-section{
position: relative;
padding: 100px 0px 120px 0px;
}
.error-section .inner-box .theme-btn-one i{
margin-right: 10px;
}
.error-section .inner-box .error-image{
position: relative;
display: inline-block;
margin-bottom: 60px;
}
.error-section .inner-box h1{
font-size: 200px;
line-height: 200px;
font-weight: 900;
margin-bottom: 10px;
}
.error-section .inner-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 700;
margin-bottom: 60px;
} .service-details{
position: relative;
}
.service-sidebar .categories-widget{
position: relative;
display: block;
background: #f3f7fa;
margin-bottom: 30px;
}
.service-sidebar .categories-widget .widget-title{
position: relative;
display: block;
padding: 21px 50px;
}
.service-sidebar .categories-widget .widget-title h4{
font-size: 20px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.service-sidebar .categories-widget .categories-list li{
position: relative;
display: block;
}
.service-sidebar .categories-widget .categories-list li a{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: #687f9b;
font-weight: 600;
background: transparent;
padding: 16px 50px;
}
.service-sidebar .categories-widget .categories-list li a.current,
.service-sidebar .categories-widget .categories-list li a:hover{
color: #fff;
background: #194376;
}
.service-sidebar .categories-widget .categories-list li a:before{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:50px;
top:15px;
display:inline-block;
color: #687f9b;
width: 28px;
height: 28px;
line-height: 28px;
background: #fff;
border-radius: 50%;
font-size:15px;
text-align:center;
transition: all 500ms ease;
}
.service-sidebar .categories-widget .categories-list li a.current:before,
.service-sidebar .categories-widget .categories-list li a:hover:before{
color: #fff;
}
.service-sidebar .categories-widget .categories-list{
position: relative;
padding: 23px 0px 35px 0px;
}
.service-sidebar .support-box{
position: relative;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 51px 30px 55px 30px;
margin-bottom: 30px;
}
.service-sidebar .support-box:before{
position: absolute;
content: '';
background: #194376;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.9;
}
.service-sidebar .support-box .inner h2{
position: relative;
font-size: 40px;
line-height: 48px;
font-weight: 800;
color: #fff;
font-style: italic;
margin-bottom: 20px;
}
.service-sidebar .support-box .inner .icon-box{
position: relative;
display: inline-block;
width: 110px;
height: 110px;
line-height: 110px;
text-align: center;
font-size: 60px;
color: #fff;
border-radius: 50%;
margin-bottom: 22px;
}
.service-sidebar .support-box .inner h3{
position: relative;
display: block;
font-size: 30px;
line-height: 38px;
color: #fff;
font-weight: 800;
margin-bottom: 0px;
}
.service-sidebar .support-box .inner h3 a{
display: inline-block;
color: #fff;
}
.service-sidebar .support-box .inner h3 a:hover{
}
.service-sidebar .support-box .inner p{
position: relative;
display: block;
font-size: 14px;
line-height: 26px;
font-weight: 600;
color: rgba(255,255,255,0.6);
}
.service-sidebar .download-borucher a{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
text-align: center;
padding: 23px 15px;
}
.service-sidebar .download-borucher a:hover{
}
.service-details-content .image-box{
position: relative;
display: block;
margin-bottom: 68px;
}
.service-details-content .image-box img{
width: 100%;
}
.service-details-content .image-box .icon-box{
position: absolute;
left: 50px;
bottom: -47px;
width: 94px;
height: 94px;
line-height: 94px;
text-align: center;
font-size: 60px;
color: #fff;
}
.service-details-content h2{
position: relative;
display: block;
font-size: 34px;
line-height: 44px;
font-weight: 800;
margin-bottom: 40px;
}
.service-details-content p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
}
.service-details-content .content-one .text p{
margin-bottom: 34px;
}
.service-details-content .content-one .text p:last-child{
margin-bottom: 0px;
}
.service-details-content .content-one{
position: relative;
margin-bottom: 54px;
}
.service-details-content .content-two{
position: relative;
display: block;
background: #f3f7fa;
padding: 57px 60px 50px 60px;
margin-bottom: 55px;
}
.service-details-content .content-two .single-item{
position: relative;
}
.service-details-content .content-two .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 65px;
line-height: 65px;
margin-bottom: 22px;
}
.service-details-content .content-two .single-item h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin-bottom: 27px;
}
.service-details-content .content-two .single-item p{
font-size: 16px;
line-height: 32px;
}
.service-details-content .two-column .image{
position: relative;
display: block;
}
.service-details-content .two-column .image img{
width: 100%;
}
.service-details-content h3{
position: relative;
display: block;
font-size: 30px;
line-height: 38px;
font-weight: 700;
}
.service-details-content .two-column .text h3{
margin-bottom: 36px;
}
.service-details-content .two-column .text h4 {
position: relative;
display: block;
font-size: 18px;
line-height: 34px;
font-weight: 700;
font-style: italic;
margin-bottom: 39px;
}
.service-details-content .two-column .text .list-item li{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #194376;
margin-bottom: 12px;
padding-left: 35px;
}
.service-details-content .two-column .text .list-item li:before {
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0px;
top: 1px;
font-weight: 700;
}
.service-details-content .two-column .text .list-item li:last-child{
margin-bottom: 0px;
}
.service-details-content .two-column .text{
position: relative;
margin-top: -7px;
}
.service-details-content .two-column{
position: relative;
margin-bottom: 51px;
}
.service-details-content .content-three .text{
margin-bottom: 55px;
}
.service-details-content .content-three .text h3{
margin-bottom: 41px;
}
.service-details-content .accordion-box .block{
position: relative;
display: block;
border: 1px solid #e6edf4;
margin-bottom: 10px;
background: #fff;
box-shadow: none;
transition: all 500ms ease;
}
.service-details-content .accordion-box .block.active-block{
background: #f3f7fa;
border: 1px solid #f3f7fa;
box-shadow: none;
}
.service-details-content .accordion-box .block:last-child{
margin-bottom: 0px;
}
.service-details-content .accordion-box .block .acc-content.current{
display:block;  
}
.service-details-content .accordion-box .block .acc-btn{
position: relative;
display: block;
padding: 20px 60px 25px 40px;
cursor: pointer;
}
.service-details-content .accordion-box .block .acc-btn h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
transition: all 500ms ease;
}
.service-details-content .accordion-box .block .acc-btn.active h5{
}
.service-details-content .accordion-box .block .acc-btn .icon-outer{
position: absolute;
top: 19px;
right: 38px;
font-size: 14px;
font-weight: 700;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
z-index: 1;
}
.service-details-content .accordion-box .block .acc-btn.active .icon-outer i:before{
position: relative;
font-size: 14px;
font-family: 'Font Awesome 5 Pro';
margin: 0px;
content: "\f068";
font-weight: 700;
}
.service-details-content .accordion-box .block .acc-content{
position:relative;
display:none;
padding: 5px 60px 40px 40px;
} .blog-grid{
position: relative;
padding: 120px 0px;
}
.blog-grid .news-block-one .inner-box{
margin-bottom: 30px;
}
.blog-grid .pagination-wrapper{
position: relative;
margin-top: 30px;
}
.sidebar-page-container{
position: relative;
padding: 120px 0px;
}
.news-block-one .inner-box .lower-content h2{
position: relative;
display: block;
font-size: 30px;
line-height: 44px;
font-weight: 800;
margin-bottom: 33px;
}
.news-block-one .inner-box .lower-content h2 a{
display: inline-block;
color: #194376;
}
.news-block-one .inner-box .lower-content h2 a:hover{
}
.news-block-one .inner-box .lower-content p{
display: block;
font-size: 18px;
line-height: 34px;
font-weight: 600;
padding-bottom: 24px;
margin-bottom: 21px;
border-bottom: 1px solid #e6edf4;
}
.blog-standard-content .news-block-one .inner-box{
margin-bottom: 30px;
}
.sidebar-search{
position: relative;
display: block;
padding: 10px 30px;
margin-bottom: 20px;
}
.search-form .form-group{
position: relative;
margin: 0px;
}
.search-form .form-group input[type='search']{
position: relative;
width: 100%;
height: 50px;
background: transparent;
border: 1px solid transparent;
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 10px 60px 10px 20px;
transition: all 500ms ease;
}
.search-form .form-group input:focus{
border-color: #fff;
}
.search-form .form-group input::-webkit-input-placeholder{
color:#fff;
}
.search-form .form-group button{
position: absolute;
top: 9px;
right: 19px;
font-size: 16px;
color: #fff;
background: transparent;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-widget{
position: relative;
display: block;
background: #f3f7fa;
padding: 40px 50px;
margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.blog-sidebar .sidebar-post{
padding: 44px 15px 18px 15px !important;
}
.blog-sidebar .sidebar-post .post{
position: relative;
display: block;
padding: 23px 25px 23px 130px;
min-height: 129px;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-post .post:hover{
background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.blog-sidebar .sidebar-post .post .post-thumb{
position: absolute;
left: 35px;
top: 30px;
width: 70px;
height: 68px;
overflow: hidden;
}
.blog-sidebar .sidebar-post .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-post .post:hover .post-thumb img{
opacity: 0.2;
}
.blog-sidebar .sidebar-post .post .post-date{
position: relative;
display: block;
font-size: 12px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 7px;
}
.blog-sidebar .sidebar-post .post h6{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 700;
}
.blog-sidebar .sidebar-post .post h6 a{
display: inline-block;
color: #194376;
}
.blog-sidebar .sidebar-post .post h6 a:hover{
}
.blog-sidebar .widget-title{
position: relative;
display: block;
margin-bottom: 15px;
}
.blog-sidebar .widget-title h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
}
.blog-sidebar .sidebar-post .widget-title{
padding-left: 35px;
margin-bottom: 10px;
}
.blog-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 18px;
}
.blog-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.blog-sidebar .category-widget .category-list li a{
position: relative;
display: block;
font-size: 16px;
font-weight: 600;
color: #687f9b;
}
.blog-sidebar .category-widget .category-list li a:hover{
}
.blog-sidebar .category-widget .category-list li a:before{
position: absolute;
right: 0px;
top: 2px;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 15px;
font-weight: 700;
color: #687f9b;
background: #fff;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
border-radius: 50%;
transition: all 500ms ease;
}
.blog-sidebar .category-widget .category-list li a:hover:before{
color: #fff;
}
.blog-sidebar .category-widget{
padding: 44px 50px 38px 50px;
}
.blog-sidebar .tags-widget .tags-list li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.blog-sidebar .tags-widget .tags-list li a{
position: relative;
display: inline-block;
font-size: 11px;
line-height: 22px;
font-weight: 700;
color: #687f9b;
text-transform: uppercase;
background: #fff;
padding: 9px 24px 7px 24px;
text-align: center;
}
.blog-sidebar .tags-widget .tags-list li a:hover{
color: #fff;
}
.blog-sidebar .tags-widget{
padding: 44px 50px 40px 50px;
}
.blog-sidebar .tags-widget .widget-title{
margin-bottom: 28px;
}
.blog-details-content .news-block-one .inner-box{
box-shadow: none !important;
}
.blog-details-content .news-block-one .inner-box .image-box img{
transform: scale(1) !important;
}
.blog-details-content .news-block-one .inner-box .lower-content p{
border-bottom: none;
}
.blog-details-content .news-block-one .inner-box .lower-content .text{
border-bottom: 1px solid #e6edf4;
}
.blog-details-content .post-share-option .tags li{
position: relative;
display: inline-block;
margin-right: 5px;
}
.blog-details-content .post-share-option .tags li h5{
font-size: 18px;
line-height: 38px;
font-weight: 700;
}
.blog-details-content .post-share-option .tags li a{
position: relative;
display: inline-block;
font-size: 11px;
line-height: 24px;
color: #687f9b;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
background: #e6edf4;
padding: 7px 21px;
}
.blog-details-content .post-share-option .tags li:last-child{
margin: 0px !important;
}
.blog-details-content .post-share-option .tags li a:hover{
color: #fff;
}
.blog-details-content .post-share-option .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.blog-details-content .post-share-option .social-links li:last-child{
margin: 0px !important;
}
.blog-details-content .post-share-option .social-links li a{
position: relative;
display: inline-block;
font-size: 13px;
color: #687f9b;
width: 38px;
height: 38px;
line-height: 38px;
background: #e6edf4;
text-align: center;
border-radius: 50%;
}
.blog-details-content .post-share-option .social-links li a:hover{
color: #fff;
}
.blog-details-content .post-share-option{
position: relative;
display: block;
padding: 20px 0px;
}
.blog-details-content .news-block-one .inner-box .lower-content p{
margin-bottom: 10px;
}
.blog-details-content .news-block-one .inner-box .lower-content{
padding-bottom: 0px;
}
.blog-details-content .news-block-one{
margin-bottom: 60px;
}
.blog-details-content .author-box{
position: relative;
display: block;
background: #f3f7fa;
padding: 56px 50px 54px 270px;
margin-bottom: 52px;
}
.blog-details-content .author-box .image-box{
position: absolute;
width: 170px;
height: 160px;
left: 60px;
top: 60px;
}
.blog-details-content .author-box .image-box img{
width: 100%;
}
.blog-details-content .author-box .inner h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin-bottom: 38px;
}
.blog-details-content .author-box .inner p{
font-size: 18px;
line-height: 34px;
font-weight: 600;
}
.blog-details-content .group-title{
position: relative;
display: block;
margin-bottom: 50px;
}
.blog-details-content .group-title h3{
font-size: 30px;
line-height: 38px;
font-weight: 700;
}
.blog-details-content .comment-box .comment{
position: relative;
display: block;
padding-left: 180px;
padding-bottom: 53px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 55px;
}
.blog-details-content .comment-box .comment:last-child{
margin-bottom: 0px;
}
.blog-details-content .comment-box .comment .thumb-box{
position: absolute;
left: 0px;
top: 5px;
width: 140px;
height: 140px;
}
.blog-details-content .comment-box .comment .thumb-box img{
width: 100%;
}
.blog-details-content .comment-box .comment .comment-info h4{
position: relative;
font-size: 20px;
line-height: 28px;
float: left;
font-weight: 700;
margin-right: 12px;
}
.blog-details-content .comment-box .comment .comment-info .post-date{
position: relative;
float: left;
font-size: 16px;
font-weight: 600;
line-height: 32px;
color: #687f9b;
}
.blog-details-content .comment-box .comment .comment-info .post-date i{
margin-right: 5px;
}
.blog-details-content .comment-box .comment .comment-info{
position: relative;
margin-bottom: 34px;
}
.blog-details-content .comment-box .comment .reply-btn{
position: absolute;
display: inline-block;
top: 5px;
right: 0px;
font-size: 16px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
padding: 7px 14px 5px 14px;
letter-spacing: 1px;
z-index: 1;
}
.blog-details-content .comment-box .comment .reply-btn:hover{
background: #194376;
}
.blog-details-content .comment-box .comment .comment-inner p{
font-size: 16px;
line-height: 34px;
font-weight: 600;
}
.blog-details-content .comment-box{
margin-bottom: 53px;
}
.default-form .form-group{
position: relative;
margin-bottom: 20px;
}
.default-form .form-group:last-child{
margin-bottom: 0px;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 70px;
border: 1px solid #e6edf4;
font-size: 14px;
color: #687f9b;
font-weight: 600;
padding: 10px 30px;
transition: all 500ms ease;
}
.default-form .form-group textarea{
resize: none;
height: 170px;
}
.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
}
.default-form .form-group .theme-btn-one{
padding: 22px 60px;
font-size: 14px;
} .contact-style-two{
position: relative;
padding: 120px 0px;
}
.contact-style-two .info-inner{
position: relative;
display: block;
background: #f3f7fa;
padding: 20px 10px 50px 10px;
}
.contact-style-two .info-inner .info-list li{
position: relative;
display: block;
padding: 35px 30px 38px 100px;
border-bottom: 1px solid #fff;
}
.contact-style-two .info-inner .info-list li:last-child{
border-bottom: none;
}
.contact-style-two .info-inner .info-list li i{
position: absolute;
left: 50px;
top: 42px;
font-size: 30px;
line-height: 30px;
}
.contact-style-two .info-inner .info-list li p{
position: relative;
display: block;
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 0px;
}
.contact-style-two .info-inner .info-list li h6{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 700;
}
.contact-style-two .info-inner .info-list li h6 a{
display: inline-block;
color: #194376;
}
.contact-style-two .info-inner .info-list li h6 a:hover{
}
.contact-style-two .info-inner .btn-box{
position: relative;
display: block;
padding: 0px 50px;
}
.contact-style-two .info-inner .btn-box .theme-btn{
display: block;
width: 100%;
padding: 12px 40px;
font-size: 12px;
}
.contact-style-two .content_block_6 .content-box{
margin-top: 14px;
}
.google-map-section{
position: relative;
width: 100%;
}
.google-map-section #contact-google-map{
position: relative;
width: 100%;
height: 550px;
}
.three-item-carousel .owl-stage-outer{
overflow: visible;
}
.three-item-carousel .owl-stage-outer .owl-item{
opacity: 0;
transition: all 500ms ease;
}
.three-item-carousel .owl-stage-outer .owl-item.active{
opacity: 1;
}
.pt-140{
padding-top: 140px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1200px !important;
}
footer.footer-area {
display: none;
}
.admin-bar .sticky-header {
top: 32px;
}
.contact-section.two .map-inner {
top: -20px;
right: 110px;
}
.sec-pad-2.service-section .inner-container {
margin-bottom: 0;
}
.one.service-details.sec-pad-2 {
padding-bottom: 0;
}
.two.service-details.sec-pad-2 {
padding-top: 0;
}
.two.service-details.sec-pad-2 {
padding-top: 0;
padding-bottom: 0;
}
.three.service-details.sec-pad-2 {
padding-top: 0;
}
.service-details-content .image-box {
margin-bottom: 68px !important;
}
.four.service-details.sec-pad-2 {
padding-bottom: 0;
}
.five.service-details.sec-pad-2 {
padding: 0;
}
.six.service-details.sec-pad-2 {
padding: 0;
}
.seven.service-details.sec-pad-2 {
padding-top: 0;
}
.one.main-footer, .two.main-footer, .three.main-footer {
background: unset;
}
.two.clients-section.bg-color-3 {
background: #fff;
}
.image-layer2  {
position: relative;
overflow: hidden;
}
.image-layer2 .elementor-background-overlay {
position: absolute;
left: 0px;
top: 50%;
width: 472px;
height: 440px;
-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.pagination .page-numbers.current{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
height: 75px;
width: 75px;
line-height: 75px;
background: #ffb81f;
text-align: center;
color: #687f9b;
z-index: 1;
transition: all 500ms ease;
}
.add-comment-box {
position: relative;
display: block;
overflow: hidden;
padding-top: 38px;
}
.add-comment-box .title {
position: relative;
display: block;
padding-bottom: 31px;
}
.add-comment-box .title h3{
color: #222222;
font-size: 36px;
line-height: 40px;
font-weight: 400;
margin: 0 0 10px;
}
.add-comment-box .title p{
font-size: 14px;
line-height: 28px;
margin: 0;
}
.add-comment-box #add-comment-form {
position: relative;
display: block;
}
.add-comment-box #add-comment-form .input-box{
position: relative;
display: block;
}
.add-comment-box #add-comment-form input[type="text"], .add-comment-box #add-comment-form input[type="email"], .add-comment-box #add-comment-form textarea {
position: relative;
display: block;
width: 100%;
height: 70px;
border: 1px solid #e6edf4;
font-size: 14px;
color: #687f9b;
font-weight: 600;
padding: 20px;
transition: all 500ms ease;
margin-bottom: 20px;
}
.add-comment-box #add-comment-form textarea {
resize: none;
height: 170px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
border-color: #171717;    
}
.add-comment-box #add-comment-form textarea:focus{
border-color: #171717;       
}
.add-comment-box #add-comment-form .button-box {
position: relative;
display: inline-block;
}
.add-comment-box #add-comment-form .button-box button{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 26px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 22px 40px;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 1;
background: #46c6ce;
}
.add-comment-box #add-comment-form .button-box button:before {
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #194376;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.add-comment-box #add-comment-form .button-box button:after {
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #194376;
right: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.add-comment-box #add-comment-form .button-box button i {
display: none;
}
.add-comment-box #add-comment-form .button-box button:hover:before {
width: 50%;
}
.add-comment-box #add-comment-form .button-box button:hover:after {
width: 50%;
}
.form-control:focus {
box-shadow: unset !important;
}
ul.tags.pull-left i{
display: none;
}
ul.tags.pull-left a {
position: relative;
display: inline-block;
font-size: 11px;
line-height: 24px;
color: #687f9b;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
background: #e6edf4;
padding: 7px 21px;
}
ul.tags.pull-left a:hover {
background: #46c6ce;
}
ul.tags.pull-left a:hover {
color: #fff;
}
span.commax {
display: none;
}
.widget_search .sidebar-search-box {}
.widget_search .sidebar-search-box form {}
.widget_search .sidebar-search-box form input {
position: relative;
width: 100%;
height: 50px;
background: #45c5ce;
border: 1px solid transparent;
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 10px 60px 10px 20px;
transition: all 500ms ease;
}
.widget_search .sidebar-search-box form input:focus{
border-color: #fff;
}
.widget_search .sidebar-search-box form input::-webkit-input-placeholder{
color:#fff;
}
.widget_search .sidebar-search-box form button {
position: absolute;
top: 20px;
right: 40px;
font-size: 16px;
color: #fff;
background: transparent;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.widget_search .sidebar-search-box form button i {}
.news-block-one .inner-box .lower-content .post-date a {
color: #fff;
}
.sidebar-page-container {}
.sidebar-page-container .title {
margin-bottom: 28px;
}
.sidebar-page-container .title h3 {
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
}
.widget_categories ul {}
.widget_categories ul li {
position: relative;
display: block;
margin-bottom: 18px;
}
.widget_categories ul li a {
position: relative;
display: block;
font-size: 16px;
font-weight: 600;
color: #687f9b;
}
.widget_categories ul li a:before {
position: absolute;
right: 0px;
top: 2px;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 15px;
font-weight: 700;
color: #687f9b;
background: #fff;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
border-radius: 50%;
transition: all 500ms ease;
}
.widget_categories ul li a:hover:before {
color: #fff;
}
.widget_categories ul li a:hover:before {
background: #46c6ce;
}
.mrwidget {
position: relative;
display: block;
background: #f3f7fa;
padding: 40px 50px;
margin-bottom: 30px;
}
.tagcloud {}
.tagcloud a {
position: relative;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
font-size: 11px !important;
line-height: 22px;
font-weight: 700;
color: #687f9b;
text-transform: uppercase;
background: #fff;
padding: 9px 24px 7px 24px;
text-align: center;
}
.widget_tag_cloud .tagcloud a:hover {
color: #fff;
}
.widget_tag_cloud .tagcloud a:hover {
background: #46c6ce;
}
.sidebar-post {
padding: 44px 15px 18px 15px !important;
position: relative;
display: block;
background: #f3f7fa;
margin-bottom: 30px;
}
.sidebar-post .post{
position: relative;
display: block;
padding: 23px 25px 23px 130px;
min-height: 129px;
transition: all 500ms ease;
}
.sidebar-post .post:hover{
background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.sidebar-post .post .post-thumb{
position: absolute;
left: 35px;
top: 30px;
width: 70px;
height: 68px;
overflow: hidden;
}
.sidebar-post .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.sidebar-post .post:hover .post-thumb img{
opacity: 0.2;
}
.sidebar-post .post .post-date{
position: relative;
display: block;
font-size: 12px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 7px;
}
.sidebar-post .post h6{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 700;
}
.sidebar-post .post h6 a{
display: inline-block;
color: #194376;
}
.sidebar-post .post h6 a:hover{
}
.widget_aundri_latest_post .title h3 {
line-height: 0;
padding-left: 35px;
}
.sidebar-post .post .post-thumb img {
height: 70px;
}
.blog-details-content .comments-area {}
.blog-details-content .comments-area .title {}
.blog-details-content .comments-area .title h3 {
font-size: 30px;
line-height: 38px;
font-weight: 700;
color: #194376;
}
.blog-details-content .comments-area .outer-box {}
.blog-details-content .comments-area .comment .single-comment-box {
position: relative;
display: block;
padding-left: 180px;
padding-bottom: 53px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 40px;
}
.blog-details-content .comments-area .comment .img-holder {
position: absolute;
left: 0px;
top: 5px;
}
.blog-details-content .comments-area .comment .img-holder img {
width: 140px;
height: 140px;
}
.blog-details-content .comments-area .comment .text-holder.text {}
.blog-details-content .comments-area .comment .text-holder.text h3 {
position: relative;
font-size: 20px;
line-height: 28px;
font-weight: 700;
margin-right: 12px;
color: #194376;
overflow: hidden;
display: block;
margin-bottom: 15px;
}
.blog-details-content .comments-area .comment .text-holder.text h3 span {
position: relative;
font-size: 16px;
font-weight: 600;
line-height: 32px;
color: #687f9b;
}
.blog-details-content .comments-area .comment .text-holder.text p {
display: block;
font-size: 16px;
line-height: 34px;
font-weight: 600;
color: #687f9b;
}
.comment-reply-link.reply  {
position: absolute;
display: inline-block;
top: 5px;
right: 0px;
font-size: 16px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
padding: 7px 14px 5px 14px;
letter-spacing: 1px;
z-index: 1;
background: #46c6ce;
}
.blog-details-content .comments-area .comment .text-holder.text a:hover {
background: #194376 !important;
}
.blog-details-content .comments-area .comment .text-holder.text a .reply-button span.txt {}
.blog-details-content .comments-area .comment .text-holder.text a .reply-button span.txt i {
display: none;
}
.depth-2 .single-comment-box {
padding-bottom: 95px !important;
}
.sidebar-page-container.mrsingle {}
.sidebar-page-container.mrsingle blockquote {
position: relative;
display: block;
padding-left: 40px;
margin-bottom: 0;
margin-top: 15px;
}
.sidebar-page-container.mrsingle blockquote:before {
position: absolute;
content: "\f10d";
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
top: 2px;
left: 25px;
font-size: 26px;
transform: rotate(-180deg);
color: #ffffff;
}
.sidebar-page-container.mrsingle blockquote p {
color: #222222;
font-size: 18px;
line-height: 28px;
font-weight: 500;
font-style: italic;
margin: 0;
}
.blog-details-content .news-block-one .inner-box .lower-content p {
padding-bottom: 0;
}
.sidebar-search {
position: relative;
display: block;
padding: 10px 30px;
margin-bottom: 20px;
}
.sidebar-search-box {
position: relative;
display: block;
padding: 10px;
margin-bottom: 20px;
background: #efefef;
}
.sidebar-search-box form {}
.sidebar-search-box form input {
position: relative;
width: 100%;
height: 50px;
background: #3c3c3c;
border: 1px solid #f9f9f9;
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 10px 60px 10px 20px;
transition: all 500ms ease;
}
.sidebar-search-box form input:focus{
border-color: #fff;
}
.sidebar-search-box form input::-webkit-input-placeholder{
color:#fff;
}
.sidebar-search-box form button {
position: absolute;
top: 20px;
right: 40px;
font-size: 16px;
color: #fff;
background: transparent;
cursor: pointer;
z-index: 1;
transition: all 500ms ease;
}
.sidebar-search-box form button i {}
.news-block-one .inner-box .lower-content .post-date a {
color: #fff;
}
.error_btn1.btn-box {
text-align: center;
}
.error_btn1.btn-box a {
display: inline-block;
background: #46c6ce;
position: relative;
font-size: 14px;
line-height: 26px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 22px 40px;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 1;
}
.error_btn1.btn-box a i {
display: none;
}
.error_btn1.btn-box a:before {
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #194376;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.error_btn1.btn-box a:hover:before {
width: 100%;
}
.main-footer .footer-logo img{
width: 146px;
}
.video-section .inner-box .video-btn .border-animation {
border-radius: 50%;
}
.clients-section {
background: #f7f7f7;
}
.comment-form.add-comment-box{
background: snow;
padding: 30px;
}
.add-comment-box .title h3 {
font-size: 30px!important;
font-weight: 700!important;
color: #194376!important;
}
.add-comment-box .title {
padding-bottom: 0px!important;
margin-bottom: 0px!important;
}
.special-service {}
.special-service .special-checkbox {}
.special-service .special-checkbox span {
margin: 0;
}
.special-service .special-checkbox span label {
display: inline-block;
color: #555;
font-size: 14px;
line-height: 18px;
margin-right: 17px;
cursor: pointer;
}
.special-service .special-checkbox span label input {
width: 18px !important;
height: 18px !important;
border: 1px solid #ddd !important;
margin-right: 18px;
display: inline-block;
vertical-align: bottom;
padding: 0 0 !important;
}
.special-service .special-checkbox span label input span {}
.btn-info.focus, .btn-info:focus {
box-shadow: unset !important;
}
#appoinment_content .vehicle-year .thm-spinner {
position: relative;
top: 25px;
}
.vehicle-year p {
float: right;
width: 24%;
display: inline-block;
padding: 0;
text-align: center;
}
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle {
width: 30px !important;
}