
/*** Spinner Start ***/
:root {
    --olive-dark: #0b0a24;
    --olive-light: #fff;
    --olive-semi-light: #dbcfb3;
    --bg-common: #fffbf1;
    --theme-primary: #607bce;
    --gray-dark: #333;
    --theme-muted-light: #ededed;
    --bg-sky-light: #f0f1fb;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

.text-primary {
    color: var(--theme-primary)!important;
}
.bg-primary {
    background-color: var(--theme-primary)!important;
}

.bg-sky-light {
    background-color: var(--bg-sky-light)!important;
}

.border-primary {
    border-color: var(--theme-primary)!important;
}

.text-muted-light {
    color: var(--theme-muted-light)!important;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--theme-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 500 !important;
    font-family: "Oswald", sans-serif !important;
    line-height: 1.2;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif !important;
    line-height: 1.2;
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.img-ratio-box,
.img-ratio-box2,
.img-ratio-box3,
.img-ratio-box4{
    width: 100%;
    height: 0;
    position: relative;
}
.img-ratio-box {
    padding-top: calc(100% * (3.5 / 5));
}

.img-ratio-box2 {
    padding-top: calc(100% * (2 / 6));
}

.img-ratio-box3 {
    padding-top: calc(100% * (1.8 / 4));
}

.img-ratio-box4 {
    padding-top: calc(100% * (2.5 / 5));
}
.the-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.font-weight-normal {
    font-weight: 400 !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mini-img {
    width: 120px;
    height: 82px;
}

/*** Background Start ***/
.bg-olive-dark {
  background-color: var(--olive-dark);
}
.bg-olive-light {
    background-color: var(--olive-light);
}
.bg-olive-semi-light {
    background-color: var(--olive-semi-light);
}
.bg-gray-dark {
    background-color: var(--gray-dark);
}
.text-olive-dark {
    color: var(--olive-dark);
}
.bg-common {
    background-color: var(--bg-common);
}
.bg-box-0 {
    background-color: #eae6ff;
}
.bg-box-0 i {
    color:#5e59f2;
}

.bg-box-1 {
    background-color: #f6e4f9;
}

.bg-box-1 i {
    color: #8c349b;
}

.bg-box-2 {
    background-color: #fff6d2;
}

.bg-box-2 i {
    color: #c09e15;
}

.bg-box-3 {
    background-color: #e1d4ff;
}
.bg-box-3 i {
    color: #7a42fb;
}

.bg-box-4 {
    background-color: #edfff0;
}
.bg-box-4 i {
    color: #1b8965;
}

.bg-box-5 {
    background-color: #fff7ed;
}
.bg-box-5 i {
    color: #f9b866;
}

.bg-box-6 {
    background-color: #444;
}
.bg-box-6 i {
    color: var(--theme-muted-light);
}

.bg-box-7 {
    background-color: #ebdcf3;
}
.bg-box-7 i {
    color: #3a0559;
}

.bg-box-8 {
    background-color: #cfd6ff;
}
.bg-box-8 i {
    color: #0b135a;
}

.bg-box-grey {
    background-color: #fffdf4;
}

/*** Background end ***/

/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary {
    color: #000;
    background: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.btn.btn-primary:hover {
    color: var(--theme-primary) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--theme-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--theme-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 5px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--olive-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--theme-primary);
        color: var(--theme-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--theme-primary);
    color: var(--bs-white);
}

.dropdown-menu {
    min-width: 20rem;
    background-color: #c4c7ca!important;
}
@media (min-width: 992px) {
    .navbar {
        padding: 5px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--olive-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 76%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--theme-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/

/*** Hero Header ***/
.hero-header {
    padding: 3rem 0;
}

.hero-header .hero-header-inner {
    padding: 2rem;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        padding: 1.5rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--theme-primary) !important;
    border: 0;
}
/*** About End ***/


/*** Activities and Services Start ***/
.activities .activities-item,
.services .services-item {
    height: 100%;
    display: flex;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

/*** Activities and Services End ***/


/*** Partners ***/
.partners {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Partners ***/


/*** Projects Start ***/
.project .project-item .project-img {
    position: relative;
}

.project .project-item .project-img::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

.project .project-item .project-content a.h4 {
    transition: 0.5s;
}

.project .project-item:hover .project-content a.h4:hover {
    color: var(--bs-secondary);
}
/*** Projects End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Cards Start ***/
/*** Card-1 start ***/
.card-1 .card-1-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-1 .card-1-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(3, 73, 131, 0.2);
    z-index: -1;
    transition: 0.5s;
}

.card-1 .card-1-item:hover::after {
    height: 100%;
}

.card-1 .card-1-item .card-1-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.card-1 .card-1-item:hover .card-1-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.card-1 .card-1-item .card-1-icon i {
    transition: 0.5s;
}

.card-1 .card-1-item:hover .card-1-icon i {
    color: var(--bs-secondary) !important;
    transition: all 0.5s ease;
}
/*** Card-1 end ***/
/*** Cards End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(10, 112, 246, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--theme-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--theme-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--theme-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: var(--olive-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--theme-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--theme-primary);
    color: var(--bs-dark) !important;
    border: var(--theme-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--theme-primary) !important;
}
/*** Footer End ***/
