/*-----------------------------------------------------------------------------------

    Template Name:Kuki HTML5 Template
    Author: CreativeGigs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner


     footer

-----------------------------------------------------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #c53040;
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #c53040;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #000000;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #000000;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Supreme-Regular";
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.main-page-wrapper {
  overflow-x: hidden;
}

/*
.spacing-side {
	padding-left: 85px;
	padding-right: 85px;

	@media only screen and (max-width: 1800px) {
		padding-left: 50px;
		padding-right: 50px;
	}

	@media only screen and (max-width: 1600px) {
		padding-left: 0;
		padding-right: 0;
	}
}
*/
/*
.fix {
	overflow: hidden;
}
*/
a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

/*
.capitalize {
	text-transform: capitalize;
}
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*
.list-none {
	margin: 0px;
	padding: 0px;
}
*/
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Supreme-Regular";
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(0, 0, 0, 0.5);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
/*
.fix {
	overflow: hidden;
}
*/
.clear {
  clear: both;
}

/*
.overlay-bg {
	position: relative;
	z-index: 2;

	&::before {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
*/
.popup-video {
  color: #c53040;
  border-radius: 50%;
  background: #ffffff;
  font-size: 45px;
  line-height: 150px;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: #c53040;
}

/*
.custom-container-1600 {
	padding-left: 145px;
	padding-right: 145px;

	@media only screen and (max-width: 1800px) {
		padding-left: 0;
		padding-right: 0;
	}
}
*/
.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
  /*
  		.letters-loading {
  			font-family: $supremeMedium;
  			font-weight: 500;
  			letter-spacing: 8px;
  			display: inline-block;
  			color: rgba($color: $heding, $alpha: 0.12);
  			position: relative;
  			font-size: 50px;
  			line-height: 30px;

  			&::before {
  				animation: letters-loading 4s infinite;
  				color: $heding;
  				content: attr(data-text-preloader);
  				left: 0;
  				opacity: 0;
  				top: 0;
  				line-height: 30px;
  				position: absolute;
  			}

  			&:nth-child(2):before {
  				animation-delay: 0.2s;
  			}

  			&:nth-child(3):before {
  				animation-delay: 0.4s;
  			}

  			&:nth-child(4):before {
  				animation-delay: 0.6s;
  			}

  			&:nth-child(5):before {
  				animation-delay: 0.8s;
  			}

  			&:nth-child(6):before {
  				animation-delay: 1s;
  			}

  			&:nth-child(7):before {
  				animation-delay: 1.2s;
  			}

  			&:nth-child(8):before {
  				animation-delay: 1.4s;
  			}
  		}
  */
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #c53040;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--
    - Overlay
------------------------------------------*/
/*
.overlay-soft {
    position: relative;
    z-index: 1;
    &::after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
} 
*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #c53040;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

/*
.offset-sidebar {
	display: block;
	margin-top: 30px;
}
*/
/*
.header-top {
	background: #FFC658;
	padding-top: 10px;
	padding-bottom: 10px;

	.ht-promo {
		color: $black;
		font-size: 18px;
		font-weight: 400;
		font-family: $supremeRegular;
		display: inline-block;

		.icon {
			color: rgba(25, 53, 45, 0.4);
		}
	}
}
*/
.theme-main-menu .ht-promo,
.theme-main-menu .ht-phone,
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .ht-promo .bar-wrap,
.theme-main-menu .ht-phone .bar-wrap,
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .ht-promo .bar-wrap .bar-1,
.theme-main-menu .ht-phone .bar-wrap .bar-1,
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .ht-promo .bar-wrap .bar-2,
.theme-main-menu .ht-phone .bar-wrap .bar-2,
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .ht-promo .bar-wrap .bar-3,
.theme-main-menu .ht-phone .bar-wrap .bar-3,
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .ht-promo:hover,
.theme-main-menu .ht-phone:hover,
.theme-main-menu .hamburger-menu:hover {
  background: #c53040;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .theme-main-menu .ht-promo,
  .theme-main-menu .ht-phone,
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
  }
  .theme-main-menu .ht-promo .bar-wrap .bar-1,
  .theme-main-menu .ht-phone .bar-wrap .bar-1,
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }
  .theme-main-menu .ht-promo .bar-wrap .bar-2,
  .theme-main-menu .ht-phone .bar-wrap .bar-2,
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }
  .theme-main-menu .ht-promo .bar-wrap .bar-3,
  .theme-main-menu .ht-phone .bar-wrap .bar-3,
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}

/*
.header-social {
	a {
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: $black;
		color: $white;
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		margin: 0 5px;
	}
}
*/
.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 45px 0 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 28px 0 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: #000000;
}
.main-menu ul li.active a {
  color: #000000;
}
.main-menu ul li a {
  color: #000000;
  font-family: "Supreme-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul li a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #c53040;
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover > a {
  color: #c53040;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu.mega-menu {
  min-width: 600px;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #000000;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a {
  /*
  						.sub-menu-arrow {
  							float: right;
  						}
  */
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
  text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/*
.sticky-menu {
	position: fixed;
	// width: 100%;
	background: $white;
	top: 0;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	@include transition(0.4s);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding-top: 0;
	padding-bottom: 0;
}
*/
/*
.theme-menu-one {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1612px;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	margin-top: 50px;


	.main-header-area {
		background: $white;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.sticky-menu {
		padding: 10px 85px;

		@media (max-width: 991.98px) {
			padding-top: 15px;
			padding-bottom: 15px;
		}
	}

	.hamburger-menu {

		&:hover {
			background: $theme-color;
			border-color: $theme-color;

			.bar-wrap {

				.bar-1,
				.bar-2,
				.bar-3 {
					background: $white;
				}
			}
		}
	}

	.bs-btn {
		font-size: 24px;
		font-family: $supremeBold;
		font-weight: 700;
		padding: 20px 58px;
		transform: translateY(6px);

		&::before {
			background: $black;
		}
	}


	@media only screen and (max-width: 1800px) {

		.main-header-area,
		.sticky-menu {
			padding-left: 0;
			padding-right: 0;
		}

		.main-header-area {
			padding-top: 10px;
			padding-bottom: 10px;
		}

		margin-top: 0;
	}

	@media only screen and (max-width: 1200px) {
		.logo-area {
			img {
				width: 80%;
			}
		}
	}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				width: 100%;
			}
		}
	}
}
*/
.theme-menu-two {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-two .hamburger-menu {
  background: #F2C944;
  border-color: #F2C944;
}
.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: #000000;
}
.theme-menu-two .hamburger-menu:hover {
  border-color: #F2C944;
}
.theme-menu-two .bs-btn {
  color: #000;
  background: #ffffff;
  font-size: 24px;
  padding: 18px 58px 18px 58px;
  border-radius: 10px;
}
.theme-menu-two .bs-btn::before {
  background: #F2C944;
}
.theme-menu-two .bs-btn:hover {
  color: #000;
  background: #F2C944;
}
.theme-menu-two .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area {
  padding-left: 128px;
  padding-right: 128px;
}
.theme-menu-two .main-header-area.sticky-menu {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-two .main-header-area.sticky-menu .bs-btn {
  background: #c53040;
}
.theme-menu-two .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area.sticky-menu .main-menu ul li a {
  color: #000000;
}
.theme-menu-two .main-menu ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .topbar,
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    max-width: 100%;
  }
}

/*
.theme-menu-three {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;

	.bs-btn {
		color: $white;
		font-size: 18px;
		font-family: $panchangSemi;
		font-weight: 600;
		padding: 20px 50px 19px 50px;
		border: 1px solid $white;
		background: transparent;
		text-transform: uppercase;

		&::before {
			background: $theme-color2;
		}

		&:hover {
			border-color: $theme-color2;
		}
	}

	.logo {
		display: inline-block;
		visibility: visible;
		@include transition(.4s);
	}

	.sticky-logo {
		display: none;
		visibility: hidden;
		@include transition(.4s);
	}

	.hamburger-menu {
		border-color: $white;

		.bar-wrap {

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $white;
			}
		}
	}

	.sticky-menu {
		.hamburger-menu {
			border-color: $black;

			.bar-wrap {

				.bar-1,
				.bar-2,
				.bar-3 {
					background: $black;
				}
			}
		}
	}

	.main-header-area {
		padding-left: 85px;
		padding-right: 85px;
		padding-top: 25px;
		padding-bottom: 25px;

		.main-menu {
			ul {
				li {
					a {
						color: $white;
					}

					ul.sub-menu li a {
						color: $body-text-color;
					}
				}
			}
		}

		&.sticky-menu {
			padding-top: 10px;
			padding-bottom: 10px;
			border: 0;

			.bs-btn {
				background: $theme-color2;

				&::before {
					background: $black;
				}

				&:hover {
					border-color: $black;
				}
			}

			.logo {
				display: none;
				visibility: hidden;
				@include transition(.4s);
			}

			.sticky-logo {
				display: inline-block;
				visibility: visible;
				@include transition(.4s);
			}

			.main-menu {
				ul {
					li {
						a {
							color: $body-text-color;
						}
					}
				}
			}
		}
	}



	@media only screen and (max-width: 1600px) {
		.main-header-area {
			padding-left: 0;
			padding-right: 0;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				max-width: 100%;
			}
		}
	}
}
*/
/*
.theme-menu-four {
	padding-left: 170px;
	padding-right: 170px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;

	.logo {
		display: inline-block;
		visibility: visible;
		@include transition(.4s);
	}

	.sticky-logo {
		display: none;
		visibility: hidden;
		@include transition(.4s);
	}


	.main-header-area {
		padding-top: 30px;
		padding-bottom: 30px;


		&.sticky-menu {
			padding-top: 15px;
			padding-bottom: 15px;
			background: $heding;


			.main-menu {
				ul {
					li {
						a {
							color: $white;
						}

						ul.sub-menu li a {
							color: $body-text-color;
						}
					}
				}
			}

			.logo {
				display: none;
				visibility: hidden;
				@include transition(.4s);
			}

			.sticky-logo {
				display: inline-block;
				visibility: visible;
				@include transition(.4s);
			}

			.bs-btn {
				border-color: $white;
				color: $white;
			}
		}
	}

	.hamburger-menu {
		border-color: $white;
		background: $white;
	}

	.bs-btn {
		color: $heding;
		font-size: 24px;
		font-weight: 700;
		font-family: $supremeBold;
		text-transform: uppercase;
		padding: 17px 40px 17px 40px;
		border: 1.5px solid $black;
		border-radius: 8px;
		background: transparent;

		&::before {
			background: $theme-color;
		}

		&:hover {
			border-color: $theme-color;
		}
	}


	@media only screen and (max-width: 1600px) {
		padding-left: 0;
		padding-right: 0;
	}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				max-width: 100%;
			}
		}
	}
}
*/
/*
.theme-menu-five {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;

	.logo {
		display: inline-block;
		visibility: visible;
		@include transition(.4s);
	}

	.sticky-logo {
		display: none;
		visibility: hidden;
		@include transition(.4s);
	}


	.hamburger-menu {
		background: $white;
		border-color: $white;

		.bar-wrap {

			align-items: flex-start;

			.bar-1 {
				width: 30px;
				height: 3px;
			}

			.bar-2 {
				width: 20px;
				height: 3px;
			}

			.bar-3 {
				width: 10px;
				height: 3px;
			}

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}

		&:hover {
			background: $white;
			border-color: $white;

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}
	}

	.main-header-area {
		padding-left: 90px;
		padding-right: 90px;
		padding-top: 20px;
		padding-bottom: 20px;

		.logo {
			display: inline-block;
			@include transition(.4s);
		}

		.sticky-logo {
			display: none;
			visibility: hidden;
			@include transition(.4s);
		}

		&.sticky-menu {
			padding-top: 10px;
			padding-bottom: 10px;
			background: $black;

			.logo {
				display: none;
			}

			.sticky-logo {
				display: inline-block;
				visibility: visible;
			}
		}
	}


	.bs-btn {
		color: $white;
		font-size: 24px;
		font-weight: 700;
		font-family: "Supreme-Bold";
		text-transform: uppercase;
		padding: 17px 50px 17px 50px;
		border: 1.5px solid $white;
		border-radius: 10px;
		background: transparent;

		&::before {
			background: $theme-color2;
		}

		&:hover {
			color: $black;
			border-color: $theme-color2;
			background: $theme-color2;
		}
	}

	@media only screen and (max-width: 1600px) {
		.main-header-area {
			padding-left: 0;
			padding-right: 0;
		}

	}

	@media only screen and (max-width: 1200px) {}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				max-width: 100%;
			}
		}
	}
}
*/
/*
.theme-menu-six {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;

	.logo {
		display: inline-block;
		visibility: visible;
		@include transition(.4s);
	}

	.sticky-logo {
		display: none;
		visibility: hidden;
		@include transition(.4s);
	}


	.hamburger-menu {
		background: $white;
		border-color: $white;

		.bar-wrap {

			align-items: flex-start;

			.bar-1 {
				width: 30px;
				height: 3px;
			}

			.bar-2 {
				width: 20px;
				height: 3px;
			}

			.bar-3 {
				width: 10px;
				height: 3px;
			}

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}

		&:hover {
			background: $white;
			border-color: $white;

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}
	}

	.header-top,
	.main-header-area {
		padding-left: 175px;
		padding-right: 175px;
	}

	.main-header-area {
		padding-top: 47px;
		padding-bottom: 47px;

		.main-menu {
			ul {
				li {
					a {
						color: $white;
					}

					ul.sub-menu {
						li {
							a {
								color: $body-text-color;
							}
						}
					}
				}
			}
		}

		.logo {
			display: inline-block;
			@include transition(.4s);
		}

		.sticky-logo {
			display: none;
			visibility: hidden;
			@include transition(.4s);
		}

		&.sticky-menu {
			padding-top: 10px;
			padding-bottom: 10px;
			background: $black;

			.logo {
				display: none;
			}

			.sticky-logo {
				display: inline-block;
				visibility: visible;
			}
		}
	}


	.bs-btn {
		color: $white;
		font-size: 20px;
		font-weight: 500;
		font-family: $supremeMedium;
		padding: 15px 26px 17px 26px;
		border-radius: 50px;
		background: $theme-color;
		margin-left: 20px;

		&::before {
			background: $white;
		}

		&:hover {
			color: $black;
			border-color: $black;
			background: $black;
		}
	}

	.bs-btn2 {
		color: $white;
		font-size: 20px;
		font-weight: 500;
		font-family: $supremeMedium;
		padding: 14px 37px 15px 37px;
		border: 1px solid $white;
		border-radius: 50px;
		background: rgba(255, 255, 255, 0.1);
		margin-left: 40px;

		&::before {
			background: $white;
		}

		&:hover {
			color: $black;
			border-color: $black;
			background: $black;
		}
	}

	.call-btn {
		color: rgba(255, 255, 255, 0.3);
		font-size: 20px;
		font-weight: 700;
		font-family: $supremeItalic;
		font-style: italic;

		.phone-number {
			color: #FFC658;
			border-bottom: 1px solid #FFC658;
		}
	}

	@media only screen and (max-width: 1600px) {

		.main-header-area,
		.header-top {
			padding-left: 0;
			padding-right: 0;
		}

	}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				max-width: 100%;
			}
		}
	}
}
*/
/*
.theme-menu-seven {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;

	.logo {
		display: inline-block;
		visibility: visible;
		@include transition(.4s);
	}

	.sticky-logo {
		display: none;
		visibility: hidden;
		@include transition(.4s);
	}


	.hamburger-menu {
		background: $white;
		border-color: $white;

		.bar-wrap {

			align-items: flex-start;

			.bar-1 {
				width: 30px;
				height: 3px;
			}

			.bar-2 {
				width: 20px;
				height: 3px;
			}

			.bar-3 {
				width: 10px;
				height: 3px;
			}

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}

		&:hover {
			background: $white;
			border-color: $white;

			.bar-1,
			.bar-2,
			.bar-3 {
				background: $black;
			}
		}
	}

	.header-top,
	.main-header-area {
		padding-left: 175px;
		padding-right: 175px;
	}

	.main-header-area {
		padding-top: 47px;
		padding-bottom: 47px;


		.logo {
			display: inline-block;
			@include transition(.4s);
		}

		.sticky-logo {
			display: none;
			visibility: hidden;
			@include transition(.4s);
		}

		&.sticky-menu {
			background: #F6EBE1;
			padding-top: 10px;
			padding-bottom: 10px;

			.logo {
				display: none;
			}

			.sticky-logo {
				display: inline-block;
				visibility: visible;
			}
		}
	}


	.bs-btn {
		color: $black;
		font-size: 20px;
		font-weight: 500;
		font-family: $supremeMedium;
		padding: 16px 26px 17px 26px;
		border-radius: 50px;
		background: $theme-color4;
		border: 1px solid $black;
		margin-left: 20px;

		&::before {
			background: $theme-color4;
		}

		&:hover {
			color: $black;
			border-color: $theme-color4;
			background: $theme-color4;
		}
	}

	.bs-btn2 {
		color: $black;
		font-size: 20px;
		font-weight: 500;
		font-family: $supremeMedium;
		padding: 16px 38px 17px 38px;
		border: 1px solid $black;
		border-radius: 50px;
		background: transparent;
		margin-left: 40px;

		&::before {
			background: $theme-color4;
		}

		&:hover {
			color: $black;
			border-color: $theme-color4;
		}
	}

	.call-btn {
		color: rgba(0, 0, 0, 0.3);
		font-size: 20px;
		font-weight: 700;
		font-family: $supremeItalic;
		font-style: italic;

		.phone-number {
			color: $heding;
			border-bottom: 2px solid $black;
		}
	}

	@media only screen and (max-width: 1600px) {

		.main-header-area,
		.header-top {
			padding-left: 0;
			padding-right: 0;
		}

	}

	@media only screen and (max-width: 767.98px) {
		.logo-area {
			img {
				max-width: 100%;
			}
		}
	}
}
*/
/*
.header-menu {
	a {
		color: $heding;
		font-size: 18px;
		font-weight: 400;
		font-family: $supremeRegular;
		display: inline-block;
		@include transition(.4s);

		&:hover {
			color: $white;
		}
	}
}
*/
/*
.onepage-nav {
	.main-menu ul li a::before {
		display: none;
	}
}
*/
.breadcrumb-wrapper {
  padding-top: 260px;
  padding-bottom: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .shape-1,
.breadcrumb-wrapper .shape-2 {
  position: absolute;
}
.breadcrumb-wrapper .shape-1 {
  left: 0;
  bottom: 40px;
  animation: float-bob-y infinite linear 8s;
}
.breadcrumb-wrapper .shape-2 {
  right: 0;
  bottom: 40px;
  animation: float-bob-y infinite linear 7s;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.breadcrumb-wrapper .breadcrumb-title {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .breadcrumb-wrapper .shape-1,
  .breadcrumb-wrapper .shape-2 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper .page-title {
    font-size: 28px;
  }
}

ul.breadcrumb-menu {
  display: inline-block;
  padding: 0;
}
ul.breadcrumb-menu li {
  display: inline-block;
}
ul.breadcrumb-menu li:last-child a {
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
}
ul.breadcrumb-menu li:last-child a::before {
  display: none;
}
ul.breadcrumb-menu li a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  line-height: 1;
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb-menu li a::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 2px;
  height: 21px;
  right: -4px;
  top: 4px;
  z-index: 1;
  transform: rotate(23deg);
}
@media only screen and (max-width: 1600px) {
  ul.breadcrumb-menu li a {
    font-size: 18px;
  }
  ul.breadcrumb-menu li a::before {
    top: 0;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
.mean-remove {
	display: none !important;
}
*/
.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}
.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.ht-menu-wrapper .mobile-menu-wrapper.menu-wrap-2::-moz-scrollbar {
  display: none;
}
.ht-menu-wrapper .mobile-menu-wrapper.menu-wrap-2::-ms-scrollbar {
  display: none;
}
.ht-menu-wrapper .mobile-menu-wrapper.menu-wrap-2::-o-scrollbar {
  display: none;
}
.ht-menu-wrapper .mobile-menu-wrapper.menu-wrap-2::-webkit-scrollbar {
  display: none;
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #000000;
  border-right: 3px solid #c53040;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #ffffff;
  background-color: #c53040;
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

/*
.fw-exbold {
    font-weight: 800 !important;
}
*/
/*
.fw-bold {
    font-weight: 700 !important;
}
*/
/*
.fw-semi {
    font-weight: 600 !important;
}
*/
/*
.fw-medium {
    font-weight: 500 !important;
}
*/
/*
.fw-normal {
    font-weight: 400 !important;
}
*/
/*
.fw-light {
    font-weight: 300 !important;
}
*/
/*
.fw-thin {
    font-weight: 100 !important;
}
*/
.fs-22 {
  font-size: 22px !important;
  line-height: 45px;
}
@media only screen and (max-width: 1200px) {
  .fs-22 {
    font-size: 20px !important;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fs-22 {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.fs-20 {
  font-size: 20px !important;
}

/*
.fs-18 {
    font-size: 18px !important;
}
*/
/*
.fs-16 {
    font-size: 16px !important;
}
*/
/*
.fs-14 {
    font-size: 14px !important;
}
*/
/*
.fs-12 {
    font-size: 12px !important;
}
*/
/*--
    - Background color
-----------------------------------------*/
/*
.grey-bg {
    background: $grey;
}
*/
/*
.light-grey-bg {
    background: $light-grey;
}
*/
/*
.white-bg {
    background: $white;
}
*/
.black-bg {
  background: #000000 !important;
}

/*
.heding-bg {
    background: $heding !important;
}
*/
/*
.theme-bg {
    background: $theme-color !important;
}
*/
/*
.theme-bg-2 {
    background: $theme-color2 !important;
}
*/
/*
.theme-bg-3 {
    background: $theme-color3 !important;
}
*/
/*
.theme-bg-4 {
    background: $theme-color4 !important;
}
*/
/*--- color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

/*
.text-black {
    color: $black;
}
*/
.text-theme {
  color: #c53040 !important;
}

/*
.text-theme-2 {
    color: $theme-color2 !important;
}
*/
/*
.text-theme3 {
    color: $theme-color3 !important;
}
*/
/*
.text-theme4 {
    color: $theme-color4 !important;
}
*/
/*
.text-body {
    color: $body-text-color !important;
}
*/
.text-heding {
  color: #000000 !important;
}

/*--
    - fonts
-----------------------------------------*/
/*
.body-font {
    font-family: $supremeRegular !important;
}
*/
/*
.heding-font {
    font-family: $garamond !important;
}
*/
.uppercase {
  text-transform: uppercase;
}

/*
.capitalize {
    text-transform: capitalize;
}
*/
/*
.capitalize {
    text-transform: lowercase;
}
*/
/*
.bg-none {
    background: none !important;
}
*/
.before-none::before {
  display: none !important;
}

/*
.after-none {
    &::before {
        display: none !important;
    }
}
*/
/*
.border-rad {
    border-radius: 30px;
}
*/
/*---font family----*/
/*
.supremebold {
    font-family: $supremeBold !important;
}
*/
/*
.supremeregular {
    font-family: $supremeRegular !important;
}
*/
/*
.garamond {
    font-family: $garamond !important;
}
*/
/*
.laila-font {
    font-family: $garamond !important;
}
*/
/* search-area */
/*
.search-area {
	.search-input {
		color: $heding;
		font-size: 20px;
		width: 60px;
		height: 60px;
		display: inline-block;
		border: 1.5px solid $heding;
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		position: relative;
		z-index: 1;

		&:hover {
			background: $theme-color;
			color: $white;
		}
	}
}
*/
/* Full screen search
-------------------------------------------------------*/
/*
.offcanvas-top {
	// height: 50vh;
	min-height: 150px;

	.search-close {
		position: absolute;
		top: 50px;
		right: 50px;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
	}
}
*/
/*
.search-wrap {
	padding-bottom: 100px;

	input {
		color: $white;
		font-size: 80px;
		width: 100%;
		background: transparent;
		border: 0;
		text-align: center;
		display: inline-block;
		height: auto;
		padding: 0;
		display: inline-block;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		border-bottom: 2px solid $white;

		&::placeholder {
			color: $white;
			padding-bottom: 80px;
			font-size: 80px;
			font-family: $garamond;

			@media only screen and (min-width: 1200px) and (max-width: 1600px) {
				font-size: 50px;
			}

			@media only screen and (min-width: 992px) and (max-width: 1200px) {
				font-size: 40px;
			}

			@media only screen and (min-width: 768px) and (max-width: 991px) {
				font-size: 30px;
			}

			@media (max-width: 767px) {
				font-size: 20px;
			}
		}

		&::-moz-placeholder,
		&::-webkit-placeholder,
		&::-o-placeholder,
		&::-ms-placeholder {
			color: $white;
			padding-bottom: 80px;
			font-size: 80px;
			font-family: $garamond;

			@media only screen and (min-width: 1200px) and (max-width: 1600px) {
				font-size: 50px;
			}

			@media only screen and (min-width: 992px) and (max-width: 1200px) {
				font-size: 40px;
			}

			@media only screen and (min-width: 768px) and (max-width: 991px) {
				font-size: 30px;
			}

			@media (max-width: 767px) {
				font-size: 30px;
			}
		}
	}
}
*/
/*
.custom-container-one {
    max-width: 1570px;
}
*/
/*
.custom-container-two {
    max-width: 1484px;
}
*/
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/*
.scaleUp1 {
    -webkit-animation-name: scaleUp1;
    animation-name: scaleUp1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
*/
@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #c53040;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #c53040;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #c53040;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #c53040;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #c53040;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #c53040;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
/*
.movingX {
    animation: movingX 8s linear infinite;
}
*/
@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
.jump {
    animation: jumpAni 7s linear infinite;
}
*/
@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}
*/
@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
.jump {
    animation: jumpAni 7s linear infinite;
}
*/
@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}
*/
@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/*
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
*/
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/*
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
*/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/*
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
*/
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
*/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
*/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
*/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
*/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
*/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
*/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
/*
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
*/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/*
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
*/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/*
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
*/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/*
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
*/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/*
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/*
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/*
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/*
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/*
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/*
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/*
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
/*
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
/*
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
*/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
/*
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
*/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
/*
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
/*
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
/*
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/*
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/*
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/*
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/*
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/*
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/*
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/*
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/*
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
/*
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/*
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
*/
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
*/
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
*/
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
*/
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
/*
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
/*
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
/*
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
/*
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
*/
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/*
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
*/
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/*
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
*/
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
.cause-slider-one {
    margin-left: 200px;
    width: 104vw;

    @media only screen and (max-width: 1600px) {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}
*/
/*
.cause-slider-two {
    max-width: 1530px;
    margin-left: 130px;
    position: relative;
    z-index: 1;

    @media only screen and (max-width: 1600px) {
        margin: 0;
    }
}
*/
/*
.cause-slider-three {
    padding-left: 120px;
    padding-right: 120px;

    @media only screen and (max-width: 1800px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
*/
/*
.cause-slider-four {
    width: 118vw;
    margin-left: -180px;

    @media only screen and (max-width: 1600px) {
        width: 100%;
        margin-left: 0;
    }
}
*/
/*
.cause-slider-six {
    width: 118vw;
    margin-left: -180px;

    @media only screen and (max-width: 1600px) {
        width: 100%;
        margin-left: 0;
    }
}
*/
/*
.cause-section-three {

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;
    }

    .shape-1 {
        right: 160px;
        top: 134px;
        animation: rotation infinite 8s linear;
    }

    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }
}
*/
/*
.cause-section-four {
    background: #F9F9F9;
}
*/
@media only screen and (max-width: 1800px) {
  .cause-section.arrow-style-2 .slick-prev,
  .cause-section.arrow-style-2 .slick-next {
    display: none;
  }
}

/*
.causes-wrap-1 {
    background: $white;
    padding: 30px 30px 40px 30px;
    margin-bottom: 45px;
    margin-top: 15px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10);

    &.cs-style-2 {
        .progress {
            .progress-bar {
                width: 72%;
            }

            span {
                right: 21%;
            }
        }
    }

    &.cs-style-3 {
        .progress {
            .progress-bar {
                width: 86%;
            }

            span {
                right: 8%;
            }
        }
    }

    .cause-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
        }

        .cause-tag {
            color: $white;
            font-size: 16px;
            line-height: 16px;
            background: $theme-color;
            padding: 6px 20px;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 1;
        }
    }

    .cause-title {
        margin-top: 25px;
        margin-bottom: 12px;

        a {
            color: $heding;
            font-size: 30px;
            font-family: $garamond;
            font-weight: 500;
            line-height: 1.35;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .description {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 55px;
    }

    .fund {
        font-size: 20px;
        font-family: $garamond;
        font-weight: 400;

        span {
            font-family: $garamond;
            font-weight: 700;
        }
    }

    .progress {
        height: 7px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        overflow: visible;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;

        .progress-bar {
            height: 7px;
            background: $theme-color;
            width: 64%;
            border-radius: 0px;
            overflow: visible;
        }

        span {
            color: $heding;
            font-size: 20px;
            font-weight: 500;
            font-family: $supremeMedium;
            position: absolute;
            right: 29%;
            top: -34px;
        }
    }

    .donation-btn {
        color: $white;
        font-size: 20px;
        font-family: $garamond;
        font-weight: 500;
        line-height: 1;
        background-color: $black;
        padding: 16px 30px 18px 30px;
        margin-top: 35px;
        text-transform: capitalize;
        display: inline-block;
        transition: all;
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        width: 100%;
        text-align: center;

        &:hover {
            background: $theme-color;
        }
    }

    .cause-title,
    .description {
        padding-right: 35px;

    }

    @media only screen and (max-width: 1600px) {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

        .cause-title {
            a {
                font-size: 24px;
            }
        }
    }

    @media only screen and (max-width: 1200px) {

        .cause-title,
        .description {
            padding-right: 0;

        }
    }
}
*/
.causes-wrap-2 {
  background: #ffffff;
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
  margin-bottom: 45px;
  margin-top: 15px;
  box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.07);
}
.causes-wrap-2.cs-style-2 .progress .progress-bar {
  width: 72%;
}
.causes-wrap-2.cs-style-2 .progress span {
  right: 21%;
}
.causes-wrap-2.cs-style-3 .progress .progress-bar {
  width: 86%;
}
.causes-wrap-2.cs-style-3 .progress span {
  right: 8%;
}
.causes-wrap-2 .cause-thumb {
  position: relative;
  z-index: 1;
}
.causes-wrap-2 .cause-thumb img {
  width: 100%;
  border-radius: 10px;
}
.causes-wrap-2 .cause-thumb .cause-tag {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  background: #c53040;
  padding: 6px 20px;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.causes-wrap-2 .cause-title {
  margin-top: 25px;
  margin-bottom: 12px;
}
.causes-wrap-2 .cause-title a {
  color: #000000;
  font-size: 30px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.35;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.causes-wrap-2 .cause-title a:hover {
  color: #c53040;
}
.causes-wrap-2 .description {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 55px;
}
.causes-wrap-2 .fund {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.causes-wrap-2 .fund span {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
.causes-wrap-2 .progress {
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.causes-wrap-2 .progress .progress-bar {
  height: 7px;
  background: #c53040;
  width: 64%;
  border-radius: 0px;
  overflow: visible;
}
.causes-wrap-2 .progress span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  position: absolute;
  right: 29%;
  top: -34px;
}
.causes-wrap-2 .donation-btn {
  color: #000;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  padding: 16px 30px 18px 30px;
  border: 1.5px solid #000;
  border-radius: 8px;
  margin-top: 35px;
  text-transform: capitalize;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 100%;
  text-align: center;
}
.causes-wrap-2 .donation-btn:hover {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
.causes-wrap-2 .cause-title,
.causes-wrap-2 .description {
  padding-right: 35px;
}
@media only screen and (max-width: 1600px) {
  .causes-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .causes-wrap-2 .cause-title a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .causes-wrap-2 .cause-title,
  .causes-wrap-2 .description {
    padding-right: 0;
  }
}

/*
.causes-wrap-3 {
    background: $white;
    border: 3px solid $black;
    padding: 30px 30px 38px 30px;
    border-radius: 10px;
    margin-bottom: 45px;
    margin-top: 15px;
    // box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);

    .cause-thumb {
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.64%, rgba(0, 0, 0, 0.50) 100%);
            width: 100%;
            height: 100%;
            border-radius: 10px;
            left: 0;
            top: 0;
        }

        img {
            width: 100%;
            border-radius: 10px;
        }
    }

    .cause-donation {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .cause-title {
        margin-top: 25px;
        margin-bottom: 12px;

        a {
            color: $heding;
            font-size: 24px;
            font-family: $panchangSemi;
            font-weight: 600;
            line-height: 1.25;
            letter-spacing: -2px;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .description {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 32px;
    }

    .fund {
        font-size: 16px;
        font-family: $supremeRegular;
        font-weight: 400;
        background: $white;
        border-radius: 4px;
        padding: 10px 14px;

        &:first-child {
            margin-right: 25px;
        }

        span {
            font-family: $supremeMedium;
            font-weight: 500;
        }
    }


    .chart3 {
        position: relative;
        z-index: 1;

        span {
            color: #fff;
            font-size: 26px;
            font-weight: 700;
            font-family: $supremeBold;
            position: absolute;
            left: 0;
            right: 0;
            top: 46%;
            transform: translateY(-50%);
            text-align: center;
        }
    }

    .donation-btn {
        color: $black;
        font-size: 24px;
        font-family: $supremeMedium;
        font-weight: 500;
        line-height: 1;
        padding: 16px 30px 18px 30px;
        border: 3px solid $black;
        border-radius: 8px;
        text-transform: capitalize;
        display: inline-block;
        transition: all;
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        width: 100%;
        text-align: center;

        &:hover {
            color: $white;
            background: $black;
        }
    }


    @media only screen and (max-width: 1600px) {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

        .cause-title {
            a {
                font-size: 24px;
            }
        }
    }

    @media only screen and (max-width: 767.98px) {
        .cause-donation {
            padding-left: 10px;
            bottom: 10px;
        }

        .fund {
            padding: 4px;
            font-size: 14px;
        }

        .chart3 {
            display: none;
        }

        .cause-title {
            a {
                font-size: 22px;
            }
        }

        .donation-btn {
            font-size: 20px;
        }
    }
}
*/
/*
.causes-wrap-4 {
    text-align: center;
    background: $white;
    padding: 30px 30px 40px 30px;
    border-radius: 10px;
    margin-bottom: 45px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.03);

    .cause-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            border-radius: 10px;
        }

        .cause-tag {
            color: $black;
            font-size: 16px;
            line-height: 16px;
            background: $white;
            padding: 6px 20px;
            border-radius: 4px;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 1;
        }
    }

    .cause-title {
        margin-top: 25px;
        margin-bottom: 12px;

        a {
            color: $heding;
            font-size: 30px;
            font-family: $garamond;
            font-weight: 600;
            line-height: 1.35;
            @include transition(.4s);

            &:hover {
                color: $theme-color3;
            }
        }
    }

    .description {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 55px;
    }

    .fund {
        font-size: 20px;
        font-family: $supremeRegular;
        font-weight: 400;

        span {
            font-family: $garamond;
            font-weight: 600;
        }
    }


    &.cs-style-2 {
        .progress {
            .progress-bar {
                width: 72%;
            }

            span {
                right: 21%;
            }
        }
    }

    &.cs-style-3 {
        .progress {
            .progress-bar {
                width: 86%;
            }

            span {
                right: 9%;
            }
        }
    }

    .progress {
        height: 7px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        overflow: visible;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;

        .progress-bar {
            height: 7px;
            background: $theme-color3;
            width: 64%;
            border-radius: 0px;
            overflow: visible;
        }

        span {
            color: $heding;
            font-size: 20px;
            font-weight: 500;
            font-family: $supremeMedium;
            position: absolute;
            right: 30%;
            top: -34px;
        }
    }


    .donation-btn {
        color: $black;
        font-size: 20px;
        font-family: $supremeMedium;
        font-weight: 500;
        line-height: 1;
        padding: 16px 30px 18px 30px;
        border: 1.5px solid $black;
        border-radius: 8px;
        margin-top: 35px;
        text-transform: capitalize;
        display: inline-block;
        transition: all;
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        width: 100%;
        text-align: center;

        &:hover {
            color: $black;
            border-color: $theme-color3;
            background: $theme-color3;
        }
    }


    @media only screen and (max-width: 1600px) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

        .cause-title {
            a {
                font-size: 24px;
            }
        }
    }

    @media only screen and (max-width: 1200px) {
        margin-left: 0;
        margin-right: 0;
    }
}
*/
/*
.causes-wrap-5 {
    text-align: center;
    background: #FFE2DC;
    padding: 30px 30px 40px 30px;
    border-radius: 15px;
    margin-bottom: 45px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;


    &.cs-style-2 {
        background: #FFFDD3;

        .progress {
            .progress-bar {
                width: 83%;
            }

            span {
                right: 11%;
            }
        }
    }

    &.cs-style-3 {
        background: #D9EDFF;

        .progress {
            .progress-bar {
                width: 72%;
            }

            span {
                right: 21%;
            }
        }
    }

    .cause-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            border-radius: 10px;
        }

        .cause-tag {
            color: $white;
            font-size: 16px;
            line-height: 16px;
            background: $theme-color;
            padding: 6px 20px;
            border-radius: 4px;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 1;
        }
    }

    .cause-title {
        margin-top: 25px;
        margin-bottom: 12px;

        a {
            color: $heding;
            font-size: 30px;
            font-family: $garamond;
            font-weight: 500;
            line-height: 1.35;
            @include transition(.4s);

            &:hover {
                color: $theme-color3;
            }
        }
    }

    .description {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 55px;
    }

    .fund {
        font-size: 20px;
        font-family: $supremeRegular;
        font-weight: 400;

        span {
            font-family: $garamond;
            font-weight: 600;
        }
    }

    .progress {
        height: 7px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        overflow: visible;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;

        .progress-bar {
            height: 7px;
            background: $theme-color;
            width: 54%;
            border-radius: 0px;
            overflow: visible;
        }

        span {
            color: $heding;
            font-size: 20px;
            font-weight: 500;
            font-family: $supremeMedium;
            position: absolute;
            right: 40%;
            top: -34px;
        }
    }


    .donation-btn {
        color: $black;
        font-size: 20px;
        font-family: $supremeMedium;
        font-weight: 500;
        line-height: 1;
        padding: 14px 30px 16px 30px;
        border: 1.5px solid $black;
        border-radius: 50px;
        margin-top: 35px;
        text-transform: capitalize;
        display: inline-block;
        transition: all;
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        width: 100%;
        text-align: center;

        &:hover {
            color: $white;
            border-color: $black;
            background: $black;
        }
    }


    @media only screen and (max-width: 1600px) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

        .cause-title {
            a {
                font-size: 24px;
            }
        }
    }

    @media only screen and (max-width: 1200px) {
        margin-left: 0;
        margin-right: 0;
    }
}
*/
/*
.causes-wrap-6 {
    padding: 30px 30px 40px 30px;
    border: 1px solid $black;
    border-radius: 15px;
    margin-bottom: 45px;


    &.cs-style-2 {
        .progress {
            .progress-bar {
                width: 83%;
            }

            span {
                right: 11%;
            }
        }
    }

    &.cs-style-3 {
        .progress {
            .progress-bar {
                width: 72%;
            }

            span {
                right: 21%;
            }
        }
    }

    .cause-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            border-radius: 10px;
        }

        .cause-tag {
            color: $white;
            font-size: 16px;
            line-height: 16px;
            background: #FF6D3B;
            padding: 6px 20px;
            border-radius: 30px;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 1;
        }
    }

    .cause-title {
        margin-top: 25px;
        margin-bottom: 12px;

        a {
            color: $heding;
            font-size: 34px;
            font-family: $garamond;
            font-weight: 500;
            line-height: 1.35;
            @include transition(.4s);

            &:hover {
                color: $theme-color4;
            }
        }
    }

    .description {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 55px;
    }

    .fund {
        font-size: 20px;
        font-family: $supremeRegular;
        font-weight: 400;

        span {
            font-family: $garamond;
            font-weight: 600;
        }
    }

    .progress {
        height: 7px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        overflow: visible;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;

        .progress-bar {
            height: 7px;
            background: $black;
            width: 54%;
            border-radius: 0px;
            overflow: visible;
        }

        span {
            color: $heding;
            font-size: 20px;
            font-weight: 500;
            font-family: $supremeMedium;
            position: absolute;
            right: 38%;
            top: -34px;
        }
    }


    .donation-btn {
        color: $black;
        font-size: 20px;
        font-family: $supremeMedium;
        font-weight: 500;
        line-height: 1;
        padding: 14px 30px 16px 30px;
        border: 1.5px solid $black;
        border-radius: 50px;
        margin-top: 35px;
        text-transform: capitalize;
        display: inline-block;
        transition: all;
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        width: 100%;
        text-align: center;

        &:hover {
            border-color: $black;
            background: $theme-color4;
        }
    }


    @media only screen and (max-width: 1600px) {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;

        .cause-title {
            a {
                font-size: 24px;
            }
        }
    }

    @media only screen and (max-width: 1200px) {
        margin-left: 0;
        margin-right: 0;
    }
}
*/
.causes-wrap-7 {
  background: #ffffff;
  padding: 30px 40px 30px 30px;
  border-radius: 10px;
  margin-bottom: 45px;
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}
.causes-wrap-7.cs-style-2 .progress .progress-bar {
  width: 72%;
}
.causes-wrap-7.cs-style-2 .progress span {
  right: 21%;
}
.causes-wrap-7.cs-style-3 .progress .progress-bar {
  width: 86%;
}
.causes-wrap-7.cs-style-3 .progress span {
  right: 8%;
}
.causes-wrap-7 .cause-content {
  margin-left: 60px;
  flex: 1;
}
.causes-wrap-7 .cause-thumb {
  flex: 1;
  position: relative;
  z-index: 1;
}
.causes-wrap-7 .cause-thumb img {
  width: 100%;
  border-radius: 10px;
}
.causes-wrap-7 .cause-thumb .cause-tag {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  background: #c53040;
  padding: 6px 20px;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.causes-wrap-7 .cause-title {
  margin-bottom: 12px;
}
.causes-wrap-7 .cause-title a {
  color: #000000;
  font-size: 30px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.35;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.causes-wrap-7 .cause-title a:hover {
  color: #c53040;
}
.causes-wrap-7 .description {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 55px;
}
.causes-wrap-7 .fund-wrap .fund:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .causes-wrap-7 .fund-wrap .fund:first-child {
    margin-right: 15px;
  }
}
.causes-wrap-7 .fund {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.causes-wrap-7 .fund span {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
.causes-wrap-7 .progress {
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.causes-wrap-7 .progress .progress-bar {
  height: 7px;
  background: #c53040;
  width: 78%;
  border-radius: 0px;
  overflow: visible;
}
.causes-wrap-7 .progress span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  position: absolute;
  right: 16%;
  top: -34px;
}
.causes-wrap-7 .donation-btn {
  color: #000;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  padding: 14px 40px 16px 40px;
  border: 1.5px solid #000;
  border-radius: 8px;
  text-transform: capitalize;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  text-align: center;
}
.causes-wrap-7 .donation-btn:hover {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
@media only screen and (max-width: 1600px) {
  .causes-wrap-7 {
    padding: 15px;
  }
  .causes-wrap-7 .cause-title a {
    font-size: 24px;
  }
  .causes-wrap-7 .cause-content {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .causes-wrap-7 .cause-content {
    padding-top: 25px;
    padding-left: 0;
  }
}

.causes-details-wrapper {
  margin-bottom: 45px;
}
.causes-details-wrapper .cause-thumb {
  position: relative;
  z-index: 1;
}
.causes-details-wrapper .cause-thumb img {
  border-radius: 30px;
}
.causes-details-wrapper .cause-thumb .cause-tag {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  background: #ffffff;
  padding: 6px 20px;
  border-radius: 4px;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
}
.causes-details-wrapper .cause-thumb-2 img {
  border-radius: 15px;
}
.causes-details-wrapper .cause-title {
  margin-bottom: 12px;
}
.causes-details-wrapper .cause-title a {
  color: #000000;
  font-size: 48px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.35;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.causes-details-wrapper .cause-title a:hover {
  color: #c53040;
}
@media only screen and (max-width: 1200px) {
  .causes-details-wrapper .cause-title a {
    font-size: 32px;
  }
}
.causes-details-wrapper .description {
  font-size: 22px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 55px;
}
.causes-details-wrapper .label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-family: "EB Garamond", serif;
  margin-bottom: 0;
}
.causes-details-wrapper .fund {
  font-size: 30px;
  font-family: "Supreme-Medium";
  font-weight: 500;
}
.causes-details-wrapper .progress {
  height: 7px;
  width: 455px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.causes-details-wrapper .progress .progress-bar {
  height: 7px;
  background: #c53040;
  width: 42%;
  border-radius: 0px;
  overflow: visible;
}
.causes-details-wrapper .progress span {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  position: absolute;
  right: 52%;
  top: -34px;
}
@media only screen and (max-width: 767.98px) {
  .causes-details-wrapper .progress {
    width: 100%;
  }
}
.causes-details-wrapper .donation-btn {
  color: #000;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  padding: 14px 40px 16px 40px;
  border: 1.5px solid #000;
  border-radius: 8px;
  text-transform: capitalize;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  text-align: center;
}
.causes-details-wrapper .donation-btn:hover {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
.causes-details-wrapper .cause-info {
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  padding-bottom: 50px;
}
.causes-details-wrapper .cause-info li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.causes-details-wrapper .cause-info li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85px;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(19deg);
  right: -57%;
  top: 0;
  z-index: 1;
}
.causes-details-wrapper .cause-info li:nth-child(3)::before {
  right: -15%;
}
.causes-details-wrapper .cause-info li:last-child::before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .causes-details-wrapper .cause-info li {
    margin-bottom: 20px;
    display: block;
  }
  .causes-details-wrapper .cause-info li::before {
    display: none;
  }
}

/*--
	-theme-btn
----------------------------------------*/
.ht-btn {
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  background-color: #c53040;
  padding: 16px 30px 18px 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
}
.ht-btn:hover {
  color: #ffffff;
}
.ht-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}

.style-2 {
  color: #ffffff;
  background: #c53040;
  border-radius: 8px;
}

.style-3 {
  color: #000;
  font-size: 16px;
  font-family: "Panchang-Semibold";
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  background: #F2C944;
}
.style-3::before {
  background: #000;
}

.style-4 {
  color: #000;
  font-size: 16px;
  font-family: "Panchang-Bold";
  font-weight: 700;
  line-height: 20px;
  padding: 15px 30px;
  background: transparent;
  border: 1px solid #000;
}
.style-4::before {
  background: #000;
}
.style-4:hover {
  border-color: #000;
}

.style-5 {
  color: #ffffff;
  font-size: 16px;
  font-family: "Panchang-Semibold";
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  background: #000;
}
.style-5::before {
  background: #ffffff;
}
.style-5:hover {
  color: #000;
}

/*
.style-6 {
    color: $white;
    font-size: 20px;
    font-family: $supremeMedium;
    font-weight: 500;
    padding: 15px 30px;
    background: $black;
    border-radius: 8px;

    &::before {
        background: $theme-color;
    }
}
*/
.style-7 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  padding: 13px 32px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.style-7::before {
  background: #c53040;
}
.style-7:hover {
  border-color: #c53040;
}

/*
.style-8 {
    color: $white;
    font-size: 20px;
    font-family: $supremeMedium;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    padding: 13px 32px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid $white;

    &::before {
        background: $theme-color3;
    }

    &:hover {
        color: $black;
        border-color: $theme-color3;
    }
}
*/
/*
.style-9 {
    color: $black;
    border-radius: 8px;
    background: $theme-color3;

    &::before {
        background: $black;
    }
}
*/
.style-10 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  padding: 14px 33px 16px 33px;
  border-radius: 50px;
  background: #ffffff;
  display: inline-block;
}
.style-10::before {
  background: #000;
}

/*
.style-11 {
    color: $white;
    font-size: 20px;
    font-weight: 500;
    font-family: $supremeMedium;
    padding: 23px 65px 25px 65px;
    border-radius: 50px;
    background: $black;
    display: inline-block;

    &::before {
        background: $white;
    }

    &:hover {
        color: $black;
    }

}
*/
/*
.style-12 {
    color: $white;
    font-size: 20px;
    font-weight: 500;
    font-family: $supremeMedium;
    padding: 23px 65px 25px 65px;
    border-radius: 50px;
    background: $theme-color;
    display: inline-block;

    &::before {
        background: $white;
    }

    &:hover {
        color: $black;
    }

}
*/
/*
.style-13 {
    color: $black;
    font-size: 20px;
    font-weight: 500;
    font-family: $supremeMedium;
    padding: 15px 45px 16px 45px;
    border-radius: 50px;
    background: $theme-color4;
    border: 1px solid $black;
    display: inline-block;

    &::before {
        background: $theme-color;
    }

    &:hover {
        color: $white;
        border-color: $theme-color;
    }

}
*/
/*
.style-14 {
    color: $black;
    font-size: 20px;
    font-weight: 500;
    font-family: $supremeMedium;
    padding: 16px 33px 18px 33px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid $black;
    display: inline-block;

    &::before {
        background: $theme-color4;
    }

    &:hover {
        color: $white;
    }

}
*/
.style-15 {
  color: #000;
  padding: 15px 43px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
}
.style-15::before {
  background: #c53040;
}
.style-15:hover {
  border-color: #c53040;
}

/*
.arrow-btn {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid $black;
    text-align: center;
    line-height: 87px;
}
*/
ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin: 0px 7px 0px 7px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 50%;
}
ul.slick-dots li.slick-active button {
  background: #c53040;
}

.dot-style-2 ul.slick-dots {
  bottom: 120px;
}
.dot-style-2 ul.slick-dots li button {
  border: 1px solid #ffffff;
  background: transparent;
}
.dot-style-2 ul.slick-dots li.slick-active button {
  border-color: #c53040;
  background: #c53040;
}

/*
.dot-style-3 {
    ul.slick-dots {
        bottom: -57px;

        &::before {
            content: "";
            position: absolute;
            background: #000;
            width: 146%;
            height: 1px;
            left: -23%;
            top: 9px;
            z-index: -1;
        }

        &::after {
            content: "";
            position: absolute;
            background: $white;
            width: 90px;
            height: 30px;
            left: 0;
            right: 0;
            top: 0;
            margin: 0 auto;
            z-index: -1;
        }

        li {
            button {
                width: 8px;
                height: 8px;
                background: rgba(0, 0, 0, 0.6);
            }

            &.slick-active {
                button {
                    width: 10px;
                    height: 10px;
                    background: $theme-color2;
                }
            }
        }
    }
}
*/
.dot-style-4 ul.slick-dots li button {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.dot-style-4 ul.slick-dots li.slick-active button {
  border-color: #c53040;
  background: #c53040;
}

/*
.dot-style-5 {
    ul.slick-dots {

        li {
            button {
                border-color: $black;
                background: $black;
            }

            &.slick-active {
                button {
                    border-color: $black;
                    background: $black;
                }
            }
        }
    }
}
*/
.arrow-style-1 .slick-prev,
.arrow-style-1 .slick-next,
.arrow-style-1 .next-p1,
.arrow-style-1 .prev-p1,
.arrow-style-1 .slick-prev,
.arrow-style-3 .slick-prev,
.arrow-style-3 .slick-next,
.arrow-style-3 .next-p1,
.arrow-style-3 .prev-p1,
.arrow-style-3 .slick-prev,
.arrow-style-4 .slick-prev,
.arrow-style-4 .slick-next,
.arrow-style-4 .next-p1,
.arrow-style-4 .prev-p1,
.arrow-style-4 .slick-prev,
.arrow-style-5 .slick-prev,
.arrow-style-5 .slick-next,
.arrow-style-5 .next-p1,
.arrow-style-5 .prev-p1,
.arrow-style-5 .slick-prev,
.arrow-style-6 .slick-prev,
.arrow-style-6 .slick-next,
.arrow-style-6 .next-p1,
.arrow-style-6 .prev-p1,
.arrow-style-6 .slick-prev,
.arrow-style-7 .slick-prev,
.arrow-style-7 .slick-next,
.arrow-style-7 .next-p1,
.arrow-style-7 .prev-p1,
.arrow-style-7 .slick-prev,
.arrow-style-8 .slick-prev,
.arrow-style-8 .slick-next,
.arrow-style-8 .next-p1,
.arrow-style-8 .prev-p1,
.arrow-style-8 .slick-prev,
.arrow-style-10 .slick-prev,
.arrow-style-10 .slick-next,
.arrow-style-10 .next-p1,
.arrow-style-10 .prev-p1,
.arrow-style-10 .slick-prev {
  margin-right: 20px;
}

.arrow-style-2 {
  position: relative;
  z-index: 1;
}
.arrow-style-2 .slick-prev,
.arrow-style-2 .slick-next {
  border: 0;
  background: #000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  position: absolute;
  z-index: 1;
  animation: pulseBig infinite 2s linear;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-2 .slick-prev {
  left: 40px;
  top: 65%;
  display: none;
}
.arrow-style-2 .slick-next {
  right: 132px;
  top: 65%;
}
.arrow-style-2:hover .slick-prev {
  display: inline-block;
}

.arrow-style-3 .slick-prev,
.arrow-style-6 .slick-prev,
.arrow-style-10 .slick-prev {
  border-radius: 50%;
  position: absolute;
  left: 10.8%;
  top: 50%;
}
.arrow-style-3 .slick-next,
.arrow-style-6 .slick-next,
.arrow-style-10 .slick-next {
  border-radius: 50%;
  position: absolute;
  right: 10.8%;
  top: 50%;
}

/*
.arrow-style-4 {

    .slick-next,
    .slick-prev {
        font-size: 22px;
        border-radius: 50%;

        &:hover {
            color: $white;
            background: $theme-color2;
            border-color: $theme-color2;
        }
    }
}
*/
/*
.arrow-style-7 {

    .slick-next,
    .slick-prev {
        font-size: 22px;
        border-radius: 50%;

        &:hover {
            color: $white;
            background: $theme-color;
            border-color: $theme-color;
        }
    }
}
*/
/*
.arrow-style-5 {

    .slick-next,
    .slick-prev {
        font-size: 22px;
        border-radius: 50%;

        &:hover {
            color: $white;
            background: $theme-color;
            border-color: $theme-color;
        }
    }
}
*/
/*
.arrow-style-6 {

    .slick-next,
    .slick-prev {
        font-size: 22px;
        border-radius: 50%;
        top: 59%;

        &:hover {
            color: $white;
            background: $theme-color3;
            border-color: $theme-color3;
        }

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }
}
*/
/*
.arrow-style-8 {
    position: relative;
    z-index: 1;

    .border-line {
        width: 100%;
        height: 1px;
        background: $black;
        position: absolute;
        z-index: -1;
    }

    .slick-next,
    .slick-prev {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        border-radius: 50%;

        &:hover {
            color: $white;
            background: $theme-color;
            border-color: $black;
        }
    }
}
*/
/*
.arrow-style-9 {

    .slick-next,
    .slick-prev {
        width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 22px;
        border-radius: 50%;
        background: transparent;
        border: 0;
        border: 1px solid $white;
        padding: 0;
        margin: 0 10px;

        &:hover {
            color: $white;
            background: $theme-color;
        }
    }
}
*/
.arrow-style-10 .slick-next,
.arrow-style-10 .slick-prev {
  font-size: 22px;
  border-radius: 50%;
  top: 62%;
}
.arrow-style-10 .slick-next:hover,
.arrow-style-10 .slick-prev:hover {
  color: #ffffff;
  background: #c53040;
  border-color: #c53040;
}
@media only screen and (max-width: 1800px) {
  .arrow-style-10 .slick-next,
  .arrow-style-10 .slick-prev {
    display: none;
  }
}

/*
.number-wrapper {
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 20px;


    .number-pagination {
        color: $white;
        font-size: 24px;
        font-weight: 500;
        font-family: $panchangMedium;
        display: inline-block;
        line-height: 1;
    }

    .total-pagination {
        color: $white;
        font-size: 24px;
        font-weight: 500;
        font-family: $panchangMedium;
        display: inline-block;
        line-height: 1;
    }

    .divider-line {
        width: 2px;
        height: 18px;
        background: $white;
        display: inline-block;
        margin: 0 6px 0 4px;
        line-height: 1;
        transform: rotate(20deg);
    }
}
*/
.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-que-list .accordion-item {
  border: 0px;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 25px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #000000;
  font-size: 30px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  background: #FFDB65;
  border-radius: 10px;
  padding: 0;
  padding: 30px 0 34px 20px;
  position: relative;
  box-shadow: 0;
  border-radius: 10px 10px 0 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button .number {
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  display: inline-block;
  margin-right: 15px;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
  background: transparent;
  border: 0;
  border: 1px solid #000;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f282";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    color: #000000;
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
  border-radius: 10px 10px 0 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f282";
  color: #000000;
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .collapsed::before {
    color: #000000;
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-body {
  padding-top: 0;
  background: #FFDB65;
  border-radius: 0 0 10px 10px;
}
.faq-que-list .accordion-item .accordion-body p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 70%;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-button {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  font-family: "Supreme-Italic";
  background: rgba(255, 255, 255, 0.13);
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-button::before {
  content: "\f2ea";
  color: #ffffff;
  font-style: normal;
  width: 60px;
  height: 60px;
  border: 1px solid #c53040;
  line-height: 60px;
  font-size: 30px;
  background: #c53040;
  top: 47px;
  right: 40px;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-button .number {
  font-size: 40px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  font-style: normal;
  color: #ffffff;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-button.collapsed {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  font-style: italic;
  font-family: "Supreme-Italic";
  padding-bottom: 80px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-button.collapsed .number {
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1200px) {
  .faq-que-list.faq-style-2 .accordion-item .accordion-button {
    font-size: 28px;
  }
  .faq-que-list.faq-style-2 .accordion-item .accordion-button .number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-que-list.faq-style-2 .accordion-item .accordion-button {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-que-list.faq-style-2 .accordion-item .accordion-button .number {
    font-size: 22px;
  }
  .faq-que-list.faq-style-2 .accordion-item .accordion-button::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
  }
  .faq-que-list.faq-style-2 .accordion-item .accordion-button.collapsed::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-que-list.faq-style-2 .accordion-item .accordion-button::before {
    right: 5px;
  }
  .faq-que-list.faq-style-2 .accordion-item .accordion-button.collapsed::before {
    right: 5px;
  }
}
.faq-que-list.faq-style-2 .accordion-item .collapsed::before {
  content: "\f4fe";
  color: #ffffff;
  font-style: normal;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  line-height: 60px;
  font-size: 30px;
  background: transparent;
  top: 34%;
  right: 40px;
}
.faq-que-list.faq-style-2 .accordion-item .accordion-body {
  padding-top: 0;
  background: rgba(255, 255, 255, 0.13);
}
.faq-que-list.faq-style-2 .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 32px;
  max-width: 60%;
  padding-left: 97px;
}
@media only screen and (max-width: 991.98px) {
  .faq-que-list.faq-style-2 .accordion-item .accordion-body p {
    max-width: 90%;
    padding-left: 0;
    font-size: 18px;
  }
}
.faq-que-list.faq-style-3 .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-que-list.faq-style-3 {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 60px 66px 60px;
}
.faq-que-list.faq-style-3 .accordion-item .accordion-button {
  font-size: 48px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  background: rgba(255, 255, 255, 0.13);
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.faq-que-list.faq-style-3 .accordion-item .accordion-button.collapsed {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .faq-que-list.faq-style-3 .accordion-item .accordion-button {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-que-list.faq-style-3 .accordion-item .accordion-button {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-que-list.faq-style-3 .accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.13);
}
.faq-que-list.faq-style-3 .accordion-item .accordion-body p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .faq-que-list.faq-style-3 .accordion-item .accordion-body p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .faq-que-list.faq-style-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
.faq-section-two {
    background: $deep-green;
    position: relative;
    z-index: 1;
}
*/
/*
.feature-list-one {
    .icon {
        display: inline-block;
        margin-right: 16px;
        transform: translateY(-4px);
    }


    .feature-title {
        color: $heding;
        font-size: 22px;
        font-weight: 500;
        font-family: $garamond;
    }


    @media only screen and (max-width: 1600px) {
        .feature-title {
            font-size: 18px;
        }
    }
}
*/
.feature-list-two {
  margin-bottom: 20px;
}
.feature-list-two .icon {
  font-size: 20px;
  color: #000000;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 15px;
}
.feature-list-two .feature-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
}
.feature-list-two:hover .icon {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
@media only screen and (max-width: 1200px) {
  .feature-list-two .feature-title {
    font-size: 18px;
  }
}

.feature-list-three {
  margin-bottom: 20px;
}
.feature-list-three .icon {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #000;
  margin-right: 15px;
}
.feature-list-three .feature-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-MediumItalic";
  font-style: italic;
}
.feature-list-three:hover .icon {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
@media only screen and (max-width: 1200px) {
  .feature-list-three .feature-title {
    font-size: 18px;
  }
}

.feature-wrap-1,
.feature-wrap-2,
.feature-wrap-4 {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 0 35px 0;
  margin-bottom: 45px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .icon,
.feature-wrap-2 .icon,
.feature-wrap-4 .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #c53040;
  line-height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .icon .back-icon,
.feature-wrap-2 .icon .back-icon,
.feature-wrap-4 .icon .back-icon {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .feature-title,
.feature-wrap-2 .feature-title,
.feature-wrap-4 .feature-title {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  margin-bottom: 16px;
}
.feature-wrap-1:hover .icon,
.feature-wrap-2:hover .icon,
.feature-wrap-4:hover .icon {
  background: #c53040;
}
.feature-wrap-1:hover .icon .front-icon,
.feature-wrap-2:hover .icon .front-icon,
.feature-wrap-4:hover .icon .front-icon {
  display: none;
}
.feature-wrap-1:hover .icon .back-icon,
.feature-wrap-2:hover .icon .back-icon,
.feature-wrap-4:hover .icon .back-icon {
  display: inline-block;
  visibility: visible;
}

/*
.feature-wrap-5 {
    text-align: center;
    margin-bottom: 35px;

    .feature-thumb {
        margin-bottom: 25px;
        border-radius: 50%;
        border: 15px solid $white;
        display: inline-block;
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            @include transition(.4s);
        }

        .thumb {
            width: 100%;
            border-radius: 50%;
        }
    }

    .icon {
        color: $white;
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        line-height: 105px;
        background: $theme-color2;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        visibility: hidden;
        @include transition(.4s);

        img {
            filter: invert(1);
        }
    }

    .feature-title {
        color: $heding;
        font-size: 26px;
        font-weight: 700;
        font-family: $panchangBold;
        margin-bottom: 27px;
    }

    .description {
        font-size: 20px;
        line-height: 32px;
    }

    .content {
        padding-left: 60px;
        padding-right: 60px;
    }

    &:hover {
        .feature-thumb {
            &::before {
                visibility: visible;
                opacity: 1;
            }
        }

        .icon {
            display: inline-block;
            visibility: visible;
        }
    }

    @media only screen and (max-width: 1200px) {
        .feature-title {
            font-size: 22px;
        }

        .content {
            padding-left: 0;
            padding-right: 0;
        }
    }
}
*/
/*
.feature-wrap-6 {
    text-align: center;
    background: #FFBD98;
    border-radius: 30px;
    border: 3px solid $black;
    padding: 35px 40px 25px 40px;
    margin-bottom: 45px;

    &.fw-2 {
        background: #C2E498;
    }

    &.fw-3 {
        background: #FFF28D;
    }

    &.fw-4 {
        background: #91E5FA;
    }

    .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 3px solid $black;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 33px;
        @include transition(.4s);

        img {
            display: inline-block;
            width: auto;
            height: auto;
        }
    }

    .feature-title {
        font-size: 22px;
        font-weight: 600;
        font-family: $panchangSemi;
        margin-bottom: 25px;
    }

    .description {
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        line-height: 30px;
    }

    &:hover {
        .icon {
            border-color: $white;
            background: $white;
        }
    }

    @media only screen and (max-width: 991.98px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
*/
/*
.feature-wrap-7 {
    text-align: center;
    border: 1px solid $black;
    border-radius: 20px;
    padding: 40px 50px 40px 50px;
    margin-bottom: 45px;
    @include transition(.4s);

    .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: inline-block;
        line-height: 95px;
        text-align: center;
        background: $black;
        margin-bottom: 45px;
        border: 1px solid $black;
        @include transition(.4s);

        img {
            @include transition(.4s);
        }

        .front-icon {
            display: inline-block;
            @include transition(.4s);
        }

        .back-icon {
            display: none;
            visibility: hidden;
            opacity: 0;
            @include transition(.4s);
        }
    }

    .feature-title {
        font-size: 30px;
        font-weight: 500;
        font-family: $garamond;
    }

    &:hover {
        background: $theme-color2;

        .icon {
            background: $white;

            .front-icon {
                display: none;
                visibility: hidden;
                opacity: 0;
            }

            .back-icon {
                display: inline-block;
                visibility: visible;
                opacity: 1;
            }

        }
    }

    @media only screen and (max-width: 1200px) {
        padding-left: 15px;
        padding-right: 15px;

        .feature-title {
            font-size: 22px;
        }
    }
}
*/
.feature-wrap-8 {
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  padding: 45px 65px 49px 65px;
  margin-bottom: 45px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8 .icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #c53040;
  text-align: center;
  margin: 0 auto;
  line-height: 100px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8 .icon img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8 .icon .front-icon {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8 .icon .back-icon {
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8 .feature-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  margin-bottom: 19px;
}
.feature-wrap-8 .description {
  color: rgba(0, 0, 0, 0.4);
  line-height: 30px;
  margin-bottom: 22px;
}
.feature-wrap-8 .more-btn {
  color: #000000;
  font-size: 20px;
  font-family: "Supreme-Regular";
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-8:hover .icon {
  background: #c53040;
}
.feature-wrap-8:hover .icon .front-icon {
  display: none;
  visibility: hidden;
}
.feature-wrap-8:hover .icon .back-icon {
  display: inline-block;
  visibility: visible;
}
.feature-wrap-8:hover .more-btn {
  color: #c53040;
}
@media only screen and (max-width: 1200px) {
  .feature-wrap-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-section {
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
.feature-section .back-bg {
  background: #FFF5F2;
  height: 290px;
  position: absolute;
  width: 100%;
  height: 290px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .feature-section {
    padding-top: 100px;
    margin-top: 0;
  }
  .feature-section .back-bg {
    height: 100%;
  }
}

/*
.feature-section-two {
    .row {
        .col {
            &:first-child {
                margin-right: -50px;
            }

            &:last-child {
                margin-left: -50px;
            }

            @media only screen and (max-width: 1200px) {
                &:first-child {
                    margin-right: 0;
                }

                &:last-child {
                    margin-left: 0;
                }
            }
        }
    }
}
*/
/*
.we-do-section-three {

    .shape-1,
    .shape-2 {
        position: absolute;

        @media only screen and (max-width: 1600px) {
            display: none;
        }
    }

    .shape-1 {
        left: 0;
        top: 23%;
    }

    .shape-2 {
        right: 165px;
        top: 25%;
    }
}
*/
.we-do-section-five .shape-1,
.we-do-section-five .shape-2 {
  position: absolute;
}
@media only screen and (max-width: 1600px) {
  .we-do-section-five .shape-1,
  .we-do-section-five .shape-2 {
    display: none;
  }
}
.we-do-section-five .shape-1 {
  left: 0;
  top: 13%;
}
.we-do-section-five .shape-2 {
  right: 165px;
  top: 13%;
}

.widget-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}

.blog-sidebar .widget-title,
.service-widget .widget-title,
.event-sidebar .widget-title {
  display: inline-block;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.blog-sidebar .widget-title::before,
.service-widget .widget-title::before,
.event-sidebar .widget-title::before {
  content: "";
  position: absolute;
  background: #c53040;
  right: -50px;
  top: 18px;
  width: 35px;
  height: 2px;
  z-index: 1;
}
.blog-sidebar .widget,
.service-widget .widget,
.event-sidebar .widget {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 40px 30px;
}
@media only screen and (max-width: 1200px) {
  .blog-sidebar .widget,
  .service-widget .widget,
  .event-sidebar .widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.social-links a {
  color: #000000;
  font-size: 22px;
  border: 1px solid #000;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: #ffffff;
  background: #c53040;
}

.service-category-widget li:last-child a,
.category-widget li:last-child a {
  margin-bottom: 0;
}
.service-category-widget li a,
.category-widget li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Supreme-Regular";
  margin-bottom: 20px;
  display: block;
}
.service-category-widget li a:hover,
.category-widget li a:hover {
  color: #c53040;
}

.comment-form {
  padding: 60px;
  background: #FDF3F0;
  border-radius: 20px;
}
.comment-form input,
.comment-form textarea {
  border: 1px solid #000;
  background: #ffffff;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #000000;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.comment-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.comment-form button {
  color: #ffffff;
  font-size: 20px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  padding: 18px 30px 17px 30px;
  border: 0;
  border-radius: 8px;
  background: #c53040;
}
.comment-form p {
  display: flex;
  align-items: center;
}
.comment-form p input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .comment-form {
    padding: 15px;
  }
}

.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-navigation .page-link {
  display: inline-block;
  color: #000000;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #000000;
}
.page-navigation .page-link i {
  font-size: 20px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: #000000;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: #ffffff;
  background: #c53040;
  border-color: #c53040;
}

.recent-post {
  display: flex;
  align-items: center;
}
.recent-post .post-thumb {
  width: 100px;
  height: 85px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.recent-post .post-title {
  font-size: 18px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  line-height: 26px;
}
.recent-post .post-title a {
  color: #000000;
}
.recent-post .post-title a:hover {
  color: #c53040;
}
.recent-post .date {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: "Supreme-Light";
}
.recent-post .date i {
  color: #c53040;
}
@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget-search .search-form {
  position: relative;
  z-index: 1;
}
.widget-search .search-form input {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  font-family: "Supreme-Light";
  font-weight: 300;
  padding-left: 22px;
  background: #ffffff;
  border-radius: 8px;
  border: 0;
  background: #EBEBEB;
}
.widget-search .search-form input::placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-moz-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-webkit-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form input::-o-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.widget-search .search-form .widget-btn {
  color: #000;
  background: transparent;
  border: 0;
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 6px;
  z-index: 1;
}
.widget-search .search-form .widget-btn i {
  color: #000;
  font-size: 20px;
}

.tagcloud span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  border: 1px solid #000;
  display: inline-block;
  padding: 7px 21px;
  margin: 5px 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tagcloud a:hover {
  color: #ffffff;
  border-color: #c53040;
}
.tagcloud a:hover::before {
  width: 100%;
  background: #c53040;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

/*
.cart-list-form {
    border: 1px solid rgba(7, 17, 6, 0.1);

    .table {
        th {
            font-weight: 400;
            font-size: 18px;
            border: none;
            border-bottom: 1px solid rgba(7, 17, 6, 0.1);
            padding: 15px 30px;
            text-align: start;
            color: $heding;
        }

        .product-thumbnails {
            padding-left: 20px;
            width: 100px;

            img {
                max-height: 100%;
                max-width: none;
            }
        }

        .product-img {
            display: block;
            max-width: 100px;
            max-height: 100px;
            overflow: hidden;
        }

        tbody {
            td {
                border: none;
                vertical-align: middle;
                text-align: center;
                padding: 30px 0;
            }
        }

        @media only screen and (max-width: 991.98px) {
            .product-thumbnails {
                padding-left: 10px;
            }
        }
    }
}
*/
/*
.cart-list-form {
    .table-responsive {
        margin-bottom: 30px;
    }

    .table-responsive::-webkit-scrollbar {
        width: 0.3em;
        height: 10px;
    }

    .table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: $theme-color;
    }

    .table {
        .product-info {
            padding-left: 30px;
            text-align: left;

            ul.style-none {
                padding: 0;
                margin: 0;

                li {
                    font-weight: 500;
                    display: inline-block;
                    font-size: 15px;
                    color: $body-text-color;
                    padding-right: 15px;
                }
            }

            .product-name {
                font-weight: 500;
                letter-spacing: -0.5px;
                font-size: 20px;
                color: $heding;

                @media only screen and (max-width: 991.98px) {
                    font-size: 18px;
                }
            }

            .serial {
                font-size: 15px;
                color: $body-text-color;
                padding-bottom: 6px;
            }

            @media only screen and (max-width: 991.98px) {
                padding-left: 15px;
            }
        }

        .quantity {
            .product-value {
                font-weight: 500;
                font-size: 18px;
                color: $body-text-color;
                max-width: 55px;
                background: 0 0;
                border: none;
                text-align: center;
                padding-left: 12px;

                @media only screen and (max-width: 991.98px) {
                    max-width: 20px;
                    padding-left: 0;
                }
            }

            .order-box {
                padding: 0;
                margin: 0;
            }

            li {
                display: inline-block;
                line-height: 40px;
                max-height: 40px;

                .btn {
                    font-size: 24px;
                    padding: 0;
                    border: none;
                    vertical-align: inherit;
                    color: $heding;
                    background: $light-grey;
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;

                    @media only screen and (max-width: 991.98px) {
                        width: 25px;
                        height: 25px;
                        line-height: 25px;
                    }
                }
            }
        }

        .remove-product {
            color: $theme-color;
            font-size: 22px;
        }

        tbody {
            tr {
                padding: 10px 0;
                border-bottom: 1px solid rgba(119, 124, 144, 0.2);
            }
        }
    }
}
*/
.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

/*
.cart-footer {
    .coupon-form {
        background: #FCF1EC;
        position: relative;
        z-index: 1;

        input {
            width: 275px;
            border: none;
            background: $light-grey;
            font-size: 16px;
            color: $heding;
            padding-left: 14px;
            height: 40px;
            border-radius: 6px;

            &::placeholder {
                font-size: 16px;
                color: $heding;
            }

            &::-moz-placeholder {
                font-size: 16px;
                color: $heding;
            }

            &::-o-placeholder {
                font-size: 16px;
                color: $heding;
            }

            &::-webkit-placeholder {
                font-size: 16px;
                color: $heding;
            }

            &::-ms-placeholder {
                font-size: 16px;
                color: $heding;
            }
        }

        .coupon_btn {
            font-size: 16px;
            font-weight: 400;
            position: absolute;
            right: 0;
            top: 1px;
            border: 0;
            height: 40px;
            padding: 0;
            width: 130px;
            text-transform: capitalize;

            &:hover {
                color: $body-text-color;

                &::before {
                    background: $theme-color;
                }
            }
        }
    }

    .update-section {
        p {
            color: $body-text-color;
            margin-bottom: 10px;
            cursor: pointer;
        }
    }

    .update-cart-button {
        color: $white;
        font-size: 16px;
        font-weight: 500;
        border: 0;
        background: $heding;
        width: max-content;
        height: 40px;
        display: inline-block;
        margin-top: -3px;
    }
}
*/
/*
.cart-total-section {
    padding: 40px 30px;
    border-radius: 6px;
    background: $grey;

    .checkout-process {
        width: 100%;
        text-align: center;
        background: $heding;
        color: $white;
        font-size: 16px;
        font-weight: 500;
        display: block;
        padding: 10px 25px;

        &:hover {
            background: $theme-color;
        }
    }

    @media only screen and (max-width: 767.98px) {
        padding: 40px 15px;
    }
}
*/
/*
.cart-total-table {
    tbody {
        tr {
            padding-bottom: 25px;
            border-bottom: 1px solid rgba(119, 124, 144, 0.2);
            margin-bottom: 25px;

            &:last-child {
                border-bottom: 0;
            }
        }

        th,
        td {
            color: $heding;
            font-size: 16px;
            font-weight: 500;
            padding: 10px 0px;
        }
    }
}
*/
/*
.checkout-form {
    label {
        color: $body-text-color;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .single-input-wrapper,
    textarea {
        width: 100%;
        border-radius: 4px;
        background: $grey;
        border: 0;
        color: $body-text-color;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        line-height: 60px;
        margin-bottom: 25px;
        border-radius: 6px;

        &::placeholder {
            color: $body-text-color;
            font-size: 16px;
            font-weight: 400;
        }

        &::-ms-placeholder {
            color: $body-text-color;
            font-size: 16px;
        }

        &::-o-placeholder {
            color: $body-text-color;
            font-size: 16px;
        }

        &::-moz-placeholder {
            color: $body-text-color;
            font-size: 16px;
        }

        &::-webkit-placeholder {
            color: $body-text-color;
            font-size: 16px;
        }
    }

    .ht-select-menu {
        width: 100%;
        border-radius: 6px;
        background: $grey;
        border: 0;
        color: $body-text-color;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        line-height: 60px;
        position: relative;
        z-index: 10;
        margin-bottom: 40px;
    }

    .nice-select {
        position: relative;
        z-index: 10;

        .option {
            color: $heding;
        }
    }

    textarea {
        height: 200px;
    }

    .checkbox-list {
        list-style: none;
        padding: 0;
    }
}
*/
/*
.payment-list {
    padding: 0;
    list-style: none;

    p {
        color: $body-text-color;
    }

    .credit-card-form {
        h6 {
            font-size: 16px;
            font-weight: 600;
            font-family: $supremeRegular;
        }

        input {
            width: 100%;
            border: 1px solid rgba(119, 124, 144, 0.15);
            padding-left: 10px;
            display: block;
            margin-bottom: 15px;
            height: 40px;
            line-height: 40px;
            color: $body-text-color;

            &::placeholder {
                color: $body-text-color;
            }

            &::-moz-placeholder {
                color: $body-text-color;
            }

            &::-ms-placeholder {
                color: $body-text-color;
            }

            &::-o-placeholder {
                color: $body-text-color;
            }

            &::-webkit-placeholder {
                color: $body-text-color;
            }
        }
    }
}
*/
/*
.checkout__section {
    overflow: hidden;
}
*/
.cart-info-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Supreme-Regular";
  margin-bottom: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .cart-info-title {
    font-size: 24px;
  }
}

/*
.cart-total-title {
    font-size: 32px;
    font-weight: 600;
    font-family: $supremeRegular;
    margin-bottom: 30px;
    text-decoration: underline;

    @media only screen and (max-width: 1200px) {
        font-size: 24px;
    }
}
*/
/*
.shopping-cart {
    color: $heding;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1.5px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    position: relative;

    span {
        position: absolute;
        background: $theme-color;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        padding: 0;
        line-height: 17px;
        top: -9px;
        right: -9px;
        left: auto;
    }

    &:hover {
        background: $theme-color;
        color: $white;
    }

    @media only screen and (max-width: 767.98px) {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 47px;
    }
}
*/
/*
.categories-accordion {
    .accordion-item {
        background-color: transparent;
        border: 0;

        &:first-of-type .accordion-button {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
    }

    .accordion-button {
        border-radius: 0;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        font-size: 16px;
        color: $heding;
        font-weight: 400;
        border: 0;
        background-color: rgba(7, 17, 6, 0.03);
        padding: 5px 8px;
        border-radius: 0px;

        &:focus {
            z-index: 3;
            border-color: none;
            outline: 0;
            box-shadow: none;
        }

        &::after {
            content: "\f078";
            font-size: 16px;
            font-family: "Font Awesome 5 Pro";
            background: none;
            transition: transform 0.2s ease-in-out;
            height: unset;
            width: unset;
        }

        &:not(.collapsed)::after {
            content: "\f078";
            font-size: 16px;
            font-family: "Font Awesome 5 Pro";
            background: none;
            transform: rotate(180deg);
            height: unset;
            width: unset;
        }
    }

    .accordion-button:not(.collapsed) {
        color: $body-text-color;
    }

    .accordion-item {
        & .accordion-collapse {
            list-style: none;
            border: 0;
            border-width: 0;
            background-color: rgba(7, 17, 6, 0.05);
            padding-left: 0;

            & li {
                padding: 13px 0 0 22px;

                &:last-child {
                    padding-bottom: 20px;
                }

                & a {
                    color: $body-text-color;
                    font-size: 15px;
                    line-height: 1;
                }
            }
        }
    }
}
*/
/*
.highlight_content {
    & li {
        &:first-child {
            margin-bottom: 8px;
        }

        & a {
            color: $heding;
            font-size: 15px;
            font-weight: 300;
        }
    }
}
*/
/*
.price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

    .filter {
        border: 0;
        background: $theme-color;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        text-transform: capitalize;
        display: inline-block;
        padding: 10px 13px;
    }

    & label {
        color: $heding;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }

    #amount {
        background: 0;
        color: $body-text-color !important;
        display: inline-block;
    }
}
*/
.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

/*
.ui-widget-content {
    border: 1px solid $white;
    background: $theme-color;
    color: $white;
    border: 0;
    border-radius: 4px;
}
*/
/*
.ui-slider-horizontal {
    height: 6px;
}
*/
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid #000000;
  top: -4px;
  background: #FFE149;
}

/*
.ui-widget-header {
    border: 0;
    background: #e6e6e6;
    color: $white;
    font-weight: bold;
    position: absolute;
    height: 100%;
}
*/
.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: #ffffff;
}

/*
.widget-review {
    & .form-check {
        & .form-check-input {
            background: none;
            border: 1px solid #e6e6e6;
            border-radius: 0;
            width: 20px;
            height: 20px;
            background: rgba($heding, 0.1);
            margin-right: 8px;

            &:focus {
                border-color: transparent;
                outline: 0;
                box-shadow: none;
            }
        }

        input[type="checkbox"] {
            color: #fbb807;
        }

        input {
            color: #fbb807;
        }
    }

    .products_rating {
        a {
            color: #fbb807;
        }

        span {
            color: $body-text-color;
        }
    }
}
*/
/*
.color-picker {
    & a {
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 13px;
        margin-bottom: 10px;
    }
}
*/
/*
.product-wrapper {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);

    &.style-2 {
        background: $white;
        text-align: center;

        .product-rating {
            margin-bottom: 10px;
        }

        .product-title {
            margin-bottom: 10px;
        }
    }

    .product-tag {
        color: $theme-color;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        font-family: $garamond;
        border-bottom: 1px solid $theme-color;
        display: inline-block;
        margin-bottom: 13px;
    }

    .product-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 29px;

        img {
            display: block;
            @include transition(0.4s);
        }

        .add-to-cart {
            position: absolute;
            left: 15%;
            right: 15%;
            text-align: center;
            margin: 0 auto;
            bottom: -60px;
            @include transition(0.4s);
        }

        @media only screen and (max-width: 767.98px) {
            .add-to-cart {
                width: 100%;
            }
        }
    }


    .add-to-cart.ht-btn {
        padding: 15px 10px;
        justify-content: center;
    }

    .product-title {
        color: #9F9F9F;
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        margin-bottom: 8px;

        &:hover {
            color: $theme-color;
        }
    }

    .price {
        color: $body-text-color;
        font-size: 24px;
        font-weight: 500;
        font-family: $garamond;

        .old-price {
            margin-right: 12px;
        }

        .new-price {
            color: rgba($heding, 0.5);
        }
    }

    .content-info {
        display: flex;
        justify-content: space-between;
    }

    .content {
        text-align: start;
    }

    &:hover {
        .product-icon {
            right: 16px;
        }

        .product-img {
            img {
                transform: scale(1.1);
            }

            .add-to-cart {
                bottom: 16px;
            }
        }
    }
}
*/
/*
.product-icon {
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 1;
    @include transition(0.3s);

    a {
        color: $white;
        font-size: 15px;
        display: block;
        line-height: 32px;
        background: $theme-color;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        margin-bottom: 5px;

        &:nth-child(2) {
            @include transition(0.3s);
        }

        &:nth-child(3) {
            @include transition(0.5s);
        }

        &:nth-child(4) {
            @include transition(0.7s);
        }

        &:hover {
            color: $white;
            background: $heding;
        }
    }
}
*/
/*
.cart-btn {
    overflow: hidden;
    color: $white;
    font-size: 16px;
    line-height: 1;
    background: $heding;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 0;
    position: relative;
    z-index: 1;

    &::before {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: -200%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
        background: $theme-color;
    }

    &:hover {
        color: $white;

        &::before {
            top: -40%;
        }
    }
}
*/
.shop-sidebar .widget-title {
  margin-bottom: 15px;
}

/*
.sort-item {
    color: $heding;
    font-size: 16px;
    font-weight: 600;
    font-family: $supremeRegular;

    .sort-btn {
        line-height: 1;
        background: $grey;
        padding: 12px 21px;
        margin-left: 15px;
        border: 0;

        i {
            margin-left: 16px;
        }

        &::after {
            display: none;
        }

        &:hover {
            color: $white;
            background: $theme-color;
        }
    }
}
*/
/*
.product-item-slider {
    .product-item {
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.1);

        img {
            display: inline-block;
            padding: 10px;
            padding-left: 0;

            @media (max-width: 991.98px) {
                width: 100%;
                padding: 0;
            }
        }
    }
}
*/
/*
.product-thumb-slider {
    .product-item {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;

        img {
            object-fit: cover;
            display: inline-block;
            padding: 10px;
            padding-left: 0;
            width: 100px;
            height: 100px;
        }
    }
}
*/
/*
.cart-plus-minus {
    position: relative;
    display: inline-block;

    & input {
        color: $heding;
        background: rgba(7, 17, 6, 0.03);
        border: 0;
        height: 50px;
        width: 130px;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        margin-top: 1px;
        border-radius: 0;
    }

    & .qtybutton {
        background: rgba($color: $heding, $alpha: 0.3);
        width: 35px;
        height: 35px;
        line-height: 30px;
        position: absolute;
        border-radius: 50%;
        font-size: 25px;
        color: #fff;
        left: 7px;
        top: 18%;
        z-index: 1;
        cursor: pointer;
    }

    & .inc {
        left: auto;
        right: 7px;
        line-height: 35px;
    }
}
*/
/*
.product-details {
    .product-title {
        color: $heding;
        font-size: 40px;
        font-weight: 600;
        font-family: $supremeRegular;

        @media only screen and (min-width: 992px) and (max-width: 1200px) {
            font-size: 28px;
        }

        @media (max-width: 991.98px) {
            font-size: 24px;
        }
    }

    .price-list {
        .old-price {
            font-size: 20px;
            color: $body-text-color;
            margin-right: 10px;
        }

        .new-price {
            font-size: 22px;
            color: $theme-color;
            font-family: $garamond;
        }
    }

    .add-to-cart {
        overflow: hidden;
        color: $white;
        font-size: 16px;
        line-height: 20px;
        font-family: $garamond;
        font-weight: 500;
        background: $theme-color;
        padding: 14px 40px;
        border-radius: 4px;
        position: relative;
        z-index: 1;

        &::before {
            -webkit-transition-duration: 800ms;
            transition-duration: 800ms;
            position: absolute;
            width: 200%;
            height: 200%;
            content: "";
            top: -200%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-radius: 50%;
            z-index: -1;
            background: $heding;
        }

        &:hover {
            color: $white;

            &::before {
                top: -40%;
            }
        }

        @media (max-width: 767px) {
            text-align: center;
            width: 100%;
            padding: 16px 23px;
        }
    }

    .cart-btn {
        width: unset;
        padding: 16px 133px;
        line-height: 20px;
        display: inline-block;
        border-radius: 4px;

        @media (max-width: 767px) {
            width: 100%;
            padding: 16px 23px;
        }
    }
}
*/
/*
.product-rating {
    a {
        color: #f7c600;
        font-size: 18px;
    }
}
*/
/*
.color-mode {
    display: flex;
    align-items: center;

    p {
        color: $heding;
        margin-bottom: 0;
    }

    .color-cus {
        background: $white;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        margin: 0 7px;
    }
}
*/
/*
.product-tab {
    border: 0;
    background: 0;
    border-radius: 0;
    justify-content: center;
    background: rgba($heding, 0.03);
    padding: 2px 0;

    .nav-link {
        border: 0;
        border-radius: 0;
        color: $heding;
        font-size: 17px;
        font-family: $supremeRegular;
        font-weight: 500;
        line-height: 30px;
        display: inline-block;
        padding: 15px 0;
        margin: 0 30px;

        &.active,
        &:hover {
            color: $theme-color;
            background-color: transparent;
            border-bottom: 2px solid $theme-color;
        }
    }
}
*/
/*
.cart-menu-right {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;

    &.cart-info {
        right: 0;
        opacity: 1;
        visibility: visible;
        display: block;
        transition: all 0.5s ease-in-out;
    }

    & .close-icon {
        & a {
            color: #222222;
            padding-left: 10px;
            position: absolute;
            top: 36px;
            border: 1px solid $theme-color;
            padding-left: 0;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            left: 30px;
            @include transition(0.3s);

            i {
                @include transition(0.3s);
            }

            &:hover {
                color: $theme-color;

                i {
                    transform: rotate(180deg);
                }
            }
        }
    }
}
*/
/*
.cart-style-1 {
    padding: 100px 30px 30px 20px;
    position: fixed;
    z-index: 1200;
    width: 450px;
    height: 100%;
    left: auto;
    right: -450px;
    top: 0;
    background: $white;
    box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
    transition: all 0.5s ease-in-out;

    & .dropdown-cart-products {
        overflow-y: auto;
    }

    .product {
        display: flex;
        align-items: flex-start;
        padding: 10px 20px 25px 10px;
        position: relative;
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px;

        &__cart-details {
            margin-bottom: 0;

            & .product-title {
                color: $heding;
                font-weight: 400;
                font-family: $supremeRegular;
                margin-bottom: 10px;

                & a {
                    &:hover {
                        color: $theme-color;
                    }
                }
            }
        }

        .cart-product-info {
            color: $heding;
        }

        & figure {
            margin-bottom: 0;
        }

        & .product-img {
            display: block;
            width: 132px;
            height: auto;
        }

        & .remove-btn {
            position: absolute;
            z-index: 1;
            right: 0;
            top: 50%;
            display: flex;
            align-items: center;
            transform: translateY(-100%);

            & i {
                color: $heding;
                font-size: 14px;
                line-height: 1;
            }
        }
    }

    .cart-total {
        display: flex;
        align-items: flex-end;
        color: $heding;
        text-transform: uppercase;

        & .cart-total-price {
            margin-left: auto;
        }
    }

    & .cart-action {
        & .btn {
            background: $theme-color;
            border-radius: 0;
            padding: 6px 20px;
            border: 0;
        }

        & .btn-outline-primary-2 {
            background: transparent;
            border: 1px solid $theme-color;
            @include transition(0.3s);
            padding: 6px 30px 6px 20px;
            margin-left: 10px;

            & i {
                transform: translateX(10px);
                line-height: 1;
            }

            &:hover {
                color: $white;
                background: $theme-color;
            }
        }
    }

    @media only screen and (max-width: 767.98px) {
        width: 315px;

        .product {
            .product-img {
                width: 88px;

                img {
                    width: 100%;
                }
            }
        }
    }
}
*/
/*
.social-links-two {
    a {
        color: $heding;
        font-size: 18px;
        display: inline-block;
        border: 1px solid rgba($color: $heding, $alpha: 0.1);
        margin-right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        @include transition(0.3s);

        &:hover {
            color: $theme-color;
            transform: scale(1.1);
        }
    }
}
*/
/*
.product-category-wrap {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;

    .category-thumb {
        display: block;
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(#0B0A0A, 0.25);
            border-radius: 50%;
            left: 0;
            top: 0;
            z-index: 1;
        }

        img {
            width: 100%;
        }
    }

    .category-tag {
        color: $white;
        font-size: 36px;
        font-weight: 500;
        font-family: $garamond;
        text-transform: uppercase;
    }


    .content {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .category-btn {
        color: $white;
        font-size: 15px;
        text-transform: uppercase;
        border: 1.5px solid $white;
        border-radius: 5px;
        line-height: 45px;
        padding-left: 32px;
        padding-right: 32px;
        transform: scale(0);
        @include transition(.6s);
        visibility: hidden;
        display: none;

        &:hover {
            border-color: $theme-color;
            background: $theme-color;
        }
    }

    &:hover {
        .category-btn {
            display: inline-block;
            visibility: visible;
            transform: scale(1);
        }
    }
}
*/
/*
.offer-bg-section {
    background: #FFFBF4;
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        display: block;
        width: 97%;
        height: 94%;
        position: absolute;
        z-index: 2;
        left: 27px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        border: 1px solid $hr-border-color;
    }

    @media only screen and (max-width: 1600px) {


        &::before {
            display: none;
        }
    }
}
*/
/*
.bg-product-section {
    background: #F5F5F5;
}
*/
/*
.theme-banner-one {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 320px;
    padding-bottom: 219px;
    position: relative;
    z-index: 1;

    .hero-counter {
        position: absolute;
        z-index: 1;
        right: 11.97%;
        left: auto;
        bottom: 118px;
        background: $white;
        padding: 28px 0 30px 0;
        width: 530px;
    }

    .counter-box-1 {
        text-align: center;
        position: relative;
        z-index: 1;

        &::before {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.4);
            right: -20px;
            top: 0;
            width: 1px;
            height: 115px;
            transform: rotate(15deg);
        }

        .number {
            color: $theme-color;
            font-size: 48px;
            font-weight: 700;
            font-family: $supremeItalic;
        }
    }

    .counter-box-2 {
        text-align: center;

        .number {
            color: $theme-color;
            font-size: 48px;
            font-weight: 500;
            font-family: $supremeItalic;
        }
    }

    .counter-title {
        font-size: 20px;
        font-weight: 400;
        font-family: $supremeRegular;
        margin-bottom: 0;
    }

    .main-title {
        color: $heding;
        font-size: 110px;
        line-height: 1;
        margin-bottom: 25px;
    }

    .description {
        color: $black;
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 44px;
        max-width: 85%;
    }

    .hero-content {
        padding-left: 135px;
    }

    .bstyle {
        font-size: 22px;
        font-family: $supremeBold;
        font-weight: 700;
        text-transform: uppercase;
        padding: 18px 40px 20px 40px;
        margin-right: 22px;

        &::before {
            background: $black;
        }
    }

    .bstyle-2 {
        color: $white;
        font-size: 22px;
        font-family: $supremeBold;
        font-weight: 700;
        text-transform: uppercase;
        background: $black;
        padding: 18px 39px 20px 39px;

        &::before {
            background: $theme-color;
        }

        &:hover {
            color: $white;
        }
    }

    @media only screen and (max-width: 1900px) {
        padding-top: 180px;
        padding-bottom: 150px;

        .hero-content {
            padding-left: 0;
        }
    }

    @media only screen and (max-width: 1600px) {
        .main-title {
            font-size: 65px;
        }

        p {
            font-size: 22px;
            max-width: 100%;
        }

        .hero-counter {
            display: none;
        }
    }

    @media only screen and (max-width: 1200px) {
        p {
            font-size: 22px;
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 991.98px) {
        p {
            font-size: 18px;
            max-width: 70%;
        }
    }

    @media only screen and (max-width: 767.98px) {

        .main-title {
            font-size: 45px;
        }

        p {
            max-width: 100%;
        }
    }
}
*/
/*
.theme-banner-two {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 295px;
    padding-bottom: 330px;

    .main-title {
        color: $white;
        font-size: 110px;
        line-height: 1.14;
        margin-bottom: 23px;

        span {
            display: inline-block;
        }

        .title-shape {
            position: absolute;
            right: -48%;
            top: -51%;

            @media only screen and (max-width: 1800px) {
                display: none;
            }
        }
    }

    p {
        color: $white;
        font-size: 26px;
        line-height: 44px;
        margin-bottom: 50px;
    }

    .bstyle {
        color: $white;
        font-size: 22px;
        font-weight: 700;
        font-family: $supremeBold;
        text-transform: uppercase;
        background: $theme-color;
        border-radius: 8px;
        padding: 18px 40px 20px 40px;

        &::before {
            background: $white;
        }

        &:hover {
            color: $heding;
        }
    }

    .bstyle-2 {
        color: $white;
        font-size: 22px;
        font-weight: 700;
        font-family: $supremeBold;
        text-transform: uppercase;
        background: transparent;
        border-radius: 8px;
        padding: 17px 40px 19px 40px;
        border: 1px solid $white;

        &::before {
            background: $theme-color;
        }

        &:hover {
            border-color: $theme-color;
        }
    }


    @media only screen and (max-width: 1600px) {
        padding-top: 200px;
        padding-bottom: 150px;

        .main-title {
            font-size: 75px;
        }

        p {
            font-size: 22px;
        }
    }

    @media only screen and (max-width: 1200px) {


        .main-title {
            font-size: 65px;
        }
    }

    @media only screen and (max-width: 991.98px) {

        .main-title {
            font-size: 45px;
            line-height: 1.3;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }
    }

    @media only screen and (max-width: 767.98px) {

        padding-bottom: 100px;

        .main-title {
            font-size: 35px;
            margin-bottom: 40px;
        }

        p {
            font-size: 20px;
            line-height: 34px;
            max-width: 100%;
        }

        .bstyle-2 {
            display: none;
        }
    }
}
*/
/*
.theme-banner-three {
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;
    }

    .shape-1 {
        left: 0;
        bottom: 180px;
    }

    .shape-2 {
        right: 0;
        top: 131px;
    }

    .shape-3 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        top: -25%;
    }

    .bottom-shape {
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: -1;
    }

    .slider-wrapper {
        padding-top: 263px;
        padding-bottom: 205px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }

    .hero-content {
        text-align: center;
        position: relative;
        z-index: 2;
    }


    .main-title {
        color: $white;
        font-size: 170px;
        font-family: $panchangSemi;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 20px;
        text-transform: uppercase;

        .highlight {
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: $white;
        }
    }

    p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 24px;
        line-height: 40px;
        max-width: 84%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .bstyle {
        color: $heding;
        font-size: 16px;
        background: $theme-color2;
        font-family: $panchangSemi;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        padding: 24px 34px;

        &::before {
            background: $white;
        }
    }

    .hero-bottom-wrap {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        padding-left: 130px;
        padding-right: 130px;
        bottom: 70px;
        width: 100%;
    }

    .popup-video {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        color: $black;

        &:hover {
            background: $theme-color2;
        }
    }

    .video-title {
        color: $white;
        font-size: 24px;
        font-family: $supremeRegular;
        font-weight: 400;
        display: inline-block;
        margin-left: 20px;
    }

    ul.slick-dots {
        display: none !important;
    }

    @media only screen and (max-width: 1600px) {

        .bottom-shape {
            bottom: 0;
        }

        .main-title {
            font-size: 90px;
        }

        p {
            font-size: 22px;
        }

    }

    @media only screen and (max-width: 1200px) {
        .slider-wrapper {
            padding-top: 200px;
        }

        .shape-3 {
            display: none;
        }

        .main-title {
            font-size: 55px;
        }

        p {
            font-size: 22px;
        }
    }

    @media only screen and (max-width: 991.98px) {

        .main-title {
            font-size: 65px;
        }

        p {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 767.98px) {

        .slider-wrapper {
            padding-bottom: 100px;
        }

        .main-title {
            font-size: 45px;
            margin-bottom: 40px;
        }

        p {
            font-size: 20px;
            line-height: 34px;
            max-width: 100%;
        }
    }
}
*/
/*
.theme-banner-four {
    background: #F8F5E4;
    padding-top: 153px;
    padding-bottom: 40px;
    padding-left: 170px;
    padding-right: 170px;
    position: relative;
    z-index: 2;

    .shape-2 {
        position: absolute;
        right: 58%;
        bottom: 145px;
    }

    .shape-3 {
        position: absolute;
        right: 0;
        top: 169px;
    }

    .main-title {
        color: $heding;
        font-size: 70px;
        line-height: 1.13;
        font-family: $panchangBold;
        font-weight: 700;
        margin-bottom: 45px;
    }

    .description {
        color: $body-text-color;
        font-size: 26px;
        line-height: 44px;
        font-family: $supremeRegular;
        margin-bottom: 63px;
    }

    .bstyle {
        color: $white;
        font-size: 22px;
        font-weight: 700;
        font-family: $supremeBold;
        text-transform: uppercase;
        background: $black;
        padding: 18px 50px 22px 50px;
        border-radius: 8px;

        &::before {
            background: $theme-color;
        }

        &:hover {
            color: $white;
        }
    }

    .bstyle-2 {
        color: $heding;
        font-size: 22px;
        font-weight: 700;
        font-family: $supremeBold;
        text-transform: uppercase;
        padding: 16px 30px 17px 30px;
        border: 1.5px solid $black;
        border-radius: 8px;
        background: transparent;

        i {
            color: $theme-color;
            font-size: 30px;
            @include transition(.5s);
        }

        &::before {
            background: $theme-color;
        }

        &:hover {
            color: $white;
            border-color: $theme-color;

            i {
                color: $white;
            }
        }
    }

    .hero-img {
        position: relative;
        z-index: 1;
        transform: translateY(40px);

        img {
            display: inline-block;
        }

        .bg-shape {
            position: absolute;
            z-index: -1;
            right: 20px;
        }

        .shape-1 {
            position: absolute;
            left: 0;
            top: 7%;
            animation: rotation infinite 55s linear;
        }
    }

    .hero-counter {
        margin-top: 25px;

        .number {
            font-size: 70px;
            font-family: $supremeMedium;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 0;
        }
    }


    @media only screen and (max-width: 1600px) {
        padding-left: 0;
        padding-right: 0;

        .main-title {
            font-size: 55px;
        }

        .description {
            font-size: 20px;
            line-height: 34px;
        }

        .hero-img {
            .bg-shape {
                display: none;
            }
        }
    }

    @media only screen and (max-width: 1200px) {
        .main-title {
            font-size: 45px;
        }
    }

    @media only screen and (max-width: 991.98px) {

        padding-top: 180px;
        padding-bottom: 50px;

        .description {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 767.98px) {

        .main-title {
            font-size: 38px;
            margin-bottom: 40px;
        }
    }
}
*/
/*
.theme-banner-five {
    padding-top: 290px;
    padding-bottom: 158px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;

    &::before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .banner-wrapper {
        display: flex;
        justify-content: center;
    }


    .sub-title {
        color: $white;
        font-size: 100px;
        font-weight: 700;
        font-family: $garamond;
        line-height: 1;
        text-transform: uppercase;
        -webkit-text-fill-color: $black;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: $white;
        margin-bottom: 0;
    }

    .main-title {
        color: $white;
        font-size: 350px;
        line-height: 0.78;
        font-family: $garamond;
        font-weight: 700;
        margin-bottom: 75px;
        position: relative;
        z-index: 1;

        .title-shape {
            position: absolute;
            z-index: 2;
            bottom: -30%;
            left: -135px;

            @media only screen and (max-width: 1800px) {
                display: none;
            }
        }
    }

    .description {
        color: rgba(255, 255, 255, 0.7);
        font-size: 26px;
        line-height: 44px;
        font-family: $supremeRegular;
        max-width: 60%;
        margin-bottom: 55px;
    }

    .bstyle {
        color: $black;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 25px 52px 22px 52px;
        border-radius: 10px;
        background: $theme-color2;

        &::before {
            background: $white;
        }

    }

    .bg-shape {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .popup-video {
        color: $theme-color2;
        font-size: 65px;
        background: rgba(255, 255, 255, 0.1);
        width: 150px;
        height: 150px;
        border: 2px solid $theme-color2;

        &:hover {
            color: $white;
            background: $theme-color2;
        }
    }

    .hero-video {
        position: absolute;
        right: 310px;
        bottom: 80px;
    }

    .video-title {
        color: $white;
        font-family: $supremeItalic;
        font-style: italic;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 20px;
    }

    .social-links {
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: absolute;
        right: 120px;
        bottom: 80px;

        a {
            color: $white;
            border: 2px solid $white;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            @include transition(.4s);

            &:hover {
                color: $black;
                background: $theme-color2;
                border-color: $theme-color2;
            }
        }
    }

    @media only screen and (max-width: 1800px) {
        .banner-wrapper {
            display: block;
            padding-left: 15px;
        }
    }


    @media only screen and (max-width: 1600px) {
        padding-top: 200px;

        .main-title {
            font-size: 180px;
        }

        .description {
            font-size: 22px;
            line-height: 38px;
        }
    }

    @media only screen and (max-width: 1200px) {

        padding-top: 150px;

        .main-title {
            font-size: 120px;
        }

        .description {
            font-size: 22px;
        }
    }

    @media only screen and (max-width: 991.98px) {
        padding-bottom: 100px;

        .main-title {
            font-size: 120px;
        }

        .description {
            font-size: 18px;
        }

        .hero-video {
            display: none;
        }

        .social-links {
            right: 0;
        }
    }

    @media only screen and (max-width: 767.98px) {
        .sub-title {
            font-size: 70px;
        }

        .main-title {
            font-size: 75px;
            margin-bottom: 40px;
        }

        .description {
            font-size: 20px;
            line-height: 34px;
            max-width: 100%;
        }

        .social-links {
            display: none;
        }
    }
}
*/
/*
.theme-banner-six {
    background: $deep-green;
    padding-top: 280px;
    position: relative;
    z-index: 2;

    .hero-content {
        padding-left: 175px;
        padding-right: 33px;
    }

    .main-title {
        color: $white;
        font-size: 110px;
        line-height: 1.1;
        font-family: $garamond;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: -1px;
        margin-bottom: 33px;
    }

    .description {
        color: $white;
        font-size: 26px;
        line-height: 44px;
        font-family: $supremeRegular;
        max-width: 93%;
        margin-bottom: 78px;
    }

    .bstyle {
        color: $white;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 20px 40px 20px 40px;
        border-radius: 50px;
        background: $theme-color;

        &::before {
            background: $white;
        }

        &:hover {
            color: $black;
        }
    }

    .popup-video {
        color: $theme-color3;
        font-size: 25px;
        background: transparent;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: 1px solid $white;
        margin-left: 25px;
        margin-right: 20px;
    }

    .video-title {
        color: $white;
        font-size: 20px;
        font-family: $supremeBold;
        font-weight: 700;
        display: inline-block;
    }



    @media only screen and (max-width: 1800px) {
        .hero-content {
            padding-left: 0;
            padding-right: 0;
        }
    }


    @media only screen and (max-width: 1600px) {

        .main-title {
            font-size: 100px;
        }

        .description {
            font-size: 22px;
            line-height: 38px;
        }

        .hero-btn-2,
        .bs-btn2 {
            display: none;
        }

    }

    @media only screen and (max-width: 1366px) {
        .main-title {
            font-size: 70px;
        }
    }


    @media only screen and (max-width: 1200px) {
        .description {
            margin-bottom: 30px;
        }

        .hero-content {
            padding-bottom: 50px;
        }
    }

    @media only screen and (max-width: 991.98px) {
        padding-bottom: 100px;

        .main-title {
            font-size: 75px;
        }

        .description {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 767.98px) {
        padding-top: 220px;

        .main-title {
            font-size: 45px;
            margin-bottom: 40px;
        }
    }
}
*/
.theme-banner-seven {
  background: #F6EBE1;
  padding-top: 260px;
  position: relative;
  z-index: 2;
}
.theme-banner-seven .shape-1,
.theme-banner-seven .shape-2,
.theme-banner-seven .shape-3,
.theme-banner-seven .shape-4,
.theme-banner-seven .shape-1 {
  top: 0;
  right: 41%;
  z-index: 3;
}
.theme-banner-seven .shape-2 {
  top: 26%;
  right: 9%;
  z-index: 3;
}
.theme-banner-seven .shape-3 {
  z-index: -1;
  right: -3%;
  top: -77px;
  border-radius: 50%;
  animation: rotation infinite 30s linear;
}
.theme-banner-seven .shape-4 {
  top: 15%;
  right: 68%;
}
.theme-banner-seven {
  /*
      .shape-5 {
          bottom: 127px;
          left: -38%;
      }
  */
  /*
      .hero-counter {
          border-radius: 20px;
          background: $white;
          box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.14);
          max-width: max-content;
          text-align: center;
          padding: 32px 60px 40px 60px;
          position: absolute;
          left: -8%;
          bottom: 169px;
          z-index: 3;
      }
  */
}
.theme-banner-seven .number {
  font-size: 78px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.theme-banner-seven {
  /*
      .counter-title {
          margin-bottom: 0;
      }
  */
}
.theme-banner-seven .hero-img {
  display: inline-block;
  margin-left: -36px;
  position: relative;
  z-index: 1;
}
.theme-banner-seven .hero-img .hero-main {
  position: relative;
  z-index: 3;
}
.theme-banner-seven .hero-content {
  padding-left: 175px;
  padding-right: 33px;
}
.theme-banner-seven .main-title {
  color: #000000;
  font-size: 100px;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.theme-banner-seven .description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 44px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  max-width: 93%;
  margin-bottom: 70px;
}
.theme-banner-seven .bstyle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px 20px 40px;
  border-radius: 50px;
  background: #F3BF56;
  border: 1px solid #000;
}
.theme-banner-seven .bstyle::before {
  background: #000;
}
.theme-banner-seven .bstyle:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-seven .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-seven {
    /*
            .hero-counter {
                display: none;
            }
    */
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner-seven .main-title {
    font-size: 100px;
  }
  .theme-banner-seven .description {
    font-size: 22px;
    line-height: 38px;
  }
  .theme-banner-seven {
    /*
            .bs-btn2 {
                display: none;
            }
    */
  }
  .theme-banner-seven .shape-1,
  .theme-banner-seven .shape-2,
  .theme-banner-seven .shape-4 {
    display: none;
  }
  .theme-banner-seven {
    /*
            .shape-5 {
                display: none;
            }
    */
  }
}
@media only screen and (max-width: 1366px) {
  .theme-banner-seven .main-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-seven .description {
    margin-bottom: 30px;
  }
  .theme-banner-seven .hero-content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-seven {
    padding-bottom: 100px;
  }
  .theme-banner-seven .main-title {
    font-size: 75px;
  }
  .theme-banner-seven .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-seven {
    padding-top: 200px;
  }
  .theme-banner-seven .shape-3 {
    display: none;
  }
  .theme-banner-seven .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

.user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  border-radius: 70px;
  width: max-content;
}
.user-list img {
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list li:first-child {
  margin-left: 0;
}
.user-list .number {
  border-radius: 50%;
  background: #000;
  font-size: 20px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
}

/*
.feedback-user-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    border-radius: 70px;
    width: max-content;

    img {
        border-radius: 50%;
        border: 4px solid $white;
    }

    li {
        margin-left: -18px;
        position: relative;
        z-index: 1;

        &:first-child {
            margin-left: 0;
        }
    }

    .number {
        border-radius: 50%;
        background: #000;
        font-size: 20px;
        color: $white;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 4px solid $white;
    }
}
*/
/*
.user-list-2 {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    border-radius: 70px;
    width: max-content;

    img {
        border-radius: 50%;
        border: 5px solid $black;
    }

    li {
        margin-left: -18px;
        position: relative;
        z-index: 1;

        &:first-child {
            margin-left: 0;
        }
    }

    .icon {
        color: $white;
        font-size: 28px;
        line-height: 63px;
        width: 75px;
        height: 75px;
        background: $theme-color;
        border-radius: 50%;
        border: 5px solid $black;
    }
}
*/
/*title-one*/
.title-one .sub-title {
  color: rgba(247, 79, 34, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  text-transform: uppercase;
  margin-bottom: 18px;
}
.title-one .title {
  font-size: 72px;
  line-height: 1.06;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-one .title span {
  display: inline-block;
  z-index: 1;
}
.title-one .title .title-img {
  position: absolute;
  right: -64px;
  top: -26px;
  z-index: 1;
}
.title-one .title .title-img-2 {
  position: absolute;
  top: -54px;
}
.title-one p {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 1800px) {
  .title-one .title-img,
  .title-one .title-img-2 {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .title-one .title {
    font-size: 55px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-one .title {
    font-size: 45px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-one .title {
    font-size: 32px;
  }
}

/*title-two*/
.title-two .sub-title {
  color: rgba(247, 79, 34, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-two .sub-title::before {
  content: "";
  position: absolute;
  background: rgba(247, 79, 34, 0.8);
  width: 20px;
  height: 1.5px;
  right: -31px;
  top: 11px;
  z-index: 1;
}
.title-two .title {
  font-size: 72px;
  line-height: 1.06;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-two .title span {
  display: inline-block;
  z-index: 1;
}
.title-two .title .title-img {
  position: absolute;
  right: -69%;
  top: -101%;
  z-index: 1;
}
.title-two p {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 1800px) {
  .title-two .title-img {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .title-two .title {
    font-size: 55px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-two .title {
    font-size: 45px;
  }
  .title-two .title .title-img {
    display: none;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-two .title {
    font-size: 32px;
  }
}

/*title-three*/
.title-three .sub-title {
  color: rgba(247, 79, 34, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-three .sub-title::before {
  content: "";
  position: absolute;
  background: rgba(247, 79, 34, 0.8);
  width: 20px;
  height: 1.5px;
  right: -31px;
  top: 11px;
  z-index: 1;
}
.title-three .title {
  font-size: 72px;
  line-height: 1.06;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-three .title span {
  display: inline-block;
  z-index: 1;
}
.title-three .title .title-img {
  position: absolute;
  left: -50%;
  top: -120%;
  z-index: 1;
}
.title-three p {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 1800px) {
  .title-three .title-img {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .title-three .title {
    font-size: 55px;
  }
  .title-three p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-three .title {
    font-size: 45px;
  }
  .title-three .title .title-img {
    display: none;
  }
  .title-three p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-three .title {
    font-size: 32px;
  }
}

/*title-four*/
/*
.title-four {
    .sub-title {
        color: rgba(247, 79, 34, 0.8);
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        text-transform: capitalize;
        margin-bottom: 18px;
        display: inline-block;
    }

    .title {
        font-size: 60px;
        line-height: 1.06;
        font-family: $panchangBold;
        font-weight: 700;
        margin-bottom: 30px;

        span {
            display: inline-block;
            z-index: 1;
        }

        .title-img {
            position: absolute;
            left: -50%;
            top: -120%;
            z-index: 1;
        }
    }

    p {
        font-size: 24px;
        line-height: 40px;
    }

    @media only screen and (max-width: 1800px) {
        .title-img {
            display: none;
        }
    }


    @media only screen and (max-width: 1600px) {
        .title {
            font-size: 55px;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .title {
            font-size: 45px;

            .title-img {
                display: none;
            }
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }

    }

    @media only screen and (max-width: 991.98px) {
        .title {
            font-size: 32px;
        }
    }
}
*/
/*title-five*/
.title-five .sub-title {
  color: rgba(247, 79, 34, 0.8);
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  text-transform: capitalize;
  margin-bottom: 18px;
  display: inline-block;
}
.title-five .title {
  font-size: 56px;
  line-height: 1.06;
  font-family: "Panchang-Bold";
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.title-five .title span {
  display: inline-block;
  z-index: 1;
}
.title-five .title .title-img {
  position: absolute;
  left: -50%;
  top: -120%;
  z-index: 1;
}
.title-five p {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 1800px) {
  .title-five .title-img {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .title-five .title {
    font-size: 55px;
  }
  .title-five p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-five .title {
    font-size: 45px;
  }
  .title-five .title .title-img {
    display: none;
  }
  .title-five p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-five .title {
    font-size: 32px;
  }
}

/*title-six*/
/*
.title-six {
    .sub-title {
        color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .title {
        font-size: 72px;
        line-height: 1.06;
        font-family: $garamond;
        font-weight: 600;
        margin-bottom: 30px;
    }

    p {
        font-size: 24px;
        line-height: 40px;
    }


    @media only screen and (max-width: 1600px) {
        .title {
            font-size: 55px;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }

    }

    @media only screen and (max-width: 1200px) {
        .title {
            font-size: 45px;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }

    }

    @media only screen and (max-width: 991.98px) {
        .title {
            font-size: 32px;
        }
    }
}
*/
/*title-seven*/
/*
.title-seven {
    .sub-title {
        color: rgba(247, 79, 34, 0.8);
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .title {
        font-size: 80px;
        line-height: 1.06;
        font-family: $garamond;
        font-weight: 600;
        margin-bottom: 30px;

    }

    p {
        font-size: 24px;
        line-height: 40px;
    }

    @media only screen and (max-width: 1800px) {
        .title-img {
            display: none;
        }
    }


    @media only screen and (max-width: 1600px) {
        .title {
            font-size: 55px;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }

    }

    @media only screen and (max-width: 1200px) {
        .title {
            font-size: 45px;
        }

        p {
            font-size: 18px;
            line-height: 34px;
        }

    }

    @media only screen and (max-width: 991.98px) {
        .title {
            font-size: 32px;
        }
    }
}
*/
/*
.cta-title {
    font-size: 48px;
    font-weight: 700;
    font-family: $panchangBold;
    line-height: 1.1;

    @media only screen and (max-width: 1600px) {
        font-size: 55px;
    }

    @media only screen and (max-width: 991.98px) {
        font-size: 32px;
    }
}
*/
.contact-title {
  color: #000000;
  font-size: 50px;
  font-family: "Supreme-Medium";
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .contact-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-title {
    font-size: 24px;
  }
}

.semi-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 1600px) {
  .semi-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .semi-title {
    font-size: 28px;
  }
}

/*
.fact-title {
    font-size: 70px;
    line-height: 1.13;
    font-style: italic;
    font-family: $supremeItalic;
    font-weight: 700;

    @media only screen and (max-width: 1600px) {
        font-size: 55px;
    }

    @media only screen and (max-width: 1200px) {
        font-size: 35px;
    }
}
*/
/*
.img-wrapper-one {

    .main-img {
        margin-left: 100px;
        display: inline-block;
        border: 8px solid $white;
        margin-top: -200px;
        position: relative;
        z-index: 2;
    }

    .main-img-2 {
        position: relative;
        z-index: 1;
    }

    .float-content-1 {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 50px;
        z-index: 3;
        background: $white;
        padding: 23px 30px 15px 30px;

        .text-title {
            color: $heding;
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            font-family: $supremeMedium;
            font-style: italic;
            margin-right: 27px;
        }

        .content {
            flex: 1;
        }

        .chart {
            position: relative;
            text-align: center;

            span {
                color: $heding;
                font-size: 36px;
                font-weight: 600;
                font-family: $garamond;
                position: absolute;
                top: 46%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        }

        .text-title {
            font-family: $garamond;
        }
    }

    @media only screen and (max-width: 767.98px) {
        .float-content-1 {
            display: none;
        }
    }
}
*/
.img-wrapper-two {
  position: relative;
  z-index: 1;
}
.img-wrapper-two .main-img {
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.img-wrapper-two .main-img-2 {
  position: absolute;
  z-index: 1;
  right: -55px;
  top: -53px;
}
.img-wrapper-two .float-content {
  text-align: center;
  width: max-content;
  padding: 20px 54px 25px 54px;
  position: absolute;
  bottom: 36px;
  left: -10px;
  z-index: 2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 1200px) {
  .img-wrapper-two .main-img-2 {
    display: none;
  }
}

/*
.img-wrapper-three {
    display: inline-block;
    position: relative;
    z-index: 1;

    .popup-video {
        width: 120px;
        height: 120px;
        border-radius: 20px;
        background: $black;
        font-size: 50px;
        color: $white;
        line-height: 120px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
*/
/*
.img-wrapper-four {
    position: relative;
    z-index: 1;

    .main-img {
        position: relative;
        z-index: 1;
    }

    .shape-img {
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 0;
    }

    .counter-wrap-4 {
        right: -114px;
        bottom: 48px;
    }

    .counter-wrap-5 {
        left: 66px;
        top: 55%;
        transform: translateY(-50%);
    }

    @media only screen and (max-width: 1600px) {

        .counter-wrap-4,
        .counter-wrap-5 {
            display: none;
        }
    }

}
*/
/*
.img-wrapper-five {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
    margin-bottom: 45px;

    @media only screen and (max-width: 1600px) {
        padding-right: 0;
    }
}
*/
/*
.img-wrapper-six {
    .main-img {
        margin-top: -80px;
    }

    .float-content-2 {
        width: max-content;
        padding: 20px 30px 25px 30px;
        position: absolute;
        bottom: 80px;
        left: 0;
        z-index: 2;
        border-radius: 0 100px 100px 0;
        background: $black;
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);

        .number {
            font-size: 32px;
            color: $white;
            margin-bottom: 3px;
            margin-top: 7px;
        }

        .counter-title {
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
        }
    }
}
*/
/*
.img-wrapper-seven {
    margin-left: -52px;
    display: inline-block;
    position: relative;
    z-index: 1;

    .main-img {
        position: relative;
        z-index: 1;
    }

    .shape-img,
    .shape-img-2,
    .shape-img-3 {
        position: absolute;
    }

    .shape-img {
        left: 13%;
        top: 26px;
        z-index: 2;
    }

    .shape-img-2 {
        z-index: 2;
        right: 27%;
        top: 42%;
    }

    .shape-img-3 {
        z-index: -1;
        left: -58px;
        top: -41px;
        animation: rotation infinite 50s linear;
    }

    .float-content {
        text-align: center;
        width: max-content;
        padding: 20px 54px 25px 54px;
        position: absolute;
        bottom: 80px;
        left: -30px;
        z-index: 2;
        border-radius: 10px;
        background: $white;
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);

        p {
            font-style: italic;
        }
    }

    @media only screen and (max-width: 1600px) {

        .shape-img,
        .shape-img-2 {
            display: none;
        }
    }

    @media only screen and (max-width: 1200px) {
        margin-left: 0;
    }

    @media only screen and (max-width: 767.98px) {
        .float-content {
            display: none;
        }
    }
}
*/
/*
.text-wrapper-two {
    position: relative;
    z-index: 1;

    .sub-title {
        color: rgba(255, 255, 255, 0.5);
        font-size: 18px;
        font-weight: 400;
        font-family: $supremeRegular;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .title {
        color: $white;
        font-size: 64px;
        font-weight: 500;
        font-family: $garamond;
        line-height: 1.1;

        .highlight {
            color: $theme-color3;
            border-bottom: 1px solid $theme-color3;
        }
    }

    .icon {
        position: absolute;
        z-index: 1;
        right: 15%;
        bottom: 0;
        background: #FFDB65;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 62px;
    }

    @media only screen and (max-width: 1200px) {
        .title {
            font-size: 45px;
        }
    }

    @media only screen and (max-width: 991.98px) {
        padding-top: 60px;
        margin-bottom: 50px;

        .title {
            font-size: 28px;
        }
    }
}
*/
/*
.text-wrapper-three {

    .title {
        color: $heding;
        font-size: 60px;
        font-weight: 500;
        font-family: $garamond;
        line-height: 1.15;
        margin-bottom: 30px;
    }

    .description {
        color: $body-text-color;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 50px;
    }

    @media only screen and (max-width: 1200px) {
        .title {
            font-size: 45px;
        }
    }

    @media only screen and (max-width: 991.98px) {
        padding: 30px 15px 50px 15px;

        .title {
            font-size: 28px;
        }
    }
}
*/
/*
.about-section-one {
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        z-index: 1;
        left: 5.5%;
        bottom: 0;
    }

    .shape-2 {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 60px;
    }

    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }
}
*/
.about-section-two {
  position: relative;
  z-index: 1;
}
.about-section-two .shape-1 {
  position: absolute;
  right: 88px;
  top: 26px;
  z-index: 1;
}
.about-section-two .shape-2 {
  position: absolute;
  left: 52px;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .about-section-two .shape-1,
  .about-section-two .shape-2 {
    display: none;
  }
}

/*
.about-section-seven {
    background: #F6EBE1;
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1600px) {
            display: none;
        }
    }

    .shape-1 {
        right: 115px;
        top: 70px;
    }

    .shape-2 {
        right: -160px;
        bottom: 0;
    }
}
*/
/*
.about-bg-wrapper {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: -1;
    }

    .shape-1 {
        top: 24px;
        left: 0;
    }

    .shape-2 {
        right: 0;
        bottom: 0;
    }
}
*/
/*
.work-feature {
    position: relative;
    z-index: 1;

    .bg-shape {
        animation: rotation infinite 58s linear;
    }

    .bg-shape-2 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
*/
ul.worklist {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
ul.worklist li {
  display: inline-block;
}
ul.worklist li:nth-child(1) {
  position: absolute;
  left: 50%;
  top: -6%;
  transform: translateX(-50%);
}
ul.worklist li:nth-child(2) {
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
  /*
              .tooltip-box {
                  .icon {
                      background: #FF3C82;
                  }
              }
  */
}
ul.worklist li:nth-child(3) {
  position: absolute;
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);
  /*
              .tooltip-box {
                  .icon {
                      background: #01CE46;
                  }
              }
  */
}
ul.worklist li:last-child {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  /*
              .tooltip-box {
                  .icon {
                      background: #38D5FF;
                  }
              }
  */
}

.we-do-section .shape-1,
.we-do-section .shape-2,
.we-do-section .shape-3 {
  position: absolute;
  z-index: 1;
}
.we-do-section .shape-1 {
  top: 12%;
  left: 97px;
}
.we-do-section .shape-2 {
  right: 0;
  top: -15%;
}
.we-do-section .shape-3 {
  right: 9%;
  bottom: 5%;
}

/*
.tooltip-box {
    position: relative;

    &.tb-1 {
        .tooltip-content {
            right: -198px;
            bottom: -10px;
        }
    }

    &.tb-2 {
        .tooltip-content {
            left: -34px;
            top: -139px;
        }
    }

    &.tb-3 {
        .tooltip-content {
            left: -216px;
            top: -15px;
        }
    }

    &.tb-4 {
        .tooltip-content {
            left: -26px;
            bottom: -110px;
        }
    }

    .icon {
        width: 100px;
        height: 100px;
        background: #FFCB1F;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 100px;
    }

    .tooltip-content {
        text-align: center;
        position: absolute;
        z-index: 2;
        color: $black;
        font-size: 20px;
        font-weight: 500;
        font-family: $supremeMedium;
        font-style: italic;
        background: $white;
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
        padding: 16px 30px 17px 30px;
        width: max-content;
        @include transition(.4s);
    }

    // &:hover {
    //     .tooltip-content {
    //         visibility: visible;
    //         opacity: 1;
    //     }
    // }

    @media only screen and (max-width: 991.98px) {
        &.tb-4 {
            .tooltip-content {
                left: -72px;
            }
        }

        &.tb-2 .tooltip-content {
            left: 10px;
        }
    }

    @media only screen and (max-width: 767.98px) {
        &.tb-1 .tooltip-content {
            right: 0;
            bottom: 0;
            padding: 4px 3px;
        }

        &.tb-4 .tooltip-content {
            left: -8px;
            padding: 4px 3px;
            bottom: 0;
        }

        &.tb-2 .tooltip-content {
            padding: 4px 3px;
            left: 20px;
            top: 60px;
        }

        &.tb-3 .tooltip-content {
            left: 0;
            top: auto;
            bottom: 0;
            padding: 4px 3px;
        }
    }
}
*/
/*
.video-wrap-1 {
    position: relative;
    z-index: 1;

    .popup-video {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    @media only screen and (max-width: 1200px) {
        .popup-video {
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }
}
*/
/*
.video-wrap-2 {
    position: relative;
    z-index: 1;
    display: inline-block;

    .popup-video {
        position: absolute;
        left: 48%;
        top: 48%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        line-height: 150px;
        color: $black;
        font-size: 45px;
    }
}
*/
/*
.counter-bg-one {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 30px 60px 0px rgba(8, 215, 77, 0.07);
}
*/
/*
.counter-wrap-1 {
    text-align: center;
    margin-bottom: 45px;

    .number {
        color: $heding;
        font-size: 50px;
        font-weight: 600;
        font-family: $panchangSemi;
        line-height: 1;
        margin-bottom: 35px;
    }

    .counter-title {
        color: #16BC4D;
        font-size: 20px;
        font-family: $supremeMedium;
        font-weight: 500;
    }

    @media only screen and (max-width: 1200px) {
        .number {
            font-size: 35px;
        }
    }
}
*/
/*
.counter-wrap-2 {
    margin-bottom: 45px;

    .number {
        color: $heding;
        font-size: 90px;
        font-weight: 500;
        font-family: $supremeMedium;
        margin-bottom: 18px;
        line-height: 1;
    }

    .counter-title {
        color: $body-text-color;
        font-size: 24px;
        font-family: $supremeRegular;
        font-weight: 400;
    }

    @media only screen and (max-width: 1200px) {
        .number {
            font-size: 40px;
        }

        .counter-title {
            font-size: 20px;
        }
    }
}
*/
/*
.counter-wrap-3 {
    margin-bottom: 45px;

    .number {
        color: $title;
        font-size: 100px;
        font-weight: 600;
        font-family: $garamond;
        margin-bottom: 0;
    }

    .counter-title {
        color: $black;
        font-size: 24px;
        font-family: $supremeRegular;
        font-weight: 400;
    }

    @media only screen and (max-width: 1600px) {
        .number {
            font-size: 55px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .counter-title {
            font-size: 18px;
        }
    }
}
*/
.counter-wrap-4,
.brand-wrap-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.counter-wrap-4 .brand-item,
.brand-wrap-2 .brand-item {
  text-align: center;
}
.counter-wrap-4 .brand-item a,
.brand-wrap-2 .brand-item a {
  display: inline-block;
}
.counter-wrap-4 .brand-item img,
.brand-wrap-2 .brand-item img {
  display: inline-block;
}

.progressbar-content-2 {
  text-align: center;
  display: inline-block;
  margin-bottom: 45px;
}
.progressbar-content-2 .chart2 {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.progressbar-content-2 .chart2 span {
  color: #000000;
  font-size: 90px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  font-style: italic;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-77%);
}
.progressbar-content-2 .progress-title {
  font-size: 36px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-top: 17px;
}
@media only screen and (max-width: 1200px) {
  .progressbar-content-2 .chart span {
    font-size: 38px;
  }
  .progressbar-content-2 .progress-title {
    font-size: 22px;
  }
}

/*
.marquee-wrapper {
    width: 130vw;
    margin-left: -10%;

    .donate-title {
        display: flex;
        align-items: center;
        margin: 0 20px;

        a {
            color: $white;
            font-size: 65px;
            font-weight: 700;
            font-family: $garamond;
            line-height: 1;
            display: inline-flex;
            align-items: center;
        }

        img {
            display: inline-block;
            margin-left: 20px;
        }

        @media only screen and (max-width: 991.98px) {
            a {
                font-size: 45px;
            }
        }
    }

    @media only screen and (max-width: 991.98px) {
        margin-left: 0;
        width: 100%;
    }
}
*/
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;

    &::before,
    &::after {
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    &:hover .marquee-slide {
        animation-play-state: paused;
    }
}
*/
/*
.marquee-slide {
    display: inline-block;
    animation: 35s marqueslide infinite linear;
    height: 50px;
    display: flex;
    align-items: center;
}
*/
/*
.service-wrap-1 {
    background: $white;
    padding: 45px 80px 40px 55px;
    margin-bottom: 30px;
    @include transition(.4s);

    .icon {
        margin-bottom: 26px;
        margin-right: 20px;
        @include transition(.4s);

        img {
            display: inline-block;
            @include transition(.4s);
        }
    }

    .service-content {
        flex: 1;
    }

    .service-title {
        margin-bottom: 20px;
        margin-top: -8px;

        a {
            font-size: 30px;
            font-weight: 600;
            font-family: $garamond;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    p {
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 0;
    }

    &:hover {}

    @media only screen and (max-width: 1600px) {
        .service-title {
            a {
                font-size: 28px;
            }
        }

        padding-left: 15px;
        padding-right: 15px;
    }
}
*/
/*
.service-wrap-2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
    @include transition(.4s);


    .service-number {
        display: inline-block;
        width: 47px;
        height: 47px;
        border-radius: 50%;
        border: 1.5px solid $black;
        line-height: 47px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .service-title {
        margin-bottom: 10px;

        a {
            color: rgba(0, 0, 0, 0.5);
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            line-height: 36px;
            text-transform: uppercase;
            @include transition(.4s);

            &:hover {
                color: $theme-color3;
            }
        }
    }

    .description {
        color: $black;
        font-size: 26px;
        font-weight: 500;
        font-family: $supremeMedium;
        line-height: 38px;
        margin-bottom: 45px;
    }


    @media only screen and (max-width: 1600px) {
        .service-title {
            a {
                font-size: 28px;
            }
        }

        padding-left: 15px;
        padding-right: 15px;
    }

    @media only screen and (max-width: 767.98px) {
        display: block;
        padding-bottom: 0px;
    }
}
*/
/*
.service-wrap-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-bottom: 45px;
    padding-bottom: 54px;
    position: relative;
    z-index: 3;

    .service-subtitle {
        color: $white;
        font-family: $garamond;
        font-size: 30px;
        font-weight: 400;
    }

    .hover-img {
        margin-left: 59px;
        margin-right: 43px;
        border-radius: 150px;
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            background: rgba(247, 79, 34, 0.6);
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 100px;
            left: 0;
            top: 0;
            opacity: 0;
            visibility: hidden;
            z-index: 1;
        }

        img {
            border-radius: 100px;
        }
    }

    .service-title {
        a {
            color: $white;
            font-size: 50px;
            font-weight: 600;
            font-family: $garamond;
            line-height: 1.2;
            transition: all 0.4s;

            .highlight {
                color: rgba(255, 255, 255, 0.5);
                display: block;
            }
        }
    }

    .icon-link {
        width: 109px;
        height: 109px;
        border-radius: 50%;
        border: 1px solid $white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s;
        position: relative;
        z-index: 1;
    }

    &:hover {
        .hover-img {
            &::before {
                opacity: 1;
                visibility: visible;
            }
        }

        .icon-link {
            background: $theme-color;
            border-color: $theme-color;
        }
    }

    @media only screen and (max-width: 1200px) {
        .service-title {
            a {
                font-size: 32px;

                .highlight {
                    display: inline-block;
                }
            }
        }
    }

    @media only screen and (max-width: 991.98px) {
        .icon-link {
            margin-top: 30px;
        }
    }

    @media only screen and (max-width: 767.98px) {
        text-align: center;

        .hover-img {
            margin-left: 0;
            margin-right: 0;
            margin-top: 25px;
            margin-bottom: 15px;
        }
    }
}
*/
/*
.service-section {
    padding-top: 580px;
    margin-top: -480px;
    position: relative;
    z-index: 1;
}
*/
/*
.service-section-three {
    background: $deep-green;
}
*/
/*
.portfolio-wrap-1 {

    .portfolio-thumb {
        position: relative;
        z-index: 1;

        .portfolio-img {
            width: 100%;
        }

        .shape-img {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -11%;
            z-index: 1;
        }
    }
}
*/
/*
.portfolio-wrap-2 {
    text-align: center;
    padding-bottom: 45px;
    transform: scale(.83);

    .portfolio-thumb {
        margin-bottom: 50px;
        border-radius: 50px;
        position: relative;
        z-index: 1;

        img {
            border-radius: 50px;
            width: 100%;
        }
    }

    .pf-title {
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
        @include transition(.4s);

        a {
            font-size: 48px;
            font-weight: 500;
            font-family: $garamond;
            line-height: 1;
            transition: all 0.4s;

            &:hover {
                color: $theme-color2;
            }
        }
    }

    &.slick-current.slick-active.slick-center {
        transform: scale(1);

        .pf-title {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }
    }

    @media only screen and (max-width: 1600px) {
        transform: unset;
        margin-left: 15px;
        margin-right: 15px;
    }

    @media only screen and (max-width: 1200px) {

        .pf-title {
            a {
                font-size: 20px;
            }
        }

    }
}
*/
/*
.ht-project-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }

    .shape-1 {
        left: 0;
        bottom: 29%;
    }

    .shape-2 {
        right: 0;
        top: 93px;
    }

}
*/
/*
.project-slider-two {
    width: 130vw;
    transform: translateX(-15vw);

    @media only screen and (max-width: 1600px) {
        width: 100%;
        transform: translateX(0);
    }
}
*/
/*
.portfolio-menu {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px 5px 20px;
    border-radius: 50px;
    width: max-content;

    .gf_btn {
        color: $black;
        font-size: 20px;
        font-weight: 500;
        line-height: 18px;
        padding: 11px 20px;
        border: 0px;
        border-radius: 40px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 5px;
        background: transparent;
        position: relative;
        z-index: 1;
        @include transition(0.6s);

        &:hover,
        &.active {
            background: $theme-color;
            color: $white;
        }
    }

    @media only screen and (max-width: 991.98px) {
        .gf_btn {
            font-size: 16px;
            padding: 10px;
        }
    }
}
*/
/*
.project-info {
    padding-top: 65px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
    background: $theme-color2;
    border-radius: 20px;

    .info-box {
        margin-bottom: 28px;

        .icon {
            color: $black;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            background: $theme-color;
            border-radius: 50%;
            font-size: 26px;
            margin-right: 20px;
        }

        p {
            font-size: 20px;
            color: $white;
            margin-bottom: 0px;
        }

        h5 {
            color: $white;
            font-size: 20px;
            font-weight: 500;
            font-family: $supremeRegular;
        }
    }

    @media only screen and (max-width: 1800px) {
        padding-left: 0;
        padding-right: 0;
    }
}
*/
/*
.portfolio-navigation-wrap {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
*/
/*
.portfolio-navigation {

    .icon-link {
        border: 1px solid $black;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        justify-content: center;
        @include transition(.4s);

        img {
            @include transition(.4s);
        }

        &:hover {
            border-color: $theme-color2;
            background: $theme-color2;

            img {
                filter: invert(1);
            }
        }

        @media only screen and (max-width: 767.98px) {
            margin-bottom: 30px;
        }
    }

    .pf-tag {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .pf-title {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 0;
    }
}
*/
.contact-form-wrapper {
  background: #FFFCF0;
  border: 1px solid #000;
  padding: 68px 60px;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form-wrapper {
    padding: 50px 15px;
  }
}

/*
.contact-form-wrapper-2 {
    background: $white;
    padding: 50px 60px 60px 60px;
    border-radius: 10px;

    @media only screen and (max-width: 1600px) {
        padding: 50px 25px;
    }

    @media only screen and (max-width: 767.98px) {
        padding: 50px 15px;
    }
}
*/
/*
.contact-form-wrapper-3 {
    background: $white;
    padding: 80px 60px 90px 60px;
    margin-right: 40px;
    border-radius: 10px;

    @media only screen and (max-width: 1600px) {
        padding: 50px 25px;
        margin-right: 0;
    }

    @media only screen and (max-width: 767.98px) {
        padding: 50px 15px;
    }
}
*/
.contact-form-wrapper-4 {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 60px 83px 60px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-4 {
    padding: 30px 15px;
  }
}

.contact-form-wrapper-5 {
  max-width: 530px;
  margin-left: 130px;
}
@media only screen and (max-width: 1800px) {
  .contact-form-wrapper-5 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1800px) {
  .contact-form-wrapper-5 {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.contact-form .input-wrapper input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  border-radius: 5px;
  padding-left: 20px;
  border: 1px solid #000;
}
.contact-form .input-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.contact-form .input-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.contact-form .input-wrapper input::-webkit-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form .input-wrapper input::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.contact-form .input-wrapper input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 140px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
  border-radius: 8px;
  padding-left: 20px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.contact-form {
  /*
      .submit-btn {
          color: $heding;
          font-size: 18px;
          font-weight: 600;
          font-family: $panchangSemi;
          line-height: 1;
          height: 55px;
          line-height: 55px;
          padding-left: 55px;
          padding-right: 55px;
          text-transform: uppercase;
          border: 0;
          background: $theme-color2;
          @include transition(.4s);

          &:hover {
              color: $white;
              background: $black;
          }
      }
  */
}
@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}
.contact-form.form-2 .input-wrapper input,
.contact-form.form-2 .input-wrapper textarea {
  color: #000;
  height: 55px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}
.contact-form.form-2 .input-wrapper input::placeholder,
.contact-form.form-2 .input-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-2 .input-wrapper input::-ms-placeholder,
.contact-form.form-2 .input-wrapper textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-2 .input-wrapper input::-o-placeholder,
.contact-form.form-2 .input-wrapper textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-2 .input-wrapper input::-moz-placeholder,
.contact-form.form-2 .input-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-2 .input-wrapper input::-webkit-placeholder,
.contact-form.form-2 .input-wrapper textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-2 {
  /*
          .submit-btn {
              color: $white;
              width: 100%;
              background: $black;
              border-radius: 8px;
              @include transition(.4s);

              &:hover {
                  background: $theme-color;
              }
          }
  */
}
.contact-form.form-3 .input-wrapper input,
.contact-form.form-3 .input-wrapper textarea {
  color: #000;
  height: 55px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}
.contact-form.form-3 .input-wrapper input::placeholder,
.contact-form.form-3 .input-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-3 .input-wrapper input::-ms-placeholder,
.contact-form.form-3 .input-wrapper textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-3 .input-wrapper input::-o-placeholder,
.contact-form.form-3 .input-wrapper textarea::-o-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-3 .input-wrapper input::-moz-placeholder,
.contact-form.form-3 .input-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-3 .input-wrapper input::-webkit-placeholder,
.contact-form.form-3 .input-wrapper textarea::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-3 {
  /*
          .submit-btn {
              color: $black;
              font-size: 24px;
              font-weight: 500;
              font-family: $supremeMedium;
              width: 100%;
              background: $theme-color3;
              border-radius: 10px;
              margin-top: 30px;
              @include transition(.4s);

              &:hover {
                  color: $white;
                  background: $black;
              }
          }
  */
}
.contact-form.form-4 .input-wrapper input,
.contact-form.form-4 .input-wrapper textarea {
  background: #ffffff;
  border: 1px solid #000;
  font-size: 18px;
}
.contact-form.form-4 .input-wrapper input::placeholder,
.contact-form.form-4 .input-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form.form-4 button {
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  background: #c53040;
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.subscribe-form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.subscribe-form input {
  width: 100%;
  height: 70px;
  border: 0;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: "Supreme-Regular";
  border: 0;
  padding-left: 30px;
}
.subscribe-form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-o-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.subscribe-form button {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-family: "Supreme-Medium";
  border: 0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #c53040;
  position: absolute;
}
.subscribe-form.sub-form-1 input {
  width: 450px;
  height: 70px;
}
.subscribe-form.sub-form-1 button {
  color: #ffffff;
  background: #c53040;
  padding: 10px 29px;
  height: 55px;
  top: 8px;
  right: 8px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-1 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-1 button {
    width: 100%;
    right: 0;
  }
}
.subscribe-form.sub-form-2 input {
  color: rgba(0, 0, 0, 0.7);
  width: 450px;
  height: 70px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
}
.subscribe-form.sub-form-2 button {
  color: #ffffff;
  background: #c53040;
  border-radius: 4px;
  padding: 10px 29px;
  height: 55px;
  top: 8px;
  right: 8px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-2 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-2 button {
    width: 100%;
    right: 0;
  }
}
.subscribe-form.sub-form-3 input {
  color: rgba(255, 255, 255, 0.7);
  width: 450px;
  height: 70px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.subscribe-form.sub-form-3 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-3 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-3 input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-3 input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-3 input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.sub-form-3 button {
  color: #000;
  background: #ffffff;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  top: 8px;
  right: 8px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-3 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-3 button {
    width: 100%;
    right: 0;
  }
}
.subscribe-form.sub-form-4 input {
  color: rgba(0, 0, 0, 0.7);
  width: 450px;
  height: 70px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
}
.subscribe-form.sub-form-4 button {
  color: #ffffff;
  background: #000;
  border-radius: 4px;
  padding: 10px 29px;
  height: 55px;
  top: 8px;
  right: 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-4 button:hover {
  background: #c53040;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-4 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-4 button {
    width: 100%;
    right: 0;
  }
}
.subscribe-form.sub-form-5 {
  width: max-content;
}
.subscribe-form.sub-form-5 input {
  color: rgba(0, 0, 0, 0.7);
  width: 450px;
  height: 70px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
}
.subscribe-form.sub-form-5 button {
  color: #000;
  background: #FFDB65;
  border-radius: 4px;
  padding: 10px 29px;
  height: 55px;
  top: 8px;
  right: 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-5 button:hover {
  color: #ffffff;
  background: #000;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-5 {
    width: 100%;
  }
  .subscribe-form.sub-form-5 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-5 button {
    width: 100%;
    right: 0;
  }
}
.subscribe-form.sub-form-6 input {
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 450px;
  height: 70px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
}
.subscribe-form.sub-form-6 button {
  color: #ffffff;
  background: #c53040;
  border-radius: 4px;
  padding: 10px 29px;
  height: 55px;
  top: 8px;
  right: 8px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe-form.sub-form-6 input {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form.sub-form-6 button {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
}

.contact-map iframe {
  height: 750px;
  width: 100%;
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 600px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-map iframe {
    height: 400px;
  }
}

/*
.booking-form-bg {
    background: $white;
    box-shadow: -20px 20px 60px 0px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 5px;
    border-radius: 30px;
    position: relative;
    z-index: 5;
    margin-top: -80px;
    padding-left: 30px;


    .input-content {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

    .icon {
        width: 75px;
        height: 75px;
        background: $theme-color;
        border-radius: 50%;
        text-align: center;
        line-height: 75px;
        margin-right: 20px;
    }

    .input-wrapper {
        position: relative;
        z-index: 1;

        label {
            color: rgba(16, 48, 96, 0.5);
            font-size: 20px;
            font-family: $supremeRegular;
            font-weight: 400;
            display: block;
        }

        input {
            color: $body-text-color;
            font-size: 22px;
            font-weight: 500;
            font-family: $supremeMedium;
            border: 0;
            background: transparent;

            &::placeholder {
                color: $body-text-color;
                font-size: 22px;
            }

            &::-moz-placeholder {
                color: $body-text-color;
                font-size: 22px;
            }

            &::-webkit-placeholder {
                color: $body-text-color;
                font-size: 22px;
            }

            &::-o-placeholder {
                color: $body-text-color;
                font-size: 22px;
            }

            &::-ms-placeholder {
                color: $body-text-color;
                font-size: 22px;
            }
        }

        .nice-select.service-chose {
            color: $body-text-color;
            border: 1px solid rgba(7, 17, 6, 0.1);
            background: $white;

            span {
                color: $body-text-color;
            }
        }
    }

    button {
        height: 60px;
    }

    @media only screen and (max-width: 1800px) {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    @media only screen and (max-width: 1600px) {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}
*/
/*
.signup-form-section {
    .contact-wrapper {
        background: rgba(244, 244, 244, 0.5);
        padding: 50px;
        border-radius: 30px;

        @media only screen and (max-width: 767.98px) {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    .contact-form {
        .input-wrapper span {
            left: 21px;
        }
    }

    button.signup-btn {
        border: 0;
        width: 100%;
        height: 45px;
        background: transparent;
        color: $heding;
        font-weight: 600;
    }
}
*/
/*
.contact-info-wrapper {
    max-width: 1600px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 50px;
    place-content: space-between;
    margin: 0 auto;

    .contact-info-wrap-1 {


        &:nth-child(2) {
            .icon {
                background: $theme-color;
            }
        }

        &:nth-child(3) {
            .icon {
                background: $theme-color2;
            }
        }

        &:first-child,
        &:nth-child(3) {
            position: relative;
            z-index: 1;

            &::before {
                content: '';
                position: absolute;
                width: 1.2px;
                height: 78px;
                background: $black;
                left: -45%;
                top: 0;
                z-index: 1;
                transform: rotate(14deg);
            }
        }

        &:first-child {
            position: relative;
            z-index: 1;

            &::before {
                right: -47%;
                left: auto;
            }
        }

        @media only screen and (max-width: 1600px) {
            &::before {
                display: none;
            }
        }
    }

    @media only screen and (max-width: 991.98px) {
        grid-template-columns: 45% 45%;
    }

    @media only screen and (max-width: 767.98px) {
        grid-template-columns: 100%;
    }
}
*/
/*
.contact-info-wrap-1 {
    margin-top: 45px;
    display: grid;
    grid-template-columns: auto auto;


    .icon {
        display: inline-block;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: $theme-color2;
        margin-right: 25px;
        text-align: center;
        line-height: 64px;
    }

    .info-title {
        font-size: 22px;
        font-weight: 500;
        font-family: $supremeRegular;
    }

    .info-link {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-weight: 400;
    }

    @media only screen and (max-width: 1600px) {
        padding-left: 15px;
        padding-right: 15px;

        .info-title {
            font-size: 20px;
        }
    }
}
*/
.info-box {
  display: flex;
  margin-bottom: 45px;
}
.info-box .icon {
  color: #000000;
  font-size: 30px;
  margin-right: 18px;
  transform: translateY(4px);
}
.info-box .content {
  flex: 1;
}
.info-box .info-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.info-box p {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1200px) {
  .info-box {
    display: block;
    text-align: center;
  }
  .info-box .icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.info-box2 {
  padding: 0 30px 0 30px;
  margin-bottom: 45px;
}
.info-box2.border-styles {
  position: relative;
  z-index: 1;
}
.info-box2.border-styles::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 79px;
  left: 0;
  top: 0;
  transform: rotate(24deg);
}
.info-box2.border-styles::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 79px;
  right: 0;
  top: 0;
  transform: rotate(24deg);
}
@media only screen and (max-width: 1600px) {
  .info-box2.border-styles::before, .info-box2.border-styles::after {
    display: none;
  }
}
.info-box2 .info-content {
  flex: 1;
}
.info-box2 .icon {
  color: #ffffff;
  width: 70px;
  height: 70px;
  background: #c53040;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.info-box2 .info-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  margin-bottom: 20px;
}
.info-box2 p {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .info-box2 {
    padding-left: 0;
    padding-right: 0;
  }
  .info-box2 .icon {
    margin-bottom: 30px;
  }
  .info-box2 .info-title {
    font-size: 22px;
  }
}

/*
.cta-section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        right: 13%;
        bottom: 80px;
        z-index: -1;
    }

    @media only screen and (max-width: 1200px) {
        .shape-1 {
            display: none;
        }
    }
}
*/
/*
.cta-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 200px;

    @media only screen and (max-width: 1600px) {
        padding-left: 0;

        .cta-title {
            color: $white;
        }

        p {
            color: $white;
        }
    }


    @media only screen and (max-width: 991.98px) {
        padding-bottom: 100px;
    }
}
*/
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .shape-1,
.contact-section .shape-2 {
  position: absolute;
  z-index: 1s;
}
@media only screen and (max-width: 1600px) {
  .contact-section .shape-1,
  .contact-section .shape-2 {
    display: none;
  }
}
.contact-section .shape-1 {
  left: 0;
  bottom: 0;
}
.contact-section .shape-2 {
  right: 12.8%;
  top: 81%;
  transform: rotate(165deg);
}

.contact-section-two {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.contact-section-two::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 7.78%, rgba(0, 0, 0, 0.55) 66.67%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-section-two .shape-1 {
  position: absolute;
  z-index: 1;
  left: 77px;
  top: 23px;
}
@media only screen and (max-width: 1600px) {
  .contact-section-two .shape-1 {
    display: none;
  }
}

/*
.newsletter-section-four {
    .shape-1 {
        right: 52%;
        bottom: 86px;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }
}
*/
.newsletter-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*
.ilustration-shape {
    margin-left: -121px;
}
*/
.feedback-section-two .shape-1 {
  position: absolute;
  right: 54%;
  bottom: 142px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .feedback-section-two .shape-1 {
    display: none;
  }
}

/*
.feedback-section-five {
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4,
    .shape-5,
    .shape-6 {
        position: absolute;
        z-index: -1;
    }

    .shape-1 {
        left: 0;
        bottom: 170px;
    }

    .shape-2 {
        right: 0;
        bottom: 170px;
    }

    .shape-3 {
        top: 42%;
        right: 83%;
    }

    .shape-4 {
        bottom: 16%;
        right: 75%;
        animation: rotation infinite linear 15s;
    }

    .shape-5 {
        top: 42%;
        right: 19%;
    }

    .shape-6 {
        bottom: 16%;
        right: 15%;
    }

    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }

}
*/
/*
.feedback-section-six {
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: -1;
    }

    .shape-1 {
        left: 0;
        bottom: 170px;
    }

    .shape-2 {
        right: 0;
        bottom: 170px;
    }


    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }

}
*/
/*
.feedback-wrap-1 {
    background: #71F6C7;
    text-align: center;
    padding: 50px 54px 30px 54px;
    margin-bottom: 40px;

    .author {
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 32px;
    }

    .name {
        color: $heding;
        font-size: 24px;
        font-weight: 600;
        font-family: $garamond;
        margin-bottom: 0;
    }

    .designation {
        color: $body-text-color2;
        font-size: 20px;
        font-family: $supremeRegular;
        font-weight: 400;
        margin-bottom: 0;
    }

    .feedback-text {
        color: $heding;
        font-size: 24px;
        font-weight: 500;
        font-family: $supremeMedium;
        line-height: 1.8;
        margin-bottom: 38px;
    }

    &.fdstyle-2 {
        background: #F6D662;
    }

    &.fdstyle-3 {
        background: #F98A6D;
    }

    @media only screen and (max-width: 1600px) {
        padding-left: 25px;
        padding-right: 25px;
    }

    @media only screen and (max-width: 767.98px) {
        padding-left: 15px;
        padding-right: 15px;

        .feedback-text {
            font-size: 20px;
        }
    }
}
*/
.feedback-wrap-2 {
  background: #000;
  padding: 135px 124px 208px 123px;
}
.feedback-wrap-2 .slogan-author {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.feedback-wrap-2 .slogan-author::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 20px;
  height: 1.5px;
  right: -31px;
  top: 11px;
  z-index: 1;
}
.feedback-wrap-2 .feedback-text {
  font-size: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  line-height: 80px;
  margin-top: 12px;
  margin-bottom: 40px;
}
.feedback-wrap-2 .feedback-text .highlight {
  color: #c53040;
}
.feedback-wrap-2 .name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
}
.feedback-wrap-2 .designation {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Supreme-Regular";
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-2 {
    padding: 80px 30px 50px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-2 {
    padding: 80px 30px 100px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrap-2 .feedback-text {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .feedback-wrap-2 .name {
    font-size: 20px;
  }
}

/*
.feedback-wrap-3 {


    .author {
        display: inline-block;
        margin-bottom: 24px;
        border-radius: 50%;
    }

    .name {
        color: $heding;
        font-size: 20px;
        font-weight: 500;
        font-family: $supremeMedium;
        margin-bottom: 2px;
    }

    .designation {
        color: $body-text-color;
        font-size: 20px;
        font-family: $supremeRegular;
        font-weight: 400;
        margin-bottom: 0;
    }

    .feedback-text {
        font-size: 28px;
        font-weight: 400;
        font-family: $supremeRegular;
        font-style: italic;
        line-height: 1.6;
        margin-bottom: 25px;
        margin-top: 25px;
        margin-left: 197px;
    }

    .author-content {
        text-align: center;
    }

    .content {
        flex: 1;
        text-align: center;
    }

    @media only screen and (max-width: 1600px) {
        .feedback-text {
            font-size: 24px;
            margin-left: 0;
        }


    }

    @media only screen and (max-width: 767.98px) {

        padding-left: 15px;
        padding-right: 15px;

        .feedback-text {
            font-size: 20px;
        }
    }
}
*/
.feedback-wrap-4,
.feedback-wrap-6 {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 50px 57px 47px 57px;
}
.feedback-wrap-4 .author,
.feedback-wrap-6 .author {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 50%;
}
.feedback-wrap-4 .name,
.feedback-wrap-6 .name {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  text-transform: capitalize;
}
.feedback-wrap-4 .designation,
.feedback-wrap-6 .designation {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-wrap-4 .feedback-text,
.feedback-wrap-6 .feedback-text {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  font-family: "Supreme-MediumItalic";
  font-style: italic;
  line-height: 46px;
  margin-bottom: 35px;
}
.feedback-wrap-4 .rating,
.feedback-wrap-6 .rating {
  margin-bottom: 23px;
}
.feedback-wrap-4 .rating a,
.feedback-wrap-6 .rating a {
  color: #000;
  font-size: 22px;
}
.feedback-wrap-4 .rating a .bi-star-fill,
.feedback-wrap-6 .rating a .bi-star-fill {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-4,
  .feedback-wrap-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-4 .feedback-text,
  .feedback-wrap-6 .feedback-text {
    font-size: 24px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-4,
  .feedback-wrap-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-4 .feedback-text,
  .feedback-wrap-6 .feedback-text {
    font-size: 20px;
  }
}

/*
.feedback-wrap-5 {
    text-align: center;

    .name {
        color: $heding;
        font-size: 24px;
        font-weight: 600;
        font-family: $garamond;
        text-transform: capitalize;
    }

    .designation {
        color: rgba(0, 0, 0, 0.5);
        font-size: 24px;
        font-family: $garamond;
        font-weight: 400;
        margin-bottom: 0;
    }

    .feedback-text {
        color: $black;
        font-size: 42px;
        font-weight: 400;
        font-family: $supremeRegular;
        line-height: 70px;
        margin-bottom: 50px;

    }

    @media only screen and (max-width: 1600px) {
        .feedback-text {
            font-size: 32px;
            line-height: 45px;
        }

    }

    @media only screen and (max-width: 767.98px) {

        .feedback-text {
            font-size: 24px;
        }
    }
}
*/
.feedback-wrap-6 {
  background: #ffffff;
  border-color: #ffffff;
}
.feedback-wrap-6 .feedback-text {
  color: #000000;
}
.feedback-wrap-6.border-wrap {
  border: 1px solid #000000;
}

.slick-slide.slick-current.slick-active {
  /*
      .feedback-wrap-4 {
          background: $black;

          .feedback-text {
              color: $white;
          }

          .name {
              color: $white;
          }

          .designation {
              color: rgba(255, 255, 255, 0.8);
          }

          .rating {
              a {
                  color: $theme-color3;

                  &:last-child {
                      .bi-star {
                          color: $white;
                          display: inline-block;
                      }
                  }

                  .bi-star-fill {
                      display: inline-block;
                  }

                  .bi-star {
                      display: none;
                  }
              }
          }
      }
  */
}
.slick-slide.slick-current.slick-active .feedback-wrap-6 .rating a {
  color: #FFDB65;
}
.slick-slide.slick-current.slick-active .feedback-wrap-6 .rating a .bi-star {
  display: none;
}
.slick-slide.slick-current.slick-active .feedback-wrap-6 .rating a:last-child .bi-star {
  color: #ffffff;
  display: inline-block;
}
.slick-slide.slick-current.slick-active .feedback-wrap-6 .rating a .bi-star-fill {
  display: inline-block;
}

/*
.author-avatar-list {
    padding: 0;
    margin: 0;
    list-style: none;

    li {
        img {
            border-radius: 50%;
        }
    }
}
*/
.team-wrap-1 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .team-wrap-1.tw-stle-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.team-wrap-1 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-1 .team-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .team-social {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  right: -150px;
  top: 20px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .content {
  padding-top: 27px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .name {
  margin-bottom: 0;
}
.team-wrap-1 .name a {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .designation {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  font-family: "Supreme-Regular";
}
.team-wrap-1:hover .team-social {
  right: 20px;
}
.team-wrap-1:hover .name a {
  color: #c53040;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-1 .name a {
    font-size: 20px;
  }
  .team-wrap-1 .designation {
    font-size: 18px;
  }
}

/*
.team-wrap-2 {
    text-align: center;
    background: $white;
    border-radius: 20px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    @include transition(.4s);

    &.tw-style-3 {
        border: 1px solid $black;

        .name {
            a {
                font-size: 32px;
                font-weight: 500;
                font-family: $garamond;
            }
        }

        @media only screen and (max-width: 1200px) {
            .name {
                a {
                    font-size: 24px;
                }
            }
        }
    }

    .team-thumb {
        overflow: hidden;
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            background: rgba(0, 0, 0, 0.6);
            border-radius: 20px 20px 0 0;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            visibility: hidden;
            opacity: 0;
            @include transition(.4s);
        }

        img {
            border-radius: 20px 20px 0 0;
            @include transition(.4s);
        }
    }

    .team-social {
        display: inline-flex;
        justify-content: center;
        gap: 40px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100px;
        z-index: 2;
        @include transition(.4s);

        a {
            color: $black;
            font-size: 25px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            background: $white;

            &:hover {
                color: $white;
                background: $theme-color;
            }
        }
    }


    .content {
        padding-top: 27px;
        padding-bottom: 25px;
        @include transition(.4s);
    }

    .name {
        margin-bottom: 13px;

        a {
            color: $heding;
            font-size: 24px;
            font-weight: 600;
            font-family: $panchangSemi;
            margin-bottom: 0;
            @include transition(.4s);
        }
    }


    .designation {
        color: rgba(0, 0, 0, 0.6);
        font-size: 20px;
        font-weight: 400;
        font-family: $supremeRegular;
        margin-bottom: 0;
    }

    &:hover {

        .team-thumb {
            &::before {
                visibility: visible;
                opacity: 1;
            }
        }

        .team-social {
            bottom: 60px;
        }

        .name {
            a {
                color: $theme-color;
            }
        }

    }

    @media only screen and (max-width: 1200px) {

        .name {
            a {
                font-size: 20px;
            }
        }

        .designation {
            font-size: 18px;
        }
    }
}
*/
/*
.team-wrap-3 {
    text-align: center;
    border-radius: 20px;
    padding-bottom: 22px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    @include transition(.4s);

    .team-thumb {
        overflow: hidden;
        position: relative;
        z-index: 1;

        img {
            border-radius: 20px;
            @include transition(.4s);
        }
    }

    .content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        z-index: 2;
    }

    .designation {
        color: rgba(255, 255, 255, 0.5);
        font-size: 24px;
        font-weight: 400;
        font-family: $supremeRegular;
        margin-bottom: 0;
        @include transition(.4s);
    }


    .name {
        color: $white;
        font-size: 36px;
        font-family: $garamond;
        font-weight: 600;

    }

    &:hover {
        .name {
            a {
                color: $theme-color;
            }
        }

    }

    @media only screen and (max-width: 1200px) {

        .name {
            a {
                font-size: 20px;
            }
        }

        .designation {
            font-size: 18px;
        }
    }
}
*/
.team-wrap-4 {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-4 .team-thumb::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-thumb img {
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-social {
  display: inline-flex;
  justify-content: center;
  gap: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-social a {
  color: #000;
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
}
.team-wrap-4 .team-social a:hover {
  color: #ffffff;
  background: #c53040;
}
.team-wrap-4 .content {
  padding-top: 27px;
  padding-bottom: 25px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .name {
  margin-bottom: 8px;
}
.team-wrap-4 .name a {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  margin-bottom: 0;
}
.team-wrap-4:hover .team-thumb::before {
  visibility: visible;
  opacity: 1;
}
.team-wrap-4:hover .team-social {
  bottom: 60px;
}
.team-wrap-4:hover .name a {
  color: #c53040;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-4 .name a {
    font-size: 20px;
  }
  .team-wrap-4 .designation {
    font-size: 18px;
  }
}

.team-social a {
  color: #000000;
  font-size: 18px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a i {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a:hover {
  color: #ffffff;
  background: #c53040;
}
.team-social a:hover i {
  transform: scale(1.2);
}

.team-social-2 a {
  color: #000000;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social-2 a:hover {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}

.biography-content-wrap {
  background: #ffffff;
  border-radius: 30px;
  padding: 52px 60px 0 60px;
  position: relative;
  z-index: 1;
}
.biography-content-wrap .team-biography {
  margin-bottom: 50px;
}
.biography-content-wrap .team-biography img {
  border-radius: 30px;
}
@media only screen and (max-width: 991.98px) {
  .biography-content-wrap .team-biography {
    margin-bottom: 40px;
  }
  .biography-content-wrap .team-biography img {
    border-radius: 30px;
  }
}
.biography-content-wrap .name a {
  color: #000000;
  font-size: 58px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.biography-content-wrap .designation {
  color: rgba(247, 79, 34, 0.8);
  font-size: 20px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.biography-content-wrap .description {
  font-size: 20px;
  margin-bottom: 35px;
}
.biography-content-wrap .addres-line {
  font-size: 26px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  padding-bottom: 15px;
}
.biography-content-wrap .addres-line span {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-family: "Supreme-Regular";
}
.biography-content-wrap .biography-content {
  padding-left: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .biography-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .biography-content-wrap .biography-content {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .biography-content-wrap .addres-line span {
    font-size: 18px;
  }
  .biography-content-wrap .addres-line {
    font-size: 18px;
  }
  .biography-content-wrap .name a {
    font-size: 32px;
  }
  .biography-content-wrap h3 {
    font-size: 24px;
  }
  .biography-content-wrap .description {
    max-width: 100%;
  }
  .biography-content-wrap .shape-1 {
    display: none;
  }
}

.team-section-two {
  background: rgba(0, 0, 0, 0.9);
}
.team-section-two .shape-1,
.team-section-two .shape-2 {
  position: absolute;
  z-index: 1;
}
.team-section-two .shape-1 {
  left: 70px;
  top: 70px;
}
.team-section-two .shape-2 {
  right: 0;
  top: -323px;
}
@media only screen and (max-width: 1200px) {
  .team-section-two .shape-1,
  .team-section-two .shape-2 {
    display: none;
  }
}

/*
.team-section-three {
    background: #030303;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;
    }

    .shape-1 {
        left: 70px;
        top: 70px;
    }

    .shape-2 {
        right: 0;
        top: -323px;
    }

    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }
}
*/
/*
.blog-one {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;

    .blog-thumb {
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

        img {
            width: 100%;
            display: inline-block;
        }

        .blog-tag {
            color: $white;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            padding: 8px 20px;
            background: $black;
            border-radius: 6px;
            position: absolute;
            z-index: 1;
            left: 35px;
            top: 35px;
        }
    }

    .blog-meta {

        .divider {
            width: 2px;
            height: 18px;
            background: rgba(255, 255, 255, 0.9);
            display: inline-block;
            transform: rotate(24deg) translateY(3px);
        }

        a {
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            display: inline-block;
            margin-right: 7px;
            @include transition(.4s);


            &:hover {
                color: $theme-color;
            }

            &:last-child {
                margin-right: 0;
                margin-left: 4px;
            }
        }
    }

    .blog-title {
        margin-bottom: 16px;

        a {
            color: $white;
            font-size: 32px;
            line-height: 1.2;
            font-weight: 700;
            font-family: $garamond;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .blog-content {
        position: absolute;
        left: 30px;
        right: 20px;
        bottom: 40px;
        z-index: 1;
    }

    p {
        margin-bottom: 92px;
    }

    .blog-btn {
        color: $heding;
        font-size: 18px;
        font-weight: 700;
        font-family: $garamond;
        border: 1px solid $white;
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 44px;
        transition: all 0.4s ease 0s;

        img {
            display: inline-block;
            transition: all 0.4s ease 0s;
            filter: invert(1);
        }

        &:hover {
            background: $theme-color;
            border-color: $theme-color;
            color: $theme-color;
        }
    }



    @media only screen and (max-width: 1200px) {
        .blog-content {
            left: 15px;
            right: 15px;
        }

        .blog-meta a {
            font-size: 15px;
            font-weight: 400;
        }

        .blog-meta a:first-child {
            margin-right: 3px;
        }

        .blog-title a {
            font-size: 24px;
            line-height: 1;
        }
    }

    @media only screen and (max-width: 767.98px) {
        .blog-btn {
            margin-top: 15px;
        }
    }
}
*/
/*
.blog-two {
    background: $white;
    border-radius: 15px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 45px;

    .blog-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            border-radius: 15px 15px 0 0;
        }

        .blog-date {
            color: $black;
            font-size: 14px;
            font-weight: 400;
            font-family: $supremeRegular;
            line-height: 20px;
            padding: 8px 15px;
            background: $white;
            border-radius: 8px;
            position: absolute;
            z-index: 1;
            left: 30px;
            top: 30px;
        }
    }

    .blog-meta {
        margin-bottom: 15px;

        a {
            color: $black;
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            display: inline-block;
            margin-right: 3px;
            @include transition(.4s);


            &:hover {
                color: $theme-color;
            }

            &:last-child {
                color: rgba(0, 0, 0, 0.6);
                margin-right: 0;
            }
        }
    }

    .blog-title {
        margin-bottom: 15px;

        a {
            color: $heding;
            font-size: 32px;
            line-height: 44px;
            font-weight: 600;
            font-family: $garamond;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .blog-content {
        padding: 30px 40px 40px 45px;
    }

    p {
        margin-bottom: 60px;
    }

    @media only screen and (max-width: 1200px) {
        .blog-content {
            padding-left: 15px;
            padding-right: 15px;
        }

        .blog-meta a {
            font-size: 15px;
            font-weight: 400;
        }

        .blog-meta a:first-child {
            margin-right: 3px;
        }

        .blog-title {

            a {
                font-size: 24px;
                line-height: 36px;
            }
        }

    }

    @media only screen and (max-width: 991.98px) {

        .blog-meta {
            margin-bottom: 15px;
        }
    }


    @media only screen and (max-width: 767.98px) {}
}
*/
/*
.blog-three {

    margin-bottom: 45px;

    .blog-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
        }

        .blog-date {
            color: $black;
            font-size: 14px;
            font-weight: 400;
            font-family: $supremeRegular;
            line-height: 20px;
            padding: 8px 15px;
            background: $white;
            border-radius: 8px;
            position: absolute;
            z-index: 1;
            left: 30px;
            top: 30px;
        }
    }

    .blog-title {
        margin-bottom: 35px;

        a {
            color: $heding;
            font-size: 30px;
            line-height: 46px;
            font-weight: 500;
            font-family: $supremeMedit;
            @include transition(.4s);

            &:hover {
                color: $theme-color2;
            }
        }
    }

    .blog-content {
        padding-top: 27px;
    }


    .blog-btn {
        color: $black;
        font-size: 16px;
        font-family: $panchangSemi;
        font-weight: 600;
        line-height: 20px;
        padding: 15px 30px;
        background: $theme-color2;
        display: inline-block;
        @include transition(.4s);

        &:hover {
            color: $white;
            background: $black;
        }
    }

    @media only screen and (max-width: 1200px) {
        .blog-title {

            a {
                font-size: 24px;
                line-height: 36px;
            }
        }

    }
}
*/
/*
.blog-four {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;

    .blog-thumb {
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            border-radius: 15px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.27%, rgba(0, 0, 0, 0.90) 100%);
            width: 99.7%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        img {
            max-width: 100%;
            border-radius: 15px;
        }

        .blog-date {
            color: $white;
            font-size: 16px;
            font-weight: 500;
            font-family: $supremeMedium;
            line-height: 20px;
            padding: 8px 15px;
            background: $black;
            border-radius: 8px;
            position: absolute;
            z-index: 1;
            left: 60px;
            top: 40px;
        }
    }

    .blog-meta {
        margin-bottom: 10px;

        a {
            color: $white;
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            display: inline-block;
            margin-right: 3px;
            @include transition(.4s);


            &:hover {
                color: $theme-color;
            }

            &:last-child {
                margin-right: 0;
            }
        }
    }

    .blog-title {
        margin-bottom: 35px;

        a {
            color: $white;
            font-size: 34px;
            line-height: 48px;
            font-weight: 700;
            font-family: $panchangBold;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .blog-content {
        padding-top: 27px;
        position: absolute;
        left: 60px;
        right: 0;
        bottom: 40px;
        z-index: 1;
    }

    &.bf-2 {
        .blog-content {
            left: 40px;
            bottom: 35px;
        }

        .blog-date {
            left: auto;
            right: 25px;
            top: 25px;
        }

        .blog-title {
            margin-bottom: 0;
        }

        @media only screen and (max-width: 767.98px) {
            .blog-thumb {
                &::before {
                    background: rgba(0, 0, 0, 0.6);
                }

                .blog-date {
                    display: none;
                }
            }

            .blog-title {
                line-height: 1.1;

                a {
                    font-size: 18px;
                    line-height: 30px;
                }
            }

            .blog-content {
                left: 15px;
                bottom: 10px;
            }
        }
    }

    @media only screen and (max-width: 1200px) {
        .blog-title {

            a {
                font-size: 24px;
                line-height: 36px;
            }
        }

        .blog-content {
            left: 15px;
            bottom: 0;
        }
    }

    @media only screen and (max-width: 767.98px) {
        .blog-thumb {
            &::before {
                background: rgba(0, 0, 0, 0.6);
            }

            .blog-date {
                left: 15px;
                top: 10px;
            }
        }

        .blog-title {
            line-height: 1.1;

            a {
                font-size: 18px;
                line-height: 30px;
            }
        }

        .blog-content {
            left: 15px;
            bottom: 0;
        }
    }
}
*/
/*
.blog-five {
    background: #EBEBEB;
    padding: 85px 77px 19px 40px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;


    .blog-date {
        color: $white;
        font-size: 16px;
        font-weight: 400;
        font-family: $supremeRegular;
        line-height: 20px;
        padding: 8px 22px;
        background: $black;
        border-radius: 8px;
        position: absolute;
        z-index: 1;
        right: 25px;
        top: 25px;
    }

    .blog-meta {
        margin-bottom: 15px;

        a {
            color: rgba(0, 0, 0, 0.5);
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            display: inline-block;
            margin-right: 3px;
            @include transition(.4s);


            &:hover {
                color: $theme-color;
            }

            &:last-child {
                margin-right: 0;
            }
        }
    }

    .blog-title {
        margin-bottom: 10px;

        a {
            color: $heding;
            font-size: 34px;
            line-height: 48px;
            font-weight: 700;
            font-family: $panchangBold;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .blog-btn {
        width: 65px;
        height: 65px;
        line-height: 60px;
        border-radius: 50%;
        border: 1px solid $black;
        display: inline-block;
        text-align: center;
        position: absolute;
        right: 20px;
        bottom: 20px;
        @include transition(.4s);

        &:hover {
            border-color: $theme-color;
            background: $theme-color;
        }
    }

    @media only screen and (max-width: 1200px) {
        .blog-title {

            a {
                font-size: 24px;
                line-height: 36px;
            }
        }
    }

    @media only screen and (max-width: 767.98px) {
        padding-left: 15px;
        padding-right: 15px;

        .blog-title {
            line-height: 1.1;

            a {
                font-size: 18px;
                line-height: 30px;
            }
        }

        .blog-btn {
            position: relative;
            left: 15px;
            margin-top: 20px;
        }
    }
}
*/
/*
.blog-six {
    position: relative;
    z-index: 1;
    border: 1px solid $black;
    border-radius: 15px;
    padding: 50px 35px 70px 35px;
    margin-bottom: 45px;

    .blog-shape {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .blog-tag {
        color: $white;
        border-radius: 30px;
        font-size: 16px;
        padding: 1px 23px;
        background: $black;
        display: inline-block;
    }

    .blog-title {
        margin-top: 40px;
        margin-bottom: 78px;

        a {
            color: $heding;
            font-size: 34px;
            line-height: 50px;
            font-family: $garamond;
            font-weight: 500;

            &:hover {
                color: $theme-color4;
            }
        }
    }

    .blog-meta {
        a {
            &:first-child {
                color: $black;
                margin-right: 8px;
            }

            &:nth-child(2) {
                color: rgba(0, 0, 0, 0.5);
            }

            &:hover {
                color: $theme-color4;
            }
        }
    }

    .blog-btn {
        display: inline-block;
        text-align: center;
        line-height: 62px;
        width: 65px;
        height: 65px;
        border: 1.5px solid $black;
        border-radius: 50%;
        position: absolute;
        right: 35px;
        bottom: 65px;
    }

    &:hover {
        .blog-btn {
            background: $theme-color4;
        }
    }

    @media only screen and (max-width: 1600px) {
        padding-left: 15px;
        padding-right: 15px;
    }

    @media only screen and (max-width: 1200px) {
        padding-bottom: 35px;

        .blog-title {
            margin-bottom: 45px;

            a {
                font-size: 24px;
                line-height: 34px;
            }
        }

        .blog-btn {
            position: relative;
            left: 15px;
            bottom: 0;
            margin-top: 15px;
        }
    }
}
*/
/*
.blog-seven {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;

    .blog-thumb {
        position: relative;
        z-index: 1;

        img {
            width: 100%;
            border-radius: 15px;
        }

        .blog-date {
            color: $black;
            font-size: 14px;
            font-weight: 400;
            font-family: $supremeRegular;
            line-height: 20px;
            padding: 8px 15px;
            background: $white;
            border-radius: 8px;
            position: absolute;
            z-index: 1;
            right: 45px;
            top: 30px;
        }
    }

    .blog-meta {
        margin-bottom: 15px;

        a {
            color: $black;
            font-size: 18px;
            font-weight: 400;
            font-family: $supremeRegular;
            display: inline-block;
            margin-right: 3px;
            @include transition(.4s);


            &:hover {
                color: $theme-color;
            }

            &:last-child {
                color: rgba(0, 0, 0, 0.6);
                margin-right: 0;
            }
        }
    }

    .blog-title {
        margin-bottom: 15px;
        max-width: 85%;

        a {
            color: $heding;
            font-size: 32px;
            line-height: 44px;
            font-weight: 600;
            font-family: $garamond;
            @include transition(.4s);

            &:hover {
                color: $theme-color;
            }
        }
    }

    .blog-content {
        padding-top: 20px;
    }

    p {
        margin-bottom: 60px;
    }

    .blog-btn {
        width: 65px;
        height: 65px;
        display: inline-block;
        text-align: center;
        line-height: 65px;
        border-radius: 8px;
        border: 1.5px solid $black;
        position: absolute;
        right: 0;
        bottom: 0;
        @include transition(.4s);

        img {
            @include transition(.4s);
        }

        &:hover {
            border-color: $theme-color;
            background: $theme-color;

            img {
                filter: invert(1);
            }
        }
    }

    @media only screen and (max-width: 1200px) {

        .blog-meta a {
            font-size: 15px;
            font-weight: 400;
        }

        .blog-meta a:first-child {
            margin-right: 3px;
        }

        .blog-title {

            a {
                font-size: 24px;
                line-height: 36px;
            }
        }

    }

    @media only screen and (max-width: 991.98px) {

        .blog-meta {
            margin-bottom: 15px;
        }
    }


    @media only screen and (max-width: 767.98px) {
        .blog-title {
            max-width: 100%;
        }

        .blog-btn {
            position: relative;
            left: 0;
        }
    }
}
*/
.classic-style {
  position: relative;
  z-index: 1;
  margin-bottom: 78px;
}
.classic-style .blog-thumb {
  position: relative;
  z-index: 1;
}
.classic-style .blog-thumb img {
  width: 100%;
  border-radius: 15px;
}
.classic-style .blog-thumb .blog-date {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  line-height: 20px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  right: 45px;
  top: 30px;
}
.classic-style .popup-video {
  color: #ffffff;
  font-size: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #c53040;
  position: absolute;
}
.classic-style .popup-video img {
  width: 20px;
}
.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
.classic-style .blog-meta {
  margin-bottom: 15px;
}
.classic-style .blog-meta a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-meta a:hover {
  color: #c53040;
}
.classic-style .blog-meta a:last-child {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 0;
}
.classic-style .blog-title {
  margin-bottom: 15px;
  max-width: 85%;
}
.classic-style .blog-title a {
  color: #000000;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-title a:hover {
  color: #c53040;
}
.classic-style .blog-content {
  padding-top: 20px;
}
.classic-style p {
  margin-bottom: 60px;
}
.classic-style .blog-btn {
  width: 65px;
  height: 65px;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  border-radius: 8px;
  border: 1.5px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn:hover {
  border-color: #c53040;
  background: #c53040;
}
.classic-style .blog-btn:hover img {
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .classic-style .blog-meta a:first-child {
    margin-right: 3px;
  }
  .classic-style .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .classic-style .blog-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .classic-style .blog-title {
    max-width: 100%;
  }
  .classic-style .blog-btn {
    position: relative;
    left: 0;
  }
  .classic-style .popup-video {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.featured-blog {
  background: #FDF3F0;
  padding: 40px 35px 45px 55px;
  border-radius: 15px;
}
.featured-blog .blog-tag {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  background: #c53040;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 30px;
}
.featured-blog .blog-title {
  margin-bottom: 62px;
  max-width: 100%;
}
.featured-blog .blog-title a {
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.featured-blog .blog-btn {
  right: 35px;
  bottom: 55px;
}
@media only screen and (max-width: 1200px) {
  .featured-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured-blog .blog-title {
    margin-bottom: 20px;
  }
  .featured-blog .blog-title a {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .featured-blog .blog-btn {
    position: relative;
    bottom: auto;
    top: 20px;
  }
  .featured-blog .blog-title a {
    font-size: 28px;
    line-height: 40px;
  }
}

.blockquote {
  border: 1px solid #000;
  padding: 50px 54px 50px 115px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.blockquote img {
  display: inline-block;
}
.blockquote .quote-icon {
  text-align: center;
  background: #FF6600;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 50px;
}
.blockquote p {
  color: #000000;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  position: relative;
  padding-left: 35px;
}
.blockquote .blockquote-footer::before {
  color: #000;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .blockquote .blockquote-footer {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-details-wrapper .classic-style .blog-title a {
  font-size: 72px;
  line-height: 1.1;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}

/*
.blog-section-two {
    background: #FFF5F2;
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2,
    .shape-3 {
        position: absolute;
        z-index: -1;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }

    .shape-1 {
        left: 164px;
        top: 78px;
    }

    .shape-2 {
        right: 0;
        bottom: 10%;
    }

    .shape-3 {
        right: 9.5%;
        top: 69px;
    }
}
*/
/*
.blog-section-three {

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }

    .shape-1 {
        left: 12.8%;
        top: 23%;
    }

    .shape-2 {
        right: 0;
        top: 7%;
    }
}
*/
/*
.blog-section-four {
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }

    .shape-1 {
        right: 52%;
        top: 9%;
    }

}
*/
/*
.paragraph-text {
    font-size: 24px;
    line-height: 40px;

    @media only screen and (max-width: 1200px) {
        font-size: 18px;
        line-height: 32px;
    }
}
*/
.comment-reply-title,
.comment-title,
.blog-details-title {
  font-size: 42px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 1200px) {
  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
}
.comment-box .date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: "Supreme-Light";
  font-weight: 300;
  margin-bottom: 0;
}
.comment-box .name {
  font-size: 20px;
  font-weight: 500;
  font-family: "Supreme-Medium";
  color: #000000;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.comment-box .comment-avatar img {
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.comment-box .comment-content {
  overflow: hidden;
}
.comment-box .comment-content p {
  font-family: "Supreme-Light";
  font-weight: 300;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .comment-reply-link {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Supreme-Bold";
  line-height: 1;
  display: inline-block;
}
.comment-box .comment-reply-link:hover {
  color: #c53040;
}

.comment-list {
  border: 1px solid #000;
  padding: 60px 65px 0 65px;
  border-radius: 20px;
  list-style: none;
  margin: 0;
}
.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1600px) {
  .comment-list {
    padding: 35px 15px 0 15px;
  }
}

.media-content {
  border-bottom: 1px solid #000;
}
.media-content .tagcloud {
  margin-bottom: 30px;
}
.media-content .tagcloud a {
  font-size: 16px;
  color: #000000;
  border: 0;
  padding: 0;
  margin: 0 5px;
}
.media-content .tagcloud a::before {
  display: none;
}
.media-content .tagcloud a:hover {
  color: #c53040;
}

.social-media {
  margin-bottom: 30px;
}
.social-media span {
  color: #787878;
  font-size: 18px;
}
.social-media a {
  display: inline-block;
  margin: 0 10px;
}

.event-wrap-1 {
  border-radius: 15px;
}
.event-wrap-1 .event-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.event-wrap-1 .event-meta a i {
  color: #c53040;
  margin-right: 10px;
}
.event-wrap-1 .event-thumb {
  position: relative;
  z-index: 1;
}
.event-wrap-1 .event-thumb img {
  width: 100%;
}
.event-wrap-1 .event-date {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  text-transform: uppercase;
  background: #c53040;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  right: 38px;
  bottom: -46px;
  z-index: 2;
}
.event-wrap-1 .event-date span {
  display: block;
  font-size: 25px;
  margin-top: 5px;
}
.event-wrap-1 .event-title {
  margin-top: 25px;
  font-size: 32px;
  line-height: 40px;
}
.event-wrap-1 .event-title a {
  color: #000;
}
.event-wrap-1 .event-title a:hover {
  color: #c53040;
}
.event-wrap-1 .event-content {
  padding: 35px 44px 36px 40px;
  border: 1px solid #000;
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 1200px) {
  .event-wrap-1 .event-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-wrap-1 .event-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .event-wrap-1 .event-date {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    bottom: auto;
    top: 0;
  }
  .event-wrap-1 .event-date span {
    font-size: 16px;
    margin-top: 0;
  }
  .event-wrap-1 .event-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}

.event-wrap-2 {
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 1px solid #000;
}
.event-wrap-2 .event-meta {
  margin-bottom: 35px;
}
.event-wrap-2 .event-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.event-wrap-2 .event-meta a i {
  color: #c53040;
  margin-right: 10px;
}
.event-wrap-2 .event-thumb {
  flex: 1;
  position: relative;
  z-index: 1;
}
.event-wrap-2 .event-thumb img {
  border-radius: 15px;
}
.event-wrap-2 .event-date {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  text-transform: uppercase;
  background: #c53040;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
.event-wrap-2 .event-date span {
  display: block;
  font-size: 25px;
  margin-top: 5px;
}
.event-wrap-2 .event-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 28px;
}
.event-wrap-2 .event-title a {
  color: #000;
}
.event-wrap-2 .event-title a:hover {
  color: #c53040;
}
.event-wrap-2 .description {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}
.event-wrap-2 .event-content {
  padding-left: 55px;
}
.event-wrap-2 .event-btn {
  color: #000;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 1;
  padding: 14px 40px 16px 40px;
  border: 1.5px solid #000;
  border-radius: 8px;
  text-transform: capitalize;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  text-align: center;
}
.event-wrap-2 .event-btn:hover {
  color: #ffffff;
  border-color: #c53040;
  background: #c53040;
}
@media only screen and (max-width: 1600px) {
  .event-wrap-2 .event-content {
    padding-left: 15px;
  }
  .event-wrap-2 .event-title {
    font-size: 28px;
    line-height: 40px;
  }
  .event-wrap-2 .event-date {
    padding: 5px 10px;
    font-size: 18px;
  }
  .event-wrap-2 .event-date span {
    font-size: 18px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .event-wrap-2 .event-thumb {
    margin-bottom: 25px;
  }
  .event-wrap-2 .event-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .event-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .event-wrap-2 .event-date {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    right: 15px;
    top: 15px;
    bottom: auto;
  }
  .event-wrap-2 .event-date span {
    font-size: 16px;
    margin-top: 0;
  }
  .event-wrap-2 .event-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .event-wrap-2 .event-content {
    padding-left: 0;
  }
}

.event-details-content .event-main-title {
  color: #000000;
  font-size: 72px;
  line-height: 1.1;
}
.event-details-content .event-meta {
  margin-bottom: 35px;
}
.event-details-content .event-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-family: "Supreme-Regular";
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.event-details-content .event-meta a i {
  color: #c53040;
  margin-right: 10px;
}
.event-details-content .event-thumb {
  flex: 1;
  position: relative;
  z-index: 1;
}
.event-details-content .event-thumb img {
  border-radius: 15px;
}
.event-details-content .event-place {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 37px 31px;
  background: #000;
  border-radius: 0 0 30px 0;
}
.event-details-content .event-date {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
  font-family: "Supreme-Medium";
  font-weight: 500;
  text-transform: uppercase;
  background: #c53040;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}
.event-details-content .event-date span {
  display: block;
  font-size: 25px;
  margin-top: 5px;
}
.event-details-content .event-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 28px;
}
.event-details-content .event-title a {
  color: #000;
}
.event-details-content .event-title a:hover {
  color: #c53040;
}
.event-details-content .description {
  font-size: 22px;
  line-height: 44px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1600px) {
  .event-details-content .event-title,
  .event-details-content .event-main-title {
    font-size: 28px;
    line-height: 40px;
  }
  .event-details-content .event-date {
    padding: 5px 10px;
    font-size: 18px;
  }
  .event-details-content .event-date span {
    font-size: 18px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .event-details-content .event-date {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    left: 15px;
    top: 15px;
    bottom: auto;
  }
  .event-details-content .event-date span {
    font-size: 16px;
    margin-top: 0;
  }
  .event-details-content .event-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .event-details-content .event-place {
    font-size: 16px;
    padding: 10px;
  }
  .event-details-content .description {
    font-size: 18px;
    line-height: 34px;
  }
}

.event-details-info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 35px;
  list-style: none;
}
.event-details-info .info-title {
  font-size: 28px;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}
.event-details-info .info-label {
  color: #000000;
  font-size: 22px;
  font-family: "Supreme-Medium";
  font-weight: 500;
}
.event-details-info .info {
  font-size: 20px;
  font-family: "Supreme-Regular";
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 991.98px) {
  .event-details-info .info-title {
    font-size: 22px;
  }
  .event-details-info .info-label {
    font-size: 18px;
  }
}

/*
.pricing-tab-wrap {
    background: $white;
    border-radius: 30px;
    padding: 20px 15px 12px 15px;
    position: relative;
    z-index: 1;
}
*/
/*
.price-tab {
    border: 0;
    border-radius: 30px;
    flex-direction: column;

    .nav-item {
        display: block;
        border: 0;
        margin-bottom: 22px;

        .nav-link {
            border: 0;
            display: block;
            width: 100%;
            background: #EBFEF9;
            padding-top: 25px;
            padding-bottom: 10px;
            padding-left: 45px;
            padding-right: 45px;
            border-radius: 15px;
            border: 1px solid $theme-color2;
            @include transition(.4s);


            &:hover,
            &.active {

                background: $theme-color;
                border-color: $theme-color;

            }
        }

        @media only screen and (max-width: 1200px) {
            .nav-link {
                padding-left: 5px;
                padding-right: 5px;
            }
        }

        @media only screen and (max-width: 767.98px) {
            .nav-link {
                padding-left: 0;
                padding-right: 0;
            }
        }
    }


}
*/
/*
.ht-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;


    .plan-title {
        font-size: 26px;
        font-weight: 500;
        font-family: $supremeMedium;

        span {
            color: $white;
            font-size: 20px;
            background: $theme-color2;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            margin-right: 15px;
        }

    }

    .plan-price {
        font-size: 84px;

        .month {
            font-size: 28px;
        }
    }

    @media only screen and (max-width: 1200px) {
        padding-left: 0;
        padding-right: 0;

        .plan-price {
            font-size: 40px;
        }

        .plan-title {
            font-size: 20px;

            span {
                margin-right: 0;
            }
        }
    }
}
*/
/*
.ht-plan-body {
    background: $white;
    border-radius: 30px;
    padding: 35px 50px 40px 50px;

    .plan-feature-title {
        font-size: 30px;
        font-family: $supremeBold;
        margin-bottom: 45px;
    }

    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            font-size: 24px;
            font-weight: 500;
            color: $heding;
            font-family: $supremeMedium;
            display: block;
            padding-bottom: 21px;

            .check-mark {
                color: $white;
                font-size: 20px;
                display: inline-block;
                transform: translateY(2px);
                width: 25px;
                height: 25px;
                text-align: center;
                line-height: 24px;
                background: $theme-color2;
                border-radius: 50%;
                float: right;
            }

            &.price-available {
                .check-mark {
                    color: $white;
                }
            }

            &.unavailable {
                color: $body-text-color;

                .check-mark {
                    color: $body-text-color;
                    background: transparent;
                    border: 1px solid $body-text-color;
                }
            }

            @media only screen and (max-width: 991.98px) {
                font-size: 18px;

                .check-mark {
                    width: 20px;
                    height: 20px;
                    font-size: 16px;
                    line-height: 19px;
                }
            }
        }
    }

    .ht-btn {
        padding-left: 35px;
        padding-right: 30px;
        padding-top: 24px;
        padding-bottom: 24px;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        border-radius: 40px;
        margin-top: 25px;

        &::before {
            background: $theme-color2;
        }

        img {
            @include transition(.4s);
        }

        &:hover {
            img {
                filter: invert(1);
            }
        }

    }

    @media only screen and (max-width: 1200px) {
        padding-left: 15px;
        padding-right: 15px;

        .plan-feature-title {
            font-size: 22px;
        }
    }

}
*/
/*
.price-section-one {
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1200px) {}
    }

    .shape-1 {
        top: 74px;
        left: 138px;
        animation: float-bob-y infinite linear 5s;
    }

    .shape-2 {
        top: 158px;
        right: 88px;
        animation: float-bob-y infinite linear 8s;
    }

}
*/
.copyright-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  color: #F4F4F4;
}
.copyright-text a {
  color: rgba(0, 0, 0, 0.7);
}
.copyright-text a:hover {
  color: #c53040;
}
@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 20px;
  }
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .widget-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  margin-bottom: 20px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: #c53040;
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

/*
.ht-widget-contact {
    .info-box {
        display: flex;
    }

    .info-box-icon {
        font-size: 24px;
        margin-right: 15px;
        color: $theme-color;
        line-height: 1;
        margin-top: 10px;
    }

    .ht-content {
        font-size: 16px;

        &:hover {
            color: $theme-color;
        }
    }

    .info-box-label {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px;
    }
}
*/
.copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:last-child a {
  margin-right: 0;
}
.footer-menu li a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Supreme-Regular";
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #c53040;
}

/*
.footer-wrapper-one {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 420px;
    margin-top: -360px;

    @media only screen and (max-width: 1200px) {
        margin-top: 0;
        padding-top: 100px;
    }
}
*/
/*
.footer-one {
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        right: 112px;
        bottom: 50%;
        z-index: 1;
        animation: jumpAni infinite 8s;
    }

    .widget-title {
        color: $white;
    }

    .footer-logo {
        margin-bottom: 50px;
    }

    .footer-widget {
        p {
            color: $white;
        }

        ul {
            li {
                a {
                    color: rgba(255, 255, 255, 0.7);

                    &:hover {
                        color: $theme-color;
                    }
                }
            }
        }
    }

    .footer-menu {
        li {
            a {
                color: $white;

                &:hover {
                    color: $theme-color;
                }
            }
        }
    }

    .copyright-text a {
        color: $white;
    }

    .social-links {
        padding-top: 15px;

        a {
            color: $white;
            border-color: $white;

            &:hover {
                border-color: $theme-color;
            }
        }
    }

    .copyright-wrap {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    @media only screen and (max-width: 1200px) {
        .shape-1 {
            display: none;
        }
    }
}
*/
.footer-two {
  position: relative;
  z-index: 1;
}
.footer-two .shape-1 {
  position: absolute;
  top: -215px;
  left: 88px;
}
.footer-two .shape-2 {
  position: absolute;
  right: 80px;
  top: 53px;
}
.footer-two .shape-3 {
  position: absolute;
  right: 40%;
  bottom: 32%;
}
.footer-two .fot-border-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-two .copyright-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.2);
}
.footer-two .footer-logo {
  margin-bottom: 55px;
}
.footer-two .social-links a {
  border-radius: 8px;
}
.footer-two .social-links a:hover {
  background: #c53040;
  border-color: #c53040;
}
.footer-two .footer-menu li a:hover {
  color: #F2C944;
}
.footer-two .copyright-text {
  color: #000;
  font-size: 18px;
  font-family: "Supreme-Light";
  font-weight: 300;
}
.footer-two .copyright-text a:hover {
  color: #F2C944;
}
@media only screen and (max-width: 1200px) {
  .footer-two .shape-2,
  .footer-two .shape-3 {
    display: none;
  }
}

/*
.footer-three {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4 {
        position: absolute;
        z-index: 1;

        @media only screen and (max-width: 1600px) {
            display: none;
        }
    }

    .shape-1 {
        left: 0;
        bottom: 0;
    }

    .shape-2 {
        right: 0;
        top: -75px;
    }

    .shape-3 {
        right: 75px;
        bottom: 236px;
    }

    .shape-4 {
        right: 65%;
        bottom: 261px;
    }

    .description {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 55px;
    }

    .footer-widget {

        .footer-logo {
            margin-bottom: 30px;
        }

        .widget-title {
            color: $white;
        }

        ul li {
            a {
                color: rgba(255, 255, 255, 0.7);

                &:hover {
                    color: $theme-color2;
                }
            }
        }
    }

    .copyright-text {
        color: $white;

        a {
            color: $white;

            &:hover {
                color: $theme-color2;
            }
        }
    }

    .social-links a {
        color: $white;
        border-color: $white;
        border-radius: 50%;

        &:hover {
            color: $white;
            background: $theme-color2;
            border-color: $theme-color2;
        }
    }

    .copyright-wrap {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-news-title {
        color: $white;
        font-size: 26px;
        font-family: $supremeMedium;
        font-weight: 500;
        margin-bottom: 23px;
    }
}
*/
/*
.footer-four {
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        right: 52%;
        bottom: 178px;
    }

    .shape-2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .fot-border-2 {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .footer-widget {
        .widget-title {
            font-size: 20px;
            font-family: $panchangSemi;
            font-weight: 600;

        }
    }

    .copyright-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .description {
        margin-bottom: 32px;
    }

    .social-links {
        a {
            border-radius: 8px;

            &:hover {
                background: $theme-color;
                border-color: $theme-color;
            }
        }

    }

    .footer-menu {
        li {
            a {
                &:hover {
                    color: $theme-color2;
                }
            }
        }
    }

    .copyright-text {
        color: $black;

        a {
            &:hover {
                color: $theme-color2;
            }
        }
    }
}
*/
/*
.footer-five {
    position: relative;
    z-index: 1;


    .custom-container {
        border: 1px solid $black;
        border-radius: 40px;
        max-width: 1446px;
        padding: 85px 63px 0 63px;
    }

    .copyright-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        border: 0;
    }

    .footer-logo {
        margin-bottom: 55px;
    }

    .footer-widget {
        ul {
            li {
                a {
                    &:hover {
                        color: $theme-color3;
                    }
                }
            }
        }
    }

    .social-links {
        a {
            border-radius: 8px;

            &:hover {
                background: $theme-color3;
                border-color: $theme-color3;
            }
        }

    }

    .footer-menu {
        li {
            a {
                &:hover {
                    color: $theme-color3;
                }
            }
        }
    }

    .copyright-text {
        color: $black;

        a {
            &:hover {
                color: $theme-color2;
            }
        }
    }

    @media only screen and (max-width: 1600px) {
        .custom-container {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
}
*/
/*
.footer-six {
    position: relative;
    z-index: 1;

    .shape-1 {
        position: absolute;
        left: 0;
        top: -30px;
        z-index: -1;
    }

    .shape-2 {
        position: absolute;
        right: 0;
        top: -30px;
        z-index: -1;
    }

    .fot-border-2 {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .copyright-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .description {
        margin-bottom: 32px;
    }

    .social-links {
        a {
            border-radius: 8px;

            &:hover {
                background: $theme-color;
                border-color: $theme-color;
            }
        }

    }

    .footer-menu {
        li {
            a {
                &:hover {
                    color: $theme-color;
                }
            }
        }
    }

    .copyright-text {
        color: $black;

        a {
            &:hover {
                color: $theme-color;
            }
        }
    }

    @media only screen and (max-width: 1200px) {

        .shape-1,
        .shape-2 {
            display: none;
        }
    }
}
*/
/*
.footer-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    a {
        display: inline-block;
        border-radius: 15px;
    }
}
*/
/*
.footer-seven {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    background: #F6EBE1;
    position: relative;
    z-index: 1;

    .shape-1,
    .shape-2 {
        position: absolute;
        z-index: -1;
        bottom: 80px;

        @media only screen and (max-width: 1200px) {
            display: none;
        }
    }

    .shape-1 {
        left: 0;
    }

    .shape-2 {
        right: 0;
    }

    .footer-logo {
        margin-bottom: 60px;
    }

    .footer-menu {
        margin-bottom: 50px;

        a {
            color: rgba(0, 0, 0, 0.6);
            font-size: 26px;
            margin: 0 40px;
        }
    }

    .social-links {
        margin-bottom: 50px;

        a {
            font-size: 20px;
            border-radius: 50%;
        }
    }

    .copyright-text {
        color: $black;
        font-family: $supremeLight;
        font-weight: 300;
    }

    @media only screen and (max-width: 767.98px) {
        .footer-menu {
            display: flex;
            flex-direction: column;

            a {
                display: block;
                margin: 0;
                margin-bottom: 15px;
            }
        }
    }
}
*/
.logo-area {
  position: relative;
  display: flex;
  align-items: center;
}

.logo, .sticky-logo {
  position: relative;
  display: inline-block;
}

.logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
}

.logo-img {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: block;
}

/*# sourceMappingURL=main.css.map */
