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

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #333333;
    --themeColor: #013f72;
    --themeColor2: #00c0e7;
    --headingColor: #364261;
    --headingColor2: #131212;
}

a {
    color: var(--black);
    white-space: initial;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'BirthdayMemoryDemoRegular';
    src: url(../fonts/BirthdayMemoryDemoRegular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 78px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Oswald';
}

h2 {
    margin: 0 0 0px;
    font-size: 75px;
    font-weight: 400;
    font-family: 'Oswald';
    color: var(--headingColor);
}

h3 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 400;
    color: var(--black);
    font-family: 'Oswald';
}

h4 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Oswald';
}

h5 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Oswald';
}

h6 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.heading-span {
    font-family: 'BirthdayMemoryDemoRegular';
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--white);
    align-items: center;
    font-family: 'Oswald';
    border: 1px solid var(--white);
    background-color: var(--themeColor2);
}

.theme-btn-1 i {
    width: 25px;
    height: 25px;
    display: flex;
    flex-shrink: 0;
    font-size: 12px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
    text-decoration: underline;
}

.topSec {
    padding: 10px 3%;
    background-color: var(--themeColor);
}

.top-bar-right ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-bar-right ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}

.top-bar-right ul li a:hover {
    color: var(--themeColor2);
    background-color: var(--white);
}

.top-bar-left {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar-left a {
    color: var(--white);
}

.menuSection {
    padding: 0px 3%;
}

.header-logo {
    z-index: 1;
    height: 100px;
    position: relative;
}

.header-logo a {
    top: -50px;
    height: 180px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.header-logo a img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}


/*header css start */


/*banner css start */

.main_slider {
    min-height: 900px;
    padding: 180px 3%;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    left: 0;
    z-index: 2;
    width: 100%;
    content: '';
    bottom: -1px;
    height: 300px;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main_slider::after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(1, 63, 114, 0) 0%, rgb(1 63 114 / 14%) 50%, rgba(1, 63, 114, 1) 100%);
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text {
    max-width: 750px;
}

.banner_text h1 {
    position: relative;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_text h1 span {
    display: block;
    font-size: 35px;
    position: relative;
    width: fit-content;
    text-shadow: none;
    color: var(--themeColor2);
    padding: 20px 65px 20px 0px;
    background-color: var(--white);
    border-radius: 0px 50px 50px 0px;
}

.banner_text h1 span::before {
    top: 0;
    right: 100%;
    z-index: -1;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

.banner_text p {
    color: var(--white);
    margin-bottom: 25px;
}


/*banner css end*/


/* about sec */

.about-sec {
    z-index: 1;
    position: relative;
    padding: 40px 3% 0px;
    margin-bottom: -100px;
}

.about-text {
    padding: 40px 0px;
}

.about-text h2 {
    margin-bottom: 10px;
    color: var(--headingColor);
}

.about-text h2 .heading-span {
    display: block;
    font-size: 75px;
    color: var(--themeColor2);
}

.about-text h3 {
    margin-bottom: 20px;
    color: var(--headingColor);
}

.about-text p {
    margin-bottom: 20px;
}

.about-img {
    width: 100%;
    height: 500px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 80px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* about sec */


/* video-sec */

.video-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.video-img .play-btn {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.video-img .play-btn::before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background-color: var(--themeColor);
}

.video-img .play-btn i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 125px;
    margin: auto;
    height: 125px;
    display: flex;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    color: var(--white);
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    background-color: var(--themeColor2);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00c0e76e;
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px #00c0e76e;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #00c0e76e;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #00c0e76e;
        box-shadow: 0 0 0 0 #00c0e76e;
    }
    70% {
        -moz-box-shadow: 0 0 0 20px #00c0e76e;
        box-shadow: 0 0 0 20px #00c0e76e;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #00c0e76e;
        box-shadow: 0 0 0 0 #00c0e76e;
    }
}

.video-img .play-btn img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}

.video-img .vid {
    width: 100%;
    height: 100%;
}

.video-img .vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    padding: 0px 3%;
}

.video-sec .video-box {
    padding: 60px 4%;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    overflow: hidden;
}

.video-control-box {
    background: var(--themeColor2);
    border-radius: 0px 0px 10px 10px;
}

.video-control {
    left: 0;
    right: 0;
    bottom: 0;
    gap: 15px;
    z-index: 2;
    opacity: 1;
    display: flex;
    margin: 0 auto;
    max-width: 950px;
    padding: 15px 25px;
    align-items: center;
    transition: opacity 0.3s ease;
    background: var(--themeColor2);
    border-radius: 0px 0px 10px 10px;
}

.video-control button {
    background: none;
    border: none;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.video-control button:hover {
    color: var(--themeColor2);
}

.video-control .progress-bar {
    flex-grow: 1;
    height: 6px;
    background: #22262c;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
}

.video-control .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #cfd0ca;
    border-radius: 3px;
    width: 0%;
}

.video-timer {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}

.video-timer span {
    min-width: 45px;
}

.video-timer button {
    font-size: 16px;
}

.play-pause-btn:hover i,
.mute-btn:hover i,
.full-screen-btn:hover i,
.video-timer button:hover {
    color: var(--themeColor);
}

.full-screen i {
    font-size: 18px;
}


/* video-sec */


/* blog sec */

.blog-sec {
    padding: 0px 3%;
    position: relative;
}

.blog-sec .custom-row-space {
    margin-top: 80px;
}

.blog-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 80px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-text {
    padding: 50px 10px;
}

.blog-text h2 {
    margin-bottom: 10px;
    color: var(--headingColor);
}

.blog-text h2 .heading-span {
    color: var(--themeColor2);
}

.blog-text p {
    margin-bottom: 40px;
}


/* blog sec */


/* section-before */

.section-before {
    padding-top: 200px;
    position: relative;
    background-color: var(--themeColor);
}

.section-before-img {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 920px;
    position: absolute;
}

.section-after-img {
    left: 0;
    content: '';
    width: 100%;
    height: 780px;
    bottom: 170px;
    position: absolute;
}

.section-before::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 170px;
    position: absolute;
    background-color: var(--white);
}


/* section-before */


/* services-sec */

.services-sec {
    position: relative;
    padding: 70px 3% 190px;
}

.service-box {
    display: block;
    border-radius: 50px;
    background-color: var(--white);
}

.service-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 50px 50px 0px 0px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-text h4 {
    margin-bottom: 10px;
}

.service-text {
    text-align: center;
    padding: 30px 35px 0px;
    background-color: var(--white);
    border-radius: 0px 0px 50px 50px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.service-text p {
    font-weight: 500;
    max-width: 360px;
    margin: 0px auto;
    line-height: 30px;
}

.service-text .theme-btn-1 {
    top: 25px;
    position: relative;
    margin: 0px auto -20px;
}

.services-sec .section-heading h2 {
    text-align: center;
    color: var(--white);
}

.services-sec .section-heading h2 span {
    display: block;
}


/* services-sec */


/* pool-sec */

.pool-sec {
    padding: 250px 3%;
    position: relative;
    background-image: url(../images/pool-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.pool-sec::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(1, 63, 114, 0) 0%, rgba(1, 63, 114, 0.94) 50%, rgba(1, 63, 114, 1) 100%);
}

.pool-sec .row {
    z-index: 1;
    position: relative;
}

.pool-sec .wave-1 {
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: -6px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    object-position: top center;
}

.pool-sec .wave-2 {
    left: 0;
    top: -2px;
    z-index: 1;
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: absolute;
    object-position: bottom center;
}

.pool-text h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.pool-text h3 .heading-span {
    display: block;
    font-size: 75px;
    color: var(--themeColor2);
}

.pool-text p {
    line-height: 35px;
    margin-bottom: 20px;
    color: var(--white);
}


/* pool-sec */


/* contact sec */

.contact-sec {
    padding: 100px 3%;
}

.contact-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    padding: 30px 0px 30px 15px;
}

.contact-form h2 {
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--themeColor);
}

.contact-form input,
.contact-form select {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    color: #111111;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    display: block;
    font-weight: 600;
    color: #111111;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 20px;
    align-content: flex-end;
    border: 1px solid #e5e5e5;
}

.contact-form .position-relative i {
    top: 19px;
    right: 28px;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    color: var(--headingColor);
}

.contact-form select {
    text-transform: uppercase;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-file-upload {
    width: 100%;
    height: 55px;
    display: flex;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 5px;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border: 1px solid #e5e5e5;
    justify-content: space-between;
}

#uploadContainer {
    margin-bottom: 20px;
}

#uploadContainer input {
    display: none;
}

.custom-file-upload:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}

.upload-text {
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
}

.upload-icon {
    width: 30px;
    height: 30px;
    display: flex;
    color: #94a3b8;
    align-items: center;
    justify-content: center;
}

.file-selected .upload-text {
    color: #1e293b;
    font-weight: 600;
}


/* contact sec */


/*Client End*/

section.client-sec {
    overflow-x: hidden;
    padding-top: 20px;
}

.client-head h2 span {
    display: block;
    color: var(--themeColor2);
}

.client-box {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px 0px rgba(136, 135, 135, 0.29);
    background-color: var(--white);
}

.client-box::before {
    right: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/qoute.png);
    background-size: contain;
}

.client-box>i {
    width: 120px;
    display: flex;
    height: 120px;
    padding: 20px;
    font-size: 40px;
    color: var(--white);
    margin-bottom: -80px;
    background-color: var(--themeColor2);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.client-slider .slick-slide {
    opacity: 1;
}

.client-slider .slick-list {
    overflow: visible;
}

.client-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 0 0 30px;
}

.client-box ul li img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #a47638;
}

.client-box ul li h5 {
    font-size: 24px;
    font-weight: 400;
}

.client-box ul li h5 span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}

.star {
    display: flex;
    align-items: center;
}

.star i {
    font-size: 12px;
    color: orange;
}

.client-box p {
    font-size: 14px;
    color: #6f6f6f;
    font-style: italic;
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    padding: 0 40px 40px;
}

.client-head {
    z-index: 1;
    margin: 0 0 40px;
    position: relative;
}


/*Client End*/


/*footer start*/

footer {
    position: relative;
    padding: 320px 3% 0px;
    background-image: url(../images/footer-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer::before {
    left: 0;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: #0c111e;
}

footer::after {
    left: 0;
    top: -1px;
    content: '';
    width: 100%;
    transform: rotate(180deg);
    height: 300px;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

footer h5 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    color: var(--white);
    margin-bottom: 15px;
    padding-bottom: 20px;
}

footer h5::before {
    left: 0;
    top: 100%;
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: var(--white);
}

footer .row {
    z-index: 1;
    position: relative;
}

footer p {
    color: #fff;
}

footer .footer_info>ul {
    gap: 10px;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

footer .footer_info>ul>li>a>i {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px;
    border-radius: 0%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5;
    color: var(--headingColor2);
    background-color: var(--white);
    border: 1px solid var(--white);
}

footer .footer_info>ul>li>a>i:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5;
    border-color: var(--themeColor2);
    background-color: var(--themeColor2);
}

footer .footer_links>ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_links.quick_links {
    padding-left: 40px;
    margin-left: 10px;
    border-right: 1px solid #b2b7bc;
    border-left: 1px solid #b2b7bc;
}

footer .footer_links ul li a {
    font-size: 14px;
    line-height: 50px;
    color: var(--white);
}

.custom-flex {
    gap: 20px;
    display: flex;
    align-items: center;
}

footer .footer_apps>ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .copyright_wrp {
    z-index: 1;
    margin-top: 30px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
    border-top: 1px solid #ffffff94;
}

footer .copyright_wrp p {
    margin: 0;
    text-align: center;
    color: #8c8c8c;
}

.newsletter-bx {
    padding: 20px;
    border-radius: 10px;
    background-color: #919843;
}

section.newsletter_secc a {
    margin: 0 0 0 auto;
}

.footer_links {
    padding-bottom: 20px;
}

.newsletter-bx p {
    font-size: 14px;
    color: #fff;
}

.footer_info.st p {
    font-size: 14px;
    width: 94%;
    color: #8c8c8c;
}

.footer_apps form input {
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    color: var(--white);
    border-radius: 10px;
    color: var(--black);
    padding: 14px 10px 14px 50px;
    background-color: var(--white);
    border: 1px solid var(--white);
}

.footer_apps button {
    width: 100%;
    border: unset;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 55px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--themeColor2);
}

.footer_apps form input::placeholder {
    font-weight: 500;
    color: var(--black);
}

.footer_apps form {
    position: relative;
}

.footer_apps form i {
    top: 21%;
    left: 13px;
    z-index: 1;
    font-size: 24px;
    color: #9b0028;
    position: absolute;
    transform: translateY(-50%);
}

a.btn-2:hover {
    background-color: #000;
    transition: 1s;
}

.header-nav-slide marquee {
    font-size: 12px;
    color: #000;
    font-family: system-ui;
}

.header-nav-slide {
    width: 80%;
    margin: 0 0 0 auto;
}

.footer_links.tw ul li {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.footer_links.tw ul li i {
    font-size: 20px;
    color: var(--white);
}

.footer_links.tw ul li {
    padding-bottom: 20px;
}

.footer_links.tw ul li p {
    font-size: 14px;
    color: #8c8c8c;
}

.footer_apps p {
    color: #8c8c8c;
    width: 77%;
}

.footer_apps {
    margin-left: 15px;
}

.footer_links.tw {
    border-right: 1px solid #b2b7bc;
    margin-left: 20px;
}

.footer_info.st img {
    margin-bottom: 13px;
}


/*footer start*/

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

header {
    position: relative;
    z-index: 9;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/