

::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
    background-color:#E6C068; 
    border-radius: 10px;

}


::-webkit-scrollbar-thumb:hover {
    background: #000;
	
}

::-moz-selection {
  background: transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }
  



body {
  font-family: "Open Sans", sans-serif;
  color: #FFF; background-color:#000;
}

a {
  color: #FFF;
}

a:hover {
  color: #E6C068;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Raleway", sans-serif; color:#E6C068; font-weight:700; letter-spacing:-2px;
}

h4, h5, h6 {
  font-family: "Raleway", sans-serif; color:#E6C068; font-weight:400; letter-spacing:-1px;
}

.font-r{
  font-family: "Raleway", sans-serif; font-weight:700; letter-spacing:-0.5px;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #E6C068;
  border-top-color: #333;
  border-bottom-color: #333;
  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);
  }
}


@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.border-img{box-shadow: 6px 6px #E6C068}


#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}


.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #E6C068;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #FFF;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  background:#E6C068;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 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: #E6C068;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0; background-color: rgba(0,0,0,0.6); border-right:rgba(0,0,0,0.1) solid 1px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #FFF;
}


#hero { 
  
  width: 100%;
  height: 100vh;
  background: url("../img/bg-d-castro-1.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 84px;
  font-weight: 700;
  letter-spacing:-4px;
  line-height: 56px;
  color: #FFF;
}

#hero p {
  color:#E6C068;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color:#E6C068;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #E6C068;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 52px;
    line-height: 36px; 
	letter-spacing:-3px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #E6C068;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #FFF;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #E6C068;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #0563bb;
}

.about .content p:last-child {
  margin-bottom: 0;
}




.facts { 
  width:100%; 
  min-height:700px;
  background: url("../img/bg-d-castro-2.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}



.facts:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.facts .count-box {
  
  text-align: center;
  font-size: 70px;
  letter-spacing:-2px;
  font-weight: 700;
  color: #FFF;
}



.facts .count-box span {
  font-size: 70px;
  font-weight: 700;
  color: #E6C068;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  letter-spacing:-2px
}


.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #0563bb;
}


.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing:-2px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #E6C068;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 1px solid #E6C068;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 24px;
  font-size: 18px;
  letter-spacing:-1px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #E6C068;
  margin-bottom: 10px;
 
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
  list-style-image: url(../img/li.png);
  font-size:14px; font-weight:700;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  left: -12px;
  top: 0;
  background: #000;
  border: 6px solid #E6C068;
}




.testimonials {
  padding-top:200px;
  padding-bottom:200px;   
  width: 100%;
  background: url("../img/bg-testimonials.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}


.testimonials:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #E6C068;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #E6C068;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #E6C068;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.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: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #E6C068 !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


.contact{ padding-top:160px !important; padding-bottom:160px !important;}

.contact .info {
  width: 100%;
  background: #000;
}

.contact .info i {
  font-size: 20px;
  color: #FFF;
  float: left;
  width: 44px;
  height: 44px;
  background: #E6C068;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #FFF;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  letter-spacing:-0.5px;
  font-size: 18px;
  color: #FFF;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i { opacity:0.7;}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#footer {
  background: #E6C068;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 12px;
  padding: 0;
  margin: 0 0 40px 0;
}

.mini{font-size:10px !important;}
.mini2{font-size:14px !important;}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer span{color:#000}

#footer .credits {
	margin-top:30px;
  font-size: 13px;
}

.whatsapp-icon{position: fixed; z-index: 1000; bottom: 20px; right: 20px; width: 200px; height: 74px; -webkit-border-radius: ; cursor: pointer; background-color: #44A01C; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url(../img/whatsapp.png); background-size: 90% auto;}
.whatsapp-icon:hover{background-color: #86e25e;}
.whatsapp-icon::after,
.whatsapp-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #44A01C; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: ; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-icon::after{animation-delay: .5s;}
.whatsapp-icon:hover::after{border: 4px solid #86e25e;}
.whatsapp-icon:hover::before{border: 4px solid #86e25e;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

.map-img{
    background-color:#000;
	min-height:546px; 
	background-image: url(../img/google-maps.jpg); 
	background-position:center; 
	background-size:cover;	
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
}



.logo {
    margin: ;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
   -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    }

.logo:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1, 1.1)  rotate(10deg);
    -ms-transform: scale(1.1, 1.1)  rotate(10deg);
    transform: scale(1.1, 1.1)  rotate(10deg);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    z-index:10;
    }