/** 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,
.klas-title,
.txt-footer-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: #083a5c;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#mnu-lang-area {
    background-color: #083a5c;
}

.top-links a {
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.top-links img {
    height: 25px;
    width: 25px;
}

.top-links .width-sm,
.width-sm .nav-link {
    width: 35px;
    padding: 3px 0;
}

.top-links-nav {
    justify-content: flex-end;
}

.img-flag {
    height: 17px !important;
    width: 26px !important;
}


/** TOP NAVBAR **/

#topNavBar {
    background-image: -moz-linear-gradient( -90deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(215, 215, 215) 0%, rgb(255, 255, 255) 100%);
    border-bottom: 2px solid #6ac3a8;
}

#top-logo {
    /*width: 150px;*/
    height: 67px;
}

.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-right: 1rem;
    padding-left: 1rem;
    line-height: 1.2;
    font-size: 18px;
}

#topNavBarCollapse .nav-link:lang(fr) {
    font-size: 15px;
}

.dropdown-col {
    border-bottom: 2px solid #6ac3a8;
    background-color: white;
}

.dropdown-col a {
    color: #0E728C;
    font-size: 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #6AC3A8;
    text-decoration: none;
    background-color: #f8f8f8;
}


/** 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;
}

.bottom-nav-bar .nav-link:lang(fr) {
    font-size: 15px;
}


/** Top sliser - Home page **/

.top-slider-home {
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: background-image 2s;
}


/** Treatment inputs **/

#cnslt-inputs-row {
    padding-top: 125px;
}

.cnslt-input {
    background-color: #FFFFFF77;
    border: 1px solid #6AC3A8;
}


/** Top image (General) **/

.top-img {
    height: 350px;
    background-size: cover;
    background-position: center;
}


/** Serivces - Main page **/

.srvc-box {
    padding: 30px;
    height: 315px;
}

.srvc-box img {
    padding-bottom: 22px;
}


/** Offers -Main page **/

.offers-box {
    height: 440px;
    background-color: white;
    padding: 0;
    margin-top: 8px;
}

.offer-txt {
    padding: 0px 40px;
    margin-bottom: 30px;
    height: 80px;
}


/** Counters - Main page **/

.txt-counter-title {
    color: white;
    font-weight: 500;
    margin-bottom: 0;
}

.txt-counter-value {
    font-size: 52px;
    margin-bottom: 0;
}


/** Why Esteklas - Main page **/

.why-mdc-title {
    font-weight: 600;
    color: #0E728C;
    font-size: 20px;
    text-align: left;
}

.why-mdc-text {
    color: #231F20;
    font-size: 15px;
    text-align: justify;
}


/** Comments - Main Page **/

#comment {
    color: white;
    font-size: 20px;
    text-align: justify;
    transition: color 2s;
    padding-left: 32px;
}

#comment-container {
    text-align: left;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: rgb(11, 85, 104);
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
}

.dot-active {
    border: 3px solid rgba(11, 85, 104);
    background-color: #A6EAD5;
}


/** Missin - Vission - Startegy Titles **/

.mvs-title {
    text-align: left;
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
}


/** Paragraphs - Inner pages **/

.txt-inner-page {
    color: black !important;
    font-size: 16px !important;
    text-align: justify !important;
}

.txt-inner-page h1 {
    color: #083A5C !important;
    text-align: center !important;
    font-size: 26px !important;
}

.txt-inner-page h2 {
    color: #083A5C !important;
    text-align: center !important;
    font-size: 24px !important;
}

.txt-inner-page h3 {
    color: #083A5C !important;
    text-align: left !important;
    font-size: 22px !important;
}

.txt-inner-page h4 {
    color: #083A5C !important;
    text-align: left !important;
    font-size: 20px !important;
}

.txt-inner-page h5 {
    color: #083A5C !important;
    text-align: left !important;
    font-size: 18px !important;
}

.txt-inner-page h6 {
    color: #083A5C !important;
    text-align: left !important;
    font-size: 17px !important;
}


/** Titles **/

.klas-title {
    color: #067789;
}

.txt-bg-title {
    font-size: 36px;
    color: #083A5C;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.2;
}

.txt-md-title {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 26px;
    color: #0a3b5c;
}

.txt-md-title-white {
    font-size: 16px;
    color: white;
    text-align: center;
}

.title-row {
    justify-content: center;
}

.normal-text {
    font-size: 16px;
    text-align: left;
    color: #124662;
}

.normal-text-black {
    font-size: 16px;
    text-align: center;
    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-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;
}


/** Footer **/

footer {
    background-color: #083A5C;
    padding-bottom: 35px;
}

.footer-cntnr {
    padding-top: 20px;
}

.footer-txt {
    color: white;
    font-size: 18px;
    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: white;
    background-color: #083A5C;
    border: 1px solid #0E728C;
    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: #6AC3A8;
    font-size: 20px;
}

.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: #15A4B8;
    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: 300px;
    background-color: #083A5C;
    text-align: center;
    padding: 30px 30px;
}

.contact-us-item img {
    height: 75px;
}


/** About us **/

.txt-about-us-title {
    padding-bottom: 20px;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
}

.txt-about-us {
    color: white;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.2;
    text-align: justify;
    text-justify: inter-word;
    text-align: center;
}

#google-maps {
    width: 100%;
    height: 100%;
}

.txt-got-in-touch {
    border: 0;
    width: calc(100% - 37px);
    background-color: #f4f4f4;
}

.txt-got-in-touch:focus {
    outline: none;
}

.txt-got-in-touch-box {
    border: 1px #c3996b solid;
    padding: 7px;
}


/** Default button **/

.btn-default {
    color: #083A5C;
    background-color: #6AC3A8;
    border: 0px;
    font-size: 20px;
    border-radius: 0;
}


/** 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;
}