
.jumbotron {
  padding-top: 200px;
  padding-bottom: 250px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #333;  
  background: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-admin { 
  padding-top: 8%;
  padding-bottom: 0px;
  height: 100vh;
  margin-bottom: 0rem;
  /*background-color: #000;  */
   background: url(../images/mainlogo-bg.jpg);
  background-size: cover;
}



.jumbotron-contact {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-contact  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-contact h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-contact p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-contact h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}


.jumbotron-contact-2 {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 0rem;
  background-color: #222;
  margin-top: -0px;
  border-radius: 0rem;
  /*background: #333;  */
  background: url(../images/mainlogo-bg.jpg);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
}


.jumbotron-services {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-services p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #FFF;
}


.jumbotron-services h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-services h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}




.jumbotron-pricing {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}


.jumbotron-pricing  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-pricing h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-pricing p {
  font-family: 'barlow', sans-serif;
font-size: 14px;
color: #FFF;
}

.jumbotron-pricing h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}


.jumbotron-pricing .card-price {  
  /*min-width: 0;*/
  word-wrap: break-word;
  background-color: #373737;  
  border: none;
  border-radius: 0.25rem;
  }


  .jumbotron-pricing .card-price-mid {  
  /*min-width: 0;*/
  word-wrap: break-word;
  background-color: #373737;  
  border: none;
  border-radius: 0.8rem;
  border: 10px solid #FBCD1D;
  }

  .jumbotron-black-3 .card-about {
    word-wrap: break-word;
    background-color: #2F2F2F;  
    border: none;
    padding: 45px;
    border-radius: 0.85rem;
    box-shadow: 0px 0px 4px rgba(47, 47, 47, 0.82);
  }

  .jumbotron-black-3 .card-about h1{
    font-family: 'barlow', sans-serif;
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
  }

   .jumbotron-black-3 .card-about h2{
    font-family: 'barlow', sans-serif;
    font-size: 20px;
    color: #858585;
    font-weight: 300;
  }






.prices .box {
  
  /*border-top: 2px solid #777;*/
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px !important;
  padding: 30px; 
  background: #0085B2;
}

.prices .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 3;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0085B2;
  color: #fff;
}


.prices hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}





.jumbotron-pricing  .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #FFF;
    background-color: #232323;
    border-bottom: 1px solid rgba(219, 219, 219, 0.40);
}

.jumbotron-pricing .card-price p { 
    font-family: 'barlow', sans-serif;
    font-size: 14px;
    color: #FFF;

  }


/*.card-price {
    padding: 10px;   
    line-height: 1.42857143;
    background-color: #192A35;
    border: 1px solid #192A35;
    border-radius: 20px;
    box-shadow: 0 10px 12px rgba(81,107,117,.31);

    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*/




.jumbotron-black {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  /*background: #333;  */
  /*background: url(../images/bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-black h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
}


/****  JUMBOTRON BLACK 2  --   */


.jumbotron-black-2 {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  background-color: #222;
  margin-top: -0px;
  border-radius: 0rem;
  /*background: #333;  */
  background: url(../images/mainlogo-bg.jpg);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  border: 1px solid red;
}


.jumbotron-black-2 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
}


 .jumbotron-black-2 .heading-price {
  font-family: 'barlow', sans-serif; 
  font-size: 18px; 
  color: #FFF;
  text-align: left;
  padding-top: 10px; border-top: 1px solid rgba(219, 219, 219, 0.40);
}


.jumbotron-black-2 h2 {
  font-family: 'barlow', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #F2F2F2;
}

.jumbotron-black-2  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/****** Jumbotron Black 3  ****/


.jumbotron-black-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  /*background: #333;  */
  /*background: url(../images/bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-black-3 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
}


.jumbotron-black-3 h2 {
  font-family: 'barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FFF;
   padding-left: 15px;
}


.jumbotron-black-3 p {
  font-family: 'barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FBCD1D;
  /*line-height:1px;*/
  padding-left: 15px;
}


.jumbotron-black-3  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}




/*  end of jumbotron black 3   */





.jumbotron-black-4 {
  padding-top: 60px;
  padding-bottom: 90px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  /*background: #333;  */
  /*background: url(../images/bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron-black-4 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #FFF;
}

.jumbotron-black-4 p {
  font-family: 'barlow', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
  /*line-height:1px;*/
  
}


/* jumbotron black 5 */

.jumbotron-black-5 h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #FFF;
}

.jumbotron-black-5 h2 {
  font-family: 'barlow', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}



.testimony_photo {
  /*border: 1px solid blue;*/
  margin-left: 20px;
  margin-top: -30px;
  position: absolute;
  z-index: 999;
}




/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}



.jumbotron-reviews {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0rem;
  background-color: #1D1D1D;
  border-radius: 0rem;
  /*background: #333;  */
  /*background: url(../images/bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-reviews h1 {
  font-family: 'barlow', sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #FFF;
}


.jumbotron-reviews p {
  font-family: 'barlow', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}


.jumbotron-reviews .card {
    background: #232323;
    padding: 30px;  
    line-height: 1.42857143;    
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 9px;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.jumbotron-reviews .card:hover {
    background: #232323;
    padding: 30px;  
    line-height: 1.42857143;    
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 9px;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
      box-shadow: 0 14px 18px rgba(0,0,0,.21);
}

.jumbotron-reviews .card .review p {
  border: 2px solid #434343; 
  font-size: 13px; 
  padding: 5px; 
  color: #FBCD1D; 
  border-radius: 15px; 
  background-color: #151515;
}

.jumbotron-reviews .card .pilot p {
  /*border: 2px solid #434343; */
  font-size: 13px;
  font-family: 'barlow', sans-serif 
  padding: 5px; 
  color: #fff; 
  /*border-radius: 15px; */
  /*background-color: #151515;"*/
}


.jumbotron-reviews .card  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}





.jumbotron-black  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}







  .homeonly h2 {
    font-family: sans-serif;
    margin: 10px auto;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    max-width: 600px;
    position: relative;
  }

  .homeonly h2:before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #FECB18;
    left: 0;
    top: 50%;
    position: absolute;
  }


#bg_image {
    margin: 0 auto;
    margin-top: -180px;
    width: 100px;
    height: 100px;
    /*border: 1px solid red;*/
    text-align: left;
    /*margin-top: 60px;*/
    /*background: url(../images/light-circle.png) no-repeat;*/
    /*position: absolute;*/
}


.four_sections h1 {
  font-family: 'barlow', sans-serif;
  font-size: 25px;
  color: #FFF;
}


.four_sections h2 {
  font-family: 'barlow', sans-serif;
  font-size: 16px;
  color: #868686;
}




.jumbotron h1 {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 40px;
	/*line-height: 30px;*/
}

.jumbotron p {
	font-family: 'barlow', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	padding: 10px 0px 15px 30px;
	border-left: 1px solid #BC9716;
}

.btn-golden {
  background-color: #FECB18;
  color: #000;
  padding: 15px 50px;
  border-radius: 60px;
  border: #FECB18;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  /*float: left;*/
}


.btn-golden:hover {
  background-color: #FECB18;
  color: #000; 
  border: #FECB18; 
}


.btn-primary {
  background-color: #FECB18;
  color: #000;
  padding: 15px 50px;
  border-radius: 60px;
  border: #FECB18;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  float: left;
}


.btn-primary:hover {
  background-color: #FECB18;
  color: #000; 
  border: #FECB18; 
}



.btn-primary-2 {
  background-color: #FECB18;
  color: #000;
  padding: 15px 50px;
  border-radius: 60px;
  border: #FECB18;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  
}


.btn-primary-2:hover {
  background-color: #FECB18;
  color: #000; 
  border: #FECB18; 
}


.btn-primary-3 {
  background-color: transparent;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 60px;
  border: 1px solid #fff;
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  float: left;
}


.btn-primary-3:hover {
   background-color: transparent;
  color: #fff; 
   border: 1px solid #fff;
}



.bg-dark {
    background-color: #000 !important;
}


.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
  font-family: 'barlow', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0px;
  padding: 15px;
}


/*  scroll */










/*  scroll */



.mouse-wrap {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}

.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}








/* 20. preloader */
.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #dca73a;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #000;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-circle2 {
  border-top-color: #0078ff; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-img img {
  max-width: 55px; }

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }


.card-testimonials {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  /*background-clip: border-box;*/
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: 0.25rem;*/
}


.card-testimonials-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background-color: #414141;
  border-radius: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: transparent;*/
  /*background-clip: border-box;*/
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  /*border-radius: 0.25rem;*/
}



.quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}



.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
   border-radius: 0.25rem;
}








.home-newsletter {
/*padding: 80px 0;
background: #f84e77;*/
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
border-radius: 20px 0 0 20px;
padding: 25px;
 }




.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #000; }


.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #FBCD1D;
color: #000;
padding: 0 40px;
}





.jumbotron-footer {
    padding-top: 70px;
    padding-bottom: 50px;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
   /* z-index: -3;*/    
    background: #111; 
    background-size: cover; 
}

@media (max-width: 991.98px) {
  .jumbotron-footer {
    height: auto !important;
    position: relative !important;
  }
}





.jumbotron-footer hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}


.jumbotron-footer a {
  color: #f1f1f1;
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  /*text-transform: uppercase;*/

}

.jumbotron-footer a:hover {
  color: #fff;
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}

.jumbotron-footer .designer a {
  /*color: #B9B9C8;*/
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer .designer a:hover {
  /*color: #888;*/
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}




.footer-social {
  text-align: center;
}

.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover {
  color: #FFF2D9;
   font-size: 16px;
}

.footer-social a:hover i {
  color: #FFF2D9;
  font-size: 20px;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 400px;
}

@media screen and (max-width: 992px) {
  #fh5co-wrap {
     margin-bottom: auto;
  }
}






/* contact form */

input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 20px;   
  vertical-align: middle;
  background: rgba(255,255,255,.3);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  color: #f2f2f2;
    border-radius: 20px;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);    

    -o-transition: all .3s; 
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
     border: none;
     
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: 0;
  background: #f1f1f1;
  border-radius: 20px;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);

     border: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:focus{
 /*color:#f2f2f2;*/
 background-color: #777;
 border-color: none;
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255, 0)

}


.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #454545;
  background-image: none;
  border: none;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  border-radius: 20px;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}



/*---------------------
  Faq
-----------------------*/

.faq {
  padding-top: 70px;
}

.faq__accordion .section-title {
  margin-bottom: 34px;
}

.faq__accordion .section-title h2 {
  font-size: 32px;
}

.faq__accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 36px;
}

.faq__accordion .card:last-child {
  margin-bottom: 0;
}

.faq__accordion .card-heading {
  cursor: pointer;
}

.faq__accordion .card-heading a {
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding-left: 30px;
}

.faq__accordion .card-heading a:hover {
  color: #DFDFDF;
}

.faq__accordion .card:last-child .card-heading {
  border-bottom: none;
}

.faq__accordion .card .card-body {
  padding: 0;
  padding-left: 30px;
  padding-top: 14px;
}

.faq__accordion .card .card-body p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 0;
}

.faq__accordion .card-heading a:after,
.faq__accordion .card-heading>a.active[aria-expanded=false]:after {
  content: "+";
  font-size: 24px;
  color: #f3bd00;
  position: absolute;
  left: 0;
  top: -1px;
}

.faq__accordion .card-heading.active a:after {
  content: "-";
  font-size: 24px;
  color: #f3bd00;
  position: absolute;
  left: 0;
  top: -3px;
}

.faq__accordion .card-heading a[aria-expanded=true]:after,
.faq__accordion .card-heading>a.active:after {
  content: "-";
  font-size: 32px;
  font-weight: 400;
  color: #f3bd00;
  position: absolute;
  right: 0;
  top: -3px;
}

.faq__form .section-title {
  margin-bottom: 34px;
}

.faq__form .section-title h2 {
  font-size: 32px;
}

.faq__form form input {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  font-size: 14px;
  color: #444444;
  padding-left: 20px;
  margin-bottom: 20px;
}

.faq__form form input::-webkit-input-placeholder {
  color: #444444;
}

.faq__form form input::-moz-placeholder {
  color: #444444;
}

.faq__form form input:-ms-input-placeholder {
  color: #444444;
}

.faq__form form input::-ms-input-placeholder {
  color: #444444;
}

.faq__form form input::placeholder {
  color: #444444;
}

.faq__form form textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  font-size: 14px;
  color: #444444;
  padding-top: 12px;
  padding-left: 20px;
  margin-bottom: 14px;
  resize: none;
}

.faq__form form textarea::-webkit-input-placeholder {
  color: #444444;
}

.faq__form form textarea::-moz-placeholder {
  color: #444444;
}

.faq__form form textarea:-ms-input-placeholder {
  color: #444444;
}

.faq__form form textarea::-ms-input-placeholder {
  color: #444444;
}

.faq__form form textarea::placeholder {
  color: #444444;
}

.faq__form form button {
  width: 100%;
}

/* search styling */

.wrapper, .search-data {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper {
  position: fixed;
  z-index: 99999;
  height: 00px;
  width: 00px;
  border-radius: 100%;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrapper .active {
  height: 4000px;
  width: 4000px;
}

.search-btn {
  position: absolute;;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.search-btn span {
  color: #FFF;
  font-size: 22px;
  height: 60px;
}

.search-data {
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /*display: none;*/
}

.search-data input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}

.search-data label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: transform(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
}

.search-data input:valid ~ label {
  display: none;
}

.search-data span {
  color: #FFF;
  position: absolute;
  width: 50px;
  font-size: 25px;
  right: 0;
  left: 0;
  line-height: 45px;
  cursor: pointer;
}

.search-data .line {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  bottom: 0;
}

.close-btn {
  position: absolute;
  z-index: 999;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #FFF;
  cursor: pointer;
}

.search-data, .search-data span,
.search-data label, .close-btn {
  display: none;
}





/* search styles */



.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}
.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}
.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}
.search-model-form {
  padding: 0 15px;
}
.search-model-form input {
  width: 700px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
}
.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}