.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

textarea {
    resize: vertical;
}

a,
a:focus,
button,
button:focus,
input[type="submit"]
{
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Clear fixes */
@media (min-width: 1200px){
    .auto-clear > .col-lg-1:nth-child(12n+1){clear:both}
    .auto-clear > .col-lg-2:nth-child(6n+1){clear:both}
    .auto-clear > .col-lg-3:nth-child(4n+1){clear:both}
    .auto-clear > .col-lg-4:nth-child(3n+1){clear:both}
    .auto-clear > .col-lg-6:nth-child(odd){clear:both}

    .auto-clear > .ip-lg-1:nth-child(12n+1){clear:both}
    .auto-clear > .ip-lg-2:nth-child(6n+1){clear:both}
    .auto-clear > .ip-lg-3:nth-child(4n+1){clear:both}
    .auto-clear > .ip-lg-4:nth-child(3n+1){clear:both}
    .auto-clear > .ip-lg-6:nth-child(odd){clear:both}
}
@media (min-width: 992px) and (max-width: 1199px){
    .auto-clear > .col-md-1:nth-child(12n+1){clear:both}
    .auto-clear > .col-md-2:nth-child(6n+1){clear:both}
    .auto-clear > .col-md-3:nth-child(4n+1){clear:both}
    .auto-clear > .col-md-4:nth-child(3n+1){clear:both}
    .auto-clear > .col-md-6:nth-child(odd){clear:both}

    .auto-clear > .ip-md-1:nth-child(12n+1){clear:both}
    .auto-clear > .ip-md-2:nth-child(6n+1){clear:both}
    .auto-clear > .ip-md-3:nth-child(4n+1){clear:both}
    .auto-clear > .ip-md-4:nth-child(3n+1){clear:both}
    .auto-clear > .ip-md-6:nth-child(odd){clear:both}
}
@media (min-width: 768px) and (max-width: 991px){
    .auto-clear > .col-sm-1:nth-child(12n+1){clear:both}
    .auto-clear > .col-sm-2:nth-child(6n+1){clear:both}
    .auto-clear > .col-sm-3:nth-child(4n+1){clear:both}
    .auto-clear > .col-sm-4:nth-child(3n+1){clear:both}
    .auto-clear > .col-sm-6:nth-child(odd){clear:both}

    .auto-clear > .ip-sm-1:nth-child(12n+1){clear:both}
    .auto-clear > .ip-sm-2:nth-child(6n+1){clear:both}
    .auto-clear > .ip-sm-3:nth-child(4n+1){clear:both}
    .auto-clear > .ip-sm-4:nth-child(3n+1){clear:both}
    .auto-clear > .ip-sm-6:nth-child(odd){clear:both}
}
@media (max-width: 767px){
    .auto-clear > .col-xs-1:nth-child(12n+1){clear:both}
    .auto-clear > .col-xs-2:nth-child(6n+1){clear:both}
    .auto-clear > .col-xs-3:nth-child(4n+1){clear:both}
    .auto-clear > .col-xs-4:nth-child(3n+1){clear:both}
    .auto-clear > .col-xs-6:nth-child(odd){clear:both}

    .auto-clear > .ip-xs-1:nth-child(12n+1){clear:both}
    .auto-clear > .ip-xs-2:nth-child(6n+1){clear:both}
    .auto-clear > .ip-xs-3:nth-child(4n+1){clear:both}
    .auto-clear > .ip-xs-4:nth-child(3n+1){clear:both}
    .auto-clear > .ip-xs-6:nth-child(odd){clear:both}
}

/* Tables */
.content-section table {
    width: 100% !important;
    table-layout: fixed; /* optional, for equal spacing */
    border-collapse: collapse; /* tr border */
}

.content-section table tr,
.content-section table td,
.content-section table th
{
    width: 100% !important;
    vertical-align: middle;
    text-align: center;
}

.content-section table tr {
    border-bottom: 1px solid #919699;
}
.content-section table tr:first-child {
    border-top: 1px solid #919699;
}

.content-section table img {
    max-width: 100% !important;
    height: auto;
}

/* additional */
.content-section table table tr:first-child {
    border-top: none;
}
.content-section table table tr:last-child {
    border-bottom: none;
}

.content-section .table-responsive > table > tbody > tr > td,
.content-section .table-responsive > table > tbody > th > td,
.content-section > table > tbody > tr > td,
.content-section > table > tbody > th > td,
.content-section div > table > tbody > tr > td,
.content-section div > table > tbody > th > td
{
    padding-top: 5px;
    padding-bottom: 5px;

    border-left: 1px solid #919699;
    border-right: 1px solid #919699;
}

.content-section .table-responsive {
    margin-bottom: 10px;
}

.content-section .table-responsive > table {
    min-width: 600px;
}

/* WPCF7 validation */
span.wpcf7-not-valid-tip {
    color: #a94442;
}

.wpcf7-not-valid {
    border: 1px solid #a94442;
}

div.wpcf7-response-output {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng
{
    border-color: #a94442;
    color: #a94442;
}

div.wpcf7-mail-sent-ok {
    border-color: #398f14;
    color: #398f14;
}

.hover-hand {
	cursor: pointer;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    background-image: url(../images/ajax-loader.gif);
}

.submit-holder {
	position: relative;
}

.map-height{
    height: 400px;
}
.what-we-offer .slide-box .owl-theme .owl-nav {position: absolute;top:10px;right:20px;}
.what-we-offer .slide-box .owl-theme .owl-nav [class*=owl-] {width: 35px;height: 35px;margin: 0;padding: 0;background: rgba(255, 255, 255, 0.65);color: #1A1A1A;border-radius: 0;font-size: 15px;line-height: 35px;font-weight: bold;margin-left: 10px;}
.what-we-offer .slide-box {
  position: relative;
}
.testimonials .owl-theme .owl-dots {
  margin-top: 65px;
}
.testimonials .owl-theme .owl-nav {
  margin: 0;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
  background: #AFAFAF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #bf1e2e;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.client-carousel .owl-theme .owl-nav [class*=owl-] {position: absolute; top: 29%; background: #fff; border: 1px solid #EAEFF3; color: #1F1F1F; border-radius: 0; padding: 0; width: 23px; line-height: 38px; height: 40px;transition: all .3s ease;text-align: center;font-size: 14px;} 
.client-carousel .owl-theme .owl-nav .owl-prev {left: -40px;}
.client-carousel .owl-theme .owl-nav [class*=owl-]:hover {background: #FE3720;border-color: #FE3720;color: #fff;}
.client-carousel .owl-theme .owl-nav .owl-next {right: -40px;}
.gallery-wrapper .owl-theme .owl-nav {margin-top: 7px;}
.gallery-wrapper .owl-theme .owl-nav [class*=owl-] {background: none;border-radius: 0;padding: 0 5px;margin-top: 28px;}
.gallery-wrapper .owl-theme .owl-nav [class*=owl-] i {
  background: #bf1e2e;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0;padding: 0;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: all .3s ease;
}
.gallery-wrapper .owl-theme .owl-nav [class*=owl-]:hover i {
  background: #E0E0E0;
  color: #bf1e2e;
}   
.owl-carousel {
    display: inline-block;
}