/** Main css for the website **/


/** Backgrounf color for the whole website **/

body {
    background-color: #f4f4f4;
}


/** Bold fonts **/

.row-header-small,
.nav-link:not(.nav-link-bottom),
.txt-bg-title,
.txt-md-title,
.stitle,
.txt-about-us-title,
.txt-bg-title-black,
.txt-footer-title,
.top-photo-title,
.txt-md-title-white,
.txt-counter-value,
.txt-inner-page h1,
.txt-inner-page h2,
.txt-inner-page h3,
.txt-inner-page h4,
.txt-inner-page h5,
.txt-inner-page h6 {
    font-family: "Montserrat bold";
}


/** Drop down navbar **/

div.dropdown-multicol {
    padding: 0;
    margin-top: -5px;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
    display: block;
}


/** Whatsup link **/

.whatsapp-link {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 999999999;
}

.whatsapp-link img {
    width: 55px;
}


/** TOP LINKS **/

.top-links {
    background-color: #000;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 35px;
}

#mnu-lang-area {
    background-color: #083a5c;
    min-width: 0px;
}

.top-links a {
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.top-links img {
    height: 25px;
    width: 25px;
}

.top-links .nav-link {
    padding-top: 5px;
}

.top-links .width-sm,
.width-sm .nav-link {
    width: 35px;
    padding: 3px 0;
}

.img-flag {
    width: 39px !important;
    height: 26px !important;
}


/** TOP NAVBAR **/

#topNavBar {
    background-image: -moz-linear-gradient( -90deg, #fff 0%, #e9e9e9 100%);
    background-image: -webkit-linear-gradient( -90deg, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient( -90deg, #fff 0%, #e9e9e9 100%);
    border-bottom: 6px solid black;
    height: 115px;
}

#top-logo {
    /*width: 150px;*/
    height: 75px;
}

.navbar-toggler {
    border: #aaa;
    border-style: solid;
    border-width: 1px;
}

.navbar-toggler-icon {
    background: url('../images/header/toggeler.png');
}

.dropdown-toggle::after {
    content: none;
}

#topNavBarCollapse .nav-link {
    padding: 45px 24px;
    line-height: 1.2;
    font-size: 18px;
    text-align: left;
    font-size: 20px;
    color: rgba(73, 83, 92, 1);
}

.menu-top-level {
    margin-top: -2px;
}

.dropdown-menu {
    background-image: linear-gradient(#f0edee, #d1cece);
    border: none;
    border-radius: 0px;
    padding: 0px;
}

#topNavBarCollapse .active-nav-link {
    color: rgba(215, 25, 32, 1);
    border-bottom: 6px solid rgba(215, 25, 32, 1);
}

#topNavBarCollapse .nav-link:lang(fr) {
    font-size: 15px;
}

.dropdown-item {
    border-bottom: 2px solid white;
    margin: 2px 12px;
    width: auto;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(215, 25, 32, 1);
    font-weight: bolder;
    text-decoration: none;
}


/** Bottom NAVBAR **/

#bottomNavBar {
    height: 58px;
    background-color: #C4E8DD;
}

.bottom-nav-bar .nav-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 600;
    font-size: 18px;
}


/** Top sliser - Home page **/

.top-slider-home {
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: background-image 2s;
    border-bottom: solid 10px rgba(215, 25, 32, 1);
}

.slider-container {
    height: 100%;
}

.arrows-container {
    height: 93%;
}

.arrow {
    cursor: pointer;
}

.stitle {
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    font-size: 55px;
    margin-bottom: 0;
}

.stext {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    margin-top: -20px;
}

.dot {
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.dot-active {
    background-color: rgba(215, 25, 32, 1);
}

#dots-row {
    display: flex;
    justify-content: center;
}


/** Treatment inputs **/

#cnslt-inputs-row {
    padding-top: 125px;
}

.cnslt-input {
    background-color: white;
    border-radius: 5px;
}


/** Top image (General) **/

.top-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid rgba(215, 25, 32, 1);
}


/** welcome Box - Main page **/

.welcome-box {
    padding-top: 30px;
}

.welcome-box img {
    border-bottom: 5px solid rgba(215, 25, 32, 1);
}


/** Projects -Main page **/

#projects-div {
    background-image: linear-gradient(#f0edee, #d1cece);
    padding-bottom: 52px;
}

.proj-box {
    padding-top: 40px;
}


/** Missin - Vission - Startegy Titles **/

.mvs-title {
    text-align: left;
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

#vission-img {
    margin-left: -115px;
}

#mission-title {
    text-align: right;
}


/** Paragraphs - Inner pages **/

.txt-inner-page {
    color: rgba(73, 83, 92, 1) !important;
    font-size: 20px !important;
    text-align: justify !important;
}

.txt-inner-page h1 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: center !important;
    font-size: 26px !important;
}

.txt-inner-page h2 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: center !important;
    font-size: 24px !important;
}

.txt-inner-page h3 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: left !important;
    font-size: 22px !important;
}

.txt-inner-page h4 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: left !important;
    font-size: 20px !important;
}

.txt-inner-page h5 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: left !important;
    font-size: 18px !important;
}

.txt-inner-page h6 {
    color: rgba(73, 83, 92, 1) !important;
    text-align: left !important;
    font-size: 17px !important;
}


/** Titles **/

.txt-bg-title {
    font-size: 30px;
    color: rgba(215, 25, 32, 1);
    margin-top: 30px;
}

.txt-bg-title-black {
    margin-top: 30px;
    text-align: left;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
}

.txt-md-title {
    padding-top: 20px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 22px;
    color: rgba(215, 25, 32, 1);
}

.txt-md-title-black {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: rgba(73, 83, 92, 1);
}

.txt-normal-white {
    line-height: 25px;
    text-align: left;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.title-row {
    justify-content: center;
}

.normal-text {
    font-size: 17px;
    text-align: left;
    color: black;
}

.normal-text-black {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    color: black;
}

.normal-text-small {
    color: black;
    font-size: 22px;
    text-align: justify;
    text-justify: inter-word;
}

.normal-text-white {
    color: white;
    font-size: 16px;
    text-align: center;
}

.normal-text-small-white {
    color: white;
    font-size: 24px;
    text-align: left;
}


/** Top gradiant for products **/

.top-gradiant {
    height: 12px;
    background-color: #b3b3b3;
    background-image: linear-gradient(#b3b3b3, #f3f3f3);
}


/** Container center **/

.cntnr-center {
    text-align: center;
}

.center-vertically {
    display: flex;
    align-items: center;
    /*margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}


/** Certificates **/

.certificate img {
    padding-top: 22px;
}


/** Row separate **/

.row-sperate-100 {
    height: 100px;
}

.row-sperate-70 {
    height: 70px;
}

.row-sperate-50 {
    height: 50px;
}

.row-sperate-35 {
    height: 35px;
}


/** Products **/

.main-page-products {
    background-color: #f15a22;
    text-align: center;
}


/** Image in col **/

.img-in-col {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.img-fill-col {
    min-width: 100%;
    min-height: 100%;
}


/** Footer **/

footer {
    background-color: black;
    padding-bottom: 35px;
}

.footer-txt {
    color: white;
    font-size: 15px;
    font-weight: 450;
    line-height: 1.2;
    text-align: justify;
    text-justify: inter-word;
}

#footer-logo {
    height: 72px;
}

footer .txt-md-title {
    font-size: 30px;
}

.footer-input {
    color: black;
    background-color: white;
    border: 1px solid lightgray;
    padding: 5px;
    width: 100%;
    font-weight: 500;
}

.footer-input::placeholder {
    color: white;
    opacity: 1;
}

#btn-subsribe {
    margin-top: 8px;
    font-weight: 600;
}

.txt-footer-title {
    padding-top: 35px;
    color: white;
    font-size: 20px;
    text-align: left;
}

.nav-bottom-media .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
}

.copyrights {
    color: white;
    padding: 0;
    margin: 0;
    width: 100%;
}

.width-md {
    width: 77px;
    padding: 3px 0;
}

.copy-right {
    background-color: rgba(215, 25, 32, 1);
    text-align: center;
    padding: 5px;
}


/** Long text **/

.long-text {
    color: black;
    text-align: justify;
    text-justify: inter-word;
    font-size: 18px;
}

.long-text-small {
    color: black;
    text-align: justify;
    text-justify: inter-word;
    font-size: 14px;
}


/** Contact us **/

.contact-us-item {
    height: 191px;
    margin-top: 100px;
    background-image: linear-gradient(#f0edee, #d1cece);
    text-align: center;
    padding: 30px 30px;
}

.contact-us-item img {
    height: 81px;
    margin-top: -85px;
}

.txt-about-us-title {
    white-space: nowrap;
    text-align: center;
    font-size: 25px;
    color: rgba(77, 77, 77, 1);
}

#google-maps {
    width: 100%;
}


/** About us **/

.top-photo-title {
    text-align: left;
    font-size: 55px;
    margin-bottom: 0px;
}

.top-photo-text {
    text-align: left;
    font-size: 35px;
}

.au_text {
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    color: rgba(103, 103, 103, 1);
}

.right-align {
    text-align: right;
}


/** Default button **/

.btn-default {
    color: black;
    background-color: rgba(212, 209, 209, 1);
    border: 0px;
    font-size: 20px;
    border-radius: 8px;
}


/** Count char labels **/

.char-cnt-lbl {
    font-size: 12px;
}


/** About us page **/

.au-top-photo {
    background-color: black;
    height: 36rem;
    display: flex;
    justify-content: center;
}

.au-top-photo img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}


/** Mission and Vission **/

.mis-vis-title {
    text-align: center;
    font-size: 30px;
    color: white;
    padding: 20px 10px;
}

.mis-vis-text {
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 2;
}

.vis-mis-box {
    background-color: #c3996b;
}

.vis-mis-box img {
    max-width: 100%;
}


/** Col paddings **/

.col-pad-sm {
    padding-bottom: 5px;
}

.col-pad-lg {
    padding-bottom: 25px;
}


/** Div center **/

.dv-center {
    text-align: center;
}


/** Algin left **/

.algin-left {
    margin-left: auto;
    margin-right: 0;
}


/** Center horizontally **/

.cntr-horz {
    justify-content: center;
}


/** General **/

.pad-0 {
    padding: 0px;
}


/** PDF files **/

.pdf-download {
    font-size: 20px;
    color: rgba(215, 25, 32, 1);
    font-family: "Montserrat bold";
}

.pdf-filename {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-family: "Montserrat bold";
}


/** Multilevel menu **/

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -4px;
    }
    .nav-item:hover .submenu {
        display: none;
    }
    .nav-item .submenu.left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {}
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}