section {
  font-size: 1.35rem;
}

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

body {
  background: #fff;
  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: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "SF Pro Display";
  color: #000;
}

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

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

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "SF Pro Display";
  color: #000;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "SF Pro Display";
  color: #000;
}

h6 {
  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: 5px;
}

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

.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: #1c4587;
  border-color: #1c4587;
  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: visible;
}

.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;
}
/* .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: 230px;
}
.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";
  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: 120px;
}
.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;
}
.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: 5px 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;
}

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;
}

.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;
}
.banner .image-area img {
  width: 100%;
  height: 100%;
  -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 .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-bg.png) 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: rgba(255, 255, 255, 0.75);
  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;
}

.loginBtn {
  width: auto;
}

.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(52px);
}
.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;
}

/* ============ 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;
  }
  .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;
  }
}
@media all and (max-width: 991px) {
  .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: 40px;
  }
  .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;
  }
  .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;
  }
  .banner .image-area {
    background-repeat: no-repeat;
    background-position: center;
    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;
  }
  .header .mobile-e-menu {
    display: block;
  }
  .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: 22px;
  }
  .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: 0;
  }
}
@media all and (max-width: 767px) {
  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;
  }
}
@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: 0px 0;
    filter: blur(0);
  }
  .header.fix .logo img {
    max-width: 100px;
  }
  .header .logo img {
    max-width: 110px;
  }
  .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: 50%;
    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;
  }
}/*# sourceMappingURL=main.css.map */