/* @font-face {
  font-family: 'Javanese Text';
  src: url('../fonts/JavaneseText.woff2') format('woff2'),
      url('../fonts/JavaneseText.woff') format('woff'),
      url('../fonts/JavaneseText.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida Bright';
  src: url('../fonts/LucidaBrightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Regular.woff') format('woff'),
      url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

/*=====Font=====*/

/*========Header-Start========*/
a.navbar-brand {
    margin-right: 0;
    padding: 0 88px 0 100px;
}

/* nav {
  background: #a9d0ff;
} */

div#navbarNav {
    justify-content: end;
}

.header-section .navbar {
    padding: 15px 75px;
}

.navbar-brand img {
    max-width: 177px;
}

.header-section .nav-link {
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    color: #2560b7;
}

.header-section .nav-item img {
    margin-right: 30px;
}

.site-menu-toggle,
.navbar-toggler {
    top: 12px;
    float: right;
    width: 40px;
    height: 45px;
    position: relative;
    z-index: 200;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-left: 25px;
}

.navbar-toggler {
    margin-left: 0;
}

.site-menu-toggle span,
.navbar-toggler span,
.search-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #2560b7;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.site-menu-toggle span:nth-child(1),
.navbar-toggler span:nth-child(1) {
    top: 0;
}

.site-menu-toggle span:nth-child(2),
.navbar-toggler span:nth-child(2) {
    top: 10px;
    width: 23px;
    left: 7px;
}

.site-menu-toggle span:nth-child(3),
.navbar-toggler span:nth-child(3) {
    top: 20px;
}

.navbar-toggler span:nth-child(4) {
    display: none;
}

.navbar-toggler.open span {
    width: 30px;
}

.close {
    position: absolute;
    right: 32px;
    top: 40px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

.navbar-toggler.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.site-navbar {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /* border: 20px solid transparent; */
    background: rgba(20, 20, 20, 0.98);
    min-height: 300px;
}

.search-box {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(10, 33, 77, 0.94);
    min-height: 300px;
    padding: 65px 95px 90px;
    overflow: scroll;
}

.site-navbar nav {
    text-align: left;
}

.full-height {
    height: 100vh;
    min-height: 700px;
}

.site-navbar nav .menu li {
    line-height: 1.8;
    text-align: center;
}

.site-navbar nav .menu li a {
    color: #fff;
    font-size: 40px;
    padding: 5px 10px;
    position: relative;
}

.menu-open .site-menu-toggle span {
    background: #2560b7;
}

.search-open .site-menu-toggle span {
    background: #fff;
}

.site-menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.site-menu-toggle.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-section li.nav-item select {
    font-size: 15px;
    border: none;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 8%;
    background-position-y: 53%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #2560b7;
    background-image: url(../images/dropdown.svg);
    font-weight: 400;
    padding-left: 24px;
    background-size: 20px;
    background-size: 14px;
}

.header-section li.nav-item select option {
    color: #000;
}

.site-navbar nav .menu li select {
    font-size: 40px;
    background-size: 34px;
    background-position-x: 2%;
    padding: 0 10px 0 40px;
}

.site-navbar nav .menu li img {
    width: 40px;
}

.site-navbar nav .menu li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*========Header-End========*/

/* =====animate-btn===S */
a.animate-btn {
    padding: 12px 35px;
    background: #4cbb16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.animate-btn:hover {
    color: black;
}

a.animate-btn:after {
    content: "";
    background: #a9d0ff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

a.animate-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* =====animate-btn===E */
/* =====multi-use=====S */
span.title {
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.72px;
    color: #4cbb16;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

h2.sub-title {
    font-weight: bold;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 0px;
    color: #1c4587;
    text-transform: capitalize;
    margin-bottom: 30px;
}

p.description {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    color: #6b788e;
    margin-bottom: 35px;
    line-height: 28px;
}

/* =====multi-use=====E */
/* ======== Event Start ====== */
.event {
    padding: 100px 0;
}

.event .event-cart {
    height: 260px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.event .event-cart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event .event-cart .event-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    row-gap: 15px;
}

.event .event-cart .event-cart-content b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.event .event-cart .title-o {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.event .event-cart .title-t {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.event .event-cart .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32466a8c;
    transition: all 0.5s;
}

.event .event-cart:hover .overlay {
    bottom: 0;
}

.event .event-cart-content img {
    max-width: 17px;
    margin-right: 10px;
    height: auto;
}

.event a.cart-btn {
    padding: 10px 28px;
    background: #4cbb16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.event a.cart-btn:hover {
    color: black;
}

.event a.cart-btn:after {
    content: "";
    background: #a9d0ff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.event a.cart-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* ======== Event End ====== */

/* ======== About Us Start ====== */
.about-us {
    padding: 0 0 160px 0;
    position: relative;
}

.about-us::after {
    content: "";
    /* background-image: url('../images/aboutus-bg.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ======== About Us End ====== */

/* ======== What-We-Believe-Start ====== */

.what-we-believe h2.sub-title {
    margin-bottom: 10px;
}

.what-we-believe p.description {
    max-width: 654px;
    margin: auto;
    width: 100%;
}

.what-we-believe .gallery-wrap-top {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 1%;
}

.what-we-believe .gallery-wrap-top .wrap-top-all {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 20px;
}

.what-we-believe .gallery-wrap-top .wrap-top-all span {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
}

.what-we-believe .gallery-wrap {
    margin-top: 40px;
}

.what-we-believe .gallery-wrap .one {
    width: 45%;
}

.what-we-believe .gallery-wrap .two {
    width: 26.5%;
}

.what-we-believe .gallery-wrap .three {
    width: 26.5%;
}

.what-we-believe .gallery-wrap .four {
    width: 49.5%;
}

.what-we-believe .gallery-wrap .five {
    width: 49.5%;
}

/* ======== What-We-Believe-Start ====== */
/* ======== Our-Reference-Start ====== */
.our-reference {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.our-reference .our-reference-content h2 {
    font-weight: bold;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.our-reference .our-reference-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    color: #9bb5e2;
    margin-bottom: 35px;
    line-height: 28px;
    max-width: 60%;
    width: 100%;
}

/* ======== Our-Reference-End ====== */

/* ======== Our-product-Start ====== */
.our-product {
    padding: 100px 0;
}

/* ===Tab=== */
.our-product .nav-pills .nav-link.active,
.our-product .nav-pills .show > .nav-link {
    background: transparent;
    color: #4cbb16;
}

.our-product .nav-pills .nav-link {
    margin: 0 30px;
    padding: 0;
    font-size: 18px;
    color: #1c4587;
    font-weight: 600;
    letter-spacing: 0.72px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.our-product .nav-pills li:first-child .nav-link {
    margin-left: 0;
}

.our-product .nav-pills {
    border-bottom: 1px solid #c2c2c2;
    flex-wrap: nowrap;
    overflow: auto;
}

.our-product .nav-pills {
    --sb-track-color: #c2c2c2;
    --sb-thumb-color: #1c4587;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

.our-product .nav-pills::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

.our-product .nav-pills::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}

.our-product .nav-pills::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}

.our-product .nav-pills .nav-link.active {
    position: relative;
}

.our-product .nav-pills .nav-link.active::after {
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #4cbb16;
    display: block;
    position: absolute;
    bottom: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/* ===Tab=== */
.our-product .book-list {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    padding: 25px 15px;
    min-height: 360px;
}

.our-product .details h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1c4587;
    margin-bottom: 15px;
}

.our-product .details span.price {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #4cbb16;
}

.our-product .details p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    color: #6b788e;
    margin: 0;
}

.our-product .details p span.mem {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #4cbb16;
}

.our-product .book-show {
    margin-bottom: 25px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-product .book-show img {
    width: auto;
    object-fit: contain;
}

/* ======== Our-product-End ====== */

/* ======== Video-Section-Start ====== */
.Video-section {
    position: relative;
}

.Video-section button#playPauseButton {
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4cbb16;
    background: transparent;
    border: 4px solid #4cbb16;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
}

.iframe_post-block {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe_post-block iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytp-title {
    display: none !important;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}

/* ======== Video-Section-End ====== */

/* ========  Help-us-Start ====== */
.help-us {
    margin-top: -130px;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.help-us .help-us-bg {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.help-us .help-us-bg .bg-shape-left {
    position: absolute;
    top: -160px;
    left: -160px;
}

.help-us .help-us-bg .bg-shape-right {
    position: absolute;
    top: -160px;
    right: -160px;
}

.help-us .help-us-bg p.description {
    max-width: 90%;
    margin: 0 auto 15px auto;
}

.help-us .help-us-img-box {
    height: 280px;
    overflow: hidden;
}

.help-us .help-us-img-box img {
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
}

.help-us .help-us-img-box:hover img {
    scale: 1.1;
}

/* ======== Help-Us-End ====== */

/* ======== Our-Work-Start ====== */
.our-work {
    margin-bottom: 60px;
    background: #fafafa 0% 0% no-repeat padding-box;
}

.our-work .our-work-wrap {
    display: flex;
}

.our-work .background-left {
    width: 30%;
}

.our-work .background-left img {
    height: 100%;
    object-fit: cover;
}

.our-work .slide-right {
    width: 70%;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-right: calc((100vw - 1600px) / 2);
}

.our-work .top-content {
    padding-left: 50px;
    /* margin-bottom: -70px; */
}

.our-work .slider {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 1px 3px 6px #0000001a;
    margin: 0 10px;
}

.our-work .slider > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.our-work .slider h5 {
    margin: 0;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1c4587;
    text-transform: capitalize;
    text-align: center;
}

.our-work .main-slider button.slick-prev {
    position: absolute;
    top: -70px;
    right: 80px;
    border: none;
    font-size: 25px;
    width: 44px;
    height: 44px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1e56312e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c4587;
    font-family: sans-serif;
}

.our-work .main-slider button.slick-prev img {
    transform: rotate(180deg);
}

.our-work .main-slider button.slick-next {
    position: absolute;
    top: -70px;
    right: 0;
    border: none;
    font-size: 25px;
    width: 44px;
    height: 44px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1e56312e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c4587;
    font-family: sans-serif;
}

.our-work .main-slider button.slick-prev:hover img,
.our-work .main-slider button.slick-next:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(465%)
        hue-rotate(57deg) brightness(94%) contrast(88%);
}

.our-work .main-slider .slick-track {
    padding-bottom: 20px;
}

/* ======== Our-Work-End ====== */

/* ======== Upcoming-Event-Slider-Start ====== */
.upcoming-evnt-slider {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.upcoming-evnt-slider .upcoming-event-bg {
    position: absolute;
    bottom: -158px;
    left: -90px;
}

.upcoming-evnt-slider .upcoming-event-wrap {
    display: flex;
    align-items: center;
}

.upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
    width: 40%;
}

.upcoming-evnt-slider .upcoming-event-wrap .wrap-r {
    width: 60%;
    overflow: hidden;
}

.upcoming-evnt-slider .event-cart {
    /* height: 230px; */
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.upcoming-evnt-slider .event-cart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming-evnt-slider .event-cart .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #284377d4;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.upcoming-evnt-slider .event-cart .event-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    row-gap: 15px;
}

.upcoming-evnt-slider .event-cart .event-cart-content b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.upcoming-evnt-slider .event-cart .title-o {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.upcoming-evnt-slider .event-cart-content img {
    width: 20px;
    margin-right: 10px;
    height: auto;
}

.upcoming-evnt-slider .event-cart .title-t {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.upcoming-evnt-slider a.cart-btn {
    padding: 10px 28px;
    background: #4cbb16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.upcoming-evnt-slider a.cart-btn:hover {
    color: black;
}

.upcoming-evnt-slider a.cart-btn:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.upcoming-evnt-slider a.cart-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.upcoming-evnt-slider .event-cart-slider .item .event-cart {
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    margin: 0 0px;
    -webkit-transform: scale3d(1);
    transform: scale3d(1);
    transition: all 0.3s ease-in-out;
}

.upcoming-evnt-slider .event-cart-slider .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.upcoming-evnt-slider .slick-slide {
    outline: none;
    padding: 40px 0px;
}

/* ======== Upcoming-Event-Slider-End ====== */

/* ======== Our-Blog-Start ====== */
.our-blog-btm {
    padding: 100px 0;
    background: #fafafa 0% 0% no-repeat padding-box;
}

.blog-wrap-top {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 1%;
}

.blog-wrap-top .wrap-top-all {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    overflow: hidden;
}

.blog-wrap-top .one,
.blog-wrap-top .two,
.blog-wrap-top .three {
    width: 32.6%;
}

.blog-wrap-top .four {
    width: 32.6%;
}

.blog-wrap-top .five {
    width: 28.6%;
}

.blog-wrap-top .six {
    width: 36.7%;
}

.blog-wrap-top .wrap-top-all span {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: normal;
}

/* ======== Our-Blog-End ====== */

/* ======== Our-Stories-Start ====== */
.our-stories {
    padding: 100px 0;
    position: relative;
}

.our-stories .over-lay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.our-stories .over-lay img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.our-stories .client-review-wrap {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #2d2d2d30;
    border-radius: 15px;
    padding: 20px;
    margin: 0 20px;
}

.our-stories .client-review-wrap .top-wrap {
    display: flex;
    gap: 10px;
}

.our-stories .client-review-wrap .top-wrap img.client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.our-stories .client-review-wrap .top-wrap img.client-img + p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    justify-content: center;
}

.our-stories .client-review-wrap .top-wrap img.client-img + p b {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #1c4587;
    text-transform: capitalize;
}

.our-stories .client-review-wrap .top-wrap img.client-img + p small {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #6b788e;
}

.our-stories .client-review-wrap .fl-r {
    flex-grow: 1;
    align-self: flex-start;
    text-align: end;
    display: inline-flex;
    justify-content: end;
}

.our-stories .client-review-wrap ul {
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
}

.our-stories .client-review-wrap ul li {
    list-style: none;
    color: #ffbb00;
}

.our-stories .client-review-wrap ul li:last-child {
    color: #cecece;
}

.our-stories .client-review-wrap p.des {
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6b788e;
}

.our-stories .slick-list.draggable {
    padding: 20px 0 !important;
}

.our-stories .client-review {
    padding: 0 50px;
    position: relative;
}

.our-stories .client-review button.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    border: none;
    font-size: 25px;
    width: 44px;
    height: 44px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1e56312e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c4587;
    transform: translateY(-50%);
    font-family: sans-serif;
}

.our-stories .client-review button.slick-prev img {
    transform: rotate(180deg);
}

.our-stories .client-review button.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    font-size: 25px;
    width: 44px;
    height: 44px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1e56312e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c4587;
    transform: translateY(-50%);
    font-family: sans-serif;
}

.our-stories .client-review button.slick-next:hover img,
.our-stories .client-review button.slick-prev:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(465%)
        hue-rotate(57deg) brightness(94%) contrast(88%);
}

.header .navbar-nav li.nav-item > a::after {
    display: none !important;
}

.header .navbar-nav li.nav-item > i {
    color: #fff;
    padding-left: 4px;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.header .navbar-nav li.nav-item {
    display: inline-flex;
    align-items: center;
}

/* ============== blog section ============== */
.blog_banner {
    width: 100%;
    background-repeat: no-repeat;
    min-height: 180px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    align-items: center;
}

.blog_banner .blog_ban-title {
    color: #fff;
    font-family: "Javanese";
    font-size: 50px;
    font-weight: 400;
}

.blog_author_list {
    width: 100%;
    padding: 80px 0px 40px;
}

.blog_container {
    width: 100%;
    padding: 0px 0px;
    margin: 15px 0 30px;
}

.breadcrumb_wrap .breadcrumb,
.breadcrumb_wrap .breadcrumb li {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}

.breadcrumb_wrap .breadcrumb li a {
    color: #6b788e;
}

.breadcrumb_wrap .breadcrumb li.active {
    color: #1c4587;
}

.blog_search-panel .select2-selection--multiple {
    height: 52px;
    border: 1px solid #9bb5e2 !important;
    overflow: auto;
}

.blog_search-panel .select2-container {
    width: 100% !important;
}

.blog_sidebar {
    width: 100%;
    border: 1px solid #dfe3e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog_sidebar .sidebar_header {
    padding: 15px 15px;
    background: #285db1;
}

.blog_sidebar .sidebar_header .title {
    font-family: "SF Pro Display";
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.blog_sidebar .sidebar_body {
    background: #f5f8ff;
    padding: 20px;
}

.blog_sidebar .sidebar_body .sidebar_card {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe3e6;
}

.blog_sidebar .sidebar_body .sidebar_card:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.sidebar_body .sidebar_card .content_block .title {
    font-size: 18px;
    color: #285db1;
    font-weight: 700;
}

.sidebar_body .sidebar_card .sidebar_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar_card .sidebar_footer .post_date {
    text-align: right;
    margin-top: 15px;
}

.sidebar_card .sidebar_footer ul.post_date-list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
}

ul.post_date-list li {
    color: #6b788e;
    border-right: 1px solid #6b788e;
    line-height: 22px;
    padding: 0px 5px;
}

ul.post_date-list li:last-child {
    border-right: 0px;
}

.featured_auth-card {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #9bb5e2;
    margin-bottom: 25px;
}

.auth_btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 50px;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #1c4587 !important;
    position: relative;
    background-color: transparent !important;
    border: 0px !important;
    justify-content: center;
}

.auth_btn img:first-of-type {
    margin-top: -6px;
}

.auth_btn img:last-of-type {
    margin-left: 8px;
}

/* .auth_btn:after{
  content: "";
  background: url(../images/auth_btn-arrow.svg);
  position: absolute;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  right: 20px;
} */
.auth_btn:hover {
    background-color: transparent !important;
    color: #1c4587 !important;
    border: 0px !important;
}

.auth_btn.subs_btn {
    line-height: 1.1;
}

.featured_auth-card:last-child {
    margin-bottom: 0px;
}

.featured_auth-card .auth_banner {
    height: 80px;
    background-size: cover;
    background-position: 100%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.featured_auth-card .auth_details-wrap {
    width: 100%;
    padding: 20px;
    background: #fff;
    position: relative;
    text-align: center;
}

.featured_auth-card .auth_profile img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-top: -55px;
}

.featured_auth-card .auth_profile .auth_name {
    font-size: 18px;
    color: #1c4587;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subscribe_author-wrap {
    width: 100%;
    margin: 0px 0px 25px;
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
    padding-left: 0;
    padding-bottom: 0;
}

/* .subscribe_author-wrap .sub_author_details {
  display: flex;
  align-items: flex-start;
} */

.subscribe_author-wrap .sub_author_details::after {
    content: "";
    display: table;
    clear: both;
}

/* .subscribe_author-wrap .sub_author_details .sub_auth-dtls {
  margin-left: 15px;
} */

.subscribe_author-wrap h3 {
    color: #1c4587;
    font-size: 1.875rem;
}

.subscribe_category-wrap .row {
    padding-top: 0px !important;
}

.subscribe_category-wrap .blank_para div {
    font: 400 1rem / 1.6 "SF Pro Display";
    color: #6b788e;
}

.subscribe_author-wrap .sub_author_details .sub_auth-img {
    /* float: 0 0 30px;
  flex: 0 0 200px; */
    float: left;
    margin-right: 20px;
    /* width: 150px; */
}

.subscribe_author-wrap .sub_author_details .post_author {
    margin-top: 10px;
}

.blog_details-section .blog_image-large img {
    border-radius: 15px;
}

.subscribe_author-wrap .sub_author_details .sub_auth-img img {
    border-radius: 10px;
    max-width: 200px;
}

.sub_author_details .sub_auth-dtls .auth_name {
    color: #1c4587;
}

.sub_author_details .post_count .icon_post img {
    width: 30px;
}

.sub_author_details .post_count .post_count {
    color: #6b788e;
}

.subscribe_author-wrap .sub_auth-btn {
    background-color: #4cbb16;
    color: #fff;
    padding: 0px 15px 0px 40px;
    height: 44px;
    line-height: 46px;
    border-radius: 4px;
    position: relative;
}

.subscribe_author-wrap .sub_auth-btn .icon {
    position: absolute;
    left: 10px;
}

.blog_search-pan {
    display: flex;

    /* width: 100%;
  height: 50px;
  border: 1px solid #9BB5E2;
  border-radius: 8px;
  display: flex;
  padding:15px; */
}

.blog_search-pan .filter_icon-block {
    width: 50px;
    margin-right: 10px;
}

.blog_search-pan .search_btn {
    width: 50px;
    height: 50px;
    background: url(../images/icon-search.svg) no-repeat;
    border: 0px;
    outline: 0px;
    background-position: 50% 36%;
}

.blog_search-pan .search-field {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #6b788e;
    height: 45px;
    background-color: #fff;
    padding: 5px 12px;
    height: 50px;
    border: 1px solid #9bb5e2;
    border-radius: 0.375rem;
}

.select2-selection__placeholder {
    color: #6b788e !important;
    font-size: 16px;
}

.blog_search-pan .search-field:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.blog_search-panel .field_control {
    width: 100%;
    height: 50px;
    border: 1px solid #9bb5e2;
    border-radius: 8px;
    background: transparent;
    background: url(../images/dropdown-green.svg) no-repeat;
    appearance: none;
    background-position: 98% 50%;
    padding: 10px;
    margin-bottom: 20px;
}

.blog_search-panel
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 47px;
    font-size: 16px;
}

.blog_search-panel .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #9bb5e2;
}

.blog_search-panel
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
}

.blog_list-wraper {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.blog_list-wraper .list_title {
    font-size: 36px;
    color: #1c4587;
    position: relative;
}

.btnblog_srch {
    position: absolute;
    color: #1c4587;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0px;
    font-size: 25px;
    cursor: pointer;
}

.blog_list-wraper .blog_list-row {
    width: 100%;
    padding: 15px;
    border: 1px solid #dfe3e6;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog_list-wraper .blog_list-row .blog_thumb {
    width: 100%;
    margin-bottom: 0px;
}

.blog_list-row .blog_thumb img {
    border-radius: 5px;
}

.blog_details-col .blog_content .title {
    color: #1c4587;
    font-size: 24px;
}

.blog_details-col .blog_content p,
.blog_details-col .blog_content p span {
    /* margin-bottom: .85rem;
  font: 400 1.35rem / 1.6 "SF Pro Display" !important; */
    color: #6b788e !important;
}

.blog_details-col .blog_content p a {
    color: #4cbb16;
}

.blog_details-col .blog_cate-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    row-gap: 5px;
}

.blog_details-col .blog_cate-row .cate_list ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.blog_cate-row .cate_list ul li {
    border-left: 1px solid #1c4587;
    padding: 0px 8px;
    line-height: 12px;
}

.blog_cate-row .cate_list ul li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.blog_cate-row .cate_list ul li a {
    color: #1c4587;
    font-weight: 600;
}

.blog_details-col .post-date .title {
    font-size: 0.85rem;
    color: #6b788e;
    font-weight: 500;
}

.block_list-footer {
    margin-bottom: 20px;
}

.share_link td {
    vertical-align: middle;
}

.share_link td p {
    margin: 0px;
}

.share_link td {
    border-bottom: 0px;
}

.share_link td:nth-child(2) {
    text-align: right;
}

.share_link .btn-outline-success {
    border-color: #4cbb16;
    color: #4cbb16;
}

.share_link .btn-outline-success:hover {
    background: #4cbb16;
    color: #fff;
}

.read_more-expand {
    display: flex;
    justify-content: space-between;
}

.read_more-expand .expand_blog {
    background: transparent;
    background-color: transparent !important;
    color: #4cbb16;
    border: 1px solid #4cbb16;
}

.blog_share {
    color: #4cbb16;
}

.author_list-data {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px 0px;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.author_list-data .author_prof {
    display: flex;
    align-items: center;
    color: #6b788e;
    margin-right: 20px;
}

.author_list-data .author_prof .auth_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px 0px 0px;
}

.author_list-data .author_prof .auth_img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.author_list-data .comment_count {
    display: flex;
    align-items: center;
    color: #6b788e;
    margin-right: 20px;
}

.author_list-data .comment_count .icon {
    margin: 0px 3px 0px 0px;
}

.author_list-data .noti_value {
    margin-left: 5px;
}

.author_list-data .notification_alert {
    margin-left: 20px;
}

/* .author_list-data .post_date {
  margin-left: auto;
} */

.author_list-data .post_date p {
    padding: 0px;
    margin: 0px;
}

.block_list-footer .search_inst-text {
    font-size: 18px;
    color: #1c4587;
    margin: 0px;
    text-align: right;
    position: relative;
    padding-right: 34px;
}

/* .block_list-footer .search_inst-text:after {
  content: "";
  background: url(../images/filter.png);
  position: absolute;
  background-size: 100%;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 98%;
  top: -10px;
  right: 0px;
} */

.block_list-footer .search_inst-text a {
    color: #4cbb16;
}

.input_sarch:focus-visible {
    outline: 0px;
    border: 0px;
}

.blog_details-wrap {
    width: 100%;
    padding: 2rem 0;
}

.comments_bids-block {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #fafafa;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
}

.comments_bids-block .title_head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.comments_bids-block .title_head .comment_count {
    display: flex;
    align-items: center;
    color: #6b788e;
    margin-right: 0px;
}

.comments_bids-block .title_head .section_title {
    padding-right: 10px;
}

.comments_bids-block .title_head .section_title h3 {
    margin: 0px;
    color: #1c4587;
    font-size: 24px;
}

.title_head .comment_count .icon {
    margin: 0px 3px 0px 0px;
}

.blg_comment-wrap {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    height: 58px;

    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #9bb5e2;
}

.blg_comment-wrap .input_sarch {
    width: 100%;
    border: 0px;
    padding: 10px 20px;
}

.blg_comment-wrap .blg_btn-rpl {
    width: 80px;
    background-color: #4cbb16;
    border-color: transparent;
}

.blog_reply-row {
    width: 100%;
    margin-top: 20px;
}

.blog_reply-row .blog_indi-row {
    margin: 15px 0px 30px;
}

.blog_indi-row .auth_ind-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.auth_ind-list .auth_prof {
    display: flex;
    align-items: center;
}

.auth_ind-list .auth_prof .auth_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px 0px 0px;
}

.auth_ind-list .auth_prof .auth_name {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    color: #1c4587;
    font-weight: 600;
}

.auth_ind-list .auth_post-time {
    margin-left: 10px;
}

.auth_ind-list .auth_post-time p {
    margin: 10px 0px;
}

.btn__reply {
    display: inline-block;
    padding: 2px 10px 2px 30px;
    border-radius: 3px;
    border: 1px solid #4cbb16;
    color: #1c4587;
    position: relative;
}

.btn__reply .icon {
    position: absolute;
    left: 10px;
}
@media (max-width: 767px) {
    .blog_list-wraper .blog_list-row .blog_thumb {
        margin-bottom: 20px;
    }
    .blog_list-row .blog_thumb img{
        height: 275px;
    }
}
/* ============== blog section ============== */

/* ======== Our-Stories-End ====== */

/* ============ page template creation ================= */

/* ============ page template creation ================= */

/* ======== Footer-Start ====== */
footer {
    /* background: transparent linear-gradient(90deg, #001946 0%, #1C4587 100%) 0% 0% no-repeat padding-box; */
    padding-top: 80px;
    background: #b6bfc7 linear-gradient(90deg, #b6bfc7 0%, #eee 100%) 0% 0%
        no-repeat padding-box;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

footer .widgets h2 {
    text-align: left;
    font-weight: 600;
    font-size: 30px !important;
    letter-spacing: 0px;
    color: #1c4587;
    text-transform: capitalize;
    margin-bottom: 30px;
}

footer .widgets ul {
    padding: 0;
    margin: 0;
}

footer .widgets ul li {
    list-style: none;
    font-size: 16px;
}

.widgets.footer-right ul li a {
    color: rgb(107, 120, 142);
}

footer .widgets ul li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #102343;
    text-transform: capitalize;
    transition: all 0.5s;
}

footer .widgets ul li a:hover {
    color: #1c4587;
}

footer .footer-btm {
    padding: 10px 0;
    border-top: 1px solid #8093b4;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.foot_subscribe-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.foot_subscribe-wrap .subscribe_field {
    /* flex:0 0 80%; */
    flex: 1;
    background: transparent;
    outline: 0;
    border: 0px;
}

.foot_subscribe-wrap .subs_btn {
    flex: 0 0 100px;
    background: #0b1539;
    color: #fff;
    outline: 0;
    border: 0px;
    border-radius: 3px;
}

footer .footer-btm p {
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0px;
    color: #102343;
    margin: 0;
}

footer ul.footer_social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin-top: 25px;
    justify-content: center;
}

footer ul.footer_social ul li {
    list-style: none;
    padding-left: 10px;
}

footer ul.footer_social li a {
    color: #1c4587;
    transition: all 0.5s;
}

footer ul.footer_social li a:hover {
    color: #fff;
}

.widgets p {
    color: #102343;
    text-align: center;
}

footer .widgets h2 {
    margin-bottom: 10px;
}

ul.company_info_list {
    width: 100%;
}

ul.company_info_list li {
    margin: 8px 0px;
    line-height: 1.3;
    color: #102343;
}

/* ======== Footer-End ====== */

/* 20.03.2024 */
.form_error {
    color: red;
}

.form_success {
    color: green;
}

.error {
    color: red;
}

.banner .image-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Blog-Page 18-06-2024*/
.submit-comment {
    max-width: 400px;
    width: 100%;
    display: none;
}

.submit-comment .comment-bx {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px 0;
}

.submit-comment .comment-bx textarea {
    flex: 1;
    border: 1px solid #4cbb16;
    outline: 0;
    box-shadow: none;
    min-height: 90px;
    text-wrap: wrap;
    width: 100%;
}

.submit-comment .comment-bx button {
    margin-left: 10px;
    background-color: #4cbb16;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 8px 20px;
    color: #fff;
    text-transform: capitalize;
    align-self: self-end;
}

.blog_reply-row span.plus-ico {
    flex: 1;
    text-align: right;
    cursor: pointer;
}

.admin-upload-wrap {
    margin: 0;
    position: relative;
    bottom: 10px;
    right: 0;
    margin-top: 10px;
}

.admin-upload-wrap img {
    width: 40px;
}

.admin-upload-wrap .uploadFile {
    position: absolute;
    opacity: 0;
    width: 39px;
    height: 22px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.blog_post-create {
    width: 100%;
    padding: 3rem 0;
}

.blog_post-create .title {
    font-size: 36px;
    color: #1c4587;
    font-weight: 700;
}

.blog_post-create .blog_post-crate-form {
    width: 100%;
    margin-top: 25px;
}

.form_group-row {
    width: 100%;
    margin: 20px 0px;
}

.form_group-row .field_title {
    color: #1c4587;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.form_group-row .field_control {
    width: 100%;
    height: 50px;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    padding: 10px 10px;
    transition: ease-in 0.5s;
}

.form_group-row .field_control-textarea {
    width: 100%;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    padding: 10px 10px;
    height: 200px;
    transition: ease-in 0.5s;
}

.form_group-row .field_control:focus,
.form_group-row .field_control-textarea:focus {
    outline: 0px;
    border: 1px solid #1c4587;
}

.form_group-row .btnPostNow {
    display: inline-block;
    background: #4cbb16;
    border: 1px solid #4cbb16;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 6px;
}

.admin_upload {
    display: flex;
    align-items: center;
}

.admin_upload .profile_image {
    padding: 20px;
}

.admin-user .cashout-req table form {
    display: inline-block;
}

.admin-user .cashout-req table form button {
    width: auto;
    padding: 6px;
}

.admin-upload-wrap {
    margin: 0;
    position: relative;
    bottom: 10px;
    right: 0;
    margin-top: 10px;
}

.admin-upload-wrap img {
    width: 40px;
}

.admin_upload .profile_image img {
    width: 100px;
    height: 100px;
}

.admin-upload-wrap .uploadFile {
    position: absolute;
    opacity: 0;
    width: 39px;
    height: 22px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.radio_groups {
    display: flex;
}

.radio_groups .form-check {
    margin-right: 15px;
}

.radio_groups .form-check .form-check-input {
    margin-top: 0.5rem;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background: #fafafa;
    color: var(--bs-dark);
    font: 400 1rem/1.8 "SF Pro Display";
}

a {
    text-decoration: none;
    /* color: var(--bs-dark); */
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px !important;
    /* font-size: 2.25rem; */
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    margin-bottom: 10px;
    color: #1c4587;
}

h3 {
    font-size: 24px !important;
    /* font-size: 1.875rem; */
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px !important;
    /* font-size: 1.6rem; */
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px !important;
    /* font-size: 1.25rem; */
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px !important;
    /* font-size: 1.125rem; */
    font-weight: 700;
    line-height: 1.3;
    font-family: "SF Pro Display";
    color: #000;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #4cbb16;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c4587;
}

p {
    font: 400 22px/1.6 "SF Pro Display" !important;
    margin-bottom: 1.625rem;
    color: #6b788e;
}

.btn {
    font: 400 1rem/1.6 "SF Pro Display";
    padding: 7px 15px;
    border-radius: 6px;
    min-width: 130px;
    max-width: 100%;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    /* border-color: #4cbb16; */
}

.btn-primary {
    background-color: #4cbb16;
    border-color: #4cbb16;
    color: #fff;
}

.btn-primary:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #fff;
    color: #4cbb16;
    text-decoration: none;
    border-color: #4cbb16;
}

.btn-secondary {
    background-color: #0b1539;
    border-color: #0b1539;
    color: #fff;
}

.btn-secondary:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover {
    background-color: #fff;
    color: #1c4587;
    text-decoration: none;
}

.btn-animation {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-animation::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    display: block;
}

.btn-animation::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 0.3s ease;
}

.btn-animation:hover::after {
    transform: scale(1, 1);
}

.btn-animation[class^="grow"]::after {
    transition: all 0.3s ease;
}

.text-primary {
    color: #4cbb16 !important;
}

.text-secondary {
    color: #1c4587 !important;
}

.text-light-blue {
    color: #9bb5e2 !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* max-width: 2500px; */
    margin: 62px auto 0;
}

.header .navbar-expand-lg {
    position: static;
}

.section-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-padding-top {
    padding-top: 5rem;
}

.section-padding-bottom {
    padding-bottom: 5rem;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: hidden;
}

.offcanvas-header .btn-close {
    position: absolute;
    padding: 6px;
    right: 5px;
    top: 5px;
    color: #fff;
    background-color: #fff;
}

.menu-handel {
    width: 50px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    padding: 0;
    border-radius: 6px;
}

.navbar-toggler-icon {
    background-image: url(https://members.urantiabook.org/assets/images/icon1.svg);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background-color: #1c4587;
}

.header .header-accout .dropdown-toggle {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.header .header-accout .dropdown-toggle img {
    width: 21px;
}

.loginBtn a {
    font-size: 16px;
    display: flex;
}

.header .header-accout .dropdown {
    line-height: 1;
}

.header .header-accout .dropdown-header {
    font-size: 16px;
    color: var(--bs-dropdown-link-color);
}

/* .header .header-accout .dropdown-toggle::before {
  content: "";
  display: inline-block;
  background-image: url("../images/drop-down-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 9px;
  border: none;
  vertical-align: 0px;
  margin-right: 4px;
} */
.header .header-accout .dropdown-toggle::after {
    display: none;
    /* background-image: url("../images/dropdwn-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 29px;
  border: none;
  vertical-align: -9px;
  margin-left: 11px; */
}

.header .logo img {
    max-width: 200px;
}

.header #navbar_main {
    padding: 0;
}

.header .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.header .navbar-nav li.nav-item {
    padding: 0 6px;
    position: relative;
    /*8-4-24*/
}

.header .navbar-nav li.nav-item > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 19px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.header .navbar-nav li.nav-item a {
    font-family: "SF Pro Display" !important;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    transition: color, 0.5s;
}

.header .navbar-nav li.nav-item a:hover {
    color: #4cbb16;
    text-decoration: none;
}

.header .navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover {
    background-color: rgba(28, 69, 135, 0.6);
    color: #fff;
}

.header .navbar-nav li.nav-item .dropdown-menu {
    padding: 0;
}

.header .navbar-nav li.nav-item.active > a {
    color: #4cbb16;
}

.header .navbar-nav .dropdown-toggle::after {
    border-top: 0.3em solid #fff;
    cursor: pointer;
}

.header .header-btn-main {
    padding: 0;
    position: relative;
}

.header .header-btn-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 65px;
    width: 220px;
    padding: 10px 20px;
}

.header .header-btn-area .btn-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4cbb16;
    border-radius: 50%;
}

.header .header-btn-area .btn-text {
    flex-grow: 1;
    margin-left: 20px;
    color: #fff;
}

.header .header-btn-area .btn-text p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}

.header .header-btn-area .btn-text h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.header .header-btn-main a:hover {
    text-decoration: none;
}

.header .header-right .btn {
    min-width: 115px;
}

.header .header-right .header-accout {
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.header .header-right .donate-btn {
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0;
}

.header .header-right .loginBtn {
    display: inline-block;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.header .header-right .second-menu-area {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.header .header-right .second-menu-area .offcanvas {
    background: #193259;
    height: 100vh;
}

.header .header-right .second-menu-area .offcanvas .offcanvas-header {
    display: flex;
}

.header
    .header-right
    .second-menu-area
    .offcanvas
    .offcanvas-header
    .offcanvas-title {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
}

.header
    .header-right
    .second-menu-area
    .offcanvas
    .offcanvas-header
    .btn-close {
    position: relative;
    top: 0px;
}

.header .header-right .second-menu-area .offcanvas .offcanvas-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-right .second-menu-area .offcanvas .offcanvas-body ul li {
    display: block;
    margin-bottom: 6px;
    padding: 6px 10px;
}

.header .header-right .second-menu-area .offcanvas .offcanvas-body ul li a {
    color: #fff;
}

.header
    .header-right
    .second-menu-area
    .offcanvas
    .offcanvas-body
    ul
    li
    a:hover {
    color: #4cbb16;
}

/*	Sticky Header  */
.header.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(28, 69, 135, 0.9);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fade1;
}

@keyframes fade1 {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.header.fix .navbar-nav li.nav-item a:hover {
    color: #4cbb16;
}

.header.fix .header-btn-area {
    height: 60px;
}

.header.fix .header-btn-area .btn-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.header.fix .header-btn-area .btn-icon img {
    max-width: 15px;
}

.header.fix .header-btn-area .btn-text {
    margin-left: 0px;
}

.header.fix .header-btn-area .btn-text > * {
    font-size: 1rem;
    color: #fff;
}

/* LIST */
ul.list {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    text-align: left;
}

ul.list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    font-style: italic;
}

ul.list li:before {
    content: "\f101";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
}

/* FORM - FORM CONTROL */
.form-control {
    width: 100%;
    /* margin-bottom: 20px; */
    font-size: 16px;
    font-weight: 400;
    color: #6b788e;
    height: 45px;
    background-color: #fff;
    padding: 5px 12px;
    height: 50px;
    border: 1px solid #9bb5e2;
}

input::-moz-placeholder {
    color: #6b788e !important;
    opacity: 1;
}

input::placeholder {
    color: #6b788e !important;
    opacity: 1;
}

/* READ MORE BUTTON */
.read-more {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #4cbb16;
    text-transform: capitalize;
    transition: 0.4s;
    line-height: 26px;
}

.read-more::after {
    content: "";
    width: 39px;
    height: 3px;
    display: block;
    background: #4cbb16;
    transition: 0.4s;
}

.read-more:hover {
    letter-spacing: 2px;
    transition: 0.4s;
}

.read-more:hover::after {
    width: 85px;
    transition: 0.4s;
}

/* BACKGROUND IMAGE */
.bg-image-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-image-area + .container {
    position: relative;
    z-index: 1;
}

/* BANNER */
.banner .image-area {
    /* padding: 145px 0 220px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner .image-area img {
    width: 100%;
    height: calc(100vh - 65px);
    -o-object-fit: cover;
    object-fit: cover;
}

.banner .slick-dots {
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
    padding: 0;
}

.banner .slick-dots li {
    list-style: none;
}

.banner .slick-dots li button {
    font-size: 0;
    background: #b1b1b1;
    padding: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
}

.banner .slick-dots li.slick-active button {
    background: #4cbb16;
}

.banner .banner_container {
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner .content-area h6 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 400;
}

.banner .content-area h1 {
    font-family: "Javanese Text";
    font-size: 3rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

.banner .content-area p {
    font-size: 1.125rem;
    color: #fff;
}

.search-section {
    margin-top: -115px;
    position: relative;
    z-index: 1;
}

.search-section .search-area {
    padding: 45px 70px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
}

.search-section .search-area p {
    margin-bottom: 10px;
}

.search-section .search-area .form-control {
    border: 0;
    border-bottom: 2px solid rgba(155, 181, 226, 0.5);
    border-radius: 0;
    padding: 5px 20px 5px 40px;
    background: url(../images/icon-search.svg) no-repeat 5px center;
}

.search-section .search-area .form-control:focus {
    box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.15);
}

.about-us {
    position: relative;
}

.about-us::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/About-The-Urantia-Book-Fellowship-Watermark.webp)
        repeat-y right center;
}

.about-us .container {
    position: relative;
    z-index: 1;
}

.book-description {
    background: #fafafa;
}

.book-description .content-area {
    padding: 80px 27px;
}

.book-description img {
    width: 100%;
}

.book-description .bottom-part .bottom-content-part {
    background-color: #1c4587;
    padding: 25px;
    display: flex;
    align-items: center;
}

.book-description .bottom-part .bottom-content-part h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.book-description .bottom-part .bottom-content-part p {
    color: #9bb5e2;
    margin-bottom: 0;
}

.book-description .bottom-part > div > img {
    width: 100%;
}

.book-description .long-image-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.what-we-believe {
    position: relative;
}

.what-we-believe .bg-shape-left {
    position: absolute;
    top: -160px;
    left: -160px;
    z-index: -1;
}

.what-we-believe .bg-shape-right {
    position: absolute;
    top: -160px;
    right: -160px;
    z-index: -1;
}

.quote-section {
    position: relative;
}

.quote-section h4 {
    font-size: 24px;
    font-family: "Lucida Bright";
    color: #001946;
    font-weight: 600;
    line-height: 1.7;
}

.quote-section .container {
    z-index: 2;
}

.quote-section::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background: #eeeeee91; */
    z-index: 1;
}

.Video-section video#myVideo {
    background-color: #062254;
    width: 100%;
}

.our-blog-btm .wrap-top-all {
    position: relative;
}

.our-blog-btm .wrap-top-all .image-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-blog-btm .wrap-top-all .image-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-blog-btm .wrap-top-all .image-area + h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0;
    transform: translateY(-50%);
    top: 93%;
    transition: 0.5s;
}

.our-blog-btm .wrap-top-all .image-area + h5 a {
    color: #fff;
}

.our-blog-btm .wrap-top-all::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
}

.our-blog-btm .wrap-top-all:hover::after {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.our-blog-btm .wrap-top-all:hover h5 {
    transform: translateY(-50%);
    top: 50%;
    transition: 0.5s;
}

.upcoming-evnt-slider .event-cart {
    /* height: 230px; */
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.upcoming-evnt-slider .event-cart img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.upcoming-evnt-slider .event-cart .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 67, 119, 0.831372549);
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.upcoming-evnt-slider .event-cart .event-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    row-gap: 15px;
}

.upcoming-evnt-slider .event-cart b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.upcoming-evnt-slider .event-cart .title-o {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.upcoming-evnt-slider .event-cart-content img {
    width: 20px;
    margin-right: 10px;
    height: auto;
}

.upcoming-evnt-slider .event-cart .title-t {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.upcoming-evnt-slider a.cart-btn {
    padding: 10px 28px;
    background: #4cbb16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.upcoming-evnt-slider a.cart-btn:hover {
    color: black;
}

.upcoming-evnt-slider a.cart-btn:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.upcoming-evnt-slider a.cart-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    transition: all 0.5s;
}

.upcoming-evnt-slider .event-cart-slider .item .event-cart {
    background-position: center;
    background-size: cover;
    transition: 0.3s;
    margin: 0 -24px;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    height: 345px;
}

.upcoming-evnt-slider .event-cart-slider .slick-center .bg {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.upcoming-evnt-slider .slick-slide {
    outline: none;
}

.upcoming-evnt-slider
    .item.slick-slide.slick-current.slick-active.slick-center
    .event-cart {
    transform: scale3d(1, 1, 1);
    z-index: 99;
    position: relative;
}

.item.slick-slide.slick-current.slick-active.slick-center .event-cart .overlay {
    visibility: visible;
    opacity: 1;
}

.header .c-sub-menu {
    margin: 0;
    background-color: rgba(28, 69, 135, 0.8392156863);
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    transform: translateX(0) translateY(47px);
}

.header .c-sub-menu li {
    list-style: none;
    display: block;
}

.header li.nav-item.active .c-sub-menu {
    display: block;
    min-width: 250px;
}

.header .navbar-nav .c-sub-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-weight: 500;
}

.header .navbar-nav .c-sub-menu li a:hover {
    background-color: rgba(38, 39, 41, 0.831372549);
}

.header.fix .c-sub-menu {
    transform: translateX(0) translateY(47px);
}

.header .mobile-e-menu {
    display: none;
    padding: 0;
}

.header .mobile-e-menu li {
    list-style: none;
    padding: 0 8px;
}

.header .mobile-e-menu li a {
    color: #fff;
    font-size: 1.125rem;
    padding: 10px 0;
    display: block;
}

/* 28-06-2024 */
.w-100 {
    width: 100%;
}

#regModal .profile_image img {
    height: 100px;
    border-radius: 5px;
}

.modal-header {
    background: #1c4587;
}

.modal-header .modal-title {
    color: #fff;
}

.modal-header .btn-close {
    color: #fff;
    background: transparent;
    position: relative;
    margin-right: 3px;
}

.modal-header .btn-close::before {
    content: "";
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-48deg);
    top: 16px;
    left: 6px;
}

.modal-header .btn-close::after {
    content: "";
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(49deg);
    top: 16px;
    left: 6px;
}

.modal-body {
    padding: 40px;
}

.btnLrg {
    height: 50px;
}

.blog_search-pan:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dataTables_wrapper {
    margin-top: 20px;
}

.dataTables_filter input[type="search"] {
    height: 35px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #a9c3de !important;
    border-radius: 5px;
}

.footer_badge {
    text-align: center;
}

footer .footer-right {
    text-align: center;
}

footer .footer-right ul {
    text-align: left;
}

/*---12-12-2024----*/
.btn-primary.auth_btn {
    border: 1px solid #4cbb16 !important;
}

.date-picker-year.form-control {
    padding: 5px 22px 5px 8px;
}

/*----25-02-2025----*/
.featured_auth-card .auth_profile .btn.btn-primary.btn-animation {
    display: none;
}

.featured_auth-card .auth_profile img {
    width: 100px;
    height: 100px;
}

.featured_auth-card .auth_profile .auth_name {
    font-size: 20px;
}

.sidebar_card p {
    font-size: 1.1rem;
}

/*-----02-06-2025------*/
footer .col-md-6 {
    margin-top: 0px;
}

/*----04-06-2025----*/
.page-banner-after {
    position: relative;
}

/* .page-banner-after:after{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-image: linear-gradient(to right, #1c4587, #ffff0000);
    display: none;
} */
.page-banner-after .container {
    position: relative;
    z-index: 2;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 992px) {
    .our-work .slide-right {
        padding-right: calc((100vw - 960px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: calc((100vw - 938px) / 2);
    }
}

@media only screen and (min-width: 1200px) {
    .work-slider-wrapper {
        position: relative;
    }

    .our-work .slide-right {
        padding-right: calc((100vw - 1140px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: calc((100vw - 1121px) / 2);
    }
}

@media only screen and (min-width: 1400px) {
    .banner .content-area h6 {
        font-size: 1.875rem;
    }

    .banner .content-area h1 {
        font-size: 3.75rem;
    }

    .banner .content-area p {
        font-size: 1.375rem;
    }

    .header > .container-fluid {
        max-width: 1400px;
    }

    .search-section .search-area {
        max-width: 85%;
        margin: auto;
    }

    .our-work .slide-right {
        padding-right: calc((100vw - 1400px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: calc((100vw - 1381px) / 2);
    }

    .header .navbar-nav li.nav-item {
        padding: 0 14px;
    }
}

@media only screen and (min-width: 1600px) {
    .book-description > .container-fluid > .row {
        align-items: flex-end;
    }

    .our-work .slide-right {
        padding-right: calc((100vw - 1400px) / 2);
    }

    .quote-section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .quote-section h4 {
        font-size: 28px;
    }

    .our-stories .container {
        max-width: 1350px;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: calc((100vw - 1384px) / 2);
    }
}

@media only screen and (min-width: 1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }

    .header > .container-fluid {
        max-width: 1600px;
    }

    .our-work .slide-right {
        padding-right: calc((100vw - 1600px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: calc((100vw - 1574px) / 2);
    }
}

@media only screen and (min-width: 1801px) {
    .our-work .slide-right {
        padding-right: 0;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l .content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 2500px) {
    .book-description .content-area {
        padding: 80px 50px 80px 460px;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
        padding: 80px 50px 80px 460px;
    }
}

@media only screen and (max-width: 2500px) {
    .book-description .content-area {
        padding-left: calc((100vw - 1576px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
        padding-left: calc((100vw - 1576px) / 2);
    }
}

@media only screen and (max-width: 1800px) {
    .book-description .content-area {
        padding-left: calc((100vw - 1378px) / 2);
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
        padding-left: calc((100vw - 1686px) / 2);
    }
}

@media only screen and (max-width: 1400px) {
    .book-description .content-area {
        padding-left: calc((100vw - 1117px) / 2);
    }
}

@media only screen and (max-width: 1300px) {
    .col-auto.second-header {
        padding: 0;
    }

    .header .header-right .header-accout {
        padding: 0;
        padding-right: 10px;
    }

    .header .navbar-nav li.nav-item {
        padding: 0 8px;
    }

    /* .header .logo img {
    max-width: 160px;
  } */
    .header .navbar-nav li.nav-item a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .book-description .content-area {
        padding-left: calc((100vw - 941px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    .header .header-right .donate-btn {
        padding: 0;
    }

    footer .widgets h2 {
        font-size: 24px !important;
    }

    /*-----menu----*/
    .header .offcanvas-header {
        display: block;
    }

    .header header #navbar_main {
        margin-top: 0px;
    }

    /* .header .logo img {
    max-width: 130px;
  } */
    .header .menu-handel {
        margin: 0 15px;
    }

    .header .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: #000;
    }

    .header .mobile-offcanvas .navbar-nav {
        padding-top: 25px;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .mobile-offcanvas .navbar-nav li {
        text-align: left;
        display: block;
    }

    .header .mobile-offcanvas .navbar-nav li a {
        color: #fff;
        font-size: 1.125rem;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .header .mobile-offcanvas.open {
        visibility: visible;
        transform: none;
    }

    .header .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        height: 100vh;
    }

    .screen-darken.active {
        visibility: visible;
    }

    .header .mobile-offcanvas .container,
    .header .mobile-offcanvas .container-fluid {
        display: block;
    }

    .header .c-sub-menu {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        position: static;
        transform: none;
        flex-direction: column;
    }

    .header.fix {
        overflow: visible;
    }

    .header.fix .navbar-nav li.nav-item a {
        font-size: 1.125rem;
        color: #fff;
    }

    .header .navbar-nav .c-sub-menu li a:hover {
        background-color: transparent;
    }

    .header .menu-handel {
        z-index: 99;
        background: transparent;
        border: none;
        text-align: end;
        margin-left: 0;
        width: auto;
    }

    .header .header-btn-main {
        margin-right: 70px;
    }

    .header .header-right .donate-btn {
        display: none;
    }

    .header .header-right .second-menu-area {
        display: none;
    }

    .header .mobile-e-menu {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .navbar-nav li.nav-item > a::after {
        border: 1px solid #fff;
        line-height: normal;
        display: inline-flex;
        align-items: center;
        padding: 8px 8px;
        font-size: 14px;
    }

    .offcanvas-header .btn-close {
        right: 12px;
        font-size: 12px;
    }

    .upcoming-evnt-slider .event-cart-slider .item .event-cart {
        height: 330px;
    }

    .header .navbar-nav li.nav-item > i {
        color: #fff;
        padding-left: 4px;
        position: absolute;
        top: 18px;
        right: 8px;
    }

    /* header login and dontate section */
    .header-right {
        margin-left: auto;
    }

    /*-----menu end----*/
}

@media all and (max-width: 991px) {
    .banner .image-area {
        /* padding: 115px 0 190px; */
        background-repeat: no-repeat;
        background-position: relative;
        background-size: cover;
    }

    .book-description .content-area {
        max-width: 720px;
        margin: auto;
        padding: 80px 15px;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
        max-width: 720px;
        margin: auto;
    }

    /*---02-06-2025----*/
    footer .widgets h2 {
        min-height: unset;
    }

    .widgets.footer-right {
        display: flex;
        gap: 10px;
    }
}

@media all and (max-width: 767px) {
    .our-work .main-slider button.slick-next {
        top: 95%;
    }

    .our-work .top-content {
        padding: 0px;
    }

    .our-work .main-slider button.slick-prev {
        left: 0px;
        top: 95%;
    }

    .about-left {
        margin-bottom: 15px;
    }

    .our-work .our-work-wrap {
        flex-wrap: wrap;
    }

    .our-work .background-left {
        width: 100%;
    }

    .our-work .slide-right {
        width: 100%;
    }

    .upcoming-evnt-slider .upcoming-event-wrap {
        row-gap: 10px;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
        width: 100%;
    }

    .upcoming-evnt-slider .upcoming-event-wrap .wrap-r {
        width: 100%;
    }

    .what-we-believe .gallery-wrap-top .wrap-top-all,
    .our-blog-btm .wrap-top-all {
        width: 100% !important;
    }

    .footer_badge {
        text-align: left;
    }

    footer .footer-right,
    .widgets p {
        text-align: left;
    }

    footer .footer-right ul {
        text-align: left;
    }

    .footer-right .footer_para {
        text-align: left !important;
    }

    .mobile_filter-block {
        width: 100%;
        padding: 10px;

        border-radius: 4px;
        font-size: 24px;
        position: relative;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .mobile_filter-block .btnblog_srch {
        top: -18px;
        right: 0px;
    }

    .block_list-footer .search_inst-text {
        text-align: left;
    }

    .blog_search-pan .filter_icon-block {
        display: none;
    }

    .footer_para {
        padding: 0px;
        text-align: center;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 2rem;
    }

    .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-padding-top {
        padding-top: 3rem;
    }

    .section-padding-bottom {
        padding-bottom: 3rem;
    }

    .book-description .content-area {
        max-width: 540px;
        margin: auto;
    }

    .upcoming-evnt-slider .event-cart-slider .item .event-cart {
        height: 300px;
    }

    .subscribe_author-wrap .sub_author_details {
        flex-wrap: wrap;
    }

    .subscribe_author-wrap .sub_author_details .sub_auth-img {
        flex: 0 0 100%;
    }

    .subscribe_author-wrap .sub_author_details .sub_auth-dtls {
        margin: 10px 0px 0px;
    }

    .author_list-data .auth_by_blog {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    body ul li {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 5px;
    }

    .widgets.footer-right {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .mobile_filter-block {
        display: none;
    }

    .mob_filter-head {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .header {
        padding: 5px 0px;
    }

    .header.fix {
        padding: 5px 0;
        filter: blur(0);
    }

    .header.fix .logo img {
        max-width: 175px;
    }

    .header .logo img {
        max-width: 175px;
    }

    .header .btn.btn-primary {
        padding: 7px 12px;
        font-size: 14px;
        min-width: auto;
    }

    .header .btn-text {
        display: none;
    }

    .header .header-btn-area {
        background: #fff;
        justify-content: end;
        width: auto;
    }

    .header .header-btn-main::before {
        display: none;
    }

    .header .header-btn-main {
        width: auto;
    }

    .book-description .content-area {
        margin-left: 0;
        padding: 15px;
    }

    .section-margin {
        margin-top: 0;
        margin-bottom: 0;
    }

    our-work .slide-right {
        padding-bottom: 60px;
        padding-top: 0px;
        padding-right: 0;
    }

    .quote-section h4 {
        font-size: 18px;
    }

    .our-product,
    .our-blog-btm,
    .our-stories {
        padding: 30px 0;
    }

    .upcoming-evnt-slider {
        padding: 0;
    }

    .wrapper {
        margin-top: 50px;
    }

    .search-section .form-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .search-section .form-group input {
        margin: 0 !important;
    }

    .search-section .search-area {
        padding: 25px 15px;
    }

    .banner .content-area h1 {
        font-size: 2.3rem;
        line-height: 42px;
    }

    /* .banner .image-area {
    padding: 35px 0 172px;
  } */
    .banner .content-area p {
        font-size: 1rem;
    }

    .banner .slick-dots {
        top: 80%;
        right: 50%;
        transform: translate(50%, 47px);
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
    }

    .upcoming-evnt-slider .event-cart-slider .item .event-cart {
        height: 260px;
    }
}

@media only screen and (max-width: 460px) {
    .banner .slick-dots {
        transform: translate(50%, 85px);
    }
}

@media only screen and (max-width: 480px) {
    .header .header-right .header-accout {
        margin: 0;
        /* padding: 0; */
    }

    .header .logo img {
        max-width: 175px;
    }
}

/*----14-05-2025----*/
.video-banner video {
    max-height: calc(100vh - 65px);
    height: auto !important;
}

.subs-btm-right {
    justify-content: center;
}

div {
    color: rgb(107, 120, 142);
    font: 400 22px / 1.6 "SF Pro Display";
}
.blog_details-section {
    line-height: 1.6 !important;
}

@media (max-width: 992px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .header.fix .c-sub-menu {
        transform: translateX(0) translateY(0px);
    }

    .footer-right .footer_badge {
        position: absolute;
        width: 135px;
        height: 135px;
    }

    .footer-right .footer_para {
        padding-top: 140px;
        min-width: 150px;
        max-width: 150px;
    }

    .footer-right .footer_para p {
        line-height: 1.1 !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px !important;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 26px !important;
        margin-bottom: 0.5rem;
    }

    h3 {
        font-size: 22px !important;
        margin-bottom: 0.5rem;
    }

    h4 {
        font-size: 20px !important;
        margin-bottom: 0.5rem;
    }

    h5 {
        font-size: 18px !important;
        margin-bottom: 0.5rem;
    }

    h6 {
        font-size: 16px !important;
        margin-bottom: 0.5rem;
    }

    section.banner-btm-sec {
        margin-top: -65px !important;
    }

    .page-banner-after:after {
        display: block;
    }

    p,
    div,
    ul li,
    ol li {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .blog_details-section .share-section span {
        margin-bottom: 6px;
    }

    .share-section {
        margin-top: 10px;
    }

    .blog_details-section {
        line-height: 1.3 !important;
    }

    .breadcrumb_wrap .breadcrumb,
    .breadcrumb_wrap .breadcrumb li {
        font-size: 16px !important;
    }

    footer .widgets ul li {
        font-size: 16px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-right .footer_para {
        min-width: 300px;
    }

    .footer-right .footer_para p {
        margin-bottom: 0;
    }
}

/*--------26-09-2025-----*/
.blog_ban-title {
    margin-left: 0px !important;
}

.subscribe_author-wrap .sub_author_details .sub_auth-img {
    margin-top: 0px !important;
}

.navbar-nav .nav-item i.me-4 {
    margin-right: 0px !important;
}

.header .container .header-right .row {
    margin: 0 !important;
}

.donate-btn .btn.btn-primary {
    margin: 0;
}

.header .container {
    /* padding: 0; */
}

div br {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    content: "";
}

/* If div contains only <br> elements */
div:has(br):not(:has(:not(br))) {
  line-height: 0;
}

.datepicker table tr td span,
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    font-size: 16px;
}

/*-------
----------------new css------------14-10-2025-----------------------
-----------------------------------------------------------*/
a:not([href]):not([tabindex]) {
    color: white;
}

.col-auto.header-right {
    display: flex;
    justify-content: flex-end;
}

.second-menu-area {
    display: none;
}
/* div, p{
  text-align: justify;
} */

/*-------mobile responsive--------------*/
@media (max-width: 1540px) {
    /* .header .logo img {
    max-width: 170px;
  } */
    .header .navbar-nav li.nav-item {
        padding: 0 11px;
    }
}

@media (max-width: 1400px) {
    .header .navbar-nav li.nav-item {
        padding: 0 6px;
    }

    .header .navbar-nav li.nav-item > i {
        font-size: 12px;
    }

    .header .header-accout .dropdown-toggle {
        font-size: 15px;
    }

    .header .header-accout .dropdown-header {
        font-size: 15px;
    }

    .header .navbar-nav li.nav-item a,
    .loginBtn a {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .blog_ban-title {
        margin: 0 15px 8px !important;
    }

    .breadcrumb_wrap {
        margin: 0 0px;
    }

    .header .logo img {
        max-width: 175px;
    }
}

/*-----------
---------------------------------New Template and changes-----------
--------------------------------------------------------------------------------------*/
p {
    margin-bottom: 1rem;
}

/*---for admin row element -it has the -15px margin left right by default---*/
.row.justify-content-center,
.row {
    margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}

.btn-mt-15 {
    margin-top: 15px;
    display: table;
}

/*-------header-------*/
header .col-auto.second-header {
    padding: 0;
}

header .col-auto.first-menu-area {
    padding-left: 0;
    padding-right: 0;
}

/*--wide header--*/
.header-widget1 {
    margin: 50px 0 50px 0;
    /* background-color:#fafafa; */
}

.cms_long_banner1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-image: url("https://assetrepository.urantiabook.org/AssetRepository/WebsiteStorage/images/Global Assets/templates/wide-header1.webp");
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.cms_long_banner1:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #152562 4.2%,
        #24336f 36.89%,
        rgba(28, 69, 135, 0) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cms_long_banner1 .container {
    z-index: 2;
}

.cms_long_banner1 h2,
.cms_long_banner1 p {
    color: white;
}

/*--header widget2--*/
.header-widget2 {
    padding: 50px 0 50px 0;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    background-image: url("https://assetrepository.urantiabook.org/AssetRepository/WebsiteStorage/images/Global Assets/templates/welcome-bg.webp");
}

.header-widget2 h2,
.header-widget2 p {
    color: white;
}

.full-img {
    width: 100%;
}

/*----footer widget4----*/
.footer-widget4 {
    margin: 50px 0 50px 0;
    background-color: #fafafa;
}

.footer-widget4 .row .col-md-6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-widget4 .row .col-md-6 > img {
    margin-bottom: 10px;
}

.ftr4-img1,
.ftr4-img2 {
    width: 100%;
    object-fit: cover;
}

/*-----footer weidget9----*/
.footer-widget9 {
    width: 100%;
    margin: 65px 0px;
}

.footer-widget9 .btn-primary {
    margin: 15px 0px 0;
}

.footer-widget9.bg_light {
    background: #fafafa;
}

.block-title_wrap {
    margin-bottom: 10px;
}

.block-title_wrap h3 {
    color: #1c4587;
}

.template-content-block h1 {
    margin-bottom: 15px;
    color: #1c4587;
}

.template-content-block h2 {
    color: #1c4587;
    margin-bottom: 15px;
}

.template-content-block h3 {
    color: #1c4587;
    margin-bottom: 15px;
}

.template-content-block h4 {
    margin-bottom: 15px;
    color: #1c4587;
}

.template-content-block h5 {
    margin-bottom: 15px;
    color: #1c4587;
}

.template-content-block h6 {
    margin-bottom: 15px;
    color: #1c4587;
}

.template-content-block p {
    font-size: 16px;
    color: #6b788e;
}

.template-section-head h1 {
    margin-bottom: 15px;
    color: #fff;
}

.template-section-head h2 {
    color: #fff;
    margin-bottom: 15px;
}

.template-section-head h3 {
    color: #fff;
    margin-bottom: 15px;
}

.template-section-head h4 {
    margin-bottom: 15px;
    color: #fff;
}

.template-section-head h5 {
    margin-bottom: 15px;
    color: #fff;
}

.template-section-head h6 {
    margin-bottom: 15px;
    color: #fff;
}

.template-section-head p {
    font-size: 16px;
    color: #fff;
}

.new_template_section ul {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.new_template_section ul li {
    flex: 0 0 50%;
    color: #1c4587;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.new_template_section ul li:after {
    content: "";
    background: url(../images/bullet_green-point.svg) no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.temp-half-bg .template-content-block {
    position: relative;
    z-index: 8;
}

.template_colm-thumb1 {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.footer-widget9 .row .col-sm-6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.template_colm-thumb1 .img_thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.template_colm-thumb1 .content_thumb1 {
    padding: 25px;
}

.template_colm-thumb-2 .img_thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.template_colm-thumb-2 .content_thumb1 {
    padding: 25px;
}

.template_colm-thumb-overlay img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.template_colm-thumb-overlay .content_thumb1 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    z-index: 5;
}

.template_colm-thumb-overlay .content_thumb1 p {
    color: #fff;
}

/*---------widget10 style--------------*/
.template_colm-thumb .img_thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.template_colm-thumb .content_two_thumb {
    padding: 25px;
}

.template_two_colm-thumb {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 10px 0px;
}

.template_two_colm-thumb .img_thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.template_two_colm-thumb .content_two_thumb {
    padding: 25px;
}

.img-fluid {
    object-fit: cover;
}

.header-widget3-left-img img {
    width: 100%;
    object-fit: cover;
}

/*-------header widget4 and 5--------*/
.header-widget4,
.header-widget5 {
    background-color: #fafafa;
    margin: 60px 0;
}

.header-widget4-left-img img,
.header-widget5-left-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-widget4-right-content ul li,
.header-widget5-right-content ul li {
    list-style: none;
    position: relative;
    color: #1c4587;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1.1;
    padding-left: 40px;
    width: calc(50% - 10px);
}

.header-widget4-right-content ul li:before,
.header-widget5-right-content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    background-color: #4cbb16;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    position: absolute;
    left: 0;
}

.header-widget4-right-content ul,
.header-widget5-right-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 15px 0 5px;
    gap: 20px;
}

/*------template page banner----*/
.template-page-banner {
    width: 100%;
    background-repeat: no-repeat;
    min-height: 180px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.template-page-banner .template-page-banner-title {
    color: #fff;
    font-family: "Javanese";
    font-weight: 400;
}

/*-------banner design 3--------*/
.banner-design3 {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-design3:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(21, 37, 98, 0.8) 4.2%,
        rgba(36, 51, 111, 0.8) 49.72%,
        rgba(28, 69, 135, 0.4) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-design3-cont {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 150px 0;
}

.banner-design3 .btn-primary {
    margin-left: auto;
    margin-right: auto;
}

.banner-design3-cont h2 {
    color: #fff;
}

.banner-design3-cont p {
    text-align: center;
    color: #fff;
}

/*-------banner design 4--------*/
.banner-design4 {
    background: linear-gradient(
        90deg,
        #152562 0%,
        #2d5aa2 43.16%,
        #26f5f8 100%
    );
    position: relative;
}

.banner-design4 .row {
    min-height: 550px;
    align-items: center;
}

.banner-design4-cont {
    z-index: 2;
    padding: 50px 0;
}

.banner-design4-cont h2 {
    color: #fff;
}

.banner-design4-cont p {
    color: #fff;
}

.cus-banner-design4-right img {
    width: 100%;
    height: 100%;
}

.cus-banner-design4-right {
    width: 50vw;
    position: absolute;
    right: -1.5rem;
    top: 0;
    z-index: 2;
    height: 100%;
}

/*-------page banner design 1--------*/
.page-banner-design1 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
}

.page-banner-design1:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #152562 4.2%,
        #24336f 36.89%,
        rgba(28, 69, 135, 0) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-design1-cont h2 {
    color: #fff;
}

.banner-design1-cont p {
    color: #fff;
}

.banner-design1-cont {
    position: relative;
    z-index: 2;
}

/*-------page banner design 2--------*/
.page-banner-design2 {
    padding: 50px 0;
    position: relative;
    background: linear-gradient(
        90deg,
        #152562 0%,
        #2d5aa2 43.16%,
        #26f5f8 100%
    );
}

.page-banner-design2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #152562 4.2%,
        #24336f 36.89%,
        rgba(28, 69, 135, 0) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-banner-design2-cont h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}

.page-banner-design2-cont,
.page-banner-design2-right-cont {
    position: relative;
    z-index: 2;
}

.page-banner-design2-right-cont img {
    width: 100%;
}

.cont-text-center {
    text-align: center;
}

.page-banner-design2-cont .btn-primary {
    margin-left: auto;
    margin-right: auto;
}

/*-------page banner design 3--------*/
.page-banner-design3 {
    padding: 50px 0;
    position: relative;
    background-size: cover;
}

.page-banner-design3:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #152562 4.2%,
        #24336f 36.89%,
        rgba(28, 69, 135, 0) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-banner-design3-cont h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
}

.page-banner-design3-cont {
    position: relative;
    z-index: 2;
}

/*-------page banner design 4--------*/
.page-banner-design4 {
    padding: 0px 0;
    position: relative;
    background: linear-gradient(
        90deg,
        #152562 0%,
        #2d5aa2 43.16%,
        #26f5f8 100%
    );
}

.page-banner-design4:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #152562 4.2%,
        #24336f 36.89%,
        rgba(28, 69, 135, 0) 99.44%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-banner-design4-cont h2 {
    color: #fff;
}

.page-banner-design4-cont {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.page-banner-design4-cont-right {
    width: 50vw;
    position: absolute;
    right: -1.5rem;
    top: 0;
    z-index: 2;
    height: 100%;
}

.page-banner-design4-cont-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-------footer2 design--------------*/
.footer2-img-cont {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

.footer2-img-cont img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* .footer2-img-cont:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.55%, rgba(0, 0, 0, 0.7) 83.95%);
  position: absolute;
  top: 0;
  left: 0;
} */

.footer2-img-cont a {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    padding: 0 10px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
    text-decoration: none;
    display: block;
}

/*----------get copy--------------*/
.main-get-copy {
    background: linear-gradient(
        90deg,
        #152562 0%,
        #2d5aa2 43.16%,
        #26f5f8 100%
    );
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.get-copy-cont h2 {
    color: #fff;
}

.get-copy-right-img {
    width: 50vw;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    z-index: 2;
    /* height: 100%; */
    transform: translateY(-50%);
}

.get-copy-right-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.get-copy-cont p {
    color: #fff;
    text-align: justify;
}

.get-copy-btn {
    display: flex;
    gap: 12px;
}

.get-copy-btn a:last-of-type {
    background-color: #0b1539;
    border-color: #0b1539;
}

.get-copy-btn a:last-of-type:hover {
    background-color: #fff;
    color: #0b1539;
}

/*--------Quote section--------*/
.quote-cont-txt {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 25px 0%;
}

.quote-cont-txt i {
    font-size: 60px;
    color: #4cbb16;
}

.new-quote-sec-cont {
    padding-left: 20px;
}

.new-quote-sec-cont .quote-cont-txt p {
    font-style: italic !important;
    color: #333;
    padding-bottom: 0;
    text-align: justify;
}

#two-colm-design {
    margin: 50px 0;
}

.two-colm-design-img-rigt img {
    width: 100%;
}

#subscribeCommModal label {
    font-size: 18px;
}

#subscribeCommModal .form-check-input[type="radio"] {
    margin-top: 8px;
}

@media (max-width: 770px) {
    #subscribeCommModal .form-check-input[type="radio"] {
        margin-top: 5px;
    }
}

/*---------4 box layout--------------*/
.box4-back-img-div img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.box4-layout {
    position: relative;
}

.box4-back-img-div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.box4-back-img-div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(
        52.58% 327.59% at 50% 50%,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
}

.box4-sec-title h2 {
    text-align: center;
    color: #fff;
}

.box4-sec-title p {
    text-align: center;
    color: #fff;
}

.box4-content-box {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
}

.box4-content-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.box4-content-box-cont {
    padding: 20px 30px;
}

.box4-content-box-cont h4 {
    text-align: left;
    color: #1c4587;
}

.box4-content-box-cont p {
    text-align: left;
    color: #6b788e;
}

.box4-content {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}

.video-cont video {
    width: 100%;
    position: relative;
}

.video-cont:after {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(
        52.58% 327.59% at 50% 50%,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
}

.video-cont {
    position: relative;
    margin-bottom: 40px;
    line-height: 1;
}

.video-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

/*-------header widget book--------*/
.template_colm-thumb .img_thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.template_colm-thumb .widget-video-content_thumb {
    padding: 10px;
}

.widget-video-template_colm-thumb-overlay {
    width: 100%;
    background: #fff;
    margin: 15px 0px;
    position: relative;
}

.widget-video-template_colm-thumb-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}

.widget-video-template_colm-thumb-overlay img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.widget-video-template_colm-thumb-overlay .widget-video-content_thumb {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    z-index: 5;
}

.widget-video-template_colm-thumb-overlay .widget-video-content_thumb p {
    color: #fff;
}

.widget-video-play-icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}

.widget-video-play-icon-box img {
    width: 40px;
    height: 40px;
}
/*---singlr-row-two-col----*/
.singlr-row-two-col-row-cont {
    padding: 25px;
    border: 1px solid #e0e0e0;
    width: 100%;
    background: #fff;
}

.singlr-row-two-col-row {
    margin-bottom: 24px;
    align-items: center;
}
/*---singlr-row-four-col----*/
.singlr-row-four-col-row-cont {
    padding: 25px;
    border: 1px solid #e0e0e0;
    width: 100%;
    background: #fff;
}
.singlr-row-four-col-row > div > .row {
    margin-bottom: 24px;
}
.single-row-four-col-title h2 {
    margin-bottom: 30px;
}
.single-row-four-col-img {
    width: 100%;
}

/*-----google form tremplate-----*/
.google-form-wrap iframe{
    width: 100%;
    height: 700px;
}
.header-accout .dropdown-menu li{
  display: block;
}

/*----------template responsive--------------*/

@media (min-width: 2000px) {
    .main-get-copy .container,
    .banner-design4 .container {
        position: relative;
    }

    .get-copy-right-img,
    .cus-banner-design4-right {
        width: 800px;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .template-page-banner .container {
        position: relative;
        z-index: 2;
    }

    .template-page-banner:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to right, #1c4587, #00000038);
    }

    .banner-design3-cont {
        padding: 50px 0;
    }

    .footer2-img-cont img {
        height: 200px;
    }
    .singlr-row-two-col-row-cont {
        margin-top: 24px;
    }
}

@media (max-width: 992px) {
    .box4-back-img-div img {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .header-widget2 .row .col-md-6:first-of-type {
        margin-bottom: 20px;
    }

    .header-widget2,
    .banner-design3-cont,
    .page-banner-design1,
    .page-banner-design3,
    .page-banner-design2,
    .banner-design4-cont,
    .page-banner-design4-cont,
    .main-get-copy {
        padding: 35px 0;
    }

    .page-banner-design4-cont {
        padding-bottom: 15px;
    }

    .footer-widget9,
    .footer-widget4,
    .header-widget4,
    .header-widget5,
    #two-colm-design {
        margin: 35px 0;
    }

    .block-title_wrap p {
        margin-bottom: 0;
    }

    .template_colm-thumb1 .content_thumb1,
    .template_two_colm-thumb .content_two_thumb,
    .box4-content-box-cont {
        padding: 12px;
    }

    .btn-mt-15 {
        margin-top: 10px;
    }

    .cms_long_banner1 {
        height: auto;
        padding: 35px 0;
    }

    .footer-widget4 .row .col-md-6:last-of-type {
        margin-bottom: 0;
    }

    .header-widget3-left-img img {
        margin-bottom: 10px;
    }

    .header-widget4-right-content ul,
    .header-widget5-right-content ul {
        flex-direction: column;
    }

    .header-widget4-right-content ul li,
    .header-widget5-right-content ul li {
        width: 100%;
    }

    .header-widget4-right-content,
    .header-widget5-left-img {
        margin-bottom: 15px;
    }

    .header-widget4-contact-btn.btn-primary,
    .header-widget5-contact-btn.btn-primary {
        margin-top: 15px;
    }

    .cus-banner-design4-right,
    .page-banner-design4-cont-right,
    .get-copy-right-img {
        position: static;
        width: 100%;
        right: 0;
        padding-bottom: 35px;
    }

    .get-copy-right-img {
        padding-bottom: 0;
        transform: translateY(0%);
    }

    .page-banner-design2-cont .btn-primary {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .get-copy-btn {
        margin-bottom: 25px;
    }

    .video-playbtn img {
        width: 35px;
    }
    .singlr-row-two-col-row > div > img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer2-img-cont img {
        height: 300px;
    }
    .single-row-four-col-img {
        max-width: 140px;
    }
    .singlr-row-four-col-row-cont {
        margin-top: 24px;
    }
}

/*-------template responsive end--------------*/

/*------home page template------*/
.home-4box-right-evenyt > .container > .row > div > .row {
    --bs-gutter-y: 24px;
    margin-top: -24px;
}
.home-single-box a {
    display: block;
    position: relative;
}
.home-single-box h3 {
    color: #f2f2f2;
}
.home-single-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.home-single-box a img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.home-single-box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 350px;
    z-index: 2;
}
.home-newsletter-cont-left-top {
    background-color: #1c4587;
    padding: 50px 60px;
    text-align: center;
}
.home-newsletter-cont-left-top img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    display: block;
    height: auto;
}
.home-newsletter-cont-left-top p {
    color: #fff;
}
.home-newsletter-cont-left-form-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}
.home-newsletter-cont-left-form-wrap input {
    width: 100%;
    /* margin-bottom: 20px; */
    font-size: 16px;
    font-weight: 400;
    color: #6b788e;
    height: 45px;
    background-color: #fff;
    padding: 5px 12px;
    height: 50px;
    border: 1px solid #9bb5e2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.home-newsletter-cont-left-form-wrap button {
    font: 400 1rem / 1.6 "SF Pro Display";
    padding: 7px 15px;
    min-width: 130px;
    max-width: 100%;
    text-transform: capitalize;
    background: #0b1539;
    color: #fff;
    outline: 0;
    height: 50px;
    border: 0px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.home-newsletter-query-txt a {
    text-decoration: underline;
    color: #4cbb16;
}
.home-newsletter-query-txt a:last-of-type {
    margin-left: 8px;
}
.home-newsletter-cont-right {
    flex: 1;
    display: flex;
}
.home-newsletter-cont-left-bottom {
    margin-top: 50px;
}
.home-newsletter-cont-right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.make-impact-left img {
    width: 100%;
}
@media (max-width: 991px) {
    .home-newsletter-cont-left-top {
        padding: 25px;
    }
    .home-newsletter-cont-left-bottom {
        margin-top: 25px;
    }
}

.exploring-box-title {
    max-width: 700px;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
.exploring-single-cont {
    margin-top: 10px;
}
.exploring-single-cont h3 {
    margin-bottom: 10px;
}
.exploring-box-title h2 {
    margin-bottom: 20px;
}
.exploring-single-box {
    margin-top: 20px;
}
.exploring-single-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.make-impact-left img {
    height: 100px;
    min-width: 140px;
    object-fit: cover;
}
.make-impact-single {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 10px 0;
}
.keep-img img {
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.make-impact-right h5 a {
    color: #1c4587;
}
.make-impact-right a {
    color: #4cbb16;
}
.make-impact-right p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.keep-inform-wrap .container .row {
    align-items: center;
}
.home-quote-sec {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.home-quote-sec p {
    text-align: center;
    font-style: italic !important;
    color: #000;
}

/*---slider---*/
.comencer-slide .owl-nav .owl-prev::before,
.comencer-slide .owl-nav .owl-next::before {
    line-height: 40px !important;
}
.comencer-slide .owl-nav button.owl-next span,
.comencer-slide .owl-nav button.owl-prev span {
    display: none;
}
.comencer-slide .owl-nav button.owl-prev:after,
.comencer-slide .owl-nav button.owl-next:after {
    display: none !important;
}
.home-sec-gap {
    margin: 60px 0 !important;
}
@media (max-width: 767px) {
    .make-impact-left img {
        height: 90px;
        min-width: 110px;
    }
    .home-quote-sec {
        padding: 40px 0;
    }
    .home-newsletter-cont-left-top,
    .home-quote-sec,
    .keep-me-inform-cont {
        margin-top: 20px;
    }
    .home-sec-gap {
        margin: 40px 0 !important;
    }
    #events-component-container {
        margin-top: 24px;
    }
    .comencer-slide .owl-nav .owl-prev::before,
    .comencer-slide .owl-nav .owl-next::before {
        line-height: 30px !important;
    }
}

/*------end Home page template------*/

/*-----------Added from main page - start -------------*/
.eipl-custom-text-wrapper {
    margin-bottom: 1rem;
}

.book-list.list .book-item {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.book-list.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.book-list.grid .book-item {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
}

ol.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

/* Custom control of homepage video */
.custom-controls {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    right: 10px;
}

.custom-controls button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volume-control-group {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 5px 15px;
}

.volume-icon-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.volume-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.volume-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

.volume-icon.hidden {
    display: none;
}

.custom-controls input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 60px;
    height: 6px;
    background: #555;
    border-radius: 3px;
    outline: none;
    opacity: 1;
    transition: background 0.2s ease;
}

.custom-controls input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    position: relative;
    z-index: 2;
}

.custom-controls input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-controls input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(
        to right,
        white var(--volume-progress, 0%),
        #555 var(--volume-progress, 0%)
    );
    border-radius: 3px;
    height: 6px;
}

.custom-controls input[type="range"]::-moz-range-track {
    background: linear-gradient(
        to right,
        white var(--volume-progress, 0%),
        #555 var(--volume-progress, 0%)
    );
    border-radius: 3px;
    height: 6px;
}

.custom-controls #playPauseButton {
    border-radius: 5px;
}

.play-pause-button {
    background-color: #28a745;
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    width: 50px;
    height: 40px;
}

.play-pause-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.play-pause-icon {
    width: 24px;
    height: 24px;
    fill: white;
}

.play-pause-icon.hidden {
    display: none;
}

/*---04-06-2025---*/
.custom-controls-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gear-icon {
    display: none;
}

.gear-icon i {
    color: #fff;
}

@media (max-width: 768px) {
    .custom-controls {
        display: none;
        padding: 5px 8px;
    }

    .gear-icon {
        display: block;
    }

    .play-pause-button {
        width: 25px;
        height: 25px;
    }

    .play-pause-button:hover {
        background-color: transparent;
    }

    .volume-control-group {
        padding: 5px 8px;
    }

    .volume-icon-button {
        width: 25px;
        height: 25px;
    }

    .custom_left_padding_default {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
}

.donation-loader,
.event-loader,
.blog-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #285db1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#toast-container .toast-error,
#toast-container .toast-message {
    color: white !important;
}

/*-----------Added from main pagfe - end -------------*/

.prouct-sec .template_colm-thumb1 .img_thumb img {
    object-fit: contain;
}

/*-----------quotes issue -------------*/
.quote-cont-txt p i {
    font-size: inherit !important;
    color: inherit !important;
}

/* Add css for blog details page social links  */

.share-section {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}
.share-section ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    padding: 0;
}
.share-section ul li {
    list-style: none;
}
.share-section ul li:first-of-type a i {
    color: #1877f2;
}
.share-section ul li:nth-child(2) a i {
    color: #1da1f2;
}
.share-section ul li:nth-child(3) a i {
    color: #25d366;
}
.share-section ul li:nth-child(4) a i {
    color: #0077b5;
}
.share-section ul li:nth-child(5) a i {
    color: #1c4587e6;
}
.share-section ul li a i {
    font-size: 28px;
}

label.comment_value {
    margin: 0;
}
.footer_para a {
    color: #1c4587e6;
}


  @media (min-width: 1400px) {
    .header-right .row {
        gap: 1rem !important; 
    }
}

