
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x:hidden;
}

a {
  color: #000000;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #d60707;
  outline: none;
  text-decoration: none;
}
.img-responsive{
	max-width:100%;
}
.text-white{
	color:#FFF !important;
}
.text-black{
	color:#333 !important;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: justify;
}
ul li{
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.headign-border {
    border-top: 3px solid #a65a17;
    width: 50px;
    display: block;
    margin-bottom: 10px;
}
.border-right-0{
	 border-right:0 !important;
}
/* ----------------------------- */
.img-auto-width{
	width:100%;
}
 .margin-0 {
     margin: 0 !important;
}
 .margin-bottom-0 {
     margin-bottom: 0 !important;
}
 .margin-bottom-50 {
     margin-bottom: 50px !important;
}
 .margin-top-50 {
     margin-top: 50px !important;
}
 .margin-top-80 {
     margin-top: 80px !important;
}
 .margin-top-15 {
     margin-top: 15px !important;
}
 .margin-top-10 {
     margin-top: 10px !important;
}
 .margin-top-25 {
     margin-top: 25px !important;
}
 .margin-bottom-15 {
     margin-bottom: 15px !important;
}
 .margin-bottom-5 {
     margin-bottom: 5px !important;
}
 .margin-left-15 {
     margin-left: 15px !important;
}
 .margin-right-15 {
     margin-right: 15px !important;
}
 .margin-right-0 {
     margin-right: 0 !important;
}
 .margin-right-5 {
     margin-right: 5px !important;
}
 .padding-0 {
     padding: 0 !important;
} 
 .padding-top-0 {
     padding-top: 0 !important;
}
 .padding-10 {
     padding: 10px !important;
}
 .padding-top-15 {
     padding-top: 15px !important;
}
 .padding-bottom-0 {
     padding-bottom: 0px !important;
}
 .padding-bottom-15 {
     padding-bottom: 15px !important;
}
 .padding-left-15 {
     padding-left: 15px !important;
}
 .padding-right-15 {
     padding-right: 15px !important;
}
 .padding-left-0 {
     padding-left: 0 !important;
}
 .padding-right-0 {
     padding-right: 0 !important;
}
 .padding-top-50 {
     padding-top: 50px !important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #dd5438;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2260d1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: transparent;
}

#header.header-scrolled {
  background: white;
  padding: 22px 0;
  height: 72px;
  transition: all 0.5s;
  border-bottom: 1px solid #e4e4e4;
}

#header #logo {
  float: left;
  margin-top: -5px;
}
.header-scrolled #logo {
  margin-top: -10px !important;
}
@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
	#intro, #intro .carousel-item, #intro .carousel-container  {
		max-height:700px;
	}
	#portfolio .portfolio-item, #portfolio .portfolio-item figure {
		height: 155px !important;
	}
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 120px;
}
#header.header-scrolled #logo img {
  width: 110px;
  margin-top: -8px;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    /* max-height: 40px; */
    margin-left: 0px;
    margin-top: -5px;
    width: 110px !important;
    margin: 15px 0 0;
  }
  .header-scrolled #logo img {
    margin-left: -25px !important;
    margin-top: -5px;
    height:auto !important;
    width: 220px !important;

  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.20);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 50px;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}
#intro h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 20px;
  display: inline;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  margin: 30px auto 10px auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 25px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 1px solid #fff;
}

#intro .btn-get-started:hover {
  background: #dd5438;
  color: #fff;
  border: 1px solid #dd5438;
}

.btn-custom {
    color: #fff;
    background-color: #a65a17;
    border-color: #007bff;
    padding: 12px 20px !important;
    border: 0;
    border-radius: 0;
    position: relative;
    top: -11px;
}

.btn-custom:hover{
    color: #fff;
    background-color: #292734;
}
.btn-out-line {
    color: #a65a17;
    border:1px solid #a65a17;
    padding: 8px 20px !important;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
}

.btn-out-line:hover{
    color: #fff;
    background-color: #a65a17;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

#header.header-scrolled .nav-menu a{
  color:#000;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #FF9800;
  border-radius: 14px;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #292734;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 8px 10px;
  color: #fff !important;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.5px;
}
.nav-menu ul li:hover{
  background:#dd5438;
}
.nav-menu ul li:hover > a {
  color: #dd5438;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 14px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  background: #353535;
  color: #fff;
  width: 30px;
  line-height: 24px;
  font-size: 18px;
  height: 30px;
  padding: 3px;
  border-radius: 16px;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #2260d1;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #2260d1;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2260d1;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #2260d1;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#portfolio .section-header h3{
  color:#333;
}
.section-header h3 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #9f5d1e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #fbfbfb;
}
.display-table{
	display:table;
	width:100%;
}
/* Featured Services Section
--------------------------------*/
/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #33393c;
}

#featured-services .box {
  padding: 30px 20px;
  border-right: 1px solid #4c4b52;
}
#featured-services .box img{
  width:60px;
  float:left;
  margin: 5px 15px 15px 0;
}
#featured-services .box-bg {
  /* background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%); */
}

#featured-services i {
  color: #eb4343;
  font-size: 60px;
  display: inline-block;
  line-height: 1;
  float: left;
  width: 70px;
  height: 65px;
}

#featured-services h4 {
  font-weight: 400;
  margin: 0 0 5px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #2260d1;
}

#featured-services p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

/* About Us Section
--------------------------------*/
#about_us{
	padding: 60px 0 40px 0;
	position: relative;
}
#service{
    background: #fbfbfb;
    padding: 80px 0 40px 0;
    position: relative;
}
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#service .container {
  position: relative;
  z-index: 10;
}

#service .about-col {
  border-radius: 0 0 4px 4px;
  margin-bottom: 25px;
}


#service .about-col .img {
  position: relative;
  background: #444242;
}

#service .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#service .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #2260d1;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#service .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#service .about-col:hover .icon {
  background-color: #fff;
}

#service .about-col:hover i {
  color: #2260d1;
}

#service .about-col h2 {
  border: 1px solid #eee;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 15px;
  margin: 0px 0 15px 0;
  line-height: 44px;
  background: #FFF;
}
#service .about-col h2 a {
  color: #000;
}

#service .about-col h2 a:hover {
  color: #fe0000;
}

#service .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0 0 10px;
  font-weight: 300;
  min-height: 130px;
}
#service .about-col .btn{
	margin: 0 20px 20px;
}
/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #2260d1;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #2260d1;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#high-servives {
  /* background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center; */
  /* background-size: cover; */
  background:#252331;
  padding: 0;
}

#high-servives h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#high-servives p {
  color: #fff;
}

#high-servives .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#high-servives .cta-btn:hover {
  background: #2260d1;
  border: 2px solid #2260d1;
}
#high-servives .s-left{
    padding-left: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
}
#high-servives .s-right{
    padding-left: 5%;
    padding-top: 100px;
    padding-bottom: 100px;
    background:#0e2753;
}
#high-servives .s-right h6{
  font-weight:200;
  font-size:42px;
  color:#adaeb1;
}
#high-servives .s-right h1{
  font-weight:500;
  font-size:48px;
  color:#fff;
}
#high-servives h2{
	color:#a65a17
}
.trx_addons_list_dot{
	font-size: 18px;
	font-weight: 300;
}
.trx_addons_list_dot li{
	list-style: disc;
	color: #c1c0c0;
	font-size: 15px;
	line-height: 30px;
}
.trx_addons_list_dot li:after{
	border-left:1px solid red;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(23, 22, 22, 0.1), rgba(0, 0, 0, 1)), url(../img/happy-family.jpg) fixed center center;
    background-size: cover;
    padding: 100px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-top: 20px;
}

#call-to-action p {
  color: #fff;
  font-weight: 200;
  font-size: 22px;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}
/* Facts Section
--------------------------------*/
#page {
  background: url("../img/intro-carousel/1.jpg") center top no-repeat fixed;
  background-size: 100%;
  padding: 180px 0 40px 0;
  position: relative;
}
.installation_page{
  background: url("../img/intro-carousel/insulation.jpg") center top no-repeat fixed !important;
}
.drywall_page{
  background: url("../img/intro-carousel/drywall.jpg") center top no-repeat fixed !important;
}
.fa-linkedin{
  display:none;
}
#page i.fa{
  margin-bottom:20px;
  font-size:24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 65px;
  border-radius:50px;
  /* background: #fff; */
  width: 65px;
  height: 65px;
}

#page::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000008c;
  z-index: 9;
}
#page h5, #page p{
    color: #fff;
}
#page .container {
  position: relative;
  z-index: 10;
}
#page .counters{
	margin-top:80px;
}
#page .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #2260d1;
}

#page .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

#page .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
#facts i.fa{
  margin-bottom:20px;
  font-size: 41px;
  color: #a14a18;
  line-height: 65px;
  width: 65px;
  height: 65px;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000008c;
  z-index: 9;
}
#facts h5, #facts p{
    color: #fff;
}
#facts .container {
  position: relative;
  z-index: 10;
}
#facts .counters{
	margin-top:80px;
}
#facts .counters_box{
  text-align:center;
  background: #ffffffeb;
  min-height:190px;
  padding: 35px;
}
#facts .counters_box h5{
  color:#1b1b1b;
  margin: 0 0 10px;
}
#facts .counters_box img{
  margin: 0 0 10px;
  max-width:120px;
}
#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #2260d1;
}
#facts .counters p {
  color:#000;
  padding: 0;
  margin:0px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
}
#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #2260d1;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 190px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 180px;
  position: relative;
  border-radius: 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #2260d1;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(60% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
  display: none;
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #2260d1;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #2260d1;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 0;
  background:#f9f9f9;
}
#testimonials .col-md-6{
  padding: 60px 15px;
}
#testimonials .col-md-6 h5{
  border-left:3px solid #d60707;
  padding-left:10px;
  font-size:22px;
}
#testimonials .col-md-6 h6{
  margin: 10px 0 5px;
  color: #333;
  padding-top: 10px;
}
#testimonials .col-md-6 .fa{
  margin:0 3px 0 0;
  color:#d60707;
  font-size:18px;
}
#testimonials .col-md-6 p{
  font-size:13px;
  text-align: left;
}


#testimonials .section-header {
  margin-bottom: 40px;
  margin-top: 70px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  margin: 10px 0 5px 0;
  color: #fff;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: white;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
  figure a img {
		min-height: 200px;
	}
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #2260d1;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #2260d1;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #2260d1;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  text-align: center;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #2260d1;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
	display: none;
    color: #fff;
    background: #696868;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
#footer .credits a, #footer .copyright strong{
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #2260d1;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #2260d1;
}

#contact .php-email-form button[type="submit"] {
  background: #2260d1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #242424;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  border-left: 4px solid #dd5438;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #2260d1;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #dd5438;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #dd5438;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #2260d1;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}





.r-box{
	background:#292734
}
.r-box .col-sm-4{
	text-align:center;
	padding: 83px 30px;
	border-right: 1px solid #3f3d4c;
	border-bottom: 1px solid #3f3d4c;
}
.r-box img{
	width: 60px;
}
.r-box h4{
	color:white;
	font-weight: 200;
	font-size: 16px;
	margin: 15px 0 0;
}
.heading-2{
	 font-weight: 200;
	 font-size: 26px;
	 margin: 0 0 15px;
	 color: #989898;
}
.heading-2 span {
	 font-weight: 600;
	 font-size: 44px;
	 color: #dd5438;
	 text-transform: uppercase;
}
/* ----------------------------- */
.img-auto-width{
	width:100%;
}
 .margin-0 {
     margin: 0 !important;
}
 .margin-bottom-0 {
     margin-bottom: 0 !important;
}
 .margin-bottom-50 {
     margin-bottom: 50px !important;
}
 .margin-top-50 {
     margin-top: 50px !important;
}
 .margin-top-80 {
     margin-top: 80px !important;
}
 .margin-top-15 {
     margin-top: 15px !important;
}
 .margin-top-10 {
     margin-top: 10px !important;
}
 .margin-top-25 {
     margin-top: 25px !important;
}
 .margin-bottom-15 {
     margin-bottom: 15px !important;
}
 .margin-bottom-5 {
     margin-bottom: 5px !important;
}
 .margin-left-15 {
     margin-left: 15px !important;
}
 .margin-right-15 {
     margin-right: 15px !important;
}
 .margin-right-0 {
     margin-right: 0 !important;
}
 .margin-right-5 {
     margin-right: 5px !important;
}
 .padding-0 {
     padding: 0 !important;
} 
 .padding-top-0 {
     padding-top: 0 !important;
}
 .padding-10 {
     padding: 10px !important;
}
 .padding-top-15 {
     padding-top: 15px !important;
}
 .padding-bottom-0 {
     padding-bottom: 0px !important;
}
 .padding-bottom-15 {
     padding-bottom: 15px !important;
}
 .padding-left-15 {
     padding-left: 15px !important;
}
 .padding-right-15 {
     padding-right: 15px !important;
}
 .padding-left-0 {
     padding-left: 0 !important;
}
 .padding-right-0 {
     padding-right: 0 !important;
}
 .padding-top-50 {
     padding-top: 50px !important;
}
 .white-color {
     color: #FFF !important;
} 
.black-color {
     color: #333 !important;
}
 .full-width {
     width: 100% !important;
     float: none;
}
 .scroll {
     overflow-y: hidden;
     overflow-x: hidden;
}
 .scroll:hover {
     overflow-y: scroll;
     overflow-x: hidden;
}
 .scroll::-webkit-scrollbar {
     width: 3px;
}
 .scroll::-moz-scrollbar {
     width: 3px;
}
 .scroll::-o-scrollbar {
     width: 3px;
}
 .scroll::-webkit-scrollbar-track {
     background: #fff;
}
 .scroll::-moz-scrollbar-track {
     background: #fff;
}
 .scroll::-o-scrollbar-track {
     background: #fff;
}
 .scroll::-webkit-scrollbar-thumb {
     background: #ddd;
}
 .scroll::-moz-scrollbar-thumb {
     background: #ddd;
}
 .scroll::-o-scrollbar-thumb {
     background: #ddd;
}
.modal-content{
    background: url(../img/commercial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-body{
    background: #00000087;
    padding: 0px;
}
.modal-body .col-sm-5{
	padding: 50px 20px 50px 50px;
}
.modal-body .col-sm-5 p, .modal-body .col-sm-5 h5{
  color:#FFF;
}
.modal-body .col-sm-7{
	padding: 50px;
	background:#fff;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-links a:hover {
  background: #2260d1;
  color: #fff;
}
.modal-content label {
    font-size: 14px;
    margin-right: 10px;
}
.social-top{
	float:left;
	padding: 0;
	margin-bottom: 0;
}
.social-top li{
	display:inline;
	list-style-type:none;
}
.social-top li a{
	display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
    color: #FFF;
}
.top-bar-container{
    display: table;
    margin: 0 auto 20px;
    background: #bb631c;
    padding: 10px;
    border-radius: 0;
    width: 100%;
}
.top-bar-right{
	float:right;
	margin-bottom: 0;
}
.top-bar-right li{
	display:inline;
	list-style-type:none;
}
.top-bar-right span{
    display: inline-block;
    padding: 0 10px;
    color: #FFF;
	font-size:14px;
}
.top-bar-right a{
    color: #FFF;
}
.header-scrolled .top-bar-container{
	display:none;
}
.services_content h3 b{
	color:#dd5438;
}
.services_content h3{
  text-transform:capitalize;
}
.services_content h4{
	margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #163164;
    padding-left: 5px;
    border-left: 3px solid #dd5438;
}
.form-control {
    padding: 20px 12px;
    font-size: 14px;
    border-radius: 0;
}
.quote-form{
	background: #33393c;
    padding: 30px;
}
.quote-form .btn-out-line{
  color:#FFF;
  border-color:#FFF;
}
.badge{
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 10px 0px;
    background: #6b6c6d;
    border-radius: 15px;
}
.about_badge .badge {
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 15px 15px 0px;
    background: #1679c7;
    border-radius: 0;
}
.page{
	padding:60px 0;
}
.smart-nav{
  display:block;
}
.smart-nav h5{
	background: #dd5438;
	padding: 10px 15px;
	color: #FFF;
	margin: 0;
}
.smart-nav ul{
  display:block;
  padding: 0;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-bottom: 0;
}
.smart-nav ul li{
  display:block;
  line-height: 30px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
  text-transform: capitalize;
}
.smart-nav ul li .fa{
  color:#e62f2d;
  font-size:18px;
  margin-right:5px;
}
.cal_sec_left{
	background: #353535;
	padding: 30px 20px;
	text-align:center;
	margin-bottom: 20px;
}
.cal_sec_left h4{
  color:#FFF;
  font-size:18px;
  line-height:26px;
}
.cal_sec_left h2{
  color:#FFF;
  font-size: 26px;
  font-weight:600;
}
.cal_sec_left p{
  color:#FFF;
  text-align: center;
}
.cal_sec_left .btn-primary{
  background: #dd5438;
  color:#fff;
  margin-top:10px;
}
.list-text{
	padding:0;
}
.list-text li {
    list-style: none;
    line-height: 20px;
    background: url(../img/list_ico.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.bbb{
	display:none;
    width: 150px;
    position: fixed;
    z-index: 99;
    top: 380px;
    right: 0;
    background: #FFF;
    padding: 10px;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #dd5438;
    border-color: #dd5438;
    border-radius: 0;
}
.btn-primary:hover{
    color: #fff;
    background-color: #1d2c33;
    border-color: #1d2c33;
    border-radius: 0;
}
@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  #nav-menu-container {
    padding-right: 0px;
  }
  .nav-menu a {
    padding: 7px 6px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container{
    display: none !important;
  }
  .top-bar-container{
    display:none;
  }
	#portfolio .portfolio-item, #portfolio .portfolio-item figure {
		height: 110px !important;
	}
}
@media (max-width: 767px) {
 .hidden-xs{
    display: none !important;
  }  
	.bbb{
		width: 120px;
		top: 180px;
	}
}
.photo-wrap{
  overflow:hidden;
  max-height:200px;
  margin-bottom:20px;
}
figure{
  height:200px;
  overflow:hidden;
}

figure:hover a img{
  opacity:08;
}
figure a{
  display:block;
}
figure a:hover{
  display:block;
  margin-top:-3px;
  opacity:0.8;
  background:#000
}
figure a img{
  width:100%;
}
#photo{
	padding: 60px 0;
}
#quote_serction{
	 background: #33393c;
	 padding: 100px 0;
}
 #quote_serction h3{
	 color:#FFF;
}
.fancybox-skin {
    position: relative;
    background: #000000ab !important;
    color: #fff !important;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
	#page{
		padding:80px 0 40px 0;
	}
	#intro h2 {
	  font-size: 18px;
	}
	#featured-services h4 {
		margin: 16px 0 10px 70px;
		font-size: 16px;
	}
	#intro, #intro .carousel-item, #intro .carousel-container  {
		max-height:450px;
	}
	#intro .carousel-container {
	  margin-top: 70px;
	}
	#featured-services {
		background: #b9211f;
		margin-top: 0;
	}
	#portfolio .portfolio-item, #portfolio .portfolio-item figure {
		height: 112px;
	}
  .photo-wrap{
    overflow:hidden;
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  .photo-wrap{
    overflow:hidden;
    max-height:250px
  }
	#portfolio .portfolio-item, #portfolio .portfolio-item figure {
		height: auto !important;
	}
	#portfolio .portfolio-item{
		margin-bottom:30px
	}
	#featured-services h4, #featured-services p{
		text-align: center;
		margin: 10px 0 0;
	}
	#featured-services .box {
		border-bottom: 1px solid #616161;
	}
	#featured-services .box img {
		float: none;
		margin: 0 auto;
		display: block;
	}
	#high-servives{
		display:none;
	}
	.contact-mtab{
        display:block !important;
        text-align: center;
        background: #fbfbfb;
        padding: 10px 0;
        margin-top: 75px;
    }
	.contact-mtab .btn{
		color:#FFF;
		padding: 11px 15px !important;
		border-radius: 2px;
	}
	#intro, #intro .carousel-item, #intro .carousel-container  {
		max-height:250px;
	}
	#intro .carousel-container {
	  margin-top: 30px;
	}
	#intro .btn-get-started{
		padding:10px !important;
	}
	#intro h2, #intro h2 span{
		font-size:22px;
	}
	#intro h2 span{
		margin-top:10px;
		display:block;
	}
	#intro h3, #intro p{
		display:none;
	}
	#page {
		padding: 80px 0 20px 0;
	}
	#testimonials .col-md-6 {
		padding: 20px 15px;
	}
}