@font-face {
  font-family: 'icomoon';
  src: url("../../include/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../../include/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../include/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../en/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../include/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face{
	font-family:'CenturyGothic';
	src:url("../../include/fonts/CenturyGothic.ttf");
}*/
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family:  Arial, sans-serif;
  line-height: 1.6;
  font-size: 14px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.offCanvas {
  overflow: hidden;
}

a {
  color: #37a000;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #37a000;
}

p, ul, ol {
  margin: 0px;
  font-size: 14px;
  color: #848484;
  font-family:   Arial, sans-serif;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family:   Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #37a000;
}

::-moz-selection {
  color: #fcfcfc;
  background: #37a000;
}

::selection {
  color: #fcfcfc;
  background: #37a000;
}

.flex{
  display: -webkit-flex;
  display:flex;
}
.justifyCenter{
  -webkit-justify-content: space-between;
  justify-content:space-between;
  margin:0px auto;
}

#header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  /*position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  */
}
.copyRights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.headerTop {
  padding: 10px 0;
  background: #37a000;
}
.headerTop .link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.headerTop .link a:first-child {
  margin-left: 0;
}
.headerTop .link a:hover {
  color: white !important;
}
.navHeader{
  background-color: #e7e6e6;
}
.container{
  background-color: #e7e6e6;
}
@media screen and (max-width: 768px) {
  .headerTop .link {
    text-align: center;
  }
}
.headerTop .social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.headerTop .social a:last-child {
  margin-right: 0;
}
.headerTop .social a:hover, .headerTop .social a:focus, .headerTop .social a:active {
  text-decoration: none;
  color: white !important;
}
.headerTop .social a:hover i, .headerTop .social a:focus i, .headerTop .social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .headerTop .social {
    text-align: center !important;
  }
}

.cover,.hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .cover,.hero {
    height: 700px;
  }
}
.cover.hero2,.hero.hero2 {
  height: 600px;
}
.cover.hero2 .overlay,.hero.hero2 .overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}
.cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.cover.cover2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .cover.cover2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.cover .desc {
  top: 40%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cover .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cover .desc h2 {
    font-size: 40px;
  }
}
.cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.cover .desc p a {
  color: #fff;
}
.cover .desc p a:hover, .cover .desc p a:focus {
  color: #fff !important;
}
.cover .desc p a:hover.btn, .cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.cover .desc p a.siteName {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.menu {
  margin: 7px 0 0 0 !important;
}

.menu {
  float: right;
}

.menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 14em!important;
  *width: 14em!important;
}

.menu a {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
}
.menu a:hover, .menu a:focus {
  color: #37a000 !important;
}

.menu li.active a:hover, .menu li.active a:focus {
  color: #37a000;
}

.menu li,
.menu ul li,
.menu ul ul li,
.menu li:hover,
.menu li.sfHover {
  background: transparent;
}

.menu ul li a,
.menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.menu li:hover a,
.menu li.sfHover a,
.menu ul li:hover a,
.menu ul li.sfHover a,
.menu li.active a {
  color: #37a000;
}

.menu ul li:hover,
.menu ul li.sfHover {
  background: transparent;
}

.menu ul li {
  background: transparent;
}

.arrows .withUl {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.arrows .withUl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.arrows > li > .withUl:focus:after,
.arrows > li:hover > .withUl:after,
.arrows > .hover > .withUl:after {
  border-top-color: #ccc;
}

.arrows ul .withUl:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.arrows ul li > .withUl:focus:after,
.arrows ul li:hover > .withUl:after,
.arrows ul .hover > .withUl:after {
  border-left-color: #ccc;
}

#headerSection {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: rgba(255, 255, 255, 0.5);
}

.navHeader {
  position: relative;
  float: left;
  width: 100%;
}

#mainLogo {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  margin-top: -5em;
  position: absolute;
  left: 50%;
  margin-left: -61px;
}
@media screen and (max-width: 768px) {
  #mainLogo {
    margin-top: 0em;
    position: relative;
    left: inherit !important;
    margin-left: 0;
  }
}
#mainLogo:hover, #mainLogo:focus, #mainLogo:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 700;
  float: left;
}
#logo span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #logo {
      position: relative;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
    float: left;

    width: 20%;
    float: none;
    text-align: center;
  }
}
#logo a {
  color: #37a000;
}
#logo a:hover, #logo a:focus {
  color: #37a000 !important;
}

#menuWrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 44px;
}
#menuWrap .menu a {
  padding: 1em .75em;
}

#primaryMenu > li > ul li.active > a {
  color: #37a000 !important;
}
#primaryMenu > li > .withUl:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#primaryMenu > li > ul li {
  position: relative;
}
#primaryMenu > li > ul li > .withUl:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#primaryMenu .subMenu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#primaryMenu .subMenu > li > .subMenu {
  left: 100%;
}

#primaryMenu .subMenu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#primaryMenu .subMenu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#primaryMenu .subMenu .subMenu:before {
  top: 6px;
  left: 100%;
}

#primaryMenu .subMenu .subMenu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.siteHeader.hasImage #primaryMenu .subMenu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.siteHeader.hasImage #primaryMenu .subMenu:before {
  display: none;
}

#primaryMenu .subMenu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#primaryMenu .subMenu a:hover {
  color: #37a000 !important;
}

#workSection,
#servicesSection,
#workSection2,
#blogSection,
#features,
.contentSection {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #workSection,
  #servicesSection,
  #workSection2,
  #blogDection,
  #features,
  .contentSection {
    padding: 2em 0;
  }
}

.sectionGray {
  background: rgba(0, 0, 0, 0.04);
}

.headingSection {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.headingSection:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 0px;
 
}
.headingSection h3 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
}
.headingSection p {
  font-size: 20px;
}

.featureText h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.featureText h3 .number {
  margin-right: 5px;
  color: #37a000;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.featureText p {
  font-size: 16px;
}
.service {
  background: #37a000;
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin:0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 310px;
  -webkit-box-shadow: 0px 5px 10px 0px  rgba(199, 213, 219, 0.4);
  -moz-box-shadow: 0px 5px 10px 0px  rgba(199, 213, 219, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(199, 213, 219, 0.4);
}
.service:hover, .service:focus, .service:active {
 /* -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  */
   -webkit-box-shadow: 0px 10px 45px 0px  rgba(199, 213, 219, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px  rgba(199, 213, 219, 0.4);
  box-shadow: 0px 10px 45px 0px rgba(199, 213, 219, 0.4);

}
.service span {
  margin-bottom: 20px;
  display: block;
  width: 60px;
}
.service span img {
  width: 60px;
}
.service h3 {
  font-size: 14px;
  font-weight: 400;
  color: #37a000;
  width: 60px;
}
.service p {
  font-size: 16px;
  color: gray;
}
 
#servicesSection{}
#servicesSection >div{
  display: -webkit-flex;
  display:flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  margin:0px auto;
  }
 
@media screen and (max-width: 480px) {
  #servicesSection{
    height: 560px;
  }
  #servicesSection >div{
    display: block;
  width:350px;
  height: 260px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 20px;
  }
  .service { clear: both; margin-left: auto; height: 240px;}
}


.featureLeft {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.featureLeft .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .featureLeft .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .featureLeft .icon {
    width: 15%;
  }
}
.featureLeft .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #37a000;
}
.featureLeft .featureCopy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .featureLeft .featureCopy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .featureLeft .featureCopy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .featureLeft .featureCopy {
    width: 80%;
  }
}
.featureLeft .featureCopy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.featureLeft .featureCopy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#portfolio {
  padding: 0em 0;
  min-height: 500px;
}
#portfolioList li .detail{

  padding: 30px;

}
#portfolioList li .detail .title{
  line-height: 41px;
  font-size: 36px;
  color: rgb(72, 148, 197);
  padding-top: 8px;
}
#portfolioList li .detail .line{
  
}
#portfolioList li .detail .text{
    margin-top: 40px;
 
  
}
@media screen and (max-width: 768px) {
  #portfolio {
    padding: 3em 0;
  }
}

#portfolioList {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#portfolioList li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;

}
#portfolioList li .img{
  margin:0px;
  
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 490px;
}
 

#portfolioList li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  

}
#portfolioList li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#portfolioList li a:hover:before {
 /*background: rgba(0, 0, 0, 0.5);*/
}
#portfolioList li a .caseStudiesSummary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #portfolioList li a .caseStudiesSummary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#portfolioList li a .caseStudiesSummary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#portfolioList li a .caseStudiesSummary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #portfolioList li a .caseStudiesSummary h2 {
    font-size: 20px;
  }
}
#portfolioList li.twoThird {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #portfolioList li.twoThird {
    width: 49%;
  }
}
 
#portfolioList li.oneThird {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #portfolioList li.oneThird {
    width: 49%;
  }
}
 
#portfolioList li.oneHalf {
  width: 49%;
}
 
@media screen and (max-width: 480px) {
  #portfolioList li.twoThird {
    width: 100%;
  }

  #portfolioList li.oneThird {
    width: 100%;
  }
#portfolioList li.oneHalf {
    width: 100%;
  }


  #portfolioList li {
    margin-left: 0;
  }

  #portfolioList li img{
  width: 100%;
  }
  #portfolioList li .img{
  width: 100%;
  }
  #portfolioList li a {
  min-height: 300px;
  padding: 0em;
  position: relative;
  }
}
#features {
  padding: 7em 0;
}
#features .featureLeft {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #features .featureLeft {
    margin-bottom: 30px;
  }
}
#features .featureLeft .icon i {
  color: #d9d9d9 !important;
}
#features .featureLeft .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #features .featureLeft .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #features .featureLeft .icon {
    width: 15%;
  }
}
#features .featureLeft .featureCopy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  #features .featureLeft .featureCopy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #features .featureLeft .featureCopy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #features .featureLeft .featureCopy {
    width: 80%;
  }
}
#features .featureLeft h3 {
  font-size: 16px;
  font-weight: 700;
}
#features .featureLeft p {
  font-size: 15px;
}
#features .featureLeft p:last-child {
  margin-bottom: 0;
}

#featureProduct {
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}

#services, #about, #contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #services, #about, #contact {
    padding: 4em 0;
  }
}

#services .number {
  font-size: 30px;
  color: #37a000;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#services .number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #37a000;
}
#services .icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #services .icon {
    margin-top: 0px;
    float: none;
  }
}
#services .icon i {
  font-size: 200px;
  color: #37a000;
}
@media screen and (max-width: 768px) {
  #services .icon i {
    font-size: 100px;
  }
}

#contact .contactInfo {
  margin: 0;
  padding: 0;
}
#contact .contactInfo li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  line-height: 40px;
}
#contact .contactInfo li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#contact .contactInfo li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#contact .formControl {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#contact .formControl:focus, #contact .formControl:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#contact input[type="text"] {
  height: 50px;
}
#contact .formGroup {
  margin-bottom: 30px;
}

.testimonial, .team {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .testimonial, .team {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.testimonial h2, .team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.testimonial figure, .team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.testimonial figure img, .team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial > div, .team > div {
  padding: 30px 30px 0 30px;
}
.testimonial > div h3, .team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #37a000;
}
.testimonial > div .position, .team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.testimonial > div,
.testimonial blockquote, .team > div,
.team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.testimonial > div p,
.testimonial blockquote p, .team > div p,
.team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.testimonial span, .team span {
  font-style: italic;
  color: #b3b3b3;
}

.testimonial p .text-mute {
  color: #ccc !important;
}

.blog {
  margin-bottom: 60px;
}
.blog a img {
  width: 100%;
}



@media screen and (max-width: 768px) {
  .blog {
    width: 100%;
  }
}
.blog .blogText {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.blog .blogText span {
  display: inline-block;
  margin-bottom: 20px;
}
.blog .blogText span.postedBy {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.blog .blogText span.comment {
  float: right;
}
.blog .blogText span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.blog .blogText span.comment a i {
  color: #37a000;
  padding-left: 7px;
}
.blog .blogText h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.blog .blogText h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#startProjectSection {
  padding: 7em 0;
  background: #F64E8B;
}
#startProjectSection h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #startProjectSection h2 {
    font-size: 30px;
  }
}
#startProjectSection a:hover, #startProjectSection a:focus, #startProjectSection a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.socialIcons > a {
  padding: 4px 10px;
  color: #37a000;
}
.socialIcons > a i {
  font-size: 26px;
}
.socialIcons > a:hover, .socialIcons > a:focus, .socialIcons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
 /* background: #606060;*/
  padding: 60px 0 40px;
}
#footer p {
  
  font-size: 12px;
  color: #aaa;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer .footerLink {
  padding-bottom: 30px;
}
#footer .footerLink h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
#footer .footerLink li, #footer .footerLink ul {
  padding: 0;
  margin: 0;
}
#footer .footerLink li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.3;
}
 
#footer .footerLink li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footerLink li a:hover, #footer .footerLink li a:active, #footer .footerLink li a:focus {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
   #footer .footerLink{
    clear: both;
   }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  letter-spacing: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btnPrimary {
  background: #f92323;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  border-radius: 50px 50px 50px 50px;
}
.btn.btnPrimary:hover, .btn.btnPrimary:active, .btn.btnPrimary:focus {
  box-shadow: none;
  background: #37a000;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btnDefault:hover, .btn.btnDefault:focus, .btn.btnDefault:active {
  border-color: transparent;
}

.js .animateBox {
  opacity: 0;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
}

.offCanvas {
  overflow: hidden;
}
.offCanvas #wrapper {
  overflow: hidden !important;
}

#page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offCanvas #page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #menuWrap {
    display: none;
  }
}

#offCanvasMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offCanvasMenu {
    display: block;
  }
}
#offCanvasMenu ul {
  padding: 0;
  margin: 0;
}
#offCanvasMenu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offCanvasMenu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offCanvasMenu ul li a:hover {
  color: #37a000;
}
#offCanvasMenu ul li > .subMenu {
  margin-top: 9px;
  padding-left: 20px;
}
#offCanvasMenu ul li.active > a {
  color: #37a000;
}
#offCanvasMenu ul .subMenu {
  display: block !important;
}

.navToggle {
  cursor: pointer;
  text-decoration: none;

}
.navToggle.active i::before, .navToggle.active i::after {
  background: #fff;
}
.navToggle.dark.active i::before, .navToggle.dark.active i::after {
  background: #fff;
}
.navToggle:hover, .navToggle:focus, .navToggle:active {
  outline: none;
  border-bottom: none !important;
}
.navToggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.navToggle i::before, .navToggle i::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navToggle.dark i {
  position: relative;
  color: #000;
  background: #666;
  transition: all .2s ease-out;
}
.navToggle.dark i::before, .navToggle.dark i::after {
  background: #666;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.navToggle i::before {
  top: -7px;
}

.navToggle i::after {
  bottom: -7px;
}

.navToggle:hover i::before {
  top: -10px;
}

.navToggle:hover i::after {
  bottom: -10px;
}

.navToggle.active i {
  background: transparent;
}

.navToggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.navToggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.navToggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .navToggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .colXxs-2 {
    float: none;
    width: 100%;
  }
}

.rowBottomPaddedLg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .rowBottomPaddedLg {
    padding-bottom: 2em;
  }
}

.rowTopPaddedLg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .rowTopPaddedLg {
    padding-top: 2em;
  }
}

.rowBottomPaddedMd {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .rowBottomPaddedMd {
    padding-bottom: 2em;
  }
}

.rowTopPaddedMd {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .rowTopPaddedMd {
    padding-top: 2em;
  }
}

.rowBottomPaddedSm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .rowBottomPaddedSm {
    padding-bottom: 2em;
  }
}

.rowTopPaddedSm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .rowTopPaddedSm {
    padding-top: 2em;
  }
}

.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.noJs #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../en/images/hourglass.svg) center no-repeat #222222;
}

.serviceText{
	color:#333;
}
.serviceText p{
	color:#333;
}
/*# sourceMappingURL=style.css.map */

.delay2s{
  animation-delay:2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
 
}
.delay-1s{
  animation-delay:2s;
    -webkit-animation-delay:-1s;
    -moz-animation-delay:-1s;
   
}

@media screen and (max-width: 480px) {
  .rowTopPaddedSm {
    padding-top: 2em;
  }
}
