.web_enterprise_banner_wrp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  padding: 90px 0px;
  display: flex;
  align-items: center;
}
p {
  margin-bottom: 0px !important;
}
.web_enterprise_banner_wrp .container .banner_upper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 47px;
}
.web_enterprise_tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ai_consulting_page .solution_card_four .top_img {
  width: 80px;
  height: 80px;
}
.section_tag, .chip_btn{
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 7px 14px!important;
  border: none;
  display: inline-block;
  /* margin: auto 0; */
}
.small_banner_main_heading
{
  font-size: 42px;
  font-weight: 700;
  font-family: "Commissioner";
  color: #FFFFFF;
  line-height: 54.60px;
}
.section_main_Heading {
  color: #000;
  text-align: center !important;
  font-family: "Commissioner", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 70px */
  margin: 8px 0px 32px 0px !important;
}

.sub_banner_heading {
  font-family: "Commissioner", serif;
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 80%;
  margin-bottom: 32px;
}
.web_enterprise_page_wrp .ai_consulting_page .ai_consulting_solution_four {
  margin: 0px 0px 40px 0px;
}

.section_main_sub_Heading {
  color: #494b50;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  padding: 0 10%;
  margin-top: 0px;
}
.web_banner_left {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.web_banner_left h1 {
  font-family: "Commissioner", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  color: #ffff;
}
.web_banner_left p {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.web_banner_left button {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 14px 33px;
  display: inline-block;
  width: fit-content;
  border: none;
  border-radius: 15px;
  margin-top: 48px;
}
.banner_upper div {
  display: flex;
  align-items: flex-start;
}
.banner_upper img {
  width: 100%;
  /* height:100%; */
}
@media (max-width: 1024px) {
  .web_enterprise_banner_wrp {
    padding: 70px 0px;
    height: unset;
  }
}
@media screen and (max-width: 992px) {
  .web_enterprise_banner_wrp .container .banner_upper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .banner_upper div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .web_banner_left 
  {
    text-align: center;
  }
  .web_banner_left h1 {
    font-size: 60px;
}
}
@media (max-width: 768px) {
  .banner_upper div {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .web_enterprise_banner_wrp {
    height: 100%;
  }
  .banner_upper img {
    max-width: 550px;
    min-height: 100%;
  }
  .web_enterprise_banner_wrp {
    padding: 60px 0px;
  }
  .web_enterprise_page_wrp .Redefining_wrp {
    padding: 80px 0px 0px 0px;
  }
  .enterprise_wrp {
    margin: 80px 0px 70px 0px;
  }
  .web_banner_left h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 650px) {
  .web_enterprise_banner_wrp {
    padding: 40px 0px;
  }
}
.section-space {
  margin-top: 120px;
}

/* adaptive-ai-slider */

.adaptive-ai-slider {
  overflow: hidden;
}
.adaptive-ai-slider .box {
  border: solid 1px #d8d8d8;
  border-radius: 16px;
  overflow: hidden;
}
.adaptive-ai-slider .box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 30px 40px -20px;
}
.adaptive-ai-slider .box .sub-heading,
.adaptive-ai-slider .box .des-text {
  padding: 0 24px;
}
.adaptive-ai-slider .box .sub-heading {
  margin: 32px 0 16px 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.adaptive-ai-slider .box .des-text {
  font-family: "Poppins" ,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #494b50;
  margin-bottom: 32px;
}

.adaptive-ai-slider .owl-stage .owl-item:nth-child(even) .box img{
  height: 280px;
}
.adaptive-ai-slider .owl-stage .owl-item:nth-child(odd) .box img{
  height: 400px;
}
.adaptive-ai-slider .owl-stage{
  display: flex;
  gap: 10px;
}
.adaptive-ai-slider  .owl-nav.disabled{
  display: none;
}
.adaptive-ai-slider .owl-dots{
  text-align: center;
  margin-top: 38px;
}
.adaptive-ai-slider .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #E4E4E4;
  transition: linear all 0.3s;
  border: 0;
  margin: 4px ;

}
.adaptive-ai-slider .owl-dots .owl-dot.active{
  width: 56px;
  height: 12px;
   background-color: #2A8D95; 
}

 

.ai_ml_expertise {
  padding: 80px 0 100px;
  position: relative;
  background: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.ai_ml_expertise video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  object-fit: fill;
  opacity: 0.1;
}
.ai_ml_expertise_heading {
  color: #000;
  text-align: start;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
  margin-bottom: 0px;
}
.ai_ml_expertise .ai_ml_expertise_para {
  color: #494b50;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  width: 82%;
  margin-top: 32px;
  width: 48%;
  text-align: right;
}
.ai_ml_expertise .ai_ml_expertise_heading_wrp {
  flex-direction: column;
  align-items: start;
  width: 40%;
}
.ai_ml_expertise .ai_ml_expertise_heading_container {
  justify-content: space-between;
}
.ai_ml_expertise .ml_expertise_logo_box_common {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  z-index: 1;
}.ai_ml_expertise .ai_ml_expertise_right {
  width: 48%;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 48px;
}
.ai_ml_expertise .ai_ml_expertise_img_content {
  justify-content: space-between;
  padding-top: 74px;
  align-items: top;
  width: 100%;
}
.ai_ml_expertise .ai_ml_expertise_img_left {
  width: 45%;
}
.ai_ml_expertise .ai_ml_expertise_img_left img {
  width: 100%;
  position: relative;
  left: -16px;
}
.ai_ml_expertise .ai_ml_expertise_text_logo {
  gap: 32px;
  width: 46%;
}

.ai_ml_expertise_content 
{
  align-items: start!important;
}
.ai_ml_expertise .ai_ml_expertise_in_wrp {
  background-image: url("../images/ai-ml-expertise-bg3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 40px;
}
.ai_ml_expertise .ai_ml_expertise_in_card_inn2 h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.ai_ml_expertise .ai_ml_expertise_in_card_inn2 p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.18px;
  margin-top: 16px;
}
.ai_ml_expertise .ai_ml_expertise_in_card_inn2 {
  border-radius: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 40px 40px;
  padding: 31px 40px 40px;
}
.ai_ml_expertise .ml_expertise_in_colorcard {
  width: 100%;
  height: 106px;
  border-radius: 40px 40px 0px 0px;
}
.ai_ml_expertise .ai_ml_expertise_in_card_outer {
  width: 23.2%;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
}
.ai_ml_expertise .ai_ml_expertise_in_cards_wrp {
  padding-top: 110px;
  flex-wrap: wrap;
  row-gap: 90px;
  justify-content: space-between;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color1 {
  background: #a0f;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color2 {
  background: #ff00d6;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color3 {
  background: #128807;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color4 {
  background: #0033ad;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color5 {
  background: #cb001c;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color6 {
  background: #b66d00;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color7 {
  background: #00bc8f;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color8 {
  background: #515099;
}

.ai_ml_page_chip_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 14px;
  background: #2a8d95;
  border-radius: 8px;
  border: none;
}

.ai_ml_expertise .ai_ml_expertise_subheading{
  font-family: Poppins;
font-size: 32px;
font-weight: 700;
line-height: 43.2px;
text-align: left;
color: #2A8D95;
margin-bottom: 16px;
}
.ai_ml_expertise .ai_ml_expertise_subpara{
  font-family: Poppins;
font-size: 18px;
font-weight: 500;
line-height: 30.6px;
letter-spacing: 0.01em;
text-align: left;
color: #494B50;
margin-bottom: 32px;
}



.ai_ml_expertise_right ul li.active:before{
  content: "";
  width: 24px;
height: 4px;
background-color: #2A8D95;
display: inline-block; 

}
.ai_ml_expertise_right ul{
  list-style: disc; }
  .ai_ml_expertise_right ul li{
    font-family: Poppins;
font-size: 21px;
font-weight: 600;
line-height: 28.35px; 
text-align: left;
color: #000;
opacity: .4;
margin-bottom: 32px;
cursor: pointer;
 
  }
  .ai_ml_expertise_right ul li:hover{
    opacity: .8;
  }


.ai_ml_expertise_right ul li.active{
  color: #2A8D95;
  font-family: Poppins;
font-size: 21px;
font-weight: 700;
line-height: 28.35px;
text-align: left;
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 32px;
opacity: 1 !important; 
margin-left: -23px;
border-radius: 4px;
}

.ai_ml_expertise_img_left .tab-content:not(:first-child){
  display: none;
}


.enhanced_scurity_section .banner_wrap {
  background-color: #000;  
  border-radius: 32px;
  padding: 98px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.enhanced_scurity_section .banner_wrap video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.enhanced_scurity_section .banner_wrap .right_image_wrap {
  position: relative;
  width: 35%;
  height: max-content;
}

.enhanced_scurity_section .banner_wrap .right_image_wrap img {
  position: absolute;
  top: -224px;
  right: 0;
  width: 100%;
  height: auto;
}

.enhanced_scurity_section .banner_wrap .left_content_wrap {
  position: relative;
  width: 50%;
  color: #fff;
}
.enhanced_scurity_section .banner_wrap .left_content_wrap button {
  margin-top: 48px!important;
}

.enhanced_scurity_section .inner_wrp .card_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
}

.enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
  flex-basis: 22%;
}
.enhanced_scurity_section
  .inner_wrp
  .card_group
  .enhanced_scurity_card
  .card_main_heading {
  justify-content: flex-start;
  padding: 0px 0px;
}

.enhanced_scurity_section
  .inner_wrp
  .card_group
  .enhanced_scurity_card_content {
  flex-basis: 22%;
  border-radius: 24px 24px 0px 0px;
  background: #fff;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.08);
  padding: 32px 14px;
  position: relative;
  min-height: 0px;
  height: 100%;
}

.enhanced_scurity_section
  .inner_wrp
  .card_group
  .enhanced_scurity_card
  .enhanced_scurity_card_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}

/* -----------------------------------------Media------------------------------- */
@media only screen and (max-width:1600px) {
  
  .web_banner_left h1
  {
    font-size: 56px;
  }
  .ai_ml_expertise_heading {
    font-size: 48px;
  }
  .ai_ml_expertise .ai_ml_expertise_para {
    font-size: 16px;
    margin-top: 18px;
  }
   
  .ai_ml_expertise .ai_ml_expertise_text_logo {
    gap: 16px;
  }
  .ai_ml_expertise .ai_ml_expertise_img_content {
    padding-top: 66px;
  }
  .ai_ml_expertise .ai_ml_expertise_right {
    row-gap: 36px;
  }
  .ai_ml_expertise .ai_ml_expertise_img_left {
    width: 46%;
  }
  .ai_ml_expertise .ai_ml_expertise {
    padding: 60px 0 100px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_inn2 h3 {
    font-size: 20px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_inn2 p {
    font-size: 16px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_inn2 {
      padding: 28px 30px 34px;
  }
  .section-space {
    margin-top: 80px;
  }
  
  }
  @media only screen and (max-width:1400px) {
    
    .section_tag, .chip_btn
    {
      font-size: 14px;
      line-height: 20px;
    }
  .ai_ml_expertise .ai_ml_expertise_right {
    width: 49%;
  }
  .ai_ml_expertise .ai_ml_expertise {
    padding: 60px 0 80px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_inn2 p {
    font-size: 15px;
    margin-top: 8px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_inn2 {
    padding: 24px 24px 34px;
  }
   
  .ai_ml_expertise .ai_ml_expertise_in_wrp {
    padding: 80px 0 40px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_cards_wrp {
      padding-top: 90px;
  }
   
  .ai_ml_expertise_heading {
    font-size: 42px;
  } 
  .ai_ml_expertise .ai_ml_expertise_img_content {
    padding-top: 40px;
  }
  .ai_ml_expertise .ai_ml_expertise_right {
    row-gap: 24px;
  }
  }
  @media only screen and (max-width: 1199px) {
    .ai_ml_expertise .ai_ml_expertise_heading_container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  .ai_ml_expertise .ai_ml_expertise_heading_wrp{
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .ai_ml_expertise .ai_ml_expertise_img_content {
    flex-direction: column;
    gap:70px
  }
  .ai_ml_expertise .ai_ml_expertise_right {
    width: 100%;
  }
  .ai_ml_expertise .ai_ml_expertise_img_left {
    width: 66%;
  }
  .ai_ml_expertise .ai_ml_expertise_para {
    width: 100%;
    text-align: center;
  }
  .ai_ml_expertise_heading {
    text-align: center;
  }
  .ai_ml_expertise .ai_ml_expertise_in_cards_wrp {
    justify-content: center;
    gap:90px 20px;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_outer {
    width: 31%;
  }
  .ai_ml_expertise .ai_ml_expertise_in_wrp {
    padding: 60px 0 40px;
  }
   
  } /* 1024 */
  @media only screen and (max-width: 1023px) {
    .ai_ml_expertise .ai_ml_expertise_in_wrp {
      padding: 70px 0 40px;
  }
  .ai_ml_dev_tech_stack .ml_tech_stack_logotext1 h2 {
    font-size: 18px;
  }
  } /* 980 */
  @media only screen and (max-width: 979px) {
    
  .section-space {
    margin-top: 40px;
  }
  
   
  .ai_ml_expertise .ai_ml_expertise_in_wrp {
    padding: 20px 0 40px;
  }
   
  .ai_ml_expertise .ai_ml_expertise {
    padding: 40px 0 60px;
  }
  .ai_ml_expertise .ai_ml_expertise_img_content {
    flex-direction: column;
    gap: 50px;
  }
  .ai_ml_expertise .ai_ml_expertise_img_content {
    padding-top: 50px;
  }
 
   
  } /* 768 */
  @media only screen and (max-width: 767px) {
    .ai_ml_expertise .ai_ml_expertise_in_card_outer {
      width: 45%;
  }
  .ai_ml_expertise_heading,.text_success {
      font-size: 28px!important;
      line-height: 36px!important;
  }
 
  } /* 650 */
  @media only screen and (max-width: 649px) {
    .ai_ml_expertise .ai_ml_expertise_text_logo {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
   
  .ai_ml_expertise .ai_ml_expertise_img_left {
    width: 80%;
  }
  .ai_ml_expertise .ai_ml_expertise_in_card_outer {
    width: 80%;
  }
   
  .ai_ml_expertise .ai_ml_expertise_in_wrp {
    padding: 50px 0 40px;
  }
  } /* 480 */
  @media only screen and (max-width: 479px) {
    .ai_ml_expertise .ai_ml_expertise_img_left {
      width: 100%;
    }
    .ai_ml_expertise .ai_ml_expertise_in_card_outer {
      width: 100%;
    }
    
  }  

/*  */
@media only screen and (max-width: 1800px) {
  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    left: -14%;
  }
  .enhanced_scurity_section .banner_wrap .left_content_wrap button {
    margin-top: 48px!important;
    font-size: 20px;
    padding: 12px 25px;
  }
  
}
@media only screen and (max-width: 1500px) {
  .enhanced_scurity_section .banner_wrap {
    padding: 65px;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -270px;
    left: -6px;
    width: 440px;
    height: 375px;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 30%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -270px;
    left: -56px;
    width: 440px;
    height: 375px;
  }
}

@media only screen and (max-width: 1400px) {
  .enhanced_scurity_section .banner_wrap {
    padding: 67px 45px;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    left: -13px;
    width: 390px;
    height: 347px;
    top: -232px;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 22%;
  }

  .enhanced_scurity_section .inner_wrp .card_group {
    gap: 20px;
    margin-top: 40px;
  }

  .enhanced_scurity_section
    .inner_wrp
    .card_group
    .enhanced_scurity_card_content {
    padding: 22px 14px;
  }

  .enhanced_scurity_section
    .inner_wrp
    .card_group
    .enhanced_scurity_card
    .enhanced_scurity_card_bottom {
    bottom: -6px;
  }

  .enhanced_scurity_section .card_sub_heading {
    margin-bottom: 0;
  }
  .enhanced_scurity_section .card_sub_heading p {
    margin-bottom: unset;
  }
}

@media only screen and (max-width: 1199px) {
  .enhanced_scurity_section
    .inner_wrp
    .card_group
    .enhanced_scurity_card_content {
    min-height: 115px;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -204px;
    left: -44px;
    width: 375px;
    height: 317px;
  }

  .enhanced_scurity_section .banner_wrap {
    padding: 41px;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 29%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -184px;
    left: -23px;
    width: 344px;
    height: 256px;
  }
}

@media only screen and (max-width: 1199px) {
  .enhanced_scurity_section
    .inner_wrp
    .card_group
    .enhanced_scurity_card_content {
    min-height: 115px;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -204px;
    left: -44px;
    width: 375px;
    height: 317px;
  }

  .enhanced_scurity_section .banner_wrap {
    padding: 41px;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 29%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    top: -184px;
    left: -23px;
    width: 344px;
    height: 256px;
  }
}

@media only screen and (max-width: 1023px) {
  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 36%;
  }
}
@media (max-width: 991px) {
  .enhanced_scurity_section .inner_wrp .card_group {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 979px) {
  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    position: static;
  }

  .enhanced_scurity_section .banner_wrap {
    flex-direction: column-reverse;
    gap: 45px;
  }

  .enhanced_scurity_section .banner_wrap .left_content_wrap {
    width: 100%;
    text-align: center;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap {
    width: 30%;
  }
  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    width: 100%;
    height: 100%;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 45%;
  }

  .enhanced_scurity_section .banner_wrap {
    margin: 0 0 0 0;
  }
  
}

@media only screen and (max-width: 767px) {
  .enhanced_scurity_section .banner_wrap .right_image_wrap {
    width: 73%;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 51%;
  }
}

@media only screen and (max-width: 649px) {
  .enhanced_scurity_section .banner_wrap .right_image_wrap {
    width: 100%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap img {
    width: 100%;
    height: 100%;
  }

  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 73%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap {
    width: 83%;
  }

  .enhanced_scurity_section .banner_wrap .right_image_wrap {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .enhanced_scurity_section .inner_wrp .card_group .enhanced_scurity_card {
    flex-basis: 100%;
  }

  .enhanced_scurity_section .banner_wrap {
    padding: 40px 20px!important;
}
  .enhanced_scurity_section
    .inner_wrp
    .card_group
    .enhanced_scurity_card
    .enhanced_scurity_card_bottom {
    bottom: -5px;
  }
}

.Stack_wrp {
  padding: 80px 0px 120px 0px;
  background-image: url("../images/stack_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stack_heading {
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.Stack_wrp .stack_heading1 {
  background-color: #2A8D95;
}
.Stack_wrp .stack_heading2 {
  background-color: #000;
}
.Stack_wrp .stack_heading3 {
  background-color: #7412a2;
}
.stack_body {
  display: grid;
  grid-template-columns: 2fr repeat(7, minmax(0, 1fr));
  height: 120px;
  border-radius: 24px;
  border: 1px solid #e3e3e3;
}
.stack_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stack_icon .stack_img {
  width: 100%;
  max-width: 80px;
  min-width: 40px;
}
.stack_table {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 1440 */
@media screen  and (max-width: 1600px){
  .stack_body
  {
    height: 100px;
  }
  .stack_heading
  {
    font-size: 20px;
  }
  .stack_icon .stack_img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .Stack_wrp {
    padding: 40px 0px 80px 0px;
  }
  .stack_table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .stack_body
  {
    height: 95px;
  }
}
/* 768px */
@media screen and (max-width: 768px) {
  
 
  .stack_body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    border-radius: 12px;
  }
  .stack_heading {
    font-size: 18px;
    border-radius: 12px;
    grid-column: 1 / span 3;
    padding: 15px!important;
  }
  .stack_icon
  {
    padding: 20px;
  }
 
 
}



/* 480 */
@media only screen and (max-width: 480px) {
  

  .Stack_wrp {
    padding: 40px 0px;
  }

  .stack_table {
    margin-top: 40px;
  }
}



 .creation_process {
  width: 100%;
  height: auto;
  padding-top: 120px; 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.card_main_heading {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 158.333%
}

.card_sub_heading , .card_group p{
  color: #494B50;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.18px;
}

.inner_wrap .section_sub_Heading{
  color: #494b50;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

 .creation_process .container .inner_wrap .card_group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 56px 0px 40px 0px;
}

 .creation_process .container .inner_wrap .card_group .image_wrap {
  width: 60%;
}

 .creation_process .container .inner_wrap .card_group .left_container {
  position: relative;
  width: 10%;
}

 .creation_process .container .inner_wrap .card_group .right_container {
  position: relative;
  width: 10%;
}

 .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 {
  position: absolute;
  width: 545px;
  left: 10%;
  top: 32px;
}

 .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
  position: absolute;
  width: 545px;
  left: 70%;
  top: 256px;
}

 .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {
  position: absolute;
  width: 545px;
  left: -15%;
  top: 483px;
}
.creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 h1
{
  width: 280px;
}
.creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 .card_main_heading
{
  color: #515099!important;
}

 .creation_process .container .inner_wrap .card_group .right_container .creation_process_card4 {
  position: absolute;
  width: 409px;
  left: 8%;
  top: 9px;
}

 .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
  position: absolute;
  width: 409px;
  left: 19%;
  top: 372px;
}
.creation_process_card1 .card_main_heading{
  max-width: 230px;
  line-height: 1.4;
}
@media only screen and (max-width: 1800px) {
  
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
      left: 43%;
      top: 219px;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {
      position: absolute;
      width: 545px;
      left: 26%;
      top: 470px;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card4 {
      top: 8px;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
      top: 318px;
  }
}

@media screen and (max-width: 1600px) {
  .inner_wrap .section_sub_Heading
  {
    font-size: 16px;
    line-height: 160%;
  }
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 {
    top: 22px;
    left: 5%;
    width: 470px;
  }
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 h1
  {
    max-width: 180px;
  }
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
    left: 65%;
    top: 210px;
    width: 370px;
}
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {   
    top: 388px;
    left: -17%;
    width: 470px;
  }
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3  h1 
  {
    width: 230px;
  }
  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
    top: 299px;
  }
  .card_main_heading
  {
    font-size: 20px;
    line-height: 28px;
  }
  .card_sub_heading , .card_group p
  {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1500px) {
 

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 {
      left: 25px;
      width: 445px;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
      left: 35%;
      top: 194px;
      width: 445px;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {
      left: -19%;
      top: 368px;
      width: 445px;
 }
  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card4 {
      top: 7px;
      width: 374px
  }
  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
      top: 285px;
      width: 374px
  }
  .creation_process
  {
    padding-top: 90px;
  }  

}


@media only screen and (max-width: 1400px) {
  .creation_process .container .inner_wrap .card_group .image_wrap {
      width: 55%;
      margin-left: 5%;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 {
      top: 8px;
      left: 26%;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card4 {
      width: 329px;
      top: 4px;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
      top: 263px;
      width: 329px;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
      left: 50%;
      top: 165px;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {
      left: 20%;
      top: 315px;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
      top: 242px;
      width: 327px;
  } 
  .creation_process {
      padding: 60px 0;
  }  
}


@media only screen and (max-width: 1300px) {
  .creation_process .container .inner_wrap .card_group .image_wrap {
      display: none;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 {
      position: static;
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card2 {
      position: static;
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 {
      position: static;
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card4 {
      position: static;
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .right_container .creation_process_card5 {
      position: static;
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .left_container {
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group .right_container {
      width: unset;
  }

  .creation_process .container .inner_wrap .card_group {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
  }

  .creation_process .container .inner_wrap .card_group .left_container {
      display: flex;
      flex-direction: row;
      gap: 30px;
  }

  .creation_process .container .inner_wrap .card_group .right_container {
      display: flex;
      flex-direction: row;
      gap: 30px;
      width: 65%;
  } 

  .creation_process {
      padding: 80px 0;
  }
  .card_main_heading
  {
    font-size: 18px;
    line-height: 26px;
  }
  .card_sub_heading , .card_group p
  {
    font-size: 14px;
    line-height: 24px;
  }
}


@media only screen and (max-width: 767px) {
  

  .creation_process .container .inner_wrap .card_group .left_container, .creation_process .container .inner_wrap .card_group .right_container {
      flex-direction: column;
  }
  .creation_process
  {
    padding-bottom: 40px;
  }
  .creation_process .container .inner_wrap .card_group .left_container .creation_process_card3 h1,.creation_process .container .inner_wrap .card_group .left_container .creation_process_card1 h1 {
    width: 100%;
    max-width: 100%;
 }
  .creation_process .container .inner_wrap .card_group .left_container {
      width: 65%;
  }
  .creation_process .container .inner_wrap .card_group {
    flex-direction: column;
    align-items: center;
    text-align: center

}
.creation_process_card1 .card_main_heading{
  max-width: 100%;
  line-height: 1;
}
.creation_process .container .inner_wrap .card_group {
 
  padding: 40px 0px 0px 0px;
}

}

@media only screen and (max-width: 649px) {
   
  .creation_process {
      padding: 60px 0 30px; 
  }

  .creation_process .container .inner_wrap .card_group .left_container {
      width: 85%;
  }

  .creation_process .container .inner_wrap .card_group .right_container {
      width: 85%;
  }
  .inner_wrap .section_sub_Heading
  {
    font-size: 14px;
    line-height: 160%;
  }
  /* .creation_process .container .inner_wrap .card_group .left_container, .creation_process .container .inner_wrap .card_group .right_container{
    gap: 15px;
} */
}

/* image-grid-section */

.image-grid-section{
  padding: 120px 0;
}
.image-grid-section .img-grid{
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image-grid-section .img-grid img{
  max-height: 315px;
  flex: 1 1 auto;
  object-fit: cover;
}
.image-grid-section
{
  color: #fff;
}
.image-grid-section .hero_para
{
  color: #FFFFFFCC!important;
}
.expertise-section {
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
}
.expertise-section .icon-box-outer{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 16px;
}
.expertise-section .icon-box-outer .icon-box span{
  display: inline-flex;
  width: 160px;
  height: 160px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.expertise-section .icon-box-outer .icon-box span svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.expertise-section .icon-box-outer .icon-box span img{
  width: 96px;
  height: auto;
  position: relative;
    z-index: 1;
    margin-top: 10px;
}

.expertise-section .icon-box-outer .icon-box:nth-child(odd) span svg  path{
 stroke: #2A8D95 ;
}
.expertise-section .icon-name{
  margin-top: 25px;
  font-family: "Poppins";
  font-size: 21px;
  font-weight: 600;
  line-height: 35.7px;
  text-align: center;

}
@media (max-width:1919px) {
  .image-grid-section .img-grid img {
    max-height: 240px;
  }
}
@media screen and (max-width: 1600px) {
  .adaptive-ai-slider .box .sub-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px!important;
  }
  .adaptive-ai-slider .box .des-text {
    font-size: 16px;
    line-height: 26px;
  }
  .section_main_Heading
  {
    font-size: 42px;
    line-height: 48px;
    margin-top: 8px;
    margin-bottom: 24px!important;
  }
  .section_main_sub_Heading,.image-grid-section .hero_para
  {
    font-size: 16px;
    line-height: 160%;
  }
  .ai_ml_page_chip_btn
  {
    padding: 5px 12px;
  }
  .hero_para {
    font-size: 16px!important;
    margin: 24px auto 64px!important;
  }
  .small_banner_main_heading
  {
    font-size: 32px;   
    line-height: 46.60px;
  }
 
}
@media only screen and (max-width: 1440px) {
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(even) .box img {
    height: 210px;
  } 
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(odd) .box img{
    height: 300px;
  } 
  .expertise-section .icon-box-outer{
    gap: 30px;
  }
  .image-grid-section .img-grid img {
    max-height: 220px;
  }
  .card_sub_heading {
    font-size: 15px;
  }
  .card_main_heading {
    font-size: 20px;
  }
  .image-grid-section .img-grid {
    gap: 20px;
  }  
  .web_banner_left h1 {
     font-size: 53px;
  }
  .web_enterprise_banner_wrp .container .banner_upper {
    gap: 0;
  }
  .image-grid-section {
    padding: 90px 0;
}
}
@media only screen and (max-width: 1200px) {

  .adaptive-ai-slider .box .sub-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px!important;
  }
  .adaptive-ai-slider .box .des-text {
    font-size: 14px;
    line-height: 24px;
  }
  .section-space {
    margin-top: 60px;
  }
  .ai_ml_expertise {
    padding: 50px 0px 40px 0px;
  }
  .expertise-section {
     padding: 60px 0px;
  }
  .ai_ml_expertise .ai_ml_expertise_img_left {
    /* order: 2; */
    width: 70%;
  }
  .ai_ml_expertise .ai_ml_expertise_right {
    width: 50%;
    /* order: 1; */
  }
  .ai_ml_expertise_right ul li, .ai_ml_expertise_right ul li.active {
    font-size: 16px; 
    color: #000;
    margin-bottom: 12px;
   }
   .ai_ml_expertise .ai_ml_expertise_img_content {
    flex-direction: row;
    gap: 0;
  }
  .ai_ml_expertise .ai_ml_expertise_subheading {
    font-size: 28px;
  }
  .ai_ml_expertise .ai_ml_expertise_subpara {
     font-size: 16px;
  }
  .ai_ml_expertise_right ul {
    margin-top: 60px;
  }
  .stack_heading {
    font-size: 18px;
  }
  .stack_heading {
    padding: 10px;
  }
  .image-grid-section .img-grid img {
    max-height: 200px;
  }
  .expertise-section .icon-box-outer .icon-box span {
    width: 120px;
    height: 120px;
  }
  .expertise-section .icon-box-outer .icon-box span img {
    width: 60px;
  }
  .section_main_Heading,.ai_ml_expertise_heading,.text_success
  {
    font-size: 35px!important;
    line-height: 45px;
  }
  .small_banner_main_heading{
    font-size: 28px;   
    line-height: 43.60px;
  }
}
@media screen and (max-width: 1100px) {
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(even) .box img {
    height: 280px;
  } 
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(odd) .box img{
    height: 280px;
  } 
}
@media screen and (max-width: 992px) {
  .web_banner_left h1 {
    font-size: 48px;
  }
  .hero_para {
    margin: 24px auto 40px!important;
  }
  .expertise-section .icon-name
  {
    font-size: 18px!important;
  }
  .section_main_Heading
  {
    line-height: 50px;
    margin-bottom: 18px!important;
  }
  .image-grid-section .img-grid img
  {
    width: 100%;
  }
 
}
@media only screen and (max-width: 767px) {
  .section_main_Heading,.ai_ml_expertise_heading,.text_success
  {
    font-size: 25px!important;
    line-height: 36px!important;
    margin-bottom: 0px!important;
  }
  .section_sub_Heading,.hero_para,.section_main_sub_Heading,.ai_ml_expertise_para
  {
    margin-top: 18px!important;
    font-size: 14px!important;
    list-style: 24px;
  }
  .adaptive-ai-slider {
    padding: 10px 0;
  }
  .ai_ml_expertise .ai_ml_expertise_right {
    order: 1;
    width: 100%;
  }
  .ai_ml_expertise .ai_ml_expertise_img_left {
    order: 2;
    width: 100%;
  } 
  .ai_ml_expertise .ai_ml_expertise_img_content {
    flex-direction: column;
  }
  .ai_ml_expertise_right ul {
    margin: 0 0 20px 0;
  }
  .image-grid-section .img-grid img {
    max-height: 120px;
  }
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(even) .box img {
    height: 230px;
  } 
  .adaptive-ai-slider .owl-stage .owl-item:nth-child(odd) .box img{
    height: 230px;
  }
 
  .web_banner_left h1
  {
    font-size: 42px;
  }
  .web_banner_left p 
  {
    font-size: 18px;
    line-height: 160%;
    margin-top: 28px;
  }
  .web_banner_left button 
  {
    font-size: 22px;
    padding: 12px 28px;
  }
  .ai_ml_expertise {
    padding: 40px 0;
   }
   .expertise-section {
    padding-top: 60px!important;
    padding-bottom: 30px!important;
  }
  .image-grid-section {
      padding: 60px 0;
  }  
  .small_banner_main_heading{
    font-size: 25px;   
    line-height: 36px;
  }
 
}

@media screen and (max-width: 600px) {
  .adaptive-ai-slider .owl-dots {
    margin-top: 0px!important;
  }
}