@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;
}

.about {
    font-size: 38px;
}
/*---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: 50% 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    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---*/



/*-- hero-inner-praxis-section-start --*/
.hero-inner-praxis-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #18191B;
}
.hero-inner-left{
    background-image: url("../images/about-us-cegis.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 646px;
}
.hero-inner-right{
    width: 60%;
    padding: 110px 0px 110px 120px;
}
.hero-inner-right h3{
    font-size: 30px;
    color: #ECEFF3;
    font-weight: 500;
    font-family: dosis;
    line-height: 1.1em;
    margin-bottom: 60px;
}
.hero-inner-right p{
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
    line-height: 1.8em;
    font-family: Open Sans;
    /*max-width: 74%;*/
    padding-right: 20px;
}
.p-mar{
    margin: 30px 0px 30px 0px;
}
/*--- hero-inner-praxis-section-end ---*/


/*--- experience-section-start ---*/
.experience-section{
    background: url(../images/bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px 95px 0px;
    position: relative;
    background-attachment: fixed;
}
.experience-item{}
.experience-item h3{
    font-size: 45px;
    color: #81D742;
    font-weight: 700;
    line-height: 1.2em;
    font-family: Raleway;
}
.experience-item p{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    font-family: Raleway;
}
/*--- experience-section-end ---*/


/*--- more-button-section-start ---*/
.more-button-section{
    background-color: #6CBA44;
    padding: 55px 0px 55px 0px;
}
.btn{
    font-size: 14px;
    color: #111;
    font-weight: 400;
    font-family: Open Sans;
    border: 1px solid #111;
    padding: 10px 30px;
    border-radius: 0px;
    text-decoration: none;
}
i.fa.fa-angle-right {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-left: 15px;
}
.btn:hover{
    background-color: #111;
    color: #fff;
}
i.fa.fa-angle-right:hover{
    color: #fff;
}
/*--- more-button-section-end ---*/

@media(max-width: 991.98px) {
    .hero-inner-left { 
        width: 45%;
        height: 570px;
    }
    .hero-inner-right {
        width: 55%;
        padding: 70px 50px 70px 65px;
    }
    .hero-inner-right p { 
        max-width: 100%;
    }
}
@media(max-width: 767.98px) {
    .hero-inner-praxis-section {
        display: block;
    }
    .hero-inner-right,
    .hero-inner-left {
        width: 100%;
    }
    .experience-section [class*=col-]:not(:last-child) {
        margin-bottom: 35px;
    }
}
@media(max-width:575.98px) {
    .hero-inner-left { 
        height: 450px;
    }
}
@media(max-width:479.98px) {
    .hero-inner-left { 
        height: 380px;
    }
    .hero-inner-right { 
        padding: 65px 40px 65px 55px;
    }
}