@charset "utf-8";
/* CSS Document */


/*===========================
    NAVI css
===========================*/



.navbar .navbar-nav .nav-item.active a, .navbar .navbar-nav .nav-item:hover a {
    color: #3f6f21;
}

.navbar .navbar-brand img {
    max-width: 200px;
}

.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #3f6f21;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #3f6f21;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(63, 111, 33, 0.65);
    -moz-box-shadow: 0px 5px 16px 0px rgba(63, 111, 33, 0.65);
    box-shadow: 0px 5px 16px 0px rgba(63, 111, 33, 0.65);
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
.main-btn:hover {
    background-color: #fff;
    color: #3f6f21;
    border-color: #3f6f21; }


.navigation-bar.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(63, 111, 33, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(63, 111, 33, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(63, 111, 33, 0.2);
    z-index: 99;
    padding: 15px 0;
}


.email {
    margin-right: 8px !important;
    font-size: 20px;
    border: 0px solid #000;
    position: relative;
    display: block;
    float: left;
    top: 14px;
}




/*===========================
    HEADER css
===========================*/


.header-banner .banner-content .sub-title {
    font-size: 24px;
    color: #3f6f21;
    text-transform: uppercase;
}

.header-banner .banner-content .banner-title span {
    color: #3f6f21;
}

.header-banner .banner-content .banner-title {
    font-size: 60px;
    background-color: #fff;
}

.header-banner .banner-content .banner-contact {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    color: #3f6f21;
    text-transform: uppercase;
    margin-left: 70px;
}

.header-banner .banner-content .banner-contact::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #3f6f21;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*===========================
    CONTENT css
===========================*/


.btn_ol {
    color: #3f6f21;
    text-decoration: underline;
    background-color: transparent;
}

.btn_ol:hover {
    color: #646464;
    text-decoration: underline;
    background-color: transparent;
}



.about-content .about-welcome {
    font-size: 24px;
    color: #3f6f21;
    text-transform: uppercase;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #646464;
    margin: 0px;
}

.about-image .about-btn .main-btn:hover {
    border-color: #3f6f21;
}

.section-title .sub-title {
    font-size: 18px;
    color: #3f6f21;
    text-transform: uppercase;
}

.gray-bg {
    background: rgba(63, 111, 33, 0.03137254901960784);
}

.single-services {
    padding: 50px 30px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.single-services:hover {
    background-color: #3f6f21; }

.single-services .services-icon i {
    font-size: 52px;
    color: #3f6f21;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-project .project-image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: white;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, #3f6f21 100%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, #3f6f21 100%);
      background: linear-gradient(rgba(255, 255, 255, 0) 50%, #3f6f21 100%);
      opacity: 0;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }

.project-active .slick-dots li.slick-active button {
    width: 35px;
    background-color: #3f6f21;
}

.project-active .slick-dots li button {
    width: 25px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: rgba(63, 111, 33, 0.7);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 0;
    cursor: pointer;
}


.preloader .loader_34 .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #3f6f21 #3f6f21 #ededed;
      border-radius: 50%;
      border-width: 6px; }

.back-to-top {
    color: #fff;
    background-color: #3f6f21;
}
.back-to-top:hover {
    color: #3f6f21;
    background-color: #fff;
}


/*===========================
    FOOTER css
===========================*/


.footerbutton{
	background-color: transparent;
	border: none;
	color: #3f6f21;	
}
.footerbutton:hover{
	color: #646464;
	text-decoration: underline;
}



/*===========================
    SMARTPHONE css
===========================*/


@media (max-width: 767px){
.header-banner .banner-content .sub-title {
    font-size: 20px !important;
}

.header-banner .banner-content .banner-title {
    font-size: 34px !important;
}
	
.header-banner .banner-content .banner-contact {
    font-size: 12px !important;
}	

}