.hero-section{
	position: relative;
	/*padding: 216px 30px;*/
	padding: 100px 30px;
	z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-section::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(18, 18, 19, 0.7);
}
.hero-content {
    max-width: 835px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
.hero-section .bt-btn{
    margin-top: 20px;
}
.hero-content h1{
    font-size: 60px;
    color: #FFFFFF;
}
.hero-content h2{
    font-size: 36px;
    color: #FFFFFF;
}
.hero-review{
	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 150px;
    padding: 18px 40px;
    max-width: 630px;
    margin: 0 auto 20px;
    gap: 10px;
}
.hero-review-list{
    gap: 12px;
    text-align: left;
}
.hero-review-right span {
    font-family: var(--gp-font--segoe-ui-variable);
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
}
.hero-section .hero-review-right p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 4px;
}
.hero-content p{
    max-width: 623px;
    margin: 0 auto 20px;
}
@media (max-width: 1199px) {
	.hero-section{
		/*padding: 150px 30px;*/
	}
	.hero-section .bt-btn{
        margin-top: 10px;
    }
    .hero-content h1{
        font-size: 48px;
    }
    .hero-content h2{
        font-size: 32px;
    }
    .hero-review{
        padding: 12px 32px;
    }
    .hero-review-img{
        width: 60px;
    }
}
@media (max-width: 991px) {
	.hero-section{
		padding: 80px 30px;
	}
	.hero-section .bt-btn{
        margin-top: 5px;
    }
    .hero-content h1{
        font-size: 36px;
    }
    .hero-content h2{
        font-size: 24px;
    }
    .hero-review{
        padding: 12px 24px;
    }
    .hero-review-right span{
        font-size: 24px;
        line-height: 1.5;
    }
    .hero-section .hero-review-right p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
	.hero-section{
		padding: 80px 30px;
	}
	.hero-content h1{
        font-size: 32px;
    }
    .hero-content h2{
        font-size: 22px;
    }
    .hero-review-right span{
        font-size: 20px;
    }
    .hero-section .hero-review-right p {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .hero-content h1{
        font-size: 30px;
    }
    .hero-content h2{
        font-size: 20px;
    }
    .hero-review-img {
        width: 42px;
    }
}
@media (max-width: 480px) {
    .hero-review{
        flex-wrap: wrap;
        justify-content: center;
        max-width: 300px;
        border-radius: 24px;
        padding: 12px 16px;
    }
}


.services-box-content{
    row-gap: 30px;
}
.services-box{
    padding: 30px;
    border-radius: 6px;
    z-index: 1;
    height: 100%;
}
a.services-box p,
a.services-box p:hover{
    color: #5a5a5a;
}
.services-box img{
    margin-bottom: 16px;
}
.services-box h3 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
}
.services-box p:last-child{
    margin-bottom: 0;
}
.services-box::before{
    position: absolute;
    content: '';
    top: 15px;
    left: 55px;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    z-index: -1;
}
.services-box-list.bt-one .services-box::before{
    background-color: #F5DEDB;
}
.services-box-list.bt-two .services-box::before{
    background-color: #D8E8F5;
}
.services-box-list.bt-three .services-box::before{
    background-color: #E9DAEB;
}
.services-box-list.bt-four .services-box::before{
    background-color: #D4EDF0;
}
.services-box-list.bt-five .services-box::before{
    background-color: #F6EED5;
}
.services-box-list.bt-six .services-box::before{
    background-color: #D4E8E6;
}
.services-box-list.bt-seven .services-box::before{
    background-color: #E5DFDE;
}
.services-box-list.bt-eight .services-box::before{
    background-color: #E9E9E9;
}
.services-box-list.bt-nine .services-box::before{
    background-color: #E7EEDE;
}
.services-box-list.bt-ten .services-box::before{
	background-color: #E7ECF5;
}
.services-box-list.bt-eleven .services-box::before{
	background-color: #F3E9E0;
}
.services-box-list.bt-twelve .services-box::before{
	background-color: #DDEEEF;
}
.services-box-list.bt-thirteen .services-box::before{
	background-color: #EEEAF5;
}
.services-box-list.bt-fourteen .services-box::before{
	background-color: #F7E4E9;
}
.services-box-list.bt-fifteen .services-box::before{
	background-color: #EBE6DD;
}

.services-box-list.bt-one .services-box{
    border: 1px solid #F44336;
    background-color: #F5E4E2;
}
.services-box-list.bt-two .services-box{
    border: 1px solid #2096F3;
    background-color: #E0ECF5;
}
.services-box-list.bt-three .services-box{
    border: 1px solid #9C27AF;
    background-color: #EDE1EE;
}
.services-box-list.bt-four .services-box{
    border: 1px solid #00BCD4;
    background-color: #DDF0F2;
}
.services-box-list.bt-five .services-box{
    border: 1px solid #FFC107;
    background-color: #F6F0DE;
}
.services-box-list.bt-six .services-box{
    border: 1px solid #009688;
    background-color: #DDECEB;
}
.services-box-list.bt-seven .services-box{
    border: 1px solid #795549;
    background-color: #E9E5E4;
}
.services-box-list.bt-eight .services-box{
    border: 1px solid #9E9E9E;
    background-color: #EDEDED;
}
.services-box-list.bt-nine .services-box{
    border: 1px solid #8BC34A;
    background-color: #EBF0E4;
}
.services-box-list.bt-ten .services-box{
	border: 1px solid #446AB3;
    background-color: #EDF1F8;
}
.services-box-list.bt-eleven .services-box{
	border: 1px solid #A45717;
	background-color: #F6EFE8;
}
.services-box-list.bt-twelve .services-box{
	border: 1px solid #008289;
	background-color: #E6F3F4;
}
.services-box-list.bt-thirteen .services-box{
	border: 1px solid #765BB8;
	background-color: #F2EFF8;
}
.services-box-list.bt-fourteen .services-box{
	border: 1px solid #C33458;
	background-color: #F9EBEF;
}
.services-box-list.bt-fifteen .services-box{
	border: 1px solid #624100;
	background-color: #F0ECE6;
}
@media (max-width: 1024px){
    .services-box h3{
        font-size: 24px;
    }
    .services-box{
        padding: 25px;
    }
    .services-box::before {
        left: 50px;
    }
}
@media (max-width: 768px){
    .services-box{
        text-align: center;
        align-items: center;
    }
    .services-box::before {
        left: 50%;
        transform: translateX(calc(-50% - -25px));
    }
}
@media (max-width: 767px){
    .services-box h3{
        font-size: 20px;
    }
    .services-box{
        padding: 20px;
    }
    .services-box::before {
        left: 50%;
        transform: translateX(calc(-50% - -20px));
    }
}


/**/
.why-choose-box-content{
    row-gap: 56px;
}
.why-choose-box{
    max-width: 366px;
}
.why-choose-icon{
    width: 60px;
    height: 60px;
    background-color: #E8EBF0;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.why-choose-box h3{
    margin: 18px 0 16px;
    font-size: 24px;
    line-height: 1.3;
}
.why-choose-box p:last-child{
    margin-bottom: 0;
}
/* Color Box Design */
.why-choose-box{
	padding: 24px;
    border-radius: 8px;
    background: #446AB3;
    color: #FFFFFF;
	width: 100%;
    max-width: 100%;
	text-align: center;
	height: 100%;
}
.why-choose-icon{
	margin: 0 auto;
	background-color: #FFFFFF;
}
.why-choose-box h3{
	color: #FFFFFF;
}
.why-choose-box p{
	max-width: 366px;
	margin: 0 auto;
}
.why-choose-box-content {
    row-gap: 30px;
}
/* Color Box Design */
@media (max-width: 1024px){
/*     .why-choose-box-content{
        row-gap: 46px;
    } */
    .why-choose-box h3{
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .why-choose-box {
        margin: 0 auto;
        align-items: center;
    }
    .why-choose-box p{
        text-align: center;
    }
}
@media (max-width: 767px){
/*     .why-choose-box-content{
        row-gap: 36px;
    } */
    .why-choose-box h3{
        font-size: 20px;
    }
}
@media (min-width: 1600px){
    main .container-left-space{
        padding-left: 9.896vw;
    }
}



.see-our-work .see-our-work-box {
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.see-our-work .see-our-work-box .overlay {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.2%, rgba(0, 0, 0, 0) 51.14%, rgba(0, 0, 0, 0.4) 73.48%, #000000 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.see-our-work .slick-slide{
    padding-right: 29px;
}
.see-our-work .see-our-work-box img{
    width: 100%;
    vertical-align: top;
}
.see-our-work .slick-list{
    padding-right: 9.896vw;
}
.see-our-work .see-our-work-widgets,
.see-our-work .see-our-work-widgets h3{
    color: #FFFFFF;
}
.see-our-work .see-our-work-widgets h3{
    font-size: 20px;
    margin: 0 0 17px 0;
    line-height: 1.5;
}
.see-our-work .see-our-work-content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.see-our-work .see-our-work-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    max-width: 350px;
}
.see-our-work .see-our-work-widgets {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}
.see-our-work span.see-our-work-icon {
    background: #FFFFFF;
    height: 42px;
    width: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    transition: all 0.4s ease-in-out;
}
.see-our-work .see-our-work-box:hover span.see-our-work-icon{
    background: #F4AC57;
}
.see-our-work-btn{
    max-width: 164px;
    justify-content: space-between;
    gap: 10px;
    margin: 46px auto 0;
}
.see-our-work-btn button{
    padding: 0;
    background-color: transparent;
}
.see-our-work-btn button:hover,
.see-our-work-btn button:focus{
    background-color: transparent;
}
.see-our-work-btn button svg{
    vertical-align: top;
}
.see-our-work-btn button.custom-next-arrow svg{
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}
.see-our-work-btn button.custom-next-arrow:hover svg path{
    fill: #121213;
}
@media (max-width: 1024px){
    .see-our-work .see-our-work-widgets {
        padding: 20px;
    }
    .see-our-work-btn {
        margin: 36px auto 0;
    }
}
@media (max-width: 767px){
    .see-our-work .see-our-work-widgets {
        padding: 15px;
    }
    .see-our-work .see-our-work-widgets h3 {
        font-size: 18px;
    }
    .see-our-work .see-our-work-content p {
        font-size: 14px;
    }
    .see-our-work span.see-our-work-icon {
        height: 32px;
        width: 32px;
        min-width: 32px;    
    }
    .see-our-work-btn {
        margin: 25px auto 0;
    }
}
.see-our-work {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll-left-slider 60s linear infinite;
}
.see-our-work > div {
  width: 480px;
  min-width: 480px;
  flex-shrink: 0;
}
.see-our-work:hover {
  animation-play-state: paused;
}
@keyframes scroll-left-slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px){
	.see-our-work > div {
	  width: 380px;
	  min-width: 380px;
	}
}
@media (max-width: 575px){
	.see-our-work > div {
	  width: 280px;
	  min-width: 280px;
	}
}
/**/
.testimonials-animations{
    max-width: 1920px;
    width: 100%;
}
.testimonials-review {
    overflow: hidden;
}
.testimonials{
    background-color: #F9FAFC;
}
.testimonials-review{
    background-color: #446AB3;
    padding: 80px 0;
}
.testimonials-review-box{
    background: #EDF1F8;
    border-radius: 10px;
    padding: 24px;
    width: 450px;
    min-width: 450px;
    display: flex;
    flex-direction: column;
}
.testimonials-users{
	width: 50px;
    height: 50px;
    background-color: #D9D9D9;
    border-radius: 50px;
    margin-bottom: 16px;
}
.testimonials-users + img{
	max-width: 119px;
	margin-bottom: 8px;
}
.testimonials-review-box h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}
.testimonials-review-box p{
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.testimonials-animations {
    row-gap: 60px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center; /*remove when you start animation*/
}
.testimonials-rows{
    gap: 30px;
/*     width: calc(450px * 10 + 30px * 9);
    animation-play-state: running */
}
.scroller[data-animated="true"] .left-row {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 40s;
}
.scroller[data-animated="true"] .left-row:hover{
    animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translate(calc(-25% - 0.5rem));
  }
}

/* .left-row {
  -webkit-animation: scroll-left 40s linear infinite;
  animation: scroll-left 40s linear infinite;
}
.right-row {
  -webkit-animation: scroll-right 40s linear infinite;
  animation: scroll-right 40s linear infinite;
  right: 2850px;
  position: relative;
}
.testimonials-rows:hover{
    animation-play-state: paused
} */
/* @-webkit-keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-450px * 5 + 30px * 4.5));
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-450px * 5 + 30px * 4.5));
  }
}
@-webkit-keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(450px * 5 + 30px * 4.5));
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(450px * 5 + 30px * 4.5));
  }
} */
@media (max-width: 1024px){
    .testimonials-review{
        padding: 60px 0;
    }
    .testimonials-animations{
        row-gap: 50px
    }
    .testimonials-rows{
        gap: 20px
    }
}

@media (max-width: 767px){
    .testimonials-review{
        padding: 40px 0;
    }
    .testimonials-animations{
        row-gap: 40px
    }
    .testimonials-rows{
        gap: 15px
    }
}
@media (max-width: 480px){
    .testimonials-animations{
        row-gap: 30px
    }
}