@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root{
    --black-color:#000;
    --font-page: "Outfit", sans-serif;
}

html{
     font-family: var(--font-page);
}
 body{
    overflow-x: hidden;
    font-family: var(--font-page);
 }

  
  .banner_sec .swiper_slid{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner_sec .swiper_slid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner_sec .banner_text{
       color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 76px;
    /* font-weight: 600; */
    position: relative;
    z-index: 1;
    line-height: 80px;
  }
  .banner_sec .banner_po{
    position: absolute;
    left: 0px;
    top: 30%;
    width: 50%;
    text-align: left;
  }
  .banner_sec .swiper_slid h4{
    color: #fff;      
    text-align: left;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .banner_sec .swiper_slid p{
    color: #fff;      
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 0 !important;
  }
  .banner_sec .swiper_slid ul li{
    color: #fff;      
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }


  .banner_sec .swiper_slid span{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 90px;
  }
  /* .banner_sec .swiper_slid span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, rgba(255, 39, 189, 0.99608) 0%, rgba(150, 48, 206, 1) 100%);
    opacity: 0.3;
  } */

.banner_sec .swiper-slide .banner_text, .banner_sec .swiper-slide span .banner_po{
opacity: 0;
visibility: hidden;
transition: all ease-in 0.9s;
}

.banner_sec .swiper-slide.swiper-slide-active .banner_text, .banner_sec .swiper-slide.swiper-slide-active span .banner_po{
opacity: 1;
visibility: visible;
transition: all ease-in 1.5s;
font-family: "Outfit", sans-serif;
}
.banner_sec .swiper-slide.swiper-slide-active span .banner_po h4{
    position: relative;
    left: 0;
    /*transition: all ease-in 2.5s;*/
    transition: all ease-in 1.5s;

}

 .link-more-button {
    position: relative;
    left: 0;
    /*transition: all ease-in 2.5s;*/
    transition: all ease-in 1.5s;

}

.link-more-button {
animation: fadeInRight 1.5s;
}

.banner_sec .swiper-slide.swiper-slide-active .banner_text{
animation: fadeInRight 1.5s;
}
.banner_sec .swiper-slide.swiper-slide-active span h4{  
animation: fadeInRight 1.5s;
    /*animation-delay: 1.5s;*/

}
.banner_sec .swiper-slide.swiper-slide-active span p{  
animation: fadeInRight 2.5s;
}
.banner_sec .swiper-slide.swiper-slide-active span ul li{  
animation: fadeInRight 3s;
}




.banner_sec{
    padding-top: 100px;
    background: var(--black-color);
}

.swiper-container {
    width: 100%;
    height: 727px;
    padding-bottom: 50px;
  }
  .swiper-container + .swiper-container {
    margin-top: 30px;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #1b1a1b; */
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }
  .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
  }
  .swiper-pagination-bullet-active::before {
    background: linear-gradient(90deg, #ffa000, #ff6000);
    /* background-color: rgba(150, 48, 206); */
    -webkit-animation: slide-progress 6s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 6s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    height: 2px;
  }
  .swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  
  @-webkit-keyframes slide-progress {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @keyframes slide-progress {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }



  .swiper-pagination-bullet{
    opacity: 0 !important;
  }


  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    position: absolute;
    height: 2px;
    border-radius: 0;
    left: 0;
    background: transparent;
    top: 3px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px !important;
    left: 0;
    width: 100%;
    height: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1e1e1e !important;
    opacity: 1 !important;
}


.swiper_slid{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper_slid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev{
    background-image:none !important;
    color: #fff;
    height: 22px !important;
    top: 92% !important;
    font-size: 25px;
}
.swiper-button-prev{
    left: 70% !important;
}
.swiper-button-next{
    right: 22% !important;
}
.banner_text{
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
}
.swiper_slid h4{
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20%;
    /* width: 300px; */
    text-align: left;
    font-size: 20px;
}
.swiper_slid span{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}


.banner_slider .swiper_slid span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(-45deg, rgba(255, 39, 189, 0.99608) 0%, rgba(150, 48, 206, 1) 100%); */
    background: rgb(0 0 0 / 100%);
    opacity: 0.7;
    backdrop-filter: blur(50px);

}
.banner_slider .swiper-slide.swiper-slide-active .swiper_slid span:before{
    content:none;
}




.lets_talk_sec{
    background: #fff;
}
.wave {
	position: relative;
    margin: 0 0 0 auto;
}

.waves-block .waves {
	position: absolute;
	background:transparent;
    box-shadow: -13px 4px 29px #ff7f00, 34px 0px 23px #fe6201, inset -13px 4px 29px #ff7f00, inset 13px 0px 23px #fe6201;
	border-radius: 50%;
	opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	animation: anm2-waves-block 5s infinite linear;
}
.waves-block .waves:nth-child(1) {
	animation-delay: 1s;
}
.waves-block .waves:nth-child(2) {
	animation-delay: 2s;
}
.waves-block .waves:nth-child(3) {
	animation-delay: 3s;
}
@keyframes anm2-waves-block {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0);
		opacity: 0.5;
	}
	50% {
		transform: scale(.5);
		opacity: 1;
	}
	75% {
		transform: scale(1);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.wave .waves-block{
    width: 150px;
    height: 150px;
}
.wave .waves-block .talk-button {
    width: 150px;
    height: 150px;
    display: grid;
    place-content: center;
    border: none;
    border-radius: 100%;
    z-index: 1;
    position: absolute;
    background: #fff;
    color: #0035f5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lets_talk_bg{
    background: linear-gradient(to right, #ffa000, #ff6000);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    display: none;
}




.progressBarContainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background-color: rgb(0 0 0 / 65%);
    backdrop-filter: blur(5px);
    z-index: 2
}
.progressBarContainer div {
    display: block;
    width: 25%;
    padding: 0;
    cursor: pointer;
    float: left;
    color: white;
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 36%);
    border-top: 1px solid rgb(255 255 255 / 36%)
}
.progressBarContainer div:last-child {
    border-right: none
}
.progressBarContainer div h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}
.progressBarContainer div:last-child {
    margin-right: 0;
}
.progressBarContainer div span.progressBar {
    width: 100%;
    height: 100px;
    display: block;
}
.progressBarContainer div span.progressBar .inProgress {
    width: 0%;
    height: 100px;
    background: linear-gradient(to right, #ffa000, #ff6000)
}
.sliderContainer {
    position: relative;
    height: 100vh;
    overflow: hidden
}
.slider {
    height: 100%
}
.single_slide {
    position: relative
}
.single_slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 10%) 0, rgb(0 0 0 / 100%) 100%);
    z-index: 1
}
.slider_new_content {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 9;
    transform: translate(0%, -50%);
    width: 35%;
}
.slider_new_content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    font-family: var(--body-font)
}
.single_slide {
    position: relative
}
.slider_new_content h1 span {
    font-weight: 300
}
.carousel-item {
    transform: scale(1);
    max-height: 100vh;
    min-height: calc(100vh-180px);
    overflow: hidden;
}
.videoSlider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 70%;
    transition: all 0.5s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.elVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active .videoSlider {
    margin-top: 0;
    width: 100%;
    border: none;
    box-shadow: none;
}
.hero_banner_sec {
    height: 100vh;
    background-color: var(--theme-dark1);
}
.hero_banner_sec {
    position: relative;
}
.banner_content h4 {
    color: #fff;
    font-size: 48px;
}
.banner_content h1,
.banner_content p {
    color: var(--text-white1);
}
.banner_content h1 {
    font-size: 200px;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 10px;
}
.typing_sec {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    font-family: var(--body-font);
}
.hero_banner_sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.banner_content_section {
    position: relative;
}
.hiring_info {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 999;
}
.home_feature_sec {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.hiring_info {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    background-color: rgb(28 28 28 / 65%);
}
.hiring_info h4 {
    color: var(--text-white1);
    font-size: 25px;
    font-weight: 700;
}
.hiring_info a {
    color: var(--theme-yellow2);
}
.hiring_info a:hover {
    color: var(--theme-yellow2);
}
.hiring_info span {
    position: absolute;
    right: -9px;
    top: -12px;
    background-color: var(--theme-dark2);
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 17px;
    font-size: 19px;
    border-radius: 50px;
    color: var(--text-white1);
    border: 1px solid var(--text-white1);
    cursor: pointer;
}
.hiring_info.show {
    display: none;
}
.single-item {
    width: 100%;
    height: 100%;
}
.single-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
}
.cover__services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    position: absolute;
    width: 70%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    z-index: 1;
}
.cover__services .item {
    display: flex;
    padding: 32px 40px;
}
.cover__services .item:nth-child(3n+1) {
    border-right: 1px dashed #ffffff14;
}
.cover__services .item:nth-child(-n+3) {
    border-bottom: 1px dashed #ffffff14;
}
.cover__services .item:nth-child(3n) {
    border-left: 1px dashed #ffffff14;
}
.cover__services .item .right h5 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.28px;
    margin-bottom: 2px;
    color: #fff;
    opacity: .5;
}
.cover__services .item .right p {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    opacity: 1;
    margin-bottom:0;
}
.text_type{
    min-height: 100px;
    background: linear-gradient(91deg, #ffbd12 0, #e03d3d 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider_banner_icon{
    position: relative;
    background:  var(--black-color);
    padding: 30px 0;
    border-bottom: 1px solid #76767699;
}
.single_img_part{
    height: 42px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 30px;
}

.client_logo_inb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
    /*filter: grayscale(100%);*/
    text-align: center;
}
.mainCircleOut {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    width: 100%
}
@media(max-width:1199.9px) {
    .mainCircleOut {
        display: none
    }
}
@media(min-width:1199.9px) {
    .mainCircleOut {
        position: absolute;
        right: 0;
        top: 52%;
        transform: translate(30%, -50%);
        padding-top: 0;
        width: 757px
    }
}
@media(min-width:1921px) {
    .mainCircleOut {
        transform: translateY(-50%);
        right: calc(50% - 865px)
    }
}
@media(max-width:756px) {
    .mainCircleOut {
        transform: scale(.5);
        width: 757px;
        height: 400px
    }
}
.mainCircle {
    width: 677px;
    height: 677px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #161616;
    animation: Rotate 15s linear infinite;
    -webkit-animation: Rotate 15s linear infinite
}
.big-circle,
.icon-block {
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}
.icon-block {
    width: 90px;
    height: 90px;
    position: absolute;
    background: #232323;
    padding: 20px
}
.icon-block img {
    margin: 0 auto;
    width: 86%;
    animation: Rotate-reverse 15s linear infinite;
    -webkit-animation: Rotate-reverse 15s linear infinite
}
.circle .icon-block img {
    animation: Rotate 15s linear infinite;
    -webkit-animation: Rotate 15s linear infinite
}
.big-circle .icon-block:nth-child(2n),
.circle .icon-block:nth-child(2n) {
    width: 16px;
    height: 16px;
    padding: 0
}
.big-circle .icon-block:first-child {
    top: -45px;
    left: calc(50% - 45px)
}
.big-circle .icon-block:nth-child(2) {
    top: calc(10% - 8px);
    right: 128px
}
.big-circle .icon-block:nth-child(3) {
    top: calc(35% - 45px);
    right: -21px
}
.big-circle .icon-block:nth-child(4) {
    top: calc(60% - 8px);
    right: 0
}
.big-circle .icon-block:nth-child(5) {
    top: calc(85% - 45px);
    right: 45px
}
.big-circle .icon-block:nth-child(6) {
    bottom: -8px;
    left: calc(50% - 8px)
}
.big-circle .icon-block:nth-child(7) {
    top: calc(85% - 45px);
    left: 45px
}
.big-circle .icon-block:nth-child(8) {
    top: calc(60% - 8px);
    left: 0
}
.big-circle .icon-block:nth-child(9) {
    top: calc(35% - 45px);
    left: -21px
}
.big-circle .icon-block:nth-child(10) {
    top: calc(10% - 8px);
    left: 128px
}
.circle {
    animation: Rotate-reverse 15s linear infinite;
    -webkit-animation: Rotate-reverse 15s linear infinite;
    position: absolute;
    width: 60%;
    height: 60%;
    border: 1px solid #161616;
    border-radius: 50%
}
.circle .icon-block:first-child {
    top: -23px;
    left: 70px
}
.circle .icon-block:nth-child(2) {
    top: calc(15% - 45px);
    right: 102px
}
.circle .icon-block:nth-child(3) {
    top: calc(30% - 45px);
    right: -28px
}
.circle .icon-block:nth-child(4) {
    bottom: calc(35% - 8px);
    right: -1px
}
.circle .icon-block:nth-child(5) {
    bottom: calc(2% - 23px);
    right: 62px
}
.circle .icon-block:nth-child(6) {
    top: calc(98% - 8px);
    left: 132px
}
.circle .icon-block:nth-child(7) {
    bottom: calc(23% - 23px);
    left: -28px
}
.circle .icon-block:nth-child(8) {
    top: calc(35% - 8px);
    left: 2px
}
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.center-logo img {
    max-width: 200px
}
@keyframes Rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
@keyframes Rotate-reverse {
    0% {
        transform: rotate(1turn)
    }
    to {
        transform: rotate(0deg)
    }
}
@keyframes circle-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(45deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg)
    }
}
.our_expertise{
    padding: 100px 0;
}
.our_exp_box{
    min-height: 435px;
    background: #fff;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    margin-bottom: 30px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;

}
.our_exp_box:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.our_exp_box:hover{
    border: 2px solid #ff6000;
}
.our_exp_box:hover .our_exp_box_bg img{
    filter: blur(0px);
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box:hover .our_exp_box_bg img{
    filter: blur(10px);
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box::before{
    z-index: 1;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box:hover::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}


.our_exp_box .cont-box{
    padding: 50px;
    position: absolute;
    z-index: 2;
}
.our_exp_box .cont-box a{
    color: #fff;
}
.our_exp_box .our_exp_box_bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_exp_icon .box-logo{
    width: 70px;
    height: 70px;
    overflow: hidden;
    filter: brightness(0) invert(1);
}
.our_exp_icon .box-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our_exp_box svg{
    margin-bottom: 15px;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    width: 50px;
}
.our_exp_box h4{
    font-size: 30px;
    font-weight: 600;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    opacity: 0;
    /* transition: 0.3s; */
}
.our_exp_box:hover p{
    opacity: 1;
    /* transition: 0.3s; */
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
/* .our_exp_box:hover{
    background: #1e1e1e;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
} */
.our_exp_box svg{
    color: #fff;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box h4{
    color: #fff;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    padding-top: 190px;
}
.our_exp_box:hover h4{
    padding-top: 0px;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.our_exp_box:hover p{
    color: #fff;
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
}

.feature_item_box {
    background: linear-gradient(to right, #ffa000, #ff6000);
    padding: 170px 100px;
    position: relative;
    min-height: 455px;
}
.become_partner_sec .feature_item_box {
    background: #252425;
}
.become_partner_sec .feature_item_box h4,
.become_partner_sec .feature_item_box p {
    color: #fff
}
.section_typing {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 20px;
    color: var(--text-white1);
    text-transform: uppercase;
    font-family: var(--heading-font);
    z-index: 9;
}
.featured_services_list li {
    font-size: 60px;
    color: #fff;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    margin-bottom: 0px;
    list-style: none;
}
.home_abt_sec {
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}
.abt_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yellow_btn {
    background: var(--theme-yellow1);
    color: #fff;
    padding: 10px 45px;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    font-family: var(--heading-font);
}


.grid_round_box{
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, #000000 0, #000000 100%);
    padding: 100px 0 0;
    position: relative;
}

.grid_round_box:before {
    content: '';
    position: absolute;
    left: 0%;
    top: -10%;
    width: 900px;
    height: 900px;
    background: radial-gradient(50% 50% at 50% 50%, rgb(134 38 54 / 70%) 0%, rgba(255, 74, 23, 0) 100%);
    filter: blur(125px);
}
.grid_round_box:after {
    content: '';
    position: absolute;
    right: 0%;
    bottom: -10%;
    width: 900px;
    height: 900px;
    background: linear-gradient(45deg, rgb(22 74 148 / 51%) 0%, rgba(255, 74, 23, 0) 100%);
    filter: blur(125px);
}

.our_expertise{
    background: #000;
}


.grid_round_box .utility_services_tiitle h4{
    color: #fff;
    
}
.grid_round_box .utility_services_tiitle p{
    color: #fff;
}

.abt_inner {
    padding-right: 200px;
    width: 85%
}
.abtn_read_more_btn {
    width: 15%;
}
.abt_inner h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    color: #242524;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative
}
.abt_inner p {
    color: #000;
    font-size: 16px;
    font-family: var(--body-font);
    line-height: 30px
}
.devider_btn_sec {
    padding: 50px 0 100px 0;
    background-color: #fff
}
.devider_btn {
    background: #ffa000;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 300% 100%;
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 30px 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}
.devider_btn img {
    padding-left: 15px;
}
.devider_btn:hover {
    background-position: 100% 0;
    transition: ease-in all 0.3s;
    color: #fff;
    box-shadow: none
}
.devider_inner {
    position: relative
}
.devider_inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 33%;
    background-color: #ccc;
    transform: translate(0%, -50%)
}
.devider_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 33%;
    background-color: #ccc;
    transform: translate(0%, -50%)
}
.services_inner {
    display: flex;
    align-items: center;
    margin-right: -18px;
}
.new_industris_sec {
    padding: 50px 0
}
.services_inner .tab-content {
    width: 70%;
}
.serices_section {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.new_industris_titile h4 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700
}
.new_industris_titile p {
    font-size: 20px;
    margin-bottom: 0;
    margin-bottom: 20px
}
.new_industris_titile {
    padding-right: 50px
}
.single_industries_item {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    transition: ease-in all 0.3s;
    cursor: pointer
}
.single_industries_item p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--heading-font);
    opacity: 1;
    margin-top: 5px;
}
.single_industries_item img {
    width: 60px;
    filter: grayscale(1)
}
.single_industries_item:hover {
    border-color: rgb(255 104 36 / 45%);
    box-shadow: 10px 12px 34px rgb(28 28 28 / 17%);
    transition: ease-in all 0.3s
}
.services_row {
    display: flex;
    align-items: center;
}
.serices_section .section_typing {
    color: var(--theme-dark1);
    font-family: var(--heading-font);
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 50px;
}
.services_conetnt_partr {
    margin-left: 30px
}
.new_industris_sec {
    background-color: #fff;
    position: relative;
    z-index: 99
}
.home_utility_services {
    background-color: #fff;
    padding: 80px 0 80px 0
}
.left_color_sec {
    background: url(../../assets/img/bg_we_work.jpg) !important;
    /*background: linear-gradient(to right, #ffa000, #ff6000);*/
    border-radius: 0 5px 5px 0
}
.utility_nav_sec,
.utility_tab_section,
.left_color_sec {
    min-height: 600px;
}
.utility_tab_section {
    background-color: var(--black-color);
    padding: 50px;
    border-radius: 5px 0 0 5px
}
.utility_mobile_nav_class .slick-current .single_nav_mobile {
    background: linear-gradient(to right, #ffa000, #ff6000);
    color: #fff
}
.single_nav_mobile {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 70px
}
.utility_mobile_nav {
    padding: 0px 25px;
    margin-bottom: 30px
}
.utility_mobile_nav .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 25px;
}
.utility_mobile_nav .slick-arrow:focus {
    background: transparent
}
.utility_mobile_nav .slick-prev {
    position: absolute;
    left: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}
.utility_mobile_nav .slick-next {
    position: absolute;
    right: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}
.utility_mobile_nav_class .slick-slide {
    margin: 0px 5px;
}
.utility_content_sec p {
    font-size: 18px;
}
.utility_mobile_content .utility_content_sec {
    background-color: #242525;
    padding: 30px;
}
.utility_mobile_content .utility_content_sec p {
    font-size: 16px;
}
.utility_services_tiitle {
    margin-bottom: 50px;
}
.utility_services_tiitle h4 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    width: fit-content;
    position: relative;
}
.title_span {
    position: absolute !important;
    bottom: 45px;
    left: -23px;
    height: 30px !important;
    width: 30px !important;
    background: linear-gradient(to right, #ffa000, #ff6000) !important;
    border-radius: 50px !important;
}
.utility_nav_sec {
    padding-top: 30px
}
.utility_nav_sec a {
    display: block;
    font-size: 22px;
    color: #000;
    padding: 13px 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    opacity: 0.7;
    position: relative;
    background-color: #fff;
    z-index: 1
}
.utility_nav_sec a span {
    background-color: #fff;
    padding: 0px 10px;
    z-index: 99;
    position: relative
}
.utility_nav_sec a::after {
    content: "";
    height: 2px;
    background: #161616;
    left: 50%;
    right: 0;
    top: 50%;
    width: 0;
    transform: translateX(-50%);
    transition: all .5s ease;
    position: absolute
}
.utility_nav_sec a.active::after {
    opacity: 1 !important;
    width: 100%;
    z-index: -1
}
.utility_nav_sec a.active {
    color: #000;
    opacity: 1 !important
}
.utility_content_sec h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}
.utility_content_sec a {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
}
.utility_content_sec p {
    color: #fff
}
.hire_cta_section {
    padding: 70px 0 160px 0;
    background-color: #fff;
}
.hire_cta_inner {
    background-color: #242525;
    padding: 100px 70px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    position: relative
}
.hire_cta_inner h4 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.hire_cta_inner p {
    color: #fff;
    margin-bottom: 20px
}
.hire_content_wrapper {
    width: 70%
}
.hire_content_wrapper h4 {
    position: relative
}
.hire_cta_inner .hire_img {
    position: absolute;
    right: -20%;
    bottom: -16%;
    width: 590px;
    height: 380px;
    background-color: #fff;
}
.hire_cta_inner .hire_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
/* .services_icon {
  height: 65px;
  width: 65px;
  background-image: url(../../img/servicesicon.png);
  margin-bottom: 10px;
}
.development_icon {
  background-position: -20px -20px;
}
.desigining_icon {
  background-position: -80px -80px;
} */
.singel_img_serv {
    width: 40%;
    margin-right: 15px;
}
.single_img_services {
    padding: 20px;
}
.single_img_services {
    width: 60%;
}
.single_img_services p,
.single_services p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.singel_img_serv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left_services_titile {
    width: 30%;
    background: #252425;
    margin-right: 80px
}
.services_title_list {
    padding-left: 150px;
    padding-top: 50px;
    padding-bottom: 50px
}
.services_title_list h4 {
    margin-bottom: 20px;
    color: #fff;
    position: relative
}
.services_title_list a {
    transition: ease-in all 0.4s;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff5e;
    padding-bottom: 10px;
    transition: ease-in all 0.3
}
.left_services_titile_top_part {
    background: linear-gradient(to right, #ffa000, #ff6000);
    height: 100px;
    font-family: var(--heading-font);
    padding-left: 150px;
    font-size: 60px;
    color: #fff;
    letter-spacing: 2px;
}
.services_title_list a sup {
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 18px;
}
.services_title_list h4 {
    font-size: 50px;
    margin-bottom: 50px;
}
.services_title_list a:hover {
    text-decoration: none;
}
.mobiele_services_sec {
    background-color: #fff;
}
.esrvices_wrapper_nav_mobile .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 25px;
}
.esrvices_wrapper_nav_mobile .slick-arrow:focus {
    background: transparent
}
.esrvices_wrapper_nav_mobile .slick-prev {
    position: absolute;
    left: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}
.esrvices_wrapper_nav_mobile .slick-next {
    position: absolute;
    right: -30px !important;
    top: 50%;
    transform: translate(0, -50%);
}
.esrvices_wrapper_nav_mobile .slick-slide {
    margin: 0px 5px;
}
.esrvices_wrapper_nav_mobile_wrapper {
    padding: 0px 25px
}
.single_services_nav {
    border: 1px solid #ccc;
    padding: 9px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
}
.services_title_list a.active {
    color: #ffa300;
    font-size: 19px;
    transition: ease-in all 0.3
}
.services_main_conetnt {
    padding-right: 100px
}
.services_main_img {
    max-height: 450px;
    position: relative;
    overflow: hidden;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}
.secondary_img {
    position: absolute;
    bottom: -70px;
    right: -60px;
    width: 50%
}
.services_main_img_wrapper {
    position: relative;
    width: 50%;
    margin-right: 60px
}
.services_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.services_conetnt_partr ul {
    column-count: 2;
}
.services_conetnt_partr h4 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700
}
.services_conetnt_partr ul li {
    margin-bottom: 15px
}
.services_conetnt_partr ul li a {
    color: #000
}
.services_conetnt_partr ul li a span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to right, #ffa000, #ff6000);
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px
}
.single_services {
    padding: 20px;
    margin: 0px 15px;
    position: relative;
    min-height: 150px;
    transition: ease-in all 0.3s;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}
.single_services:hover {
    transition: ease-in all 0.3s;
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
}
.services_row {
    margin-bottom: 30px;
}
.services_change {
    padding: 30px;
}
.services_item h2 {
    margin-top: 30px;
    padding-left: 40px;
    font-family: var(--heading-font);
    font-size: 50px;
}
.single_services h4 {
    color: #242525;
    font-family: var(--heading-font);
    font-size: 24px;
}
.single_services p {
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--theme-dark2);
    font-size: 15px;
}
.services_link {
    border: 1px solid var(--theme-yellow1);
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    color: var(--theme-yellow1);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease-in all 0.3s;
}
.single_services:hover .services_link {
    background-color: var(--theme-yellow1);
    text-decoration: none;
    transition: ease-in all 0.3s;
    color: #fff;
}
.res_tab_sec {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 70px 0;
}
.res_tab_sec .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.res_tab_sec .nav-tabs .nav-item {
    display: inline-block;
    white-space: nowrap;
}
.res_tab_sec .nav-tabs .nav-link sup {
    font-size: 15px;
}
.res_tab_sec .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: var(--theme-dark1);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in;
    padding: 5px 0;
    margin-right: 30px;
}
.res_tab_sec .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--theme-yellow2);
    color: var(--theme-yellow2);
}
.res_tab_sec .overflow_tab {
    overflow: hidden;
    height: 41px;
}
.img_icon_ser {
    width: 80px;
    margin-bottom: 9px;
    background: #fff;
    position: relative;
}
.img_icon_ser img {
    width: 100%;
}
.res_single_services {
    padding: 15px 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.res_tab_sec .tab-pane {
    margin-top: 30px;
}
.res_single_services h4 {
    color: var(--theme-yellow1);
    font-family: Oswald, sans-serif;
}
.res_single_services p {
    color: #1e1d1d;
    font-family: Roboto, sans-serif;
    line-height: 30px;
}
.swiper-slide-item {
    width: 100%;
}
.res_tab_sec .swiper {
    width: 85%;
}
.res_tab_sec .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #dda032;
}
.res_single_services a {
    color: var(--theme-yellow1);
}
.arrow_div {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0px, -50%);
}
.fact_figure_section {
    padding: 0px 0 100px 0;
    position: relative;
    background: #fff
}
.certificate_icon {
    width: 180px;
    position: absolute;
    left: -40px;
    top: -40px;
    filter: grayscale(1)
}
.fact_box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    height: 190px;
    overflow: hidden;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    position: relative;
}
.height_double {
    height: 380px !important;
}
.fact_box h5 {
    font-size: 24px;
    color: #242524;
    font-weight: 600;
    font-family: var(--body-font);
}
.fact_black_box .fact_box_wrapper h5 {
    font-size: 90px;
    color: #ccc
}
.fact_black_box .fact_box_wrapper p {
    color: #fff
}
.fact_box p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.fact_black_box {
    background: #252425;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    z-index: 99;
}
.fact_yellow_box {
    background: linear-gradient(to right, #ffa000, #ff6000);
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    z-index: 99
}
.fact_yellow_box h5 {
    color: #fff;
    font-size: 60px
}
.fact_yellow_box p {
    color: #fff;
}
.fact_figure_heading h4 {
    font-size: 50px;
    font-family: var(--main-font);
    color: #000;
    padding: 30px 0;
    font-weight: 700;
    position: relative
}
.iso_fact_box {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}
.country_fact_box {
    align-items: flex-start;
}
.country_fact_box .fact_box_wrapper img {
    position: absolute;
    right: -30px;
    bottom: -40px;
    filter: grayscale(1)
}
.become_content h4 {
    font-size: 50px;
    color: var(--theme-dark1);
    font-family: var(--heading-font);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative
}
.become_content h5 {
    font-family: var(--heading-font);
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
.become_content h6 {
    font-size: 20px;
    font-weight: var(--body-font);
    color: var(--theme-dark2);
    font-weight: 500;
}
.become_content p {
    color: var(--theme-dark1);
    font-size: 18px;
    font-family: var(--body-font);
    margin-bottom: 20px;
}
.become_content button {
    background: linear-gradient(to right, #ffa000, #ff6000);
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--body-font);
    transition: ease-in all 0.3s
}
.become_content button:hover {
    background: linear-gradient(to left, #ffa000, #ff6000);
    transition: ease-in all 0.3s
}
.explore_btn {
    background: linear-gradient(to right, #ffa000, #ff6000);
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--body-font);
    transition: ease-in all 0.3s
}
.explore_btn:hover {
    background: linear-gradient(to left, #ffa000, #ff6000);
    transition: ease-in all 0.3s
}
.become_content {
    padding-right: 200px;
}
.become_img_sec {
    position: absolute;
    right: 10%;
    width: 30%;
    top: 25%;
    background-color: #fff;
    padding: 50px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    opacity: 1 !important;
}
.client_slide1 .slick-dots li button {
    font-size: 0px;
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #000;
    margin-right: 10px
}
.client_slide1 .slick-dots li.slick-active button {
    background: linear-gradient(to left, #ffa000, #ff6000);
    border-color: transparent
}
.client_slide1 .slick-dots {
    display: flex;
    padding-left: 0;
    justify-content: center
}

.become_partner_sec {
    padding-bottom: 200px;
    position: relative;
    background-color: #fff
}

.fisrt_row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.fisrt_row .single_img_part {
    margin: 20px 0
}

.industries_slider_sec {
    position: relative;
    padding-bottom: 100px;
    background-color: var(--theme-dark1)
}

.slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slick-arrow {
    background-color: grey;
    /* color: black; */
}

.slick-arrow:hover {
    background-color: grey;
}

.slick-prev {
    z-index: 100;
    left: 20px !important;
}

.slick-next {
    z-index: 100;
    right: 20px !important;
}

.indus_slider_wrapper,
.single_industries {
    height: 700px !important;
    overflow: hidden
}

.industries_bg {
    height: 700px;
    object-fit: cover;
}

.indus_slider_wrapper {
    position: relative;
}

.single_industries img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
    transition: ease-in all 0.3s;
}

.single_industries {
    display: flex !important;
    align-items: flex-end;
    position: relative;
    transition: ease-in all 0.3s;
}

.single_indus_content {
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 40px;
    text-align: left;
    transition: ease-in all 0.3s;
    height: 350px;
    overflow: hidden;
    transform: translate(0px, 180px);
}

.single_indus_content h4 {
    margin-bottom: 15px;
}

.single_indus_content p {
    opacity: 0;
}

.indus_slider_wrapper .slick-current .single_indus_content p {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_indus_content {
    transform: translate(0px, 0px);
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover .single_indus_content {
    transform: translate(0px, 0px);
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover .single_indus_content p {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-current.single_industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slider-nav .slick-active.single_industries:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_industries img {
    opacity: 1;
    transition: ease-in all 0.3s;
}

.indus_slider_wrapper .slick-current .single_industries .single_indus_content {
    opacity: 1;
    transition: ease-in all 0.3s;
}

/* .slider-nav .slick-slide {
  margin: 0 1px !important;
} */
/* .indus_slider_wrapper .single_industries:hover .single_indus_content {
  opacity: 1;
  transition: ease-in all 0.3s;
} */
/* .single_industries:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  height: 100%;
  width: 100%;
  transition: ease-in all 0.5s;
} */
.single_industries {
    cursor: pointer;
}

.single_indus_content h4 {
    font-size: 25px;
    font-family: var(--heading-font);
}

.single_indus_content p {
    font-family: var(--body-font);
    font-size: 16px;
}

.indus_slider_wrapper .slider-nav .slick-list {
    padding: 0px !important;
}

.indus_slider_wrapper .slider-for {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.indus_slider_wrapper .slider-for .slick-slide .industries_bg img {
    opacity: 0;
}

.indus_slider_wrapper .slider-for .slick-slide.slick-active .industries_bg img {
    opacity: 1;
}

.industries_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****************************industry end sheet*****************************/





/*****************************cliens styl;e sheet*****************************/
.our_clients_sec {
    position: relative;
    z-index: 9;
    padding: 100px 0 0 0;
}

.client_logo_sec {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.logo img {
    cursor: pointer;
}



/* .slider_row .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
} */
.client_logo_new {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.slider_row .slick-prev,
.slider_row .slick-next {
    display: none !important;
}

.client_logo_slider_wrapper {
    position: relative;
}


.client_logo_wrapper img {
    width: 80px
}



.our_client_text_area {
    padding-left: 170px
}

.our_client_text_area h4 {
    font-size: 50px;
    font-family: var(--heading-font);
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.our_client_text_area p {
    font-size: 16px;
    font-family: var(--body-font);
    color: #fff;
    line-height: 30px;
}

.col_position div:nth-child(4) .single_devide_blog {
    flex-direction: row-reverse;
}

.col_position div:nth-child(5) .single_devide_blog {
    flex-direction: row-reverse;
}

.col_position div:nth-child(5) .single_devide_blog .blog_content,
.col_position div:nth-child(2) .single_devide_blog .blog_content {
    background-color: var(--theme-yellow2);
}

.col_position div:nth-child(3) .single_devide_blog {
    flex-direction: row-reverse;
}

/* 
.col_position div:nth-child(3) .single_devide_blog {
  display: block;
}
.col_position div:nth-child(3) .single_devide_blog .blog_content {
  width: 100%;
  background-color: #fff;
}
.col_position div:nth-child(3) .single_devide_blog .blog_content h4,
.col_position div:nth-child(3) .single_devide_blog .blog_content p,
.col_position div:nth-child(3) .single_devide_blog .blog_content a {
  color: var(--theme-dark1) !important;
} */
/* .col_position div:nth-child(3) .single_devide_blog .blog_img {
  display: none;
} */
.col_position div:last-child .single_devide_blog .blog_content {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.col_position div:last-child .single_devide_blog .blog_img {
    position: absolute;
    width: 100%;
}

.our_blog_sec {
    position: relative;
    background-color: #fff;
    padding: 100px 0;
}

.single_devide_blog {
    display: flex;
    align-self: center;
}


.blog_content {
    padding: 30px;
    background-color: var(--theme-yellow1);
}

.blog_content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_blog:hover .blog_img img {
    transform: scale(1.1);
    transition: ease-in all 0.3s;
}

.blog_img {
    height: 360px;
    overflow: hidden;
    transition: ease-in all 0.3s;
    width: 100%;
}

.blog_img img {
    transition: ease-in all 0.3s;
}

.single_devide_blog,
.single_slow_blog {
    height: 345px;
}

.blog_content,
.slow_blog_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slow_blog_content {
    padding: 20px;
}

.blog_title h4 {
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.single_blog_content h4 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: bold;
    color: #242524;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px
}
.small_blog_content h4{
    font-size: 18px;
}

.single_blog {
    box-shadow: 16px 4px 35px rgb(0 0 0 / 20%);
    padding: 20px;
    transition: ease-in all 0.3s;
    margin-bottom: 20px;
}
.blog_img.blog_smll{
    height: 125px;
    margin-bottom: 0;
    width: 200px;
    margin-right: 10px;
}

.single_blog:hover {
    box-shadow: none;
    transition: ease-in all 0.3s;
    background-color: #f8f8f8
}

.single_blog_content p {
    font-size: 16px;
    font-family: var(--body-font);
    color: #242524;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.single_blog.bg-white h4,
.single_blog.bg-white p,
.single_blog.bg-white a {
    color: var(--theme-dark1) !important;
}
.scroll_box{
    overflow: hidden;
    overflow-y: auto;
    height: 560px;
}




.overlay_blog {
    background: url(https://firebasestorage.googleapis.com/v0/b/excellisit2022.appspot.com/o/become-a-partner.jpg?alt=media&token=74f77dfc-d9ee-4e05-b5a3-47fec1c4acd7) no-repeat center;
    background-size: cover;
    position: relative;
}

.overlay_blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay_blog .slow_blog_content {
    position: relative;
    z-index: 99;
}

.single_blog .read_more {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

/*footer_con*/
.background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background__blue {
    top: 100px;
    left: -30px;
    width: 800px;
    background-color: #6fcbdd;
}

.background__blue,
.background__red {
    position: absolute;
    height: 10px;
    opacity: 0.1;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

.background__red {
    top: 170px;
    left: -50px;
    width: 1250px;
    background-color: #e11665;
}

.background__green,
.background__yellow {
    position: absolute;
    top: -100px;
    width: 10px;
    height: 2100px;
    opacity: 0.1;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
}

.background__yellow {
    left: -80px;
    background-color: #eaa822;
}

.background__green {
    left: 50px;
    background-color: #38ba91;
}

.footer_contact_form_sec {
    padding: 100px 0 150px 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.left_foo_con_sec {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    padding: 30px;
    width: 100%;
}

.single_persion_con {
    box-shadow: 0 10px 30px 0 rgb(159 164 189 / 30%);
    margin-bottom: 30px;
    padding: 20px;
}

.con_foo_input_wrapper input,
.con_foo_input_wrapper select,
.con_foo_input_wrapper textarea {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    color: #686868
}

.con_foo_input_wrapper input:active,
.con_foo_input_wrapper input:focus {
    outline: none;
    border-color: #eaa822
}

.con_foo_input_wrapper input::placeholder,
.con_foo_input_wrapper select::placeholder,
.con_foo_input_wrapper textarea::placeholder {
    font-weight: 400;
    color: #686868
}

.con_foo_input_wrapper .file_type {
    height: 47px;
}

.con_foo_input_wrapper label {
    font-weight: 600;
    font-size: 14px;
}

.con_foo_input_wrapper textarea {
    height: 100px;
}

.con_foo_input_wrapper textarea:focus {
    outline: none
}

.con_foo_input_wrapper select:focus {
    outline: none
}

.con_foo_input_wrapper {
    margin-bottom: 20px;
}

.left_foo_con_sec h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.single_persion_con h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--theme-yellow1);
    letter-spacing: 1px;
}

.single_persion_con p {
    font-size: 13px;
    color: #777676;
    font-family: var(--body-font);
    margin-bottom: 5px;
}

.single_persion_con ul li a {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--body-font);
    display: inline-block;
    margin-bottom: 10px
}

.single_persion_con ul li a i {
    font-size: 18px;
}

.con_foo_input_wrapper label sup {
    color: #f00;
}

.contact_form_title span {
    font-size: 50px;
    color: #252425;
    font-weight: 700
}

.enquire_btn {
    background: linear-gradient(to right, #ffa000, #ff6000);
    color: var(--theme-dark2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: var(--body-font);
    padding: 12px 60px;
    border: none;
}

.colorLine span:nth-child(1) {
    background: #cc3c28;
}

.colorLine {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.colorLine span {
    width: 12.5%;
    height: 3px;
    display: inline-block;
}

.colorLine span:nth-child(2) {
    background: #fac512;
}

.colorLine span:nth-child(3) {
    background: #2cad22;
}

.colorLine span:nth-child(4) {
    background: #ea6700;
}

.colorLine span:nth-child(5) {
    background: #498afe;
}

.colorLine span:nth-child(6) {
    background: #e20d71;
}

.colorLine span:nth-child(7) {
    background: #165b10;
}

.colorLine span:nth-child(8) {
    background: #ea6700;
}

.wide_globe_sec {
    background-color: #fff;
    position: relative;
    z-index: 99;
    padding: 50px 0;
}

.map_location_pin::before {
    content: "";
    position: absolute;
    left: 48.8%;
    height: 20px;
    width: 20px;
    background-color: #e85616;
    border-radius: 50px;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) #ffa000 no-repeat 50% 50%;
    outline: 1px solid;
    outline-offset: 3px;
    outline-color: #ffa000;
}

.india_location {
    position: absolute;
    z-index: 99;
    right: 357px;
    top: 325px;
    cursor: pointer;
}

.dubai_location {
    position: absolute;
    z-index: 99;
    right: 467px;
    top: 325px;
    cursor: pointer;
}

.uk_location {
    position: absolute;
    z-index: 99;
    right: 617px;
    top: 245px;
    cursor: pointer;
}

.map_location_pin span {
    position: absolute;
    left: 30px;
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-dark2);
}

.australia_location {
    position: absolute;
    z-index: 99;
    right: 157px;
    bottom: 90px;
    cursor: pointer;
}

.us_location {
    position: absolute;
    z-index: 99;
    left: 230px;
    top: 295px;
    cursor: pointer;
}

.popover-header {
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    background-color: var(--theme-yellow2) !important;
    border-bottom: 1px solid var(--theme-yellow2) !important;
    color: #000000 !important;
    border-radius: 0px !important;
}

.popover-body {
    padding: 0.5rem 0.75rem !important;
    color: var(--text-white1) !important;
    background-color: var(--theme-dark2);
}

.popover .arrow::after {
    border-top-color: var(--theme-dark2) !important;
}

/**************************************Footer Section*********************************/
.footer_sec {
    background-color: var(--theme-dark2);
    position: relative;
    z-index: 9;
}

footer#section10 {
    height: auto;
    align-items: center;
    padding-top: 60px;
}

footer#section10 .footer-links {
    justify-content: space-between;
}

.footer_menu ul li {
    margin-bottom: 10px;
}

.footer_menu ul {
    margin-bottom: 0px;
}

.footer-links ul li i {
    padding-right: 10px;
}

.footer_certificate img {
    margin: 5px;
    height: 50px;
}

footer#section10 h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px
}

.footer#section10 h6::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 40px;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000)
}

.footer_content_part {
    position: relative;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    margin-top: -170px;
    opacity: 1 !important;
}

.footer_content_part::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(30px);
}

.footer_content_part_ele {
    padding: 40px 50px
}

.footer_content_part_ele h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.footer_content_part_ele h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px
}

footer#section10 p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-links a {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    transition: ease-in all 0.3s;
    font-family: var(--body-font);
}

.footer_part_con {}

.footer-links a svg {
    margin-right: 10px;
}

.footer_part_con a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    background-image: linear-gradient(to left, #ffa000, #ff6000, #ffa000, #ffa000);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 300% 100%;
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
    position: relative;
    padding: 30px;
    transition: ease-in all 0.3s
}

.footer_part_con a img {
    margin-left: 20px
}

.footer_part_con a:hover {
    background-position: 100% 0;
    transition: ease-in all 0.3s
}

.footer-links a:hover {
    color: #ff6000;
    transition: ease-in all 0.3s;
    transform: scale(1.1);
}

.footer_logo {
    width: 65%;
}

footer#section10 .contact-details>* {
    margin-top: 20px;
}

footer#section10 .copyright_sec {
    border-top: 1px solid #252525;
    margin-top: 30px;
    background-color: #0e0e0e;
}

footer#section10 .copyright p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #section9 .header>*:last-child {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer_ect_sec p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.footer_ect_sec ul li a {
    font-size: 25px;
    color: #fff;
    padding-right: 7px;
}

.footer_address ul li i {
    color: #eb671c;
    font-size: 18px;
}

.footer_address ul li {
    margin-bottom: 7px;
}

.footer_address ul li a {
    color: var(--theme-dark1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.footer_address ul li a svg {
    margin-right: 10px;
}

.contact-details {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact-details h6 {
    font-size: 20px;
    color: var(--theme-yellow1);
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-details h6 img {
    padding-right: 10px;
}

.copyright_sec {
    padding: 10px;
}

.copyright_menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.copyright_menu ul li {
    padding-left: 15px;
}

.copyright_menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.address_sec {
    position: relative;
    background-color: #fff;
    padding: 15px;
}

/* Reveal block */
.reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.portfolio_img_wrapper .reveal-holder img {
    width: 100%;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}


.reveal-holder {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}

.mobile_portfolio .slick-slide.slick-center img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.mobile_portfolio .slick-slide.slick-center {
    transform: none
}

.mobile_portfolio .slick-slide {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -100.136px) rotateX(0deg) rotateY(-50.068deg) scale(1);
    transition: all 0.4s ease-in-out;
}

.mobile_portfolio .slick-list {
    padding: 150px 0 !important;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(to right, #ffa000, #ff6000);
    z-index: 999;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-yellow2);
    transition-property: transform;
    transition-duration: 0.5s;
}

.reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
    background: #1b9edf;
}

.reveal-block.extra::before {
    background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    transform: scaleX(1);
}

.reveal-block.top::before {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    transform: scaleY(0);
    transfo
}

.nav-link{
    padding: 1.5rem 1rem !important; 
}
    
 .list-of-icons .item-icon {
    width: 120px;
    height: auto;
    display: inline-block;
    text-decoration: none;
    margin-right: 80px;
    margin-top: 30px;
}   
.list-of-icons{
    display: flex;
    margin-top: 20px;  
    flex-wrap: wrap;
}
   .list-of-icons .item-icon .image-box {
    width: 120px;
    height: 60px;
} 
.list-of-icons .item-icon .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1) invert(1);
} 
    
    
    
    .link-more-button{
        margin-top: 200px;
    }
    
    .link-more-button a{
        color: #fff;
        font-family: "Outfit", sans-serif;
        font-size: 24px;
    }
    
    .link-more-button a i{
        margin-left: 20px;
        transition:0.5s;
    }
    .link-more-button a:hover i{
        margin-left: 50px;
        transition:0.5s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    