* {
    margin: 0;
    padding: 0;
}

/* html,
body {
    position: relative;
    height: 100%;
} */

/* body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
} */


/* SCROLLLBAR START */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #c7262c 30%, #5fc8db 100%) !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* SCROLLLBAR END */

/* CUSTOM CSS START */
.text-primary {
    color: #c7262c !important;
}

.text-secondary {
    color: #5fc8db !important;
}

.text-yellow {
    color: #fff101 !important;
}

.bg-primary {
    background: #c7262c !important;
}

.bg-secondary {
    background: #5fc8db !important;
}

.text-gradient {
    background: -webkit-linear-gradient(#c7262c, #5fc8db) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.bg-gradient {
    background: linear-gradient(90deg, #c7262c 30%, #5fc8db 100%) !important;
    color: #fff !important;
}

.fa-1em {
    font-size: 1.3em;
}

.border-10px {
    border-radius: 10px !important;
}

.alexa-regular-font {
    font-family: 'Alexa Std', sans-serif !important;
}

.form-control:focus {
    /* border-color: #c7262c; */
    border: none;
    box-shadow: inset 0 0 0 1px #c7262c;
}

.form-control {
    height: calc(1.5em + 1.25rem + 5px);
    display: block;
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
    box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
    -webkit-transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}


.form-group textarea {
    height: 5em;
}

/* CUSTOM CSS END */


/* BOTTOM TO TOP CALL START */
.scroll-top {
    position: fixed;
    bottom: 5em;
    right: 1.6em;
    /* background-color: #c0c0c0; */
    background-color: #fff;
    color: #c7262c !important;
    height: 45px;
    width: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0
}

.scroll-top i {
    transition: all .2s;
    color: #c7262c !important;
}

.scroll-top:hover {
    background: #c0c0c0ea;
}

.scroll-top:hover i {
    padding-bottom: 13px;
}

/* BOTTOM TO TOP CALL END */


/* PRE LOADER END */
.flipping {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hypnotic {
    width: 56px;
    height: 56px;
    display: grid;
    animation: spinner-plncf9 4s infinite;
}

.hypnotic::before,
.hypnotic::after {
    content: "";
    grid-area: 1/1;
    border: 9px solid;
    border-radius: 50%;
    border-color: #c7262c #c7262c #0000 #0000;
    mix-blend-mode: darken;
    animation: spinner-plncf9 1s infinite linear;
}

.hypnotic::after {
    border-color: #0000 #0000 #dbdcef #dbdcef;
    animation-direction: reverse;
}

@keyframes spinner-plncf9 {
    100% {
        transform: rotate(1turn);
    }
}

/* PRE LOADER END */


/* HEADING ANIMATION START */
.home_heading .box {
    width: 250px;
    height: 100px;
}

.home_heading .box .title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
}

.home_heading .box .title .block {
    width: 0%;
    height: inherit;
    background: rgb(255, 255, 255);
    position: absolute;
    animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
}

.home_heading .box .title h1 {
    font-family: "Poppins";
    font-size: 32px;
    -webkit-animation: mainFadeIn 2s forwards;
    -o-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    color: #fff;
}

.home_heading .box .role {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: -10px;
}

.home_heading .box .role .block {
    width: 0%;
    height: inherit;
    background: white;
    position: absolute;
    animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    display: flex;
}

.home_heading .box .role p {
    animation: secFadeIn 2s forwards;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 600;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: #3399ff;
        border: 0px solid #ddd;
        opacity: 0;
    }

    50% {
        width: 10px;
        height: 10px;
        background: #d2e2ff;
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: #3399ff;
        border: 0px solid #222;
        bottom: 13px;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

/* HEADING ANIMATION END */


/* HEADER START */
header {
    width: 100%;
    /* padding: 20px 0px 17px 0px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav-link-a {
    font-weight: 400;
    font-size: 1.5em;
    color: #c7262c;
    text-decoration: none;
    position: relative;
}

.nav-link-a:hover {
    color: #000;
}

.nav-link-a-active {
    text-decoration: 2px solid #c7262c underline;
    text-underline-offset: 8px;
    transition: 0.3s ease;
}


.nav-link-a:after {
    background: none repeat scroll 0 0 transparent;
    /* bottom: 0; */
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #c7262c;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-link-a:hover:after {
    width: 100%;
    left: 0;
}

/* HEADER END */


/* NAVBAR START */

.nav-logo img {
    width: 250px;
}

/* NAVBAR END */


/* SWIPER START */
.slider-b1 {
    background: url(../img/banner/1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider-b2 {
    background: url(../img/banner/2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider-b3 {
    background: url(../img/banner/3.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider-b4 {
    background: url(../img/banner/4.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider-b5 {
    background: url(../img/banner/5.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider-b6 {
    background: url(../img/banner/6.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.person-img {
    /* width: 25em;
                        height: 25em; */
    position: absolute;
    bottom: 0;
    right: 0%;
}

.slider-b1-content {
    display: flex;
    justify-content: space-between;
    /* background: red; */
    width: 100vw;
}

.b1-text {
    background: #a2238e;
    /* width: 50%; */
    color: #fff;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
}


/* .banner-1-person img {
                width: 37em;
            } */

.slider-b2-content {
    display: flex;
    /* justify-content: space-around; */
    /* background: red; */
    width: 100vw;
}

.b2-text {
    background: #fff;
    /* width: 50%; */
    color: red;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
    position: absolute;
    top: 10%;
    line-height: 1em;
}

/* .banner-2-person img {
                width: 45em;
            } */

.slider-b3-content {
    display: flex;
    /* justify-content: space-around; */
    /* background: red; */
    width: 100vw;
}

.b3-text {
    background: #a2238e;
    /* width: 50%; */
    color: #fff;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
    position: absolute;
    top: 10%;
    line-height: 1em;
}

/* .banner-3-person img {
                width: 47em;
            } */

.slider-b4-content {
    display: flex;
    /* justify-content: space-around; */
    /* background: red; */
    width: 100vw;
}

.b4-text {
    background: #fff;
    /* width: 50%; */
    color: #000;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
    position: absolute;
    top: 10%;
    line-height: 1em;
}

/* .banner-4-person img {
                width: 47em;
            } */

.slider-b5-content {
    display: flex;
    /* justify-content: space-around; */
    /* background: red; */
    width: 100vw;
}

.b5-text {
    background: #fff;
    /* width: 50%; */
    color: #000;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
    position: absolute;
    top: 20%;
    line-height: 1em;
}

/* .banner-5-person img {
                width: 40em;
            } */

.slider-b6-content {
    display: flex;
    /* justify-content: space-around; */
    /* background: red; */
    width: 100vw;
}

.b6-text {
    background: #fff;
    /* width: 50%; */
    color: #000;
    font-size: 4.5em;
    text-align: start;
    padding: 0.0em 1.5em 0.0em 1.5em;
    position: absolute;
    top: 20%;
    line-height: 1em;
}


#particles-js {
    height: 70vh;
    /* background: #fff; */
}

.particles-js-canvas-el {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    z-index: 5 !important;
}

.swiper-button-next {
    z-index: 10 !important;
}

.swiper-button-prev {
    z-index: 10 !important;
}

.swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    /* bottom: 7em; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SWIPER END */


/* ABOUT START */

.about-logo img {
    min-width: 300px;
    max-width: 500px;
}

.about-heading {
    line-height: 30px;
}

/* .about-img {
    min-width: 600px;
    max-width: 900px;
} */

.about-heading span {
    font-size: 1.3em;
    font-weight: bold;
}

.main-section {
    position: relative;
    padding: 40px 0 0px;
    height: 100% !important;
    margin: 0 !important;
}

.about-section {
    min-height: 80.6vh;
    background: url(../img/banner/4.jpg) !important;
    background-position: cover;
    background-repeat: no-repeat;
}

.about-section .content-column {
    position: relative;
    /* margin-bottom: 50px; */
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: white;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #c7262c;
    margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 50px);
    top: -14px;
    left: -19px;
    /* background: transparent; */
    z-index: 0;
    border: 30px solid #fff;
    border-radius: 5em;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
}

/* ABOUT END */


/* CONTACT US START */
.contact .info-box i {
    font-size: 32px;
    color: black;
    border-radius: 50%;
    padding: 8px;
}

.contact_map {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact-div-2 {
    /* background-color: rgb(124, 62, 37); */
    background: #fff;
    padding: 18px;
    border-radius: 10px;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0 30px 0;
    background: #fff;
}

/* CONTACT US END */

/* FOOTER START */
/* #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
} */

#footer {
    z-index: 100;
    position: relative;
}


.fixed-bottom {
    position: fixed !important;
    bottom: 0 !important;
}

/* FOOTER END */