
/*--------------[FONTS]------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------------[GENERAL]------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #27292b;
    background-color:#fff;
  }
    
  a {
    color: #27292b;
  }
    
  a:hover {
    color: #27292b;
    text-decoration: none;
  }

  a:visited{
    color: #27292b;
  }

  a:active{
    color: #27292b;
  }

    
  h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
  }

/*--------------[SECTIONS GENERAL]------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}
  
.section-title {
    padding-bottom: 40px;
    text-align: center;
}

nav .aerial-notice{
  color:#343a40;
}

@media (max-width: 900px) {
  nav .aerial-notice {
    font-size:12px;
  }
}


/*--------------[HEADER - CAROUSEL]------------------------*/
header{
  margin-top:113px;
}
header h5{
  font-size:70px;
}

.carousel-item{position: relative !important;}
.black-overlay{position:absolute; position:absolute;
top: 0px;
left: 0px;
height:100%;
width:100%;
background:rgba(0, 0, 0, 0.4);
}
/*--------------[HERO SERVICES]------------------------*/  

#hero_services {
    width: 100%;
    height: 218px;
    background: url("../img/hero_services.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top:113px;
  }



#hero_services:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero_services .container {
    z-index: 2;
  }
  
  #hero_services h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  
  #hero_services h2 {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
    font-size: 24px;
  }
  
  #hero_services .btn-get-started {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
  }
  
  #hero_services .btn-get-started:hover {
    border-color: #124673;
    background: #124673;
  }
  
  @media (min-width: 1024px) {
    #hero_services {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 992px) {
    #hero_services {
      margin-top: 60px;
      height: calc(100vh - 60px);
    }
  }
  
  @media (max-width: 768px) {
    #hero_services h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero_services h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  }
  

/*--------------[HERO About]------------------------*/  

#hero_about {
  width: 100%;
  height: 218px;
  margin-top:113px;
  background: url("../img/hero_about.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero_about:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_about .container {
  z-index: 2;
}

#hero_about h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero_about h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero_about .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero_about .btn-get-started:hover {
  border-color: #124673;
  background: #124673;
}

@media (min-width: 1024px) {
  #hero_about {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero_about {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #hero_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------[Contact Now]------------------------*/
#contactNow{
  background-color:#2282ff;
  color:#fff;
}

#contactNow h3{
  margin-bottom: 30px;
}
a {
  color: #fff;
}
  
a:hover {
  color: #fff;
  text-decoration: none;
}

#contactNow .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#contactNow .btn-get-started:hover {
  border-color: #124673;
  background: #124673;
}
/*--------------[Color Themese For This Page]------------------------*/
.lightGrey{
  color:#595959;
}
.lightBlue{
  color:#2282ff
}
.darkBlue{
  color:#124673;
}
/*--------------[INTRO]------------------------*/
.intro .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.intro h2{
  font-size:80px;
}

.intro .icon-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.intro .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.intro .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.intro .title a {
  color: #111;
}

.intro .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.intro .icon-box-pink .icon i {
  color: #ff689b;
}

.intro .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.intro .icon-box-green .icon i {
  color: #41cf2e;
}

.intro .icon-box-blue .icon i {
  color: #2282ff;
}

/*--------------[ABOUT]------------------------*/


#about p{
  font-size:19px;
}

/*--------------[SERVICES]------------------------*/



/*--------------[HERO SERVICES]------------------------*/  

  #team a{
    color: #343a40;
  }

  #team  a {
    color: #343a40;
  }
    
  #team  a:hover {
    color: #343a40;
    text-decoration: none;
  }

  #team  a:visited{
    color: #343a40;
  }

  #team  a:active{
    color: #343a40;
  }

  .team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
  }
  
  .team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  
  .team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
  }
  
  .team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
  }
  
  .team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
  }
  
  .team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  
  .team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
  }
  
  .team .member .social a:hover {
    color: #1bac91;
  }
  
  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  .team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
  }
  
  .team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
  }
  
  .team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
  }
  

/*--------------[GOOGLE MAP]------------------------*/ 
#map{
  height: 450px;
  margin-top: 113px;
}

#contact .contactLogo{
  color: #124673;
  float: left;
  font-size:55px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom:20px;
}

#contact .contactHeading{
  font-size:15px;
  font-weight: 400;
  margin:0px;
  padding:0px;
}

#contact .contactDetails{
  font-size:20px;
  font-weight: 500;
  margin:0px;
  padding:0px;
    
}

/*--------------[FOOTER]------------------------*/

  footer{
    background-color: #124673;
    color: #fff;
    padding: 60px 0 10px 0;
  }
  footer hr{
    border-top: 1px solid #fff;
  }
  footer h6{
    font-weight: 500;
    font-size:19px;
  }

  footer ul{
    list-style-type: none;
    margin: 10px 10px 20px 10px;
    padding: 0;
  }

  footer li{
    
    border-width: 1px;
    border-color: #595959;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
  }

  footer a {
    color: #fff;
  }
    
  footer a:hover {
    color: #fff;
    text-decoration: none;
  }

  footer a:visited{
    color: #fff;
  }

  footer a:active{
    color: #fff;
  }