/* Author: Jose Cancel (josecancel2@gmail.com) */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  transition: all 1.5s;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

@media (min-width:576px) {
  .container {
      max-width: 540px;
  }
  #header #logo img{
    bottom: -100px;
  }
}

@media (min-width:768px) {
  .container {
      max-width: 720px
  }
  #contact .container .contact-phone{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:992px) {
  .container {
      max-width: 960px
  }
}

/*--------------------
# General
--------------------*/
.text-center {
  text-align: center !important;
}

body {
    background: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    color: #000000;
  text-shadow: -1px 0 1px rgba(255, 255, 255, 0.2), -1px 0 1px rgba(255, 255, 255, 0.2);
}

a {
  color: rgba(0, 0, 0, 0.86);
  transition: 0.3s;
  text-decoration: none;
  font-size: 20px;
}

a:hover, a:active, a:focus {
  color: #1875ff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
}

h3{
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

/*--------------------
# Header
--------------------*/
#header{
    height: 60px;
    padding: 0px 10px 10px 10px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    transition: all 0.5s;
    background: transparent;
    z-index: 997;
}

#header.header-scrolled {
  background: rgba(43, 43, 43, 1);
  transition: all 0.5s;
  height: 50px;
  padding: 0px 10px 10px 10px;
}

#header a{
  color: #ffffff;
}

#header #logo{
  float: left;
  font-weight: 700;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding-top: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo img{
  max-height: 95px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    
  }
  #header #logo img {
    max-height: 82px;
    margin-top: 6px;
  }

  #header #logo{
    float: left;
    font-weight: 700;
  }
}
/*--------------------
# Intro-Img
--------------------*/
#intro{
  display: table;
  width: 100%;
  height: 70vh;
  background: #000;
  
}

#intro .intro-container{
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/2.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  
}

#intro .intro-container::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  height: 70vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .intro-container .intro-content{
  position: absolute;
  text-align: center;
  margin: 0px 0px;
}

#intro .employ-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 20px;
  border: 2px solid #fff;
  color: rgb(255, 255, 255);
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.5), -1px 0 2px rgba(0, 0, 0, 0.5);
}

#intro .employ-btn:hover {
  background: #2270b9;
  border: 2px solid #2270b9;
}



#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
}

#intro p{
  color: #fff;
  margin-bottom: 2px;
}

#intro p img{
  margin: 40px 10px;
  
}

/* Intro Carousel */

#intro-cert {
  width: 100%;
  height: 30vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

#intro-cert .intro-carousel{
  max-height: fit-content;
}

#intro-cert img {
  max-width: 100%;
  max-height: 150px;
  opacity: 1;
  transition: 0.3s;
  padding: 8px 8px;
  object-fit: contain;
}

#intro-cert img:hover {
  opacity: 1;
}

#intro-cert .owl-nav, #intro-cert .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#intro-cert .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
}

#intro-cert .owl-dot.active {
  background-color: #2270b9; 
}

/*--------------------
# Nav Menu
--------------------*/
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  transition: 0.4s;
}

.nav-menu-scrolled {
  margin: 0;
  transition: 0.4s;
}


.nav-menu img{
  vertical-align: middle;
  border-style: none
}

.nav-menu ul{
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

.nav-menu li{
  position: relative;
  white-space: nowrap;
  float: left;
}

#nav-menu-container {
  float: right;
  margin: 0;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu a {
  padding: 15px 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle-scrolled{
  margin: 10px 10px 0 0;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2270b9;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #2270b9;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* nav */
.navbar>.container, .navbar>.header-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

/*--------------------
# About
--------------------*/
#about{
  background: rgb(255, 255, 255);
  background-size: cover;
  justify-content: center;
  align-items: center;
}

#about .container{
  padding: 30px 20px;
  width: 100%;
}

#about .container .about-header p{
  text-align: center;
  color: rgb(39, 39, 39);
  text-shadow: -1px 0 2px rgba(252, 252, 252, 0.8), -1px 0 2px rgba(255, 255, 255, 0.8);
}
#about .container .about-header h3{
  color: rgb(36, 36, 36);
  text-shadow: -1px 0  2px rgba(255, 255, 255, 0.8);
}

#about .container .about-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #00000046;
  bottom: 10px;
  left: calc(50% - 120px);
  box-shadow: 0px 0px 1px #fdfdfdd8;
}

/*--------------------
# About
--------------------*/


#services{
  background: rgba(255, 255, 255);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .banner365{
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

#services .banner365 img{
  display: flex;
  justify-content: center;
  max-width: 200px;
}

.services-container p{
  margin: 6px 0 0 0;
  font-size: 16px;
}

.services-container h4{
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.151);
  font-size: 24px;
}

#services .container{
  padding: 30px 20px;
  width: 100%;
}

#services .services-container{
  text-align: center;
  justify-content: center;
}

#services .services-container .service{
  background-color: rgba(255, 255, 255, 0.5);
  width: 400px;
  min-height: 180px;
  margin: 0 20px 20px;
  border: 1px solid #2270b91f;
  padding: 4px;
  transition: .3s;
  background-position: center;
}

#services .services-container .service:hover{
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#services .services-container .service img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transition: translate(-50%);
  max-height: 80px;
  size: auto;
}

.ref-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/1.png);
}

.ref-service:hover{
  background: url(/img/canva-images/can-services/1.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}


.hm-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/2.png);
}

.hm-service:hover{
  background: url(/img/canva-images/can-services/2.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.oc-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/3.png);
}

.oc-service:hover{
  background: url(/img/canva-images/can-services/3.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.sw-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/4.png);
}

.sw-service:hover{
  background: url(/img/canva-images/can-services/4.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.dr-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/5.png);
}

.dr-service:hover{
  background: url(/img/canva-images/can-services/5.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.ipd-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/6.png);
}

.ipd-service:hover{
  background: url(/img/canva-images/can-services/6.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.apd-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/7.png);
}

.apd-service:hover{
  background: url(/img/canva-images/can-services/7.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.tsr-service{
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(252, 252, 252, 0)), url(/img/canva-images/can-services/8.png);
}

.tsr-service:hover{
  background: url(/img/canva-images/can-services/8.png) none repeat scroll 0 0;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#services .services-container a{
  color: #333;
}

#services .container .services-header p{
  color: rgb(0, 0, 0);
  text-align: center;
}

#services .container .services-header h3{
  color: rgb(0, 0, 0);
}

#services .container .services-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #00000046;
  bottom: 10px;
  left: calc(50% - 120px);
  box-shadow: 0px 0px 1px #fdfdfdd8;
}

/*--------------------
# Clients
--------------------*/
#clients{
  padding: 60px 0;
  justify-content: center;
  align-items: center;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 15px;
}

#clients .banner365{
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#clients p{
  text-align: center;

}

#clients .owl-dot.active {
  background-color: #2270b9;
}

/*--------------------
# Employment
--------------------*/
#employment{
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(121, 142, 0, 0.301), rgba(0, 0, 0, 0.3)), url(/img/employ-bg.jpg) fixed center center;
  background-size: cover;
  padding: 20px 0;
}

#employment .container{
  padding: 30px 40px;
}

#employment h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.5), -1px 0 2px rgba(0, 0, 0, 0.5);
}

#employment .container .employment-header p{
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.5), -1px 0 2px rgba(0, 0, 0, 0.5);
}

#employment .employ-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.3s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: rgb(255, 255, 255);
  text-shadow: -1px 0 2px rgba(0, 0, 0, 0.5), -1px 0 2px rgba(0, 0, 0, 0.5);
}

#employment .employ-btn:hover {
  background: #2270b9;
  border: 2px solid #2270b9;
  transition: 0.3s;
}

#employment img{
  max-width: 80px;
}

/*--------------------
# Contact
--------------------*/
#contact {
  padding: 60px 0;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.9)), url(/img/world-bg-4.jpg) fixed center center;
  background-size: cover;
}

#contact a{
  color: #000000dc;
  font-size: 18px;
}
#contact p{
  display: flex;
  text-align: center;
  justify-content: center;
}

#contact .contact-info h3{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(114, 114, 114);
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.836);
}

#contact .container .contact-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #00000046;
  bottom: 10px;
  left: calc(50% - 120px);
  box-shadow: 0px 0px 1px #fdfdfdd8;
}

#contact a:hover{
  color: #1875ff;
}

#contact .contact-address address{
  font-style: normal;
}

#contact .contact-address{
  margin-bottom: 30px;
}

.contact-column{
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    transition: 0.3s;
}

#contact .contact-info h3{
  margin: 0;
  color: rgb(88, 88, 88);
  text-shadow: -1px 0 2px rgba(255, 255, 255, 0.5), -1px 0 2px rgba(255, 255, 255, 0.5);  
  transition: 0.3s;
}

.contact-info{
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #2270b9;
  text-shadow: 1px 1px 5px;
  transition: 0.3s;
}

#contact .contact-column:hover i{
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #91caff;
  text-shadow: 1px 1px 5px;
  transition: 0.3s;
}

#contact .contact-column:hover{
  background: #fff none repeat scroll 0 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#contact .contact-column:hover #contact{
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.3)), url(/img/world-bg-4.jpg) fixed center center;
  background-size: cover;
  transition: 0.3s;
}

#contact .contact-column:hover h3{
  color: #000;
  transition: 0.3s;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.contact-phone{
  margin: 0px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
  .contact-column{
    position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
      
  }
}

/*--------------------
# Footer
--------------------*/
#footer {
  background: rgba(43, 43, 43, 1);;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 2px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .credits a{
  color: #b0e2ff;
  font-size: 14px;
}

#footer .credits a:hover{
  color: #1875ff;
}