html,body {
  height: 100%;
  font-family: roboto,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #222;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  margin-bottom: 40px;
}

h1 span {
  background: #baff00;
  padding: 0 10px;
  color: #222;
  display: inline-block;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

h4 {
  font-size: 15px;
}

p {
  font-size: 15px;
  color: #727272;
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,select:focus,button:focus,textarea:focus {
  outline: none;
}

a:hover,a:focus {
  text-decoration: none;
  outline: none;
}

ul,ol {
  padding: 0;
  margin: 0;
}

.sp-title {font-size:50px; margin-bottom: 40px;}
.sp-title span {background: #baff00; padding: 0 10px; color: #222;}

.pt100 {padding-top: 100px;}

.pb100 {
  padding-bottom: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.spad {
  padding: 100px 0;
}

.section-title {
  font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    line-height: 1;
}

.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 38px;
}


.section-title h1,.section-title h2 {
  display: inline-block;
  background: #baff00;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 60px;
}

.set-bg {
  background-size: cover;
  background-repeat: no-repeat;
}



#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader .8s linear infinite;
  -webkit-animation: loader .8s linear infinite;
}

.feature-boxsection{padding: 50px 0px; width:100%; height: auto; display: block;}

.feature-box{float: left; width:100%; height: auto;}

.feature-box h4{font-size: 15px; color: #000; line-height:25px; font-weight: 700; float: left; width: 100%; display: block;
}

.feature-box form{ padding:25px 10px 10px 10px; background-color:#fff; border:2px solid #baff00; border-radius:6px;}

.feature-box ul {float: left; width: 100%; padding:0px;}



.feature-box ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom:10px;
    display: flex;
}

.feature-box .icon {
    float: left;
    border: #BBBBBB solid 1px;
    width:30px;
    height:30px;
    text-align: center;
    padding:2px 0px 0px 0px;
    border-radius: 50px;
    transition: transform 1s;
    background-color: #99e41b;
}

.feature-box .icon i{color: #000; font-size:15px;}

.feature-box .content {
    float: left;
    padding: 0 0 0 20px;
    margin-top: -6px;
    flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
}

.feature-box h4 {
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    padding: 0;
    margin: 10px 0px 0px 0px;
    line-height: 25px;
}


@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.site-btn {
  display: inline-block;
  font-weight: 700;
  border: 4px solid;
  min-width: 200px;
  text-align: center;
  padding: 19px 0;
  position: relative;
  background-color: transparent;
  margin-right: 15px;
  z-index: 1;
  cursor: pointer;
}

.site-btn:after,.site-btn:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 4px;
  right: -15px;
}

.site-btn:after {
  bottom: 8px;
}

.site-btn:before {
  bottom: 18px;
}

.site-btn.sb-light{color: #fff;}
.site-btn.sb-light:hover{color:#b2ff2c;}

.site-btn.sb-light:after,.site-btn.sb-light:before {
  background: #fff;
}

.site-btn.sb-dark {
  color: #222;
}

.site-btn.sb-dark:after,.site-btn.sb-dark:before {
  background: #222;
}

.site-btn.sb-solid-color {
  background: #baff00;
  border-color: #baff00;
}

.site-btn.sb-solid-color:after,.site-btn.sb-solid-color:before {
  background: #222;
}

.site-btn.sb-solid-dark {
  background: #222;
  border-color: #222;
  color: #baff00;
}

.site-btn.sb-solid-dark:after,.site-btn.sb-solid-dark:before {
  background: #baff00;
}

.element {
  margin-bottom: 100px;
}

.accordion-area .panel {
  margin-bottom: 15px;
}

.accordion-area .panel-header {
  background: #f0f0f0;
  display: block;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.accordion-area .panel-header.active {
  background: #baff00;
}

.accordion-area .panel-header.active .panel-link:after {
  content: "-";
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
  content: "+";
}

.accordion-area .panel-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #baff00;
  border: none;
  cursor: pointer;
}

.accordion-area .panel-body p {
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 25px;
}

.accordion-area .panel-body {
  padding: 0 5px;
}

.accordion-area .panel-link:after {
  content: "+";
  position: absolute;
  left: 50%;
  font-size: 16px;
  font-weight: 700;
  top: 50%;
  line-height: 16px;
  margin-top: -8px;
  margin-left: -4px;
}

.accordion .card-header{padding:10px; border: 0px;}
.accordion .card-body{padding:10px; border: 0px;}
.accordion .card{border:0px;}
.accordion .btn-link {font-weight:600; color: #3e4042; background-color: transparent;padding:0px; font-size:25px;}
.accordion .btn-link {
	text-decoration: none;
}


/*----------------------------------------
		FEATURES-SECTION
------------------------------------------*/

.posts-feature .container {
    position: relative;
}

.posts-feature .section-feature-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 320px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature_section .section-title-sub-wrap {text-align: center;}

.feature_section .section-sub-title h2:before,
.team_section .section-sub-title h2:before,
.shop_section .section-sub-title h2:before {
	left: 50%;
	margin-left: -20px;
}

.feature_section .posts-feature {
	background-color: #95cb04;
	color: #ffffff;
	padding: 60px 0 0;
}

.feature_section .feature-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.feature_section .feature-post:nth-of-type(odd) {
	float: left;
	width: 34%;
	text-align: right;
	margin-right: 16%;
}

.feature_section .feature-post:nth-of-type(even) {
	float: right;
	width: 34%;
	margin-left: 16%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature_section .feature-post:nth-of-type(2n+1) {
	clear: left;
}

.title-content-feature {
    width:-moz-calc(100% - 75px);
    width:-webkit-calc(100% - 75px);
	width:calc(100% - 75px);
}
.feature_section .feature-post:nth-of-type(odd) .title-content-feature{
    padding-right: 20px;
}
.feature_section .feature-post:nth-of-type(even) .title-content-feature{
    padding-left: 20px;
}
.feature-post .feature-title h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
	line-height: 1;
	text-transform: uppercase;
}

.feature-post .feature-title a {
	color: #ffffff;
}

.feature-post .feature-content {
	font-size: 14px;
	font-weight: 400;
}

.feature-post .feature-image {
	width: 75px;
	height: 75px;
	border: 3px solid #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	line-height: 68px;
}

.feature-post .feature-image img {
	vertical-align: middle;
}

.posts-feature .ak-container {
	position: relative;
}

.posts-feature .section-feature-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 320px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.posts-feature .section-feature-image img {
	display: block;
	width: 100%;
}






.tab-element .nav-tabs {
  border-bottom: none;
  margin-bottom: 35px;
}

.tab-element .nav-tabs .nav-link {
  border: none;
  background: #f0f0f0;
  border-radius: 0;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 15px 30px;
}

.tab-element .nav-tabs .nav-link.active {
  background: #baff00;
}

.tab-element .nav-tabs .nav-link.active,.tab-element .nav-tabs .nav-link:hover {
  border: none;
}

.tab-element .tab-pane h4 {
  font-size: 18px;
  margin: 25px 0 20px;
}

.tab-element .tab-pane p {
  font-size: 14px;
}

.circle-progress {
  text-align: center;
  padding-top: 30px;
  display: inline-block;
}

.circle-progress .prog-circle {
  position: relative;
  margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
  position: absolute;
  content: "";
  width: 177px;
  height: 177px;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle-progress .progress-info {
  width: 100%;
  border-radius: 150px;
  margin: 0 auto;
  padding-top: 22px;
}

.circle-progress .progress-info h2 {
  font-size: 48px;
}

.circle-progress .prog-title {
  text-align: center;
  margin-top: 100px;
}

.circle-progress .prog-title h3 {
  font-size: 18px;
  color: #727272;
}

.img-popup-warp .mfp-content {
  opacity: 0;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.img-popup-warp.mfp-ready .mfp-content {opacity: 1; -webkit-transform: scale(1);-ms-transform: scale(1); transform: scale(1);}

.header-area {position: absolute; width: 100%; top: 0; z-index: 50;}

.logo-area {float: left; display: inline-block; background: #121212; padding: 20px 60px 30px;}

.phone-number {float: right; display: inline-block; padding: 5px 10px; background: #baff00; font-weight: 700; letter-spacing: 1px; margin-top: 30px;margin-right: 50px; border-top-left-radius:15px; border-bottom-right-radius:15px;}

.phone-number i {font-size:20px; padding:5px 10px 0px 0px;}

.nav-switch {display: none;}
.nav-menu {display: inline-block; float: right;}
.nav-menu ul {list-style: none;}
.nav-menu ul li {display: inline; color: #fff;}

.nav-menu ul li a {display: inline-block; padding: 40px 10px 5px; text-transform: uppercase; margin-right: 30px; font-size: 14px; color: #fff; font-weight: 500; position: relative;}

.nav-menu ul li a:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  left: 50%;
  margin-left: 1px;
  top: 0;
  background: #baff00;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav-menu ul li a:hover:after {height: 25px;}
.nav-menu ul li.active>a:after { height: 25px;}
.hero-section {height: 960px; background: #ededed; position: relative;}

.left-bar {position: absolute; width: 100px; height: 100%; background: #121212; z-index: 20;}

.left-bar .left-bar-content { position: absolute; width: 100%; bottom: 0; text-align: center; margin-bottom: 90px;}

.milestones-section{ margin: 30px 0px;  width: 100%; display: block;}

.social-links a {
  display: block;
  color: #838383;
  margin-bottom: 20px;
  font-size: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.social-links a:hover {
  color: #baff00;
}

.hero-right-text {
  position: absolute;
  right: 140px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  bottom: 60%;
  z-index: 30;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 20px;
}

.hero-slider .hero-slide-item {
  width: 100%;
  height: 960px;
  display: table;
}

.hero-slider .hero-slide-item .slide-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.hero-slider .owl-nav {
  position: absolute;
  display: inline-block;
  left: 350px;
  bottom: 70px;
}

.hero-slider .owl-nav .owl-prev,.hero-slider .owl-nav .owl-next {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hero-slider .owl-nav .owl-prev:hover,.hero-slider .owl-nav .owl-next:hover {color: #baff00;}

.hero-slider .owl-nav .owl-prev i {margin-right: 5px;}
.hero-slider .owl-nav .owl-next {margin-right: 0;}
.hero-slider .owl-nav .owl-next i {margin-left: 5px;}

.slide-num-holder {
  width: 153px;
  height: 250px;
  position: absolute;
  right: 60px;
  background: rgba(18,18,18,.95);
  bottom: -40px;
  z-index:10;
  text-align: right;
  padding-right: 20px;
  padding-top: 60px;
  color: #fff;
  font-weight: 700;
}

.slide-num-holder span {font-size:48px; color: #baff00; position: relative; top: -10px; right: -10px;}

.slide-content {
  margin-left: 350px;
  margin-bottom: 50px;
  padding-left: 190px;
  padding-top: 170px;
  padding-bottom: 70px;
  position: relative;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.slide-content:after {
  position: absolute;
  content: "";
  height: calc(100% + 50px);
  width: 330px;
  border-top: 150px solid #baff00;
  border-left: 150px solid #baff00;
  border-bottom: 90px solid #baff00;
  border-radius: 50px;
  top: 0;
  left: 0;
  opacity: .73;
}

.slide-content h2 {color: #fff;font-size: 80px; line-height: 80px;}

.slide-content2 {
  margin-right:450px;
  margin-bottom: 50px;
  padding-left: 190px;
  padding-top: 170px;
  padding-bottom: 70px;
  float: right;
  position: relative;
  opacity:0.9;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.slide-content2:after {
  position: absolute;
  content: "";
  height:calc(100% + 50px);
  width: 330px;
  border-top: 150px solid #baff00;
  border-right: 150px solid #baff00;
  border-bottom: 90px solid #baff00;
  border-radius: 50px;
  top:0px;
  right: 0px;
  opacity: .73;
}

.slide-content2 h2 {color: #fff;font-size:80px; line-height: 80px; text-align: right; margin-right:180px;}
.slide-content2 .site-btn{float:right; margin-right: 190px;}



.owl-item.active .slide-content, .slide-content2 {opacity: 1;}
.intro-text p {margin-bottom:20px;}
.service-box {margin-bottom: 30px;}

.service-box .sb-icon {
  margin-bottom: 30px;
  width: 100px;
  height: 125px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.service-box .sb-icon .sb-img-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.service-box .sb-icon .sb-img-icon img {
  opacity: .2;
  max-height: 70px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.service-box .sb-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 25px;
  top: -80px;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.service-box .readmore {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  padding: 2px 0;
  background-color: transparent;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.service-box:hover .sb-icon {
  background-color: #baff00;
}

.service-box:hover .sb-icon .sb-img-icon {
  left: 15px;
  margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
  opacity: 1;
}

.service-box:hover .readmore {
  background-color: #baff00;
  padding: 2px 10px;
}

.cta-section {
  position: relative;
  margin-bottom: 100px;
}

.cta-section:after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  top: 0;
  background: #222;
  z-index: 2;
}

.cta-section .cta-image-box {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  background-image: url(../img/cta-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section .container {
  position: relative;
  z-index: 9;
}

.cta-section .cta-content h2 {
  color: #fff;
}

.cta-section .cta-content p {
  color: #fff;
  margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
  display: inline-block;
  height: 80px;
  position: relative;
  width: 50px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
  margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 100%;
}

.milestone {
  min-height: 110px;
  padding-left: 43px;
  padding-top: 15px;
  position: relative;
}

.milestone h2 {
  margin-bottom: 0;
  font-size: 68px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.milestone p {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.milestone:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 0;
  top: 0;
  background: #ddd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.milestone:hover:after {
  background: #baff00;
}

.projects-filter-nav {
  list-style: none;
  text-align: right;
  margin-top: 20px;
}

.projects-filter-nav li {
  display: inline-block;
  margin-left: 25px;
  color: #747474;
  font-size: 18px;
  font-weight: 500;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.projects-filter-nav li.btn-active {
  background: #baff00;
  color: #222;
}

.projects-slider {
  padding: 0 40px;
  margin-top: 60px;
}

.projects-slider .single-project {
  height: 550px;
  width: 100%;
  background: #333;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transition: .8s;
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.projects-slider .single-project .project-content {
  padding: 50px;
  height: 100%;
  background: rgba(13,13,13,.5);
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: 0;
}

.projects-slider .single-project .project-content h2 {
  color: #fff;
  font-weight: 500;
  position: relative;
  top: 20px;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
}

.projects-slider .single-project .project-content p {
  color: #baff00;
  font-weight: 500;
  position: relative;
  top: 40px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.projects-slider .single-project .seemore {
  position: absolute;
  right: 50px;
  bottom: 30px;
  background: #baff00;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  padding: 2px 8px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.projects-slider .single-project:hover .project-content {
  opacity: 1;
}

.projects-slider .single-project:hover .project-content h2,.projects-slider .single-project:hover .project-content p {
  top: 0;
}

.projects-slider .single-project:hover .seemore {
  bottom: 50px;
}

.projects-slider .single-project.__loading {
  opacity: 0;
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}

.projects-slider .owl-nav {
  text-align: right;
  max-width: 1170px;
  margin: 40px auto 0;
}

.projects-slider .owl-nav .owl-prev,.projects-slider .owl-nav .owl-next {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 0 5px;
}

.projects-slider .owl-nav .owl-prev:hover,.projects-slider .owl-nav .owl-next:hover {
  background: #baff00;
}

.projects-slider .owl-nav .owl-prev i {
  margin-right: 5px;
}

.projects-slider .owl-nav .owl-next {
  margin-right: 0;
}

.projects-slider .owl-nav .owl-next i {
  margin-left: 5px;
}

.client-slider .single-brand {
  display: table;
  height: 80px;
  width: 100%;
}

.client-slider .single-brand a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.client-slider .single-brand a img {
  width: auto;
  margin: 0 auto;
  opacity: .2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.client-slider .single-brand a:hover img {opacity: 1;}
.footer-section {padding-top:50px; padding-bottom:20px;border-top: 1px solid #c8c8c8; position: relative; background-color:#c1c4c7;}
.footer-end {padding:5px 0px 5px 0px; background-color:#d4d6d8; float:left; width:100%;}
.copyright {float: left; margin: 0px;  padding: 0px; color: #737373; width:auto; text-align: left; font-size: 12px; line-height:30px;}
.copyright span{color:#fff;}
.ipr {float: right; margin: 0px;  padding: 0px; color: #737373; width:auto; text-align: right; font-size: 12px; line-height:30px;}

.footer-section .footer-social {
  width: 75px;
  text-align: center;
  position: absolute;
  right: 60px;
  top: -55px;
  padding-top: 20px;
  background: #222;
}

.footer-item h4{margin-bottom: 30px; font-size:18px;}
.footer-item p{font-size:13px; color: #585a5c; line-height:20px; text-align:left;}

.footer-item ul {list-style: none;}

.footer-item ul li {display: block; margin:3px 0px;}


.footer-item ul li a {
  display: inline-block;
  font-size:14px;
  font-weight: 500;
  color: #222;
  padding: 0 5px;
}

.footer-item ul li a:hover {
  background: #baff00;
}

.footer-item ul li a.active {
  background: #baff00;
}

.page-header-section {height: 445px; padding-top: 200px;}

.page-header-section .header-title {font-size: 82px; color: #fff;}

.page-header-section .header-title span { background: 0 0; color: #baff00;}
.dropbtn {background-color:transparent;  border: none; cursor: pointer;}
.dropdown {position: relative; display: inline-block;}

.dropdown-content {
  display: none; position: absolute; background-color:#000; min-width:250px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; right: 0px; padding: 0px; margin: 0px;
}

.dropdown-content li {color: black; padding: 12px 16px; text-decoration: none; display: block;}

.dropdown-content li:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}



.site-subscribe {
  /* subscribe class */
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  position: relative;
}

.site-subscribe input[type=email] {
  height: 50px;
  border: 1px solid #cecece;
  background:#FFFFFF;
  color: #a2a3a5;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 63px 0 13px;
  width: 100%;
  margin:0px 0px 20px 0px;
  display: block;
  border-radius:4px;
}

.site-subscribe button[type=submit] {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border: none;
  color: #4543d0;
  font-size: 15px;
  font-weight: 400;
  line-height: 41px;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: 400ms ease;
  transition-property: color, background-color;
  border-radius:0 4px 4px 0;
  
}

.site-subscribe button[type=submit]:hover {
  background-color: #4543d0;
  color: #FFFFFF;
}



.testimonials-section {
  position: relative;
  margin: 60px 0;
}

.testimonials-section h1 {
  color: #fff;
}

.testimonials-section:after {
  content: "";
  position: absolute;
  width: 67%;
  height: 100%;
  right: 0;
  top: 0;
  background: #222;
  z-index: 2;
}

.testimonials-section .testimonials-image-box {
  position: absolute;
  width: 50%;
  height: calc(100% + 120px);
  left: 0;
  top: -60px;
  background-image: url(../img/cta-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-section .container {
  position: relative;
  z-index: 9;
}

.testimonials-section .qut {
  color: #baff00;
  font-size: 36px;
  margin-bottom: 20px;
}

.testimonials-section p{color: #fff;
  font-style: italic;
  margin-bottom: 50px;
	
}

.ts-item p {
  color: #fff;
  font-style: italic;
  margin-bottom: 50px;
}

.ts-item h4 {
  font-size: 15px;
  font-weight: 400;
  color: #baff00;
  margin-bottom: 0;
}

.ts-item span {
  font-size: 12px;
  color: #fff;
}

.team-member {
  padding-right: 67px;
  position: relative;
}

.team-member img {
  min-width: 100%;
}

.team-member .member-info {
  position: absolute;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 230px;
  background: #fff;
  bottom: 37px;
  right: 0;
  -webkit-box-shadow: 6px 7px 20px rgba(114,114,114,.21);
  box-shadow: 6px 7px 20px rgba(114,114,114,.21);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-member .member-info h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.team-member .member-info p {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.team-member:hover .member-info {
  background: #baff00;
  -webkit-box-shadow: 0 0 0 rgba(114,114,114,.21);
  box-shadow: 0 0 0 rgba(114,114,114,.21);
}

.promo-section {
  padding-top:50px;
  padding-bottom:0px;
}

.promo-text h1 {
  margin-bottom: 20px;
}

.promo-text p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}

/*------------------------------
		ABOUT-SECTION
------------------------------*/



.section-sub-title {
    color: #454545;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}

.about_section {
	padding: 105px 0 105px 0;
	overflow: hidden;
}

.about-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-content-wrap .left-about-content {
	width: 50%;
	margin-top: 30px;
	float: left;
}

.about-content-wrap .right-about-content {
	float: right;
	width: 44%;
	position: relative;
	text-align: right;
	margin-left: 6%;
}

.about-content-wrap .right-about-content:before {
	content: '';
	position: absolute;
	width: 430px;
	height: 410px;
	background-color: transparent;
	border: 20px solid #baff00;
	top: -15%;
	left: 20px;
	z-index: -1;
}

.about-content-wrap .about-posts h5 {
	margin: 0;
	font-weight: 400;
}

.about-post-title a {
	font-size: 22px;
	color: #343434;
	display: inline-block;
	margin-bottom: 25px;
	line-height: 1;
}

.about-post-title a:hover {
	color: #fea100;
}

.about-post-content {
	font-size: 14px;
	color: #696868;
	line-height: 1.8;
	max-width: 90%;
	margin-bottom: 25px;
}

.about-button a {
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid #e6e6e6;
	font-size: 14px;
	color: #343434;
	background-color: transparent;
	text-transform: capitalize;
}

.about-button a:hover {
	background-color: #fea100;
	color: #ffffff;
	border-color: #fea100;
}

.slide-num-holder.test-slider {
  right: auto;
  left: 100%;
  bottom: -160px;
  width: 160px;
  height: 230px;
  padding-right: 30px;
  padding-top: 80px;
}

.service-slider {
  position: relative;
}

.service-slider .owl-controls {
  position: absolute;
  height: 100%;
  width: 14px;
  left: 0;
  top: 0;
  display: -ms-grid;
  display: grid;
}

.service-slider .owl-dots {
  display: table-cell;
  vertical-align: middle;
}

.service-slider .owl-dots .owl-dot {
  width: 14px;
  height: 13px;
  margin-bottom: 10px;
  background: #e8e8e8;
}

.service-slider .owl-dots .owl-dot.active {
  background: #baff00;
}

.service-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.service-text p {
  margin-bottom: 50px;
}

.service-text ol {
  list-style: none;
}

.service-text ol li {
  font-size: 20px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 20px;
}

.solid-service-box {
  text-align: center;
  background: #fff;
  padding: 50px 20px;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.solid-service-box h2 {
  font-size: 48px;
  color: #727272;
  margin-bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solid-service-box h3 {margin-bottom: 20px;}
.solid-service-box p {font-size: 14px; margin-bottom: 20px;}

.solid-service-box .readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: -20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.solid-service-box:hover { background: #baff00;}
.solid-service-box:hover h2 {color: #222;}
.solid-service-box:hover .readmore {visibility: visible; opacity: 1; bottom: 0;}
.promo-box { width: 1383px; margin: 0 auto; padding: 40px 0; background-color:#353535;}
.promo-box h3{color: #fff;}
.promo-box .promo-text h1,.promo-box .promo-text p {color: #fff;}
.blog-post {margin-bottom: 120px;}

.blog-post .thumb {padding: 25px; position: relative;}

.blog-post .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  top: 0;
  left: 0;
  background: #f0f0f0;
  z-index: -1;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.blog-post .post-date {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  background: #baff00;
  padding: 4px 15px;
  margin-bottom: 20px;
}

.blog-post h2 {font-size: 30px;}
.blog-post h2 a {color: #222;}
.blog-post p { margin-bottom: 0;}
.blog-post .post-meta {margin-bottom: 40px;}
.blog-post .post-meta a {color: #727272; font-size: 12px;  margin-right: 10px;}

.blog-post .post-meta a i { font-size: 16px;  margin-left: 5px;}

.blog-post:hover .thumb:after {background: #baff00;}

.pagination {display: inline-block; padding: 20px 30px; background: #222; border-radius: 0;}

.pagination a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.pagination a.active {
  font-size: 48px;
  color: #baff00;
}

.search {
  position: relative;
}

.widget-area {
  margin-bottom: 80px;
}

.widget-area .widget-title {
  font-size: 22px;
  margin-bottom: 40px;
}

.widget-area .search input {
  width: 100%;
  background: #f0f0f0;
  border: none;
  font-size: 12px;
  padding: 10px;
  padding-right: 35px;
  font-style: italic;
}

.widget-area .search button {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  border: none;
  color: #838383;
  height: 100%;
  width: 40px;
}

.widget-area ul {
  list-style: none;
}

.widget-area ul li a {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #727272;
  padding: 3px 10px;
  padding-left: 25px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget-area ul li a:after {
  position: absolute;
  content: "+";
  color: #838383;
  left: 5px;
  top: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget-area ul li a:hover {
  background: #baff00;
  color: #222;
}

.widget-area ul li a:hover:after {
  color: #222;
}

.widget-area ul li:last-child a {
  margin-bottom: 0;
}

.widget-area .rp-widget .rp-widget-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.widget-area .rp-widget .rp-widget-item:last-child {
  margin-bottom: 0;
}

.widget-area .rp-widget .thumb {
  width: 68px;
  height: 68px;
  float: left;
  margin-right: 30px;
  background: #ddd;
  display: block;
}

.widget-area .rp-widget .rp-content {
  padding-left: 98px;
}

.widget-area .rp-widget h4 {
  line-height: 1.5;
  margin-bottom: 0;
}

.widget-area .rp-widget p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.widget-area .quote-widget span {
  font-size: 47px;
  font-style: italic;
  color: #727272;
}

.widget-area .quote-widget p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 13px;
}

.widget-area .instagram-widget {
  padding-top: 30px;
}

.widget-area .instagram-widget a {
  display: block;
  overflow: hidden;
  width: 33.33333%;
  float: left;
  position: relative;
}

.widget-area .instagram-widget a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #baff00;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget-area .instagram-widget a:before {
  position: absolute;
  content: "+";
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  width: 20px;
  top: 50%;
  margin-top: -13px;
  left: 50%;
  margin-left: -10px;
  text-shadow: 0 0 20px #999;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

.widget-area .instagram-widget a:hover:after,.widget-area .instagram-widget a:hover:before { opacity: 1;}
.widget-area .instagram-widget a img {min-width: 100%;}
.cf-social {margin-top: 50px;}
.cf-social a {color: #222; margin-right: 25px;}
.contact-info{background-color: #dddada; padding: 20px; border-left:5px solid #000;}
.contact-info h4{font-size:20px; font-weight:600; margin-bottom:10px; color: #242222;}
.contact-info p{font-size:13px; line-height:20px; font-weight:600; margin-bottom:10px; color: #474444;}
.contact-info p strong{font-size:14px; font-weight: 700;}
.form-info{background-color: #403c3c; padding: 20px;}
.contact-form {padding-top: 10px;}
.contact-form input,.contact-form textarea {width: 100%; font-size: 13px; border: none; background:transparent; border-bottom: 1px solid #fff; padding: 15px 20px; margin-bottom: 20px; color: #fff;}
.contact-form textarea {height:60px; margin-bottom: 30px;}
.contact-form ::-webkit-input-placeholder { font-style: italic;}
.contact-form :-ms-input-placeholder {font-style: italic;}
.contact-form ::-ms-input-placeholder {font-style: italic;}
.contact-form ::placeholder {font-style: italic;}


#toggle-menu{padding:25px 25px; margin: 0px; font-size:16px;text-transform:uppercase; font-weight: 600; text-decoration: none; font-family: roboto,sans-serif; }
#menu a {padding:25px 25px; margin: 0px; font-size:16px;text-transform:uppercase; font-weight: 600; text-decoration: none; font-family: roboto,sans-serif; }
#menu ul {margin: 0; padding: 0;}
#menu .main-menu {display: none;}
#tm:checked + .main-menu {display: block; float: left;width:100%;}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {display: none;}
#menu li, #toggle-menu, #menu .sub-menu {border-style: solid; border-color: rgba(0, 0, 0, .05);}
#menu li, #toggle-menu {border-width: 0 0 1px;}
#menu .sub-menu {background-color: rgba(0, 0, 0, .5); border-width:1px 1px 0; margin:0px 5px;}
#menu .sub-menu li a{padding:5px 10px; font-size:13px; color: #fff; line-height: 20px;}
#menu .sub-menu li:last-child {border-width: 0;}
#menu li, #toggle-menu, #menu a {position: relative; display: block; color:#fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);}
#menu, #toggle-menu {float:left; width:100%;}



#menu a {transition: all .125s ease-in-out; -webkit-transition: all .125s ease-in-out; color:#fff;}
#menu a:hover {background-color:#b2ff2c; color: #000;}
#menu .sub-menu {display: none;}
#menu input[type="checkbox"]:checked + .sub-menu {display: block;}
#menu .sub-menu a:hover {color: #444;}
#toggle-menu .drop-icon, #menu li label.drop-icon {position: absolute; right:1.5em; top:10px;}
#menu label.drop-icon, #toggle-menu span.drop-icon {border-radius: 50%; width: 1em; height: 1em; text-align: center;
  background-color: rgba(0, 0, 0, .5);text-shadow: 0 0 0 transparent; color: rgba(255, 255, 255, .75);}
#menu .drop-icon {line-height: 1;}

#menu label.drop-icon, #toggle-menu span.drop-icon i{font-size: 20px;}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {width:100%;}
  #menu .sub-menu li {width: auto; color:#fff;}
  #menu, #toggle-menu {float: right;}
}

@media only screen and (min-width: 52em) {

#toggle-menu {padding:5px 25px 10px 0px; float:left; width:100%; font-size:15px; font-family:roboto,sans-serif; }
#menu a {padding:15px 30px 15px 30px; float:left; width:100%; font-size:15px; font-family:roboto,sans-serif; }
  #menu .main-menu {display: block; top: -80px; float: right; position: relative;}
  #tm:checked + .main-menu {display: block; width:100%;}
  #menu, #toggle-menu {float:left;}
  #menu li {width:auto;}
  #toggle-menu, #menu label.drop-icon {display: none;}
  #menu ul span.drop-icon {display: inline-block;}
  #menu li {float: left;border-width: 0 1px 0 0; color:#fff;}
  #menu .sub-menu li {float: none;}
  #menu .sub-menu {border-width:0; margin: 0;position:absolute; top:100%; left:0; width:200px; z-index:3000;}
  #menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu {display: none;}
  #menu .sub-menu li {border-width: 0 0 1px;}
  #menu .sub-menu .sub-menu {top:0;left:100%;}
  #menu li:hover > input[type="checkbox"] + .sub-menu {display: block;}
  
}

.portfolio-filter {list-style: none;}
.portfolio-filter li {display: inline-block; margin-right: 40px; font-size: 14px;color: #222; cursor: pointer; font-weight: 500;}
.portfolio-filter li.active {text-decoration: underline; -webkit-text-decoration-color: #2046f2; text-decoration-color: #2046f2;}
.portfolio-warp {display: block; overflow: hidden;}

.portfolio-warp .grid-item {width: 20%; background-position: center;}
.portfolio-warp .grid-item:after {content: ''; display: block; clear: both;}
.portfolio-warp .grid-item.grid-wide,.portfolio-warp .grid-item.grid-long {width: 40%;}

.portfolio-warp .grid-item a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(186,255,0,.45);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio-warp .grid-item a:after {
  position: absolute;
  content: "+";
  left: 50%;
  top: 60%;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.portfolio-warp .grid-item:hover a {
  opacity: 1;
}

.portfolio-warp .grid-item:hover a:after {
  top: 50%;
}

.portfolio-warp .grid-sizer {
  width: 20%;
}

@media only screen and (max-width:1477px) {
  .slide-num-holder.test-slider {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width:1400px) {
  .promo-box {
    width: 100%;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .phone-number {
    margin-right: 30px;
  }
  
  

  .nav-menu ul li a {
    margin-right: 20px;
  }

  .slide-content {margin-left: 220px;}
  .slide-content2 {margin-right: 220px;}

  .milestone p {
    margin-left: 10px;
    font-size: 17px;
  }

  .milestone h2 {
    font-size: 55px;
  }

  .milestone:after {
    width: 90px;
    height: 90px;
  }

  .slide-num-holder {
    right: 20px;
  }

  .hero-right-text {
    right: 100px;
  }
}
@media (max-width: 769px) {
	
	.about_section {
    padding: 80px 0;
}

.about-content-wrap {
		display:block;
	}
	.about-content-wrap .left-about-content {
		width:100%;
		margin:0 0 30px;
	}
	.about-content-wrap .right-about-content, 
	.about-post-content {
		max-width:100%;
		width:100%;
		margin-left: 0;
	}
	.right-about-content .about-image-wrap {
		max-width:100%;
		width:100%;
		margin:0 auto;
	}
	
	.about-content-wrap .right-about-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: transparent;
    border: 20px solid #baff00;
    top: -15%;
    left: 0px;
    z-index: -1;
}

.feature_section .posts-feature {
    background-color: #95cb04;
    color: #ffffff;
    padding: 30px 0px;
}
	
	.feature_section .feature-post:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
}

.title-content-feature {
    padding-left: 20px;
}

.feature_section .feature-post, .feature_section .feature-post:nth-of-type(odd), .feature_section .feature-post:nth-of-type(even) {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}

.posts-feature .section-feature-image {
    display: none;
}
	
	
	
	
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .logo-area {
    padding: 20px 40px 30px;
  }

  .slide-content {
    margin-left: 170px;
    margin-bottom: -35px;
    padding-left: 120px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  
  

  .slide-content h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .slide-content:after {
    border-top: 100px solid #baff00;
    border-left: 100px solid #baff00;
    border-bottom: 60px solid #baff00;
  }
  
  .slide-content2 {
    margin-left:170px;
    margin-bottom: -35px;
    padding-right:0px;
    padding-left:0px;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .slide-content2 h2 {
    font-size: 60px;
    line-height: 60px; margin: 0px 130px 0px 0px
  }

  .slide-content2:after {
    border-top: 100px solid #baff00;
    border-right: 100px solid #baff00;
    border-bottom: 60px solid #baff00;
  }
  
  .slide-content2 .site-btn{margin-right:133px;}
  .hero-slider .owl-nav {left: 170px;}
  .slide-num-holder {right: 20px;}

  .hero-right-text {bottom: 70%;right:100px;}

  .nav-menu ul li a {
    margin-right: 5px;
    font-size: 13px;
    padding: 37px 7px 5px;
  }

  .phone-number {
    font-size: 12px;
    margin-right: 10px;
  }

  .team-member {
    margin-bottom: 30px;
  }

  .portfolio-warp .grid-item {
    width: 50%;
  }

  .portfolio-warp .grid-item.grid-wide,.portfolio-warp .grid-item.grid-long {
    width: 50%;
  }

  .portfolio-warp .grid-sizer {
    width: 50%;
  }

  .solid-service-box {
    margin-bottom: 30px;
  }

  .cta-section {
    background: #222;
    margin-bottom: 0;
  }

  .testimonials-section {
    background: #222;
    margin: 0;
  }

  .testimonials-image-box,.testimonials-section:after,.cta-image-box,.cta-section:after {
    display: none;
  }

  .hero-section,.hero-slider .hero-slide-item {
    height: 850px;
  }

  .milestone,.solid-service-box {
    margin-bottom: 30px;
  }

  .footer-section .footer-social {
    width: auto;
    top: -25px;
    right: 50%;
    padding: 10px;
    margin-right: -133px;
  }

  .footer-section .social-links a {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .projects-filter-nav {
    text-align: left;
  }

  .projects-filter-nav li {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-section .copyright {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 40px auto 0;
    left: 0;
    top: 0;
    margin-bottom: -50px;
    padding-left: 15px;
  }
}

@media only screen and (max-width:767px) {
  h1,.sp-title {font-size: 45px;}  
  .logo-area{display: none;}
  
  #toggle-menu a{height:auto; margin:0px; padding:0px; float: left; border: 0px!important;background-color:#121212!important;}  
  #toggle-menu a:hover{background-color: #000;}
  
  #menu a {border-bottom:1px solid #60615f; line-height:40px; padding: 0px 10px; background-color:#303033; }
  
  .slide-content:after {
    border-top:30px solid #baff00;
    border-left:30px solid #baff00;
    border-bottom:30px solid #baff00;
    width:45%;
    margin-left:8%;
    border-radius: 6px;
    
}

.slide-content2:after {
    border-top:30px solid #baff00;
    border-right:30px solid #baff00;
    border-bottom:30px solid #baff00;
    width:45%; margin-right:18%; border-radius: 6px;
    
}

.slide-content2 h2{
	float: right;
}



.site-btn {
    display: inline-block;
    font-weight: 700;
    border: 4px solid;
    min-width: 150px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: transparent;
    margin-right: 15px;
    z-index: 1;
    cursor: pointer;
}

  .page-header-section .header-title {font-size:40px;  }

  .left-bar {
    width: 70px;
  }

  .hero-right-text,.phone-number {
    display: none;
  }

  .nav-switch {
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: #fff;
    top: 20px;
    display: block;
  }

  .nav-menu {
    position: absolute;
    width: calc(100% - 90px);
    left: 80px;
    background: #121212;
    top: 100%;
    margin-top: 11px;
    display: none;
  }

  .nav-menu ul li a {
    display: block;
    padding: 16px 21px;
    border-bottom: 1px solid #202020;
    margin-right: 0;
  }

  .nav-menu ul li a:after {
    left: 20px;
  }

  .nav-menu ul li.active>a:after,.nav-menu ul li a:hover:after {
    height: 10px;
  }

  .hero-section {
    height: auto;
  }

  .hero-slider .hero-slide-item {
    padding: 150px 0;
    height: auto;
  }

  .slide-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  
  .slide-content2 h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-slider .owl-nav {
    padding-left: 70px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .slide-content {
    margin-left: 70px;
    padding: 0;
    text-align: center;
  }
  
  .slide-content2 {
    margin-right: 70px;
    padding: 0;
    text-align: center;
  }

  .slide-num-holder,.slide-num-holder.test-slider {
    right: 0;
    height: 75px;
    width: 136px;
    padding-top: 18px;
  }

  .slide-num-holder span,.slide-num-holder.test-slider span {font-size: 40px;}

  .slide-num-holder.test-slider {bottom: -135px;}
  .team-member {margin-bottom: 30px; }
  .portfolio-warp .grid-item { width: 50%;}
  .portfolio-warp .grid-item.grid-wide,.portfolio-warp .grid-item.grid-long {width: 50%;}
  .portfolio-warp .grid-sizer {width: 50%;}

  .cta-section {background: #222; margin-bottom: 0;}
  .testimonials-section { background: #222; margin: 0;}
  .testimonials-image-box,.testimonials-section:after,.cta-image-box,.cta-section:after { display: none;}
  .milestone,.solid-service-box {margin-bottom: 30px;}
  .projects-filter-nav {text-align: left;}

  .footer-section .footer-social {width: auto; top: -25px;right: 50%; padding: 10px; margin-right: -133px;}
  .footer-section .social-links a { display: inline-block; padding: 0 15px; margin-bottom: 0;}

  .footer-section .copyright {position: relative; width: 100%; max-width: 720px; margin: 40px auto 0;left: 0; top: 0; margin-bottom: -50px; padding-left: 15px; text-align: center;}
  .footer-item { margin-bottom: 40px;}
}

@media only screen and (max-width:479px) {
	.page-header-section .header-title {
    font-size: 35px;
}
	
  .logo-area {padding: 20px 30px 30px;}
  .header-area {background: #121212; padding-right:0px;}
  .nav-menu {width:100%;left: 0; margin-top: 0; border-top: 2px solid;}
  .left-bar {display: none;}
  .hero-slider .owl-nav {padding-left: 0;}
  .slide-content {margin-left: 0; padding: 0 15px;}
  .slide-content h2 {font-size: 35px; line-height: 40px; padding: 30px 0px 0px 18%; text-align: left;}
  .slide-content2 {margin:0px 90px 0px 0px; padding: 0 15px;}
  .slide-content2 h2 {font-size: 35px; line-height: 40px; padding: 30px 0px 0px 18%; text-align:right; margin: 0px 90px 0px 0px}
  .slide-content2 .site-btn {float: right; margin: 5px 30% 0px 0px;}
  .portfolio-warp .grid-item {width: 100%;}
  .portfolio-warp .grid-item.grid-wide,.portfolio-warp .grid-item.grid-long { width: 100%;}
  .portfolio-warp .grid-sizer {width: 100%;}
  .projects-slider {padding: 0 15px;}
  
}