
/* ------------------------
 Banner Area
--------------------------- */

.banner-area.style-one{
    position: relative;
    padding: 260px 0 143px;
    overflow: hidden;
}
.banner-area.style-one .image{
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-area.style-one .wrapper {
    position: relative;
    z-index: 9;
}
.banner-area.style-one .subtitle {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-area.style-one .name {
    position: relative;
    display: inline-block;
    font-size: 260px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 52px;
    margin-left: -16px;
    opacity: 0;
    overflow: hidden;
    border-right: 0 solid transparent;
}
.banner-area.style-one .name-wrapper{
    position: relative;
    display: inline-block;
}
.banner-area.style-one .line{
    position: absolute;
    height: 24px;
    width: 327px;
    background-color: #fff;
    left: 96%;
    bottom: 136px;
    transform: scaleX(0);
    transform-origin: left center;
}
.banner-area.style-one .name span{
    position: relative;
}
.banner-area.style-one .name span::before{
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: var(--main-color);
    top: 71px;
    left: 12px;
    border-radius: 50%;
}
.banner-area.style-one .description{
    max-width: 657px;
    margin-bottom: 0;
}

.banner-area.style-one .box-wrap{
    position: absolute;
    top: 50%;
    right: 0;
}
.banner-area.style-one .box-wrap::before{
    content: "";
    position: absolute;
    height: 176px;
    width: 12px;
    border-left: 1px dashed #c67a6b;
    border-right: 1px dashed #c67a6b;
    left: 0;
    right: 0;
    margin: auto;
    top: -160%;
}
.banner-area.style-one .box-wrap::after{
    content: "";
    position: absolute;
    height: 176px;
    width: 12px;
    border-left: 1px dashed #c67a6b;
    border-right: 1px dashed #c67a6b;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -160%;
}
.banner-area.style-one .circle-box{
    position: relative;
}
.banner-area.style-one .circuler-text{
    animation: round 20s linear infinite;
}
.banner-area.style-one .circle-box .circuler-center{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-area.style-one .circle-box .circuler-center img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px){

    .banner-area.style-one{
        padding: 153px 0 143px;
    }
    .banner-area.style-one .name{
        font-size: 235px;
        margin-bottom: 20px;
    }
    .banner-area.style-one .name span::before{
        height: 30px;
        width: 30px;
        top: 65px;
        left: 12px;
    }
    .banner-area.style-one .line{
        bottom: 97px;
    }
    .banner-area.style-one .box-wrap{
        display: none;
    }
}

@media only screen and (max-width: 767px){

    .banner-area.style-one{
        padding: 140px 0 143px;
    }
    .banner-area.style-one .subtitle{
        font-size: 50px;
    }
    .banner-area.style-one .name{
        font-size: 100px;
        margin-bottom: 20px;
        margin-left: -5px;
    }
    .banner-area.style-one .name span::before {
        content: "";
        position: absolute;
        height: 14px;
        width: 14px;
        background-color: var(--main-color);
        top: 27px;
        left: 4px;
        border-radius: 50%;
    }
    .banner-area.style-one .line{
        height: 9px;
        bottom: 57px;
        width: 100px;
    }
    .banner-area.style-one .box-wrap{
        position: relative;
        display: inline-block;
        top: inherit;
        margin: 60px 0 60px;
    }
    .banner-area.style-one .box-wrap::before{
        display: none;
    }
    .banner-area.style-one .box-wrap::after{
        display: none;
    }

}

/* Style Two */

.banner-area.style-two{
    position: relative;
}
.banner-area.style-two .exp-box{
    position: absolute;
    top: 105px;
    right: 0;
    display: inline-block;
    background-color: #fff;
    border: 1px solid var(--text-color-3);
    border-radius: 16px;
    padding: 12px;
    transform: rotate(45deg);
    height: 170px;
    width: 170px;
}
.banner-area.style-two .exp-box .inner-box{
    background-color: #0A0909;
    border-radius: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner-area.style-two .exp-box .inner-box .text-content{
    transform: rotate(-45deg);
}
.banner-area.style-two .exp-box .inner-box .text-content .year{
    color: #fff;
}
.banner-area.style-two .exp-box .inner-box .text-content .text{
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}
.banner-area.style-two .content{
    padding: 0 0 260px;
}
.banner-area.style-two .content .title-wrap{
    position: relative;
    display: inline-block;
}
.banner-area.style-two .content .title-wrap .line{
    position: absolute;
    height: 25px;
    width: 309px;
    background-color: var(--text-color-1);
    bottom: 66px;
}
.banner-area.style-two .title1{
    display: inline-block;
    font-size: 180px;
    font-family: 'Satoshi-Bold';
    font-weight: bold;
    margin-right: -11px;
}
.banner-area.style-two .title1 span{
    position: relative;
}
.banner-area.style-two .title1 span::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 309px;
    background-color: var(--text-color-1);
    right: -295px;
    bottom: 43px;
}
.banner-area.style-two .title2{
    display: flex;
    align-items: center;
    font-size: 180px;
    font-family: 'Satoshi-Bold';
    font-weight: bold;
    z-index: 9;
}

.banner-area.style-two .title2 .toggle{
    position: relative;
    height: 131px;
    width: 310px;
    border: 20px solid var(--text-color-1);
    border-radius: 100px;
    padding: 12px;
}
.banner-area.style-two .title2 .toggle .circle{
    position: absolute;
    height: 66px;
    width: 66px;
    border: 8px solid var(--text-color-1);
    border-radius: 50%;
    background-color: #fff;
    top: 12px;
    left: 12px;
}

.banner-area.style-two .image{
    position: absolute;
    bottom: -390px;
    z-index: 2;
}
.banner-area.style-two .image .main-img{
    -webkit-mask-image: url(../img/hero2-mask.png);
    mask-image: url(../img/hero2-mask.png);
    mask-repeat: no-repeat; 
}

.banner-area.style-two .image::before{
    content: "";
    position: absolute;
    height: 301px;
    width: 198px;
    background-color: var(--main-color);
    top: 0;
    right: 60px;
    z-index: 2;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.banner-area.style-two .circle-box{
    position: absolute;
    top: 135px;
    right: 90px;
    z-index: 2;
}
.banner-area.style-two .circuler-text{
    animation: round 20s linear infinite;
}
.banner-area.style-two .circle-box .circuler-center{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-area.style-two .circle-box .circuler-center img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

@media only screen and (max-width: 1399px) {

    .banner-area.style-two .exp-box{
        display: none;
    }
}

@media only screen and (max-width: 1199px) {

    .banner-area.style-two .title1,
    .banner-area.style-two .title2{
        font-size: 150px;
    }
    .banner-area.style-two .content .title-wrap .line{
        bottom: 54px;
    }
    .banner-area.style-two .title2 .img{
        max-width: 230px;
        margin-left: 10px;
    }
    .banner-area.style-two .image .main-img{
        mask-image: none;
        border-radius: 16px;
    }
}

@media only screen and (max-width: 1024px) {

    .banner-area.style-two .exp-box{
        display: none;
    }
    .banner-area.style-two .title1,
    .banner-area.style-two .title2{
        font-size: 110px;
    }
    .banner-area.style-two .title-wrap .line{
        display: none;
    }
    .banner-area.style-two .title2 .img{
        max-width: 180px;
        margin-left: 10px;
    }
    .banner-area.style-two .content{
        padding: 0 0 80px;
    }
    .banner-area.style-two .image{
        position: relative;
        bottom: 0;
    }
    .banner-area.style-two .image .main-img{
        mask-image: none;
    }
}

@media only screen and (max-width: 767px) {

    .banner-area.style-two .exp-box{
        display: none;
    }
    .banner-area.style-two .title1,
    .banner-area.style-two .title2{
        font-size: 46px;
    }
    .banner-area.style-two .title1 span::before{
        display: none;
    }
    .banner-area.style-two .title2 .toggle{
        height: 50px;
        width: 155px;
        border: 6px solid var(--text-color-1);
    }
    .banner-area.style-two .title2 .toggle .circle{
        height: 30px;
        width: 30px;
        border: 3px solid var(--text-color-1);
        top: 4px;
        left: 4px;
    }
    .banner-area.style-two .content{
        padding: 0 0 80px;
    }
    .banner-area.style-two .image::before{
        display: none;
    }
    .banner-area.style-two .circle-box{
        background: var(--main-color);
        border-radius: 50%;
        padding: 10px;
        top: -65px;
        right: 50%;
        transform: translateX(50%);
    }
    .banner-area.style-two .circle-box .circuler-center img{
        height: 70px;
        width: 70px;
    }
    .banner-area.style-two .circle-box .circuler-text img{
        width: 100px;
    }
}

/* Style Three */

.banner-area.style-three{
    position: relative;
}
.banner-area.style-three .subtitle{
    color: #fff;
    margin-bottom: 40px;
    z-index: 9;
}
.banner-area.style-three .subtitle span{
    position: relative;
    display: inline-block;
    transform-origin: 52% 80%;
}
.banner-area.style-three .subtitle span::before{
    content: url(../img/icons/five.png);
}
.banner-area.style-three .title1{
    color: #fff;
    max-width: 690px;
    margin-bottom: 38px;
    z-index: 9;
}
.banner-area.style-three .designation{
    display: flex;
    justify-content: center;
    font-size: 270px;
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(0deg, var(--main-color) 30%, #fff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
}

.banner-area.style-three .designation > div > div > div {
    background: linear-gradient(0deg, var(--main-color) 30%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}

.banner-area.style-three .designation > div > div > div:nth-child(-n+2){
    transform: translateY(-50px);
}
.banner-area.style-three .designation > div > div > div:nth-last-child(-n+2){
    transform: translateY(-50px);
}

.banner-area.style-three .box-wrap{
    position: absolute;
    top: 15%;
    right: 0;
}
.banner-area.style-three .box-wrap::before {
	content: "";
	position: absolute;
	height: 176px;
	width: 12px;
	border-left: 1px dashed #797979;
	border-right: 1px dashed #797979;
	left: 0;
	right: 0;
	margin: auto;
	top: -160%;
}
.banner-area.style-three .box-wrap::after {
	content: "";
	position: absolute;
	height: 176px;
	width: 12px;
	border-left: 1px dashed #797979;
	border-right: 1px dashed #797979;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -160%;
}
.banner-area.style-three .circuler-text{
    animation: round 20s linear infinite;
}
.banner-area.style-three .circle-box .circuler-center{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-area.style-three .circle-box .circuler-center a{
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--main-color);
}
.banner-area.style-three .image{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 8;
}
.banner-area.style-three .shape1{
    position: absolute;
    bottom: 0;
    z-index: 9;
}

@media only screen and (max-width: 1620px) {

    .banner-area.style-three .designation{
        font-size: 230px;
    }
}
@media only screen and (max-width: 1399px) {

    .banner-area.style-three .designation{
        font-size: 199px;
    }
}
@media only screen and (max-width: 1199px) {

    .banner-area.style-three .designation{
        font-size: 170px;
    }
}
@media only screen and (max-width: 1024px) {
    
    .banner-area.style-three .title1{
        font-size: 60px;
        margin-bottom: 60px;
    }
    .banner-area.style-three .designation{
        font-size: 126px;
        margin-bottom: 20px;
    }
    .banner-area.style-three .image{
        position: static;
        transform: translate(0);
        text-align: center;
    }
    .banner-area.style-three .box-wrap{
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .banner-area.style-three .subtitle{
        font-size: 24px;
    }
    .banner-area.style-three .title1{
        font-size: 32px;
        margin-bottom: 60px;
    }
    .banner-area.style-three .designation{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .banner-area.style-three .designation > div > div > div:nth-child(-n+2){
        transform: translateY(0);
    }
    .banner-area.style-three .designation > div > div > div:nth-last-child(-n+2){
        transform: translateY(0);
    }
}

/* ------------------------
 Hero Text
--------------------------- */

.hero-text.style-one .banner-title{
    position: relative;
    max-width: 757px;
    text-align: center;
    margin: 0 auto;
}
.hero-text.style-one .banner-title h3 {
    color: #0d2416;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.083333;
    margin-bottom: 30px;
}
.hero-text.style-one .banner-title-animation{
    position: relative;
}
.hero-text.style-one .banner-title-animation-inner{
    position: relative;
}
.hero-text.style-one .banner-title-animation::after,
.hero-text.style-one .banner-title-animation::before,
.hero-text.style-one .banner-title-animation-inner::after,
.hero-text.style-one .banner-title-animation-inner::before{
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #37D275;
    background: var(--white-color);
    position: absolute;
}
.hero-text.style-one .banner-title-animation::after{
    top: -6px;
    left: -6px;
    z-index: 1;
}
.hero-text.style-one .banner-title-animation::before {
    top: -6px;
    right: 6px;
    z-index: 1;
}
.hero-text.style-one .banner-title-animation-inner::after{
    bottom: -12px;
    left: -6px;
    z-index: 1;
}
.hero-text.style-one .banner-title-animation-inner::before{
    bottom: -12px;
    right: 6px;
    z-index: 1;
}
.hero-text.style-one .flip {
    height: 57px;
    width: 150px;
    border: 3px solid #37D275;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -15px;
    position: relative;
}
.hero-text.style-one .flip-text {
    height:45px;
    display:inline-block;
    font-size: 48px;
    font-weight: 600;
    color: #0d2416;
    animation: show 3s linear infinite;
}

@keyframes show {
    0% {margin-right:-270px;}
    71% {margin-right:0px;}
    99.99% {margin-right:0px;}
    100% {margin-right:-270px;}
}

.hero-text.style-one .description {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 908px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px){

    .hero-text.style-one .banner-title h3{
        font-size: 36px;
    }
}

/* ------------------------
 Split Type Text
--------------------------- */

#split-type-text .word {
    opacity: 0.25;
}

/* ------------------------
 CTA Area
--------------------------- */

.cta-container {
    position: relative;
  background: var(--white-color);
  border-radius: 16px;
  padding: 60px;
  position: relative;
}
.cta-container-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-container .content{
  text-align: center;
  max-width: 613px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 0;
}
.cta-container .content .title{
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.cta-container .content .description{
    margin-bottom: 40px;
}
.cta-container .content .button {
    display: inline-flex;
}
.cta-container .content .button .button-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;
    color: #fff;
    padding: 0 32px;
    border-radius: 50px;
    background-color: var(--text-color-1);
    font-size: 16px;
    text-transform: capitalize;
    height: 50px;
}
.cta-container .content .button .main-text {
    transition: all 0.3s ease-out 0s;
}
.cta-container .content .button .hover-text {
    position: absolute;
    transform: translateY(140%);
    transition: all 0.3s ease-out 0s;
}
.cta-container .content .button:hover .main-text {
  transform: translateY(-140%);
}
.cta-container .content .button:hover .hover-text {
  transform: translateY(0%);
}
.cta-container .content .button:hover .button-text{
  background-color: var(--main-color);
}
.cta-container .content .button .button-icon {
    border: 2px solid var(--text-color-1);
    background-color: var(--supporting-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -8px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2;
}
.cta-image-box img{
  position: absolute;
  max-width: 100px;
  width: 100px;
  object-fit: cover;
}
.cta-image-1{ top: 0; left: 0; }
.cta-image-2{ left: 12%; top: 35%;}
.cta-image-3{ bottom: 0; left: 0; }
.cta-image-4{ top: 0; right: 0; }
.cta-image-5{ right: 12%; top: 35%; z-index: 1;}
.cta-image-6{ bottom: 0; right: 0; }

@media only screen and (max-width: 1024px){

    .cta-container{
        padding: 10px 10px;
    }
    .cta-container .cta-image-box{
        display: none;
    }
    .cta-container .content .title{
        font-size: 30px;
    }
    .cta-container .content{
        padding: 0;
    }
}

/* ------------------------
 Video Icon
--------------------------- */

.video-icon.style-one {
    position: relative;
    margin: 0 auto
}
.video-icon.style-one img{
    border-radius: 16px;
    width: 100%;
}
.video-icon.style-one .video-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.video-icon.style-one a.hv-popup-link {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #0d2416;
    background-color: #fff;
    width: 100%;
    height: 100%;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
}
.video-icon.style-one .hv-popup-link i {
    color: var(--text-color-1);
    font-size: 18px;
}
.video-icon.style-one .video-btn span{
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 46px;
    height: 46px;
    background: linear-gradient(to right, rgba(141, 164, 144, 1), rgba(255, 255, 255, 1));
    border-radius: 50%;
}
/* Style Two */

.video-icon.style-two {
    text-align: right;
    margin: 0 auto
}
.video-icon.style-two .wrapper{
    position: relative;
    display: inline-block;
}
.video-icon.style-two img{
    border-radius: 80px;
}
.video-icon.style-two .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-icon.style-two a.hv-popup-link {
    position: relative;
    color: #0d2416;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.video-icon.style-two .hv-popup-link i {
    color: var(--text-color-1);
    font-size: 16px;
}

/* Style Three */

.video-icon.style-three {
    position: relative;
    text-align: center;
}
.video-icon.style-three img{
    border-radius: 16px;
    width: 100%;
}
.video-icon.style-three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-icon.style-three a.hv-popup-link {
    position: relative;
    color: #0d2416;
    background-color: #fff;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.video-icon.style-three a.hv-popup-link:after {
    content: '';
    position: absolute;
    border: 20px solid #fff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: anim 1.5s linear infinite;
    opacity: 0;
}
.video-icon.style-three .hv-popup-link i {
    color: var(--main-color);
    font-size: 30px;
}
@keyframes anim{
    0%{transform: scale(.5);}
    50%{opacity: 1;}
    100%{transform: scale(1.2);}
}

/* ------------------------
 Video Box
--------------------------- */

.video-box.style-one{
    text-align: center;
}
.video-box.style-one video{
    border-radius: 16px;
}

/* Style Four */

.video-box.style-four {
    position: relative;
    width: 669px;
    max-width: 100%;
    aspect-ratio: 669 / 389;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}
.video-box.style-four .preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-box.style-four .video-play-btn {
    position: absolute;
    bottom: 8%;
    right: 5%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-box.style-four .video-play-btn i {
    color: var(--main-color);
}
.video-box.style-four video {
    width: 100%;
    height: 97%;
    display: none;
    border-radius: 16px;
}
.video-box.style-four iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
.video-box.style-four video,
.video-box.style-four iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    border-radius: 16px;
    display: none;
}
.video-box.style-four .overlay-top{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, -100%);
}
.video-box.style-four .overlay-bottom{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, 100%);
}

/* ------------------------
 Skill List
--------------------------- */

.skill-list.style-one .skill-capsule-wrapper{
    position: relative;
    overflow: hidden;
    height: 590px;
}
.skill-list.style-one .skill-capsule-wrapper > * {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: auto;
    transition: none;
}

.skill-capsule-wrapper-box {
    position: relative;
    overflow: hidden;
    height: 590px;
    transform-style: preserve-3d;
}

.skill-capsule-wrapper [data-t-throwable-el] {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: auto;
    will-change: transform;
}

.skill-list.style-one .skill-capsule-wrapper .skill-box {
    width: 200px;
    height: 336px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    transform: translate(-50%, -50%) rotate(0rad);
}

.skill-list.style-one .skill-box{
    background-color: var(--text-color-1);
    padding: 40px;
}
.skill-list.style-one .skill-box .icon{
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 60px;
}
.skill-list.style-one .skill-box .icon img{
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.skill-list.style-one .skill-box .progress-lavel{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}
.skill-list.style-one .lines{
    margin-top: 45px;
}
.skill-list.style-one .lines .line{
    height: 1px;
    width: 100%;
    background-color: var(--text-color-1);
}
.skill-list.style-one .lines .line:nth-child(1){
    margin-bottom: 8px;
}
.skill-list.style-one .lines .line:nth-child(2){
    margin-bottom: 8px;
}
.skill-list.style-one .lines .line:nth-child(3){
    margin-bottom: 8px;
}
.skill-list.style-one .lines .line:nth-child(4){
    margin-bottom: 8px;
}
.skill-list.style-one .lines .line:nth-child(5){
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px){

    .skill-capsule-wrapper-box{
        height: 500px;
    }
    .skill-list.style-one .skill-capsule-wrapper{
        height: 500px;
    }
    .skill-list.style-one .skill-capsule-wrapper .skill-box{
        width: 130px;
        height: 230px;
    }
    .skill-list.style-one .skill-box .icon{
        margin-bottom: 40px;
    }
    .skill-list.style-one .skill-box .progress-lavel{
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px){
    
    .skill-capsule-wrapper-box{
        height: auto;
    }
    .skill-list.style-one .skill-capsule-wrapper{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .skill-list.style-one .skill-capsule-wrapper .skill-box{
        width: 110px;
        height: 200px;
        transform: none;
    }
    .skill-list.style-one .skill-box .icon{
        height: 60px;
        width: 60px;
        line-height: 56px;
        margin-bottom: 40px;
    }
    .skill-list.style-one .skill-box .icon img{
        height: 40px;
        width: 40px;
    }
    .skill-list.style-one .skill-box .progress-lavel{
        font-size: 24px;
    }
}

/* Style Two */

.skill-list.style-two .skill-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1D1D1D;
    padding: 16px;
    margin-bottom: 32px;
    border-radius: 16px;
}
.skill-list.style-two .skill-item:last-child{
    margin-bottom: 0;
}
.skill-list.style-two .skill-item .icon{
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    background-color: var(--text-color-1);
    border-radius: 16px;
}
.skill-list.style-two .skill-item .name{
    color: #fff;
    font-size: 32px;
}
.skill-list.style-two .skill-item .progress-lavel{
    color: #fff;
    font-size: 24px;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    background-color: var(--text-color-1);
    border-radius: 16px;
}

@media only screen and (max-width: 1024px){

    .skill-list.style-two{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .skill-list.style-two .skill-item{
        width: calc(50% - 15px);
    }
    .skill-list.style-two .skill-item:last-child{
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px){

    .skill-list.style-two{
        display: block;
    }
    .skill-list.style-two .skill-item{
        width: 100%;
    }
    .skill-list.style-two .skill-item:last-child{
        margin-bottom: 0;
    }
    .skill-list.style-two .skill-item .name{
        font-size: 24px;
    }
    .skill-list.style-two .skill-item .progress-lavel{
        font-size: 18px;
        height: 62px;
        width: 62px;
        line-height: 62px;
    }
}

/* ------------------------
 Heading
--------------------------- */

.heading-text.style-one{
    text-align: center;
}
.heading-text.style-one .heading{
    font-size: 230px;
    font-weight: bold;
    font-family: 'Satoshi-Bold';
    text-transform: uppercase;
    line-height: 1;
    background: -webkit-linear-gradient(90deg, var(--text-color-1) 0%, transparent 85%);
    background: linear-gradient(0deg, var(--text-color-1) 0%, transparent 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-text.style-one .heading span{
    color: var(--text-color-2);
}
.heading-text.style-one.center{
    text-align: center;
}
.heading-text.style-one.center .heading{
    margin: auto;
}

@media only screen and (max-width: 1699px){
    
    .heading-text.style-one .heading{
        font-size: 190px;
    }
}
@media only screen and (max-width: 1399px){
    
    .heading-text.style-one .heading{
        font-size: 165px;
    }
}
@media only screen and (max-width: 1199px){
    
    .heading-text.style-one .heading{
        font-size: 140px;
    }
}
@media only screen and (max-width: 1024px){

    .heading-text.style-one h2.heading{
        font-size: 105px;
    }
    .heading-text.style-one p.heading{
        font-size: inherit;
    }
}

@media only screen and (max-width: 767px){

    .heading-text.style-one h2.heading{
        font-size: 42px;
    }
}

/* Style Two */

.heading-text.style-two .heading{
    display: inline-block;
    border-bottom: 2px dotted #fff;
}

/* Style Three */

.heading-text.style-three .heading{
    text-decoration: underline wavy var(--text-color-3);
    text-decoration-thickness: 1px;
    margin-left: auto;
    margin-right: auto;
}
.heading-text.style-three.center{
    text-align: center;
}
.heading-text.style-three .heading sup{
    text-decoration: none;
}

@media only screen and (max-width: 767px) {

    .heading-text.style-three .heading{
        font-size: 26px;
    }
}

/* Style Four */

.heading-text.style-four.center{
    text-align: center;
}
.heading-text.style-four .heading{
  background-image: -webkit-linear-gradient(45deg, #C8C8C8 , #E5FF4E 100%);
  background-image: linear-gradient(45deg, #C8C8C8 , #E5FF4E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px){

    .heading-text.style-four .heading{
        font-size: 35px;
    }
}

/* Style Five */

.heading-text.style-five .heading {
  font-size: 486px;
  font-family: 'Satoshi-Bold';
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8;
  background-image: url('../img/text-bg.jpg');
  background-size: cover;
  background-position: center;
  
  /* Magic lines */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 1699px){

    .heading-text.style-five .heading{
        font-size: 337px;
    }
}
@media only screen and (max-width: 1199px){

    .heading-text.style-five .heading{
        font-size: 287px;
    }
}
@media only screen and (max-width: 1024px){

    .heading-text.style-five .heading{
        font-size: 215px;
    }
}
@media only screen and (max-width: 767px){

    .heading-text.style-five .heading{
        font-size: 90px;
    }
}

/* ------------------------
 Section Title
--------------------------- */

.section-title.style-one{
    margin-bottom: 0;
}
.section-title.style-one.center{
    text-align: center;
    margin: auto;
}
.section-title.style-one h2 {
    color: var(--text-color-1);
    margin-bottom: 40px;
    perspective: 400px;
}
.section-title.style-one p{
    color: var(--text-color-2);
    line-height: 1.8;
}
.section-title.style-one h2 span{
    position: relative;
    color: var(--text-color-3);
}
.section-title.style-one h2 .circle{
    position: relative;
    display: inline-block;
    animation: round 20s linear infinite;
}
.section-title.style-one h2 .circle::before{
    content: url(../img/icons/circle-shape.png);
}
.section-title.style-one.right{
    text-align: right;
    margin: 0 0 0 auto;
}
@media only screen and (max-width: 1199px){

    .section-title.style-one h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1024px){

    .section-title.style-one h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px){

    .section-title.style-one h2 {
        font-size: 30px;
    }
}

/* Style two */

.section-title.style-two{
    margin-bottom: 0;
}
.section-title.style-two.center{
    text-align: center;
    margin: auto;
}
.section-title.style-two h2 {
	color: var(--text-color-1);
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
    perspective: 500px;
}
.section-title.style-two p{
	color: var(--text-color-2);
    line-height: 1.8;
}
.section-title.style-two h2 span{
	position: relative;
    color: var(--text-color-2);
}

@media only screen and (max-width: 1024px){

    .section-title.style-two h2 {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px){

    .section-title.style-two h2 {
        font-size: 30px;
    }

}

/* ------------------------
 Section Subtitle
--------------------------- */

.section-subtitle.style-one.right{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.section-subtitle.style-one .line{
    height: 8px;
    width: 100%;
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
}
.section-subtitle.style-one .subtitle{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 22px;
    border: 1px solid #E4E4E4;
    border-radius: 30px;
    padding: 3px 24px 3px 38px;
    transform: rotate(35deg);
    flex-shrink: 0;
}
.section-subtitle.style-one .subtitle::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    height: 6px;
    width: 6px;
    background-color: var(--text-color-1);
    border-radius: 50%;
}
.section-subtitle.style-one .subtitle span{
    position: relative;
}
.section-subtitle.style-one.left{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}
.section-subtitle.style-one.left .subtitle{
    transform: rotate(-35deg);
}

@media only screen and (max-width: 767px){

    .section-subtitle.style-one .subtitle{
        transform: none;
    }
    .section-subtitle.style-one.left .subtitle{
        transform: rotate(0);
    }
}

/* Style Two */

.section-subtitle.style-two.right{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.section-subtitle.style-two .subtitle{
    position: relative;
    display: inline-block;
    color: #616161;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 22px;
    border: 1px solid #E4E4E4;
    border-radius: 30px;
    padding: 3px 24px 3px 38px;
    flex-shrink: 0;
}
.section-subtitle.style-two .subtitle::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    height: 6px;
    width: 6px;
    background-color: #616161;
    border-radius: 50%;
}
.section-subtitle.style-two .subtitle span{
    position: relative;
}
.section-subtitle.style-two.left{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 767px){

    .section-subtitle.style-two .subtitle{
        transform: none;
    }
}

/* ------------------------
 Brand
--------------------------- */

.brand.style-one{
    display: flex;
    gap: 50px;
    overflow: hidden;
}
.brand.style-one .marquee-item-box {
    display: flex;
    gap: 20px;
}
.brand.style-one .brand-item {
    position: relative;
    padding: 40px 120px 40px 28px;
    flex-shrink: 0;
}
.brand.style-one .brand-item::before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--text-color-1);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.brand.style-one .brand-item h2{
    font-size: 60px;
}
.brand.style-one .marquee-item-wrapper{
    flex-shrink: 0;
}
.brand.style-one:hover .marquee-item-wrapper {
    animation-play-state: paused;
}
.brand.style-one .marquee-item-wrapper {
    display: inline-block;
    animation: marquee-left 20s infinite linear;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 767px){

    .brand.style-one .brand-item{
        padding: 35px 20px 35px 40px;
    }
    .brand.style-one .brand-item h2{
        font-size: 40px;
    }
}

/* Style Two */

.brand.style-two{
    display: flex;
    gap: 44px;
    overflow: hidden;
}
.brand.style-two .marquee-item-box {
    display: flex;
    gap: 44px;
}
.brand.style-two .brand-item {
    position: relative;
    padding: 30px 32px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #fff;
}
.brand.style-two .brand-item img {
    min-width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}
.brand.style-two .brand-item h2{
    font-size: 60px;
    font-weight: 500;
}
.brand.style-two .marquee-item-wrapper{
    flex-shrink: 0;
}
.brand.style-two:hover .marquee-item-wrapper {
    animation-play-state: paused;
}
.brand.style-two .marquee-item-wrapper {
    display: inline-block;
    animation: marquee-left 20s infinite linear;
}

/* ------------------------
 Icon Box
--------------------------- */

.box-icon.style-one{
    display: flex;
}
.box-icon.style-one .icon{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--text-color-1);
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 40px;
    transition: 0.5s;
    z-index: 1;
}
.box-icon.style-one .icon::before{
    display: none;
}
.box-icon.style-one.yes .icon::before{
    display: block;
    content: "";
    position: absolute;
    height: 74px;
    width: 1px;
    background-color: #eee;
    top: calc(100% + 10px);
}
.box-icon.style-one .icon::after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}
.box-icon.style-one:hover .icon::after{
    transform: scale(1);
}
.box-icon.style-one .content .title{
    position: relative;
    margin: 0 0 12px;
    transition: 0.5s;
}
.box-icon.style-one .content .title::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: scaleY(-50%);
    transition: 0.5s;
}
.box-icon.style-one:hover .content .title{
    padding-left: 50px;
}
.box-icon.style-one:hover .content .title::before{
    width: 40px;
}
.box-icon.style-one .content .description{
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){

    .box-icon.style-one{
        margin-right: 20px;
    }
    .box-icon.style-one .icon{
        margin-right: 25px;
    }
    .box-icon.style-one:hover .content .title{
        padding-left: 0;
    }
    .box-icon.style-one .content .title::before{
        display: none;
    }
}

@media only screen and (max-width: 767px){

    .box-icon.style-one{
        flex-wrap: wrap;
    }
    .box-icon.style-one .icon{
        margin: 0 0 15px;
    }
    .box-icon.style-one.yes .icon::before{
        display: none;
    }
}

/* Style Two */

.box-icon.style-two{
    display: flex;
    gap: 16px;
    align-items: center;
}
.box-icon.style-two .title{
    color: var(--text-color-1);
    font-size: 18px;
    margin-bottom: 0;
}
.box-icon.style-two .description{
    margin-bottom: 0;
}
.box-icon.style-two .icon {
    color: var(--text-color-1);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--supporting-color);
    transition: 0.5s;
}

/* Style Three */

.box-icon.style-three{
    display: flex;
    gap: 16px;
}
.box-icon.style-three .title{
    color: var(--text-color-1);
    font-weight: 500;
    line-height: 1.1666666;
    margin-bottom: 7px;
}
.box-icon.style-three .icon {
    max-width: 64px;
    width: 100%;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #033f1b;
    filter: drop-shadow(5px 6px 16px rgba(175, 185, 179, 0.20));
    margin-top: 3px;
    transition: 0.5s;
}

/* ------------------------
 Experience Box
--------------------------- */

.experience-box.style-one .round-box-content {
   position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.experience-box.style-one .round-box-content .curved-circle {
   font-size: 13px;
   color: var(--text-color-2);
   font-weight: 400;
   text-transform: uppercase;
   animation: round 20s linear infinite;
}
.experience-box.style-one .round-box-content .curved-circle span{
    display: inline-block;
}
.experience-box.style-one .round-box-icon{
    position: absolute;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    font-size: 40px;
    z-index: 1;
}
.experience-box.style-one .round-box-icon::after {
   content: '';
   width: 90px;
   height: 90px;
   border-radius: 50%;
   border: 1px solid #e5e5e5;
   position: absolute;
   top: -6px;
   left: -6px;
   z-index: -1;
}

/* Style Two */

.experience-box.style-two{
    position: relative;
}
.experience-box.style-two .exp-year{
    font-size: 260px;
    font-weight: bold;
    font-family: 'Satoshi-Bold';
    color: var(--text-color-1);
    line-height: 0.75;
}
.experience-box.style-two .exp-text{
    position: absolute;
    display: inline-block;
    color: var(--text-color-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Satoshi-Medium';
    background-color: var(--main-color);
    padding: 8px 32px 8px 56px;
    border-radius: 30px;
    top: 50%;
    transform: rotate(-28deg) translateY(-50%);
    left: 13px;
}
.experience-box.style-two .exp-text::before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--text-color-1);
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
}

@media only screen and (max-width: 767px) {

    .experience-box.style-two .exp-year{
        font-size: 200px;
    }
    .experience-box.style-two .exp-text{
        font-size: 16px;
        left: 0;
    }
}

/* Style Three */

.experience-box.style-three{
    display: inline-block;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    padding: 40px 40px 40px;
    background-color: #fff;
}
.experience-box.style-three .exp-year{
    color: var(--text-color-1);
    font-size: 160px;
    font-weight: bold;
    line-height: 1.2;
}
.experience-box.style-three .exp-year span{
    color: var(--text-color-3);
    font-size: 80px;
    font-weight: 500;
}
.experience-box.style-three .exp-text{
    color: var(--text-color-3);
    font-size: 40px;
}

@media only screen and (max-width: 767px) {

    .experience-box.style-three .exp-year{
        font-size: 100px;
    }
    .experience-box.style-three .exp-year span{
        font-size: 50px;
    }
    .experience-box.style-three .exp-text{
        font-size: 24px;
    }
}

/* ------------------------
 Experience List
--------------------------- */

.experience-list.style-one .exp-item{
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 70px;
}
.experience-list.style-one .exp-item:last-child{
    margin-bottom: 0;
}
.experience-list.style-one .exp-item .icon{
    height: 72px;
    width: 72px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #3D3D3D;
    border-radius: 16px;
}
.experience-list.style-one .exp-item .year{
    color: #fff;
    margin-bottom: 4px;
}
.experience-list.style-one .exp-item .company{
    color: #fff;
    margin-bottom: 0;
}
.experience-list.style-one .exp-item .company span{
    color: var(--main-color);
}

@media only screen and (max-width: 1024px) {

    .experience-list.style-one{
        display: flex;
        flex-wrap: wrap;
    }
    .experience-list.style-one .exp-item{
        width: 50%;
    }
    .experience-list.style-one .exp-item:last-child {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {

    .experience-list.style-one{
        display: block;
    }
    .experience-list.style-one .exp-item{
        width: 100%;
    }
    .experience-list.style-one .exp-item:last-child {
        margin-bottom: 0;
    }
}

/* ------------------------
 Single Image
--------------------------- */

.image-box.style-one{
    font-size: 0;
    border: 1px solid #E4E4E4;
    border-radius: 300px;
    display: inline-block;
    padding: 38px;
}
.image-box.style-one .image{
    position: relative;
    display: inline-block;
    border-radius: 250px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    background: #D9D9D9;
}
.image-box.style-one .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image-box.style-one .image .image-wrap{

}
.image-box.style-one .overlay-top,
.image-box.style-one .overlay-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: 2;
}
.image-box.style-one .overlay-top {
    top: 0;
}
.image-box.style-one .overlay-bottom {
    bottom: 0;
}

@media only screen and (max-width: 767px) {

    .image-box.style-one .about-right-image{
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Style Two */

.image-box.style-two{
    position: relative;
}
.image-box.style-two .image{
    overflow: hidden;
}
.image-box.style-two .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

@media only screen and (max-width: 767px) {

    .image-box.style-two .about-right-image{
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Style Three */

.image-box.style-three{
    position: relative;
}
.image-box.style-three .image{
    overflow: hidden;
}
.image-box.style-three .plane {
    position: absolute;
    left: 100px;
    top: 100px;
    animation: plane 2s linear infinite alternate;
}
@keyframes plane{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(10deg);
    }
}
.image-box.style-three .gallery {
    position: absolute;
    left: 100px;
    top: 210px;
    animation: gallery 10s linear infinite;
}
@keyframes gallery{
    0%{
        transform: rotate(380deg);
    }
    100%{
        transform: rotate(0);
    }
}
.image-box.style-three .experience-right-bg{
    position: absolute;
    right: 45px;
    bottom: -70px;
}
.image-box.style-three .experience-bottom-image{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -50px;
}
.image-box.style-three .experience-bottom-image{
    position: relative;
}
.image-box.style-three .experience-bottom-image img{
    border-radius: 8px;
}

@media only screen and (max-width: 767px){

    .image-box.style-three .experience-bottom-image{
        margin-top: 0;
    }
    .image-box.style-three .experience-right-bg{
        display: none;
    }
}

/* Style Four */

.image-box.style-four .image img{
    border-radius: 16px;
}
.image-box.style-four{
    position: relative;
}
.image-box.style-four .circuler-box{
    position: absolute;
    top: 0;
    left: 76px;
    width: 198px;
    height: 270px;
    background-color: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.image-box.style-four .circuler-box .center-img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: auto;
    text-align: center;
}
.image-box.style-four .circuler-box .circle-img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 28px;
    animation: round 20s linear infinite;
}

@media only screen and (max-width: 767px){

    .image-box.style-four .circuler-box{
        position: static;
        height: auto;
        width: auto;
    }
    .image-box.style-four .circuler-box .center-img{
        position: relative;
    }
}

/* ------------------------
 Review Box
--------------------------- */

.rivew-box.style-one{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
.rivew-box.style-one .avater-image{
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 10px 14px;
}
.rivew-box.style-one .avater-image ul {
    display: flex;
}
.rivew-box.style-one .avater-image ul li:first-child {
    margin-left: 0;
}
.rivew-box.style-one .avater-image ul li {
    margin-left: -22px;
}
.rivew-box.style-one .avater-image ul li a img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.rivew-box.style-one .avater-image ul li .client-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    border: 2px solid #fff;
}
.rivew-box.style-one .contact{
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 13px 16px 13px 24px;
    text-align: left;
}
.rivew-box.style-one .icon i{
    font-size: 36px;
    transform: rotate(-35deg);
}
.rivew-box.style-one .icon{
    margin-right: 14px;
}
.rivew-box.style-one .text .title{
    margin-bottom: 0;
}
.rivew-box.style-one .text .number{
    color: var(--text-color-1);
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){

    .rivew-box.style-one{
        display: block;
        text-align: center;
    }
    .rivew-box.style-one .avater-image{
        display: inline-block;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){

    .rivew-box.style-one .avater-image ul li a img{
        height: 60px;
        width: 60px;
    }
    .rivew-box.style-one .avater-image ul li .client-icon{
        height: 60px;
        width: 60px;
    }
}

/* Style Two */

.review-box.style-two{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.review-box.style-two .avater-image{
    flex-shrink: 0;
}
.review-box.style-two .avater-image ul {
    display: flex;
}
.review-box.style-two .avater-image ul li:first-child {
    margin-left: 0;
}
.review-box.style-two .avater-image ul li {
    margin-left: -22px;
}
.review-box.style-two .avater-image ul li a img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.review-box.style-two .title{
    color: var(--text-color-3);
    margin-bottom: 0;
}

@media only screen and (max-width: 1520px){

    .review-box.style-two{
        display: block;
        margin-bottom: 80px;
    }
    .review-box.style-two .avater-image{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1024px){

    .review-box.style-two{
        display: block;
        margin-bottom: 0;
    }
    .review-box.style-two .avater-image{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px){

    .review-box.style-two .title{
        font-size: 20px;
    }
}

/* Style Three */

.review-box.style-three{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.review-box.style-three .avater-image{
    flex-shrink: 0;
}
.review-box.style-three .avater-image ul {
    display: flex;
}
.review-box.style-three .avater-image ul li:first-child {
    margin-left: 0;
}
.review-box.style-three .avater-image ul li {
    margin-left: -15px;
}
.review-box.style-three .avater-image ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.review-box.style-three .title{
    color: var(--text-color-3);
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){

    /*.review-box.style-three{
        display: block;
    }*/

}

@media only screen and (max-width: 767px){

    .review-box.style-three .title{
        font-size: 16px;
    }
}

/* ------------------------
 Team Member
--------------------------- */

.team-single.style-one{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.team-single.style-one .team-single-image-box{
    position: relative;
    display: inline-block;
    aspect-ratio: 486 / 661;
}
.team-single.style-one .team-single-image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-single.style-one .team-single-image-box .overlay-top,
.team-single.style-one .team-single-image-box .overlay-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: 2;
}
.team-single.style-one .team-single-image-box .overlay-top {
    top: 0;
}
.team-single.style-one .team-single-image-box .overlay-bottom {
    bottom: 0;
}
.team-single.style-one .team-single-content{
    width: 243px;
    padding: 12px 20px;
    border-radius: 16px;
    background: var(--white-color);
    position: absolute;
    left: 20px;
    bottom: 36px;
    transform: translate3d(0px, 100%, 0px) scale3d(0, 0, 1);
    transform-style: preserve-3d;
    transition: 0.5s;
}
.team-single.style-one:hover .team-single-content{
   transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1);
}
.team-single.style-one .team-single-content .name{
    color: var(--text-color-1);
    font-size: 18px;
    font-weight: 400;
}
.team-single.style-one .team-single-content .designation{
    color: var(--text-color-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){

    .team-single.style-one .team-single-content .name{
        font-size: 24px;
    }
    .team-single.style-one .team-single-content .designation{
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .team-single-image img{
        width: 100%;
        height: 236px;
    }
}

/* Style Two */

.team-single.style-two{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.team-single.style-two .team-single-image-box{
    position: relative;
}

.team-single.style-two .social-media{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 20px 13px;
    border-top-left-radius: 8px;
    z-index: 2;
    transition: 0.5s;
}
.team-single.style-two:hover .social-media{
    top: 53%;
}
.team-single.style-two .social-media ul{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.team-single.style-two .social-media ul li a {
    color: #616161;
    font-size: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.team-single.style-two .team-single-content{
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px 16px 24px;
    background-color: #fff;
    transition: 0.5s;
}
.team-single.style-two:hover .team-single-content{
    left: 0;
}
.team-single.style-two .team-single-content h6{
    color: var(--text-color-1);
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 0;
}
.team-single.style-two .team-single-content p{
    margin-bottom: 0;
}

/* ------------------------
 Team Carousel
--------------------------- */

.team-list.style-one{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: -260px;
    margin-top: 182px;
}
.team-list.style-one .team-bio {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.team-list.style-one .team-bio .title {
  display: none;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s ease;
}
.team-list.style-one .team-bio .title.active {
    display: inline-block;
}
.team-list.style-one .team-bio .title .designation{
    color: var(--text-color-3);
}
.team-list.style-one .team-bio .title .social-links{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}
.team-list.style-one .team-bio .title .social-links a{
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
    color: var(--text-color-3);
}
.team-list.style-one .team-bio .title .social-links a:hover{
    color: var(--text-color-1);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.team-list.style-one .frame {
  width: 900px;
  height: 900px;
  border-radius: 100%;
  transition: 1.5s;
  position: relative;
  border: 1px solid #cacaca;
}
.team-list.style-one .frame .item {
    position: absolute;
    cursor: pointer;
}
.team-list.style-one .frame .item img{
    width: 238px;
    height: 238px;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.5s;
}
.team-list.style-one .item1 { transform: translate(-119px, -100px); }
.team-list.style-one .item2 { transform: translate(-555px, 330px); }
.team-list.style-one .item3 { transform: translate(-122px, 750px); }
.team-list.style-one .item4 { transform: translate(317px, 330px); }

.team-list.style-one .rotator {
    transition: transform 1.5s ease;
}

.team-list.style-one .frame .circle-2{
    position: absolute;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    border: 1px solid #cacaca;
    border-radius: 50%;
    top: 40px;
    left: 40px;
}
.team-list.style-one .frame .circle-3{
    position: absolute;
    height: calc(100% + 80px);
    width: calc(100% + 80px);
    border: 1px solid #cacaca;
    border-radius: 50%;
    top: -40px;
    left: -40px;
}
.team-list.style-one .item .team-image{
    transition: 0.5s;
}
.team-list.style-one .item.active .team-image{
    transform: scale(1.7);
}



.team-list.style-one .team-info{
    display: none;
}
.team-list.style-one .team-info .title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  transition: 0.4s ease;
}
.team-list.style-one .team-info .title.active {
    display: inline-block;
}
.team-list.style-one .team-info .title .designation{
    color: var(--text-color-3);
}
.team-list.style-one .team-info .title .social-links{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.team-list.style-one .team-info .title .social-links a{
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
    color: var(--text-color-3);
}
.team-list.style-one .team-info .title .social-links a:hover{
    color: var(--text-color-1);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media only screen and (max-width: 1130px) {

    .team-list.style-one{
        margin: 0 0 170px;
    }
    .team-list.style-one .team-bio{
        top: 40%;
    }
    .team-list.style-one .team-bio .name{
        font-size: 30px;
    }
    .team-list.style-one .team-bio .title .designation{
        font-size: 20px;
    }
    .team-list.style-one .team-bio .title .social-links{
        gap: 10px;
    }
    .team-list.style-one .item.active .team-image{
        transform: none;
    }

    .team-list.style-one .frame{
        height: 600px;
        width: 600px;
    }
    .team-list.style-one .item1 { transform: translate(-121px, -70px); }
    .team-list.style-one .item2 { transform: translate(-369px, 179px); }
    .team-list.style-one .item3 { transform: translate(-122px, 430px); }
    .team-list.style-one .item4 { transform: translate(131px, 180px); }
}
@media only screen and (max-width: 767px) {

    .team-list.style-one{
        margin: 0;
    }
    .team-list.style-one .team-bio{
        display: none;
    }
    .team-list.style-one .frame{
        height: auto;
        width: auto;
        border: none;
    }
    .team-list.style-one .frame .circle-2{
        display: none;
    }
    .team-list.style-one .frame .circle-3{
        display: none;
    }
    .team-list.style-one .frame .item{
        transform: none;
        position: static;
        margin-bottom: 40px;
    }
    .team-list.style-one .team-info{
        display: block;
        margin-top: 10px;
    }
    .team-list.style-one .team-info .name{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .team-list.style-one .team-info .designation{
        font-size: 18px;
    }
}

/* ------------------------
 Accordion
--------------------------- */

.faq-accordion.style-one .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid #E5E5E5;
}
.faq-accordion.style-one .accordion-button:focus {
    border-color: #E5E5E5 !important;
    box-shadow: none !important;
}
.faq-accordion.style-one .accordion{
   display: flex;
   flex-direction: column;
   gap: 32px;
}
.faq-accordion.style-one .accordion-item{
   border-radius: 16px !important;
   overflow: hidden;
   border: 1px solid #E5E5E5 !important;
}
.faq-accordion.style-one .accordion-item .accordion-body p{
    font-size: 16px;
}
.faq-accordion.style-one .accordion-button{
   padding: 17.5px 0 !important;
   margin: 0 24px;
   width: 93.5% !important;
   font-size: 18px !important;
   line-height: 30px !important;
   color: var(--text-color-1) !important;
}
.faq-accordion.style-one .accordion-button::after{
   display: none;
}

/* Style Two */

.faq-accordion.style-two .accordion-item{
   border-radius: 8px !important;
   overflow: hidden;
   background-color: #F2F2F2;
   border: 0;
}
.faq-accordion.style-two .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
}
.faq-accordion.style-two .accordion-button:focus {
    border-color: #E5E5E5 !important;
    box-shadow: none !important;
}
.faq-accordion.style-two .accordion{
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.faq-accordion.style-two .accordion-item .accordion-body{
    padding: 0 24px 29px;
}
.faq-accordion.style-two .accordion-item .accordion-body p{
    margin: 0;
}
.faq-accordion.style-two .accordion-button{
   padding: 17.5px 0 !important;
   margin: 0 24px;
   width: 93.5% !important;
   font-size: 24px;
   line-height: 30px !important;
   color: var(--text-color-1) !important;
   background-color: transparent;
}
.faq-accordion.style-two .accordion-button::after{
   display: none;
}

@media only screen and (max-width: 767px) {

    .faq-accordion.style-two .accordion-button{
        font-size: 18px;
    }
}

/* ------------------------
 Single Button
--------------------------- */

.single-btn.style-one .button{
    color: var(--text-color-3);
    text-align: center;
    height: 200px;
    width: 200px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    background-color: transparent;
    padding: 40px;
    transition: none;
}
.single-btn.style-one .button:hover{
    color: var(--text-color-1);
}
.single-btn.style-one .button img{
    margin-bottom: 8px;
}
.single-btn.style-one .button span{
    background-color: var(--main-color);
}

/* Style Two */

.single-btn.style-two .button {
    display: inline-flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--text-color-1);
    text-transform: uppercase;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    background-color: var(--main-color);
    border-radius: 50px;
}

.single-btn.style-two .button .btn-icon{
    position: relative;
    display: inline-flex;
    transform: rotate(-45deg);
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.single-btn.style-two .button .btn-icon .icon-first {
    color: var(--text-color-1);
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-two .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-200%);
  transition: all 0.3s ease-out 0s;
  color: var(--text-color-1);
}
.single-btn.style-two .button:hover .icon-first {
  transform: translateX(200%);
}
.single-btn.style-two .button:hover .icon-second {
  transform: translateX(0%);
}
.single-btn.style-two .button i{
  display: inline-block;
}

@media only screen and (max-width: 767px) {

    .single-btn.style-two .button{
        font-size: 14px;
        padding: 10px 24px;
    }
}

/* Style Three */

.single-btn.style-three .button{
    position: relative;
    color: var(--text-color-3);
    height: 474px;
    width: 474px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed #3D3D3D;
    border-radius: 50%;
    padding: 100px;
    background: linear-gradient(180deg, #464545 0%, #000000 100%);
    transition: background 0.5s ease;
}
/*.single-btn.style-three .button:hover{*/
/*    background: linear-gradient(180deg, var(--main-color) 0%, var(--main-color) 100%);*/
/*}*/
.single-btn.style-three .button::before{
    content: "";
    position: absolute;
    background: var(--main-color);
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.single-btn.style-three .button:hover::before{
    opacity: 1;
}
.single-btn.style-three .button .additional-text{
    position: relative;
    color: #9A9A9A;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 60px;
    transition: 0.5s;
}
.single-btn.style-three .button .btn-text{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 80px;
    line-height: 1.1;
    transition: 0.5s;
}
.single-btn.style-three .button .btn-text i{
    color: var(--main-color);
    transform: rotate(-45deg);
    margin-left: 40px;
    transition: 0.5s;
}
.single-btn.style-three .button:hover .additional-text{
    color: var(--text-color-1);
}
.single-btn.style-three .button:hover .btn-text{
    color: var(--text-color-1);
}
.single-btn.style-three .button:hover .btn-text i{
    color: var(--text-color-1);
}

@media only screen and (max-width: 1599px) {

    .single-btn.style-three .button{
        height: 350px;
        width: 350px;
        padding: 70px;
    }
    .single-btn.style-three .button .additional-text{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .single-btn.style-three .button .btn-text{
        font-size: 50px;
    }
    .single-btn.style-three .button .btn-text i{
        font-size: 30px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .single-btn.style-three .button{
        height: 300px;
        width: 300px;
        padding: 50px;
    }
    .single-btn.style-three .button .additional-text{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .single-btn.style-three .button .btn-text{
        font-size: 40px;
    }
    .single-btn.style-three .button .btn-text i{
        font-size: 30px;
        margin-left: 20px;
    }
}

/* Style Four */

.single-btn.style-four .button {
    display: inline-flex;
}
.single-btn.style-four .button .button-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;
    color: #fff;
    padding: 0 32px;
    border-radius: 50px;
    background-color: var(--text-color-1);
    font-size: 16px;
    text-transform: capitalize;
    height: 50px;
}
.single-btn.style-four .button .main-text {
    transition: all 0.3s ease-out 0s;
}
.single-btn.style-four .button .hover-text {
    position: absolute;
    transform: translateY(140%);
    transition: all 0.3s ease-out 0s;
}
.single-btn.style-four .button:hover .main-text {
  transform: translateY(-140%);
}
.single-btn.style-four .button:hover .hover-text {
  transform: translateY(0%);
}
.single-btn.style-four .button:hover .button-text{
  background-color: var(--main-color);
}
.single-btn.style-four .button .button-icon {
    border: 2px solid var(--text-color-1);
    background-color: var(--supporting-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -8px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2;
}

/* ------------------------
 Download Button
--------------------------- */

.app-icon{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 21px;
}
.app-icon a{
    position: relative ;
    overflow: hidden;
}
.app-icon a::after{
    content: '';
    width: 70px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -100%;
    top: 0;
    transition: 0.5s;
}
.app-icon a:hover:after{
    left: 100%;
}

/* ------------------------
 Counter
--------------------------- */

.single-counter.style-one{
    display: flex;
}
.single-counter.style-one .counter-box{
    display: flex;
    align-items: center;
}
.single-counter.style-one .counter-box h5,
.single-counter.style-one .counter-box .odometer-text {
    color: var(--text-color-1);
    font-size: 80px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}
.single-counter.style-one .text {
    color: var(--text-color-1);
    font-size: 32px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 12px;
}
.single-counter.style-one .description{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px){

    .single-counter.style-one .counter-box h5,
    .single-counter.style-one .counter-box .odometer-text{
        font-size: 60px;
    }
    .single-counter.style-one .text{
        font-size: 24px;
    }
    .single-counter.style-one .description{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){

    .single-counter.style-one .counter-box h5,
    .single-counter.style-one .counter-box .odometer-text{
        font-size: 50px;
    }
}

/* Style Two */

.single-counter.style-two {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3D3D3D;
    padding: 60px;
    border-radius: 50%;
    aspect-ratio: 400 / 400;
}
.single-counter.style-two .wrapper{
    text-align: center;
}
.single-counter.style-two .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.single-counter.style-two .counter-box h2 {
    color: #fff;
}
.single-counter.style-two .text {
    color: var(--text-color-2);
    font-size: 18px;
    margin: 0;
}

@media only screen and (max-width: 1399px){

    .single-counter.style-two{
        padding: 40px;
    }
    .single-counter.style-two .counter-box h2{
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px){

    .single-counter.style-two{
        padding: 40px;
    }
}

/* ------------------------
 Social Link
--------------------------- */

.social-link.style-one{
    text-align: center;
}
.social-link.style-one .image a{
    border-radius: 8px;
    overflow: hidden;
}
.social-link.style-one .image img{
    transition: 0.5s;
}
.social-link.style-one:hover .image img{
    transform: scale(1.05) rotate(2deg);
}
.social-link.style-one .title{
    margin-bottom: 4px;
}
.social-link.style-one .description{
    color: var(--text-color-3);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 44px;
}

@media only screen and (max-width: 1024px){

    .social-link.style-one .title{
        font-size: 32px;
    }
    .social-link.style-one .description{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px){

    .social-link.style-one{
        display: block;
        margin-bottom: 30px;
    }
    
}

/* ------------------------
 Feature Box
--------------------------- */

.feature-box.style-one{
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 40px;
}
.feature-box.style-one .icon{
    margin-bottom: 24px;
}
.feature-box.style-one .title{
    margin-bottom: 16px;
}
.feature-box.style-one .description{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){

    .feature-box.style-one{
        display: block;
        margin-bottom: 30px;
    }
}

/* ------------------------
 Feature List
--------------------------- */

.features-list .feature-title span{
    color: var(--text-color-2);
}
.features-list.style-one{
    position: relative;
    /*display: flex;
    flex-direction: column;
    gap: 40px;*/
}
.features-list.style-one .feature-left .button-area{
    position: relative;
}
.features-list.style-one .feature-left .shape{
    position: relative;
    margin-top: 120px;
}
.features-list.style-one .feature-left .shape::before{
    content: url(../img/feature1-shape.png);
}
.features-list.style-one .view-all{
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.features-list.style-one .view-all a{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: var(--text-color-1);
    padding: 16px 40px;
    border-radius: 60px;
    transform: rotate(-32deg);
}
.features-list.style-one .view-all a:hover{
    background-color: var(--main-color);
}
.features-list.style-one .view-all a i {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    color: #0A0A0A;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 10px;
}
.features-list.style-one .stack-item{
    position: absolute;
    padding-bottom: 30px;
}
.features-list.style-one .feature-item{
    background-color: #f7f7f7;
    padding: 40px 40px 40px;
    width: 540px;
    border-radius: 16px;
    text-align: left;
    margin-bottom: 40px;
    z-index: 2;
}
.features-list.style-one .feature-item.item-2{
    margin-left: 285px;
}
.features-list.style-one .feature-item.item-4{
    margin-left: 285px;
}
.features-list.style-one .feature-item .box-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.features-list.style-one .feature-item .box-head .number {
    display: inline-block;
    color: #0A0A0A;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-one .feature-item .box-head .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--text-color-1);
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-one .feature-item .title{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
}
.features-list.style-one .feature-item .description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

@media only screen and (max-width: 1680px) {

    .features-list.style-one .feature-item.item-2{
        margin-left: 0;
    }
    .features-list.style-one .feature-item.item-4{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1199px) {

    .features-list.style-one .feature-item{
        width: 450px;
    }
}
@media only screen and (max-width: 1024px) {

    .features-list.style-one .feature-title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {

    .features-list.style-one .feature-item{
        width: 350px;
        padding: 40px 30px 40px;
    }
}
@media only screen and (max-width: 767px) {

    .features-list.style-one .feature-title{
        font-size: 30px;
    }
    .features-list.style-one .feature-left .shape{
        display: none;
    }
    .features-list.style-one .view-all{
        position: static;
    }
    .features-list.style-one .view-all a{
        font-size: 16px;
        transform: rotate(0);
        padding: 12px 32px;
    }
    .features-list.style-one .feature-item{
        width: 100%;
    }
    .features-list.style-one .feature-item.item-2{
        margin-left: 0;
    }
    .features-list.style-one .feature-item.item-4{
        margin-left: 0;
    }
    .features-list.style-one .feature-left .button-area{
        margin: 30px 0;
    }
}

/* Style Two */

.features-list.style-two{
    position: relative;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
}
.features-list.style-two .border-one{
    position: relative;
    height: 820px;
    width: 820px;
    border: 1px solid #ECEDEC;
    border-radius: 50%;
    padding: 42px;
}
.features-list.style-two .border-one .dot1{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 20s linear infinite;
}
.features-list.style-two .border-one .dot1:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.features-list.style-two .border-two{
    position: relative;
    /*height: 734px;
    width: 734px;*/
    height: 100%;
    width: 100%;
    border: 1px solid #ECEDEC;
    border-radius: 50%;
    padding: 42px;
}
.features-list.style-two .border-one .dot2{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 20s linear infinite;
}
.features-list.style-two .border-one .dot2:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.features-list.style-two .circle-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #F7F7F7;
    border: 1px solid #ECEDEC;
}
.features-list.style-two .circle-center .title{
    color: var(--text-color-1);
    font-size: 60px;
    text-transform: uppercase;
}
.features-list.style-two .circle-center span{
    color: var(--text-color-2);
    display: block;
    margin-bottom: 10px;
}
.features-list.style-two .feature-item{
    background-color: #f7f7f7;
    padding: 40px 40px 40px;
    position: absolute;
    width: 540px;
    border-radius: 16px;
    text-align: left;
    z-index: 2;
    /*opacity: 0;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.features-list.style-two .feature-item .box-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.features-list.style-two .feature-item .box-head .number {
    display: inline-block;
    color: #0A0A0A;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-two .feature-item .box-head .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--text-color-1);
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-two .feature-item .title{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
}
.features-list.style-two .feature-item .description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); /* Completes a full rotation */
  }
}
@media only screen and (max-width: 1129px) {

    .features-list.style-two{
        display: block;
    }
    .features-list.style-two .border-one {
        height: auto;
        width: auto;
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    .features-list.style-two .border-one .dot1{
        display: none;
    }
    .features-list.style-two .border-two {
        height: auto;
        width: auto;
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    .features-list.style-two .border-one .dot2{
        display: none;
    }
    .features-list.style-two .circle-center {
        display: block;
        height: auto;
        width: auto;
        border-radius: 0;
        background-color: #fff;
        border: 0;
    }
    .features-list.style-two .circle-center .title{
        font-size: 40px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    .features-list.style-two .circle-center span{
        display: inline-block;
    }
    .features-list.style-two .item-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .features-list.style-two .feature-item{
        position: static;
        transform: translate(0);
        width: calc(50% - 15px);
    }

}

@media only screen and (max-width: 767px) {

    .features-list.style-two .circle-center .title{
        font-size: 30px;
    }
    .features-list.style-two .feature-item{
        width: 100%;
    }
}

/* Style Three */

.features-list.style-three{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1041px;
}
.features-list.style-three .section-title{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--text-color-1);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}
.features-list.style-three .section-title span{
    color: var(--text-color-2);
}
.features-list.style-three .border-one{
    height: 500px;
    width: 500px;
    border: 1px solid #ECEDEC;
    border-radius: 50%;
    padding: 48px;
    position: absolute;
    left: 338px;
    top: 112px;
}
.features-list.style-three .border-one .dot1{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 18s linear infinite;
}
.features-list.style-three .border-one .dot1:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.features-list.style-three .border-two{
    position: relative;
    /*height: 734px;
    width: 734px;*/
    height: 100%;
    width: 100%;
    border: 1px solid #ECEDEC;
    border-radius: 50%;
    padding: 42px;
}
.features-list.style-three .border-two .dot2{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 18s linear infinite;
}
.features-list.style-three .border-two .dot2:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}
.features-list.style-three .circle-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ECEDEC;
}
.features-list.style-three .circle-center h2{
    color: #8f8f8f;
    font-size: 60px;
}
.features-list.style-three .circle-center span{
    color: #0a0a0a;
    display: block;
    margin-bottom: 10px;
}
.features-list.style-three .feature-item{
    background-color: #f7f7f7;
    padding: 40px 40px 40px;
    position: absolute;
    width: 540px;
    border-radius: 16px;
    text-align: left;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.features-list.style-three .feature-item .box-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.features-list.style-three .feature-item .box-head .number {
    display: inline-block;
    color: #0A0A0A;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-three .feature-item .box-head .icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--text-color-1);
    border-radius: 50%;
    overflow: hidden;
}
.features-list.style-three .feature-item .title{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
}
.features-list.style-three .feature-item .description{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

@media only screen and (max-width: 1129px){

    .features-list.style-three{
        display: block;
        height: auto;
    }
    .features-list.style-three .section-title{
        position: static;
        margin-bottom: 50px;
    }
    .features-list.style-three .border-one{
        display: none;
    }
    .features-list.style-three .item-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .features-list.style-three .feature-item{
        position: static;
        transform: translate(0);
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 767px){

    .features-list.style-three .section-title{
        font-size: 30px;
    }
    .features-list.style-three .feature-item{
        width: 100%;
    }
}

/* ------------------------
 Adoption Box
--------------------------- */

.adoption-box.style-one{
    border-radius: 16px;
    background-color: #E5C6FF;
    padding-top: 40px;
}
.adoption-box.style-one .image{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.adoption-box.style-one .image .img-wrap{
    border: .4px solid #713edd52;
    border-right: none;
    border-radius: 120px 0 0 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 277px;
    aspect-ratio: 277 / 171;
    overflow: hidden;
}
.adoption-box.style-one .image .img-wrap img {
   border-radius: 120px 0 0 120px;
   width: 100%;
   max-width: 258px;
   aspect-ratio: 258 / 171;
   transition: 0.5s;
   transform-style: preserve-3d;
}
.adoption-box.style-one:hover img{
   transform: translate3d(-10px, 0px, 0px) scale3d(1.1, 1.1, 1); 
}
.adoption-box.style-one .content{
    padding: 12px 19px 37px 24px;
}
.adoption-box.style-one .content .designation{
    margin-bottom: 12px;
}
.adoption-box.style-one .content .description{
    font-size: 16px;
    color: #555555;
    margin-bottom: 32px;
}
.adoption-box.style-one .content .button{
    color: var(--text-color-1);
    text-decoration: underline;
}
.adoption-box.style-one .content .button:hover{
    color: var(--main-color);
}

/* Style Two */

.adoption-box.style-two{
    border-radius: 16px;
    background-color: #FFEC88;
    padding-top: 40px;
}
.adoption-box.style-two .image{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.adoption-box.style-two .image .img-wrap{
    border: .4px solid #713edd52;
    border-left: none;
    border-radius: 0 120px 120px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 277px;
    aspect-ratio: 277 / 171;
    overflow: hidden;
}
.adoption-box.style-two .image .img-wrap img {
   border-radius: 0 120px 120px 0;
   width: 100%;
   max-width: 258px;
   aspect-ratio: 258 / 171;
   transition: 0.5s;
   transform-style: preserve-3d;
}
.adoption-box.style-two:hover img{
   transform: translate3d( 0px, 0px, -10px) scale3d(1.2, 1.2, 1); 
}
.adoption-box.style-two .content{
    padding: 12px 19px 37px 24px;
}
.adoption-box.style-two .content .designation{
    margin-bottom: 12px;
}
.adoption-box.style-two .content .description{
    font-size: 16px;
    color: #555555;
    margin-bottom: 32px;
}
.adoption-box.style-two .content .button{
    color: var(--text-color-1);
    text-decoration: underline;
}
.adoption-box.style-two .content .button:hover{
    color: var(--main-color);
}

/* Style Three */

.adoption-box.style-three{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.adoption-box.style-three .content{
   position: absolute;
   display: flex;
   justify-content: space-between;
   align-items: center;
   left: 20px;
   bottom: -100%;
   width: 90%;
   padding: 18px 16px;
   border-radius: 8px;
   background: rgba(255, 255, 255, 0.8);
   transition: 0.5s;
   inset: auto auto 20px 50%;
   transform: translate3d(-50%, 120%, 0px) scale3d(0, 0, 1) ;
}
.adoption-box.style-three:hover .content{
   transform: translate3d(-50%, 0%, 0px) scale3d(1, 1, 1);
}
.adoption-box.style-three .content .icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.5s;
}
.adoption-box.style-three .content .icon a:hover{
    color: #fff;
    background-color: var(--main-color);
}

/* ------------------------
 Adoption Info
--------------------------- */

.adoption-info.style-one .title{
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.adoption-info.style-one .title .name{
    line-height: 1.5;
}
.adoption-info.style-one .title .designation{
    color: var(--text-color-2);
    font-size: 24px;
    margin-left: 16px;
}
.adoption-info.style-one .description{
    margin-bottom: 32px;
}
.adoption-info.style-one ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 32px;
}
.adoption-info.style-one ul li{
    color: #fff;
    font-size: 16px;
    background-color: var(--main-color);
    padding: 4px 20px;
    border-radius: 30px;
}
.adoption-info.style-one ul li:nth-child(even){
    color: var(--text-color-1);
    background-color: var(--supporting-color);
}
.adoption-info.style-one ul li span{
    font-size: 18px;
}

@media only screen and (max-width: 767px){

    .adoption-info.style-one .title .name{
        font-size: 30px;
    }
    .adoption-info.style-one .title .designation{
        font-size: 20px;
    }
    .adoption-info.style-one ul{
        column-gap: 20px;
        row-gap: 20px;
    }
}

/* ------------------------
 Service Box
--------------------------- */

.service-box.style-one{
    position: relative;
    text-align: center;
    border-radius: 16px;
    background-color: #F2F2F2;
    /*background-image: url(../img/bg/service-box-bg.png);*/
    padding: 60px 39px;
    overflow: hidden;
}
.service-box.style-one::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    transition: 0.5s;
}
.service-box.style-one:hover::before{
    width: 100%;
}
.service-box.style-one .icon{
    position: relative;
    height: 140px;
    width: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 32px;
}
.service-box.style-one .content{
    position: relative;
}
.service-box.style-one .content .title{
    font-size: 40px;
    margin-bottom: 38px;
}
.service-box.style-one .content .description{
    color: #616161;
    margin-bottom: 40px;
}
.service-box.style-one .content .button{
    display: inline-flex;
    color: #fff;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    background-color: #0A0909;
    padding: 12px 60px;
    border-radius: 50px;
}

@media only screen and (max-width: 1024px){

    .service-box.style-one{
        padding: 60px 30px;
    }
    .service-box.style-one .content .title{
        font-size: 30px;
    }
}

/* ------------------------
 Service List
--------------------------- */

.service-list.style-one{
    display: flex;
    gap: 134px;
}
.service-list.style-one .wrapper{
    width: 42%;
}
.service-list.style-one .lists{
   display: flex;
   flex-direction: column;
   border-left: 1px solid #e4e4e4;
}
.service-list.style-one .lists .item{
    position: relative;
   width: 100%;
   padding: 50px 0 50px 50px;
   border-bottom: 1px solid #E4E4E4;
}
.service-list.style-one .lists .item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 2px;
    background-color: var(--text-color-1);
    transition: 0.3s;
}
.service-list.style-one .lists .item.active-item::before{
    height: 60%;
}
.service-list.style-one .lists .item:last-child{
    border-bottom: none;
}
.service-list.style-one .lists .item a{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   color: var(--text-color-3);
   font-size: 32px;
   line-height: 1.5;
}
.service-list.style-one .lists .item .service-list-icon{
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
}
.service-list.style-one .image-box{
    position: relative;
    width: 58%;
    border-radius: 16px;
    overflow: hidden;
}
.service-list.style-one .image-box img{
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {

    .service-list.style-one{
        position: relative;
        gap: 0;
        flex-wrap: wrap;
    }
    .service-list.style-one .image-box{
        height: 400px;
        width: 100%;
    }
    .service-list.style-one .wrapper{
        width: 100%;
    }
    .service-list.style-one .lists .item{
        padding: 50px 0 50px 20px;
    }
    .service-list.style-one .lists .item a{
        font-size: 24px;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {

    .service-list.style-one{
        flex-wrap: wrap;
    }
    .service-list.style-one .wrapper{
        width: 100%;
    }
    .service-list.style-one .wrapper .title{
        font-size: 30px;
    }
    .service-list.style-one .image-box{
        display: none;
    }
}

/* Style Two */

.service-list.style-two{
    position: relative;
}
.service-list.style-two .swiper-slide{
    margin: 62px 0;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s;
}
.service-list.style-two .swiper-slide-active{
    transform: scale(1.4);
    z-index: 9;
}
.service-list.style-two .service-slider{
    max-width: 1080px;
}
.service-list.style-two .slide-item{
    position: relative;
    height: 311px;
    width: 398px;

}
.service-list.style-two .slide-item .image{
    height: 100%;
    width: 100%;
}
.service-list.style-two .slide-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-list.style-two .slide-item .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 24px;
}
.service-list.style-two .slide-item .content .category{
    display: none;
}
.service-list.style-two .slide-item .content .category span{
    color: var(--text-color-1);
    font-size: 14px;
    background-color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
}
.service-list.style-two .slide-item .content .title{
    color: var(--text-color-1);
    font-size: 20px;
    background-color: #fff;
    padding: 4px 52px;
    border-radius: 30px;
    display: none;
}
.service-list.style-two .swiper-slide-active .slide-item .content .category,
.service-list.style-two .swiper-slide-active .slide-item .content .title{
    display: inline-block;
}

.service-list.style-two .button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    text-transform: uppercase;
    padding-left: 56px;
}
.service-list.style-two .button-prev::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: var(--text-color-2);
    top: 50%;
    left: 0;
}
.service-list.style-two .button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    text-transform: uppercase;
    padding-right: 56px;
}
.service-list.style-two .button-next::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: var(--text-color-2);
    top: 50%;
    right: 0;
}
.service-list.style-two .swiper-pagination{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background-color: #1D1D1D;
    padding: 12px;
    border-radius: 30px;
    width: auto;
    left: inherit;
    bottom: inherit;
}
.service-list.style-two .swiper-pagination .swiper-pagination-bullet{
    height: 16px;
    width: 16px;
    background-color: #3D3D3D;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
    opacity: 1;
}
.service-list.style-two .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--main-color);
}

@media only screen and (max-width: 1199px) {

    .service-list.style-two .swiper-slide{
        margin: 0;
    }
    .service-list.style-two .service-slider {
        max-width: 100%;
    }
    .service-list.style-two .swiper-slide-active {
        transform: none;
    }
    .service-list.style-two .slide-item .content .category,
    .service-list.style-two .slide-item .content .title {
        display: inline-block;
    }
    .service-list.style-two .slide-item{
        height: auto;
        width: auto;
    }
    .service-list.style-two .button-prev,
    .service-list.style-two .button-next{
        display: none;
    }
}
@media only screen and (max-width: 767px) {

    .service-list.style-two .slide-item .content .title{
        font-size: 18px;
        padding: 4px 30px;
    }
}

/* Style Three */

.service-list.style-three .service-single-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1008px;
    border: 1px solid #E4E4E4;
    border-radius: 300px;
    background-color: #F2F2F2;
    margin-bottom: 40px;
    padding: 55px 40px 55px;
}
.service-list.style-three .service-single-item:last-child{
    margin-bottom: 0;
}
.service-list.style-three .service-single-item:nth-child(1){
    margin-left: auto;
}
.service-list.style-three .service-single-item:nth-child(2){
    margin-left: auto;
    margin-right: 220px;
}
.service-list.style-three .service-single-item:nth-child(3){
    margin-left: 220px;
    margin-right: auto;
}
.service-list.style-three .service-single-item:nth-child(4){
    margin-right: auto;
}
.service-list.style-three .service-single-item .left{
    display: flex;
    gap: 30px;
}
.service-list.style-three .service-single-item .image{
    position: absolute;
    max-width: 430px;
    bottom: 0px;
    left: -10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 9;
}
.service-list.style-three .service-single-item:hover .image{
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}
.service-list.style-three .service-single-item .image img{
    transform: rotate(-45deg);
}
/*.service-list.style-three .service-single-item:nth-child(1) .image{*/
/*    bottom: inherit;*/
/*    top: 90px;*/
/*}*/
/*.service-list.style-three .service-single-item:nth-child(1):hover .image{*/
/*    top: 30px;*/
/*}*/
.service-list.style-three .service-single-item .number{
    display: inline-block;
    color: var(--text-color-1);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid var(--text-color-2);
    border-radius: 50%;
    flex-shrink: 0;
}
.service-list.style-three .service-single-item .title{
    margin-bottom: 8px;
}
.service-list.style-three .service-single-item .description{
    margin-bottom: 0;
}

.service-list.style-three .service-single-item .button{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text-color-3);
}
.service-list.style-three .service-single-item .button .btn-icon{
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    height: 46px;
    width: 71px;
    justify-content: end;
    align-items: center;
}
.service-list.style-three .service-single-item .button .btn-icon::before{
    content: "";
    position: absolute;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid var(--text-color-2);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.service-list.style-three .service-single-item .button .btn-icon i{
    font-size: 40px;
}
.service-list.style-three .service-single-item .button .btn-icon .icon-first {
    color: var(--text-color-2);
  transition: all 0.3s ease-out 0s;
}
.service-list.style-three .service-single-item .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-200%);
  transition: all 0.3s ease-out 0s;
  color: var(--text-color-2);
}
.service-list.style-three .service-single-item .button:hover .icon-first {
  transform: translateX(200%);
}
.service-list.style-three .service-single-item .button:hover .icon-second {
  transform: translateX(0%);
}

@media only screen and (max-width: 1499px) {
    
    .service-list.style-three .service-single-item .image{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {

    .service-list.style-three .service-single-item:nth-child(2) {
        margin-right: auto;
    }
    .service-list.style-three .service-single-item:nth-child(3) {
        margin-left: auto;
    }
    .service-list.style-three .service-single-item .image{
        display: none;
    }
}
@media only screen and (max-width: 767px) {

    .service-list.style-three .service-single-item{
        display: block;
        border-radius: 16px;
        padding: 45px 30px 45px;
    }
    .service-list.style-three .service-single-item .left{
        display: block;
    }
    .service-list.style-three .service-single-item .image{
        display: none;
    }
    .service-list.style-three .service-single-item .number{
        margin-bottom: 30px;
    }
    .service-list.style-three .service-single-item .title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .service-list.style-three .service-single-item .description{
        margin-bottom: 40px;
    }
    .service-list.style-three .service-single-item:nth-child(2){
        margin-right: auto;
    }
    .service-list.style-three .service-single-item:nth-child(3){
        margin-left: auto;
    }
}

/* Style Four */

.service-list.style-four .service-item{
    border-top: 1px dashed #9A9A9A;
    padding: 40px 0 40px;
}
.service-list.style-four .service-item .serial{
    color: var(--text-color-3);
}
.service-list.style-four .service-item .content{
    max-width: 82%;
}
.service-list.style-four .service-item .title{
    margin-bottom: 36px;
}
.service-list.style-four .service-item .title a{
    display: inline;
    color: var(--text-color-1);
    background: linear-gradient(to bottom, #110F0F 0, #110F0F 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.service-list.style-four .service-item .title a:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}
.service-list.style-four .service-item .content .post-tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 136px;
}
.service-list.style-four .service-item .content .post-tags li{
    display: inline-block;
    color: var(--text-color-1);
    font-size: 20px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    border: 1px solid #E4E4E4;
    border-radius: 60px;
    padding: 5px 32px;
}
.service-list.style-four .service-item .thumbnail img{
    border-radius: 8px;
    aspect-ratio: 540 / 237;
}

@media only screen and (max-width: 1199px) {

    .service-list.style-four .service-item .content{
        max-width: 90%;
    }
    .service-list.style-four .service-item .title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {

    .service-list.style-four .service-item .serial{
        margin-bottom: 10px;
    }
    .service-list.style-four .service-item .thumbnail{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {

    .service-list.style-four .service-item .content{
        max-width: 100%;
    }
    .service-list.style-four .service-item .title{
        font-size: 30px;
    }
}

/* Style Five */

.service-list.style-five {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   justify-content: center;
}
.service-list.style-five .service-item {
   flex: 1;
   min-width: 220px;
   transition: flex 0.4s ease, transform 0.4s ease;
   border-radius: 12px;
   overflow: hidden;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}
.service-list.style-five .service-item.sActive {
   flex: 2;
   z-index: 2;
}
.service-list.style-five .service-item-frontend,
.service-list.style-five .service-item-backend {
   width: 100%;
   /*min-height: 519px;*/
   height: 519px;
   text-align: center;
   transition: opacity 0.5s ease;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.service-list.style-five .service-item-backend{
   text-align: left;
   align-items: flex-start;
   justify-content: space-between;
   opacity: 0;
   position: relative;
   pointer-events: none;
   transition-delay: 0s;
}
.service-list.style-five .service-item-backend p{
   margin-bottom: 0;
}
.service-list.style-five .service-item-frontend {
   position: absolute;
   inset: 0;
   background: var(--white-color);
   gap: 18px;
   padding: 30px 20px;
   opacity: 1;
   pointer-events: auto;
   transition: opacity 0.2s ease;
}
.service-list.style-five .service-item-frontend .service-border{
    height: 50%;
    width: 1px;
    background: linear-gradient(180deg,rgba(113, 62, 221, 1) 0%, rgba(113, 62, 221, 0) 100%);
}
.service-list.style-five .service-item.sActive .service-item-frontend {
   opacity: 0;
   display: none;
   pointer-events: none;
   transition: opacity 0.2s ease;
   transition-delay: 0s;
}
.service-list.style-five .service-item.sActive .service-item-backend {
   opacity: 1;
   pointer-events: auto;
   position: relative;
   transition-delay: 0.2s;
}

.service-list.style-five .frontend-icon {
   width: 24px;
   height: 24px;
}
.service-list.style-five .frontend-icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.service-list.style-five .frontend-title {
   font-size: 24px;
   font-weight: 400;
   line-height: 40px;
   margin: 0;
   writing-mode: vertical-rl;
   text-orientation: mixed;
   flex-shrink: 0;
}

.service-list.style-five .service-backend-title {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 16px;
   width: 100%;
}
.service-list.style-five .service-backend-title a {
    color: var(--text-color-1);
   font-size: 22px;
   font-weight: 500;
   white-space: nowrap;
}
.service-list.style-five .service-backend-title .service-border{
    height: 1px;
    width: 50%;
    background: linear-gradient(90deg,rgba(113, 62, 221, 1) 0%, rgba(113, 62, 221, 0) 100%);
}

.service-list.style-five .service-btn {
   margin: 32px 0 43px;
}
.service-list.style-five .service-btn .button {
    display: inline-flex;
}
.service-list.style-five .service-btn .button .button-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;
    color: #fff;
    padding: 0 32px;
    border-radius: 50px;
    background-color: var(--text-color-1);
    font-size: 16px;
    text-transform: capitalize;
    height: 50px;
}
.service-list.style-five .service-btn .button .main-text {
    transition: all 0.3s ease-out 0s;
}
.service-list.style-five .service-btn .button .hover-text {
    position: absolute;
    transform: translateY(140%);
    transition: all 0.3s ease-out 0s;
}
.service-list.style-five .service-btn .button:hover .main-text {
  transform: translateY(-140%);
}
.service-list.style-five .service-btn .button:hover .hover-text {
  transform: translateY(0%);
}
.service-list.style-five .service-btn .button:hover .button-text{
  background-color: var(--main-color);
}
.service-list.style-five .service-btn .button .button-icon {
    border: 2px solid var(--text-color-1);
    background-color: var(--supporting-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -8px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2;
}

.service-list.style-five .backend-image {
   position: relative;
   width: 100%;
   aspect-ratio: 487/267;
   border-radius: 12px;
   overflow: hidden;
}
.service-list.style-five .backend-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 12px;
   display: block;
   z-index: 1;
}

@media only screen and (max-width: 767px){

    .service-list.style-five .service-item{
        flex: 2 2 100%;
        min-width: auto;
    }
    .service-list.style-five .service-item-frontend{
        display: none;
    }
    .service-list.style-five .service-item-backend{
        opacity: 1;
        text-align: center;
        justify-content: center;
        height: auto;
    }
}

/* ------------------------
 Service Details Tab
--------------------------- */

.service-single-tab .nav-tabs {
    display: inline-flex;
    column-gap: 80px;
    row-gap: 20px;
    margin-bottom: 60px;
}
.service-single-tab .nav-link{
   border: none;
   border-bottom: 1px transparent;
   color: var(--text-color-2);
   font-size: 24px;
   font-weight: 400;
   line-height: 170%;
}
.service-single-tab .nav-link:hover{
    color: var(--main-color);
}
.service-single-tab .nav-tabs .nav-link:focus,
.service-single-tab .nav-tabs .nav-link:hover {
   border: none;
}
.service-single-tab .nav-tabs .nav-item.show .nav-link,
.service-single-tab .nav-tabs .nav-link.active {
   color: var(--main-color);
   background-color: transparent;
   border-color: var(--main-color);
   border: none;
   border-bottom: 1px solid var(--main-color);
}
.service-single-tab .tab-content h2,
.service-single-tab .tab-content h3,
.service-single-tab .tab-content h4,
.service-single-tab .tab-content h5{
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {

    .service-single-tab .nav-tabs {
        column-gap: 40px;
    }
    .service-single-tab .nav-link{
        font-size: 20px;
    }
}

/* ------------------------
 Portfolio Grid
--------------------------- */

.portfolio-grid.style-one {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-gap: 30px;
}
.portfolio-grid.style-one .portfolio-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.portfolio-grid.style-one .portfolio-item:nth-child(2) { grid-area: 2 / 2 / 3 / 3; }
.portfolio-grid.style-one .portfolio-item:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.portfolio-grid.style-one .portfolio-item:nth-child(4) { grid-area: 3 / 3 / 4 / 4; }

.portfolio-grid.style-one .portfolio-item .thumbnail{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.portfolio-grid.style-one .portfolio-item .thumbnail img{
    aspect-ratio: 540 / 607;
    object-fit: cover;
}
.portfolio-grid.style-one .portfolio-item .title{
    color: #fff;
    margin-top: 32px;
}
.portfolio-grid.style-one .portfolio-item .portfolio-categories{
    position: absolute;
    display: flex;
    gap: 20px;
    left: 24px;
    bottom: 24px;
}
.portfolio-grid.style-one .portfolio-item .portfolio-categories li{
    color: #fff;
    text-transform: uppercase;
    background-color: var(--text-color-1);
    border-radius: 8px;
    padding: 8px 32px;
}
.portfolio-grid.style-one .btn-area{
    position: absolute;
    right: 122px;
    top: 0;
    height: 400px;
    width: 400px;
}
.portfolio-grid.style-one .read-more-btn{
    color: var(--text-color-1);
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    border-radius: 50%;
    padding: 40px;
    text-align: center;
    transition: none;
}
.portfolio-grid.style-one .read-more-btn img{
    filter: brightness(0);
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {

    .portfolio-grid.style-one{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .portfolio-grid.style-one .portfolio-item{
        width: calc(50% - 10px);
    }
    .portfolio-grid.style-one .portfolio-item .portfolio-categories{
        gap: 15px;
    }
    .portfolio-grid.style-one .portfolio-item .portfolio-categories li{
        font-size: 14px;
        padding: 6px 20px;
    }
    .portfolio-grid.style-one .btn-area{
        position: static;
        margin: 50px auto 0;
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {

    .portfolio-grid.style-one{
        display: block;
    }
    .portfolio-grid.style-one .portfolio-item{
        width: 100%;
    }
}

/* Style Two */

.portfolio-grid.style-two .portfolio-item{
    margin-bottom: 60px;
}
.portfolio-grid.style-two .portfolio-item .thumbnail{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.portfolio-grid.style-two .portfolio-item .thumbnail img{
    aspect-ratio: 825 / 930;
    object-fit: cover;
}
.portfolio-grid.style-two .portfolio-item .thumbnail .title{
    position: absolute;
    left: 32px;
    bottom: 32px;
    color: #fff;
}
.portfolio-grid.style-two .portfolio-item .thumbnail .title a{
    display: inline;
    color: #fff;
    background: linear-gradient(to bottom, #fff 0, #fff 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.portfolio-grid.style-two .portfolio-item .thumbnail .title a:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}
.portfolio-grid.style-two .portfolio-item .portfolio-categories{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.portfolio-grid.style-two .portfolio-item .portfolio-categories li{
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #3D3D3D;
    border-radius: 8px;
    padding: 8px 32px;
}

@media only screen and (max-width: 1024px) {

    .portfolio-grid.style-two .portfolio-item .portfolio-categories li{
        font-size: 14px;
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .portfolio-grid.style-two .portfolio-item .thumbnail .title{
        font-size: 24px;
    }
    .portfolio-grid.style-two .portfolio-item .portfolio-categories li{
        font-size: 14px;
        padding: 5px 20px;
    }
}

/* Style Three */

.portfolio-grid.style-three .portfolio-item{
    margin-bottom: 60px;
}
.portfolio-grid.style-three .portfolio-item .thumbnail{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.portfolio-grid.style-three .portfolio-item .thumbnail img{
    aspect-ratio: 540 / 513;
    object-fit: cover;
    transition: 0.5s;
}
.portfolio-grid.style-three .portfolio-item:hover .thumbnail img{
    transform: scale(1.1);
}
.portfolio-grid.style-three .portfolio-item .title{
    margin: 32px 0 32px;
}
.portfolio-grid.style-three .portfolio-item .title a{
    color: #0A0909;
    background: linear-gradient(to bottom, #110F0F 0, #110F0F 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.portfolio-grid.style-three .portfolio-item .title a:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}
.portfolio-grid.style-three .portfolio-item .portfolio-categories{
    display: flex;
    gap: 20px;
}
.portfolio-grid.style-three .portfolio-item .portfolio-categories li{
    color: #0A0909;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 4px 32px;
}

@media only screen and (max-width: 767px) {

    .portfolio-grid.style-three .portfolio-item .portfolio-categories li {
        font-size: 16px;
        padding: 4px 20px;
    }
}

/* Style Four */

.portfolio-grid.style-four .portfolio-item{
    border-top: 1px dashed #9A9A9A;
    padding: 40px 0 60px;
}
.portfolio-grid.style-four .portfolio-item .serial{
    color: var(--text-color-3);
}
.portfolio-grid.style-four .portfolio-item .content{
    max-width: 82%;
}
.portfolio-grid.style-four .portfolio-item .title{
    margin-bottom: 24px;
}
.portfolio-grid.style-four .portfolio-item .title a{
    display: inline;
    color: var(--text-color-1);
    background: linear-gradient(to bottom, #110F0F 0, #110F0F 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.portfolio-grid.style-four .portfolio-item .title a:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}
.portfolio-grid.style-four .portfolio-item .content .post-tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 136px;
}
.portfolio-grid.style-four .portfolio-item .content .post-tags li{
    display: inline-block;
    color: var(--text-color-1);
    font-size: 20px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    border: 1px solid #E4E4E4;
    border-radius: 60px;
    padding: 5px 32px;
}
.portfolio-grid.style-four .portfolio-item .thumbnail img{
    border-radius: 8px;
    aspect-ratio: 540 / 437;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {

    .portfolio-grid.style-four .portfolio-item .content{
        max-width: 90%;
    }
}

@media only screen and (max-width: 991px) {

    .portfolio-grid.style-four .portfolio-item .content .post-tags{
        margin-top: 40px;
    }
    .portfolio-grid.style-four .thumbnail{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {

    .portfolio-grid.style-four .portfolio-item .content{
        max-width: 100%;
    }
    .portfolio-grid.style-four .portfolio-item .content .post-tags{
        gap: 15px;
        margin-top: 40px;
    }
    .portfolio-grid.style-four .portfolio-item .content .post-tags li{
        font-size: 16px;
        padding: 5px 20px;
    }
    .portfolio-grid.style-four .portfolio-item .title{
        font-size: 30px;
    }
    .portfolio-grid.style-four .thumbnail{
        margin-top: 40px;
    }
}

/* ------------------------
 Instagram Feed
--------------------------- */

.instagram-feed.style-one .image-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}
.instagram-feed.style-one .image-grid .image{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.instagram-feed.style-one .image-grid .image::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.instagram-feed.style-one .image-grid .image:hover::before{
    opacity: 1;
    visibility: visible;
}
.instagram-feed.style-one .image-grid .image .icon{
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
}
.instagram-feed.style-one .image-grid .image:hover .icon{
    transform: scale(1.0);
}
.instagram-feed.style-one .image-grid .image .icon i{
    color: #fff;
}

/* ------------------------
 About Tab
--------------------------- */

.about-tab.style-one{
    display: flex;
    gap: 30px;
}
.about-tab.style-one .tab-images{
    width: 32%;
}
.about-tab.style-one .tab-images img{
    border-radius: 16px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-two-tab-container{
   width: 100%;
   height: 100%;
   background: #fff;
   border-radius: 16px;
   border: 1px solid #E5E5E5;
   padding: clamp(15px, 3vw, 60px);
}
.about-two-tab-container .nav-tabs {
   border: none;
   column-gap: 120px;
   row-gap: 0;
   margin-bottom: 32px;
}
.about-two-tab-container .nav-tabs .nav-item.show .nav-link,
.about-two-tab-container .nav-tabs .nav-link.active {
    color: var(--main-color);
    background-color: transparent;
    border-color: none;
    text-decoration: underline;
}
.about-two-tab-container .nav-tabs .nav-link{
   border: none !important;
   color: var(--text-color-2);
   font-size: 24px;
   line-height: 40px;
}
.about-two-tab-container .tab-content{
   height: 80%;
}
.about-two-tab-container .tab-pane{
   height: 100%;
}
.about-two-tab-container .about-two-content{
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.about-two-tab-container .about-two-desc{
    margin-bottom: 60px;
}
.about-two-tab-container .button {
    display: inline-flex;
}
.about-two-tab-container .button .button-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;
    color: #fff;
    padding: 0 32px;
    border-radius: 50px;
    background-color: var(--text-color-1);
    font-size: 16px;
    text-transform: capitalize;
    height: 50px;
}
.about-two-tab-container .button .main-text {
    transition: all 0.3s ease-out 0s;
}
.about-two-tab-container .button .hover-text {
    position: absolute;
    transform: translateY(140%);
    transition: all 0.3s ease-out 0s;
}
.about-two-tab-container .button:hover .main-text {
  transform: translateY(-140%);
}
.about-two-tab-container .button:hover .hover-text {
  transform: translateY(0%);
}
.about-two-tab-container .button:hover .button-text{
  background-color: var(--main-color);
}
.about-two-tab-container .button .button-icon {
    border: 2px solid var(--text-color-1);
    background-color: var(--supporting-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -8px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {

    .about-tab.style-one{
        flex-wrap: wrap;
    }
    .about-tab.style-one .tab-images{
        width: 100%;
        text-align: center;
    }
    .about-tab.style-one .tab-images img{
        width: auto;
    }
}
@media only screen and (max-width: 767px) {

    .about-two-tab-container .nav-tabs{
        column-gap: 30px;
    }
    .about-two-tab-container .nav-tabs .nav-link{
        font-size: 20px;
    }
}

/* ------------------------
 Testimonial
--------------------------- */

.testimonial.style-one{
    position: relative;
}
.testimonial.style-one .swiper-container{
    margin-left: 30px;
}
.testimonial.style-one .testimonial-single{
    background: none;
    text-align: center;
}

.testimonial.style-one .testimonial-icon{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background: transparent;
    transition: 0.5s ease;
}
.testimonial.style-one .client-image{
    position: relative;
    height: 173px;
    width: 173px;
    margin: 0 auto 80px;
}
.testimonial.style-one .client-image::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 419px;
    border-top: 1px dashed #3D3D3D;
    border-bottom: 1px dashed #3D3D3D;
    top: 50%;
    left: -540px;
}
.testimonial.style-one .client-image::after{
    content: "";
    position: absolute;
    height: 10px;
    width: 419px;
    border-top: 1px dashed #3D3D3D;
    border-bottom: 1px dashed #3D3D3D;
    top: 50%;
    right: -540px;
}
.testimonial.style-one .client-image .circuler-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100%;
}
.testimonial.style-one .client-image .circuler-center img{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial.style-one .client-image .circuler-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation: round 20s linear infinite;
}
.testimonial.style-one .client-image .circuler-text img{
    height: 173px;
    width: 173px;
}
.testimonial.style-one .client-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.testimonial.style-one .client-info .name{
    color: var(--text-color-1);
    margin: 0 0 4px;
}
.testimonial.style-one .client-info .designation{
    color: var(--text-color-2);
    margin-bottom: 0;
}
.testimonial.style-one .testimonial-content .quote p{
    color: var(--text-color-2);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.testimonial.style-one .testimonial-content .quote p span{
    color: var(--text-color-2);
}
.testimonial.style-one .arrow-nav{
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    bottom: 50px;
    right: 0;
    z-index: 2;
}
.testimonial.style-one .arrow-nav .swiper-navigetions{
    height: 38px;
    width: 64px;
    border: 1px solid #ECEDEC;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    flex-shrink: 0;
    transition: 0.3s;
}
.testimonial.style-one .arrow-nav .swiper-navigetions:hover{
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media only screen and (max-width: 991px) {

    .testimonial.style-one .testimonial-icon{
        display: none;
    }
}

@media only screen and (max-width: 767px){

    .testimonial.style-one .swiper-container {
        margin: 30px 0 0;
    }
    .testimonial.style-one .testimonial-content{
        display: block;
    }
    .testimonial.style-one .testi-left{
        width: 100%;
    }
    .testimonial.style-one .testi-left .quote-icon{
        margin: 30px 0 15px;
    }
    .testimonial.style-one .testi-left .quote-icon img{
        max-width: 80px;
    }
    .testimonial.style-one .quote{
        width: 100%;
    }
    .testimonial.style-one .testimonial-content .quote p{
        font-size: 18px;
    }
    .testimonial.style-one .client-info .name{
        font-size: 24px;
    }
    .testimonial.style-one .arrow-nav{
        position: static;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

}

/* Style Two */

.testimonial.style-two .client-image img{
    height: 212px;
    width: 212px;
    object-fit: cover;
    border-radius: 8px;
}
.testimonial.style-two .testimonial-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 16px;
}
.testimonial.style-two .testimonial-item .quote-icon{
    margin: 70px 0 53px;
}
.testimonial.style-two .testimonial-item .quote p{
    color: var(--text-color-3);
}
.testimonial.style-two .testimonial-item .quote{
    margin-bottom: 40px;
}
.testimonial.style-two .testimonial-item .client-info{
    margin-bottom: 60px;
}
.testimonial.style-two .testimonial-item .client-info .name{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 4px;
}
.testimonial.style-two .testimonial-item .client-info .designation{
    margin-bottom: 0;
}

.testimonial.style-two .testimonial-item:nth-child(even){
    flex-direction: column-reverse;
    padding: 60px 20px 60px;
}
.testimonial.style-two .testimonial-item:nth-child(even) .client-info{
    margin-bottom: 0;
}

/* Style Three */

.testimonial.style-three .testi-carousel{
    position: relative;
    max-width: 600px;
    margin: auto;
}
.testimonial.style-three .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.testimonial.style-three .testimonial-item{
    background-color: #fff;
    background-image: url(../img/testi2-item-bg.png);
    text-align: center;
    padding: 20px 40px 56px;
    border-radius: 16px;
    overflow: hidden;
}
.testimonial.style-three .testimonial-item .quote-icon{
    margin: 70px 0 53px;
}
.testimonial.style-three .testimonial-item .quote p{
    color: var(--text-color-3);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 40px;
}
.testimonial.style-three .testimonial-item .client-info{
    margin-bottom: 56px;
}
.testimonial.style-three .testimonial-item .client-info .name{
    font-size: 18px;
    margin-bottom: 4px;
}
.testimonial.style-three .testimonial-item .client-info .designation{
    color: var(--text-color-3);
    font-size: 18px;
    font-weight: normal;
}
.testimonial.style-three .testimonial-item .client-image img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial.style-three .button-next,
.testimonial.style-three .button-prev {
    position: absolute;
    bottom: 122px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
}
.testimonial.style-three .button-prev{
    left: 30px;
}
.testimonial.style-three .button-next{
    right: 30px;
}
.testimonial.style-three .button-next:hover,
.testimonial.style-three .button-prev:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.testimonial.style-three .button-next img,
.testimonial.style-three .button-prev img{
    transition: 0.3s;
}
.testimonial.style-three .button-next:hover img,
.testimonial.style-three .button-prev:hover img{
    filter: brightness(0);
}

@media only screen and (max-width: 767px){

    .testimonial.style-three .testimonial-item{
        padding: 20px 20px 56px;
    }
    .testimonial.style-three .testimonial-item .quote-icon {
        margin: 30px 0 53px;
    }
}

/* Style Four */

.testimonial.style-four .testi-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    height: 878px;
}
.testimonial.style-four .testi-center{
    text-align: center;
}
.testimonial.style-four .shape{
    margin-bottom: 40px;
}
.testimonial.style-four .shape::before{
    content: url(../img/testi-shape.png);
}
.testimonial.style-four .title{
    max-width: 430px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 97px;
}
.testimonial.style-four .title span{
    color: var(--text-color-2);
}
.testimonial.style-four .single-testimonial{
    position: absolute;
    border-radius: 16px;
    border-top-right-radius: 8px;
    width: 540px;
    overflow: hidden;
}
.testimonial.style-four .single-testimonial .testi-head{
    position: relative;
    background-color: #F7F7F7;
}
.testimonial.style-four .single-testimonial .client-info{
    display: flex;
    justify-content: space-between;
}
.testimonial.style-four .single-testimonial .client-info .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0 20px 0 43px;
}
.testimonial.style-four .single-testimonial .client-info .quote-icon{
    color: #ECEDEC;
    font-size: 26px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
}
.testimonial.style-four .single-testimonial .client-info .name{
    color: var(--text-color-1);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.testimonial.style-four .single-testimonial .client-info .designation{
    color: var(--text-color-2);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}
.testimonial.style-four .single-testimonial .client-info .image{
    position: relative;
    height: 101px;
    width: 100px;
    background-color: #fff;
    border: 9px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    border-right: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.testimonial.style-four .single-testimonial .client-info .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial.style-four .single-testimonial .testi-content{
    background-color: #F7F7F7;
    border-top-right-radius: 16px;
    padding: 20px 37px 40px 40px;
}
.testimonial.style-four .single-testimonial .testi-content p{
    color: var(--text-color-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}
.testimonial.style-four .single-testimonial .testi-content p span{
    color: var(--text-color-1);
}

@media only screen and (max-width: 1449px) {

    .testimonial.style-four .title{
        font-size: 30px;
        max-width: 350px;
    }
    .testimonial.style-four .single-testimonial{
        width: 440px;
    }
    .testimonial.style-four .single-testimonial .testi-content p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {

    .testimonial.style-four .testi-wrapper{
        flex-wrap: wrap;
        height: auto;
        gap: 30px;
    }
    .testimonial.style-four .testi-center{
        width: calc(50% - 15px);
    }
    .testimonial.style-four .shape{
        display: none;
    }
    .testimonial.style-four .title{
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .testimonial.style-four .single-testimonial{
        position: static;
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 1024px) {

    .testimonial.style-four .testi-center{
        width: 100%;
    }
    .testimonial.style-four .single-testimonial{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .testimonial.style-four .title{
        font-size: 30px;
    }
    .testimonial.style-four .single-testimonial .client-info .quote-icon{
        display: none;
    }
    .testimonial.style-four .single-testimonial .testi-content p{
        font-size: 18px;
    }
}

/* Style Five */

.testimonial.style-five{
    position: relative;
}
.testimonial.style-five .swiper-container{
    margin-left: 30px;
}
.testimonial.style-five .testimonial-single{
    background: none;
}
.testimonial.style-five .testimonial-icon{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background: transparent;
    transition: 0.5s ease;
}
.testimonial.style-five .star-rating{
    margin-bottom: 24px;
}
.testimonial.style-five .star-rating i{
    color: #FF9529;
}
.testimonial.style-five .client-info{
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial.style-five .client-info img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial.style-five .client-info .name{
    color: var(--text-color-1);
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0;
}
.testimonial.style-five .client-info .designation{
    color: var(--text-color-2);
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial.style-five .testimonial-content .quote p{
    color: var(--text-color-2);
    font-size: 18px;
    margin-bottom: 60px;
}
.testimonial.style-five .arrow-nav{
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    bottom: 50px;
    right: 0;
    z-index: 2;
}
.testimonial.style-five .arrow-nav .swiper-navigetions{
    height: 38px;
    width: 64px;
    border: 1px solid #ECEDEC;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    flex-shrink: 0;
    transition: 0.3s;
}
.testimonial.style-five .arrow-nav .swiper-navigetions:hover{
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media only screen and (max-width: 991px) {

    .testimonial.style-five .testimonial-icon{
        display: none;
    }
}

@media only screen and (max-width: 767px){

    .testimonial.style-five .swiper-container {
        margin: 30px 0 0;
    }
    .testimonial.style-five .testimonial-content{
        display: block;
    }
    .testimonial.style-five .testi-left{
        width: 100%;
    }
    .testimonial.style-five .testi-left .quote-icon{
        margin: 30px 0 15px;
    }
    .testimonial.style-five .testi-left .quote-icon img{
        max-width: 80px;
    }
    .testimonial.style-five .quote{
        width: 100%;
    }
    .testimonial.style-five .arrow-nav{
        position: static;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

}

/* Style Six */

.testimonial.style-six{
    position: relative;
}
.testimonial.style-six .testimonial-single{
    background: none;
}
.testimonial.style-six .testimonial-icon{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background: transparent;
    transition: 0.5s ease;
}
.testimonial.style-six .star-rating{
    margin-bottom: 24px;
}
.testimonial.style-six .star-rating i{
    color: #FF9529;
}
.testimonial.style-six .client-info{
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial.style-six .client-info img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial.style-six .client-info .name{
    color: var(--text-color-1);
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0;
}
.testimonial.style-six .client-info .designation{
    color: var(--text-color-2);
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial.style-six .testimonial-content .quote p{
    color: var(--text-color-2);
    font-size: 24px;
    margin-bottom: 40px;
}
.testimonial.style-six .arrow-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial.style-six .nav-seperator{
    height: 1px;
    width: 100%;
    background-color: rgba(1, 1, 1, 0.08);
    margin: 40px 0 24px;
}
.testimonial.style-six .arrow-nav .swiper-navigetions{
    height: 38px;
    width: 64px;
    border: 1px solid #ECEDEC;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    flex-shrink: 0;
    transition: 0.3s;
}
.testimonial.style-six .arrow-nav .swiper-navigetions:hover{
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media only screen and (max-width: 767px){

    .testimonial.style-six .testimonial-content{
        display: block;
    }
    .testimonial.style-six .testi-left{
        width: 100%;
    }
    .testimonial.style-six .testi-left .quote-icon{
        margin: 30px 0 15px;
    }
    .testimonial.style-six .testi-left .quote-icon img{
        max-width: 80px;
    }
    .testimonial.style-six .quote{
        width: 100%;
    }
    .testimonial.style-six .testimonial-content .quote p{
        font-size: 18px;
    }
    .testimonial.style-six .arrow-nav{
        width: 100%;
    }

}

/* ------------------------
 Textimonial Box
--------------------------- */

.testimonial-box.style-one .single-testimonial{
    position: relative;
    border-radius: 16px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.testimonial-box.style-one .single-testimonial .testi-head{
    position: relative;
    background-color: #F7F7F7;
}
.testimonial-box.style-one .single-testimonial .client-info{
    display: flex;
    justify-content: space-between;
}
.testimonial-box.style-one .single-testimonial .client-info .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0 20px 0 43px;
}
.testimonial-box.style-one .single-testimonial .client-info .quote-icon{
    color: #ECEDEC;
    font-size: 26px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
}
.testimonial-box.style-one .single-testimonial .client-info .name{
    color: var(--text-color-1);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.testimonial-box.style-one .single-testimonial .client-info .designation{
    color: var(--text-color-2);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}
.testimonial-box.style-one .single-testimonial .client-info .image{
    position: relative;
    height: 101px;
    width: 100px;
    background-color: #fff;
    border: 9px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    border-right: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.testimonial-box.style-one .single-testimonial .client-info .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial-box.style-one .single-testimonial .testi-content{
    background-color: #F7F7F7;
    border-top-right-radius: 16px;
    padding: 20px 37px 40px 40px;
}
.testimonial-box.style-one .single-testimonial .testi-content p{
    color: var(--text-color-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}
.testimonial-box.style-one .single-testimonial .testi-content p span{
    color: var(--text-color-1);
}

/* ------------------------
 List Item
--------------------------- */

.lists.style-1 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ecedec;
    padding: 8px 0;
    margin: 0 0 40px;
}
.lists.style-1 li i{
    display: inline-block;
    font-size: 10px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ECEDEC;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.lists.style-1 li:hover i{
    color: #fff;
    background-color: var(--main-color);
}

@media only screen and (max-width: 767px) {

    .lists.style-1 li{
        font-size: 20px;
        margin: 0 0 20px;
    }
}

/* Style Two */

.lists.style-2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ecedec;
    padding: 8px 0;
    margin: 0 0 40px;
}
.lists.style-2 li i{
    display: inline-block;
    font-size: 10px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ECEDEC;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.lists.style-2 li:hover i{
    color: #fff;
    background-color: var(--main-color);
}
@media only screen and (max-width: 767px) {

    .lists.style-2 li{
        font-size: 20px;
        margin: 0 0 20px;
    }
}

/* Style Three */

.lists.style-3{
    max-width: 332px;
}
.lists.style-3 li{
    display: inline-flex;
    align-items: center;
    color: var(--text-color-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 20px;
    margin: 0 0 24px;
    border-radius: 4px;
    background: #fff;
}
.lists.style-3 li:last-child{
    margin-bottom: 0;
}
.lists.style-3 li .icon{
    display: inline-block;
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ECEDEC;
    margin-right: 12px;
    transition: 0.3s;
}
.lists.style-3 li:hover i{
    color: #fff;
    background-color: var(--main-color);
}

@media only screen and (max-width: 767px){
    .lists.style-3 {
        padding: 20px 20px;
        border-radius: 8px;
    }
    .lists.style-3 li{
        padding: 5px 10px;
    }
}

/* ------------------------
 Achievement List
--------------------------- */

.achievement-list.style-1{
    border-top: 1px solid #1D1D1D;
}
.achievement-list.style-1 .list-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 0;
    border-bottom: 1px solid #1D1D1D;
    transition: 0.3s;
}
.achievement-list.style-1 .list-item h6{
    color: #fff;
    transition: 0.3s;
}
.achievement-list.style-1 .list-item:hover{
    background-color: var(--main-color);
    padding: 41px 32px;
}
.achievement-list.style-1 .list-item:hover h6{
    color: var(--text-color-1);
}
.achievement-list.style-1 .list-item .image{
    position: absolute;
    top: -50%;
    left: 51%;
    opacity: 0;
    transition: 0.5s;
}
.achievement-list.style-1 .list-item:hover .image{
    top: -60%;
    left: 50%;
    opacity: 1;
}
.achievement-list.style-1 .list-item .arrow{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    background-color: #0A0909;
}
.achievement-list.style-1 .list-item:hover .arrow img{
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 767px) {

    .achievement-list.style-1 .list-item{
        flex-wrap: wrap;
    }
    .achievement-list.style-1 .list-item:hover{
        background-color: transparent;
        padding: 41px 0;
    }
    .achievement-list.style-1 .list-item .year{
        font-size: 24px;
        width: 100%;
    }
    .achievement-list.style-1 .list-item h6{
        font-size: 18px;
    }
    .achievement-list.style-1 .list-item:hover h6{
        color: #fff;
    }
}

/* ------------------------
 Blog Posts
--------------------------- */

.blog-posts.style-one .post-wrapper{
    display: flex;
    gap: 30px;
}
.blog-posts.style-one .blog-item .blog-image{
    position: relative;
}
.blog-posts.style-one .blog-item .blog-image .date{
    position: absolute;
    color: #fff;
    background-color: var(--text-color-1);
    padding: 5px 24px;
    border-radius: 8px;
    top: 32px;
    left: 32px;
}
.blog-posts.style-one .blog-item .blog-image a{
    display: block;
}
.blog-posts.style-one .blog-item .blog-image img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.blog-posts.style-one .blog-item:nth-child(odd) .blog-image img{
    aspect-ratio: 540 / 677;
}
.blog-posts.style-one .blog-item:nth-child(even) .blog-image img{
    aspect-ratio: 540 / 543;
}

.blog-posts.style-one .blog-item .title{
    margin-top: 32px;
}
.blog-posts.style-one .blog-item .title a{
    display: inline;
    color: #fff;
    background: linear-gradient(to bottom, #fff 0, #fff 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.blog-posts.style-one .blog-item .title a:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}

@media only screen and (max-width: 1024px) {

    .blog-posts.style-one .post-wrapper{
        flex-wrap: wrap;
    }
    .blog-posts.style-one .blog-item{
        width: calc(50% - 15px);
    }
    .blog-posts.style-one .blog-item{
        margin-bottom: 30px;
    }
    .blog-posts.style-one .blog-item:last-child{
        margin-bottom: 0;
    }
    .blog-posts.style-one .blog-item:nth-child(even) .blog-image img{
        aspect-ratio: 540 / 677;
    }
    .blog-posts.style-one .blog-item .blog-image img{
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .blog-posts.style-one .blog-item{
        width: 100%;
    }
    .blog-posts.style-one .blog-item .blog-content .post-meta .post-categories a,
    .blog-posts.style-one .blog-item .blog-content .post-meta .date{
        font-size: 16px;
    }
    .blog-posts.style-one .blog-item .blog-content .title{
        font-size: 20px;
        line-height: 1.5;
    }
}

/* Style Two */

.blog-posts.style-two .post-item {
    display: flex;
    gap: 24px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 40px;
    max-width: 1110px;
    margin-left: auto;
    margin-bottom: 60px;
}
.blog-posts.style-two .post-item:nth-child(even){
    margin-right: 285px;
}
.blog-posts.style-two .post-item:last-child{
    margin-bottom: 0;
}
.blog-posts.style-two .post-item .blog-image{
    position: relative;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}
.blog-posts.style-two .post-item .blog-image img{
    height: 180px;
    width: 187px;
    object-fit: cover;
    transition: 0.5s;
}
.blog-posts.style-two .post-item:hover .blog-image img{
    transform: scale(1.1) rotate(5deg);
}
.blog-posts.style-two .post-meta{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.blog-posts.style-two .post-meta span,
.blog-posts.style-two .post-meta a{
    color: var(--text-color-3);
}
.blog-posts.style-two .post-meta .dot{
    height: 6px;
    width: 6px;
    background-color: var(--text-color-3);
    border-radius: 50%;
    margin: 0 20px;
}
.blog-posts.style-two .blog-content .title{
    margin-bottom: 24px;
}
.blog-posts.style-two .blog-content .title a{
    color: var(--text-color-1);
}
.blog-posts.style-two .blog-content .button{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text-color-3);
}
.blog-posts.style-two .blog-content .button .btn-icon{
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    height: 36px;
    width: 36px;
    justify-content: end;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}
.blog-posts.style-two .blog-content .button .btn-icon::before{
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.blog-posts.style-two .blog-content .button .btn-icon i{
    font-size: 24px;
}
.blog-posts.style-two .blog-content .button .btn-icon .icon-first {
    color: #E4E4E4;
  transition: all 0.3s ease-out 0s;
}
.blog-posts.style-two .blog-content .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-200%);
  transition: all 0.3s ease-out 0s;
  color: #E4E4E4;
}
.blog-posts.style-two .blog-content .button:hover .icon-first {
  transform: translateX(200%);
}
.blog-posts.style-two .blog-content .button:hover .icon-second {
  transform: translateX(0%);
}

/* Style Three */

.blog-posts.style-three .blog-item{
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}
.blog-posts.style-three .blog-item .blog-image a{
    display: block;
}
.blog-posts.style-three .blog-item .blog-image img{
    height: 344px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.blog-posts.style-three .blog-item .blog-content .post-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.blog-posts.style-three .blog-item .blog-content .post-meta .post-categories a,
.blog-posts.style-three .blog-item .blog-content .post-meta .date{
    color: var(--text-color-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.blog-posts.style-three .blog-item .blog-content .title{
    display: inline;
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #110F0F 0, #110F0F 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 0.75s;
}
.blog-posts.style-three .blog-item .blog-content .title:hover{
    background-size: 100% 1px;
    background-position: left bottom;
}
.blog-posts.style-three .blog-item .blog-content .read-more{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.blog-posts.style-three .blog-item .blog-content .read-more .line{
    height: 1px;
    width: 75%;
    background-color: #E5E5E5;
}
.blog-posts.style-three .blog-item .blog-content .read-more a{
    display: inline-block;
    color: var(--text-color-2);
    font-size: 18px;
}
.blog-posts.style-three .blog-item .blog-content .read-more a:hover{
    color: var(--text-color-1);
}

@media only screen and (max-width: 1024px) {

    .blog-posts.style-three .col-md-6{
        margin-bottom: 30px;
    }
    .blog-posts.style-three .col-md-6:last-child{
        margin-bottom: 0;
    }
    .blog-posts.style-three .blog-item .blog-content .read-more .line{
        width: 65%;
    }
    .blog-posts.style-three .blog-item .blog-image img{
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .blog-posts.style-three .blog-item{
        padding: 20px;
    }
    .blog-posts.style-three .blog-item .blog-content .post-meta .post-categories a,
    .blog-posts.style-three .blog-item .blog-content .post-meta .date{
        font-size: 16px;
    }
    .blog-posts.style-three .blog-item .blog-content .title{
        font-size: 20px;
        line-height: 1.5;
    }
    .blog-posts.style-three .blog-item .blog-content .read-more .line{
        display: none;
    }
}

/* ------------------------
 Contact Info Box
--------------------------- */

.contact-info-box.style-one{
    background-color: #FAF9F5;
    padding: 40px;
    border-radius: 8px;
}
.contact-info-box.style-one .icon{
    display: inline-block;
    color: #fff;
    font-size: 21px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 4px;
    margin-bottom: 16px;
}
.contact-info-box.style-one .title{
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 16px;
}
.contact-info-box.style-one .description{
    color: var(--text-color-2);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 24px;
}
.contact-info-box.style-one .button{
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    border-radius: 40px;
    background: var(--main-color);
    padding: 4px 20px;
}
.contact-info-box.style-one .button:hover{
    background-color: var(--text-color-1);
}

/* ------------------------
 Contact Form
--------------------------- */

.contact-form label{
    margin-bottom: 12px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #ECEDEC;
    background: #F7F7F7;
}
.contact-form select{
    display: block;
    width: 100%;
    color: var(--text-color-2);
    margin-bottom: 60px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #ECEDEC;
    background: #F7F7F7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form textarea{
    height: 180px;
    padding: 10px 24px;
    margin-bottom: 160px;
}
.contact-form input[type="checkbox"]{
    margin-right: 3px;
}
.contact-form input[type="submit"] {
    position: relative;
    color: #fff;
    padding: 12px 40px;
    border-radius: 60px;
    background-color: var(--main-color);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    transition: 0.4s;
}
.contact-form input[type="submit"]:hover{
    background-color: var(--text-color-1);
}

@media only screen and (max-width: 1024px){

    .contact-form select {
        margin-bottom: 40px;
    }
    .contact-form textarea {
        margin-bottom: 40px;
    }
}

/* ------------------------
 Booking Form
--------------------------- */

.service-booking input[type="text"],
.service-booking input[type="email"],
.service-booking input[type="date"],
.service-booking select{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 19px 24px;
    background-color: #fff;
}
.service-booking input[type="text"]::placeholder,
.service-booking input[type="email"]::placeholder{
    opacity: 1;
    color: var(--text-color-2);
}
.service-booking input[type="date"]{
    text-transform: uppercase;
    color: var(--text-color-2);
}
.service-booking input[type="date"]::-webkit-calendar-picker-indicator{
    display: none;
    -webkit-appearance: none;
}
.service-booking select{
    color: var(--text-color-2);
}

.service-booking .name-field,
.service-booking .email-field,
.service-booking .date-field,
.service-booking .schedule-field,
.service-booking .service-field{
    margin-bottom: 24px;
}
.service-booking input[type="submit"]{
    color: #fff;
    font-size: 24px;
    width: 100%;
    padding: 15px 24px;
    background-color: var(--main-color);
    border-radius: 16px;
    transition: 0.5s;
}
.service-booking input[type="submit"]:hover{
    background-color: var(--text-color-1);
}

/* ------------------------
 Tab
--------------------------- */

.quote-tab {
    position: relative;
    display: block;
}

.quote-tab__button {
    position: relative;
    display: block;
    max-width: 360px;
    margin: 0 auto;
}
.quote-tab__button {
    position: relative;
    display: block;
    z-index: 1;
}

.quote-tab__button .tabs-button-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.quote-tab__button .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}


.quote-tab__button .tabs-button-box .tab-btn-item:hover .quote-tab__button-inner h6,
.quote-tab__button .tabs-button-box .active-btn-item .quote-tab__button-inner h6 {
    color: var(--text-color-1);
    border-radius: 50px;
    background: #CCF2DD;
    padding: 6px 16px;
}

.quote-tab .tabs-content-box {
    position: relative;
    display: block;
}

.quote-tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
    padding: 32px 0 0px 0;
}

.quote-tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.quote-tab .tab-content-box-item .quote-tab-content-box-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.quote-tab .tab-content-box-item.tab-content-box-item-active .quote-tab-content-box-item {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}
/* tab */

/* flatpickr */
.flatpickr-innerContainer {
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.flatpickr-calendar {
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 320px !important;
    background: var(--bg-1) !important;
    padding-bottom: 20px !important;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    color: var(--praimary-color) !important;
    height: 55px !important;
    line-height: 55px !important;
    background: var(--white-color) !important;
    overflow: visible !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin-right: 50px !important;
    background-color: var(--bg-2) !important;
}
.flatpickr-current-month {
    font-weight: 400;
    left: 25.5%;
    top: 10px;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    top: 5px !important;
}
.flatpickr-monthDropdown-months span.current {
    padding: 0 30px 0 0;
    font-family: "Inter", sans-serif !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: transparent !important;
}
.flatpickr-innerContainer {
    position: relative;
    z-index: -1;
}
.flatpickr-weekdays {
    height: 45px !important;
    background: var(--bg-2) !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    color: var(--text-color-1) !important;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: #033f1b !important;
    color: var(--white-color) !important;
    border-color: #033f1b !important;
}
.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{
    background-color: var(--bg-1) !important;
    font-size: 16px;
}
/* flatpickr */

/* select 2 */
.select2-container--focus{
    display: none;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    width: 100%;
    padding: 10px 12px 11px 32px;
    border-radius: 8px;
    border: 1px solid #033f1b;
    background: var(--white-color);
    color: var(--text-color-2);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-dropdown {
    background-color: var(--bg-2) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px;
    box-shadow: var(--shadow-1);
}
.select2-search--dropdown{
    padding: 0 0 8px 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid var(--secondary-color) !important;
    border-radius: 5px;
}
.select2-results__option{
    color: var(--text-color-1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}
/* select 2 */

.select-option{
    position: relative;
}
.contents{
    background-color: var(--bg-2);
    position: absolute;
    color: var(--text-color-1);
    border-radius: 8px;
    padding: 30px 10px 10px;
    width: 100%;
    margin-top: 2px;
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    z-index: 999999;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.options{
    max-height: 267px;
    overflow-y: auto;
    padding: 0;
}
.options li{
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(var(--praimary-color-grb),0.1);
    border-radius: 5px;
    transition: 0.5s;
}
.options li:last-child{
    border-bottom: none;
}
.options li:hover{
    background-color: var(--white-color);
}
.options li:hover h6,.options li:hover p{
    color: var(--text-color-1);
}
.options li .options-list-icon i{
    position: relative;
    left: 0;
    font-size: 32px;
}
.options li h6 {
    font-size: 16px;
    line-height: 22px;
}
.options li p{
    font-size: 14px;
}
.search-box.active .contents{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* flights */
.flight-form{
    display: block !important;
}
.flight-form-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flight-check-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.flight-check-box-single{
    display: flex;
    gap: 5px;
}
.form-check-input {
    width: 16px !important;
    height: 16px;
    background-color: #fff;
    background-repeat: no-repeat !important;
    padding: 0 !important;
}
.flight-location{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
}
.flight-location-left,.flight-location-right {
    max-width: 220px;
    width: 100%;
}
.flight-location-left .input-box select,.flight-location-right .input-box select {
    width: 100%;
    padding: 10px 12px 10px 32px;
    border-radius: 8px;
    border: 1px solid #033f1b;
    background: var(--white-color);
}
.flight-form .location, .flight-form .date, .flight-form .count {
    max-width: 250px !important;
    width: 100%;
    position: relative;
}
.swap-icon{
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 -3px;
    border-radius: 8px;
    border: 1px solid #033f1b;
    background: var(--white-color);
    cursor: pointer;
    z-index: 11;
}
.swap-icon i{
    transform: rotate(90deg);
}
.img-flag{
    width: 15px;
    height: auto;
}
.select2-results .subtitle {
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

/* car location */
.car-location-left, .car-location-right {
    max-width: 320px;
    width: 100%;
}
.car-location-left .input-box select, .car-location-right .input-box select {
    width: 100%;
    padding: 10px 12px 10px 32px;
    border-radius: 8px;
    border: 1px solid #033f1b;
    background: var(--white-color);
}

/* -----------------------------------------------
Search 2
------------------------------------------------- */
.search-2 {
    margin-top: -370px;
    margin-bottom: 174px;
    z-index: 1;
}
.search-2 .search-container{
    box-shadow: var(--shadow-1);
    z-index: 1;
    padding: 0;
    padding: 48px 55px 48px;
}
.search-form form .location, .search-form form .date, .search-form form .count{
    max-width: 100%;
}
.search-2 .quote-tab {
    position: relative;
    display: block;
    padding: 40px 32px;
}
.search-2 .quote-tab .tab-content-box-item {
    padding: 0px 0 0px 0;
}
.search-2 .quote-tab__button, .search-2 .search-form{
    margin: 0;
}
.search-2  .search-form form {
    max-width: 100%;
    margin: 0;
}
.search-2 .quote-tab__button{
    padding-bottom: 32px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.search-2 .quote-tab__button .tabs-button-box .tab-btn-item{
    transition: 0.5s;
}
.search-2 .quote-tab__button .tabs-button-box .tab-btn-item:hover .quote-tab__button-inner h6, .search-2 .quote-tab__button .tabs-button-box .active-btn-item .quote-tab__button-inner h6 {
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid var(--text-color-1);
}

.search-2 .search-form form .btn-1{
    font-size: 18px;
    width: 100%;
    padding: 17px 24px;
}
/* -----------------------------------------------
Search 2
------------------------------------------------- */


/* -----------------------------------------------
Responsive
------------------------------------------------ */
/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){
    .search-2 {
        margin-top: -300px;
        margin-bottom: 104px;
    }
    .search-2 .search-container {
        margin-right: 0;
    }
    .search-2 .quote-tab__button .tabs-button-box {
        max-width: 430px;
    }
    .search-2 .search-form form .location, .search-2 .search-form form .date, .search-form form .count {
        max-width: 288px;
    }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .search {
        padding: 0px 0 120px;
    }
    .search-container{
        padding: 50px 20px;
    }
    .search-form form .location, .search-form form .date, .search-form form .count {
        max-width: 290px;
    }
    .options li {
        align-items: baseline;
    }
    .options li .options-list-icon i {
        font-size: 24px;
    }
    .options li h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .options li p {
        font-size: 12px;
    }
    .count-container {
        padding: 10px 10px;
    }
    .count-single-text h6 {
        font-size: 12px;
    }
    .count-single-text p {
        font-size: 12px;
    }
    .count-single-inner  button {
        padding: 2px 10px;
        font-size: 16px;
    }
    .count-counter-inner {
        gap: 2px;
    }

    .search-2 {
        margin-top: -290px;
        margin-bottom: 94px;
    }
    .search-2 .search-container {
        margin-right: 0;
    }
    .search-2 .quote-tab__button .tabs-button-box {
        max-width: 430px;
    }
    .search-2 .search-form form .location, .search-2 .search-form form .date, .search-form form .count {
        max-width: 220px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .search-container{
        padding: 50px 20px;
    }
    .options li {
        align-items: baseline;
        padding: 8px 0;
    }
    .options li .options-list-icon i {
        font-size: 24px;
    }
    .options li h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .options li p {
        font-size: 12px;
    }
    .count-container {
        padding: 10px 10px;
    }
    .count-single-text h6 {
        font-size: 12px;
    }
    .count-single-text p {
        font-size: 12px;
    }
    .count-single-inner  button {
        padding: 2px 10px;
        font-size: 16px;
    }
    .count-counter-inner {
        gap: 2px;
    }
    .search-form form .location i, .search-form form .date i, .search-form form .count i {
        left: 8px;
        font-size: 12px;
    }

    .search-2 {
        margin-top: -290px;
        margin-bottom: 94px;
    }
    .search-2 .quote-tab {
        padding: 40px 20px;
    }
    .search-2 .search-container {
        margin-right: 0;
    }
    .search-2 .quote-tab__button .tabs-button-box {
        max-width: 430px;
    }
}

@media only screen and (max-width: 991px){

    .search-form form .location,
    .search-form form .date,
    .search-form form .count{
        margin-bottom: 15px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
    .search-container{
        padding: 50px 10px;
    }
    .search-form form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .search-form form .location, .search-form form .date, .search-form form .count {
        max-width: 100%;
    }
    .quote-tab__button-inner h6 {
        padding: 6px 16px;
        font-size: 11px;
        line-height: 16px;
    }
    .quote-tab__button-inner h6 i{
        display: block;
    }
    .quote-tab__button .tabs-button-box {
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .search-form-inner {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .count-single-text h6 {
        font-size: 12px;
    }
    .count-single-text p {
        font-size: 12px;
    }
    .count-single-inner  button {
        padding: 2px 10px;
        font-size: 16px;
    }

    .flatpickr-calendar {
        width: 310px !important;
    }

    /* .search-2  */
    .search-2 {
        margin-top: -435px;
        margin-bottom: 43px;
    }
    .search-2 .quote-tab {
        padding: 40px 10px;
    }
    .search-2 .search-container {
        margin-right: 0;
    }
    .search-2 .quote-tab__button .tabs-button-box {
        max-width: 430px;
    }
    .search-2 .search-form form .location, .search-2 .search-form form .date, .search-form form .count {
        max-width: 100%;
    }
    .quote-tab__button-inner h6 {
        padding: 6px 10px;
    }
    .quote-tab__button .tabs-button-box .tab-btn-item:hover .quote-tab__button-inner h6, .quote-tab__button .tabs-button-box .active-btn-item .quote-tab__button-inner h6 {
        padding: 6px 10px;
    }
}

/* ------------------------
 Product Grid
--------------------------- */

.raizen-product-grid.style-one{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.raizen-product-grid.style-one .product-item{
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background-color: #fff;
    padding: 32px;
    overflow: hidden;
}
.raizen-product-grid.style-one .product-item .product-image{
    text-align: center;
    margin: 42px 0 32px;
}
.raizen-product-grid.style-one .product-item .product-image img{
    height: 425px;
    width: auto;
    object-fit: cover;
    transition: 0.5s;
}
.raizen-product-grid.style-one .product-item:hover .product-image img {
    transform: scale(1.1);
}
.raizen-product-grid.style-one .product-item .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.raizen-product-grid.style-one .product-item .top .product-title{
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.raizen-product-grid.style-one .product-item .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.raizen-product-grid.style-one .product-item .bottom .product-price{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.raizen-product-grid.style-one .product-item .bottom .product-price ins{
    text-decoration: none;
}
.raizen-product-grid.style-one .product-item .bottom .product-price del{
    color: #FF3535;
    font-size: 18px;
}
.raizen-product-grid.style-one .product-item .bottom .buy-btn a{
    display: inline-block;
    padding: 9px 32px;
    border-radius: 50px;
    color: var(--text-color-1);
    background: var(--supporting-color);
    font-size: 18px;
    white-space: nowrap;
    transition: 0.5s;
}
.raizen-product-grid.style-one .product-item .bottom .buy-btn a:hover{
    color: #fff;
    background-color: var(--main-color);
}
.raizen-product-grid.style-one .product-item .top .details-btn a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 50%;
}

@media only screen and (max-width: 1024px) {

    .raizen-product-grid.style-one {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {

    .raizen-product-grid.style-one{
        display: block;
    }
    .raizen-product-grid.style-one .product-item{
        margin-bottom: 20px;
        padding: 20px;
    }
    .raizen-product-grid.style-one .product-item:last-child{
        margin-bottom: 0;
    }
    .raizen-product-grid.style-one .product-item .top .product-title{
        font-size: 22px;
    }
    .raizen-product-grid.style-one .product-item .product-image img{
        height: auto;
    }
    .raizen-product-grid.style-one .product-item .bottom .product-price{
        gap: 10px;
    }
    .raizen-product-grid.style-one .product-item .bottom .product-price ins{
        font-size: 20px;
    }
    .raizen-product-grid.style-one .product-item .bottom .buy-btn a{
        font-size: 16px;
        padding: 5px 24px;
    }
}

/* Style Two */

.raizen-product-grid.style-two{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.raizen-product-grid.style-two .product-item{
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
}
.raizen-product-grid.style-two .product-item .product-image img{
    border-radius: 16px;
    height: 509px;
    width: 100%;
    object-fit: cover;
}
.raizen-product-grid.style-two .product-item .content{
    position: absolute;
    width: 88%;
    height: 90.56%;
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0) ;
    top: 100%;
    transition: 0.5s;
}
.raizen-product-grid.style-two .product-item:hover .content{
    top: 5%;
    opacity: 1;
    transform: scale(1) ;
}
.raizen-product-grid.style-two .product-item .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.raizen-product-grid.style-two .product-item .content .top .product-price{
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.raizen-product-grid.style-two .product-item .content .top .details-btn a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.raizen-product-grid.style-two .product-item .content .bottom .product-title{
    color: var(--text-color-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {

    .raizen-product-grid.style-two {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {

    .raizen-product-grid.style-two{
        display: block;
    }
    .raizen-product-grid.style-two .product-item{
        margin-bottom: 20px;
    }
    .raizen-product-grid.style-two .product-item:last-child{
        margin-bottom: 0;
    }
    .raizen-product-grid.style-two .product-item .product-image img{
        height: auto;
    }
}

/* ------------------------
 Contact Form
--------------------------- */

.home1-contact input[type="text"],
.home1-contact input[type="email"]{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}
.home1-contact input[type="text"]::placeholder,
.home1-contact input[type="email"]::placeholder{
    opacity: 1;
    color: var(--text-color-2);
}
.home1-contact textarea{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 46px;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}
.home1-contact textarea::placeholder{
    opacity: 1;
    color: var(--text-color-2);
}
.home1-contact input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background-color: var(--text-color-1);
    padding: 11px 32px;
    border-radius: 50px;
    transition: 0.3s;
}
.home1-contact input[type="submit"]:hover{
    background-color: var(--main-color);
}

/* Cotact Page Form */

.contact-page-form label{
    margin-bottom: 13px;
}
.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form input[type="tel"],
.contact-page-form select{
    border: 1px solid #ECEDEC;
    border-radius: 8px;
    margin-bottom: 40px;
    width: 100%;
    padding: 9px 20px;
    font-size: 18px;
    background-color: #F7F7F7;
    transition: 0.3s;
}
.contact-page-form input[type="text"]:focus,
.contact-page-form input[type="email"]:focus,
.contact-page-form input[type="tel"]:focus{
    border-color: var(--main-color);
}
.contact-page-form input[type="text"]::placeholder,
.contact-page-form input[type="email"]::placeholder,
.contact-page-form input[type="tel"]::placeholder{
    opacity: 1;
    color: var(--text-color-2);
}
.contact-page-form select{
    padding: 12px 20px;
}
.contact-page-form textarea{
    border: 1px solid #ECEDEC;
    border-radius: 8px;
    margin-bottom: 160px;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    background-color: #F7F7F7;
    height: 180px;
    transition: 0.3s;
}
.contact-page-form textarea:focus{
    border-color: var(--main-color);
}
.contact-page-form textarea::placeholder{
    opacity: 1;
    color: var(--text-color-2);
}
.contact-page-form input[type="submit"]{
    color: var(--text-color-1);
    font-size: 18px;
    font-family: 'Satoshi-Medium';
    font-weight: 500;
    background-color: var(--main-color);
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
}
.contact-page-form input[type="submit"]:hover{
    color: #fff;
    background-color: var(--text-color-1);
}

@media only screen and (max-width: 1024px) {

    .contact-page-form textarea{
        margin-bottom: 40px;
    }
}

/* ------------------------
 Animation
--------------------------- */

@keyframes scale{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.3);
    }
}

.popout{
    position: absolute;
    left: 0;
    top: 0;
    animation: scale 2s linear infinite alternate;
}

@keyframes round{
   0%{
      transform: rotate(0deg);
   }
   100%{
      transform: rotate(360deg);
   }
}

.rotate{
    animation: round 20s linear infinite;
}

/* Move horizontal */

@keyframes move-left-right{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(100px);
    }
    100%{
        transform: translateX(0);
    }
}

.move-horizontal{
    animation: move-left-right 5s linear infinite;
}

/* Move top right */

@keyframes moveTopRight {
    0%   { transform: translate(0, 0); }
    50%  { transform: translate(50px, -50px); }
    100% { transform: translate(0, 0); }
}

.move-top-right{
    animation: moveTopRight 5s ease-in-out infinite;
}
