


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color:#E1BF5E; 
    border-radius: 50px;

}

::-webkit-scrollbar-thumb:hover {
    background:#A6A6A6;
	
}

body {
  font-family: 'Poppins', sans-serif; background-color:#080D12;
  color: #FFF;
}


::-moz-selection {
  background: transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }





@media (max-width: 992px) {.pc{display:none;}}
@media (min-width: 992px) {.pc{display:block;}}

@media (max-width: 992px) {.mobile{display:block;}}
@media (min-width: 992px) {.mobile{display:none;}}





.menu-fixo-but{  background-color:#080D12; color:#FFF; z-index:9000; position: fixed; bottom:0; margin-bottom:-10px;}

@media (max-width: 992px) {

.menu-fixo-but{  background-color:#080D12; color:#FFF; z-index:9000; position: fixed; bottom:0; margin-bottom:0px;}	
	
}


a {
  color: #FFF;
}

a:hover {
  color: #E1BF5E;
  text-decoration: none;
}

.ab {
  color: #FFF;
}

.ab:hover {
  color:#E1BF5E;
  text-decoration: none;
}

h1, h2, h3{
  font-family: 'Poppins', sans-serif; letter-spacing:-2px; font-weight:700; font-style:italic;
}

h4, h5, h6 {
  font-family: 'Poppins', sans-serif; letter-spacing:-0.5px;  font-weight:700; font-style:italic;
}

.ul{ list-style-image:url(../img/ul-icon.png); margin-left:-10px; font-weight:700; font-size:20px; letter-spacing:-1px;}

.ul-2{ list-style-image:url(../img/ul-icon2.png); margin-left:-10px; font-weight:300; font-size:16px;}

.p20{font-size:21px; letter-spacing:-1px;}

@media (max-width: 992px) { .p20{font-size:16px; letter-spacing:-0.4px;}}

.politicas h4{color:#E1BF5E;}

.red{color:#E1BF5E}
.text-black{color:#000}

.bg-red{background-color:#E1BF5E;}

.mini{font-size:12px;}
.big-font{font-size:40px;}
.super-font{font-size:70px;}

@media (max-width: 992px) { .super-font{font-size:50px;} .big-font{font-size:30px;} }

.bg-promo{ background-image:url(../img/bg-promo.png); background-position:top right; background-repeat:no-repeat;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background:#080D12;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #E1BF5E;
  border-top-color:#080D12;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -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);
  }
}


#header {
  background-color:transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 60px 0;
  
}

#header.header-scrolled {
  background-color: #080D12;
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #FFF;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 992px) {
  #header .logo img {
  max-height: 60px;
}
}


.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: 16px;
  font-weight:700;
  font-family: 'Poppins', sans-serif;
  font-style:italic;
  letter-spacing:-0.2px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #E1BF5E;
  border-bottom:4px solid #E1BF5E;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #080D12;
  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: #FFF;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color:#E1BF5E;
}

.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-started-btn {
  margin-left: 25px;
  background: #C53337;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}


.mobile-nav-toggle {
  position: fixed;
  top: 36px;
  right: 15px;
  z-index: 9998;
  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:#E1BF5E;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #C53337;
  text-decoration: none;
}

.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(4, 12, 21, 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;
}




@media (max-width: 992px) {	
.hero-mobile {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: url(../img/bg-hero-mobile.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  overflow: hidden;
  position: relative;
}}





#hero {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}


@media (max-width: 992px) {	
#hero .carousel-item {
  background-image:none !important;
  background-size: auto;
  background-position: center left;
  background-repeat: no-repeat;
  
}}




#hero .carousel-item::before {
  content: '';
  background-color: ;
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #E1BF5E;
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  letter-spacing:-4px;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
  font-size:30px;
  font-weight:700;
  letter-spacing:-2px;
}

#hero b {color:#E1BF5E;}

@media (min-width: 1200px) {
  #hero p {
    width: 62%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}


@media (max-width: 992px) { #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { display:none; } }



#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
  margin-bottom:80px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #E1BF5E;
}

#hero .btn-get-started {
  
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -1px; 
  font-style:italic;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  border:2px solid  #E1BF5E ;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color: transparent;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background-color:#E1BF5E ;
  color:#FFF;
  
}


@media (max-width: 992px) {
	

#hero .btn-get-started {
  
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.4px; 
  font-style:italic;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 50px;
  border:2px solid  #E1BF5E ;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color: transparent;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background-color:#E1BF5E ;
  color:#FFF;
  
}

	
}





#hero .btn-get-started::after,
#hero .btn-get-started::before{content: ''; position: absolute; opacity: 0; border: 2px solid #E1BF5E; left: -10px; top: -10px; right: -10px;   border-radius:50px;  bottom: -10px;  animation: Wave 1.5s ease infinite;}
#hero .btn-get-started::after{animation-delay: .5s;}
#hero .btn-get-started:hover::after{border: 2px solid #E1BF5E;}
#hero .btn-get-started:hover::before{border: 2px solid #E1BF5E;}
@keyframes Wave {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 992px) {
  #hero h2 {
    font-size: 30px;
	letter-spacing:-2px;
	
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


section {
  padding: 100px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: -1px;
  text-transform:;
  color: #fff;
  font-style:normal !important;
  
}

.section-title h2::after {
  content: "";
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #E1BF5E;
  margin: 4px 10px;
  
}

@media (max-width: 992px) {
		
  .section-title h2::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  background-color: transparent;
  margin: 4px 10px;
  
}
		
}


.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform:;
  line-height:40px;
  letter-spacing: -2px;
  color: #E1BF5E;
  font-style:italic;
}


.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #C53337;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.btn-learn-more { 
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -1px;
  font-style:italic;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #FFF;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #E1BF5E;
}

.btn-learn-more:hover {
  background: #E1BF5E;
  color: #fff;
  text-decoration: none;
}


.max-w{max-width:164px; font-size:16px !important;}



.counts {
  padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #C53337;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}


.why-us {
  padding: 0;
  background-color:#18191B;
}

.why-us .content {
  padding: 60px 100px 0 100px;
  
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #E1BF5E;
  letter-spacing:-2px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
  
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 20px 60px 20px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #080D12;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-size: 24px;
  letter-spacing:-1px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 30px;
  outline: none;
  color: #E1BF5E;
}

.why-us .accordion-list span {
  color: #E1BF5E;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 64px;
  position: absolute;
  right: 0;
  top: 14px;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  margin-left:20px;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #E1BF5E;
}

.why-us .accordion-list a.collapsed:hover {
  color:#FFF;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.div-inclinada {
  
  border: 2px solid #000;
  border-bottom-left-radius:50px;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  transform: rotate(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 20px auto;
}

.conteudo {
  transform: rotate(-10deg);
  text-align: center;
  padding: 20px;
}



@media (max-width: 992px) {
	
.div-inclinada {  
  border: 0;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 20px auto;
}

.conteudo {
  transform: none;
  text-align: center;
  padding: 0px;
}}



.services .icon-box {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.5);
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #C53337;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}


.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing:2px;
}

.services .icon-box h4 a {
  color: #000;
}

.services .icon-box h4 span {
  color: #C53337; font-size:30px !important; letter-spacing:-2px;
}

.services .icon-box:hover h4 span {
  color: #FFF;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #C53337;
  border-color: #C53337;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color:#C53337;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p, .icon-box:hover b {
  color: #fff;
}



.testimonials{background-color:#18191B;}

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow:;
  position: relative;
  background: #18191B;
}

.testimonials .testimonial-item .testimonial-img {
  width: 95px;
  
  
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #E1BF5E;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #E1BF5E;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #E1BF5E;
  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: 15px auto 15px auto;
}

.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: #000!important;
}

.testimonials .owl-dot.active {
  background-color: #E1BF5E !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


.cta {
  padding: 0;
  background: #080D12;
  text-align:center;
}

@media (max-width:992px) { .cta { padding: 100px  0; } }

.cta h3 {
  color: #E1BF5E;
  font-size: 28px;
  font-weight: 700;
  letter-spacing:-2px;
}

.cta p {
  color: #fff;
  font-size:18px;
  letter-spacing:-1px;
  line-height:20px;
}

.cta .cta-btn {
 
  text-align:center;
  font-weight: 700;
  font-size: 16px; 
  transition: 0.5s;
  letter-spacing:-0.5px;
  color:#080D12;
}

.cta .cta-btn:hover {
   
  color: #E1BF5E;
}



.waves::after,
.waves::before{content: ''; position: absolute; opacity: 0; border: 1px solid #E1BF5E; left: -10px; top: -10px; right: -10px;   border-radius:0px;  bottom: -10px;  animation: Wave 1.5s ease infinite;}
.waves::after{animation-delay: .5s;}
.waves:hover::after{border: 1px solid #E1BF5E;}
.waves:hover::before{border: 1px solid #E1BF5E;}
@keyframes Wave {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


@media (max-width: 1300px) {
		
.waves::after,
.waves::before{content: ''; position: absolute; opacity: 0; border: 1px solid #E1BF5E; left: -10px; top: -10px; right: -10px;   border-radius:0px;  bottom: -10px;  animation: Wave 1.5s ease infinite;}
.waves::after{animation-delay: .5s;}
.waves:hover::after{border: 1px solid #E1BF5E;}
.waves:hover::before{border: 1px solid #E1BF5E;}
@keyframes Wave {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(0.9); opacity: 0; }}	
			
}



.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #C53337;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #C53337;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


@media (min-width: 992px) {
.sticky-left {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    align-self: flex-start;
    height: fit-content;
    z-index: 10;}}


.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #E1BF5E;
  font-size: 30px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px 28px;
  
}

.faq .faq-item p {
  font-size: 15px;
}


.contact{background-color:#18191B;}


.contact .info-box {
  color: #0b2341;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #000;
}



.contact .info-box h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
  color:#FFF;
}


.contact .info-box h5 {
  font-size: 24px;
  color: #E1BF5E;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box h6 {
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
  margin: 10px 0;
  font-style:normal !important;
}


.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-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 .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #C53337;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #C53337;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}


.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.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: #C53337 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  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: 700;
  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: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}



#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #E1BF5E;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: #ef6445;
  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:hover {
  color: #000;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #C53337;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #000;
}

#footer .copyright { 
  text-align: center;
  padding-top: 30px;
  color:#FFF;
}

#footer .credits {
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


.hvr-buzz {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz {
  0% {
    transform: translateX(0) rotate(0);
  }
  10% {
    transform: translateX(2px) rotate(2deg);
  }
  20% {
    transform: translateX(-2px) rotate(-2deg);
  }
  30% {
    transform: translateX(2px) rotate(2deg);
  }
  40% {
    transform: translateX(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(1px) rotate(1deg);
  }
  60% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(0) rotate(0); 
  }
}

@keyframes hvr-buzz {
  0% {
    transform: translateX(0) rotate(0);
  }
  10% {
    transform: translateX(2px) rotate(2deg);
  }
  20% {
    transform: translateX(-2px) rotate(-2deg);
  }
  30% {
    transform: translateX(2px) rotate(2deg);
  }
  40% {
    transform: translateX(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(1px) rotate(1deg);
  }
  60% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}


.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


#popup {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);     
    background: none;
    z-index: 100000;
    padding: 0;
    overflow: hidden;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9); 
    z-index: 99999; 
}		