/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

body{
 font-family: 'Raleway', sans-serif;
 font-size: 18px;
 line-height: 24px;
 color: #fff;
}
#headernew{
  background-color: #e5eef0;
}
p.firstp,p.newp{
 font-family: 'Karla', sans-serif;  
 font-size: 13px;
 line-height: 48px;
 text-align: left;
 color: #93a1a7;
}
.headertop{
  text-align: right;
}
p.newp{  
  display: inline-block;
}
p.newp:nth-child(1){
  border-right: 1px solid #d8e3e6;
  padding-right: 20px;
}
p.newp i{
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
p.newp:nth-child(2){
 padding-left: 20px;
}
header{
 padding: 20px 0 15px;
 /*position: fixed;*/
 z-index: 3;
 width: 100%;
 left: 0;
 top: 0;
 -webkit-transition: all 0.4s ease;
 transition: all 0.4s ease;
}
header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  padding: 10px 0;
  background: rgba(0,0,0,1);
}
.backcolor{
  background: rgba(0,0,0,1);
  position: absolute;
  z-index: 999;
}
header.sticky .nav-collapse{
  padding-top: 10px;
}
header.sticky .logo{
  margin-top: 10px;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width:767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
.logo {   
  float: left;   
}

/* ------------------------------------------
  MASK
  --------------------------------------------- */

  .mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .android .mask {
    -webkit-transition: none;
    transition: none;
  }

  .js-nav-active .mask {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (min-width: 767px) {
    .mask {
      display: none !important;
      opacity: 0 !important;
    }
  }

  .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nav-collapse,
  .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav-collapse,
  .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse {
      float: right;
      width: auto;   
      padding-top: 5px;
    }
  }

  .nav-collapse li {
    float: left;
    width: 100%;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse li {
      width: auto;
      margin: 0 2px;
    }
  }

  .nav-collapse a {  
    font-family: 'Karla', sans-serif;  
    font-size: 14px;     
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none; 
    padding: 5px 15px;
    color: #a1aeb3;
    width: 100%;
    float: left;
    text-align: center;  
  }
  header.sticky .nav-collapse a:active,header.sticky .nav-collapse .active a{
   color: #f69b37;
 }
 .nav-collapse a:active,
 .nav-collapse .active a{  
  color: #23282f; 
  transition:all 0.5s;       
}
.nav-collapse .active a:hover{
  color: #a1aeb3; 
  transition:all 0.5s; 
}
.nav-collapse a:hover{
  color: #23282f; 
  transition:all 0.5s; 
}
header.sticky .nav-collapse a:hover{
  color: #f69b37; 
  transition:all 0.5s;
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 767px) {
  .nav-collapse ul ul a {
    display: none;
  }
}
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
  url("../icons/responsivenav.ttf") format("truetype"),
  url("../icons/responsivenav.woff") format("woff"),
  url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

#banner{
  /*position:relative;*/
}
.oneslide img {
  width: 100%;
  display: block;
  /*position: relative;*/
  height: auto;
}
.maincontent{
  position: absolute;
  left: 0;
  right: 0;  
  top: 50%;
  text-align: center;   
}
.maincontent h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 30px;  
  color: #fff;   
}
p.headp{
  font-size: 14px;
  font-weight: 400;
  color: #fff; 
  line-height: 30px; 
  padding-top: 10px;   
}
#startup{
  text-align: left;
  padding: 50px 0 0;
}
#startup h2,#client h2,#feature h2,#price h2,#team h2{
 font-size: 30px;
 font-weight: 800;
 color: #23282f;
 line-height: 35px;
}
span.dream{
  font-family: 'Karla', sans-serif;  
  font-size: 18px;  
  color: #23282f;
}
p.innerp{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #23282f;
  padding: 35px 0;
}
#startup img{
  width: 100%;
  height: auto;
  display: block;
}
#startup article i,#feature article i{
  width: 68px;
  height: 68px;
  color: #23282f; 
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  font-size: 30px;
  background-color: #e5eef0;
}
#startup i:hover,#feature i:hover{color:#fff; transition: all 0.5s;background-color:#f7941d;}
#startup h3,#feature h3,#service h3{
 font-size: 20px;
 font-weight: 500;
 color: #23282f;
 line-height: 35px;
}
p.nopad{
  padding: 0;
}
#startup article,#feature article{
  padding-top: 50px;
}
button.more{
  border: none;
  outline: 0;
  font-family: 'Karla', sans-serif;  
  /*border: 1px solid #29c2e1;*/
  width:170px;
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  border-radius: 25px;
  background-color: #29c2e1;
  color: #fff;
  margin:50px auto 0;
  display: block; 
}
button.more:hover{transition: all 0.5s;background-color:#f7941d;}

.nav-collapse .more{
  margin-top: -5px;
  font-size: 14px;
  display: inline-block; 
  width: 140px;
}
#client{
  padding: 100px 0;
  background-color: #e5eef0;
}
#client p.innerp{
  font-family: 'Lora', serif;
  font-size: 15px;
  font-style: italic;
}
#client article{
  padding: 55px 0 0;
}
#client article .col-lg-10{
  border-right: 1px solid #d8e3e6;
}
p.orangep{
  font-family: 'Karla', sans-serif;  
  font-size: 15px;  
  color: #f5a24c;
}
#client p.newpad{
  padding-top: 0;
  padding-bottom:35px;
}
aside#slidernew{
  text-align: center;
  padding-top: 95px;
}
#slidernew ul.bxslider li img{
  display: inline-block;
  border-radius: 50%;
  margin:  0 0px;
}
aside#slidernew .bx-wrapper .bx-pager{
  bottom: -30%;

}
aside#slidernew .bx-wrapper .bx-pager.bx-default-pager a{
  width: 12px;
  height: 12px;
  background: #b3cacf;  
  border: none;
}
aside#slidernew .bx-wrapper .bx-pager.bx-default-pager a:hover,
aside#slidernew .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #29c2e1;  
  border: none;
}

#feature{
  padding: 100px 0;
}

.triangle{
  text-align: right;
  border-bottom: 1px solid #d8e3e6;
  width: 100%;
}
span.triangle-up {
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom:110px solid #f69b37;
  display: inline-block;
  position: relative;
  bottom: -6px;
}
span.triangle-up-new {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; 
  border-bottom: 75px solid #29c2e1;
  position: relative;
  display: inline-block;
  bottom: -6px;
  left: 30px;
}
#price article{
  text-align: center;
  border: 1px solid #d8e3e6;
  margin-top: 40px;
}
#price h3{
  color: #23282f;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #d8e3e6;
  padding: 35px 0 15px;
}
#price h4{
  color: #8e9095;
  border-bottom: 1px solid #d8e3e6;
  padding: 20px 0 ;
}
#price h4 span,#service h3 span{
  color: #f69b37;
}
.psection{
  padding-top: 10px;
  min-height: 220px;
}
#price article:hover{
  cursor: pointer;
  box-shadow:2px 2px 10px 3px #C9C9C9;
  -webkit-box-shadow:2px 2px 10px 3px #C9C9C9;
  -moz-box-shadow:2px 2px 10px 3px #C9C9C9;
  transition: all 0.5s;
}
#price article p.innerp{
  padding-top: 20px;
}
#price article button.more{
  margin: 0 auto 35px;
}
#price{
  padding: 0 0 100px; 
}
.recommaend{
  position: relative;
}
.recommaend img{
  position: absolute;
  left: 0;
}
#team{
  background-color: #e5eef0;
  padding: 100px 0;
}
h5{
  font-family: 'Karla', sans-serif;  
  font-size: 15px;  
  color: #23282f;
  line-height: 15px;
}
#team img{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
#team article{
  background-color: #ffffff;
  padding: 25px;
}
.social i{
  font-size: 14px;
  color: #adbdc1;
  margin-right: 10px;
  cursor: pointer;
}
.social i:hover{color:#29c2e1; transition: all 0.5s;}

#service{
  text-align: center;
  color: #23282f;
  padding: 100px 0 0;
}
#service h3{
  font-size: 30px;
}
#service p.innerp{
  text-transform: uppercase;
  padding: 0;
}
#service button.more{
  display: inline-block;
  margin: 30px 15px 0 auto;
}
button.btnContact{
  border: none;
  outline: 0;
  font-family: 'Karla', sans-serif; 
  width: 170px;
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  border-radius: 25px;
  background-color: #f69b37;
  color: #fff;
  margin: 30px auto ;
  display: inline-block;
}
button.btnContact:hover {
  transition: all 0.5s;
  background-color: #29c2e1;
}

#service .BorderBtn{
  padding-bottom: 100px;
  border-bottom: 1px solid #d8e3e6;
}
#contact{
 padding: 73px 0;
}
.triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 250px solid #f69b37;
  border-right: 350px solid transparent;
}
.triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 150px solid #29c2e1;
  border-left: 200px solid transparent;
  float: right;
  margin-top: -100px;
}
#contact h4{
 color: #23282f;
 font-weight: 500;
 font-size: 18px;
 padding-bottom: 10px;
}
#contact h4.padright{
 padding-left: 12px;
}
#contact article a{
  text-decoration: none;
  display: block;
  color: #93a1a7;
  font-family: 'Karla', sans-serif; 
  font-size: 14px;
  line-height: 35px;
}
#contact article a:hover,footer a:hover{
  transition: all 0.5s;
  color: #29c2e1;
}
#contact article p.footerp span{
  color: #3e4146;
}
#contact article p.footerp,footer p.footerp{
  text-transform: uppercase;
  color: #93a1a7;  
  font-family: 'Karla', sans-serif; 
  font-size: 14px;
  line-height: 35px;
}
#contact article h4{
  padding-left: 0;
}
form{
  padding-top: 10px;
}
input{
  border: 1px solid #d8e3e6;
  outline: 0;
  font-family: 'Karla', sans-serif; 
  font-size: 14px;
  line-height: 35px;
  color: #93a1a7;  
  width: 210px;
  height: 44px;
  padding-left: 10px;
}
input:focus{
  border: 1px solid #29c2e1;
}
button.go{
  border:none;
  outline: 0;
  font-family: 'Karla', sans-serif;
  width: 44px;
  height: 44px;
  line-height: 39px;
  font-size: 15px;  
  background-color: #29c2e1;
  color: #fff;
  position: relative;
  left: -5px;
}
button.go:hover {
  transition: all 0.5s;
  background-color: #f69b37;
}
footer{
  text-align: center;
}
footer a{
  text-decoration: none;
  color: #f69b37;
}
footer p.footerp{
  border-top:1px solid #d8e3e6; 
  padding-top: 15px;
}
/* New */

.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.staggered-animation {
  opacity: 0;
}
.staggered-animation.animated {
  opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9998;
 background: #29c2e1;
}

.cssload-container{
  display: block;
  margin:0 auto;
  width:194px;
  top: 40%;
  position: relative;
}

.cssload-loading i{
  width: 49px;
  height: 49px;
  display: inline-block;
  background: rgb(5,5,5);
  border-radius: 50%;
}
.cssload-loading i:nth-child(1){
  animation:cssload-loading-ani1 0.55s ease-in-out infinite;
  -o-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
  -ms-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
  -webkit-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
  -moz-animation:cssload-loading-ani1 0.55s ease-in-out infinite;

}
.cssload-loading i:nth-child(2){
  background: rgb(255,255,255);
  margin-left: -10px;
  animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -o-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -ms-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -webkit-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -moz-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
}
.cssload-loading i:nth-child(3){
 margin-left: -10px;
 animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
 -o-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
 -ms-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
 -webkit-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
 -moz-animation:cssload-loading-ani1 0.55s ease-in-out infinite;
}
.cssload-loading i:nth-child(4){
  background: rgb(255,255,255);
  margin-left: -10px;
  animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -o-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -ms-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -webkit-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
  -moz-animation:cssload-loading-ani1 0.55s ease-in-out 0.275s infinite;
}


@keyframes cssload-loading-ani1{
  70%{
    transform:scale(0.5);
  }
}

@-o-keyframes cssload-loading-ani1{
  70%{
    -o-transform:scale(0.5);
  }
}

@-ms-keyframes cssload-loading-ani1{
  70%{
    -ms-transform:scale(0.5);
  }
}

@-webkit-keyframes cssload-loading-ani1{
  70%{
    -webkit-transform:scale(0.5);
  }
}

@-moz-keyframes cssload-loading-ani1{
  70%{
    -moz-transform:scale(0.5);
  }
}