:root {
    --yellow: #fed304;
    --orange: #f16550;
    --orange1: #ff9547;
    --orange3: #ff9547;
    --red: #df3647;
    --blue: #2e3364;
    --lightblue: #4b5a99;
    --lightblue1: #2e77c5;
    --lightblue2: #355c9e;
    --white: #ffffff;
    --black: #221f20;
    --grey: #cadeff;
    --grey1: #e7e7e5;
    --darkblue: #232535;
    --black1: #3d3d3d;
    --orange2: #ffede0;
}

@font-face {
    font-family: "AmostneFont";
    src: url("../fonts//AmostneFont.ttf") format("woff"),
        url("../fonts//AmostneFont.ttf") format("opentype"),
        url("../fonts//AmostneFont.ttf") format("truetype");
}

@font-face {
    font-family: "branding-aliskaje";
    src: url("../fonts/branding-aliskaje.ttf") format("woff"),
        url("../fonts/branding-aliskaje.ttf") format("opentype"),
        url("../fonts/branding-aliskaje.ttf") format("truetype");
}

@font-face {
    font-family: "FiraSans-SemiBold";
    src: url("../fonts/FiraSans-SemiBold.otf") format("woff"),
        url("../fonts/FiraSans-SemiBold.otf") format("opentype"),
        url("../fonts/FiraSans-SemiBold.otf") format("truetype");
}

@font-face {
    font-family: "firasans-regular";
    src: url("../fonts/firasans-regular.otf") format("woff"),
        url("../fonts/firasans-regular.otf") format("opentype"),
        url("../fonts/firasans-regular.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Black-2";
    src: url("../fonts/Gotham-Black-2.otf") format("woff"),
        url("../fonts/Gotham-Black-2.otf") format("opentype"),
        url("../fonts/Gotham-Black-2.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Book-2";
    src: url("../fonts/Gotham-Book-2.otf") format("woff"),
        url("../fonts/Gotham-Book-2.otf") format("opentype"),
        url("../fonts/Gotham-Book-2.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.otf") format("woff"),
        url("../fonts/Gotham-Medium.otf") format("opentype"),
        url("../fonts/Gotham-Medium.otf") format("truetype");
}

@font-face {
    font-family: "Gotham-Ultra";
    src: url("../fonts/Gotham-Ultra.otf") format("woff"),
        url("../fonts/Gotham-Ultra.otf") format("opentype"),
        url("../fonts/Gotham-Ultra.otf") format("truetype");
}

@font-face {
    font-family: "MagdalenaAlt-Light";
    src: url("../fonts/MagdalenaAlt-Light.otf") format("woff"),
        url("../fonts/MagdalenaAlt-Light.otf") format("opentype"),
        url("../fonts/MagdalenaAlt-Light.otf") format("truetype");
}

@font-face {
    font-family: "MagdalenaAlt-Regular";
    src: url("../fonts/MagdalenaAlt-Regular.otf") format("woff"),
        url("../fonts/MagdalenaAlt-Regular.otf") format("opentype"),
        url("../fonts/MagdalenaAlt-Regular.otf") format("truetype");
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.otf") format("woff"),
        url("../fonts/MyriadPro-Regular.otf") format("opentype"),
        url("../fonts/MyriadPro-Regular.otf") format("truetype");
}

@font-face {
    font-family: "TheNightWatch";
    src: url("../fonts/TheNightWatch.ttf") format("woff"),
        url("../fonts/TheNightWatch.ttf") format("opentype"),
        url("../fonts/TheNightWatch.ttf") format("truetype");
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

a,
a:hover {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
}

.list-style-none {
    list-style: none;
}

ul {
    padding-inline-start: 0;
}

.w-80 {
    width: 80%;
}

/* ----- Font weight -------- */
.font-w-100 {
    font-weight: 100;
}

.font-w-200 {
    font-weight: 200;
}

.font-w-300 {
    font-weight: 300;
}

.font-w-400 {
    font-weight: 400;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}


/* ----- Font Size -------- */
.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30 {
    font-size: 45px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-45 {
    font-size: 45px !important;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-85 {
    font-size: 85px;
}

.font-style-italic {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

th,
td {
    font-size: 14px;
    font-weight: 500;
}


.box-shadow-1 {
    box-shadow: 0 0 6px 2px #0000002b;
}

/* ------ spacing --------- */

.section-pt-10 {
    padding-top: 10px;
}

.section-pb-10 {
    padding-bottom: 10px;
}

.section-pt-25 {
    padding-top: 25px;
}

.section-pb-25 {
    padding-bottom: 25px;
}

.section-pt-30 {
    padding-top: 30px;
}

.section-pb-30 {
    padding-bottom: 30px;
}

.section-pl-30 {
    padding-left: 30px;
}

.section-pr-30 {
    padding-right: 30px;
}

.section-pt-50 {
    padding-top: 50px;
}

.section-pb-50 {
    padding-bottom: 50px;
}

.section-pt-60 {
    padding-top: 60px;
}

.section-pb-60 {
    padding-bottom: 60px;
}

.section-pt-80 {
    padding-top: 80px;
}

.section-pb-80 {
    padding-bottom: 80px;
}

.section-pt-100 {
    padding-top: 100px;
}

.section-pb-100 {
    padding-bottom: 100px;
}

.section-pt-200 {
    padding-top: 200px;
}

.section-pb-200 {
    padding-bottom: 200px;
}

/* ------ Text Color ----- */
.text-yellow {
    color: var(--yellow);
}

.text-orange {
    color: var(--orange);
}

.text-orange1 {
    color: var(--orange1);
}

.text-red {
    color: var(--red);
}

.text-blue {
    color: var(--blue);
}

.text-lightblue1 {
    color: var(--lightblue1);
}

.text-lightblue2 {
    color: var(--lightblue2);
}

.text-yellow {
    color: var(--yellow);
}

.text-white {
    color: var(--white);
}

.text-black {
    color: var(--black);
}

.text-lightred {
    color: #ecbbc0;
}

.text-grey {
    color: var(--grey);
}

.text-grey1 {
    color: var(--grey1);
}

.text-black1 {
    color: var(--black1);
}

.text-white {
    color: white;
}


/* ------ Background Color ----- */
.bg-yellow {
    background-color: var(--yellow);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-orange2 {
    background-color: var(--orange2);
}

.bg-orange3 {
    background-color: var(--orange3);
}

.bg-red {
    background-color: var(--red);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-lightblue1 {
    background-color: var(--lightblue1);
}

.bg-white {
    background-color: var(--white);
}

.bg-black {
    background-color: var(--black);
}

.bg-grey {
    background-color: var(--grey);
}

.bg-grey1 {
    background-color: var(--grey1);
}

.bg-darkblue {
    background-color: var(--darkblue);
}

.bg-lightblue2 {
    background-color: var(--lightblue2);
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-25 {
    font-size: 25px !important;
}
.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 45px;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-45 {
    font-size: 45px;
}

footer p,
ul li {
    color: #00325a;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 500;
}

li.footer-sub-title {
    font-size: 28px;
    color: var(--lightblue1);
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.title-h1 {
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
}

.inner-title-h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}

.inner-title-h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
}

.para-ptag {
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
}

.para-ptag-18 {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 400;
}

.title-h5 {
    font-size: 18px;
    font-family: Gotham-Medium;
    font-weight: 700;
    letter-spacing: 2px;
}

/* button */
button.btn {
    border-radius: 10px;
    padding: 9px 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: 0.5s;
}

button.btn img {
    width: 30px;
    margin-left: 20px;
    transition: 0.5s;
}

.btn.btn-blue-arrow,
.btn.btn-white-arrow {
    background: var(--lightblue1);
    color: white;
    box-shadow: 0 0 2px 1px #00000042;
}

.btn.btn-blue-arrow img {
    filter: brightness(0) invert(1);
}

.btn.btn-blue-arrow:hover img,
.btn.btn-white-arrow img {
    filter: none;
}

.btn.btn-blue-arrow:hover,
.btn.btn-white-arrow {
    background: #ffffff;
    color: var(--lightblue1);
    box-shadow: 0 0 2px 1px #0000000f;
}

.video-thunbmail {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: min-content;
    text-align: center;
}

.video-thunbmail i {
    width: 90px;
    height: 90px;
    background: #e43535;
    border-radius: 50px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

/* social-icon */
.social-icon {
    display: flex;
}

.social-icon a {
    color: #434343;
    margin-inline: 5px;
}

.social-icon a i {
    font-size: 12px;
    color: var(--lightblue1);
}

/* List style 1 */
ul.list-style-1 {
    margin-top: 1rem;
}

ul.list-style-1 li {
    margin-bottom: 5px;
}

ul.list-style-1 li a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

ul.list-style-1 li a.font-weight-600 {
    font-weight: 600;
}

.banner-img-tag {
    position: relative;
}

/* Backgroung image */
.bg-celebrating {
    background-image: url("../image/celebrating.png");
}

.bg-prabhu {
    background-image: url("../image/prabhu.png");
}

.bg-cutrual-banner {
    background-image: url("../image/curtural.png");
}

.bg-csr-img {
    background: url("../image/bg-1-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-trip-img {
    background: url("../image/braj-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-tallest-img {
    background: url("../image/bg-3-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gallery-img {
    background: url('../image/bg-4-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-1 {
    background: url('../image/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #345a9b;
}

.timeline-wrapper {
    background-image: url('../image/timeline-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.orange-temple-footer-bg {
    background-image: url('../image/garden-pic.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.white-temple-footer-bg {
    background-image: url('../image/bg-001.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.gallery-inner-bg {
    background-image: url('../image/bg-02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.gallery-inner-bg-3{
    background-image: url('../image/gallery-bg-3.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.bg-temple-cover-img{
    background-image: url('../image/temple-white-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
} 

.bg-cover--1{
    background-image: url('../image/bg--cover-1.jpeg');
    background-size: cover;
    background-repeat: no-repeat; 
}


.partner-bg{
    background-image: url('../image/ES_partnership.png');
    background-size: cover;
    background-repeat: no-repeat; 
}


.h-set-2--bg{
    background-image: url('../image/news-bg.png');
    background-size: cover;
    background-repeat: no-repeat; 
    background-color: white;
    background-attachment: fixed;
}

.banner-content {
    position: absolute;
    width: 50%;
    right: 0;
    top: 200px;
    padding-right: 100px;
}

.center-content {
    text-align: center;
}

.right-content {
    text-align: right;
    bottom: 20%;
}

.banner-content h1 {
    font-size: 50px;
    width: 50%;
    color: white;
    padding-left: 20px;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-container .swiper-wrapper .swiper-slide-active .banner-content {
    animation: fadeInLeft 1.5s;
}

.owl-slider-1 .img-caption {
    background: white;
    padding: 30px 40px;
}

.owl-slider-1 .title-caption {
    font-size: 40px;
    color: var(--blue);
    font-family: "MagdalenaAlt-Regular";
}

.owl-slider-1 figure {
    box-shadow: 0 0 3px 1px #0000001c;
}

.owl-slider-1 {
    margin: 10px;
    box-shadow: 0 0 9px 3px #00000036;
}

.banner-content p {
    color: white;
    font-size: 18px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: 1px solid #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--lightblue1);
    border: 1px solid white;
}

button.owl-dot:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.middle-slider.owl-carousel .owl-nav button.owl-prev, .temple-1-slider.owl-carousel .owl-nav button.owl-prev,
.temple-3-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.middle-slider.owl-carousel .owl-nav button.owl-next, .temple-1-slider.owl-carousel .owl-nav button.owl-next, .temple-3-slider.owl-carousel .owl-nav button.owl-next  {
    right: 0px;
}

.middle-slider.owl-carousel .owl-dots, .temple-1-slider.owl-carousel .owl-dots , .temple-3-slider.owl-carousel .owl-dots {
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.owl-dots {
    padding-top: 3rem;
}

img.logo {
    width: 70px;
}

.header-top-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-wrap a {
    color: var(--blue);
}

.header-wrap {
    margin-left: 4rem;
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
}

.fa-search-top.header-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.fa-search-top.header-wrap i {
    position: absolute;
    right: 10px;
}

.fa-search-top.header-wrap input {
    border: 2px solid var(--blue);
    border-radius: 20px;
    background: transparent;
}

.socail-media-top.header-wrap i {
    font-size: 20px;
    margin-inline: 3px;
}

/*  */
.animate {
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    filter: blur(0);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform-origin: center left;
}

.animate--shrink,
.news__title .slick-current>span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: shrink;
    animation-name: shrink;
    -webkit-animation-timing-function: "linear";
    animation-timing-function: "linear";
}

.animate--grow,
.no-js .news__title .slick-dupe:nth-child(2)>span,
.news__title .slick-current+.slick-slide>span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: "linear";
    animation-timing-function: "linear";
    -webkit-animation-name: grow;
    animation-name: grow;
}

.news__title .slick-current+.slick-slide>span.news__title-wrap .news-update-card {
    background-color: #e7e8e3;
}

.news__title span.news__title-wrap .news-update-card {
    background-color: #212234;
    letter-spacing: 0.5px;
}

.news__title span.news__title-wrap figure img {
    visibility: hidden;
}

.news__title .slick-current+.slick-slide>span.news__title-wrap figure img {
    visibility: visible;
}

.news__title span.news__title-wrap .learn-more-wrap {
    display: none;
}

.news__title .slick-current+.slick-slide>span.news__title-wrap .learn-more-wrap {
    display: flex;
    align-items: center;
}

.news__title .slick-current+.slick-slide>span.news__title-wrap figure img.active-img-news {
    box-shadow: 0 0 3px 1px #00000033;
}

.news-content {
    margin-bottom: 1rem;
}

.learn-more-wrap img {
    width: auto;
    margin-right: 10px;
}

.learn-more-wrap {
    color: var(--lightblue1);
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    tap-highlight-color: transparent;
    padding-top: 40px;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
    outline: none;
}

.slick-vertical .slick-slide::-moz-selection {
    outline: none !important;
    border: 0 !important;
    box-shadow: none;
}

.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
    outline: none !important;
    border: 0 !important;
    box-shadow: none;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-current {
    position: relative;
}

.news__title .slick-slide {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.news-update-card {
    font-size: 14px;
    font-weight: 400;
    padding: 25px 35px;
}

.news__title [aria-hidden] {
    transition: 1s;
}

.news__title .slick-current>span {
    box-sizing: border-box;
    display: block;
}

.no-js .news__title .slick-dupe:nth-child(2)>span {
    padding: 1em;
}

.news__title-wrap {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: grey;
}

.news__title-wrap figure {
    display: flex;
    margin: 0;
}

.news-title {
    margin-bottom: 2rem;
}

.news__title .slick-current+.slick-slide>span.news__title-wrap .news-update-card {
    color: #202232;
}

.news__title span.news__title-wrap .news-update-card {
    color: var(--lightblue1);
    letter-spacing: 0.5px;
}

.slick-active.slick-dupe:nth-child(2) figure img {
    display: none;
}


.swiper-button-prev,
.swiper-button-next {
    filter: brightness(0) invert(1);
}

/*  */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    border: none;
    outline: none;
}


.owl-carousel .owl-nav button span {
    background-image: url('../image/g-arw-L.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav button span {
    color: transparent;
}

.owl-carousel .owl-nav button.owl-next span {
    transform: rotate(180deg);
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    background-image: url('../image/g-arw-L.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.slick-next:before {
    transform: rotate(180deg);
}

.col-megamenu a {
    color: black;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: normal;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #1e2a34;
}

.news-slider-wrap img {
    height: 300px;
    object-fit: cover;
    filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.29));
    margin-bottom: 30px;
}

.read-more-link {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    color: #ff9547;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-bottom: 2px solid #ff9547;
    transition: 0.5s;
    margin-top: 30px;
}

.read-more-link:hover {
    border-bottom: 2px solid black;
    transition: 0.5s;
    color: black;
}

.news-caption {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.holy-band-bg {
    background-color: #ffede0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/line-drawing-bg.png');
    background-attachment: fixed;
    background-position: center;
}

.holy-darkble-bg {
    background-color: #355c9e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/line-drawing-bg.png');
    background-attachment: fixed;
}

.latest-milestone-bg {
    background-color: #5d3e22;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/bg-03.jpg');
    background-attachment: fixed;
}

.holy-band-bg-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/line-drawing-bg.png');
    background-attachment: fixed;
}


.news-bg {
    background-color: #355c9e;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/news-bg.png');
    background-attachment: fixed;
}

.features-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/feature-bg.png');
    background-attachment: fixed;
}

.mission-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/bg-002.jpg');
    background-attachment: fixed;
}

.gallery-bg {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/gallery-bg.png');
    background-attachment: fixed;
}

.gallery-bg-darkblue {
    background-color: var(--lightblue);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/gallery-bg.png');
    background-attachment: fixed;
}

.holy-bg {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/line-drawing-bg.png');
    background-attachment: fixed;
}

.sky-bg-darkblue {
    background-color: var(--lightblue);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/gallery-bg.png');
    background-attachment: fixed;
}

.explore-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/explore-bg.png');
    background-attachment: fixed;
}



.gallery--bg-1 {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/gallery--bg-1.png');
    background-attachment: fixed;
}

.title-h2 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.inner-title-h2 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-logo img.img-fluid,
.video-logo-1 img {
    width: 100%;
    filter: drop-shadow(-4.141px 15.455px 13.5px rgba(0, 0, 0, 0.16));
}

/* gallery flip */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    margin: 0px;
    margin-bottom: 15px;
}

.flip-card img {
    width: 100%;
    height: 350px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
}

.flip-card-back {
    background-color: #ff9447;
    color: white;
    text-align: left;
    padding: 30px;
}

.grid-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flip-card-back h1 {
    font-size: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #355c9e;
    font-weight: 700;
    margin-bottom: 10px;
}

.flip-card-back p {
    font-size: 22px;
    line-height: normal;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.flip-card-back p.active {
    color: #355c9e;
}

.feature-wrapper {
    background: white;
    padding: 1rem;
    border-bottom: 5px solid #ff9547;
}

.feature-content h4 {
    font-size: 46px;
    letter-spacing: 3px;
    line-height: normal;
    color: #355c9e;
    font-weight: 700;
}

.feature-content p {
    font-size: 18px;
    line-height: normal;
    color: #3d3d3d;
    font-weight: 400;
}


.story-content h4 {
    font-size: 34px;
    letter-spacing: 0px;
    line-height: normal;
    font-weight: 500;
    padding-left: 4rem;
}

.story-content span {
    font-size: 20px;
    font-weight: 600;
}

/*  */
.pattern-line-v,
.pattern-line-v-1,
.pattern-line-3,
.pattern-line-4 {
    display: none;
}

.holy-img-1 {
    text-align: center;
    margin-top: -60px;
}

.holy-img-1 img {
    width: 100%;
    margin: auto;
    filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
    background: white;
}

.holy-2-img {
    width: 70%;
    left: 10px;
    position: absolute;
    filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
}

.holy-img-2 {
    position: absolute;
    top: -40px;
    left: 20px;
    right: 0;
    margin: auto;
}

.pattern-line-1,
.pattern-line-2,
.sm-temple-icon-1 {
    display: none;
}

.owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #ff9447;
    border-radius: 50%;
    display: inline-block;
    margin-inline: 7px;
}

.owl-dot span {
    width: 15px;
    height: 15px;
    background: #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    margin-inline: 7px;
}

/* slider */

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.swiper-pagination {
    text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-flex;
    border-radius: 100%;
    background: #6d9ff7;
    opacity: 1;
    border: 1px solid white;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.hero-style {
    height: 850px;
    transition: all .4s ease;
}

.side-slider .owl-dots {
    display: none;
}

.evolution-slider .owl-carousel .owl-item figure img {
    width: auto;
    height: 400px;
}

.evolution-slider .owl-carousel .owl-item figure {
    margin: 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 1px solid #355c9e;
    box-shadow: 0 0 8px 2px #00000024;
    overflow: hidden;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-set-1-img {
    width: 320px;
    position: absolute;
    left: 30px;
    top: -40px;
    z-index: 99;
}

.h-set-2-img {
    background: white;
    width: 430px;
    height: 300px;
    z-index: 9;
    position: relative;
}

.holy-darkble-bg figure {
    margin-bottom: 0px;
    position: relative;
}

.line-bigger {
    width: 180px;
    height: 450px;
    background: #ff9547;
    position: absolute;
    top: -110px;
    z-index: 0;
    left: -30px;
}

.finalized-img-slider {
    height: 500px;
}

.time-line-wrap {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.gallery-wrapper-container {
    padding-top: 5rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.galery-wrapper-2 {
    width: 50%;
}

.galery-wrapper-2 figure {
    margin-bottom: 0px;
    padding: 5px;
}

.galery-wrapper-2 img {
    width: 100%;
    border-bottom: 10px solid #ff9547;
}

/*  */


.center-mode-slider .active.center {
    transform: scale(1.3);
    z-index: 999;
}

.center-mode-slider .active.center img {
    border: 3px solid #ff9547;
}

.center-mode-slider .active {
    transform: scale(.8);
    transition: .6s ease;
    z-index: 99;
}

.center-mode-slider .active img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    box-shadow: 0 0 3px 2px #0000002b;
}

.center-mode-slider .owl-item {
    margin-block: 4rem;
}

.testimonials-list-wrapper:last-child {
    margin-bottom: 0rem;
}

.testimonials-list-wrapper {
    background: white;
    padding: 3rem 2rem 6rem;
    border-bottom: 10px solid #ff9547;
    box-shadow: 0px 3px 10px 2px #00000024;
    margin-bottom: 9rem;
    position: relative;
}

.middle-testimonal-img img {
    width: 350px;
    border: 5px solid #ff9547;
    border-radius: 5px;
}

.testimonials-list-wrapper .inner-title-h1 {
    font-size: 40px;
}

.testimonials-list-wrapper .inner-title-h2 {
    font-size: 20px;
    font-weight: 700;
}

.testimonal-quation {
    position: absolute;
    right: 120px;
    bottom: -25px;
    background: #ff9547;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}


/*  */
.testimonals-list-wrapper .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.testimonals-list-wrapper .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.testimonals-list-wrapper .owl-item:not(.center)>div:hover {
    opacity: .75;
}

.testiminals-wrap-content {
    display: none;
}

.owl-item.active.center .testiminals-wrap-content {
    display: block;
}

.owl-item.active.center .owl-carousel-testimonals figure img.testimionals-img {
    height: 500px;
    z-index: 9999;
    object-fit: cover;
    border: 1px solid #ff9547;
    box-shadow: 0 0 5px 1px #00000038;
}

.testimonals-list-wrapper .testimonals-list-carousel .owl-stage-outer {
    overflow: inherit;
}

.testimonals-list-wrapper .testimonals-list-carousel {
    padding-top: 5rem;
}

.testimonals-list-wrapper .owl-stage {
    display: flex;
    align-items: flex-end;
}

.testimonals-list-wrapper .owl-item.active.center img.testimionals-img {
    opacity: 1;
}

.testimonals-list-wrapper .owl-item.active img.testimionals-img {
    opacity: 0.5;
    height: 250px;
}

.testimonals-list-wrapper .owl-item.center>div {
    display: flex;
    flex-direction: column-reverse;
}

.testimonal-title {
    font-size: 18px;
    color: #355c9e;
    margin-bottom: 25px;
    font-weight: 500;
}

.testimonal-sub-title {
    font-size: 20px;
    color: #375e9f;
    font-weight: 600;
}

.testimonal-sub-content {
    font-size: 14px;
    color: #355c9e;
    font-weight: 600;
}

.owl-item.active.center img.quation-circle {
    display: none !important;
}

img.quation-circle {
    height: 40px;
    width: 40px !important;
    position: absolute;
    padding: 7px;
    background: #ff9547;
    border-radius: 50px;
    right: -20px;
    top: -10px;
    display: none !important;
}

.border-box-orange:before {
    border: 5px solid #ff9547;
    border-bottom: none;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: 400px;
}

.testimonals-list-wrapper .owl-item.active.center .testiminals-wrap-content {
    display: block;
    position: relative;
    right: 0;
    width: 400px;
    top: 0px;
    margin-bottom: 4rem;
}

.testimonals-list-wrapper ul.nav.nav-tabs {
    justify-content: center;
    border: none;
    padding: 0;
}

.testimonals-list-wrapper li.nav-item {
    margin-inline: 25px;
}

.testimonals-list-wrapper a.nav-link {
    color: #355c9e;
    font-weight: 600;
    padding-inline: 0px;
}

.testimonals-list-wrapper a.nav-link.active.show {
    border: none !important;
}

.testimonals-list-wrapper a.nav-link.active.show,
.nav-tabs .nav-link.active {
    border: none !important;
    color: #ff9547;
    border-bottom: 2px solid #ff9547 !important;
    background: transparent;
}


.testimonals-list-wrapper .owl-nav.disabled {
    display: block;
}

.testimonals-list-wrapper .owl-nav.disabled img {
    width: 40px;
}

.testimonals-list-wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: 80%;
}

.testimonals-list-wrapper .owl-carousel .owl-nav button.owl-next {
    right: 35px;
    top: 80%;
}

.testimonals-list-wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.card-wrapper-style .read-more-link {
    border-bottom: none;
}

.card-wrapper-style .news-caption {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #335f9d;
}

.card-wrapper-style .news-slider-wrap {
    box-shadow: 0 0 3px 1px #00000024;
    background: white;
}

.card-wrapper-style .news-slider-wrap img {
    box-shadow: none;
    filter: none;
    margin-bottom: 0px;
}

.card-wrapper-style figcaption {
    padding: 10px;
    text-align: center;
}

.comm-card-img {
    margin-bottom: 0px;
    position: relative;
}

.comm-card-img figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
}

.comm-card-img img {
    width: 100%;
}

.comm-card-img .fa-play {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    color: white;
    background: #e13633;
    margin: 0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-wrapper-style.card-wrapper-style-1 .news-slider-wrap img {
    height: 230px;
}

.card-wrapper-style.card-wrapper-style-1 .news-slider-wrap {
    border: 3px solid #ff9442;
}

.card-wrapper-style.card-wrapper-style-1 .news-caption {
    margin-bottom: 0px;
}

.card-wrapper-style.card-wrapper-style-1 figcaption {
    margin-bottom: 0px;
    padding: 2px;
}

.gallery-wrap-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gallery-wrap-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.gallery-wrap-img,
.gallery-wrap-content {
    width: 50%;
}

.gal-title {
    font-size: 18px;
}

.gal-dec {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gal-read-more,
.gal-title {
    text-transform: uppercase;
}

.gallery-wrap-content:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 999;
    margin: auto;
}

.col-culture.bg-white {
    padding: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.col-culture {
    width: 100%;
}

.row-culture {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.par-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 5px;
}

.owl-carousel.partner-logo-slider .owl-item img {
    display: block;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.partner-logo-wrap {
    width: 100%;
    padding: 20px;
    border: 1px solid #cfc6c1;
    border-radius: 10px;
    margin-bottom: 14px;
    height: 130px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.partner-logo-wrap:hover {
    border: 1px solid #dcaabc;
}

.partner-logo-slider.owl-carousel .owl-nav button.owl-prev img,
.partner-logo-slider.owl-carousel .owl-nav button.owl-next img {
    width: 30px;
}

.partner-logo-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    bottom: -60px;
    top: auto;
    right: 45px;
    margin: auto;
}

.partner-logo-slider.owl-carousel .owl-nav button.owl-next {
    left: 45px;
    bottom: -60px;
    top: auto;
    right: 0;
    margin: auto;
}

.partner-logo-slider.owl-carousel .owl-nav {
    margin: 50px;
}

.shadow-effect {
    background: #fff;
    padding: 60px 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ff9547;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    width: 400px;
    z-index: 999;
    position: relative;
}

#customers-testimonials .shadow-effect p ,
#customers-testimonials-1 .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    display: flex;
    align-items: center;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 100px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials-1 .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 100px;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item,
#customers-testimonials-1 .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial-name img {
    width: 50px !important;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
    border: 2px solid #ff9547;
}

.testimonial-name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.testimionals-caption span {
    font-size: 16px;
    color: var(--lightblue2);
}

.testimionals-caption div {
    font-size: 12px;
    color: var(--lightblue2);
}

img.img-circle {
    margin-bottom: 1rem;
}

.card-wrapper-style-big .news-slider-wrap img {
    height: 400px;
}

.card-wrapper-style-big .news-caption {
    font-size: 26px;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.card-wrapper-style-big a.read-more-link {
    letter-spacing: normal;
}

.card-wrapper-style-big figcaption {
    padding: 30px 10px;
}

.arrow-center-mode.middle-slider.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.arrow-center-mode.middle-slider.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

a.image-popup-vertical-fit img,
a.image-popup-vertical-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.image-popup-vertical-fit {
    overflow: hidden;
}

.box-img:hover .overlay-icon {
    visibility: visible;
    opacity: 1;
}

.box-img:hover .image-popup-vertical-fit img {
    transform: scale(1.2);
}

.box-img .image-popup-vertical-fit img {
    transition: 0.4s;
    transition: all 900ms ease;
}

.box1 {
    position: relative;
    display: flex;
    height: 100%;
}

/* SLIDER */
header.slider {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.8s;
}

header.slider .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

header.slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
}

header.slider .gallery-top {
    height: 100%;
    width: 100%;
    background: #222327;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 12px;
}

header.slider .gallery-thumbs {
    width: calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 30px;
    z-index: 9;
    position: absolute;
    bottom: 12%;
    right: 0;
    height: auto;
    color: #fff;
}

header.slider .gallery-thumbs .swiper-slide {
    width: 90%;
    height: 100%;
    opacity: 0;
}

header.slider .gallery-thumbs .swiper-slide span {
    font-weight: 600;
}

header.slider .gallery-thumbs .swiper-slide a { 
    width: 100%;
    padding-top: 30px;
    margin-bottom: 3rem;
    font-size: 15px;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
    padding-right: 40px;
}

header.slider .gallery-thumbs .swiper-slide-active {
    width: 100%;
    opacity: 1;
    filter: blur(0px);
}

header.slider .swiper-container .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    opacity: 1;
}

header.slider .gallery-thumbs .swiper-slide-active a {
    display: inline-block;
}

header.slider .swiper-button-prev {
    position: absolute;
    left: auto;
    top: auto;
    right: 85px;
    bottom: 30px;
    z-index: 9999;
    color: #fff;
    background: none;
    width: auto;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.slider .swiper-button-next {
    z-index: 9999;
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    color: #fff;
    background: none;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.slider .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 35px;
    margin-left: 0;
    z-index: 3;
    text-align: center;
    justify-content: flex-end;
    right: 135px;
}

header.slider .slide-progress span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

header.slider .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

header.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}

header.slider .gallery-thumbs .swiper-slide-active {
    margin-left: 20px;
    margin-right: 0px !important;
}

header.slider .gallery-thumbs .swiper-slide-active span {
    font-size: 30px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 46px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}


/* musthave style */
.image-big-list-item.active, .image-big-list-item-1.active, .image-big-list-item-2.active{
    display:block;
}
.image-big-list-item, .image-big-list-item-1, .image-big-list-item-2 {
    display:none; 
}


.change-menu-item li.active{
    border: none !important;
}

.list-style-single .list-unstyled.change-menu-item li.active a{
    border-bottom: 3px solid var(--blue);
}

.list-dots-bold li {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
}
.list-dots-bold li::marker {
    margin-bottom: 15px;
    color: #ff9547;
    font-size: 25px;
}

/* faq */

.main-faq-wrapper {
    margin: 50px 0;
}

.main-faq-wrapper .accordion .card {
    margin-bottom: 30px; 
    border: 1px solid #d0cbc7;
    border-radius: 1px;
}

.main-faq-wrapper .accordion .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: 2px;
    padding: 0;
}

.main-faq-wrapper .accordion .card .card-header .btn-header-link { 
    display: block;
    text-align: left;
    background: #ffede1;
    color: #f39244;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.main-faq-wrapper .accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 20px;
}

.main-faq-wrapper .accordion .card .card-header .btn-header-link.collapsed {
    background: #ffffff;
    color: #3c5d92;
}

.main-faq-wrapper .accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: #f39244;
    transform: rotate(90deg);
} 

.main-faq-wrapper .accordion .card .collapse {
    border: 0;
}

.main-faq-wrapper .accordion .card .collapse.show {
    background: #ffffff;
    line-height: 30px;
    color: #222;
    padding: 1rem 3rem;
    text-align: center;
}


/*  */

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, 0.9);
}

.main-container {
    width: 50%;
}

.nav-container {
    width: 50%;
}

.nav-container img {
    max-height: 135px;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.new-updates-container {
    display: flex;
    flex-wrap: wrap;
}

/* button style */


.icon-button {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: background-color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25), border-color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25), color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25);
    color: #1a242d;
    padding: 8px 13px 8px 42.034px;
    border-color: #ff9447;
    border-radius: 50px;
    background-color: #ff9447;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-button:focus {
    outline: none;
    border-color: #000710;
}

.icon-button:hover {
    background-color: var(--lightblue2);
    border-color: var(--lightblue2);
    color: #fff;
}

.icon-button:hover .fas {
    transform: translateY(50px);
}

.icon-button:hover .fa--bottom {
    transform: translateY(0px);
    opacity: 1;
}

.icon-button:active {
    background-color: var(--lightblue2);
    border-color: var(--lightblue2);
}

.icon-button .fas {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 2px;
    opacity: 1;
    transition: transform 430.8ms cubic-bezier(0.6, 0.15, 0.51, 1.25), opacity 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25);
    color: white;
    background: #19242e;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button .fa--bottom {
    transform: translateY(-50px);
}

.icon-button.btn-white {
    color: var(--darkblue);
    border-color: white;
    background-color: white;
}

.icon-button.btn-white:hover {
    background-color: var(--orange1);
    border-color: var(--orange1);
    color: #fff;
}

.icon-button-style-3.icon-button .fas {
    background-color: var(--lightblue2);
    border-color: var(--lightblue2);
    color: #fff;
}

.icon-button.icon-button-style-3 {
    color: white;
}

.icon-button.btn-style-1 {
    color: #ff9447;
    border-color: #355ba5;
    background-color: #355ba5;
}

.icon-button.btn-style-1 .fas {
    background: #ff9447;
}

.pulse {
    animation: pulse 0.6s cubic-bezier(1, 0.51, 0.15, 0.6);
}

#b7 {
    border-style: solid;
}

#b6 .fas {
    transition: transform 200ms cubic-bezier(0.16, 0.65, 0.55, 0.97) 350ms, opacity 320ms ease;
}

#b6 .fa--bottom {
    transform: translateY(0px);
    transform: translateX(-50px);
    text-shadow: 1px 1px 2px #e6edf5;
}

#b6:hover .fas {
    opacity: 0;
    transform: translateY(0px);
}

#b6:hover .fa--bottom {
    opacity: 1;
}


.flip-card {
    overflow: hidden;
}

a.image-popup-vertical-fit {
    overflow: hidden;
}

.overlay-icon {
    color: white;
    background: #00000082;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    transition: all 900ms ease;
}

.flip-card:hover .overlay-icon {
    visibility: visible;
    opacity: 1;
}

.flip-card:hover .image-popup-vertical-fit img {
    transform: scale(1.2);
}

.flip-card .image-popup-vertical-fit img {
    transition: 0.4s;
    transition: all 900ms ease;
}

a.image-popup-vertical-fit img,
a.image-popup-vertical-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.side-slider .middle-slider-wrapper {
    margin: 20px;
}
.side-slider .middle-slider-wrapper_right {
    margin: 20px;
}
.side-slider .middle-slider-wrapper_left {
    margin: 20px;
}

.middle-outer-layer .middle-slider-wrapper:before {
    content: '';
    background: var(--orange1);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.middle-outer-layer .middle-slider-wrapper_right:before {
    content: '';
    background: var(--orange1);
    width: 50%;
    height: 91%;
    position: absolute;
    right: 20px;
    top: 9px;
    z-index: 9;
}
.middle-outer-layer .middle-slider-wrapper_left:before {
    content: '';
    background: var(--orange1);
    width: 45%;
    height: 95%;
    position: absolute;
    right: 50%;
    top: 8px;
    z-index: 9;
}
.middle-slider-wrapper img {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 6px 2px #0000001f;
}
.middle-slider-wrapper_right img {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 6px 2px #0000001f;
}
.middle-slider-wrapper_left img {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 6px 2px #0000001f;
}

.para-style-2 {
    font-size: 20px;
    line-height: 35px;
}

.middle-slider-wrapper figure {
    padding: 20px;
}
.middle-slider-wrapper_right figure {
    padding: 20px;
}
.middle-slider-wrapper_left figure {
    padding: 20px;
}

.card-img-wrapper {
    background: white;
    padding: 25px;
    margin-top: 15px;
}

.card-content-para {
    padding-top: 15px;
}

.card-content-para .title-h2 {
    padding-top: 15px;
    font-weight: 700;
}



@keyframes pulse {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


@media (min-width: 1000) {
    header.slider-nav {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    header.slider .gallery-thumbs {
        width: 100%;
        margin: 0;
    }
}


.grid-image-hover-effect .grid {
    position: relative; 
    height: 100%; 
}
.grid-image-hover-effect figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

.grid-image-hover-effect .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    max-height: 100vh;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    height: 100%; 
} 
.grid-image-hover-effect figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.grid-image-hover-effect .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}
.grid-image-hover-effect figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid-image-hover-effect .grid figure figcaption, .grid-image-hover-effect .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-image-hover-effect figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid-image-hover-effect .grid figure figcaption, .grid-image-hover-effect .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid-image-hover-effect .grid figure figcaption {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid-image-hover-effect figure.effect-oscar:hover figcaption {
    background: #a7a7a7;
}
.grid-image-hover-effect figure.effect-oscar:hover h2 {
    display: none;
}

.grid-image-hover-effect figure.effect-oscar figcaption::before, .grid-image-hover-effect figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grid-image-hover-effect figure.effect-oscar figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; 
    content: '';
    background: #3f4d74;
}
.grid-image-hover-effect .grid figure figcaption::before, .grid-image-hover-effect .grid figure figcaption::after {
    pointer-events: none;
}
.grid-image-hover-effect figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s; 
}
.grid-image-hover-effect .grid figure h2, .grid-image-hover-effect .grid figure p {
    margin: 0;
    bottom: 40px;
    position: absolute;
    right: 0;
    left: 0;
}
.grid-image-hover-effect .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid-image-hover-effect figure.effect-oscar figcaption::before, .grid-image-hover-effect figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grid-image-hover-effect .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid-image-hover-effect .grid figure h2, .grid-image-hover-effect .grid figure p {
    margin: 0;
}
.grid-image-hover-effect .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid-image-hover-effect figure.effect-oscar:hover img {
    opacity: 0.4;
}
.grid-image-hover-effect figure.effect-oscar:hover figcaption::before, .grid-image-hover-effect figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.grid-image-hover-effect figure.effect-oscar:hover figcaption::before, .grid-image-hover-effect figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}  
.grid-image-hover-effect figure.effect-oscar:hover .hover-text-container {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    text-align: left;
    padding: 4rem;
    height: 100%;
}
.hover-text-container{
    display: none;
} 
.grid-image-hover-effect figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
} 


table.table th {
    background: #153570;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
}
table.table td {
    background: #ebeaea;
    font-size: 20px;
    color: #153570;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #c5c5c5;
}
table.table td:first-child {
    background: #e0e0e0;
    text-align: center;
}

.comm-card-footer figcaption {
    background: #355c9e;
    padding: 25px 15px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.comm-card-footer img {
    height: 300px;
    object-fit: cover;
} 

.bg-orange-4-before:before {
    content: '';
    background: #fff3eb;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -22;
}
.ul-list-blue li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #355c9e;
    font-weight: 500;
}
.ul-list-blue {
    margin-bottom: 0px;
    padding-left: 10px;
}
header.slider .gallery-top:before {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 30%);
}
.owl-carousel.news-slider-gallery.onhover-effect-img img {
    margin-bottom: 0px;
} 
.onhover-text {
    position: absolute;
    bottom: -3px;
    margin-inline: 20px;
    font-weight: 700;
    font-size: 16px;
    color: white;
}
.box-img:hover .onhover-text {
    bottom: 40px;
    z-index: 99;
}
.onhover-effect-img .box-img:hover .overlay-icon {
    background: #ff9547b8;
    height: 50%;
    top: auto;
    bottom: 0;
}

.leadership--wrap-1 figure {
    padding: 3rem;
}
.leadership--wrap-1 figure img {
    border: 3px solid #ff9547;
}

.leadership--wrap-1 .inner-title-h2 {
    font-size: 20px;
    color: #355c9e;
    margin-top: 0px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 500;
    line-height: normal;
}

.title--leader-h1 {
    font-size: 20px;
    color: white;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}

.title--leader-h2 {
    font-size: 20px;
    color: #ff9547;
    text-align: center;
    font-weight: 500;
}

.title--leader-h3 {
    font-size: 20px;
    color: #ff9547;
    text-align: center;
    font-weight: 500;
}
.leadership--wrap-2 img {
    border: 3px solid #ff9547;
    width: 300px;
}
.leadership--wrap-2 figure {
    text-align: center;
}


.title--design-h1 {
    font-size: 24px;
    color: var(--lightblue2);
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.title--design-h2 {
    font-size: 22px;
    color: #ff9547;
    text-align: center;
    font-weight: 600;
}

.leadership--wrap-3 img {
    width: 150px;
    margin-right: 20px;
    border-radius: 50%;
}

.form-wrapper-container {
    background: white;
    padding: 50px;
    border-radius: 0px;
    box-shadow: 0 0 2px 1px #0000001a;
}
label {
    font-size: 12px;
    margin-top: 10px;
}

.form--label {
    color: black;
    font-weight: 500;
    font-size: 16px;
}
.form-md-control label {
    font-size: 16px;
}

.btn.btn--orange {
    background: #ff9446;
    color: white;
    font-size: 12px;
    min-width: 150px;
    border-radius: 50px;
}
.btn.btn--orange:hover {
    background: #ffffff;
    color: #ff9446;
    border: 1px solid #ff9446;
}

.btn--blue.icon-button .fas {
    background: #335f9d;
}

.icon-button.btn--blue {
    color: white;
}

.btn--timer-btn label.btn {
    margin-inline: 10px;
    border: 1px solid #8b87c6;
    background: white;
    color: #8b87c6;
    border-radius: 5px !important;
    font-weight: 600;
    width: 45%;
    min-width: 45%;
    padding-block: 10px;
}
.btn--timer-btn label.btn.btn-secondary.active {
    background: #8b87c6;
    border-color: #8b87c6;
}
.btn-group.btn-group-toggle {
    flex-wrap: wrap;
}
.datepicker.datepicker-dropdown {
    border: 1px solid #c8c6c6;
    width: 23%;
    border-radius: 0px 0px 5px 5px;
    padding: 0px;
}
.datepicker table tr th.dow {
    background: #eff0ff;
    color: #94a8b9;
    border-radius: 0px;
    padding-block: 10px;
}
.datepicker table {
    width: 100%;
}
.datepicker table tr td, .datepicker table tr th { 
    padding-block: 10px;
}

.datepicker.datepicker-dropdown::before, .datepicker.datepicker-dropdown::after {
    display: none;
}
.card-wrapper-style--1 .news-slider-wrap {
    margin-bottom: 50px;
    margin-inline: 15px;
}
.card-wrapper-style--1 figcaption {
    padding: 20px 10px;
}
.card-wrapper-style--1 figcaption p {
    padding-bottom: 10px;
    font-size: 25px;
}
.form-control-search {
    position: relative;
}
.form-control-search i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #dedede;
}
.form-control-search input {
    border-color: transparent;
    padding-left: 2rem;
}
.btn.btn--filter {
    background: blue;
    color: white;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 3px;
}
.filter-search-box {
    padding: 10px 15px;
    border: 1px solid #bebebe;
}
.filter-search-box select {
    border: none;
    color: black;
    font-weight: 500;
}
.filter-search-box input:focus {
    border: none;
    box-shadow: none;
}
.badge--span {
    background: white;
    border: 1px solid #e7e7e7;
    padding: 3px 10px;
    border-radius: 4px;
    color: #939191;
    font-size: 12px;
    margin-inline: 20px;
}
.icons-grey i {
    color: #cbcbcb;
}

.news-letter-card-wrapper {
    margin-block: 3rem;
}
.news-letter-card-wrapper {
    margin-block: 3rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px 1px #00000026;
    border-radius: 0px;
    border-bottom: 5px solid #ff9547;
    background: white;
}
.news-letter-card-wrapper .news-letter-detail {
    padding-inline: 25px;
    width: calc(100% - 280px);
}
.news-letter-card-wrapper .news-letter-img {
    width: 280px;
}
.news-letter-card-wrapper .news-letter-detail h2 {
    color: #355c9e;
    font-weight: 600;
}
.news-letter-card-wrapper .news-letter-detail span {
    color: #ff9547;
}
.news-letter-card-wrapper .news-letter-detail p {
    margin-top: 15px;
    font-size: 14px;
}

.news-form-box {
    background: #fae9dd;
    padding: 20px 30px;
}
.news-form-box input {
    margin-block: 20px;
    padding: 10px;
    font-size: 15px;
}
.news-form-box .btn.btn--orange {
    border-radius: 0px;
    width: 100%;
    font-size: 20px;
}
.customers-testimonials--wrapper .shadow-effect {
    width: 100%;
}

.customers-testimonials--wrapper .shadow-effect h4 {
    font-size: 26px;
    margin-inline: 50px;
}


.partner--wrapper {
    margin-block: 5rem;
} 
.partner--wrapper .img-fluid {
    width: 90px;
}
.partner--wrapper .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.partner--wrapper {
    margin-block: 2rem; 
}

.partner--text-wrap {
    color: white; 
}

.white-card-wrapper {
    text-align: center;
    background: white;
    padding: 15px 30px;
    border: 3px solid #ff9547;
}

.card-wrapper-festival {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.card-wrapper-festival img {
    width: 100px;
    height: 100px;
    border-radius: 60px;
}
.festival-detail-wrap .inner-title-h2.text-orange1 {
    font-size: 16px;
    letter-spacing: normal;
} 
.festival-detail-wrap {
    text-align: left;
    margin-left: 20px;
}

img.ml-abo-center {
    position: absolute;
    left: 50px;
}
img.mr-abo-center {
    position: absolute;
    right: 50px;
}

/* Media Query */
@media (max-width: 575px) {
    #customers-testimonials .item, 
    #customers-testimonials-1 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery-wrap-img,
    .gallery-wrap-content {
        width: 100%;
    }

    .gallery-wrap-content {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .owl-dots {
        padding-top: 0rem;
        text-align: center;
    }

    .center-mode-slider .owl-item {
        margin-block: 0rem;
    }

    .middle-slider-wrapper figure {
        padding: 0;
    }
    .middle-slider-wrapper_right figure {
        padding: 0;
    }
    .middle-slider-wrapper_left figure {
        padding: 0;
    }

    .inner-title-h1 {
        margin-top: 1rem;
    }

    .inner-title-h2 {
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 35px;
    }

    .sm-temple-icon-2 {
        display: none;
    }

    .inner-title-h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        margin-top: 3rem;
    }

    .gallery-wrapper-container {
        padding-top: 2rem;
    }

    .galery-wrapper-2 {
        width: 100%;
    }

    .middle-testimonal-img {
        text-align: center;
        margin-bottom: 2rem;
    }

    .timeline-1-content {
        padding-top: 1.5rem;
    }

    .time-line-wrap {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .mt-4 {
        margin-block: 10px !important;
    }

    .font-size-45 {
        font-size: 25px !important;
        line-height: normal !important;
    }

    .video-logo {
        margin-top: 2rem;
    }

    footer p {
        margin-block: 10px;
    }

    footer p,
    ul li {
        color: #00325a;
        font-size: 16px;
        letter-spacing: normal;
        line-height: normal;
        font-weight: 500;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        padding-left: 1rem;
    }

    .banner-content h1 {
        font-size: 30px;
        width: 100%;
    }

    .banner-content {
        bottom: 0;
        padding-inline: 1rem;
        width: 100%;
        top: 50px;
    }

    .banner-content p {
        padding-left: 25px;
    }

    .search-bar img,
    .navbar-collapse .navbar-brand img {
        filter: brightness(1) invert(1);
    }

    .shape-3 {
        right: 0;
    }

    .banner-content img,
    .card-rectangle,
    .card-box {
        width: 100%;
    }

    .section-pb-80,
    .section-pb-50,
    .section-pb-100,
    .section-pb-200 {
        padding-bottom: 40px;
    }

    .section-pt-80,
    .section-pt-100,
    .section-pt-200 {
        padding-top: 40px;
    }

    .single-submenu {
        padding: 10px;
    }

    .single-submenu li {
        margin-bottom: 7px;
    }

    .mobile-inline {
        display: flex;
        justify-content: space-around;
    }

    video#my-player,
    .swiper-slide picture img {
        min-height: 75vh;
        min-width: 100vw;
        object-fit: cover;
    }

    .grid-wrapper .box1 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 4;
        z-index: 2;
        background-position: center;
    }

    .grid-wrapper .box2 {
        grid-column-start: 1;
        grid-column-end: 10;
        grid-row-start: 4;
        grid-row-end: 8;
        z-index: 2;
    }

    .grid-wrapper .box3 {
        grid-column-start: 1;
        grid-column-end: 15;
        grid-row-start: 8;
        grid-row-end: 11;
        z-index: 2;
    }

    .font-size-18 {
        font-size: 16px;
    }

    .owl-slider-1 .title-caption {
        font-size: 25px;
    }

    .news__title-wrap figure {
        display: flex;
        flex-direction: column;
    }

    .news__title span.news__title-wrap figure img {
        visibility: visible;
    }

    .navbar-dark .navbar-toggler-icon {
        filter: brightness(0) invert(0);
    }

    .poly-linear-wrap {
        padding-bottom: 6rem;
    }

    .holy-darkble-bg {
        padding-top: 11rem;
    }

    button.owl-prev img,
    button.owl-next img {
        width: 30px;
    }

    .finalized-img-slider {
        height: 300px;
    }

    .story-content {
        text-align: left !important;
    }

    .story-content h4 {
        font-size: 30px;
        padding-left: 0;
    } 

}

@media (min-width: 576px) and (max-width: 767px) {
    #customers-testimonials .item,
    #customers-testimonials-1 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery-wrap-content {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .middle-testimonal-img {
        text-align: center;
        margin-bottom: 2rem;
    }

    .timeline-1-content {
        padding-top: 1.5rem;
    }

    .banner-content {
        bottom: 0;
        padding-inline: 1rem;
        width: 100%;
        top: 50px;
    }

    .video-logo {
        margin-top: 2rem;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        padding-left: 1rem;
    }

    .search-bar img,
    .navbar-collapse .navbar-brand img {
        filter: brightness(1) invert(1);
    }

    .shape-3 {
        right: 0;
    }

    .banner-content img,
    .card-rectangle,
    .card-box {
        width: 100%;
    }

    .section-pb-80,
    .section-pb-50,
    .section-pb-100 {
        padding-bottom: 40px;
    }

    .section-pt-80 {
        padding-top: 40px;
    }

    .single-submenu {
        padding: 10px;
    }

    .single-submenu li {
        margin-bottom: 7px;
    }

    .mobile-inline {
        display: flex;
        justify-content: space-around;
    }

    video#my-player,
    .swiper-slide picture img {
        min-height: 75vh;
        min-width: 100vw;
        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;
    }

    .navbar-dark .navbar-toggler-icon {
        filter: brightness(0) invert(0);
    }

    .news__title-wrap figure {
        display: flex;
        flex-direction: column;
    }

    .news__title span.news__title-wrap figure img {
        visibility: visible;
    }

    .flip-card,
    .flip-card img {
        width: 100%;
    }

    .flip-card {
        margin: 15px;
    }

    .poly-linear-wrap {
        padding-bottom: 6rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .middle-testimonal-img {
        text-align: center;
        margin-bottom: 2rem;
    }

    .timeline-1-content {
        padding-top: 1.5rem;
    }

    .banner-content {
        bottom: 0;
        padding-inline: 1rem;
        width: 100%;
        top: 50px;
    }

    .video-logo {
        margin-top: 2rem;
    }

    .search-bar img,
    .navbar-collapse .navbar-brand img {
        filter: brightness(1) invert(1);
    }

    .mobile-inline {
        display: flex;
        justify-content: space-around;
    }

    video#my-player,
    .swiper-slide picture img {
        min-height: 75vh;
        min-width: 100vw;
        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;
    }

    .navbar-dark .navbar-toggler-icon {
        filter: brightness(0) invert(0);
    }

    .news__title-wrap figure {
        display: flex;
        flex-direction: column;
    }

    .news__title span.news__title-wrap figure img {
        visibility: visible;
    }

    .flip-card,
    .flip-card img {
        width: 315px;
    }

    .flip-card {
        margin: 15px;
    }

    .poly-linear-wrap {
        padding-bottom: 6rem;
    }

    .partner-logo-wrap {
        width: 45%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .section-pb-100 {
        padding-bottom: 60px;
    }

    .section-pt-100 {
        padding-top: 60px;
    }

    .bg-yellow li.nav-item {
        padding-inline: 25px;
    }

    .bg-yellow.navbar-dark .navbar-nav .nav-link:focus,
    .bg-yellow.navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffff;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    .bg-yellow.navbar-dark .navbar-nav .nav-link {
        border: 1px solid transparent;
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 30px 20px;
        top: 71%;
    }

    .navbar .nav-link {
        padding-block: 0px;
    }

    .single-submenu li {
        font-weight: 600;
        margin-inline: 15px;
        padding: 0px 6px;
    }

    .col-megamenu .single-submenu li a {
        color: black;
    }

    .single-submenu li.active {
        border: 1px solid var(--blue);
        border-radius: 10px;
    }

    .single-submenu li.active a {
        color: var(--blue);
    }

    .single-submenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar.bg-yellow {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .white-hover li.nav-item:hover,
    .white-hover li.nav-item.show {
        border-radius: 50px;
    }

    .white-hover li.nav-item {
        margin-inline: 5px;
        padding-inline: 10px;
    }

    .white-hover li.nav-item {
        border: 1px solid transparent;
        line-height: 25px;
    }

    .image-content-wrapper.flex-column-wrapperImage figure {
        width: 50%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 10px;
        border-top: 2px solid #01325D;
    }

    .layer-xl-1 {
        position: absolute;
        top: 0px;
        left: 130px;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 35%;
        width: 100px;
        height: 100px;
        margin-top: 0;
        background-size: 50px;
    }

    .news-updates-wrapper .slick-prev {
        top: 38%;
        left: -50px;
    }

    .news-updates-wrapper .slick-next {
        top: 67%;
        right: auto;
        left: -50px;
    }

    .slick-prev:before {
        transform: rotate(90deg);
    }

    .slick-next:before {
        transform: rotate(270deg);
    }

    .feature-content {
        padding: 1.5rem;
    }

    .pattern-line-v {
        right: 55px;
        position: absolute;
        bottom: 195px;
        display: block;
        width: 300px;
    }

    .pattern-line-v-1 {
        right: 0;
        position: absolute;
        bottom: 30px;
        display: block;
        width: 300px;
    }

    .border-box-orange:before {
        border: 13px solid #ff9547;
        border-bottom: none;
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        height: 400px;
    }

    .holy-img-1 {
        text-align: center;
        margin-top: -20px;
    }

    .holy-img-1 img {
        width: 60%;
        margin: auto;
        filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
        background: white;
    }

    .holy-2-img {
        width: 45%;
        left: 220px;
        position: absolute;
        filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
    }

    .holy-img-2 {
        position: absolute;
        top: -75px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .holy-band-bg:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 600px;
        background: #ff9447;
        top: -70px;
        right: 20%;
        z-index: 0;
    }

    .holy-content {
        margin-left: -65px;
        margin-top: 7rem;
    }

    .news-slider-wrap {
        margin-inline: 15px;
    }

    .flip-card {
        margin: 10px;
    }

    .flip-card,
    .flip-card img {
        width: 435px;
    }

    .sm-temple-icon-2 {
        left: 20px;
        bottom: 0;
        width: 300px;
    }

    .sm-temple-icon-1,
    .sm-temple-icon-2,
    .pattern-line-1,
    .pattern-line-2 {
        position: absolute;
        display: block;
    }

    .sm-temple-icon-1 {
        right: 0;
        bottom: 0;
        width: 150px;
    }

    .pattern-line-1 {
        z-index: 9;
        right: 25px;
        bottom: 9%;
        width: 45px;
    }

    .pattern-line-2 {
        z-index: 9;
        left: 30px;
        top: 10%;
        width: 30px;
    }

    .timeline-1-content {
        padding-inline: 3rem;
    }

    .time-line-wrap {
        padding-top: 3rem;
        padding-bottom: 5rem;
        position: relative;
    }

    .time-line-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 3px;
        height: 100%;
        display: block;
        background: #ff9547;
        top: 0;
    }

    .dot-cirlce-timeline {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        display: block;
        background: #ff9547;
        top: 45px;
        border-radius: 50px;
    }

    .middle-testimonal-img {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -52px;
        top: -100px;
    }

    .middle-testimonal-img.middle-layer-card {
        top: 75px;
    }

    .gallery-wrap-content.bg-lightblue2:before {
        background: #355c9e;
        transform: rotate(45deg);
        left: -11px;
        bottom: 0;
        top: 0;
    }

    .gallery-wrap-content.bg-white:before {
        background: #ffffff;
        transform: rotate(45deg);
        right: -10px;
        bottom: 0;
        top: 0;
    }

    .gallery-wrap-content.bg-orange3:before {
        background: #ff9547;
        transform: rotate(45deg);
        left: 0;
        top: -11px;
        right: 0;
    }

    .gallery-wrap-img,
    .gallery-wrap-content {
        width: 33.333%;
    }

    .col-culture {
        width: 50%;
    }

    .row-culture.self-change-continer {
        flex-direction: row-reverse;
    }

    .par-item {
        padding-inline: 60px;
    }

    .partner-logo-wrap {
        width: 32%;
        padding: 20px;
        border: 1px solid #cfc6c1;
        border-radius: 10px;
        margin-bottom: 14px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .owl-carousel.partner-logo-slider .owl-item img {
        display: block;
        width: 100%;
        height: 50px;
        object-fit: contain;
    }

    header.slider .gallery-thumbs .swiper-slide-active span {
        font-size: 50px;
        width: 60%;
        line-height: 50px;
    }
    header.slider .gallery-thumbs .swiper-slide a {  
        font-size: 22px; 
    }
    .list-style-single {
        border-top: 1px solid #0000001a;
    }
    .list-style-single .list-unstyled li {
        margin-bottom: 25px;
    }
    .list-style-single .list-unstyled li a {
        font-size: 20px;
        transition: 0.5s;
        border-bottom: 3px solid transparent;
    }
    .list-style-single .list-unstyled li a:hover, .list-style-single .list-unstyled li a.active-li {
        border-bottom: 3px solid black;
    }
    .list-style-single .list-unstyled {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (min-width: 1200px) {  

    .partner--wrapper .col-lg-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .partner--wrapper {
        margin-block: 12rem;
    }

    .partner--wrapper:before {
        content: '';
        border-bottom: 1px solid white;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 40px;
    }
    .partner--text-wrap.bottom {
        top: auto;
        bottom: -80px;
        right: 0;
    }
    .partner--text-wrap {
        color: white;
        position: absolute;
        top: -80px;
        width: 200px;
    }

    .slider-arrow-icon-1.owl-carousel .owl-nav button.owl-prev {
        left: -180px;
    }

    .slider-arrow-icon-1.owl-carousel .owl-nav button.owl-next {
        right: -130px;
    }
    .left-corner-img {
        position: absolute;
        left: -60px;
    }
    .right-corner-img {
        position: absolute;
        right: -60px;
        bottom: 0;
    }
    .list-style-single {
        border-top: 1px solid #0000001a;
    }
    .list-style-single .list-unstyled li {
        margin-bottom: 25px;
    }
    .list-style-single .list-unstyled li a {
        font-size: 20px;
        transition: 0.5s;
        border-bottom: 3px solid transparent;
    }
    .list-style-single .list-unstyled li a:hover, .list-style-single .list-unstyled li a.active-li {
        border-bottom: 3px solid black;
    }
    .list-style-single .list-unstyled {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    header.slider .gallery-thumbs .swiper-slide a { 
        width: 50%;
        padding-top: 30px;
        margin-bottom: 3rem;
        font-size: 25px;
        color: #fff;
        padding-bottom: 5px;
        position: relative;
        padding-right: 40px;
    }

    header.slider .gallery-thumbs .swiper-slide-active a {
        width: 50%;
    }

    header.slider .gallery-thumbs .swiper-slide-active {
        margin-left: 50%; 
        margin-right: 0px !important;
    }

    header.slider .gallery-thumbs .swiper-slide-active span {
        font-size: 70px;
        width: 50%;
        line-height: 70px;
    }

    header.slider .swiper-container .swiper-slide video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 0%;
        top: 0%; 
        opacity: 1;
    }

    .par-item {
        padding-inline: 60px;
    }

    .partner-logo-wrap {
        width: 32%;
        padding: 20px;
        border: 1px solid #cfc6c1;
        border-radius: 10px;
        margin-bottom: 14px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .owl-carousel.partner-logo-slider .owl-item img {
        display: block;
        width: 100%;
        height: 50px;
        object-fit: contain;
    }

    .row-culture.self-change-continer {
        flex-direction: row-reverse;
    }

    .col-culture {
        width: 50%;
    }

    .gallery-wrap-img,
    .gallery-wrap-content {
        width: 33.333%;
    }

    .gallery-wrap-content.bg-lightblue2:before {
        background: #355c9e;
        transform: rotate(45deg);
        left: -11px;
        bottom: 0;
        top: 0;
    }

    .gallery-wrap-content.bg-white:before {
        background: #ffffff;
        transform: rotate(45deg);
        right: -10px;
        bottom: 0;
        top: 0;
    }

    .gallery-wrap-content.bg-orange3:before {
        background: #ff9547;
        transform: rotate(45deg);
        left: 0;
        top: -11px;
        right: 0;
    }

    .line-bar-right-side {
        width: 15%;
        height: 85%;
        background: #ff9547;
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: -1;
    }

    .card-wrapper-style .carousel-wrap {
        margin-top: -18rem;
    }

    .card-wrapper-style.card-wrapper-style-1 .carousel-wrap {
        margin-top: 0;
    }

    .temple-1-left {
        position: absolute;
        bottom: 0;
        width: 200px;
    }

    .temple-1-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 300px;
    }

    .owl-item.active.center img.quation-circle {
        display: block !important;
    }

    .testimonals-list-wrapper .testimonals-list-carousel {
        padding-top: 10rem;
    }

    .testimonals-list-wrapper .owl-item.active.center .testiminals-wrap-content {
        display: block;
        position: absolute;
        right: -460px;
        width: 400px;
        top: 0;
    }

    .middle-testimonal-img.middle-layer-card {
        top: 75px;
    }

    .middle-testimonal-img {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -52px;
        top: -100px;
    }

    .pattern-line-3 {
        position: absolute;
        left: 0;
        top: 80px;
        display: block;
        width: 50px;
    }

    .pattern-line-4 {
        position: absolute;
        right: 0;
        bottom: 80px;
        display: block;
        width: 50px;
    }

    .timeline-1-content {
        padding-inline: 3rem;
    }

    .time-line-wrap {
        padding-top: 3rem;
        padding-bottom: 5rem;
        position: relative;
    }

    .time-line-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 3px;
        height: 100%;
        display: block;
        background: #ff9547;
        top: 0;
    }

    .dot-cirlce-timeline {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        display: block;
        background: #ff9547;
        top: 45px;
        border-radius: 50px;
    }

    .vertical-img-height img {
        height: 160vh;
        width: 100%;
    }

    .gallery--bg-1 {
        background-color: #ffffff1c;
        background-image: url('../image/gallery--bg-1.png');
        background-position: center;
        padding-bottom: 20rem;
    }

    .card-content-para {
        padding-left: 2rem;
    }

    .side-slider.middle-slider.owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .side-slider.middle-slider.owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .poly-linear-wrap {
        position: relative;
        z-index: 99;
    }

    .poly-linear-line {
        padding-right: 4rem;
        padding-block: 200px;
    }

    .holy-band-bg-style {
        background-size: 70%;
        background-image: url('../image/line-drawing-bg.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-attachment: fixed;
    }

    .poly-linear-line::after {
        content: "";
        top: 0px;
        right: 60px;
        clip-path: polygon(0% 0%, 100% 0%, calc(100% - 120px) 100%, 0% 100%);
        width: 100vw;
        height: 100%;
        display: block;
        background: rgb(230, 230, 230);
        position: absolute;
        z-index: 1;
        transform: translateX(0px) translateZ(0px);
    }

    .poly-linear-line::before {
        content: "";
        top: 0px;
        right: 60px;
        clip-path: polygon(0% 1px, calc(100% - 1px) 1px, calc(100% - 121px) calc(100% - 1px), 0% calc(100% - 1px));
        width: 100vw;
        height: 100%;
        background-color: white;
        position: absolute;
        transform: translateX(0px) translateZ(0px);
        transform-origin: left center;
        transition: transform 575ms cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
        z-index: 2;
    }

    .holy-band-bg-style .holy-2-img {
        left: 0px;
        width: 75%;
        height: 495px;
    }

    .holy-band-bg-style .holy-1-img {
        width: 100%;
    }

    .holy-band-bg-style .holy-img-2 {
        top: -65px;
    }

    .holy-band-bg-style .holy-img-1 {
        margin-top: 1rem;
    }

    .banner-content h1 {
        padding-left: 20px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 15px;
    }

    .swiper-pagination {
        text-align: right;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0%;
        width: 100%;
        top: 0;
        display: flex;
        height: auto;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .owl-dots {
        position: absolute;
        top: auto;
        bottom: 80px;
        z-index: 999;
        left: 55px;
        padding-top: 0px;
    }

    .three-slider .owl-dots,
    .center-mode-carousel .owl-dots {
        bottom: -60px;
        z-index: 999;
        left: 0;
        text-align: center;
        right: 0;
        margin: 0;
    }

    .news-slider-wrap {
        margin-inline: 15px;
    }

    .flip-card {
        margin: 10px;
    }

    .flip-card,
    .flip-card img {
        width: 385px;
    }

    .pattern-line-v {
        right: 100px;
        position: absolute;
        bottom: 230px;
        display: block;
    }

    .pattern-line-v-1 {
        right: 0;
        position: absolute;
        bottom: 30px;
        display: block;
        width: 300px;
    }

    .holy-img-1 {
        text-align: center;
        margin-top: -60px;
    }

    .holy-img-1 img {
        width: 60%;
        margin: auto;
        filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
        background: white;
    }

    .holy-2-img {
        width: 45%;
        left: 312px;
        position: absolute;
        filter: drop-shadow(-2.071px 7.727px 4.5px rgba(0, 0, 0, 0.07));
    }

    .holy-img-2 {
        position: absolute;
        top: -140px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .holy-band-bg:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 900px;
        background: #ff9447;
        top: -100px;
        right: 20%;
        z-index: 0;
    }

    .holy-content {
        margin-left: -65px;
        margin-top: 7rem;
    }

    .feature-content {
        padding: 3rem;
    }

    .title-h1 {
        line-height: 80px;
        letter-spacing: 3px;
        font-size: 30px;
    }

    .border-box-orange:before {
        border: 20px solid #ff9547;
        border-bottom: none;
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        height: 400px;
    }

    .sm-temple-icon-2 {
        left: 20px;
        bottom: 0;
        width: 300px;
    }

    .sm-temple-icon-1,
    .sm-temple-icon-2,
    .pattern-line-1,
    .pattern-line-2 {
        position: absolute;
        display: block;
    }

    .sm-temple-icon-1 {
        right: 0;
        bottom: 0;
        width: 150px;
    }

    .pattern-line-1 {
        z-index: 9;
        right: 55px;
        bottom: 15%;
    }

    .pattern-line-2 {
        z-index: 9;
        left: 55px;
        top: 5%;
    }

    .section-pt-15rem {
        padding-top: 15rem;
    }

    .section-pb-10rem {
        padding-bottom: 10rem;
    }

    .video-logo {
        padding: 40px;
    }

    .video-logo-1 img {
        height: 450px;
    }

    .video-logo-1 {
        padding: 0px;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bg-yellow li.nav-item {
        padding-inline: 25px;
    }

    .bg-yellow.navbar-dark .navbar-nav .nav-link {
        border: 1px solid transparent;
    }

    .bg-yellow.navbar-dark .navbar-nav .nav-link:focus,
    .bg-yellow.navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffff;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    .bg-yellow.navbar-dark .navbar-nav .nav-link:focus,
    .bg-yellow.navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffff;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    .white-hover li.nav-item {
        margin-inline: 10px;
        padding-inline: 15px;
    }

    .white-hover li.nav-item:hover,
    .white-hover li.nav-item.show {
        border-radius: 50px;
    }

    .white-hover li.nav-item {
        border: 1px solid transparent;
        line-height: 25px;
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 30px 20px;
        top: 71%;
    }

    .navbar .nav-link {
        padding-block: 0px;
        font-size: 14px;
        font-weight: 600;
    }

    .single-submenu li {
        font-weight: 600;
        margin-inline: 15px;
        padding: 0px 6px;
    }

    .col-megamenu .single-submenu li a {
        color: black;
    }

    .single-submenu li.active {
        border: 1px solid var(--blue);
        border-radius: 10px;
    }

    .single-submenu li.active a {
        color: var(--blue);
    }

    .single-submenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section .container {
        /* max-width: 1250px;*/
        z-index: 9;
    }

    .sm-container.container {
        max-width: 1000px;
    }

    .md-container.container {
        max-width: 1400px;
    }

    .card-box {
        margin-top: -100px;
    }

    .navbar.bg-yellow {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .spacing-content-xl .container {
        padding-left: 10rem;
    }

    .image-content-wrapper.flex-column-wrapperImage {
        margin-top: 5rem;
        margin-bottom: 10rem;
    }

    .image-content-wrapper.flex-column-wrapperImage figure {
        width: 50%;
    }

    .image-content-wrapper figure {
        margin-top: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 14px;
        border-top: 2px solid #ff000000;
        transition: 0.5s;
    }

    /* .navbar-dark .navbar-nav .nav-item.show .nav-link:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -11px;
      left: 20px;
      z-index: 1;
      width: 12px;
      height: 10px;
      border-top: solid 7px white;
      border-left: solid 7px transparent;
      border-right: solid 7px transparent;
    } */

    /* .navbar-dark .navbar-nav .nav-item.show .nav-link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -16px;
      left: 16px;
      z-index: 1;
      width: 14px;
      height: 10px;
      border-bottom: solid 7px white;
      border-left: solid 7px transparent;
      border-right: solid 7px transparent;
      border-top: solid 7px #f1655000;
    } */

    .layer-xl-1 {
        position: absolute;
        top: 0px;
        left: 130px;
    }


    .banner-content h1 {
        font-size: 70px;
        width: 100%;
        margin-bottom: 0px;
    }

    .banner-content p {
        width: 100%;
        padding-left: 30px;
        margin-bottom: 3rem;
        font-size: 24px;
    }

    .img-overlap-top img {
        margin-top: -15rem;
    }

    .title-h1 {
        font-size: 80px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 35%;
        width: 100px;
        height: 100px;
        margin-top: 0;
        background-size: 50px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -80px;
    }

    .middle-slider.owl-carousel .owl-nav button.owl-prev,  .temple-1-slider.owl-carousel  .owl-nav button.owl-prev,  .temple-3-slider.owl-carousel  .owl-nav button.owl-prev{
        left: -25px;
    }

    .middle-slider.owl-carousel .owl-nav button.owl-next, .temple-1-slider.owl-carousel .owl-nav button.owl-next, .temple-3-slider.owl-carousel .owl-nav button.owl-next{
        right: -25px;
    }

    .three-slider.owl-carousel .owl-nav button.owl-prev,
    .center-mode-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .three-slider.owl-carousel .owl-nav button.owl-next,
    .center-mode-carousel.owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -80px;
    }

    .news-updates-wrapper .slick-prev {
        top: 38%;
        left: -50px;
    }

    .news-updates-wrapper .slick-next {
        top: 67%;
        right: auto;
        left: -50px;
    }

    .slick-prev:before {
        transform: rotate(90deg);
    }

    .slick-next:before {
        transform: rotate(270deg);
    }

    .sm-temple-icon-wrap {
        background: url('../image/sm-temple-icon.svg');
        background-size: 150px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
}
.mobile_responsive_code {
    display: none;
}
@media (max-width: 767px) {
    .desktop_responsive_code {
        display: none;
    }
    .mobile_responsive_code {
        display: block;
    }
}
.flip-card .galler_inside img {
    transition: 0.4s;
    transition: all 900ms ease;
}
a.galler_inside img, a.galler_inside {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sadhu_seva_section .flip-card {
    border: 5px solid #ff9547;
}
.sadhu_seva_section .corporate_box_img_right:before {
    content: '';
    background: var(--orange1);
    width: 61%;
    height: 408px;
    position: absolute;
    right: 90px;
    top: 0;
    z-index: 9;
}
.sadhu_seva_section .corporate_box_img_right img {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 6px 2px #0000001f;
    height: 375px !important;
}
.sadhu_seva_section .corporate_box_img_left:before {
    content: '';
    background: var(--orange1);
    width: 66%;
    height: 405px;
    position: absolute;
    right: 163px;
    top: 0;
    z-index: 9;
}
.sadhu_seva_section .corporate_box_img_left img {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 6px 2px #0000001f;
    height: 375px !important;
}
@media (max-width: 767px) {
    .sadhu_seva_section .corporate_box_img_right:before {
        right: 150px;
    }
    .sadhu_seva_section .corporate_box_img_right img {
        margin-bottom: 30px;
    }
    .sadhu_seva_section .corporate_box_img_left img {
        margin-bottom: 30px;
    }
    .main_csr_title{
        font-size: 30px !important;
    }
    .back_btn{
        margin-top: 25px;
        margin-right: 20px;
    }
}