*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Raleway';
    scroll-behavior: smooth!important;
}

.header{position: fixed;background-color: white;width: 100%;z-index: 10;display: flex;align-items: center;justify-content: space-between;padding: 0 50px ;}
    .header ul{float:right;line-height: 100px;display: flex;}
       .header a{padding:0 25px;transition:0.4s;font-size: 20px;text-decoration: none;color:#194a36;font-weight:bold;    transition: 2s;}
       .header a:hover{color: black;}
	.show-menu-btn, .hide-menu-btn{transition:0.4s;font-size: 35px;cursor: pointer;display: none;}
    .show-menu-btn{float: right;line-height: 100px;}
    .header input{position: absolute;visibility: hidden;z-index: -1111;}
.logo{
    /* width: 200px; */
    height: 65px;
    object-fit: cover;
}

/* billboard */
.hero-image{
    padding-left: 0!important;
}
.hero-img{
    width: 100%;
}
.billboard{
    position: relative;
    padding-top: 110px;
}
.billboard h1{
    font-size: 40px;
    color: #194a36;
    line-height: 1.3;
    text-transform: uppercase;
}
.billboard p{
    color: #194a36;
    font-size: 22px;
    padding: 10px 0 20px 0;
    margin-bottom: 25px;
}
.billboard a{
    height: 55px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px solid #194a36;
    font-size: 22px;
    border-radius: 3px;
    color: #194a36;
    text-decoration: none;
    transition: 2s;
}

.second{
    padding-right: 130px;
    padding-top: 35px;
  
}
.billboard a:hover{
    text-decoration: none;
    color:white ;
    background:  #194a36;
}

.background-blue{
    background-color: #194a36;
    height: 130px;
    width: 300px;
    position: absolute;
    right: 270px;
    bottom: -195px;
}

.about-container{
    background-color: #194a36;
    color: white;
    padding: 45px 0 150px;
    margin-top: 90px;}


.about h4{
    text-transform: uppercase;
    font-size: 20px;
}

.about h2{
    font-size: 40px;
    font-family: Georgia;
    margin: 20px 0 100px;
}

.about h3{
    letter-spacing: 2px;
    font-size: 30px;
}

.about-img{
    width: 100%;
}

.explore{
    position: relative;
    top: -250px;
}
.explore-more{
    background-color: #F5F5F5;
    padding: 165px 100px 180px 180px;
}

.explore-img{
    position: relative;
}
    .explore-img img {
        position: absolute;
        right: -110px;
        z-index: 2;
        top: 120px;
    }

.explore img{
    width: 100%;
}

.explore-more h4{
    color: #194a36;
    font-size: 34px;
}

.explore-more p{
    font-size: 22px;
    padding: 30px;
    color:#194a36
}


.explore-more a{
    color: #194a36;
    height: 55px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px solid #194a36;
    font-size: 22px;
    border-radius: 3px;
    text-decoration: none;
    transition: 2s;

}

.explore-more a:hover{
    text-decoration: none;
    color:white ;
    background:  #194a36;
}

.Services h4{
    color: #194a36;
    font-size: 30px;
    margin: 0 0 45px 0;
}

.Services h3{
    color: #194a36;
    font-size: 45px;
    margin: 0;
    line-height: 1.4;
}

.Services p{
    color: #194a36;
    font-size: 22px;
}

.services-inner{
    box-shadow: 0px 2px 3px #707070;;
    text-align: center;
    margin-top: 60px;
    padding: 30px 10px;
    border-radius: 2px;
    height: 230px;
}

.services-inner:hover{
    background-color: #E9E8E8;
    transition: 2s;
}

.services-inner p{
font-size: 20px;
}

.services-inner h5{
    font-size: 25px;
    color: #194a36;
}
.quality{
    background-color: #194a36;
    color:white;
    text-align: center;
    position: relative;
    height: 300px;
    margin-bottom: 70px;
}

.quality h2{
    text-transform: capitalize;
     height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}


form{
    display: flex;
    flex-direction: column;
}
form input{
    border: none!important;
    border-bottom: 2px solid #194a36!important;
    margin: 40px 0;
    width: 90%;
    padding-bottom: 20px!important;
    border-top: none!important;
    font-size: 20px;

}
.form-inner{
    background-color: rgb(250, 255, 248);
    padding: 40px 60px;

}

.contact-form input::placeholder{
    color: #194a36;
    background-color: rgb(250, 255, 248);
    padding: 20px 0!important;

}

.contact-form h2{
    color: #194a36;
    font-size: 40px;

}

form button{
    background-color: #194a36;
    color: white;
    height: 55px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 3px;
    text-decoration: none;
    transition: .3s;
    border: 2px solid transparent;
}

form button:hover{
    background-color: rgb(250, 255, 248);;
    color: #194a36; 
    border: 2px solid #194a36;  
}

.form-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 540px;
}

footer{
    background-color:#194a36;
    padding: 40px 0;
    color: white;
}


@keyframes moveInLeft{
    0%{
     opacity:0;
     transform: translateX(-100px)
    }
    100%{
    opacity:1;
    transform: translate(0)
    }
}

input:focus{
outline: none;
box-shadow: none;
}

.footer-imgs .footer-icons {
    display: flex;
}

.footer-imgs img{
    width: 50px;
    height: 50px;
}

footer img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    display: flex;

}

footer a{
    font-size: 17px;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    margin: 5px 0;
    color: white;
    cursor: pointer;
}

footer a:hover{
    color: grey ;
}

footer i{
    margin-right: 5px;
    padding: 10px;
}

.tagAlumin-a:hover{
    cursor: default; ;
    color: white;
    
}


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
        .header ul{position:fixed;width: 100%;height: 100vh;background-color:#194a36;right:-100% ;top: 0;text-align: center;padding: 100px 0;line-height: normal;transition: 0.7s;display: flex;flex-direction: column;margin: 0;}
            .header a{color: white;margin: 30px 0;}
        .show-menu-btn, .hide-menu-btn{display: block;color: #194a36;}
        .hide-menu-btn{position: absolute;top: 30px;right: 25px;color: white;}
       .header input:checked ~ .menu{right: 0;z-index: 123;}
       .show-menu-btn{margin-left: 80px;}

.header{
  height: 100px;
  padding: 0 25px;
}

.hero{
    display: none;
}
.hero-image {
    padding-left: 15px!important;
}
.billboard h1{
    font-size: 28px;
}
.billboard a {
    height: 45px;
    width: 160px;
    font-size: 18px;
}


.second{
    padding-right: 0;
    padding-top: 25px;
}

.about h2 {
    font-size: 26px;
    margin: 20px 0 40px;
}


.about-container{
    padding: 30px 0 100px;
    margin-top: 60px;
}

.explore {
    top: -65px;
}
.explore-more {
    padding: 15px;
}
.explore-img img{
    position: relative;
    right: 0;
    top: -20px;

}

.about h4{
    font-size: 16px;
}

.about h3{
    font-size: 28px;
}
.explore-more h4{
    font-size: 28px;
}

.explore-more p {
    padding: 15px 0;
    font-size: 18px;
}

.explore-more a {
    height: 45px;
    width: 160px;
    font-size: 18px;
}
.Services h3 {
    font-size: 25px;
    margin: 15px 0;
}

.Services h4 {
    margin: 0 0 15px 0;
}

.services-inner {
    margin-top: 30px;
}
.quality{
    margin: 50px 0 30px 0;
}

.form-inner {
    padding: 15px 15px;
}
form input {
    width: 100%;
}

.form-img{
    height: 250px;
}
.contact-form h2{
    font-size: 35px;
}
/* .logo{width:150px} */

}

/* // Small devices (landscape phones, 576px and up 767) */
@media (min-width: 568px) and (max-width: 767px) {
    .hero{
        display: none;
    }

    .hero-img {
        height: 100vh;
}
.form-img{
    height: 250px;
}

.header{
    height: 100px;
    padding: 0 25px ;
  }

  .header a{
      font-size: 14px;
      padding: 0 10px;
  }
.hero-image {
    padding-left: 15px!important;
}

.background-blue {
    display: none;
}

.second{
    padding-right: 0;
    padding-top: 28px;
}

/* .logo {
    width: 150px;
} */

.billboard h1 {
    font-size: 25px;
}

.billboard a {
    height: 45px;
    width: 160px;
    font-size: 18px;
}
.explore-more {
    padding:50px  15px;
}
.explore-img img{
    position: relative;
    right: 0;
    top: -20px;
    height: 300px;
    object-fit: cover;
}

.Services h3 {
    margin: 15px 0;
    font-size: 30px;
}

.Services h4 {
    margin: 0 0 10px;
}

.explore {
    top: -125px;
}

.about h2 {
    margin: 20px 0 30px;
    font-size: 30px;
}
.about h3{
    font-size: 25px;
}

.explore-more h4{
    font-size: 25px;
    margin: 10px 0;
}

.explore-more p {
    padding: 10px 0;
    font-size: 18px;
}
.explore-more a {
    height: 45px;
    width: 160px;
    font-size: 18px;
}
.services-inner {
    margin-top: 30px;
}

.testimonials-inner {
    margin: 30px 0;
    padding: 0 100px;
}
.form-inner {
    padding: 20px 40px;
}
form input {
    width: 100%;
}
.about-container{
    margin-top: 50px;
}

}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .header a{padding: 0 10px;font-size: 15px;}
    .hero{
        display: none;
    }
    .hero-image {
        padding-left: 15px!important;
    }
    .background-blue {
        display: none;
    }
    .about-container{
        padding: 30px 0 60px;
        margin-top: 55px;
    }
    .about h2 {
        margin: 20px 0 40px;
    }
    .explore-img img{
        position: relative;
        right: 0;
        top: 30px;
        object-fit: cover;
    }
    .explore{
        top: -60px;
    }

    .explore-more{
        padding: 50px 0px 50px 15px;
    }

    .explore-more p{
        padding: 0 10px 20px 0;
    }

    .Services h3 {
        font-size: 30px;
        margin: 15px 0;
    }

    .Services h4 {
        margin: 0 0 15px 0;
    }

    .quality{
        margin: 45px 0;
    }
    .testimonials-inner{
        padding: 0 80px;
        margin: 30px 0;
    }
    form input {
        width: 100%;
    }

    .form-img{
        height: 300px;
    }
    .second{
        padding-top: 30px;
    }
    
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .background-blue {
        right: 215px;
        bottom: -170px;
    }
    .background-blue {
        display: none;
    }

    .billboard{
        margin-bottom: 60px;
    }

    .billboard h1 {
        font-size: 30px;}

    .hero{
        display: none;
    }    

    .second{
        padding-right: 60px;
        padding-top: 0;
    }
    .about h2 {
        margin: 20px 0 60px;
    }
    .about-container {
        padding:30px 0 120px
}

.explore{
    top: -190px;
}

.explore-img img {
    right: -120px;
    top: 80px;
}

.explore-more {
    padding: 90px 15px 90px 140px;
}

.explore-more p{
    padding: 15px;
}

.explore-more a {
    height: 50px;
    width: 170px;
    font-size: 20px;
}


.explore-more h4{
    font-size: 30px;
}
.Services h3 {
    font-size: 35px;
}
.quality{
    margin: 0 0 55px;
}
.Services{
    position: relative;
    top:-100px;
}
.gallery{
    margin-top: 60px;
}
.billboard p{
    margin-bottom: 0;
}
}


/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.Services{
    position: relative;
    top:-80px;
}
.gallery{
    margin-top: 60px;
}
.gallery .col-md-4{
    padding: 1.8px!important;
}
}

.carousel-img{
    width: 100%;
    height: 100%;
}

.gallery-modal .card{
    height: 250px;
    overflow: hidden;
}
.gallery-modal .card img{
    width: 100%;
    height: 100%;
    padding: 2px;
    object-fit: cover;
}
.carousel-inner .item img{
    height: 500px;
}

.modal-footer button{
    color: #194a36;
    background-color: white;
    border:2px solid #194a36;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
}


.modal-footer button:hover{
    color: white;
    background-color:#194a36 ;
}


.gallery-modal .col-md-4{
    padding:0;
    overflow: hidden;
}
.overlay{
    display: none;
}
.modal-tag:hover .overlay{
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
   background-color: rgba(0, 0, 0, 0.644);
   width: 100%;
   height: 100%;
   margin: 2px;
}

.modal-tag h2::after{
    display: flex;
    width: 200px;
    height: 2px;
    background: #194a36;
    content: '';
    margin: 15px AUTO;
    animation: moveInLeft .4s ease-out;}

	#myList .col-md-4{
        display:none;
    }
	#showLess {
        display:none;
        transition: ease-in-out 2s;
    }

    .btn-load{
        background-color: white;
        color: #194a36; 
        height: 55px;
        width: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        border-radius: 3px;
        text-decoration: none;
        transition: .3s;
        border: 2px solid #194a36;
        margin: 30px 0;
    }

        .btn-load:hover{
            text-decoration: none!important;
            color:white;
            background-color: #194a36;
        }
.kk{
    width: 100%;
}
    .eapps-widget-toolbar {
        overflow: hidden!important;
    }