html {
    scroll-behavior: smooth;
  }
  body {
    font-size: 1rem !important;
    font-family: "Poppins", sans-serif !important;
    color: #303030 !important;
  }
  
  a,
  a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
  }
  
  ul {
    padding-left: 0px !important;
    list-style-type: none;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .posrel{
    position: relative;
  }
  p{
    margin-bottom: 0.5rem !important;
  }
  .para{
    line-height: 26px;
    font-weight: 400;
  }
  @media (min-width: 1366px) {
    .cmpad{
      max-width: 1920px;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 80px !important;
      padding-right: 80px !important;
    }
  }
  @media (max-width: 1366px) {
    .cmpad {
      padding-left: 60px !important;
      padding-right: 60px !important;
    }
  }
  @media (max-width: 991px) {
    .cmpad {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }
  @media (max-width: 767px) {
    .cmpad {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }
  @media (max-width: 575px) {
    html {
      font-size: 90% !important;
    }
  }
  
  @media (min-width: 768px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 6px;
    }
    ::-webkit-scrollbar-track {
      background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
      background-color: rgb(11, 131, 29);
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: #000;
    }
  
    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  
    .custscrollA::-webkit-scrollbar {
      border-radius: 13px;
      width: 6px;
      height: 6px;
      background-clip: padding-box;
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
      background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
      background-color: #999;
    }
  }

  input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder, textarea::placeholder {
  font-size: 0.8rem; 
  color: #303030;
  opacity: .5;
}

/* For Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.8rem;
}

/* For Internet Explorer */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}

/* For Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}

  .mainhead {
    font-size: 1.875rem;
    color: #303030;
    line-height: 39px;
    font-weight: 600;
  }


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  /* HEADER */
.main-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-header img{
  width: 200px;
}
header{
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.262745098);
}
.right-header ul{
  display: flex;
  gap: 35px;
  margin: 0;
  align-items: center;
}
header .gradbtn{
  background-color: rgb(55 181 74);
  background: linear-gradient(90deg, var(--clrpri) 0%, var(--clrthird) 40%, var(--clrpri) 65%, var(--clrthird) 100%);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  border-radius: 5rem 2rem;
  padding: 12px 30px;
  min-height: 40px;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
:root{
  --clrpri: rgb(55 181 74);
  --clrthird: rgb(61, 218, 85);
}
.right-header ul li a{
  color: #000;
}
.right-header{
  display: flex;
  gap: 35px;
}
.right-header .gradbtn{
  width: max-content;
}

header.active .logo{
  width: 170px;
}
header.active {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: -20px 0 20px rgb(0 0 0 / 10%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.sidebar.show {
  width: 335px;
  opacity: 1;
}

.sidebar .sidehead {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.sidebar .sidehead .logo {
  width: 160px;
  display: flex;
}

.sidebar .sidehead .closebtn, .enquiry .closebtn {
  font-size: 1rem;
  padding: 5px;
  border: none;
  background-color: #37b54a;
  position: absolute;
  top: 7px;
  right: 0.5rem;
  color: white !important;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 5rem 2rem;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .sidehead .closebtn:hover, .enquiry .closebtn:hover {
  color: #3a3a3a;
}

.sidebar .sidemenu {
  padding: 15px;
  overflow-y: auto;
  height: calc(100vh - 95px);
}

.sidebar .sidemenu ul.menulist {
  display: flex;
  flex-flow: column;
}

.sidebar .sidemenu ul.menulist li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar .sidemenu ul.menulist li a, .sidebar .sidemenu ul.menulist li span {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 20px;
  cursor: pointer;
  background: #37b54a17;
  font-size: 0.95rem;
  box-shadow: unset;
  color: #000;
}


.closebtn img{
  width: 15px
}

.sidebar .sidemenu ul.menulist li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #37b54a;
  background-color: rgb(24 94 196 / 9%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sidebar .seperate {
  font-size: 0.875rem;
  color: #9e9e9e;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 15px;
}

.sidebar ul.social {
  padding: 0 15px;
  display: flex;
  justify-content: center;
}

.sidebar ul.social li a i {
  color: #37b54a;
  padding-right: 35px;
}

.sidemenu .icon img{
  width: 16px;
}
.social li a img{
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(70%) saturate(3851%) hue-rotate(233deg) brightness(95%) contrast(103%);
}
.social{
  gap: 15px !important;
}

.sidebar .social li a img{
  filter: none !important;
}

.pl{
  padding-left: 80px;
}



/* SLIDER */
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgb(23 188 141 / 10%);
  overflow: hidden;
  box-shadow: 0 20px 50px -30px rgb(0 0 0 / 50%);
}

.slider .mainSwiper,
.slider .mainSwiper .swiper-slide,
.slider .mainSwiper .slide-img {
  height: 100%;
}

.slider .mainSwiper .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-img{
  position: relative;
}
.slide-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 38 61);
  background: linear-gradient(120deg, rgb(118 190 67) 0%, rgb(0 38 61) 40%, rgb(23 188 141) 100%);
  opacity: .75;
  z-index: 10; 
}

.headfont {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  color: #3af857;
  margin-bottom: 10px;
}

.swiper-slide {
  position: relative;
  z-index: 1; 
}

.slcont {
  position: absolute;
  top: 50%;
  z-index: 20; 
  color: white;
  width: 850px;
  max-width: 100%;
}
.slcont p{
  line-height: 25px;
  font-size: 1.1rem;
  margin: 0 !important;
}
.expbtn{
  background-color: rgb(55 181 74);
  background-size: 400% 400%;
  border-radius: 5rem 2rem;
  padding: 12px 30px;
  min-height: 40px;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  width: max-content;
}
.slbtns{
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.nobag{
  background: transparent !important;
  border: 1px solid #eeeeee82;
}
.expbtn:hover{
  background-color: #000 !important;
  border-color: transparent !important;
}

.slider-pag .swiper-pagination {
  right: 1rem;
  left: auto !important;
  top: 50%  !important;
  transform: translateY(-50%);
  bottom: unset !important;
  display: flex;
  flex-flow: column;
  width: max-content !important;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
.slider-pag .swiper-pagination-bullet {
  background: #3af857;
  width: 9px;
  height: 15px;
  margin: 5px 0 !important;
  border-radius: 0.3rem;
  transition: 0.3s;
}

.slider-pag .swiper-pagination-bullet-active {
  background: #3af857;
  height: 25px;
  transition: 0.3s;
}
/* ABOUT */
.smallcap{
  text-transform: capitalize;
  color: #3cd553;
  font-weight: 600;
  border: 1px dashed #3cd553;
  width: max-content;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.abtleft .headfont, .services .headfont, .whycontent .headfont, .types .headfont, .clients .headfont, .systemsection .headfont{
  color:  #000 !important;
  font-size: 2.2rem !important;
}
.text{
  opacity: .8;
  line-height: 25px;
  margin: 0 !important;
}
.abtright img{
  border-radius: 5rem 2rem;
}
.abtleft{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
/* VALUES */
.iconcard{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 3rem 1rem;
  border: 1px solid #3af857;
  border-top: 1px solid #3af857;
  border-left: 1px solid #3af857;
  height: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.iconcard.list{
  flex-direction: row;
  height: auto;
}
.iconcard:hover{
  border: 1px solid #3cd553;
  border-top: 1px solid #3cd553;
  border-left: 1px solid #3cd553;
  box-shadow: inset 0 0 0 1px #3cd553;
}
.iconcard .icon,
.listbox .icon{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0 135 96 / 20%);
  border-radius: 50%;
  padding: 15px;
  font-size: 2rem;
  font-weight: 800;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.iconcard:hover .icon{
  background-color: #3cd553;
  border-color: #3cd553;
  color: #f7f7f7;
}
.iconcard .icon img,
.listbox .icon img{
  height: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.iconcard:hover .icon img{
  filter: brightness(0) invert(1);
}
.iconcard .head,
.listbox .head{
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}
.iconcard .desc,
.listbox .desc{
  margin: 0 !important;
}
.serimg{
  position: absolute;
  right: 0;
  transform: scaleX(-1);
  width: 400px;
  bottom: 0;
  opacity: 0.1;
}

/* SERVICES */
.doc-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: -10px;
  padding-top: 10px;
}

.doc-list li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
  margin-bottom: 20px;
}

.doc-desig {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #000000a3;
}

.doc-list .ser-box p {
  margin-bottom: 5px;
}

.ser-box {
  position: relative;
}

.ser-box .ser-img {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  height: 250px;
  border-radius: 5rem 2rem;
}

.ser-box .ser-img:after {
  content: '';
  position: absolute;
  background-color: rgb(0 0 0 / 10%);
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s;
}

.ser-box:hover .ser-img:after {
  opacity: 0;
}

.ser-box:hover .ser-img img {
  transform: scale(1.1);
}

.ser-box p {
  font-size: 1.1rem;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  opacity: 0.8;
  display: flex;
}

.ser-box p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #21312625;
  bottom: 0;
  left: 0;
}

.ser-box p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #213126;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease
}

.ser-box:hover p::before {
  width: 100%;
}

.ser-box p span {
  display: flex;
  width: 0;
  overflow: hidden;
  transition: width 0.5s ease
}

.ser-box:hover p span {
  width: 30px;
}
.ser-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5rem 2rem;
}
.back{
  opacity: 0;
  position: absolute;
  top: 0;
}
.ser-box:hover .back{
  opacity: 1;
}




/* WHY CHOOSE US */

.listbull{
  display: flex;
  flex-flow: column;
  color: rgb(50 67 76 / 75%);    
  margin: 0;
}
.listbull li{
  margin: 5px 0;
  position: relative;
  padding-left: 25px;
}
.listbull li:before{
  content: '';
  position: absolute;
  left: 0;
  margin-top: 3px;
  background-image: url(./img/icons/list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 18px;
}
.whyimg img{
  width: 570px;
  margin: auto;
  max-width: 100%;
}
.whycontent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.why,.services,.values, .types, .systems, .clients{
  border-top: 1px solid #3c3c3c3d;
}
.whybag img{
  position: absolute;
  right: 90px;
  width: 60px;
  top: 0;
}
/* TYPES */
#container {
  width: 805px;
  text-align:center;
  margin:auto;
  /* margin-left: auto;
  right: 135px; */
  position: relative;
}  
#no1 {
  width:240px;
  line-height:60px;
  border:1px solid #00000069;
  margin:auto;
  font-weight: 600;
  border-radius: 5rem 2rem;
  background-color: #fff;
}
#no1 a {
  height:60px;
}
#line1 {
  font-size:0;
  width:1px;
  height:19px;
  color:#fff;
  background-color:#00000069;
  margin:auto;
} 
#line2 {
  font-size:0;
  width: 795px;
  height:1px;
  color:#fff;
  background-color:#00000069;
  margin:auto;
} 
#line3 {
  font-size:0;
  display:inline;
  width:1px;
  height:55px;
  color:#fff;
  background-color:#00000069;
  margin-left: 5px;
  float:left;
}  
#line4,#line5,#line6 {
  font-size:0;
  display:inline;
  width:1px;
  height:55px;
  color:#fff;
  background-color:#00000069;
  float:left;
}
#line5{
  margin-left: 798px !important;
  margin-top: -56px;
}
#line4{
  margin-left: 396px !important;
}
#no2 {
  display: inline;
  border: 1px solid #00000069;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  left: -111px;
  color: #37b54a;
  font-weight: 600;
  border-radius: 5rem 2rem;
  background-color: #fff;
}
#no2 a,#no4 a,#no8 a {
  width:84px; 
  height:50px;
  padding-top:8px; 
}  
#no3 {
  display:inline;
  border:1px solid #00000069;
  padding: 20px;
  float:left;
  position: relative;
  left: 50px;
  color: #37b54a;
  font-weight: 600;
  border-radius: 5rem 2rem;
  background-color: #fff;
}
#no3 a,#no5 a,#no6 a,#no7 a,#no9 a {
  width:84px; 
  height:42px;
  padding-top:16px;  
} 
#no5 {
  display:inline;
  border:1px solid #00000069;
  float:left;
  padding: 20px;
  position: relative;
  left: 205px;
  color: #37b54a;
  font-weight: 600;
  border-radius: 5rem 2rem;
  background-color: #fff;
}  

.clear {
  clear:both;
}                  

.typeimg{
  position: absolute;
  bottom: 0;
  width: 290px;
  left: 2rem;
  opacity: 0.5;
}
.types{
  height: 100%;
}

@media(min-width: 1600px){
  .typeimg{
    width: 313px;
    left: 6rem;
  }
  .types{
    height: 530px;
  }
}

@media(min-width: 1700px){
  .typeimg {
    width: 350px;
    left: 8rem;
}
.types{
  height: 570px;
}
#container{
  right: 235px;
}
}
/* WHY US */
.whyyimg{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.listbull1{
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-top: 10px;
}
.listbull1 li{
  padding: 20px;
  border: 1px solid #ffffff42;
  border-radius: 5rem 2rem;
  color: #eeeeeec7;
}
.whysec{
  display: flex;
  flex-direction: column;
}
.why1{
  background-image: url(./img/images/whybag.webp);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.why1::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 70%;
  z-index: 5;
}
.why1 .headfont{
  color: #fff !important;
}
.systemsection{
  position: relative;
  z-index: 9;
}
/* CLIENTS */
.clientbox img{
  height: 90px;
  width: 100%;
  object-fit: contain;
  padding: 10px;
}
.clientbox{
  padding: 10px;
  border: 1px solid #00000069;
  border-radius: 5rem 2rem;
}

/* TABLE */

.mytable {
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: .9rem;
}

.mytable thead th {
  font-weight: 500;
  color: #fff;
  background-color: rgb(55 181 74);
  overflow: hidden;
}

.mytable td,
.mytable th {
  border: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  transition: .3s;
  color: rgb(50 67 76 / 75%);
}


.mytable tr {
  transition: .3s;
}

.mytable tr:hover {
  background: rgb(55 181 74 / 10%);
}


/* FOOTER */
footer{
  background: #333;
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  color: #e1e1e1;
}
footer a,
footer p{
  color: #e1e1e1;
}
footer a:hover{
  color: var(--clrpri);
}
footer footmid{
  border-bottom: 1px solid #eeeeee3d;
  padding-bottom: 2rem;
}
footer .ftlogo{
  width: 350px;
  max-width: 100%;
}
footer .menuhead{
  font-weight: 600;
  color: rgb(55 181 74);
  font-size: 1.25rem;
}
footer .footmenu,
footer .footlink{
  display: flex;
  flex-flow: wrap;
  row-gap: 8px;
}
footer .footmenu{
  flex-direction: column;
}
footer .contcol p{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
footer .copy span{
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  top: 4px;
}
footer .power a:hover{
  color: #e1e1e1;
}
footer .policy{
  justify-content: flex-end;
  gap: 20px;
}

@media(max-width:767px){
  .copycol{
    text-align: center;
  }
  footer .policy{
    justify-content: center;
    gap: 10px;
  }
}

@media(max-width:575px){
  footer .ftlogo .logo{
    height: 50px;
  }
}

.contcol i{
  color: #37b54a;
}
.social{
  display: flex;
  gap: 25px;
}

/* FLOATING BUTTON */
.floatchat {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  gap: 10px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px #37b54a21;
  }
}

.floatchat .icon {
  background-color: #37b54a;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #eee;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@media(max-width:767px){
  .floatchat{
    width: 80px;
    height: 80px;
    right: 10px;
  }
  .floatchat .icon{
    width: 50px;
    height: 50px;
  }
}

#container br{
  display: none;
}
.nopad{
  padding-top: 1.5rem;
}
.mobbtn{
  display: none;
}
/* RESPONSIVE */
@media(max-width: 991px){
  #container{
    width: 650px;
  }
  #line2{
    width: 510px;
  }
  #line4 {
    margin-left: 254px !important;
}
#no3{
  left: 45px;
}
#no1, #no2, #no3, #no5{
  padding: 10px;
  font-size: 0.9rem;
}
#no1{
  width: 200px;
  line-height: 45px;
}
#line5 {
  margin-left: 579px !important;
}
#no5{
  left: 115px;
}
#line3 {
  margin-left: 70px;
}
#no2{
  left: -20px;
}
.slide-main{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lgrev{
  flex-direction: column-reverse;
}
.abtleft{
  margin-top: 10px;
}
.doc-list li {
  flex: 1 0 50%;
  max-width: 50%;
  position: relative;
}
.right-header ul{
  display: none;
}
.why1 .listbull1 li{
  width: 100%;
}
.mobbtn{
  display: block;
  background: transparent;
  border: none;
}
.mobbtn img{
  width: 20px;
}
header.active .logo {
  width: 150px;
}

}

@media(max-width: 767px){
  #container br{
    display: block;
  }
  #no2, #no3, #no5{
    padding: 20px;
  }
  #line2{
    width: 450px;
  }
  #line3 {
    margin-left: 100px;
  }
  #no2 {
    left: 30px;
  }
  #line4 {
    margin-left: 224px !important;
  }
  #no3 {
    left: 125px;
  }
  #line5 {
    margin-left: 549px !important;
  }
  #no5 {
    left: 220px;
  }
  .abtleft .headfont, .services .headfont, .whycontent .headfont, .types .headfont, .clients .headfont, .systemsection .headfont{
    font-size: 2rem !important;
  }
  footer .ftlogo{
    width: 100%;
  }
  .staycol{
    margin-top: 1.5rem !important;
  }
  footer{
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .nopad{
    padding-top: 0 !important;
  }
}

@media(max-width: 680px){
  #container {
    width: 450px;
}
#line3 {
  margin-left: 0px;
}
#no2 {
  left: -60px;
}
#no3 {
  left: 60px;
}
#line5 {
  margin-left: 450px !important;
}
#no5 {
  left: 175px;
}
#no2, #no3, #no5 {
  padding: 15px;
}
#no1, #no2, #no3, #no5{
  font-size: 0.8rem;
}
#no1 {
  width: 175px;
  line-height: 35px;
}
}

@media(max-width: 575px){
  #line2 {
    width: 320px;
}
#line5 {
  margin-left: 384px !important;
}
#no5 {
  left: 125px;
}
#line4 {
  margin-left: 159px !important;
}
#line3 {
  margin-left: 65px;
}
#no2 {
  left: 15px;
}
#no1 {
  width: 155px;
  line-height: 25px;
}
#no2, #no3, #no5 {
  padding: 10px;
}
#no3 {
  left: 85px;
}
#no5 {
  left: 150px;
  margin-top: -2px;
}
.none{
  display: none;
}
#container{
  margin-top: 10px;
}
.doc-list li{
  flex: 1 0 100%;
  max-width: 100%;
}
footer .contcol p{
  flex-wrap: nowrap;
}
footer .menuhead {
  font-size: 1rem;
}
.left-header img {
  width: 160px;
}
header{
  padding-top: 15px;
  padding-bottom: 15px;
}
.right-header .gradbtn{
  padding: 10px 15px;
  font-size: 0.9rem;
}
.slcont .headfont{
  font-size: 2.2rem;
}
.slcont{
  top: 35%;
}
.expbtn{
  padding: 10px 20px;
}
.slider-pag .swiper-pagination {
  flex-flow: row;
  gap: 8px;
  top: auto !important;
  bottom: 20px !important;
  right: auto;
  left: 1rem !important;
}
.slider-pag .swiper-pagination-bullet {
  width: 22px;
  height: 6px;
}
.slider-pag .swiper-pagination-bullet-active {
  width: 30px;
}
.slider{
  height: calc(100vh - 50px);
}
}

@media(max-width: 470px){
  #container {
    width: 350px;
}
#no5 {
  left: 67px;
}
#line2 {
  width: 220px;
}
#line4 {
  margin-left: 109px !important;
}
#no3 {
  left: 38px;
}
#line5 {
  margin-left: 285px !important;
}
#no1, #no2, #no3, #no5 {
  font-size: 0.7rem;
}
#no1 {
  width: 135px;
  line-height: 15px;
}
}

@media(min-width: 360px) and (max-width: 390px){
  #container{
    margin-left: -5px;
  }
}

@media(max-width: 360px){
  #container {
    width: 265px;
}
.left-header img {
  width: 120px;
}
#line2 {
  width: 170px;
}
#line4 {
  margin-left: 83px !important;
  height: 110px;
}
#no3 {
  left: -5px;
}
#line5 {
  margin-left: 216px !important;
  margin-top: -110px;
}
#no5 {
  left: 175px;
  top: -110px;
}
#line3 {
  margin-left: 48px;
  height: 60px;
}
#no2{
  top: -55px;
  left: 10px;
}
}