




/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}
.main-slider.style1 {}



.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 150px 0px 150px;
    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 bottom;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	transform:scale (1);
    transition: all .8s ease-in-out .4s;
    z-index: 1;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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 .slide {
    padding: 136px 0px 140px;
}
.main-slider.style1 .slide .image-layer:before{
    background-color: rgba(15, 11, 11, 0.10);
}
.main-slider.style1 .slide .image-layer{
    filter: grayscale(0);
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
}

.main-slider .auto-container{
    position: relative;
}

.main-slider .content h3{
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.025em;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(-100);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(-100);
    transform: perspective(400px) rotateX(0deg) translateY(-100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: var(--thm-pony-tale-font);
}
.main-slider .active .content h3{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0);
    transform: perspective(400px) rotateX(0deg) translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;    
}


.main-slider .content .big-title{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 25px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .big-title{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;   
}
.main-slider .content .big-title h2{
	color: #ffffff;
	font-size: 80px;
	line-height: 1.10em;
	font-weight: 700;
    text-transform: none;
}


.main-slider .content .border-box{
    position: relative;
    display: block;
    max-width: 600px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .border-box{
    width: 100%;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;   
}
.main-slider .content .border-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: var(--thm-primary);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.main-slider .active .content .border-box:before{
    width: 80px;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;   
}


.main-slider .content .text{
    position: relative;
    display: block;
    padding-top: 34px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .active .content .text{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms; 
}
.main-slider .content .text p{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}



.main-slider .content .btns-box{
	position: relative; 
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 43px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .content .btns-box a.marlft15{
    margin-left: 15px;
}
.main-slider .active .content .btns-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms; 
}



.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;
    line-height: 0;
    opacity: 0;
    transform: scaleX(1.0) translateY(-30px);
    z-index: 3;
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scaleX(1.0) translateY(-30px);
}
.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: 80px;
    top: 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -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-prev span:before { }
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    transform: rotate(0deg);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -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,
.main-slider .owl-theme .owl-nav .owl-next:hover{
    color: #ffffff;
    border-color: var(--thm-primary);
}

.banner-carousel .owl-dots {
    display: none;
}

.main-slider.style1 .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    counter-reset: count;
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot{
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    background: transparent;
    border-radius: 50%;
    margin: 5px 0;
    z-index: 1;
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transform: scale(0);
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot.active:after{
    transform: scale(1.0);
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Inter', sans-serif;
}




/*** 
=====================================================
	Main Slider style2 style
=====================================================
***/
.main-slider.style2 {

}
.main-slider.style2 .slide {
    padding: 145px 0px 200px;
}
.main-slider.style2 .slide .image-layer{}
.main-slider.style2 .slide .image-layer:before{
    background-color: rgba(0, 0, 0, 0.50);
}
.main-slider.style2 .content .big-title {
    margin-top: 23px;
    margin-bottom: 47px;
}
.main-slider.style2 .content .big-title h2 {
    font-size: 72px;
}
.main-slider.style2 .content .border-box {
    margin: 0 auto;
}
.main-slider.style2 .content .btns-box {
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}


.main-slider.style2 .content.left-content-box .border-box {
    margin: 0;
}
.main-slider.style2 .content.left-content-box .btns-box{
    justify-content: flex-start;
    align-items: flex-start;
}


.main-slider.style2 .content .shape{
    position: absolute;
    top: -50px;
    left: -100px;
}
.main-slider.style2 .content .shape2{
    position: absolute;
    top: 50px;
    left: -70px;
}
.main-slider.style2 .content .shape3{
    position: absolute;
    top: -50px;
    right: 120px;
}
.main-slider.style2 .content .shape4{
    position: absolute;
    top: 150px;
    right: 0px;
}

.main-slider.style2 .man-shape{
    position: absolute;
    left: 100px;
    bottom: 0;
    z-index: 2;
    z-index: 1;
	opacity: 0;
    -webkit-transform: perspective(400px) translateX(-220px);
    -ms-transform: perspective(400px) translateX(-220px);
    transform: perspective(400px) translateX(-220px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider.style2 .active .man-shape{
	opacity: 1;
    -webkit-transform: perspective(400px) translateX(0px);
    -ms-transform: perspective(400px) translateX(0px);
    transform: perspective(400px) translateX(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;     
}

.main-slider.style2 .content .shape5{
    position: absolute;
    top: 50px;
    right: 20%;
}

.main-slider.style2 .content .image-box{
    position: absolute;
    top: 0;
    right: -150px;
    bottom: 0;
    display: flex;
    align-items: center;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(0);
    -ms-transform: perspective(400px) rotateY(0deg) scale(0);
    transform: perspective(400px) rotateY(0deg) scale(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider.style2 .active .content .image-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms; 
}





/*** 
=====================================================
	Main Slider style3 style
=====================================================
***/
.main-slider.style3 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-right: 150px;
}
.slider-social-links-box {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
}
.slider-social-links-box .title {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
    margin-top: 0px;
}
.slider-social-links-box .title h3{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.slider-social-links-box .border-box {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    background-color: var(--thm-primary);
    margin-top: 56px;
    margin-bottom: 20px;
}
.slider-social-links-box ul{
    position: relative;
    display: block;
}
.slider-social-links-box ul li{
    position: relative;
    display: block;
    float: none;
    margin: 15px 0;  
}
.slider-social-links-box ul li:first-child{
    margin-top: 0px;      
}
.slider-social-links-box ul li:last-child{
    margin-bottom: 0px;      
}
.slider-social-links-box ul li a{
    position: relative;
    display: block;
    background: #eef1f7;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;        
}
.slider-social-links-box ul li a:hover{
    background: var(--thm-color-2); 
}


.main-slider.style3 .slider-box{
    position: relative;
    display: block;
}
.main-slider.style3 .auto-container{
    max-width: 100%;
    padding-left: 150px;
    padding-right: 0;    
}
.main-slider.style3 .slide {
    padding: 270px 0px 175px;
}
.main-slider.style3 .slide .image-layer-bg{
	position:absolute;
	top:0;
	left:0;
	width:80%;
	bottom: 25px;
    background-color: var(--thm-color-2);
    transition: all .8s ease-in-out .4s;
    z-index: 1;
}
.main-slider.style3 .slide .image-layer-bg.bg2{
    background-color: var(--thm-color-5);    
}
.slide-hand-shape{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 650px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.slide-image-box{
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    width: 55%;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	transform:scale (1);
    transition: all .8s ease-in-out .4s;
    z-index: 2;
}
.main-slider.style3 .active .slide .slide-image-box{
	-webkit-transform:scale(1.0);
	-ms-transform:scale(1.0);
	transform:scale(1.0);
}


.main-slider.style3 .content .big-title{
    margin: 0;
}
.main-slider.style3 .content .big-title h2 {
    font-size: 68px;
    line-height: 1.10em;
}


.main-slider.style3 .content .text{
    padding-top: 19px;
}
.main-slider.style3 .active .content .text{
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; 
}
.main-slider.style3 .content .text p{
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
}
.main-slider.style3 .content .btns-box {
    padding-top: 50px;
}
.main-slider.style3 .owl-theme .owl-nav {
    display: none;
}



/*** 
=====================================================
	Main Slider style4 style
=====================================================
***/
.main-slider.style4 {
    margin-top: 145px;
}
.main-slider.style4 .slide {
    padding: 235px 0px 190px;
}
.slider4-shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 312px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
    opacity: 0.80;
}

.slider-style4-shape-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 50;
    width: 1920px;
    margin: 0 auto;
}
.slider-style4-shape-bg:before, 
.slider-style4-shape-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #fff;
    width: 100000px;
    z-index: 10;
}
.slider-style4-shape-bg:before{
    left: 100%;
}
.slider-style4-shape-bg:after{
    right: 100%;
}

.main-slider.style4 .slide .image-layer:before {
    display: none;
}
.main-slider.style4 .slide .image-bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.65;
    z-index: 3;
}

.main-slider.style4 .content .sub-title-box {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 64px;
    line-height: 80px;
    font-weight: 400;
    padding: 15px 70px;
    font-family: var(--thm-pony-tale-font);
    z-index: 1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider.style4 .content .sub-title-box .sub-title-box-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.main-slider.style4 .active .content .sub-title-box{
    -webkit-transform: scaleY(1.0);
    -ms-transform: scaleY(1.0);
    transform: scaleY(1.0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;    
}

.main-slider.style4 .content .big-title{
    margin-top: 7px;
    margin-bottom: 15px;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform: perspective(400px) rotateY(0deg) translateY(120px);
}
.main-slider.style4 .content .big-title h2{
    color: #ffffff;
    font-size: 80px;
}
.main-slider.style4 .content .big-title h2 span{
    color: #27a013;
}
.main-slider.style4 .active .content .big-title{
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;   
}

.main-slider.style4 .content .text{
    padding-top: 0;
}
.main-slider.style4 .content .text p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}

.main-slider.style4 .content .btns-box {
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}




/*** 
=====================================================
	Main Slider style5 style
=====================================================
***/
.main-slider.style5 {
    margin-top: 85px;
}
.slider-gradient-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(24,30,42) 0%, rgba(30,37,51,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(24,30,42) 0%, rgba(30,37,51,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(24,30,42) 0%, rgba(30,37,51,0) 100%);
    z-index: 2;
}
.main-slider.style5 .slide {
    padding: 227px 0px 150px;
}
.main-slider.style5 .slide .image-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #18202f;
    opacity: 0.50;
    z-index: 3;
}
.main-slider.style5 .content .shape1 {
    position: absolute;
    top: -30px;
    left: -80px;
}
.main-slider.style5 .content .shape2 {
    position: absolute;
    bottom: 20px;
    right: 40%;
}
.main-slider.style5 .content.middle .shape1{
    top: 100px;
    left: 5%;
}
.main-slider.style5 .content.middle .shape2 {
    top: 5%;
    bottom: auto;
    right: 10%;
}
.main-slider.style5 .content .big-title {
    margin-top: 0px;
    margin-bottom: 24px;
}
.main-slider.style5 .content .big-title h2{
	font-size: 86px;
	line-height: 1.3em;
	font-weight: 400;
    font-family: 'Great Vibes', cursive;
}

.main-slider.style5 .content .slide-border-box{
    position: relative;
    display: block;
    width: 0px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider.style5 .content .slide-border-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: var(--thm-primary);
}
.main-slider.style5 .active .content .slide-border-box{
    width: 240px;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.main-slider.style5 .content h4{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
    opacity: 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 400;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider.style5 .active .content h4{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}


.main-slider.style5 .content .text {
    padding-top: 24px;
}
.main-slider.style5 .content .text p {
    font-weight: 400;
}
.main-slider.style5 .content .btns-box {
    padding-top: 53px;
}
.main-slider.style5 .content.middle .slide-border-box{
    margin: 0 auto;
}
.main-slider.style5 .content.middle .btns-box {
    padding-top: 53px;
    justify-content: center;
}




/*** 
=============================================
    Features Style1 Area Style      
=============================================
***/
.features-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.features-style1-area_gray-bg{
    position: absolute;
    top: 240px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eef1f7;
}

.features-style1_box{
    position: relative;
    display: block;
    z-index: 1;
}
.features-style1_box .thm-shape1{
    position: absolute;
    bottom: -20px;
    right: -170px;
    z-index: -1;
}
.features-style1_box .thm-shape1 img{
    opacity: 0.08;
}


.features-style1_single{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 30px 60px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}
.features-style1_single:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: var(--thm-primary);
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-style1_single:hover:before{
    transform: scaleX(1.0);
}

.features-style1_single .icon-holder {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.features-style1_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 25px;
    z-index: 1;
}
.features-style1_single .icon-holder .inner img{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;       
}
.features-style1_single:hover .icon-holder .inner img{
    transform: scale(1.05);
}
.features-style1_single .icon-holder .shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.features-style1_single .icon-holder .shape1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.features-style1_single.style2 .icon-holder .shape1 {
    top: -10px;
    left: auto;
    right: 10px;
    transform: rotate(-120deg);
}
.features-style1_single.style3 .icon-holder .shape1 {
    top: 0px;
    left: auto;
    right: -15px;
    transform: rotate(-10deg);
}


.features-style1_single .text-holder{
    position: relative;
    display: block;
    padding-top: 43px;
}
.features-style1_single .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 13px;
}
.features-style1_single .text-holder p{
    margin: 0;
}

.features-style1_single .text-holder .btns-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.features-style1_single .text-holder .btns-box a{
    color: #222222;
    background: transparent;
    border: 1px solid #2f3a51;
    line-height: 50px;
}
.features-style1_single .text-holder .btns-box a:hover{
    color: #ffffff;
    border: 1px solid var(--thm-color-3);
}

.features-style1_single .text-holder .btns-box a.btn-one:before {
    background: var(--thm-color-3);
}



/*** 
=============================================
    Features Style2 Area Style      
=============================================
***/
.features-style2-area{
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background: #ffffff;
}
.features-style2-area .shape1{
    position: absolute;
    top: 120px;
    left: 10%;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.features-style2_single{
    position: relative;
    display: block;
    padding: 65px 0px 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-style2_single:hover,
.features-style2_single.active{
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}


.features-style2_single::before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--thm-color-4);
    content: "";
}
.features-style2_single.style2::before{
    background: var(--thm-primary);
}
.features-style2_single.style3::before{
    background: var(--thm-color-3);
}
.features-style2_single.style4::before{
    background: var(--thm-color-5);
}
.features-style2_single .icon-holder{
    position: relative;
    display: block;
}
.features-style2_single .icon-holder .shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}


.features-style2_single.style1 .shape1 {
    position: absolute;
    left: 20px;
    bottom: -55px;
}
.features-style2_single.style2 .shape1 {
    position: absolute;
    top: -15px;
    right: 25px;
}
.features-style2_single.style3 .shape1 {
    position: absolute;
    left: 35px;
    bottom: -20px;
}
.features-style2_single.style4 .shape1 {
    position: absolute;
    top: -35px;
    right: 35px;
}


.features-style2_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 20px;
}
.features-style2_single .icon-holder .inner img{
}
.features-style2_single .text-holder{
    position: relative;
    display: block;
    margin-top: 37px;
}
.features-style2_single .text-holder h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.features-style2_single .text-holder h3 a{
    color: var(--thm-black);
}
.features-style2_single .text-holder p{
    margin: 0;
}



/*** 
=============================================
    Features Style3 Area Style      
=============================================
***/
.features-style3-area{
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}
.features-style3-area .auto-container{
    max-width: 100%;
    padding: 0;
}
.features-style3-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.features-style3-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.features-style3_single{
    position: relative;
    display: block;
    overflow: hidden;
}
.features-style3_single .shape-1{
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 2;
}
.features-style3_single .shape-2{
    position: absolute;
    bottom: 90px;
    right: 90px;
    z-index: 2;
}

.features-style3_single.middle .shape-1{
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 90px;
}
.features-style3_single.middle .shape-2{
    position: absolute;
    top: 90px;
    bottom: auto;
    right: 80px;
    left: auto;
}
.features-style3_single .img-holder{
    position: relative;
    display: block;
    z-index: 1;
}
.features-style3_single .img-holder::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 1;
}
.features-style3_single .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.75);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.features-style3_single:hover .img-holder:after{
    transform: scaleY(1.0);    
}
.features-style3_single .img-holder img{
    width: 100%;
}


.features-style3_single .img-holder .inner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.features-style3_single .img-holder .inner-content .title{
    position: relative;
    display: inline-block;
    text-align: center;
}
.features-style3_single .features-style3_title-bg {
    position: absolute;
    top: -40px;
    left: -50px;
    bottom: -40px;
    right: -50px;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.features-style3_single:hover .features-style3_title-bg{
    opacity: 1.0;
    transform: scale(1.0);
}
.features-style3_single .img-holder .inner-content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
}
.features-style3_single .img-holder .inner-content p{
    color: #ffffff;
    margin: 0;
}



/*** 
=============================================
    Features Style4 Area Style      
=============================================
***/
.features-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.features-style4-area .shape1{
    position: absolute;
    bottom: 100px;
    right: 150px;
}

.features-style4_single{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.features-style4_single .icon-holder {
    position: relative;
    display: inline-block;
    height: 160px;
}
.features-style4_single .icon-holder .inner{
    position: relative;
    display: block;
    z-index: 2;
}
.features-style4_single .icon-holder .inner img{
    width: auto;
}
.features-style4_single .icon-holder .shape-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.features-style4_single.style2 .icon-holder .shape-bg {
    top: -20px;
    right: -5px;
    left: auto;
    bottom: auto;
}
.features-style4_single.style3 .icon-holder .shape-bg {
    top: auto;
    right: auto;
    left: -10px;
    bottom: -15px;
}


.features-style4_single .icon-holder .shape1{
    position: absolute;
    left: -60px;
    bottom: 0;
}
.features-style4_single.style2 .icon-holder .shape1 {
    position: absolute;
    left: auto;
    bottom: 0;
    right: -30px;
    transform: rotate(40deg);
}
.features-style4_single.style3 .icon-holder .shape1 {
    position: absolute;
    left: auto;
    bottom: 0;
    right: -30px;
    transform: rotate(0deg);
}


.features-style4_single .text-holder{
    position: relative;
    display: block;
    padding-top: 30px;
}
.features-style4_single .text-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 15px;
}
.features-style4_single .text-holder h3 a{
    color: #222222;
}
.features-style4_single .text-holder p{
    margin: 0;
}
.features-style4_single .text-holder .btn-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.features-style4_single .text-holder .btn-box .btn-one {
    border: 1px solid #2f3a51;
    background-color: #ffffff;
    color: #222222;
}
.features-style4_single .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-4);
}
.features-style4_single.style2 .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-primary);
}
.features-style4_single.style3 .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-2);
}
.features-style4_single .text-holder .btn-box .btn-one:before {
    background: #2f3a51;
}
.features-style4_single .text-holder .btn-box .btn-one:hover{
    color: #ffffff;
}



/*** 
=============================================
    Features Style5 Area Style      
=============================================
***/
.features-style5-area{
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}
.features-style5-area_bg{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 120px;
    right: 0;
    background: #2f3a51;
    z-index: -1;
}
.features-style5-area_bg .shape-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 520px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.features-style5-area .auto-container{
    max-width: 1330px;
}

.features-style5_box{
    position: relative;
    display: block;
    padding: 60px 40px 0px;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    z-index: 10;
}
.features-style5_box_inner{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features-style5_single{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.features-style5_single .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 85px;
}
.features-style5_single .inner-box:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e3e9f4;
}
.features-style5_single:last-child .inner-box:before{
    display: none;
}

.features-style5_single .icon-holder {
    position: relative;
    display: block;
    width: 190px;
    height: 135px;
    margin: 0 auto;
}
.features-style5_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 15px;
    z-index: 1;
}


.features-style5_single .icon-holder .inner img{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;       
}
.features-style5_single:hover .icon-holder .inner img{
    transform: scale(1.05);
}
.features-style5_single .icon-holder .shape1{
    position: absolute;
    left: -30px;
    bottom: 20px;
}
.features-style5_single .icon-holder .shape-bg {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-style5_single .inner-box .text-holder{
    position: relative;
    display: block;
    padding-top: 45px;
    margin-bottom: 45px;
}
.features-style5_single .inner-box .text-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.features-style5_single .inner-box .text-holder p{
    margin: 0;
}


.features-style5_single .btns-box {
    position: absolute;
    left: 0;
    bottom: -27px;
    right: 0;
}
.features-style5_single .btns-box a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid var(--thm-color-4);
    color: #222222;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.features-style5_single:hover .btns-box a{
    color: #ffffff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.features-style5_single.shapedown .icon-holder .shape1 {
    position: absolute;
    left: -10px;
    bottom: -15px;
}
.features-style5_single.shapeleft .icon-holder .shape1 {
    position: absolute;
    left: 15px;
    bottom: -20px;
    transform: rotate(120deg);
}



/*** 
=============================================
    Team Style1 Area Css
=============================================
***/
.team-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.team-style1-area .shape{
    position: absolute;
    left: 5%;
    bottom: 0;
}

.single-team-style1{
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.single-team-style1 .img-holder{
    position: relative;
    display: block;
}
.single-team-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.single-team-style1 .img-holder .inner img{
    width: 100%;
    border-radius: 50%;
}
.single-team-style1:hover .img-holder .inner img{
    transform: scale(1.1) rotate(2deg);
}

.single-team-style1 .img-holder .overly-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    opacity: .80;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-team-style1:hover .img-holder .overly-box{
    opacity: 0.8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.single-team-style1 .img-holder .overly-box .social-links{
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-team-style1:hover .img-holder .overly-box .social-links{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.single-team-style1 .img-holder .overly-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.single-team-style1 .img-holder .overly-box .social-links li:last-child{
    margin-right: 0;
}
.single-team-style1 .img-holder .overly-box .social-links li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
    transition: all 500ms ease;
}
.single-team-style1 .img-holder .overly-box .social-links li a:hover{
    background: var(--thm-color-2);
}
.single-team-style1 .img-holder .overly-box .social-links li a i::before{
    color: var(--thm-black);
    font-size: 16px;
    transition: all 500ms ease;
}
.single-team-style1 .img-holder .overly-box .social-links li a:hover i::before{
    color: #ffffff;
}

.single-team-style1 .img-holder .shape{
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.single-team-style1 .title-holder{
    position: relative;
    display: block;
    margin-top: 66px
}
.single-team-style1 .title-holder h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-team-style1 .title-holder h3 a{
    color: #222222;
}
.single-team-style1 .title-holder p{
    margin: 6px 0 0;
}


.team-style1-area.pdb120{
    padding-bottom: 120px;
}
.team-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}
.team-style1-area .thm-shape1{
    position: absolute;
    top: 120px;
    left: 150px;
}






/*** 
=============================================
    Team Style2 Area Css
=============================================
***/
.team-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 80px;
}
.single-team-style2{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-team-style2 .img-holder{
    position: relative;
    display: block;
}
.single-team-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style2 .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-team-style2:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.single-team-style2 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-style2:hover .img-holder .inner img{
    transform: scale(1.2);    
}


.single-team-style2 .title-holder{
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 0px 45px;
    text-align: center;
    z-index: 1;
}
.single-team-style2 .title-holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: #2f3a51;
    transition-delay: .05s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-team-style2:hover .title-holder:after{
    opacity: 1;
    transform: scaleY(1.0);    
}
.single-team-style2 .title-holder h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2:hover .title-holder h4{
    color: #ffffff;
}
.single-team-style2 .title-holder p{
    color: var(--thm-black);
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2:hover .title-holder p{
    color: #ffffff;
}


.single-team-style2 .title-holder .social-icon{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
}
.single-team-style2 .title-holder .social-icon.style2 li a:hover{
    background: var(--thm-color-2);
}
.single-team-style2 .title-holder .social-icon.style3 li a:hover{
    background: var(--thm-color-3);
}
.single-team-style2 .title-holder .social-icon li{
    position: relative;
    display: inline-block;
    margin-right: 1px;
}
.single-team-style2 .title-holder .social-icon li:last-child{
    margin-right: 0;
}
.single-team-style2 .title-holder .social-icon li a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2 .title-holder .social-icon li:hover a{
    background: var(--thm-primary);
}
.single-team-style2 .title-holder .social-icon li a i::before{
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2 .title-holder .social-icon li:hover a i::before{
    color: #ffffff;
}





/*** 
=============================================
    Team Style3 Area Css
=============================================
***/
.team-style3-area{
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 120px 0px 27px;
}

.single-team-style3 {
    position: relative;
    display: block;
    min-height: 475px;
    margin-bottom: 30px;
}
.single-team-style3 .img-holder{
    position: relative;
    display: block;
}
.single-team-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style3 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
    transition: all 7000ms ease;    
}
.single-team-style3:hover .img-holder .inner img{
    transform: scale(1.2);    
}
.single-team-style3 .img-holder .shape {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    z-index: 2;
}


.single-team-style3 .title-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    padding: 55px 0px 32px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3:hover .title-holder{
    padding: 55px 0px 92px;
}



.single-team-style3 .title-holder h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}
.single-team-style3 .title-holder p{
    color: var(--thm-black);
    margin: 0;
}
.single-team-style3 .title-holder .overly{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.single-team-style3:hover .title-holder .overly{
    bottom: 40px;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.single-team-style3 .title-holder .overly .social-icon{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-team-style3:hover .title-holder .overly .social-icon{
    height: 35px;
}


.single-team-style3 .title-holder .overly .social-icon li{
    position: relative;
    display: inline-block;
    margin-right: 1px;
}
.single-team-style3 .title-holder .overly .social-icon li a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3 .title-holder .overly .social-icon li:hover a{
    background: var(--thm-primary);
}
.single-team-style3 .title-holder .overly .social-icon li a i::before{
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3 .title-holder .overly .social-icon li:hover a i::before{
    color: #ffffff;
}






























/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.about-style1-area .sec-title {
    padding-bottom: 19px;
}


.about-style1_content-box{
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
    padding-top: 120px;
}
.about-style1_content-box_map{
    position: absolute;
    top: 0;
    left: -300px;
    bottom: 0;
    max-width: 645px;
    width: 100%;
}
.about-style1_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1_content-box .inner-content h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 19px;
}
.about-style1_content-box .inner-content p{
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.about-style1_content-box .inner-content .bottom-box .signature{
    position: relative;
    display: block;
    padding-right: 35px;
}
.about-style1_content-box .inner-content .bottom-box .signature h2{
    color: var(--thm-color-3);
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: aervish-fonts;
}
.about-style1_content-box .inner-content .bottom-box .signature::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e3e9f4;
}
.about-style1_content-box .inner-content .bottom-box .name{
    position: relative;
    display: block;
    padding-left: 35px;
}
.about-style1_content-box .inner-content .bottom-box .name .shape {
    position: absolute;
    top: -15px;
    left: 30px;
    bottom: 0;
}


.about-style1_content-box .inner-content .bottom-box .name h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box .name span{
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 400;
}



.noselect {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}



.donate-form-box{
    position: relative;
    display: block;
    background: var(--thm-color-5);
    padding: 43px 50px 50px;
    margin-top: -40px;
    margin-left: -30px;
    z-index: 10;
}
.donate-form-box .shape1{
    position: absolute;
    bottom: -80px;
    right: -110px;
}

.donate-form-box .top-title{
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.donate-form-box .top-title h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}



.donate-form-box .progress-levels-style2 {
    padding-top: 0;
}
.donate-form-box .progress-levels-style2 .progress-box .bar .bar-innner {
    background: #741ea6;
}

.donate-form-box .progress-levels-style2 .bottom-box {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
    margin-bottom: 42px;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}
.donate-form-box .progress-levels-style2 .progress-box .count-text {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .progress-box .percent {
    color: #ffffff;
}

.donate-form-box .progress-levels-style2 .progress-box .outer-text {
    color: #ffffff;
}



.donation_wrapper {
    position: relative;
    display: block;
}
.donation_wrapper > .title {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}





.donation_wrapper > .amount_wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.donation_wrapper > .amount_wrapper > input {
    border-right: 0;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 0;
    height: 50px;
    padding-left: 70px;
    padding-right: 10px;
}
.donation_wrapper > .amount_wrapper > .suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 51px;
    padding: 0px;
    border: 0;
    border-right: 1px solid #dddddd;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    box-shadow: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.donation_wrapper > .single_amount_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0px 25px;
    margin-left: 0px;
}
.donation_wrapper > .single_amount_wrapper > .single_amount {
    padding: 7px 12px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.donation_wrapper > .single_amount_wrapper > .single_amount:hover {
    background: var(--thm-color-3);
    border-color: var(--thm-color-3);;
}




.donation_wrapper > a{
    position: relative;
    display: block;
    text-align: center;
}
.donation_wrapper > a.btn-one .txt i.arrow1 {
    position: relative;
    top: 0px;
    display: block;
    float: left;
    line-height: 60px;
    padding-right: 0;
}




/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.about-style2-area.pd120-0-0{
    padding: 120px 0 0;
}



.about-style2_content-box {
    position: relative;
    display: block;
    max-width: 570px;
}
.about-style2_content-box .thm-shape1{
    position: absolute;
    top: -60px;
    left: -70px;
    opacity: 0.10;
}

.about-style2_content-box .sec-title{
    padding-bottom: 32px;    
}


.about-style2_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content p{
    margin: 0;
}
.about-style2_content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}
.about-style2_content-box .inner-content ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-style2_content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}

.about-style2_content-box .inner-content ul li .left{
    position: relative;
    display: flex;
    align-items: center;
    width: 270px;
}
.about-style2_content-box .inner-content ul li .left .icon{
    position: relative;
    display: inline-block;
}
.about-style2_content-box .inner-content ul li .left .icon img{}
.about-style2_content-box .inner-content ul li .count-outer{
    position: relative;
    display: block;
    margin-left: 20px;
}
.about-style2_content-box .inner-content ul li .count-outer .count-text{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer span{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer h5{
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 3px 0 0;
}


.about-style2_content-box .inner-content ul li.style2 .count-outer .count-text{
    color: var(--thm-primary);
}
.about-style2_content-box .inner-content ul li.style2 .count-outer span{
    color: var(--thm-primary);
}


.about-style2_content-box .inner-content ul li .right{
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style2_content-box .inner-content ul li .right:before{
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    width: 1px;
    background: #e3e9f4;
    content: "";
}

.about-style2_content-box .inner-content ul li .right .text{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content ul li .right .text p{
    margin: 0;
}


.about-style2_image-box {
    position: relative;
    display: block;
    margin-left: -28px;
}
.about-style2_image-box img{
    width: 100%;
}



/*** 
=============================================
    About Style3 Area Css   
=============================================
***/
.about-style3-area{
    position: relative;
    display: block;
    background: transparent;
}
.about-style3_content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 400px;
    min-height: 530px;
    margin-top: -60px;
    z-index: 10;
}
.about-style3_content .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
}

.about-style3_content .img-holder .video-holder-box-2{
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    width: auto;
    height: auto;
}
.about-style3_content .img-holder .video-holder-box-2 .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-style3_content .img-holder .video-holder-box-2 .icon a span:before{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title{
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title h5{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}


.about-style3_content .text-holder {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
}
.about-style3_content .text-holder .about-style1_content-box {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0 0 0;
}
.about-style3_content .text-holder .about-style1_content-box .sec-title {
    padding-bottom: 20px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content h3 {
    margin-bottom: 14px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box{
    margin-top: 31px;    
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .signature h2 {
    color: var(--thm-black);
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .name h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.about-style3-shape{
    position: absolute;
    top: -10px;
    left: 30px;
    bottom: 0;
}





/*** 
=============================================
    About Style4 Area Css   
=============================================
***/
.about-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 147px 0 120px;
}
.about-style4-area .auto-container {
    max-width: 1330px;
}

.about-style4_image_box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 35px;
}
.about-style4_image_box img{
    width: 100%;
}

.about-style4_content{
    position: relative;
    display: block;
    padding-left: 5px;
}
.about-style4_content .sec-title{
    padding-bottom: 38px;
}

.about-style4_content .inner-box{
    position: relative;
    display: block;
}
.about-style4_content .inner-box ul{
    position: relative;
    display: block;
    padding: 17px 0 35px;
}
.about-style4_content .inner-box ul li{
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.about-style4_content .inner-box ul li+li{
    margin-top: 13px;
}
.about-style4_content .inner-box ul li span {
    color: var(--thm-color-2);
    font-size: 15px;
    padding-right: 15px;
}

.about-style4_content .inner-box .bottom-box{
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.about-style4_content .inner-box .bottom-box .shape1{
    position: absolute;
    top: 0;
    left: 30px;
}
.about-style4_content .inner-box .bottom-box .shape2{
    position: absolute;
    top: 0;
    right: 0px;
}
.about-style4_content .inner-box .bottom-box h2{
    color: var(--thm-color-5);
    font-size: 84px;
    line-height: 60px;
    font-weight: 400;
    font-family: moxie-fonts;
}

