@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 font-family: "Noto Serif", serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1720px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.fff{
   font-family: "Figtree", sans-serif;
}
.ffp{
   font-family: "Poppins", sans-serif;
}



.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-success{
	background: linear-gradient(-90deg, rgba(22, 158, 0, 1) 0%, rgba(1, 66, 36, 1) 100%) !important;
 /* background-color: #014224 !important;*/}
.text-success{
   color: #9eff00 !important;
}
.text-warning{
    color: #ff6915 !important;
}
.bg-secondary{
  background-color: #55A049 !important;
}
.bg-light{
  background-color: #A1CC9A !important;
}








.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 45px;
  line-height: 1.1;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-27 {
  font-size: 27px;
}
.fs-32 {
  font-size: 32px;
}

.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-44 {
  font-size: 44px;
}
.fs-50 {
  font-size: 50px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 10px 30px;
    border: 2px solid;
    display: inline-block;
    border-radius: 7px;
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
}
.form-group .btn{
  text-transform: uppercase;
  border-radius: 40px;
   font-family: "Poppins", sans-serif;
   font-weight: 700;
}


.btn-warning, .btn-light:hover, .btn-light:focus{
  background-color: #FF6915;
  border-color: #FF6915;
  color: #fff;
}

.btn-light, .btn-warning:hover, .btn-warning:focus {
  background-color: #fff;
  border-color: #fff;
  color: #014224;
}
.nav-btns a:hover, .footer-links ul li a:hover, .social-links ul li a:hover{
  color: #FF6915 !important;
}
header {
  position: relative;
  z-index: 99;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* background-color: rgba(0, 45, 24, 0.9) !important;*/
  background: linear-gradient(-90deg, rgba(22, 158, 0, 1) 0%, rgba(1, 66, 36, 1) 100%) !important;
}
.scroll header{
  position: absolute;
}
.navbar-brand {
  display: inline-block;
  max-width: 550px;
  width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 0 !important;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
   font-family: "Figtree", sans-serif;

}
.navbar-nav > li + li {
  margin-left: 25px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
 color: #ff6915 !important;
}



button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}


@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
 background: linear-gradient(
    270deg,
    rgba(30, 73, 226, 0) 27.403846383094788%,
    rgba(30, 73, 226, 1) 100%
  );
  z-index: 1;
}

.carousel-item .container{
  position: relative;
  z-index: 2;
} */

.banner-wrap.bg-success {
    background: rgba(1, 66, 36, 0.8) !important;
}
.banner-text h1.text-success{
   color: #9eff00 !important;
}
.commercial-sec.bg-success{
    background: linear-gradient(
    -90deg,
    rgba(22, 158, 0, 1) 0%,
    rgba(1, 66, 36, 1) 100%
  ) !important;
}
.testimonial-sec.bg-success{
	background: linear-gradient(
    -90deg,
    rgba(22, 158, 0, 1) 0%,
    rgba(1, 66, 36, 1) 100%
  ) !important;}
.slick-dots li button:before {
    font-size: 0;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ffffff;
}
.slick-dots {
    bottom: -70px;
    text-align: left;
}
.slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.testimonial-main::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 250px;
  background-image: url(../images/quote-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.form-group input{
  height: 60px;
}
.form-group textarea{
  height: 130px;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #515151 !important;
}

.footer-links ul li a{
  color: #ffffff;
  font-size: 22px;
  line-height: 1.8;
}
.newsletter-group {
  height: 60px;
  background-color: #fff;

}
.copy-wrap {
    margin-top: -60px;
}


@media(max-width:1750px){
  .container {
  padding-left: 2%;
  padding-right: 2%;
}
.navbar-brand {
    max-width: 450px;
}
.navbar-nav .nav-link {
    font-size: 16px;
}
.navbar-nav > li + li {
    margin-left: 20px;
}
.fs-32 {
    font-size: 25px;
}
.fs-27 {
    font-size: 22px;
}
h1, .h1 {
    font-size: 35px;
}
.fs-44 {
    font-size: 34px;
}
.btn {
    padding: 10px 30px;
    font-size: 17px;
}
.fs-40 {
    font-size: 30px;
}
.fs-22, .fs-21, .footer-links ul li a {
    font-size: 18px;
}
.fs-36, .fs-35 {
    font-size: 30px;
}
.fs-38 {
    font-size: 32px;
}
.fs-50 {
    font-size: 40px;
}
.fs-20 {
    font-size: 17px;
}
.form-group input {
    height: 55px;
}
.fs-19 {
    font-size: 16px;
}
.newsletter-group {
    height: 50px;
}
.fs-16 {
    font-size: 15px;
}
}
@media(max-width:1400px){
  .navbar-brand {
        max-width: 350px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .fs-32 {
        font-size: 22px;
    }
.fs-27 {
        font-size: 18px;
    }
    h1, .h1, .fs-44 {
        font-size: 30px;
    }
    .btn {
        padding: 10px 30px !important;
        font-size: 15px!important;
    }
.fs-40, .fs-36, .fs-35 {
        font-size: 25px;
    }
    .fs-22, .fs-21, .footer-links ul li a {
        font-size: 16px;
    }
.fs-38 {
        font-size: 28px;
    }
    .fs-50 {
        font-size: 35px;
    }
    .form-group input {
        height: 50px;
    }
    .newsletter-group {
        height: 45px;
    }
}
@media(max-width:1199px){
      .navbar-brand {
        max-width: 280px;
    }
.fs-32 {
        font-size: 18px;
    }
    .fs-27 {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
    .navbar-nav > li + li {
        margin-left: 10px;
    }
    h1, .h1, .fs-44 {
        font-size: 25px;
    }
.carousel-item {
    height: 600px;
}
.banner-wrap.bg-success {
    margin-top: 50px;
}
    .fs-40, .fs-36, .fs-35 {
        font-size: 23px;
    }
    .fs-38 {
        font-size: 25px;
    }
.testimonial-main::before {
    height: 150px;
    width: 150px;
}
.slick-dots li button:before {
    width: 15px;
    height: 15px;
}
    .fs-50 {
        font-size: 30px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .form-group input {
        height: 45px;
    }
.copy-wrap {
    margin-top: 0;
}
    .fs-22, .fs-21, .footer-links ul li a {
        font-size: 15px;
    }
}




@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #014224 !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }

  .footer-links ul li a{
    word-break: break-all;
  }


}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media(max-width:575px){
      .navbar-brand {
        max-width: 300px;
    }
/*.carousel-item {
        height: 500px;
    }*/
    .banner-wrap.bg-success
 {
        margin-top: 70px;
    }
.slick-dots {
    bottom: -50px;
}
    .fs-50 {
        font-size: 26px;
    }
}
/************ Additional css **************************/
.home-bnr img {
    height: 500px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
h1.entry-title {text-align: center !important;font-size: 38px !important;margin-bottom: 20px !important; display: none !important;}
.innerpages{min-height:400px !important;}
.innerpages h2 { margin-bottom: 20px!important;}
.innerpages h3 { font-size: 25px!important; }
.fs-45 {font-size: 45px!important;}
.fs-20 {font-size: 20px!important;}
.contact-page textarea.form-control { height: 156px!important;}
.contact-page p{margin-bottom:0px !important;}
.inner-img img{height: 585px !important;object-fit: cover !important;}
.contact-info a{color:#fff !important;}
ul.list-css li{background:url(../images/list-icon.png) no-repeat 0.2rem 0.2rem; padding-left:30px;margin-bottom:8px !important;}
.wel-gap:where(.wp-block-columns.is-layout-flex) { gap: 0px !important;}
.wp-block-button__link{padding: 10px 30px!important; border: 2px solid!important; display: inline-block!important;  border-radius: 7px!important;line-height: normal!important; font-size: 20px; font-weight: 600!important; background-color: #FF6915 !important;border-color: #FF6915 !important;color: #fff!important;}
.wp-block-button__link:focus {box-shadow:none; transition: none !important;}
.wp-block-button__link:hover, .wp-block-button__link:focus {background-color: #fff!important; border-color: #FF6915!important; color: #014224!important;}
.navbar-nav .current-menu-item > a,.navbar-nav .current_page_item > a,.navbar-nav .active > a a.nav-link:hover {color:#ff6915 !important;}
.object-cover img{height:100% !important;object-fit: cover !important;}
.ser-gap:where(.wp-block-columns.is-layout-flex) { gap: 0px !important;}
.c-gap:where(.wp-block-columns.is-layout-flex) { gap: 0px !important;}
div#comments{display:none !important;}
.grecaptcha-badge {visibility: hidden;}
.wpcf7 form.sent .wpcf7-response-output{display: none !important;}
.foogallery-album-gallery-list .foogallery-pile h3{margin-bottom:0px !important;}
 .foogallery-pile h3 {background:unset !important;background-color:#32cd38 !important;color:#fff !important;}
.foogallery-album-gallery-list .foogallery-pile h3{padding:10px 5px !important}
.foogallery-album-gallery-list .foogallery-pile h3 span {display: none !important;}
.fg-panel-thumbs-viewport{display:none !important;}
.fg-panel-thumbs-visible:is(.fg-panel-thumbs-top,.fg-panel-thumbs-right,.fg-panel-thumbs-bottom,.fg-panel-thumbs-left) .fg-panel-thumbs { display: none !important;}
.fg-panel.fg-dark{ background-color: #46494ce3 !important;}
.services-img img:hover{background:#000 !important;opacity:0.8;}
.mob-contact{display:none !important;}
.banner-text-overlay {
  z-index: 10; /* above carousel images */
  pointer-events: none; /* optional: clicks pass through to buttons if needed */
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  top:80% !important;
}

.carousel-inner img {
  filter: brightness(0.75); /* optional: dim images for better contrast */
}
.modula-items .figc p.description {
    color: #30ad0d;
    text-align: center !important;
    background-color: #fff !important;
}
.modula-best-grid-gallery .fancybox__container {
    --fancybox-bg: rgb(24 24 27 / 84%) !important;
}
/*.banner-inr-sec.position-relative{padding-top: 100px !important;}

.home-bnr img {
 height: 600px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.page-bnr img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}*/
/******************************/
.sub-menu-toggle {
  display: none !important;
}
.menu-primary-menu-container {
  margin-left: auto;
}
.menu-item .nav-link .caret::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 20px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.dropdown-menu {
    display: none;
}
ul.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {padding:8px 8px; margin:0; min-width:13rem; background-color:#55A049   !important;}
.dropdown-item {color:#fff; padding:4px 10px 4px 10px;font-size:14px;}
.dropdown-item:focus, .dropdown-item:hover {background-color:#ff6915 ; color:#fff !important;}
.dropdown-menu li+li .dropdown-item {border-top:1px solid #ccc;}
.dropdown-menu  .dropdown-item .nav-link {padding: 3px !important;font-size: 14px; color:#fff !important;}
.dropdown-item.active, .dropdown-item:active {background-color: transparent; color:#fff !important;}

/*-----------------------------Media width-------------*/
 
 @media (min-width: 992px) {
 .col-lg-9{flex: 0 0 auto !important;width: 75% !important;}
 .col-lg-7{flex: 0 0 auto !important; width: 58.33333333%!important;}
/*.banner-sec .home-bnr img { height: 650px !important; }*/
	 .banner-sec.position-relative{padding-top: 100px !important;}
 }
@media (min-width: 767.98px) { }
@media (min-width: 1920px) { .container{width:1820px; margin:auto;} }
@media (min-width: 1600px) {}
/*mylabtop media width*/
@media (min-width: 1359.98px) and (max-width: 1459.98px) { 
.wp-block-button__link { padding: 10px 30px !important;   font-size: 15px!important;}
}
@media (max-width: 1400px) {
.wp-block-button__link { padding: 10px 30px !important;   font-size: 15px!important;}
}
@media (min-width: 1199.98px) and (max-width: 1359.98px) { }
@media (min-width: 1200px) {}
@media (min-width: 991.98px) and (max-width: 1199.98px) {	}
@media (min-width: 768px) and (max-width: 991.98px) {
.content-align.wp-block-columns{flex-wrap: wrap !important;}
.content-align.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {flex-basis: 100% !important;}
.ser-align.wp-block-columns{flex-wrap: wrap !important;}
.ser-align.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {flex-basis: 100% !important;}
.site-logo { margin: auto !important;}
}
@media (max-width: 767.98px) {
.navbar-nav .dropdown-menu {position: static !important;}
.dropdown-menu {padding:2px 8px !important; background-color:transparent   !important;border:none !important;}
.dropdown-item {color:#fff; padding:4px !important;font-size:13px!important;}
.dropdown-item:focus, .dropdown-item:hover {background-color:transparent !important; color:#55A049 !important;}
.dropdown-menu li+li .dropdown-item {border-top:none !important;}
.dropdown-menu  .dropdown-item .nav-link {padding: 0px !important;font-size: 13px !important;color:#fff !important;}
.dropdown-item.active, .dropdown-item:active {background-color: transparent; color:#55A049 !important;}
.navbar .nav-item:hover .dropdown-menu {box-shadow:none !important;}
	}
@media(max-width:575px) { 
.site-logo {margin: auto !important;}
.mob-contact{display:block !important;}
.fs-35 { font-size:14px !important; }
.services-text .fs-35 { font-size:14px !important;}
.fixed-top { position: static !important;}
.home-bnr img {height: unset !important; }
.page-bnr img {height: unset !important; }
.carousel-item { height: unset!important; }
.logo-css{width:220px !important;}
header {background: linear-gradient(-90deg, rgba(22, 158, 0, 1) 0%, rgba(1, 66, 36, 1) 100%) !important;/*background: linear-gradient(-90deg, rgb(27, 155, 6) 0%, rgb(37, 202, 125) 100%) !important;*/}
header	.btn { padding: 4px 12px !important; font-size: 12px !important; }
}
@media(max-width:390px) { 
.services-text .fs-35 { font-size:13px !important;}
}
@media(max-width:375px) {
.services-text .fs-35 { font-size:12px !important;}	
}
@media(max-width:320px) {
.services-text .fs-35 { font-size:10px !important;}	
}
/*******************************************************/