@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
.navigation{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.navigation .left-side{
    width: 38%;
    text-align: right;
}
.navigation .logo{
    width: 24%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation .right-side{
    width: 38%;
    text-align: left;
}
.navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navigation ul li{
    display: inline-block;
}
.navigation ul li a{
    display: inline-block;
    font-size: 18px;
    padding: 20px 15px;
    text-transform: uppercase;
}
.navigation .logo img{
    width: 123px;
}
.heading{
    text-align: center;
}
.heading h2{
    font-size: 35px;
    margin-bottom: 30px;
}
.hero-section{
    height: 500px;
    width: 100%;
    background: url('../images/hero-bg.JPG');
    background-position: center;
    background-size: cover;
}
.single-hero-section{
    height: 350px;
}

.info-section{
    width: 100%;
    margin-top: 70px;
}
.info-section .content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 20px;
}
.info-section .content .card-image{
    height: 230px;
    margin-bottom: 10px;
}

.info-section .card h3{
    font-size: 18px;
    font-weight: 420;
    line-height: 20px;
    margin-bottom: 8px;
	text-align: center;
}

.project-section{
    width: 100%;
    margin-top: 70px;
}
.project-section .content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 20px;
}
.project-section .content .card-image{
    height: 230px;
    margin-bottom: 10px;
}
.project-section .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-section .card h2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}


footer{
    background: #202224;
    margin-top: 50px;
    width: 100%;
    padding: 60px 10px 20px 10px;
    box-sizing: border-box;
}
footer .footer-about {
    padding-right: 30px;
}
footer p{
    color: #7c8084;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
}
footer .footer-about img{ 
    width: 150px;
    margin-bottom: 15px;
}
footer h3{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer .footer-menu a{
    color: #7c8084;
    
} 
footer .footer-menu a:hover{
    text-decoration: underline;
}
footer .footer-follow ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
footer .footer-follow ul li a{
    display: block;
    margin-bottom: 15px;
    color: #7c8084;
}
footer .footer-follow ul li a:hover{
    text-decoration: underline;
}
footer .footer-follow ul li i{
    background: #7c8084;
    color: #202224;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 4px 0;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 5px;
}
footer .copyright{
    text-align: center;
    margin-top: 40px;
}

/* Project page all css */
.project-section .card .card-image{
    position: relative;
}
.project-section .card .card-image h3{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    font-size: 15px;
    background: #0161AA;
    font-weight: 300;
    padding: 3px 8px;

}
.project-section #tabs{
    text-align: center;
    
}
.project-section #tabs .tab {
    display: inline-block;
    width: 100px;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    border: 2px solid #0161AA;
    position: relative;
    z-index:5;
}
.project-section #tabs .whiteborder {
    color: #fff;
    background: #0161AA;
}
.project-section #tabs .tabContent {
    width: 100%;
    height: auto;
    position: relative;
    top: -1px;
    z-index:1;
    margin-top: 30px;
}
.project-section #tabs .hide {
    display: none;
}
.project-section #tabs .show {
    display: block;
}

/* About Us page all css */
.about-section{
    width: 100%;
    margin-top: 70px;
}
.about-section .image img{
    width: 100%;
    padding-left: 20px;
}
.about-section .details{
    height: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.about-section .details h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.about-section .details p{
    font-size: 18px;
    line-height: 1.5em;
}
.about-section .details i{
    display: block;
    margin-top: 30px;
}

/* contact us page all css */
.contact-section{
    margin-top: 70px;
    padding-bottom: 50px;
}
.contact-section .contact-info{
    text-align: left;
}
.contact-section .contact-info h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-section .contact-info hr{
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #000;
    text-align: left;
    border: none;
}
.contact-section .contact-info p{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.mobile-nav{
    display: none;
}

@media screen and (max-width: 767px){
    .row{
        display: block;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .navigation{
        padding: 0;
    }
    .mobile-nav{
        display: flex;
        border-bottom: 1px solid #ddd;
    }
    .mobile-nav .mobile-logo{
        width: 50%;
    }
    .mobile-nav .mobile-logo img{
        width: 110px;
        padding: 8px 20px;
    }
    .mobile-nav .toggle-bar{
        width: 50%;
        text-align: right;
    }
    .mobile-nav .toggle-bar i{
        font-size: 30px;
        padding: 20px 25px;
    }
    .navigation .nav-menu{
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: 100;
        display: none;
    }
    .navigation-bar-show{
        display: block;
    }
    .navigation .logo{
        display: none;
    }
    .navigation .left-side{
        text-align: left;
        width: 100%;
    }
    .navigation .right-side{
        text-align: left;
        width: 100%;
    }
    .navigation ul li{
        display: block;
    }
    .navigation ul li a{
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }
    .hero-section{
        height: 300px;
    }
    .project-section .content{
        display: block;
        padding: 15px;
        box-sizing: border-box;
    }
    .project-section .content .card{
        margin-bottom: 30px;
    }
    footer{
        padding: 40px 15px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    footer .footer-menu, .footer-follow{
        margin-top: 30px;
    }
    .single-hero-section{
        height: 200px;
    }
    .about-section{
        margin-top: 20px;
        padding: 15px;
        box-sizing: border-box;
    }
    .about-section .image img{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .about-section .details{
        padding-left: 0;
        margin-top: 25px;
    }
    .about-section .details p{
        font-size: 16px;
    }
    .project-section #tabs .tab{
        width: 80px;
    }
    .contact-section{
        padding: 15px;
        box-sizing: border-box;
        margin-top: 50px;
    }
    .contact-section .contact-info p{
        font-size: 16px;
    }
    .contact-section .contact-info h2{
        font-size: 25px;
    }



}   



