@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/icomoon.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/timePicker.css);
@import url(../css/slick.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/tinyscrollbar.css);
@import url(../css/twentytwenty.css);


*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body {
    height: 100%;
}
body {
    color: #686868;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Quattrocento Sans', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #353742;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
img.lazy-image{
	background:url(../images/icon/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded{
	background-image:none;
}
.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

#scrollbar1 {
    width: 500px;
    margin: 0;
}
#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}
#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}



#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #02c18d;
    width: 10px;
}
#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}
#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}
#scrollbar1 .disable {
    display: none;
}
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.services-img {
    max-width: 500px;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 3px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: 'Poppins', sans-serif;
}
.btn-one:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1c94ce;
    content: "";
    border-radius: 3px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus{
    color: #f7f7f7;
}
.gradient-bg-1{
    background-image: -moz-linear-gradient( 90deg, rgb(27,148,205) 0%, rgb(57,173,228) 45%, rgb(86,197,250) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(27,148,205) 0%, rgb(57,173,228) 45%, rgb(86,197,250) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(27,148,205) 0%, rgb(57,173,228) 45%, rgb(86,197,250) 100%);
}


.btn-one.style2:after{
    background: #e41926;
}
.gradient-bg-2{
    background-image: -moz-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
}

.btn-style3{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.btn-style3:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}
.btn-style3:hover:before{
    transform: scale(1.0);
}
.btn-style3:hover{
    color: #ffffff;
}

.gra-bgclr1{
    background: rgba(0,0,0,0);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(43%, rgba(0,0,0,0.29)), color-stop(100%, rgba(0,0,0,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );/* IE6-9 */
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 60px;
}
.sec-title h2{
    color: #051d3e;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.sec-title .border-box{
    position: relative;
    display: block;
    width: 65px;
    height: 2px;
    background: #1868c2;
    margin: 0 auto;
}

.sec-title.style2{
    padding-bottom: 51px;
}
.sec-title.style2 .border-box {
    display: inline-block;
    margin-left: 5px;
}
.sec-title p{
    color: #797979;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 2px 0 0;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}


.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #f22c39;
    border-color: #f22c39;
}

.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 10px;
	height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    background: #0098ff;
    width: 20px;
    height: 8px;
}

.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    margin-bottom: 10px;
}
.accordion-box .accordion.mar0{
    margin: 0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 70px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #0b1953;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e903";
    top: 50%;
    left: 30px;
    color: #aeaeae;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    background: #025981;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #ffffff;
    content: "\e904";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #025981;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 70px;
    padding-right: 30px;
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.accordion-box.style2{

}
.accordion-box.style2 .accordion {
    border: 0px solid #e1e1e1;
    margin-bottom: 4px;
}
.accordion-box.style2 .accordion .accord-btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
}
.accordion-box.style2 .accordion .accord-btn h4 {
    color: #0b1953;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.accordion-box.style2 .accordion .accord-btn::after {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #0b1953;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    transform: translateY(-50%);
}
.accordion-box.style2 .accordion .accord-content {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-box.style2 .accordion .accord-content p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
}

.accordion-box.style3 .accordion {
    background: #f5f5f5;
    border: 0px solid #f5f5f5;
    border-radius: 0px;
    margin-bottom: 15px;
}
.accordion-box.style3 .accordion.mar0{
    margin: 0;
}
.accordion-box.style3 .accordion .accord-btn {
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.accordion-box.style3 .accordion .accord-btn h4 {
    color: #0b1953;
}
.accordion-box.style3 .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box.style3 .accordion .accord-btn::after {
    top: 50%;
    left: auto;
    right: 30px;
    height: 30px;
    width: 30px;
    background: #012b58;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}
.accordion-box.style3 .accordion .accord-content {
    background: #025981;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 30px;
    padding-right: 70px;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}

.boxed_wrapper_box_page{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}
.body_switcher .body_switch_btn button {
    width:50px;
    height:50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.body_switcher.switcher-show{
    left:0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
    width:80px;
    height:50px;
    background: #fff;
    border:2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width:60px;
    height:100%;
    margin:0 auto;
    background: #fff;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}
.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x:hidden;
}

.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999999999999999;
    background-color:#ffffff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../images/icon/preloader.gif);
}
.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
    background-image: -moz-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
}

.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}

@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
	-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;
	z-index: 1;
}
.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 .mCSB_inside>.mCSB_container{
	margin-right:5px;
}
.mobile-menu .navbar-collapse{
	display:block !important;
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	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;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	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;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	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 > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-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 ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	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{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-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{
    color: #02c18d;
}

.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 999999;
	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;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	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;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 13px 0 13px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li{
    padding: 25px 0;
}
.sticky-header .main-menu .navigation> li> a {
    padding: 0 15px;
}



.header-style-one {
    position: relative;
}
.header-top{
    position: relative;
    display: block;
    background: #0a1835;
    z-index: 1;
}
.header-top-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 100%;
    background-attachment: scroll;
    background-position: left center;

    background-repeat: no-repeat;
    z-index: -1;
}

.header-top .outer-box{
    position: relative;
    display: block;
}
.header-top-left {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
}
.header-top-left .logo {
    position: relative;
    display: inline-block;
    padding: 33px 0;
}
.header-top-left .logo a{
    position: relative;
    display: block;
}


.header-top-right{
    position: relative;
    display: block;
    max-width: 720px;
    width: 100%;
}
.header-top-right .top{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.header-top-right .top:after{
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 100px;
    background: #013260;
    content: "";
    z-index: -1;
}
.header-top-right .top .opening-hours {
    position: relative;
    display: block;
    float: left;
    padding-left: 70px;
}
.header-top-right .top .opening-hours p{
    color: #6788a8;
    font-size: 16px;
    line-height: 50px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.header-top-right .top .opening-hours p span{
    color: #ffffff;
}
.header-top-right .top .button-box {
    position: relative;
    display: block;
    float: right;
    width: 300px;
    text-align: center;
    z-index: 3;
}
.header-top-right .top .button-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    content: "";
    z-index: -1;
    border-top: 50px solid #0a9f00;
}
.header-top-right .top .button-box a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.header-top-right .bottom {
    position: relative;
    display: block;
    text-align: right;
    padding: 18px 0 19px;
}
.header-top-right .bottom .call-un-now{
    position: relative;
    display: block;
    padding-right: 27px;
}
.header-top-right .bottom .call-un-now p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.header-top-right .bottom .call-un-now p a{
    position: relative;
    top: 5px;
    color: #f22c39;
    font-size: 28px;
    font-weight: 600;
}


.header{
    position: relative;
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.18);
}
.header .outer-box{
    position: relative;
    display: block;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .nav-outer {
    position: relative;
    display: block;
}

.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0px;
    padding: 15px 0;
}
.main-menu .navigation>li:last-child{
    margin-right: 0;
}

.main-menu .navigation>li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    background-image: -moz-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(228,23,38) 0%, rgb(231,68,74) 99%);
}
.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before{
    transform: scaleY(1.0);
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
    padding: 0 25px;
	color: #242424;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
	transition: all 500ms ease;
	opacity: 1;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation>li:last-child>a{
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a{
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #242424;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #f22c39;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li:hover> a:before{
    width: 5px;
}


.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #f22c39;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #242424;;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #f22c39;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li> ul> li:hover> a:before{
    width: 5px;
}
/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}


.header-right {
    position: relative;
    display: block;
}
.header-right .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
    margin-right: 15px;
}

.banner-area{
    position: relative;
    display: block;
    padding: 50px 0 50px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.banner-content-box{
    position: relative;
    display: block;
}

.banner-left-content {
    position: relative;
    display: block;
    padding-top: 43px;
}
.banner-left-content .satisfaction-logo {
    position: absolute;
    bottom: -130px;
    right: -30px;
}
.banner-left-content .satisfaction-logo img{
    width: auto;
}
.banner-left-content h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
.banner-left-content h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px 0px 19px;
}
.banner-left-content ul{
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.banner-left-content ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 21px;
    line-height: 44px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.banner-left-content ul li:before{
    position: absolute;
    top: 11px;
    left: 0;
    bottom: 0;
    background-image: url(../images/ikonlar/onay-ikonu.png);
	background-size: 20px 20px;
    width: 20px;
    height: 20px;
    content: "";
}
.banner-left-content .button{
    position: relative;
    display: block;
}
.banner-left-content .button a{

}


.banner-middle-content{
    position: relative;
    display: block;
}
.banner-middle-content .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 486px;
}


.banner-right-content {
    position: relative;
    display: block;
    margin-left: -50px;
}
.banner-right-content .quote-form{
	position: relative;
	display: block;
	max-width: 320px;
	width: 100%;
    float: right;
}

.slogan-area {
    position: relative;
    display: block;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.18);
    z-index: 1;
}
.slogan-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,243,250) 0%, rgb(255,255,255) 100%);
}
.slogan-content {
    position: relative;
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.slogan-content .left{
    position: relative;
    display: block;
}
.slogan-content .left .icon{
    width: 85px;
}
.slogan-content .left .icon,
.slogan-content .left .title{
    display: table-cell;
    vertical-align: middle;
}
.slogan-content .left .title h2{
    color: #012d5b;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 6px;
}
.slogan-content .left .title p{
    color: #2f6386;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.slogan-content .right{
    position: relative;
    display: block;
}
.slogan-content .right .btns-box{
    position: relative;
}
.slogan-content .right .btns-box a{

}

.service-style1-area{
    position: relative;
    display: block;
    background:#f2f4f6;
    padding: 100px 0 70px;
}
.service-style1-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-style1-area .title {
    position: relative;
    display: block;
    width: 100%;
    margin: -9px auto 0;
    padding-bottom: 52px;
}
.service-style1-area .title h2{
    color: #012d5b;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}
.service-style1-area .title h3{
    color: #e52933;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    margin: 8px 0 20px;
}
.service-style1-area .title p{
    margin: 0;
}

.single-service-style1{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);
}

.single-service-style1 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.single-service-style1 .img-holder .icon span:before{
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(to top, #086fa0 0%, #56c5fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.single-service-style1 .text-holder{
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 49px 30px 41px;
    border: 1px dashed #a9a9a9;
    border-top: none;
    -webkit-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.04);
    box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.04);
}
.single-service-style1 .text-holder h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.single-service-style1 .text-holder h3 a{
    color: #0a2565;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder h3 a:hover{
    color: #e52933;
}
.single-service-style1 .text-holder p{
    line-height: 28px;
    margin: 0;
}

.choosing-area {
    position: relative;
    display: block;
    background-color: #0876b0;
    padding: 100px 0 88px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.choosing-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 715px;
    background-attachment: scroll;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: .15;
    z-index: -1;
}

.choosing-left-content{
    position: relative;
    display: block;
}
.choosing-left-content .title{
    position: relative;
    display: block;
    margin-top: -10px;
    padding-bottom: 24px;
}
.choosing-left-content .title h2{
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 12px;
}
.choosing-left-content .title p{
    color:#f2f4f6 ;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.choosing-left-content .text{
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.choosing-left-content .text p{
    color:#f2f4f6;
    line-height: 30px;
    margin: 0;
}
.choosing-left-content ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.choosing-left-content ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}
.choosing-left-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    content: "";
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: 11px 0;
}


.value-box {
    position: relative;
    display: block;
    background: #eff0f0;
    padding: 15px;
    max-width: 370px;
    width: 100%;
}
.value-box .man {
    position: absolute;
    right: -300px;
    bottom: -40px;
    z-index: -1;
}
.value-box .inner{
    position: relative;
    display: block;
    border: 2px dashed #606060;
    z-index: 10;
}
.value-box .inner .value{
    position: relative;
    display: block;
    padding: 25px 0;
    background: rgba(10, 159, 0, 1);
    background: -moz-linear-gradient(top, rgba(10, 159, 0, 1) 0%, rgba(10, 159, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 159, 0, 1)), color-stop(100%, rgba(10, 159, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(10, 159, 0, 1) 0%, rgba(10, 159, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(10, 159, 0, 1) 0%, rgba(10, 159, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(10, 159, 0, 1) 0%, rgba(10, 159, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(10, 159, 0, 1) 0%, rgba(10, 159, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9f00', endColorstr='#0a9f00', GradientType=0 );
}
.value-box .inner .value:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.value-box .inner .value h2{
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.value-box .inner h3 {
    color: #152242;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 25px 0 20px;
}
.value-box .inner .new-clinet{
    position: relative;
    display: inline-block;
    background: #ea1d25;
    padding: 10px 30px;
}
.value-box .inner .new-clinet h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
}
.value-box .inner h4{
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 19px 0 21px;
}
.value-box .inner h6{
    color: #0874ae;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 35px;
}

.about-team-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    z-index: 1;
}
.about-team-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient( 90deg, rgb(223,228,235) 16%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(223,228,235) 16%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(223,228,235) 16%, rgb(255,255,255) 100%);
}
.about-team-area .layer-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.about-content-box{
    position: relative;
    display: block;
    padding-bottom: 110px;
}
.about-content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 19px;
    content: "";
    background-image: url(../images/shape/box-shadow-1.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-content-box .sec-title.style2{
    padding-bottom: 36px;
}

.about-content-box .title{
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 40px;
}
.about-content-box .title p{
    color: #f5353e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400px;
    font-style: italic;
    margin: 0px;
}
.about-content-box .title h3{
    color: #172b56;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700px;
    margin: 9px 0px 0;
}
.about-content-box .inner-content{
    position: relative;
    display: block;
}
.about-content-box .inner-content .top-text{
    position: relative;
    display: block;
}
.about-content-box .inner-content .top-text p{
    color: #172a54;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
.about-content-box .inner-content .bottom-text{
    position: relative;
    display: block;
    padding-top: 26px;
}
.about-content-box .inner-content .bottom-text p{
    color: #797979;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.why-choose-area{
    position: relative;
    display: block;
    padding: 50px 0 50px;
    background: rgba(0, 33, 85, 1);/* Old Browsers */
    background: -moz-linear-gradient(left, rgba(0, 33, 85, 1) 0%, rgba(0, 96, 191, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 33, 85, 1)), color-stop(100%, rgba(0, 96, 191, 1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 33, 85, 1) 0%, rgba(0, 96, 191, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 33, 85, 1) 0%, rgba(0, 96, 191, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 33, 85, 1) 0%, rgba(0, 96, 191, 1) 100%); /* IE 10+ */
}
.why-choose-area .sec-title h2{
    color: #ffffff;
}
.why-choose-area .sec-title .border-box{
    background: #ffffff;
}

.why-choose-area .row {
    margin-left: -5px;
    margin-right: -5px;
}
.why-choose-area .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.why-choose-area .title{
    position: relative;
    display: block;
    padding-bottom: 54px;
}
.why-choose-area .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}


.single-choose-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}
.single-choose-box span{
    color: #ffffff;
    font-size: 65px;
}
.single-choose-box h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 17px;
}

.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}
.footer-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #101f42;
    z-index: -1;
}
.footer-area .footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-top{
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.12);
}
.footer-top-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-top-contact-box{
    position: relative;
    display: block;
}
.footer-top-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.footer-top-contact-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top-contact-box ul li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.footer-top-contact-box ul li .icon{
    width: 60px;
}
.footer-top-contact-box ul li .icon span:before{
    position: relative;
    top: 2px;
    font-size: 35px;
    line-height: 35px;
}
.footer-top-contact-box ul li .icon,
.footer-top-contact-box ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.footer-top-contact-box ul li .title h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.footer-top-contact-box ul li .title h5 a{
    color: #ffffff;
    font-weight: 600;
}



.footer{
    position: relative;
    display: block;
    padding: 70px 0 40px;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget.marlftminus{
    margin-left: -50px;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 30px;
}
.single-footer-widget .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}


.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-footer-widget .our-company-info .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 32px;
}
.single-footer-widget .our-company-info .text p{
    color: #a5a7b3;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


.footer-social-links {
    position: relative;
    display: block;
}
.footer-social-links ul{
    overflow: hidden;
}
.footer-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer-social-links ul li:last-child{
    margin-right: 0;
}
.footer-social-links ul li a{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    color: #a0a5b1;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-social-links ul li a:hover{
    color: #f5353e;
    border-color: #f5353e;
}


.single-footer-widget .footer-widget-link1{
    position: relative;
    display: block;
}
.single-footer-widget .footer-widget-link1 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .footer-widget-link1 ul li{
    position: relative;
    display: block;
    line-height: 36px;
}
.single-footer-widget .footer-widget-link1 ul li a{
    position: relative;
    color: #bcc1c9;
    font-size: 17px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .footer-widget-link1 ul li a:hover{
    color: #f5353e;
}

.single-footer-widget .footer-widget-link2{
    position: relative;
    display: block;
}
.single-footer-widget .footer-widget-link2 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .footer-widget-link2 ul li{
    position: relative;
    display: block;
    line-height: 36px;
}
.single-footer-widget .footer-widget-link2 ul li a{
    position: relative;
    color: #bcc1c9;
    font-size: 17px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .footer-widget-link2 ul li a:hover{
    color: #f5353e;
}
.footer-widget-shape1 {
    position: absolute;
    bottom: -100px;
    right: 10px;
}



.footer-bottom {
    position: relative;
    display: block;
}
.footer-bottom .outer-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 24px 0 25px;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color: #a0a5b1;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease;
}

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0 90px;
    z-index: 10;
}
.breadcrumb-area .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    padding-left: 80px;
}
.breadcrumb-area .title:before{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
    content: "";
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
    padding-left: 80px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #cccbd6;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-menu ul li:last-child{
    margin: 0;
}
.breadcrumb-menu ul li a {
    color: #cccbd6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li a:hover{
    color: #f22c39;
}
.breadcrumb-menu ul li.active{
    color: #f22c39;
}

.breadcrumb-area .inner-content .layer-outer {
    position: absolute;
    bottom: -90px;
    right: 0;
}

.why-choose-style2-area{
    position: relative;
    display: block;
    background: #012d5b;
    min-height: 555px;
    z-index: 1;
}
.why-choose-style2-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/pattern/choose-style2-area-bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.why-choose-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 39%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.choose-style2-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    min-height: 555px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}
.choose-style2-content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 25px;
}
.choose-style2-content p{
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
}
.choose-style2-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
}
.choose-style2-content ul li{
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
}
.choose-style2-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: 'icomoon' !important;
    content: "\e91a";
}

.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.about-style1-content-box{
    position: relative;
    display: block;
}
.about-style1-content-box .sec-title.style2{
    padding-bottom: 46px;
}
.about-style1-content-box .sec-title.style2 p{
    margin: 0 0 6px;
}
.about-style1-content-box .sec-title.style2 h2{
    margin: 0;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content span{
    color: #0b1953;
    font-size: 22px;
}
.about-style1-content-box .inner-content p{
    color: #797979;
    margin: 8px 0 0;
}


.thm-clr{
    color: #f5353e;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #f22c39;
}
.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active{
    color: #f22c39;
}
.mobile-menu .navigation li > a:before {
    border-left: 5px solid #f22c39;
}


.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a{
    color: #ffffff;
}
.main-menu .navigation>li>ul>li>a:hover {
    color: #f22c39;
}
.main-menu .navigation> li> ul> li:hover> a{
    color: #f22c39;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    color: #f22c39;
}
.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #ffffff;
}


.thm-bgclr{
    background-color: #0098ff;
}



.overlay-bgc1{
    background-color: rgba(54, 124, 232, 0.80);
}
.overlay-bgc2{
    background-color: rgba(0, 0, 0, 0.70);
}
