body
	{
		background: #ffffff;
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
	}

html,body {
      width: 100%;
     overflow-x: hidden;
  }

h1,h2 {
  font-weight: 400;
  letter-spacing: 6px;
}
h3,h4{
	font-weight: 400;
  letter-spacing: 4px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  letter-spacing: 1px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 100px;
}

strong {
  font-size: 50px;
}

.section-title {
  text-align: center;
  padding-bottom: 32px;
	padding-top: 50px;
}

.medium-icon {
  font-size: 32px !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

section{
  padding-top: 100px;
  padding-bottom: 100px;
	min-height: 760px;
}

#feature,
#team,
#screenshot,
#testimonial,
#pricing,
#video {
  text-align: center;
}



/*
  preloader section
===================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 24px;
  height: 24px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #009988;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in;
          animation: sk-circleBounceDelay 1.2s infinite ease-in;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/*
  navigation section
===================== */
.sticky-navigation {
    opacity: 0;
  }
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
     padding: 0;
  }
.navbar-default .navbar-brand {
    color: #aac1bf;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
		padding: 5px 15px;
  }
.navbar-default .navbar-nav li a {
    color: #606060;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    _line-height: 40px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #aac1bf !important;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #606060;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #aac1bf;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #aac1bf;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent
}

.navbar-brand img{
	width: 35px;
    height: 35px;
}


/*
  home section
===================== */
#home {
  background: #aac1bf;
  color: #ffffff;
	padding-top: 140px;
  text-align: left;
}
#home h1 {
	margin-top: 20px;
  font-size: 95px;
  font-weight: 600;
}

#home .child-logo{
	padding-top: 160px;
	padding-bottom: 50px;
}

#home .child-logo .col-xs-6 {
	padding-bottom:25px;
}

#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in;
}
#home .btn:hover {
  background: #aac1bf;
  border-color: transparent;
}
#home .btn-danger {
  background: #aac1bf;
  border-color: transparent;
}

#about .section-title{
	padding-top: 30px;

}
#about h3 {
  font-size: 16px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 30px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
		padding-right: 20px;
		text-align: right;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

#revenus{
	background: #f9f9f9;
}


#video p{
	text-align: justify;
}

#video {

}

#structure{
	background: #2b2b2b;
  color: #ffffff;
}



/*
  feature section
===================== */
#feature .col-md-12 {
  padding-top: 30px;
  padding-bottom: 40px;
}
#feature h3 {
  font-size: 16px;
}


/*
  team section
===================== */
#team {
  padding-bottom: 0;
}
#team .col-md-4 {
  padding: 10px;
}
#team h3 {
  color: #009988;
  font-size: 14px;
  font-weight: bold;
}
#team .team-wrapper .team-des {
  position: relative;
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  bottom: 40px;
  transition: all 0.4s ease-in-out;
}
#team .team-wrapper:hover .team-des {
  background: #3b3b3b;
  bottom: 60px;
}


/*
  screenshot section
===================== */
#screenshot {
  background: #f9f9f9;
}

#screenshot .items div{
	 padding-bottom: 20px;
}




.item{
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.item:hover {
    border: 1px solid #f9f9f9;
}

.business-activities {
  list-style: none;
}
.business-activities > li {
  margin-bottom: 50px;
	text-align: left;
}

/* for Desktop */
@media ( min-width : 640px ){
  .business-activities > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .business-activities-logo,.business-activities-title {
    width: 150px;
    float: left;
    margin-top: 20px;
		padding-right: 20px;
		text-align: right;
  }
  .business-activities-content {
    width: 65%;
    float: left;
    _border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
		text-align: left;
  }
  .business-activities-content:before {
    /*content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;*/
  }
}


#customers{

}

 .client div{
	height: 105px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
 .client div img{
	float: none;
	padding-bottom: 5px;
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	max-height: 90px;
	max-width: 90%;
}


/*
  pricing section
===================== */
#pricing .plan {
  background: #aac1bf;
  padding: 40px 0px 60px 0px;
  margin-top: 60px;
  margin-bottom: 32px;
}
#pricing .plan .plan_title {
  background: #f9f9f9;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
#pricing h2 {
  border-bottom: 1px solid #bbc1bf;
}
#pricing .plan h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 180px;
}
#pricing .plan h2 {
  font-weight: bold;
  padding: 30px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 30px 0px 10px 0px;
}
#pricing .plan .btn {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan .btn:hover {
  background: #eeeeee;
}

#partners{
	background: #f9f9f9;
}


/*
  contact section
===================== */
#contact {

  padding-bottom: 60px;
}
#contact .contact-address {
  color: #ffffff;
  position: relative;
  top: 140px;
}
#contact .contact-address p {
  line-height: 16px;
}
#contact .contact-email,
#contact .contact-phone, #contact .contact-website {
  padding: 100px;
}
#contact .contact-email {
  background: #009988;
}
#contact .contact-phone {
  background: #2b2b2b;
}
#contact .contact-website {
  background: #aac1bf;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
#contact .medium-icon {
  color: #ffffff;
  font-size: 28px !important;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact .form-control {
  background: none;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #aac1bf;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}
#contact .form-control:focus {
  border-bottom-color: #202020;
}
#contact input {
  height: 60px;
}
#contact input[type="submit"] {
  border: 2px solid #009988;
  color: #2b2b2b;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 18px;
}
#contact input[type="submit"]:hover {
  background: #009988;
}


#testimonial {
  background: #aac1bf;
}

#testimonial img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 42px;
}

#testimonial h5 {
  color: #ffffff;
}

#team, footer {
  background: #2b2b2b;
  color: #ffffff;
}

/*
  footer section
===================== */
footer {
  text-align: center;
  padding-top: 50px;
	padding-bottom: 50px;
}
footer h1{
	font-size: 60px;
  font-weight: 600;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.social-icon li a {
  border: 1px solid #aac1bf;
  border-radius: 50%;
  color: #aac1bf;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
.social-icon li a:hover {
  background: #aac1bf;
  color: #2b2b2b;
}


/*
  responsive mobile
===================== */
@media (max-width: 1025px) {

	#home h1{
	  font-size: 70px;
	  font-weight: 600;
	}
	footer h1{
		font-size: 50px;
	}
	footer{
		text-align: left;
	}
}

@media (max-width: 980px) {
  .navbar-default .navbar-nav li a {
    font-size: 12px;
  }
	#home h1{
	  font-size: 60px;
	  font-weight: 600;
	}
	footer h1{
		font-size: 40px;
	}
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    line-height: 18px;
		padding: 5px 15px;
  }
	.navbar-default .navbar-brand img{
    width: 35px;
		height: 35px;
  }


	#home ,footer{
	  text-align: center;
	}


	.mobile-horizontal section, .mobile-horizontal #home{
		_padding-top: 30px;
	}

	.mobile-horizontal #home .child-logo{
		padding-top: 20px;
	}

	#home h1 {
		font-size: 45px;
	}
	footer h1{
		font-size: 35px;
	}

}

@media (max-width: 460px) {
  #home {
    padding-top: 120px;
  }
  #home h1 {
    font-size: 30px;
  }
	footer h1{
		font-size: 30px;
	}

	.mobile-horizontal  #home h1{
		font-size: 30px;
	}

  #contact .contact-address {
    text-align: center;
  }
  #contact .contact-email,
  #contact .contact-phone, #contact .contact-website {
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 100px;
  padding-left: 60px;
}
  #contact .medium-icon {
    display: block;
    margin-bottom: 24px;
  }
}
