/*
  Project Name: Basil | One Page Template
  Author: Kapamau
  Author URI: https://themeforest.net/user/kapamau
  Version: 1.0.0


Table of Content
==================================================

  1. Other Css
  2. Navigation Section
  3. Main Slider Section
  4. Portfolio Section
  5. Call to Action Section
  6. About-us Section
  7. Services section
  8. Testimonial/Clients Section
  9. Blog Section
  10. information
  11. Contact Section
  12. Responsive
  */
  @import url('animate.min.css');
  @import url('../fonts/css/font-awesome.min.css');
  @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,600');

  /*---------------Other CSS --------------------*/
  body { 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;

  }

  p{
    font-size: 16px;
    line-height: 1.5;
    color: #777;
  }

  h1,h2,h3,h4,h5,h6{
   font-weight: 400;
   margin: 10px 0px 10px;
 }

 blockquote {
  border-left: 5px solid #e67e22;
}


a {transition: all 0.5s ease 0s;text-decoration:none; color:#262626;}
a:hover {color: #e67e22; text-decoration: none;}
a:active, a:hover, a:focus { outline: none;text-decoration:none;color:#e67e22;}
ul{list-style: outside none none;margin: 0;padding: 0}

.text-center{text-align: center;}
.tab-30{margin-bottom: 30px;}
a.blog-link{font-size: 14px; text-transform: capitalize;color: #e67e22;}
a.blog-link:hover{color: #333;}
h3 span{color: #e67e22;}
h1 span{color: #e67e22;}


img{
  width: 100%;
  height: auto;
}

a#scrollUp {
  position: fixed!important;
  border:2px solid #e67e22;
  text-align: center;
  color: #e67e22;
  font-size: 20px;
  bottom: 20px;
  right: 30px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 0.6;
}

.spinner{
  width: 30px;
  height: 30px;
  border: 2px solid #f3f3f3;
  border-top:3px solid #e67e22;
  border-radius: 100%;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from{
    transform: rotate(0deg);
    }to{
      transform: rotate(360deg);
    }
  }

#preloader{
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, 1);
    position:fixed;
    left:0;
    top:0;
    z-index: 777;
  }


.macro-ws{
    padding: 70px 0px;
    overflow: hidden;
 }

.macro-ws .section-title p{
  padding: 0px 60vh;
}

.macro-ws .section-title > h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 0px;
}

.google-map{
  width: 100%;
  height: 506px;
  border: 0;
  frameborder:0;
}

/*------------------------ Navigation ------------------------*/

nav{
  display: block;
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  background-color: transparent;

}

.nav-menu{
  float: right;
  line-height: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

nav ul li{
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

/*nav ul li a::before {
  background: #e67e22 none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 100%;
}

nav ul li.active a::before,
nav ul li a:hover::before {
  transform: scale(1);
}
*/

nav ul li a{
  position: relative;
  color: #fff;
  padding:10px 7px;

}

nav ul li a:hover{
  color:#e67e22;
}

.logo{
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: fff;

}

.responsive{
  display: none;
  font-size: 23px;
}

/*------------------------Main Slider ------------------------*/



.carousel .item {
  height: 90vh;
  width:100%; 
}

.carousel-caption {
  position: absolute;
  right: 0;
  left: 0;
  width: 80%;
  height: 45vh;
  margin: 0px auto;
  text-align: center;
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.carousel-caption h1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-caption p{
 font-size: 16px;
 color: #FFF;
 margin: 10px 0px 20px;
}

.carousel-caption a {
 background-color: transparent;
 color: #fff;
 border-radius: 2px;
 border:1px solid #e67e22;
 padding: 7.5px 25px;
 text-shadow: none;
 display: inline-block;
}

.carousel-caption a:hover{
 background-color:#e67e22; 
 color: #fff;
}

.carousel-control.right, .carousel-control.left{
  background-image: none;
}

.slide-item-1 {
  background: url("../images/slider-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slide-item-2 {
  background: url("../images/slider-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-item-1:before,.slide-item-2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}


/*------------------------ Portfolio ------------------------*/


.portfolio{
  display: block;
  background-color: #fff;
}

.single-portfolio {
  position: relative;
  margin: 0.1rem 0 2rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 3px;
}

.single-portfolio img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.single-portfolio-content {
  padding: 10px;
  font-size: 140%;
  text-align: left;
  color: #777;
  line-height: 120%;
}

.single-portfolio-content p {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  margin: 10px 0 10px;
}

.single-portfolio-content h3 {
 font-size: 20px;
 line-height: 1.3;
 margin: 5px 0 5px 0;
}

/*------------------------Callto Action-Area--------------------------*/

.call-to-action-area{
  position: relative;
  background: rgba(0, 0, 0, 0) url("../images/call-to-action.gif") repeat ;
}

/*.call-to-action-area:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}*/

.callto-action-text{
  font-size: 18px;
  text-align: center;
}

.callto-action-text > h3{
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

.callto-action-text > p{
   color: #FFF;
   margin: 10px 0px 20px;
}

a.call-btn{
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #e67e22;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
}
a.call-btn:hover{
  background-color: #e67e22;
}

/*------------------------  About Us ------------------------*/

#aboutus   {
  background-color: #fff;
}

.about-contentx{
  vertical-align: middle;
  display: table;
}

.about-contentx h3{
 font-size: 30px;
 font-weight: 700;
 text-transform: uppercase;
}

.about-contentx p{
  color: #555;
  font-size: 15px;
}

ul.checklist {
  margin: 15px 0px 30px;
}

ul.checklist li{
 color: #888;
 letter-spacing: 0.005em;
 line-height: 18px;
 margin-bottom: 9px;
 margin-left: 30px;
 text-indent: -26px !important;
 list-style: none;
}
ul.checklist li::before{
  content: "\f00c";
  font-family: FontAwesome;
  padding: 2px 0 2px 1.5px;
  margin-right: 11px;
  color: #e67e22;

}


/*---------------Services CSS --------------------*/

.services-section {
   background-color:#f2f2f2;
   position: relative;
   width: 100%;
}

.services-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.services-content {
   padding: 60px 18.54% 60px 5%;
}

.service-heading {
  text-align: center;
}

.service-heading h3{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-info{
  position: relative;
  display: block;
  margin-bottom:20px;
}

.service-info i{
 float: left;
 height: 40px;
 line-height: 2;
 font-size: 30px;
 vertical-align: middle;
 display: table;

}

.service-info .service-content{
 margin-left: 20px;
 width: calc(100% - 60px)!important;
 float: left;
 min-height: 90px;
}

.service-info .service-content p{
 font-size: 14px;
 color: #999;
}

.service-info .service-content h3{
  font-size: 18px;
  color: #555;
}


/*---------------Team CSS --------------------*/

.single-team .team-image{
  padding: 5px;
  z-index: 10;
  background: #FFF;
}

.single-team .team-image img{
  display: block;
  width: 100%;
  height: auto;
  background: #FFF;

}

.single-team .content{
 text-align: center;
}
.single-team .content h3{
 margin:0;
 font-size:1.15em;
 line-height: 1.5em;
 color: #333; 

}
.single-team .content span{
 display: block;
 padding: 2px 0px 5px 0px;
 color: #999;  

}


/*------------------- Testimonials/Clients -------------------*/

#testimonials{
 position: relative;
 background-color: #fff;
}

#testimonials .owl-carousel .item {
 vertical-align: middle;
 text-align: center;
}

.item .t-image {
  height: 100px;
  margin: 0 auto 10px;
  width: 100px; 
}

.item .t-image img{
 height: 100%;
 width:100%;
 border-radius: 50%;
}

#testimonials .owl-carousel {
 width: 90%;
 margin: 0px auto;
}

#testimonials .owl-carousel .item p{
  color: #333;
  font-size: 17px;
  margin-bottom: 20px;
}

#testimonials .owl-carousel .item span{
  color: #777;
}

#clients{
 background-color:#fff;
 border-bottom: 1px solid #ccc;
}

#clients .owl-carousel .owl-dots {
 display: none;
}


.owl-carousel .owl-dot.active {
 background: #e67e22 none repeat scroll 0 0;
 height: 2px;
 width: 10px;
 /* border-radius: 50%;*/
}
.owl-carousel .owl-dot {
  background: #999 none repeat scroll 0 0;
  display: inline-block;
  margin: 0 3px;
  height: 2px;
  width: 10px;
  /*border-radius: 50%;*/
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top:12px;
}


/*------------------------ Blog ------------------------*/
.news-events{
 background-color:#f2f2f2;
}

.card {
  position: relative;
  margin: 0.1rem 0 2rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
}

.card:hover{
 box-shadow: 0px 0px 30px 1px #ccc;
}

.blog-img{
  overflow:hidden;
}

.card img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card-content {
  padding: 10px;
  font-size: 140%;
  text-align: left;
  color: #777;
  line-height: 120%;
}

.card-content p {
  margin: 5px 0 10px;
  color: #777;
  font-size: 14px;
}

.card-content h3 {
  font-size: 18px;
  margin: 5px 0 10px 0;
}

ul.card-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.card-meta li{
  display: inline-block;
  font-size: 11px;
  color: #999;
}

ul.card-meta li::after{
  content: "-";
  margin: 0 3px 0 3px;
  font-family: 'FontAwesome';
  color: #999;
}
ul.card-meta li:last-child:after{
  display: none;
}
ul.card-meta li a{
  color: #999;
}


/*-------------information------------------------*/

.information{
  padding: 30px 0px;
  background-color: #e67e22;
  color: #FFF;
}
.info p{
  font-size: 14px;
  color: #FFF;
}
.info{
  min-width: 280px;
  margin: 0px auto 0px;
  display: table;
}

.info i{
 float: left;
 height: 55px;
 line-height: 55px;
 font-size: 40px;
 width: 60px;
 vertical-align: middle;
 display: table;

}

.info-content{
 width: calc(100% - 80px)!important;
 float: left;
 height: 55px;
}


.info-content h3{
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
}

.info-content h3.email{
  text-transform: lowercase;
}



/*-------------Contact------------------------*/

.contact{
  background-color: #FFF;
}

.contact-form {
  background-color: #f8f8f8;
  padding: 30px;
  border: 1px solid #ccc;
  border-top: none;
}

.contact-form-title {
  background-color: #333;
  color: #fff;
  padding: 30px 30px;
  text-align: center;
  margin: 0px 0px;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  width: 100%;
  height: 45px;
  color: #000;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.contact-form input[type=submit] {
  padding: 10px 15px;
  font-size: 14px;
  background: #e67e22;
  color: #fff;
  transition: all ease 0.3s;
  border: 0;
  border-radius: 2px;
  text-transform: capitalize;

}

.contact-form textarea {
  width: 100%;
  font-size: 13px;
  padding: 10px 0 0 10px;
  height: 120px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 2px;

}


/*------------------------ Footer ------------------------*/
footer{
  background-color:#00021c;
  font-size: 14px;
  color: #fff;
}
footer p{
  color: #fff;
}

.widget{
  display: block;
  padding: 40px 0px 40px;
}

.copyright{
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.14);
  margin-bottom: 0.01px;
}

.copyright p{
  line-height: 70px;
  text-align: center;
  float:left;
}

ul.foot-nav{
  float: right;
  margin: 0;
  padding: 0;
}
ul.foot-nav li{
  display: inline-block;
}

ul.foot-nav li::after{
  content: "|";
  margin: 0 10px 0 10px;
  font-family: 'FontAwesome';
  color: #777;
}
ul.foot-nav li:last-child:after{
  display: none;
}
ul.foot-nav li a{
  color: #fff;
}
ul.foot-nav li a:hover{
  opacity: 0.4;
}


/*-------------Responsive--------------------------------*/

/* Smartphone Screen */

@media (min-width: 320px) and (max-width: 767px) {
    
    nav{
      padding:15px 15px;
    }

    .nav-menu{
      margin-top: 40px;
      display: none;
      float: none;
      width: 100%;
    }

    .nav-menu li{
      float: none;
      width: 100%;
      text-align: left;
      height: 45px;
      border-top: 1px solid #eee;
      line-height: 45px;
    }
    .nav-menu li a:hover{
       border: 0 ;
       color: #e67e22;
    }

    nav ul ul{
      position: relative !important;
      top: 0;
      border: 0;
      overflow: hidden;
    }

    nav ul ul li{
      border-bottom:1px solid #777 !important;
    }

    nav ul li a::before {
      display: none;
    }

    .responsive{
      float: right;
      display: block;
    }
    
    .carousel .item {
       height: 75vh;
       min-height: 400px;
       width:100%;  
    }
    
    .carousel-caption {
      width: 80%;
      height: auto;
      top: 45%;
      margin: 0px auto;
      text-align: center;
    }
    
    .carousel-caption p{
      font-size:11px;
    }

    .carousel-caption h1 {
      font-size: 20px;
    }

    .carousel-caption p{
      font-size: 14px;
    }

    .callto-action-text > h3{
      font-size: 25px;
    }
    
    .single-portfolio{
      box-shadow: 0px 0px 10px 1px #ccc;
    }
    
    .single-portfolio-content h3 {
      font-size: 18px;
    }
    
    .single-portfolio-content p {
      font-size: 13px;
    }

    .service-info{
      position: relative;
      display: block;
      padding: 0px 3px;
    }

    .service-info i{
       width: 10% !important;
    }

    .service-info .service-content{
       width: 82% !important;
    }

    .information {
      padding: 15px 0px !important;
    }

    .info{
      min-width: 280px;
      margin: 0px 0px 30px;
    }
    
    .contact-form {
       margin-bottom: 30px;
    }

    .services-image {
      min-height: 400px;
      position: static;
    }

    .services-content {
      padding: 50px 3%
   
    }

    #testimonials .owl-carousel {
      width: 100%;
      margin: 0px auto;
    }

    ul.foot-nav{
        display: none;
    }
}


/* Tablet Screen  */

@media (min-width: 768px) and (max-width: 1024px) {

    nav ul.nav-menu { display:block !important; }

    .nav-menu li a{
       border: 0px !important;
    }

    .carousel .item{
      height: 450px;
    }

    .carousel-caption {
        top: 60%;
    }

    .carousel-caption h1 {
      font-size: 30px;
    }

    .contact-form {
      margin-bottom: 30px;
    }

    .services-image {
      min-height: 400px;
      position: static;
    }

    .services-content {
      padding: 50px 4%;
    }

    #testimonials .owl-carousel {
      width: 100%;
      margin: 0px auto;
    }

}


/*-- Laptop Screen --*/
@media only screen and (min-width: 992px) and (max-width: 1169px) {

  .single-portfolio-content h3 {
    font-size: 16px;
  }

  .services-image {
    height: 100%;
    position: absolute;
  }

  .services-content {
    padding:60px 2% 60px 0px;
    margin: 0px auto;
    width:46%;
    float:right;
    display: inline-block;
  }

}

@media only screen and (min-width: 1171px) and (max-width: 1400px) {

    .services-content {
       padding: 60px 8%;
    }

}

@media screen and (min-width:1199px) {
    nav ul.nav-menu { display:block !important; }
}


/*-- Desktop Screen --*/
@media only screen and (min-width: 1600px) and (max-width: 1700px) {

    .services-content {
       padding: 60px 14% 60px 8%;
    }

    .service-info .service-content p{
     padding-right:3px; 
    }

}




