* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    height: 3000px;
}
header
{
  line-height: normal;
  position: fixed;
  z-index: 1;
  width: 100%;
}

.secondry {
  background-color: #000;
  opacity: 0.92;
  box-shadow: 0px 0px 17px 8px;
  
}
.row
{
  width: 100%;

}
.navbar {
    font-size: 18px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 1;



}

.main-nav {
    list-style-type: none;
    display: none;
}

.nav-links,
.logo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.main-nav li {
    text-align: center;
    margin: 15px auto;

}

.logo {
    display: inline-block;
    font-size: 32px;
    font-weight:400px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;

}


.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.active {
    display: block;
}


/* start cover*/

.slider ,.slider ul ,.slider ul li
{
  height: 710px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.slider ul
{
        margin: 0;
				padding: 0;
				list-style: none;
				display: block;
}
.slider li
{
  display: block;
  float: left;
}
.slider h2
{
  font-weight: bold;
  font-size: 48px;
  padding-top: 210px;
  text-transform: uppercase;
}
.slider h2 span
{
  color: #01AEFE;
}
.slider h4
{
  font-size: 28px;
  padding-top: 20px;
  text-transform: uppercase;
}
.slider p
{
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
  text-transform: capitalize;
  padding-left: 25%;
  padding-right: 25%;
}
.slider i
{
  font-size: 35px;
  padding: 25px 10px;

}
.slider i:hover
{
  color: #01AEFE;

}
.slider a{
  padding: 10px 50px;
  margin: 10px;
  padding-bottom: 10px;

}
.slider a.btn-full{
  background-color: #01AEFE;
  color: #fff;
  transition: 0.5s ease-in;
}
.slider a.btn-half{
  background-color: #A66853;
  color: #fff;
  transition: 0.5s ease-in;
}
.slider a.btn-half:hover{
  opacity: 0.7;

}
.slider a.btn-full:hover{
background-color: #01AEFE;
}


.img1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.7)),url('../image/background1.jpg');
  background-size: 100% 100%;

}
.img2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.7)),url('../image/background2.jpg');
  background-size: 100% 100%;
}
.img3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.7)),url('../image/background3.jpg');
  background-size: 100% 100%;
}
/* end cover*/

/*start work*/

.intro-area
{
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.sub-heading
{
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.sub-heading h2
{
  margin-top: 45px;
}

.sub-heading:hover {
  color: #000;
}
.sub-heading:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 30%;
  background-color: #01AEFE;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sub-heading:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sub-heading p
{
  color: #818181;
  display: inline-block;
  padding: 0px 0px 20px;
  position: relative;;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-align: center;

}
/*end work*/
.intro-block
{
  position: relative;;
  background-color: #fff;
  margin: 58px 8px 0px;
  padding: 70x 25px 48px;
  text-align: center;


}
.intro-block:hover,.intro-block.active
{
  background-color: #01AEFE;
}
.intro-block .intro-icon
{
  position: absolute;
  top:-30px;
  left: 38%;


}
.intro-icon i
{
  width: 63px;
  height: 63px;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 1.5;
  background: #01AEFE;
  border-radius: 50%;
  box-shadow: 0px 0px 16px #01AEFE;


}

.intro-icon:hover i ,.intro-icon:active i
{
  color: #01AEFE;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #01AEFE;

}
.intro-block:hover i ,.intro-block:active i
{
  color: #01AEFE;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #01AEFE;


}
.intro-block h3
{
  font-size: 28px;
  color: #01AEFE;
  padding-top: 30px;
  margin-bottom: 15px;
}
.intro-block p
{
  font-size: 15px;
  padding-top: 10px;
  color: #505050;
}

.intro-block:hover h3 
{
  color: #f6f6f6;
}
.intro-block:hover p{
  color: #000;
}
/*start feature-area*/
.feature-area
{
  background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),
  url('../image/background12.jpg');
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}


.tittle ,.single-feature h3
{
  color: #fff;
}
.tittle ,.single-feature p{
  color: #fff;
}

.single-feature
{
  position: relative;
  width: 325px;
  float: left;
  padding: 30px 0;
  text-align: center;
 
  -webkit-transition: 0.3ease;
  -moz-transition: 0.3ease;
  -o-transition: 0.3ease;
  -ms-transition: 0.3ease;
  transition: 0.3ease;
}
.featur-block::after
{
  content: "";
  display: table;
}
.featur-block::after
{
  clear: both;
}
.feature-icon{
  display: inline-block;
  margin-bottom: 20px;
}
.single-feature i
{
  border: 2px soild #fff;
  padding: 16px;
  border-radius: 50%;
  font-size: 30px;
  background: #00a7dd;
  color: #fff;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3ease;
  -moz-transition: 0.3ease;
  -o-transition: 0.3ease;
  -ms-transition: 0.3ease;
  transition: 0.3ease;
}
.featur-block:hover .single-feature
{
  border-color: #fff;
  -webkit-transition: 0.3ease;
  -moz-transition: 0.3ease;
  -o-transition: 0.3ease;
  -ms-transition: 0.3ease;
  transition: 0.3ease;
}
.single-feature:hover .feature-icon .fas
{
  border: 2px soild #00a7dd;
  background: #fff;
  color: #485255;
}

.single-feature:nth-of-type(even)
{
  border-right: none;
}
.single-feature:nth-last-child(2)
{
  border-bottom: none;
}
.single-feature:last-child
{
  border-bottom: none;
}

.feature-mockup img{
  border-bottom: -132px;
  position: relative;
  width: 100%;
  /*opacity: 0.7;*/
  /*background-color: #000;*/

}
.feature-area .tittle .sub-heading p{
  color: #fff;
}

/*end feature-area*/


/*start more-feature*/
.more-feature-area .tittle .sub-heading p
{
  color: #2C2D2F;

}
.more-feature-area .tittle h2
{
  color: #000;
  text-transform: uppercase;
}
.more-feature-area{
  padding: 100px 0;
  background-color: #F6F6F6;

}
.feature-list ul
{
  list-style: none;
}
.feature-list li
{
  position: relative;
  margin-bottom: 30px;
  padding-left: 88px;
}



.more-feature-area .left-img img{
  width: 100%;
  padding: 0;
  margin: 0;
}

.feature-list .feature-icon
{
  position: absolute;
  left: 0;
}
.feature-list .feature-icon i
{

  border: 2px soild #fff;
  padding: 16px;
  font-size: 30px;
  background: #00a7dd;
  color: #fff;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3ease;
  -moz-transition: 0.3ease;
  -o-transition: 0.3ease;
  -ms-transition: 0.3ease;
  transition: 0.3ease;


}
.feature-details h3
{
  color: #01AEFE;
  font-weight: 400;
  text-transform: uppercase;
}
.feature-details p
{
  color: #616161;
  font-weight: 200;
}
.more-feature-area img
{
  margin-left: 150px;
}

/*end more-feature*/




/*start our team*/
.our-team
{

  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.7))
  ,url('../image/background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;

}
.carousel-item h2{
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 500px;
  color: #efefef
  
}
.carousel-item h4{
  font-size: 18px;
  text-transform: uppercase;
  color: #00a7dd;
 
}
.carousel-item p{
  color: #efefef;
}
.our-team .carousel-indicators
{
  bottom: -60px;
}
.our-team .sub-heading p{
  color: #fff;
}
.carousel-inner img{
  width: 250px;
  height: 250px;
border-radius: 100%;
 padding: 3px;
}



/*end our team */

/*end  team area*/
.team
{
  padding: 100px 0px;
/*  background-color: #EBEBEB;*/
}
.team .sub-heading
{
  margin-bottom: 100px;
}

.team-main
{
  position: absolute;
  left: 30%;
  top: -50px;
  overflow: hidden;
  min-height: 100px;
  height: 100px;
  width: 100px;
  min-width: 100px;
  border: 10px solid #01AEFE;
  border-radius: 50%;


}
.team-main img{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  border: 2px solid #01AEFE;
}
.team-tittle h3
{
  color: #01AEFE;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 70px;
  margin-bottom: 5px;
}
.team-tittle span
{
  color: #6c6c6c;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.team-description
{
  background-color: #EBEBEB;

}
.team-description p
{
  color: #000;
  font-size: 14px;
  padding: 25px 15px;
  line-height: 24px;
  text-align: justify;
}
.team-social-media
{
  text-align: center;
  padding-bottom: 15px;
  font-size: 12px;
}
.team-social-media a
{
  margin: 0 6px;

}
.team-social-media i
{

  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #01AEFE;
  border: 3px solid #01AEFE;
  font-size: 20px;
  padding: 7px 0px;

}
.team-block:hover .team-description
{
  background-color: #01AEFE;
  color: #fff;
  transition: 0.3s ease;
}
.team-block:hover .team-tittle h3{
  color: #fff;
  transition: .3s ease;
}


.team-block:hover .team-description p{
  color: #000;
  transition: .3s ease;
}

.team-block:hover .team-social-media i{
  color: #fff;
  border-color: #fff;
  background-color: #01AEFE;
  transition: .3s ease;
}

/*start contact*/
.contact-us
{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)) 
  ,url('../image/editor-1.jpg');
  padding: 40px 0;
  background-size: cover;
}
.contact-us h2
{
  color: #fff;
}
.contact-form
{
  max-width: 600px;
  margin: auto;
  padding: 0 10px;
  overflow: hidden;
}
.contact-form-text
{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0px;
  border: 0;
  background: #111;
  padding: 20px 40px;
  color: #ddd;
  transition: 0.5s;

}
.contact-form-text:focus
{
  box-shadow: 0 0 10 4px #34495e;
}
.textarea.contact-form-text
{
  resize: none;
  height: 120px;

}
.contact-form-btn{

  border: 0;
  background: #A66853;
  color: #fff;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.5s;
}
.contact-form-btn:hover
{
  background: #37221B;
}


.contact-info
{
 font-family: "poppins-regular", sans-serif;
	font-size: 1.5rem;
	text-align: center;
  padding-top: 100px;
}
.contact-info-items i
{
  font-size: 45px;

  color: #fff;
  padding-bottom: 40px;
}

.contact-info-items h2
{
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;

}
.contact-info-items p
{
  font-size: 16px;
  color: #A66853;

}

/*end team area*/

/*start counter stat area*/
.stat
{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.6)) 
  ,url('../image/3.jpg');

  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
}
.stat i {
  font-size: 50px;

}
.stat-items h2
{
  font-weight: bold;
  font-size: 42px;
  color: #01AEFE;

}
.stat-items p{
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;

}
/*end counter stat area*/
/*end team area*/


/*start soial footer*/
.footer
{

  background-color: #000;
  text-align: center;
  padding-top: 50px;
  display:block;
  width: auto;
}
.footer-sub-heading span
{
  color: #fff;
  font-size: 20px;
  display: inline;
  margin-bottom: 15px;

}
.footer-links
{
  float: right;
  padding-right: 30px;
}
.footer-links ul
{

  list-style:none;
  display: inline-block;


}
.footer-links i
{
  color: #fff;
  font-size: 40px;
  padding-right: 30px;
  list-style:none;

}
.footer-links i:hover
{
  color: #01AEFE;
}
/*end soial footer*/


/*start news*/
.news
{
  padding-bottom: 60px;
}
.news h2
{
  color: #01AEFE;
  text-align: center;
  padding-top: 50px;
}
.new-meta
{
  padding-left: 10px;
}
.news-block
{
  
  padding-right: 10px;

}

.news-block h3
{

  font-weight: bold;
  font-size: 26px;
  color: #01AEFE;

}

.news-block .sub-heading
{
  font-size: 18px;
  color: #81AAFF;
}
.new-meta ul
{

  list-style:none;
  margin-bottom: 20px;
  display: block;
}
.new-meta ul li
{

  display: inline-block;
  margin-right: 30px;
  color: #01AEFE;

}
.new-meta ul li span
{

  font-size: 16px;
  color: #868F9B;
  margin-right: 10px;

}
.news-block img
{
  display: block;
  max-width: 100%;
  height: 80%;
  height: auto;
}
/*end news*/


/*end client*/
/*start footer**/
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }

a { color: #fff; }
.ft-logo 
{
    display: table-caption;
    font-size: 24px;
}
.ft-logo img{
    width: 65px;
    height: 65px;
    margin-top: 26px;
    margin-bottom: 5px;
}
.btn { font-family: 'Source Sans Pro', sans-serif; font-size: 16px; text-transform: capitalize; font-weight: 700; padding: 12px 24px; letter-spacing: 0px; border-radius: 3px; line-height: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; word-wrap: break-word; white-space: normal !important; }

.btn-default { background-color: #ff9f2a; color: #fff; border: 1px solid #ff9f2a; }
.btn-default:hover { background-color: #ec8a13; color: #fff; border: 1px solid #ec8a13; }
.btn-default.focus, .btn-default:focus { background-color: #ec8a13; color: #fff; border: 1px solid #ec8a13; box-shadow: 0 0 0 0.1rem rgb(236, 138, 19); }


.form-control { border-radius: 0px; font-size: 14px; font-weight: 700; width: 100%; height: 64px; padding: 16px 20px; line-height: 1.42857143; border: 1px solid #d6dadc; background-color: #fff; text-transform: capitalize; letter-spacing: 0px; margin-bottom: 30px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); -webkit-appearance: none; color: #011c28; }
.form-control:focus { color: #011c28; outline: 0; box-shadow: 0 0 0 0.0rem rgb(255, 255, 255); border-color: #c9cdd0; background-color: #f0f4f6; }


.footer { background-color: #000; padding-top: 80px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 44px; color: #fff; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #636e74; display: block; font-weight: 600; }
.footer-widget ul li a:hover { color: #fff; }
.newsletter-form { padding-top: 15px; }
.newsletter-form .form-control { background-color: #1e2e38; border-color: #1e2e38; }
.newsletter-form .form-control:focus { color: #fff; }
.newsletter-form input::-webkit-input-placeholder { color: #fff !important; }
.newsletter-form input:focus::-webkit-input-placeholder { color: #fff !important; }


.tiny-footer { font-size: 14px; padding: 14px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #888d90; line-height: 1; }

/*end footer**/
