@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Bitter:wght@300;400;500;600&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

body {
    font-family: "Source Sans Pro", sans-serif;
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Berlin Collection Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Collection Regular'), url('../lib/Berlin\ Collection.woff') format('woff');
}

@font-face {
    font-family: 'Eras IT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Eras IT Regular'), url('../lib/Eras\ IT.otf') format('otf');
}

@font-face {
    font-family: 'Black Qulaity';
    font-style: normal;
    font-weight: normal;
    src: local('Black Qulaity'), url('../lib/black-qulaity.ttf') format('ttf');
}

@font-face {
    font-family: myFirstFont;
    src: url('../lib/Winston-Light.ttf');
}


@font-face {
    font-family: 'TC EN';
    font-style: normal;
    font-weight: normal;
    src: local('TC EN'), url('../lib/TwCenMTStdSemiMedium.woff') format('woff');
}

@font-face {
    font-family: 'Eras-bold';
    font-style: normal;
    font-weight: normal;
    src: local('Eras-bold'), url('../lib/eras-bold.otf') format('otf');
}

.about-us-title h2{
    /*font-family: 'Berlin Collection Regular';*/
    font-family: 'Black Qulaity';
    font-weight: 500;
    font-size: 40px;
}

.about-us-para p{
    font-weight: 400;
    font-size: 20px;
    font-family: 'TC EN';
}

.btn, a{
    cursor: pointer !important;
}


section.secondary-header.fixed-header {
    position: sticky;
    top: 0px;
    z-index: 99;
}


/* Footer */
.footer-pad {
    text-align: center;
    margin-top: 0px;
    padding-top: 23px;
}

.footer-pad.social-icon{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-block: 70px;
}

.footer-pad.social-icon ul.list-unstyled.d-flex li {
    background: #02144c;
    margin-inline: 10px;
    padding: 4px 9px;
    border-radius: 6px;
    color: #063169;
}
.footer-pad h4{
    font-size: 20px !important;
    font-weight: 500 !important;
}

.footer-pad.social-icon h4{
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 12px;
    font-family: 'TC EN';
}

h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
}
h4{
    font-size: 25px !important;
    font-weight: 700 !important;
}
h5 {font-size: 23px;}

.font-size-14{
    font-size: 14px;
}

.font-size-22{
    font-size: 22px !important;
}

.font-size-30{
    font-size: 30px !important;
}

.font-size-40{
    font-size: 40px !important;
}

.font-size-45{
    font-size: 45px !important;
}

.font-style-italic{
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

.text-gold{
    color: #d3c7a8;
    font-family: 'TC EN';
    font-size: 20px;
}

.text-red{
    color: red;
}

.text-green{
    color: green;
}

th, td {
    font-size: 14px;
    font-weight: 500;
    color: grey;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-10rem{
    margin-top: 10rem !important;
}

img.logo-img {
    width: 50%;
}

.section-pt-100{
    padding-top: 100px;
}

.section-pb-100{
    padding-bottom: 100px;
}

.section-pt-50{
    padding-top: 50px;
}

.section-pb-50{
    padding-bottom: 50px;
}

.section-px-80{
    padding-block: 80px;
}

.section-pb-80{
    padding-bottom: 80px;
}

:root {
    --lightPink: #D57A7C;
    --Darkpink: #44233B;
    --primary-color: #ff3c78;
    --light-black: rgba(0, 0, 0, 0.89);
    --black: #000;
    --white: #fff;
    --grey: #4c4a47;
    --grey1: #4c4a4754;
    --grey2: #f8f9fa;
}

a, a:hover{
    text-decoration: none !important;
}

.primary-header {
    background-image: linear-gradient(90deg, #1f4b94, #010727);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary-header .pseudo-search {
    display: inline;
    /*border: 2px solid #8b8e9a;*/
    width: 155px;
    border-radius: 100px;
    padding: 5px 15px;
    transition: background-color 0.5 ease-in-out;
}
.primary-header .pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 150px;
}
.primary-header .pseudo-search input:focus {
    outline: none;
}

.primary-header .pseudo-search button, .primary-header .pseudo-search i {
    border: none;
    background: none;
    cursor: pointer;
}

.primary-header .pseudo-search select {
    border: none;
}

.logo-header{
    height: 60px !important;
}

.tel-btn{
    background-image: linear-gradient(180deg, #cfcfcf, #eeeeee, #cfcfcf);
    color: #363639;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.secondary-header{
    background: #010727;
}

.secondary-header .navbar-light .navbar-nav .nav-link {
    color: white;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffd800 !important;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #ffd800 !important;
}

.donate-btn{
    background: #fae2be;
    color: #020826 !important;
    border: 3px solid white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tel-btn i{
    font-size: 20px;
    font-weight: 800;
    margin-right: 6px;
}

.navbar-toggler{
    background-color: white !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255) !important;
}


.navbar-light .navbar-brand{
    display: none;
}

section.banner-img {
    padding-inline: 30px;
    background-image: linear-gradient(180deg, #0d2644, #4c718e);
}

section.banner-img .banner-img-div{
    margin-bottom: -40px;
}

section.about-us {
    background-image: linear-gradient(180deg, #dcdcdc, #ffffff, #c2c2c2);
    padding-block: 80px;
}

.about-us-para{
    width: 60%;
    text-align: center;
}

.img-desktop{
    display: block;
}

.img-mobile{
    display: none;
}

section.tour-vcr {
    background-image: url('../image/vcr-bg_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 10px;
    background-position: center;
}

.btn-read-more {
    background: #980001;
    color: white;
    border-radius: 50px !important;
}

.vcr-card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.vcr-card .vcr-detail{
    margin-left: 40px;
    width: 22%;
    padding-top: 7%;
    color: white;
}

.vcr-detail h3{
    /*font-family: 'Berlin Collection Regular' !important;*/
    font-family: 'Black Qulaity';
}

.vcr-card figure{
    position: relative;
}

.vcr-card figcaption img{
    position: absolute;
    top: 0;
    width: 10%;
    left: 9px;
    right: 0;
    margin: auto;
    bottom: 0;
}

section.features {
    background-image: linear-gradient(180deg, #dcdcdc, #e9e3e333, #c2c2c2);
    padding-top: 60px;
}

.features-card{
    margin-top: 20px;
    text-align: center;
}

.features-card p{
    font-size: 15px;
    margin-bottom: 30px;
}

.features h4{
    margin-bottom: 0px;
    /*font-family: 'Berlin Collection Regular';*/
    font-family: 'Black Qulaity';
    color: #010826;
}

.features p{
    font-family: 'TC EN';
    font-size: 18px;
}

.features-card h6 {
    min-height: 70px;
    font-size: 26px;
    color: #980001;
    font-weight: 600;
    margin-top: 30px;
}

/* Footer */


/*FOOTER*/

footer {
    background-image: url('../image/footer_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

footer a {
    color: #fff;
    font-size: 16px;
    transition-duration: 0.2s;
    font-family: 'TC EN';
}
/* Footer */

/*  */

section.grid-img .img-gallery-1{
    width: 100%;
    height: calc(100vh - 145.5px);
}

section.grid-img .img-gallery-2{
    height: calc(100vh - 449.5px);
}


.grid-img .col-lg-6 {
    padding-inline: 0px;
}

section.grid-img .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.grid-img .grid-container{
    position: relative;
}

.bottom-right{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    color: white;
    padding: 50px;
    width: 100%;
    background: linear-gradient(#e6646500, #010f45);
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 50px;
    width: 100%;
    background: linear-gradient(#e6646500, #010f45);
}

.bottom-left h4, .bottom-right h4{
    font-size: 40px !important;
    margin-bottom: 15px;
    font-family: 'Black Qulaity';
}

button.btn.footer-btn {
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding-block: 15px;
}


.mobile-view-quick a{
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 8px;
    border-radius: 4px;
    text-align: right;
}

.border-1{
    border-right: 1px solid white;
}


ul.dropdown-menu.show {
    border-top: 4px solid #ffd800;
}

.dropdown-item{
    color: #010727 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgb(255 255 255) !important;
    border-bottom: 0px solid rgb(1 7 39) !important;
}

.navbar-light .navbar-nav .show>.nav-link {
    background: #ffd800;
    color: #010727 !important;
    margin-bottom: 4px;
    font-weight: 500;
}

a.dropdown-item:hover {
    background: #ffd800 !important;
    color: #010727;
}

.carousel-control-prev-icon , .carousel-control-next-icon {
    opacity: 0;
}

.carousel:hover .carousel-control-next-icon, .carousel:hover .carousel-control-prev-icon {
    opacity: 1 !important;
}



.grid-wrapper .box1, .grid-wrapper .box2 {
    display: flex;
    align-items: flex-end;
}

.grid-wrapper .box3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
}

.grid-wrapper .box1{
    /* background-image: url('../image/gallery-1.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.grid-wrapper .box2{
    /*background-image: url('../image/gallery-2.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.grid-wrapper .box3{
    /*background-image: url('../image/gallery-3.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.grid-wrapper .bottom-left-grid {
    background: linear-gradient(#e6646500, #010f45);
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 50px;
    width: 100%;
}

.grid-wrapper .box1{
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 9;
    padding: 4rem;
}

.grid-wrapper .box2{
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    padding: 4rem;
}

.grid-wrapper .box3{
    grid-column-start: 2;
    grid-row-start: 5;
    grid-row-end: 9;
    padding: 4rem;
}

.grid-wrapper h4{
    font-size: 40px !important;
    margin-bottom: 15px;
    font-family: 'Black Qulaity';
    color: white;
}



/*  */
/* Media Query */
@media (max-width: 575px) {

    section.banner-img .banner-img-div img.img-fluid {
        height: 250px;
        object-fit: cover;
    }

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }

    .bottom-right{
        justify-content: flex-start;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-desktop{
        display: none;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .navbar-light .navbar-brand{
        display: block;
    }
    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .primary-header{display: none !important;}
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}


    section.banner-img{
        padding-inline: 0;
    }
    section.banner-img .container{
        max-width: 100% !important;
    }
}


@media (min-width: 576px) and (max-width: 767px) {

    section.banner-img .banner-img-div img.img-fluid {
        height: 250px;
        object-fit: cover;
    }

    section.banner-img{
        padding-inline: 0;
    }

    section.banner-img .container{
        max-width: 100% !important;
    }

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }

    .bottom-right{
        justify-content: flex-start;
    }


    section.mobile-view-quick{
        position: fixed;
        bottom: 0px;
        background: #980001;
        width: 100%;
        display: block;
    }


    .img-desktop{
        display: none;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .navbar-light .navbar-brand{
        display: block;
    }

    .primary-header{display: none !important;}
}

@media (min-width: 768px) and (max-width: 991px) {

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }

    section.mobile-view-quick{
        display: none;
    }
    .navbar-light .navbar-brand{
        display: block;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .primary-header{display: none !important;}

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
}

@media (min-width: 992px) and (max-width: 1199px) {

    section.mobile-view-quick{
        display: none;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
}

@media (min-width: 1200px) {

    section.mobile-view-quick{
        display: none;
    }

    .secondary-header .container{
        max-width: 1300px;
    }

    .banner-img .container{
        max-width: 100%;
    }

    .about-us .container{
        max-width: 1000px;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
    .navbar-light .navbar-nav .active.show>.nav-link {
        color: #01325D !important;
    }

}

/* inner-banner */

.inner-banner{
    padding-block: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-image: url('../image/inner-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-con {
    text-align: center;
}

.banner-con h4{
    font-size: 30px !important;
    color: white;
}

.banner-con p{
    color: white;
    padding-top: 25px;
    margin-bottom: 0px;
}
/* Card section */

section.card-section {
    padding-block: 50px;
}

section.card-section .col-12{
    margin-bottom: 50px;
}

.card-bottom-center {
    position: absolute;
    text-align: center;
    width: 94%;
    bottom: 20px;
}

.card-image h6 {
    font-size: 26px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}
.btn-read-more{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.layer-green{
    background-image: linear-gradient(to bottom, #385e3500, #385e35e8, #385e35);
}

.layer-brown{
    background-image: linear-gradient(to bottom, #7b3b1700, #7b3b17f7, #7b3b17);
}

.layer-blue{
    background-image: linear-gradient(to bottom, #042c8e00, #042c8ecc, #042c8e);
}

.layer {
    position: absolute;
    top: 340px;
    bottom: 0;
    left: 15px;
    right: 15px;
}

button.btn.btn-secondary {
    background: #c1002f;
    border-color: #c1002f;
    box-shadow: 0 0 4px 1px #0003;
    border-radius: 50px;
}


.card-image{
    box-shadow: 0 0px 7px 4px #00000033;
}

.card-image img{
    height: 500px;
    object-fit: cover;
}

/* content-text-section */

section.content-text-section{
    padding-block: 100px;
}

section.content-text-section .content-para:not(:last-child){
    margin-bottom: 3rem;
}

section.content-text-section .content-para h5{
    font-size: 23px;
    color: #04235f;
    margin-bottom: 20px;
    font-family: 'TC EN';
    font-weight: 700;
}

section.content-text-section .content-para p {
    font-size: 18px;
    font-family: 'TC EN';
}

/*  card-features */

section.testimonial {
    padding-block: 40px;
}

section.inner-bg-image{
    background-image: url('../image/inner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section.inner-bg{
    position: relative;
}

section.inner-bg::before {
    content: '';
    background-image: url('../image/inner-top-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 0;
    z-index: -9;
    background-position: top;
}

section.inner-bg::after{
    content: '';
    background-image: url('../image/inner-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    position: absolute;
    bottom: 0;
    z-index: -9;
    background-position: bottom;
}

section.testimonial .card {
    border: none;
    box-shadow: 0 0 6px 2px #0003;
    border-radius: 20px;
    padding: 0;
    max-width: 90%;
    margin: 20px auto;
    background: #e9e9e9;
}

section.testimonial figure {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 0px;
}
section.testimonial figure img.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 200px;
    object-fit: cover;
}
section.testimonial figcaption {
    background: #010727;
    text-align: center;
    color: white;
    padding-block: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
section.testimonial h4.card-title {
    font-size: 18px !important;
    margin-bottom: 0px;
}

section.testimonial .card-body {
    text-align: center;
}

section.testimonial .card-body p {
    color: #04235f;
    font-family: 'TC EN';
    font-size: 18px;
    line-height: normal;
    text-align: justify;
}

section.testimonial .card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

section.testimonial .card .card-footer {
    text-align: center;
    background: transparent;
    border: none;
    margin-bottom: 20px;
}

a.dropdown-item {
    background: #010727;
    border-bottom: 1px solid rgb(106 103 103 / 60%);
    border-left: 1px solid rgb(106 103 103 / 60%);
    border-right: 1px solid rgb(106 103 103 / 60%);
    border-top: 1px solid rgb(106 103 103 / 60%);
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgb(1 7 39) !important;
    background: #010727 !important;
}

.navbar-light .navbar-toggler:focus {
    border: none;
    outline: none;
}


.navbar-light .navbar-toggler-icon {
    filter: invert(1);
    color: #fff;
}


/* Loading */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
    left: 0;
}
.overlay .overlayDoor:after {
    right: 0;
}
.overlay.loaded .overlayDoor:before {
    left: -50%;
}
.overlay.loaded .overlayDoor:after {
    right: -50%;
}
.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}
.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
.overlay .overlayContent .skip {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border-radius: 3px;
    transition: 0.2s ease;
}


/* Animation */

.area{
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:100vh;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 5s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 10px;
    height: 10px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 10px;
    height: 10px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 10px;
    height: 10px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
    animation-duration: 11s;
}




@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.overlay .overlayContent .skip span {
    font-family: sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.overlay-title{
    font-size: 35px !important;
    font-family: sans-serif;
    text-transform: uppercase;
    margin-block: 30px;
}

.overlay-bottom{
    position: absolute;
    bottom: 100px;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
}

.overlay-bottom button {
    font-family: sans-serif;
    background: #104078;
    border: #104078;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 14px;
    line-height: normal;
}
.dimond-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 100px solid #104078;
    border-right: 100px solid transparent;
}

.dimond-right {
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: 9;
    width: 100px;
    height: 100px;
    background: #104078;
}
.dimond-right:before {
    content: "";
    width: 100px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 30px solid #104078;
    border-left: 40px solid #111;
    border-right: 30px solid #111;
}
.dimond-right:after {
    content: "";
    width: 100px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 70px solid #104078;
    border-left: 60px solid #111;
    border-right: 30px solid #111;
}


/*  */

/*-----Testimonial-------*/


.testimonial {
    min-height: 375px;
    position: relative;
    background: url('../image/inner-bg.png');
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    text-align: justify;
}
#testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
    left: 7%;
    top: 50%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right{
    right: 7%;
    top: 50%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial  .carousel-control-prev i,
.testimonial  .carousel-control-next i{
    color: #afafaf;
    font-size: 27px;
    opacity: 1;
    border: 4px solid #afafaf;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 9px;
}


.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    width: 300px;
}
.testimonial4_slide p {
    font-size: 18px;
    line-height: normal;
    font-family: 'TC EN';
}
.testimonial4_slide h4 {
    color: #0c3858;
    font-size: 35px !important;
    margin-block: 30px;
    font-family: 'TC EN';
}

.testimonial .carousel {
    padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.side-content h3{
    font-size: 30px;
    color: #04235f;
    margin-bottom: 20px;
    font-family: 'TC EN';
    font-weight: 700;
}

.side-content p{
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'TC EN';
    font-weight: 400;
    line-height: normal;
}

.side-image img{
    width: 300px;
}



/* Media Query */
@media (max-width: 575px) {

    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
    }
    section.card-section, section.content-text-section{
        padding-block: 40px;
    }

    .banner-con {
        margin: auto 15%;
    }

    .bottom-right{
        justify-content: flex-start;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-desktop{
        display: none;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .navbar-light .navbar-brand{
        display: block;
    }
    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
    }

    .primary-header{display: none !important;}
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
    .side-content h3{
        margin-block: 30px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .side-content h3{
        margin-block: 30px;
    }
    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
    }

    .dropdown-menu.show {
        margin-left: 50px;
    }

    section.card-section, section.content-text-section{
        padding-block: 40px;
    }

    .banner-con {
        margin: auto 15%;
    }

    .bottom-right{
        justify-content: flex-start;
    }


    section.mobile-view-quick{
        position: fixed;
        bottom: 0px;
        background: #980001;
        width: 100%;
        display: block;
    }


    .img-desktop{
        display: none;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
    }
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .navbar-light .navbar-brand{
        display: block;
    }

    .primary-header{display: none !important;}
    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .side-content h3{
        margin-block: 30px;
    }
    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
    }

    .dropdown-menu.show {
        margin-left: 50px;
    }

    section.mobile-view-quick{
        display: none;
    }
    .navbar-light .navbar-brand{
        display: block;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .primary-header{display: none !important;}

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
    section.testimonial .card {
        max-width: 330px;
        margin: 0 auto 40px;
    }
    .footer-pad.social-icon ul.list-unstyled.d-flex li{
        margin-inline: 7px;
    }
    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    section.mobile-view-quick{
        display: none;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
    section.testimonial .card {
        max-width: 280px;
        margin: 0 auto 40px;
    }

    .side-image.side-image-right {
        display: flex;
        justify-content: flex-end;
    }
    .side-image.side-image-left{
        display: flex;
        justify-content: start;
    }
    .text-left.side-content.side-content-right {
        text-align: right !important;
    }

}

@media (min-width: 1200px) {

    section.testimonial .card {
        max-width: 330px;
        margin: 0 auto 40px;
    }


    section.mobile-view-quick{
        display: none;
    }

    .secondary-header .container{
        max-width: 1300px;
    }

    .banner-img .container{
        max-width: 100%;
    }

    .about-us .container{
        max-width: 1000px;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}

    .side-image.side-image-right {
        display: flex;
        justify-content: flex-end;
    }
    .side-image.side-image-left{
        display: flex;
        justify-content: start;
    }
    .text-left.side-content.side-content-right {
        text-align: left !important;
    }

    .carousel-control-prev {
        left: 0% !important;
        top: -50px !important;
        width: auto !important;
    }

    .carousel-control-next {
        right: 0% !important;
        top: -50px !important;
        width: auto !important;
    }

}
.features-text{
    min-height: 108px !important;
}
.card-footer a:hover {
    color: #fff;
}
.footer-links{
    color: #fff !important;
}
.btn-read-more:hover{
    color: #fff;
}
.error{
    color:red;
}
@media (min-width: 1200px){
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
        background: #ffc000 !important;
        color: #01325D !important;
        font-weight: 500 !important;
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(91, 6, 22, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(91, 6, 22, 0);
    }
}

/* Default slide */
.center-slider .slick-slide{
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}
.center-slider .slick-current.slick-active{
    transform: scale(1.1);
}

.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}

.slick-slide img {
    width: 100%;
}

.festival-glimpses{
    background-image: url('../image/img-glimpse-wing.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.festival-glimpses .side-content h3{
    color: white;
    font-size: 40px;
}

figure.card-wrapper {
    position: relative;
    margin-bottom: 0px !important;
}

.card-image-with-text img.img-fluid.card-img {
    background: white;
    padding: 10px;
    margin-top: 0px;
    margin: auto;
}

.card-image-with-text span.card-head {
    background: #c5c38b;
    width: 65%;
    display: block;
    margin: auto;
    z-index: 9999;
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
    color: #980001;
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;
    padding: 3px 4px;
    margin-bottom: -15px;
}

.carsousel-slider.slick-initialized.slick-slider{
    margin-bottom: 0px !important;
}

section.card-mandir.event-glimpses {
    background-image: linear-gradient(177deg, #bfe4eb, #ffffff);
}

.card-mandir .card-madir-container .card-image-with-text {
    width: 30%;
    margin: 30px auto;
}

.card-madir-container{
    display: flex;
    flex-wrap: wrap;
}

.card-mandir .card-image-with-text img.img-fluid.card-img {
    background: #444d86;
    padding: 10px;
    margin-top: 0px;
    box-shadow: 0 0 6px 3px #00000040;
    border-radius: 10px;
}

.card-mandir .card-image-with-text span.card-head {
    background: #000b1b;
    color: #fff;
    width: 45%;
    font-size: 15px !important;
    padding: 5px 5px;
    margin-bottom: 0;
    left: -24px;
}

.card-mandir figcaption {
    position: absolute;
    width: 116%;
    top: -30px;
}

.card-media-coverage {
    display: flex;
    background: #2f476f;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0 0 7px 2px #0000006e;
    width: 91%;
    margin-bottom: 30px;
    font-family: 'TC EN';
}

.card-media-coverage img {
    width: 200px;
    height: 180px;
    object-fit: cover;
    margin-right: 15px;
}
.card-media-coverage h2{
    font-size: 25px;
    font-weight: 700;
    color: #ffc000;
    font-family: 'TC EN';
}

.card-media-coverage p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.card-media-coverage button{
    padding: 0 5px !important;
    font-size: 14px !important;
}

.card-mandir-content{
    width: 350px;
}

.event-glimpses.card-mandir .card-image-with-text span.card-head {
    background: #efedb7;
    color: #980001;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: auto;
}

.event-glimpses.card-mandir .card-image-with-text img.img-fluid.card-img{
    background: #e1e0de;
}

.center-slider .slick-prev:before{
    background-image: url('../image/grey-arrow-icon-left.svg');
}

.center-slider .slick-next:before{
    background-image: url('../image/grey-arrow-icon-right.svg');
}

.slick-prev:before{
    background-image: url('../image/arrow-icon-right.svg');
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    background-size: auto;
    width: 40px;
    height: 40px;
    padding: 0;
}

.slick-next:before{
    background-image: url('../image/arrow-icon-left.svg');
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    background-size: auto;
    width: 40px;
    height: 40px;
    padding: 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background: #010727 !important;
    color: #ffd814 !important;
}

a.dropdown-item{
    background: white;
    color: #01325D;
    font-weight: 500;
    border: none;
    font-size: 14px;
}


/* Media Query */
@media (max-width: 575px) {
    .card-image-with-text img.img-fluid.card-img{
        width: 100%;
    }
    .card-mandir .card-madir-container .card-image-with-text {
        width: 100%;
    }
    .card-media-coverage {width: 100%;display: inline-block !important;}
    section.banner-img .banner-img-div img.img-fluid {
        height: 250px;
        object-fit: cover;
    }

    section.banner-img{
        padding-inline: 0;
    }
    section.banner-img .container{
        max-width: 100% !important;
    }

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }


    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
        color: white !important;
    }

    .dropdown-menu.show {
        margin-left: 0px !important;
    }
    section.card-section, section.content-text-section{
        padding-block: 40px;
    }

    .banner-con {
        margin: auto 15%;
    }

    .bottom-right{
        justify-content: flex-start;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-desktop{
        display: none;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .navbar-light .navbar-brand{
        display: block;
    }
    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
    }

    .primary-header{display: none !important;}
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

    section.mobile-view-quick{
        position: fixed;
        bottom: 0px;
        background: #980001;
        width: 100%;
        display: block;
    }
    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
    .side-content h3{
        margin-block: 30px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .card-image-with-text img.img-fluid.card-img{
        width: 100%;
    }
    .card-mandir .card-madir-container .card-image-with-text {
        width: 100%;
    }
    .card-media-coverage {width: 100%;}
    section.banner-img .banner-img-div img.img-fluid {
        height: 250px;
        object-fit: cover;
    }

    section.banner-img{
        padding-inline: 0;
    }

    section.banner-img .container{
        max-width: 100% !important;
    }

    .side-content h3{
        margin-block: 30px;
    }
    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
        color: white !important;
    }

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }

    .dropdown-menu.show {
        margin-left: 50px;
    }

    section.card-section, section.content-text-section{
        padding-block: 40px;
    }

    .banner-con {
        margin: auto 15%;
    }

    .bottom-right{
        justify-content: flex-start;
    }


    section.mobile-view-quick{
        position: fixed;
        bottom: 0px;
        background: #980001;
        width: 100%;
        display: block;
    }


    .img-desktop{
        display: none;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .img-mobile{
        display: block;
        width: 100%;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

    .about-us-para, .vcr-card .vcr-detail{
        width: 100%;
        text-align: center;
    }
    .about-us .d-flex.align-items-center.justify-content-center{
        flex-direction: column;
    }

    .navbar-light .navbar-brand{
        display: block;
    }

    .primary-header{display: none !important;}
    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.news-text{
    font-size:20px;
}
.milestones-img img {
    width: 150px !important;
    height: 150px !important;
}
.milestones-content{
    width: 303px;
}
@media (max-width: 480px) {
    .latest-wrapper-slider .owl-next {
        right: -26% !important;
    }
    .latest-wrapper-slider .owl-next {
        bottom: 44% !important;
    }
    .latest-wrapper-slider .owl-prev {
        bottom: 44% !important;
    }
    .list-unstyled{
        list-style: none !important;
    }
    .news-text{
        font-size:16px !important;
    }
    .banner-con h4 {
        font-size: 18px !important;
    }
    .mob-slid{
        padding: 25px;
    }
    .card-media-coverage img {
        width: 150px !important;
        height: 150px !important;
    }
    .milestones-img img {
        width: 100% !important;
        height: auto !important;
    }
    .milestones-content h2{
        padding-top: 20px;
    }
    .milestones-content h2 {
        width: 100% !important;
    }
    .milestones-img p{
        width: 100% !important;
    }
    .milestones-content{
        width: 100% !important;
        text-align: center;
    }
    .card-media-coverage h2 {
        font-size: 20px !important;
    }
    .slick-next {
        right: 45px !important;
    }
    .side-content{
        padding-top: 30px !important;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .seva-mob{
        margin-top: 7%;
    }
    .sub_title{
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-media-coverage {width: 100%;}
    .card-mandir .card-madir-container .card-image-with-text {
        width: 45%;
    }
    .side-content h3{
        margin-block: 30px;
    }

    /*  */
    .grid-wrapper .box1{
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 6;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2{
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 6;
        grid-row-end: 10;
        z-index: 2;
    }

    .grid-wrapper .box3{
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 15;
        grid-row-end: 10;
        z-index: 2;
    }

    a.dropdown-item {
        background: #010727;
        border-bottom: 1px solid rgb(1 7 39);
        border-left: 1px solid rgb(1 7 39);
        border-right: 1px solid rgb(1 7 39);
        border-top: 1px solid rgb(1 7 39);
        padding: 10px 20px;
        outline: none;
        color: white !important;
    }

    .dropdown-menu.show {
        margin-left: 50px;
    }

    section.mobile-view-quick{
        display: none;
    }
    .navbar-light .navbar-brand{
        display: block;
    }

    .img-gallery-1, .img-gallery-2{
        height: 400px !important;
        object-fit: cover;
    }

    .primary-header{display: none !important;}

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
    section.testimonial .card {
        max-width: 330px;
        margin: 0 auto 40px;
    }
    .footer-pad.social-icon ul.list-unstyled.d-flex li{
        margin-inline: 7px;
    }
    .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
        text-align: center !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
        background: #ffc000 !important;
        color: #01325D !important;
    }

    li.nav-item.dropdown.active.show {
        background: #ffc000;
    }

    .navbar-light .navbar-nav .active.show>.nav-link{
        color: #01325D !important;
    }

    section.mobile-view-quick{
        display: none;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}
    section.testimonial .card {
        max-width: 280px;
        margin: 0 auto 40px;
    }

    .side-image.side-image-right {
        display: flex;
        justify-content: flex-end;
    }
    .side-image.side-image-left{
        display: flex;
        justify-content: start;
    }
    .text-left.side-content.side-content-right {
        text-align: right !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        top: 48px;
    }
}

@media (min-width: 1200px) {
    .slick-prev{
        left: -55px;
    }
    .slick-next {
        right: -35px;
    }
    .container-sm{
        max-width: 760px !important;
    }

    /*.navbar-expand-lg .navbar-nav .dropdown-menu{
      top: 48px;
    }*/

    section.testimonial .card {
        max-width: 330px;
        margin: 0 auto 40px;
    }


    section.mobile-view-quick{
        display: none;
    }

    .secondary-header .container{
        max-width: 1300px;
    }

    .banner-img .container{
        max-width: 100%;
    }

    .about-us .container{
        max-width: 1000px;
    }

    .about-us-title, .about-us-img, .about-us-para{padding-inline: 20px;}

    .side-image.side-image-right {
        display: flex;
        justify-content: flex-end;
    }
    .side-image.side-image-left{
        display: flex;
        justify-content: start;
    }
    .text-left.side-content.side-content-right {
        text-align: justify !important;
    }

    .carousel-control-prev {
        left: 3% !important;
        top: -50px !important;
        width: auto !important;
    }

    .carousel-control-next {
        right: 4% !important;
        top: -50px !important;
        width: auto !important;
    }


    li.nav-item.dropdown.active.show {
        background: #ffc000;
    }

    .navbar-light .navbar-nav .active.show>.nav-link{
        color: #01325D !important;
    }

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
        background: #ffc000 !important;
        color: #01325D !important;
    }
}
.news-more{
    padding: 0 5px !important;
    font-size: 16px !important;
}
.dropdown-menu{
    min-width: 10.7rem !important;
}
.features-more-btn{
    text-align: right;
    font-family: 'TC EN';
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #007bff;
}


section.accordion-card .accordion-card-main .card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 4px 2px #0000001c;
}

section.accordion-card .accordion-card-main .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0px;
    padding: 0;
}

section.accordion-card .accordion-card-main .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #010727;
    padding: 20px;
    border-radius: 0px;
}

section.accordion-card .accordion-card-main .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

section.accordion-card .accordion-card-main .card .card-header .btn-header-link.collapsed {
    color: #010727;
    background: #fff;
    border-bottom: 2px solid #010727;
    border-radius: 0px !important;
}

section.accordion-card .accordion-card-main .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

section.accordion-card .accordion-card-main .card .collapsing {
    background: #fff;
    line-height: 30px;
}

section.accordion-card .accordion-card-main .card .collapse {
    border: 0;
}

section.accordion-card .accordion-card-main .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
    border-bottom: 2px solid #010727;
}

section.accordion-card .accordion-card-main .card .collapse p {
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: left;
    margin-inline: 20px;
    font-size: 14px;
}

section.accordion-card .accordion-card-main .card .collapse img.img-fluid {
    border-radius: 5px;
}
.singup_modal_style .modal-dialog {
    max-width: 960px;
}
.pu_custom_modal_content .modal-content {
    padding: 30px;
}
.modal-content {
    background-color: #fff !important;
}
.pu_custom_modal_content .modal_style_close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    z-index: 999;
}
.pu_custom_modal_content .modal-body {
    padding: 0;
}
.pu_custom_modal_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #111;
}
p:last-child {
    padding-bottom: 0px!important;
}
#sevaname_mandir_seva {
    font-size: 18px !important;
    color: #1f4b94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
#sevaname_social_seva {
    font-size: 18px !important;
    color: #1f4b94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.singup_modal_style .popup_form {
    padding: 10px 0;
}
.pu_custom_modal_content .popup_form {
    margin-top: 0px;
    border: 0;
    border-radius: 5px;
    padding: 19px;
}
.pu_custom_modal_content .popup_form .form-group {
    margin-bottom: 24px;
}
.pu_custom_modal_content .popup_form .form-group label {
    font-size: 14px;
    color: #111;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
}
.pu_custom_modal_content .popup_form .form-group .cu_input {
    padding: 8px 3px;
}
.pu_custom_modal_content .popup_form .form-group .cu_input {
    border: 1px solid #eeede7;
    background-color: #eeede7;
    height: 42px;
    line-height: 50px;
    padding: 8px;
    color: #7c7a71;
    font-size: 14px;
    border-radius: 0;
}
#sevaname {
    font-size: 18px !important;
    color: #1f4b94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
#sevaname_seva {
    font-size: 18px !important;
    color: #1f4b94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.error{
    color: red !important;
}
.card-mandir-content h2{
    min-height: 44px;
}
.card-image-with-text span.card-head{ z-index: 3 !important; }
.card-mandir .card-madir-container .card-image-with-text { margin-bottom: 90px !important;}
section.inner-bg::after, section.inner-bg::before{ background-position: center !important;}
.razorpay-payment-button{
    background: #980001;
    color: white;
    border-radius: 50px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    margin: auto;
}
.sticky {
    position: fixed;
    top: 80%;
    left: 1%;
    padding: 2px;
    font-size: 18px;
    color: #000;
    z-index: 999;
    width: 10%;
}
.stickys {
    position: fixed;
    top: 80%;
    left: 80%;
    padding: 2px;
    font-size: 18px;
    color: #000;
    z-index: 999;
    width: 10%;
}
.stickytxt{
    padding:20px;
    background: #1f4b94;
    border-radius: 7px 7px 7px 7px;
    color:#fff;
}
.goog-logo-link {
    display:none !important;
}

.goog-te-gadget {
    color: transparent !important;
}
.goog-te-combo{
    width: 124px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tour_of_vcm{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
}
.tour_of_vcm_text{
    color: #fff;
    font-size: 2.75rem;
    font-family: 'Black Qulaity';
}
figure {
    margin: 0 0 0rem !important;
}
.foot-link{
    width: 15px;
    height: 15px;
}
.main-slider__content{
    padding-bottom: 130px;
}
.animation-shine figure{ 
    overflow: hidden;
}

.animation-shine figure{
    position: relative;
}
.animation-shine figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.animation-shine figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.footer-pad.social-icon {
    margin-block: 0px !important;
}
.main-slider h2{
    font-size: 32px !important;
    text-align: left !important;
}
.main-slider p{
    text-align: left !important;
}
.main-slider h2{
    line-height: 34px !important;
}
.desktop-version{
    display: block;
}
.mobile-version{
    display: none !important;
}
.vcr-card figcaption img {
    width: 30%;
    left: 0px;
}
.vcr-card{
    width:100%;
}

.footer-pad.social-icon {
    padding-top: 25px;
}
.btn-read-more {
    background-color: #c42222 !important;
}
@media (max-width: 575px){
    a.dropdown-item {
        color: #010727 !important;
    }
    .dropdown-item {
        white-space: break-spaces !important;
    }

}
.sp_logo{
    text-align: center;
}
@media (max-width: 480px){
    .latest-left{
        display: none !important;
    }
    .latest-right{
        display: none !important;
    }
    .card-isoptopes{
        padding-top: 30px !important;
    }
    .footer-pad.social-icon {
        padding-top: 10px;
    }
    .desktop-version{
        display: none !important;
    }
    .mobile-version{
        display: block !important;
    }
    .main-slider__content{
        display: none !important;
    }
    .sticky img {
        width: 100px !important;
    }
    .sticky { 
        left: 0% !important;
    }
    .main-slider__nav{
        display: none !important;
    }
    .vcr-card figcaption img {
        position: absolute;
        top: 0;
        width: 39%;
        left: 0px;
        right: 0;
        margin: auto;
        bottom: 0;
    }
    .img-desktop-bar{
        display: none !important;
    }
    .img-mobile-bar{
        display: block !important;
        margin-left: 50px;
        margin-right: auto;
    }
    .tour_of_vcm{
        padding-left: 0px !important;
    }
    .arrow-line{
        width: 46%;
    }
}

.donate-carousel-block .owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    background: #f3cece;
    padding: 15px;
    border-radius: 10px;
}
.donate-carousel-block .owl-carousel .thumbnail .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.donate-carousel-block .owl-carousel .thumbnail .caption h4 {
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 0;
    min-height: 40px !important;
    font-size: 16px !important;
}
.donate-carousel-block .owl-carousel .thumbnail .caption .flex-text {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: #E1ECFF;
}
.social-single-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 9%);
    margin-bottom: 30px;
    padding: 25px;
}
.social-single-block-pic {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.social-single-description {
    padding: 25px;
    text-align: center;
}
blockquote {
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 15px;
}
blockquote p {
    font-family: playfair display;
    font-size: 19px;
    line-height: 30.7px;
    letter-spacing: .5px;
    opacity: .9;
}
.loading-img img {
    width: 90px !important;
    margin-bottom: 15px !important;
}
.loading-img {
    margin-top: 0rem !important;
}
.latest-update-wrapper{ 
    /* background: #e6e6e6;*/
}
.latest-update-wrapper h4 {
    /*font-size: 30px !important;*/
    margin-inline: 10px;
    letter-spacing: 2px;
}
.latest-wrapper-slider{
    background-image: url('../image/bg-latest.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.card-latest .card-header {
    background: #ffffffad;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}
.card-latest .card-body {
    background: #ffffff6e;
}
.card-latest {
    text-align: center;
}
.card-latest .card-header h5 {
    color: #011664; 
    font-weight: bold;
}
.news-card-latest .news-card-header h5 {
    color: #011664; 
    font-weight: bold;
    /* min-height: 48px;*/
}
.card-latest .card-body p {
    font-size: 18px;
    color: white;
    font-family: 'TC EN';
    margin-top: 20px;
}
.news-card-latest .news-card-body p {
    font-size: 18px;
    color: white;
    font-family: 'TC EN';
    margin-top: 20px;
    min-height: 54px;
}
.card-latest .card-body img {
    width: 250px;
    height: 150px;
    margin: auto;
}

.news-card-latest .news-card-body .news-home-img {
    width: 100% !important;
    height: auto !important;
    margin: auto;
}

.latest-wrapper-slider .owl-prev, .latest-wrapper-slider .owl-next { 
    position: absolute; 
    bottom: 50%;
}
.latest-wrapper-slider .owl-prev span, .latest-wrapper-slider .owl-next span {
    display: none;
}
.latest-wrapper-slider .owl-prev {
    left: 0;
}

.latest-wrapper-slider .owl-next {
    right: 0%;
}
.latest-wrapper-slider .owl-prev, .latest-wrapper-slider .owl-next{ 
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 9999;
    width: 100px;
    //opacity: 0.5 !important;
    filter: brightness(3);
}

.latest-wrapper-slider .owl-prev:hover, .latest-wrapper-slider .owl-next:hover{ 
    opacity: 1 !important;
}

.latest-wrapper-slider .owl-prev {
    background-image: url('../image/grey-arrow-icon-left.svg') !important;
}

.latest-wrapper-slider .owl-next {
    background-image: url('../image/grey-arrow-icon-right.svg') !important;
}

.latest-wrapper-slider .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.left-icon:before{display: none !important;}
.right-icon:before{display: none !important;}
@media (min-width: 1200px){
    .card-style-3 .container{
        max-width: 1060px;
    } 
    section.registration-wrapper .container {
        max-width: 1000px;
    }
    .latest-wrapper-slider .owl-prev {
        left: -50px; 
        bottom: 55%;
    }

    .latest-wrapper-slider .owl-next {
        right: -10%;
        bottom: 55%;
    }
    .sticky-nofication.desktop {
        display: block;
    }
    .sticky-nofication.mobile {
        display: none;
    }
}
.sticky-nofication {
    position: fixed;
    bottom: 0;
    right: 30px;
    background: black;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .5s ease-in-out!important;
    z-index: 999999;
}
.sticky-header {
    margin-bottom: 15px;
}
.sticky-nofication .sticky-boby {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-nofication .sticky-boby a {
    background: #1d4b96;
    padding: 2px 10px;
    border-radius: 4px;
    width: 40%;
    display: block;
    text-align: center;
    color: white;
}
.cursor-pointer {
    cursor: pointer;
}
span.close-btn {
    color: black;
    position: absolute;
    right: 0px;
    top: -12px;
    background: white;
    border-radius: 50%;
    font-size: 17px;
    padding: 7px;
    width: 25px;
    height: 25px;
    line-height: normal;
    display: flex;
    box-shadow: 0 0 2px 1px #0000001c;
    cursor: pointer;
}
.gau_seva_content{
    font-size: 22px;
}
.about_home{
    font-size: 41px !important;
    font-family: 'Black Qulaity';
    font-weight: 540;
}
.home_features{
    font-size: 41px !important;
    font-family: 'Black Qulaity' !important;
    font-weight: 540 !important;
}
.latest_title{font-size: 23px !important;}
.home_widgets{
    font-size: 41px !important;
    font-family: 'Black Qulaity' !important;
    font-weight: 600 !important;
}
.home_features_title{
    font-size: 23px !important;
}
.patrons_corner{
    font-size: 30px;
    color: #04235f;
    margin-bottom: 20px;
    font-family: 'TC EN';
    font-weight: 700;
}
.piligrimage_txt{
    font-size: 26px;
    font-weight: 600;
}
/*New gallery changes*/
.partner-gallery-item {
  position: relative;
  margin: 10px;
  border: 2px solid #592f1b38;
  padding: 5px;
  box-shadow: 0 0 6px 2px rgba(96,125,139,.20);
  background: #444d86;
  border-radius: 10px;
}
.partner-gallery-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.partner-gallery-item:hover figure figcation {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.festival-glimpses .partner-gallery-item {  
  border: none;  
  background: #fff;
  border-radius: 5px;
}

section.card-mandir.event-glimpses .partner-gallery-item{ 
  border: 2px solid #e1e0de;  
  background: #e1e0de; 
  box-shadow: none;
} 
figure figcation {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: -webkit-fill-available;
  transition: 0.5s;
  /* background-image: linear-gradient(#0000001f, #0000001f); */
}

figure figcation h4 {
  color: #fbf6d1;
  margin-bottom: 10px;
  font-size: 16px !important;
  font-weight: 500;
}
figure figcation .inner-gal-title {
  color: white;
  border: 1px solid white;
  padding: 5px 10px;
  /*border-radius: 50px;*/
  font-size: 12px;
}
figure figcation .inner-gal-title:hover{
  color: #cea527;
  border: 1px solid #cea527;
}
figure {
  margin: 0 0 0rem;
  position: relative;
  overflow: hidden;
}
.overlay-img{
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  top: 0;
  background: #1621158f;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.9) 100%);
}
.gal_img {
    height: 250px;
    transition: 0.5s;
}
.gallery_glimpse{
    padding: 50px;
}
/*New gallery changes*/
.cancel_btn{
    background-image: linear-gradient(to bottom, #395eaf 0%,#001398 100%) !important;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #02144c;
    border: none;
}
.cancel_btn {
    background-color: #001398 !important;
}
.more_conacts_txt{
    font-size: 25px; 
    font-weight: 600;
    padding-top: 25px;
    text-align: center;
}
@media (max-width: 575px){
   /* .patrons_corner{
        font-size: 20px;
    }*/
   .more_conacts_txt{
       font-size: 24px;
   }
    .tour_of_vcm_text{
        font-size: 41px !important;
    }
    .latest_title{font-size: 21px !important;}
    .about_home{
        font-size: 25px;
    }
    .home_about_title{
        font-size: 30px !important;
    }
    .home_features{
        font-size: 25px;
    }
    .gau_seva_content{
        font-size: 18px;
    }
    .gau_seva_carosuel{
        padding-top: 30px;
    }
    .sticky-nofication .sticky-boby {
        flex-direction: row-reverse;
    }
    .sticky-nofication.mobile {
        display: block;
        left: 30px;
        width: 90%;
    }
}
figure.card-wrapper {
    padding: 10px;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    opacity: 1 !important;
}
.carousel-control-next-icon{
    background-image: url(../../images/right-arrow.png) !important;
    width: 40px !important;
    height: 40px !important;
}
.carousel-control-prev-icon{
    background-image: url(../../images/left-arrow.png) !important;
    width: 40px !important;
    height: 40px !important;
}
.gita_winner_name{
    font-size: 30px;
    text-align: center;
    color: #720f4e;
    font-weight: 600;
}
#loading_overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loading_overlay .fa-refresh {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}