@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
html,
body{
  height: 100%;
  min-height: 100%;
}
body{
  background: #fff;
  color: #696868;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
pre,
form,
fieldset,
label,
a{
  border: 0;
  margin: 0;
  padding: 0;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img,
a img{
  border: none;
}
h1{
  color: #7ED321;
  font-size: 36px;
}
h2{
  font-size: 34px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 16px;
}
h6{
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6{
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
ul li{
  list-style: none;
}
p{
  color: #838383;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0;
}
a{
  color: #7ED321;
  moz-transition: all .5s ease-in-out;
  o-transition: all .5s ease-in-out;
  outline: none;
  transition: all .5s ease-in-out;
  webkit-transition: all .5s ease-in-out;
}
a:hover,
a.active,
a:focus{
  color: #333;
  outline: none;
  text-decoration: none;
}
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
html .clearfix{
  height: 1%;
}
.clearfix{
  display: block;
}
.clr{
  clear: both;
}
.center-block{
  float: none;
  margin: 0 auto;
}
::-moz-placeholder{
  color: #ccc !important;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: normal;
  opacity: 1;
}
:-ms-input-placeholder{
  color: grey !important;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: normal;
  opacity: 1;
}
::-webkit-input-placeholder{
  color: #ccc !important;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: normal;
  opacity: 1;
}
.mt-0{
  margin-top: 0;
}
.mt-40{
  margin-top: 40px;
}
.pt-0{
  padding-top: 0;
}
.centered{
  text-align: center;
}
.p-0{
  padding-top: 0;
}
.pb-30{
  padding-bottom: 30px;
}
.text-white{
  color: #fff!important;
}
.pb-0{
  padding-bottom: 0;
}
section{
  padding: 10rem 0;
}
.content{
  background: #fff;
  float: left;
  width: 100%;
}
header{
  float: left;
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .navbar{
  margin: 0;
  min-height: 40px;
}
header .navbar-nav{
  float: right;
  margin: 0;
}
.inner-header{
  background: #00aeef;
  padding: 12px 0;
  position: static;
}
.inner-header .navbar-nav>li>a.get-started{
  background: #7ED321;
}
.logo{
  float: left;
  margin-top: 5px;
}
.navbar-brand{
  margin: 0 !important;
  padding: 0;
}
.navbar-brand h1{
  color: #fff !important;
}
.navbar-nav>li>a{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin: 3px 5px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active> a{
  background-color: #7ED321;
  border-radius: 100px;
  color: #fff;
}
.banner{
  background: url(../img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  float: left;
  moz-background-size: cover;
  o-background-size: cover;
  position: relative;
  webkit-background-size: cover;
  width: 100%;
}
.banner-img{
  float: left;
  width: 100%;
}
.banner-img img{
  width: 100%;
}
.banner-caption{
  display: table;
  float: left;
  height: 750px;
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.Innerpage .banner-caption{
  height: 350px;
}
.banner-caption .container{
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.banner-caption h1{
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 62px;
  margin-top: 20px;
}
.banner-caption p{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 200px;
}
.text-orange{
  color: #7ED321!important;
}
.text-center{
  text-align: center !important;
}
.margin-auto{
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.section-heading.text-white{
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.AboutSec p{
  color: #fff;
}
.AboutSec{
  background: #7ED321;
}
.SignupSec{
  background: #7ED321;
  float: left;
  text-align: center;
  width: 100%;
}
.SignupSec .fa{
  font-size: 30px;
  margin-bottom: 15px;
}
.SignupSec h1{
  font-size: 26px;
  font-weight: 300;
}
.SignupSec .form-inline input{
  border: 0;
  border-radius: 3px;
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  font-family: 'Raleway', sans-serif;
  font-size: 80%;
  height: auto;
  letter-spacing: .15rem;
  min-width: 500px;
  padding: 1.25rem 2rem;
  webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  width: auto;
}
.SignupSec .btn{
  border: 0;
  box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .15rem;
  padding: 1.25rem 2rem;
  text-transform: uppercase;
  webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
}
.testimonials{
  float: left;
  width: 100%;
}
.testimonials .testimonial-item{
  max-width: 100%;
}
.testimonials .testimonial-item img{
  box-shadow: 0 5px 5px 0 #adb5bd;
  max-width: 20rem;
  webkit-box-shadow: 0 5px 5px 0 #adb5bd;
}
.rounded-circle{
  border-radius: 50% !important;
}
.testimonials .testimonial-item{
  display: inline-block;
  max-width: 92%;
}
.testimonials .testimonial-item h5{
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.service-work{
  background: #fff;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
.service-work .col-lg-4.col-sm-4{
  margin-bottom: 80px;
}
.service-work p{
  display: block;
  text-align: center;
  width: 100%;
}
.header-block-img{
  float: left;
  text-align: center;
  width: 100%;
}
.header-block h4{
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 0;
  text-align: center;
  width: 100%;
}
.header-block{
  display: table;
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.portfolio{
  background-color: #e6ecf3 !important;
  float: left;
  text-align: center;
  width: 100%;
}
.PortfolioSec h3{
  color: #000;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}
.PortfolioSec p{
  margin-bottom: 50px;
}
.service-work h3,
.testimonials h3{
  color: #000;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 90px;
}
.portfolio-box{
  display: block;
  margin: 15px 0;
  moz-transition: all 0.4s;
  o-transition: all 0.4s;
  position: relative;
  transition: all 0.4s;
  webkit-transition: all 0.4s;
}
.portfolio-box-caption{
  background: rgba(0, 0, 0, .7);
  display: table;
  height: 100%;
  moz-transition: all 0.4s;
  opacity: 0;
  o-transition: all 0.4s;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  webkit-transition: all 0.4s;
  width: 100%;
  z-index: 1;
}
.portfolio-box:hover .portfolio-box-caption{
  opacity: 1;
  visibility: visible;
}
.portfolio-box-caption-content{
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.project-category.text-faded{
  color: #7ED321;
  font-size: 22px;
}
.project-name{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin: 8px 0 0;
}
.btn-primary{
  background-color: #333;
  border-color: #2e6da4;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
footer{
  background: #fafafa;
  float: left;
  margin-top: 50px;
  padding: 50px 0;
  position: relative;
  width: 100%;
}
footer .btn-links .social-links ul li a:hover{
  background: transparent;
}
footer .text-muted{
  color: #777;
  font-size: 16px;
}
footer .fa{
  color: #fff;
  font-size: 16px;
}
footer .list-inline.mb-5{
  margin-bottom: 20px;
}
footer .copy{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.contact-form{
  width: 100%;
}
.white-bg{
  background: #fafafa;
}
.orange-bg{
  background: #7ED321;
}
.social-link.rounded-circle{
  background: #7ED321;
  border-radius: 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  moz-transition: all 0.7s;
  o-transition: all 0.7s;
  padding: 0;
  transition: all 0.7s;
  webkit-transition: all 0.7s;
  width: 40px;
}
.social-link.rounded-circle:hover{
  background: #333;
}
.contact-form .ContactFromInfo{
  padding: 60px;
  text-align: left;
}
.contact-form .ContactFromInfo h5{
  color: #000;
  float: left;
  font-size: 34px;
  font-weight: 500;
  margin: 15px 15px 30px;
  text-align: left;
  width: 100%;
}
.contact-form .ContactFromInfo h5 small{
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.ContactFromDetail{
  display: table;
  padding: 80px 60px;
  width: 100%;
}
.ContactFromDetail address{
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 33%;
}
.contact-form .ContactFromInfo .form-group .col-sm-12{
  width: 100% !important;
}
.DetailInfo,
.IconBox{
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.ContactFromDetail address p{
  color: #fff;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 15px;
  margin-bottom: 12px;
  text-align: left;
}
.ContactFromDetail address h5{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 15px;
  margin-bottom: 12px;
}
.ContactFromDetail .phone-bg{
  bottom: -43px;
  position: absolute;
  right: -57px;
}
.form-control{
  background-color: #fff;
  border: 1px solid #e1e3e3;
  border-radius: 0;
  box-shadow: none;
  color: #868686;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857143;
  margin: 10px 0;
  padding: 6px 12px;
  webkit-box-shadow: none;
}
.btn-orange{
  background: #7ED321;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 48px;
  moz-transition: all .5s ease-in-out;
  o-transition: all .5s ease-in-out;
  padding: 0px 30px;
  text-shadow: none;
  transition: all .5s ease-in-out;
  webkit-transition: all .5s ease-in-out;
}
.btn-orange:hover{
  background: #000;
}
.contact-form .btn-orange{
  margin-top: 15px;
}
.contact-form .ContactFromInfo .btn-orange{
  float: left;
  margin: 5px 0px 20px;
}
.top-space{
  height: 340px;
}
.DemoBar{
  float: left;
  left: 0;
  min-height: 62px;
  moz-transition: all 0.4s;
  o-transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  webkit-transition: all 0.4s;
  width: 100%;
  z-index: 9999;
}
.TobBtnBar{
  background: rgba(0, 0, 0, .9);
  float: left;
  left: 0;
  line-height: 60px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.TobBtnBar h4{
  color: #fff;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px 0 0;
  moz-transition: all 0.4s;
  o-transition: all 0.4s;
  padding: 0;
  text-decoration: none;
  transition: all 0.4s;
  webkit-transition: all 0.4s;
}
.TobBtnBar a{
  background: #f10000;
  border-radius: 3px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  moz-transition: all 0.4s;
  o-transition: all 0.4s;
  padding: 10px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s;
  webkit-transition: all 0.4s;
}
.TobBtnBar .text-red{
  color: #f10000;
  font-size: 21px;
  font-weight: bold;
}
.TobBtnBar a:hover{
  background: #e20404;
}
.ArrowRight{
  border-color: transparent #333333 transparent transparent;
  border-style: solid;
  border-width: 0 60px 60px 0;
  cursor: pointer;
  float: right;
  height: 0;
  position: fixed;
  right: 0;
  width: 0;
  z-index: 9999;
}
.ArrowRight i.up{
  border: solid black;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  moz-transition: all 0.4s;
  o-transition: all 0.4s;
  padding: 4px;
  position: absolute;
  right: -50px;
  top: 15px;
  transform: rotate(-135deg);
  transition: all 0.4s;
  webkit-transform: rotate(-135deg);
  webkit-transition: all 0.4s;
}
body.topBar0 .ArrowRight i.up{
  transform: rotate(45deg);
  transition: all 0.75s 0.25s;
}
.topBar0 .DemoBar.ArrowDown{
  visibility: hidden;
}
.intro-sec{
  background: #f6f6f6;
  padding: 100px 0;
}
.intro-text{
  padding-right: 40px;
}
.intro-text span,
.highlight-title{
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.intro-text .intro-title,
.choose-block h2{
  color: #333;
  font-size: 30px;
  line-height: 37px;
  margin-top: 10px;
}
.choose-block {
  background: #f6f6f6;
  display: table;
  height: 100%;
  width: 100%;
}
.choose-img{
  background:url(../img/choose-img.jpg) no-repeat;
  background-size:cover;
  float:left;
  height:100%;
  margin:0;
  min-height:710px;
  padding:0;
  position:relative;
  width:100%;
  background-position:top center !important;
}
.choose-overview {
  padding-right: 100px;
  text-align: left;
}
.choose-block h2,
.faq-block h2{
  margin-bottom: 30px;
}
.faq-block {
  text-align: center;
  padding-bottom: 80px;
}
.accordion-wrap{
  margin-top: 20px;
}
.responsive-accordion{
  text-align: left;
}
.responsive-accordion .responsive-accordion-head{
  cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head {
  padding: 12px 15px;
  line-height: normal;
  position: relative;
  font-size: 20px;
}
.responsive-accordion .responsive-accordion-head i {
  float: right;
  top: 50%;
  position: absolute;
  color: #7ED321;
  transform: translateY(-50%);
  right: 10px;
}
.responsive-accordion-head{
  border-radius: 4px;
  border: 2px solid #7ED321;
}
.responsive-accordion-panel{
  padding: 15px;
}
.cd-top{
  background: #333 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  bottom: 40px;
  display: inline-block;
  height: 40px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  visibility: hidden;
  webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  white-space: nowrap;
  width: 40px;
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover{
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show{
  opacity: 1;
  visibility: visible;
}
.cd-top.cd-top--fade-out{
  opacity: .5;
}
.cd-top:hover{
  background-color: #000;
  opacity: 1;
}
.no-pad {
  margin: 0 !important;
  padding: 0 !important;
}
.choose-block .white-col, 
.choose-block .no-pad {
  display: table-cell;
  float: none;
  text-align: left;
  vertical-align: middle;
}










@media (max-width: 767px){
  .TobBtnBar{
    line-height: inherit;
    padding: 15px 42px 20px;
  }
  .TobBtnBar h4{
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin: 0 5px;
  }
  .TobBtnBar a{
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    margin-top: 5px;
    min-width: 130px;
    padding: 0 10px;
  }
  .TobBtnBar .text-red{
    font-size: 100%;
  }
  .intro-sec{
    text-align: center;
    padding: 50px 0;
  }
  .intro-text{
    padding-right: 0;
    margin-bottom: 30px;
  }
  .choose-block .white-col, .choose-block .no-pad{
    display: block;
  }
  .choose-overview {
    padding-right: 15px;
    text-align: center;
  }
  .choose-block .white-col {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .responsive-accordion-head span{
    display: inline-block;
    padding-right: 25px;
  }
  .intro-sec{
    text-align: center;
  }
  .intro-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px){
  .cd-top{
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .choose-overview{
    padding-right: 0;
  }
  .intro-sec{
    text-align: center;
  }
  .intro-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .PortfolioSec p br{
    display: none;
  }
  .testimonials .testimonial-item{
    margin: 20px 0;
  }
  .banner-caption p{
    padding: 0 100px;
  }
  .featured-text{
    padding-top: 25px;
  }
  #team .header-block{
    margin: 20px 0;
  }
  .ContactFromDetail{
    padding: 40px 0px;
  }
  .contact-form .ContactFromInfo h5 small{
    float: left;
    line-height: 18px;
    margin-top: 12px;
  }
  address .IconBox{
    width: 36px;
  }
  .choose-block .white-col, .choose-block .no-pad {
    width: 50%;
  }
  .choose-overview{
    padding-right: 0;
  }
  .intro-sec{
    text-align: center;
  }
  .intro-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px){
  .PortfolioSec p br{
    display: none;
  }
  .navbar-brand{
    padding: 0 20px;
  }
  .navbar-toggle .icon-bar{
    background: #fff;
  }
  .navbar-toggle{
    margin-right: 60px;
  }
  .banner-caption{
    height: 550px;
  }
  .Innerpage .banner-caption{
    height: 250px;
  }
  .banner-caption p{
    padding: 0 60px;
  }
  .banner-caption p br{
    display: none;
  }
  header .navbar-nav{
    background: rgba(0,0,0,.8);
    padding: 30px;
    width: 100%;
  }
  .navbar-nav > li > a{
    display: inline-block;
    padding: 8px 30px;
  }
  .testimonials .testimonial-item{
    margin: 20px 0;
  }
  .SignupSec .form-inline input{
    display: inline-block;
    float: none;
  }
  .featured-text{
    padding-top: 25px;
  }
  #team .header-block{
    margin: 20px 0;
  }
  .ContactFromDetail{
    padding: 40px 20px;
  }
  .contact-form .ContactFromInfo{
    padding: 40px 10px;
    text-align: left;
  }
  .contact-form .ContactFromInfo h5 small{
    float: left;
    line-height: 18px;
    margin-top: 12px;
    width: 97%;
  }
  .About{
    text-align: center;
  }
  address .IconBox{
    float: left;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
  }
  .ContactFromDetail address h5, .ContactFromDetail address p{
    margin-left: 0;
    margin-top: 0;
  }
  .SignupSec .form-inline input{
    min-width: 350px;
  }
}
@media screen and (max-width:580px){
  .banner-caption h1{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .banner-caption p{
    font-size: 16px;
    margin: 10px 30px 20px;
    padding: 0;
    text-align: center;
  }
  .banner-caption p br,
   .banner-caption h1 br{
    display: none;
  }
  .ContactFromDetail address{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
  }
  address .IconBox,
   .DetailInfo, .IconBox,
   .ContactFromDetail address p{
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .banner-caption{
    height: 400px;
  }
  .Innerpage .banner-caption{
    height: 200px;
  }
}
@media screen and (max-width:480px){
  .banner-caption h1{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .banner-caption p{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .banner-caption p br,
   .banner-caption h1 br{
    display: none;
  }
  .portfolio .col-lg-4.col-sm-6.col-xs-6{
    height: 100%;
    width: 100%;
  }
  .service-work h3, .testimonials h3{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .SignupSec .form-inline input{
    min-width: 290px;
  }
  .ContactFromDetail address{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
  }
  address .IconBox,
   .DetailInfo, .IconBox,
   .ContactFromDetail address p{
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .banner-caption{
    height: 400px;
  }
  .Innerpage .banner-caption{
    height: 200px;
  }
  section{
    padding: 5rem 0;
  }
  .contact-form .ContactFromInfo{
    padding: 30px 0;
    text-align: left;
  }
  .contact-form .ContactFromInfo h5{
    font-size: 28px;
    margin: 15px 15px 20px;
    width: 93%;
  }
}