/**
* Template Name: Gp - v2.2.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General 
--------------------------------------------------------------*/
:root{
  --OldColor:#8DC63F;
  --HeaderColor:var(--OldColor);
  --BodyColor:#0e1306;
  --LineColor:#8DC63F;
  --FooterButtom:#0f1211;
  --ButtonLineTop:#709e32;
  --ButtonHover:#a3d165;

}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #edf2f7;
}

a {
  color: var(--ButtonLineTop);
  transition: 0.2s;
}

a:hover {
  color: var(--ButtonHover);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #5B7887 ;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151515;
  color: #779dce;
}

.wa-button{
  position: fixed;
  display: none;
  right: 20px;
  bottom: 15px;
  z-index: 99999;
}
/*--------------------------------------------------------------
# WA buuton
--------------------------------------------------------------*/
.whats {
  position: fixed;
  display: none;
  right:75px;
  bottom: 10px;
  z-index: 99999;
}

.whats i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #779dce;
  color: #fff;
  transition: all 0.4s;
}

.whats i:hover {
  background: #151515;
  color: #779dce;
}

/*--------------------------------------------------------------
# GLOBE buuton
--------------------------------------------------------------*/
.globe {
  position: fixed;
  display: none;
  right:145px;
  bottom: 10px;
  z-index: 99999;
}

.globe i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #779dce;
  color: #fff;
  transition: all 0.4s;
}

.globe i:hover {
  background: #151515;
  color: #779dce;
}


.what {
  position: fixed;
  display: none;
  right: -15px;
  bottom: -15px;
  z-index: 99999;
}

.what a {
  background: #779dce;
}

.what a:hover {
  background: #151515;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  /*background: #172636;*/
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(48.1% - 0px);
  left: calc(48.5% - 30px);
  border: 2px solid var(--LineColor) ;
  border-top-color: rgba(23, 38, 54, 0.01);;
  border-bottom-color: rgba(23, 38, 54, 0.01);;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  #preloader:before {
    top: calc(48.3% - 0px);
    left: calc(46.6% - 30px);
  }

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background-color: var(--OldColor);
  opacity: 0.9;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #header .logo { margin-left: 10px; }
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #779dce;
}

#header .logo img {
  max-height: 129px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #779dce;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #151515;
  background: #779dce;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline;
  border: 2px solid var(--ButtonLineTop);
  margin-right: 0rem!important;
}

.get-started-btn:hover {
  background: var(--ButtonLineTop) ;
  color:#fff ;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 10;
    padding: 10 20;
    font-size: 12px;
  }
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 29px;
  right: 15px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 00px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9998;
  overflow-y: auto;
  background: rgb(23, 38, 54, 0.9);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 100px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 50px;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 18px;
  outline: none;
  text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  text-decoration: none;
  background: #779dce;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

@-webkit-keyframes zoom {
  from { -webkit-transform: scale(1.1, 1.1);}
  to { -webkit-transform: scale(1, 1);}
}

@keyframes zoom {
  from { transform: scale(1.1, 1.1); }
  to { transform: scale(1, 1); }
}


#hero:before {
  content: "";
  background:var(--BodyColor);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .cover{
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(49,21,18, 0), rgba(49,21,18, 0.005), var(--BodyColor) );
}

#hero .container {
  position: relative;
  top: 85vh;
  text-align: center;
}

#hero h1 {
  margin: 20px 0;
  padding: 0;
  color: rgba(233, 229, 229, 0.954);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#hero h1::after {
  content: "";
  width: 100px;
  height: 2px;
  display: inline-block;
  background: var(--LineColor);
  margin: 1px 10px;
}

#hero h1 span {
  color: var(--LineColor);
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 100;
}

.hero-btn{
  color: #fff;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid var(--LineColor) ;
}

.hero-btn:hover {
  background: var(--HeaderColor)  ;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (min-width: 768px) {
  #hero .container {
    max-width: 1140px;
  }
  #hero .hero-title{
    text-align: left;
  }
  #hero .hero-sub{
    text-align: right;
  }
}

@media (max-width: 768px) {
  #hero .container {
    top: 60vh;
  }
  #hero .hero-title{
    text-align: center;
  }
  
  #hero .hero-sub{
    text-align: center;
  }
  #hero h1 {
    font-size: 14px;
    line-height: 20px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-btn{
    padding: 7px 15px 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
    border: 2px solid var(--LineColor);
    
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 80px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--LineColor) ;
  margin: 4px 10px;
}

.section-title p {
  margin: 10px 0;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .section-title {
    padding-bottom: 30px;
  }
  .section-title h2{
    font-size: 12px;
  }
  .section-title p{
    font-size: 24px;
  }
  .section-title h2::after {
    width: 80px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.bg-black{
  background-color:#172636;
}
.bg-maroon{
  background-color:#311512;
}
.bg-dark-body{
  background-color:var(--BodyColor);
}
.about{ 
  padding-top: 150px;
  padding-bottom: 350px;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  .about{ 
    padding: 50px 0;
    padding-bottom: 300px;
  }
}

.about .content-about h3 {
  font-weight: 500;
  font-size: 28px;
}

.about .content-about ul {
  list-style: none;
  padding: 0;
}

.about .content-about ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content-about ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #779dce;
}
.about .content-about p{
  line-height: 1.5;
  color: #aaaaaa;
}
.about .content-about p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about .content-about p{
    line-height: 2;
    margin: 70px 20px;
    font-size: 14px;
    }
}

.about .video-bg {
  border: var(--LineColor) 2px solid;
  position: relative;
  /* height: 300px; */
  /* left: 20px; */
  /* top: 20px; */
  /* margin-bottom: 30px; */
}
.about img{
  position: absolute;
  top: 0px;
  left: 0;
}

.readmore{
  margin-top: 110px;
}

.readmore h2 a {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.readmore h2 a:hover {
  color: var(--LineColor);
}
.readmore h2::before {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--LineColor);
  margin: 4px 10px;
}

.text-black, .text-black a, .text-black h2 a{
  color: #172636;
}

@media (max-width: 768px) {
  .about .video-bg {
    height: 250px;
  }
  .readmore{ 
    margin-bottom: 50px;
    margin-top: 80px;
  }
  .readmore h2 a {
    font-size: 12px;
  }
  .readmore h2::before {
    width: 60px;
  }
}

/*--------------------------------------------------------------
# Features 2
--------------------------------------------------------------*/
.features2 {
  margin-top: -300px;
  margin-left: 110px;
  margin-right: 110px;
}

@media (max-width: 768px) {
  .features2 { 
    margin-top: -300px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.features2 .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 0;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: linear-gradient( rgba(49, 21, 18, 0.01), var(--BodyColor) );
  width: 100%;
  height: 50%;
  transition: .5s ease;
  opacity:0;
}

.features2 .image:hover .overlay {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.features2 .text-box  {
  width: 100%;
  max-height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  padding-top: 100px;
  background: linear-gradient( rgba(49, 21, 18, 0.01), rgba(54,72,81, 0.7) ) ;
}

.features2 .text-box h4 {
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0 10px 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0;
  line-height: 1px;
}

.features2 .text-box h4::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--LineColor) ;
  margin: 4px 10px;
}

.features2 .text-box p {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  font-weight: 200;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .features2 .text-box h4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .features2 .text-box h4::after {
    display: none;
  }

  .features2 .text-box p {
    font-size: 12px;
  }
}

.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
  letter-spacing: 1px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #779dce;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .section-title p{
  color: var(--HeaderColor) ;
  font-size: 100px;
  opacity: 0.2;
}

.counts .no-gutters {
  padding-bottom: 100px;
}

.counts .content-new {
  margin-right: 50px;
  margin-top: 30px;
}

.counts .content h3 {
  font-size: 24px;
  font-weight:600;
  padding: 0 30px 30px 0;
  margin: 0 0 5px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #172636;
}

.counts .content h3::before {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: var(--LineColor);
  margin: 10px 10px;
  position: absolute;
  left: -90px;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box h4 a{
  font-size: 14px;
  font-weight: 500;
  padding-top: 50px;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #172636;
}

.counts .content .count-box h4 a:hover {
  color: var(--LineColor) ;
}
.counts .content .count-box h4 a::after {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background: var(--LineColor);
  margin: 4px 10px;
}

@media (max-width: 768px) {
  .counts .section-title {
    height: 200px;
    margin-top: -50px;
  }

  .counts .section-title p{
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 80px;
  }

  .counts .container {
    padding: 0 30px;
  }

  .counts .no-gutters {
    padding-bottom: 30px;
  }

  .counts .content {
    margin-top: 20px;
  }

  .counts .content h3::before {
    visibility: hidden;
  }

  .counts .content .count-box h4 a{ 
    padding:20px 0; 
  }

}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #779dce;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero-bg.webp") fixed center center;
  background-size: cover;
  padding: 150px 0;
}

.cta h3 {
  font-size: 14px;
  font-weight: 500;
  padding-top: 30px;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.cta h3::before {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: #779dce;
  margin: 4px 10px;
}

.cta .quote-icon-left, .cta .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.cta .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.cta .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.cta p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.cta span {
  color: #fff;
  font-weight: 100;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #779dce;
  border-color: #779dce;
  color: #151515;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .team {
    padding: 20px 0;
    margin: 20px;
  }
}

.team .member {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  height: 100%;
  left: 0;
  padding-bottom: 30px;
  margin-bottom: -15px;
  right: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgb(23, 38, 54, 0.5);

}

.team .member .social a {
  transition: color 0.3s;
  transition: ease-in-out 0.3s;
  color: #fff;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid var(--LineColor);
  margin-top: 30%;
}

.team .member .social a:hover {
  color: #fff;
  background: var(--LineColor);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 20px;
}

.team .member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1pt;
  color:var(--BodyColor);
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.team .member .member-info span::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--LineColor);
  margin: 0px 5px;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: var(--LineColor) !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  background-size:contain;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #779dce;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #779dce;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  margin-top: 100px;
  padding-top: 50px;
  margin-bottom: 100px;
}

.clients .section-title h2{
  font-size: 64px;
  font-weight: 100;
  color: #172636;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color:var(--LineColor) !important;
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
    margin-top: 60px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .portfolio{
    margin: 0px 20px;
  }
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: var(--LineColor)  ;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
  margin: 25% auto;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #779dce;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .container{
  margin-top: 60px;
}

@media (max-width: 768px) {
  .contact .container{
    margin-top: 0px;
    padding: 0px 30px;
  }
}

.contact .info {
  width: 100%;
  color: #fff;
}

.contact .info i {
  font-size: 20px;
  background: var(--LineColor);
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact .info p a {
  color: #fff;
}

.contact .info p a:hover {
  color: #779dce;
}



.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .email-form {
  width: 100%;
  
}

.contact .email-form .form-group {
  padding-bottom: 8px;
}

.contact .email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .error-message br + br {
  margin-top: 25px;
}

.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form input, .contact .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .email-form input:focus, .contact .email-form textarea:focus {
  border-color: #779dce;
}

.contact .email-form input {
  height: 44px;
}

.contact .email-form textarea {
  padding: 10px 12px;
}

.contact .email-form button[type="submit"] {
  background: var(--LineColor) ;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 90px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 90px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
  width:80%;
}

@media (max-width: 768px){
.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
  width:100%;
}
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #779dce !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 70%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:var(--FooterButtom);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #779dce;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  background: var(--LineColor) ;
  color: #fff;
  line-height: 1;
  padding: 13px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--LineColor) ;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links1 {
  padding-left: 80px;
}
@media (max-width: 768px){
  #footer .footer-top .footer-links1 {
    padding-left: 0px;
    padding-top: 20px;
  }
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #779dce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #779dce;
}

#footer .footer-top .footer-newsletter form .kotak-sub {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form .kotak-sub input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form .kotak-sub input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--LineColor) ;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}

.nav-open .main-menu {opacity: 1; visibility: visible; background: var(--HeaderColor);}

.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}

.main-menu .nav li a{color:#FFF; font-size: 3vh; font-weight:100; text-transform: uppercase; }

.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{position:relative; z-index:1111; height:42px; display:block; width:50px; padding:0px 0 0 0; margin-top: 10px; text-align: right;}
@media (max-width: 768px){
  .nav-button{margin-right: 10px;}
}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#FFFFFF;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


.btn:link, .btn:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn:hover, .btn:active {
  background-color: red;
}

/* Get Startet Button */
.get-started-btn2 {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid var(--LineColor);
 background: var(--LineColor);
}

.get-started-btn2:hover {
  background: var(--LineColor);
  color: #fff;
}
@media (max-width: 768px) {
  .get-started-btn2 {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}

.wa{
}


/*------------ POPUP -----------*/
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}


/*------------ GALLERY LOAD MORE -----------*/
.content {
  display: none;
}
#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: var(--BodyColor);
  transition: .3s;
}
#loadMore:hover {
  color: var(--BodyColor);
  background-color: #fff;
  border: 1px solid var(--BodyColor);
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}