* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

p{
  margin: 0;
}

:root {
  --primary-font: "Archivo", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --sub-font: "Mulish", sans-serif;
  --sub-heading-font: "Nunito Sans", sans-serif;
  --primary-color: #028ac7;
  --bs-blue: #040021;
  --bs-grey: #1B1B1B;
  --bs-mustard: #028ac7;
  --bs-light: #212121;
  --bs-light-yellow: #F6E8BA;
  --bs-footer-text: #A9A9A9;
  --text-light: #636363;
}

li{
  list-style-type: none;
}

.primary-color{
  color: var(--primary-color) !important;
 }

.bg-primary{
  background: var(--primary-color) !important;
}

.sub-font{
  font-family: var(--sub-font) !important;
}

.sub-heading-font{
  font-family: var(--sub-heading-font) !important;
}

 .mustard-color{
  color: var(--bs-mustard) !important;
 }

 .light-color{
  color: var(--bs-light) !important;
 }

 .primary-font{
  font-family: var(--primary-font) !important;
 }

 .secondary-font{
  font-family: var(--secondary-font) !important;
 }

 .footer-text-color{
  color: var( --bs-footer-text) !important;
 }

 .text-light{
  color: var( --text-light) !important;
 }

 .fw-800{
  font-weight: 800;
 }

 .fw-900{
  font-weight: 900;
 }

 .font-13{
  font-size: 1.3rem;
} 

.font-12{
  font-size: 1.2rem;
}

.font-14{
  font-size: 1.4rem;
}

.font-15{
  font-size: 1.5rem;
}

.font-16{
  font-size: 1.6rem;
}

.font-17{
  font-size: 1.7rem;
}

.font-18{
  font-size: 1.8rem;
}

.font-19{
  font-size: 1.9rem;
}

.font-20{
  font-size: 2rem;
}

.font-21_6{
font-size: 2.16rem;
}

.font-22{
font-size: 2.2rem;
}

.font-25{
  font-size: 2.5rem;
  }

.font-26{
font-size: 2.6rem;
}

.font-27_6{
font-size: 2.76rem;
}

.font-32{
  font-size: 3.2rem;
  }

.font-h2{
  font-size: 4.3rem;
  line-height: 4.678rem;
}

.b-radius-30{
  border-radius: 3rem;
}

.b-radius-18{
  border-radius: 1.8rem;
}

.line-height-23{
  line-height: 2.3rem;
}

.line-height-24{
  line-height: 2.4rem;
}

.zoom-img {
  width: 100%;
  height:auto;
  overflow: hidden;
  border-radius: 3rem;
}

.zoom-img img {
  transition: all 0.3s ease-in-out;
  transform-origin:  top;
}




.zoom-img:hover img.whatsapp-icon{
  transform: scale(1);
}

.offcanvas.offcanvas-start{
  transition: all 0s ease-in-out;
}

img.whatsapp-icon{
  right: 3%;
  top: 85%;
}




/* Header */

.secondory-header {
  height: 40px;
  background-color: #000000;
  background-size: cover;
}

.yellow-top-bg {
  position: absolute;
  background: #028ac7;
  height: 40px;
  width: 30vw;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.left-top-head{
  position: relative;
  
}

.header-clock{
  /* color: #7B5F00; */
}

.left-top-head p, .right-top-head p {
  line-height: 1.573rem
}

.left-top-head p span{
  /* color: #7B5F00; */
}

.right-top-head {
  /* max-width: 37.1rem; */
}

a.nav-link {
line-height: 1.8rem;
font-size: 1.6rem;
}

.dropdown-item{
line-height: 1.6rem;
padding: 1rem 1.5rem;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: #f6e8ba52;
}

.dropdown-menu[data-bs-popper]{
left: auto;
}

.nav-button {
width: 11.8rem;
height: 4rem;
border: 1px solid var(--primary-color);
border-radius: 1rem;
}

.nav-button:hover{
border: 1px solid var(--primary-color);
background: var(--primary-color);
}

.dropdown-toggle::after, .dropdown-toggle.show::after{content:"\F282";font-family: "bootstrap-icons";border: 0;position: absolute;top: 16px;left: 0;}

.dropdown-toggle.show::after{
content: "\F286"
}

.offcanvas-header{
  width: 100%;
}

.offcanvas-header .btn-close{
  color: var(--primary-color)
}

/* Home Banner */

.home-banner .container{
  background: url(../images/banner-main-bg.png) no-repeat center;
  background-size: contain;
  padding: 6.3rem 3.3rem 3.3rem;
}
.banner-social {
  max-width: 17.7rem;
}

.banner-social p {
  color: #ffffff;
  font-family: var(--primary-font);
  font-size: 17px;
  text-align: right;
  margin: 10px 0px 10px;
}
a.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 150px;
  padding: 0px 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--primary-font) !important;
  color: #000000;
  text-decoration: none !important;
  border-radius: 8px;
  border: 1px solid #028ac7;
  transition: all ease 0.3s;
}
a.header-btn:hover {
  background-color: #028ac7;
  transition: all ease 0.3s;
}
/* Home About Us */


p.small-yellow-text {
  line-height: 2.304rem !important;
  letter-spacing: 2px;
}

.about-info{
  line-height: 2.7rem;
  padding-top: 2.6rem;
  color: #000000;
}

.mission-vision{
  flex-wrap: nowrap;
}

.mission-vision-info {
  max-width: 57rem;
  width: 100%;
  flex-shrink: 1;
}

.mission-vision-info h3, .home-our-service h3, .testimony-container h4 {
  line-height: 2.592rem;
}

.mission-vision-info p{
  line-height: 2.4rem;
}

.small-lower-image{
  margin-top: -15rem;
}

.home-about-img, .trust-img {
  padding-left: 5rem
}

/* Home How We Work */

.home-how-we-work p, .home-why-choose-us p{
  line-height: 2.4rem;

}

.work-info{
  gap: 1.4rem;
}

.work-info-details {
  width: 82%;
}

.yellow-round-counter {
  width: 6.6rem;
  height: 6.6rem;
  background: var(--primary-color);
  text-align: center;
  line-height: 6.6rem;
  border-radius: 50%;
}

.work-info h4, .home-our-service h4 {
  line-height: 2.072rem;
}

.work-info p, .home-our-service p, .testimony-container p{
  line-height: 2.4rem;
}

.work-info-with-divider{
  padding-top: 6rem;
}

.work-info-with-divider::before {
  content: "";
  width: 1px;
  height: 6rem;
  background: #151515;
  position: absolute;
  top: 0;
  left: 3.3rem;
}

/* Home Our Service */

.home-our-service .container {
  border-radius: 3rem;
  padding: 6rem 6rem 2rem;
}

.home-our-service h2{
  color: var(--primary-color)
}

.home-our-service h3{
  color: #808080;
}

.home-our-service p{
  line-height: 2.3rem;
  color: #c7c7c7;
}

/* Home Why Choose Us */

.home-why-choose-us p{
  line-height: 2.9rem;
  color: #636363;
}

.progress-container{
  /* max-width: 60.7rem; */
  width: 100%;
}

.progress-container p{
  line-height:2.592rem;
  color: #585858;
}

img.badge-image {
  right: 0;
  top: auto;
  bottom: 0;
  transition: transform .7s ease-in-out;
}


.zoom-img:hover+ img.badge-image {
  transform: rotate(-180deg);
}


/* Home testimonial */

.home-tetimonial .container{
 background: var(--bs-light-yellow); 
 padding: 6rem 5rem;
 border-radius: 3rem;
}

.testimony-container{
  background: url(../images/testi-bg.png) no-repeat center;
  padding: 5rem;
  border-radius: 3rem;
  background-size: cover;
  min-height: 36.03rem;
}

.testimony-container p{
  color: #9D9D9D;
}

.home-tetimonial h3{
  line-height: 2.592rem;
}

.testimony-container h3{
  line-height: 3.7rem;
}

.home-tetimonial p{
  line-height: 2.4rem;
}

.carousel-indicators [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color)
}

/* Home FAQ */

.home-faq .accordion-item {
  border: 1px solid #D3D3D3 !important;
  margin-bottom: 3rem;
  border-radius: 8px !important;
}

.home-faq button.accordion-button {
  height: 6.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.home-faq button.accordion-button.collapsed{
  border-radius: 8px !important;
}

.home-faq .accordion-button:not(.collapsed){
  background: transparent;
}

.home-faq .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgb(222 226 230);
  border-radius: 8px 8px 0 0 !important;
}

.home-faq .accordion-body, .home-blog p {
  line-height: 2.9rem;
  padding: 2.5rem;
  color: #636363
}

/* Home Blog */

p.home-date::before, p.home-comment::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/date.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -8px;
}

p.home-comment::before{
  background: url(../images/comment.svg) no-repeat center;
}

p.home-date, p.home-comment {
  padding: 0;
  padding-left: 4rem;
  line-height: 1.306rem;
}

.blog-info-lower {
  border-radius: 3.254rem;
  margin-top: -6rem;
}

.blog-info-cont h3{
  line-height: 2.685rem;
  padding-top: 6rem;
}

/* Sub Page Banner */

.sub-page-banner h1 {
  font-size: 9.92rem;
  line-height: 9.92rem;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

/* About Us Page */

.hse-policy {
  max-width: 90%;
}

.ex-image {
  top: 110%;
  left: 0;
  transform: translatey(-110%);
  height: 140px;
}

.r-done-image{
  top: 110%;
  left: 0;
  transform: translate(0, -110%);
  height: 140px;
}

.our-benefit, .our-specialization {
  background: #FFFBEE;
  margin-bottom: 0px !important;
  padding-bottom: 50px !important;
}

.our-benefit h3{
  line-height: 2.299rem;
}

.our-benefit p, .our-specialization p{
  color: #000000;
}

.service-link{
  color: #040021;
  }
  
  .service-card-lower{
    border-radius: 0px 0px 18px 18px;
  }
  
  a.service-link::after {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    background: url(../images/link-button-icon.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left: auto;
    top: -4px;
    right: -31px;
  }
  
  .service-sub-aside {
    max-width: 28%;
  }
  
  .service-sub-aside-inner{
    border-radius: .909rem;
    overflow: hidden;
  }
  
  .service-sub-aside li{
    list-style: none;
  }
  
  .service-sub-content {
    max-width: 70%;
  }
  
  a.service-sub-link::after {
    content: "";
    display: block;
    width: 2.842rem;
    height: 2.842rem;
    background: url(../images/right-arrow.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 13px;
  }

  .service-sub-download h3, .pdf-download{
    border-bottom: 1.14px solid #00000017;
  }

  .service-sub-download h3::after {
    /* content: ""; */
    width: 5.684rem;
    height: .227rem;
    display: block;
    background: var(--primary-color);
    position: absolute;
    /* bottom: 0; */
    top: 73px;
}

.pdf-download h4, .pagination a{
  color: #1C232F;
}

.pdf-download a{
  color: #6D7A8C;
}

.how-can-i-help-inner{
  margin-top: -16.9rem;
  border-radius:0 0 8px 8px;
}

.how-can-i-help-inner h3, .service-sub-content h3{
  padding-top: 17rem;
  color: #1C232F;
}

.expert-skills::before {
  content: "\F272";
  font-family: "bootstrap-icons";
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: 900;
  top: 4px;
}

.service-sub-aside-inner li.active{
  background: #000000;
}

.service-sub-aside-inner li.active a{
  color: var(--primary-color) !important;
}

.banner-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.search-aside, .side-category, .side-recen-post {
  background: var(--bs-light-yellow);
}

.search-aside .form-control{
height: 5rem;
}

.search-aside button {
  right: 0;
}

.search-aside button {
  right: 4rem;
  line-height: 5rem;
  padding: 0;
  font-size: 1.8rem;
}

.search-aside button .bi{
  color: var(--bs-mustard);
}

.side-category h3, .side-recen-post p {
 color:#23252D
}

.side-recen-post p{
  line-height: 1.8rem;
}

.contact-info p, .contact-info  a{
  color: #5E5D5D;
}

.contact-form {
  background: var(--bs-light-yellow);
  border-radius: 1rem;
}

.contact-form .form-field{
height: 58px;
padding: 19px 17px 19px 17px;
border-radius: 10px;
border: 2px solid #1A4862; 

}

.contact-form textarea{
  min-height: 15rem;
  border-radius: 10px;
border: 2px solid #1A4862; 
}

.contact-form button{
width: 174.13px;
height: 46px;
padding: 10px 29.62px 10px 30px;
border-radius: 10px;
} 

.gmap_canvas iframe{
  height: 30rem
}

.side-category a{
  color: #23252D;
}

.service-sub-aside li {
  border-bottom: .01px solid #f2f2f2 !important;
}

/* Footer */

.footer-logo{
  max-width: 13.4rem;
  width: 100%;
}

.footer-info p{
  color: #A9A9A9CC;
  line-height: 2.2rem;
  max-width: 25.103rem;
}

.footer-social img{
  filter: grayscale(1);
}

footer h3{
  line-height: 3.072rem;
}

.footer-menu a {
  text-decoration: none;
  line-height: 2.5rem;
}

.footer-menu a:hover{
  color: var(--primary-color) !important;
}

.footer-menu li::before {
  content: "\F280";
  font-family: "bootstrap-icons";
  color: var( --bs-footer-text);
  font-size: 9px;
  padding-right: 5px;
}

.footer-copyright{
  border-top: 2px solid #343020;
}
.sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 80px;
  height: 80px;
}
p.ph-no {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.header-bar {
  padding: 20px 0px;
}
.main-text-banner {
  margin-top:10px;
  font-size: 58px;
  font-weight:500;
  line-height: 1.1;
  width: 100%;
  margin-left: 10%;
  font-family: var(--primary-font) !important;
  color: #028ac7;
  transition: all ease 0.2s;
}
.follow-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}

.follow-wrapper a {
  background-color: #1b1b1b;
  text-decoration: none;
  height: 35px;
  width: 35px;
  font-size: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-wrapper a:hover i {
  color: #ffffff;
}
.follow-wrapper a i {
  color: #028ac7;
}
.badge-image {
  animation: rotate 25s linear infinite; 
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.header-bar {
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.menu-wrapper a {
  font-family: var(--primary-font) !important;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
}
.mobile-menu {
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 150;
  top: 0;
  left: -100vw;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 40px;
  box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
  transition: all 0.3s ease-out;
  padding: 2rem;
}
.menu-icon {
  display: none;
}
.menu-name-single-wrapper {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}
.menu-name-single-wrapper:hover ul.hover-menu {
  top: 70px;
  opacity: 1;
  height: auto;
  max-height: 100vh;
  transition: opacity ease 0.3s, top ease 0.3s;
}
ul.hover-menu {
  overflow: hidden;
  position: absolute;
  top: 80px;
  width: 330px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 1px 11px 20px #00000036;
  opacity: 0;
  height: 0px;
  transition: opacity ease 0.3s, top ease 0.3s
}
.hover-menu li:last-child {
  margin-bottom: 20px;
}
ul.hover-menu li:hover a,
.menu-name:hover,
.menu-name:hover i {
  color: #e5b30e !important;
}
.menu-name-single-wrapper i.fal {
  font-size: 13px;
  transition: all ease 0.2s;
}

.menu-name-single-wrapper:hover i.fal {
  transform: rotate(180deg);
  transition: all ease 0.2s;
}
.footer-social a {
  background-color: #1b1b1b;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  text-decoration: none;
  color: #ffffff !important;
  border-radius: 50%;
}
.footer-social a i {
  color: #ffffff !important;
  font-size: 16px;
}
.progress {
  height: 0.5rem;
}
.progress-bar {
  background: #028ac7;
}
.serv-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
p.top-header-text {
  font-size: 16px;
  font-weight: 700;
}
.manpower-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  font-family: var(--primary-font) !important;
  color: #ffffff;
  transition: all ease 0.2s;
}
.extra-call {
  text-align: center;
  font-size: 15px;
}
.extra-call a{
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  padding-top: 4px;
  display: inline-flex;
  font-size: 16px;
}

/* responsive */
@media (max-width: 767px){

  .service-sub-content {
    margin-top: 0rem !important;
  }
  p.top-header-text {
    font-size: 13px;
    word-break: break-all;
  }
  .extra-call {
    display: none;
  }
  .hse-policy {
    max-width: 100%;
    margin-top: 20px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .single-service-option {
    margin-top: 50px;
  }
  .home-banner .container {
    padding: 3rem 1.5rem 3.3rem;
    background-position: top;
    background-size: auto;
  }
  
  .follow-wrapper {
    justify-content: center;
    padding: 0px 0px 0px 30px;
    margin-bottom: 0px;
  }
  .banner-social {
    max-width: max-content;
    display: flex;
    align-items: center;
  }
  .menu-name-single-wrapper:hover ul.hover-menu {
    top: 30px;
    max-height: 50vh;
    overflow-y: auto;
  }
  .menu-name-single-wrapper {
    height: auto;
  }
  .sticky {
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .web-hb {
    display: none !important;
  }
  .header-bar {
    height: 80px;
    display: flex;
    align-items: center;
  }
  a.menu-close-icon {
    font-size: 40px;
    color: #000000;
    text-decoration: none;
    position: absolute;
    right: 2rem;
    top: 2rem;
    line-height: 1;
  }
  a.menu-close-icon i {
    color: #000000;
  }
  .mobile-menu .menu-wrapper {
    display: flex;
    column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    margin: 50px 0px;
  }
  .mobile-menu a.header-btn {
    width: fit-content;
    height: 45px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px;
  }
  a.header-btn {
    width: auto;
    height: 40px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 20px;
  }
  .web-menu {
    display: none;
  }
  .mobile-menu.active {
    left: 0;
    transition: all 0.3s ease-out;
  }
  .menu-icon {
    display: block;
    color: #000000;
    font-size: 35px;
    line-height: 1;
  }
  .menu-icon i {
    color: #000000;
  }



  .home-faq .accordion-body, .home-blog p {
    padding: 1.25rem;
  }
  .secondory-header {
    height: 80px;
  }
  .yellow-top-bg {
    width: 100vw;
    clip-path: none;
  }
  img.badge-image {
    width: auto;
  }
  .bi-envelope, .bi-telephone, .bi-clock {
    display: none;
  }
  p.ph-no {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .left-top-head {
    position: relative;
    padding-left: .5rem !important;
  }
  .left-top-head .ps-3 {
    padding-left: 0px !important;
  }
  .banner-social p {
    text-align: center;
  }
  section.home-banner h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px)  {
  .follow-wrapper {
    justify-content: flex-start;
    margin: 0px;
  }
  .home-banner .container {
    background-position: top;
    background-size: auto;
    border-radius: 20px;
  }
  .extra-call {
    font-size: 14px;
  }
  p.top-header-text {
    font-size: 12px;
  }
  .menu-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .menu-wrapper a {
    font-size: 14px;
  }
  a.header-btn {
    font-size: 14px;
  }
  .yellow-top-bg {
    width: 47vw;
  }
  .main-text-banner {
    font-size: 44px;
    margin: 25px 0% 0% 0%;
  }
  .home-faq button.accordion-button {
    height: 5rem;
  }
  .font-26 {
    font-size: 2.0rem;
  }
  .home-banner .container {
    padding: 0rem 3.3rem 3.3rem;
  }
  .banner-social {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    align-items: center;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 2000px)  {
  .yellow-top-bg {
    width: 40vw;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1399px)  {
  .home-banner .container {
    background: none;
    background-size: auto;
    border-radius: 20px;
    background-color: #000000;
  }
  .main-text-banner {
    margin-left: 0px;
  }
  .banner-social p {
    margin: 25px 0px 10px;
  }
}


@media (min-width: 992px){
  .navbar-expand-lg .offcanvas{
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1199px){

.object-image{
  height: 33.2rem;
  object-fit: cover;
}

}

@media (min-width:1440px){
  .container{
      max-width: 1340px;
  }

  .nav-button {
    width: 14.8rem;
    height: 4.6rem;
  }

  .service-link{
    line-height: 1.694rem;
  }

}

@media (max-width: 1399px){
  .service-sub-content, .service-sub-aside{
    max-width: 100%;
    margin-top: 3rem;
  }

  .service-sub-content{
    order: 1;
  }

  .service-sub-aside{
    order: 2;
  }
}

@media (max-width: 1199px){
  .sub-page-banner h1{
  font-size: 7.92rem;
  line-height: 7.92rem;
}
}

@media (max-width: 991px){
  /* section.home-banner h1{
    font-size: 4.5rem;
    line-height: 6rem;
  } */

  .sub-page-banner h1 {
    font-size: 5.92rem;
    line-height: 5.92rem;}
  
    img.whatsapp-icon {
      right:-123%;
      top: 86%;
      width: 5rem;
      height: 5rem;
  }

  .navbar-nav{
    width: 100% !important;
  }

  .home-about-img{
    padding-top: 2rem;
  }
  
}

@media (max-width: 676px){

  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .dropdown-toggle::after, .dropdown-toggle.show::after {
    /* top: 21px; */
    /* left: 0; */
}


.small-lower-image{
  width: 20rem;
}



.font-h2 {
  font-size: 3rem;
  line-height: 4rem;
}
.home-tetimonial .container{
  padding: 2rem;
}

.accordion-button{
  font-size: 1.8rem;
}

.testimony-container {
  padding: 2rem;
}
.testimony-container h3{
  font-size: 1.7rem;
  line-height: 2.1rem;
}
.home-our-service .container {

  padding: 2rem;
}

.work-info-with-divider::before{
  left: 3rem;
}

.footer-menu a {
  font-size: 1.2rem;
}

.footer-copyright p, .footer-copyright a{
font-size: 1.1rem;
}

.font-h2 {
  font-size: 3rem;
  line-height: 4rem;
}

.sub-page-banner h1 {
  font-size: 3rem;
  line-height: 3rem;
}

.ex-image, .r-done-image {
  width: 200px;
}

.pagination img {
  width: 40px;
}
}

@media (max-width: 330px){
  section.home-banner h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .work-info-with-divider::before {
    left: 2.3rem;
  }
  .manpower-title {
    font-size: 2rem;
    line-height: inherit;
    display: inline-flex;
  }
  .follow-wrapper {
    padding: 0px 0px 0px 20px;
  }
}


