:root {
    --primary-opacity: #2f57ef21;
    --color-heading: #192335;
    --secondary-opacity: #b966e721;
    --f-bold: 700;
    --color-primary: #3e80f4;
    --color-secondary: #f08315;
    --color-secondary1: #1a4b8f;
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --color-white: #fff;
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --surface-color: #fff;
    --curve: 40;
}
body {
    overflow-x: hidden;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}
.header-container.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 1;
    margin: 0;
    /* padding: 0; */
    box-shadow: -2px 5px 10px #0000001a;
    z-index: 9;
    background: #fff;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
input[type="text"],
textarea {
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    width: 100%;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn_effect a {
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    overflow: hidden;
    z-index: 3;
}
.dropmenu li.dropdown {
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    list-style: none;
}
.dropmenu li.dropdown ul {
    background: #143058;
    visibility: hidden;
    opacity: 0;
    min-width: 17rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0px;
    left: 0;
    display: none;
    z-index: 99;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    top: 97%;
}
.dropmenu .dropdown-menu li a.nav-link:hover {
    color: #ffd18c !important;
}
.dropmenu li.dropdown ul li a {
    color: #fdfdfd !important;
    padding: 0 9px !important;
    border-left: 2px solid #f99a5a;
    margin: 16px 0;
    font-size: 18px;
    font-weight: 500;
}
.dropmenu li.dropdown:hover > ul,
.dropmenu li.dropdown ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
.dropmenu li.dropdown ul li {
    clear: both;
    width: 100%;
    list-style: none;
    padding: 0;
}
.menu-wrapper ul li.nav_phone.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #fc8f73;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.menu-wrapper ul li.nav_contact.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #2ea5ff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.header-container .menu-wrapper > ul > li:not(.nav_contact) > a:hover {
    color: #0092ff;
}
.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #fc8f73;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.btn_effect a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: #2ea5ff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
@keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}
@-webkit-keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}
.btn_effect:hover a:before {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: btneffect;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: btneffect;
}
.menu-wrapper ul li.nav_phone.btn_effect a svg {
    top: 14px;
    left: 14px;
}
.menu-wrapper ul li.nav_phone.btn_effect:hover a svg {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    transform-origin: center center;
    animation-name: swing;
    top: 14px;
    left: 14px;
}
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet,
[class^="swiper-button-"] {
    transition: all 0.3s ease;
}
.swiper-container {
    width: 100%;
    height: 20vw;
    transition: opacity 0.6s ease;
}
.swiper-container.swiper-container-coverflow {
    padding: 1% 0;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-slide {
    background-position: top;
    background-size: contain;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    padding: 7px 13px;
    color: #fff;
    background: linear-gradient(175deg, #3e81f6, #00204d);
    margin: 0 auto;
    transform: translate(3%, 0%);
    box-shadow: -3px -10px 8px 0px #00000078;
    border-radius: 10px 10px 0 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px !important;
}
.swiper-slide .content .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 11px;
    text-transform: capitalize;
    font-family: "proxima_nova_alt_rgregular";
}
.swiper-slide .content .caption {
    display: block;
    font-size: 12px;
    line-height: 1.4;
}
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 0 solid #fff;
    border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-width: 1px;
}
.cardsimg .card {
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2rem;
    background: #f8f3e8;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.cardsimg .card > img {
    width: 100%;
    height: auto;
    aspect-ratio: 427/300;
}
.cardsimg .card > h2 {
    margin-top: 1rem;
    font-family: "proxima_nova_altbold";
    font-size: 26px;
    color: #4a4a7d;
    text-align: center;
}
.cardsimg .card > p {
    font-family: "Montserrat" !important;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 6px;
}
.cardsimg .first {
    transform: rotate(-0.42522205290983983deg);
}
.cardsimg .first:hover {
    transform: rotate(0deg);
    transition: transform, 1s;
    cursor: pointer;
}
.cardsimg .second {
    transform: rotate(-2.9720269748865435deg);
}
.cardsimg .second:hover {
    transform: rotate(2deg);
    transition: transform, 1s;
    cursor: pointer;
}
.cardsimg .third {
    transform: rotate(3.673036317815219deg);
}
.cardsimg .third:hover {
    transform: rotate(0deg);
    transition: transform, 1s;
    cursor: pointer;
}
.cardsimg .four {
    transform: rotate(0.8190990417352451deg);
}
.cardsimg .four:hover {
    transform: rotate(0deg);
    transition: transform, 1s;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #f58534;
}
.navbar-light .navbar-nav .nav-link {
    color: #485e7c;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    padding-left: 5.59px;
    font-family: "Montserrat" !important;
}
a {
    text-decoration: none;
}
.title {
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: none;
}
.three h1 {
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    font-size: 2rem;
}
.three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}
.trump ul li {
    list-style: none;
}
.trump ul a {
    position: relative;
    display: block;
    padding: 0.5em 0.5em 0.5em 0.8em;
    margin: 0.5em 0 0.5em 2.5em;
    background: #1d447a14;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.trump ul a:hover {
    background: #dcdde1;
}
.trump ul a:before {
    content: "";
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 54%;
    margin-top: -1em;
    background-image: linear-gradient(45deg, #ff9d575e, #02020214);
    height: 30px;
    width: 30px;
    line-height: 2em;
    text-align: center;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
}
.trump ul a:after {
    position: absolute;
    content: "";
    border: 0.5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -0.5em;
    transition: all 0.3s ease-out;
}
.trump ul a:hover:after {
    left: -0.5em;
    border-left-color: #ed721d;
}
.trump .appi-cta.read_more_wrapper a {
    background: 0 0;
    color: #f58634;
    padding: 0;
    font-size: 22px;
    font-family: proxima_nova_alt_rgregular;
    display: inline-block;
    font-weight: bolder;
}
.trump .arrow-icon g {
    stroke: #f58634;
}
.bg {
    background-image: url(../image/bgg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-link:focus,
.nav-link:hover {
    color: #ed721d !important;
}
.header-container .menu-wrapper > ul > li:not(.nav_contact) > a:hover {
    color: #0092ff;
}
.header-container.active .dropdown-inner {
    margin-top: 0;
}
.header-container.active {
    background-color: #fff !important;
}
.header-container nav {
    padding-bottom: 0 !important;
}
.dropdown-wrapper {
    padding-top: 10px;
}
.header-container.active:before {
    transform: none !important;
}
.header-container.active .menu-wrapper > ul > li.nav_contact > a {
    color: #fff;
}
.header-container.active .menu-wrapper > ul > li > a {
    color: #000;
}
.header-container .blk-logo {
    display: none;
}
.header-container .wht-logo {
    display: block !important;
}
.header-container.active .wht-logo {
    display: none !important;
}
.header-container.active .blk-logo {
    display: block;
}
.nav-link:focus,
.nav-link:hover {
    color: #ed721d !important;
}
.section-title1 .subtitle {
    font-size: 17px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-primary);
    font-family: "proxima_nova_altbold";
}
.section-title1 .bg-secondary-opacity {
    color: #37619c !important;
}
.feat1 {
    background: linear-gradient(180deg, #f3f8ff 0%, #1430584d 100%);
}
.feat {
    background: linear-gradient(180deg, #ffedd729 0%, #ffc8a2ba 100%);
}
.section-title .subtitle {
    font-size: 13px;
}
.section-title1 .title {
    margin-bottom: 0;
    font-weight: var(--f-bold);
}
.section-title .subtitle {
    font-size: 17px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-primary);
    font-family: "proxima_nova_altbold";
}
.three .section-title h1:before {
    content: "";
    position: absolute;
    left: unset;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.three .section-title h1:after {
    content: "";
    position: absolute;
    left: unset;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}
.bg-secondary-opacity {
    background: var(--secondary-opacity) !important;
    color: var(--color-secondary) !important;
}
.section-title .title {
    margin-bottom: 0;
    font-weight: var(--f-bold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.appi-cta a .arrow,
.appi-cta button .arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 44px;
    top: 21px;
}
.appi-cta a .arrow i,
.appi-cta button .arrow i {
    font-style: normal;
    font-display: swap;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow {
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-cta a:hover .arrow,
.appi-cta button:hover .arrow {
    opacity: 1;
}
.appi-cta:hover a .arrow i,
.appi-cta:hover button .arrow i {
    left: 15px;
}
.appi-cta.read_more_wrapper a .arrow i span {
    top: -4px;
    font-size: 28px;
}
.appi-cta a .arrow i span,
.appi-cta button .arrow i span {
    position: relative;
    left: 0;
    top: -7px;
    font-size: 31px;
    padding: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.appi-cta:hover a .arrow i span,
.appi-cta:hover button .arrow i span {
    left: 4px;
}
.appi-cta:hover a .arrow i:before,
.appi-cta:hover button .arrow i:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.appi-cta a .arrow svg,
.appi-cta button .arrow svg {
    position: absolute;
    top: -3px;
    left: 5px;
}
.appi-cta a:hover,
.appi-cta button:hover {
    text-decoration: none;
}
.appi-cta .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.appi-cta a:hover .arrow-icon--circle,
.appi-cta button:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}
.appi-cta:hover .arrow {
    display: block;
}
.appi-cta a:hover,
.appi-cta button:hover {
    padding: 17px 80px 17px 40px;
}
.appi-cta.read_more_wrapper a {
    background: 0 0;
    padding: 0;
    font-size: 20px;
    font-family: proxima_nova_alt_rgregular;
    display: inline-block;
}
.appi-cta.read_more_wrapper .arrow {
    opacity: 1;
    right: -38px;
    top: -4px;
}
.appi-cta {
    display: table;
    position: relative;
}
.vis-img {
    animation: bounce-in 2s ease 1;
}
@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.theme-gradient {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.theme-gradient1 {
    background: linear-gradient(90deg, #ffae73, #c35508);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.button-57 {
    position: relative;
    overflow: hidden;
    border: 1px solid #f58634;
    color: #f08315;
    display: inline-block;
    font-size: 18px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: "proxima_nova_altbold";
}
.button-57 span:first-child {
    position: relative;
    transition: color 0.6s cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}
.visual input[type="text"] {
    height: 50px;
}
.visual input[type="email"] {
    height: 50px;
}
.button-57 span:last-child {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 70%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 1px;
    width: 100%;
}
.button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f58634;
    transform-origin: bottom center;
    transition: transform 0.6s cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}
.button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}
.button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-70%);
    opacity: 1;
    transition: all 0.9s cubic-bezier(0.48, 0, 0.12, 1);
}
.button-57 {
    font-size: 17px;
    line-height: 20px;
    padding: 8px;
}
.faq h5 {
    font-weight: 400;
    font-size: 36px;
    color: #143058;
    margin-bottom: 24px;
}
.faq .accordion-flush .accordion-item {
    margin-bottom: 28px;
    border-radius: 10px;
}
.faq .accordion-button {
    font-size: 19px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #1d19774d !important;
}
.faq .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-button:after {
    background-color: #f58134;
    border-radius: 50px;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-position: center;
}
.faqimg {
    padding: 10px;
    background: #fffdfd;
    border-radius: 15% 0;
    box-shadow: inset -1px 6px 8px #00000045;
}
.faqimg img {
    border-radius: 15% 0;
}
.bg1 {
    background-color: #f9f9ff;
}
.cta-button {
    border: none;
    color: #fff !important;
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    padding: 10px !important;
    border-radius: 5px !important;
    background: #ed721d !important;
    color: #fff;
    text-decoration: none;
}
.cta-button2 {
    padding: 10px !important;
    border-radius: 5px !important;
    background: #5475a7 !important;
    color: #fff;
    text-decoration: none !important;
}
.mr15 {
    margin-right: 15px;
}
.cta-button:hover {
    background: linear-gradient(45deg, #143058, #ed721d, #143058) !important;
    animation: glowing 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
}
.cta-button2:hover {
    background: linear-gradient(45deg, #143058, #5475a7, #ed721d) !important;
    animation: glowing 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
}
.leftbutton {
    position: fixed;
    top: 40%;
    right: -48px;
    z-index: 999;
    transform: rotate(270deg);
    z-index: 999999;
}
.request {
    background: #f58134;
    border: 0;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    padding: 4px 20px;
    text-decoration: none;
}
@media (max-width: 1023px) {
    .swiper-container {
        height: 40vw;
    }
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .imgmob {
        background: #f7fffe;
        box-shadow: inset 3px 7px 13px #000000b3;
    }
    .swip .swiper-container {
        height: 452px;
    }
    .swip .swiper-slide .content .title {
        font-size: 22px;
        margin-bottom: 44px;
    }
    .section-title .title,
    .section-title1 .title {
        display: grid;
        gap: 0;
    }
    .three .section-title h1:before {
        left: 50%;
        transform: translate(-50%);
    }
    .three .section-title h1:after {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .line {
        display: none;
    }
    .arrow {
        display: none;
    }
}
.siteform .modal-header {
    background-color: #f68734;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.siteform .modal-title {
    margin: 0;
    line-height: 1; /*font-weight: 300;*/
    font-size: 18px;
    color: #fff;
}
.fs-label {
    font-weight: 600;
}
.red {
    color: red;
    font-weight: 700;
}
.btn-ces {
    background: #00a0dc;
    color: #fff !important;
}
.btn-ces:hover {
    background: #f58634;
    color: #fff !important;
}
.loading {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}
.loadimg {
    margin: 10%;
    text-align: center;
}

/* -----pritee----30 jan 2024------------------------------------ */
@media screen and (max-width: 1368px) and (min-width: 1363px)  {

    .navbar-light .navbar-nav .nav-link{font-size: 14px; }
    .three h1{font-size: 1.5rem;}
 
    .faq .accordion-button {
        font-size: 16px;
    }
    .section-title .title {
        font-size: 37px;
    }
    .appi-cta.read_more_wrapper a {
        font-size: 17px;
    }
    .vis-img{    padding: 22px;}
    #d_reality{height:auto }
}

@media screen and (min-device-width: 767px) and (max-device-height:1922px) and (-webkit-device-pixel-ratio: 1.5){
    .navbar-light .navbar-nav .nav-link{font-size: 14px; }
    .three h1{font-size: 1.5rem;}
 
    .faq .accordion-button {
        font-size: 16px;
    }
    .section-title .title {
        font-size: 30px;
    }
    .appi-cta.read_more_wrapper a {
        font-size: 17px;
    }
    .vis-img{    padding: 22px;}
    #d_reality{height:auto }
    .swiper-slide .content .title {
        font-size: 16px;
        margin-bottom: 27px;
    }
}