
body {
	background: #000;
}



.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;*/
}



.jumbotron {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 90vh;*/
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px dashed purple;*/
}

.jumbotron-with-logo {
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  margin-bottom: 0rem;
  margin-top: -0px;
  border-radius: 0rem;
  background: url(../images/bg-with-logo.png);  
  background-size: cover; 
  background-repeat: no-repeat;

}


.jumbotron-pattern {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-pattern.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px dotted red;*/
}




.jumbotron-pattern-right {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-pattern-right.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px dotted red;*/
}


 .jumbotron-with-logo-2 {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  height: 100vh;
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-with-logo.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 1px solid red;*/
}


 .jumbotron-with-logo-3 {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 100vh;*/
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-with-logo.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px solid blue;*/
}


 .jumbotron-logo-left {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 100vh;*/
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-with-logo-left.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px solid blue;*/
}


 .jumbotron-with-logo-4 {
  padding-top: 0px;
  padding-bottom: 60px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 100vh;*/
  border-radius: 0rem;
  background: #000;  
  /*background: url(../images/bg-with-logo.png);*/
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  /*border: 3px solid blue;*/
}




.btn-primary-2 {
  /*background-color: #FECB18;*/
  color: #000;
  width: 230px;
  padding: 15px;
  margin-top: 15px;
  /*padding: 15px 40px !important;?*/
  border-radius: 60px;
  border: #FECB18;
  text-transform: none;
  font-size: 13px;
  transition: 0.5s;
  text-align: center;
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
  /*font-weight: 600;*/
  
}


.btn-primary-2:hover {
 /* background-color: #FECB18;
  color: #000; 
  border: #FECB18;*/ 
  background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}



.btn-grad {background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)}

.btn-grad {
            margin: 0px;
            text-align: left;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 70px;
            display: block;
          }

.btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

  
.card-1 {
  padding: 0px;
  line-height: 1.42857143;
  /*padding: 10px;*/
  border-radius: 15px; 
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.card-1:hover{
	background-image: linear-gradient(#35333D, #23202B);
	-webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  transition-duration: 5s;
}

.card { 
  line-height: 1.42857143;
  padding: 10px;
  padding-top: 0px;
  border-radius: 5px; 
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-9 { 
   line-height: 1.42857143;
  padding: 40px;
  padding-top: 30px;
  border-radius: 35px; 
  background: #1F1D23;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-white { 
   line-height: 1.42857143;
  padding: 10px;
  padding-top: 0px;
  border-radius: 15px; 
  background: #FFF;

  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.card-10 { 
   line-height: 1.42857143;
  padding: 10px;
  padding-top: 0px;
  border-radius: 15px; 
  background: #232121;

  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.card-10 h1 {
  
}

.card-10 p {
  
}

.myunique {
  padding-top: 30%;
}

.unique {
  padding-top: 30%;
}




/* small screens */
@media (max-width: 768px) {
  .jumbotron {
    width: 100%;
    /*height: 100vh;*/
    background: url(../images/bg-2.png);
  /*position: inherit;*/
    background-size: cover;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center; 
  }

.unique {
  padding-top: 5%;
}


.myunique {
  padding-top: 5%;
}
.card-10 { 
   line-height: 1.42857143;
  padding: 40px;
  padding-top: 30px;
  border-radius: 15px; 
  background: #1F1D23;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/*.card-10 h1 {
  font-family: 'impact', sans-serif; font-size: 20px; color: #FDE08D;
}

.card-10 p {
  font-family: 'barlow', sans-serif; font-size: 14px; color: #ECECEC;
}*/




.btn-grad {background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)}
.btn-grad {
            margin: 0px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 70px;
            display: block;
          }



/*.jumbotron-with-logo {
  padding-top: -100px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  margin-top: -0px;
  height: 100vh;
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-with-logo.png);
  background-size: cover; 
  background-repeat: no-repeat;
}
*/

}


/* the sliding section feedback */

/*.jumbotron-pattern-right .wrapper {
  border: 1px solid purple;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
}

@keyframes scrollLeft {

  to{
      left: -200px;
  }
}

.jumbotron-pattern-right .item {
  width: 200px;
  height: 100px;
  background-color: red;
  border-radius: 6px;
  position: absolute;
  left: 100%;
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite ;
}
*/

/*
.wrapper {
  border: 1px solid purple;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
}

@keyframes scrollLeft {

  to{
      left: -200px;
  }
}


.item {
  width: 200px;
  height: 100px;
  background-color: red;
  border-radius: 6px;
  position: absolute;
  left: 100%;
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite ;
}


 .item_1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}


.item_2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item_3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item_4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item_5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item_6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item_7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item_8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}*/
/*
.jumbotron-pattern-right .wrapper .item .item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.jumbotron-pattern-right .wrapper .item .item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
}


.jumbotron-pattern-right .wrapper .item .item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
}


.jumbotron-pattern-right .wrapper .item .item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
}


.jumbotron-pattern-right .wrapper .item .item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
}


.jumbotron-pattern-right .wrapper .item .item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
}


.jumbotron-pattern-right .wrapper .item .item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.jumbotron-pattern-right .wrapper .item .item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
}*/




/*---------------------
  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%;
}







/* 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; } }
