/* Fonts */
@font-face {
  font-family: "Euclid Square";
  src: local("EuclidSquare-Regular"), url("../fonts/EuclidSquare-Regular.woff2") format("woff2"), url("../fonts/EuclidSquare-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  src: local("EuclidSquare-Bold"), url("../fonts/EuclidSquare-Bold.woff2") format("woff2"), url("../fonts/EuclidSquare-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bernardston Demo";
  src: local("BernardstonDemo"), url("../fonts/BernardstonDemo.woff2") format("woff2"), url("../fonts/BernardstonDemo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Mixins */
/*Main Css */
::selection {
  background: #4F9AF4;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #4F9AF4;
}

/* Contact Form 7*/
.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
  margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 80%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}
html {
    overflow-x: hidden;
}
body {
  font-family: "Euclid Square", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 2;
  color: #0A071C;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Euclid Square", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 54px;
}

h2,
.h2 {
  font-size: 42px;
}

p {
  margin-bottom: 25px;
}

.theme-btn {
  background: #4F9AF4;
  padding: 12px 40px;
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.theme-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline;
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
.theme-btn:hover {
  color: #4F9AF4;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
.theme-btn:hover::before {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-color: #4F9AF4;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #0A071C;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

.select_arrow {
  position: relative;
  background: #fff;
}
.select_arrow select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  margin: 0;
  width: 100%;
}
.select_arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  color: #000;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.spad {
  padding: 5rem 0;
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */
.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  position: relative;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:after {
  color: #fff;
  opacity: 1;
  font-size: 0;
}

.slick-dots li button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  padding: 0px;
  box-shadow: 0 0 0 0 #0F67F6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
  position: relative;
  margin: 2px;
  border: 0;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #6C8DAF;
  border: 0;
}

.slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px #0F67F6;
}

/* Hamburger Menu */
.menu-Bar {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 20px;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 3px;
  width: 32px;
  background: #4F9AF4;
  position: relative;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 5px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 10px;
}

.menu-Bar.open span {
  background: #4F9AF4;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  transform-origin: right-center;
}

.movable-indicator {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  height: 2px;
  background-color: #4F9AF4;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) all;
}

/* Menu Css */
.menuWrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px;
  padding: 0;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
}

.menu > li > a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}

.menu > li:last-child > a {
  background: #4F9AF4;
  padding: 12px 40px;
  color: #fff !important;
  margin-left: 15px;
}

.menu > li:hover > a,
.menu > li.active > a {
  color: #4F9AF4;
}

/* Menu Dropdown CSS */
.menu li.dropdown-nav {
  position: relative;
  display: inline-flex;
}
.menu li.dropdown-nav > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
}

.menu ul.dropdown,
ul.sub-menu {
  position: absolute;
  min-width: 100%;
  width: 200px;
  left: 0;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  top: 150%;
  transition: 0.25s top;
  z-index: 999;
}
.menu ul.dropdown li,
ul.sub-menu li {
  padding: 0;
}
.menu ul.dropdown li a,
ul.sub-menu li a {
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: block;
  text-transform: capitalize;
}
.menu ul.dropdown li a:hover,
ul.sub-menu li a:hover {
  color: #4F9AF4;
}
.menu ul.dropdown li:last-child a,
ul.sub-menu li:last-child a {
  border-bottom: 0;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  background: transparent;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000;
}

.dropdown-nav:hover ul.dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-header {
  padding: 30px 0 25px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.main-header.sticky {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(15px);
  padding: 20px 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.search_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 3rem 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  transform: translateY(-100px);
}
.search_bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search_bar .searchbar_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.search_bar .searchbar_i button {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 0 12px 20px;
}
.search_bar .searchbar_i button i {
  margin: 0;
}
.search_bar .input_group {
  border: 1px solid #333;
  display: flex;
  width: 100%;
}
.search_bar .input_group input {
  flex: 1;
  padding: 12px 20px;
}
.search_bar .input_group input[type=submit] {
  flex: 0 0 auto;
}

/* Main Banner CSS */
.mainBanner {
  position: relative;
  background-attachment: fixed !important;
  background-position: bottom !important;
  background-size: cover !important;
}
.mainBanner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 35, 46, 0.5);
  top: 0;
  left: 0;
}
.mainBanner .container {
  position: relative;
  z-index: 1;
}
.mainBanner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainBanner .mb_0 {
  display: flex;
  padding: 30% 0 30% 0;
}
.mainBanner .mb_1 {
  flex: 0 0 auto;
  width: 60%;
}
.mainBanner .mb_1 h1 {
  color: #E1DAD3;
  font-size: 95px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  /*font-family: 'Bernardston Demo';*/
  font-family: 'Times New Roman', sans-serif;
}
.mainBanner .mb_1 h1 span {
  color: #4F9AF4;
}
.mainBanner .mb_1 p {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}
.mainBanner .mb_2 {
  margin-top: 15%;
  margin-left: 60px;
}
.mainBanner .mb_2 a {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(225, 218, 211, 0.15);
  box-shadow: 0 0 0 50px rgba(225, 218, 211, 0.05);
}
.mainBanner .mb_2 a:hover {
  box-shadow: 0 0 0 30px rgba(225, 218, 211, 0.1), 0 0 0 50px rgba(225, 218, 211, 0.05);
}
.mainBanner .mb_3 {
  position: absolute;
  bottom: 0;
  top: 15%;
  right: 8%;
  width: 26%;
  overflow: hidden;
  display: block;
  color: #E1DAD3;
  z-index: 1;
	margin-bottom: 45px;
}
.mainBanner .mb_3 img {
  width: 100%;
  filter: saturate(0.25) grayscale(1);
}
.mainBanner .mb_3 div {
  padding: 40px 40px 20px 40px;
  position: relative;
}
.mainBanner .mb_3 div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(179.95deg, rgba(17, 26, 35, 0), rgba(17, 26, 35, 0.75), #0B1219);
}
.mainBanner .mb_3 h2 {
  font-size: 25px;
}
.mainBanner .mb_3 p {
  line-height: 2;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_head h2 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -2px;
}
.section_head h2 span {
  color: #4F9AF4;
  font-weight: bold;
}

.has_mb {
  margin-bottom: 50px;
}

.has_mt {
  margin-top: 50px;
}

.s1 {
  background: #18212B;
  color: #E1DAD3;
}
.s1 .section_head h2 {
  color: #E1DAD3;
}
.s1 .section_head p {
  font-weight: bold;
  width: 90%;
  line-height: 1.75;
}

.s1_1 {
  padding-right: 6px;
}
.s1_1 img {
  width: 100%;
}

.s2_1 {
  padding-top: 30px;
}
.s2_1 p {
  width: 90%;
}

.event_col {
  color: #92929D;
}
.event_col .event_poster a {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.event_col .event_poster img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: top;
}
.event_col .event_det h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0A071C;
}
.event_col .event_det i {
  width: 15px;
  text-align: center;
  margin-right: 4px;
}
.event_col .event_det p {
  width: 95%;
}
.event_col .event_date {
  margin-bottom: 5px;
}
.event_col .event_vanue {
  margin-bottom: 10px;
}

.has_bg {
  background-size: cover !important;
  background-position: center !important;
}
.has_bg .section_head h2 {
  color: #E1DAD3;
}
.has_bg .section_head p {
  color: #E1DAD3;
  width: 840px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.s3 {
  border-top: 50px solid #18212B;
}

.tab-content .row > div {
  animation-name: zoomIn;
}

.tab-content.gallery a > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.form_style label {
  color: #666;
  margin-bottom: 4px;
}
.form_style input,
.form_style textarea {
  width: 100%;
  background: #fff;
  padding: 15px;
  border: 1px solid #838383;
  margin-bottom: 20px;
}
.form_style input::placeholder,
.form_style textarea::placeholder {
  color: #0B1219;
}
.form_style input[type=submit] {
  background: #4F9AF4;
  color: #fff;
  border: 0;
}
.form_style textarea {
  margin-bottom: 20px;
}

.s4_0 p {
  width: 90%;
}

.tab_links {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  font-size: 18px;
  text-transform: uppercase;
}
.tab_links a {
  color: #0A071C;
}
.tab_links li {
  margin-right: 30px;
}
.tab_links li.active a {
  color: #4F9AF4;
  border-bottom: 3px solid #4F9AF4;
  transition: 0.15s ease-out;
}

.tab-content a {
  display: block;
  position: relative;
}
.tab-content a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: rgba(17, 26, 35, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease-out;
}
.tab-content a:hover span {
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.25);
}

.site-footer {
  background: #0A071C;
  padding: 3rem 0;
}
.site-footer nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer nav ul a {
  color: #E1DAD3;
  padding: 10px;
}
.site-footer nav ul a:hover {
  color: #4F9AF4;
}
.site-footer ul.social {
  margin-left: 15px;
}

ul.social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social a {
  color: #707D8A;
  font-size: 120%;
  padding: 5px 10px;
}
ul.social a:hover {
  color: #4F9AF4;
}

/* Inner Pages */
.innerBanner {
  padding: 10% 0 5% 0;
  background-attachment: scroll !important;
}
.innerBanner .section_head {
  text-align: center;
}
.innerBanner .section_head h1 {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.innerBanner .section_head h1 span {
  font-weight: bold;
  color: #4F9AF4;
}

.donate_sec figure {
  margin-bottom: 30px;
}
.donate_sec figure img {
  width: 100%;
}
.donate_sec .ds_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donate_sec .ds_1 a.theme-btn {
  background: #FFC439;
  color: #000;
  margin: 30px 0;
}

.contact_sec .section_head p {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.cont_1 ul {
  display: flex;
  justify-content: center;
  line-height: 1.35;
}
.cont_1 ul li {
  display: flex;
  align-items: baseline;
  margin: 0 30px;
}
.cont_1 ul a {
  color: inherit;
}
.cont_1 ul a:hover {
  color: #4F9AF4;
}
.cont_1 ul i {
  font-size: 125%;
  color: #2A3A68;
  margin-right: 12px;
}

@media (min-width: 1200px) {
  .dropdown-nav:hover ul.dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  span.toggle_submenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1599px) {
  .mainBanner .mb_0 {
    padding: 20% 0 15% 0;
  }
  .mainBanner .mb_1 {
    width: 55%;
  }
  .mainBanner .mb_1 h1 {
    font-size: 76px;
  }
  .mainBanner .mb_1 p {
    font-size: 15px;
  }
  .mainBanner .mb_3 {
    right: 0;
    width: 32%;
  }
  .mainBanner .mb_2 a {
    width: 160px;
    height: 160px;
  }
  .mainBanner .mb_3 div {
    padding: 20px;
  }
  .mainBanner .mb_3 h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mainBanner .mb_3 p {
    font-size: 14px;
  }
  .innerBanner {
    padding: 12% 0 5% 0;
  }
}
@media (max-width: 1199px) {
  span.toggle_submenu {
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 56px;
    background: #1a222a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 135%;
    z-index: 1;
  }
  span.toggle_submenu i {
    transition: 0.35s ease-in;
  }
  span.toggle_submenu.active i {
    transform: rotate(45deg);
  }
  .menu-Bar {
    display: inline-block;
    top: 0px;
  }
  .menu-Bar.open {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  .menu {
    display: block;
    padding: 40px 30px;
    width: 320px;
    max-width: 100%;
    margin: auto;
  }
  .menu-header-menu-container {
    margin: auto;
  }
  .menuWrap.open {
    left: 0px;
  }
  .menuWrap.open ul.menu li {
    animation-name: fadeInUp;
    animation-duration: 1.25s;
    animation-fill-mode: both;
  }
  .menuWrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    margin: auto;
    background: #0f4c97;
    overflow-y: auto;
    transition: 0.5s all ease-out;
  }
  ul.dropdown {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    padding: 10px;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  ul.menu li:first-child a {
    border: 0;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menu li.dropdown-nav > a:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-cart table.cart td {
    border-color: #555 !important;
  }
  body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    margin: auto;
  }
  section.woopagestemp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 70%;
    float: right;
  }
  body .woocommerce table.shop_table td {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review {
    background: transparent;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout .woocommerce .col2-set .col-1 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .s2_1 {
    padding-bottom: 40px;
}
section.s2.spad {
    padding: 10px 0 40px 0;
}
.s1_2 {
    padding-top: 25px;
}
section.s1 {
    padding-bottom: 60px;
}
.innerBanner {
    padding: 15% 0 2% 0;
}
.innerBanner .section_head h1{
    font-size: 30px;
}
.page-id-85 section.s1 {
    padding-bottom: 1px;
}
.s3 {
    border-top: 0px solid #18212B;
    padding: 60px 0 40px 0;
}

section.history_sec.spad {
    padding: 40px 0 30px 0;
}
.page-id-161 section.s4.s4_inner {
    padding: 50px 0 70px 0;
}
section.donate_sec {
    padding: 50px 0 40px 0;
}
section.contact_sec {
    padding: 40px 0 0 0;
}
.cont_1 ul{
    flex-direction: column;
}
.cont_1 ul li {
    display: flex;
    align-items: baseline;
    margin: 0px;
    justify-content: center;
}
.cont_2 {
    padding: 0;
}
.mainBanner .mb_0 {
    padding: 25% 0 18% 0;
}
.mainBanner .mb_3 {
    
    width: 35%;
    top: 25%;
}
.mainBanner .mb_3 h2 {
    font-size: 17px;
    margin-bottom: 5px;
}
.mainBanner .mb_3 p {
    font-size: 13px;
    line-height: 20px;
}
section.s4 {
    padding-top: 40px;
}
.has_mb {
    margin-bottom: 10px;
}
}
@media (max-width: 1024px){
    section.blogpagestemp{
    padding: 80px 0 30px 0 !important;
}
.blog-content{
        padding: 50px 0px 30px 0!important;
}
section.book_sec {
    padding: 50px 0 0 0;
}
.s1 .section_head p{
    width: 100%;
}
.our-h-img{
    display: block;
    margin: auto;
    padding-top: 20px;
}
}
@media (max-width: 767px){
    a.logo img {
    width: 180px;
}
.mainBanner .mb_1 h1 {
    font-size: 36px;
    margin-bottom: 5px;
}
.mainBanner .mb_1 p {
    font-size: 14px;
}
.mainBanner .mb_1 {
    width: 100%;
}
.mainBanner .mb_0 {
    padding: 30% 0 10% 0;
}

.mainBanner .mb_3 h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.mainBanner .mb_3 p {
    font-size: 14px;
    line-height: 19px;
}
.s2_1 {
    padding-top: 10px;
    padding-bottom: 30px;
}
.s2_1 p {
    line-height: 22px;
    width: 100%;
}
.event_col .event_det p {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    padding-top: 20px;
}
.event_col .event_vanue {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
}
.form_style input, .form_style textarea{
        padding: 10px 15px;
}
.tab_links a {
    font-size: 14px;
}
section.s1 {
    padding-bottom: 40px;
}
section.s2.spad {
    padding-top: 0;
    padding-bottom: 20px;
}
.section_head h2{
    margin-bottom: 5px;
}
h2, .h2 {
    font-size: 26px;
}
.event_col .event_poster img{
        height: auto;
}
.event_col .event_vanue {
    margin-bottom: 0px;
}
section.s3.spad.has_bg {
    padding: 30px 0 0 0;
}
section.s4.spad {
    padding: 20px 0 40px 0;
}
.has_mb {
    margin-bottom: 10px;
}
.s4_0 p {
    width: 100%;
    margin: 0;
    line-height: 20px;
}
.tab-content a span{
    width: 100px;
    height: 100px;
}
.tab-content a span img {
    width: 30px;
}
.mobile-footer {
    display: block !important;
    column-count: 2;
    padding-top: 20px;
}
.site-footer nav ul{
    flex-direction: column;
}
.tab_links{
    margin-bottom: 25px;
}
.s1_inner {
    padding-top: 30px;
}

.s1_inner .s1_2 {
    padding-top: 25px;
}
.s1_inner_head p{
    width: 100%;
    font-size: 14px;
}
.s1_inner .my-5 {
    margin-top: 0 !important;
}
.innerBanner {
    padding: 26% 0 2% 0;
}
.innerBanner .section_head h1{
    font-size: 30px;
}
.page-id-85 section.s1.s1_inner.spad{
    padding: 1px;
}
.page-id-85 .s3 {
    border-top: 0px solid #18212B;
}
.page-id-85 .spad {
    padding-top: 30px;
    padding-bottom: 20px;
}
section.events_listing {
    padding: 30px 0 0 0;
}
section.book_sec {
    padding: 30px 0 0 0;
}
section.donate_sec {
    padding: 40px 0 15px 0;
}
.cont_1 ul {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}
.cont_1 ul li{
        justify-content: center;
}
section.contact_sec {
    padding: 40px 0 0 0;
}
.cont_2 {
    padding: 0 0 0 0;
}
.mainBanner .mb_3 {
    
    width: 100%;
    position: relative;
}
.page-id-13 .section_head {
    padding-top: 15px;
}
}

/*# sourceMappingURL=style.css.map */
