@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");

:root {
    --primery: #bbce0e;
    --black-one: hsl(233, 24%, 15%);
    --derk-blue: #24333d;
    --white: #fff;
    --d-white: #bccfd3;
    --h-white: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Quicksand", sans-serif !important;
    color: var(--derk-blue) !important;
}


.section {
    padding: 5rem 0;
    background-color: white;
}

.section h2 {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 0;
}

.section h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

.section h4 {
    font-size: 20px;
    font-weight: 600;
}

.section img {
    width: 100%;
}

.section p {
    margin-bottom: 0;
}

.btn-inline {
    padding: 10px 20px;
    background-color: var(--primery);
    border: 2px solid var(--primery);
    color: var(--white);
    font-weight: 600;
    transition: all 0.4s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    outline: none !important;
}

.btn-inline.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-inline:hover {
    background-color: transparent;
    color: var(--primery) !important;
}

.btn-inline.btn-danger:hover {
    color: #dc3545 !important;
}


.my-container {
    margin-left: 5% !important;
    margin-right: 5% !important;
}


.wrapper {
    padding: 65px 12px;
    min-height: calc(100vh - 296px);
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading .heading-box {
    width: 55%;
}

.heading span {
    color: var(--primery);
}

/*================ Navbar ==============*/

#header {
    width: 100%;
    text-align: center;
    background-color: rgba(24, 24, 37, 0.8);
    padding: 0.688rem 0;
    line-height: normal;
    font-size: 16px;
}

#header .my-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

#header div.logo {
    font-size: 24px;
    color: #24333d;
}

#header div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
}

#header div.main_list ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

#header div.main_list ul li {
    margin: 0 16px;
    padding: 5px 10px;
}

#header div.main_list ul li a {
    text-decoration: none;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

#header div.main_list ul li a:hover {
    color: var(--primery);
}

#header div.media_button {
    background-color: transparent;
    position: relative;
    display: none;
}

#header div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: 0;
    border: none;
    cursor: pointer;
}

#header .main_list #username {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: none !important;
}

#header .main_list #username img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main_media_button {
    font-size: 24px;
    color: white;
}

.space {
    height: 90px;
    background-color: var(--derk-blue);
    display: none;
}

.visible-div {
    display: block;
}

.sticky {
    width: 100%;
    position: fixed;
    background-color: var(--derk-blue);
    z-index: 1000;
    top: 0;
}

#language-toggle {
    display: block !important;
    position: relative;
    color: white;
    font-weight: 500;
    font-size: 14px;
}

#language-toggle img {
    width: 18px;
}

#language-toggle [data-toggle=dropdown] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#language-toggle .dropdown-menu {
    min-width: 6rem;
    top: 33px !important;
    left: 56% !important;
    transform: translateX(-50%) !important;
}

#language-toggle .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit !important;
}

#language-toggle .dropdown-item:hover {
    color: white !important;
    background: var(--primery);
}


/*================ slider ==============*/
.bannar {
    padding: 0 !important;
}

#wrapper {
    position: relative;
    height: 80vh;
}

#slider-area {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg-01.1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#slider-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#slider-area .owl-item div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#wrapper #nav-area {
    position: absolute;
    top: 5%;
    left: 50%;
    text-align: center;
    z-index: 1;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slider-text h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-text h2 span {
    color: var(--primery);
}

.slider-text p {
    color: #fff;
}

.slider-text a {
    text-decoration: none;
    display: inline-block;
    margin: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/*================ Services ==============*/
.services-content {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.services-content .services-box {
    width: 330px;
    margin: 5px;
    border-radius: 10px;
    background: var(--derk-blue);
    padding: 20px;
    margin-top: 1rem;
}

.services-content .services-box .card-contant {
    height: 255px;
    overflow: hidden;
}

.services-content .readmore .card-contant {
    height: auto;
    overflow: hidden;
}

.services-content .services-box:hover {
    box-shadow: var(--primery) 0px 5px 0px 0px;
}

.services-content .services-box img {
    width: 25%;
    padding: 15px 0;
}

.services-content .services-box h3 {
    font-size: 20px;
    padding: 10px 0;
    color: var(--white);
}

.services-content .services-box p {
    font-size: 14px;
    color: var(--white);
}

.services-content .services-box a {
    cursor: pointer;
}

.section .more {
    position: relative;
}

.section .more::before {
    content: attr(data-more);
}

.section .readmore .more::before {
    content: attr(data-less);
}

/*================ About us ==============*/
.about {
    background-color: var(--h-white);
}

.about .about-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .about-row .about-collum {
    width: 50%;
}

.about .about-row .about-collum .about-content {
    padding: 20px 40px;
}


.about .about-row .about-collum .about-content h3 {
    padding-bottom: 15px;
}

.about .about-row .about-collum .about-content img {
    border-radius: 20px;
    box-shadow: 5px 5px 20px -15px;
}

.about .about-text {
    height: 122px;
    overflow: hidden;
}

.about .readmore .about-text {
    height: auto;
    overflow: hidden;
}

/*================ Contact us ==============*/
.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
}

.contact-row .contact-collum {
    width: 50%;
    padding: 10px 15px;
}

.contact-row .contact-collum .contact-info .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-row .contact-collum .contact-info .info-row .info-box {
    display: flex;
    width: 33.3%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
    background-color: var(--primery);
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
}

.contact-row .contact-collum .contact-info .info-row .info-box span {
    color: var(--white);
    margin-right: 10px;
}

.contact-row .contact-collum .contact-info .info-row .info-box .text h4 {
    color: var(--white);
    font-size: 18px;
}

.contact-row .contact-collum .contact-info .info-row .info-box .text p {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

.map-box {
    margin-top: 20px;
}

.map-box iframe {
    height: 400px;
}

.contact-form form {
    width: 100%;
}

form .form-input {
    width: 100%;
    margin: 10px 0;
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid var(--primery);
    outline: none;
}

.form-input:focus {
    border-color: #c3c3c3;
    box-shadow: var(--primery) 0px 2px 0px 0px;
}

form .form-collum {
    display: flex;
    justify-content: space-between;
}

form .form-collum input {
    width: 100%;
}

form .form-collum .first-in {
    width: 30%;
    margin-right: 10px;
}

.form-textaria {
    width: 100% !important;
    margin: 10px 0;
    height: 140px;
    padding: 12px 10px;
    border-radius: 5px;
    border: 1px solid #bbce0e;
    outline: none;
    font-size: 14px;
}

.form-textaria:focus {
    border-color: #c3c3c3;
    box-shadow: var(--primery) 0px 2px 0px 0px;
}

form .btn-inline {
    width: auto;
}

form .btn-inline:disabled {
    pointer-events: none;
    opacity: 0.75;
}

form .form-msg.success {
    background: #29ff2959;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

form .form-msg.error {
    background: #ff370045;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

/*================ Footer us ==============*/
#footer {
    background-color: var(--derk-blue);
    text-align: center;
    padding: 2rem 0;
    font-size: 16px;
    color: var(--h-white);
}

#footer .footer-content h4 {
    padding-bottom: 10px;
}

#footer .footer-content .f-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

#footer .footer-content .f-icon span {
    margin: 0 15px;
}

#footer .footer-content a {
    display: inline-block;
    margin-top: 8px;
    color: inherit;
    font-style: italic;
    text-decoration: none;
}

/* Scroll top */

.scroll-top {
    width: 40px;
    height: 40px;
    background-color: var(--primery);
    border-radius: 50px;
    position: fixed;
    bottom: -30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.scroll-top span {
    font-size: 20px;
    color: white;
}

.top-show {
    opacity: 1;
    bottom: 30px !important;
}

/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.cookie_p {
    margin: 40px 70px 70px 70px;
}

.cookie_p > h1 {
    margin-bottom: 10px;
}

.login-page {
    height: calc(100vh - 70px) !important;
}

.login-box [type="submit"] {
    height: 42px;
}

.login-box .card-body {
    padding: 4px 29px 29px 29px;
}

.login-box .login-box-msg {
    padding: 0 0 20px;
    font-size: 0.93rem;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*================= Medai qurey section ===================*/

@media (min-width: 768px) and (max-width: 1024px) {
    .my-container {
        margin: 0;
    }

    #header .my-container {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 3rem 0;
    }

    .heading .heading-box {
        width: 95%;
    }

    #header .my-container {
        display: flex !important;
        flex-wrap: wrap;
    }

    #header div.main_list ul li {
        padding: 10px;
        width: fit-content;
        margin-left: 0;
    }

    div#mainListDiv {
        width: 100%;
        text-align: left;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        display: none;
    }

    #header div.media_button {
        display: block !important;
    }

    #header .main_list #username {
        flex-direction: row-reverse;
    }

    .show_list#mainListDiv {
        opacity: 1;
        display: block;
        padding-bottom: 1rem;
    }

    .main_list ul {
        display: initial !important;
        list-style: none;
        opacity: 0;
    }

    .show_list#mainListDiv.main_list ul {
        opacity: 1;
    }

    .show_list#mainListDiv.main_list ul .li-btn {
        margin-top: 20px;
    }

    .contact-row .contact-collum .contact-info .info-row {
        flex-direction: column;
    }

    .contact-row .contact-collum .contact-info .info-row .info-box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wrapper {
        padding: 46px 12px;
    }

    .my-container {
        margin: 0;
    }

    #header div.logo a {
        font-size: 27px;
    }

    .btn-inline {
        padding: 8px 20px;
    }

    .section h2 {
        font-size: 27px;
    }

    .section h4.mx-auto {
        font-size: 14px;
        padding: 0 20px;
    }

    .section p,
    .section a {
        font-size: 14px;
    }

    .scroll-top {
        width: 35px;
        height: 35px;
    }

    .scroll-top span {
        font-size: 16px;
    }

    .services-content .services-box {
        width: 100%;
    }

    .services-content .services-box img {
        padding: 10px 0;
    }

    .about .about-row .about-collum {
        width: 100%;
    }

    .about .about-row .about-collum .about-content {
        padding: 20px 0px;
    }

    .about .about-row {
        flex-direction: column-reverse;
    }

    .contact-row {
        flex-direction: column-reverse;
    }

    .contact-row .contact-collum {
        width: 100%;
    }

    form .form-input,
    form .form-textaria {
        font-size: 12px;
    }

    .map-box {
        margin-top: 10px;
    }

    .map-box iframe {
        height: 300px;
    }

    .cookie_p {
        margin: 40px 26px 70px 26px;
    }


}