/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    background-color: var(--thm-bg);
    background-blend-mode: luminosity;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    z-index: 1;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--thm-bg);
    opacity: 0.60;
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider .auto-container {
    position: relative;
}

.main-slider .slide {
    position: relative;
    display: block;
    padding-top: 205px;
    padding-bottom: 100px;
}

.main-slider .shape-box {
    position: absolute;
    top: 205px;
    left: 115px;
    bottom: 100px;
    right: 100%;
    background-color: var(--thm-base);
    mix-blend-mode: soft-light;
    z-index: 1;
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);

    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -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 .shape-box {
    right: 65%;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    -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 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 70px 0 100px;
}


.main-slider .content .big-title {
    position: relative;
    display: block;
    margin-top: 21px;
    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: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.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: 120px;
    line-height: 0.9em;
    font-weight: 700;
    text-transform: capitalize;
}

.main-slider .content .big-title h2 .dotted {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--thm-base);
    border-radius: 50%;
}


.main-slider .content .btns-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin-top: 47px;
    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;
    z-index: 10;
}

.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: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider .content .btns-box a {}



/*=== Main Slider Nav Style=========*/
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 15%;
    height: 150px;
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 500ms ease;
    z-index: 3;
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scaleX(1.0) translateY(-50%);
}

.main-slider .owl-theme .owl-nav .owl-prev,
.main-slider .owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, .20);
    border: 0px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, .20);
    font-size: 25px;
    line-height: 70px;
    font-weight: 100;
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -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,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-prev span:before {
    transition: all 100ms ease;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.main-slider .owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.main-slider .owl-theme .owl-nav .owl-prev:hover,
.main-slider .owl-theme .owl-nav .owl-next:hover {
    color: var(--thm-black);
    background: rgba(255, 255, 255, 1.0);
}

.banner-carousel .owl-dots {
    display: block;
}




.main-slider.style2 .owl-theme .owl-nav {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0px;
    opacity: 1;
    line-height: 0;
    transform: scaleX(1.0) translateY(-50px);
    transition: all 500ms ease;
}

.main-slider.style2 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.main-slider.style2 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}







/*===== Main Slider Dot Style ====*/
.main-slider .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    display: none;
}

.main-slider .banner-carousel.owl-carousel .owl-dots:before {
    content: "";
    position: absolute;
    top: auto;
    left: 6px;
    bottom: auto;
    width: 3px;
    height: 95px;
    background: #262626;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider:hover .banner-carousel.owl-carousel .owl-dots {
    opacity: 1;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #262626;
    float: none;
    border-radius: 50%;
    margin: 20px 0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-slider .banner-carousel.owl-carousel button.owl-dot.active:before {
    transform: scaleX(1.0);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot.active {
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}




/*** 
=====================================================
	Main Slider style2 Css
=====================================================
***/
.main-slider.style2 {
    position: relative;
    display: block;
}

.main-slider.style2 .slide {
    position: relative;
    display: block;
    padding-top: 166px;
    padding-bottom: 200px;
}

.main-slider.style2 .slide .image-layer:before {
    opacity: 0.60;
}

.main-slider.style2 .content {
    padding: 0px 0 0px;
}


.main-slider.style2 .content .big-title h2 {
    font-size: 110px;
    line-height: 1.0em;
}/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 9;
}

.about-style1__image {
    position: relative;
    display: block;
    max-width: 585px;
    margin-right: -15px;
}

.about-style1__image .shape-1 {
    position: absolute;
    top: 60px;
    left: -100px;
    width: 120px;
    height: 170px;
    background-color: var(--thm-base);
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    z-index: 2;
}

.about-style1__image .shape-2 {
    position: absolute;
    top: 230px;
    left: -170px;
    width: 80px;
    height: 80px;
    background-color: var(--thm-black);
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    z-index: 2;
}








.about-style1__image .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-bg);
    z-index: 1;
}

.about-style1__image .inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 100%);
    transform: skewX(1deg);
    z-index: 1;
}

.about-style1__image:hover .inner::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-style1__image .inner img {
    width: 100%;
    mix-blend-mode: luminosity;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.about-style1__image:hover .inner img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.about-style1__content {
    position: relative;
    display: block;
    padding-left: 70px;
}

.about-style1__content .inner-content {
    position: relative;
    display: block;
}

.about-style1__content .inner-content .top-text {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 41px;
}

.about-style1__content .inner-content .top-text h3 {
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0px;
}

.about-style1__content .inner-content .top-text p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}

.about-style1__content .inner-content ul {
    position: relative;
    display: block;
    padding-bottom: 4px;
}

.about-style1__content .inner-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.about-style1__content .inner-content ul li+li {
    margin-top: 13px;
}

.about-style1__content .inner-content ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    padding-right: 10px;
}




.progress-block {
    position: relative;
    display: flex;
    align-items: center;
}

.progress-block .inner-box {
    position: relative;
    min-height: 100px;
}

.progress-block .graph-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 0px;
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--thm-base);
    font-weight: 400;
}

.progress-block .outer-text {
    position: relative;
    display: block;
    padding-left: 120px;
}

.progress-block .outer-text h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}


.signature-box {
    position: relative;
    display: block;
    padding-top: 29px;
    top: 10px;
}

.signature-box h2 {
    color: var(--thm-black);
    font-size: 60px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'the_sayinisticitalic';
}

.signature-box h2 span {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--thm-font);
    position: relative;
    display: inline-block;
    padding-left: 10px;
}







/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #ffffff;
    z-index: 9;
}


.about-style2__content {
    position: relative;
    display: block;
}

.about-style2__content .sec-title--style2 {
    padding-bottom: 36px;
}

.about-style2__content .sec-title--style2 h2 {
    color: var(--thm-black);
}

.about-style2__content .inner-content {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .top-text {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.about-style2__content .inner-content .top-text .icon {
    position: relative;
    display: block;
    width: 80px;
}

.about-style2__content .inner-content .top-text .icon span::before {
    position: relative;
    top: 10px;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
}

.about-style2__content .inner-content .top-text .inner-title {
    position: relative;
    display: block;
    width: 400px;
}

.about-style2__content .inner-content .top-text .inner-title h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}


.about-style2__content .inner-content .text-box {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-style2__content .inner-content .text-box p {
    margin: 0;
}


.about-style2__content .inner-content ul {
    position: relative;
    display: block;
}

.about-style2__content .inner-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.about-style2__content .inner-content ul li+li {
    margin-top: 7px;
}

.about-style2__content .inner-content ul li span:before {
    position: relative;
    display: inline-block;
    padding-right: 7px;
    color: var(--thm-base);
    font-size: 16px;
}

.about-style2__content .inner-content .btn-box {
    position: relative;
    display: block;
    padding-top: 45px;
    line-height: 0;
}




.about-style2__image {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.about-style2__image .shape-1 {
    position: absolute;
    top: 60px;
    right: -120px;
    width: 120px;
    height: 170px;
    background-color: var(--thm-base);
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    webkit-animation: bgSlideReverse2 20s linear infinite;
    animation: bgSlideReverse2 20s linear infinite;
    z-index: 1;
}

.about-style2__image .shape-2 {
    position: absolute;
    top: 230px;
    right: -200px;
    width: 80px;
    height: 80px;
    background-color: var(--thm-black);
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: 1;
}

.about-style2__image .border-box {
    position: absolute;
    top: 40px;
    left: -10px;
    bottom: 40px;
    width: 10px;
    background: var(--thm-base);
}



.about-style2__image .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-bg);
}

.about-style2__image .inner::before {
    position: absolute;
    top: 90%;
    left: 90%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(var(--thm-base-rgb), .90);
    border-radius: 50%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    opacity: 0;
    z-index: 1;
}

.about-style2__image:hover .inner::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.about-style2__image .inner img {
    width: 100%;
    transition: all 2500ms ease 100ms;
    mix-blend-mode: luminosity;

}

.about-style2__image:hover .inner img {
    transform: scale(1.2) rotate(3deg);
}


.about-style2__image .inner .overlay-content {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    border-top: 5px solid var(--thm-base);
    padding: 31px 60px 26px;
    z-index: 10;
}

.about-style2__image .inner .overlay-content .count-outer {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 7px;
}

.about-style2__image .inner .overlay-content .count-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    z-index: 99;
}

.about-style2__image .inner .overlay-content h3 {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}




.about-style2__content--in-about-style3 {
    position: relative;
    display: block;
    padding-left: 70px;
}

.about-style2__content--in-about-style3 .inner-content .top-text .inner-title h3 {
    color: var(--thm-gray);
}

.about-style2__content--in-about-style3 .inner-content .top-text .inner-title h3 span {
    color: var(--thm-base);
}

.about-style2__content--in-about-style3 .inner-content ul {
    padding-top: 38px;
}/*** 
=============================================
    Team Style1 Area Css
=============================================
***/
.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.team-style1-area .auto-container {
    max-width: 1600px;
}

.single-team-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 75px;
}

.single-team-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-bg);
    z-index: 1;
}

.single-team-style1 .img-holder .inner img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.single-team-style1:hover .img-holder .inner img {
    transform: scale(1.1) rotate(0deg);
    opacity: 0.20;
    mix-blend-mode: normal;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}




.single-team-style1 .title-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 24px 0 0px;
    background-color: #ffffff;
    transform: perspective(400px) translateY(80px);
    transform-origin: bottom;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.single-team-style1:hover .title-holder {
    transform: perspective(400px) translateY(0px);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.single-team-style1 .title-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--thm-base);
    transform: scaleX(0);
    transition: all 100ms linear;
    transition-delay: 0.5s;
}

.single-team-style1:hover .title-holder::before {
    transform: scaleX(1.0);
    transition: all 900ms linear;
    transition-delay: 0.3s;
}

.single-team-style1 .title-holder h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 6px;
}

.single-team-style1 .title-holder h2 a {
    color: var(--thm-black);
}

.single-team-style1 .title-holder h2 a:hover {
    color: var(--thm-base);
}

.single-team-style1 .title-holder h3 {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.single-team-style1 .title-holder .social-links {
    position: relative;
    display: block;
    margin-top: 27px;
}

.single-team-style1 .title-holder .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.single-team-style1 .title-holder .social-links li:last-child {
    margin-right: 0px;
}

.single-team-style1 .title-holder .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-primary);
    color: var(--thm-black);
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-team-style1 .title-holder .social-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    content: "";
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-team-style1 .title-holder .social-links li a:hover::before {
    transform: scaleX(1.0);
}

.single-team-style1 .title-holder .social-links li a:hover {
    color: #ffffff;
}




























/*** 
=============================================
    Team Page Css
=============================================
***/
.team-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.team-style1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-style1-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.team-style1-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: var(--thm-primary);
    z-index: 10;
}

.partner-area.bg-white {
    background: #ffffff;
}

.partner-area.pdtop120 {
    padding-top: 120px;
}

.brand-content {
    position: relative;
    display: block;
}

.brand-content .inner {
    position: relative;
    display: block;
}

.partner-box {
    position: relative;
    display: block;
}

.partner-box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid rgba(var(--thm-black-rgb), .10);
    z-index: 1;
}

.single-partner-logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border: 1px dashed rgba(var(--thm-primary-rgb), .90);
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.5s;
    z-index: -1;
}

.single-partner-logo-box:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 0;
}

.single-partner-logo-box a img {
    opacity: 0.20;
    width: auto;
    transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}

.partner-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}