/* base rules */
*{
    margin: 0;
    padding: 0; 
    font-family: Jost, sans-serif;
}

html {
    scroll-behavior: smooth;
}

.h1s {
    font-size: 27px;
}

h3 {
    font-size: 20px;
}

p{
    color: rgb(85, 85, 85);
    font-size: 13px;
}


@media (min-width: 700px) {
    .h1s{
        font-size: 38px;
    }
    h3 {
        font-size: 28px;
    }
    p{
        font-size: 14px;
    }

}


@media (min-width: 1000px) {
    .h1s{
        font-size: 48px;
    }
    h3 {
        font-size: 35px;
    }

    p{
        font-size: 15px;
    }
}


/* -------------- Navigation ----------------*/
/* notice it's conntect 'nav.r-nav' that because r-nav is the class of nav */
nav.r-nav{
    background: transparent;
    padding: 15px 0;
    transition: .5s all;
}

/* notice it's NOT conntect 'nav .navbar-brand' 
,that because navbar-brand is NOT the class of nav.
It's a class of an element inside the 'nav' */
nav .navbar-brand{
    padding-left: 20px;
    font-size: 30px;
    color: white;
    width: 180px;
}

/* !important is used to override the bootstrap default color */
nav .navbar-nav li a{
    color: rgba(255,255,255,0.8) !important;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: 0.3s all;
    
}

nav .navbar-nav li a:hover{
    color: #fdb516 !important; /* eba030 */
}

nav .navbar-nav .dropdown-item{
    color: black !important;
}



nav .navbar-nav li{
    margin-left: 15px;
}

nav.r-nav.stickyadd{
    background: #fff  !important;
    padding: 0px 0;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: .5s all eas-in-out;
}

nav.stickyadd .navbar-brand{
    color: black;
    font-size: 20px;
    transition: .5s all;
}

nav.stickyadd .navbar-nav .nav-link{
    color: black !important;
}

.navbar .hamburger{
    color: white;
}

nav.stickyadd .hamburger{
    color: black;
}

/*------------------ Header Section -------------------*/
header{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(/images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo{
    height: 110px;
    object-fit:contain;
}
.navbar-brand{
    padding-bottom: 0;
}
.mb-1{
    margin-bottom: 0 !important;
}
.marginTop{
    margin-top: 17px;
}
.stickyadd .marginTop{
    margin-top: 27px;
}

.content-box{
    max-width: 700px;
    color:#D8D8D8;
}

.content-box h4{
    font-size: 30px;
}



.hero_name {
    font-weight: 800; 
    color:#ffffff;
    font-size: 20px;

}
.center{
    margin: auto;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */

}



/*----------------------------- Numbers -------------------------------*/
.numbers{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.numbers h2{
    color: #fdb516; /* eba030 */
}

.numbers p{
    margin-right: 5px;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 130%;
    margin-bottom: 0px;
}


.numbers li a{
    color: white;
    background-color: #fdb516;     
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border: 2px solid #fdb516;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.2s all;
    text-align: center;
    align-content: center;
}


.numbers .list-inline{
    padding-top: 10px;
    padding-right: 30px;
    text-align: center;
}

.numbers li a:hover{
    color: #fdb516;
    background-color: transparent;

}
.about {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #403f44;     
}
.about img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.about p {
    color:#D8D8D8;
}
.breakLine{
    border-right: 3px solid #fdb516;
    border-bottom: 3px solid #fdb516;
    padding: 0 10px;

}
select{
    background-color: transparent;
    font-weight: 600;
    color:#D8D8D8;
    border: none;
    position: relative;
    bottom:5px;
}
select:hover{
    color: #d88200;
}
option{
    color: #343A40;
}
.services {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #403f44;     
}
.services img {
    max-height: 40px;
    max-width: 40px;
}
.changeMargin{
    margin-right: 0 !important;
    margin-left: auto !important;
}

.services hr {
    display: none;
}

.services p{
    color: #D8D8D8;
    font-size: 16px;
}

@media (min-width: 991.98px) {
    .services p{
        font-size: 14px;
        max-width: 200px;
    }
}







.num {
    color: #fdb516 !important;
    line-height: 45px !important;
    font-size: 40px !important;
    border-bottom: solid 3px #fdb516;
    margin: 0 7px;
}

@media (max-width: 991.98px) {
    .num {
        border-bottom: none;
    }

    .services hr {
        border-top: 1px solid white;
        display: block;
    }
    
}






.management {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
}

.management p{
    font-weight: 600 !important;
}


.team-classic-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 16px;
    width: 90%;
    min-width: 300px;
    margin-left: -19px;
    padding: 15px 10px 15px 30px;
    transition: all 0.3s ease;
    z-index: 1;
}

.team-classic-caption::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.5);
    transform: skew(10deg);
    transform-origin: 50% 100%;
    z-index: -1;
}
.fixPadding{
    padding: 0 4em;
}


.team-classic {
    position: relative;
    overflow: hidden;
    text-align: left;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .team-classic-lg {
        max-width: 420px;
    }
    .team-classic-lg .team-classic-caption {
        bottom: 44px;
        margin-left: -30px;
        padding: 15px 20px 15px 85px;
    }
}


@media (min-width: 992px) {
    .team-classic:hover .team-classic-figure img {
        filter: grayscale(0);
    }
    .team-classic:hover .team-classic-caption {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .team-classic-lg .team-classic-caption {
        bottom: 10%;
        padding: 15px 6% 15px 18%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .team-classic-lg .team-classic-caption {
        min-width: 260px;
    }
}



/* ----------------- experience --------------- */

.experience {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background: #403f44;
}
.experience img{
    width: 100%;
    object-fit: cover;
    padding-left: 4px;
    padding-bottom: 3px;
    border-bottom: 3px solid #fdb516;

}
.experience p {
    color: #D8D8D8;}


.swiper {
    
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: auto;
    height: auto;
    

}

.swiper-slide img {
    display: block;
    max-height: 50px !important;
    width: auto !important;
    object-fit: cover;
}

@media (min-width: 360px) and (max-width:480px){
    .logo{
        height: 80px;
        object-fit:contain;
    }
    nav .navbar-brand{
        margin-left: 0;
        padding-left: 0;
        /* width: auto; */
    }
    .logo-nav{
     width: 100px !important;
    }
    .stickyadd .navbar-toggler{
        margin-top: 10px;
    }
    .ml-4{
        margin-right: 0 !important;
    }
    
    .swiper-slide img {
        display: block;
        max-height: 50px !important;
        width: auto !important;
        object-fit: cover;
        margin: 0 16px;
    }
    .enVersion #homeTitle{
        width: 280px !important;
        margin:0 auto;
    }
    .enVersion .alignmentP{
        text-align: left;
    }
    .enVersion .paddingP{
        padding-left: 7px;
    }
    .fixPadding{
        padding: 0 1em;
    }
    nav{
        width: 100%;
    }
    .px-3{
        padding-right: 7px !important;
        padding-left: 7px !important;

    }
    nav ul{
        background-color: white !important;
        width: 100%;
    }
    .hide{
        display: hidden;
    }
    .nav-item{
        text-align: center;
    }
    nav .navbar-nav li a{
        color:black !important;
    }
    .select{
        color:black !important;
    }
}


@media (min-width: 480px) and (max-width:576px) {
    .ml-4{
        margin-right: 0 !important;
    }
    .stickyadd .navbar-toggler{
        margin-top: 13px;
    }
    .swiper-slide img {
        display: block;
        max-height: 100px !important;
        width: auto !important;
        object-fit: cover;
    }
    .enVersion .alignmentP{
        text-align: left;
    }
    .enVersion .paddingP{
        padding-left: 7px;
    }
    .enVersion #homeTitle{
        width: 280px !important;
        margin:0 auto;
    }
    .fixPadding{
        padding: 0 1em;
    }
    nav{
        width: 100%;
    }
    nav ul{
        background-color: white !important;
        width: 100%;
    }
    .hide{
        display: hidden;
    
    }
    .nav-item{
        text-align: center;
    }
    nav .navbar-nav li a{
        color:black !important;
    }
    .select{
        color:black !important;
    }
    
}


@media (min-width: 576px) and (max-width:720px) {
    .ml-4{
        margin-right: 0 !important;
    }
    .stickyadd .navbar-toggler{
        margin-top: 16px;
    }
    .swiper-slide img {
        display: block;
        max-height: 120px !important;
        width: auto !important;
        object-fit: cover;
    }
    .enVersion #homeTitle{
        width: 400px !important;
        margin:0 auto;
    }
    nav{
        width: 100%;
    }
    nav ul{
        background-color: white !important;
        width: 100%;
    }
    .hide{
        display: hidden;
    }
    .nav-item{
        text-align: center;
    }
    nav .navbar-nav li a{
        color:black !important;
    }
    .select{
        color:black !important;
    }
}

@media (min-width: 720px) and (max-width:991.98px) {
    .ml-4{
        margin-right: 0 !important;
    }
    .stickyadd .navbar-toggler{
        margin-top: 16px;
    }
    .swiper-slide img {
        display: block;
        max-height: 150px !important;
        width: auto !important;
        object-fit: cover;
    }
    .enVersion #homeTitle{
        width: 500px !important;
        margin:0 auto;
    }
    nav{
        width: 100%;
    }
    nav ul{
        background-color: white !important;
        width: 100%;
    }
    .hide{
        display: hidden;
    }
    .nav-item{
        text-align: center;
    }
    nav .navbar-nav li a{
        color:black !important;
    }
    .select{
        color:black !important;
    }

}

@media (min-width: 991.98px) {
    .ml-4{
        margin-right: 0 !important;
    }
    .swiper-slide img {
        display: block;
        max-height: 200px !important;
        width: auto !important;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .swiper-slide img {
        display: block;
        max-height: 250px !important;
        width: auto !important;
        object-fit: cover;
    }
}

@media (min-width: 1320px) {
    .swiper-slide img {
        display: block;
        max-height: 300px !important;
        width: auto !important;
        object-fit: cover;
    }
}


.partners{
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
}

.partners img{
    margin-bottom: 40px;
    height: 80px;
    object-fit: contain;

}








/* Contact Form */
.contact{
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(/images/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.contact-button{
    color: white;
    background: #fdb516;
    border: 2px solid #fdb516;
    border-radius: 4px;
    padding: 5px 10px;
    transition: 0.3s all;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 2px;
}

.contact-button:hover{
    text-decoration: none;
    color: white;
    border: 2px solid #d88200;
    background: #d88200;
}




/* ------------------------------- footer --------------------------- */
footer .footer-icon{
    color: #fdb516;
    background-color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border: 2px solid #fdb516;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.2s all;
    text-align: center;
}

footer .footer-icon:hover{
    color: #343A40;
    background-color: #fdb516;
}


/*------------------------------ Auth components ---------------------------- */
.auth {
    color: black;
    background-color: #fdfdfd;
    

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;

    padding-right: 20px;
    padding-left: 20px;
}

.auth label{
    color: black;
}



/*------------------------------- not main page -----------------------*/

.not-main {
    color: black;
    background-color: #fdfdfd;
    padding-top: 30px;
    padding-bottom: 30px;

    min-height: 100vh;

}

.not-main label{
    color: black;
}

/* -------- may use it or not ---------- */
.single-project-content{
    color: #6c757d;

}
.single-project-content ol,ul{
    margin-left: 30px;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: gray;
    border-color: gray;
    color: white;
}