/* ------start-body-css------- */

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}
header.page-header {
    display: none;
}
img {
  max-width: 100%;
}

/* ------start-top-header-css------- */

section.top-header-block {
    background: #3598db;
    padding: 16px 0px;
}
section.top-header-block .right-social-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
section.top-header-block .right-social-block ul li {
    display: inline-block;
    margin-right: 20px;
}
section.top-header-block .right-social-block ul li a {
    color: #fff;
    font-size: 16px;
}

/* ------start-header-css------- */

header.header-block nav.navbar.navbar-default {
    background: none;
    border: none;
    margin-top: 12px;
    margin-bottom: 12px;
}
header.header-block nav.navbar.navbar-default .navbar-header a.navbar-brand {
    height: auto;
    padding: 0;
}
header.header-block nav.navbar.navbar-default .navbar-header a.navbar-brand img {
    max-width: 200px;
}
header.header-block nav.navbar.navbar-default ul.nav.navbar-nav li.active {
    position: relative;
}
header.header-block nav.navbar.navbar-default ul.nav.navbar-nav li.active:before {
    content: '';
    left: 0;
    right: 0;
    background: #3598db;
    height: 2px;
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 50px;
}
header.header-block nav.navbar.navbar-default ul.nav.navbar-nav li.active a {
    background: none;
}
header.header-block nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right {
    padding-top: 14px;
}
header.header-block nav.navbar.navbar-default ul.nav.navbar-nav li a {
    color: #000;
    font-weight: 550;
    font-size: 16px;
}

/* ------start-slider-css------- */

section.slider-block {
    position: relative;
    background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    background-blend-mode: overlay;
    background-color: #000000a1;
}
section.slider-block .slider-tax {
    text-align: center;
    padding-top: 16rem;
}
section.slider-block .slider-tax h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
section.slider-block .slider-tax p {
    letter-spacing: 8px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
section.slider-block .slider-tax .slider-btn a {
    border: 1px solid #1b86ce;
    background: #1b86ce;
    color: #fff;
    padding: 12px 22px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

/* ------start-three-box-css------- */

.three-box-block {
    margin-top: -4rem;
    margin-bottom: 4rem;
}
.three-box-block .box-block {
    background: #f0f0f0;
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.three-box-block .box-block .box-title {
    background: #1b86ce;
    padding: 2px 8px;
}
.three-box-block .box-block .box-title h3 {
    margin-top: 6px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.three-box-block .box-block .img-tax p {
    margin-top: 10px;
    color: #000;
    font-size: 15px;
}
.more-btn-block {
   /* padding-top: 4rem;*/
    text-align: center;
}
.more-btn-block a {
    border: 1px solid #1b86ce;
    background: #1b86ce;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

/* ------start-welcome-bg-css------- */

.welcome-bg {
    position: relative;
    background: url(../img/banner_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-blend-mode: overlay;
    background-color: #000000a1;
}
.welcome-bg .welcome-bg-block {
    text-align: center;
    padding-top: 5rem;
}
.welcome-bg .welcome-bg-block .wel-bg-head h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}
.welcome-bg .welcome-bg-block .wel-bg-head h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
.welcome-bg .welcome-bg-block .wel-bg-head p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    max-width: 60%;
    margin: 0 auto;
}
.welcome-bg .bg-btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
}
.welcome-bg .bg-btn-block a {
    border: 1px solid #1b86ce;
    background: #1b86ce;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

/* ------start-latest-project-css------- */

.latest-project-area {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.latest-project-area .project-title {
    text-align: center;
    padding-bottom: 6rem;
}
.latest-project-area .project-title h3 {
    font-size: 30px;
    color: #696e72;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.latest-project-area .project-title h3:after {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background:#1b86ce;
    margin: 0 auto;
    top: 100%;
    height: 2px;
    content: '';
    width: 10%;
}
.latest-project-area .box-block {
    background: #f0f0f0;
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.latest-project-area .box-block .box-title h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1b86ce;
}
.latest-project-area .box-block .img-tax p {
    margin-top: 10px;
    color: #000;
    font-size: 15px;
}
.latest-project-area .more-btn-block {
    padding-top: 4rem;
    text-align: center;
}
.latest-project-area .more-btn-block a {
    border: 1px solid #1b86ce;
    background: #1b86ce;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

/* -------start-testimonial-css------ */
.Testimonial-bg {
    position: relative;
    background:#3498db;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 520px;
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.Testimonial-bg .Testimonial-bg-block {
    text-align: center;
    padding-top: 7rem;
}
.Testimonial-bg .Testimonial-bg-block .test-bg-head h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.Testimonial-bg .Testimonial-bg-block .test-bg-head h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
/*.Testimonial-bg .Testimonial-bg-block .test-bg-head p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    max-width: 60%;
    margin: 0 auto;
}*/
.Testimonial-bg .Testimonial-bg-block .test-img {
    margin: auto;
}
.Testimonial-bg .Testimonial-bg-block .carousel-inner {
    overflow: inherit !important;
}
.Testimonial-bg .Testimonial-bg-block .carousel-caption {
    top: 100px;
}
.Testimonial-bg .Testimonial-bg-block .carousel-control.left, .carousel-control.right {
background: none !important;
}
.Testimonial-bg .Testimonial-bg-block .test-bg-para p {
    padding-top: 15px;
    width: 52%;
    margin: auto;
    font-style: italic;
}


/* ------start-quote-css------- */

section.quote-block {
    margin-top: 6rem;
    background: #e4e4e4;
    padding: 30px 0px;
}
section.quote-block .left-quote-tax h3 {
    color: #696e72;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
section.quote-block .left-quote-tax p {
    color: #696e72;
    line-height: 26px;
}
section.quote-block .right-quote-btn {
    border: 1px solid #3598db;
    background: #3598db;
    float: right;
    padding: 8px 20px;
    color: #fff;
    margin-top: 4rem;
}
section.quote-block .right-quote-btn span {
    margin-right: 10px;
}
section.quote-block .right-quote-btn a {
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}

/* ------start-footer-css------- */

.footer-area {
    background: #131313;
    padding: 30px 0px;
}
.footer-text h3 {
    color: #fff;
}
.footer-area .footer-logo h4 {
    color: #3598db;
    margin: 20px 0;
}
.footer-paragraph p {
    color: #fff;
    max-width: 80%;
}
.footer-list ul{
    padding-left: 0;
}
.footer-list ul li {
    list-style-type: none;
}
.footer-list ul li a{
    color: #fff;
    line-height: 2;
}
.footer-list ul li a span {
    margin-right: 8px;
}
.footer-area .footer-contain-block .footer-contact ul{
    padding-left: 0;
}
.footer-area .footer-contain-block .footer-contact ul li {
    list-style-type: none;
}
.footer-area .footer-contain-block .footer-contact ul li a{
    color: #fff;
    line-height: 2;
}
.footer-area .footer-contain-block .footer-contact ul li a span {
    margin-right: 8px;
}
.footer-area .footer-contain-block .footer-contact ul li a span .fa {
    color: #3598db;
}

/* ------start-footer-bottom-css------- */

section.footer-botom-block {
    background: #000;
    padding: 10px 0px;
}
section.footer-botom-block .footer-bottom-tax p {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

/* ----Responsive-css---- */
@media (max-width:600px){

section.slider-block .slider-tax h1 {
    font-size: 24px;}
section.slider-block .slider-tax p {
    font-size: 16px;}
.welcome-bg .welcome-bg-block .wel-bg-head h3 {
    font-size: 24px;}
.welcome-bg .welcome-bg-block .wel-bg-head h4 {
    font-size: 16px;}
.welcome-bg .welcome-bg-block .wel-bg-head p {
    font-size: 13px;
    max-width: 90%;}
.welcome-bg .welcome-bg-block {
    padding-top: 5rem;}
section.quote-block .right-quote-btn {
    float: left;}






.Testimonial-bg .Testimonial-bg-block {
    padding-top: 5rem;
}
.Testimonial-bg .Testimonial-bg-block .test-bg-head h3 {
    font-size: 24px;}
.Testimonial-bg .Testimonial-bg-block .test-bg-head h4 {
    font-size: 16px;}
.Testimonial-bg .Testimonial-bg-block .test-bg-para p {
    padding-top: 15px;
    width: 100%;}



}

ul#menu-header-menu {
   
    position: absolute;
    list-style: none;
    display: flex;
    top: 18px;
	color: #000;
    font-weight: 550;
    font-size: 16px;
	margin-left: -40px;
}
ul#menu-header-menu a {
    padding: 19px;
    color: black;
}
li#menu-item-40 {
    border-top: 2px solid #337ab7;
}

/*my css for alignment */

.glyphicon-chevron-right:before {
    content: "\e080";
    position: relative;
    left: 73px;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    position: relative;
    left: -80px;
}

a#get_quote_button {
    position: relative;
    left: 15px;
}
.copyright {
    position: relative;
    left: 190px;
}
footer#site-footer {
    display: none !important;
}
@media only screen and (min-width: 992px) {
.ma-el-image-filter-nav.no-border-bottom ul li {
    width: 156px;
    font-size: 20px;
    margin-bottom: 65px;
}
}
@media only screen and (max-width: 600px) {
.ma-el-image-filter-nav.no-border-bottom ul li {
    display: inline;
    margin-left: -9px;
    padding: 13px;
	 padding: 9px 11px 9px 11px;
}
	.elementor-576 .elementor-element.elementor-element-8d4a4b6 .ma-el-image-filter-nav {
    margin-left: calc(-23px/2);
    margin-right: calc(10px/2);
    margin-bottom: 34px;
    text-align: center;
}

	div#project_gallery_tittle h1 {
    font-size: 25px;
}

	.copyright {
    margin-left: -25px;
}
	div#footer-col-main {
    text-align: center;
}
	.footer-paragraph p {
    color: #fff;
    max-width: 100%;
}
	a#get_quote_button {
    position: relative;
    left: -90px;
}
	.jltma-menu-container {
    margin-top: -119px;
}
}

/* Contact form 7  */

label.text_label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}
.input_field {
    margin-top: 17px;
		height: 35px;
	
}
label.text_label_wide {
    font-size: 14px;
    font-weight: 600;
	margin-left: 15px;
	line-height: 1.3;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

.address-row {
    background: #f0f0e5;
    width: 52%;
    padding: 10px 30px 10px 30px;
}
.input_field_address {
    margin-bottom: 10px;
    height: 35px;
}
.are-there {
    margin-top: 17px;
    width: 364px;
    height: 30px;
}
hr.fence_info_hr {
    margin-bottom: 17px;
    margin-left: -25px;
}
.fence_information_dropdown {
    margin-top: 17px;
}
h2.form_heading {
    margin-left: -25px;
	  font-size: 17.5px;
    color: #444444;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wide_row {
    display: flex;
    margin-top: 27px;
}
.wide-col-one {
    margin-right: 18px;
}
h2.wide_heading {
    background-color: #e3e3d4;
    width: 525px;
    padding: 12px;
    font-size: 18px;
    margin-bottom: 17px;
}
.wide-col-two {
    border-left: 1px solid #bebeb9;
}
.input_field_wide {
    margin-top: 17px;
    width: calc(50% - -91px) !important;
    height: 35px;
	
}
.field-image {
    margin-top: 17px;
}
.textbox_field {
    margin-top: 17px;
    width: 1069px;
}
h2.form_heading_ci {
    font-size: 17.5px;
    color: #444444;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr.fence_info_hr_ci {
    margin-bottom: 17px;
    width: 50%;
}
div#quote-form {
    margin: 25px;
}
p.accept_instruction {
    font-size: 11.382px;
    line-height: inherit;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    color: #555555;
		
}
input.wpcf7-form-control.wpcf7-submit {
    background: #1089ff !important;
    border-color: #1089ff !important;
    color: #fff;
    font-size: 15px;
		padding: 15px;
}
h3.attention-text {
        font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3.attention-text-two {
        font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label.text_label_address {
    font-size: 11.382px;
    color: #555555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}