@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');
html {
    font-size: 16px;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #f7f9f8;
    overflow-x: hidden;
    background-image: url(../images/bgcloud.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #0b244c;
    --primary-color: #0c5088;
}

h1 {
    font-size: 85px;
    font-weight: 700;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: #313131;
    margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Impact';
    font-weight: 400;
}

h2 {
    font-size: 74px;
    color: #000;
    font-weight: 400;
    font-family: 'Impact';
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.heading h2 {
    font-size: 3.75rem;
    color: var(--primary-color);
    font-weight: 600;
}

header {
    margin: auto;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-bottom: 0;
    width: 100%;
}

.navbar-nav {
    align-items: center;
    width: 100%;
    justify-content: end;
}

.navbar-nav .nav-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ef9900;
    transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
}

.main-navigate {
    margin: 0;
    padding: 19px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.sliderItem {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slider {
    position: relative;
    margin-bottom: 6rem;
}

.bottom-line {
    position: absolute;
    right: 0;
    bottom: -14px;
    z-index: -1;
    width: 100%;
}

.custom-slider .carousel-indicators {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5%;
    position: absolute;
    top: 0;
    right: -270px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.custom-slider .carousel-indicators li {
    height: 0;
    width: unset;
    font-size: 12px;
    color: var(--white);
    position: relative;
    z-index: 111;
    text-indent: inherit;
    margin: 11px 0;
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    border: none;
}

.custom-slider .carousel-indicators li.active {
    opacity: 1;
}

.custom-slider .carousel-indicators li:before {
    content: '';
    height: 5px;
    width: 20px !important;
    background-color: #ccc !important;
    position: absolute;
    left: 0;
    transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
    font-size: 20px;
    margin: 0;
    color: white;
    margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
    opacity: 0;
}

.custom-slider .carousel-indicators li.active:before {
    width: 50px !important;
    background: #fff !important;
}

ul.top-social {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
    transform-origin: center;
    top: 35%;
    height: 3%;
    z-index: 999;
}

ul.top-social li {
    display: inline-block;
    padding: 0 15px;
}

ul.top-social li a {
    color: #fff;
}

.slider-content h3 {
    font-size: 62px;
    color: #fff;
    line-height: 61px;
    padding-left: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.sliderItem h4 {
    font-size: 74px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 70px;
    text-shadow: 2px 1px 0px #F7FF00;
    width: 70%;
    text-align: center;
    margin-bottom: 2rem;
}

.custom-slider img {
    width: 100%;
}

.text-body .text-holder {
    position: relative;
}

.sliderItem p {
    color: #fff;
    font-size: 18px;
}

.main-navigate .d-flex {
    padding: 15px 20px;
    margin-top: 10px;
    align-items: center;
    justify-content: space-around;
}

.slider-content {
    position: relative;
    transform: rotate(-11deg);
    margin-top: -10rem;
    z-index: 999;
}

.main-navigate .row {
    align-items: center;
}

.main-navigate nav {
    padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding-left: 62px;
    font-size: 19px;
}

.main-navigate nav img {
    width: 87%;
}

header .header-inFo {
    position: absolute;
    right: 28px;
    top: 15px;
    z-index: 999;
}

.header-inFo span img {
    width: 63px;
    display: block;
}

.header-inFo span h5 {
    font-weight: 600;
    font-size: 18px;
    text-align: start;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 17px;
    font-family: 'Poppins', sans-serif;
}

.header-inFo span a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-left: 17px;
}

.btn {
    padding: 15px 50px;
    color: #fff;
    outline: none;
    border: none;
    background: #1a364d;
    border-radius: 33px;
    transition: all .5s;
    font-weight: 500;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

.header-btn {
    position: relative;
    left: 30px;
}

.banner-btn {
    margin-top: 50px;
}

.logo-bn {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

.slider-content .text-holder h2 {
    font-size: 123px;
    color: #C20000;
    text-shadow: 3px 2px 0px #F7FF00;
    letter-spacing: 2px;
    margin-bottom: 0px;
    line-height: 120px;
}

.ml7 {
    position: relative;
    font-size: 212px;
    color: #1A364D;
    right: 3rem;
    font-weight: 400;
    line-height: 52px;
    text-shadow: 3px 2px 0px #F7FF00;
    letter-spacing: 4px;
}

.ml7 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-right: 33px;
    padding-bottom: 0;
    overflow: hidden;
}

.ml7 .letter {
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em;
}

.slider-content .text-holder h5 {
    font-size: 68px;
    text-shadow: 2px 2px 0px #F7FF00;
    position: relative;
    right: 2rem;
    letter-spacing: 1px;
    margin-top: -10px;
}

.clr {
    color: #1A364D;
}

.get-touch {
    background-color: #1A364D;
    display: flex;
    border-radius: 100%;
    padding: 2rem;
    box-shadow: 0px 0px 0px 3px rgb(183 191 204);
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 8rem;
    right: 0;
    left: 0;
    width: 144px;
    height: 144px;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    z-index: 2;
}

.get-touch:hover {
    background-color: #000;
}

.get-touch::before {
    content: '';
    background-image: url(../images/clock.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -78px;
    top: 1px;
    right: 0;
    width: 301px;
    height: 302px;
    margin: auto;
    text-align: center;
    animation: rotate 15s linear infinite;
}

.get-touchx::before {
    content: '';
    background-image: url(../images/clock.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -78px;
    top: 1px;
    right: 0;
    width: 301px;
    height: 302px;
    margin: auto;
    text-align: center;
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get-touch h4 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 0px;
}

.get-touchx h4 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 0px;
}

.man-img {
    position: absolute;
    right: 184px;
    bottom: 72px;
}

.man-img img {
    width: 713px;
    animation: slide-out-bc-center 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

@-webkit-keyframes slide-out-bc-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-1100px);
        transform: translateZ(-1100px);
        opacity: 0;
    }
}

.clouds {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.clouds img {
    width: 800px;
    opacity: 0.8;
}

.clouds .cloud1 {
    position: absolute;
    top: 23%;
    -webkit-animation-name: cloud1animate;
    -moz-animation-name: cloud1animate;
    -o-animation-name: cloud1animate;
    animation-name: cloud1animate;
    -webkit-animation-duration: 25s;
    -moz-animation-duration: 25s;
    -o-animation-duration: 25s;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes cloud1animate {
    0% {
        left: 0%;
    }
    100% {
        left: 90%;
    }
}

.clouds .cloud2 {
    position: absolute;
    top: 5%;
    -webkit-animation-name: cloud2animate;
    -moz-animation-name: cloud2animate;
    -o-animation-name: cloud2animate;
    animation-name: cloud2animate;
    -webkit-animation-duration: 30s;
    -moz-animation-duration: 30s;
    -o-animation-duration: 30s;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes cloud2animate {
    0% {
        right: 0%;
    }
    100% {
        right: 90%;
    }
}

.clouds .cloud3 {
    position: absolute;
    top: 53%;
    left: 0;
    -webkit-animation-name: cloud3animate;
    -moz-animation-name: cloud3animate;
    -o-animation-name: cloud3animate;
    animation-name: cloud3animate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes cloud3animate {
    0% {
        left: 0%;
    }
    100% {
        left: 90%;
    }
}

.clouds .cloud4 {
    position: absolute;
    bottom: 4%;
    -webkit-animation-name: cloud4animate;
    -moz-animation-name: cloud4animate;
    -o-animation-name: cloud4animate;
    animation-name: cloud4animate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes cloud4animate {
    0% {
        right: 0%;
    }
    100% {
        right: 90%;
    }
}

.bigg {
    position: absolute;
    bottom: -10rem;
    z-index: -1;
}

.pln {
    position: absolute;
    bottom: 211px;
    right: -500px;
    opacity: .8;
    /*animation: plx 10s linear 0s infinite reverse;*/
    z-index: 99;
}

@keyframes plx {
    from {
        right: -500px;
    }
    to {
        right: 102%;
    }
}

.mini-plane {
    position: absolute;
    right: -6rem;
    z-index: 3;
}

.mini-plane img {
    width: 482px;
}

.footersocial ul {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 4rem;
}

.footersocial ul li {
    display: inline-block;
    padding-right: 2px;
}

.ft-big {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

footer::before {
    content: '';
    background-image: url(../images/1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -29rem;
    left: -53px;
    width: 770px;
    height: 687px;
    animation: slide-out-bc-center 4s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

footer {
    background-image: url(../images/footer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 16rem 0 1rem;
    margin-top: 20rem;
    position: relative;
}

.footersocial ul li a i {
    height: 50px !important;
    width: 50px !important;
    background-color: transparent;
    color: white;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border: 1px solid white;
    transition: all .5s;
}

.footersocial ul li a i:hover {
    background-color: #fff;
    color: #000;
}

.contact-inf article h5 {
    font-weight: 700;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    color: #fff;
}

.contact-inf article span {
    font-size: 22px;
    margin-top: 15px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.contact-inf {
    text-align: center;
    margin-bottom: 3rem;
}

.get-ready-sec {
    padding: 7rem 0 9rem 0;
    margin-top: 0rem;
    position: relative;
}

.get-ready-sec .primary-heading h4 {
    color: #C20000;
    font-size: 50px;
    margin-bottom: 0px;
}

.get-ready-sec .primary-heading h2 {
    font-size: 89px;
    color: #1A364D;
}

.get-ready-sec .owl-nav {
    position: absolute;
    left: 15px;
    bottom: -88px;
}

.get-ready-sec .owl-nav button.owl-prev {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    color: #000000;
    font-size: 21px;
    background: transparent;
    border: 2px solid #000;
}

.get-ready-sec .owl-nav button.owl-next {
    background-color: transparent;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    color: #000000;
    font-size: 27px;
    border: 2px solid #000;
}

.ready-img {
    position: relative;
}

.get-ready-sec .get-touchx {
    background-color: #1A364D;
    display: flex;
    border-radius: 100%;
    padding: 2rem;
    box-shadow: 0px 0px 0px 3px rgb(183 191 204);
    text-align: center;
    position: absolute;
    bottom: -2rem;
    right: 7rem;
    width: 144px;
    height: 144px;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    z-index: 2;
}

.ready-img article p {
    font-size: 14px;
    padding-left: 10rem;
    width: 70%;
    padding-top: 0rem;
}

.ready-img article h3 {
    font-size: 37px;
    padding-left: 10rem;
    width: 70%;
    padding-top: 4rem;
    color: #0b244c;
}

.get-ready-sec .get-touchx:hover {
    background-color: #000;
}

.star {
    position: absolute;
    top: -89px;
    left: 4rem;
}

.ml10 {
    font-weight: 400;
    font-size: 89px;
    text-transform: uppercase;
    line-height: 33px;
    color: #1A364D;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.read-slider {
    margin-top: -5rem;
}

.slider-content .text-holder h6 {
    font-size: 50px;
    font-weight: 400;
    color: #C20000;
    background-color: #F2FA00;
    display: inline-block;
    padding: 1.4rem;
    margin-left: 2rem;
    transition: all .5s;
}

.slider-content .text-holder h6:hover {
    background-color: #000;
    color: #fff;
}

.membership-sec {
    padding: 7rem 0;
}

.membership-sec .primary-heading h2 {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    color: #C20000;
    background-color: #F2FA00;
    padding: 2rem;
    border-radius: 40px;
    box-shadow: 0px 0px 15px #00000066;
    position: relative;
    text-shadow: 0px 0px 3px #00000066;
    margin-bottom: 6rem;
}

.membership-sec .primary-heading h2::before {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #F7FF00;
    display: inherit;
    position: absolute;
    border-radius: 100%;
    top: 33px;
    animation: pulse-animation- 1.7s infinite;
    left: -60px;
    box-shadow: 0px 0px 5px #00000066;
}

@keyframes pulse-animation- {
    0% {
        box-shadow: 0 0 0 0px rgba(218, 224, 34, 0.968);
    }
    100% {
        box-shadow: 0 0 0 50px rgb(247, 255, 0, 0.1);
    }
}

.slider-nav .slick-list {
    width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider-nav {
    margin-top: -228px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.img-tag {
    margin: 0px 0px;
}

.slick-track {
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}

.item-slick {
    position: relative;
}

.m-content {
    text-align: end;
    position: relative;
    height: 100%;
}

.m-content .get-touch {
    bottom: 0rem;
    right: -15rem;
    z-index: 1;
}

.m-content article h2 {
    font-size: 68px;
    color: #1A364D;
    text-shadow: 0px 0px 4px #0000002a;
    line-height: 75px;
}

.m-content article h5 {
    font-size: 27px;
}

.m-content article h4 span {
    display: block;
    color: #C20000;
    text-shadow: 3px 2px 0px #F7FF00;
    font-size: 48px;
}

.m-content article h4 {
    font-size: 93px;
    color: #C20000;
    text-shadow: 3px 2px 0px #F7FF00;
}

.process-secs .primary-heading h2 {
    font-size: 90px;
    color: #1A364D;
}

.process-secs .primary-heading h4 {
    font-size: 50px;
    font-weight: 400;
}

.process-card {
    text-align: center;
    box-shadow: 0px 0px 32px #bdb8b8;
    border-radius: 42px;
    height: 684px;
    background: #f7f9f8;
    position: relative;
}

.process-card article {
    margin-top: 20px;
    padding: 0px 10px 20px 10px;
}

.process-card article h3 {
    font-size: 26px;
}

.purple {
    color: #5159AC;
}

.process-card article h5 {
    font-size: 17px;
}

.green {
    color: #01CD9A;
    font-size: 32px !important;
}

.green1 {
    color: #7CE413;
    font-size: 32px !important;
}

.purple1 {
    color: #15A0C1;
    font-size: 32px !important;
}

.mrxx {
    margin-top: 13rem;
}

.process-secs {
    position: relative;
}

.process-secs::before {
    content: '';
    background-image: url(../images/ppl.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 59rem;
    width: 224px;
    height: 213px;
}

.aszr {
    position: absolute;
    left: 151px;
    right: 0;
    margin: auto;
    text-align: center;
    top: 54rem;
}

.num {
    position: absolute;
    right: -88px;
    font-size: 120px;
    color: #E3E3E3;
    top: -1rem;
    z-index: -1;
    font-weight: 400;
}

.aszr img {
    width: 1600px;
}

.travel-sec-member {
    padding: 10rem 0 5rem 0;
    position: relative;
}

.travel-sec-member::after {
    content: '';
    background-image: url(../images/ezg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: -5rem;
    top: 0;
    width: 734px;
    height: 678px;
}

.travel-sec-member::before {
    content: '';
    background-image: url(../images/image-22.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -12rem;
    top: -35px;
    width: 748px;
    height: 678px;
}

.tts {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    color: #C20000;
    background-color: #F2FA00;
    padding: 1rem;
    border-radius: 40px;
    box-shadow: 0px 0px 15px #00000066;
    position: relative;
    font-family: 'Impact';
    margin-top: 2rem;
}

.travel-sec-member .primary-heading h2 {
    font-size: 90px;
    color: #1A364D;
}

.travel-sec-member .primary-heading h4 {
    font-size: 43px;
    margin-top: 22px;
}

.member-travel-card {
    text-align: center;
    box-shadow: 0px 0px 32px #bdb8b8;
    border-radius: 40px;
    background: #f7f9f8;
}

.member-travel-card article span {
    background-color: #1A364D;
    border-radius: 100%;
    padding: 2rem;
    box-shadow: 0px 0px 0px 3px rgb(183 191 204);
    text-align: center;
    width: 144px;
    height: 144px;
    transition: all .5s;
    color: #fff;
    font-size: 26px;
    display: block;
    line-height: 80px;
    margin: auto;
    font-family: 'Impact';
    position: relative;
}

.member-travel-card article span::before {
    content: '';
    background-image: url(../images/ring.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -8px;
    top: -7px;
    right: 0;
    bottom: 0;
    width: 159px;
    height: 159px;
}

.member-travel-card article p {
    font-size: 14px;
    font-weight: 400;
}

.starsss {
    margin-top: -7rem;
}

.member-travel-card article {
    padding: 10px 24px 38px 24px;
    height: 711px;
}

.plan-btn {
    background-color: #F7FF00;
    border-radius: 34px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 15px 20px;
    box-shadow: 0px 0px 12px #bdb8b8;
    display: inline-block;
    font-family: 'Impact';
    margin-top: 30px;
}

.mxtz .col-lg-3 {
    margin: 0px 22px;
}

.menn {
    position: absolute;
    right: -22px;
    bottom: 25px;
}

.menn img {
    width: 600px;
}

.airpln {
    position: absolute;
    bottom: -91px;
    left: 0;
}

.tls h2 {
    color: #C20000;
    font-size: 56px;
}

.tls {
    position: relative;
}

.tls::before {
    content: '';
    background-image: url(../images/ppl.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -14rem;
    width: 224px;
    height: 213px;
}

.contactus {
    padding: 50px 0px 125px 0px;
    position: relative;
}

.contactus::after {
    content: '';
    background-image: url(../images/bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    bottom: -17rem;
    height: 502px;
    z-index: -1;
}

.contactus form input {
    min-height: 56px;
    border: none;
    background: #ffffff;
    border-radius: 30px;
    padding-left: 24px;
}

.contactus form select {
    min-height: 56px;
    border: none;
    background: #efefef;
    border-radius: 30px;
    padding-left: 24px;
    margin-top: 15px;
}

.contactus form textarea {
    border: none;
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;
    margin-top: 15px;
}

.form-btn {
    text-align: center;
}

.contactus form .btn {
    padding: 10px 70px;
    margin: 25px auto;
    left: 0;
    margin-top: 43px;
}

.process-card article p{
    font-size: 13px;
}

.contactus .primary-heading h2 {
    text-transform: capitalize;
    font-size: 90px;
    margin-bottom: 40px;
    color: #1A364D;
}

.video-player {
    position: relative;
}

.ovarlay-play-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ovarlay-play-icon img {
    width: 150px !important;
}

    .modal-dialog {
        max-width: 500px;
        margin: 7.75rem auto;
    }
    
    .my_btn{
            position: fixed;
    right: 3rem;
    bottom: 2rem;
    z-index: 9999;
      animation: pulse-animation-5 2s infinite;
    }
    
    @keyframes pulse-animation-5{
  0% {
    box-shadow: 0 0 0 0px rgb(0, 0, 0,0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(0, 0, 0,0.1);
  }
}


.callfluent_paper form .input-field input {
    width: 100% !important;
}
    