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

body {
    font-family: "Jost", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 39px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    color: #000D38;
}

h3 {
    font-size: 22px;
}

figure {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000D38;
}

.common_pd {
    padding: 100px 0;
}

.d_block {
    display: block;
}

ul,
li,
a {
    color: #000D38;
    text-decoration: none;
    list-style-type: none;
}

.clr_chge {
    color: #F78500;
}

.primay_btnn,
.secondry_btnn {
    user-select: none;
    -moz-user-select: none;
    background: #F78500 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -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;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    -moz-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
}

.primay_btnn:before,
.secondry_btnn:before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #000D38;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.primay_btnn:hover,
.secondry_btnn:hover {
    color: #fff;
    box-shadow: none;
}

.primay_btnn:hover:before,
.secondry_btnn:hover:before {
    top: -40%;
}

.secondry_btnn {
    background: #000D38 none repeat scroll 0 0;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 13, 56, 0.29);
    -moz-box-shadow: 0px 6px 14px 0px rgba(0, 13, 56, 0.29);
    box-shadow: 0px 6px 14px 0px rgba(0, 13, 56, 0.29);
}

.secondry_btnn:before {
    background: #F78500;
}

.primay_btnn:focus,
.secondry_btnn:focus {
    box-shadow: none;
}

/***** common css end*****/
.activee {
    position: fixed;
    background-color: #fff;
    filter: drop-shadow(0px 8px 9px rgba(0, 0, 0, 0.07000000029802322));
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 10%);
    z-index: 99;
    animation: slideDown 0.35s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-animation: slideDown 0.35s ease-out;
}

header.activee .sticky-icon {
    right: 48px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header .top_nav {
    width: 100%;
}

header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 99;
    padding: 0px 1rem;
    background-color: rgba(255, 255, 255, 0.8100000023841858);
    filter: drop-shadow(0px 8px 9px rgba(0, 0, 0, 0.07000000029802322));
}

header.activee .top_header {
    display: none;
}

header.activee .nav-link:hover {
    opacity: 0.7;
}

header.activee .right_bx {
    padding: 24px;
}

/* header.activee .navbar-brand {
    padding: 5px 44px;
    background-color: #fff;
} */
header .navbar-brand {
    margin: 0;
}

header .navbar-brand img {
    width: 100%;
    max-width: 80px;
}

header.activee .right_bx {
    background: transparent;
    right: -48px;
    top: -12px;
    padding: 24px 0;
}

header.activee nav.navbar-light .navbar-nav .nav-link {
    color: #000D38 !important;
}

@media (min-width: 992px) and (max-width: 1366px) {
    nav .navbar-nav .nav-link {
        padding-inline: 0.825em;
        font-size: clamp(14px, 1.25vw, 1.25rem) !important;
    }

    .right_bx .number a {
        font-size: 1rem !important;
    }

    .right_bx .number img {
        max-width: 1rem;
    }
}

.nav_bar {
    /* padding: 17px 21px; */
    /* position: fixed; */
    z-index: 99;
    width: 100%;
    padding: 0;

}

.nav_bar .container-fluid {
    padding: 0;
}

.nav_bar .main-item {
    position: relative;
}

.nav_bar .main-item .lnk:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.nav_bar .main-item .lnk {
    position: relative;
    padding-inline: 1em;
}

.nav_bar .main-item .lnk:hover:before {
    position: absolute;
    top: 38px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 3px solid #F78500;
    color: #F78500 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.nav_bar .navbar-collapse {
    justify-content: flex-end;
    margin-right: 18px;
}

nav.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000D38;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 18px;

}

nav.navbar-light .navbar-nav .nav-link:hover {
    color: #F78500 !important;
}

@media (max-width: 1280px) {
    nav.navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .primary_btnn {
        font-size: 15px;
    }

    .lines .line:nth-child(2) {
        left: 65% !important;
    }
}


.right_bx {
    cursor: pointer;
    display: flex;
    gap: 1rem;
    width: max-content;
}

.right_bx .number {
    display: flex;
    gap: 10px;
    min-width: max-content;
}

.right_bx .number a {
    font-size: 18px;
    font-weight: 600;
    color: #000D38;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.right_bx .number a:hover {
    color: #F78500;
}

header .min_lgo {
    display: flex;
    position: relative;
}

.navbar-brand {
    padding: 11px;
}

.burger-icon {
    width: 36px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #000D38;
    transition: all 400ms ease-in-out;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 394px;
    padding: 50px 36px;
    height: 100%;
    display: block;
    background-color: #fff;
    /* backdrop-filter: blur(7px); */
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 15px 20px 0 0;
    text-align: center;
}

.side-bar .inner-main-wrapper-desk figure {
    width: 80%;
    margin: auto;
    text-align: center;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.social_links ul li figure {
    width: 50px !important;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.social_links ul li figure:hover {
    background-color: #F78500;
    border: 1px solid #F78500
}

.social_links ul li figure img {
    filter: brightness(0) invert(1);
}

.social_links ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.side-bar.header-one {
    background-color: #000D38;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F78500;
    padding: 6px;
    border: 1px solid #F78500;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.side-bar button:hover {
    opacity: 0.7;
}

.side_bar_menu ul {
    list-style: none;
    margin-top: 67px;
}

.side-bar .side_bar_menu ul li {
    margin-bottom: 33px;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 5px;
}

.side-bar .side_bar_menu ul li a {
    text-decoration: none;
    color: #000D38;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.side-bar .side_bar_menu ul li a:hover {
    color: #F78500;
}

.side-bar figure {
    cursor: pointer;
}

.side-bar .adress {
    /* border-top: 1px dashed var(--themecolor); */
    padding-top: 16px;
    margin-top: 17px;
}

.side-bar .adress p {
    padding-bottom: 23px;
}

.side-bar .adress p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.side-bar .adress p a:hover {
    color: #F78500
}

.side-bar .adress h2 {
    position: relative;
    font-size: 24px;
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    color: #fff;
}

.side-bar .adress h2::before {
    position: absolute;
    content: "";
    inset: 35px 0 0 0;
    z-index: 9;
    height: 4px;
    width: 76px;
    /* background-color: #000D38; */
}

.side-bar .adress p {
    color: #fff
}


.side-bar .opening_hours li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.side-bar .opening_hours li span {
    font-weight: 600;
}



/********main banner css ************/
.banner-swiper .slide-wrapper .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.banner-swiper .slide-wrapper .container figure {
    position: relative;
}

.banner-swiper .slide-wrapper .container figure img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: ripple 15s infinite;
    -webkit-animation: ripple 15s infinite;
}

.site-banner-content {
    overflow: hidden;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.banner-swiper .swiper-nav-wrapper {
    display: none;
}

/* .main_bnr {
    background-image: url(../images/main_bnr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding-top: 72px;
    position: relative;
} */
.main_bnr .main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 9;
    position: absolute;
    top: 12%;
    left: 13%;
    max-width: 550px;
}

.main_bnr .main_content h1 {
    font-size: 74px;
    line-height: 88px;
    text-transform: capitalize;
    margin-bottom: 45px;

}

.main_bnr .main_content h3 {
    background-color: rgba(247, 133, 0, 0.10000000149011612);
    border-radius: 5px;
    border-radius: 5px;
    padding: 5px 26px;
    margin-bottom: 35px;
}

@media (max-width: 1440px) and (min-width: 1366px) {

    /* .main_content {
        padding-top: 0px;
        margin-left: 64px;
    } */
    .social_icons {
        inset: 0 0 14% 3% !important;
    }
}

.social_icons {
    position: absolute;
    inset: 0 0 22% 3%;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    z-index: 9;
}

.social_icons ul {
    width: fit-content;
    position: relative;
}

.social_icons ul::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 13px;
    height: 103px;
    background-color: #F78500;
    width: 3px;
}

.social_icons ul li {
    margin-bottom: 20px;
}

.social_icons ul li a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social_icons ul li a:hover {
    opacity: 0.7;
}

.social_icons p {
    width: fit-content;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    writing-mode: tb-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}

.social_icons p:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 142px;
    left: 13px;
    height: 68px;
    background-color: #F78500;
    width: 3px;
}

.scrol_dn {
    position: absolute;
    inset: 0 9% 9% auto;
    display: flex;
    flex-direction: column-reverse;
    z-index: 9;
}

.scrol_dn span {
    width: fit-content;
    font-size: 22px;
    font-weight: 600;
    writing-mode: tb-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    color: #fff;
}

.scrol_dn a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.scrol_dn a:hover {
    opacity: 0.7;
}

.scrol_dn figure img {
    margin-left: -2px;
    margin-top: 16px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.abt_us {
    position: relative;
    overflow: hidden;
}

.abt_us::before,
.abt_us::after {
    content: "";
    position: absolute;
    top: -109px;
    left: 0;
    background-image: url(../images/abt_rays.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.abt_us::after {
    top: auto;
    bottom: -155px;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.abt_lyt {
    position: relative;
}

.abt_lyt .years {
    width: fit-content;
    background-color: #000D38;
    color: #fff;
    border-radius: 30px;
    border: 4px solid #fff;
    text-align: center;
    padding: 22px;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    -moz-box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    box-shadow: 0px 6px 14px 0px rgba(247, 133, 0, 0.29);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7%;
}

.abt_lyt .years h2 {
    font-weight: 800;
}

.abt_lyt .years h2,
.abt_lyt .years h3 {
    color: #fff;
}

.abt_lyt .years h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.com_sec {
    display: inherit;
    height: inherit;
}

.com_sec h3 {
    width: fit-content;
    margin-bottom: 28px;
}

.com_sec h2 {
    margin-bottom: 16px;
}

.com_sec p {
    margin-bottom: 20px;
}

.offer_sec {
    background-image: url(../images/offer_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.offer_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(247, 133, 0);
    background: linear-gradient(90deg, rgba(247, 133, 0, 0.2777485994397759) 0%, rgba(0, 13, 56, 0.28) 100%);
}

.white_contet,
.dark_contet {
    text-align: center;
    position: relative;
    z-index: 9;
}

.white_contet h3,
.dark_contet h3 {
    background-color: rgba(255, 255, 255, 0.10000000149011612);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    width: fit-content;
    padding: 5px 26px;
    margin: 0px auto 28px;
}

.white_contet h2,
.dark_contet h2 {
    color: #fff;
}

.dark_contet h3 {
    background-color: rgba(247, 133, 0, 0.10000000149011612);
    color: #000D38;
}

.dark_contet h2 {
    color: #000D38;
}

.offer_bx {
    background-color: #fff;
    position: relative;
    z-index: 9;
    border-radius: 20px;
    margin-top: 48px;
    overflow: hidden;
    border: 1px solid #000D38
}

.offer_bx .img_bx img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 100px;
    transform: scale(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.offer_bx .img_bx {
    overflow: hidden;
}

.offer_bx .img_bx img:hover {
    transform: scale(110%);
}

.offer_bx .inner_bx {
    padding: 22px 21px 37px;
}

.offer_bx .inner_bx h4 {
    font-size: 22px;
    color: #F78500;
    margin-top: 5px;
    line-height: 30px;
    margin-bottom: 12px;
}

.offer_bx .inner_bx a {
    margin-top: 38px;
}

.offer_bx .inner_bx .icon figure {
    background-color: rgba(0, 13, 56, 0.8100000023841858);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer_bx .inner_bx .icon {
    position: absolute;
    top: 32%;
}

.ser_section {
    overflow-x: clip;
}

.ser_section .offer_bx .inner_bx p {
    min-height: 130px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}


.cta_banner {
    position: relative;
    background-image: url(../images/cta.png);
    background-repeat: no-repeat;
    text-align: center;
    z-index: 9;
    padding: 60px 0;
    background-size: cover;
}

.cta_banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 13, 56, 79%);
}

.help_bx {
    text-align: center;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-top: 60px;
}

.help_bx a.primay_btnn {
    font-size: 18px;
}

.email_bx {
    display: flex;
    gap: 8px;
    align-items: center;
}

.email_bx .inr_em_bx {
    text-align: left;
}

.email_bx h6 {
    font-size: 18px;
    color: #f78500;
    font-weight: 400;
    line-height: 21px;
}

.email_bx span {
    font-weight: 600;
    color: #fff;
}

.cta_banner h2,
.cta_banner h3 {
    position: relative;
    z-index: 9;
    color: #fff;
}

.cta_banner p {
    color: #fff;
    position: relative;
    z-index: 9;
    font-weight: 400;
    margin-top: 18px;
}

.swiper-container {
    width: 100%;
}

.swiper-container .swiper-button-prev {
    left: 0;
    border-radius: 0 100vmax 100vmax 0;
    background-color: #000D38;
}

.swiper-container [class^='swiper-button-'] {
    background-color: #000D38;
    padding-block: 1.5rem;
    width: 40px;
    height: auto;
    color: #fff;
    --swiper-navigation-size: 1.75rem;
    transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.swiper-container [class^='swiper-button-']:hover {
    width: 50px;
    background-color: #f78500;
    color: #fff;
    transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -moz-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -ms-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.swiper-container .swiper-button-prev {
    left: 0;
    border-radius: 0 100vmax 100vmax 0;
}

.swiper-container .swiper-button-prev::after {
    translate: -5px;
}

.swiper-container .swiper-button-next {
    right: 0;
    border-radius: 100vmax 0 0 100vmax;
}

.swiper-button-next::after {
    translate: 5px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    top: 42%;
}




.offer_sec #app {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.ser_section .text-center {
    position: relative;
    z-index: 9;
}

.ser_section {
    position: relative;
}

.ser_section .row {
    position: relative;
    z-index: 9;
}

.ser_section::before,
.ser_section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/rays1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ser_section::after {
    right: 0;
    transform: rotate(163deg);
}

.ser_side_img {
    background-color: #fff;
    border: 1px solid #F78500;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    min-height: 528px;
}

.serice_hd h4 {
    font-size: 20px;
    font-weight: 800;
}

.ser_side_img .caption {
    padding: 1rem;
}


.ser_side_img .serv_one {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 100px;
}

.ser_side_img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 0.85;
}

.ser_side_img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.ser_side_img figure {
    overflow: hidden;
}

.ser_side_img .serv_one {
    transform: scale(100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.ser_side_img:hover .serv_one {
    transform: scale(110%);
}



.ser_side_img:hover .serice_hd span {
    background-color: #F78500;
}

.contct_sec {
    position: relative;
    background-color: #f5f5f5;
}

.contct_sec:before {
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg-contact-pattern2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 526px;
}

.contct_sec:after {
    background-image: url(../images/bg-contact-pattern1.png);
    background-repeat: no-repeat;
    right: 0;
    height: 100%;
    top: 0%;
    position: absolute;
    content: "";
    width: 859px;
}

.contct_sec .testi_sec,
.contct_sec .contct_sec {
    padding: 0 0;
}


.contct_sec .testi_sec {
    background-image: url(../images/testi_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.contct_sec .testi_sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 13, 56, 0.7200000286102295);
}

.contct_sec .row {
    filter: drop-shadow(0px 11px 13px rgba(0, 0.05098039284348488, 0.21960784494876862, 0.05999999865889549));
    position: relative;
    z-index: 9;
    -webkit-filter: drop-shadow(0px 11px 13px rgba(0, 0.05098039284348488, 0.21960784494876862, 0.05999999865889549));
}

.testi_sec .testi_slide {
    padding: 50px 20px
}

.testi_sec .testi_slide .white_contet p {
    color: #fff;
    font-weight: 400;
    width: 74%;
    margin: 20px auto 30px;
}


.testi-slider {
    overflow: hidden;
    margin: auto;
}

.testi_coment {
    background-color: rgba(255, 255, 255, 0.23999999463558197);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.23000000417232513);
    padding: 12px 15px;
    position: relative;
    min-height: 166px;
}

.testi_coment:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 237, 237, 0);
    border-top-color: rgba(255, 255, 255, 0.23999999463558197);
    border-width: 12px;
    margin-left: -12px;
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating ul {
    display: flex;
    gap: 9px;
}

.rating ul li {
    font-size: 20px;
}

.rating ul li i {
    color: #FFC107;
}

.rating figure {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
}

.testi_coment p {
    margin: 11px 0;
    color: #fff;
    font-weight: 400;
}

.review_img {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.review_img h6 {
    font-size: 18px;
    color: #ffff;
    font-weight: 600;
}

.review_img img {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.testi_slide .swiper-nav-wrapper {
    display: none;
}


.contct_bx {
    background-color: #fff;
    border-top: 6px solid #F78500;
}

.contact_form {
    padding: 40px 30px;
}

.contct_bx .form-control {
    line-height: 2.4;
    border-radius: 0;
    border: 2px solid #E9E9E9;
    margin-bottom: 23px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #000D38;
    font-weight: 400;
}

.contct_bx .form-control:focus {
    border: 2px solid #F78500;
    box-shadow: none;
}

.contct_bx .form-control::-webkit-input-placeholder {
    color: #C3C2BF;
}

.contct_bx .form-control::-moz-placeholder {
    color: #C3C2BF;
}

.contct_bx .alin_inpt {
    display: flex;
    gap: 17px;
}

.contct_bx form {
    margin-top: 28px;
}

.contct_bx form .text-right {
    text-align: right;
}



@media (max-width: 1440px) and (min-width: 1366px) {
    .offer_bx .inner_bx h4 {
        min-height: 62px;
    }
}









/* =====================================
# Footer
===================================== */
.call-buton {
    display: none;
}

.footer-section {
    position: relative;
    padding-top: 80px;
    background-color: #000D38;
}

.footer-section::after {
    position: absolute;
    right: 0;
    width: 28%;
    height: 100%;
    content: "";
    top: 0;
    background-image: url(../images/footer-shape.svg);
    background-repeat: no-repeat;
    left: 0;
    margin: 0 0 0 auto;
}

.footer-cta {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    position: relative;
}

.get-touch ul {
    display: inline-block;
}

.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px !important;
    color: #ffff;
}

.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px !important;
}

.get-touch ul li span {
    color: #fff;
    font-weight: 500;
}

.single-cta i {
    color: var(--gold-color);
    font-size: 23px;
    float: left;
    margin-top: 8px;
}

.cta-sec {
    background-image: url(../images/img_17.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.cta_bx * {
    color: #fff;
}

.cta-sec:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 100%, rgb(0 0 0 / 70%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 0;
}

.cta-sec .container {
    z-index: 1;
    position: relative;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 30px;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
}

.cta-text a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.cta-text a:hover {
    opacity: 0.6;
}

.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_bx .section-title {
    max-width: 600px;
}

.cta_bx .action {
    margin-top: 0;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Arapey', serif;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

footer ul span {
    color: #fff !important;
}

.footer-widget-heading h3 {
    color: #ffff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 50px;
    background: #000d38;
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    /* display: grid; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 2rem;
}

.footer-widget ul li {
    padding-bottom: 5px;
    margin-bottom: 22px;
}


.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: var(--transition);
    font-size: 16px;
}

.footer-widget ul li a:hover {
    opacity: 0.6;
}

.footer-widget ul li i {
    margin-right: 15px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}

.subscribe-form button i {
    color: #000;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 25px 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
    position: relative;
    z-index: 9;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.copyright-text p a {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-widget .hrs {
    display: flex;
    justify-content: space-between;
    color: var(--btn_text);
    border-bottom: 1px dashed rgb(255 94 0 / 18%);
}

.single-cta {
    display: flex;
}

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}

.lines .line:nth-child(1) {
    margin-left: -23%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(255 255 255 / 14%);
    ;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
    left: 63%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    background: #F78500;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(226, 112, 30, 0.2), 0 0 0 0 rgba(226, 112, 30, 0.2), 0 0 0 5px rgba(226, 112, 30, 0.2), 0 0 0 10px rgba(226, 112, 30, 0.2);
        box-shadow: 0 4px 10px rgba(226, 112, 30, 0.2), 0 0 0 0 rgba(226, 112, 30, 0.2), 0 0 0 5px rgba(226, 112, 30, 0.2), 0 0 0 10px rgba(226, 112, 30, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(226, 112, 30, 0.2), 0 0 0 5px rgba(226, 112, 30, 0.2), 0 0 0 10px rgba(226, 112, 30, 0.2), 0 0 0 20px rgba(226, 112, 30, 0);
        box-shadow: 0 4px 10px rgba(226, 112, 30, 0.2), 0 0 0 5px rgba(226, 112, 30, 0.2), 0 0 0 10px rgba(226, 112, 30, 0.2), 0 0 0 20px rgba(226, 112, 30, 0);
    }
}

.call-buton .cc-calto-action-ripple svg {
    transition: var(--transition);
    font-size: 24px;
}

.call-buton .cc-calto-action-ripple:hover svg {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}







/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/
.inner-banner {
    position: relative;
    min-height: 25vh;
    min-height: 25dvh;
    padding-block: 200px clamp(40px, 9vw, 80px);
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-banner-content .banner-title>* {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
    color: #fff;
}


.overlay-dark {
    position: relative;
    isolation: isolate;
    background-size: cover;
    background-attachment: fixed;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(hsl(0 0% 0% / 75%), hsl(0 0% 0% / 75%));
}






/* Contact Inner */

.contact-us-inner .row {
    row-gap: 1.5rem;
}

.reach-us-row .col-wrapper {
    text-align: center;
    display: flex;
    justify-content: start;
    flex-direction: column;
    background-color: #e5e6eb;
    height: 100%;
    padding: clamp(1.5rem, 2vw, 3rem);
    border-radius: 0.5rem;
    color: #000d38;
}

.reach-us-row .col-wrapper a {
    color: #000d38;
}

.reach-us-row .col-wrapper b {
    font-size: 1.5rem;
    display: block;
    margin-block-end: 0.15em;
}

.reach-us-row .col-wrapper .icon {
    color: #f78500;
    font-size: 1.75rem;
    width: 70px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: #000d38;
    margin-inline: auto;
    margin-block-end: 1rem;
    transition: all 300ms;
}

.reach-us-row .col-wrapper:hover .icon {
    background-color: #f78500;
    color: #000d38;
}





/* Team */
.team-section {
    background-color: #f2f2f2;
}

.team-section .offer_bx .img_bx img {
    height: 288px;
}










@media (max-width: 991.95px) {
    .common_pd {
        padding-block: 50px;
    }
    header {
        padding-inline: 12px;
    }

    header .navbar-brand {
        padding-inline: 0;
    }

    header .navbar-brand img {
        width: max(80px, 80px);
    }

    .call a {
        font-size: clamp(1rem, 2vw, 1.5rem);
        font-weight: 700;
    }

    header {
        background-color: #fff;
    }

    nav.navbar-light .navbar-nav .nav-link {
        max-width: max-content;
    }

    .right_bx {
        display: none;
    }

    .lines {
        display: none;
    }

    .footer-content .footer-widget-heading {
        text-align: center;
    }

    .footer-content .row>:not(:last-child) {
        display: none;
    }

    .footer-cta .row {
        row-gap: 1.5rem;
        justify-content: center;
    }

    .footer-cta .single-cta {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .cta-text {
        padding: 0;
    }

    h2 {
        font-size: clamp(1.75rem, 2.45vw, 39px);
        line-height: 1.35;
    }

    h2 span {
        display: inline !important;
    }

    .main_bnr .main_content h1 {
        font-size: clamp(2rem, 5vw, 74px);
        line-height: 1.35;
        margin-block-end: 1em;
    }

    .main_bnr .main_content h3 {
        font-size: clamp(1rem, 1.5vw, 22px);
        padding: 0.5em 1em !important;
        line-height: 1.45;
        margin-block-end: 1em;

    }
    .com_sec h3 {
        margin-inline: auto;
        margin-block: 2.5rem 1rem;
        line-height: 1.35;
    }
}

@media (max-width: 765.95px) {
    .inner-banner {
        padding-block-start: 160px;
    }
}
@media (max-width: 575.95px) {
    @media (max-width: 575.95px) {
        .main_content {
            inset: 0 1rem auto 1rem !important;
            text-align: center;
            align-items: center !important;
        }

        .main_bnr {
            position: relative;
        }

        .banner-swiper .slide-wrapper .container figure img {
            height: 80vh !important;
            height: 80dvh !important;
        }

        .social_icons {
            inset: auto 0 0 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: hsl(0 0% 100% / 30%);
            padding: 1rem 0 !important;
            backdrop-filter: blur(4px);
        }

        .social_icons>* {
            transform: unset !important;
            writing-mode: lr !important;
        }

        .social_icons ul {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }

        .social_icons ul li {
            margin: 0;
        }

        .social_icons>*::before {
            content: none !important;
        }

        .scrol_dn {
            display: none;
        }
    }
}