/* Main banner start */

.main_banner{
    height: auto;
}
.hero__slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height:795px!important;   /*820px*/
    /* padding: 206px 140px; */
}

.hero__slide .container {
    max-width: 1640px;
    margin: 0 auto;
}

.hero__slide__content {
    max-width: 674px;
    width: 100%;
    margin-top: 206px;
}
.hero__slide .videoOverlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 63%, rgba(0,0,0,1) 100%);
    opacity: 0.4;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 100%;
    position: absolute;
}

.hero__slide__content p {
    font-size: var(--font-size-22);
    font-weight: 600;
    line-height: var(--line-height-26);
    color: var(--color-white);
    padding-bottom: 22px;
    margin-bottom: 0;
}
.main_banner .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.hero__slide .container{
    position: relative;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    top: 0;
}
.main_banner video{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.main_banner .slick-prev{
   position: absolute;
    left: 7.5%;
    margin-top: 10.8%;
    width: 33px;
}
.main_banner .slick-prev svg{
    transform: rotate(180deg);
}
.main_banner .slick-next{
    position: absolute;
    left: 9.5%;
    margin-top: 10.8%;
    width: 33px;
}
/* Main banner end */





/* Industry Section start */
.industry_icon {
    padding: 109px 140px 106px 140px;
}

.industry_icon .container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0;
}

.industry_icon .industry_icon_row {
    display: flex;
}

.industry_icon .industry_icon_card_row {
    gap: 185px;
    margin: 0 0 0 155px;
    display: flex;
    align-items: center;
}

.industry_icon .industry_icon_col1 {
    max-width: 536px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.industry_icon .industry_icon_card a img {
    width: 100px;
    max-width: 104px;
    height: 104px;
    margin-bottom: 29px;
    transition: 0.5s ease-in-out;
}
.industry_icon_card a{
	text-decoration: none;
}
.industry_icon_card a .head4{
	text-decoration: none;
	color: #000000;
    font-family: var(--primary-font-family);
}
.industry_icon_card .head4{
    /*margin-top: 20px;*/
}
.industry_icon .industry_icon_card {
    width: 162px;
    height: auto;
    text-align: center;
}
.industry_icon_card:hover img{
    transform: scale(1.06);
}

.hover-animation {
    position:relative;
  }
  
.hover-animation img {
    position: absolute;
    transition: opacity 1s ease-in-out;
  }
  
.hover-animation img.image-hovered:hover {
    opacity: 0;
    cursor: pointer;
  }
/* Industry Section end */

/*  acknowledge section start*/

.acknowledge {
    color: var(--color-white);
    background: black;
    /*min-height: 571px;*/
    height: auto;
}

.acknowledge .acknowledge-wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.acknowledge .acknowledge-wrap .para5 p{
	margin-bottom: 0;
}
.acknowledge .counter-container {
    display: flex;
    justify-content: center;
}
.acknowledge .acknowledges_card .btn3_light{
	margin-top: 17px;
}

.acknowledge .acknowledge_head {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 18px;
    font-family: var(--primary-font-family);
}
.acknowledge .acknowledge-wrap .grey-elem {
    width: 100%;
    max-width: 538px;
    padding: 181px 61px 122px 140px;
    background-color: #313131;
    position: relative;
}
.acknowledge .acknowledge-wrap .grey-elem:after {
    position: absolute;
    content: '';
    background-color: #313131;
    height: 100%;
    width: 5000px;
    left: -5000px;
    top: 0;
}
.acknowledge .acknowledge-wrap .black-elem {
    display: flex;
    gap: 85px;
    padding: 91px 140px 122px 78px;
    width: 100%;
    max-width: 1382px;
    background-color: var(--color-black);
    justify-content: space-between;
    text-align: center;
}
.acknowledge .acknowledge-wrap .grey-elem .para1{
    font-family: var(--primary-font-family);
}
.acknowledge .acknowledge-wrap .black-elem .acknowledges_card {
    width: 100%;
    max-width: 308px;
}
.acknowledge .acknowledges_card .acknowledges_right .para5 p{
	margin-bottom: 0;
}
.acknowledge .btn2_small{
    color: var(--color-white);
}
.acknowledge .btn2_small:hover{
    color: var(--color-white);
}
.acknowledge .btn2_small svg path{
    stroke: var(--color-white);
}
.acknowledge.non-numeric{
    min-height: 454px;
}
.acknowledge.non-numeric .head2 p{
    color: white;
}
.acknowledge.non-numeric .acknowledge-wrap .grey-elem{
     min-height: 454px;
}
.acknowledge.non-numeric .acknowledge-wrap .black-elem{
	text-align: left;
	padding: 135px 150px 122px 122px;
}
.acknowledge.non-numeric .acknowledge_head {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 0;
}
.acknowledge.non-numeric .acknowledge-wrap .black-elem .acknowledges_card{
	max-width: 270px;
}
/*  acknowledge section end*/





/* Our Expertise Start*/

.expert {
    background-color: var(--EFEFEF);
}

.expert .expert-wrapper {
    display: flex;
    width: 100%;
    /*min-height: 949px;*/
    height: 949px;
    /*max-height: 1200px;*/
}

.expert .expert-wrapper .expert-left {
    max-width: 50%;
    width: 100%;
    transition: 0.2s ease-in-out;
}

.expert .expert-wrapper .expert-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert .expert-wrapper .expert-right {
    display: flex;
    align-items: center;
    max-width: 50%;
    width: 100%;
}

.expert .expert-wrapper .expert-right .expert-content {
    max-width: 570px;
    width: 100%;
    margin: 166px 156px 150px 156px	;
}

.expert .expert-wrapper .expert-right .expert-content ul {
    list-style: none;	
}

.expert .expert-wrapper .expert-right .expert-content ul li {
    margin-bottom: 20px;
    position: relative;
    min-height: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}

.expert .expert-wrapper .expert-right .expert-content ul li a {
    display: flex;
    gap: 20px;
    font-size: var(--font-size-17);
    line-height: var(--line-height-20);
    text-transform: none;
    color: var(--color-black);
    font-weight: var(--fw-normal);
    text-decoration: none;
    align-items: center;
}


.expert .expert-wrapper .expert-right .menu-list {
    margin: 0;
    padding: 0;
    max-width: 50vw;
    list-style: none;
    padding-top: 24px;
    margin-bottom: 24px;
}

.expert .expert-wrapper .expert-right .menu-list li {
    width: 586px;
}

.expert .expert-wrapper .expert-right .menu-list a {
    color: black;
    width: 100%;
    /*margin-bottom: 20px;*/
    text-decoration: none;
    font-family: var(--primary-font-family);
}
.expert .expert-wrapper .expert-right .expert-content ul li:hover a:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.expert .expert-wrapper .expert-right .expert-content ul li a::after {
	 content: '';
	  position: absolute;
	  width: 100%;
	  min-height: 100px;
	  height: 100%;
	  transform: scaleX(0);
	  top: -5px;
	  left: 26px;
	  background: #FFFFFF no-repeat;
	  transform-origin: bottom left;
	  transition: transform 0.25s ease-out;
      display: inline-block;
      vertical-align: middle;
}
.expert_icon{
    width:  auto;
    height: 70px;  	 
    z-index: 9;    
   
}
.expert_icon svg{
  position: absolute;
}
.expert_icon2 svg{
  display: none;
  transition: all 3s ease-in-out;
}

.expert_icon1 svg{
   display: inline-block;
    transition: opacity .5s linear;
}

.expert .expert-wrapper .expert-right .expert-content ul li:hover .expert_icon2 svg{
  display: inline-block;
}

.expert .expert-wrapper .expert-right .expert-content ul li:hover .expert_icon1 svg{
  display: none;
   opacity: 0;
}
.expert-text {
    display: flex;
    align-items: center;
    margin-left: 74px;
    z-index: 9999;   
    font-size: 17px;
    line-height: 20px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
    font-family: var(--secondary-font-family);
}

/* Our Expertise End*/




/* featureProductSlider start */

.featureProductSlider {
    padding: 105px 140px 158px 140px;
}

.featureProductSlider .container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0;
}

.featureProductSlider .slick-slide {
    max-width: 291px;
    width: 100%;
    border: none;
}
.featureProductSlider .slick-slide a{
    text-decoration: none;
    color: #000;
}
.featureProductSlider .slick-slide img {
    width: 100%;
    height: 291px;
    object-fit: cover;
}

.featureProductSlider .slick-slide .head5 {
    margin-top: 30px;
    min-height: 56px;
    height: 100%;
    margin-bottom: 17px;
}

.featureProductSlider .slick-track {
    gap: 67px;
    display: flex;
    align-items: flex-start;
}

.featureProductSlider .card-slider {
    position: relative;
    padding: 0 115px;
}
.featureProductSlider .slick-prev {
    left: 11px;
}
.featureProductSlider .feature-header{
	display: flex;
	margin-bottom: 53px;
	align-items: center;
}
.featureProductSlider .head2{
	max-width: 50%;
	width: 100%
}
.featureProductSlider .slick-next {
    right: 0;
}
.featureProductSlider .feature-header .btn2{
	text-align: end;
    font-family: var(--primary-font-family);
}
.featureProductSlider .para3{
	margin-bottom: 17px;
}
/* featureProductSlider end */



/* Get the latest news start*/
.get_latest_news{
    background-color: var(--extra-dark-grey);
}
.get_latest_news .head2{
    color: white;
}
.get_latest_news .wrapper{
    display: flex;
    width: 100%;
    min-height: 792px;
    height: 100%;
    /*max-height: 792px;*/
}
.get_latest_news_left {
    padding: 129px 0 160px 140px;
    max-width: 59%;
    width: 100%;
}
.get_latest_news_left_container{
    max-width: 1100px;
    margin: 0 0 0 auto;
}
.get_latest_news_right {
    max-width: 42.5%;
    width: 100%;
    position: relative;
}
.get_latest_news_right_icon{
	display: flex;
    position: absolute;
    width: 94px;
    height: 20px;
    cursor: pointer;
    top: 70%;
    left: 51%;
}
.get_latest_news_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.get_latest_news form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.get_latest_news .get_latest_news_left .form-text-field{
    max-width: 480px;
    height: 54px;
    padding: 18px 13px;
    width: 480px;
    margin-bottom: 8px;
    border: none;
}
.get_latest_news_left .inner_right_content{
    color: white;
    margin: 40px 0 30px 73px;
    width: 278px;
}
.get_latest_news_left .inner_right_content .para2{
    margin-bottom: 27px;
}
.get_latest_news_left .inner_right_content .para2 a{
	text-decoration: none;
	color: white;
}
.get_latest_news_left .inner_right_content .para2 img{
    margin-right: 17px;
}
.get_latest_news  .get_latest_news_left .inner-wrap{
    display: flex;
    margin-top: 61px;
    flex-wrap: wrap;
}
.get_latest_news .social_icons{
    display: flex;
    gap: 35px;
    padding-top: 52px;
    margin-top: 52px;
    border-top: 1px solid white;
}
.get_latest_news .social_icons a{
	transition: 0.2s ease-in-out;
}
.get_latest_news .social_icons a:hover{
	transform: scale(1.1);
}
.get_latest_news_left .inner_right_content .para2:hover{
	opacity: 0.8
}
.get_latest_news .wpcf7 form .wpcf7-response-output{
	color: white;
    margin: 0;
}
.get_latest_news .get_latest_news_left textarea.form-text-field{
    height: auto;
}
.get_latest_news form p{
	/*margin: 0.5rem; */
}
.get_latest_news form .input-button p{
	margin: 0; 
	position: relative;
}
.get_latest_news form .input-button p:before {
    position: absolute;
    content: " \2335";
    top: 16px;
    left: 98px;
    transform: rotate(270deg);
    color: black;
    font-weight: bold;
    transition: 0.2s ease-in-out;
}
.get_latest_news form .input-button p:hover::before{
	left: 102px;
}
.get_latest_news form .input-button p input{
	padding: 17px 45px 17px 33px!important;
}
/* Get the latest news end*/





/* image_with_content start*/
.image_with_content {
    padding: 120px 140px 136px 140px;
}

.image_with_content .container {
    max-width: 1640px;
    margin: 0 auto;
}
.image_with_content_left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_with_content_left h2 {
    font-family: var(--primary-font-family);
    font-size: var(--font-size-45)!important;
    font-style: var(--fw-normal);
    font-weight: var(--fw-bold);
    line-height: var(--line-height-55)!important;
    color: black;
}
.image_with_content_left .btn2{
    padding-top: 20px;
}
.image_with_content .content-area{
    max-width: 533px;
    width: 100%;
}
.image_with_content .head2{
    margin-bottom: 50px;
}
.image_with_content .head5{
    /*margin-top: 50px;*/
    margin-bottom: 35px;
    line-height: 30px;
}
.image_with_content_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 685px;
}
.image_with_content ul{
	padding-left: 20px;
	margin-left: 0;
    list-style: square;
}
.image_with_content ul li{
    padding: 7px 0;
    font-size: 16px;
    line-height: 20px;
}
.image_with_content ul ::marker {
    font-size: 20px;
}
.image_with_content .features .feature-list {
    display: flex;
    gap: 22px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.image_with_content .features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.image_with_content .features h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}
.image_with_content .features .icon {
    width: 100%;
    max-width: 40px;
    height: auto;
}
section.image_with_content.gray-background {
    background: #EFEFEF;
}
.image_with_content .features .icon img {
    max-width: 35px;
    width: 100%;
    height: auto;
}
/* image_with_content end*/




/* contentSection start*/
.contentSection{
  padding: 65px 92px;
}
.contentSection .container{
    max-width: 1358px;
    margin: 0 auto;
}
.contentSection .para3{
    color: white;
    text-align: center;
    margin-top: 30px;
}
.contentSection_head{
    font-size: 30px;
    line-height: 34px;
    font-family: var(--primary-font-family);
    color: white;
    font-weight: bold;
    text-align: center;
}
/* contentSection end*/





/* Join our team slider start  */


.join_our_team .upperSection img{
    height: 729px;
    width: 100%;
    object-fit: cover;
}
.join_our_team .joinLargeCard {
    max-width: 1088px;
    min-height: 278px;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 55px 61px 50px 86px;
    width: 100%;
    margin: -100px auto 0 auto;
}
.join_our_team .lowerSection {
	height: 765px;
}
.join_our_team .lowerSection .joinCard {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 75px;
}
.joinLargeCard .joinLargeCard_left{
    max-width: 377px;
    width: 100%;
    color: white;
}
.joinLargeCard .joinLargeCard_right {
    max-width: 475px;
    margin-left: 89px;
}
.joinSmallCard{
    background-color: #313131;
    color: white;
    padding: 24px 25px;
    display: flex;
    max-width: 536px;
    width: 100%;
    margin-top: -50px;
}   
.joinSmallCard img{
    max-width: 63px;
    height: auto;
    width: 100%;
}
.joinSmallCard .joinSmallCardText{
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-left: 35px;
    font-weight: bold;
}
.join_our_team .joinSmallCard:hover{
	/*outline: 2px solid #00ff13;*/
} 
.join_our_team .lowerSection .join_slider{
    margin: 60px auto 117px auto;
    max-width: 1178px;
    width: 100%;
}

.join_our_team .center-slider .slick-slide{
    background-color: #F7F7F7;
    color: #FFF;
    height: 208px;
    max-width: 208px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    padding: 14px;
    filter: grayscale(0.8);
  }

.join_our_team .joinCenterSlider .slick-track{
    display: flex;
    align-items: center;
    gap: 0 18px;
    height: 243px;
  }
.join_our_team .slick-slide.slick-active.slick-center{
   /* height: 242px;
    width: auto!important;
    max-width: 242px!important;*/
    background-color: white;
   /* border: 1px solid #707070;*/
    filter: none;
  }
  .join_our_team .slick-slide.slick-active.slick-center:after{
   height: 242px;
    /* width: 242px; */
    /* max-width: 242px!important; */
    transition: all 0.4s ease-in-out;
    border: 1px solid #707070;
    position: absolute;
    content: '';
    padding: 103px;
  }
.join_our_team .center-slider .slick-current.slick-active{
    transform: scale(1.1);
    background-color: #000000;
  }
  .join_our_team a:visited {
    color: #fff;
}
.join_our_team .joinLargeCard .btn2_small{
    margin-top: 29px;
    margin-bottom: 55px;
    color: var(--color-white);
}
.join_our_team .joinLargeCard .btn2_small svg path{
    stroke: white;
}
.join_our_team .slick-slide img {
    width: 100%;
    height: auto;
} 
.join_our_team .slick-prev,.join_our_team .slick-next{
	display: none!important;
} 
/* Join our team slider end */


/* footer start */
.footer{
    padding: 136px 140px 0 140px
}
.upperFooter{
   padding-bottom: 100px;
}
.footer .container{
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 109px;
}
.footer .container.lowerFooter {
    padding: 33px 0 24px 0;
}
.footer .footerLogo img{
    max-width: 208px;
    width: 100%;
    height: auto;
}
.footer .form-text-field{
    max-width: 398px;
    height: 54px;
    padding: 18px 13px;
    width: 398px;
    margin-bottom: 14px;
    border: none;
}
.footer input:focus-visible {
    outline: none;
}
.footer form{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.footer form p{
    margin-bottom: 0;
}
.footer ul.list-style{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer .list-style li{
    margin-top: 26px;
}
.footer .list-style li a{
    font-size: var(--font-size-18);
    line-height: var(--line-height-20);
    margin-top: 26px;
    text-decoration: none;
    color: var(--color-white);
}
.footer .lowerFooter ul{
    list-style: none;
    display: flex;
    gap: 50px;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-left: 0;
}
.footer .lowerFooter .footer-menu ul li{
	 font-size: var(--font-size-18);
    line-height: var(--line-height-20);
    color: var(--color-white);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.footer .lowerFooter .footer-menu ul li:hover{
	opacity: 0.8;
	}
.footer .lowerFooter .footer-menu ul li a{
    font-size: var(--font-size-18);
    line-height: var(--line-height-20);
    color: var(--color-white);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.footer .lowerFooter .footer-menu ul li a:hover{
	opacity: 0.8;
	}
.footer .list-style li a{
  transition: 0.2s ease-in-out;
}
.footer .list-style li a:hover{
    opacity: 0.8;
}
.webBlackBox {
    font-size: 18px;
    line-height: 20px;
    padding-right: 0;
}
.webBlackBox .webBlackBox_text {
   text-align: right;
}
.webBlackBox .webBlackBox_text a{
    color: white;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.webBlackBox .webBlackBox_text a:hover{
    opacity: 0.8;
}
.footer .wpcf7 form .wpcf7-response-output{
	margin: 2rem 0;
}
.footer .wpcf7-not-valid-tip {
    margin-top: -10px;
    padding-bottom: 10px;
}
.footer form .input-button p {
    position: relative;
}
.footer form .input-button p:before {
    position: absolute;
    content: " \2335";
    top: 15px;
    left: 106px;
    transform: rotate(270deg);
    color: black;
    font-weight: bold;
    transition: 0.2s ease-in-out
}
.footer form .input-button p:hover::before  {
    left: 112px;
}
.footer .input-button input.wpcf7-form-control {
    padding: 17px 45px 17px 33px!important;
    border: none;
}
/* footer end */







/* case-studies start */

.case-studies {
    background: black;
    padding: 163px 140px 263px 140px;
    color: white;
}
.case-studies .case-content .btn2_small{
	font-size: 17px;
    line-height: 20px;
    padding-top: 24px
}
.case-studies .case-wrap{
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}
.case-studies .case-wrap .case-main {
    display: flex;
    gap: 66px;
    margin-top: 24px;
}

.case-studies .case-wrap .case-main .case-left {
    width: 100%;
    max-width: 1038px;
    display: flex;
    gap: 55px;
}

.case-studies .case-wrap .case-main .title {
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 9px;
}

.case-studies .case-wrap .case-main .title h5 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;
    font-family: var(--primary-font-family);
    font-weight: bold;
}

.case-studies .case-wrap .case-main .case-left .left_content {
    width: 100%;
    max-width: 447px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-studies .case-wrap .case-main .case-left .left_content .left_span {
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 9px;
    margin-bottom: 14px;
}
.case-studies .btn2_small{
    color: var(--color-white);
}
.case-studies .btn2_small svg path{
    stroke: var(--color-white);
}
.case-studies .btn2_small:hover{
    color: var(--color-white);
}
.case-studies .case-wrap .case-main .case-right .right_content .right_span {
    display: flex;
    flex-direction: column;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
}

.case-studies .case-wrap .case-main .right-wrap .case-right .right_content p{
    font-size: 14px;
    line-height: 19px;
}
.case-studies .case-wrap .case-main .right-wrap .case-right .right_content a.btn2_small{
	padding-top: 24px;
}
.case-studies .case-wrap .case-main .case-left .left_img {
    width: 100%;
    height: 458px;
    max-width: 536px;
    overflow: hidden;
}

.case-studies .case-wrap .case-main .case-left .left_img img {
    width: 536px;
    height: 100%;
    max-width: 536px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.case-studies .case-wrap .case-main .right-wrap {
    width: 100%;
    max-width: 536px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.case-studies .case-wrap .case-main .right-wrap .case-right {
    display: flex;
    gap: 16px;
}

.case-studies .case-wrap .case-main .right-wrap .case-right .right_content {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-studies .case-wrap .case-main .right-wrap .case-right .right_img {
    width: 100%;
    height: 222px;
    max-width: 260px;
    overflow: hidden;
}

.case-studies .case-wrap .case-main .right-wrap .case-right .right_img img {
    width: 100%;
    height: 100%;
    max-width: 260px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.case-studies .case-wrap .case-main .right-wrap .case-right{
     transition: 0.5s ease-in-out;
}
.case-studies .case-wrap .case-main .right-wrap .case-right:hover img{
    transform: scale(1.07);
}
.case-studies .case-wrap .case-main .case-left:hover img{ 
    transform: scale(1.07);
}
.case-studies.case-study-slider .case-wrap .case-main .case-left {
    display: block;
}
.case-studies.case-study-slider .case-wrap .case-main .case-left .case-img {
    width: 100%;
    height: 174px;
    max-width: 536px;
    overflow: hidden;
}
.case-studies.case-study-slider .case-wrap .case-main .case-left .left_content {
    margin-top: 18px;
}
.case-studies.case-study-slider .smBTn{
    background: white!important;
}
.case-mobile{
    display: none;
}
.case-studies.case-study-slider .smBTn.slick-prev {
    left: -14px;
    top: 75px;
}

.case-studies.case-study-slider .smBTn.slick-next {
    right: -14px;
    top: 89px;
}
.case-mobile .case-studies .case-wrap {
    padding: 0 15px;
}
.case-mobile .case-studies {
        padding: 15px 0;
    }   
.case-mobile .case-content{
    padding: 0 15px;
}
.case-mobile .btn2_small{
    color: var(--color-white);
}
.case-studies .left_content a.btn1{
	margin-top: 20px;
}
.slick-slide .case-img img {
    display: block;
    width: 100%;
    height: 174px;
    object-fit: cover;
}
/* case-studies end */




/* gallerySlider start */
.gallerySlider .gallery__slider{
    padding: 0;
}
.gallerySlider .gallery__slider .smBTn.slick-next {
    right: 0;
}
.gallerySlider .gallery__slider .smBTn.slick-prev {
    left: 0;
}
.gallerySlider .gallery__slide{
    display: flex!important;
    min-height: 898px;
    height: auto;
}
.gallerySlider .gallery__slide .gallery__slide_left{
    max-width: 28%;
    width: 100%;
    background: #313131;
    color: white;
    padding: 0 71px 0 179px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallerySlider .gallery__slide .gallery__slide_right{
    max-width: 72%;
    width: 100%;
    height: 898px;
}
.gallerySlider .gallery__slide .gallery__slide_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallerySlider .gallery__slide .gallery__slide_left .grey-area .para5{
    margin-top: 85px; /*98px*/
    font-size: 17px;
}
.gallerySlider .slick-dots {
    position: absolute;
    top: 370px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    z-index: 9999;
    max-width: 30%;
    margin-top: 21px;
    left: 176px;
}
.gallerySlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 4.5px;
    padding: 0;
    cursor: pointer;
    background: #808080bf;
}
.gallerySlider .slick-dots li.slick-active{
    background: #FFFFFF;
}
.gallerySlider .slick-dots li button:before{
    width: 19px;
    height: 19px;
    content: '';
}
/* gallerySlider end */












.detailSection{
    padding: 96px 278px 108px 278px;
}
.detailSection .container{
    max-width: 1346px;
    margin: 0 auto;
}
.detailSection_row {
    display: flex;
    gap: 80px;
    margin-top: 70px;
}

.detailImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.detailSection .industry_icon_card{
    text-align: center;
    width: 162px;
}
.industry_icon_card img{
    width: 100%;
    max-width: 97px;
    margin-bottom: 20px;
}
.detailImage {
    width: 398px;
    height: 398px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  
  .detailImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:99
  }
  
  .detailImage .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .detailImage:hover img{
    transform: scale(1.07);
}
.detailSection_table tr {
    margin-bottom: 20px;
    display: block;
}
.detailSection_table th {
    width: 160px;
}
.row.detailSectionRow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.detailSectionCol1{
    max-width: 830px;
    width: 100%;
    padding: 0; 
}
.detailSectionCol2{
    max-width: 398px;
}
.detailSectionCol2 .btn1{
    font-weight: bold;
}
.detailSection_table {
    max-width: 612px;
    width: 100%;
}



/* SERVICES START */

.services{
    height: 663px;
    overflow: hidden;
}
.services .serviceTabs_col2 {
    padding: 171px 270px 20px 157px;
}
.services .serviceTabs_list{
    display: block;
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.services img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .serviceTabs_col2 li{
    height: 48px;
    padding: 12px 35px 13px 35px;
}
.services .serviceTabs_col2 li:hover{
    background: var(--linearGradient1);
}
.services .serviceTabs_col2 li.active{
    background: var(--linearGradient1);
}
.services .serviceTabs_col2 li a{
    text-decoration: none;
    color: white;
}
.services .serviceTabs_col1{
    padding: 0;
}
.services .serviceTabs_col1 .service-tab-content{
	height: 663px;
}
/* SERVICES END */


/* thumbnailSlider_with_text start */
.featureProductSlider.productRelated hr {
    padding: 25px 0;
}
.featureProductSlider.productRelated {
    padding-top: 50px;
}
.thumbnailSlider_with_text {
    padding: 38px 278px 50px 278px ;
}

/* .thumbnailSlider_with_text .row{
    border-bottom: 1px solid #D4D4D4;
} */
.thumbnailSlider_with_text .breadcrumb{
	line-height: 19px;
	margin-bottom: 21px;
	/*padding-left: 20px;*/
	font-weight: 500;
}
.thumbnailSlider_with_text .breadcrumb span a, .thumbnailSlider_with_text .breadcrumb span .current-item{
	padding: 0 15px;
    text-decoration: none;
    font-weight: 500;
    color: black;
}
.thumbnailSlider_with_text .container{
	max-width: 1364px;
    margin: 0 auto;
}
.thumbnailSlider_with_text .head1{
    margin-bottom: 43px;
}
.thumbnailSlider_with_text .insulated-slide-show .slick-slide{
    height: 475px;
    display: flex;
    justify-content: center;
}
.thumbnailSlider_with_text .insulated-slide-show img{
    max-width: 475px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumbnailSlider_with_text .insulated-slider-nav img{
	width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.thumbnailSlider_with_text .slick-track{
	gap: 15px;
	display: flex;
}

.thumbnailSlider_with_text_right .desc-area .para3{
    margin-bottom: 40px;
    margin-top: 18px;
}
.thumbnailSlider_with_text_right .desc-area .para3 p{
    margin-bottom: 11px;
}
.thumbnailSlider_with_text_right .list-area ul{
    list-style: square;
    margin-left: 0;
    padding-left: 1rem;
}
.thumbnailSlider_with_text_right .list-area .para3{
    margin-top: 18px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.thumbnailSlider_with_text .solidBTn{
    margin-top: 78px;
/*     padding-bottom: 85px; */
}
.thumbnailSlider_with_text .solidBTn a{
	font-weight: 400;
}
.thumbnailSlider_with_text .insulated-slider-nav {
    margin-top: 19px;
}
.thumbnailSlider_with_text .insulated-slider-nav .slick-slide{
    width: 83px!important;
    height: 83px;
}
.col-md-6.thumbnailSlider_with_text_left{
	max-width: 35%!important;
	width: 100%!important;
}
.col-md-6.thumbnailSlider_with_text_right{
	max-width: 57%!important;
	width: 100%!important;
	margin-left: 74px;
}
/* thumbnailSlider_with_text end */



/* inner bank start */
.inner_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 300px;
    position: relative;
    padding: 0 278px;
}
.inner_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
}
.inner_banner_content {
    z-index: 99;
    color: var(--color-white);
    max-width: 1350px;
    width: 100%; 
        /*padding-left: calc((100vw - 1360px) / 2);*/
    margin: 0 auto;
}
.inner_banner.productBanner{
    height: 145px;
}
.inner_banner.productBanner:before {
    background: #EFF3F5;
}
.productBanner .inner_banner_content .head1{
    color: black;
}
.productBanner .inner_banner_content .para4{
    color: black;  
    margin-left: -13px;
}
.productBanner .inner_banner_content .para4 span a {
    padding: 0 15px;
    text-decoration: none;
    font-weight: 500;
    color: black;
}
.productBanner .inner_banner_content .para4 span .current-item {
    padding: 0 15px;
    font-weight: 500;
}

a.breadcrumb{
    color: white;
    text-decoration: none;
} 
/* inner bank end*/






/* fullwidthImageSection start */
.fullwidthImageSection .leftArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fullwidthImageSection.darkBg.fullwidthImage_content {
   margin: 0 auto 0 145px; /* 201px auto 166px 145px; change as client wants*/
}
.fullwidthImageSection .col-sm-6{
    padding: 0;
}
.fullwidthImageSection .rightArea{
    display: flex;
    align-items: center;
}
.fullwidthImageSection.darkBg .leftArea img {
        min-height: 735px;
    }
.fullwidthImageSection .btn1{
        padding: 17px 39px!important;
}    
.fullwidthImage_content{
    max-width: 576px;
    width: 100%;
    margin: 201px auto 166px 157px;
}
.fullwidthImageSection .overlayContainer{
    max-width: 641px;
    width: 100%;
    padding: 59px 81px 30px 79px;
    margin-top: -138px;
    background: white;
    position: absolute;
    margin-left: 140px;
    color: black;
    text-align: center;
    margin-left: calc((100vw - 1592px) / 2);
    min-height: 280px;
}
.fullwidthImageSection .fullwidthImage_content .head5{
    padding-top: 40px;
}
/* fullwidthImageSection end */





/* AccreditationsSection start */

.AccreditationsSection {
    padding: 153px 0 98px 195px;
    overflow: hidden;
}
.AccreditationsSection .container{
    max-width: 1725px;
    padding: 0;
    margin: 0 0 0 auto;
}
.AccreditationsSection .acc_row{
    display: flex;
    justify-content: space-between;
}
.AccreditationsSection .acc_left{
    max-width: 406px;
    width: 100%;
    padding-top: 20px;
}
.AccreditationsSection .acc_right{
    max-width: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.AccreditationsSection .text-slide.slick-slide{
    max-width: 377px;
    width: 100%!important;
    padding: 23px 55px 19px 65px;
    border: 1px solid #CBCBCB;
    height: auto;
    display: flex;
    align-items: center;
}
.AccreditationsSection .acc_slider{
    max-width: 1215px;
    margin: 0 0 40px auto;
}
.AccreditationsSection .slick-track {
    display: flex;
    justify-content: center;
}
.AccreditationsSection .slick-prev{
    display: none!important;
}
.AccreditationsSection .smBTn.slick-next{
    left: -62px;
}
.AccreditationsSection .smBTn.slick-next svg{
   transform: rotate(180deg);
}
.AccreditationsSection .smBTn.slick-next:hover svg {
    transform: rotate(180deg) translateX(4px);
}
.AccreditationsSection .btn1{
	padding: 17px 40px!important
}
/* AccreditationsSection end */




  
  


.products {
	padding: 95px 140px;
}
.products .container {
    max-width: 1350px;
   }
.products .container{
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}
.products .row{
	justify-content: space-between;
}
.products .product_left{
    display: inline-block;
    float: left;
    position: sticky;
    top: 220px;
    height: 100%;
    max-width: 320px;
}
.products .product_card-section {
    padding-bottom: 60px;
}
.products .product_card-section .head2{
    margin-bottom: 22px;
}
.products .product_card-section .row{
	display: grid;
    grid-template-columns: repeat(3,1fr);
}
.products .product_left .head3{
    margin-bottom: 20px;
    font-family: var(--primary-font-family);
}
.products .product_card-section .image{
    width: 291px;
    height: 291px;
}
.products .product_card-section .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .product_card-section .card {
    max-width: 291px;
    width: 100%;
    border: none;
}
.product_card-section img {
    width: 100%;
    height: 291px;
}
.products .product_card-section .card .para3{
    margin-top: 26px;
    margin-bottom: 16px;
}
.products .solidBTn{
    text-align: center;
    margin-top: 78px;
    padding-bottom: 85px;
    border-bottom: 1px solid #D4D4D4;
}
.products .product_left ul{
    display: block;
    margin-left: 0;
}
.products .product_left ul li{
    padding: 16px 0;
}
.products .product_left ul li a{
    text-decoration: none;
    color: var(--color-black);
}
.products .form-group.has-search {
    max-width: 281px;
}
.products .form-group.has-search input[type="text"]{
    padding: 10px 8px;
    border: 1px solid #002F45;
}
.products.subcategoryProduct .container {
    max-width: 1350px;
}


.no-results form{
	justify-content: center;
	display: flex;
}
.no-results .inside-search{
    background: white;
    max-width: 195px; /*260px;*/
    display: flex;
    border: 1px solid;
}
.no-results .inside-search input.search-input{
    border: none;
    padding: 9px 8px; /*12px 8px;*/
    outline: none;
    width: 100%;
}
.no-results .inside-search button.search-button{
    background: no-repeat;
    border: none;
    transform: rotate(274deg);
    padding: 4px 13px;
}

.induction-ul{
	padding-left: 12px;
	padding-top: 5px;
}
.induction-ul .induc-radio {
    display: grid;
    grid-gap: 8px;
    padding: 15px 0;
}
.induction-ul .induc-check {
    display: grid;
    grid-gap: 8px;
    padding: 15px 0;
}
.induction-list{
	list-style: auto;
    display: list-item;
}
.induction-list::marker{
	font-weight: bold;
}
.submitBtn {
    font-size: var(--font-size-17);
    font-family: var(--secondary-font-family);
    line-height: var(--line-height-20);
    color: white;
    font-weight: 600;
    text-decoration: none;
    background-color: black!important;
    padding: 17px 45px!important;
    max-width: fit-content;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
    display: inline-block;
    border-radius: 0!important;
    vertical-align: middle;
}
.induction-ul .row p{
	position: relative;
	margin-bottom: 0;
}
.induction-ul .row p:before {
    position: absolute;
    content: " \2335";
    top: 31%;
    left: 50%;
    transform: rotate(270deg);
    color: white;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    font-size: 17px;
    }

.induction-ul .row p:hover::before {
    left: 51%;
} 
label.induc-label:after {
    position: absolute;
    content: '*';
    color: red;
    font-weight: bold;
    padding-left: 5px;
    font-size: 19px;
}
.induction-card .induc-label{
	padding: 10px 0;
}
.induction-list.disclaimer{
   list-style: none;
   margin-left: -17px;
}
.induction-card input.wpcf7-form-control{
	 background: white;
    padding: 15px 13px;
    margin-bottom: 10px;
}
.head5.redColor{
	color: red;
    padding: 18px 0;
}
.induction-list .induc-radio input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.induction-list .induc-check input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.induction-list::marker {
    font-weight: bold;
    font-size: 21px;
}
.induction-list .induc-label{
    display: inline;
}
.desc-area ul{
    list-style: square
}
.desc-area ul li {
    padding-bottom: 10px;
}