
html {
    overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
    line-height: 1.5;
    padding-top: 65px;
    overflow-x: hidden;
}
body.homepage {
    padding-top: 0;
}

img {
	max-width:100%;
    height: auto;
}


a {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ef6721;
}
a:focus{
	text-decoration: none;
    outline: none;
}

.site-container {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	margin: auto;
}
.container1600 {
    max-width: 1600px;
    margin: auto;
}
.container1300 {
    max-width: 1300px;
    margin: auto;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
}
.container800 {
    max-width: 800px;
    margin: auto;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.video-half.video-right,
.half-video.video-right {
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    display: inline-block;
    width: 50%;
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           

h1 {
    font-size: 45px;
    line-height: 1.3;
    text-align: center;
    margin: 25px auto;
}
h2 {
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
    margin: 25px auto;
    color: #ef6721;
}
h3 {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin: 20px auto;
    color: #ef6721;
}
h4 {
    font-size: 25px;
    line-height: 1.5;
    margin: 15px auto;
}

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}

ol, ul {
    margin-bottom: 15px;
}


.center-buttons,
.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.center-buttons a,
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #ef6721;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.center-buttons a:focus,
.center-buttons a:hover,
.buttons-center a:focus,
.buttons-center a:hover {
    background: #444444;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #ef6721;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    display: inline-block;
}
.default-button:focus,
.default-button:hover {
    background: #444444;
    text-decoration: none;
    color: #fff;
}



header {
    background: #000;
    display: block;
    overflow: visible;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header * {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .logo {
	float: left;
	display: inline-block;
	width: auto;
    margin-top: 5px;
}
header .logo img {
    max-width: 150px;
}

header .right-menu {
    display: inline-block;
    float: right;
}
header .right-menu .quote-btn {
    display: inline-block;
    float: left;
    color: #fff;
    border: 2px solid;
    padding: 12px;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
}
header .right-menu .quote-btn:hover {
    color: #ef6721;
    text-decoration: none;
}
header .right-menu .open-menu {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    float: right;
    margin-left: 25px;
    cursor: pointer;
}
header .right-menu .open-menu:hover {
    opacity: 0.7;
}
header .right-menu .menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background: black;
    z-index: 9999;
    display: none;
    box-shadow: 0px 1px 5px #4d4d4d;
}
header .right-menu .menu .close-menu {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    margin: 10px;
    cursor: pointer;
}
header .right-menu .menu .close-menu:hover {
    opacity: 1;
}
header .right-menu .menu ul {
    margin: 0;
    padding-left: 15px;
}
header .right-menu .menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
header .right-menu .menu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    display: block;
}
header .right-menu .menu ul li a:hover {
    color: #ef6721;
    text-decoration: none;
}
.menu-overlay {
    background: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    display: none;
}


.home-hero {
	display: block;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 30%);
}
.home-hero .img img{
	width:100%;
}
.home-hero .content{
	position: relative;
}
.home-hero .text{
    position: absolute;
    bottom: 50px;
    left: 50%;
    right: auto;
    padding: 20px;
    color: #fff;
    width: 1300px;
    max-width: 100%;
    transform: translateX(-50%);
}
.home-hero h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}
.home-hero p{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
}
.home-hero a:hover{
	color: #000;
	background: #fff;
	text-decoration: none;
}
.home-hero a{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 50px;
    font-size: 23px;
}


.services-feed {
    margin: 50px 0;
}
.services-feed .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services-feed .item {
    margin: 10px 0;
}
.services-feed .item a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 12px;
}


.home-testimonial p.big-quote{
    font-style: italic;
	text-align:justify;
	font-size:17px;
    line-height: 1.5;
	padding-top: 10px;
}
.home-testimonial p img{
    width: 50px;
    margin-top: -10px;
    float: left;
    margin-right: 10px;
}
.home-testimonial {
	display:block;
	margin: 80px 0;
}
.home-testimonial .rating .stars {
	margin-right: 10px;
}
.home-testimonial .rating .stars i{
    color: #ef6721;
    margin-right: 5px;
    font-size: 17px;
}
.home-testimonial .rating p{
    color: #ef6721;
    margin: 10px 0;
}
.home-testimonial a.button:hover {
	background: #ef6721;
    color: #fff;
    text-decoration: none;
}


.cta-orange {
    background: #ef6721;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -3000px;
    margin-right: -3000px;
}
.cta-orange .box {
    width: 100vw;
    max-width: 1300px;
    padding: 20px;
    margin: auto;
}
.cta-orange .site-container .box {
    padding: 20px 0;
}
.cta-orange h2 {
    color:#fff;
    font-size: 30px;
    margin: 15px 0;
}
.cta-orange p {
    font-size: 22px;
    margin: 15px 0;
}
.cta-orange a {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}
.cta-orange a:hover {
    background: #fff;
    color: #ef6721;
    text-decoration: none;
}


.speak-section .logos a:hover, .speak-section .logos a:focus{
	background:#ef6721;
}


.why-home {
    padding: 50px 0;
}
.why-home h2{
    color: #ef6721;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
    margin: 30px auto;
}
.why-home .flex {
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
   	-webkit-flex-wrap: wrap;
	display:-webkit-flex;
    flex-direction:row;
}
.why-home .item {
	width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
    padding: 20px;
}
.why-home .item .box{
    position: relative;
    text-align: center;

    min-height: 200px;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.why-home .item .box img{
    position: absolute;
    height: 130px;
    width: auto;
    display: block;
    margin: auto;
}
.why-home .item .box h5{
    color: #ef6721;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    min-height: 70px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 10px;
}
.why-home .item .box p{
    color: #1d1d1d;
    font-size: 16px;
    line-height: 25px;
    min-height: 75px;
}


.speak-section {
    display: inline-block;
    width: 100%;
}
.speak-section .site-container{

}
.speak-section .img {
    position: relative;
    background: url(../images/speak-bg.jpg);
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: auto;
	background-position:center top;
}

.speak-section .img h2 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 50px;
}
.speak-section .logos {
    float: right;
    width: 200px;
    background: #f8d7b0;
    padding: 10px;
}
.speak-section .logos .item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.speak-section .logos img{
    margin: 10px auto;
    display: block;
    width: auto;
    max-width: 100%;
	padding:0 10px;
}


.certified {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}
.certified h2{
    display: inline-block;
    color: #ef6721;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 35px;
    float: left;
    width: 300px;
}
.certified .logos {
    display: inline-block;
    float: left;
    width: calc(100% - 370px);
}
.certified .logos .item {
    display: inline-block;
    text-align: center;
    margin: 20px;
}
.certified .logos .item img{
    height: auto;
    max-height: 70px;
    width: auto;
    max-width: 100%;
}


.community-gallery .team{
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.community-gallery .item {
    width: 16.66%;
    display: inline-block;
    position: relative;
}
.community-gallery .item .hover {
    position: absolute;
    top: 0;
    background: rgba(237, 155, 57, 0.5);
    width: 100%;
    height: 100%;
}
.community-gallery .item .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 10px;
    display: none;
}
.community-gallery .item .overlay p.name{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.community-gallery .item .overlay p.job{
    margin-bottom: 0;
    text-transform: capitalize;
}
.community-gallery .item:hover .hover {
    display: none;
}
.community-gallery .item:hover .overlay {
    /*background: rgba(0, 0, 0, 0.5);*/
    display: block;
}


.seo-community .background{
    background: #ef6721;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.seo-community h2 {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    padding: 20px;
}
.seo-community .logos {
    display: inline-block;
}
.seo-community .logos img {
    display: inline-block;
    margin: 15px;
    height: 100%;
    max-height: 50px;
    width: auto;
    max-width: 100%;
}


footer {
    padding: 30px 0;
    background: #000;
    margin-top: 50px;
    color: #fff;
}
footer .socials {
    margin: 20px 0;
    text-align: center;
}
footer .socials a {
    display: inline-block;
    padding: 10px 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 5px;
}
footer .socials a i{
    color: #eee;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: auto;
    text-align: center;
}
footer .socials a:hover {
    text-decoration: none;
    color: #ef6721;
}
footer .socials a i:hover {
    color: #ef6721;
}
footer p {
    color: #eee;
    font-size: 16px;
    text-align: center;
}
footer p.links a {
    color: #eee;
    font-size: 16px;
    display: inline-block;
    margin: 10px;
}




.quote-section p.big-quote{
    font-style: italic;
    text-align:justify;
    font-size: 20px;
    padding-top: 10px;
}
.quote-section p img{
    width: 50px;
    margin-top: -10px;
    float: left;
    margin-right: 10px;
}
.quote-section {
    display:block;
    margin: 50px 0;
}



/*services page*/

.wrap-flex .flex{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
	
}
.wrap-flex .flex .item{
    display: inline-block;
    position: relative;
    width: 50%;
	text-align:justify;
}
.wrap-flex .flex .item-quarter{
	width:25%;
}

.padding-box{
	padding:30px;
}

.btn-services{
	text-align:center;
	padding-left:0;
	margin-top:20px;
}
.btn-services li:last-child{
	margin-right:0;
}
.btn-services li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	margin-bottom:20px;
}
.btn-services li a{
	padding: 8px 15px;
	border: 2px solid #ef6721;
    display: inline-block;
}
.interior-pages ul.btn-services{
	margin-left:0;
}
.interior-pages ul.btn-services li::before{
	content:no-open-quote;
}
.btn-services li a:hover{
	text-decoration:none;
	background:#ef6721;
	color:#fff;
}

/*blog*/

.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 50px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    transition: all 0.4s ease;
}
.blogs .item .image:hover img {
    transform: scale(1.06);
}
.blogs .item .title {
    margin: 10px 0;
    text-align: center;
    /*font-weight: 700;*/
    font-size: 20px;
    line-height: 1.5;
}
.blog-article {
    padding-bottom: 50px;
}


.padding-container{
	padding-left:10%;
	padding-right:10%;
}
.interior-pages ul li{ color:#333; list-style:none;}
.interior-pages ul li::before{
  color: #ef6721;
  content: "\2022";
  font-size:22px;
  padding-right:3px;
   }
.interior-pages ol { 
	counter-reset: item;
}
.interior-pages ol li { 
	display: block; 
}
.interior-pages ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #ef6721;
}
.interior-pages ol, .interior-pages ul{
	padding-left:0;
	margin-left: 25px;
}
.interior-pages .wrap-blog h1{
	padding-left:0;
	padding-right:0;
}

.modal-content-form{
	top:100px;
}

.modal-content-form input[type="text"]{
	border: 2px solid #ef6721;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px;
}
.modal-content-form input[type="text"]:focus, .modal-content-form input[type="text"]:active, .modal-content-form input[type="button"]:focus, .modal-content-form input[type="button"]:active{
	outline:medium none !important; 
	box-shadow:0;
}
.modal-content-form input[type="button"]{
    background: #ef6721 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px 15px;
	border:2px solid transparent;
	margin-left:auto;
	margin-right:auto;
	width: 47.5%;
	float:none;
 
}
.modal-content-form input[type="button"]:hover{
	background:#fff;
	color:#ef6721;
	border:2px solid #ef6721;
}
.modal-content-form .modal-body h3{
	text-align:center;
	color:#ef6721;
	margin-bottom:20px;
	font-family:"Lato-Light";
	margin-top:0;
}
.modal-content-form .modal-body{
	padding-top:0;
	padding-bottom:35px;
	display:block;
	overflow:hidden;
}

.modal-content-form .modal-header{
	padding-bottom:0;
	border:medium none;
}

.modal-content-form button.close{
	border:1px solid #ef6721;
	padding:0 5px;
}
.wrap-error{
    display: block;
    float: none;
    margin: 0 auto;
	padding-top:30px;
	padding-bottom:130px;
    width: 890px;
}
.interior-pages .wrap-error .col-sm-4 h2{
	font-weight:700;
	font-size:130px;
	margin-top:0;
	margin-bottom:0;
	line-height:110px;
	color:#333;
}
.interior-pages .wrap-error .col-sm-4 h3{
	text-transform:none;
	color:#333;
	font-size:25px;
	margin-top:35px;
}
.interior-pages .wrap-error .col-sm-4 span{
	font-size:28px;
	font-weight:700;
}
.wrap-error .col-sm-4{
	text-align:center;
}
.wrap-error .socials a{
    border: 1px solid #ef6721;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
	font-size:15px;
	margin:0 5px 5px 0;
}
.wrap-error .socials a i{
	line-height:25px;
}
.wrap-error .socials a:hover {
    text-decoration: none;
    background: #ef6721;
    color: #fff;
}
/*.interior-pages .sitemap h2{
	text-align:center;
	margin-bottom:5px;
}
.interior-pages .sitemap hr{
	background: #ef6721 none repeat scroll 0 0;
    height: 2px;
    width: 150px;
	margin-top:0;
}*/
.interior-pages .right{
	float:right;
}
.interior-pages .left{
	float:left;
}

.interior-pages .wrap-error .search-wrap1{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
	border:1px solid #ef6721;

}
.interior-pages .wrap-error .search-wrap1 input, .interior-pages .wrap-error .search-wrap1 input[type="text"]{
    background-color: transparent;
    border: medium none;
    color: #333;
    float: left;
    height: 40px;
    line-height: 26px;
    padding: 0 0 0 5px;
    width: 85%;
	font-family:"Lato-Light";
	outline:medium none !important; 

}
.interior-pages .wrap-error .search-wrap1 button {
    background-color: #fff;
    background-position: 45px 8px;
    border: medium none;
    height: 40px;
	background-image:url("../images/icon_search.png");
	background-repeat:no-repeat;
	float:right;
	text-indent: -9999px;
    width: 15%;
}
.image-left{
	float:left;
	margin:0px 15px 15px 0;
}
.important-validation {
	display: none;
}

.clear {
	clear:both;
}

.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form input {
    height: auto;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.contact-form select {
    height: auto;
    font-size: 17px;
    padding: 10px;
    border-radius: 0;
}
.contact-form textarea {
    height: auto;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}
.contact-form label.error {
    color: red;
    font-size: 15px;
}
.content-contact .contact-info {
    border-right: 1px solid #eee;
    margin-top: 20px;
} 
.content-contact .contact-info p a i {
    font-size: 15px;
    width: 20px;
} 
.contact-info .social-media {
    margin-top: 40px;
}
.contact-info .social-media a {
    display: inline-block;
    margin: 10px;
}
.contact-info .social-media a i {
    font-size: 25px;
    padding: 5px;
}
.contact-info .social-media h4 {
    margin-bottom: 10px;
}


.box-testimonials{
	border:2px solid #fff;
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	font-style:italic;
	background:rgba(237, 155, 57, 0.1) none repeat scroll 0 0;
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.11);
	padding:20px;
}
.box-testimonials span{
	float:right;
	color:#ef6721;
	text-align:right;
}
.box-testimonials p{
	text-align:justify;
}


/*portfolio page*/
.portfolio .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.portfolio .item {
    margin-bottom: 30px;
}
.portfolio .item .image {
    display: block;
    overflow: hidden;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.portfolio .item .image img {
    transition: all 0.4s ease;
}
.portfolio .item .image:hover img {
    transform: scale(1.06);
}
.portfolio .item .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.portfolio .item .title a {

}


.image-center{
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:15px;
}
.form-interior-pages{
	margin-top:50px;
}
.title-subtitle{
	background:#ef6721;
	display:block;
	overflow:hidden;
	padding: 10px;
    margin-bottom: 50px;
}
.title-subtitle h1{
	color:#fff;
	margin-top:0;
	text-align:center;
	font-size:40px;
	padding:0;
    margin: 20px 0;
}
.title-subtitle p{
	color:#fff;
	text-align:center;
	font-size:22px;
}
.h1-interior{
	margin-bottom:30px;
}
#project-aallin{
	top:50px;
}


.row-section {
    margin-top: 30px;
    margin-bottom: 30px;
} 



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #ef6721;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}





/*sitemap*/
.sitemap-section {
    margin-bottom: 40px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .links a {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 5px;
    margin-bottom: 15px;
}
.sitemap-section .links-blog a {
    width: 50%;
}
.sitemap-section .title h4 {
    text-align: center;
}



.general-accordion .panel-default {
    margin-bottom: 20px;
    border: 1px solid #ef6721;
    background: none;
}
.general-accordion .panel-heading {
    padding: 0;
    border: 0;
    background: none;
}
.general-accordion .panel-heading .panel-title {

}
.general-accordion .panel-heading .panel-title a {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}
.general-accordion .panel-heading .panel-title a i {
    margin-left: 10px;
}
.general-accordion .panel-heading .panel-title a.collapsed i {
    transform: rotate(180deg);
}
.general-accordion .panel-heading .panel-title a.collapsed {
    color: #ef6721;
}

.jobs-accordion .panel-heading .panel-title a {
    font-size: 20px;
}













@media (min-width: 993px) {
	header.scrolled {
	    padding: 5px 0;
	    box-shadow: 0px 1px 5px #a1a1a1;
	}
	header.scrolled .right-menu {
	}
	header.scrolled .logo img {
	}


	html{
	    height: 100%;
	}
	body{
	    padding-bottom: 265px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

	.default-text {
	    padding-bottom: 100px;
	}

}


@media (min-width: 1400px) {
	.center-buttons a,
	.buttons-center a {
	    font-size: 20px;
	}
	.default-button {
	    font-size: 20px;
	}
}


@media (min-width: 1700px) {

}


@media (max-width: 1700px) {
	.padding-box {
	    padding: 0 15px;
	}

}


@media (max-width: 1280px) {
	.sitemap-section .links a {
		width: 33%;
	}
}


@media (max-width: 992px) {

	h2 {
	    font-size: 30px;
	}
	.title-subtitle h1 {
		font-size: 30px;
	}

	.video-half.video-right,
	.half-video.video-right,
	.video-half, .half-video {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 10px;
	}

	ul.two li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ul.three li {
	    width: 50%;
	}
	ul.four li {
	    width: 33%;
	}

	.home-hero h1 {
	    font-size: 40px;
	}
	.home-hero p{
	    font-size: 22px;
	}

	.home-testimonial {
	    margin: 20px 0;
	}
	.home-testimonial .col-sm-12 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.home-testimonial p.big-quote{
		margin-top:15px;
	}
	.why-home h2 {
		font-size: 30px;
	}
	.why-home .item{
		width:50%;
		padding:0 20px;
	}
	.why-home .item .box {
		min-height: auto;
	}
	.why-home .item .box h5 {
	    line-height: 1.5;
	    min-height: auto;
	    max-width: 100%;
	}
	.why-home .item .box img {
	    height: 100px;
	}	

	.speak-section .img {
		min-height: 500px;
	}
	.speak-section .logos{
        float: none;
        width: 100%;
        padding: 0;
        display: inline-block;
        margin-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
	}
	.speak-section .img h2{
		text-align:center;
		margin:150px 0 0 0;
		font-size: 30px;
		display:block;
		text-align:center;
	}
	.speak-section .logos .item {
	    display: inline-block;
	    text-align: center;
	    width: auto;
	    margin: 20px;
	}
	.speak-section .logos img {
        max-width: 150px;
	    max-height: 100px;
	    padding: 0;
	    margin: 0;
	}

	.certified h2{
		text-align:center;
		display:block;
		float:none;
		width:100%;
		margin:0;
	}
	.certified .logos{
		width:100%;
		text-align:center;
		
	}
	.seo-community h2{
		float:none;
		text-align:center;
		width:100%;
	}
	.seo-community .logos{
		width:100%;
		float:none;
		text-align:center;
	}
	
	.seo-community {
	    margin-bottom: 40px;
	}
	.speak-section{
		margin-bottom:20px;
	}
	
	.padding-container{
		padding-left:20px;
		padding-right:20px;
	}
	.wrap-flex .flex .item{
		width:50%;
		margin-bottom:40px;
	}

	.cta-orange {
	    margin-top: 20px;
    	margin-bottom: 20px;
    	margin-left: -30px;
	    margin-right: -30px;
	}
	.community-gallery .item {
	    width: 20%;
	}

	.content-contact .contact-info {
	    border-right: 0;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.sitemap-section .links a {
		width: 50%;
	}

}


@media (max-width: 767px) {

	h2 {
	    font-size: 25px;
	    margin: 20px auto;
	}
	h3 {
	    font-size: 23px;
	}	
	h4 {
	    font-size: 20px;
	}
	p, li {
	    font-size: 16px;
	}

	ul.three li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ul.four li {
	    width: 50%;
	}

    .title-subtitle {
	    margin-bottom: 30px;
    }
    .title-subtitle h1 {
        font-size: 25px;
        margin: 10px 0;
    }
		
	.image-half.img-right, .img-half.img-right, .half-img.img-right, .half-image.img-right,
	.image-half, .img-half, .half-img, .half-image {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin: 0px;
	    padding: 0px;
	    margin-bottom: 15px;
	}

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}

	.home-hero .text {
	    bottom: 0;
	    padding: 15px;
	}
    .home-hero h1 {
        font-size: 25px;
    }
    .home-hero p {
        font-size: 18px;
    }

    .services-feed .item {
	    margin: 7px 0;
	}
    .services-feed .item a {
	    font-size: 16px;
	    padding: 10px;
	}
	.services-feed {
	    margin: 30px 0;
	}

	.cta-orange {
	    padding: 15px 0;
	}
	.cta-orange h2 {
		font-size: 25px;
	}
	.cta-orange p {
	    font-size: 18px;
	}
	.cta-orange a {
	    padding: 10px 20px;
	    margin-top: 10px;
	    font-size: 16px;
	}
	.cta-orange .box {
	    padding: 15px;
	}

    .why-home {
    	padding: 30px 0;
    }
    .why-home h2 {
        font-size: 25px;
        margin: 20px 0;
    }
    .why-home .item .box img {
        height: 80px;
    }
    .why-home .item .box {
        min-height: auto;
    }
    .why-home .item .box h5 {
    	font-size: 20px;
    }
    .why-home .item .box p {
    	min-height: auto;
    }

	.why-home .item {
		width:100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	.seo-community{
		display:none;
	}

    .speak-section .img {
        min-height: 400px;
    }
	.speak-section .logos .item {
		margin: 15px;
	}
    .speak-section .logos img {
        max-width: 100px;
        max-height: 50px;
    }
    .speak-section .img h2 {
    	font-size: 20px;
    }
	
	.home-testimonial p.big-quote {
		font-size: 16px;
	}
	.home-testimonial p img {
	    width: 35px;
	}
	
	.certified h2 {
		font-size: 25px;
		margin: 10px 0;
	}
	.certified .logos .item img {
	    max-height: 50px;
	}

	.wrap-flex .flex .item{
		width:100%;
	}
	
	.modal-content-form {
	    top: 150px;
	}
	.modal-content-form input[type="button"]{
		width:80%;
	}
	.interior-pages ol, .interior-pages ul{
		margin-left:0;
	}
	.wrap-error .socials {
		margin-bottom:15px;
	}
	.interior-pages .wrap-error .col-sm-4 h3{
		margin-top:15px;
	}
	.interior-pages .wrap-error .col-sm-8 ul{
		margin-bottom:0;
	}
	.interior-pages .wrap-error .search-wrap1 button{
		background-position:center center;
	}
	.wrap-error{
		padding-bottom:0;
	}

	.btn-services li {
		margin: 5px;
	}
	.btn-services li a {
	    padding: 5px 10px; 
	    font-size: 17px;
	}

	footer hr{
		width:80%;
	}
	footer .socials {
	    margin: 10px 0;
	}
	footer .socials a {
	    width: 35px;
    	height: 35px;
	}
	footer .socials a i {
	    font-size: 20px;
	    line-height: 20px;
	}
	footer p.links a {
		font-size: 15px;
	}
	footer p {
	    font-size: 15px;
	}
	footer {
	    padding: 20px 0;
	}

	.quote-section p.big-quote {
		font-size: 17px;
	}
	.quote-section {
	    margin: 30px 0;
	}
	.quote-section p img {
	    width: 35px;
	}
	.community-gallery .item {
	    width: 25%;
	}

	.contact-form label {
		font-weight: 500;
	}
	.contact-form select,
	.contact-form input,
	.contact-form textarea {
	    font-size: 16px;
	}

	.general-accordion .panel-heading .panel-title a {
		padding: 10px;
	}
	.jobs-accordion .panel-heading .panel-title a {
    	font-size: 18px;
	}

	.sitemap-section .links a {
        width: 100%;
        float: none;
        display: block;
    }

    .blogs .item .title {
    	font-size: 18px;
    }

}



@media (max-width: 450px) {

	header .logo img {
	    max-width: 120px;
	}
	header .right-menu .open-menu {
		margin-left: 20px;
	}
	header .right-menu .quote-btn {
	    border: 1px solid;
	    padding: 10px;
	    font-size: 15px;
	    margin-top: 3px;
	}
	header .right-menu .menu ul li a {
	    font-size: 16px;
	}
	.home-hero .img img {
	    width: 150%;
	    max-width: 150%;
	    margin-left: -25%;
	}
    .home-hero h1 {
        font-size: 23px;
    }

	ul.four li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ol, ul {
	    padding-left: 20px;
	}
	.community-gallery .item {
	    width: 33.33%;
	}

	.contact-info .social-media a {
	    margin: 6px;
	}
	.contact-info .social-media a i {
	    font-size: 22px; 
	}

	.default-button,
	.center-buttons a, .buttons-center a {
		font-size: 15px;
	}

	.btn-services li {
		margin: 0px;
		margin-bottom: 10px;
		display: block;
	}
	.btn-services li a {
	    padding: 5px 10px; 
	    display: block;
	}

	.portfolio .item .title {
		font-size: 16px;
	}
	.portfolio .item .image img {
	    margin: auto;
	    max-height: 100px;
	}

}

