html,body{
    font-family: "Onest", sans-serif;
	background-color: #FFFFFF;
  overflow-x: hidden;
}
.background{
  background-color: #FFFFFF;
}
/* Make the navbar transparent */
.navbar {
  background-color: transparent !important; /* Semi-transparent background */
  width: 100%;
  height: 100px;  /* Default height */
  top: 0;
  z-index: 1000;
}
@media (max-width:480px) {
  .navbar{
    height: auto;
  }
 
}
.navbar-brand img {
  padding-bottom: 8px;
  min-width: 100px;
  height: 95px;
  max-height: 120px;
  max-width: 250px;
  transition: all 0.3s ease-in-out; /* Smooth transition for logo resizing */
}
/* Ensure the navbar text is visible over the slideshow */
.navbar-nav .nav-link,
.navbar-text {
  color: #fff ; 
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}


.nav-link{
  transition: all 0.6s ease;
  font-size: 1.2rem;
  position: relative;
  color: #3d5a6a !important; 
  transition: all 0.3s ease;

}
.nav-link:hover{
  color: #1b59dd !important;
  transition: all 0.3s ease;
}
/* Index Page Hero Section Start */
.hero{
    /* margin-top: 7rem; */
    position: relative;
    background: url('../img/bg-hero.webp') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 118px 0;
}
.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgba(0, 47, 71, 0.9) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-content{
    position: relative;
    z-index: 2;
}
.section-title h5{
    background-color: #f5f7f2;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    border-radius: 24px;
    padding: 4px 20px 4px 36px;
    margin-bottom: 15px;

}
.section-title h5::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #054471;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.section-title h1{
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #002f47;
}
.btn-default .btn-highlighted::before{
    background-color: #013198;
}
.btn-default{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: #013198;
    color: var(--white-color);
    border-radius: 100px;
    padding: 17px 30px;
    margin-right: 50px;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.btn-default::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #013198;
    background-image: url('https://html.awaikenthemes.com/petronus/images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.btn-default:hover::before{
  transform: translateY(-50%) rotate(0deg) ;
}
.btn-default::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background:#013198 ;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.hero-image img{
    position: relative;
    text-align: center;
    margin-bottom: -156px;
    z-index: 2;
}
@media (max-width: 991px) {
  
  .section-title h1{
    font-size: 44px;
  }
  .section-title h5{
    padding: 4px 15px 4px 31px;
  }
  .hero-image img{
    margin-bottom: -134px;
  }
  
}
@media (max-width: 768px) {
  .section-title{
    padding: 10px;
  }
  .section-title h1{
    font-size: 26px;
  }
  .p-10{
    padding: 10px;
  }
  .iframe{
    height: 500px;
  }

  
}
/* Index Page Hero Section end */

/* Index Page Service Card Section Start */
.best-service-item{
  width: 25%;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  border-right: 1px solid #002F471A;
  border-bottom: 1px solid #002F471A;
  padding: 40px 2.604vw;
}
.best-service-item .icon-box{
    position: relative;
    min-width: 70px;
    min-height: 70px;
    background: #013198;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.best-service-content{
  width: calc(100% - 80px);
}
.best-service-item .icon-box img{
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}
@media (max-width:991px ) {
  .best-service-item{
    width: 50%;
    padding: 25px;
  }
}
@media (max-width: 560px) {
  .best-service-item{
    width: 100%;
    padding: 15px;
    border-right: none !important;
  }
  
}
/* Index Page Service Card Section ENd */

/* Index Page About  Section Start */
.section-title h2{
  font-size: 46px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 700;
    /* cursor: none; */
    color: #002f47;
}
.about-us-images{
  position: relative;
    padding: 0 55px 0 65px;
    margin-right: 10px;
}
.about-us-image, .about-us-image figure{
  display: block;
  border-radius: 999px;
  overflow: hidden;
}
.about-us-image figure::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #002f47;
  opacity: 20%;
  border-radius: 999px;
  z-index: 0;
}
.about-us-image img{
  width: 100%;
    aspect-ratio: 1 / 1.58;
    object-fit: cover;
    border-radius: 999px;

}
.image-anime{
  position: relative;
    overflow: hidden;
}
.image-anime::after{
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-us-circle-img-1 figure, .about-us-circle-img-2 figure{
  width: 100%;
    max-width: 160px;
    border-radius: 50%;
}
.about-us-circle-img-1{
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 1;
}
.about-us-circle-img-2{
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
}
.about-us-circle-img-1 img , .about-us-circle-img-2 img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 8px solid #FFFFFF;
  border-radius: 50%;
}
.text-about-h2{
  font-size: 44px;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    /* cursor: none; */
}
.about-us-list .check{
  background-color: #013198;
  padding: 5px;
  font-size: 12px;
  border-radius: 50px;
  color: #FFFFFF;
}
.about-us-list{
  width: calc(70% - 15px);
}
.about-us-list ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us-list ul::before{
  content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 1px solid #002F471A;
    width: 1px;
    height: 100%;
    z-index: 0;
}
.about-us-list ul li {
  position: relative;
  width: calc(50% - 15px);
  line-height: 1.5em;
  text-transform: capitalize;
  padding-left: 25px;
}
.about-us-list ul li::before{
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: 900;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #013198;
}
.about-us-video-image{
  position: relative;
  border-radius: 24px;
  width: calc(30% - 15px);
  overflow: hidden;
}
.about-us-video-image img {
  width: 100%;
  aspect-ratio: 1 / 0.79;
  object-fit: cover;
  border-radius: 24px;
}
.about-us-video-image figure::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  background: #002f47;
  opacity: 60%;
}
.video-play-button{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video-play-button a{
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: none; */
}
.about-countup{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.about-counter-item{
  width: calc(25% - 30px);
}
.about-countup h2{
  font-size: 44px;
}
.counter{
  color: #002f47;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .section-title h2{
    font-size: 24px !important;
  }
  .about-us-circle-img-1 figure , .about-us-circle-img-2 figure{
    max-width: 90px;

  }
  .about-us-video-image, .about-us-list {
    width: 100%;
}
.about-us-list ul::before{
  display: none;
}
.padding-right-left{
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-list ul li{
  width: 100%;
}
.about-counter-item{
  width: calc(45% - 1px);
}
.about-counter-item h2 {
  font-size: 24px;
}
.about-counter-item p{
  font-size: 16px !important;

}
  
}
/* Index Page About  Section ENd */

/* Index Page Service Slider Start */
.bg-lightsecondary .section-title h5::before{
background:#FFFFFF !important;

}
.service-item{
  background: #FFFFFF;
    border-radius: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.service-image img{
  width: 100%;
    aspect-ratio: 1 / 0.65;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.readmore-btn{
  position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: #013198;
    text-transform: capitalize;
    padding-right: 36px;
    transition: all 0.4s ease-in-out;
}
.readmore-btn::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #013198;
  background-image: url('https://html.awaikenthemes.com/petronus/images/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  border-radius: 50%;
  transform: translateX(-3px);
  transition: all 0.4s ease-in-out;
}
.readmore-btn:hover::before{
  transform: translateX(3px);
}

/* Index Page Service Slider Start */
.service-item{
  background: #FFFFFF ;
    border-radius: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.service-body{
  text-align: center;
    padding: 30px 18px;
}
.services-pagination{
  position: relative;
    text-align: center;
    margin-top: 40px;
}

/* Index Page features section start */
.our-features-list{
  display: flex ;
      flex-wrap: wrap;
      gap: 30px;
}
.features-item{
  width: calc(50% - 15px);
    display: flex;
}
.features-item .icon-box{
  position: relative;
  background: #013198;
  border-radius: 50%;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.features-item .icon-box::before{
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#002f47 ;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.features-item .icon-box img{
  position: relative;
    max-width: 30px;
    z-index: 1;
}
.features-item-content{
  width: calc(100% - 70px);
}
.features-item-content h3{
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #002f47;
}
.features-image{
  position: relative;
    padding: 0 0 20px 45px;
    margin-left: 20px;
}
.features-image figure{
  display: block;
    border-radius: 24px;
}
.reveal{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.features-image figure img{
  width: 100%;
    aspect-ratio: 1 / 0.8937;
    object-fit: contain;
    border-radius: 24px;
}
.reveal img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left
}
.section-row .section-title.section-title-center {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.our-project-nav ul li a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  background: #013198;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media (max-width: 768px){
  .features-item{
    width: 100%;
  }
  .features-image{
    padding: 0;
    margin: 0;
  }
}

/* Index Page features section End */


/* index page why choose us section start */
.why-choose-us-item{
  position: relative;
    width: calc(25% - 22.5px);
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    padding: 30px 25px;
    transition: all 0.4s ease-in-out;
}
.why-choose-us-item::before{
  content: '';
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002f47;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.why-choose-us-item:hover .why-choose-us-item::before{
  /* content: '';
  position: absolute; */
  top: 0%;
  bottom: 50px;
  left: 0;
  /* right: 0;
  background-color:#002f47;
  height: 100%; */
  width: 100%;
  transition: all 0.4s ease-in-out;

}
.why-choose-us-box{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.why-choose-us-item .icon-box{
  position: relative;
  background: #013198;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.why-choose-us-item .why-choose-item-content h3{
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  color: #002f47;
}
.why-choose-us-text:hover{
  color: black;
  transition: all 0.3s ease;
  
}
.page-cta-box{
  position: relative;
  width: calc(25% - 22.5px);
  background: url('../img/call-person.webp') no-repeat;
  background-position: center center;
  background-size: cover;
  align-content: center;
  border-radius: 24px;
  padding: 50px 30px;
  overflow: hidden;
}
.page-cta-box::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #002f47;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-cta-box-info, .cta-contact-box{
  position: relative;
    z-index: 1;
}
.cta-contact-item .icon-box{
  width: 30px;
  height: 30px;
  background: #013198;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cta-contact-item .icon-box img{
  width: 100%;
  max-width: 16px;
}
.cta-contact-info p{
  font-weight: 600;
  text-transform: uppercase;
  /* color: var(--white-color); */
  margin-bottom: 0px !important;
  line-height: 1.6em;
}
@media (max-width:991px){
  .why-choose-us-item{
    width: calc(50% - 15px);
    padding: 20px;
  }
  .page-cta-box{
    width: calc(50% - 15px);
    padding: 30px 20px;
  }
}
@media (max-width: 768px){
  .why-choose-us-item{
    width: 100%;
    padding: 20px;
  }
  .page-cta-box{
    width: 100%;
  }

}
/* index page why choose us section End */

/* index-page faq Section Start */
.our-faq-images{
  position: relative;
    background: url('https://html.awaikenthemes.com/petronus/images/about-us-dot-img.png') no-repeat;
    background-position: left 187px bottom 46px;
    background-size: 84px auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.faqs-img-1{
  padding-right: 242px;
}
.faqs-img-1 figure img{
  aspect-ratio: 1 / 1.514;
}
.faqs-img-2 figure img {
  aspect-ratio: 1 / 1.02;
}
.faqs-img-3 figure img{
  aspect-ratio: 1 / 0.847;
}
.faqs-img-2, .faqs-img-1 {
  width: 100%;
}

.faqs-img-3 figure, .faqs-img-2 figure, .faqs-img-1 figure {
  display: block;
  border-radius: 18px;
}
.faqs-img-3 img, .faqs-img-2 img, .faqs-img-1 img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.faqs-img-2 {
  max-width: 353px;
  margin: 0 auto;
  margin-right: 0;
  margin-top: -254px;
}
.faqs-img-3{
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  max-width: 222px;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg) !important;
}
.accordion-button::after{
  background-image: url('https://html.awaikenthemes.com/petronus/images/arrow-white.svg') !important;
  transform: rotate(90deg) !important;
}
.accordion-button.accordion-button:not(.collapsed){
  box-shadow: none !important;
}  

@media (max-width:991px) {
  .our-faq-images{
    background-position: left 75px bottom 45px;
        max-width: 100%;
        margin-bottom: 30px;
  }
}
@media (max-width: 768px){
  .our-faq-images{
    width: 100%;
    max-width: 81%;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .faqs-img-1{
    padding-right: 152px;
  }
  .faqs-img-2{
    max-width: 210px;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -110px;
  }
  .faqs-img-3{
    top: 50px;
    max-width: 140px;
  }

}

/* index-page faq Section End */
/* INdex page testimonial Page  */
.bg-img{
  background: url('https://html.awaikenthemes.com/petronus/images/testimonial-bg-img.png') no-repeat;
  background-position: center center;
  background-size: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item{
  background:#FFFFFF;
  border: 1px solid #002F471A;
  border-radius: 24px;
  padding: 40px;
}
.testimonial-author .image-anime .img-pill{
  width: 100%;
  max-width: 60px;
  border-radius: 50%;
}
.testimonial-rating i{
  font-size: 18px;
  color: #013198;
}
.swiper-pagination .swiper-pagination-bullet{
  height: 10px ;
  width: 10px;
  opacity: 1;
  margin: 0 3px;
  background: #3d5a6a ;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination-bullet-active{
  background: #013198 !important;
  width: 20px !important;
  border-radius: 12px !important;
}
/* testimonial section ends */

/*Index Page Pest Need section Start */
.cta-box{
  position: relative;
  background: url('https://html.awaikenthemes.com/petronus/images/cta-box-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0 0;
}
.cta-box::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #002f47;
  opacity: 80%;
  z-index: 0;
}
.cta-box-image {
  position: relative;
  text-align: center;
  /* margin-right: 90px; */
  z-index: 1;
}
.cta-box-image img {
  width: 100%;
  aspect-ratio: 1 / 0.977;
  object-fit: cover;
} 
.cta-box-content{
  position: relative;
  height: calc(100% - 30px);
  align-content: center;
  margin-bottom: 30px;
  z-index: 1;
}
.cta-box-body ul li{
  position: relative;
  /* color: var(--white-color); */
  line-height: 1.5em;
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 15px;
}
.cta-box-body ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(https://html.awaikenthemes.com/petronus/images/arrow-white.svg);
  background-color: #013198;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
/*Index Page Pest Need section End */


/* index page footer */
.footer-padding{
  padding-top:60px ;
}
.mail{
  color: #002f47;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 50%;
}
.footer-links ul li::marker{
  color: #013198;
    transition: all 0.3s ease-in-out;
}
.footer-logo img{
  height: 100px ;
}
.footer-social .icon{
  color: #FFFFFF;
  border: 1px solid grey;
  padding: 10px;
  border-radius: 50%;
}
.border-radius{
  border-radius: 25px;
}

/* Footer End */



/*** Utility Class ***/
.text-green{
    color: #013198;
}
.bg-green{
  background-color: #013198 !important;
}
.fw-7{
    font-weight: 700;
}
.bg-lightsecondary{
  background-color:#F5f7f2 ;
}
.text-white{
  color: #FFFFFF;
}
.top-padding{
  padding: 100px 0;
}
.text-grey{
  color: #3d5a6a !important;
}
.bg-navyblue{
  background-color: #002f47 !important;
}
.text-navyblue{
  color: #002f47;
}
.border-green{
  border: 2px solid #013198;
}
@media(max-width:991.9px){
  .flex-reverse-small{
       flex-direction: column-reverse;
  }
}

/*** Contact Page Start ***/
.page-header{
  position: relative;
  background-image: url('../img/banner.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 105px 0;
}
.page-header::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgba(0, 47, 71, 0.9) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-about-icon{
  color: #FFFFFF;
  font-size: 2.5rem;
}
.contact-form-img{
  height: 100%;
  width: 100%;
  aspect-ratio: 1 / 0.99;
  object-fit: cover;
}
.section-title .text-anime{
  font-size: 44px;
}
.contact-form .form-control{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #013198;
  background-color: #FFFFFF;
  border: 1px solid #002F471A;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: none;
  outline: none;
}
.btn-default{
  position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: #013198;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 17px 30px;
    margin-right: 50px;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

@media (max-width: 991px){

}
@media (max-width: 768px){
  .contact-about-icon{
    /* max-width: 30px; */
    font-size: 30px;
    
  }
  .contact-section{
    padding: 1rem !important;
  }
  .flex-direction{
    flex-direction: column;
  }
  
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #ffffff;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    border: solid 1px #dee2e6;
    
    /* border-radius: 0 0 10px 10px; */
    /* box-shadow: 2px 2px 20px black; */
}

.navbar-nav .dropdown-menu {
    position: static;
    background: #2125298f;
}

  
}
/*** Contact Page End ***/

/* About Page Start */


/* About Page End */