:root{
    --main-dark-blue:#00345A;
    --whatsapp-green:#09aa74;
    --grey: #4f4f4f;
}

body {
    margin: 0;
    font-family: Poppins, Helvetica, sans-serif;
  }

.bg-main-blue{
    background: var(--main-dark-blue);!important;
}

.text-main-blue{
    color: var(--main-dark-blue);!important;
}

.bg-whatsapp-green{
    background: var(--whatsapp-green);!important;
}

.fs-05{
    font-size: 0.5rem;
}
.fs-08{
    font-size: 0.8rem;
}
.hovering-circle:hover{
    background-color: white;
    color: black;!important;
}
.communication-circle{
    color: white;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    transition: all 0.3s;
}

.cursor-pointer{
    cursor: pointer;
}

#nav_logo img , #nav_logo_home img{
width: 100%;
}

#nav_logo , #nav_logo_home{
    height: 7rem;
    width: 6rem;
    transition: background-color 0.5s
}

.bg-transparent-light{
    background-color: rgba(221, 221, 221, 0.56);
}

 #nav_logo:hover , #nav_logo_home:hover{
 background-color:#ffffff00 !important
}


a.activvve {
    color: var(--main-dark-blue);!important;
    font-weight: 900!important;
    text-shadow: rgba(0, 0, 0, 0.19) 1px 1px 1px;
}

.navbar-custom {
    position: absolute;
    width: 100%;
    background: transparent;
    transition: background-color 0.5s, position 0.5s;
}

#home_main_image{
position: relative;
z-index: 1;
}

#home_main_image img{
width: 100%;
}

#social{
position: fixed;
left: 0;
bottom: 0;
}

#social>a{
    width: 3rem;
    height: 3rem;
    box-shadow: #0000001c 1px 1px 1px 1px;
    color: var(--main-dark-blue);
    display: block;
    font-size: 30px;
    text-align: center;
    padding: 5px;
    background-color: rgba(221, 221, 221, 0.26);
    margin: 5px;
}

#social>a:hover{
color: #ddd;
background-color: var(--main-dark-blue);
transition: all ease-in-out 0.3s;
}

#contact_icon{
position: fixed;
right: 0;
bottom: 0;
}

#contact_icon>a:hover{
    color: var(--main-dark-blue);
    background-color: #ddd;
    transition: all ease-in-out 0.3s;
}

#contact_icon>a{
display: block;
font-size: 35px;
text-align: center;
padding: 5px;
color: #ddd;
background-color: var(--main-dark-blue);
margin: 5px;
}

#contact_icon>a.chat{
border-top-left-radius: 26px;
}

#contact_icon>a.register{
border-bottom-left-radius: 26px;
}

#contact_icon>a.whatsapp{
padding: 0px;
font-size: 40px;
color: #09aa74;
}

#about span{
padding: 0 19%;
border-top: var(--main-dark-blue) solid 8px;
}

button.bg-main-blue:hover{
background-color: #022e4d!important;
}
#about button{

margin: 20px 0px;
}

/*#project>h2, #sub_company>h2{*/
/*font-weight: 200;*/
/*}*/
/*#project>h2>span{*/
/*font-weight: 800;*/
/*}*/

/*#project section{*/
/*display: inline-block;*/
/*width: 45%;*/
/*text-align: left;*/
/*margin: 10px 15px;*/
/*}*/

/*#project section>p{*/
/*overflow: hidden;*/
/*}*/

/*#project section>img{*/
/*width: 100%;*/
/*}*/

#sub_company>img{
    display: inline-block;
    width: 190px;
    padding: 15px;
}
#sub_company>div>div>img{
display: inline-block;
padding: 15px;
}

#info>img{
width: 81px;
height: 88px;
}

.dropdown{
position: relative;
display: inline-block;
}
.dropdown>div{
position:absolute;
left: 0px;
display: none;

background-color: white;
z-index: 2;
}
#sub_project{
top: 106px;
}

#sub_lang{
top: 107px;
width: 52px;
}

.dropdown>div>span{
display: block;
position: fixed;
cursor: pointer;
width: inherit;
padding: 10px 25px;
background-color: white;
border: #ddd solid 1px;
}


.dropdown>div>.sub_project{
min-width: 60px;
color: black;
}


#sub_project{
width: 150px;
padding: 10px 10px;

}


.dropdown>div>span:hover{
color: var(--main-dark-blue);
background-color: #ddd;
}

.register-logo{
    width: 4rem;
}

.register_form>h2{
color: var(--main-dark-blue);
text-align: center;
font-size: 25px;
}

.text-grey{
    color: var(--grey);
}

.bg-grey{
    background-color: var(--grey);
}

.dotted-border-bottom{
    border-bottom: 2px dashed var(--grey);
}


@media screen and (max-width: 992px) {
    #nav_logo , #nav_logo_home{
        width: 4rem;
        height: 5rem;
    }

    #main-logo{
        width: 8rem;
    }

    #about div span{
        border-top-width: 4px;
    }

    #social{
        bottom: 30%;
    }
    #contact_icon{
       bottom: 30%;
    }
}

@media screen and (max-width: 768px) {
a.active{
    color: white;
}

#nav_logo , #nav_logo_home{
    background: none;
    box-shadow: none;!important;
    width: 3rem;
    height: 4rem;
}

.navbar-custom{
    position: relative;!important;
    & .container-fluid {
        background-color: white;
    }
}

#navbarNavAltMarkup .navbar-nav{
    background-color: var(--main-dark-blue);

    & a{
        color: white;!important;
    }
}

#contact_icon{
top: 80%;
}


#contact_icon>a{
font-size: 25px;

}

#contact_icon>a.whatsapp{
font-size: 30px;
}

#main-logo{
    width: 6rem;
}

#main{
margin: auto;
}
#about{
margin: 5px 10px;
}
#about div span{
border-top-width: 3px;
}


/*#project>h2{*/
/*font-size: 15px;*/
/*}*/
/*#project>h2>span{*/
/*font-weight: 800;*/
/*}*/

/*#project section{*/
/*width: 90%;*/
/*}*/

/*#project section>img{*/
/*width: 100%;*/
/*}*/

.dropdown a.dropdown-item{
    color: black !important;
}

.opacity-0{
opacity: 0;
}

}
