

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}
.main-slider.style1 {
    margin-top: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 178px 0px 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .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);
    transition: all .8s ease-in-out .4s;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.main-slider .content{
	position:relative;
	z-index:11;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}

.main-slider .content h3{
    color: #2aaae0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.1em;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}
.main-slider .active .content h3{
	opacity: 1;
	transform: translateY(0px);
    transition: all .4s ease-in-out .3s;    
}
.main-slider .content h2{
	position: relative;
	color: #353742;
	font-size: 50px;
	line-height: 1.1em;
	font-weight: 900;
    margin-top: 15px;
    margin-bottom: 15px;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider .active .content h2{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .5s;       
}
.main-slider .content .btns-box{
	position: relative; 
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider .active .content .btns-box{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .7s;    
}

.main-slider .icon-holder {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #2aaae0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
	opacity: 0;
	transform: translateY(-80px);
    transition: all .4s ease-in-out .1s; 

}
.main-slider .active .icon-holder{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .7s;       
}
.main-slider .icon-holder img{
    width: auto;
}


.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scale(1.0);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -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-slider .owl-theme .owl-nav .owl-prev:hover{
    background: #2aaae0;    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -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-slider .owl-theme .owl-nav .owl-next:hover{
    background: #2aaae0;    
}


.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    display: block;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    line-height: 0;
    display: none;
}
.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.banner-carousel .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}
.banner-carousel .owl-dots .owl-dot.active{
    background-color: #0098ff;
    border-color: #0098ff;
}





.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: 10px;
    background-color: #2aaae0;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;   
    margin-top: 10px; 
}
.btn-one:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1c969f;
    content: "";
    border-radius: 40px;
    transform: scaleX(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: scaleX(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 i.round {
    position: relative;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    color: #2aaae0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}
.btn-one:hover i.round{
    color: #ffffff;
    margin-left: 25px;
    transform: rotate(360deg);
    background: #2aaae0;
}
.btn-one:hover,
.btn-one:focus{
    color: #f7f7f7;
}