@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');


@font-face {
    font-family: "Amaris-Regular";
    src: url("../fonts/Amaris-Regular.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Black";
    src: url("../fonts/SF-Pro-Display-Black.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Heavy";
    src: url("../fonts/SF-Pro-Display-Heavy.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Bold";
    src: url("../fonts/SF-Pro-Display-Bold.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-SemiBold";
    src: url("../fonts/SF-Pro-Display-SemiBold.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Medium";
    src: url("../fonts/SF-Pro-Display-Medium.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Regular";
    src: url("../fonts/SF-Pro-Display-Regular.ttf");
}

@font-face {
    font-family: "SF-Pro-Display-Light";
    src: url("../fonts/SF-Pro-Display-Light.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SF-Pro-Display-Bold";
    text-transform: capitalize;
}

p,
ul {
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
input,
textarea,
a,
button {
    font-family: "SF-Pro-Display-Medium";
    margin: 0;
    padding: 0;
}

a:hover {
    color: inherit;
}

a.popup-btn {
    background: #041838;
    color: #fff;
}

body {
    overflow-x: hidden;
    background: #FEFEFE;
    font-family: "SF-Pro-Display-Medium";
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

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

/* Firefox */
.form-group input[type=number] {
    -moz-appearance: textfield;
}

@keyframes bounce2 {

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

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

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

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

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

@keyframes blink-bg {
    0% {
        background-color: red;
        border-color: red;
    }

    100% {
        background-color: #041838;
        border-color: #041838;
    }
}

@keyframes blink-bg-second {
    0% {
        background-color: #ffaa00;
        border-color: #ffaa00;
    }

    100% {
        background-color: transparent;
        /* border-color:#041838; */
        color: white;
    }
}

/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
.heading-one {
    font-size: 77px;
    line-height: 84px;
}

.heading-two {
    font-size: 60px;
    line-height: 67px;
}

.heading-three {
    font-size: 46px;
    line-height: 52px;
}

.heading-four {
    font-size: 38px;
    line-height: 44px;
}

.heading-five {
    font-size: 24px;
    line-height: 30px;
}

.heading-six {
    font-size: 20px;
    line-height: 26px;
}

p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons a.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 16px;
    width: 175px;
    height: 45px;
    border-radius: 50px;
    padding: 10px 10px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    /* animation: bounce2 2s ease infinite; */
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px -5px #b2b2b2;
    position: relative;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}

header nav.navbar {
    padding: 10px 0px;
    align-items: center;
    position: inherit;
    justify-content: center;
}

header nav.navbar .navbar-brand {
    padding: 0px 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header .navbar-toggler {
    background-color: #fff;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin: 0 0 0 20px;
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
    gap: 120px;
}

header .navbar-main-nav ul.navbar-nav {
    width: 100%;
    justify-content: center;
    margin: 0 10px 0 0;
}

header .navbar-main-nav ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
    color: #0A2840;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #72C2DB;
}

header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
    position: inherit;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 5px;
    border: none;
    display: block;
}

header .navbar-nav .nav-item ul.dropdown-menu {
    background: #FEFEFE;
    top: 82px;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: 0 15px 45px -20px #0A2840;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: flex;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: flex;
}

header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: flex;
}

header .navbar-nav .nav-item ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
    border-right: 1px solid #f3f3f3;
}

header .navbar-nav .nav-item ul.dropdown-menu li:last-child {
    border-right: none;
}

header .navbar-nav .nav-item ul.dropdown-menu li span {
    background: #72C2DB;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    display: block;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
    display: flex;
    flex-wrap: wrap;
}

header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
    width: 50%;
    border-right: 1px solid #f3f3f3;
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
    color: #0A2840;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

header .navbar-nav .nav-item ul.dropdown-menu li a i {
    color: #72C2DB;
    font-size: 12px;
    font-weight: 700;
    margin: 0 5px 0 0;
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
    background: #0A2840;
    color: #fff;
}

header nav.navbar .website-main-buttons {
    justify-content: center;
    margin: 0;
}

header nav.navbar .website-main-buttons button.popup-btn {
    background: #72C2DB;
    color: #fff;
    border: 2px solid #72C2DB;
}

header nav.navbar .website-main-buttons button.popup-btn:hover {
    background: transparent;
    color: #72C2DB;
    transform: scale(0.9);
}

header nav.navbar .website-main-buttons button.chat-btn {
    background: #f72f2f;
    color: #fff;
    border: 2px solid #f72f2f;
    animation: blink-bg 0.3s infinite alternate;
}

header nav.navbar .website-main-buttons button.chat-btn:hover {
    background: transparent;
    color: #041838;
}

/*Header Css End Here*/


/**************************************************************************
 --------------------- Landing Page Folds Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

section.main-section-form {
    background: url(../images/banner-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px 100px;
    position:relative;
    z-index:1;
}

section.main-section-form:before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.main-section-form .main-sec-content-wrap {
    padding: 32px;
    backdrop-filter: blur(10px);
    background: #0000004d;
    /* background: #000000; */
    border-radius: 1rem;
}

.main-section-form .main-sec-content-wrap .heading-two {
    color: white;
    font-size: 55px;
    line-height: 62px;
}

.main-section-form .main-sec-content-wrap .heading-two span {
    color: #2474BB;
}

.main-section-form .main-sec-content-wrap p {
    color: white;
}

.main-section-form .main-sec-content-wrap ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0px 30px;
}

.main-section-form .main-sec-content-wrap ul li {
    color: white;
}

.main-section-form .main-sec-content-wrap ul li::marker {
    color: #2474BB;
}

.main-section-form .main-sec-content-wrap .website-main-buttons {}

.main-section-form .main-sec-content-wrap .website-main-buttons a.popup-btn {
    background: #2474BB;
    color: white;
    border: 1px solid #2474BB;
}

.main-section-form .main-sec-content-wrap .website-main-buttons a.popup-btn:hover {
    background: transparent;
}

.banner-inner-published-form {
    background: #fff;
    width: 80%;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 30px;
    margin: 0 auto;
}

.banner-inner-published-form h4 {
    color: #2474BB;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}

.banner-inner-published-form p {
    color: #000;
}

.banner-inner-published-form form {
    margin-top: 20px;
}

.banner-inner-published-form .form-group {
    margin: 0 0 15px;
}

.banner-inner-published-form .form-group label {
    background: #FBFBFB;
    color: #0A2840;
    font-size: 16px;
    line-height: 22px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.banner-inner-published-form .form-group.form-group-last {
    margin: 0;
}

.banner-inner-published-form .form-group .form-select {
    font-family: "SF-Pro-Display-Medium";
    background-color: #FBFBFB;
    color: #0A2840;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #E9E7E7;
    outline: none;
    box-shadow: none;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select {
    margin: 10px 0;
}

.banner-inner-published-form .form-group-select .heading-six {
    color: #0A2840;
    margin: 0 0 10px;
}

.banner-inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    background-color: #FBFBFB;
    border: 1px solid #E9E7E7;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type=checkbox] {
    background-color: #72C2DB;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #0A2840;
    font-size: 16px;
    cursor: pointer;
}

.banner-inner-published-form .form-group input {
    background: #FBFBFB;
    color: #0A2840;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 2px solid #E9E7E7;
    border-radius: 0px;
    padding: 10px 8px;
}

.banner-inner-published-form .form-group input::placeholder {
    color: #b2b2b2;
    font-size: 16px;
}

.banner-inner-published-form .form-group button.submit-btn {
    background: #2474BB;
    color: #fff;
    border: 1px solid #2474BB;
    font-size: 18px;
    width: 100%;
    height: 45px;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.banner-inner-published-form .form-group button.submit-btn:hover {
    background: #2474BB;
    color: white;
    border: 1px solid #2474BB;
    transform: scale(0.9);
}

.banner-inner-published-form .form-group .iti {
    width: 100%;
}

/*Unlock Story Section Css Start Here*/
section.unlock-story-wrap {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.unlock-story-wrap .unlock-story-inner {}

.unlock-story-inner .unlock-story-img {}

.unlock-story-img img {}

.unlock-story-inner .unlock-story-content {}

.unlock-story-content .heading-three {
    color: #0A2840;
    margin: 0 0 30px;
}

.unlock-story-content .heading-three span {
    font-size: 38px;
    line-height: 46px;
    display: block;
}

.unlock-story-content p {
    color: #0A2840;
    padding-left: 15px;
}

.unlock-story-content span {
    color: #0A2840;
    font-size: 24px;
    line-height: 30px;
    display: block;
}

.unlock-story-content ul {
    padding: 0 0 0 20px;
    margin: 20px 0;
    list-style: none;
}

.unlock-story-content ul li {
    list-style: none;
    color: #0A2840;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 10px;
}

.unlock-story-content ul li::marker {
    /* color: #2474BB; */
}

.unlock-story-content .website-main-buttons {
    margin: 40px 0px 0px;
}

.unlock-story-content .website-main-buttons button.popup-btn,
.unlock-story-content .website-main-buttons a.popup-btn {
    background: #2474BB;
    color: #fff;
    border: 2px solid #2474BB;
    width: 50%;
}

.unlock-story-content .website-main-buttons a.popup-btn {
    width: 180px;
}

.unlock-story-content .website-main-buttons button.popup-btn:hover,
.unlock-story-content .website-main-buttons a.popup-btn:hover {
    background: transparent;
    color: #2474BB;
    /* transform: scale(0.9); */
}

/*Ready Section Css Start Here*/
section.ready-sec-wrap {
    background: #000000;
    padding: 40px 0px;
}

.ready-sec-wrap .ready-sec-content {}

.ready-sec-content .heading-three {
    color: #fff;
    margin: 0;
}

.ready-sec-content p {
    color: #fff;
}

.ready-sec-content .website-main-buttons button.popup-btn {
    background: #2474BB;
    border: 1px solid #2474BB;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 175px;
    height: 55px;
    border-radius: 50px;
    padding: 5px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in;
    position: relative;
}

.ready-sec-content .website-main-buttons button.popup-btn:hover {
    background: transparent;
}

/*Ready Section Css End Here*/

/*FAQS Section Css Start Here*/
section.faqs-sec-wrap {
    padding: 50px 0;
}

.faqs-sec-wrap .faqs-sec-head {
    margin: 0 0 50px;
}

.faqs-sec-head .heading-three {
    color: #222222;
    /* font-weight: 600; */
    margin: 0 0 20px;
    text-align: center;
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 10px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: transparent;
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #2474BB;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    background: #2474BB;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    color: #787878;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 15px 10px;
    border-radius: 0px;
}

/*FAQS Section Css End Here*/

/*Contact Main Section Css Start Here*/
section.contact-main-wrap {
    background: black;
    padding: 50px 0;
}

.contact-main-wrap .contact-main-image {}

.contact-main-wrap .contact-main-image img {
    width: 90%;
}

.contact-main-wrap .contact-main-inner {
    width: 100%;
}

.contact-main-inner .contact-inner-head {
    margin: 0 0 30px;
}

.contact-inner-head .heading-three {
    color: #2474BB;
    margin: 0 0 10px;
}

.contact-inner-head p {
    color: #fff;
}

.contact-main-inner .contact-main-form {}

.contact-main-form .form-group {
    margin: 0 0 20px;
}

.contact-main-form .form-group.form-group-last {
    margin: 0;
}

.contact-main-form .form-group input {
    background: transparent;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 20px 5px;
}

.contact-main-form .form-group input::placeholder {
    font-size: 18px;
    color: #b1b1b1;
}

.contact-main-inner .contact-main-form .iti--separate-dial-code .iti__selected-dial-code {
    color: white;
}

.contact-main-form .form-group textarea {
    background: transparent;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 10px 5px;
    resize: none;
}

.contact-main-form .form-group textarea::placeholder {
    font-size: 18px;
    color: #b1b1b1;
}

.contact-main-form .form-group button.submit-btn {
    background: #2474BB;
    color: #fff;
    border: 2px solid #2474BB;
    font-size: 18px;
    width: 175px;
    height: 45px;
    border-radius: 0px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.contact-main-form .form-group button.submit-btn:hover {
    background: transparent;
    color: white;
}

section.contact-main-wrap.contact-about-wrap {
    background: #001d35;
}

/*Contact Main Section Css End Here*/

/**************************************************************************
 --------------------- Landing Page Folds Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/



/* Footer Css Start Here */
footer.footer-main-sec {
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    background: #041838;
    padding: 50px 0;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 20px 0;
}

.footer-logo-area .footer-logo img {}

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {}

.footer-info-area h4 {
    color: #3293fc;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 15px;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-info-area ul li p i {
    background: #3293fc;
    color: #041838;
    font-size: 16px;
    border: 2px solid #3293fc;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #3293fc;
}

.footer-info-area ul li a i {
    background: #3293fc;
    color: #041838;
    font-size: 16px;
    border: 2px solid #3293fc;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}

.footer-top .footer-links-area {}

.footer-links-area h4 {
    color: #3293fc;
    margin: 0 0 20px;
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 12px;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #3293fc;
    transform: translateX(10px);
}

.footer-main-sec .footer-bottom {
    background: #2474BB;
    padding: 10px 0;
}

.footer-bottom .footer-social-area {}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 5px 0;
}

.footer-social-area ul li a {
    background: #041838;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.footer-social-area ul li a img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-area ul li a:hover {
    color: #3293fc;
}

.footer-social-area ul li a i {}

.footer-bottom .footer-copyright {
    text-align: right;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1899px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 54px;
        line-height: 60px;
    }

    .heading-two {
        font-size: 48px;
        line-height: 54px;
    }

    .heading-three {
        font-size: 40px;
        line-height: 46px;
    }

    .heading-four {
        font-size: 32px;
        line-height: 38px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 16px;
        width: 160px;
        padding: 10px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header .navbar-expand-lg .navbar-collapse {
        margin: 0 0 0 10px;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item {
        margin: 0 5px 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li:first-child {
        width: 175%;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
    }

    header nav.navbar .website-main-buttons button.popup-btn {
        width: 150px;
    }

    header nav.navbar .website-main-buttons a.call-btn {
        width: 150px;
    }

    /*Header Responsive Css End Here*/

}

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


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

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 48px;
        line-height: 54px;
    }

    .heading-two {
        font-size: 42px;
        line-height: 48px;
    }

    .heading-three {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 160px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: #0A2840;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: grid;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 200px;
        max-height: 200px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 50%;
    }

    header nav.navbar .website-main-buttons {
        margin: 10px 0;
        flex-wrap: wrap;
    }

    header nav.navbar .website-main-buttons a.call-btn {
        color: #fff;
        border: 2px solid #fff;
    }

    /*Header Responsive Css End Here*/

    /* Footer Responsive CSS Start Here */
    .footer-logo-area .footer-logo img {
        width: 180px;
    }

    .footer-social-area ul {}

    .footer-bottom .footer-copyright {}

    /* Footer Responsive CSS End Here */


}

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

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 48px;
        line-height: 54px;
    }

    .heading-two {
        font-size: 42px;
        line-height: 48px;
    }

    .heading-three {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-four {
        font-size: 30px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 160px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: #0A2840;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: grid;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 200px;
        max-height: 200px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 50%;
    }

    header nav.navbar .website-main-buttons {
        margin: 10px 0;
        flex-wrap: wrap;
    }

    header nav.navbar .website-main-buttons a.call-btn {
        color: #fff;
        border: 2px solid #fff;
    }

    /*Header Responsive Css End Here*/

    /* Footer Responsive CSS Start Here */
    .footer-logo-area .footer-logo img {
        width: 180px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    /* Footer Responsive CSS End Here */

}

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

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 34px;
        line-height: 45px;
    }

    .heading-two {
        font-size: 24px;
        line-height: 32px;
    }

    .heading-three {
        font-size: 29px;
        line-height: 42px;
    }

    .heading-four {
        font-size: 21px;
        line-height: 36px;
    }

    .heading-five {
        font-size: 20px;
        line-height: 26px;
    }

    .heading-six {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        width: 150px;
        padding: 10px 5px;
        margin: 0 5px 5px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 120px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 10px 0;
        background: #0A2840;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
        justify-content: center;
    }

    header .navbar-main-nav ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        padding: 7px 0px;
        border-bottom: 1px solid #fff;
    }

    header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: grid;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li {
        border-right: none;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 10px;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double {
        min-height: 150px;
        max-height: 150px;
        overflow-y: auto;
    }

    header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a {
        width: 100%;
        border-right: none;
    }

    header nav.navbar .website-main-buttons {
        margin: 10px 0;
        flex-wrap: wrap;
    }

    header nav.navbar .website-main-buttons a {
        margin-bottom: 10px;
    }

    header nav.navbar .website-main-buttons a.call-btn {
        color: #fff;
        border: 2px solid #fff;
    }

    /*Header Responsive Css End Here*/

    /* Footer Responsive CSS Start Here */
    .footer-logo-area .footer-logo img {
        width: 180px;
    }

    .footer-social-area ul {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    /* Footer Responsive CSS End Here */

}