/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
  max-width: 100%;
  max-height: 100%; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #808080;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #01b1d7;
}

#topbar .contact-info i {
  color: #01b1d7;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
  border-left:1px solid #eee;
}

#topbar .leftb{
border-left: 1px solid #eee;
}

#topbar .header-nav a {
  color: #808080;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;  
}

#topbar .header-nav a:hover {
  color: #01b1d7;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider{
     padding: 0;
  overflow: hidden;
  display: block;
}

#slider .carousel-item {
 width: 100%;
  height: calc(100vh - 114px);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}




#slider .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}



#slider .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#slider .carousel-content {
  text-align: center;
}

#slider h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#slider p {
  width: 70%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 0px auto;
  color: #fff;
  text-align:center;
}

#slider .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#slider .btn-get-started:hover {
  background: #fff;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 768px) {
  #slider h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #slider p {
    width: 55%;
    
  }
#slider .carousel-control-prev, #slider .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

h1.tagline{
    font-size:12px;
    text-align: center;
    margin-top:2px;
}

.navbar{  
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
z-index: 100;

}

.navbar-brand {
  font-size: 44px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
}

.navbar-brand a{
    color: #01b1d7;
    font-size: 25px;

}

.navbar-light .navbar-nav .nav-link{
    color:#808080;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #01b1d7;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #01b1d7;
}

/* Fixes dropdown menus placed on the right side */
    .ml-auto .dropdown-menu {
      left: auto !important;
      right: 0px;
 }

.dropdown-menu a:hover {
        background-color: #F5F5F5;
    }

.navbar-collapse {
 justify-content: flex-end;
}

.navbar-toggler {  
    background:#fff !important;

}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}


/*--------------------------------------------------------------
# Welcome 
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    display:block;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2{
    font-size: 42px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    color:#808080;   
}

.section-title .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #01b1d7 100%);
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top:-10px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px; 
}

.services .icon-box:hover{
  background-color:	#F8F8F8;
}

.services .icon-box i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #334242;
  transition: 0.3s;
}

.services .icon-box:hover h4 a {
  color: #01b1d7;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.icon-box .btn {
  margin-left: 56px;
  margin-top:-20px;  
}

.icon-box .btn-link{
    color:#B0B0B0;
}

.icon-box .btn-link:hover{
    color: #01b1d7;
}

/*--------------------------------------------------------------
# raq
--------------------------------------------------------------*/
.raq {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/Req-3.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.raq h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.raq p {
  color: #fff;
}

#raq .btn{
 font-family: "Raleway", sans-serif; 
  font-size: 14px;  
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;  
  color: #808080;
  border: 1px solid #fff;
  background-color:#fff;
  position:center; 
}

#raq .btn:hover {   
    color: #fff;
    text-decoration: none;
    border: 1px solid #01b1d7;
    cursor: pointer;
    background-color:#01b1d7;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.card .btn{
 font-family: "Raleway", sans-serif; 
  font-size: 14px;  
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;  
  color: #808080;
  border: 1px solid #fff;
  background-color:#fff;
  position:center;
}

.card .btn:hover {   
    color: #fff;
    text-decoration: none;
    border: 1px solid #01b1d7;
    cursor: pointer;
    background-color:#01b1d7;
}

.card {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
    
.card .card-img-overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.card:hover .card-img-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); 
}

.card img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.card:hover img {
  filter: url("img/Features-Imgs/2.jpg");
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  
}

.card h3.main-c {
  text-transform: uppercase; 
  position: absolute;
  font-size: 21px;
  color: #fff;
  padding: 4em 6em;
   
}

.card a, .card p {
  color: #FFF;
  margin-top:100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0); 
}

.card:hover a, .card:hover p, .card:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    border-top:1px solid #C0C0C0;
}

.contact .contact-about h3 {
  font-size: 32px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
  
  color: #01b1d7;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #808080;
}

.contact .social-links {
  padding-bottom: 20px;  
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color:#01b1d7;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #C0C0C0;
}

.contact .social-links a:hover {
  background: #01b1d7;
  color: #fff;
  border: 1px solid #01b1d7;
}

.contact .info {
  color: #808080;
}

.contact .info i {
  font-size: 32px;
  color: #01b1d7;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
   color:#808080;
}

.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: center;
  padding: 15px;
  font-weight: 600;
}

.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;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #01b1d7;
}

.contact .php-email-form button[type="submit"] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #C0C0C0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #C0C0C0;
  background-color:#fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #01b1d7;
  color: #fff;
  text-decoration: none;
  border: 1px solid #01b1d7;
  cursor: pointer;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .footer-links a {
  color: #808080;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #01b1d7;
}


 


