body{
    margin: 0;
    padding: 0;

}
*{
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

.heading h1 a{
    font-family: 'Belinda';
    font-size: 40px;
    color: #000;
    font-weight: 400;
    text-align: center;
    display: block;
}

.hero-sec{
    background-color: #7d9174;
    padding: 50px 20px;
    text-align: center;
    padding-bottom: 100px;
}
.logo {
    text-align: center;
    margin: 100px 0px;
    margin-top: 140px;
}
a.btn-com{
    font-family: 'DINNeuzeitGrotesk LT BoldCond';
font-size: 24px;
padding: 5px 40px;
border:2px solid #000;
color: #000;
text-transform: uppercase;
display: inline-block;
transform: all 0.4s;
}
a.btn-com:hover {
    background-color: #000;
    color: #fff;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.about-sec .flex{
    margin: 0;
    align-items: center;
}

.ab-left {
    width: 50%;
    padding: 100px;
    text-align: center;
}
.ab-main-text p{
  margin-bottom: 20px;
  font-family: 'DINNeuzeitGrotesk LT BoldCond';

 font-size: 16px;
 line-height: 20px;
}
.as-head h2{
    font-family: 'DINNeuzeitGrotesk LT BoldCond';
 font-size: 38px;
 letter-spacing: 1.9px; 
}


.as-head h4{
    font-family: 'Belinda';
    font-size: 24px;
   font-weight: 400;
}

img.sub-logo {
    margin-bottom: 40px;
}
.ab-right {
    background-image: url(../images/ab-img.webp);
    width: 50%;
    background-size: cover;
    min-height: 630px;
    height: 100%;
    background-position: center center;
}

footer{
    background-color: #000;
    padding: 80px 0px;
}
.footer-box {
    max-width: 1020px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}

.foot-box {
    color: #c0c0c0;
    width: 33.33%;
    padding: 0px 15px;
}
.foot-box h2{
    font-family: 'DINNeuzeitGrotesk LT BoldCond';
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.foot-box p, .foot-box a{
    font-family: 'DINNeuzeitGrotesk LT BoldCond';
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #c0c0c0;
}
.copy-right-sec{
    background-color: #000;
    padding: 80px 0px;
    padding-top: 20px;
}

.copy-right-sec p, .copy-right-sec a{
    font-family: 'DINNeuzeitGrotesk LT BoldCond';
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #c0c0c0;

}
.copy-right-sec .footer-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.as-head {
    margin-bottom: 25px;
}
.ab-main-text a.btn-com {
    margin-top: 40px;
}

@media (max-width: 1200px){
    .ab-left {
        padding: 60px;
    }
}
@media (max-width: 991px){
    .ab-left {
        padding: 60px 40px;
    }
    .ab-right {

        min-height: 500px;
    }
    .map-sec iframe {
        height: 400px;
    }
    footer{
        padding: 50px 0px;
    }
    .copy-right-sec {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .hero-sec {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px){
    .logo {

        margin: 85px 0px;
        margin-top: 90px;
    }
    .heading h1 a {
        font-size: 36px;
        line-height: 44px;
    }  
    .ab-left{
        width: 100%;
    }
    .ab-right{
        width: 100%;
        min-height: 430px;
        background-position: center center;
    }
    .ab-left {
        padding: 50px 20px;
    }
  
    .foot-box{
        width: 100%;
    }
    .footer-box .flex {
        row-gap: 30px;
    }
    footer {
        background-color: #000;
        padding: 60px 0px;
    }
    .ab-main-text a.btn-com {
        margin-top: 15px;
    }
}