@charset "UTF-8";
/*
	Theme Name: Horton Constructions Services UK
	Author: Prasath
	Author URI: https://www.skarosoft.com/
	Version: 1.3
*/


.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}

/***************************** Header Styles *****************************/
a#site-logo img { height: 100px; }
.widget_top {
    padding-top: 20px;
}
.widget_top .col-md-4 {
    padding-right: 0;
}
.textwidget div	{
	display: table-cell;
    vertical-align: middle;
}
.textwidget .block-left {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.textwidget .block-left .icon-header {
    width: auto;
    height: 55px;
    text-align: center;
    line-height: 46px;
    border: 3px solid transparent;
    border-radius: 50%;
    font-size: 25px;
    color: #97d5c9;
	margin-bottom: 0;
	padding-top: 10px;
}
.textwidget .block-right h5 {
    font-size: 15px;
    color: #244367;
    margin-bottom: 2px;
    font-weight: bold;
}
.textwidget .block-right p {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 0;
    color: #666668;
}
.top_menu { margin-bottom: -30px; }
.top_menu .navbar {
    background: #97d5c9;
    padding: 0 0 0 40px;
}
.top_menu .col-lg-10,
.top_menu .col-lg-2 { padding: 0; }
.navbar-nav>li {
    float: left;
}
.navbar li a {
    padding: 20.5px 30px;
    display: inline-block;
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
}
.navbar li a:hover, 
.navbar li a:focus,
.navbar li.current_page_item a {
    color: #244367;
}
.top_menu .col-lg-2 { overflow: hidden; }
.header_CTA_btn a {
    display: inline-block;
    font-weight: 800;
    font-size: 16px; 
    color: #fff;
    padding: 18px 36px;
    line-height: 24px;
    background: #244367;
    width: 100%;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
    position: relative;
}
.header_CTA_btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 50px;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(36, 67, 103, 1) 100%);
    /*-webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);*/
    -webkit-animation: infinite shine 5s;
    animation: infinite shine 5s;
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 100%;
	}
}
/***************************** Header Styles *****************************/

/***************************** Footer Styles *****************************/
footer {
    padding: 100px 0px;
    position: relative;
    color: #bdbdbd;
    background: url(http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/03/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#foot_social ul {
    margin: 0;
    padding: 0;
}
#foot_social ul li {
    display: inline-block;
	margin-right: 20px;
}
#foot_social ul li a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #bdbdbd;
}
footer a#site-logo img {
    height: 75px;
}
footer .textwidget p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
footer .foot_title {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
footer #foot_accred a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
footer .extra p {
	font-size: 13px;	
}
footer input {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #353535;
    background-color: transparent;
    color: #fff;
    width: 100%;
}
/***************************** Footer Styles *****************************/


/***************************** Slider Styles *****************************/
.slide {
	overflow: hidden;	
}
.carousel-caption {
    top: 200px;
	height: 200px;
}
.carousel-caption h4 {
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: -2px 2px 2px #000;
}
.carousel-caption h5 {
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block !important;
    /*padding: 0 30px 0px 30px;
	background: rgba(151, 213, 201, 0.6);
    border-radius: 30px;
    border: 1px solid #97d5c9;*/
    text-shadow: -2px 2px 2px #000;
}
.carousel-caption p {
    font-size: 18px;
    /*margin-top: 10px;*/
}
.carousel-caption a {
    background: #97d5c9;
    color: #244367;
    padding: 20px 62px;
    border-radius: 3em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.carousel-caption a:hover {
    background: #244367;
    color: #97d5c9;
}
/***************************** Slider Styles *****************************/


/***************************** Homepage Styles *****************************/
#row_1 .vc_col-sm-6 .wpb_content_element:first-child {
    margin-bottom: 15px;
}
#row_1 .wpb_single_image img {
    max-width: 200px;
    height: auto;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
	border-radius: 10px;
}
#row_1 .vc_col-sm-4:hover img,
#row_1 .vc_col-sm-6:hover img{
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
	border-radius: 0px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#row_1 .vc_col-sm-8 .vc_col-sm-4 .vc_column-inner,
#row_1 .vc_col-sm-7 .vc_col-sm-6 .vc_column-inner {
    position: relative;
    padding: 20px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0px 20px -3px #e5e5e5;
}
#row_1 .vc_col-sm-8 .vc_col-sm-4 .vc_column-inner h4,
#row_1 .vc_col-sm-7 .vc_col-sm-6 .vc_column-inner h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
	text-align: center;
	color: #244367;
}
#row_1 .vc_col-sm-8 .vc_col-sm-4 .vc_column-inner p,
#row_1 .vc_col-sm-7 .vc_col-sm-6 .vc_column-inner p {
    font-size: 13px;
    line-height: 23px;
	text-align: center;
}
#row_1 .vc_col-sm-8 .vc_col-sm-4 .vc_column-inner .wpb_content_element:last-child,
#row_1 .vc_col-sm-7 .vc_col-sm-6 .vc_column-inner .wpb_content_element:last-child {
    margin-bottom: 0;
}
#row_1 .vc_col-sm-4 p:first-child,
#row_1 .vc_col-sm-5 p:first-child {
    /*margin-bottom: 0;
    color: #97d5c9;*/
}
#row_1 .vc_col-sm-4 h5,
#row_1 .vc_col-sm-5 h5 {
    font-size: 30px;
    font-weight: 800;
    line-height: 44px;
    color: #244367;
	margin-bottom: 15px;
}
#row_1 .welhead{
	font-size: 20px!important;
    font-weight: 700!important;
}
#row_1 .vc_col-sm-5 a {
    background: #97d5c9;
    color: #244367;
    padding: 10px 20px;
    border-radius: 3em;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#row_1 .vc_col-sm-5 a:hover {
    background: #244367;
    color: #97d5c9;
}
.section-title {
    margin-bottom: 70px !important;
}
.section-title h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #244367;
}
.section-title p {
    font-size: 16px;
}
.testimonial_part {
    text-align: center;
}
.testimonial_part .textsection {
    text-align: center;
    position: relative;
    border: 1px solid #97d5c9;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 20px 20px 40px 20px;
}
.testimonial_part .rating {
    margin-bottom: 5px;
	color: #97d5c9;
}
.textsection img {
    left: 0;
    margin: 15px auto 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px !important;
    bottom: -45px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #97d5c9;
}
.testimonial_part h5 {
    color: #244367;
    margin-top: 60px;
}
.owl-theme .owl-controls .owl-page span { background: #ccc; }
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span { background: #97d5c9; }
#testimonial-clients .vc_col-sm-6 .vc_col-sm-6 img {
    width: 185px;
}
#call_to_action {
    background: url(http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/foot1.jpg);
    padding: 60px 0 !important;
}
#call_to_action .wpb_content_element { margin-bottom: 0; }
#call_to_action p {
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 26px;
    line-height: 45px;
}
#call_to_action a {
    background: #244367;
    color: #97d5c9;
    padding: 10px 20px;
    border-radius: 3em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	width: 200px;
}
#call_to_action a:hover {
    background: #244367;
    color: #97d5c9;
}
#sector_services {
    margin: 20px auto 100px auto;
}
.secrow {
    margin: 20px auto 35px auto!important;
}
#sector_services .vc_col-sm-6:first-child .vc_column-inner .vc_inner,
#sector_services #left_ss {
    padding-left: 15px;
    background: rgba(151, 213, 201, 0.4);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#sector_services .vc_col-sm-6:last-child .vc_column-inner .vc_inner {
    padding-right: 15px;
    background: rgba(151, 213, 201, 0.4);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#sector_services .vc_col-sm-6:first-child .vc_col-sm-6:first-child,
#sector_services #left_ss .vc_col-sm-6:first-child,
#sector_services .vc_col-sm-6:last-child .vc_col-sm-6:last-child {
    padding-top: 40px;
}
#sector_services .vc_col-sm-6:first-child .vc_col-sm-6:first-child .vc_column-inner,
#sector_services #left_ss .vc_col-sm-6:first-child .vc_column-inner {
	text-align: center;	
}
#sector_services .vc_col-sm-6:last-child .vc_col-sm-6:last-child .vc_column-inner {
	text-align: center;	
}
#sector_services .wpb_content_element {
    margin-bottom: 0;
}
#sector_services h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
#sector_services h3 a {
    color: #244367;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
}
#sector_services h3 a:hover {
    color: #97d5c9;
}
#sector_services #left_ss .vc_col-sm-6 img {
    border-radius: 50%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 5px 2px #000;
    border: 1px solid #d5eee9;
}
#sector_services .vc_col-sm-6:last-child .vc_column-inner .vc_inner img {
    border-radius: 50%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 0px 5px 2px #000;
    border: 1px solid #d5eee9;
}
#our_services_title {
    background: #d5eee9;
    padding-top: 50px;
}
#our_services_content {
    background: #d5eee9;
    padding: 0 0 50px 0;
	margin-bottom: 75px;
}
#our_services_content .wpb_content_element {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}
#our_services_content .vc_col-sm-4 {
    overflow: hidden;
}
#our_services_content .vc_col-sm-4 .vc_column-inner {
    padding: 0 10px;
}
#our_services_content .container:nth-child(2),
#our_services_content .container:nth-child(3) {
    padding-top: 20px;
}
#our_services_content .wpb_content_element figure {
    width: 100%;
    background: #ddd;
    height: auto;
}
#our_services_content .vc_single_image-wrapper { width: 100%; }
#our_services_content .wpb_text_column {
	display: none;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 100%;
    background: rgba(36, 67, 103, 0.7);
    font-size: 20px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#our_services_content .vc_col-sm-4:hover .wpb_text_column {
    display: block;
	animation-name: fadeFromBottom;
    -webkit-animation-name: fadeFromBottom;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#our_services_content .wpb_text_column p {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding-top: 85px;
    box-shadow: inset 0px 0px 5px 5px #000;
}
@keyframes fadeFromBottom  {
	0%{
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		display: block;
	}
}
/***************************** Homepage Styles *****************************/

/*****************************About us styles Contact form design *****************************/
.cf input, .cf textarea {
    border-radius: 5px;
 border-width:2px;
	width:100%;
	padding:10px 15px;
}
.cf h2{
	color:#97d5c9;
}
.tclr{
	color:#244367!important;
}

.btnw input{
	background-color:#97d5c9;
	border-width:0px;
	 border-radius: 1em;
	width:28%;
	
}
.cf input:focus,.cf textarea:focus{
	border:0px;
}
.bor img {
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 5px; 
}
.bor img:hover {
  border: 2px solid #97d5c9;
  border-radius: 4px;
  padding: 5px;
}
.bor {
    margin-bottom: 25px!important;
}
.consty{
	text-align: left; 
	color: #244367;
}
.contit{
	color:#777;
	font-size:14px;
}
.bgimga
{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/HeaderA.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}
/*****************************Contact Us design *****************************/
.bgimgc
{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/HeaderC.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}
.btn-toggle
{
	position:relative;
	background-color:#244367;
	color:white;
	animation-name:example;
	animation-duration:3s;
	animation-delay:3s;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
	 animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;/* Safari 4.0 - 8.0 */
	border-radius:10px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {background-color: #97d5c9; color:#244367;}
  to {background-color: #244367;color: #97d5c9;}
}

/* Standard syntax */
@keyframes example {
  from {background-color: #97d5c9; color:#244367;}
  to {background-color: #244367;color: #97d5c9;}
}
/*****************************Blog design*****************************/

.bgimgb
{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/HeaderB.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}

.post_title a{
	color:#244367;
	text-decoration:none;
	    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post_title:hover a{
	color:#97d5c9;
	
}
feature_image_dummy_2:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.feature_image_dummy_2 img {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.feature_image_dummy_2 img:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.feature_image_dummy_2 img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}
.hov:hover{
	background-color:#244367!important;
	color:white;
}
.hov{
	    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.but:hover{
	background-color:#244367!important;
}
.but:hover a{
	color:white!important;
}
.bgimgn
{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/News-post.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	
}
/*****************************CPT Sectors Unit*****************************/

.bgimgse{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/HeaderSec.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgimgcat{
	background-image:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/Backgroundcat.png");
	padding-bottom: 70px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
div .ovr {
	overflow: hidden;
}
a:hover {
	text-decoration: none;
}

.column img {
	display: block;
	width: 100%;
	height: 300px;
}

.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.pos{
    color: White;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.75rem;
    font-weight:500;
	transform: translate(-50%, -50%);
}
.column#zoomIn:hover .pos {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    border: 2px solid #97d5c9;
    border-radius: 22px;
    width: 70%;
    padding: 21px;
	transform: translate(-50%, -50%);
}
.knowmore{
	background:url("http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/04/Know-more.png") no-repeat;
	background-size:cover;
	background-position:center center;
	padding:50px 0px;
}
.knowmore h3{
	color:#97d5c9;
	font-size:3.5rem;
}
.knowmore a{
	font-size:1.6rem;
}
.seccar .carousel {
height:360px;
}
.seccar .carousel-inner  img {
height:360px;
object-fit: contain;
}
@media only screen and (max-width: 990px) {
.seccar .carousel {
height:200px;
}

.seccar .carousel-inner  img {
height:200px;
object-fit: contain;
}
}
/*****************************Responsive design*****************************/

@media only screen and (max-width: 1076px) {
.carousel-caption {
     top: unset; 
    height: unset; 
}
	.carousel-caption h5 {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block !important;
    text-shadow: -2;
}
}

	@media only screen and (max-width: 768px) {
.carousel-caption {
     top: 110px; 
    height: 0px; 
}
	.carousel-caption h5 {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block !important;
    text-shadow: -2;
}
	}

@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
  }
	footer {
    padding: 15px 0px;
    position: relative;
    color: #bdbdbd;
    background: url(http://www.hortonconstructionservices.co.uk/wp-content/uploads/2019/03/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}
