/*................................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: 'Roboto', sans-serif;
}

header{
  padding:30px 0 0;  
  position: absolute;
  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:5px 0; 
  background: rgba(0,0,0,1);
}
.backcolor{
  background: rgba(0,0,0,1);
}
header.sticky .nav-collapse{
  padding-top: 10px;
}
header.sticky .logo{
  margin-top: 16px;
}
header.sticky .call{
  padding-top: 18px
}
header.sticky .header-bottom{
  padding-bottom: 15px;
  border:none;
}
.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;
  border-right: 1px solid #bec8c9;
  padding-right: 18px;
  margin-top: 7px;
}
.call{
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 display: inline-block;
 padding-left: 18px;
 color: #fff;
 padding-top: 9px;
}
.call i{
 color: #bdc7c7;
 margin-right: 5px;
}
.header-bottom{
  padding-bottom:30px;
  border-bottom: 1px solid #bec8c9;
}
.nav-collapse a.btnstart{
  text-decoration: none;
  background-color: #697f7f; 
  border-radius: 3px;
  color: #fff;
}
.nav-collapse a.btnstart:hover{
  background: transparent;
}

/* ------------------------------------------
  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;
    }
  }

  .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: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none; 
    padding: 10px 12px;
    color: #bec8c9;
    width: 100%;
    float: left;
    text-align: center;  
  }

  .nav-collapse a:active,
  .nav-collapse .active a{  
    color: #fff;   
    transition:all 0.5s; 
  }
  .nav-collapse .active a:hover{
    color: #fff; 
    transition:all 0.5s; 
  }
  .nav-collapse a:hover{
    color: #fff; 
    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{
    background: url(../img/banner.jpg) no-repeat top center;  
    background-size: cover;    		
    text-align: left;
    padding:295px 0 195px;
    color: #fff; 
  }
  h1{
    font-weight: 400;
    font-size: 38px;
    line-height: 60px;
  }
  .bannerp{
   font-weight: 400;
   font-size: 17px;
   line-height: 24px;
 }
 button.btnlearn{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #6fb048;
  background-color: #6fb048;
  outline: 0; 
  font-size: 14px;
  padding:15px 40px;
  border-radius: 2px;
  margin-top: 20px; 
}
button.btnlearn:hover{
  transition: all 0.5s ease;
  border: 1px solid #6fb048;
  background-color: transparent;
}
#features{
 text-align: center;
 padding: 90px 0 130px;
}
h2{
  font-weight: 300;
  font-size: 32px;
  color: #0f5f5d;
}
.innerp{
  font-weight: 400;
  font-size: 15px;
  color: #83a7a5;
  line-height: 20px;
}
span.line{
  display: block;
  margin: 20px auto;
  width: 70px;
  height: 1px;
  background: #6fb048;
}
article.innerfeat{
  padding-top: 60px;
}
h3{
  font-weight: 400;
  font-size: 16px;
  color: #0f5f5d;
  padding: 25px 0 20px;
}
p.particle{
  font-weight: 400;
  font-size: 14px;
  color: #83a7a5;
  line-height: 20px; 
}
article.innerfour{
  text-align: left;
  padding-top: 55px;
}
h3 i{
  color: #6fb048;
  margin-right: 25px;
  position: relative;
  top: 5px;
  margin-left: 10px;  
}
span.verticle{
  display: block;
  margin:0 auto;
  width: 70px;
  height: 1px;
  background: #f2f2f2;
}
span.horizontal{
  display: block;
  margin: 35px auto 0;
  width: 1px;
  height: 70px;
  background: #f2f2f2;
}
#responsive{
  text-align: center;
  padding: 80px 0 0;
  background-color: #eef1ec;
}
#responsive img{
  width: 100%;
  display: block;
}
.innerrespons{
  text-align: left;
  padding-top: 150px;
}
.innerrespons h2{
  padding-bottom: 20px;
}
.newcheck{
  padding-top: 20px;
}
.newcheck p.innerp{
  padding-bottom: 5px;
}
.newcheck .innerp i{
 position: relative;
 top: 5px;
 margin-right: 10px;  
}
.merrip{
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 22px;
  color: #83a7a5;
  line-height: 35px;
  padding-bottom: 30px;
}
#testimonial a,#price article a{
  text-decoration: none;
  color: #6fb048;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
}
#testimonial{
  padding: 137px 0;
}
#testimonial article{
  padding-top:100px; 
}
#testimonial img{
  float: right;
}
#attention{
  background:#eef1ec url(../img/map.png) no-repeat right center;
  padding: 170px 0 180px;

}
#attention img{
  width: 100%; 
  display: block;
}
#attention h2{
  padding: 20px 0;
}
#attention .innerp{
  line-height: 24px;
}
#price{
  text-align: center;
  padding: 90px 0;
}
#price article h2{
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 font-size: 65px;
}
#price article span{
  font-weight: 400;
  font-size: 14px;
  color: #0f5f5c;
  margin-bottom: 10px;
  display: block;
}
#price .btnplan{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #83a7a5;
  background-color: #83a7a5;
  color: #fff;
  outline: 0; 
  font-size: 13px;
  padding:15px 25px;
  border-radius: 2px;  
  margin-top: 12px;
}
#price .btnplan:hover{
 background-color: #6fb048;
 border: 1px solid #6fb048;
 transition: all 0.4s ease;
}
#price .innerp{
  padding: 5px 0;
}
#price article a{
  font-size: 15px;
}
.centerarticle{  
  margin: 0 auto;
  max-width: 770px;
}
article.innerprice{
  width: 33.33%;
  padding:30px 0;
  float: left;
  display: inline-block;
  border: 1px solid #c1d3d2;
  margin:40px 0 75px; 
}
article.innerprice:nth-child(1),article.innerprice:nth-child(2){
  border-right: none;
}
h2.plans{
  font-size: 22px;
}
#price .checkfeatures p.innerp{
  text-align: left;
}
.checkfeatures{
  padding-bottom: 60px
}
#price .checkfeatures p.innerp i{
  position: relative;
  top: 5px;
  margin-right: 10px;
}  
h4,i.ihelp{
  font-weight: 300;
  font-size: 32px;
  color: #6fb048;
}
i.ihelp{
  margin: 0 0 17px; 
}
a.mailto{
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #0f5f5d;
  padding-top: 34px;
  display: block;
}
#download{
 background:url(../img/download.jpg) no-repeat top center;
 background-size: cover;
 padding: 70px 0;
}
#download button.btndownlaod{
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 border: 1px solid #6fb048;
 background-color: #6fb048;
 color: #fff;
 outline: 0; 
 font-size: 13px;
 padding:15px 25px;
 border-radius: 2px;
 margin: 0 auto;
 display: block;  
}
#download button.btndownlaod:hover{
  border: 1px solid #6fb048;
  background-color: transparent;
  color: #6fb048;
  transition: all 0.4s ease;
}
h2.newhp{
  font-size: 28px;
  line-height: 35px;
}
#contact{
  padding: 100px 0 60px;
  border-bottom: 1px solid  #eef1ec;
}
#contact span{
 font-weight: 400;
 font-size: 16px;
 color: #0f5f5d;
}
address p.innerp{
  padding: 5px 0;
}
#contact a{
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #83a7a5;
  padding: 7px 0;  
}
#contact a:hover{
 color:#6fb048; transition: all 0.5s;text-decoration: underline;
}
#contact article span{
  margin-bottom: 23px;
  display: block;
}
#contact article input{
  border:none;
  outline: 0;
  background: #eef1ec url('../img/submit.png') no-repeat 94% center;
  color: #83a7a5;
  border: 1px solid #eef1ec;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  padding:10px 10px 10px 15px; 
  margin-top: 18px;
  border-radius: 3px;
}
#contact article input:focus{
  border: 1px solid #6fb048;
}
footer{
  padding: 22px 0 17px;
}
footer .innerp{
  font-size: 12px;
}
.footersocial{
  float: right;
}
.footersocial i{
  width: 30px;
  height: 30px;
  color: #ffffff; 
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}
.footersocial i.fa-twitter{
  background-color: #018ada;
  border:2px solid #018ada;
}
.footersocial i.fa-facebook{
  background-color: #3c5a98;
  border:2px solid #3c5a98;
}
.footersocial i.fa-instagram{
  background-color: #3f729b;
  border:2px solid #3f729b;
}
.footersocial i.fa-dribbble{
  background-color: #ea4c89;
  border:2px solid #ea4c89;
}

.footersocial i.fa-gg-circle{
  background-color: #333333;
  border:2px solid #333333;
}

.footersocial i.fa-twitter:hover{color:#018ada; transition: all 0.5s;background-color:#fff;border:2px solid #018ada;}
.footersocial i.fa-facebook:hover{color:#3c5a98; transition: all 0.5s;background-color:#fff;border:2px solid #3c5a98;}
.footersocial i.fa-instagram:hover{color:#3f729b; transition: all 0.5s;background-color:#fff;border:2px solid #3f729b;}
.footersocial i.fa-dribbble:hover{color:#ea4c89; transition: all 0.5s;background-color:#fff;border:2px solid #ea4c89;}
.footersocial i.fa-gg-circle:hover{color:#333333; transition: all 0.5s;background-color:#fff;border:2px solid #333333;}

footer .innerp a{
  text-decoration: none;
  color: #6fb048;
}
footer .innerp a:hover{
  color:#018ada; transition: all 0.5s;
}
/*EFFECT*/
.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: 9999;
  background: #9bd3d5;
}

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

.cssload-loading{
  width: 19px;
  height: 19px;
  margin: auto;
  text-align: left;
  transform-origin:center;
    -o-transform-origin:center;
    -ms-transform-origin:center;
    -webkit-transform-origin:center;
    -moz-transform-origin:center;
  animation:cssload-loading-ani1 2.35s ease-in-out infinite;
    -o-animation:cssload-loading-ani1 2.35s ease-in-out infinite;
    -ms-animation:cssload-loading-ani1 2.35s ease-in-out infinite;
    -webkit-animation:cssload-loading-ani1 2.35s ease-in-out infinite;
    -moz-animation:cssload-loading-ani1 2.35s ease-in-out infinite;
}
.cssload-loading i,
.cssload-loading i:before,
.cssload-loading i:after{
  content: "";
  position:absolute;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
}
.cssload-loading i:before{
  transform:translate(0,-19px) scale(0.75);
    -o-transform:translate(0,-19px) scale(0.75);
    -ms-transform:translate(0,-19px) scale(0.75);
    -webkit-transform:translate(0,-19px) scale(0.75);
    -moz-transform:translate(0,-19px) scale(0.75);

}
.cssload-loading i:after{
  transform:translate(0,-34px) scale(0.5);
    -o-transform:translate(0,-34px) scale(0.5);
    -ms-transform:translate(0,-34px) scale(0.5);
    -webkit-transform:translate(0,-34px) scale(0.5);
    -moz-transform:translate(0,-34px) scale(0.5);
}
.cssload-loading i:nth-child(1){
  transform:translate(0,49px);
    -o-transform:translate(0,49px);
    -ms-transform:translate(0,49px);
    -webkit-transform:translate(0,49px);
    -moz-transform:translate(0,49px);
}
.cssload-loading i:nth-child(1),
.cssload-loading i:nth-child(1):before,
.cssload-loading i:nth-child(1):after{
  background: rgb(255,179,100);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(2):before,
.cssload-loading i:nth-child(2):after{
  background: rgb(0,168,146);
}
.cssload-loading i:nth-child(2){
  transform:rotate(90deg) translate(0,49px);
    -o-transform:rotate(90deg) translate(0,49px);
    -ms-transform:rotate(90deg) translate(0,49px);
    -webkit-transform:rotate(90deg) translate(0,49px);
    -moz-transform:rotate(90deg) translate(0,49px);
}
.cssload-loading i:nth-child(3),
.cssload-loading i:nth-child(3):before,
.cssload-loading i:nth-child(3):after{
  background: rgb(31,76,89);
}
.cssload-loading i:nth-child(3){
  transform:rotate(180deg) translate(0,49px);
    -o-transform:rotate(180deg) translate(0,49px);
    -ms-transform:rotate(180deg) translate(0,49px);
    -webkit-transform:rotate(180deg) translate(0,49px);
    -moz-transform:rotate(180deg) translate(0,49px);
}
.cssload-loading i:nth-child(4),
.cssload-loading i:nth-child(4):before,
.cssload-loading i:nth-child(4):after{
  background: rgb(162,202,40);
}
.cssload-loading i:nth-child(4){
  transform:rotate(270deg) translate(0,49px);
    -o-transform:rotate(270deg) translate(0,49px);
    -ms-transform:rotate(270deg) translate(0,49px);
    -webkit-transform:rotate(270deg) translate(0,49px);
    -moz-transform:rotate(270deg) translate(0,49px);
}


@keyframes cssload-loading-ani1{
  80%,100%{
    transform:rotate(360deg);
  }
}

@-o-keyframes cssload-loading-ani1{
  80%,100%{
    -o-transform:rotate(360deg);
  }
}

@-ms-keyframes cssload-loading-ani1{
  80%,100%{
    -ms-transform:rotate(360deg);
  }
}

@-webkit-keyframes cssload-loading-ani1{
  80%,100%{
    -webkit-transform:rotate(360deg);
  }
}

@-moz-keyframes cssload-loading-ani1{
  80%,100%{
    -moz-transform:rotate(360deg);
  }
}