@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');



:root {
    --primary: #FF7000;
    --secondary: #ddf557;
    --light: #EEF9FF;
    --dark: #091E3E;
    --text-primary: #0dbbb3;

}



body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    text-align: justify;

}

::selection {
    background-color: #107bdfbe;
    color: #f2f5f8;
}

::-webkit-scrollbar {
    width: 15px;

}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ff8f26;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a7fe8;
}



p {
    font-family: "Alice", serif;
}

h2 {
    font-family: "Alice", serif;
    color: #fe3925;
}

a {
    padding-top: 10px;
    text-decoration: none;
}

a:hover {
    color: #003c7b;
}

span {
    color: #FF7000;
    ;
}


/* loader */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* loader end */


/* overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, #ffb20045, #42372a94, #ff99181a);

}

/* overlay */

/* topbar */
.topbar {
    background-color: #ff8f26;
    padding-top: 8px;
    padding-bottom: 6px;
    align-items: center;
}

.topbar p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000000;
}

.topbar p a {
    color: #fff;
    font-size: 17px;
}

.social-links {

    justify-content: space-between;
    align-items: center;
}

.social-links i {
    color: #003c7b;
    background-color: #fff;
    font-size: 16px;
    padding: 6px;
    border: 1px solid #003c7b;
    border-radius: 50%;
}


/* logo */
.logo {
    height: auto;
    width: 371px;
}

/* logo end */



/* carousel- */
.caro h5 {
    color: #fff;
    font-size: 47px;
    font-weight: 600;
}

.caro p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}



#carouselExampleDark .carousel-caption {
    bottom: 150px !important
}

/* carousel-end */



/* hero banner */
.hero-banner a {
    color: #333;
}

.hero-banner {
    background-image: linear-gradient(84deg, #0000007a, #0000009c, #00000070), url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    background-attachment: fixed;
}

/* hero banner  end */

/* top  */
.contact-banner {
    padding-top: 160px;
    padding-bottom: 160px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(90deg, #4690db4a, #fbfbfb80, #5a5c97b3), url(../images/top-bg.png);

}

.contact-banner a {
    color: #000;
}

/* top banner end  */

/* topbar end */


.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }


}



/* about */
.about h2:after,
.about-events:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 1px;
    background: #FF7000;
    margin-bottom: 10px;
    margin-top: 20px;
}


.section-border {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.content-wrap {
    padding: 20px 0;
}


/* founder  */

.author-box {
    background-color: #f6f6f6;
    padding: 20px;
}

.author-box .media-heading {
    color: #222222;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* founder */



/* section-middle */
.section-middle {
    background: linear-gradient(76deg, #d9d9d9d6, #9ca2b58f), url(../images/middle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.section-middle h2 {
    color: #0b0332;
    font-size: 40px;
    font-weight: 600;
}


/* section-middle end */


/* last section start */
.section-last {
    background-color: #febc1e8a;
    padding-top: 23px;
    padding-bottom: 8px;
}

/* last section start */


/* vision mission */
.about h3:hover {
    color: #ff7000;
}


.about h3 {
    font-weight: 600;
}

/* vision mission end*/


/* gallery */
.gallery img {
    margin-bottom: 10px;
}

/* gallery */




/* Bank account */
.account i {
    background-color: #014bae;
    padding: 10px;
    border: 2px solid #29b5f3;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

/* Bank account end*/

/* back to top */
#button {
    display: inline-block;
    background-color: #2f9ded;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 20px;
    color: #fff;
}

/* about i */
.about-us i {
    background-color: #003c7b;
    padding: 10px;
    border: 2px solid #003c7b;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

.about-us .d-flex p {
    margin-bottom: 0;
}


/* Our Specialities  */
.wrapper {
    display: flex;
    margin: 10px 56px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

@media (max-width: 700px) {
    .wrapper {
        margin: 1px auto;
        flex-direction: column;
        align-items: center;
    }

}

.wrapper .box {
    width: 220px;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
}

.wrapper .box .front-face {
    background: #fff;
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
}

.box .front-face .icon {
    height: 80px;
}

.box .front-face .icon i {
    font-size: 65px;
}

.box .front-face span,
.box .back-face span {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.box .front-face .icon i,
.box .front-face span {
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box .back-face {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 220px;
    width: 100%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1);
    transition: all 0.5s ease;
}

.box .back-face p {
    margin-top: 10px;
    text-align: justify;
}

.box:hover .back-face {
    opacity: 1;
    transform: rotateX(0deg);
}

.box:hover .front-face {
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
}



/* Our Specialities end */
/* prising table */
.pricingTable {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 75px 0;
    border-radius: 30px;
    box-shadow: 0 0 18px rgb(13 71 235 / 50%);
    position: relative;
    z-index: 1;
    margin: 15px;
    border: solid 3px;
    border-color: darkorange;
}

.pricingTable title {
    font-family: "Alice", serif;
    font-weight: 600;

}

.pricingTable .pricingTable-header {
    margin: 0px 20px 15px;
}

.pricingTable .price-value {

    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    padding: 10px 0;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: justify;
    padding: 10px;
}

/* prising table end*/

/* faq */

/* faq End*/

/* wh- button */
.float {
    position: fixed;
    width: 3rem;
    height: 3rem;
    bottom: 100px;
    right: 26px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    font-size: 25px;
    padding: 5px;
}

/* wh- button End*/

/* call button */
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 2rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


/* call button End*/


/* contact section */
.contact a {
    color: #000000;


}

.contact a:hover {
    color: #0a69cf;
}


/* contact section */



/* footer start */
footer {
    background-color: #febc1e61;
    padding-top: 30px;

}

footer p {
    color: #000000;
}

footer a {
    color: #000000;
}

footer h4 {
    color: #363636;
}

.footer-logo {
    height: auto;
    width: 289px;
    margin-bottom: 10px;
    border-radius: 10px;
}

footer a:hover {
    color: #0a69cf;
}



/*  footer End */



@media only screen and (max-width: 1025px) {


    .logo {
        height: 55px;
        width: 135px;
    }
}



@media only screen and (max-width: 530px) {


    .topbar p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #000000;
    }

    .logo {
        height: auto;
        width: 216px;
    }

    .carousel-inner h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .carousel-inner p {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }
}


@media only screen and (max-width: 480px) {

    .service img {

        width: 216px;

    }

    #carouselExampleDark .carousel-caption {
        bottom: 30px !important;

    }

    .section-middle h2 {

        font-size: 17px;

    }

}


@media only screen and (max-width: 420px) {

    .service img {

        width: 216px;

    }

    #carouselExampleDark .carousel-caption {
        bottom: 15px !important;

    }

    .section-middle h2 {

        font-size: 17px;

    }

}