/*============================
    CSS Index         
==============================

    01. Default Css
        - Heading Default 
        - Default Class
        - Breadvrumb 
        - Preloader   
        - Scroll top 
        - Section title Css 
    02. Section Spacing Css
    03. container Css
    04. Header Css 
        - Navigation Menu Css
        - Multilevel Submenu Css
        - Mega Menu Css
        - Mobile Menu Overlay Css
    05. Footer Css
    06. Hero Area Css
    07. Services Css 
    08. Services Css 
    09. Donate Css
    10. Feature Css
    11. Counters Css 
    12. Contact Us Css
    13. Gallery Css 


/*=====  End of CSS Index  ======*/
/*=============================================
=             01. Default Css                 =
=============================================*/
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Open+Sans:300,400,600,700,800|Playfair+Display:400,500,600,700,800,900&amp;display=swap");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.74;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  color: #04002A;
  position: relative;
  background-color: #ffffff;
}

.no-overflow {
  overflow: hidden;
}

/*===================================
    - Heading Default   
=================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: "Libre Baskerville", serif;
}

h1 {
  font-size: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
 
}



h2 {
  font-size: 45px;
}

@media only screen and (max-width: 2000px) {
  .about-bg {
    height: 700px;
  }

  .Width20 {
    width: 16%
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }

  .Width20 {
    width: 50%
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }

}

@media only screen and (max-width: 767px) {

  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
  
}

h6 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #c63701;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.mark,
mark {
  padding: 0 0;
  background-color: transparent;
}

.font-weight--bold {
  font-weight: 800;
}

.font-weight--reguler {
  font-weight: 500;
}

.font-weight--normal {
  font-weight: 400;
}

.font-weight--light {
  font-weight: 300;
}

/*--
    - Default Class
*/
.text-color-primary {
  color: #c63701;
}

.text-color-secondary {
  color: #d2a98e;
}

.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #F8F8F8;
}

.bg-gray-2 {
  background: #F6FAFE;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.bg-theme-default {
  background: #c63701;
}

.theme-bg-secondary {
  background: #d2a98e;
}

.sub-heading {
  color: #6d70a6;
}

.black-bg {
  background: #000000;
}

.border-radius-5 {
  border-radius: 5px;
}

.text-green {
  color: #d2a98e;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.text-black {
  color: #333;
}

.box-shadow-top {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-top-dash {
  border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
  border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 33px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../images/icons/selector-icon.html") no-repeat center right 20px;
  background-color: #f8f8f8;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.table {
  overflow-x: scroll;
}

select:focus {
  background: #f8f8f8 url("../images/icons/selector-icon.html") no-repeat center right 20px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-title mark {
  color: #38cb89;
  padding: .0em;
  background-color: transparent;
}

.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
}

.section-under-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.40;
  color: #333333;
}

.section-under-heading a {
  color: #c63701;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.section-under-heading a::before {
  content: '';
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.section-under-heading a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.img-width {
  width: 100%;
}

.title-dec-text {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

::-moz-selection {
  color: #ffffff;
  background-color: #c63701;
}

::selection {
  color: #ffffff;
  background-color: #c63701;
}

form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

form input:focus::-webkit-input-placeholder {
  color: transparent;
}

form input:focus::-moz-placeholder {
  color: transparent;
}

form input:focus:-ms-input-placeholder {
  color: transparent;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::placeholder,
form textarea::placeholder {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.date {
  margin-top: -64px !important;
  margin-left: 18px;
  background-color: #c73701;
  border-color: #c73701;
  box-shadow: 0 2px 6px 0 rgb(225 138 103);
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  width: 128px;
  text-align: center;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
select:focus,
textarea:focus {
  color: #495057;
  border-color: #495057;
}

input[type="checkbox"] {
  position: relative;
  background: 0 0;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
}

.swiper-pagination--vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  bottom: auto;
  left: auto;
}

.swiper-pagination--vertical .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  margin-right: 0;
}

.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #c63701;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #c63701;
}

.site-wrapper-reveal {
  background-color: #ffffff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
  margin: 8px;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 9px #ededed;
  box-shadow: 0 0 9px #ededed;
}

.swiper-nav-button {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #6d70a6;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  top: 50%;
}

.swiper-nav-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  color: #fff;
  background: #fff;
}

.swiper-nav-button:hover {
  color: #fff;
}

.swiper-nav-button:hover::before {
  color: #fff;
  background: #c63701;
}

.swiper-container {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}

.swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-nav-button i::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  content: '\f104';
}

.swiper-nav-prev i::before {
  content: '\f104';
}

.swiper-button-next i::before {
  content: '\f105';
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.single-element-wrap ul li {
  margin-bottom: 15px;
}

.single-element-wrap ul li:last-child {
  margin-bottom: 0;
}

/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  /* padding-top: 71px; */
  /* padding-bottom: 66px; */
  background-size: cover;
  background-image: url(../home/bg2.png);
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 80px;
  } */
}

.breadcrumb-area--bg-two {
  background-image: url(../home/breadcrumb-03.png);
}

.bg-overlay-black-4 {
  position: relative;
}

/* .bg-overlay-black-4::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  border-radius: 5px;
} */

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}

.breadcrumb-list {
  /* margin-top: 15px; */
  height: 49px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumb-list li a {
  position: relative;
}

.breadcrumb-list li a::after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}

.breadcrumb-list li.active {
  color: #fff;
}

.breadcrumb-area--bg-two {
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  padding-top: 136px;
  padding-bottom: 131px;
  background-size: cover;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area--bg-two {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../home/breadcrumb-03.png);
  }
}

.breadcrumb-area-mission {
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  padding-top: 450px;
  padding-bottom: 60px;
  background-size: cover;
  background-image: url(../home/breadcrumb-02.png);
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area-mission {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a {
  font-weight: 500;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px;
}

.page-pagination li a.current {
  background: #f6f5f9;
  color: #c63701;
}

.page-pagination li a:hover {
  color: #c63701;
}

/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}

.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

.preloader-active .preloader-area-wrap .spinner div {
  background-color: #c63701;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.open_tm_preloader.loaded:before,
.open_tm_preloader.loaded:after {
  width: 0%;
}

.open_tm_preloader:before,
.open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.open_tm_preloader:before {
  top: 0;
  left: 0;
}

.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #c63701;
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
}

.scroll-top:hover {
  background-position: right center;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
  -ms-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*=================================
    - Section title Css                
===================================*/
.section-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 4px;
  width: 75px;
  background: #54B5BF;
}

.section-title.center-style::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.left-style::after {
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.section-title-muslim {
  margin-bottom: 30px;
  position: relative;
}

.section-title-muslim::after {
  content: url("../images/icons/muslim-title.png");
}

.section-title--two {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title--two::after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 4px;
  width: 75px;
  background: #E5E5E5;
}

.section-title--two.center-style::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title--two.left-style::after {
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space {
  /* Section Padding Css */
  /* Section Margin Css */
}

.section-space--ptb_120 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_120 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-space--pt_120 {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_120 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_120 {
    padding-top: 60px;
  }
}

.section-space--pb_120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px;
  }

}

@media only screen and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px;
  }

  .table {
    overflow-x: scroll !important;
    display: block !important;
  }
}

.anchor b {
  color: #c63701;
}

.anchor a {
  margin: 9px 0;
}

.section-space--ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space--pt_100 {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_100 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_100 {
    padding-top: 60px;
  }
}

.section-space--pb_100 {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_100 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_100 {
    padding-bottom: 60px;
  }
}

.section-space--ptb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space--pt_90 {
  padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_90 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_90 {
    padding-top: 40px;
  }
}

.section-space--pb_90 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_90 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_90 {
    padding-bottom: 40px;
  }

  .cntr {
    text-align: center !important;
  }
}

.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space--pt_80 {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px;
  }
}

.section-space--pb_80 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px;
  }
}

.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space--pt_70 {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px;
  }
}

.section-space--pb_70 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px;
  }

  .linkbox .box>div {
    min-height: 500px !important;
  }


}

.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}



.section-space--pt_60 {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}

.section-space--pb_60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }

  .date {
    margin-top: -117px !important;
  }
}

.section-space--ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--ptb_40 {
    padding-top: 30px;
  }
}

.section-space--pb_40 {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}

.section-space--ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-space--pt_30 {
  padding-top: 30px;
}

.section-space--pb_30 {
  padding-bottom: 30px;
}

.section-space--mt_15 {
  margin-top: 15px;
}

.section-space--mt_20 {
  margin-top: 20px;
}

.section-space--mt_30 {
  margin-top: 30px;
}

.section-space--mt_40 {
  margin-top: 40px;
}

.section-space--mt_50 {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px;
  }
}

.section-space--mt_60 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px;
  }
}

.section-space--mt_70 {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_70 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_70 {
    margin-top: 30px;
  }
}

.section-space--mt_80 {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_80 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_80 {
    margin-top: 30px;
  }
}

.section-space--mt_100 {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_100 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_100 {
    margin-top: 60px;
  }
}

.section-space--mt_120 {
  margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_120 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mt_120 {
    margin-top: 60px;
  }
}

.section-space--mb_15 {
  margin-bottom: 15px;
}

.section-space--mb_20 {
  margin-bottom: 20px;
}

.section-space--mb_30 {
  margin-bottom: 30px;
}

.section-space--mb_40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px;
  }
}

.section-space--mb_50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_50 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mb_50 {
    margin-bottom: 30px;
  }
}

.section-space--mb_60 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px;
  }
}

.section-space--mb_100 {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_100 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mb_100 {
    margin-bottom: 60px;
  }
}

.section-space--mb_120 {
  margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_120 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space--mb_120 {
    margin-bottom: 60px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px;
  }

  .small-mt__10 {
    margin-top: 10px;
  }

  .small-mt__20 {
    margin-top: 20px;
  }

  .small-mt__30 {
    margin-top: 30px;
  }

  .small-mt__40 {
    margin-top: 40px;
  }

  .small-mt__50 {
    margin-top: 50px;
  }

  .small-mt__60 {
    margin-top: 60px;
  }

  .small-mb__30 {
    margin-bottom: 30px;
  }

  .small-mb__40 {
    margin-bottom: 40px;
  }

  .small-mb__50 {
    margin-bottom: 50px;
  }

  .small-mb__60 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px;
  }

  .tablet-mt__30 {
    margin-top: 30px;
  }

  .tablet-mt__40 {
    margin-top: 40px;
  }

  .tablet-mt__50 {
    margin-top: 50px;
  }

  .tablet-mt__60 {
    margin-top: 60px;
  }

  .tablet-mb__30 {
    margin-bottom: 30px;
  }

  .tablet-mb__40 {
    margin-bottom: 40px;
  }

  .tablet-mb__50 {
    margin-bottom: 50px;
  }

  .tablet-mb__60 {
    margin-bottom: 60px;
  }
}

/*=====  End of spacing  ======*/
/*=============================================
=            03. container Css            =
=============================================*/
@media (min-width: 1600px) {
  .container-fluid--cp-150 {
    padding: 0 150px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-150 {
    padding: 0 110px !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid--cp-150 {
    padding: 0 50px;
  }
}

@media (min-width: 1700px) {
  .container-fluid--cp-140 {
    padding: 0 140px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1663px) {
  .container-fluid--cp-140 {
    padding: 0 100px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-140 {
    padding: 0 30px !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid--cp-140 {
    padding: 0 30px;
  }
}

@media (min-width: 1600px) {
  .container-fluid--cp-120 {
    padding: 0 120px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-120 {
    padding: 0 110px !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid--cp-120 {
    padding: 0 50px;
  }
}

@media (min-width: 1600px) {
  .container-fluid--cp-100 {
    padding: 0 100px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-100 {
    padding: 0 80px !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid--cp-100 {
    padding: 0 50px;
  }
}

@media (min-width: 1600px) {
  .container-fluid--cp-80 {
    padding: 0 80px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-80 {
    padding: 0 30px !important;
  }
}

@media (min-width: 1200px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}

.container-fluid--cp-60 {
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .container-fluid--cp-60 {
    padding: 0 15px;
  }
}

.container-fluid--cp-30 {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .container-fluid--cp-30 {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .page-content-double-sidebar .container {
    max-width: 1600px;
  }
}

@media (max-width: 1919px) {
  .container-fluid--cp-60 {
    padding: 0 30px;
  }

  .container-fluid--cp-80 {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1919px) and (max-width: 767px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1919px) and (max-width: 575px) {
  .container-fluid--cp-80 {
    padding: 0 15px;
  }
}

.container_fl {
  padding-left: 15px;
  padding-right: 15px;
}

.col-06__left {
  width: 600px;
  max-width: 100%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .col-06__left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.col-06__right {
  width: 600px;
  max-width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .col-06__right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--30>[class*="col"],
.row--30>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*=====  End of container  ======*/
/*=============================================
=              04. Header Css            =
=============================================*/
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background: #c63701;
}

.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__logo {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.header__logo {
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.header-area {
  background: #c63701;
}

.header-btn .btn-default {
  background: #c63701;
  color: #ffffff;
  border-radius: 25px;
  padding: 6px 25px;
  border: none;
  font-size: 15px;
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-menu>ul>li {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu>ul>li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu>ul>li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation-menu>ul>li {
    padding: 0 10px;
  }
}

.navigation-menu>ul>li>a {
  display: block;
  color: #fdf4f4;
  padding: 10px 10px;
  position: relative;
  font-size: 13px;
  /* font-weight: 600; */
  line-height: 1.18;
}

.w3-panel h2 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #c63701 !important;
  border-radius: 30px;
  box-shadow: 10px 10px 5px #aaaaaa61;
  /* width: 223px; */
}

.w3-third h3 {
  font-size: 23px;
}

.ticket-btn3 {
  border: 2px solid #F56C2A;
  height: 36px;
  padding: 0 23px;
  border-radius: 25px;
  background: #fff;
  line-height: 34px;
  font-size: 14px;
}

.content h5 {
  margin: 20px 0;
}

.ticket-btn2 {
  /* border: 2px solid #F56C2A; */
  /* height: 36px; */
  padding: 0 23px;
  /* border-radius: 25px; */
  /* background: #fff; */
  line-height: 34px;
  font-size: 14px;
}

.fixed_headers a {
  width: 162px !important;
}

.pad-10 h5 {
  padding: 8px 0;
}

.w3-bold .w3-center h2 {
  color: #fff !important;
}

.navigation-menu>ul>li.has-children>a {
  position: relative;
}

.navigation-menu>ul>li.has-children--multilevel-submenu {
  position: relative;
}

.navigation-menu>ul>li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu>ul>li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navigation-menu>ul>li.has-children:hover>.submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.navigation-menu>ul>li:hover>a:after,
.navigation-menu>ul>li.active>a:after {
  color: #c63701;
}

.navigation-menu>ul>li:hover>a span,
.navigation-menu>ul>li.active>a span {
  color: #FFF;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #c63701;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  z-index: 9;
  background: #c53a04a6;
}

.submenu>li:hover {
  background: #c63701;
  color: #fff;
}

.submenu>li>a {
  display: block;
  padding: 5px 30px;
  color: #fffdfd;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* .submenu > li > a > span {
  position: relative;
} */

.submenu>li>a>span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #c63701;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.submenu>li>a:hover {
  color: #fffffc;
  background: #f9bf38;
  font-weight: bolder;
}

.submenu>li>a:hover>span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.submenu>li:hover>.submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.submenu>li.active>a {
  color: #f9f9f9;
}

.submenu>li.has-children>a {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submenu>li.has-children>a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f105';
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}

.submenu>li.has-children>a:hover:after {
  color: #c63701;
}

.submenu>li.has-children.active>a {
  color: #c63701;
}

.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}

.submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #c63701;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px;
  }
}

.megamenu--mega>li {
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu--mega>li .page-list-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}

.megamenu--mega>li>ul>li>a {
  padding: 10px 0;
  color: #ababab;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.megamenu--mega>li>ul>li>a:hover {
  color: #c63701;
}

.megamenu--mega>li>ul>li>a:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.megamenu--mega>li>ul>li>a>span {
  position: relative;
}

.megamenu--mega>li>ul>li>a>span:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #c63701;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.megamenu--mega>li>ul>li.active>a {
  color: #c63701;
}

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px;
  }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  margin: 8px 0;
}

.mobile-navigation-icon:hover i {
  background-color: #c63701;
}

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #c63701;
}

.mobile-navigation-icon:hover i:after {
  background-color: #c63701;
  width: 60%;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #f0e9e9;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbfbfb;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbfbfb;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #c63701;
  }

  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #c63701;
  }

  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #c63701;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }

  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }

  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay__inner {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: #c63701;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}

@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner {
    width: 300px;
  }
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-overlay__header {
  background-color: #ffffff;
  padding: 15px 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #c63701;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-overlay__body {
  padding: 20px 40px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children {
  position: relative;
  text-align: left;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
  content: '\f11b';
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
  content: "\f109";
  font-family: "Flaticon";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f109";
  font-family: "Flaticon";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f109";
  font-size: 16px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f119";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: '\f119';
  font-size: 16px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

/*=====  End of Header  ======*/
/*=========================================
=               05. Footer Css            =
===========================================*/
.footer-bottom-area {
  border-top: 1px solid #707070;
}

.footer-bottom-area .copy-right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-area .copy-right-box p {
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .footer-bottom-area .copy-right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-bottom-area .copy-right-box p:first-child {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.bg-footer {
  background: #1a1a1a;
}

.footer-title {
  position: relative;
  margin-bottom: 40px;
}

.footer-title h6 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.footer-title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-contents ul li {
  margin-bottom: 15px;
}

.footer-contents a {
  padding-left: 5px;
}

.footer-contents li a:hover {
  color: #fff !important;
}

.footer-contents .newsletter-box {
  position: relative;
}

.footer-contents .newsletter-box input {
  background: #fff;
  width: 100%;
  border: none;
  padding: 8px 50px 8px 10px;
  color: #333;
  border-radius: 25px;
  position: relative;
}

.footer-contents .newsletter-box button {
  background: #fff;
  background: transparent;
  color: #333;
  position: absolute;
  right: 0px;
  border: none;
  font-size: 20px;
  padding: 0px 17px;
  top: 4px;
}

.footer-contents .newsletter-box button:hover {
  color: #c63701;
}

.footer-social-share li {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
}

.copyright-text {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 15px;
  }
}

/*=====  End of footer ======*/
/*=======================================
=            06. Hero Area Css           =
=========================================*/
.hindu-hero-bg {
  background: url(../images/hero/hindu-hero-bg-01.png);
}

.hero-style-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 720px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-style-01 {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-style-01 {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-style-01 {
    height: 440px;
  }
}

.detail {
  margin: 20px 0px;
}

.item p {
  /* text-align: center; */
  font-size: 15px;
  font-family: emoji;
  /* font-weight: 700; */
  margin-bottom: 4px !important;
  float: left;
  padding: 0 6px;
}

@media only screen and (max-width: 575px) {
  .hero-content br {
    display: none;
  }

  .fixed_headers a {
    width: 145px !important;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.muslim-hero-bg {
  background: url(../images/hero/muslim-hero-bg-01.png);
  background-size: cover;
  background-position: center;
}

.christian-hero-bg {
  background: url(../images/hero/christian-hero-bg-01.png);
  background-size: cover;
  background-position: center;
}

.christian-hero-bg-two {
  background: url(../images/hero/christian-hero-bg-02.png);
  background-size: cover;
  background-position: center;
}

.hero-style-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 790px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-style-02 {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-style-02 {
    height: 450px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-style-02 {
    height: 540px;
    padding-bottom: 100px;
  }
}

.hero-style-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 850px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-style-03 {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-style-03 {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-style-03 {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-style-03 {
    height: 440px;
  }
}

.muslim-hero-color {
  background: #F4F3F1;
}

.muslim-hero-wrap {
  -webkit-clip-path: polygon(0 0, 100% 0, 128% 109%, 50% 83%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 128% 109%, 50% 83%, 0 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .muslim-hero-wrap {
    -webkit-clip-path: polygon(0 0, 100% 0, 130% 115%, 50% 73%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 130% 115%, 50% 73%, 0 100%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .muslim-hero-wrap {
    -webkit-clip-path: polygon(0 0, 100% 0, 130% 115%, 50% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 130% 115%, 50% 70%, 0 100%);
  }
}

.muslim-salte-time {
  position: relative;
}

.muslim-salat-time-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 30%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 30%, 0 100%);
  background: #F4F3F1;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .muslim-salat-time-bg {
    -webkit-clip-path: polygon(0 0, 100000% 0, 0% 100%, 0% 0%, 0 100%);
    clip-path: polygon(0 0, 100000% 0, 0% 100%, 0% 0%, 0 100%);
    height: 100%;
  }
}

.salat-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 33;
  padding: 0px 0 30px;
}

@media only screen and (max-width: 767px) {
  .salat-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.salat-content .single-salat-time {
  position: relative;
  width: 100px;
  text-align: center;
}

.salat-content .single-salat-time img {
  margin-bottom: 10px;
}

.salat-content .single-salat-time::after {
  position: absolute;
  right: -80%;
  top: 0%;
  height: 80px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 2px;
  background: #fff;
  content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .salat-content .single-salat-time::after {
    right: -50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .salat-content .single-salat-time::after {
    right: -25%;
  }
}

.salat-content .single-salat-time:last-child::after {
  display: none;
}

.salat-content .single-salat-time:nth-child(2) {
  margin-top: -50px;
}

.salat-content .single-salat-time:nth-child(3) {
  margin-top: -90px;
}

.salat-content .single-salat-time:nth-child(3)::after {
  top: 30px;
}

.salat-content .single-salat-time:nth-child(4) {
  margin-top: -50px;
}

.salat-content .single-salat-time:nth-child(4)::after {
  top: 50px;
}

@media only screen and (max-width: 767px) {
  .salat-content .single-salat-time {
    width: 200px;
    margin-bottom: 30px;
  }

  .salat-content .single-salat-time::after {
    display: none;
  }

  .salat-content .single-salat-time:nth-child(2) {
    margin-top: 0px;
  }

  .salat-content .single-salat-time:nth-child(3) {
    margin-top: 0px;
  }

  .salat-content .single-salat-time:nth-child(4) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .salat-content .single-salat-time {
    width: 130px;
    margin-bottom: 30px;
  }

  .salat-content .single-salat-time::after {
    display: none;
  }
}

.hero-btn {
  border: none;
  padding: 5px 40px;
  background: #fba510;
  color: #fcf4e5;
  border-radius: 25px;
}

.hero-btn:hover {
  background: #c53600;
  color: #fff !important;
  border: 2px solid #c63701;
}

.hero-boder-top {
  position: relative;
  margin-top: 150px;
}

.hero-boder-top::after {
  content: url(../images/icons/border-top.png);
  left: 50%;
  bottom: 100%;
  position: absolute;
}

/*=======================================
=            07. Services Css           =
=========================================*/
.single-service-wrap .service-image a {
  display: block;
}

.single-service-wrap .service-image a img {
  width: 100%;
}

.service-content {
  text-align: center;
  padding: 0 12px;
  margin-top: 10px;
}

.anchor2 .service-title {
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff
}

.service-content .service-title {
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

.service-content .service-title-two {
  margin-bottom: 25px;
  position: relative;
  padding-top: 25px;
  margin-top: 35px;
}

.service-content .service-title-two::after {
  position: absolute;
  top: 0;
  content: '';
  height: 4px;
  width: 65px;
  background: #F56C2A;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-activities-wrap {
  margin-top: 30px;
}

.activities-imgaes {
  display: block;
}

.activities-imgaes img {
  width: 100%;
  height: 300px;
}

.activities-content {
  margin-top: 0px;
  padding: 0 14px;
}

.activities-content .widget-metadata {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.activities-content .activities-title {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}



.single-foundation {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
}

.single-foundation .foundation-image a {
  display: block;
}

.single-foundation .foundation-image a img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-foundation:hover .foundation-image a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-foundation .foundation-content {
  position: absolute;
  padding: 5px 30px 17px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #ef532a;
  font-size: 13px;
}

.single-foundation .foundation-content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(99%, rgba(0, 0, 0, 0.99)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.99) 99%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.single-foundation .foundation-content .location {
  z-index: 3;
  position: relative;
}

.single-foundation .foundation-content .location h5 {
  color: #ffff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 6px;
}

.single-foundation .foundation-content .location h5:hover {
  color: #c63701;
}

.single-foundation .foundation-content .location .foundation-loction {
  color: #ffffff;
  font-weight: 600;
}

.about-muslim-image {
  position: relative;
}

.muslim-image-1 {
  position: relative;
  z-index: 2;
}

.bottom-image-2 {
  position: absolute;
  bottom: 0;
  left: -235px;
  z-index: 3;
}

.bottom-image-3 {
  position: absolute;
  bottom: 32px;
  right: -220px;
}

/* spiritual Classes Css */
.single-spiritual-wrap {
  margin-top: 30px;
  padding: 30px;
  background: #F6F7FA;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-spiritual-wrap .spitiutal-title {
  border-bottom: 4px solid #E9E9E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-spiritual-wrap .classes-time {
  margin-top: 25px;
}

.single-spiritual-wrap:hover {
  -webkit-box-shadow: 0 2px 6px rgba(112, 112, 112, 0.3);
  box-shadow: 0 2px 6px rgba(112, 112, 112, 0.3);
}

.service-area {
  z-index: 3;
  position: relative;
}

.service-top-banner {
  position: relative;
  z-index: 0;
}

.service-top-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 350px;
  width: 300px;
  background: url(../home/banner-top.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  left: auto;
  z-index: -1;
}

.service-top-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 350px;
  width: 300px;
  background: url(../home/banner-bottom.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.mision-list li {
  margin-bottom: 10px;
}

.single-event-wrap .event-image a {
  display: block;
}

.single-event-wrap .event-image a img {
  width: 100%;
}

/*=======================================
=            09. Donate Css           =
=========================================*/
@media only screen and (min-width: 1040) {

  .bg-top {
    background-color: rgb(61, 14, 3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .donation-image {
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
  }


  .donation-image img {
    width: 100%;
    height: 204px;
  }
}

.single-donation-wrap {
  margin-top: 30px;
}

.single-donation-wrap .content-title {
  margin-bottom: 35px;
}

.content-title p {
  font-size: 13px;
}

.content-title h4 {
  font-size: 19px;
}

.progress-bar--one .progress-charts {
  margin-top: 5px;
  margin-bottom: 20px;
}

.progress-bar--one .progress-charts .heading {
  color: #6d70a6;
  margin-bottom: 12px;
  font-weight: 400;
}

.progress-bar--one .progress-charts .progress {
  height: 15px;
  overflow: visible;
  font-size: 14px;
  background-color: #F8F9F9;
  border: 1px solid #FCF2D5;
  border-radius: 25px;
}

.progress-bar--one .progress-charts .progress .progress-bar {
  position: relative;
  background-color: #9C7AF2;
  background-image: -webkit-linear-gradient(314deg, #FBD0A9 0, #F34B00 100%);
  background-image: -o-linear-gradient(314deg, #FBD0A9 0, #F34B00 100%);
  background-image: linear-gradient(-224deg, #FBD0A9 0, #F34B00 100%);
  color: #F34B00;
  overflow: inherit;
  border-radius: 25px;
}

.progress-bar--one .progress-charts .progress .progress-bar::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: currentColor;
  background: #F34B00;
}

.progress-bar--one .progress-charts .progress .progress-bar::after {
  height: 30px;
  width: 30px;
  border: 4px solid #FCF2D5;
}

.progress-bar--one .progress-charts .progress .progress-bar .percent-label {
  position: absolute;
  right: -35px;
  font-size: 14px;
  font-weight: 500;
  bottom: -45px;
  text-align: center;
  margin-bottom: 0;
  color: #c63701;
  line-height: 1.2;
}

.progress-bar--one .progress-charts .progress .progress-bar .percent-label span {
  font-size: 10px;
  color: #c63701;
}

.progress-bar--two .progress-charts {
  margin-top: 5px;
  margin-bottom: 20px;
}

.progress-bar--two .progress-charts .heading {
  color: #6d70a6;
  margin-bottom: 12px;
  font-weight: 400;
}

.progress-bar--two .progress-charts .progress {
  height: 15px;
  overflow: visible;
  font-size: 14px;
  background-color: #F8F9F9;
  border: 1px solid #D5FCFB;
  border-radius: 25px;
}

.progress-bar--two .progress-charts .progress .progress-bar {
  position: relative;
  background-color: #9C7AF2;
  background-image: -webkit-linear-gradient(314deg, #A9FBF0 0, #0051F3 100%);
  background-image: -o-linear-gradient(314deg, #A9FBF0 0, #0051F3 100%);
  background-image: linear-gradient(-224deg, #A9FBF0 0, #0051F3 100%);
  color: #6CBEF1;
  overflow: inherit;
  border-radius: 25px;
}

.progress-bar--two .progress-charts .progress .progress-bar::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: currentColor;
  background: #6CBEF1;
}

.progress-bar--two .progress-charts .progress .progress-bar::after {
  height: 30px;
  width: 30px;
  border: 4px solid #D5FCF7;
}

.progress-bar--two .progress-charts .progress .progress-bar .percent-label {
  position: absolute;
  right: -35px;
  font-size: 14px;
  font-weight: 600;
  top: -35px;
  text-align: center;
  margin-bottom: 0;
  color: #444;
  line-height: 1.2;
}

.progress-wrap-hindu .progress_sold_av {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress-wrap-hindu .progress_sold_av .start-sold {
  color: #c63701;
  font-weight: 600;
  line-height: 1.2;
}

.progress-wrap-hindu .progress_sold_av .sold-av {
  text-align: center;
  margin-bottom: 0;
  color: #54B5BF;
  font-weight: 600;
  line-height: 1.2;
}

.progress-wrap-hindu .progress_sold_av .sold-av span {
  font-size: 10px;
  color: #c63701;
}

.progress-wrap-hindu .donate-btn .btn {
  border-radius: 25px;
  border: 2px solid #c63701;
  padding: 10px 20px;
  width: 150px;
  background: transparent;
}

.progress-wrap-hindu .donate-btn .btn:hover {
  background: #c63701;
}

.progress_sold_causes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-weight: 500;
}

.progress_sold_causes p {
  margin-bottom: 0;
}

.single-causes-wrap .event-image img {
  width: 100%;
}

.causes-cont {
  padding: 30px 20px;
  background: #FAFAFA;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}

.causes-cont .progress-bar--two .progress-charts .progress {
  background-color: transparent;
  border-color: 2px solid #D5FCFB;
}

.progress-wrap-muslim .progress_sold_av {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress-wrap-muslim .progress_sold_av .start-sold {
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}

.progress-wrap-muslim .progress_sold_av .sold-av {
  text-align: center;
  margin-bottom: 0;
  color: #54B5BF;
  font-weight: 600;
  line-height: 1.2;
}

.progress-wrap-muslim .progress_sold_av .sold-av span {
  font-size: 10px;
  color: #333;
}

.progress-wrap-muslim .donate-btn .btn {
  border-radius: 25px;
  border: 2px solid #6CBEF1;
  padding: 10px 20px;
  width: 150px;
  background: transparent;
}

.progress-wrap-muslim .donate-btn .btn:hover {
  background: #6CBEF1;
  color: #ffffff;
}

.hindu-video-section-pb {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hindu-video-section-pb {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .hindu-video-section-pb {
    padding-top: 80px;
  }
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  border-radius: 5px;
}

.newsletter-bg {
  background: url(../home/newsletter-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.hindu-video-bg {
  background: url(../home/hindu-video-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.church-video-bg {
  background: url(../home/church-video-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.about-bg {
  background: url(../home/bg2.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.church-testmonial-bg {
  background: url(../home/about-bg2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-video-bg {
  background: url(../home/about-video-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.about-video-box {
  height: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress_sold_target {
  margin-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress_sold_target .start-sold {
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}

.progress_sold_target .sold-av {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.christian-donate-box {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.christian-donate-box .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.christian-donate-box .social-share p {
  margin-bottom: 0;
  font-size: 16px;
}

.christian-donate-box .social-share-icon li {
  display: inline-block;
  margin-left: 20px;
}

.christian-donate-box .social-share-icon li a {
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .christian-donate-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .christian-donate-box .social-share {
    margin-top: 20px;
    margin-left: 0px;
  }
}

.contact-us-btn-white {
  border: 2px solid #A1978A;
  height: 44px;
  padding: 0 45px;
  border-radius: 25px;
  background: #fff;
  line-height: 2.4;
}

.contact-us-btn-white:hover {
  background: #A1978A;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .event-image img {
    width: 100%;
  }
}

.event-content {
  margin-top: 25px;
  padding: 0 20px;
}

.event-content .event-date {
  font-weight: 600;
  color: #707070;
  margin-bottom: 15px;
}

.ticket-button-box {
  display: block;
  /* float: left; */
  width: 100%;
}

/* .content-title p{

} */
.event-content .event-date span {
  margin-right: 20px;
}

.ticket-btn {
  border: 2px solid #F56C2A;
  height: 44px;
  padding: 0 45px;
  border-radius: 25px;
  background: #fffdf1;
  line-height: 40px;
  font-size: 14px;
}

.ticket-btn:hover {
  background: #F56C2A;
  color: #fff;
}

.newsletter-box-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .newsletter-box-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-box-area {
    padding: 60px 23px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-box-area {
    padding: 60px 40px;
  }
}

.newsletter-box-area .newsletter-input-box {
  position: relative;
}

.newsletter-box-area .newsletter-input-box input {
  border: none;
  width: 392px;
  border-radius: 25px;
  padding: 8px 101px 8px 20px;
  position: relative;
}

.newsletter-box-area .newsletter-input-box .subscribe-btn {
  position: absolute;
  right: 8px;
  background: #F8F4EB;
  border-radius: 25px;
  top: 8px;
  padding: 4px 18px;
  font-size: 13px;
}

.newsletter-box-area .newsletter-input-box .subscribe-btn:hover {
  background: #ddd;
}

@media only screen and (max-width: 1040px) {
  .banner-image img {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .newsletter-box-area .newsletter-input-box {
    margin-top: 30px;

  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-box-area .newsletter-input-box input {
    width: 292px;
  }

}

.event-date {
  font-weight: 600;
  color: #707070;
  margin-bottom: 15px;
  text-align: right;
}

.event-date span {
  margin-right: 20px;
}

.venue-list li {
  margin-bottom: 20px;
}

.venue-list li span {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.googleMap-2 {
  height: 300px !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .googleMap-2 {
    margin-bottom: 30px;
  }
}

.single-by-ticket-btn {
  background: #F8F4EB;
  border: 2px solid #E5DEDE;
  border-radius: 25px;
  padding: 6px 40px;
}

.single-by-ticket-btn:hover {
  background: #E5DEDE;
}

/*=======================================
=            10. Feature Css           =
=========================================*/
.single-feature-wrap {
  margin-top: 30px;
}

.single-feature-wrap .feature-icon {
  margin-bottom: 25px;
}

.single-feature-wrap .feature-content {
  padding: 0 12px;
}

.single-feature-wrap .feature-content .feature-title {
  margin-bottom: 15px;
}

.single-feature-two {

  -webkit-box-shadow: 0 0px 1px rgba(112, 112, 112, 0.3);
  box-shadow: 0 0px 1px rgba(112, 112, 112, 0.3);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-feature-two .feature-icon {
  margin-bottom: 25px;
}

.single-feature-two .feature-content {
  padding: 0 12px;
}

.single-feature-two .feature-content .feature-title {
  margin-bottom: 15px;
}

.single-feature-two:hover {
  -webkit-box-shadow: 0 2px 6px rgba(112, 112, 112, 0.3);
  box-shadow: 0 2px 6px rgba(112, 112, 112, 0.3);
}

.about-us-btn {
  border-radius: 25px;
  height: 40px;
  padding: 0 45px;
  line-height: 2.2;
  border: 2px solid #6CBEF1;
}

.about-us-btn:hover {
  color: #333;
  background: #6CBEF1;
}

/*======================================
=         11. Counters Css             =
=======================================*/
.fun-fact-style-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fun-fact-style-one .single-fun-fact {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fun-fact-style-one {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fun-fact-style-one .single-fun-fact {
    width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .fun-fact-style-one {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .fun-fact-style-one .single-fun-fact {
    width: 100%;
  }
}

.fun-fact--one .fun-fact__count {
  color: #333;
}

.fun-fact--one .fun-fact__text {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/*======================================
=         12. Contact Us Css             =
=======================================*/


.single-contact-info .contact-icon {
  border-radius: 50%;
  height: 43px;
  width: 47px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #c63701;
  color: #c63701;
  margin: auto;
  font-size: 16px;
  float: left;
}

.single-contact-info .contact-info {
  margin-top: 30px;
}

.single-contact-info .contact-info h5 {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
}

.single-contact-info .contact-info h5::after {
  background: #c63701;
  height: 4px;
  width: 70px;
  content: "";
  left: 4%;
  bottom: 0;
  position: absolute;
}

.single-contact-info .contact-info p {
  font-size: 17px;
}

#googleMap-1 {
  height: 600px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .logo-middle img {
    width: 106px !important;
    text-align: left;
    /* padding: 20px; */
    padding: 25px 0 0 0 !important;

  }



  .header-banner {
    height: 81px !important;

  }
}

@media only screen and (max-width: 400px) {
  .logo1 img {
    width: 73px !important;
  }

  .logo-middle img {
    width: 84px !important;
  }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  #googleMap-1 {
    height: 400px;
    margin-bottom: 30px;
  }
}

.contact-form__one .contact-input {
  margin-bottom: 30px;
}

.contact-form__one .contact-input .contact-inner input {
  border-radius: 11px;
  border: 1px solid #ddd;
  padding: 4px 20px;
  width: 100%;
  /* font-style: italic; */
}

label {
  font-weight: 700;
}

.submit-btn {
  background: #c73700;
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 6px 30px;
  color: #fff;
}

.submit-btn:hover {
  background: #333;
  color: #fff;
}

/*======================================
=         13. Gallery Css             =
=======================================*/
.single-gallery-wrap {
  margin-top: 30px;
}

.single-gallery-wrap a {
  display: block;
  position: relative;
}

.single-gallery-wrap a img {
  width: 100%;
}

.single-gallery-wrap a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  content: 'View';
  font-weight: 600;
  background: #c63701;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-gallery-wrap a:hover:after {
  opacity: 1;
  visibility: visible;
}


.header-banner {
  background: linear-gradient(#f1a530, #c73700);
  /* background-image: url(../home/1.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 134px;
  /* padding: 20px; */

}

.bdha-info-top {
  float: left;
  padding: 5px;
  color: #fff;
}

.bdha-info-top a:hover {
  color: #fff;
}

.bdha-info-top-wrapper-right {
  padding: 5px;
  color: #fff;
}

.bdha-info-top-wrapper-right li {
  display: inline-block;
  padding: 0 5px;
}

.bdha-info-top-wrapper-right a:hover {
  color: #fff;
}

header h1 {
  background-color: rgba(18, 72, 120, 0.8);
  color: #fff;
  padding: 0 1rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

nav {
  /* width: 100%; */
  /* height: 35px; */
  /* position: fixed; */
  /* z-index: 999; */
  /* text-align: center; */
}

/* nav div {
  color: white;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 2%;
  visibility: hidden;
} */

.visible-title {
  visibility: visible;
}

.logo1,
.logo2 {
  width: 100%;
  height: auto;
  float: left;
}

.logo1 img {
  width: 120px;
  height: auto;
  text-align: center;
}

.logo2 img {
  width: 120px;
  height: auto;
  text-align: center;
}

.bottom {
  width: 100%;
  height: 20px;
  /* float: left; */
  background-image: url(../home/bottom.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.bottom4 {
  width: 100%;
  height: 30px;
  float: left;
  background-image: url(../home/light.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.bottom3 {
  width: 100%;
  height: 18px;
  float: left;
  background-image: url(../home/bottom3.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.bottom2 {
  width: 100%;
  height: 35px;
  float: left;
  background-image: url(../home/bottom2.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.logo-middle {
  width: 100%;
  height: auto;
  float: left;
}

.logo-middle img {
  width: 449px;
  height: auto;
  text-align: center;
  padding: 20px;
}

.bg {
  background: #f1dfce;
}

.top-header {
  width: 100%;
  height: auto;
  float: left;
}

.bottom1 {
  width: 100%;
  height: 24px;
  float: left;
  background-image: url(../home/bottom1.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.banner {
  width: 100%;
  min-height: auto;
  float: left;
  padding: 0px !important;
}

.banner img {
  width: 100%;
  min-height: 280px;
  float: left;
}

.borderr {
  font-size: 1.6rem;
  display: grid;
  place-items: center;
  min-height: 200px;
  border: 8px solid;
  padding: 1rem;
}

.linear-repeating {
  border: 20px solid transparent;
  padding: 25px;
  border-image-source: url(../home/bottom.png);
  border-image-repeat: repeat;
  border-image-slice: 100;
}

marquee {
  /* margin-top: 31px; */
}

.marquee {
  height: 42px;
  width: 100%;
  line-height: 42px;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}

.marquee span {
  float: left;

  color: #fff;

}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.bg1 {
  background-color: #c73700;
  min-height: 35px;
  line-height: 30px;
}

.background-image {
  background: url(../home/bg1.png);
  background-repeat: repeat;
  background-attachment: fixed;

}

.activities-content ul {
  list-style-image: url(https://img.icons8.com/ios-filled/15/e34a40/mesh.png);
  padding-left: 20px;
  min-height: 146px;
}

.activities-content a {
  vertical-align: top;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -27px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {

  background: #c63600;
  border-radius: 50%;
  width: 16px;
  height: 1px;
}

.blog .carousel-indicators .active {
  background: #c63600;
}

#news {
  width: 100%;
  -moz-border-radius: 15px;
  /* Gecko browsers */
  -webkit-border-radius: 32px;
  /* Webkit browsers */
  border-radius: 15px;
  box-shadow: 2px 2px 10px #ababab;

  text-align: left;
  /* background: url(../home/bg1.png);*/
  background-repeat: repeat;
  min-height: 348px;
  margin-bottom: 25px;
}

#newsTitle {
  height: 62px;
  overflow: hidden;
  font-size: 17px;
  line-height: 62px;
  padding-left: 30px;
  background-image: url(../home/1.jpg);
  /* Firefox */


  -webkit-border-radius: 32px 32px 0 0;
  /* Webkit browsers */
  border-radius: 8px 8px 0 0;
  color: #c33600;
  position: relative;
  font-weight: 800;
}

#newsTitle a {
  position: absolute;
  right: 10px;
  bottom: 0px;
  display: inline;
  color: #c73700;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

#newsBot {
  width: 100%;
  height: 10px;
  overflow: hidden;
}

#newsBox-text {
  height: auto;
  margin-top: 33px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;

}

#newsBox {
  height: auto;
  margin-top: 33px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;

}

#news ul li {
  height: 24px;
}

#news ul li a {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: 7px;
  padding-left: 10px;
  font-size: 13px;
}

#news ul li span {
  float: left;
  color: #c33600;
  font-weight: 600;
}

.text1 {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: 0px;
  padding-left: 10px;
  font-size: 13px;
}

.text-box {
  width: 100%;
  min-height: 200px;
  float: left;
}

.icon img {
  width: 50px;
}


.background-image1 {
  background-color: #c73700;
}

.hindu-video-bg img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 231px;
}

.hindu-video-bg2 {
  background: url(../home/bg2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.hindu-video-bg3 {
  background: url(../home/bg3.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 231px;
}

.hindu-video-bg4 {
  background: url(../home/bg4.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.footer-logo img {
  width: 137px;
}

.color {
  color: #fff !important;
}

/* Carousel Control */
.control-box {
  text-align: right;
  width: 100%;
}

.carousel-control {
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 072 css*/
.jssorb072 .i {
  position: absolute;
  color: #000;
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  z-index: 0;
}

.jssorb072 .i .b {
  fill: #fff;
  opacity: .3;
}

.jssorb072 .i:hover {
  opacity: .7;
}

.jssorb072 .iav {
  color: #fff;
}

.jssorb072 .iav .b {
  fill: #000;
  opacity: .5;
}

.jssorb072 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 073 css*/
.jssora073 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora073 .a {
  fill: #ddd;
  fill-opacity: .7;
  stroke: #000;
  stroke-width: 160;
  stroke-miterlimit: 10;
  stroke-opacity: .7;
}

.jssora073:hover {
  opacity: .8;
}

.jssora073.jssora073dn {
  opacity: .4;
}

.jssora073.jssora073ds {
  opacity: .3;
  pointer-events: none;
}

#jassor {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 980px;
  height: 380px;
  overflow: hidden;
  visibility: hidden;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb053 .i .b {
  fill: #fff;
  fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
  fill-opacity: .7;
}

.jssorb053 .iav .b {
  fill-opacity: 1;
}

.jssorb053 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: .8;
}

.jssora093.jssora093dn {
  opacity: .6;
}

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none;
}





.bg5 {
  background: url(../home/bg5.jpg);
  background-repeat: repeat;
  background-attachment: fixed;

}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-20 {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ptb-30 {
    padding: 0px;
  }

  .single-contact-info .contact-info h5 {
    padding-left: 0px;
  }

  .single-contact-info .contact-info {
    margin-top: 10px;
  }

  .single-contact-info .contact-info h5::after {
    left: 1% !important;
  }

  .ptb-20 {
    padding-left: 20px;
  }

  .banner-image img {
    text-align: center !important;

  }

  #track {
    min-height: 511px !important;
  }
}

.banner-image {
  display: flex;
  vertical-align: middle;

}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-height: 400px;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  min-height: 400px;
  padding-bottom: 20px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  border-radius: 21px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.about-tai-content p {
  text-align: inherit;
}

.popup-youtube .img-wrapper {
  position: relative;
  display: inline-block;
}

.popup-youtube .img-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(../images/youtube.png) center center no-repeat;
}

.linkbox .box>div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background: url(../home/box-head.png) no-repeat center bottom;
  margin-top: -30px;
}

.linkbox .box>div {
  position: relative;
  text-align: center;
  padding: 20px 35px;
  background: #fff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 36%);
  min-height: 590px;
}

.linkbox {
  padding-bottom: 50px;
  position: relative;

}

.btn-d a:before {
  background: url(../home/btn-corner-left.png) no-repeat right center;
  right: 100%;
}

.btn-d a:after {
  background: url(../home/btn-corner-right.png) no-repeat left center;
  left: 100%;
}

.btn-d a:after,
.btn-d a:before {
  content: '';
  position: absolute;
  width: 93px;
  height: 23px;
  top: 50%;
  margin-top: -12px;
}

.btn-d a {
  background: #f1a530;
  background: linear-gradient(#f1a530, #c73700);
  color: #fff;
  font-weight: 600;
  margin-bottom: -14px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  margin-left: -72px;

  /* font-size: 10px; */
}

.top-50 {
  margin-top: -50px;
}



.easy-links .px-top,
.easy-links .px-bottom {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 13px;
}


.bottom6 {
  width: 100%;
  height: 30px;
  float: left;
  background-image: url(../home/bottom6.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.bottom5 {
  width: 100%;
  height: 30px;
  float: left;
  background-image: url(../home/bottom5.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.bottom7 {
  width: 100%;
  height: 30px;
  float: left;
  background-image: url(../home/bottom7.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 31px;
  background: url(../Images/line-bg.png) no-repeat bottom center;
}

.wt-71 {
  width: 90%;
}

@media only screen and (max-width: 1040px) {
  .linkbox .box>div {
    min-height: 400px !important;
    padding: 14px 19px;
  }

  .gallery-section {
    width: 100% !important;
  }

  .wt-71 {
    width: 100%;
    text-align: center;
  }

  .videos {
    margin-bottom: -113px !important;
  }
}

#track {
  min-height: 600px;
}

.videos {
  margin-bottom: -50px;
}

.fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 13px;
}

.fixed_headers a:hover {
  border-bottom: 1px solid #fff;
  color: #fff !important;
}

/* .fixed_headers th {
  text-decoration: underline;
} */
.fixed_headers th,
.fixed_headers td {
  padding: 5px;
  text-align: left;
}

.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 140px;
  padding-left: 21px;
}

.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 200px;
  padding-right: 18px;
}

.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
  width: 350px;
}

.fixed_headers thead {
  background-color: #333;
  color: #fdfdfd;
}

.fixed_headers thead tr {
  display: block;
  position: relative;
}

.fixed_headers tbody {
  display: block;
  width: 100%;
  height: auto;
}

.fixed_headers tbody tr:nth-child(odd) {
  background-color: #c3360f;
  color: #fff;
  width: 100%;
  display: block;
}

.fixed_headers tbody tr:nth-child(even) {
  background-color: #ef9f15;
  color: #fff;
  width: 100%;
  display: block;
}

.old_ie_wrapper {
  height: auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.old_ie_wrapper tbody {
  height: auto;
}

.gallery-section {
  width: 25%;
}

.gallery-caption h5 {
  padding: 10px 0;
  font-size: 20px;
  font-family: serif;
}

.slash-1 a {
  height: 10px;
  color: rebeccapurple;
  background-image: url(../images/activities/border-bottom.png);
  background-size: 10px 10px;
  padding-top: 10px;
}

.round {
  text-align: center;
  padding: 23px;
}

.round img {
  box-shadow: 10px 20px 30px #b37b27;
}

.admin h5 {
  padding: 10px 0 0;
  font-size: 21px;
  font-family: serif;
  color: #d8440c;
}

.bg7 {
  background: url(../home/bg7.jpg);
  background-repeat: repeat;
  background-attachment: fixed;

}

.bottom8 {
  width: 100%;
  height: 30px;
  float: left;
  background-image: url(../home/bottom8.png);
  background-repeat: repeat-x;
  z-index: 999;

}

.overview-des h4 {
  padding: 20px 0;
  font-size: 19px;
  font-weight: 700;
}

.page-content p {
  padding: 20px 0;
}

.overview-des p {
  text-align: justify !important;
  font-size: 14px;
  font-family: 'Libre Baskerville';
  margin: 0 0 10px;

}

.page-content p {
  font-family: 'Libre Baskerville';
}

.round img {
  height: 300px;
}

.content button {
  background: #c63701;
  color: #ffffff;
  border-radius: 25px;
  padding: 6px 25px;
  border: none;
  font-size: 15px;
  text-align: center;
  box-shadow: 10px 10px 5px #aaaaaa61;
}

.content {
  text-align: center;
}

.content h5 {
  font-size: 15px;
}

.mtb-20 {
  margin: 20px 0;
}

.temp2 h4 {
  padding: 20px 0;
  font-size: 19px;
  font-weight: 700;
}

.temp2 p {
  text-align: justify !important;
  font-size: 14px;
  font-family: 'Libre Baskerville';
}

.read a {
  background: #c63701;
  color: #ffffff;
  border-radius: 25px;
  padding: 6px 25px;
  border: none;
  font-size: 15px;
  box-shadow: 10px 10px 5px #aaaaaa61;
}

.edu h4 {
  padding: 20px 0;
  font-size: 14px;
  /* font-weight: 700; */
}

.edu p {

  font-size: 13px;
  font-family: 'Libre Baskerville';
}

.pagination li {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #c73700;
  padding: 5px 8px;
  margin: 5px 1px;
  min-width: 20px;
  text-align: center;
}

.active-page {
  cursor: default !important;
  background: #c73700;
  color: #fff;
}

.page-disable {
  cursor: default !important;
  background-color: #f1f1f1;
}

.button-one a {
  background: #c63701;
  color: #ffffff;
  border-radius: 25px;
  padding: 6px 25px;
  border: none;
  font-size: 15px;
}

textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
  font-style: italic;
}

.submenu li i {
  color: #fff;
  right: 10px;
  font-size: 21px;
  padding: 3px 10px;
  position: absolute;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 27px;
  height: 24px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #c63701;
  border-radius: 17px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {

  outline: none;
  background: #fbd302;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir='rtl'] .slick-next:before {
  content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.owl-carousel-one .owl-item img {
  height: 445px;
  /* margin: 31px 0 0; */
}

.owl-carousel-two .owl-item img {
  height: 200px;
  /* margin: 31px 0 0; */
}

/* .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots{
  text-align: center;
  padding-top: 5px ;
    -webkit-tap-highlight-color: #443a3a00;
} */
.event-btn {
  background: #c73700;
  color: #fff !important;
  padding: 0px 10px;
  margin-bottom: 18px;
  border-radius: 16px;
}

.booked a {
  background: #cb4004;
  color: #fff;
  padding: 10px 20px;
  border: 1px #fff solid;
  margin-top: 22px;
}

.booked h2 {
  color: #fff;
  font-family: auto;
  font-weight: 700;
  font-size: 68px;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.booked {
  position: absolute;
  bottom: 23%;
  z-index: 99;
  width: 100%;
  justify-content: center;
  display: flex;
}

.Ptext {
  width: 48%;
  background: #ed8504d1;
  padding: 20px;
  border-radius: 9px;
}



.custom-btn:hover {
  color: #fff;
}

.sign {
  background: #ee9d2d;
  padding: 2px 20px;
  border-radius: 8px;
  margin: 5px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1499px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1301px;
  }
}

.anchor a {
  background: #f1a530;
  background: linear-gradient(#f1a530, #c73700);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 0 30px;
  font-size: 12px;
}

/* .anchor a:after, .anchor a:before {
  content: '';
  position: absolute;
  width: 93px;
  height: 23px;
  top: 50%; */
/* margin-top: -12px;
} */
/* .anchor a:before {
  background: url(../home/btn-corner-right.png) no-repeat right center;
  right: 100%;
}
.anchor a:after {
  background: url(../home/btn-corner-left.png) no-repeat left center;
  left: 100%;
} */
.form_control {
  height: 60px;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  padding: 5px;
}

.custom-btn {
  background: #c73700;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 20px 0px;
  border-color: transparent
}

.loging-wrap {
  background-color: #fff;
}

.loging-wrap h2 {
  font-size: 28px;
  margin: 20px 0;
}

.sidebar {
  height: 100vh;
  /* Full height */
  width: 250px;
  /* Width */
  position: fixed;
  /* Fixed position */
  top: 0;
  left: 0;
  background-color: #111;
  /* Background color */
  padding-top: 20px;
  /* Top padding */
}

/* Sidebar links */
.sidebar a {
  padding: 15px 20px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
}

/* Active tab highlight */
.sidebar a.active {
  background-color: #575757;
}

/* Change color on hover */
.sidebar a:hover {
  background-color: #575757;
}

/* Main content */
.content {
  margin-left: 250px;
  /* Same as the width of the sidebar */
  padding: 20px;
}

/* Tab content (hidden by default) */
/* .tab-content {
  display: none;
} */
/* Show active tab content */
/* .tab-content.active {
  display: block;
} */
.bg2 {
  background: #cf4c09;
}

.btn-primary {
  background-color: #cf4c09;
  border: transparent;
}

.nav-tabs .nav-link {
  color: #c73700;
}

.breadcrumbs {
  display: inline-block;
  margin: 10px 0;
  color: black;
  box-shadow: 0 0 2px #aaaaaa;
  counter-reset: flag;
}

.breadcrumbs a {
  position: relative;
  float: left;
  padding-left: 60px;
  padding-right: 10px;
  text-decoration: none;
  line-height: 36px;
  color: black;
  background-color: white;
  transition: background-color 0.1s;
}

.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50px 0 0 0;
  box-shadow: 1px 1px 0 1px #dddddd;
  transform: rotate(-45deg) scale(0.73);
  transition: background-color 0.1s;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after {
  background-color: #e0791d;
  font-weight: 700;
}

.breadcrumbs a::before {
  content: counter(flag);
  position: absolute;
  top: 8px;
  left: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 3px 2px 5px 1px #c73700;
  counter-increment: flag;
  text-align: center;
}

.breadcrumbs a:first-child {
  padding-left: 46px;
}

.breadcrumbs a:first-child::before {
  left: 14px;
}

.accordion {
  margin-bottom: 30px;
}

.accordion-button {
  background: #e68823;
  color: #fafeff;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.your-order-area .your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
  box-shadow: 0 2px 6px 0 #ccc;
}

.your-order-area .your-order-wrap .your-order-title h4 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.your-order-area .your-order-wrap .payment-method {
  padding: 40px 0 10px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 25px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  /* float: left; */
  height: auto;
  margin: 6px;
}

.your-order-area .your-order-wrap .your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-table-wrap {
  height: 600px;
}

.badge {
  margin-top: -21px;
  margin-left: -17px;
  color: #000;
  border-radius: 50%;
  padding: 1px 5px;
}

.container-flex {
  display: flex;
  flex-direction: column;
  min-height: 72vh;
}

.content2 {
  flex: 1;
}

.nav-item .active {
  background: #efa02e;
}

.AddressBox {
  border: 1px solid brown;
  min-height: 174px;
  margin: 10px 0;
}

.AddressBox:hover h5 {
  color: #fff;
}

.AddressBox:hover {
  background: #e68823;
  box-shadow: 1px 0px 11px 5px #bec7c4;
  border: 1px solid #e8dada;
}

.your-address {
  background-color: #f6f6f6;
  padding: 13px;
  box-shadow: 0 2px 6px 0 #ccc;
}

.image-logo {
  width: 110px;
}

.select2-container .select2-selection--single {
  height: 37px;
}

.btn-light {
  background-color: #abbdcf;
}

input.form-check-input[type="radio"] {
  display: none;
}

input.form-check-input[type="radio"]+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #990000;
  margin-right: 8px;
  vertical-align: middle;
}

input.form-check-input[type="radio"]:checked+label::before {
  background-color: #990000;
  border-color: #c73700;
}

input.form-check-input[type="radio"]+label {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

input.form-check-input[type="radio"]:focus+label::before {
  box-shadow: 0 0 2px 2px rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c63701;
  color: #fff;
}

.service-img img {
  width: 100px;
  height: 83px;
  border-radius: 50%;
}
.SpanName{
  color: #fff;
  text-align: right;
  display: flex;
  justify-content: right;
  margin-top: -13px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
}
.feature-icon img{
  width: 66%;
  border-radius: 50%;
  border: 5px #e88d25 solid;
}

.close2{
  
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
/* Responsive styles for different screen sizes */
@media (max-width: 1199.98px) {
  .owl-carousel .item {
    height: 440px;
    /* Adjust height for medium screens */
  }
}



@media screen and (max-width: 767px) {
  .image-logo {
    width: 67px;
  }

  .logo1 img {
    width: 79px;
    text-align: center;
  }

  .logo-middle h2 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .owl-carousel .item {
    height: 258px;
    /* Adjust height for mobile screens */
  }

  .owl-carousel {
    height: 258px;
  }

  .owl-carousel-one .owl-item img {
    height: 258px;
  }
  .SpanName{
    margin-top: 0;
    font-size: 8px;
  }

}


@media (max-width: 575.98px) {
  .owl-carousel {
    height: 258px;
  }

  .owl-carousel-one .owl-item img {
    height: 258px;
  }

  .owl-carousel .item {
    height: 258px;
    /* Adjust height for very small screens */
  }

  h5 {
    font-size: 13px;
  }

  .owl-carousel-two .item {
    height: 327px;
    margin: 35px;
  }

  .owl-carousel-two {
    height: 350px;
  }

  .feature-content h5 {
    font-size: 17px;
  }

  .breadcrumb-list {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
  }

  .breadcrumb-list li {
    line-height: 1.58;
    font-size: 13px;
    letter-spacing: 0;
  }

  .salestable td,
  .salestable th {
    padding: 5px;
  }

  .salestable .form-control {
    padding: 2px 5px;
  }

  table th {
    font-size: 13px;
  }

  table td {
    font-size: 12px;
    font-weight: 700;
  }

  .your-order-area .your-order-wrap {
    padding: 36px 14px;
  }

  .about-bg {
    height: 540px;
  }

  .salestable .form-control {
    font-size: 11px;
    font-weight: 700;
  }

  .select2-container .select2-selection--single {
    font-size: 11px;
    font-weight: 700px;
  }

  .form-control {}

 .form-control {
    font-size: 13px;
  }

  .tab-pane label {
    font-size: 12px;
  }

  .nav-link {
    font-size: 13px;
  }

  .logo-middle h2 {
    font-size: 18px;
  }

  .custom-btn {
    padding: 8px 0px;
  }
  .select2-results__option{
    padding: 2px 6px;
  }
}
