@charset "utf-8";

html{

  scroll-behavior: smooth;

}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #69af07;
}

::selection {
  color: #fff;
  background: #69af07;
}

body {

    font-family: 'Raleway', sans-serif;

    color: #2a2a2a;

    margin: 0;

    padding: 0;

    font-size: 14px;

    line-height: 24px;

    background: #fff;


    font-weight:400;

    overflow-x: hidden;
}



* {

    border: medium none;

    margin: 0;

    padding: 0;

}

h1,h2,h3,h4,h5,h6{  

    font-family: 'Poppins', sans-serif;

}

ul{

    list-style-type:none;

    margin: 0;

}   

a{

  text-decoration:none;

  outline: none!important;

  margin: 0;

}

a:hover{

text-decoration:none;

outline:none;

} 

textarea{

resize:none;

}

.mar-top{

    margin-top:30px;

}

button:focus{
    outline: none;
    border: none;
}

p {

    line-height: 26px;    

    font-size: 14px;

    font-weight:400;

    color:#535151;

    margin: 0;

}

input:focus{
    outline: none;
    border: none;
}


                            /*HEADER*/

.upper-header {
    background-color: #69af07;
    padding: 5px 0;
}

.upper-header-width{
    width: 100%;
    display: flex;
}

.upper-header-partition{
    width: 50%;
}

.upper-header-partition ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.upper-header-partition ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    text-transform: none;
    margin: 0 0 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.upper-header-partition ul li i {
    color: #fff;
    margin: 0 7px 0 0;
    font-size: 15px;
}

.uhr{
    text-align: right;
}

.uhr ul li{
    margin: 0;
    padding: 0 5px;
}

                            /*ḤEADER*/

                            /*BANNER*/

.about-us-img img {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}

                            /*BANNER*/

                            /*NAVBAR*/

.lower-banner div#navbarNav {
    justify-content: center;
}

.lower-banner {
    padding: 10px 0;
}

.lower-banner a.nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #483b33 !important;
    text-transform: none;
    margin: 0 20px;
    line-height: 30px;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #69af07 !important;
}

                        /*NAVBAR*/

                        /*WHY CHOOSE US*/

section.choose-us {
    padding: 50px 0;
}

.choose-us-item {
    padding: 20px 10px 20px 50px;
    border: 1px dashed #0000003b;
    height: 180px;
    margin: 30px 0 0 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.choose-us-item:hover{
    border-color: #000;
}

.choose-us-content h6{
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 18px;
    color: #9f8447;
    line-height: 24px;
    text-transform: none;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    font-style: italic;
}

.choose-us-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    text-transform: none;
    margin: 0 0 0 0;
    line-height: 26px;
}

.icon-holder {
    text-align: center;
    border: 5px solid #69af07;
    border-radius: 50px;
    position: absolute;
    left: -38px;
    top: 30%;
}

.icon-holder i {
    font-size: 30px;
    color: #fff;
    background: #69af07;
    padding: 20px;
    border: 2px dashed #f6f3ec70;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.choose-us-item:hover .icon-holder i{
    border-color: #fff;
}


                        /*WHY CHOOSE US*/

                        /*SERVICES*/

section.service-sec {
    background: #f6f3ec !important;
    padding: 50px 0;
}

.main-head {
    margin: 20px 0;
}

.main-head h2{
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 35px;
    color: #483b33;
    line-height: 30px;
    text-transform: none;
    margin: 0 0 0 0;
}

.main-head h2 span{
    color: #69af07;
}

.service-head{
    text-align: center;
}

.services-item {
    background: #fff;
    border: 3px solid #fff;
    margin: 30px 0 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    box-shadow: 9px 11px 6px 0px rgba(0, 0, 0, 0.22);
}

.services-item:hover{
    border-top-color: #69af07;
    border-left-color: #69af07;
}

.services-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-cont {
    text-align: center;
    padding: 25px 15px 0 15px;
}

.service-cont h6 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 18px;
    color: #9f8447;
    line-height: 24px;
    text-transform: none;
    margin: 0 0 0 0;
    text-transform: capitalize;
    font-style: italic;
}

.service-cont p {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 17px;
    color: #483b33;
    line-height: 26px;
    text-transform: none;
    margin: 10px 0 0 0;
}

.main-btn a {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 14px;
    background: #483b33;
    color: #fff;
    line-height: 70px;
    text-transform: none;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border: 1px solid #483b33;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.main-btn a:hover{
    background: #fff;
    color: #483b33;
}

                            /*SERVICES*/

                            /*GALLERY*/

.gallery-sec{
    padding: 50px 0;
    background: #f6f3ec !important;
}

.project-head {
    text-align: center;
    margin: 20px 0 40px 0;
}

.gallery-partion{
    width: 100%;
    display: flex;
}

.gallery-item{
    width: 25%;
}

.gallery-img{
    position: relative;
}

.gallery-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #69af07c2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.gallery-img:hover .gallery-overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-transform: none;
}

.main-btn.gallery-btn {
    margin: 50px 0 0 0;
    text-align: center;
}

                            /*GALLERY*/

                            /*PHONE CALL*/

.phone-call{
    padding: 50px 0;
}

.phone-call-head{
    margin: 20px 0;
    text-align: center;
}

.phone-call-icon img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.phone-call-item{
    text-align: center;
}

.phone-call-cont {
    margin: 10px 0 0 0;
    padding: 0 10px;
}

.phone-call-cont h6 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 20px;
    color: #483b33;
    line-height: 24px;
    margin: 0 0 8px 0;
    text-transform: capitalize;
    font-style: italic;
}

.phone-call-cont p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #858585;
    text-transform: none;
    margin: 0 0 0 0;
    line-height: 30px;
}

                            /*PHONE CALL*/

                            /*GET A QUOTE*/

.gq-sec {
    padding: 50px 0;
}

.gq-head{
  text-align: center;
  margin: 0 0 30px 0;
}

.contact_align .form-group [type=text], .contact_align .form-group [type=email], .contact_align .form-group [type=tel] {
    height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1b1b1b;
}

.contact_align .form-group [type=text]:focus, .contact_align .form-group [type=email]:focus, .contact_align .form-group [type=tel]:focus{
    border: 1px solid #000;
}

.contact_align .form-group textarea {
    height: 180px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1b1b1b;
}

.contact_align .form-group textarea:focus{
    border: 1px solid #1b1b1b;
}

.contact_align [type=submit] {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 14px;
    background: #483b33;
    color: #fff;
    text-transform: none;
    margin: 10px 0 0 0;
    padding: 10px 35px;
    border: 1px solid #483b33;
    text-transform: uppercase;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.contact_align [type=submit]:hover{
    background: #fff;
    color: #483b33;
}

                        /*GET A QOUTE*/

                            /*FOOTER*/

.footer-sec{
    background: #483b33;
}

.footer-nav-link {
    margin: 50px 0;
}

.footer-nav-link ul li{
    display: inline-block;
}

.footer-nav-link ul li a {
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffffc4;
    line-height: 24px;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    font-style: normal;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.footer-nav-link ul li a:hover{
    color: #69af07;
}

.footer-head h6 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-style: normal;
}

.footer-head p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #a9a9a9;
    text-transform: none;
    margin: 0 0 30px 0;
    line-height: 30px;
}

.footer-newsletter form input[type=email] {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-transform: none;
    margin: 0 0 0 0;
    width: 79%;
    height: 40px;
    background: #0000;
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter form::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff5e;
}

.footer-newsletter form input[type=email]::placeholder{
    color: #fff;
}

.footer-newsletter form input[type=submit]{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    background-color: #0000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.footer-newsletter form input[type=submit]:hover{
    color: #69af07;
}

.footer-item.footer-contact ul li {
    margin: 0 0 20px 0;
}

.footer-item ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #a9a9a9;
    text-transform: none;
    margin: 0 0 0 0;
    line-height: 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.footer-item ul li a:hover{
    color: #69af07;
}

.lower-footer {
    padding: 20px 0;
    border-top: 1px solid #ffffff5e;
}

.lower-footer p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #a9a9a9;
    text-transform: uppercase;
    margin: 0 0 0 0;
    line-height: 30px;
}

.lower-footer p a{
    color: #69af07;
}


                            /*FOOTER*/

/* ======================================
   TOP HEADER + RESPONSIVE IMPROVEMENTS
====================================== */

.top-header,
.upper-header{
    background:#69af07;
    padding:8px 0;
}

.upper-header-width{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.upper-header-partition{
    width:auto;
}

.navbar-brand img{
    max-width:220px;
    height:auto;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

@media (max-width:991px){
    .upper-header-width{display:block;}
    .upper-header-partition{
        width:100%;
        text-align:center !important;
    }
    .choose-us-item{height:auto !important;}
    .gallery-partion{display:block;}
    .gallery-item{width:100%;}
}

@media (max-width:768px){
    .upper-header{
        display:none;
    }

    .navbar-brand img{
        max-width:140px;
    }

    .about-us-img img{
        height:350px;
    }

    .main-head h2{
        font-size:28px;
        line-height:38px;
    }

    .footer-nav-link ul li{
        display:block;
        margin-bottom:10px;
    }
}

@media (max-width:576px){
    body{
        overflow-x:hidden;
    }

    .about-us-img img{
        height:250px;
    }

    .gallery-img img{
        height:220px;
    }

    .footer-newsletter form input[type=email],
    .footer-newsletter form input[type=submit]{
        width:100%;
        display:block;
    }
}
