@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
html, body {
	overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}


body {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
}
p {
    position: relative;
    line-height: 1.8em;
}
a {
    text-decoration: none;
    cursor: pointer;
    
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0px;
    padding: 0px;
	list-style: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 999;
	animation: slide-down .7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}


.header-top-menu {
    background: #fff;
    padding: 13px 0;
}
.header-top-menu .row.top-menu {
    position: relative;
}

.header-top-menu-adress ul li {
    display: inline-block;
    padding-right: 12px;
}

.header-top-menu-adress ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #39374d;
    font-weight: 400;
}

.header-top-menu-adress ul li a i {
    font-size: 14px;
    border: 1px solid #008136;
    color: #008136;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
}
.header-top-menu-content {
    text-align: right;
}

.header-top-menu-social-icon ul li {
    display: inline-block;
    margin-left: 9px;
}
.header-top-menu-social-icon ul li a {
    font-size: 12px;
    color: #008136;
    display: inline-block;
    border: 1px solid #008136;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    transition: .5s;
}
.header-top-menu-social-icon ul li a:hover {
  background: #008136;
  color: #fff;
}

.bg-body-tertiary {
background: #b8d6bc !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding: 10px 15px;
}


.nav-link:focus, .nav-link:hover{
	color: #008136;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #008136;	
}



.header-area {
    /* z-index: 999; */
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #008136 !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 15px;
        padding: 15px 0 15px 0;
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
    }
	
	 .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
	
	.navbar .nav-item .dropdown-menu {

        transition: .3s;
        margin-top: 8px;
        padding: 0px;
        border: none;
        border-top: 4px solid #008136;
        border-radius: 0px;
        width: 250px;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }
	
	  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    color: #008136;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }
	
	.navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
	.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #008136;
    color: #fff;
    padding-left: 20px;
  }
}


.featured-section {
    position: relative;
    padding: 90px 0px;
}

.featured-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.featured-section .content-column .inner-column {
    position: relative;
}

.featured-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .title {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    font-family: 'Arimo', sans-serif;
}

.sec-title h1 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.sec-title h1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background-color: #c5c5c5;
}

.featured-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}

.featured-section .content-column .inner-column .text p {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.btn-style-four {
    position: relative;
    padding: 11px 38px 11px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #042038;
    border: 2px solid #008136;
    font-size: 16px;
    font-weight: 400;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-four:hover{
	background:#008136;
	color:#ffffff;
	border-color:#008136;
}

.featured-section .video-column {
    position: relative;
}

.featured-section .video-column .inner-column {
    position: relative;
    padding: 30px 30px 0px;
}

.featured-section .video-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 470px;
    height: 275px;
    border: 2px solid #cccccc;
}

.video-box {
    position: relative;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.30);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-section .video-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -30px;
    width: 470px;
    height: 275px;
    z-index: -1;
    border: 2px solid #008136;
}
.theme_color {
    color: #008136;
}


.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-bottom: 20px;
}

/*====================================================================
	Services Section Two
====================================================================*/

.services{
	position: relative;
	padding: 90px 0px 60px;
}

.widget {
    background: #b8d6bc;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    color: #008136;
}
.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #008136;
    bottom: 0;
    left: 0;
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #008136;
    bottom: 0;
    left: 22px;
}

.services .widget-title {
    font-weight: 700;
}

.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid #008136;
    transition: all .5s ease-in-out;
	color: #151735;
}

.widget .category-list .active {
    margin-right: 5px;
    color: #008136;
	padding-left: 10px;
}

.widget .category-list a i {
    margin-right: 5px;
    color: #008136;
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #008136;
}
.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}


.service-download a {
    border: 2px solid #008136;
    padding: 10px 20px;
    color: #151735;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.service-download a i {
    margin-right: 10px;
}

.service-download a:hover {
    background-color: #008136;
    color: #fff
}

.service-details img {
    border-radius: 7px;
}

.service-details h3 {
    color: #008136;
    font-weight: 700;
	font-size: 28px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.services-section-two{
	position:relative;
	padding:90px 0px 60px;
	background-size:cover;
	background-repeat:no-repeat;
}

.services-block-two {
    position: relative;
    margin-bottom: 30px;
}

.services-block-two .inner-box {
    position: relative;
    border: 1px dashed #bbbbbb;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	padding: 20px 20px;
}

.services-block-two .inner-box:hover{
	background-color:#ffffff;
}
.services-block-two .inner-box .upper-box{
	position:relative;
}

.services-block-two .inner-box h3{
	position:relative;
	font-weight:500;
	font-size:18px;
	line-height:1.4em;
	text-align: center;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-two .inner-box h3 a:hover{
	color:#008136;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	margin-top:25px;
	margin-bottom:22px;
}

.services-block-two .inner-box .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.services-block-two .inner-box .read-more:hover{
	color:#008136;
}

.services-block-two .inner-box .read-more .fa{
	position:relative;
	margin-left:5px;	
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.footer-area {
    background: #032d15;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 200px;
    margin-bottom: 30px
}

.copyright {
    padding: 20px 0;
    background: #024920;
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
    color: #1cb9c8
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #b8d6bc;
    font-weight: 500
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #b8d6bc;
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #b8d6bc;
    bottom: 0;
    left: 35px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 5px;
    color: #b8d6bc;
    font-weight: 400;
    font-size: 14px
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #b8d6bc;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #032d15;
    transition: all .5s ease-in-out
}

.footer-social li a i:hover {
    background: #032d15;
    color: #fff
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 15px
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background: #b8d6bc ;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.subscribe-form .form-control {
    padding: 14px 20px;
    border-radius: 5px;
    box-shadow: none;
    border: none
}

.subscribe-form .theme-btn1 {
    margin-top: 20px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom:50px
    }
}

@media all and (max-width: 991px) {
    .footer-area::before {
        display:none
    }

    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom:0
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px
    }
}

.theme-btn1 {
    font-size: 16px;
    color: #fff;
    padding: 12px 28px;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #b8d6bc;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1
}

.theme-btn1::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #024920;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25,.46,.45,.94);
    z-index: -1
}

.theme-btn1:hover {
    color: #fff
}

.theme-btn1:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme-btn1 i {
    margin-left: 5px
}

.theme-btn12 {
    background: #fff;
    color: #024920;
}

.theme-btn12::before {
    background: #1cb9c8
}

.theme-btn12:hover {
    color: #fff
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom right, rgba(0, 26, 113, .9) 0%, rgba(0, 0, 0, .5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}


.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #5b9e2f;
}

.py-120 {
    padding: 90px 0px;
}

/*====================
contact css 
======================*/

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.form-select {
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
    border-color: #5b9e2f;
}

.form-select:focus
{
    border-color: #5b9e2f;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-info-icon i {
    font-size: 28px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    background: #5b9e2f
}

.contact-info h5 {
    color: #0c1529;
    margin-bottom: 5px;
}

.contact-info p {
    color: #0c1529;
}