@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

body {
    font-family: 'Bree Serif', serif;
}

ol.incr-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ol.incr-list li {
        float: left;
        padding: 4px 4px;
    }

        ol.incr-list li a {
            color: #fff;
            font-size: 13px;
            text-transform: capitalize;
            letter-spacing: 1px;
            border-right: 1px solid #ffffff;
            padding-right: 12px;
            text-decoration: none;
        }

.top-menu {
    background: #002230;
    padding: 0px 0px;
}

@media (min-width: 768px) {
    .cm-col .col-md-1 {
        width: 7.333333%;
    }

    .cm-col .col-md-2 {
        width: 20.666667%;
    }

    .cm-col .col-md-3 {
        width: 24%;
    }
}

.top_bar .social-icons {
    padding: 0 8px;
}

ul.social-icons {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 5px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    padding-right: 10px;
    /* border-right: 1px solid #ddd; */
}

    .social-icons li a {
        display: block;
        min-width: 26px;
        text-align: center;
        border-right: 1px solid #4a4a4a;
        padding-right: 12px;
        color: #fff;
    }

.top_bar .social-icons li a {
    margin: 0;
    font-size: 13px;
    min-width: 35px;
}
/*---main menu----*/
.main-header {
    background: #03a9f4;
    /* background: linear-gradient(158deg, rgb(174 51 54) 30%, rgb(91 35 39) 45%); */
    z-index: 99;
}

.navbar {
    padding-top: 1px;
    padding-bottom: 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 84%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    padding-right: 1.5rem;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgb(255 255 255 / 90%);
        /* text-transform: uppercase; */
    }
/*---middle header---*/
img.logo-img {
    width: 70px;
    /* height: 100px; */
    /* object-fit: contain; */
    float: left;
}

.logo-txt h5 {
    color: #046e9f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 5px;
}

.logo-txt h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #504f4f;
    margin-top: -4px;
    margin-bottom: 3px;
}

.logo-txt {
    margin-top: 0px;
    text-align: left;
}

.middle-header {
    padding: 3px 0px 1px;
    background: url(../images/2.jpg);
    background-size: contain;
}

a.dropdown-item:before {
    content: '\f101 ';
    font-family: 'FontAwesome';
    padding-right: 7px;
    color: #7b4a4a;
}

.dropdown-item {
    border-bottom: 1px solid #f1f1f1;
}
/*---slider---*/
img.slider-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    top: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.slider-txt {
    width: 70%;
    text-align: justify;
}

    .slider-txt h5 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }


.img-top-bottom-aanimation {
    -webkit-animation: img-animation 5s ease-in-out infinite alternate-reverse both;
    animation: img-animation 5s ease-in-out infinite alternate-reverse both;
}
/*---about---*/
.img-colarge {
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}

.colarge-1 {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}

    .colarge-1:before, .colarge-1:after {
        position: absolute;
        border: 15px solid #0593d3;
        content: '';
        width: 80%;
        height: 80%;
        z-index: -1;
    }

    .colarge-1:before {
        left: -40px;
        top: -40px;
    }

    .colarge-1:after {
        right: -30px;
        bottom: -33px;
    }

img.slide-righ {
    width: 100%;
}

.about-box {
    padding: 40px 0px;
    background: url(../images/5.jpg);
    background-attachment: fixed;
    background-size: contain;
}

.title-box h5 {
    color: #0593d3;
    font-weight: 700;
    position: relative;
}

    .title-box h5:before {
        content: '';
        width: 36px;
        height: 3px;
        background: #9c1f15;
        position: absolute;
        border-bottom: 1px solid #9c1f15;
        bottom: 0;
        left: 280px;
        top: 14px;
    }

.title-box h6 {
    font-size: 19px;
    margin-top: 14px;
}

.about-txt p {
    text-align: justify;
    line-height: 28px;
    color: #444;
    margin-top: 15px;
    font-size: 14px;
}

a.read-more {
    color: #fff;
    padding: 11px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #00173c;
    border: none;
    background: linear-gradient(337deg, rgb(0 47 88) 20%, rgb(7 76 132) 45%);
    font-size: 14px;
    text-decoration: none;
    float: right;
}

.choose-lang h5 {
    color: #009688;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

ol.lang-list {
    list-style: none;
    padding: 0;
    background: #fff;
    margin: 0;
}

    ol.lang-list img {
        width: 100%;
        border-radius: 5px;
        margin-top: 1px;
        padding: 5px;
    }

    ol.lang-list li a {
        color: #000;
        text-decoration: none;
        font-weight: 500 !important;
        font-size: 14px;
        letter-spacing: .5px;
    }

    ol.lang-list li {
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: 0;
        display: flex;
    }

        ol.lang-list li a:before {
            content: '\f178 ';
            font-family: 'FontAwesome';
            padding-right: 10px;
            color: #9c1f15;
        }

.accordion-body {
    padding: 1rem 1.25rem;
    background: url(../images/3.jpg);
    background-size: cover;
}

.info-box {
    padding: 50px 0px;
}

.accordion-button {
    background-color: white;
    padding: 11px;
    font-size: 14px;
    font-weight: 600;
}

.accordion-item {
    margin-bottom: 8px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #9c1f15;
    background: linear-gradient(158deg, rgb(174 51 54) 30%, rgb(91 35 39) 45%);
}

ol.lang-list li a:hover {
    color: #ae3336;
}


.bg-2 {
    background: linear-gradient(90deg,#f55f8d 0,#f45974 51%,#dd537d);
}

.common-style-three-box {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    /* position: relative; */
    /* min-height: 300px; */
    margin-bottom: 10px;
}

.title-style h4 span.right {
    float: right;
    margin-right: 9px;
}

.title-style h4 span.left {
    float: left;
    margin-left: 9px;
}

.body-style {
    /* position: absolute; */
    padding: 10px;
    min-height: 327px;
    /* background: url(../images/bg01.jpg); */
    /* background-size: cover; */
}

ul.list-services {
    margin-top: 11px;
    padding: 0px;
}

    ul.list-services li:before {
        content: '\f02c ';
        font-family: FontAwesome;
        font-size: 20px;
        float: left;
        padding: 11px;
        background: #e4f1f2;
        color: #000;
        margin-right: 12px;
        margin-top: 0px;
    }

    ul.list-services li a {
        color: #000;
        font-size: 13px;
        letter-spacing: .5PX;
        font-weight: 500;
        text-decoration: none;
    }

    ul.list-services li {
        float: left;
        width: 100%;
        background: #fefefe;
        cursor: pointer;
        margin-bottom: 10px;
        z-index: 9999;
        color: #000;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 8px;
    }

.title-style h4 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 0px;
    padding: 7px;
}

.title-style {
    background: #3972db;
    /* padding: 4px; */
}

.lang-box {
    /*    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);*/
    /*    min-height: 200px;*/
    /*    background: url(../images/2.jpg);*/
    background-size: contain;
    /* background: #fff; */
    position: relative;
    top: 0px;
    /*    padding: 20px 20px 20px 20px;*/
    z-index: 9;
}

.common-lang-box {
    min-height: auto;
    border: 1px solid #e5e4e4;
    background: url(../images/3.jpg);
    background-size: contain;
    /* margin-bottom: 10px; */
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
}

.lang-title h5 {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    display: flex;
    text-transform: capitalize;
    color: #fff;
    /* line-height: 1.5em; */
    height: 35px; /* height is 2x line-height, so two lines will display */
    overflow: hidden;
    margin: 0px;
    /* padding-left: 15px; */
}

span.left-side {
    float: left;
    padding-right: 10px;
}

span.right-side {
    float: right;
}

.lang-title {
    background: #03a9f4 !important;
}

.scrollbar {
    /* margin-left: 30px; */
    /* float: left; */
    height: 134px;
    width: 100%;
    /* background: #F5F5F5; */
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

.force-overflow {
    min-height: 450px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.bg1 {
    background: #9C27B0;
}

.bg2 {
    background: #3F51B5;
}

.bg3 {
    background: #FF5722;
}

.bg4 {
    background: #E91E63;
}

.common-lang-box h6 {
    font-size: 14px;
    padding: 10px;
    color: #000000;
}

.card {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    min-height: 372px !important;
    border-radius: 0px;
    margin-bottom: 10px;
}

video {
    position: relative;
    height: auto;
    width: 100%;
}

.imgTransparant {
    position: absolute;
    top: 50%;
    right: 0;
}

.main-video-box h6 {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 0px;
    padding: 7px;
    background: #9C27B0;
    margin-bottom: 20px;
}

.main-video-box {
    min-height: 371px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    /* padding: 10px; */
}

div#video {
    padding: 0px 10px;
}

.gallery-section {
    padding: 50px 0px 100px 0px;
    background: url(../images/6.jpg);
    background-size: contain;
}




.fin_footer_cntct {
    float: left;
    width: 100%;
    background: url(../images/8.jpg);
    background-size: cover !important;
    background-position: inherit;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 57%, 0.41);
    padding: 30px;
    position: relative;
    top: -60px;
    z-index: 2;
    border-radius: 100px;
    background-size: auto;
}

.footer-txt span {
    background: #03a9f4;
    padding: 11px 11px;
    border-radius: 50%;
    text-align: center;
    /* width: 78px; */
    /* height: 50px; */
}

    .footer-txt span i {
        color: #fff;
        font-size: 22px;
        text-align: center;
    }

.footer-txt p {
    display: inline;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #9a0201;
}

ul.social-list {
    list-style: none;
    float: right;
    /* margin-bottom: 0px; */
    position: relative;
    top: 13px;
}

    ul.social-list li {
        float: left;
        margin-right: 10px;
    }

        ul.social-list li a {
            background: red;
            padding: 10px 12px;
            border-radius: 50%;
            color: #fff;
            /* width: 100px; */
            /* height: 100px; */
        }

.social-icons-box {
    margin-top: -15px;
}

a.bgg1 {
    background: #3F51B5 !important;
    padding: 10px 16px !important;
}

a.bgg2 {
    background: #00BCD4 !important;
}

a.bgg3 {
    background: #af0000 !important;
}

.footer-box {
    padding: 13px 0px;
    background: #006491d1;
}

.sec-footer p {
    margin-bottom: 0px;
    color: #e7e3e3;
    font-size: 14px;
}

    .sec-footer p img {
        width: 70px;
        background: #fff;
        padding: 5px;
        border-radius: 10px;
        margin-left: 10px;
    }

.sec-footer {
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding: 20px 0px 0px;
}

.down-img img {
    width: 100%;
    height: 29px;
    position: relative;
    top: -75px;
}



.colortheme {
    background: #ab3235;
    width: 16px;
    height: 15px;
    float: left;
    border: 1px solid #fff !important;
    margin-top: 7px;
}

ol.color-list li a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-right: 1px solid #17175b;
    padding-right: 12px;
    text-decoration: none;
}

ol.color-list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
    padding: 10px;
}

.color-theme {
    position: fixed;
    top: 11%;
}

.color2 {
    background: #5cb75c;
}

.color3 {
    background: #33b2dc;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.form-select {
    padding: 3px 10px;
    color: #ffffff;
    background-color: #5b2327;
    border: 1px solid #1a0305;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 2px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #ae3336;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.top-img img {
    width: 94%;
    height: 29px;
    position: relative;
    top: -55px;
    transform: rotate(180deg);
    left: 35px;
}

.logo-width {
    width: 82%;
    margin: 0px auto;
    display: block;
}

.logo-txt h4 {
    font-size: 14px;
    margin-bottom: 1px;
}

.logo-text h1 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    margin-top: 7px;
    color: #0593d3;
    text-align: left;
    margin-bottom: 0;
}

.logo img {
    width: 70px;
    float: left;
    margin-right: 15px;
    margin: 0;
    margin-top: 0px;
    margin-right: 9px;
}

.cm-img {
    border-radius: 50%;
    /* width: 80px !important; */
    /* height: 80px !important; */
    /* min-width: fit-content; */
    object-fit: cover;
}

.logo-text span {
    font-weight: 200;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
    color: #000000;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1270px;
    }
}

.footer-sub-box h5 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 15px;
}

ul.one-list {
    padding: 0;
    list-style: none;
    /* display: flex; */
}

    ul.one-list li {
        padding-bottom: 8px;
    }

        ul.one-list li a {
            color: #fff;
            font-size: 15px;
            /* display: flex; */
            font-weight: 400 !important;
            text-decoration: none;
        }

            ul.one-list li a:before {
                content: '\f101';
                font-family: 'FontAwesome';
                padding-right: 5px;
            }

.footer-sub-box h5:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    border-radius: 30px;
}

.footer-sub-box h5:after {
    content: '';
    width: 40px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 5px;
    border-radius: 30px;
}

.footer-sub-box h5:after {
    background: #03a9f4;
}

.footer-sub-box h5:before {
    background: #ffffff;
}

ul.contact {
    padding: 0;
}

    ul.contact li {
        display: flex;
        margin-top: 23px;
    }

    ul.contact li {
        color: #dedede;
        font-size: 14px;
    }

        ul.contact li i {
            background: rgb(3 169 244);
            border: 0px dashed rgb(32 186 255);
        }

        ul.contact li i {
            display: inline-block;
            height: 45px;
            width: 45px;
            text-align: center;
            line-height: 45px;
            border-radius: 50%;
            margin-right: 20px;
            background: rgba(255, 255, 255, 0.1);
            color: var(--white);
            border: 1px dashed rgba(255, 255, 255, 0.3);
            font-weight: 300;
            font-size: 18px;
        }

.content {
    color: #fffefe;
    font-weight: 500;
}

ul.contact li strong {
    color: #ffffff;
}

ul.contact li strong {
    display: block;
    text-transform: uppercase;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .middle-header .col-md-4 {
        padding: 0;
    }
}

.logo-txt span {
    font-size: 9px;
    color: #000;
}

.slider-txt p {
    font-size: 18px;
}

.col-md-5 .incr-list {
    float: right;
}

.border-orange {
    --bs-border-opacity: 1;
    border-color: #FF9800 !important;
}

.language-selection {
    padding: 40px 0px;
}

/* new css */

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    z-index: 2;
}

/* 3. ICON FIX (No more overlapping) */
.icon-wrapper {
    width: 54px;
    height: 54px;
    background: white;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.btn-fit {
    width: fit-content;
}

.max-width-400 {
    max-width: 400px;
}

/* 4. VIDEO PLAY BUTTON */
.play-button-outer {
    width: 80px;
    height: 80px;
    background: var(--text-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

    .play-button-outer:hover {
        transform: scale(1.1);
        background: white;
    }

        .play-button-outer:hover i {
            color: var(--text-orange) !important;
        }

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
    .main-feature, .video-feature {
        height: 300px;
    }
}

.br-1 {
    border-top: 5px solid #0593d3 !important;
}

.br-2 {
    border-top: 5px solid #198754 !important;
}

.br-3 {
    border-top: 5px solid #ffc107 !important;
}

.br-4 {
    border-top: 4px solid #198754 !important
}

.br-5 {
    border-top: 4px solid #0d6efd !important;
}

.br-6 {
    border-top: 4px solid #f36d2e !important;
}

.bg-soft-blue {
    background-color: var(--soft-blue);
}

.bg-soft-green {
    background-color: var(--soft-green);
}

/* Floating Stat Badge */
.stat-badge-floating {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background: white;
    padding: 25px 35px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #eee;
}

/* Icon Box Alignment Fix */
.icon-box-white {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.main-about-img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.btn-orange {
    background-color: var(--text-orange);
    color: white;
    border: none;
    transition: 0.3s;
}

    .btn-orange:hover {
        background-color: #d4561b;
        color: white;
        transform: translateY(-2px);
    }

.shadow-hover {
    transition: 0.3s;
}

    .shadow-hover:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    }

@media (max-width: 991px) {
    .main-about-img {
        height: 350px;
    }

    .stat-badge-floating {
        position: static;
        margin-top: 20px;
    }
}

.text-green {
    color: #FF9800 !important;
}

.f-18 {
    font-size: 18px;
}


.bg-soft-green {
    background-color: var(--bg-soft-green);
}

.bg-soft-blue {
    background-color: var(--bg-soft-blue);
}

.bg-soft-orange {
    background-color: var(--bg-soft-orange);
}

.elite-feature-box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    overflow: hidden;
}

    .elite-feature-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
        /* border-color: rgba(0,0,0,0.05) !important; */
    }

/* Icon Box Alignment */
.elite-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Watermark Styling */
.watermark-icon {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 8rem;
    color: rgba(0,0,0,0.03);
    z-index: -1;
    transition: 0.4s;
}

.elite-feature-box:hover .watermark-icon {
    color: rgba(0,0,0,0.06);
    transform: scale(1.1) rotate(-10deg);
}

.rounded-5 {
    border-radius: 2rem !important;
}


.border-orange {
    --bs-border-opacity: 1;
    border-color: #FF9800 !important;
}

.bg-gray {
    background-color: #f9fafb;
}

.bg-soft-yellow {
    background-color: #f8fff8;
}

.fa-dot-circle {
    padding: 8px;
}

.footerouterbg {
    position: relative;
    background-image: url(../images/Slide1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* padding-top: 40px; */
    /* padding-bottom: 20px; */

    color: rgba(255, 255, 255, 0.85);
}

.language-selection {
    margin-top: -150px;
}

.login-box {
    padding: 50px 0px;
    background: url(../images/loginbg.jpg);
    background-size: auto;
}

.color-theme {
    display: none;
}

/*@media (max-width: 560px) {
    .monitor-box #videoContainer video{
        height:225px !important;
    }
    .monitor-box .cam-wrapper video {
        height: 100px !important;
    }
}*/


