@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
  color: #222;
}

a:hover {
  color: #222;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-size: 2.9rem !important;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.4rem !important;
  margin-bottom: 20px;
}

h3 {
  font-size: 2rem !important;
}

h4 {
  font-size: 1.2rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.95rem !important;
}

.p-0 {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  line-height: 28px;
}

.one-col li {
  width: 100%;
  list-style-image: url("../images/white-list.png");
  line-height: 30px;
}

.two-col li {
  width: 50%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 33%;
  list-style-image: url("../images/white-list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/home/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav9,
body#bodynav-area a#mynav8,
body#bodynav-gallery a#mynav7,
body#bodynav-6 a#mynav6,
body#bodynav-5 a#mynav5,
body#bodynav-4 a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  background: #8cb938;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav9,
  body#bodynav-area a#mynav8,
  body#bodynav-gallery a#mynav7,
  body#bodynav-6 a#mynav6,
  body#bodynav-5 a#mynav5,
  body#bodynav-4 a#mynav4,
  body#bodynav-3 a#mynav3,
  body#bodynav-2 a#mynav2,
  body#bodynav-1 a#mynav1,
  body#home a#mynav0 {
    color: unset !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
/***************************************************/
/**************************Header******************/
.header-row {
  border-bottom: 8px solid #276429;
  opacity: 0.93;
}
@media (max-width: 1024px) {
  .header-row {
    border: none;
  }
}
.header-row .header-con .logo-col img {
  width: 100%;
  padding: 10px;
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col img {
    width: 70%;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .header-row .header-con .logo-col img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col {
    width: 100%;
    text-align: center;
  }
}
.header-row .header-con .trade-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-row .header-con .trade-logos .cat-cls {
  width: 90% !important;
}
@media (max-width: 1024px) {
  .header-row .header-con .trade-logos .cat-cls {
    width: 55% !important;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .trade-logos .cat-cls {
    display: none;
  }
}
.header-row .header-con .trade-logos .tat-cls {
  width: 60px;
}
@media (max-width: 1024px) {
  .header-row .header-con .trade-logos .tat-cls {
    display: none;
  }
}
.header-row .header-con .trade-logos .whatsapp-cls {
  width: 40px;
}
@media (max-width: 1024px) {
  .header-row .header-con .trade-logos .whatsapp-cls {
    display: none;
  }
}
.header-row .header-con .phone-col {
  align-self: center;
  display: flex;
  justify-content: start;
  padding-left: 70px !important;
}
@media (max-width: 1300px) {
  .header-row .header-con .phone-col {
    padding-left: 0px !important;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .phone-col {
    display: none;
  }
}
.header-row .header-con .phone-col .phone-icon {
  align-self: center;
}
.header-row .header-con .phone-col .phone-icon img {
  margin-right: 15px;
}
.header-row .header-con .phone-col h4 {
  font-weight: 550;
  margin-bottom: 0px;
  line-height: 32px;
  font-size: 0.98rem !important;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .header-row .header-con .phone-col h4 {
    font-size: 1rem !important;
  }
}
.header-row .header-con .phone-col h4 a {
  color: #276429;
  font-size: 1.2rem !important;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .header-row .header-con .phone-col h4 a {
    font-size: 1rem !important;
  }
}
.header-row .header-con .phone-col h4:hover {
  color: #276429;
}
.header-row .header-con .phone-col h4:hover a {
  color: #8cb938;
}
.header-row .header-con .email-col {
  align-self: center;
  text-align: -webkit-right;
}
@media (max-width: 1024px) {
  .header-row .header-con .email-col {
    display: none;
  }
}
.header-row .header-con .email-col .email-icon {
  text-align: left;
}
.header-row .header-con .email-col .email-icon img {
  padding-left: 45px;
}
@media (max-width: 1260px) {
  .header-row .header-con .email-col .email-icon img {
    padding-left: 25px !important;
  }
}
@media (max-width: 1199px) {
  .header-row .header-con .email-col .email-icon img {
    padding-left: 0px !important;
  }
}
.header-row .header-con .email-col h4 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
}
.header-row .header-con .email-col h4 a {
  color: #222;
}
.header-row .header-con .email-col h4 a:hover {
  color: #276429;
}

.logos-res {
  display: none !important;
}
@media (max-width: 1024px) {
  .logos-res {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1.5rem auto;
  }
}
.logos-res .trade-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-res .trade-logo img {
  max-height: 130px;
  width: 130px;
}
.logos-res .tat-res img {
  max-height: 60px;
  width: 60px;
}
.logos-res .whatsapp-col-res {
  display: block;
}
.logos-res .whatsapp-col-res h6 {
  display: inline-block;
  padding: 0px 3px;
  border-radius: 30px;
  color: #0d8b04;
  font-size: 0.8rem !important;
  box-shadow: 0px 0px 12px -3px rgb(130, 130, 130);
}
.logos-res .whatsapp-col-res h6 a {
  color: #0d8b04;
  text-decoration: none;
}
.logos-res .whatsapp-col-res h6 a:hover {
  color: #222;
}
.logos-res .whatsapp-col-res h6 img {
  width: auto !important;
  margin-right: 5px !important;
}

/**************************Header ends******************/
/***************Menu******************/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 5000 !important;
}
.header-wrapper .menu-row .menu-con {
  position: relative;
  background: #276429;
  padding: 0px;
  opacity: 0.93;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    opacity: none;
  }
}
.header-wrapper .menu-row .menu-con .container-fluid {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
.header-wrapper .menu-row .menu-con #sticky.stick {
  margin-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  float: left;
  background: #276429;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #276429;
  }
}
.header-wrapper .menu-row .menu-con .res-cions {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con .res-cions {
    display: block;
  }
}
.header-wrapper .menu-row .menu-con .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}
.header-wrapper .menu-row .menu-con .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}
.header-wrapper .menu-row .menu-con .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}
.header-wrapper .menu-row .menu-con .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 6px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 17px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #myNavbar {
    display: none !important;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li {
  border-right: 1px solid #c9c5c5;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li:last-child {
  border-right: none;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: white;
  text-transform: uppercase;
  padding: 12px 40px;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 10px 40px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 40px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 30px;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  background: #8cb938;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 11rem;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #8cb938;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #276429;
}

/*****************Menu ends****************/
#carouselExampleControls {
  margin-top: -43px;
}
@media (max-width: 1920px) {
  #carouselExampleControls {
    margin-top: -47px;
  }
}
@media (max-width: 1660px) {
  #carouselExampleControls {
    margin-top: -46px;
  }
}
@media (max-width: 1366px) {
  #carouselExampleControls {
    margin-top: -43px;
  }
}
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
#carouselExampleControls .carousel-inner .carousel-caption {
  position: absolute;
  left: 0%;
  bottom: 43%;
  width: 100%;
}
@media (max-width: 1400px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    right: 3%;
    bottom: 48%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    bottom: 0%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    display: none;
  }
}

/******ends******/
/******footer********/
.footer-top-row {
  background: url(../images/home/ftr-bg.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding: 160px 30px 30px 30px;
  margin-top: 60px;
}
.footer-top-row a {
  color: #fff;
}
.footer-top-row a:hover {
  color: #8cb938;
}
.footer-top-row h4 {
  font-weight: 600;
}
.footer-top-row .footer-top-con {
  padding: 70px 60px 0px 60px;
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con {
    padding: 0px !important;
    text-align: center;
  }
}
.footer-top-row .footer-top-con .footer-top1-row .footer-logo {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-top1-row .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-top-row .footer-top-con .footer-top1-row .footer-logo img {
  width: 30% !important;
  padding: 10px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top1-row .footer-logo img {
    width: 70% !important;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-top1-row .footer-logo img {
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.footer-top-row .footer-top-con .footer-top2-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con .footer-top2-row {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-about {
    text-align: left;
    margin-top: 10px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-about h4 {
  text-transform: uppercase;
  font-size: 25px !important;
  color: #000;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-about h4 {
    text-align: left;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact {
  padding-left: 50px;
}
@media (max-width: 1260px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact {
    padding-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact h4 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 25px !important;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact h4 {
    margin-bottom: 10px !important;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap {
    margin-top: 30px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .icon-item {
  align-self: flex-start !important;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .icon-item {
    margin-top: -10px !important;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item {
    margin-top: 0px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item h5 {
  color: #000;
  font-weight: 400;
  font-size: 1rem !important;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item {
    margin-top: -18px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column .footer-item h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-contact .contact-column-wrap .contact-column a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-address {
  padding-left: 80px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-address {
    padding-left: 0px;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-address h4 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 25px !important;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer-top-row .footer-top-con .footer-top2-row .footer-address h4 {
    margin-bottom: 10px !important;
    text-align: left;
  }
}
.footer-top-row .footer-top-con .footer-top2-row .footer-address .address-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  text-align: left;
}
.footer-top-row .footer-top-con .footer-top2-row .footer-address .address-wrap .add-icon {
  align-self: flex-start !important;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .footer-top-row .footer-top-con {
    /* Standard syntax */
  }
  .footer-top-row .footer-top-con #order3 {
    -webkit-order: 3;
  }
  .footer-top-row .footer-top-con #order2 {
    -webkit-order: 2;
  }
  .footer-top-row .footer-top-con #order1 {
    -webkit-order: 1;
  }
  .footer-top-row .footer-top-con #order1 {
    order: 1;
  }
  .footer-top-row .footer-top-con #order2 {
    order: 2;
  }
  .footer-top-row .footer-top-con #order3 {
    order: 3;
  }
}

.footer-row {
  background-color: #276429;
}
.footer-row .footer-con {
  padding: 30px 0px 30px 0px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .foot-content {
    font-size: 0.79rem !important;
  }
}
.footer-row .footer-con .foot-content a {
  color: #fff !important;
}

/**welcome-row**/
.welcome-row {
  margin-top: -217px;
}
@media (max-width: 1024px) {
  .welcome-row {
    margin-top: -30px;
  }
}
.welcome-row .welcome-con {
  padding: 60px 0px 60px 0px;
  text-align: center;
  color: #333;
}
@media (max-width: 576px) {
  .welcome-row .welcome-con {
    padding: 30px 0px 30px 0px;
  }
}
.welcome-row .welcome-con .welcome-title {
  background-color: #9bb463;
  color: #fff;
  padding: 6rem 1rem 6rem 1rem;
  clip-path: ellipse(50% 100% at 50% -19%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .welcome-row .welcome-con .welcome-title {
    clip-path: border-box;
    padding: 5rem 1rem 3rem 1rem;
  }
}
.welcome-row .welcome-con .welcome-title h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.8rem !important;
  margin-top: -60px;
}
.welcome-row .welcome-con .welcome-title h2 {
  margin-bottom: 0px !important;
  font-weight: 550;
  font-size: 2.7rem !important;
}
@media (max-width: 1024px) {
  .welcome-row .welcome-con .welcome-title h2 {
    font-size: 2.5rem !important;
  }
}
.welcome-row .welcome-con .welcome-content {
  text-align: center;
}
.welcome-row .welcome-con .welcome-content .box-content {
  display: inline-block;
}
@media (max-width: 1024px) {
  .welcome-row .welcome-con .welcome-content .box-content {
    margin-top: 10px;
  }
}
.welcome-row .welcome-con .welcome-content .box-content h3 {
  background-color: #ecf2d6;
  color: #276429;
  padding: 15px;
  font-weight: 300;
}

.whychoose-row {
  background-image: url(../images/home/whychoose-bg.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding: 80px 0px 0px 0px;
}
.whychoose-row .whychoose-con {
  padding: 60px 0px 60px 0px;
}
.whychoose-row .whychoose-con .whychoose-content {
  text-align: justify;
}
.whychoose-row .whychoose-con .whychoose-content h3 {
  color: #276429;
  text-transform: capitalize;
  font-size: 2.7rem !important;
  text-align: left;
}

/********************************Whychoose ends ******************/
.testimonials .testimonial-con {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px 0px 30px 0px;
  border-radius: 10px;
  padding-top: 20px;
}
.testimonials .testimonial-con .testimonials-heading {
  padding-top: 35px;
}
.testimonials .testimonial-con .testimonials-heading h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}
.testimonials .testimonial-con .testimonials-heading .stars {
  color: #f4c430;
  font-size: 60px;
}
.testimonials .testimonial-con .testimonials-heading .review-logos {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.testimonials .testimonial-con .testimonials-heading .review-logos .check-cls {
  width: 180px;
  height: 42px;
  align-self: center;
}
.testimonials .testimonial-con .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .testimonials .testimonial-con .reviews {
    display: block;
  }
}
.testimonials .testimonial-con .reviews .review-box {
  background: #ffffff;
  border: 1px solid #706969;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
  height: 245px;
}
@media (max-width: 1024px) {
  .testimonials .testimonial-con .reviews .review-box {
    height: 325px;
    margin-top: 10px;
  }
}
.testimonials .testimonial-con .reviews .review-box .review-stars {
  color: #f4c430;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.testimonials .testimonial-con .reviews .review-box p {
  color: #333;
  line-height: 28px;
}
.testimonials .testimonial-con .reviews .review-box.checkatrade {
  border-left: 4px solid #e41e26;
}
.testimonials .testimonial-con .reviews .review-box.trustatrader {
  border-left: 4px solid #007cc3;
}

.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #276429;
}
.page-container p {
  text-align: justify;
}
.page-container p a {
  font-weight: bold;
}
.page-container p a:hover {
  color: #8cb938;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

/*********************gallery***********************/
.gallery-heading h3 {
  text-align: left;
  font-size: 34px;
  color: #276429;
  margin-bottom: 40px;
  font-weight: 600;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swipper-wrapper {
  height: 800px !important;
}

.swiper-pagination {
  position: relative !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  margin-top: 20px !important;
  bottom: 12px;
  top: -40px !important;
}

.gallery-box {
  position: relative;
  width: 46%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.gallery-box img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: capitalize;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.swiper-slide:hover .gallery-label {
  opacity: 4;
}

.swiper-button-next,
.swiper-button-prev {
  color: #88b48b !important;
}

.swiper-pagination-bullet {
  background: #88b48b;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #55a263;
}

/* Responsive */
@media (max-width: 992px) {
  .swiper-wrapper {
    height: auto !important;
  }
  .swiper-slide {
    flex-direction: row;
    gap: 1px;
  }
  .swiper-pagination {
    position: relative !important;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-top: 20px !important;
    bottom: 12px;
    top: -40px !important;
  }
  .gallery-box {
    width: 100%;
    height: 300px;
  }
  .gallery-box img {
    height: 300px;
  }
  .gallery-heading h3 {
    font-size: 28px;
    text-align: center;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .gallery-box img {
    height: 300px;
  }
  .gallery-heading h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .swiper-pagination {
    position: relative !important;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-top: 60px !important;
    bottom: 12px;
    top: -40px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
/********************gallery ends***********************/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 1055px;
}
@media (max-width: 576px) {
  #bodynav-area .area-con iframe {
    margin-bottom: 20px;
  }
}
#bodynav-area .area-con .area-col h5 {
  text-align: center;
}
#bodynav-area .area-con .area-col ul {
  padding-left: 20px;
}
#bodynav-area .area-con .area-col ul li {
  width: 100%;
  list-style-image: url(../images/home/bullets.jpg);
  line-height: 30px;
  background: #ededed;
  margin-bottom: 10px;
  padding-left: 10px;
}

/******contact-us********/
.contact-con {
  padding-bottom: 40px;
}
.contact-con .contact-address h4 {
  margin-bottom: 20px;
}
.contact-con .btn-submit {
  background: #276429;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #8cb938;
}
.contact-con .contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.contact-con .contact-form h4 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0d3b2e;
}
.contact-con .contact-form input,
.contact-con .contact-form select,
.contact-con .contact-form textarea {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 15px;
  color: #333;
  transition: 0.3s ease;
}
.contact-con .contact-form input:focus,
.contact-con .contact-form select:focus,
.contact-con .contact-form textarea:focus {
  border-color: #008000;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 128, 0, 0.2);
}
.contact-con .contact-form textarea {
  height: 100px;
  resize: none;
}
.contact-con .contact-form .btn-submit {
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-con .contact-form .btn-submit:hover {
  background: #333;
}
.contact-con .privacy-page h4 {
  margin-top: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.no-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/******modal*****/
.modal {
  z-index: 5000;
}
.modal .modal-dialog {
  max-width: 50%;
  margin-top: 15%;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer .close-btn {
  background: #276429;
  color: #fff;
  padding: 9px;
  text-align: center;
}
.modal .modal-dialog .modal-header .btn-close, .modal .modal-dialog .modal-footer .close-btn .btn-close {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background: none;
  font-size: 1.8rem;
  height: auto;
  float: right;
  padding: 0px 5px;
}
.modal .modal-dialog .modal-content {
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.1rem !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0px;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .modal .modal-dialog .modal-content .modal-body ul .caret {
    display: none !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  border-bottom: #ccc thin solid;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body ul li a {
  color: #222;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-menu {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #8cb938;
}

#more .modal-dialog {
  max-width: 63%;
}
@media (max-width: 576px) {
  #more .modal-dialog {
    max-width: 93%;
  }
}

#callUs .modal-body .col-md-12 h4 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#callUs .modal-body .col-md-12:last-child h4 {
  border-bottom: none;
}

/******quick-quote******/
.quickquote-row {
  border-radius: 0px;
  display: flex;
  position: relative;
  z-index: 99;
  top: -157px;
  opacity: 0.92;
}
@media (max-width: 1024px) {
  .quickquote-row {
    display: none;
  }
}
.quickquote-row #form {
  background-color: #276429;
}
.quickquote-row .quickquote-heading {
  padding: 10px;
  color: #fff !important;
  text-align: center;
  align-self: center;
}
.quickquote-row .quickquote-heading h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 30px !important;
  font-weight: 550;
}
.quickquote-row .quickquote-heading h3 span {
  font-size: 40px;
}
.quickquote-row .quickquote-box {
  background: #276429;
  padding: 20px 10px 20px 10px !important;
  align-self: center;
}
.quickquote-row .quickquote-box input, .quickquote-row .quickquote-box textarea, .quickquote-row .quickquote-box .btn-submit {
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  padding: 10px;
}
.quickquote-row .quickquote-box input {
  height: 45px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box input {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .quickquote-row .quickquote-box input {
    height: 30px;
  }
}
.quickquote-row .quickquote-box textarea {
  height: 100px;
  margin-top: 8px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box textarea {
    height: 100px;
  }
}
.quickquote-row .quickquote-column3 {
  background-color: #276429;
  display: flex;
  align-items: center;
}
.quickquote-row .quickquote-column3 .btn-submit {
  background: #000;
  height: 102px !important;
  border-radius: 10px;
  padding: 8px 36px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 1260px) {
  .quickquote-row .quickquote-column3 .btn-submit {
    height: 45px;
  }
}
.quickquote-row .quickquote-column3 .btn-submit:hover {
  background: #000000;
  color: #ffffff;
}

/*********quick-quote*********/
.responsive-quickquote {
  display: none;
  background: #276429;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #8cb938;
}
.responsive-quickquote .responsive-quickquote-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-quickquote .responsive-quickquote-con a {
  color: #fff;
}
.responsive-quickquote .responsive-quickquote-con a h4 {
  margin-bottom: 0px;
}

/*********tab-section**********/
.tabs .tabs-con {
  padding: 30px 0px 40px 0px;
}
.tabs .tabs-con .tab-item {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tabs .tabs-con .tab-item img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tabs .tabs-con .tab-item:hover img {
  border: 30px solid #9db696;
}
.tabs .tabs-con .tab-item .tab-label {
  margin-top: 40px;
  text-align: left;
  margin-left: 90px;
}
@media (max-width: 1024px) {
  .tabs .tabs-con .tab-item .tab-label {
    margin-left: 0px;
  }
}
.tabs .tabs-con .tab-item .tab-label h3 {
  font-size: 2.2rem !important;
  color: #276429;
}
.tabs .tabs-con .tab-item .tab-label p {
  font-size: 16px;
  border-bottom: 1px solid #276429;
  padding-bottom: 25px;
}
.tabs .tabs-con .tab-item .tab-label .btn-readmore {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px;
}

/*****service-data-section*****/
.service-data-section .service-data-con {
  padding: 30px 0px 30px 0px;
}
@media (max-width: 1024px) {
  .service-data-section .service-data-con {
    padding: 30px 10px 30px 10px !important;
  }
}
.service-data-section .service-data-con .data-title {
  color: #fff;
  background-color: #276429;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 50% 90%, 40% 74%);
  padding: 3rem 1rem 3rem 1rem !important;
}
@media (max-width: 1024px) {
  .service-data-section .service-data-con .data-title {
    clip-path: none;
    padding: 1rem !important;
  }
}
.service-data-section .service-data-con .data-title h4 {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  margin-top: -25px !important;
}
@media (max-width: 1024px) {
  .service-data-section .service-data-con .data-title h4 {
    margin-top: 0px !important;
  }
}
.service-data-section .service-data-con .data-info {
  background-color: #ecf2d6;
  padding-top: 10px;
}
.service-data-section .service-data-con .data-info h4 {
  font-weight: 600;
  font-size: 1.3rem !important;
  border-bottom: 1px solid #276429;
  padding-bottom: 10px;
}

/*****call-us-section*****/
.call-us-section {
  background-image: url(../images/home/callus-bg.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.call-us-section .call-us-con {
  padding: 30px 30px 500px 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .call-us-section .call-us-con {
    padding: 30px 30px 360px 30px;
  }
}
.call-us-section .call-us-con .call-us-caption {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 30%;
}
@media (max-width: 1024px) {
  .call-us-section .call-us-con .call-us-caption {
    left: 4%;
  }
}
.call-us-section .call-us-con .call-us-caption h2 {
  font-size: 3.4rem !important;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .call-us-section .call-us-con .call-us-caption h2 {
    font-size: 1.7rem !important;
    line-height: 38px;
  }
}
.call-us-section .call-us-con .call-us-caption h2 a {
  color: #276429;
  font-size: 70px !important;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 1024px) {
  .call-us-section .call-us-con .call-us-caption h2 a {
    font-size: 35px !important;
  }
}

/******whychoose-bottom-tab******/
.whychoose-bottom-tab .bottom-tab-con {
  padding: 30px 0px 60px 0px;
}
@media (max-width: 1024px) {
  .whychoose-bottom-tab .bottom-tab-con {
    padding: 30px 10px 30px 10px !important;
  }
}
.whychoose-bottom-tab .bottom-tab-con .bottom-tab-item {
  text-align: center;
  border: 1px solid #276429;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.whychoose-bottom-tab .bottom-tab-con .bottom-tab-item h4 {
  color: #276429;
  font-size: 1.9rem !important;
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}
@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}/*# sourceMappingURL=style.css.map */