@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@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');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Righteous&family=Rock+Salt&family=Sue+Ellen+Francisco&display=swap');

@import url('https://fonts.googleapis.com/css?family=Poppins');
/*@import url('https://fonts.googleapis.com/css?family=century-gothic-paneuropean');
@import url('https://fonts.googleapis.com/css2?family=Gothic + A1&display=swap');
*/
@font-face {
    font-family: 'Aclonica';
    src: url('../fonts/Aclonica.ttf') format('truetype');
}

@font-face {
    font-family: 'Advent Pro';
    src: url('../fonts/Advent Pro.ttf') format('truetype');
}

.ft-Righteous {
    font-family: 'Righteous' !important;
    letter-spacing: 0.1rem !important;
}

.ft-RockSalt {
    font-family: 'Rock Salt' !important;
    letter-spacing: 0.2rem !important;
}

.ft-SueEllenFrancisco {
    font-family: 'Sue Ellen Francisco' !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
    line-height: 2.2;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #051047;
    letter-spacing: 0.1rem;
    background-color: #f2f2f2;
    overflow-x:hidden;
    overflow-y:auto;
}

.bg-white {
    background-color: #ffffff !important;
}

.h1, h1, h2, .h2, h3, .h3, .h4, h4, h5, .h5, .h6, h6 {
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0.2rem;
    text-transform: uppercase;
}

/* Full height image header */
/* .bgimg-1 {
  background-position: center; 
  background-size: cover;
  background-image: url("image/img5.jpg");
  min-height: 70%;
  object-fit: cover;
  
} */

.w3-bar .w3-button {
    padding: 16px;
}

.header-img {
    height: auto;
    width: 3.5rem;
    border-radius: 7px;
}

.w3-bar .w3-bar-item {
    font-family: sans-serif;
}

#button {
    position: relative;
    height: auto;
    overflow: hidden;
    transition: 0.5s;
}

    #button:hover {
        z-index: 1;
        transform: scale(1.25);
        /* box-shadow:0 25px 40px rgba(0,0,0,.5); */
        border-radius: .5rem;
        border: 0.5em px solid #6b6b6b;
    }

/* Dashboard css */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

#type {
    position: relative;
}

.w3-round-xxlarge {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
/* #type:hover .w3-round-xxlarge {
  opacity: 0.;
  } */
#type:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 2px solid white;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.w3-main {
    max-width: 1520px;
    /* margin-top:20px;
    margin-bottom:20px; */
    background-image: url('image/bg-img-11.jpg');
    background-size: cover;
}

#footer.w3-center {
    /* background-color:#8b4513!important; */
    background-image: linear-gradient(180deg, #8b4513, #b9b9b9);
}


/* About Css */
.w3-row-padding {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

/* Product Page Css */
#test {
    position: relative;
    /* width: 245px; */
    height: auto;
    overflow: hidden;
    transition: 0.5s;
    border: 5px solid white;
    border-width: thick;
    background-color: #ffffff;
}

    #test:hover {
        z-index: 1;
        transform: scale(1.00);
        box-shadow: 0 25px 40px rgba(0,0,0,.5);
        /* border-radius: 1.5rem; */
        border: 1px solid #6b6b6b;
    }
/* .w3-modal-content{
      width: 500px !important;
  }
   */
hr.solid {
    border-top: 8px solid #ffffff;
}

/* Enquiry css */
.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f5f5f5;   */
}

form {
    font-size: 14px;
}

.btn {
    font-size: 14px;
}

.login-form {
    width: 330px;
    margin: 20px;
    /* margin-top: 80px; */
    border-block-width: 2px;
}

.enquiry-form {
    width: 330px;
    margin: 20px;
    /* margin-top: 80px; */
    border-block-width: 2px;
    border: 2px solid black;
}

/* .sign-up {  
    text-align: center;  
    padding: 20px 0 0;  
}   */
.alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.navbar, header {
    background-color: #ffffff;
    border-bottom: #6b6b6b 2px solid;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .navbar .navbar-nav .nav-link {
        color: #fff;
        font-size: 0.75rem;
        background-color: #373b51;
        margin: 0.2rem;
        border-radius: 0.3rem;
        border: solid #c2c2c2 1px;
        padding: 0.2rem !important;
    }

        .navbar .navbar-nav .nav-link:hover {
            /*color: #373b51;
            background-color: #c2c2c2;*/
            transition: 0.25s all ease-in-out !important; /* Animation */
            transform: scaleY(1.2);
        }

    .navbar .navbar-nav .active > .nav-link {
        color: #fbc531;
    }

footer a.text-light:hover {
    color: #fed136 !important;
    text-decoration: none;
}

footer .cizgi {
    border-right: 1px solid #c2c2c2;
}

.bg-ls {
    background-color: #cde9d6;
    border-radius: 10px;
    border: #c2c2c2 solid 2px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #051047;
}

.bg-pink {
    background-color: #f8d3cf;
    border-radius: 10px;
    border: #c2c2c2 solid 2px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.bg-lb {
    background-color: #535480;
    border-radius: 10px;
    border: #c6dcfc solid 2px;
    padding: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #f1f1f1;
}
.bg-db {
    background-color: #000005;
    border-radius: 10px;
    border: #535480 solid 2px;
    padding: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #f1f1f1;
}

.bg-off-white {
    background-color: #f2f2f2;
    border-top: #c2c2c2 solid 1px;
    border-bottom: #c2c2c2 solid 1px;
    margin-top: auto;
    margin-bottom: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */

#abt-carousel .carousel-item {
    height: 16rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media only screen and (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.carousel-caption {
    background-color: #01010187;
    border-radius: 20px;
    padding: 0.4rem;
}

.product-bg {
    min-height: 22rem;
    margin: 0.75rem 0.15rem 0.75rem 0.15rem;
    padding: 0.15rem;
    background-color: #f2f2f2;
    border: solid #fafafa 2px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow: hidden;
}

.product-card {
   /* height: 29rem;*/
    min-height: 22rem; 
    margin: 0.75rem 0.15rem 0.75rem 0.15rem;
    padding: 0.15rem;
    background-color: #f1e2e29c;
    border: solid #fafafa 2px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

hr {
    margin: 0.7rem;
}

.product-card-p {
    font-size: 0.9rem;
    height: 32rem;
    /* min-height: 22rem; */
    margin: 0.75rem 0.15rem 0.75rem 0.15rem;
    padding: 0.15rem;
    background-color: #f1e2e29c;
    border: solid #fafafa 2px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow: hidden;
}

    .product-card-p lable {
        font-size: 0.8rem;
    }

.product-img {
    width: 250px;
    height: auto;
    border: 5px solid white;
    border-radius: 10px;
}

.product-img-modal {
    width: auto;
    height: 10rem;
    border: 5px solid white;
    border-radius: 10px;
}

.text-modal-data {
    color: #78244c;
    font-weight: 500;
    letter-spacing: 1px;
}

.text-rouge {
    color: #a94064;
}

.bg-lightpurple {
    background-color: #e2dde9;
    border-radius: 10px;
    border: #c2c2c2 solid 2px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.bg-lights {
    background-color: #dde2e9;
    border-radius: 10px;
    border: #c2c2c2 solid 2px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.bg-hanuman {
    background-color: #8b4513 !important;
    color: #fff !important;
}

.bg-hanuman-ftr {
    background-color: #2a12016c !important;
    color: #fff !important;
    border-radius: 0.9rem;
    min-height: 14rem;
}

.bg-btlgreen {
    background-color: #2d574f;
    color: #ffffff;
}
.text-btlgreen {
    color: #2d574f;
}

.bg-lbtlgreen {
    background-color: #379683;
    color: #ffffff;
}

.text-lbtlgreen {
    color: #379683;
}

.product-name {
    color: #871515;
    font-weight: 700;
}

.view {
    background-color: #871515;
}

.testimonial {
    font-size: 0.8rem;
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

    .owl-carousel .owl-item .card {
        padding: 30px;
        position: relative;
    }

.owl-carousel .owl-stage-outer {
    /*overflow-y: auto !important;
    padding-bottom: 40px;*/
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #a04505;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #a04505f7 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #a04505ab !important;
}

.product-card-p .card-footer {
    background-color: transparent !important;
    border-top: 0px !important;
}

.product-card-p .card-body {
    padding: 0.25rem !important;
}

.shadow-25 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.shadow-3 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text-blue {
    color: #051047;
}

.bg-blue {
    background-color: #051047;
    color: #ffffff;
}

.bg-skyblue {
    background-color: #36a1d4;
    color: #ffffff;
}

.text-skyblue {
    color: #36a1d4;
}

.bg-orange {
    background-color: #d22d16;
    color: #ffffff;
}

.text-orange {
    color: #d22d16;
}

.bg-lorange {
    background-color: #e67235;
    color: #ffffff;
}

.text-lorang {
    color: #e67235;
}

.text-lb {
    color: #535f80;
}

.text-llb {
    color: #edf6ff;
}

.bg-llb {
    background-color: #edf6ff;
    color: #051047;
}

.product-card-w {
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin: 0.6rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-align: center;
}

.img-f {
    height: auto;
    width: auto;
    max-height: 20rem;
   
}

.ft-IndFlower {
    font-family: 'Indie Flower' !important;
    font-stretch: expanded;
    font-weight: 400 !important;
}

.space {
    height: 1.2rem !important;
}

.space2 {
    height: 2.5rem !important;
}

.signup-section {
    background: url(/image/signup-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0.4rem;
    padding-top: 0.1rem;
}

    .signup-section .caption img {
        max-width: 100%;
        margin-top: -60px;
        animation-duration: 4s;
    }

    .signup-section .contact-wrapper {
        margin-top: 0.6rem;
        color: #ffffff;
    }

        .signup-section .contact-wrapper h3 {
            font-size: 25px;
            font-weight: 100;
            line-height: 40px;
            color: #FFFFFF;
            margin-bottom: 23px;
        }

.text {
    width: 50%;
    height: 49px;
    background-color: #f1f1f199;
    border-radius: 40px;
    position: relative;
    margin-top: 40px;
}

 input {
    width: 100%;
    height: 53px;
    border-radius: 40px;
    border: 0;
    background: none;
    padding: 0 30px;
    outline: none;
    font-size: 15px;
} 

.flag {
    overflow: hidden;
    border: 1px solid #efefef;
    margin: 0.7em;
    background: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    min-height: 17rem;
}

    .flag p {
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase;
        color: #02172c;
        font-weight: 500;
        margin-bottom: 0;
    }

.text button {
    position: absolute;
    top: -7px;
    right: 21px;
    width: 28px;
    height: 28px;
    background: transparent;
    color: #d53434;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 2.5rem;
}

.testimonials-container {
    padding: 0 40px;
    margin: 0 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}

section.w-100.testimonials {
    background: linear-gradient(0deg, rgba(255,255,255,1) 36%, rgba(35,24,52,1) 36%);
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

    section.w-100.testimonials .owl-carousel {
        width: 100%;
        cursor: move;
    }

        section.w-100.testimonials .owl-carousel .item {
            text-align: center;
            font-family: 'Lato', sans-serif;
            padding: 0.9rem;
            box-sizing: border-box;
            background-color: #fff;
            transition: 0.3s all linear;
            border: 1px solid #2d1832;
            border-radius: 0.5rem;
            min-height: 383px;
            max-height:502px;
        }

            section.w-100.testimonials .owl-carousel .item:hover {
                background-color: #744081;
                border: 1px solid #2d1832;
                border-radius: 0.5rem;
            }

                section.w-100.testimonials .owl-carousel .item:hover h4, section.w-100.testimonials .owl-carousel .item:hover p {
                    color: #fff;
                }

                section.w-100.testimonials .owl-carousel .item:hover img {
                    border: 3px solid white;
                    box-sizing: border-box;
                    width: 8rem;
                    height: 8rem;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            section.w-100.testimonials .owl-carousel .item h4 {
                color: #6b4476;
            }

            section.w-100.testimonials .owl-carousel .item p {
                color: #777;
                font-family: 'Open Sans', sans-serif;
                font-weight: 100;
                font-size: 13 px;
            }

            section.w-100.testimonials .owl-carousel .item img {
                width: 8rem;
                height: 8rem;
                border-radius: 50%;
                margin: 0 auto 30px;
                transition: 0.3s border linear;
            }

    section.w-100.testimonials h2 {
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 33px;
        letter-spacing: 0.1em;
        font-family: 'Lato', sans-serif;
        text-align: center;
        margin-bottom: 40px;
    }
/*section.row.testimonials .owl-dots {
     margin: 20px auto 0;
     text-align: center;
}
 section.row.testimonials .owl-dot {
     width: 10px;
     height: 10px;
     border-radius: 100%;
     background-color: #885796;
     margin-right: 5px;
     display: inline-block;
}
 section.row.testimonials .owl-dot.active {
     background: #fff;
}*/

.fs-8 {
    font-size: 0.8rem;
}

@media screen and (max-device-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

@media screen and (max-device-width: 540px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
    
    /*.carousel-item {
        height: 9rem;
    }*/

    .mcarousel {
        height: 20rem;
    }

    .carousel {
        margin-bottom: -2rem;
    }

    .mnext {
        padding: 10px 7px;
        border: solid 4px #ffffff5c;
        border-radius: 100%;
        background-color: #000;
        top: 130px;
        bottom: 145px;
    }

    .header-img {
        width: 2.5rem;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    footer {
        font-size: 0.8rem !important;
    }

    body {
        font-size: 0.8rem;
    }

    .featured-card-w {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        margin: 0.6rem;
        margin-left: auto;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        display: flex;
        text-align: center;
    }

    .product-card-w {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        text-align: center;
    }

    .text {
        width: 70% !important;
    }

    .h1, h1, h2, .h2, h3, .h3, .h4, h4, h5, .h5, .h6, h6 {
        font-weight: 500 !important
    }
    
    .fs-1 {
        font-size: calc(1.1rem + 1.5vw) !important;
    }

    .fs-2 {
        font-size: calc(1.07rem + 0.9vw) !important;
    }

    .fs-3 {
        font-size: calc(1.05rem + 0.6vw) !important;
    }

    .fs-4 {
        font-size: calc(1.02rem + 0.3vw) !important;
    }

    .fs-5 {
        font-size: 1rem !important;
    }

    .fs-6 {
        font-size: 0.9rem !important;
    }

    .space2 {
        height: 1rem !important;
    }

    .space {
        height: 0.8rem !important;
    }

    .carousel-indicators {
        margin-bottom: 2rem;
    }

    .img-f {
        max-height: 13rem;
    }
}

@media screen and (min-device-width: 540px) {
    .featured-card-w {
        width: 49%;
        margin: 0.6rem;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        display: flex;
    }

    .img-f {
        height: auto;
        width: auto;
        max-height: 20rem;
    }
}

@media screen and (min-device-width: 981px) {
    #logo {
        position: absolute;
        max-height: 350%;
        margin-top: -8px;
        overflow: visible;
        z-index: 1;
    }
}

@media screen and (max-device-width: 980px) {
    #logo {
        position: absolute;
        max-height: 200%;
        margin-top: -5px;
        overflow: visible;
        z-index: 1;
    }
}

@media screen and (min-device-width: 960px) {
    .navbar-expand-lg {
        height: 4rem;
    }

    .featured-card-w {
        width: 100%;
        margin: 0.6rem;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        display: flex;
    }

    footer .cizgi {
        border-right: none;
    }
}

@media screen and (min-device-width: 1320px) {
    body {
        font-size: 1.2rem;
    }

    #PressRelease .carousel-item {
        height: auto;
        width: 100%;
    }
    carousel-item {
        height: 25rem;
        width: auto;
    }

    .education {
        height: 14rem;
    }

   }


.btn-design-1 {
    background-color: azure;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    max-width: 20rem;
}

.background-hero {
    background-size: cover;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 60px 0 60px;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('image/background1.jpg');
}

.background {
    background-size: cover;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 60px 0 60px;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('image/banner/ota-banner-1.jpeg');
}

.middle {
    text-align: center;
    position: relative;
}

.gallery {
    min-height: 100vh;
    background: #eee;
    padding-bottom: 100px;
}

.gallery .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    list-style: none;
    line-height: 40px;
    margin: 20px;
}

.gallery .controls .buttons.active {
    background: coral;
    color: #fff;
}

.gallery .controls .buttons {
    height: 40px;
    width: 140px;
    background: #fff;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    text-align: center;
}

.gallery .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image {
    height: 250px;
    width: 350px;
    overflow: hidden;
    border: 15px solid #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    margin: 20px;
}

.gallery .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.boxicon1 {
    width: 100%;
    background-color: #edf6ff !important;
    min-height: 4.4rem;
    color: #437fc7;
    border: 1px solid #437fc7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-align: center;
    border-radius: 10px;
    transition: transform .2s; /* Animation */
}
    .boxicon1 :hover {
        transform: scale(1.5);        
    }

.navbar-toggler {
    box-shadow: #535f80 2.4px 2.4px 3.2px;
    border: 1px solid #535f80;
}

.card-post {    
    background-color: transparent !important;
    border: unset;    
}


.gheight {
    width: auto;
    height: auto;
}

.minheight-450{
    min-height: 450px;
}
.img-fluid {
 width: 100% !important;
}

.bg-card {
    background-color: #1f2833;
    color: #c5c6c7;
    border: #444647 2px solid;
    border-radius: 0.6rem;
    margin: 0.1rem;
    margin-top: 0.4rem;
    padding: 0.3rem;
}

.bg-card-light {
    background-color: #ffffff;
    color: #444647;
    border: #C2c2c2 2px solid;
    border-radius: 0.6rem;
    margin: 0.1rem;
    margin-top: 0.4rem;
    padding: 0.3rem;
}

.bg-card-blue {
    background-color: #031f45;
    color: #fabf0b;
    border: #C2c2c2 2px solid;
    border-radius: 0.6rem;
    margin: 0.1rem;
    margin-top: 0.4rem;
    padding: 0.3rem;
}

.card-w-50 {
    width: 30rem;
    min-height: 2rem;
}

.card-w-25 {
    max-width: 23%;
    /*flex: 1 0 300px;*/
    border: 1px solid red;
    margin: 5px;
    min-height: 50px;
    display: flex;
}

.h-2 {
    min-height: 3rem;
}

.h-12 {
    min-height: 12rem;
}

.h-17 {
    min-height: 17rem;
}

.h-22 {
    min-height: 22rem;
}

.h-26 {
    min-height: 26rem;
}

.h-30 {
    min-height: 30rem;
}

.h-33 {
    min-height: 33rem;
}

.fs-7 {
    font-size: 0.85rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.space {
    height: 0.8rem !important;
}

.space2 {
    height: 1.5rem !important;
}

.text-ls {
    color: #66fcf1;
}

.text-orng {
    color: #f16626;
}

.text-pink {
    color: lightpink
}

.bg-dblue {
    background-color: #0b0c10;
}

.box-shadow-25 {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.bdr-1 {
    border:solid 2px #c2c2c2;
    border-radius: 10px;
}


#pastevents .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#pastevents .card {
    border: 1px solid #808080;
    border-radius: 16px;
}
#mgmteam .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#mgmteam .card {
    border: 1px solid #808080;
    border-radius: 16px;
}