@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body { margin: 0; padding: 0; font-family: "Ubuntu", sans-serif; overflow-x: hidden;}
p, li {color: #5a5a5a;font-size: 16px;line-height: 28px;font-weight: 400;margin: 0 0 15px 0;font-family: "Ubuntu", sans-serif;}
.main-table li {color: #5a5a5a;font-size: 16px;line-height: 25px;margin: 0 0 10px 0; font-family: "Ubuntu", sans-serif;}
a { text-decoration: none !important; font-family: "Ubuntu", sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: "Ubuntu", sans-serif;}

.tm-sz{
	margin-bottom: 40px;
}
.tm-sz h4{margin-bottom:30px;}
.tm-sz h3{
	color: #f07d16;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 0;
}
.tm-sz img{
	box-shadow: 1px 1px 5px gray;
	border-radius: 5px;
}
#FooterrControl1_tr_hitCounter{right: 20px;position: relative;}
.product .prod_bx_sec {
    max-width: 70%;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
  }
  
  .product .prod_bx h4 {
    background: linear-gradient(to bottom, rgb(20 20 20) 1%, rgb(240 125 22) 100%);
    color: #fff;
    font-size: 14px;
    padding: 12px 0px;
    margin: 33px auto 6px;
    text-align: center;
  }
  
  .product .owl-carousel .owl-item.active.center {
    margin-right: 4px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: ease 1s all;
    -o-transition: ease 1s all;
    -moz-transition: ease 1s all;
    -ms-transition: ease 1s all;
    transition: ease 1s all;
    z-index: 99
  }
  
  .product .owl-carousel .owl-item img {
    margin-bottom: 37px;
  }
  
  @media only screen and (max-width: 639px) {
    .product .owl-carousel .owl-item.active.center {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none
    }
  }
  
  .product .owl-carousel .owl-dots .owl-dot span {
    background: #f07d16;
    width: 30px;
    border-radius: 0;
    margin: 20px 8px;
  }
  
  .product .owl-carousel .owl-dots .owl-dot.active span {
    background: #141414;
    width: 30px;
    border-radius: 0;
  }
  
  .product .owl-theme .owl-nav {
    display: none;
    ;
  }





.team {position: relative;width: 100%;background: rgb(237, 237, 237);padding: 5% 0 !important;margin: 2% 0;}
.team .team-item {position: relative;margin-bottom: 30px;overflow: hidden;}
.team .team-img {position: relative;background: #f8f9fa;}
.team .team-img img {width: 100%;}
.team .team-text {position: relative;padding: 25px 15px;text-align: center;background: #f07d16;transition: .5s;}
.team .team-text h2 {font-size: 20px;font-weight: 600;color: #000;transition: .5s;}
.team .team-text p {margin: 0;color: #fff;}
.team .team-item:hover .team-text {background: #000;color: #fff;}
.team .team-item:hover .team-text h2 {color: #ffffff;letter-spacing: 1px;}
.team .team-social {position: absolute;width: 100px;top: -50px;left: -50px;display: flex;flex-direction: column;font-size: 0;}
.team .team-social a {position: relative;left: 0;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #fff;}
.team .team-item:hover .team-social a:nth-child(2) {background: #3b5998;left: 50px;transition: .3s .1s;}
.team .team-item:hover .team-social a:nth-child(3) {background: #0e76a8;left: 50px;transition: .3s .2s;}
.team .team-item:hover .team-social a:nth-child(4) {background: #3f729b;left: 50px;transition: .3s .3s;}
.team .team-item:hover .team-social a:nth-child(5) {background: linear-gradient(to bottom, rgb(172 13 191), rgb(255 203 0 / 71%));left: 50px;transition: .3s .3s;}





.services1 {background: #e9f3fa;padding: 6% 15px 0;}
.services1 .heading { margin: 0}
.services-section {overflow: hidden;background: #ededed;padding: 4% 0 !important;}
.services-section .serBox{ display: flex;}
.services-section .serBox .service-card {display: flex;min-width: 800px;margin: 0 0 50px 0;align-items: center;}
.services-section .service-card .ser-img { width: 46%; overflow: hidden; transition: all .3s ease-in-out; border-radius: 15px;} 
.services-section .service-card .ser-img img { transition: all .2s ease-in-out;}
.services-section .service-card .ser-img img:hover { transform: scale(1.1);}
.services-section .service-card .text { width: 50%; padding: 0 0 0 30px;}
.services-section .service-card .text h4 {color: #01020f;font-size: 25px;font-weight: 700;margin: 0 0 12px 0;}
.services-section .service-card .text a { text-transform: uppercase; font-size: 14px; letter-spacing: .5px; font-weight: 600; color: #01020f;}
.services-section .service-card .text a i { font-size: 17px; padding: 5px 0 0 2px;}

.section-5 {padding: 8% 15px;background-image: url('image/step-bg.jpg');background-size: cover;}
.section-5 .steps {margin: 20px 0 0;}
.section-5 .steps .icon { background: #33ac72; width: 65px; height: 65px; border-radius: 8px; padding: 14px; margin: 0 0 30px 0; position: relative;}
.section-5 .steps .icon.bg-color { background: #005ca8;}
.section-5 .steps .icon::after { content: ''; position: absolute; background: #fff; width: 190px; height: 2px; left: 75px; top: 48%;}
.section-5 .steps h5 { color: #fff; font-size: 22px; font-weight: 700; margin: 0 0 15px 0;}
.section-5 .steps p { color: #ffffff; font-weight: 500;}

.main-table { text-align: left; padding: 5% 0;}
 .city-map-section {
      position: relative;
      width: 100%;
      height: 50vh;
      background: url('Image/world-map.jpg') center center/cover no-repeat;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      /* overflow: hidden; */
    }

    .city-map-overlay {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .city-names {
      padding-top: 138px;
      z-index: 2;
      display: flex;
      gap: 3rem;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      font-size: 7vw;
      word-spacing: 36px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .city-names {
        flex-direction: column;
        font-size: 8vw;
        gap: 1rem;
      }
    }
#widgetsControl_C, #widgetsControl{height: auto !important;}
#Div_body .container-fluid {margin: 0;padding: 0;}

/* innr-pg-c Start */
.otherpagecss #RadDockZone1.container { max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table { margin-top: 0 !important;}



.ser_bx {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.ser_item {
  /* max-height: 82%; */
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 94%;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 983px;
  -webkit-perspective: 1200px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  min-height: 288px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  /* transition: transform 0.7s cubic-bezier(.4,.2,.2,1); */
  /* -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); */
  /* -webkit-backface-visibility: hidden; */
  /* backface-visibility: hidden; */
  background: rgb(237, 237, 237);
  border-left: 5px solid rgb(240, 125, 22);
}
.icon{text-align:left;margin-bottom: 20px;''}
.flip-box-front {transform: rotateY(0deg);transform-style: preserve-3d;z-index: 9999;position: relative;}



.flip-box-back {
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 100%;
  /* transform: rotatex(-180deg); */
  /* transform-style: preserve-3d; */
  /* opacity: 0; */
}

.flip-box:hover .flip-box-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.flip-box .inner h4{color:#000;text-align: left;font-size: 18px;}
.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 105%;
  padding: 21px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 24px;
  font-weight: 600;
}

.flip-box p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
}

.flip-box-img {
  margin-top: 25px;
}
.product-mob {
    display: none;
  }
  
  .product-mob {
    max-width: 70%;
    margin: 0px auto;
    padding: 37px 0px;
    overflow: hidden;
  }
  
  .product-mob .item h4 {
    background: linear-gradient(to bottom, rgb(7, 45, 100) 1%, rgb(23, 72, 142) 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px 0px;
    margin: 33px auto 6px;
    text-align: center;
  }
  
  .product-mob .carousel-indicators [data-bs-target] {
    width: 36px;
    height: 7px;
    opacity: 1;
    background-color: #213677;
  }
  
  .product-mob .carousel-indicators .active {
    background-color: #888;
  }
  
  .product-mob .carousel-indicators {
    bottom: -52px;
  }
  

  
.service-section {padding: 6% 0;background-image: url('image/service-bg.jpg');background-size: cover;background-attachment: fixed;}
.service-section .ser-bx { background: #e2e2e2; margin: 14px 0; padding: 30px; min-height: 230px;} 
.service-section .ser-bx .icon { background: #e1192b; width: 80px; height: 80px; padding: 15px; border-radius: 50%; margin: 0 0 20px 0; text-align: center; display: inline-block;}
.service-section .ser-bx h5 { font-size: 17px; letter-spacing: .5px; line-height: 1.4; margin: 0; text-align: center;}
.heading {color: #212121;font-size: 38px;font-weight: 700;margin: 0 0 34px 0;}
.title { font-size: 18px; line-height: 1.6;}
.title1 {color: #f07d16;font-size: 19px;font-weight: 500;} 
.heading span { color: #f07d16;}
.custom-btn { display: inline-block; background: #f07d16; padding: 14px 42px; border-radius: 30px; font-size: 17px; font-weight: 500; color: #fff; font-size: 17px; letter-spacing: .8px; border: 1px solid #f07d16; transition: all .3s ease-in-out;}
.custom-btn:hover { background: #0a0a0a; color: #f07d16;}

.header img {width: 150px;}

.top-header {position: relative;padding: 20px;}
.top-header::after {content: '';position: absolute;width: 200%;height: 100%;background-image: linear-gradient(
90deg, transparent 54%, rgb(188 188 188 / 10%));top: 0;right: 4%;border-radius: 0 50px 50px 0}
.top-header a { position: relative; z-index: 2}
.top-header a i { color: #fff; font-size: 21px; padding: 5px 10px 0 0}

.banner-section {/* background-image: url('image/banner-bg.jpg'); */background-size: cover;overflow: hidden;position: relative;height: 950px;}
.banner-section img{height: 1000px;}
.banner-section:after{
    background: #00000040;
    content:'';
    left:0;
    opacity:70%;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
}
.banner-section .carousel-caption{left: 10%;top: 20%;text-align: left;position: absolute;right: 9%;z-index: 999;}
.banner-section h1 {color: #fff;font-size: 60px;font-weight: 700;line-height: 80px;margin: 0 0 16px 0;}
.banner-section h1 span { color: #f07d16;}
.banner-section p {color: #fff;font-size: 30px;margin: 0 0 30px 0;line-height: 39px;}

.banner-section .counter-bx {margin: 30px 0;position: relative;padding: 0 50px;z-index: 999;top: 45%;}
.banner-section .counter-bx::after {content: '';position: absolute;width: 110%;left: 0;height: 100%;background: rgb(217, 217, 217, 0.10);backdrop-filter: blur(1px);border-radius: 80px 0 0 80px;}
.banner-section .counter-bx .count {position: relative;z-index: 2;padding: 25px;} 
.banner-section .counter-bx .count h2 { color: #f07d16; font-size: 40px; font-weight: 600; margin: 0;}
.banner-section .counter-bx .count p { color: #b9b9b9; font-size: 19px; margin: 0; }

.clients-logo { padding: 4% 0;}
.clients-logo .item {display: inline-block;padding: 25px;border-radius: 3px;}
.clients-logo .item img {width: 120px;}

.about-section { padding: 2% 0 7% 0; position: relative;}
.about-section::after { content: 'Why Choose'; position: absolute; font-size: 120px; color: #f07d16; left: 10%; top: -10%; font-weight: 700; opacity: .08; letter-spacing: -2px; z-index: -1;}
.about-section::before { content: 'Adhya Enterprises'; position: absolute; font-size: 120px; color: #f07d16; right: 10%; top: 14%; font-weight: 700; opacity: .08; letter-spacing: -2px; z-index: -1;}
.about-section .choose-card {background: #ededed;padding: 45px;margin: 15px 0 0 0;border-radius: 15px;position: relative; overflow: hidden; border-left: 5px solid #f07d16; min-height: 215px}
.about-section .choose-card .icon img { width: 56px; margin: 0 0 16px 0}
.about-section .choose-card h4 { color: #212121; font-size: 21px; margin: 0;}

.core-values { background-image: linear-gradient(#141414 80%, #fff ) ; padding: 8% 0 0 0; position: relative;}
.core-values .carousel-indicators{bottom: 0%;/* justify-content: end; */}
.core-values::after {content: 'Core Values';position: absolute;font-size: 120px;color: #fff;left: -13%;bottom: 46%;font-weight: 700;opacity: .03;letter-spacing: -5px;transform: rotate(-90deg);}
.core-values p {color: #b9b9b9;margin: 0 0 30px 0;font-size: 14px;letter-spacing: .6px;}
.core-values .carousel-item{min-height:420px;}

.services-section { padding: 8% 0;}

.product  .heading { position: relative;}
.product  .heading::after { content: 'Our Services'; position: absolute; font-size: 110px; color: #f07d16; top: -140%; left: 0; right: 0; margin: 0 auto; font-weight: 700; opacity: .08; letter-spacing: -2px; z-index: 1;}
.ser-card {border: 1px solid #ebebeb;border-radius: 5px;padding: 10px;margin: 15px 0;}
.ser-card img { border-radius: 10px}
.ser-card h4 {margin: 15px 0 10px 0;color: #141414;font-size: 18px;} 

.footer-section { padding: 6% 0 0 0;}
.footer-section .contact-bx {background: #fff;box-shadow: rgba(149, 157, 165, 0.5) 0px -14px 75px;border-radius: 10px;padding: 100px 60px 70px 60px;margin-bottom: -70px;z-index: 99;position: relative;}
.footer-section .contact-bx .heading { position: relative;}
.footer-section .contact-bx .heading::after { content: 'Contact Us'; position: absolute; font-size: 100px; color: #f07d16; top: -110%; left: 0; right: 0; margin: 0 auto; font-weight: 700; opacity: .08; letter-spacing: -2px; z-index: 1;}
.footer-section .contact-bx .icon {background: #f07d16e0;color: #ffffff; width: 30px;height: 30px;text-align: center;border-radius: 50%;line-height: 2.3;font-size: 13px;margin: 0 10px 0 0;} 
.footer-section .contact-bx p a { color: #5a5a5a;}
.footer-section footer { padding: 8% 0 0 0; background: #141414;}
footer h4 {color: #fff; font-size: 21px; margin: 0 0 15px 0;}
footer p, footer p a {color: #bfbfbf;font-size: 14px;margin: 0 0 5px 0;line-height: 1.7;}
footer p a:hover { color: #f07d16 }
footer .social-icon a {display: inline-block; background: #ffff; color: #f07d16; width: 35px;height: 35px;text-align: center;border-radius: 50%;line-height: 2.3;font-size: 15px;margin: 15px 5px 0 0; transition: all .3s ease-in-out} 
footer .social-icon a:hover { background: #f07d16; color: #fff}
footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .2); margin: 3% 0 0 0; padding: 12px 0}
.footer-section .contact-form {background: rgb(240 125 22);padding: 30px;border-radius: 10px;backdrop-filter: blur(1px);}
.footer-section .contact-form h4 { color: #f07d16; font-size: 24px;}
.footer-section .contact-form .form-control {padding: 6px 13px;margin: 0 0 10px 0;background: transparent;color: #fff;font-size: 15px;border-color: rgba(255, 255, 255, .2);}
.footer-section .contact-form .form-control::placeholder { color: #fff;}
.footer-section .contact-form .form-control.custom-btn {background: #e9e9e9;border-color: #f07d16;padding: 14px;font-size: 17px;color: #f07d16;}
.footer-section .contact-form .form-control.custom-btn:hover { background: #0a0a0a;}

.inner-banner { background-image: url('image/inner-banner.jpg'); background-size: cover; background-attachment: fixed; padding: 10% 0; background-position: center;}
.inner-banner h1 { font-size: 62px; font-weight: 700; margin: 0 0 12px 0; color: #fff; text-align: center;}
.inner-banner h1 span { color: #f07d16;}
.inner-banner p, .inner-banner p a { color: #ebebeb; font-size: 19px; text-align: center; margin: 0; letter-spacing: .5px;} 
.inner-banner p i { margin: 0 6px;}

.about1 { background: #f07d161f;}
.about1 .pic { position: relative;}
.about1 .pic::after { content: ''; position: absolute; width: 100%; height: 100%; border: 1px solid #f07d16; left: -15px; bottom: -15px;}
.about1 .pic img { box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.about3 { background: #eeeeee; padding: 40px 40px 40px 60px; border-left: 8px solid #f07d16; border-radius: 10px;}
.about3 .heading {font-size: 32px;text-align: start;}
.about3 p {margin: 0;font-size: 18px;text-align: start;}

.contact-page .contact-info { background: #f07d161a; padding: 50px 100px 50px 50px; border-radius: 10px;}
.contact-page .contact-info .icon {background: #f07d16e0;color: #ffffff; width: 32px;height: 32px;text-align: center;border-radius: 50%;line-height: 2.4;font-size: 13px;margin: 0 10px 0 0;}
.contact-page .contact-info p { margin: 0 0 20px 0;}
.contact-page .contact-info p a { color: #414141; font-weight: 400}
.contact-page .contact-info .heading h2 { font-size: 47px; font-weight: 700;}
.contact-page .contact-info .heading p { font-size: 20px; margin: 10px 0 40px 0;}
.contact-page .contact-info h3 { color: #141414; font-size: 24px; font-weight: 600; margin: 0 0 20px 0;}
.contact-page .contact-form { background: #fff; padding: 45px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin-left: -50px; border-radius: 10px;}  
.contact-page .contact-form .form-control { padding: 12px; margin: 0 0 10px 0;}




@media (min-width: 320px) and ( max-width: 991px) {
  .banner-section img{height:100%;}
  .services-section .carousel-control-prev{left:0;}
   .services-section .carousel-control-next{right:0;}
  .core-values .carousel-item{min-height:auto;}
  .flip-box p{font-size:12px;}
  .ser_bx{height:auto;margin-bottom:20px;}
  .banner-section .carousel-caption{display:none;}
    p, li {font-size: 15px;line-height: 26px;margin: 0 0 12px 0;}
    .main-table li {font-size: 15px;}

    #Div_body .container-fluid {padding: 0 3%;}
    
    .heading { font-size: 30px; margin: 0 0 15px 0;}
    .title { font-size: 15px;}
    .title1 {font-size: 17px;} 
    .custom-btn { padding: 10px 24px; font-size: 15px !important; letter-spacing: .4px;}
    
    .header img { width: 90px;}
    
    .top-header {position: relative;padding: 20px;display: none;}
    /* .top-header::after {content: '';position: absolute;width: 200%;height: 100%;background-image: linear-gradient( 90deg, transparent 54%, rgb(188 188 188 / 10%));top: 0;right: 4%;border-radius: 0 50px 50px 0} */
    .top-header a i { font-size: 17px; padding: 5px 3px 0 0}
    
    .banner-section {padding: 25% 0 0 0;height: 100%;}
    .banner-section h1 {font-size: 34px; line-height: 40px; margin: 0 0 10px 0;}
    .banner-section p { color: #fff; font-size: 15px; margin: 0 0 10px 0;}
    .banner-section .contact-form {padding: 20px; margin: 20px 0 0 0}
    .banner-section .contact-form h4 { color: #f07d16; font-size: 20px; margin: 0 0 10px 0}
    .banner-section .contact-form .form-control {font-size: 14px;}
    .banner-section .contact-form .form-control.custom-btn {font-size: 15px;}
    .banner-section .counter-bx { margin: 30px 0; padding: 0 30px;}
    .banner-section .counter-bx::after { content: ''; position: absolute; width: 110%; left: 0; height: 100%; background: rgb(217, 217, 217, 0.10); backdrop-filter: blur(1px); border-radius: 80px 0 0 80px;}
    .banner-section .counter-bx .count {position: relative;z-index: 2;padding: 20px;} 
    .banner-section .counter-bx .count h2 { font-size: 24px;}
    .banner-section .counter-bx .count p { font-size: 16px;}
    
    .clients-logo .item img {width: 100px;}
    
    .about-section::after { font-size: 50px; left: 0; top: -3%;}
    .about-section::before { font-size: 50px; right: 0; top: 6%;}
    .about-section .choose-card {padding: 30px; min-height: 15px}
    .about-section .choose-card .icon img { width: 40px;}
    .about-section .choose-card h4 { font-size: 18px;}
    
    .core-values::after {font-size: 50px;}
   
    .services-section .heading::after {font-size: 50px; top: -80%;}
    
    .footer-section { padding: 6% 0 0 0;}
    .footer-section .contact-bx { padding: 50px 20px 20px 20px;margin-bottom: -20px;}
    .footer-section .contact-bx .heading::after {font-size: 50px; top: -80%;}
    .footer-section .contact-bx .icon { width: 24px; height: 24px; line-height: 2; font-size: 12px;} 
    footer h4 {font-size: 18px; margin: 20px 0 10px 0;}
    footer .social-icon a { width: 30px;height: 30px; line-height: 2.4; font-size: 13px;margin: 10px 5px 0 0;} 
    
    .inner-banner { padding: 15% 0;}
    .inner-banner h1 { font-size: 42px;}
    .inner-banner p, .inner-banner p a { font-size: 15px;} 
}

.get-in-touch-bx { position: relative;}
.get-in-touch-bx::after {content: '';position: absolute;width: 90%;height: 92%;left: 0;top: -50px;background: #141414;border-radius: 20px;}
.get-in-touch-bx .text { position: relative; z-index: 2;}
.get-in-touch-bx .text .heading { color: #fff;}
.get-in-touch-bx .text p { color: #dddddd; font-size: 18px; margin: 0 0 30px 0;}
.get-in-touch-bx .pic {z-index: 1;position: relative;bottom: 35px;}

.project-section { padding: 6% 0; background: #e9e9e9; margin: 4% 0 0 0;}
.bx-img {overflow: hidden;position: relative;border-radius: 10px;box-shadow: 1px 1px 6px #6c6767;}
.bx-img img {-webkit-transition: 1.3s all ease;width: 100%;border-radius: 10px;}
.cont-bx:hover .bx-img img{transform:scale(1.2);}

@media (min-width: 320px) and ( max-width: 991px) { 
    .get-in-touch-bx { position: relative; padding: 20px;}
    .get-in-touch-bx::after {  width: 100%; height: 100%; left: 0; top: 0px;}
    .get-in-touch-bx .text p { color: #dddddd; font-size: 15px; margin: 0 0 20px 0;}
    .get-in-touch-bx .pic { display: none;}
}

/* steps-section */

 .icon::after {
    content: attr(data-step) !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px;
    /* background: #f07f38 !important; */
    color: #fff;
    font-size: 12px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.steps {}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -20px;
    width: 40px;
    height: 2px;
    background-color: #000;
}

.section-5 .steps p ::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -20px;
    width: 40px;
    height: 2px;
    background-color: #000;
}

p {}

::after {}

.steps :after {
    position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    right: 36%;
}
.sub-heading-1 {
	font-family:'Poppins';
	position:relative;
	font-size: 22px;
	color: #edb970;
	text-align:center;
	margin: 0 0 5px;
}
.sub-heading-1:after {
    position: absolute;
    content: "";
    width: 33%;
    height: 2px;
    background: #19514d;
    bottom: 31px;
    
    right: 29%;
}

.section-5 {/* margin-bottom: 10px !important; */padding: 5% 9px;/* background-image: url('image/step-bg.jpg'); */background-size: cover;}
.section-5 .steps {margin: 20px 0 0;}
.section-5 .steps .icon {background: #141414;width: 65px;/* border-right: 2px solid #000; */height: 65px;border-radius: 8px;padding: 14px;margin: 0 0 30px 0;position: relative;}
.section-5 .steps .icon.bg-color {background: #f07e2b;}
.section-5 .steps .icon::after {content: '';position: absolute;background: #000;width: 190px;height: 2px;left: 75px;top: 48%;}
.section-5 .steps h5 {color: #141414;font-size: 18px;/* font-weight: 700; */margin: 0 0 15px 0;}
.section-5 .steps p {text-align: justify;color: #5a5a5a;font-size: 16px;line-height: 28px;font-weight: 400;margin: 0 0 15px 0;font-family: "Ubuntu", sans-serif;}


  @media screen and (max-width: 991.99px) {
    .product-mob {
      display: block;
    }
  }
  
  @media screen and (max-width: 768px) {
    .product-mob {
      max-width: 100%;
    }
  }