@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Poppins:400,500,600,700,800,900&display=swap');
body {
  line-height: 1.7;
  color: #767A7D !important;
  font-weight: 300;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden
}
::-moz-selection {
  background: #000;
  color: #fff
}
::selection {
  background: #000;
  color: #fff
}
* {
  outline: 0
}
a {
  color: #000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  background-color: transparent
}
a:active {
  color: #b68c70;
  text-decoration: none !important;
  background-color: #fff !important
}
a:hover {
  color: #b68c70;
  text-decoration: none;
  background-color: transparent
}
a:focus {
  color: #b68c70;
  text-decoration: none;
  background-color: transparent
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin: 0;
  padding: 0
}
p {
  margin-top: 0;
  margin-bottom: 30px
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  color: #101014;
  font-family: "Poppins", sans-serif
}
.h2, h2 {
  font-size: 50px;
  text-shadow: 0 8px #dbdbdc
}
.text-black {
  color: #000 !important
}
.bg-black {
  background: #000 !important
}
.bg-black {
  background: #000
}
.bg-light {
  background: #fafafa !important
}
.bg-primary {
  background-color: #000 !important
}
canvas {
  display: block;
  vertical-align: bottom
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}
span {
  font-family: "Poppins", sans-serif
}
.mb-30 {
  margin-bottom: 30px
}
.p-50 {
  padding: 5rem !important
}
.mt-50 {
  margin-top: 50px
}
.mb-50 {
  margin-bottom: 50px
}
.mt-60 {
  margin-top: 60px
}
.mt-80 {
  margin-top: 80px
}
.mb-80 {
  margin-bottom: 80px
}
.bg-pattern-1 {
  background-image: url(../images/bg-pattern1-2.png);
  background-color: #000
}
.bg-pattern-2 {
  background-image: url(../images/footer-bg-pattern.png);
  background-color: #000
}
.bg-pattern-3 {
  background-image: url(../images/lines.png);
  background-size: cover;
  background-color: #000
}
.bg-pattern-4 {
  background-image: url(../images/background-pattern4.png);
  background-size: cover
}
#back-to-top {
  position: fixed;
  bottom: 85px;
  right: 25px;
  color: #fff;
  background: #2e2e2e;
  padding: 10px 15px;
  border: 1px solid #211f1f;
  display: none;
  z-index: 10;
  border-radius: 50%
}
#back-to-top:hover {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #211f1f;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #211f1f;
  z-index: 10;
  border-radius: 50%
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff
}
.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader .8s linear infinite;
  -webkit-animation: loader .8s linear infinite
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}
.search {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 30px;
  line-height: 37px;
  color: #000;
  top: 0
}
.search:hover {
  color: #b68c70 !important
}
.search i {
  font-size: 20px
}
.font-weight-bold {
  font-weight: 900 !important
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5
}
.js-count-particles {
  font-size: 1.1em
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed
}
.bg-image.overlay {
  position: relative
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7)
}
.bg-image > .container {
  position: relative;
  z-index: 1
}
@media(max-width:991.98px) {
  .img-md-fluid {
    max-width: 100%
  }
}
.custom-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}
.custom-btn a {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff
}
.custom-btn a:hover {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff !important
}
.custom-btn span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s
}
.custom-btn:hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-top: 13px;
  transition: .5s;
  background: #fff
}
.custom-btn i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 10px
}
.custom-btn:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000
}
.custom-btn i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}
.custom-btn:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff
}
.custom-btn:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}
.custom-btn-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}
.custom-btn-2 a {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  color: #000 !important
}
.custom-btn-2 span {
  width: 20px;
  height: 1px;
  background: #000;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s
}
.custom-btn-2:hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #000 !important;
  display: inline-block;
  margin-top: 13px;
  transition: .5s
}
.custom-btn-2 i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
  opacity: 1;
  margin-top: 10px
}
.custom-btn-2 i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #232323;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}
.custom-btn-2:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff
}
.custom-btn-2:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #232323;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}
.custom-btn-3 {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}
.custom-btn-3 p {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff
}
.custom-btn-3 p:hover {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #000;
  padding: 0 30px;
  padding-top: 15px;
  background: #000;
  color: #fff !important
}
.custom-btn-3 span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 13px;
  transition: .5s
}
.custom-btn-3 :hover span {
  width: 50px;
  margin-left: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-top: 13px;
  transition: .5s;
  background: #fff
}
.custom-btn-3 i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 10px
}
.custom-btn-3 :hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000
}
.custom-btn-3 i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}
.custom-btn-3:hover i {
  opacity: 1;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff
}
.custom-btn-3:hover i:after {
  content: '';
  background: transparent;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s
}

.color {
    color: #f06595;
}

.skill-section .inner {
  max-width: 1000px;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  flex: 0 0 46%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.skill-image-wrapper {
  flex: 0 0 60px;
  margin-right: 20px;
}

.skill-image {
  max-width: 100%;
}

.skill-body {
  flex: 1;
}

.skill-body p:not(:last-child) {
  margin-bottom: 20px;
}

.skill-title {
  margin-bottom: 3px;
	font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.8;
}

.rate {
  position: relative;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 20px;
  letter-spacing: .3em;
}

.rate:before,
.rate:after {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  display: inline-block;
  height: 20px;
  content: "★★★★★";
}

.rate:before {
  color: #ddd;
}

.rate:after {
  overflow: hidden;
  white-space: nowrap;
  color: #f181b4;
}

.rate1:after {
  width: 20px;
}

.rate2:after {
  width: 40px;
}

.rate3:after {
  width: 60px;
}

.rate4:after {
  width: 80px;
}

.rate5:after {
  width: 100px;
}
@media screen and (max-width: 767px) {
	.skill-list {
    /*display: block;*/
    margin-bottom: 0;
  }

  .skill-item {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-image-wrapper {
    flex: 0 0 75px;
    margin-right: 15px;
  }
	.skill-image {
		max-width: 75%;
	}
	
	.skill-body {
		flex: 1 50%;
	}

  .rate {
    font-size: 15px;
    height: 15px;
  }

  .rate:before,
  .rate:after {
    line-height: 15px;
    height: 15px;
  }

  .rate1:after {
    width: 15px;
  }

  .rate2:after {
    width: 35px;
  }

  .rate3:after {
    width: 55px;
  }

  .rate4:after {
    width: 75px;
  }

  .rate5:after {
    width: 95px;
  }
}
.movie-wrap {
	position:relative;
	padding-bottom:56.25%;/*アスペクト比 16:9の場合の縦幅*/
	height:0;
	overflow:hidden;
}
.movie-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@-webkit-keyframes myanimation {
  0% {
    background-color: #69779b
  }
  25% {
    background-color: #f8b500
  }
  50% {
    background-color: #212121
  }
  75% {
    background-color: #064acb
  }
  100% {
    background-color: #69779b
  }
}
@keyframes myanimation {
  0% {
    background-color: #69779b
  }
  25% {
    background-color: #f8b500
  }
  50% {
    background-color: #212121
  }
  75% {
    background-color: #064acb
  }
  100% {
    background-color: #69779b
  }
}
.bg-block {
  margin: 0 40px
}
.counter {
  font-weight: 700;
  text-shadow: 1px 10px rgb(16, 16, 20, 0.15)
}
.counter-big {
  font-weight: 700;
  text-shadow: 0 8px rgba(255, 255, 255, 0.23);
  color: #fff
}
span.values-number {
  border: 1px solid #101014;
  min-width: 55px;
  min-height: 55px;
  display: inline-block;
  line-height: 28px;
  padding: 13px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color: #101014;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px
}
span.values-number:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: -10px
}
.site-section {
  padding: 100px 0
}
.line {
  border-bottom: 1px solid #c3c3c4
}
@media(min-width:768px) {
  .site-section {
    padding: 100px 0
  }
}
.site-section.site-section-sm {
  padding: 4em 0
}
.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center
}
.site-section-cover, .site-section-cover .container {
  position: relative;
  z-index: 2
}
.site-section-cover, .site-section-cover .container > .row {
  min-height: 470px;
  margin: 0 40px
}
@media(max-width:991.98px) {
  .site-section-cover, .site-section-cover .container > .row {
    height: calc(70vh - 196px);
    min-height: 600px
  }
}
.site-section-cover.full-screen, .site-section-cover.full-screen .container > .row {
  height: 100vh;
  min-height: 755px
}
.site-section-cover.overlay {
  position: relative
}
.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1
}
.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 2em 0
}
.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat
}
.site-section-cover h1 {
  font-size: 4rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 900 !important
}
@media(max-width:991.98px) {
  .site-section-cover h1 {
    font-size: 2rem
  }
}
.site-section-cover span {
  font-size: 4rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 900 !important;
  color: #b68c70
}
.site-section-cover p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6)
}
.nonloop-block-13 .owl-dots {
  position: relative;
  bottom: -3rem;
  text-align: center;
  width: 100%
}
.nonloop-block-13 .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px
}
.nonloop-block-13 .owl-dots .owl-dot > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2)
}
.nonloop-block-13 .owl-dots .owl-dot.active > span {
  background: white
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0
}
.heading-caps {
  font-size: 13px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #b68c70 !important;
  margin-bottom: 20px
}
.heading-caps:after {
  content: '';
  position: absolute;
  background-color: #b68c70 !important;
  width: 100px;
  z-index: 1;
  margin-left: 20px;
  margin-top: -10px;
  background: url(../images/title-underline1.png);
  background-repeat: repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: transparent !important;
  height: 21px
}
#about h3 {
  font-size: 20px;
  font-weight: 900
}
.title-page {
  margin-bottom: 80px
}
header {
  padding: 0 40px 0 40px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9
}
@media(max-width:767.98px) {
  header {
    padding: 1em 20px;
    position: absolute
  }
}
header .navbar-brand {
  float: left
}
header .navbar-brand .logo {
  font-size: 16px;
  color: #211f1f;
  letter-spacing: 5px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase
}
header .navbar-brand .logo span {
  font-size: 11px;
  display: block;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 7px
}
header .navbar-brand .logo i {
  color: #69779b;
  position: absolute;
  top: -18px;
  bottom: 0;
  left: 7px;
  font-size: 48px
}
header .navbar-brand .logo:hover {
  text-decoration: none !important
}
header .navbar-brand .logo:active, header .navbar-brand .logo:focus {
  outline: 0;
  text-decoration: none
}
.site-logo {
  text-transform: uppercase
}
.main_menu .navbar-brand {
  padding-top: 0rem;
  font-size: 16px;
  color: #211f1f;
  letter-spacing: 5px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase
}
.main_menu .navbar {
  padding: 0
}
@media(max-width:767.98px) {
  .main_menu .navbar {
    padding: 0 20px !important
  }
}
.main_menu .main-menu-item {
  text-align: center
}
.main_menu .main-menu-item ul li a {
  color: #2a2a2a;
  text-transform: capitalize;
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 8px 16px
  }
}
.dropdown .dropdown-menu .dropdown-item:focus {
  background: #f8f9fa
}
.main_menu .navbar-light .navbar-nav .nav-link {
  color: #2a2a2a;
  padding: 30px 30px
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .main_menu .navbar-light .navbar-nav .nav-link {
    padding: 30px 20px
  }
}
.main_menu .header_social_icon ul li {
  display: inline-block
}
.main_menu .header_social_icon ul li a {
  color: #2a2a2a;
  padding-right: 20px
}
.main_menu #search_input_box {
  background-color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%
}
.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 0
}
.main_menu #search_input_box .form-control:focus {
  box-shadow: none;
  outline: 0
}
.main_menu #search_input_box input.placeholder {
  color: #fff;
  font-size: 14px
}
.main_menu #search_input_box input:-moz-placeholder {
  color: #fff;
  font-size: 14px
}
.main_menu #search_input_box input::-moz-placeholder {
  color: #fff;
  font-size: 14px
}
.main_menu #search_input_box input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px
}
.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0
}
.main_menu #search_input_box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px
}
.main_menu #wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  position: relative
}
.main_menu #wrap span {
  margin-right: 19px;
  padding-right: 25px;
  border-right: 2px solid #a0a5a7;
  color: #211f1f
}
@media(max-width:576px) {
  .main_menu #wrap span {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #a0a5a7
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .main_menu #wrap span {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #a0a5a7
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main_menu #wrap span {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 solid #a0a5a7
  }
}
.main_menu input[type="text"] {
  height: 40px;
  font-size: 14px;
  display: inline-block;
  font-weight: 100;
  border: 0;
  outline: 0;
  padding: 3px;
  padding-left: 15px;
  padding-right: 60px;
  width: 0;
  position: absolute;
  top: -10px;
  right: 40px;
  background: 0;
  z-index: 3;
  transition: width .4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer
}
@media(max-width:576px) {
  .main_menu input[type="text"] {
    right: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .main_menu input[type="text"] {
    right: 0
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .main_menu input[type="text"] {
    right: 0
  }
}
.main_menu input[type="text"]:focus:hover {
  border-bottom: 2px solid #000
}
.main_menu input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  cursor: text;
  border-bottom: 1px solid #000 !important;
  background-position: 96% 47%;
  background-repeat: no-repeat;
  background-size: 16px 17px
}
.main_menu input[type="submit"]:hover {
  opacity: .8
}
.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999
}
.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  top: 0
}
.menu_fixed span {
  color: #000 !important
}
@media(max-width:991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0
  }
  .main_menu .navbar {
    padding: 20px 0
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    background-color: #fff;
    text-align: center !important
  }
  .main_menu .main-menu-item {
    text-align: left !important
  }
  .main_menu .main-menu-item .nav-item {
    padding: 5px 15px !important
  }
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none !important
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block !important
  }
  .dropdown .dropdown-menu .show {
    display: block !important
  }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block
  }
}
.dropdown-menu {
  border: 0 solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fff
}
.dropdown .dropdown-menu {
  transition: all .5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 0;
  border-radius: 0
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px
}
.dropdown:hover .dropdown-menu {
  transform: scale(1)
}
.nav-toggle {
  cursor: pointer;
  text-decoration: none
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #000
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #000
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: 0;
  border-bottom: none !important
}
.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #211f1f;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  color: #211f1f;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.menu-show .nav-toggle i {
  background: #000;
  color: #000
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.menu-show .nav-toggle i::before, .menu-show .nav-toggle i::after {
  background: #fff
}
@media(prefers-reduced-motion:reduce) {
  .nav-toggle i::before, .nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}
.nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
@media(prefers-reduced-motion:reduce) {
  .nav-toggle.dark i::before, .nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}
.nav-toggle i::before {
  top: -7px
}
.nav-toggle i::after {
  bottom: -7px
}
.nav-toggle:hover i::before {
  top: -10px
}
.nav-toggle:hover i::after {
  bottom: -10px
}
.nav-toggle.active i {
  background: transparent
}
.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}
.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}
.nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0
}
@media(max-width:767.98px) {
  .nav-toggle {
    right: 10px
  }
}
.menu-main-menu {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  left: -55%;
  top: 0;
  padding-left: 20%;
  z-index: 999;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms
}
@media(max-width:767px) {
  .menu-menu-area.menu-open .header-social-info {
    display: none !important
  }
  .menu-menu-area.menu-open .menu-main-menu {
    left: 0;
    width: 100%
  }
}
.header-social-info {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  right: -55%;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 999;
  padding-right: 20%;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms
}
.menu-menu-area.menu-open .menu-main-menu {
  left: 0
}
.menu-menu-area.menu-open .header-social-info {
  right: 0
}
.menu-menu-area .navbar {
  padding: 0
}
.menu-menu-area ul.navbar-nav {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.menu-menu-area .nav-item .nav-link {
  color: #959595;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 10px 0;
  font-family: "Poppins", sans-serif
}
.menu-menu-area .nav-item .nav-link:hover, .menu-menu-area .nav-item.active .nav-link {
  color: #000;
  font-weight: 500
}
.menu-menu-area .dropdown-item {
  padding: 5px 15px;
  font-weight: 500;
  color: #959595;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif
}
.header-social-info .h-social-icon > a {
  color: #959595;
  margin-bottom: 30px;
  display: block
}
.header-social-info .h-social-icon > a:hover {
  color: #000
}
#nav-icon {
  width: 25px;
  height: 30px;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  line-height: 37px;
  color: #000
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#nav-icon span:nth-child(1) {
  top: 1px
}
#nav-icon span:nth-child(2) {
  top: 8.5px;
  width: 70%
}
#nav-icon span:nth-child(3) {
  top: 16px
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  left: -100px
}
#nav-icon.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.site-navbar {
  margin-bottom: 0;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  position: absolute
}
@media(max-width:991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem
}
.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins", sans-serif
}
@media(max-width:991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0
}
.site-navbar .site-navigation .site-menu .active {
  color: #b68c70 !important
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000 !important
}
.site-navbar .site-navigation .site-menu > li.active > a {
  color: #000 !important
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #b68c70;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  background: #fff;
  -webkit-transition: .2s 0s;
  -o-transition: .2s 0s;
  transition: .2s 0s
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #b68c70 !important;
  background: #f8f9fa
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #ced4da
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #b68c70
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
  z-index: 9999;
  position: relative
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none
}
.site-mobile-menu .site-mobile-menu-body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
  font-family: "Poppins", sans-serif
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #b68c70
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #b68c70
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #b68c70
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important
}
.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0
}
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}
.sticky-wrapper .site-navbar {
  background: #fff
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2)
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #b68c70
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #b68c70 !important
}
.sticky-wrapper .shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}
@media(max-width:991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }
}
.header__search {
  z-index: 400;
  display: block;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%
}
.header__search-form label {
  color: #000
}
.header__search-form::after {
  content: "Press Enter to begin your search.";
  display: block;
  letter-spacing: .6px;
  margin-top: 3.2rem;
  text-align: center
}
.header__search-form input[type="search"] {
  background-color: transparent;
  color: #888;
  height: auto;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.6;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 680px;
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
  margin: 0 auto;
  text-align: center
}
.header__search-form input[type="search"]::-webkit-input-placeholder {
  color: #000
}
.header__search-form input[type="search"]:-moz-placeholder {
  color: #000;
  opacity: 1
}
.header__search-form input[type="search"]::-moz-placeholder {
  color: #000;
  opacity: 1
}
.header__search-form input[type="search"]:-ms-input-placeholder {
  color: #000
}
.header__search-form input[type="search"]::-ms-input-placeholder {
  color: #000
}
.header__search-form input[type="search"]::placeholder {
  color: #000
}
.header__search-form input[type="search"].placeholder {
  color: #000 !important
}
.header__search-form input[type="search"]:focus {
  outline: 0
}
.header__search-form input[type="submit"] {
  display: none
}
body.search-is-visible {
  overflow: hidden
}
.search-is-visible .header__search {
  opacity: 1;
  visibility: visible
}
.header__search-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent
}
.header__search-close::before, .header__search-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #000
}
.header__search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header__search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.search-icon {
  display: inline-block;
  float: right;
  line-height: 15px;
  line-height: 78px;
  margin: 0
}
.popup {
  margin: 70px auto;
  padding: 20px;
  width: 80%;
  position: relative;
  transition: all 2s ease-in-out
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 50%;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000
}
.close {
  float: right !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
  opacity: 1 !important
}
.popup .content {
  max-height: 30%;
  overflow: auto
}
.list-li.d-flex li {
  padding: 0 .7rem;
  list-style: none;
  color: #000
}
.header-social-info .h-social-icon > a {
  color: #959595;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 20px
}
@media(max-width:768px) {
  .menu-right {
    display: none !important
  }
}
.menu-right span {
  color: #000;
  font-weight: 700;
  margin-right: 10px
}
.menu-right p {
  margin-bottom: 1rem !important
}
.hero-wrap {
  height: 700px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important
}
.hero-wrap:after {
  content: '';
  position: absolute;
  bottom: -60px;
  display: block;
  left: 0;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #211f1f;
  margin-left: auto;
  margin-right: auto;
  z-index: 10
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  content: '';
  background: #fff;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1
}
@media(prefers-reduced-motion:reduce) {
  .hero-wrap .overlay {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}
.hero-wrap .text {
  color: #fff;
  height: 700px;
  position: relative
}
.hero-wrap .text .breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  letter-spacing: 5px;
  position: relative;
  z-index: 5;
  font-weight: 700
}
.hero-wrap .text .breadcrumbs span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #000
}
.hero-wrap .text .breadcrumbs span a {
  color: #000
}
.hero-wrap .text .bread {
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
  font-size: 150px;
  /*font-family: "Abril Fatface", cursive;*/
  line-height: 1;
  /*text-transform: uppercase;*/
  color: #000;
  /*text-shadow: 8px 3px 0 #000, 0px 0 4px #0000, 9px 4px 0 #fff0;*/
  -webkit-animation: myanimation 10s infinite;
  animation: myanimation 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent
}
@media(max-width:991.98px) {
  .hero-wrap .text .bread {
    font-size: 120px
  }
}
@media(max-width:991.98px) {
  .hero-wrap .text .bread {
    font-size: 50px
  }
}
.hero-wrap {
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat
}
.hero-wrap {
  margin: 0 40px;
  background: rgba(147, 108, 73, 0.5);
  background-attachment: fixed
}
@media(max-width:767.98px) {
  .hero-wrap {
    margin: 0;
    background: rgba(147, 108, 73, 0.5)
  }
}
.hero-wrap-overlay {
  background: #000;
  position: absolute;
  z-index: 9999;
  display: block;
  top: 0
}
.slider-text .subheading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 20px;
  color: #000;
  position: absolute;
  top: -30px;
  left: 5px;
  z-index: 5
}
@media(max-width:767.98px) {
  .slider-text .subheading {
    margin-top: -10px
  }
}
.slider-text .subheading-2 {
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 10px;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5
}
.slider-text .desc {
  display: inline-block;
  position: relative;
  z-index: 5
}
.slider-text h1 {
  font-size: 150px;
  color: #000;
  line-height: 1;
  padding-bottom: 30px;
  /*font-family: "Abril Fatface", cursive;*/
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  /*text-shadow: 8px 3px 0 #000, 0px 0 4px #0000, 9px 4px 0 #fff0;*/
  -webkit-animation: myanimation 10s infinite;
  animation: myanimation 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent
}
@media(max-width:1199.98px) {
  .slider-text h1 {
    font-size: 200px
  }
}
@media(max-width:991.98px) {
  .slider-text h1 {
    font-size: 150px
  }
}
@media(max-width:767.98px) {
  .slider-text h1 {
    font-size: 75px
  }
}
.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8)
}
.slider-text p strong {
  font-weight: 700
}
.slider-text p strong a {
  color: #000
}
.slider-text .breadcrumbs {
  border: 1px solid red;
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400
}
.slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8)
}
.slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8)
}
.slider-text .breadcrumbs span a {
  color: white
}
.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
  color: #69779b
}
.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
  color: #69779b
}
.slider-text .bread {
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  border: 1px solid red
}
.portfolio-wrap {
  padding-bottom: 80px;
  padding-right: 0;
  padding-left: 80px;
  position: relative
}
@media only screen and (max-width:767px) {
  .portfolio-wrap {
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
    position: relative
  }
}
.portfolio-content {
  position: absolute;
  left: 0;
  top: 80px
}
.portfolio-wrap p {
  margin-bottom: 0;
	background-color: #fff;
}
.portfolio-wrap h3 {
  color: #1b1b1b;
	background-color: #fff;
}
.portfolio-link {
  color: #ff9800;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-right: 35px;
  line-height: 1.5em;
  display: inline-block;
  transition: all .3s ease-in-out;
  padding-left: 90px
}
.portfolio-wrap img {
  transition: 1s;
  transform: scale(0.9, 0.9)
}
.portfolio-wrap:hover img {
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  transition: 1s
}
.portfolio-items .col-md-6:nth-child(2) {
  margin-top: 75px
}
.portfolio-title-single {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2
}
.filter-wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden
}
.filter-wrapper li {
  display: inline-block;
  margin: 0 0 10px 0
}
.filter-wrapper li a {
  margin-right: 30px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #8d8d8d;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 15px
}
.team_area span {
  font-size: 14px
}
.team_area .single_team {
  margin-bottom: 30px
}
.team_area .single_team .thumb {
  position: relative;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: auto;
  z-index: 9;
  overflow: hidden
}
.team_area .single_team .thumb .author_links {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 36px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: .3s
}
.team_area .single_team .thumb .author_links ul li {
  display: inline-block
}
.team_area .single_team .thumb .author_links ul li a {
  font-size: 15px;
  color: #d5ccc7;
  margin: 0 12px
}
.team_area .single_team .thumb .author_links ul li a:hover {
  color: #fff
}
.team_area .single_team .thumb::before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  opacity: .5;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.team_area .single_team h3 {
  font-size: 26px;
  color: #131313;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 17px
}
.team_area .single_team p {
  color: #808080;
  font-weight: 400;
  font-size: 16px
}
.team_area .single_team:hover .author_links {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.team_area .single_team:hover .thumb::before {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: .5
}
.team-thumb {
  width: 100%;
  margin-bottom: 32px
}
.team-overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
  opacity: 0;
  text-align: center
}
.team-thumb:hover .team-overlay {
  height: 100%;
  background-color: #fff;
  color: #222;
  padding-top: 30%;
  opacity: .9
}
.team-thumb:hover h4 {
  color: #000
}
.team-thumb h4 {
  margin-bottom: 20px
}
.team-thumb h6 {
  margin-bottom: 20px;
  display: inline-block
}
.team-social ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px
}
.services .item {
  padding: 60px 30px;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  border: 1px solid #dbdbdc;
	height: 100%;
}
.services .item:hover {
  box-shadow: 15px 0 50px rgb(0, 0, 0, 0.11)
}
i {
	font-style: normal;
}
.services .item i {
  color: #211f1f;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 2;
  text-shadow: 0 8px #dbdbdc
}
.services .item img {
  color: #211f1f;
  width: 45px;
  font-size: 35px;
  float: left;
  position: relative;
  z-index: 2;
  top: -10px;
  text-shadow: 0 8px #dbdbdc;
  opacity: .5
}
.services .item i:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: 10px;
  top: -5px
}
.services .item img:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  opacity: .5;
  z-index: -1;
  position: absolute;
  right: 5px;
  top: -15px
}
.services .item h4 {
  margin-left: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 900
}
.services .item p {
  margin-left: 60px
}
.services .item .numb {
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: 20px;
  opacity: .5
}
.skill-item h6 {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 300
}
.skill-item span {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
  float: right
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: transparent;
  text-align: center;
  background: #151515;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}
@media(max-width:575px) {
  .skill-item {
    margin-bottom: 30px;
    margin-left: 0
  }
}
.progress {
  width: 100%;
  overflow: hidden;
  height: 2px;
  margin-bottom: 30px;
  background-color: #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar, .progress {
  transition: all 4s
}
.clients .brands {
  padding: 100px 10px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08)
}
.clients .brands:last-of-type {
  border-right: 0
}
.clients .brands:hover .img {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}
.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: 0
}
.clients .brands:hover .char {
  -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both
}
.clients .brands .item {
  position: relative;
  text-align: center
}
.clients .brands .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 10px
}
.clients .brands .img {
  max-width: 155px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: .7
}
.clients .bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}
.blog-pagination {
  margin-top: 100px
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}
.blog-pagination .page-link {
  font-size: 15px;
  position: relative;
  display: block;
  padding: 0;
  border-radius: 50% !important;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: transparent;
  font-weight: 700;
  font-family: "Poppins", sans-serif
}
li.page-item.active {
  font-size: 15px;
  position: relative;
  border: 1px solid #000 !important;
  display: block;
  padding: 0;
  border-radius: 50% !important;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #000;
  margin-right: 10px;
  background: transparent;
  font-weight: 700;
  font-family: "Poppins", sans-serif
}
.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: transparent
}
.blog_area a {
  color: #888 !important;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #888;
  background-color: transparent
}
.single-blog-title {
  font-size: 26px;
  color: #000;
  font-weight: bold
}
.date {
  margin-bottom: 10px;
  color: #999
}
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff
}
.sidebar-box *:last-child {
  margin-bottom: 0
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 20px
}
.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none
}
.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0
}
.categories li a, .sidelink li a {
  display: block
}
.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc
}
.categories li.active a, .sidelink li.active a {
  color: #000;
  font-style: italic
}
.comment-form-wrap {
  clear: both
}
.comment-list {
  padding: 0;
  margin: 0
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none
}
.comment-list li .vcard {
  width: 80px;
  float: left
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px)
}
.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px
}
.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3
}
.search-form .form-group {
  position: relative
}
.search-form .form-group input {
  padding-right: 50px
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.customer {
    font-size: 15px;
    font-weight: 600;
    color: rgb(219, 107, 165);
    margin-bottom: 1vh;
}
.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em
}
.post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.single-blog-tags {
  margin-right: 10px
}
.post-entry h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold
}
.post-entry .date {
  margin-bottom: 10px
}
.post-entry .date {
  color: #999
}
.post-entry h3 a {
  color: #000
}
.post-entry .name {
  color: #000
}
.author_name span {
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  font-family: "Poppins", sans-serif
}
.author_name h5 {
  color: #fff !important
}
.form-group {
  margin-bottom: 30px
}
.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  height: calc(1.5em+0.75rem+2px);
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control:active, .form-control:focus {
  border-color: #b68c70
}
.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
footer .site-logo {
  margin-bottom: 30px
}
footer .site-logo a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600
}
.footer {
  padding: 4em 0
}
@media(min-width:768px) {
  .footer {
    padding: 8em 0
  }
}
.footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important
}
.footer h2, .footer h3, .footer h4, .footer h5 {
  color: #fff
}
.footer a {
  color: rgba(255, 255, 255, 0.5)
}
.footer a:hover {
  color: white
}
.footer ul li {
  margin-bottom: 10px
}
.footer .footer-heading {
  font-size: 16px;
  color: #fff
}
.site-logo-footer {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold
}
.site-logo-footer a {
  color: #b68c70
}
.author {
  margin-bottom: 30px
}
.testmonial_area .testmonial_info .author img {
  width: 140px;
  margin: auto;
  border-radius: 50%;
  border: 2px dotted #b68c70;
  padding: 5px
}
.author_name {
  font-size: 13px;
  color: #000 !important;
  font-family: "Poppins", sans-serif
}
.about-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-body {
  flex: 1;
	/*margin-right: 40px;*/
}

.about-body p:not(:last-child) {
  margin-bottom: 20px;
}
.flow {
    padding-left: 120px;
    position: relative;
}
.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
li {
	list-style-type:none;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 8vh;
}
.flow > li .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #66d5e9;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flow > li dl {
    padding-left: 70px;
    position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #6b90db;
    border-radius: 50%;
    left: -4px;
}
.flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.flow > li dl dt {
    font-size: 15px;
    font-weight: 600;
    color: rgb(107,144,219);
    margin-bottom: 1vh;
}
.cursor {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  z-index: 9999
}
.cursor::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  border: 4px solid #c0c2c3;
  border-radius: 50%;
  opacity: .5;
  top: -15px;
  left: -15px;
  animation: cursorAnim2 .5s infinite alternate;
  z-index: 9999
}
@keyframes cursorAnim {
  from {
    transform: scale(1)
  }
  to {
    transform: scale(0.7)
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1)
  }
  to {
    transform: scale(0.4)
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(0.5)
  }
  50% {
    transform: scale(1)
  }
  100% {
    transform: scale(0.5);
    opacity: 0
  }
}
.expand {
  animation: cursorAnim3 .5s forwards;
  border: 1px solid #b68c70
}