body{
    scrollbar-width:thin;
}
a{
    color: inherit;
    text-decoration: none;
    }
  .header{
    height: 80px;
    width: 100%;
    background-color: var(--white-color);
    display: flex;
    flex-direction: row;
  }
  .logo-div{
    height: 100px;
    background-color: var(--white-color);
    width: 200px;
    position: relative;
    display: flex;
  }
  
  .mx-img-box{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-lws{
    height: 100%;
    z-index:2;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .border-lft{
    border-right: 1px solid rgb(218, 216, 216);
    padding-right: 6px;
  }
  .icon-clr{
    color: var(--secondary-color);
    font-size: 12px;
  }
  .fn--12{
    color: var(--primary-color);
    font-size: 13px;
  }
  .link-an a{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
  }
  .call-container ,.call-parent-container{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }
  
  .icon-area {
    width: 40px;
    height: 40px;
    font-size: 37px;
    margin-right: 18px;
    color: #E5B20A;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .call-Icon {
    background-color: transparent !important;
    font-size: 40px;
    color: #E5B20A;
  }
  
  .call-Icon a{
    color:#E5B20A;
  }
  .call-icn{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .call-info-container h3{
    font-size: 16px;
    color: var(--primary-color);
    line-height: 8px;
  }
  .call-info-container p a{
    color: #E5B20A;
    font-size: 14px;
  }
  .call-info-container a{
    color: #003054;
  }
  .ctaInfoContainer .call-info-container h3 {
    font-size: 22px;
  }
  
  .call-info-container p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #E5B20A;
  }
  .about-section .call-info-container a {
    color: #000000;
  }
  
  .about-section .call-info-container span {
    color: #E5B20A;
  }
  .call-info-container h3{
    font-size: 16px;
    /* color: #fff; */
    line-height: 8px;
    }
    .call-info-container p a{
        color: var(--primary-color);
    }
    .ctaInfoContainer .call-info-container h3 {
        font-size: 22px;
    }
    
    .ctaInfoContainer .call-info-container p {
        font-size: 18px;
    }
  
    .custom-btn-12 {
      width: 130px;
      height: 40px;
      color: #fff;
      border-radius: 5px;
      padding: 10px 25px;
      font-family: 'Lato', sans-serif;
      font-weight: 500;
      background: transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      display: inline-block;
      box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
       7px 7px 20px 0px rgba(0,0,0,.1),
       4px 4px 5px 0px rgba(0,0,0,.1);
      outline: none;
    }
    
  .btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .btn-12 span {
    background: var(--primary-color);
    display: block;
    position: absolute;
    width: 110px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
  }
  .btn-12 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  
  
  /* subheader css */
  .makeresponsiveaftr
  {
      position: relative;
  }
  .makeresponsiveaftr::after{
      content: " ";
      height: 32px;
      width: 195px;
      left: 0px;
      position: absolute;
      top: -2px;
      background-color: var(--white-color);
  }
  .makeresponsiveaftr::before{
      content: " ";
      height: 22px;
      width: 42px;
      left: 182px;
      transform: rotate(135deg);
      position: absolute;
      top: -4px;
      background-color: var(--white-color);
  }
  .sub-header{
    display: flex;
    height: 60px;
    width: 100%;
    background-color: var(--primary-color);
  }
  
  .nav-box{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-right: 0px;
    margin-top: 0px;
  }
  .nav-box a{
    font-weight: 600;
  }
  .bx-nvItems{
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
    padding-bottom: 20px;
    text-decoration: none;
    color: var(--white-color);
  }
  
  .bx-nvItems:hover{
    margin-top: 15px;
    padding-bottom: 16px;
    border-bottom: 5px solid var(--secondary-color);
  }
  /* Container for services dropdown */
  .div-hovers {
    position: relative;
    display: inline-block;
  }
  
  /* Show dropdown on hover */
  
  .div-hovers:hover .div-disbl {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .srv-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .srv-box{
      margin-left: 15px;
      text-decoration: none;
      color: #fff;
  }
  .div-disbl {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .div-disbl{
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .div-disbl {
    top: 100%;
    left: -273px;
    transform: translateX(-50%); /* केंद्र में लाने के लिए */
    padding-left: 0;
    overflow: hidden;
    width: 880px;
    background-color: var(--white-color);
    border: 1px solid #e9e2e2;
    display: none; /* इसे तभी दिखाएं जब मेनू होवर हो */
    position: absolute;
    min-width: 200px;
    z-index: 9999; /* इसे अन्य तत्वों के ऊपर लाने के लिए */
    padding: 15px;
    border-top: none;
    /* color: var(--primary-color); */
    border-radius: 0px 0px 12px 12px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3), /* Left shadow */
    5px 5px 10px rgba(0, 0, 0, 0.3),  /* Right shadow */
    0px 5px 10px rgba(0, 0, 0, 0.3); /* Bottom shadow */
  }
  .div-hovers:hover .div-disbl {
    display: block;
  }
  
  .div-hovers:hover .div-disbl {
    opacity: 1;
    visibility: visible;
  }
  .animated-menu
  {
    animation: .4s ease-in-out forwards rotateMenu;
    /* animation: rotateMenu 400ms ease-in-out forwards !important; */
    transform-origin: top center;
  }
  @keyframes rotateMenu {
  
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .srvices-ul li{
    list-style: none;
    padding: 10px 10px;
  }
  .srvices-ul li a img{
    height: 70px;
    width: 70px;
    padding: 3px;
    margin-right: 5px;
  }
  .srvices-ul li:hover
  {
    background-color: #00305415;
  }
  .srvices-ul li a{
    position: relative;
    font-weight: 700;
    display: flex;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .srvices-ul{
    display: grid;
    grid-template-columns: repeat(3, 1.2fr);
    padding: 0;
  }
  .ltr-gp{
    letter-spacing: 1px;
    font-size: 13px;
    color:#212529;
  }
  .country-div{
    left: -415px;
  }
  .industry-div{
      left: -310px;
  }
  .box-cnvaBtn{
    margin: auto;
    margin-left: 0px;
    color: #fff;
    margin-bottom: 3px;
  }
  .social-icons{
    margin-left: 30px;
  }
  .social-icons a {
    color: var(--primary-color);
    margin-left: 10px;
  }
  .box-bordered{
    background-color: #E8F2FC;
    padding: 2px 8px;
    border-radius: 2px;
  }
  .box-bordered:hover{
    background-color: var(--secondary-color);
  }
  .pd-box{
    padding: 2px 7px;
  }
  /* heading line make shubham  start */
  .makelinediv
  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .makeline1{
   height: 1px;
    background-color: var(--primary-color);
    width: 70px;
    margin-top: 0px;
    margin-left: 10px;
  }
  .makeline2{
   height: 2px;
    background-color: var(--secondary-color);
    width: 80px;
    margin-top: 8px;
  }
  .makeline3{
    height: 1px;
    background-color: var(--primary-color);
    width: 70px;
    margin-top: 0px;
  }
  .makeline4{
    height: 2px;
    background-color: var(--secondary-color);
    width: 80px;
    margin-top: 8px;
  }
  .heading-textLine{
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 120px;
    text-align: center;
    margin: 0;
  }
  /* heading line make shubham  end */
  
  
  /* footer css */
  .down-makedesign
  {
    position: relative;
  }
  .down-makedesign::after
  {
    width: 320px;
    height: 30px;
    bottom: -29px;
    left: 0;
    background-color: var(--primary-color);
    position: absolute;
    content: "";
  }
  .square{
    display: flex;
    align-items: center;
    text-align: center;
  }
  .icn-wdt{
    font-size: 5px;
    color: var(--secondary-color);
    width: 20px;
  }
  .down-makedesign::before
  {
    left: 299px;
    width: 43px;
    height: 43px;
    bottom: -20px;
    transform: rotate(135deg);
    position: absolute;
    content: "";
    background-color: var(--primary-color);
  }
  .footer-row{
    background-color: var(--primary-color);
    /* height: 430px; */
    position: relative;
  }
  .footer-row::after{
    width: 320px;
    height: 30px;
    top: -29px;
    right: 0;
    background-color: var(--primary-color);
    /* z-index: 100; */
    position: absolute;
    content: "";
  }
  .footer-row::before{
    right: 299px;
    width: 43px;
    height: 43px;
    top: -20px;
    transform: rotate(135deg);
    /* z-index: 100; */
    position: absolute;
    content: "";
    background-color: var(--primary-color);
  }
  .logo-fulldiv {
    position: relative;
  }
  .lvds{
    position: relative;
    background-color: var(--primary-color);
  }
  .footer-logo{
    width: 150px;
    margin-left: 30px;
  }
  .footer-logo img{
    height: 100%;
    width: 100%;
  }
  .about-texts{
    color: var(--white-color);
    padding-left: 40px;
    font-size: 14px;
  }
  .about-texts p{
  color: var(--white-color);
  }
  .box-loc{
    padding-left: 40px;
    color: var(--white-color);
    margin: 10px 0px;
  }
  .box-loc a{
    text-decoration: none;
    color: var(--white-color);
    font-size: 14px;
  }
  .wid--20
  {
    width: 30px;
    margin-top: 6px;
  }
  .wid--20 i{
    font-size: 18px;
  }
  .locationname
  {
    margin-left: 7px;
  }
  .one-rowBox{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-headingNav{
    color: var(--white-color);
    padding-left: 1.5rem;
    font-size: 16px;
    font-weight: 600;
    /* text-align: center; */
  }
  .bordered-bottomMake
  {
      border: 1px solid var(--secondary-color);
      background-color: var(--secondary-color);
      width: 60px;
      /* margin: auto; */
      margin-top: 10px;
      margin-left: 1.5rem;
      margin-bottom: 15px;
  }
  .nav-footers li a{
    text-decoration: none;
    color: var(--white-color);
    font-size: 14px;
    display: flex;
    flex-direction: row;
  }
  .nav-footers li{
    list-style: none;
    margin-bottom: 10px;
  }
  .icn-wdt
  {
    width: 20px;
  }
  /* copyright section */
  .copyrightBox{
    background-color: var(--secondary-color);
    height: 60px;
    display: flex;    
   justify-content: center;
    align-items: center;
  }
  .copyBox{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
  }
  .cpmy-Name{
    margin-bottom: -15px;
  }
  .cpmy-Name span{
    font-size: 13px;
  }
  
  /* navbar canvas css */
  .navCanvas{
    display: block;
    width: 280px !important;
  }
  .gif-box
  {
    width: 90%;
  }
  .gif-box img{
    width: 100%;
  }
  .bd-canva{
    padding-left: 0px;
    padding-right: 0px;
    overflow-y: auto !important;
    height: 85vh;
  }
  .navs-ul li{
    list-style: none;
  }
  .navs-ul{
    padding-left: 0px;
  }
  .nvs-lnk{
    padding: 8px 10px 8px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
  }
  .nvs-lnk:hover{
    /* background-color: rgb(243, 218, 218); */
    color: var(--secondary-color);
  }
  .i-text{
    margin-top: 8px;
  }
  
/* sticckyform sidebar */
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  transition: .5s;
  z-index: 1114;
  border-radius: 20px 0 0 20px
}
.sidebar-contact.active {
  right: 0
}
.toggle-bx {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: var(--secondary-color);
  color: var(--primary-color);
  top: 48%;
  left: -74px;
  transform: rotate(90deg);
  padding: 8px 15px;
  border-radius: 0 0 10px 10px
}
.toggle-bx h6 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: Overpass,sans-serif
}
.toggle-bx h2 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: Overpass,sans-serif
}
.toggle-bx h6 i {
  margin-right: 5px
}
.toggle-bx h2 i {
  margin-right: 5px
}
.sidebar-contact input,.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px
}
.sidebar-contact .btn {
  border: 1px solid var(--primary-color);
  font-size: 14px;
  min-width:127px;
  padding:8px;
  margin-top: 12px;
}
.sidebar-contact .btn span{
  font-size: 14px;
  padding: 13px 10px;
}

.icons a i{
  font-size: 12px;
  color: #ffffff;
}
input[type="text"]::placeholder {
  font-size: 14px;
}
input[type="number"]::placeholder {
font-size: 14px;
}
.dub-arrow {
width: 100%;
height: 100%;
background: #003054;
left: -200px;
position: absolute;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
transition: all .35s ease-Out;
bottom: 0;
}
.slider-btn.solid .dub-arrow{
background-color:#E6F0F9;
}
.slider-btn.solid .dub-arrow i{
color: #003054;
}
.slider-btn:hover .dub-arrow {
left: 0;
}
/* sticky form sidebar end */
/* floating button start */
.btn-whatsapp-pulse {
  background: #25d366;
  color: var(--white-color);
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 3;
  }
  
  @keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  }
  
  .btn-whatsapp-pulse-border {
  bottom: 50px;
  right: 20px;
  animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  }
  
  @keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  }
  /* floating button end */
/* heading code start */
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px; 
}
.lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 12px; /* Space between the two lines */
}
.line1:first-child {
  width: 70px; /* Adjust line width */
  height: 1px; /* Line height set to 2px */
  background-color: var(--primary-color) /* Top line color */
}
/* Bottom Line - Yellow */
.line1:last-child {
  width: 100px; /* Adjust line width */
  height: 2px; /* Line height set to 2px */
  background-color: var(--secondary-color); /* Bottom line color */
}
.line1{
  
}
.ln1-2
{
  margin-left: 30px;
}
.line:first-child {
  width: 70px; /* Adjust line width */
  height: 1px; /* Line height set to 2px */
  background-color: var(--primary-color) /* Top line color */
}
/* Bottom Line - Yellow */
.line:last-child {
  width: 100px; /* Adjust line width */
  height: 2px; /* Line height set to 2px */
  background-color: var(--secondary-color); /* Bottom line color */
}
.section-title {
  font-size: 16px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.right-iconspls
    {
     margin: auto;
     margin-right: 10px;
    }
  @media (min-width:1775px) and (max-width:1900px)
  {
    .icon-area {
      margin-right: 10px;
      /* height: 32px; */
    }
    .call-info-container a {
      color: black;
      font-size: 16px;
    }
    .call-info-container span {
      /* margin-top: 20px; */
      font-size: 16px;
      /* line-height: 25px; */
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
      font-weight: bold;
    }
    .call-info-container{
      margin-top: 20px;
    }
    .content-container .highlight-heading-part
    {
      font-size: 31px;
      font-weight: 800;
    }
    .highlight-heading-part
    {
      font-size: 54px;
    }
  }
  @media(min-width:1480px)
  {
    .nav-box{
      margin-right: auto;
    }
   
  }
  @media(max-width:1100px)
  {
    .social-icons {
      margin-left: 40px;
    }
    
    .nav-box {
      margin-right: -40px;
    }
    .srv-box,.bx-nvItems{
      margin-left: 4px !important;
    }
    .div-disbl{
      left: -270px;
    }
    .industry-div{
      left: -389px;
    }
    .country-div{
      left: -485px;
    }
  }
  @media (min-width: 992px) {
    .div-hovers:hover .div-disbl {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .navCanvas{
      display: none;
    }
    .map-container
    {
      height: 100%;
    }
  }
  @media(max-width:991px)
  {
      .srv-box{
          margin-lef: 0px !important;
      }
    .one-rowBox{
      display: flex;
      flex-direction: row;
    }
 
    .map-container{
      height: 200px;
    }
    .lvds {
      height: 400px;
    } 
    .footer-row{
      height: auto !important;
    }
    .srvices-ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0px;
      width: 100%;
  }
  .srvices-ul li
  {
    padding: 0px;
  }
  .srvices-ul .menu-item {
      width: 100%;
  }
  
  .srvices-ul .menu-item a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0px 8px;
      text-decoration: none;
      color: #333;
      transition: background-color 0.3s ease;
      border-radius: 4px;
  }
  
  .srvices-ul .menu-item a:hover {
      background-color: rgba(0, 0, 0, 0.05);
  }
  
  .srvices-ul .menu-item img {
      /* width: 24px;
      height: 24px; */
      object-fit: contain;
  }
    .srvices-ul{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      padding: 0;
    }
    .div-disbl
    {
      left: 8px;
      width: 380px;
      box-shadow: none;
      background-color: transparent;
      border: 0;
    }
    .div-disbl {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .nav-box{
      display: none;
    }
    .div-hovers:hover .div-disbl {
      display: none; /* Hover effect को बंद करें */
      opacity: 1;
      visibility: visible;
    }
    .div-hovers {
      width: 100%;
    }
    
    .div-disbl {
      position: static;
      left: 8px;
      width: 380px;
      box-shadow: none;
      background-color: transparent;
      border: 0;
      transform: none;
      max-width: 100%;
      background-color: var(--white-color);
      display: none;
      padding: 10px;
      margin-top: 5px;
      border-radius: 8px;
    }
    .div-hovers:hover .div-disbl {
      display: none; /* Hover effect को बंद करें */
  }
    .srv-box {
      margin-left: 0px;
      text-decoration: none;
      color: var(--primary-color);
      font-weight: 600;
      margin-top: 0px;
      justify-content: left;
    }
    .logo-div{
      width: 180px;
    }
    .content-headarDiv{
      margin-right: 5px !important;
    }
    .icon-area {
      width: 30px;
      height: 30px;
    }
    .ctaInfoContainer .call-info-container h3{
      font-size: 18px !important;
      margin-bottom: 0px !important;
    }
    
    .navs-ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
  }
  
  .navs-ul > li {
      position: relative;
      width: 100%;
  }
  }
  @media(max-width:850px)
  {
    .logo-div {
      width: 130px !important;
    }
    .img-lws
    {
      height: auto;
    }
  }
  @media (min-width:795px) and (max-width:836px)
  {
    .call-container, .call-parent-container {
      display: inline-flex;  
    }
    .icon-area {
      margin-right: 10px;
      height: 32px;
    }
    .call-info-container a {
      color: black;
      font-size: 13px;
    }
    .call-info-container span {
      font-size: 13px;
      /* line-height: 25px; */
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
    }
  }
  @media (min-width:768px) and (max-width:794px)
  {
    .call-container, .call-parent-container {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      /* margin-left: 30px; */
    }
    .icon-area {
      margin-right: 10px;
      height: 32px;
    }
    .call-info-container a {
      color: black;
    }
    .call-info-container span {
      font-size: 10px;
      /* line-height: 25px; */
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
    }
  }
  @media(max-width:767px)
  {
    .copyrightBox
    {
        height: 80px;
    }
    .lvds {
      height: 400px;
    }
    .fb-boxed
    {
      padding: 4px 11px !important;
    }
    .bx-bdr{
      padding: 4px 8px;
    }
    .footer-headingNav{
      font-size: 16px  !important ;
    }
    .nav-footers li a{
      font-size: 14px !important;
    }
    .sidebar-contact {
      width: 100% !important;
      height: 100% !important;
      right: -100% !important;
      border-radius: 0;
    }
    .sidebar-contact.active {
      right: 0 !important;
    }
    .sidebar-contact.active .toggle-bx {
      top: 15px;
      left: 22px;
      transform: translateY(0);
      border-radius: 10px;
    
    }
    .sidebar-contact.active .underline-effect {
      margin-left: 50px;
    
    }
    .sidebar-contact .toggle-bx {
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transition: .5s;
    }
    .toggle-bx.active::before {
      content: '\f00d';
      font-family: fontAwesome;
      font-size: 18px;
      color: var(--primary-color);
    }
    .toggle-bx.active h2 {
      display: none;
    }  
 
  }
  @media(max-width:630px)
  {
    .lvds{
      bottom: 0px;
      margin-top: 15px;
      height: auto !important;
    }
    .locationname
    {
      margin-left: 4px;
    }
    .full-screen{
      width: 100%;
    }
    .quicklnks{
      padding-left: 0px !important;
    }
    .one-rowBox{
      margin-top: 15px;
      justify-content: space-between;
      position: relative;
      background-color: var(--primary-color);
    }

  }
  @media(max-width:575px)
  {
    .cpmy-Name {
      margin-bottom: -25px;
  }
    .map-container{
      position: relative;
      padding-bottom: 20px !important;
    }
    .lvds,.one-rowBox {
      padding-right: 25px;
    }
    .one-rowBox{
      margin-top: 15px;
      width:100% !important;
      position: relative;
      bottom: 0px !important;
  }

  
  .one-rowBox{
      justify-content: space-between;
  }
    .about-texts,.box-loc
    {
      padding-left: 30px !important;
    }
    .footer-row::before{
      right: 247px;
    }
    .footer-row::after{
      width: 268px;
    }
    
  
    .social-icons,.footer-logo {
      margin-left: 20px !important;
    }
    .down-makedesign::after{
      width: 250px;
    }
    .down-makedesign::before
    {
      left: 229px;
    }
  }
  @media (max-width: 533px){
    .section-title{
      font-size: 14px;
    }
  }
  @media (max-width: 504px){
    .section-title{
      font-size: 13px;
    }
  }
  @media (max-width: 498px){
    .section-title{
      font-size: 12px;
    }
  }
  @media(max-width:499px)
  {
    .icon-area{
      font-size: 37px !important;
    }
    .call-info-container h3,.call-info-container p a{
      font-size: 13px;
      margin-bottom: 3px;
      font-weight: 600;
    }
  }
  @media(max-width:485px)
  {
    .icon-area {
      margin-right: 10px;
    }
    .section-wise .icon-area i {
      animation: none;
      font-size: 30px;
    }
    .section-wise .call-info-container a {
      font-size: 14px;
    }
  }
  @media (max-width: 480px){
    .section-title{
      font-size: 10px;
      text-align: center;
    }
  }
  @media(max-width:470px)
  {
    .img-lws{
      margin-right: 10px;
    }
    
    .heading-textLine
    {
        font-size: 12px;
    }
    .locationname
    {
      margin-left: 6px;
    }
    .i-text{
      display: none;
    }
    .box-bordered{
      padding: 4px 8px;
  }
  .fb-boxborder
  {
    padding: 4px 11px;
  }
  .makeresponsiveaftr::after{
    content: " ";
    height: 30px;
    width: 128px;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: var(--white-color);
  }
  .makeresponsiveaftr::before{
    content: " ";
    height: 22px;
    width: 42px;
    left: 114px;
    transform: rotate(135deg);
    position: absolute;
    top: -4px;
    background-color: var(--white-color);
  }
  }
  @media(max-width:425px)
  {
    .call-container, .call-parent-container {
      margin-left: 10px;
    }
    .highlight-heading-part
      {
        font-size: 29px;
        font-weight: 800;
      }
  }
  @media(max-width:405px)
  {
    .call-info-container span {
      font-size: 14px;
      line-height: 10px;
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
    }
    .section-wise .call-info-container a {
      font-size: 13px;
    }
    .highlight-heading-part
    {
      font-size: 29px;
      font-weight: 800;
    }
  }
  @media(max-width:400px)
  {
    .map-container iframe{
      position: relative;
      z-index: 2;
    }
  }
  @media(max-width:380px)
  {
    .ln1-2
    {
      margin-left: 10px;
    }
    .ln1 {
      width: 70px !important;
    }
    .ln {
      width: 60px !important;
    }
    .call-container, .call-parent-container {
      display: inline-flex;
    }
    .footer-row::before {
      right: 179px;
    }
    .map-container{
      padding-bottom: 28px !important;
    }
    .footer-row::after{
      width: 200px;
    }
    .icon-area {
      margin-right: 10px;
      height: 32px;
    }
    .box-cnvaBtn{
      margin-left: 0px;
      margin-bottom: 3px;
    }
    .call-icn{
      font-size: 30px;
    }
    .call-info-container a {
      color: black;
      font-size: 12px;
    }
    .section-wise .call-info-container a {
      font-size: 13px;
    }
    .call-info-container span {
      font-size: 14px;
      line-height: 10px;
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
    }
  .call-info-container span {
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      color: #E5B20A;
  }
  }
  @media(max-width:355px)
  {
    
    .call-container, .call-parent-container{
      margin-left: 0px;
    }
    .highlight-heading-part
    {
      font-size: 28px;
      font-weight: 800;
    }
  }