/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Space Grotesk */
/* @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap'); */

/* Cormorant Garamond', serif */
/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --body-font: "Poppins", sans-serif;
    --heading-font: "Libertinus Serif", serif;
    --nav-font: "Montserrat", sans-serif;

    /* Primary Theme */
    --theme-color: #0b4ea2;
    --theme-color2: #082f72;
    --theme-color3: #0b4ea2;
    --theme-color4: #082f7214;
    --theme-color5: #3b1013;
    --theme-color6: #2a0507;
    --theme-color7:#14213d;

    /* Accent Colors */

    /* Logo Red */
    /* --theme-color7: #9a7727; */
    /* Light Red */

    /* Background */
    --theme-bg-light: #F8FCFF;
    --theme-bg-light2: #FFFFFF;

    /* Transparent Colors */
    --theme-color-light: rgba(20, 135, 207, 0.08);
    --theme-color-light2: rgba(20, 135, 207, 0.18);

    /* Text */
    --body-text-color: #666666;
    --color-dark: #1C1C1C;
    --color-white: #FFFFFF;

    /* Brand Colors */
    --color-blue: #1487CF;
    --color-red: #E31E24;
    --color-gray: #F5F7FA;

    /* Optional */
    --color-yellow: #FFC107;
    --color-pink: #E31E24;

    /* Shadows */
    --box-shadow: 0 15px 40px rgba(20, 135, 207, 0.12);
    --box-shadow2: 0 10px 30px rgba(20, 135, 207, 0.18);
    --box-shadow3: rgba(0, 0, 0, 0.08) 0 8px 24px;

    /* Transition */
    --transition: all .5s ease;
    --transition2: all .3s ease;

    /* Borders */
    --border-info-color: rgba(20, 135, 207, .18);
    --border-info-color2: rgba(20, 135, 207, .08);
    --border-info-color3: #D6ECFA;

    --border-colo--color-white: rgba(255, 255, 255, .15);
    --border-colo--color-white2: rgba(255, 255, 255, .30);

    /* Footer */
    --footer-bg: #0B2F4A;
    --footer-text-color: #F5F5F5;

    /* Social */
    --facebook-color: #1877F2;
    --instagram-color: #E1306C;
    --youtube-color: #FF0000;
    --whatsapp-color: #25D366;
}


*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    overflow-x: hidden !important;

}

a {
    color: var(--color-dark);
    display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none !important;
}

a:hover {
    color: var(--color-blue);
}

ul {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
    margin: 0px;
    font-weight: 500;
    font-family: var(--heading-font) !important;
}

p {
    margin: 0px;
}

.img,
img {
    /* max-width: 100%; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

*::-moz-selection {
    background: var(--theme-color);
    color: var(--color-white);
    text-shadow: none;
}

::-moz-selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none;
}

::selection {
    background: #555;
    color: var(--color-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

/*  */
/* top bar */
.a3d-topbar {
    background: #0b2c66;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.a3d-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
    gap: 20px;
}

.a3d-topbar-left,
.a3d-topbar-center,
.a3d-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.a3d-topbar-center {
    flex: 1;
    justify-content: center;
    text-align: center;
}

.a3d-topbar span,
.a3d-topbar a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s;
}

.a3d-topbar a:hover {
    color: #b8d8ff;
}

.a3d-topbar i {
    font-size: 11px;
    color: #ffffff;
}


/*=========================
Header
=========================*/

.a3d-header {
    background: var(--color-white);
    position: relative;
    width: 100%;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

/* .a3d-header .container{

    position:relative;

} */

.a3d-header .navbar {
    padding: 0;
    min-height: 92px;
}

.a3d-header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.a3d-header .navbar-brand img {
    height: 50px;
}

.logo-content{
    line-height:1.2;
}

.logo-content h5{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:var(--theme-color2);
}

.logo-content p{
    margin:2px 0 0;
    font-size:11px;
    color:var(--body-text-color);
    line-height:1.4;
    font-weight:500;
}

.a3d-header .nav-link {
    padding: 34px 0;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    transition: .3s;

}

.a3d-header .nav-link:hover,
.a3d-header .nav-link.active {
    color: var(--theme-color2);
}

.a3d-header .nav-link.active::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #b3d8eb;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.a3d-header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 92px;

}

.a3d-header .navbar-collapse {
    flex: 0 0 auto;
    justify-content: flex-end !important;

}

.a3d-header .navbar-nav {
    display: flex;
    align-items: center;
    /* gap: 15px; */
    margin-left: auto;
    margin-right: 0;

}



.a3d-book-btn {

    margin-left: 35px;

    padding: 13px 26px;

    color: var(--theme-color2);

    border: 1px solid var(--theme-color2);

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    transition: .3s;

}

.a3d-book-btn:hover {

    background: var(--theme-color2);

    color: #111;

}

.navbar-toggler {

    color: #fff;

    border: none;

    box-shadow: none !important;

}

@media(max-width:991px) {

    .a3d-topbar {

        display: none;

    }

    .a3d-header {

        position: relative;

    }

    .a3d-header .navbar-brand {
        margin-right: auto;

    }

    .a3d-book-btn {

        margin: 20px 0;

        display: inline-block;

    }

}

/* megamenu */

/* =========================================
   PRODUCTS MEGA MENU
========================================= */

.products-mega-menu {
    position: static !important;
}

.products-menu-link {
    display: flex;
    align-items: center;
    gap: 7px;
}

.products-menu-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.products-mega-menu:hover .products-menu-link i {
    transform: rotate(180deg);
}


/* =========================================
   DROPDOWN
========================================= */

.products-mega-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);

    width: min(1280px, 94vw);

    background: #ffffff;

    border-radius: 0 0 18px 18px;

    border-top: 4px solid #0b4f7c;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.14);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;

    z-index: 9999;
}


/* SHOW */

.products-mega-menu:hover .products-mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}


/* =========================================
   INNER
========================================= */

.products-mega-inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr 0.75fr;

    padding: 30px;

    gap: 0;
}


/* =========================================
   CATEGORY
========================================= */

.mega-category {
    padding: 0 28px;
    min-height: 390px;
}

.mega-category:first-child {
    padding-left: 5px;
}

.mega-category:last-child {
    padding-right: 5px;
}


/* DIVIDER */

.mega-category + .mega-category {
    border-left: 1px solid #e7edf2;
}


/* =========================================
   CATEGORY TITLE
========================================= */

.mega-category-title {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 24px;
    padding-bottom: 18px;

    border-bottom: 1px solid #e8edf1;
}


/* NUMBER */

.category-number {
    flex-shrink: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0b4f7c;
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}


/* TITLE */

.mega-category-title h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--theme-color2);
}

.mega-category-title span:not(.category-number) {
    display: block;
    font-size: 13px;
    color: var(--body-text-color);
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
}


/* =========================================
   PRODUCT LIST
========================================= */

.mega-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 2px;
}


/* PRODUCT LINK */

.mega-product-list a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 8px 5px;
    color: var(--theme-color7);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 5px;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        padding-left 0.25s ease;
    text-transform: capitalize;
}


/* ARROW */

.mega-product-list a i {
    flex-shrink: 0;

    width: 17px;
    height: 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1px;

    border-radius: 50%;

    background: #eaf4fb;

    color: #0b7cc1;

    font-size: 8px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


/* HOVER */

.mega-product-list a:hover {
    color: #0b4f7c;

    background: #f5f9fc;

    padding-left: 9px;
}

.mega-product-list a:hover i {
    background: #0b4f7c;
    color: #ffffff;

    transform: translateX(3px);
}


/* =========================================
   SECOND COLUMN — MORE ITEMS
========================================= */

.mega-category:nth-child(2) .mega-product-list {
    grid-template-columns: 1fr 1fr;
}


/* =========================================
   THIRD CATEGORY
========================================= */

.mega-category:nth-child(3) .mega-product-list {
    grid-template-columns: 1fr;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .products-mega-dropdown {
        width: 96vw;
    }

    .products-mega-inner {
        padding: 25px 20px;
    }

    .mega-category {
        padding: 0 18px;
    }

    .mega-product-list {
        column-gap: 12px;
    }

    .mega-product-list a {
        font-size: 11px;
    }

    .mega-category-title h3 {
        font-size: 15px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .products-mega-menu {
        position: relative !important;
    }

    .products-mega-dropdown {
        position: static;

        width: 100%;

        transform: none;

        box-shadow: none;

        border-top: none;
        border-radius: 0;

        display: none;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .products-mega-menu:hover .products-mega-dropdown {
        transform: none;
    }

    .products-mega-inner {
        display: block;

        padding: 15px;
    }

    .mega-category {
        padding: 20px 5px;

        min-height: auto;
    }

    .mega-category + .mega-category {
        border-left: none;
        border-top: 1px solid #e7edf2;
    }

    .mega-product-list {
        grid-template-columns: 1fr 1fr;
    }

    .mega-category:nth-child(2) .mega-product-list {
        grid-template-columns: 1fr 1fr;
    }
}
.mega-category-title {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.mega-category-title h3,
.mega-category-title span {
    text-decoration: none;
}

.mega-category-title:hover h3 {
    color: #0b4f7c;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .mega-product-list,
    .mega-category:nth-child(2) .mega-product-list {
        grid-template-columns: 1fr;
    }

    .mega-category-title h3 {
        font-size: 14px;
    }

    .category-number {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }
}

/* megamenu */
/* navbar css end */

/*==========================
Hamburger
==========================*/

.navbar-toggler {

    border: none;

    box-shadow: none !important;

    padding: 0;

}

.navbar-toggler span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--theme-color2);
    margin: 6px 0;
    transition: .4s;
}

/* Dropdown */
.navbar .dropdown {
    position: relative;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
    margin-top: 0;
    border: none;
    border-radius: 0;
    min-width: 240px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

/* Hover */
.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0;
    margin-top: 10px;
}

/* Items */
.navbar .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.navbar .dropdown-item:hover {
    background: var(--theme-color2);
    color: #fff;
}

/*==========================
Sidebar
==========================*/

.a3d-sidebar {

    width: 320px;

    background: var(--theme-color2);

    color: #fff;

}

.a3d-sidebar .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 6px 25px;
    background-color: var(--color-white);

}

.a3d-sidebar img {
    height: 40px;
}

.a3d-sidebar .btn-close{
    filter: invert(0);
    opacity: 1;
}

.a3d-sidebar .btn-close{
    --bs-btn-close-color: #000;
    --bs-btn-close-opacity: 1;
}

.a3d-sidebar ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.a3d-sidebar ul li {

    border-bottom: 1px solid rgba(255, 255, 255, .08);


}

.a3d-sidebar .navbar-nav li a i{
  margin-right: 10px;
}

.a3d-sidebar ul li a {
    display: block;
    padding: 8px 0;
    color: var(--theme-bg-light);
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    font-size: 15px;
}

.a3d-sidebar ul li a:hover {
    color: var(--color-white);
    padding-left: 10px;

}

.a3d-sidebar-btn {

    display: block;

    margin-top: 30px;

    text-align: center;

    background: #d4af37;

    color: #111;

    padding: 14px;

    text-decoration: none;

    font-weight: 600;

}

.a3d-sidebar-btn:hover {

    background: #fff;

}

/* =============================== */

.map_mobile_view {
    margin-top: 15px;
    margin-bottom: 20px;
}

.map_mobile_view>h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}

.sidebar_media_object_main_div {
    margin-bottom: 20px;
}

.sidebar_media_object_main_div>.d-flex>.flex-shrink-0>span {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    color: var(--color-white);
    font-size: 20px;
    background-color: var(--theme-color3);
}

.sidebar_media_content_div>h6 {
    color: var(--theme-color2);
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 5px !important;
}

.sidebar_media_content_div>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 500;
    transition: .4s ease-in-out;
}

.sidebar_media_content_div>a:hover {
    color: var(--theme-color);
    transition: .4s ease-in-out;
}

.sidebar_media_content_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 500;
    margin-bottom: 0px !important;
    transition: .4s ease-in-out;
}


.sidebar_sidebar_main_div>h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}

.button_call_and_whatsapp_sidebar>a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    color: var(--color-white);
    font-weight: 700;
    font-family: var(--heading-font2);
    font-size: 13px;
    margin: 0px 2px 0px 10px;

}

.button_call_and_whatsapp_sidebar>a>i {
    font-size: 18px;
}

.button_call_and_whatsapp_sidebar>a:nth-child(1) {
    background-color: var(--theme-color4);
}

.button_call_and_whatsapp_sidebar>a:nth-child(2) {
    background-color: var(--whatsapp-color);
}


.button_call_and_whatsapp_sidebar>a:nth-child(3) {
    background-color: var(--whatsapp-color);
    display: none;
}



/*  */
.button_call_and_whatsapp_sidebar>a>i {
    font-size: 18px;
}

.button_call_and_whatsapp_sidebar>a:nth-child(1) {
    background-color: var(--theme-color4);
}

.button_call_and_whatsapp_sidebar>a:nth-child(2) {
    background-color: var(--whatsapp-color);
}


.button_call_and_whatsapp_sidebar>a:nth-child(3) {
    background-color: var(--whatsapp-color);
    display: none;
}


/*  */

.sidebar_contact_box {
    width: 100%;
    padding: 20px 0px;
}

.sidebar_contact_box .sidebar_media_object_main_div {
    padding: 12px 0;
    border-bottom: 1px dotted #658cb19c;
}

.sidebar_contact_box .sidebar_media_object_main_div:last-child {
    border-bottom: none;
}

.sidebar_contact_box .flex-shrink-0 span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0;
    margin-top: 4px;
}

.sidebar_contact_box .sidebar_media_content_div h6 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--color-white);
}

.sidebar_contact_box .sidebar_media_content_div span {
    display: block;
    color: var(--color-white);
    text-decoration: none;
    margin-bottom: 4px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.sidebar_contact_box .sidebar_media_content_div a {
    display: block;
    color: var(--color-white);
    text-decoration: none;
    margin-bottom: 4px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.sidebar_contact_box .sidebar_media_content_div a:hover {
    color: var(--color-white);
    transform: translateX(3px);
}


/*  */
.sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 15px !important;
    margin-top: 10px;
}

.sidebar-submenu li {
    font-size: 14px;
}

.sidebar-dropdown.active .sidebar-submenu {
    display: block;
}

.a3d-sidebar .sidebar-dropdown>a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.a3d-sidebar .sidebar-dropdown>a span {
    flex: 1;
}

.a3d-sidebar .sidebar-dropdown>a i {
    /* margin-left: auto;
    transition: .3s;
 */
 margin-right: 10px;
}

/* .a3d-sidebar .sidebar-dropdown.active>a i {
    transform: rotate(180deg);
} */
