.bg-light-green {
  background: #98b646;
}
body {
  position: relative;
}
a,
a:hover {
  text-decoration: none;
}
.header-top {
  padding: 10px 0;
}
.mgn-rgt-10px {
  margin-right: 10px;
}
.mgn-rgt-5px {
  margin-right: 5px;
}
.contact-top-info-section {
  display: flex;
  align-items: center;
}
.font-white {
  color: #fff !important;
}
.slider-section-wrap {
  overflow: hidden;
}
.main-header {
  position: absolute;
  padding-top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.39);
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .container {
  display: flex;
  align-items: center;
}
.display-flex {
  display: flex;
}
.align-item-center {
  align-items: center;
}
.justify-space-between {
  justify-content: space-between;
}
.width-100-percent {
  width: 100%;
}
.main-header ul li a {
  color: #fff;
  font-size: 18px;
}
.main-header ul li a:hover {
  background: none;
  color: #98b646;
}
.main-header ul li a:focus {
  background: none;
  color: #98b646;
}
.theme_color {
  color: #98b646;
}
.watz-section-title {
  position: relative;
  color: #0c1623;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}
.watz-section-title:before {
  position: absolute;
  content: "";
  left: 105%;
  bottom: 8px;
  height: 2px;
  width: 55px;
  background-color: #0c1623;
}
.watz-section-title:after {
  position: absolute;
  content: "";
  left: 105%;
  bottom: 14px;
  height: 2px;
  width: 35px;
  background-color: #98b646;
}
.watz-services-section {
  position: relative;
  padding: 110px 0px 110px;
  /* background-image: url(../images/services.png); */
  background-position: right center;
  background-repeat: no-repeat;
}
.service-item h4 {
  color: #000;
  font-size: 20px;
}
.service-item p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.watz-history-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/EFFECTS.jpg);
}
.watz-history-section p {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  margin-bottom: 20px;
}
.watz-history-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(152, 182, 70, 0.9);
}
.title-theme-bw:after {
  background-color: #ffffff;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}
.btn-style-two {
  position: relative;
  padding: 12px 28px 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 2px solid #0c1623;
  background-color: #0c1623;
}
.btn-style-two:hover {
  color: #0c1623;
  border-color: #0c1623;
  background: none;
}
.btn-style-two:focus {
  text-decoration: none;
  outline: 0;
}
.watz-gallery-section {
  position: relative;
  padding: 110px 0px 110px;
  background-color: #f6f6f6;
}
.gallery-item {
  position: relative;
}
.gallery-item .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}
.gallery-item .inner-box h3 a {
  color: #000;
}
.gallery-item .image-box {
  position: relative;
  display: block;
  height: 300px;
}
.gallery-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.gallery-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.gallery-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallery-item .overlay-inner .link {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  margin: 0px 5px;
  display: inline-block;
  background-color: #98b646;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.gallery-item .overlay-inner .link .icon {
  position: relative;
}
.gallery-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}
.watz-team-section {
  position: relative;
  padding: 115px 0px 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/3.jpg);
}
.watz-team-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(150, 182, 70, 0.9);
}
.team-member .lower-box {
  text-align: center;
  padding: 20px 0px;
}
.team-member {
  background-color: #ffffff;
  width: 270.2px;
}
.team-member .inner-box {
  margin-bottom: 30px;
}
.team-member .lower-box h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.team-member .lower-box .text {
  color: #c3c3c3;
  font-size: 15px;
}
.watz-team-section .slick-prev,
.watz-team-section .slick-next {
  top: -42px;
  background: none;
  border: 2px solid #fff;
  padding: 1px;
  display: inline-block;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.watz-team-section .slick-prev {
  left: inherit;
  right: 65px;
}
.watz-team-section .slick-next {
  right: 15px;
}
.watz-team-section .slick-prev:before {
  content: "\f053";
  font-family: fontAwesome;
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.watz-team-section .slick-next:before {
  content: "\f054";
  font-family: fontAwesome;
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.watz-team-section .slick-prev:hover,
.watz-team-section .slick-next:hover {
  background: #000;
  border-color: #000;
}
.team-member .inner-box figure.image .team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(152, 182, 70, 0.9);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.team-member:hover .inner-box figure.image .team-overlay {
  opacity: 1;
}
.team-member .inner-box figure.image .team-overlay ul li {
  position: relative;
  display: inline-block;
}
.team-member .inner-box figure.image .team-overlay ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.team-member .inner-box figure.image .team-overlay ul li a:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.team-member .inner-box figure.image {
  position: relative;
}
.team-member .inner-box figure.image .team-overlay ul {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.watz-join-section {
  position: relative;
  padding: 110px 0px 100px;
}

.info-block .inner .icon-box {
  position: relative;
  width: 115px;
  height: 115px;
  color: #0c1623;
  font-size: 45px;
  margin: 0 auto;
  line-height: 115px;
  text-align: center;
}
.info-block:hover .inner .icon-box:before {
  border-color: #98b646;
}
.info-block .inner .icon-box:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 115px;
  height: 115px;
  margin: 0 auto;
  transform: rotate(45deg);
  border: 3px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-block .inner {
  position: relative;
  text-align: center;
}
.info-block {
  position: relative;
  margin-bottom: 42px;
  margin-top: 30px;
}
.info-block .inner h3 {
  position: relative;
  color: #98b646;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 45px;
  text-transform: uppercase;
}
.info-block .inner .text {
  position: relative;
  color: #666666;
  font-size: 16px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 26px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 10px 25px;
  background: #ffffff;
  color: #010101;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #98b646;
}
.default-form .theme-btn {
  margin-top: 15px;
  padding: 13px 50px;
  text-transform: uppercase;
}
.default-form .form-group .icon {
  position: absolute;
  right: 28px;
  top: 12px;
  height: 50px;
  color: #dddddd;
  font-size: 16px;
}
.social-items {
  float: right;
}
.social-icon-two {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
}
.social-icon-two li {
  position: relative;
  margin-left: 12px;
  display: inline-block;
}
.social-icon-two li a {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  opacity: 0.8;
}
.main-header.sticky-header {
  position: fixed;
  top: 0;
  opacity: 1;
  background: #fff;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #cccccc;
}
.main-header.sticky-header ul li a {
  color: #0c1623;
}
.main-header.sticky-header ul li a:hover {
  color: #98b646;
}
.spinner-overlay {
  background: #538a13;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99;
}
.spinner-overlay.hide {
  display: none;
}
.spinner {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.spinner span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(135, 211, 124, 1);
  -webkit-animation: spinner 1.5s linear infinite;
  animation: spinner 1.5s linear infinite;
}
.spinner span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes spinner {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.main-footer {
  position: relative;
  color: #ffffff;
  background: #0c1623;
}
.main-footer .footer-upper {
  position: relative;
  padding: 90px 0px 20px;
}
.footer-widget {
  position: relative;
  margin-bottom: 15px;
}
.logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}
.logo-widget .text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}
.social-icon-three {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-left: 0;
}
.social-icon-three li {
  position: relative;
  margin-right: 12px;
  display: inline-block;
}
.social-icon-three li a {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a:hover {
  color: #91d518;
}
.widget-post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 80px;
  min-height: 60px;
  margin-bottom: 20px;
}
.footer-widget h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.widget-post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  overflow: hidden;
  background-color: #e9ebee;
}
.widget-post .post-thumb > a {
  position: relative;
  display: block;
}
.widget-post .post-info {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 20px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.list-link li {
  position: relative;
  margin-bottom: 8px;
}
.list-link li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.list-link li a:hover {
  color: #98b646;
}
.list-link-two li {
  position: relative;
  margin-bottom: 8px;
}
.list-link-two li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.list-link-two li a:hover {
  color: #98b646;
}
.main-footer .footer-bottom .inner-container {
  position: relative;
  padding: 30px 0px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.main-footer .footer-bottom .copyright {
  position: relative;
  color: #ffffff;
  font-size: 18px;
}
.main-footer .footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}
.main-footer .footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  line-height: 1em;
  border-right: 1px solid #ffffff;
}
.main-footer .footer-bottom .footer-nav li a {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-footer .footer-bottom .footer-nav li a:hover {
  color: #98b646;
}
.widget-post .text a {
  color: #98b646;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.widget-post .text {
  position: relative;
  top: -4px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 500;
  color: #98b646;
  line-height: 1.6em;
  text-transform: capitalize;
}
.widget-post .post-info:before {
  position: absolute;
  content: "\f133";
  left: 0px;
  top: 0px;
  font-size: 12px;
  color: #98b646;
  font-weight: 300;
  font-family: "FontAwesome";
}
.list-link {
  padding-left: 0;
  list-style: none;
}
.list-link-two {
  padding-left: 0;
  list-style: none;
}
.main-footer .footer-bottom .footer-nav li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}
.hide {
  display: none !important;
}
#nav-icon {
  width: 50px;
  height: 35px;
  position: relative;
  margin-top: -6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 8px;
  width: 50%;
  background: #98b646;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 32px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 26px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 26px;
}
.nav-mobile {
  padding-left: 0;
  margin-top: 40px;
}
.nav-mobile li {
  list-style: none;
  margin-bottom: 15px;
}
.nav-mobile li a {
  color: #fff;
  font-size: 36px;
}
.cd-btn {
  display: none;
}
.activeItem li.active a {
  color: #c1e266 !important;
}

@media screen and (max-width: 992px) {
  .social-items {
    display: none;
  }
  .navHideMob {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .main-header {
    position: relative;
    background: #fff;
  }
  .main-header.sticky-header {
    position: relative;
  }
  .main-header ul li a {
    color: #0c1623;
  }
  .main-header ul li a:hover {
    color: #98b646;
  }
  .cd-btn {
    display: block;
  }
  .activeItem li.active a {
    color: #5b8c22 !important;
  }
  .watz-services-section {
    padding: 40px 0 45px;
  }
  .watz-history-section {
    padding: 50px 0 55px;
  }
  .watz-gallery-section {
    padding: 50px 0 55px;
  }
  .watz-join-section {
    padding: 50px 0 55px;
  }
  .main-footer .footer-upper {
    padding: 50px 0 15px;
  }
  .footer-widget h2 {
    margin-bottom: 15px;
  }
  .watz-history-section p,
  .service-item p {
    font-size: 15px;
  }
  .service-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .copyright-column {
    text-align: center;
  }
  .main-footer .footer-bottom .footer-nav {
    text-align: center;
    margin-top: 15px;
  }
  .watz-services-section {
    padding: 20px 0 25px;
  }
  .watz-history-section {
    padding: 30px 0 35px;
  }
  .watz-gallery-section {
    padding: 30px 0 35px;
  }
  .watz-join-section {
    padding: 30px 0 35px;
  }
  .main-footer .footer-upper {
    padding: 35px 0 15px;
  }
  .main-footer .footer-bottom .footer-nav li a {
    font-size: 16px;
  }
  .main-footer .footer-bottom .footer-nav {
    padding-left: 0;
  }
  .widget-post {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 620px) {
  .team-member {
    margin: 0 auto;
  }
  .watz-team-section .slick-prev,
  .watz-team-section .slick-next {
  }
}

/* Image Out Styles */
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.img-point {
  cursor: pointer;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}


