@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

section.bnr {
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

#divmainenquiry11 .close {
  position: absolute;
  right: 14px;
  font-size: 30px;
  cursor: pointer;
}


/*--------------------------------------------------------------
# nav-bar
--------------------------------------------------------------*/
.dropdown-toggle {
  position: relative;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-item ul li .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
}

/*#MenuControl*/
.navbar.bg-light {
  background-color: transparent !important;
  height: 100%;
}

#MenuControl .nav-link:focus,
#MenuControl .nav-link:hover {
  color: #a0cd4e !important;
}

a.nav-link {}

.nav-link {
  font-weight: 400;
  color: #000;
  padding: 14px 7px !important;
}

.nav-fill {
  width: 100%;
  font-size: 15px;
}

.navbar-brand {
  margin: 0;
}

.nav-item {
  position: relative;
}

/* .navbar-nav .nav-item:last-child{background-color: #a0cd4e;} */

@media (max-width: 1170px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media (max-width: 991px) {

  #MenuControl,
  #MenuControl_C,
  #HeaderControl,
  #HeaderControl_C,
  #widgetsControl_C,
  #widgetsControl {
    height: initial !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    background: #eee;
  }

  .navbar.navbar-expand-md {
    text-align: end;
  }

  .navbar.navbar-expand-md .container-fluid {
    display: block;
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    text-align: left;
  }

  .navbar-nav>li {
    display: block;
    text-align: left;
    padding: 4px 0;
    border-bottom: 1px solid #999;
    border-right: 0;
  }

  .nav-item ul li .dropdown-toggle::after {
    transform: rotate(90deg);
  }

  .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile {
  font-size: 50px !important;
}

#header .head-img {
  position: relative;
  /* padding:15px 0; */
}

.header_rht:hover .icon .fa {
  animation: Rtl 0.4s linear alternate;
}

@keyframes Rtl {
  49% {
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

#MenuControl {
  /* background-color: #000; */
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

/* read more */
.rd-mr {
  position: relative;
  z-index: 3;
}

.rd-mr .main-btn .btn_icon {
  display: inline-block;
  background: #a0cd4e;
  width: 35px;
  height: 35px;
  border: 1px solid #a0cd4e;
  border-radius: 50%;
  line-height: 33px;
  font-size: 28px;
  color: #fff;
  margin-left: 8px;
  vertical-align: middle;
  text-align: center;
}

.rd-mr .main-btn {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.rd-mr .main-btn:hover .fa {
  animation: Rtl-btn 0.4s linear alternate;
}

@keyframes Rtl-btn {
  49% {
    transform: translate(90%);
  }

  50% {
    opacity: 0;
    transform: translate(-90%);
  }

  51% {
    opacity: 1;
  }
}

/* End */

.bg-1 {
  background-color: #a0cd4e;
}

.bg-2 {
  background-color: #a2a2a2;
}

.cl-1 {
  color: #a0cd4e;
}

.cl-2 {
  color: #a2a2a2;
}

/* scroll */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #a0cd4e;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  color: #a2a2a2;
}

/*  */
::selection {
  background-color: #a0cd4e;
  color: #fff;
}

/*  */
.home-head {
  font-size: 36px;
  color: #000;
}

/* dobule line  */
.dbl-line {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.dbl-line::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-left: 6px double;
  border-left-color: #a0cd4e;
  width: 10px;
  height: 100%;
}

/*--------------------------------------------------------------
# Banner-Section
--------------------------------------------------------------*/
.bnr-sec .carousel-control-next,
.bnr-sec .carousel-control-prev {
  width: 60px;
  height: 60px;
  opacity: 1;
  background: #a0cd4e;
  top: 40%;
  border-radius: 50%;
  transition: .3s;
  z-index: 999;
  z-index: 1;
}

.bnr-sec .carousel-control-next {
  right: 50px;
}

.bnr-sec .carousel-control-prev {
  left: 50px;
}

.bnr-sec .carousel-caption h2 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
}

.bnr-sec .carousel-caption h2 span {
  color: #fff;
  display: block;
  font-size: 48px;
  margin-top: 8px;
}

.bnr-sec .carousel-caption {
  text-align: center;
}

.bnr-sec .carousel-indicators {
  display: none;
}

.carousel-caption {
  bottom: 10.25rem;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(0) grayscale(100);
}

.carousel-caption>.dbl-line-hor {
  border: 1px double #a0cd4e;
  display: inline-block;
  width: 20%;
  height: 6px;
  border-left: none;
  border-right: none;
}

/*--------------------------------------------------------------
# Bnnr-btm
--------------------------------------------------------------*/
.bnnr-btm-box {
  padding: 30px 40px;
  position: relative;
}

.bnnr-btm-box::before {
  background: rgba(0, 0, 0, .7);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  transition: 0.2s linear;
}

.bnnr-btm-box:hover:before {
  background: rgba(160, 205, 78, 0.9);
}

.bnnr-btm-box:hover:before {
  background: rgba(160, 205, 78, 0.9);
}

.bnnr-btm-box:hover .bnnr-btm-tittle::before {
  border-left-color: #fff;
}

.bnnr-btm-box:hover .bnnr-btm-tittle-cont {
  color: #000;
}

.bnnr-btm-box:hover .rd-mr .main-btn {
  color: #000;
}

.bnnr-btm-box:hover .rd-mr .main-btn .btn_icon {
  background-color: #000;
  border: #000;
}

.bnnr-btm-tittle {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.bnnr-btm-tittle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-left: 6px double;
  border-left-color: #a0cd4e;
  width: 10px;
  height: 100%;
}

.bnnr-btm-tittle-cont {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 32px;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ser_box {
  border: 1px solid #dbdbdb;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: transparent;
  overflow: hidden;
}

.ser-icon {
  font-size: 42px;
  color: #a0cd4e;
}

.ser_box_head {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}

.ser_box .rd-mr .main-btn {
  color: #000;
}

.ser_box::before,
.ser_box::after {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #a0cd4e;
  transition: all 0.3s linear 0s;
  transform: scale(0.3);
  height: 0%;
  width: 0%;
  opacity: 0;
}

.ser_box::before {
  left: 0;
  top: 0;
}

.ser_box::after {
  bottom: 0;
  right: 0;
}

.ser_box:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  bottom: 0px;
  background-color: #a0cd4e;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  height: 100%;
  width: 90%;
  opacity: 1;
}

.ser_box:hover::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0px;
  bottom: 0px;
  background-color: #a0cd4e;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  height: 100%;
  width: 90%;
  opacity: 1;
}

.ser_box:hover .ser_box_head {
  color: #fff;
}

.ser_box:hover .ser-icon {
  color: #000;
}

.ser_box:hover .rd-mr .main-btn .btn_icon {
  background-color: #000;
  border-color: #000;
}

.overlay::before {
  font-family: fontawesome;
  display: flex;
  text-align: center;
  font-size: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  color: #e9e9e9;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.lay-1::before {
  content: "\f156" !important;
}

.lay-2::before {
  content: "\f0d6" !important;
}

.lay-3::before {
  content: "\f27e" !important;
}

.lay-4::before {
  content: "\f002" !important;
}

.ser_box:hover .overlay::before {
  opacity: 1;
  z-index: -1;
  color: #e9e9e947;
}

/* fix-cont */
.fix_cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url(../Image/abt_bg.jpg) no-repeat center/cover;
}

.abt_img {
  position: relative;
  z-index: 1;
}

.abt_img::before {
  content: "";
  position: absolute;
  top: 34px;
  left: -34px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #a0cd4e;
  z-index: -1;
  transition: 0.2s linear;
}

.abt_img:hover::before {
  top: 30px;
  left: -30px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.getintouch {
  position: relative;
  z-index: 1;
}

.getintouch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #a0cd4e;
  z-index: 2;
  width: 25%;
  height: 100%;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

.info {
  position: relative;
}

.info::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #a0cd4e;
  width: 50px;
  height: 50px;
}

.info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #a2a2a2;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.info .social-links a:hover {
  background: #a0cd4e;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  color: #fff;
  font-size: 15px;
}

.ft_nav {
  list-style: none;
  padding: 0;
  display: flex;
}

.ft_nav li {
  padding-right: 12px;
}

.ft_nav li a {
  color: #fff;
}

.ft_lk a {
  color: #a2a2a2;
}

.ft_lk a:hover {
  color: #a0cd4e;
}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
}


.top {
  position: fixed;
  right: 18px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  border: 4px solid #a0cd4e;
  border-radius: 50%;
  background-color: #a0cd4e;
  width: 50px;
  height: 49px;
  line-height: 49px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  transition: ease-in 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 56px;
}

.top .fa {
  display: block !important;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  background: rgb(33 37 41 / 71%);
}

.team .member .pic img {
  max-width: 100%;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #a0cd4e;
  padding: 20px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.member-info p {
  padding-top: 10px;
  font-size: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #ffb03b;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
  color: #fff;
}

.member-info a {
  color: #fff;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin: 0 0 18px 0;
  background-color: transparent;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);

  border-bottom: 1px solid #000;
  outline: 0;
  box-shadow: none;
}



.body-fx #HeaderControl {
  height: 90px;
  float: Left;
  position: fixed;
  width: 28%;
  /* padding: 0; */
  /* padding-left: 0; */
  /* background:rgba(31,78,121,0.95); */
  z-index: 99;
  text-align: left;
  transition: 0.5s;
  height: 70px !important;
  top: 0;
}

.body-fx #logo-web {
  margin-top: 6px;
}

.body-fx #MenuControl_C {
  height: 70px !important;
}

.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 72%;
  padding: 0;
  padding-right: 0;
  /* background: rgba(31,78,121,0.95); */
  transition: 0.5s;
  top: 0;
  height: 68px !important;
}

.body-fx center #form1 #HeaderControl {
  margin-left: 0;
  /* top: 40px; */
}

.body-fx center #form1 #MenuControl {
  margin-right: 0px;
}











@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .bnr-sec .carousel-caption {
    display: none;
  }

  .services .icon-box {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .about .mrt {
    margin-top: 60px;
  }

  .about {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .abt_img {
    border-radius: 0;
    width: 100%;
  }


  #header img {
    margin: inherit;
  }

  /* .navbar-toggler{position: absolute; top: -60px; right: 0;} */
  .caption {
    width: 100%;
  }

  .wback .caption {
    top: 30%;
  }


  .body-fx .navbar-default .navbar-toggle:focus,
  .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #303f4c;
    background-color: #303f4c;
  }

  .body-fx .navbar-default .navbar-toggle {
    border-color: #303f4c;
  }

  .body-fx #MenuControl {
    height: 70px !important;
    width: 100%;
  }

  .body-fx #HeaderControl {
    z-index: 999999999;
    top: -2px;
  }

  .body-fx #HeaderControl {
    width: 80%;
  }

  .body-fx #MenuControl_C {
    height: inherit !important;
  }

}

@media(max-width:736px) {

  .body-fx .navbar-default .navbar-toggle:focus,
  .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #303f4c;
    background-color: #303f4c;
  }

  .body-fx .navbar-default .navbar-toggle {
    border-color: #303f4c;
  }

  .body-fx #MenuControl {
    height: 70px !important;
    width: 100%;
  }

  .body-fx #HeaderControl {
    z-index: 999999999;
    top: -2px;
  }

  .body-fx #HeaderControl {
    width: 45%;
  }

  .body-fx #MenuControl_C {
    height: inherit !important;
  }

  .body-fx #MenuControl_C #navbar-collapse-1 {
    height: 278px !important;
  }

  .body-fx center #HeaderControl {
    height: 67px !important;
  }
}
  @media (max-width: 575px) {
    .body-fx #HeaderControl {
      width: 80%;
    }

    .about .content>h2 {
      font-size: 26px;
      color: #2d2926;
      font-weight: 800;
    }

    #footer .footer-top .footer-info {
      margin: -20px 0 30px 0;
    }

    .wback .caption {
      display: none;
    }

    .body-fx #MenuControl_C #navbar-collapse-1 {
      height: 225px !important;
    }
  }

  @media (max-width: 414px) {}



  .right-inner-page {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .float-bottom-banner {
    left: 0;
    position: absolute;
    top: 80px;
  }

  .banner-audit-text-para-upper {
    color: #a0cd4e;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0;
    top: 120px;
    left: 2px;
    text-align: left;
  }

  .banner-audit-text-para-upper::after {
    content: "";
    width: 40%;
    height: 2px;
    background: #a0cd4e;
    /* border-top: 2px solid black; */
    display: block;
    position: absolute;
    top: -10px;
  }

  .left-inner-page {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .main-audit-img-upper {
    width: 100%;
    border-radius: 10px;
    position: absolute;
    float: left;
    top: 108px;
    right: 32px;
  }

.dropdown-menu{
  font-size:13px;
      line-height: 18px;
}
.bnnr-btm-tittle-cont p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
}