
@charset "utf-8";


.main_menu > section.menu-list-items:before {
    background: #ffffff;
}
.top-left {
    text-align: left;
    padding: 9px 0px 0px;
    font-size: 14px;
    color: #d6d6d6;
}
.mb-70{
	margin-bottom: 70px;
}
.mt-70{
	margin-top: 70px;
}
.contact-item {
    min-height: 256px;
}
.main_menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
    padding-top: 0px;
}
li.p-0 {
    padding: 0px !important;
}
.slidertext1 {
    color: #000;
}
section.about-info .section-title p {
    text-align: justify;
    line-height: 27px;
}
.main_menu .menu-logo img {
    height: 80px;
}
.top-social-icons li:nth-child(2) a {
    color: #fcb80b;
}

.top-social-icons li:nth-child(3) a {
    color: #fcb80b;
}.top-social-icons li:nth-child(4) a {
    color: #fcb80b;
}
.top-social-icons li:nth-child(1) a {
    color: #fcb80b;
}
form#xs-contact-form {
    padding: 60px 20px;
    background: white;
    max-width: 880px;
    margin: auto;
    box-shadow: 0px 3px 6px #00000014;
}
.btn-box .btn-style-one {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    padding: 7px 29px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-top: 3px;
}
ol.rounded-list li {
    text-transform: capitalize;
}
.get_qoute.inner-section-btn .btn-style-one .btn-title {
    position: relative;
    font-size: 36px;
    padding: 10px !important;
    line-height: 40px;
}
.get_qoute.inner-section-btn {
   
    padding: 60px 0;
    background: #dddddd33;
}
section.section-top.disclaimer p {
    font-size: 14px;
    line-height: 34px;
}
section.about-info.about-img.page-section-ptb100 {
    margin: 100px 0px;
}
.footer-sec .footer-info .service-link li {
    color: #fff;
}
.footer-sec .footer-info .service-link .text-danger {
    color: #ff4c4c;
}
ul.footer-adress a {
    color: #fff;
}
.single-item .details p {
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
    margin-bottom: 10px;
}
.image-hover-effect .link-wrap {
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 10;
}
.single-item .icon {
    width: 100%;
    margin: auto;
    /* height: 80px; */
    border-radius: 50%;

}
.typoghrapy .single-item {
    background: #fff;
    padding: 0px 0px 15px 0px;
    min-height: 495px;
    margin-bottom: 30px;
}
.brand-section {
    display: none;
}
.footer-sec {
    position: relative;
    background: url(../images/footer-pattern.jpg) repeat;
    padding-top: 70px;
    background: #000;
}

 .box_content {
    text-align: justify;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    background: #fff;
    color: #595959;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.winder-programe {
    display: flex;
    justify-content: center;
}
ol {
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.winder-programe h4 {
    color: #fcb80b;
    font-size: 45px;
    margin-left: 20px;
    line-height: 40px;
    font-weight: 600;
    margin-right: 20px;
}
a.whatup {
    position: fixed;
    bottom: 110px;
    /* position: absolute; */
    top: auto;
    z-index: 6666;
    left: 0px;
}
span.service-btn {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}
.btn-style-one:hover {
    color: #ffffff;
}
 .get_qoute  span.btn-title {
    font-size: 34px;
    line-height: 34px;
}

ol ol {
    margin: 0 0 0 2em;
}

.rounded-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
span.service-btn {
    font-size: 45px;
    color: #fff;
    line-height: 30px;
    font-family: 'Roboto';
    border-bottom: 3px solid #fcb80b;
}
.section-title p.four_service {
    text-align: center !important;
    font-style: italic;
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #ffc923;
    height: 39px;
    width: 39px;
    line-height: 31px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list li:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list li:hover:before {
    background: #000;
    color: #fff;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}
.nf-item.grid-sizer.branding .caption {
    display: none;
}
.financing.promotion .caption {
    display: none;
}
.branding .caption {
    display: none;
}
.fancybox-title-float-wrap .child {
    display: none;
}
i.fa.fa-link {
    display: none;
}
.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 0px;
    color: #ffffff;
    padding: 15px 28px;
    font-weight: 500;
    background-color: #fcb80b;
    overflow: hidden;
    border-radius: 10px;
}
.testimonials-wrap span.white_color {
    display: none;
}
.about-info .section-title p {
    text-align: justify;
    line-height: 27px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.about-img {
    margin-top: 9rem;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
.main_menu .menu-logo {
    padding: 10px 0px 10px;
}

#header.clean .main_menu .menu-logo, #header.defualt .main_menu .menu-logo, #header.fancy .main_menu .menu-logo, #header.dark .main_menu .menu-logo{padding:0px 0; float:none; background:transparent;}
.services {
    padding: 0px 0px;
    position: relative;
}

img#logo_dark_img {
    margin-top: 10px;
}
.counter {
    margin-top: 70px;
}


.formBox  h1{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.inputBox .inputText{
	position: absolute;
    font-size: 14px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
	position: relative;
	width: 100%;
	height: auto;
	background: transparent;
	border: none;
    outline: none;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.modal-content .col-md-6.product_img {
    box-shadow: 1px 2px 3px #dedede;
    padding: 10px;
    background: #fcb80b;
    margin: 10px;
    max-width: 235px;
    width: 100%;
}

input.theme-btn.btn-style-one.border-0 {
    border: 1px solid #f4c85a;
}
section.about-info .section-title p {
    text-align: justify;
    line-height: 27px;
}
.section-title p{
	   text-align: justify !important;
    line-height: 27px !important;
}
.about-info .section-title p {
    text-align: justify;
    line-height: 27px;
}
section.services p {
    text-align: center !important;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}

.testimonials-wrap {
	background: url("../upload/home/testimonial.jpg") no-repeat;
    padding: 70px 0px;
    background-size: cover;
}
.counter {
    padding: 70px 0;
    background: url("../upload/home/choose-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center;
}
.about-img-pro{
	background: url("../upload/home/about.jpg") no-repeat !important;
    padding: 70px 0px;
    background-size: cover;
}

.inner-heading.grittingwork {
    background: url("../upload/bb/gritting_work.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.concretework {
    background: url("../upload/bb/oncrete_surfacing_work.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.groundwork {
    background: url("../upload/bb/groundworks.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.landscaping {
    background: url("../upload/bb/landscaping.jpg") 0 36% no-repeat;
	background-size: cover;
}.inner-heading.gallery {
    background: url("../upload/bb/work.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.testimonial {
    background: url("../upload/bb/testimonial.jpg") 0 36% no-repeat;
	background-size: cover;
}.inner-heading.other-service {
    background: url("../upload/bb/other_servisis.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.contact {
    background: url("../upload/bb/contact_us.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.aboutus {
    background: url("../upload/bb/about.jpg") 0 36% no-repeat;
	background-size: cover;
}
.inner-heading.concrete_work {
    background: url("../upload/bb/oncrete_surfacing_work.jpg") 0 36% no-repeat;
	background-size: cover;
}
ul.footer-social {
    display: none;
}
.clientImg i {
    font-size: 50px;
    position: absolute;
}
.image-hover-effect-6 .link-wrap a:hover {
    background-color: rgba(255,255,255,0.4);
    display: none;
}

	.carousel-caption h1 {
    font-size: 70px ;
    font-weight: 600 ;
    color: #ffff;
}
	.carousel-caption p {
    font-size: 27px;
    color: #ffc107;
    font-weight: 500;
}
	.carousel-caption .btn {
    text-shadow: none;
    background: #fcb80b;
    margin-top: 20px;
    color: #ffff;
}
.name span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    color: #424141;
    line-height: 20px;
}
.serviceList .single-item {
    min-height: 436px;
    margin-bottom: 30px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    background: #19171782;
}


.serviceList .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
section.about-info.about-img.page-section-ptb100 {
    margin: 0px 0px;
}
#header.clean .main_menu .menu-links > li.active >a {
    color: #fff !important;
}
.our-service-sec {
    display: table-caption;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}
#header.clean .main_menu .menu-links  li a:active {
    color: #fcb80b !important;
}

.about-info .section-title p {
    text-align: justify;
    line-height: 27px;
}
@media screen and (max-width: 1200px){
#header.clean .main_menu .menu-logo, #header.defualt .main_menu .menu-logo, #header.fancy .main_menu .menu-logo, #header.dark .main_menu .menu-logo {
    padding: 0px 0;
    float: none;
    background: transparent;
}
}

@media only screen and (max-width: 766.75px) {
#header.clean .main_menu .menu-logo, #header.defualt .main_menu .menu-logo, #header.fancy .main_menu .menu-logo, #header.dark .main_menu .menu-logo {
    padding: 10px 0;
    float: none;
    background: transparent;
}
	.btn-box.text-right {
    display: none;
}
	img.icon-wp {
    max-width: 128px;
}
	#header.clean .main_menu .menu-logo > li a img, #header.defualt .main_menu .menu-logo > li a img, #header.fancy .main_menu .menu-logo > li a img, #header.dark .main_menu .menu-logo > li a img {
    float: none;
    text-align: center;
    margin-right: 0px;
}
#header .topbar.dark {
    background: #1b1b1b;
    display: none;
}
.clean .main_menu .menu-mobile-collapse-trigger::before, .clean .main_menu .menu-mobile-collapse-trigger::after, .clean .main_menu .menu-mobile-collapse-trigger span, .fancy .main_menu .menu-mobile-collapse-trigger::before, .fancy .main_menu .menu-mobile-collapse-trigger::after, .fancy .main_menu .menu-mobile-collapse-trigger span, .dark-fancy .main_menu .menu-mobile-collapse-trigger::before, .dark-fancy .main_menu .menu-mobile-collapse-trigger::after, .dark-fancy .main_menu .menu-mobile-collapse-trigger span {
    background: #000;
}
 .menu-mobile-collapse-trigger span, .dark-fancy .main_menu .menu-mobile-collapse-trigger::before, .dark-fancy .main_menu .menu-mobile-collapse-trigger::after, .dark-fancy .main_menu .menu-mobile-collapse-trigger span {
    background: #000;
}
#header.clean .main_menu, #header.defualt .main_menu, #header.fancy .main_menu, #header.dark-fancy .main_menu, #header.dark .main_menu {
    min-height: 0px;
    background: #daa528;
}
	#header.clean .main_menu .menu-logo, #header.defualt .main_menu .menu-logo, #header.fancy .main_menu .menu-logo, #header.dark .main_menu .menu-logo{padding:10px 0; float:none; background:transparent;}
	
	.main_menu {
    background: white;
}
.menu-mobile-collapse-trigger span {
    color: #fff !important;
}
	.cal-whatup-icon img.icon-call {
    width: 129px;
    position: fixed;
    right: 0px;
    bottom: 47px;
    z-index: 888;
}

.services {
    padding: 0px 0px;
    position: relative;
}
#header.clean .menu-list-items, #header.dark .menu-list-items, #header.fancy .menu-list-items {
    background: #fff;
}
.main_menu .menu-logo > li > a {
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
}
	.main_menu .menu-mobile-collapse-trigger {
    height: 42px;
    top: 105px;
}
	a.btn.btn-lg.btn-primary {
    font-size: 10px;
    margin-top: 10px;
}
	.main_menu .menu-mobile-collapse-trigger {
    height: 42px;
    top: 20px;
}
	.main_menu .menu-logo img {
    height: 59px;

}
	a.carousel-control {
    top: 30%;
}
	.carousel-indicators li {
    display: none;
}
	.carousel-caption p {
    font-size: 14px;
    color: #ffc107;
    font-weight: 500;
    line-height: 14px;
}
	.carousel-caption h1 {
    font-size: 22px;
    font-weight: 600;
    color: #ffff;
}
	.carousel-caption {
    top: -15px;
}
	.main_menu .menu-links {
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 555;
}
	.main_menu .menu-links {
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 555;
}
	section.contactWrap p {
    text-align: center !important;
}

		.readmore .btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    background: grey;
	z-index: 999;
   
}
	.winder-programe h4 {
    color: #fcb80b;
    font-size: 31px;
    margin-left: 20px;
    line-height: 46px;
    font-weight: 600;
    margin-right: 20px;
}
	.winder-programe {
    display: block;
    justify-content: left;
    text-align: left;
}
	.winder-programe h4:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin-right: 10px;
}
	
}