@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {max-width: 100%;overflow-x: hidden}

body{background:#fff;position:relative;padding:0;margin:0;font-size: .95rem;line-height: 1.25rem;color: #222;letter-spacing: .45px;-webkit-font-smoothing:antialiased; overflow-x:hidden;font-family: "Open Sans", sans-serif;font-weight: 400}a,a:active,a:link,a:hover{text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none!important;}h1,h2,h3,h4,h5,h6,.h6{ font-family: 'Lato'; font-optical-sizing: auto;-webkit-transition: color .5s ease;-moz-transition: color .5s ease;-ms-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;outline: none;font-weight: 400;color:inherit;line-height: initial;} p{     font-family: "Open Sans", sans-serif;text-align: inherit; margin-top: 0px;} spacer:before{content:"\2044";display:inline;margin:0px 5px}spacer{display:inline;margin:0px 5px} .npm{ padding:0; margin: 0}.white-text{color:#fff!important}.golden-text{color:#e6c870!important}
ul {list-style-type: none;padding-left: 0;margin: 0} button{border:0!important; outline: 0!important}.black-text{color:#010101} .maroon-text{color:#045e7b}.p70{padding:70px 0} .navbar-toggler {color: transparent} .container-fluid1{padding-left:40px; padding-right:40px} .text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.ml-auto, .mx-auto {margin-left: auto!important}



.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #E6F2E6;
    z-index: 1;
  }


.sticky-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 
.navbar-brand,
.navbar-nav .nav-link {
    color:#163269;
    font-weight: 500;
} */

.navbar-nav .nav-item .nav-link {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #006400;
}

.navbar-nav .nav-item .nav-link.active {
    color:  #045e7b;
}

.dropdown-item:hover{
    background-color:#006400;
    color: #fff;
}

.bg-blue {
    background: #6ea343;
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;

}

.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00007f!important;
}




.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    top: 30%;
}


.carousel-caption *:nth-child(n){
    opacity: 0;
  }
  
  .animated{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  
  .carousel-caption *:nth-child(1n){
    animation-delay: 1s;
  }
  .carousel-caption *:nth-child(2n){
    animation-delay: 2s;
  }
  .carousel-caption *:nth-child(3n){
    animation-delay: 2.5s;
  }
  .carousel-caption *:nth-child(4n){
    animation-delay: 3s;
  }
  
  @keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .navbar {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
  }

  .navbar.scrolled {
    background-color: #ffffff !important; /* White background */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Subtle shadow */
  }



.banner-title {
    font-size: 28px;
    font-family: 'Lato';
    color: #006400;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #008000;
}

.main-btn:hover {
    background-color: #000;
    color: #fff;
}


.carousel-caption p{
    font-size: 18px;
    color: #555555;
    font-family: 'Lato';
}

.address-box {
    margin-top: 0px;
    padding: 20px;
    border-left: 4px solid #006400;
    background: #E6F2E6;
    border-radius: 10px;
}
  .address-box h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    color: #006400;
  }

  .address-box p {
    margin-bottom: 6px;
  }

  .service_sec {
	width: 100%;
	margin: 0;
	background: #e6f2e6;
}
.service_sec .space-lg-3 > div:nth-last-child(-n + 3){
	margin: 30px 0 0 0;
}
.service_sec .service_block {
	width: 100%;
	padding: 30px 30px 15px 30px;
	border: 1px solid #046704;
    border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 3;
    min-height: 275px;
}
.service_sec .service_block:hover{
	border: 1px solid transparent;
}
.service_sec .service_block:before {
	content: "";
	height: 90px;
	background: url(../images/service_block_curve.png) top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -15px;
	left: -15px;
	right: -15px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -2;
}
.service_sec .service_block:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.service_sec .service_block figure {
	width: 100%;
	max-width: 46px;
	height: 41px;
	margin: 0 0 16px 0;
	padding: 0;
	background-size: 100% 100%;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.service_sec .service_block h3 {
    margin: 10px 0 12px 0;
	padding: 0;
	font-size: 20px;
	color: #006400;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.service_sec .service_block p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
}
.service_sec .move_link {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #797979;
	line-height: 38px;
}
.service_sec .service_block:hover:before {
	opacity: 1;
}
.service_sec .service_block:hover:after {
	opacity: 1;
}
.service_sec .service_block:hover figure {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service_sec .service_block:hover h3 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.heading-font {
    font-size: 22px;
    font-family: 'Lato';
    color: #006400;
}
.section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: #006400;
    font-family: 'Lato';
    margin-top: 20px;
}
  .section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #28a745;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
  }

.mrgntop20{
margin-top: 20px;
}

.training-card {
    background: #fff;
    border-radius: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-top: 30px; /* space for icon */
  }
  .training-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: #fff;
  }
  .training-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #e6f2e6;
    color: #fff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .training-card h5 {
    font-size: 20px;
    color: #008000;
    margin-top: 20px;
}




  .training-section .inner{
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    position: relative;
  }
  .training-section .inner:before {
    content: "";
    height: 90px;
    background: url(../images/count_dot_bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    z-index: -1;
}

.mrgntop50{
    margin-top: 50px;
}


.mrgnbtm70{
    margin-bottom: 70px;
}

.cs_faq_shape_2 {
    bottom: 100px;
    right: -220px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    opacity: 0.4;
}
.cs_faq_shape_1 {
    top: 100px;
    left: -220px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    opacity: 0.4;
}
.position-absolute {
    position: absolute!important;
}
.light-green-bg {
    background: #e6f2e6;
}

.dark-green-bg{
    background: #006400;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    z-index: 99;
}

  .image-wrapper::before {
    content: '';
    position: absolute;
    top: 5px; /* Adjust for desired inner spacing */
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid blue; /* Your inner border style */
    pointer-events: none; /* Allows clicks on the image below */
  }
  .pbmit-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 10px 15px;
    border-radius: 0px;
    text-transform: none;
    background-color: #006400;
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: none;
    position: relative;
}

.pbmit-btn:hover {
    color: #fff;
}

.location-box {
    background: #fff;
    border-radius: 15px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 30px;
  }
  .location-box:hover {
    transform: translateY(-5px);
    border-color: #006400;
  }
  .map-container iframe {
    width: 100%;
    height: 250px;
    border: none;
  }
  .location-info {
    padding: 20px;
    text-align: center;
  }
  .location-info h5 {
    color: #006400;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.location-box .location-info:hover {
    background: #E6F2E5;
}

footer {
    background: #006400 url(../images/site-footer-shape-2.png);
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    font-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
ul.flinks li {
    width: 100%;
    position: relative;
}
ul.flinks li a {
    display: block;
    color: #fff;
    line-height: normal;
    padding: 12px 0;
    font-size: 13px;
    line-height: .75rem;
    position: relative;
    border-bottom: 1px solid #f6f7f930;
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0 8px;
    padding: 0;
}
.socials li {
    border: 0;
    margin: 0 10px 0 0;
    outline: 0;
    display: inline-block;
}
footer a, .copyright a {
    color: #fff;
}
.footer-icon, .socials a .fa {
    text-align: center;
    background: 0 0;
    margin-right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #dfdfdf;
}
footer h5{
    font-size: 20px;
}
.copyright {
    background: #006400;
    border-top: 1px solid #b7b8be30;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
}
footer a, .copyright a {
    color: #fff;
}

.about_sec .about-img:after {
    background-color: #e6f2e6;
}

.about_sec .about-img
{
	margin: -5px auto 0 auto;
	max-width: 600px;
	max-height: 600px;
	position: relative;
}
.about_sec .about-img:before {
	content: "";
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat;
    z-index: 3;
}
.about_sec .about-img:after {
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	opacity: .5;    
	z-index: 3;
	-webkit-animation: mover_img 2s infinite  alternate;
    animation: mover_img 2s infinite  alternate;
}
@-webkit-keyframes mover_img {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}
@keyframes mover_img {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}
.about_sec .about-img img {
	width: 100%;
	background-size: 100%;
	position: relative;
	z-index: 2;
}
.about_sec_2 .about-img .back-img {
    background: url(../images/doter-bg-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.about_sec .about-img .back-img{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/doter-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.about_sec .detail {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_sec .detail h3 {
	margin: -8px 0 14px 0;
	padding: 0;
	font-size: 18px;
	color: #555;
	line-height: 30px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}
.about_sec .detail p {
	margin-bottom: 15px;
	padding: 0;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
	font-weight: 300;
}
.about_sec .detail p:last-child{
	margin-bottom: -5px;
}

.about_sec .about-img:before {
    background-image: url(../images/1.png);
}

.p90 {
    padding: 90px 0;
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: #e6f2e6;
    color: #000000;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}

      #scrollTopBtn:hover {
        background: #006400;
        color: #fff;
      }
      .form-title {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
      }
      .form-title::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #0d6efd;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
      }
      .form-control:focus {
        border-color:#006400;
        box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
      }


      .app-links {
        padding: 0;
    }

    .app-items {
        padding: 5px 30px;
        list-style-type: none;
    }
    .checkbox {
        float: left;
        padding-top: 6px;
        padding-right: 10px;
        color: #006400;
    }

    #blue-panel {
        background: #e6f2e6;
        padding: 15px 0;
    }



/* Marquee CSS Starts */

  .marq-news {
    white-space: nowrap;
  }
  
  .marq-news li {
    display: inline;
    font-size: 22px;
    color:#006400;
  }
  



@media (max-width:767px){.text-justify{text-align:left} .text-right, .copyright{text-align:center!important} spacer:before{display: none}spacer{margin:5px 0; display:block} .p-70{padding:70px  25px} .container-fluid1 {padding-left: 30px;padding-right: 30px} 
	.bottom-content {padding: 20px; margin-bottom: 20px} .header-top li a {line-height: 15px;padding: 0 9px}.about-img-box .video-box {display: none}
	.navbar-toggler-icon{display:inline-flex; line-height: 15px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
		text-transform: uppercase}.p70 {
    padding: 50px 0;
	}.navbar-brand{width: 220px}.dropdown-menu{border:0}
		

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    border-bottom: 5px solid transparent;
    color: #192f59;
    font-weight: 600;
    padding: 7px;
}
ction_heading h1 {
    font-size: 33px;
    columns: #6ea343;
}
.section-title h2 {
    font-size: 40px;
}

.banner-title {
    font-size: 15px;
    color: #006400;
    display: block;
    font-weight: 500;
}
.carousel-caption {
    right: 15%;
    bottom: 15px;
    left: 15%;
    color: #fff;
    text-align: center;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #008000;
}

.activity-sec {
    background-image: linear-gradient(90deg, #ffffff 0%, #F4F9F0 0);
    padding: 70px 0px;
}
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
}

.cs_faq_shape_2 {
    bottom: 100px;
    right: -220px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    opacity: 0.4;
    display: none;
}
.mrgntop20mob{
    margin-top: 20px;
}

.p90 {
    padding: 50px 0;
}
.service_sec .service_block {
    min-height: 200px;
}

.mrgntop70mob{
    margin-top: 70px;
}



}
	
html body {min-width: 100%;min-height: 100%;-webkit-background-size: auto auto;-moz-background-size: auto auto;-o-background-size: auto auto;background-size: auto auto}
}
@media (max-width:640px){
.why-text .content, .why-text .thumb{width:100%}}

@media (max-width: @iphone-screen) {background-attachment:inherit;background-size:cover;-webkit-background-size:cover} 