@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')

*{
    margin: 0;
    padding: 0;
}
html,body{
    overflow-x: hidden;
    position: relative;
    background-color: #0B0B0B;
}

/*---navbar-section-start---*/
.m-auto {
    margin: auto!important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    font-size: 11px;
    font-weight: 700;
    font-family: 'Open Sans';
    line-height: 33px;
    margin-right: 35px;
}
.bg-light {
    background-color: #f8f9fa00!important;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.nav-logo{}
.nav-logo img{
    width: 115.89px;
    height: 120px;
    background-color: #ffffffcc;
    border-radius: 6px;
    position: absolute;
    top: 2px;
    left: 150px;
}
/*---navbar-section-end---*/


/*---hero-section-start---*/
.hero-section{
    background: url(../images/about-us.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 70px 0px;
    position: relative;
    background-attachment: fixed;
}
.hero-left-item{}
.hero-left-item h3{
    font-size: 32px;
    color: #ECEFF3;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: dosis;
}

.hero-right-item{}
.menu-item{}
.menu-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-item ul li{
    display: inline-block;
}
.menu-item li a{
    font-size: 10px;
    color: #ECEFF3;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: open sans;
    display: block;
    text-decoration: none;
}
.menu-item li a:hover{
    color: #6CBA44;
}

/*---hero-section-end---*/



/*--- our-services-section-start ---*/
.our-service-section{
    background-color: #18191B;
    padding: 36px 0px 36px 0px;
}


.serviceh3{
    font-size: 30px;
    color: #ECEFF3;
    font-weight: 500;
    font-family: dosis;
    line-height: 1.1em;
    margin-bottom: 60px;
}

.services-item-content{
     border: 1px solid #18191B;
}
.services-item-content h3{
    font-size: 20px;
    color: #ECEFF3;
    font-weight: 500;
    font-family: dosis;
    line-height: 1.2em;
    text-align: center;
    padding: 30px 0px 30px 0px;
}
.box-c{
    background-color: #4CAE48;
}

.boxg-c{
    background-color: #4B7045;
}
.no-gutter > [class*='col-']{
    padding-right: 0;
    padding-left: 0;
}

.servicetext p{
    color: #ddd;
}

/*--- our-services-section-end ----*/

 

























