/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/
@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPEditorialNew';
  src: url('../fonts/PPEditorialNew-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
    url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
    url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #5ea5a6;
  --secondary-color: #5a6f80;
  --section-bg-color: #f0f8ff;
  --site-footer-bg-color: #44525d;
  --custom-btn-bg-color: #597081;
  --custom-btn-bg-hover-color: #5bc1ac;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #e9eaeb;

  --body-font-family: 'NeueMontreal', sans-serif;

  --h1-font-size: 52px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --btn-font-size: 18px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay+.container {
  position: relative;
}


/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: #281204;
  z-index: 9;
  padding-top: 0px;
  padding-bottom: 20px;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: 90px;
  height: auto;
  margin-left: 33px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 36px 44px;
  font-size: 14px;
  padding-right: 0;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  border: 0;
  max-width: 50px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: #60a5a7;
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: #60a5a7;
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background: var(--primary-color);
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}


/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
  height: 680px;
  min-height: 680px;
}

#hero-slide .carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}

#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--primary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  NEWS         
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

#testimonial-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#testimonial-carousel .carousel-title {
  background: var(--section-bg-color);
  line-height: normal;
  margin-bottom: 30px;
}

#testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 10px;
}

#testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 10px;
}

#testimonial-carousel .carousel-title {
  quotes: "“" "”" "‘" "’";
}

#testimonial-carousel .carousel-name {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.carousel-name-title {
  font-weight: var(--font-weight-semibold);
}

#testimonial-carousel .carousel-indicators {
  position: relative;
  top: 150px;
  bottom: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

#testimonial-carousel .carousel-indicators li {
  text-indent: inherit;
  background: transparent;
  margin: 0 10px;
}

#testimonial-carousel .carousel-indicators li,
#testimonial-carousel .carousel-indicators li::before {
  width: 45px;
  height: 45px;
}

#testimonial-carousel .carousel-indicators .avatar-image {
  width: 45px;
  height: 45px;
}

#testimonial-carousel .carousel-indicators .active,
#testimonial-carousel .carousel-indicators .active .avatar-image {
  background: transparent;
  width: 50px;
  height: 50px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency+.form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio]+.form-check-label,
.form-check-radio .form-check-input:hover+.form-check-label,
.form-check-radio .form-check-input:checked+.form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #ffffff;
  text-align: right;
  padding: 20px 0;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer-bottom a {
  color: var(--white-color);
}

.site-footer-bottom a:hover {
  color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  margin: 0;
  padding: 0;
}

.container-fluid.footer {
  padding: 0 10px;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: 24px;
  color: #5fa6a7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}

.footer .col-lg-3.col-md-6.col-12.mb-4 {
  padding-left: 62px;
}

p.fc,
p.fc a {
  color: #5fa6a7;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  margin-right: 9px;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }

  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
    padding-left: 0;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon,
  .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number,
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 580px) {

  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  h3.bothon {
    margin-left: 66px !important;
  }
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}









.appointment {
  font-size: 14px;
  letter-spacing: 1px;
}

/* Center binocular */
.hero {
  height: 107vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #281204;
}

.binocular {
  width: 590px;
  height: 379px;
  background: url('../images/bg.png') center/cover;
  border-radius: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-top: -10%;
}


.binocular::before {
  left: -120px;
}

.binocular::after {
  right: -120px;
}

/* Folder icons */
.folder {
  position: absolute;
  text-align: center;
  color: #bfeeee;
}

.folder-icon {
  width: 80px;
  height: 60px;
  background: linear-gradient(to bottom, #6fd3d3, #4fbcbc);
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.folder p {
  margin-top: 2px;
  font-size: 16px;
  font-family: "NeueMontreal";
  color: #6fa5a7;
}

/* Positioning folders */
.f1 {
  top: 10px;
  left: 50px;
}

.f2 {
  top: 243px;
  left: 134px;
}

.f3 {
  bottom: 71px;
  left: 325px;
}

.f4 {
  top: 163px;
  right: 137px;
}

.f5 {
  bottom: 108px;
  right: 86px;
}

.mask-box {
  position: relative;
  width: 610px;
  height: 354px;
  overflow: hidden;
  margin-top: -105px;
          z-index: 1;
}

.mask-box:before {
  content: "";
  background: url(../images/bg.png);
  position: absolute;
  width: 610px;
  height: 385px;
  z-index: 9999;
  background-size: contain;
}

/* Video inside shape */
.mask-box video {
  width: 93%;
  height: 100%;
  object-fit: cover;
}

/* Text overlay */
.mask-box img {
  position: absolute;
  width: 47%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: 154px;
}

li.social-icon-item img {
  width: 20px;
}
section.description-inner h3 span {
    color: #4ba6a7;
    font-family: "PPEditorialNew";
}
/* Responsive */

@media (max-width: 425px) {
    .hoverbox.mbox19 i {
        margin-left: 31px !important;
    }
}
@media (max-width: 375px) {
    .hoverbox.mbox19 i {
        margin-left: 10px !important;
    }
}
@media (max-width: 320px) {
.mbox19 h2 {
    font-size: 15px !important;}
}
@media(max-width: 768px) {
  .hoverbox.mbox19 i {
    margin-left: 136px;
}
  .verticals {
           background: url(../images/vericals-bg-mob.jpg) !important;
        background-size: cover !important;
        background-position: -514px 217px !important;
}
  .basket-wrapper2.mt-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
}

  hr {
    width: 96% !important;}
  li.social-icon-item img {
    width: 30px !important;
}
.description {
    padding: 3rem 0 0 0 !important;
}
  section.futura-links.text-center {
    margin-top: 5rem !important;
}
  .row.cart-form .col-md-4 {
    margin-top: -35px;
}
  section.inner-top.futurama-top h5 {
           width: 100% !important;
        font-size: 16px !important;
        line-height: 25px !important;
  
  }
  .button-link a {
   
    padding: 10px 40px !important;
    font-size: 16px !important;
}
  .pcmenu {
    display: none;
  }
  .formobmenu {
    display: block !important;
            margin-left: 0 !important;
  }
  .rigth-item {
    float: right;
    text-align: right;
    width: 100% !important;
}
  .cart-top {
    margin-bottom: 3rem !important;
}
  .right-img img.hover-img {
    right: 15px !important;
}
  .cart-top .t {
    display: none;
}
  h5.site-footer-title {
   
    margin-bottom: 2rem !important;
    margin-top: 17px;
}
  p.fc {
    font-size: 18px !important;
}
p.fc a {
    font-size: 18px !important;
}
  .footer-menu-link {
    font-size: 18px;}
  h2.away {
    color: #a7eae8;
    font-weight: 400;
    margin-left: 181px;
    font-size: 20px !important;
}
  h3.away {
    margin-left: 251px !important;
}
  h3.constetion {
    margin-left: 211px !important;
}
  h3.bothon {
    margin-top: 52px !important;
    margin-left: 29px !important;
    width: 43% !important;
}
  h3.r2 {
    width: 35%;
    margin-left: 183px !important;
}
  h3.insight {
    margin-left: 162px !important;
}
  h3.butby {
    margin-left: 179px !important;
}
  h3.carrier {
    margin-left: 244px !important;
    width: 30% !important;
}
h3.driven {
    margin-top: -12px !important;
    margin-left: 203px !important;
}
  h3.summit {
            margin-top: -34px !important;
        padding-right: 34px !important;
}
h3.build {
    margin-top: -21px ! IMPORTANT;
    margin-left: 33px !important;
    width: 92px !important;
}
  h3.bothon {
    margin-left: 79px !important;
}
h3.build {
    margin-left: 111px ! IMPORTANT;
}
h3.bothon {
    margin-left: 50px !important;
}
  .logo {
   
    margin-left: 0 !important;
}
  .row.cart-form {
    
    padding: 180px 29px !important;
        background-position: -94px !important;
        background-repeat: no-repeat !important;
}
  .pop-img {
    display: block;
    position: relative;
    left: 0px !important;
           margin-top: -109px !important;
        width: 240px !important;
  }

  button.form-control {

    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 40px !important;
  }

  .footer .col-lg-3.col-md-6.col-12.mb-4 {
    padding-left: 12px !important;
  }

  .container-fluid.footer img.logo.img-fluid {
    float: left !important;
    width: 193px !important;
    margin: 0;
    margin-bottom: 30px;
  }

  

  .row.bg-vertical h2 {
    font-size: 26px !important;
  }

  .row.bg-vertical p {
    color: #181713;
    font-size: 12px;
  }

  .hoverbox.mt-10 {
    margin-top: 3rem;
  }

  .swiper-button-next {
    margin-left: -41px !important;
    top: -85px !important;
  }

  .container.py-5.slid {
    padding: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 20px !important;
    height: 20px !important;
  }

  .swiper-button-prev {
    top: -70px !important;
    left: 30px !important;
  }

  .verticaltop h3 {
    font-size: 18px !important;
  }

  section.inner-top.verticaltop {
    padding: 4rem 0;
  }

  section.inner-top.verticaltop img {
    padding: 70px;
  }

  .verticaltop h3.mt-3 {
    margin-top: -8rem !important;
    right: 4px;
    font-size: 18px !important;
  }

  h3.mt-10 {
    margin-top: 82px !important;
  }

  .pc-view {
    display: none;
  }

  .formobile-view {
    display: block !important;
  }

  .row.cart-form h3 {
          font-size: 34px !important;
        width: 88%;
        font-weight: 600 !important;
            margin-top: 100px !important;
  }

  .left-tem h6 {
    font-size: 20px !important;
  }

  .basket-wrapper2 .item-img-mob {
    margin: 40px;
    width: 50px !important;
  }

  .col-md-6.width-cart {
    margin-top: 49px;
  }

  .t h6.b-left {
    font-size: 10px !important;
    font-weight: 600;
    margin-left: 7px !important;
    line-height: 15px !important;
    padding-left: 7px !important;
    margin-top: -1px !important;
    letter-spacing: 1px !important;
  }

  button.btn.btn-booking.aos-init.aos-animate {
   
            width: 100% !important;
        padding: 10px 11px !important;
        font-size: 11px !important;
        letter-spacing: 2px;
  }

  .cart-top p {
    font-size: 18px !important;
    line-height: 28px !important;
    width: 80%;
    margin-top: 5px !important;
  }

  .cart-top h4 {
    font-size: 3rem !important;
  }

  .basket-wrapper2.mt-5 img {
    width: 94%;
  }

  .cartpc {
    display: none !important;
  }

  .cartformobile {
    display: block !important;
  }

  section.cartformobile .mobile-width {
    width: 50% !important;
  }

  .col-md-6.width-cart {
    width: 50% !important;
  }

  .service-item-mobile img {
    width: 30% !important;
    float: left;
    margin-right: 9px;
  }

  .service-item-mobile h5 {
    font-size: 14px;
    color: #271204;
  }

  .service-item-mobile {
    display: inline-block;
            margin-bottom: 10px;
  }

  button.btn.btn-outline-dark-mob.m-add-to-cart {
    font-size: 8px;
    text-align: center;
    border: 1px solid;
    margin-bottom: 8px;
  }

  section.description-inner h3 {
    font-size: 18px !important;
    margin-top: 0;
    margin-left: 0;
  }

  h2.vision {
    font-size: 24px !important;
        width: 75% !important;
  }

  section.formobile .container-fluid {
    padding: 0;
  }

  .mobilescree .mask-box img {
    position: absolute;
    width: 48%;
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    /* margin-left: 154px; */
    margin: 0 auto;
  }

  .formobile ul li {
    margin: 0 !important;
  }

  .formobile ul {
    list-style: none;
    display: flex;
    padding-right: 21px;
    margin: 0;
    padding-left: 0;
  }

  ul.ul2 {
    margin-top: -59px;
    position: relative;
    z-index: 9;
    margin-left: 22px;
    padding-right: 12px;
  }

  .formobile img {
    width: 90%;
    position: relative;

  }

  li.m1 a {
    margin-left: -4px;
    z-index: 9;
    position: relative;
    box-shadow: -1px 0px 24px #000;
  }

  li.m2 a {
    margin-left: -27px;
    z-index: -1;
    box-shadow: 0px 0px 24px #000;
  }

  li.ms-3 a {
    padding-left: 24px;
    z-index: 1;
    position: relative;
  }

  li.ms-4 a {
    margin-left: 33px;
  }

  .m4 img {
    margin-top: 2px;
  }

  .m2 img {
    margin-top: 1px;
  }

  .mask-box video {
    width: 100%;
    object-fit: fill;
  }

  .mask-box:before {
    content: "";
    background: url(../images/bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-size: cover;
    margin-top: -14px;
  }

  .mask-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 11px;
  }

  .hero {
    height: 50vh;
  }

  .description h5 {
    font-size: 26px !important;
  }
    .formob {
        display: block !important;}
  .formobile {
    display: block !important;
    background: #281204;
    overflow: hidden;
  }

  .binocular {
    width: 280px;
    font-size: 30px;
    height: 183px;
  }

  .folder {
    display: none;
  }
}

.folder img {
  width: 100px;
}

.description {
  padding: 6rem 0;
}

.description h5 {
  font-size: 46px;
  font-weight: 100;
  font-family: sans-serif;
  color: #271204;
}

.innerpage .navbar {
  background: #fff !important;
}

.row.cart-form h3 {
  font-size: 68px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #281305;
}

.rigth-item {
  float: right;
  text-align: right;

  width: 42%;
}

.basket-wrapper.mt-5 .img-fluid {
  margin: 40px;
  width: 130px !important;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateY(-9px)
  }

  35% {
    transform: translateY(-9px) rotate(17deg)
  }

  55% {
    transform: translateY(-9px) rotate(-17deg)
  }

  65% {
    transform: translateY(-9px) rotate(17deg)
  }

  75% {
    transform: translateY(-9px) rotate(-17deg)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

.basket-wrapper.mt-5 .shake-btn {
  animation: jump-shaking 1.83s infinite;

}

.rigth-item label {
  font-size: 20px;
  padding: 10px 0;
}

button.form-control {
  border: 1px solid #000 !important;
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  font-size: 28px;
  font-weight: 200;
  margin-left: 108px;
  width: 60%;
  margin-top: 15px;

}

.pop-img {
  display: block;
  position: relative;
      right: 269px;
    margin-top: -106px;

 
  width: 353px;
}

.rigth-item input {
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.left-tem {
  float: left;
  width: 50%;
}

.left-tem h6 {
  font-size: 32px;
  font-weight: 100;
}

.row.cart-form {

  background: url(../images/Build\ a\ community.png);
  padding: 199px 73px;
  background-size: cover;
}

section.description-inner {
  background: url(../images/aboutbg.png);
  padding: 70px 0px 0px 0px;
  background-size: cover;
      overflow: hidden;
}

h3.refine {
  margin-top: 0px;
  margin-left: 25px;
}

h3.carrier {
  margin-top: -28px;
  margin-left: -7px;
}

h3.driven {
  margin-top: -12px ;
  margin-left: 89px ;
}

h3.butby {
  margin-top: -9px;
  margin-left: 13px;
}

h3.building {
  margin-top: -29px;
  margin-left: 16px;
}

h3.insight {
  margin-top: -16px;
  margin-left: 85px;
}

h3.r2 {
  margin-top: 49px;
  margin-left: 147px;
}

h3.bothon {
  margin-top: 52px ;
  margin-left: 132px ;
}

h3.constetion {
  margin-top: -3px;
  margin-left: 41px;
}

h3.abstract {
  margin-top: -24px;
  margin-left: 15px;
}

h3.vision {
  margin-top: 64px;
  font-size: 12vh !important;
  margin-left: 20px;
}

h3.away {
  margin-top: -43px;
  font-size: 13vh !important;
  margin-left: -107px;
}

h3.r1 {
  margin-top: -29px;
  margin-left: 15px;
}

hr {
  color: #5fa6a7;
  width: 98.2%;
  margin: 0 auto;
  padding: 7px;
  border-top: 1px solid;
  opacity: 1;
}

p.fc {
  font-size: 23px;
}

p.fc a {
  font-size: 23px;
}

h5.site-footer-title {
  font-size: 15px;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 2rem !important;
}

section.description-inner h3 {
  color: #a7eae8;
  font-weight: 400;
  font-size: 8vh;
}

h3.summit {
  margin-top: 117px;
  padding-right: 73px;
}

h3.build {
      margin-top: -21px ! IMPORTANT;
    margin-left: 44px ! IMPORTANT;
}

h3.doer {
  margin-top: 39px;
  margin-left: 17px;
}

section.description-inner h2 span {
  color: #5da7a8;
  font-family: "PPEditorialNew";
}

.summit {
  float: right;
  margin-top: 60px;
}

.row2 h3 {
  width: 50%;
  margin: 0 auto;
}

section.description-inner .row {
  padding: 10px 0;
}

.row.row4 h3 {
  width: 94%;
}

.row5 h3 {
  width: 80%;
  margin: 0 auto;

}

.row7 h3 {
  width: 78%;
}

.row8 h3 {
  width: 75%;
}

h3.r2 {
  width: 70%;
  margin: 0 auto;
  margin-top: 60px;
}

.row11 h3 {
  width: 69%;
  margin: 0 auto;
}

.row14 h2 {
  width: 90%;
  color: #a7eae8;
    font-weight: 400;

}

.row15 h3 {}

.basket-wrapper2 {
  position: relative;
}

.basket-wrapper {
  position: relative;
  width: 520px;
  margin: auto;
  margin-top: 0 !important;
}

button.btn.btn-booking:hover {
  color: #fff !important;
  box-shadow: 2px 2px 10px #000;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#basket {
  width: 100%;
}

.flying-img {
  position: absolute;
  width: 60px;
  pointer-events: none;
  transition: all 0.8s ease-in-out;
  z-index: 999;
}

.service-item {
  position: relative;
}

.basket-wrapper {
  position: relative;
  height: 600px;
}

button.btn.btn-booking.aos-init.aos-animate {
  background: #271204;
  color: #5ea5a6;
  width: 57%;
  padding: 10px 22px;
  font-size: 23px;
  border-radius: 0;
}

.futurama-page .navbar {
  background: #ffffff00 !important;
}

.button-link a {
  background: #37173da6;
  color: #fff;
  padding: 11px 83px;
  border-radius: 33px;
  font-size: 30px;
}

section.futura-links.text-center {
  margin-top: 8rem;
}

.button-link {
  margin-top: 20px;
}

section.footer {
  background: #31042f8f;
  padding-top: 43px;
  margin-top: 135px;
}

.button-link a:hover {
  background: #000;
}

/* flying image */
.fly-item {
  position: fixed;
  width: 80px;
  z-index: 9999;
  transition: all 0.8s ease-in-out;
  pointer-events: none;
}

a.nav-link.active {
  font-size: 22px;
}

.verticals {
  
  background: url(../images/vericals-bg.png);
  /* background: url(../images/VERTICALS-RED\ \(1\).png); */
  background-size: cover;
  background-position: top ;
}

.futurama-page {
  background: url(../images/futurama.png);
  background-size: cover;
}

section.inner-top.futurama-top h5 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  color: #9ff8ff;
  line-height: 35px;
  margin-top: 30px;
  letter-spacing: 1px;
  font-size: 29px;
  font-weight: 500;
  font-style: italic;
}

.verticals .navbar {
  background: #ffffff00 !important;
}

.verticaltop h3 {
  font-size: 57px;
  z-index: 9999;
  position: absolute;
  color: #91ebe8;
  font-weight: 100;
}

section.inner-top.verticaltop {
  padding: 2rem 0;
}

h3.mt-10 {
  margin-top: 40px;
}
a.navbar-brand {
    margin-top: 10px;
}
h3.mt-3 {
  margin-top: 11rem !important;
}

img.hover-img {
  opacity: 0;
  position: absolute;
  right: 31px;
  top: 10rem;
  transition: 0.3s ease;
}

.hoverbox:hover {
  z-index: 9999;
}

.inner-img:hover .hover-img {
  opacity: 1;
  transform: scale(1.05);
  z-index: 999;
}

.bg-vertical {
  background: url(../images/brown\ box.png);
  padding: 30px;
  margin-bottom: 50px;
  background-size: cover;
}

.row.bg-vertical p {
  color: #181713;
}

img.mainimg {
  width: 55%;
  padding: 0px;
}

.box1 {
  width: 365px;
  background: #fff;
  padding: 20px 65px 20px 20px;
  margin-top: 109px;
}

.box2 {
  margin-top: -7px;
  position: relative;
  text-align: center;
  left: -43px;

}

.footer img.logo.img-fluid {
  float: right;
  width: 220px !important;
  margin-right: 12px;
}

.box4 {
  margin-top: 46px;
  position: relative;
  left: 185px;
}

.box5 {
  top: -190px;
  position: relative;
  left: -58px;
}

.box6 {
  margin-top: -321px;
  position: relative;
  left: 154px;
}

.box7 {
  margin-top: -10px;
  position: relative;
  left: 168px;



}

.hoverbox.box12 .innerbox {
  padding-bottom: 30px;
}

.box8 {
  margin-top: -60px;
  position: relative;
  left: 337px;


}



.box9 {
  margin-top: -3px;
  position: relative;
  left: 68px;
}

.box10 {
  margin-top: 21px;
  position: relative;
  left: 217px;
  z-index: 99 !important;
}

.hoverbox.box1 h2 {
  text-align: left !important;
}

.hoverbox.box12 i {
  margin-left: 60px;
      line-height: 61px;
}

.box12 {
  width: 368px;
  background: #ffffff;
  padding: 20px 28px 20px 20px;
  margin-left: 249px;
  margin-top: 194px;
}

.box13 {
  width: 370px;
  background: #fff;
  padding: 20px 65px 20px 20px;
  margin-top: -28px;
  position: relative;
  margin-left: 43px;
}

.hoverbox.box12 h2 {
  text-align: left;
}

.box14 {
  margin-top: -164px;
  position: relative;
  left: -3px;

}

.box16 {
  margin-top: -8px;
  position: relative;
  left: 184px;
}



.box17 {
  margin-top: 74px;
  position: relative;
  left: 216px;
  z-index: 99;
}



.box18 {
  margin-top: -54px;
  position: relative;
  left: -151px;
}

.box19 {
  margin-top: 136px;
  position: relative;
  left: -99px;

}

.inner-img:hover span.hover-img {
  display: block;
}

span.hover-img {
  margin-top: -90px;
  margin-top: -191px;
  width: 40vw;
  display: none;
  position: absolute;
  background: #91ebe8;
  padding: 14px;
  text-align: left;
  margin-left: -93px;
}

span.hover-img p {
  font-size: 13px;
  color: #271204;
  margin: 0;
}

span.hover-img h3 {
  font-size: 30px;
  font-style: italic;
  color: #271204;
  font-family: "PPEditorialNew";
  font-weight: 100;
  margin-bottom: 0;
}

.row.bg-vertical span {
  font-family: "PPEditorialNew";
  font-weight: 100;
  color: #200e03;
}

.row.bg-vertical h2 {
  font-size: 45px;
  font-weight: 200;
  color: #1f0e03;
}

.innerbox h4 {
  font-size: 20px;
  font-weight: 100;
  color: #362316;
}

.innerbox p {
  font-size: 16px;
  color: #000;
}

/* .swiper-backface-hidden .swiper-slide  .img-fluid {
    width: auto !important;
   
}
.swiper-slide{
   width: auto !important;
}
.sliderinn img {
  width: 70%;
} */
.cart-top h4 {
  font-size: 4rem;
  font-weight: 100;
  color: #271204;
}

.cart-top h4:after {
  content: "";
  border-bottom: 2px solid #000;
  display: block;
  width: 31%;
  margin-top: 5px;
}

.cart-top p {
  font-size: 37px;
  color: #271204;
  line-height: 41px;
  width: 80%;
  margin-top: 14px;
}

h6.b-left {
  font-size: 29px;
  font-weight: 600;
  border-left: 2px solid;
  margin-left: 58px;
  line-height: 32px;
  padding-left: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.cart-top {
  margin-bottom: 7rem;
}

.description-cart .service-item img {
  width: 164px;
}

.service-item.mt-10 {
  margin-top: -40px;
}

.service-item.mt-r {
  margin-left: 130px;
}

.service-item.mr-2 {
  margin-left: 93px;
}

.service-item {
  margin-top: 25px;
}

.service-item.ml-2 {
  margin-right: 105px;
  left: -50px;
}

.service-item h5 {
  color: #000000;
  font-size: 24px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.service-item:hover h5 {
  color: #2a1507;

}

/* .c-mobile img {
  width: 130px !important;
} */

button.btn.btn-outline-dark.add-to-cart,
button.btn.btn-outline-dark.add-to-cart {
  border-radius: 0;
}

.container-fluid.footer img.logo.img-fluid {
  float: right;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1371px;
  }

  section.description-inner h3 {

    font-size: 8vh;
  }

  h2.away {
    font-size: 13vh !important;
  }

  h2.vision {
    margin-top: 258px;
    font-size: 13vh !important;
    margin-left: 20px;
  }
}


.slid.formobile-view {
  display: none;
}
.box20 {
    margin-top: 35px;
    position: relative;
    left: 31px;
    margin-bottom: 3rem;
}
.container.py-5.slid {
    margin-top: 4rem;
}
@media (min-width: 1024px) {
  .container.pc-view {
    padding: 70px;
    padding-bottom: 0 !important;
          
}
.box18 {
    margin-top: -31px;
    position: relative;
    left: -151px;
}
.box12 {
    width: 100%;
    background: #ffffff;
    padding: 20px 28px 20px 20px;
    margin-left: 226px;
    margin-top: 325px;
}
.box13 {
    width: 100%;
    background: #fff;
    padding: 20px 65px 20px 20px;
    margin-top: -28px;
    position: relative;
    margin-left: -15px;
}
  img.mainimg {
    width: 50% !important;
    padding: 0px;
}
  .description h5 {
    font-size: 48px;
    font-weight: 100;
    font-family: sans-serif;
    color: #271204;
    padding: 0 34px;
    margin-top: 20px;
    line-height: 65px;
  }

  li.social-icon-item img {
    width: 25px;
  }

  .folder p {
    margin-top: -1px;
    font-size: 20px;
    font-family: "NeueMontreal";
    color: #6fa5a7;
  }

  

  /* Positioning folders */
  .f1 {
    top: 43px;
    left: 52px;
  }

  .f2 {
           top: 323px;
        left: 105px;
  }



  .f4 {
            top: 165px;
        right: 97px;
  }

  .f5 {
    bottom: 104px;
        right: 105px;
  }
}
@media (min-width: 1400px) {
  .hero {
    height: 90vh;}
  .description h5 {
    font-size: 58px;
    font-weight: 100;
    font-family: sans-serif;
    color: #271204;
    padding: 0 34px;
    margin-top: 20px;
    line-height: 65px;
  }

  li.social-icon-item img {
    width: 25px;
  }

  .folder p {
    margin-top: -1px;
    font-size: 20px;
    font-family: "NeueMontreal";
    color: #6fa5a7;
  }

  .folder img {
    width: 146px;
  }

  /* Positioning folders */
  .f1 {
    top: 43px;
    left: 52px;
  }

  .f2 {
    top: 328px;
    left: 156px;
  }



  .f4 {
    top: 88px;
        right: 97px;
  }

  .f5 {
    bottom: 109px;
    right: 130px;
  }

  .box9 {
    margin-top: -75px;
    position: relative;
    left: 84px;
  }

  .box13 {
    width: 93%;
    background: #ffffff;
    padding: 20px 65px 20px 20px;
    margin-top: -10px;
    position: relative;
    margin-left: 9px;
  }

  .box18 {
    margin-top: -25px;
    position: relative;
    left: -176px;
  }

  .box20 {
    margin-top: -140px;
    position: relative;
    left: 84px;
  }

  .box8 {
   margin-top: -33px;
        position: relative;
        left: 360px;
  }

  .box2 {
    margin-top: -4px;
    position: relative;
    text-align: center;
    left: -58px;
  }

  .box4 {
    margin-top: 66px;
    position: relative;
    left: 222px;
  }

  .box5 {
    top: -181px;
    position: relative;
    left: -46px;
  }

  .box6 {
    margin-top: -296px;
    position: relative;
    left: 169px;
  }

  .box7 {
    margin-top: 15px;
    position: relative;
    left: 188px;
  }

  .box14 {
    margin-top: -242px;
    position: relative;
    left: 18px;
  }

  .box12 {
    width: 100%;
    background: #ffffff;
    padding: 20px 28px 20px 20px;
    margin-left: 260px;
    margin-top: 429px;
  }

  img.mainimg {
    width: 54.4% !important;
    padding: 0px;
  }

  .box10 {
    margin-top: 72px;
    position: relative;
    left: 256px;
    z-index: 99 !important;
  }

  .box16 {
    margin-top: 22px;
    position: relative;
    left: 208px;
  }

  .hoverbox.box12 h2 {
    text-align: left;
    font-size: 46px;
    margin-top: 8px;
  }

  .box17 {
    margin-top: 109px;
    position: relative;
    left: 246px;
    z-index: 99;
  }

  .box-12 .innerbox h2 {
    margin-top: 5px !important;
  }

  .box19 {
    margin-top: 143px;
    position: relative;
    left: -133px;

  }

  .innerbox p {
    font-size: 17px;
    color: #000;
    margin-left: 10px;
  }

  .box1 {
    width: 100%;
    background: #ffffff;
    padding: 20px 48px 20px 17px;
    margin-top: 124px;
  }

  .innerbox h4 {
    font-size: 33px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: -20px;
    font-size: 17px !important;
    color: #6fa5a7 !important;
  }

  h3.mt-10.vert {
    font-size: 73px;
    margin-top: 54px;
    margin-left: 27px;
  }

  .aug {
    font-size: 75px !important;
    margin-top: 212px !important;
    margin-left: -27px !important;
  }

  .logo {
    width: 90px;
    height: auto;
    margin-left: 8px;
    margin-top: -15px;
  }
}
li.nav-item.ms-3.pcmenu a {
    color: #5ea5a6;
}
@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }

  .verticals {
  
  background: url(../images/vericals-bgmac.png);
  /* background: url(../images/VERTICALS-RED\ \(1\).png); */
  background-size: cover;
  background-position: top !important;
}
.swiper-button-prev {
    margin-left: -85px !important;
    top: -175px;
}
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
  }

  .description-cart .service-item img {
    width: 269px;
  }

  .service-item h5 {
    color: #000000;
    font-size: 35px;
  }

  button.btn.btn-booking.aos-init.aos-animate {
    background: #271204;
    color: #ffffff;
    width: 65%;
    padding: 10px 22px;
    font-size: 35px;
    border-radius: 0;
  }

  .cart-top p {
    font-size: 51px;
    color: #271204;
    line-height: 53px;
  }

  h6.b-left {
    font-size: 41px;
    line-height: 43px;
  }

  .logo {
    width: 200px;
  }

  a.nav-link.active {
    font-size: 36px;
  }

  button.btn.btn-outline-dark.add-to-cart {
    font-size: 20px;
  }

  .box1 {
    width: 556px;
  }

  .box12 {
    width: 556px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: -15rem !important;
  }
}

.swiper-button-prev:after {
  background: url(../images/arrow-r.png);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.swiper-button-next:after {
  background: url(../images/arrow-l.png);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.swiper-button-prev {
  margin-left: -80px !important;
  top: -175px;
}

.swiper-button-next {
  margin-left: -29px;
  top: -175px;
  left: 70px;
  float: right;
}

.innerbox h2 {
  color: #271204;
  font-weight: 100;
  font-size: 42px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 1px;
}

.innerbox h4 {
  margin-left: 7px;
  line-height: 32px;
  margin-bottom: 20px;
}

.left-right {
  display: inline-flex;
}

@media (min-width: 2000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1900px;
  }

  .description-cart .service-item img {
    width: 269px;
  }

  .service-item h5 {
    color: #000000;
    font-size: 35px;
  }

  button.btn.btn-booking.aos-init.aos-animate {
    background: #271204;
    color: #ffffff;
    width: 65%;
    padding: 10px 22px;
    font-size: 35px;
    border-radius: 0;
  }

  .cart-top p {
    font-size: 51px;
    color: #271204;
    line-height: 53px;
  }

  h6.b-left {
    font-size: 41px;
    line-height: 43px;
  }

  .logo {
    width: 200px;
  }

  a.nav-link.active {
    font-size: 36px;
  }

  button.btn.btn-outline-dark.add-to-cart {
    font-size: 20px;
  }
}

@media (min-width: 2200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2100px;
  }

  .mask-box:before {
    content: "";
    background: url(../images/bg.png);
    position: absolute;
    width: 747px !important;
    height: 528px !important;

  }

  .mask-box {
    position: relative;
    width: 739px !important;
    height: 506px !important;
    overflow: hidden;
    margin-top: -105px;
  }
}

@media (min-width: 1400px) {
.pop-img {
  display: block;
  position: relative;
  right: 299px;
    margin-top: -107px;
  width: 353px;
}

  .mask-box:before {
    content: "";
    background: url(../images/bg.png);
    position: absolute;
    width: 833px !important;
    height: 610px !important;

  }

  .mask-box {
    position: relative;
    width: 839px !important;
    height: 560px !important;
    overflow: hidden;
    margin-top: -131px;
    margin: 4px !important;
    background: #281204;
  }

  .mask-box video {
    width: 100%;
    height: 96%;
    object-fit: cover;
    padding: 12px;
  }


  .mask-box img {
    position: absolute;
    width: 55%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: 197px;
  }
}

.innerbox h2 span {
  margin-left: 114px;
  position: absolute;
}

.innerbox i {
  font-family: "PPEditorialNew";
}

.container-fluid.footer .social-icon {
  margin-bottom: 3rem;
}

.container.formobile-view .col-md-7 {
  width: 50%;
}

.container.formobile-view .col-md-5 {
  width: 50%;
}


.formobile-view img.mainimg {
  width: 100%;
  padding: 0px;
  margin-bottom: 3rem;
}

.formobile-view .box1 {
  width: 100%;
}

.mbox19 h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 2rem;
  line-height: 27px;
}

.hoverbox.mbox1,
.hoverbox.mbox10,
.mbox19 {
  background: #fff;
  padding: 10px;
  z-index: -1;
  position: relative;
}

.mbox1 .innerbox h2 {
  color: #271204;
  font-weight: 100;
  font-size: 24px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.mbox1 .innerbox h2 span {
  margin-left: 14px;
}

.mbox1 .innerbox h2 span {
  margin-left: 70px;
}

.formobile-view .innerbox h4 {
  margin-left: 1px;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 15px;
}

.formobile-view .innerbox p {
  font-size: 12px;
  color: #000;
}

.formobile-view .mbox10 .innerbox h2 {
  color: #271204;
  font-weight: 100;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.container.formobile-view .row {
  margin-bottom: 2rem;
}

.formobile-view img.hover-img {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 16px;
  transition: 0.3s ease;
  width: 191%;
  z-index: 9999;
}

.right-img img.hover-img {
  left: auto !important;
  right: 0 !important;
}

.mbox2 img.mainimg {
  margin-left: -32px;
}

.mbox4 img.mainimg {
  margin-left: -16px;
}

.mbox5 img.mainimg {
  margin-left: 30px;
}

.mbox6 img.mainimg {
  margin-left: 5px;
}


.mbox9 img.mainimg {
  margin-left: -32px;
}

.mbox10 img.mainimg {
  margin-left: -32px;
}

.mbox11 img.mainimg {
  margin-left: 24px;
}

.mbox12 img.mainimg {
  margin-left: 12px;
}

.mbox13 img.mainimg {
  margin-left: 7px;
}

.mbox14 img.mainimg {
  margin-left: 32px;
}

.mbox15 img.mainimg {
  margin-left: 9px;
}

.mbox16 img.mainimg {
  margin-left: -32px;
}

.mbox18 img.mainimg {
  margin-left: -34px;
}

/* .aboutus main {
  background: url(../images/about.png);
  background-size: cover;
} */

 
video::-webkit-media-controls {
    display: none !important;
}

video {
    pointer-events: none;
}
     #preloader{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background:#000;
            display:flex;
            align-items:center;
            justify-content:center;
            z-index:9999;
            transition:all 1s ease;
        }

        #preloader img{
            width:180px;
            animation:zoomIn 4s ease forwards;
        }

        @keyframes zoomIn{
            0%{
                transform:scale(0.5);
                opacity:0;
            }
            40%{
                opacity:1;
            }
            100%{
                transform:scale(1.2);
                opacity:1;
            }
        }

        /* MAIN CONTENT */
        .main-content{
            height:100vh;
            background:url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1920') center/cover no-repeat;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#fff;
            font-size:60px;
            opacity:0;
            transform:scale(1.1);
            transition:all 1.2s ease;
        }

        .main-content.show{
            opacity:1;
            transform:scale(1);
        }


    .main-content.show{
      transform:scale(1);
      opacity:1;
    }

    .content-box{
      text-align:center;
      color:#fff;
      backdrop-filter:blur(10px);
      background:rgba(0,0,0,0.3);
      padding:40px;
      border-radius:20px;
    }

    .content-box h1{
      font-size:60px;
      margin-bottom:15px;
    }

    .content-box p{
      font-size:20px;
    }

   h2.away {
    color: #a7eae8;
    font-weight: 400;
}
a.nav-link.formob {
    display: none;
    margin-right: 0;
    margin-left: 0;
    padding: 36px 44px;
    font-size: 14px;
    padding-right: 0;
    color: #5ea5a6;
}
.hoverbox.mbox18 {
    margin-bottom: 2rem;
}
.formobmenu {
  display: none;
}