

/* 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: 1px;
  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; } }


    /*   preloader */



    /* back to top */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/



    /* end of back to top */



	.bg-dark {
		background-color: #111 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
	}


/*	.nav-link {
	  color: #FFF;
	  font-family: 'barlow', sans-serif;
	  font-size: 13px !important;
	  text-transform: uppercase;
	  margin-top: 0px;
	  padding: 15px !important;
	}*/

    .nav-link {
      color: #FFF;
      text-transform: uppercase;
      font-family: 'barlow', sans-serif;
      font-size: 13px !important;
      padding: 15px !important;      
    }

	.dropdown-menu .nav-link {
	  color: #000 !important;
	  font-family: 'barlow', sans-serif;
	  font-size: 13px !important;
	  text-transform: uppercase;
	  margin-top: 0px;
	  padding: 8px !important;
	}


	.dropdown .navbar-dark .navbar-nav .nav-link {
	  color: rgb(0, 0, 0) !important;
	}



.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; 
	}

	.container-fluid {
	  width: 92%;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	}




.jumbotron-blog {
  padding-top: 220px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #000;
  border-radius: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
}


.jumbotron-blog  hr {
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.jumbotron-blog h1 {
  font-family: 'barlow', sans-serif;
  font-size: 50px;
  color: #FFF;
  /*line-height: 20px;*/
}


.jumbotron-blog p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FACC1D;
}

.jumbotron-blog h2 {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  color: #FFF;
}

/* footer ONLY */



.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.1) !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;
  }
}




/*---------------------
  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;
  text-transform: uppercase !important;
  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%;
}



.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;
}


.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;
}





/* 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;
   /*background: rgba(255,255,255,.4);*/
  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;
  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);
 box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
}


.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;*/
}

