*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #3c414c;
	box-sizing: border-box;
    line-height: 22px;
    font-weight:300;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
a:hover,
a:visited,
a:focus{
	text-decoration: none;
	color: #31343d;
}
a:hover{
	color: #31343d;
}


/*=======================
	 Top Navigation 
========================*/
/* .container-fluid.top-yellow {
    background: #f8bb00;
    padding-right: 152px;
    padding-left: 152px;
    line-height: 24px;
    z-index: 2;
} */
header#top-small-header {
    background: #f8bb00;
}

ul.top-info li,
ul.top-social li{
    display: inline-block;
    margin-top: 5px;
}

ul.top-info li {
    padding-right: 40px;
}
ul.top-info li a {
	color: #3c414c;
}
ul.top-info li a i {
    padding-right: 15px;
}
ul.top-info li a:hover {
    color: #000;
}
ul.top-social li a i {
    padding-right: 20px;
}
ul.top-social li a i{
    padding-right: 12px;
    color: #3c414c;
}

ul.top-social li a i:hover{
	color: #000;
}
/*=======================
	Main Navigation 
========================*/
.navbar {
    min-height: 99px;
    margin-bottom: 20px;
    z-index: 2;
}
.nav>li>a {
       padding: 9px 15px !important;
}
.navbar-default {
    background-color: rgba(49,52,61,0.7);
    border-color: transparent;
    border-radius: 0;
    outline: 0;
    z-index: 56;
}
ul.nav.navbar-nav.navbar-right {
    padding-top: 29px;
}
ul.nav.navbar-nav.navbar-right li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li a:focus, ul.nav.navbar-nav.navbar-right li a:active {
    background: transparent;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #f8bb00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f8bb00;
    box-shadow: inset 0px 0px 0px 1px #f8bb00;
}
li.get-qoute-btn a {
    background: #f8bb00;
    color: #31343d !important;
    font-weight: bold;
    border-radius: 12px;
}
li.get-qoute-btn a:hover {
    background: transparent !important;
   border: none !important;
}
.get-qoute-btn a:hover {
    color: #fff !important;
}


.sticky{
position: fixed;
width: 100%;
top: 0;
left:0;
 transition: all 0.4s ease;
}
.navbar-default.sticky {
    background: #31343d !important;
    transition: all 0.9s ease;
}
.navbar-default .navbar-nav>li>a:focus {

}
.navbar-nav>li>.dropdown-menu {
    margin-top: 31px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f8bb00;
    padding: 12px 0;
    border: none;
    box-shadow: none;
    outline: none;
    right: -117%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
}
ul.nav.navbar-nav.navbar-right li .dropdown-menu>li>a:hover {
    color: #fff !important;
    background: transparent;
    border: none !important;
}
a.dropdown-toggle {
    border: none !important;
    background: transparent !important;
}
/*=======================
	Main Slider 
========================*/
#slider {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -119px;
}
.carousel-control.left,
.carousel-control.right {
    display: none !important;
}
.carousel-indicators li {
    background-color: #31343d;
    border: 1px solid #31343d;
}

.carousel-indicators .active {
    background-color: #f8bb00;
    border-color:#f8bb00; 
}

/*==============================
     Banner Area Evevry page
============================== */

#banner {
    margin-top: -120px !important;
    background: url(../images/banner-main.jpg) no-repeat;
    width: 100%;
    height: 350px;
    background-position: left;
    background-size: cover;
    max-width: 100%;
     
}
#about-banner,
#projects-banner,
#contact-banner,
#surface,
#concrete,
#coating {
    margin-top: -120px !important;
    background: url(../images/about.jpg) no-repeat;
    width: 100%;
    height: 350px;
    background-position: left;
    background-size: cover;
    max-width: 100%;
     
}
#contact-banner {
    background: url(../images/contact-header.jpg) no-repeat !important;
    
}
#projects-banner {
    background: url(../images/projects-header.jpg) no-repeat !important;
}
#surface {
    background: url(../images/Surface-Preparation-Hedaer.jpg) no-repeat !important;
}
#concrete {
  background: url(../images/Concrete-Polishing.jpg) no-repeat !important;  
}

#coating {
    background: url(../images/coatings-and-self-leveling-header.jpg) no-repeat !important;
}


/*=================
Scroll To Top
====================*/

#scrollToTop {
    font-size: 3em;
    position: fixed;
    right: 40px;
    bottom: 10%;
    color: #f8bb00;
    transition: all 0.5s ease;
    z-index: 50;
}
#scrollToTop:hover{
    transform: scale(1.1,1.1);
    transition: all 0.5s ease;
}
.hide{transform: scale(0,0);}
/*=======================
    Start Video Section
========================*/
#video {
    padding-top: 78px;
    padding-bottom: 78px;
}
/*.surface-pr h1 {
    color: #f8bb00;
    font-size: 37px;
    font-weight: lighter;
    line-height: 18px;
}*/
#video .surface-pr p {
    text-align: justify !important;
    padding-bottom: 12px !important;
}
.surface-pr h3 {
    text-align: center;
    font-size: 37px;
    color: #3c414c !important;
    line-height: 37px !important;
    padding-bottom: 10px !important;
    font-weight: normal;
    position: relative;
}
.surface-pr p {
    text-align: center;
    font-weight: normal;
}
button.btn.blc {
    background: #31343d;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 18px;
    padding: 9px 15px;
}
button.btn.blc a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
button.btn.blc:hover {
    background: #f8bb00;
}


/*=======================
    Start Services
========================*/

#services {
    background: #31343d;
    padding: 40px 0;
}
.center-heading.text-center {
    padding-bottom: 50px;
}
.center-heading.text-center h2 {
    color: #fff;
    font-size: 42px !important;
    font-weight: lighter;
}
.center-heading.text-center span {
    position: relative;
    padding: 10px 0;
}   
.center-heading.text-center span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #f8bb00;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: transparent;
    border-radius: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    overflow: hidden;
    transition: all 0.5s ease;
}
.overlay {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.thumbnail img {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.thumbnail img:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1) !important;
}
.thumbnail i {
    position: absolute;
    content: '';
    background: #f8bb00;
    border-radius: 50%;
    padding: 15px;
    right: 8%;
    top: 44%;
    color: #fff;
    font-size: 30px;
    -webkit-box-shadow: 3px 7px 11px 0px rgba(173,173,173,1);
    -moz-box-shadow: 3px 7px 11px 0px rgba(173,173,173,1);
    box-shadow: 3px 7px 11px 0px rgba(173,173,173,1);
    -moz-transform: all 0.5s ease;
    -ms-transform:all 0.5s ease;
    -o-transform: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
    transition: all 0.5s ease;
}
.thumbnail i:hover {
    top: 43%;
}
.orange-round-bg {
    position: absolute;
    right: 7%;
    top: -32px;
}
.caption {
    position: relative;
}
.thumbnail .caption {
    padding-bottom: 41px !important;
   height: 200px
}
.caption h3 {
    padding-left: 17px !important;
    color: #3c414c !important;
    font-size: 24px;
}

.yellow-arraw span {
    position: relative;
     padding-left: 43px;
}
.yellow-arraw span:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    bottom: 0;
    font-family: "FontAwesome";
    color: #f8bb00;
    padding-right: 15px !important;
    margin: 0 15px;
}

/* Start Services Page */
.caption.test h3 {
    padding-left: 0 !important;
}
.caption.test {
    padding: 26px;
    padding-top: 0;
    padding-bottom: 0 !important;
}
.thumbnail.new-serv i {
    top: 53% !important;
}
.thumbnail.new-serv,
.thumbnail.extra {
    box-shadow: 0px 2px 21px 2px rgba(162, 162, 162, 0.75);
    -moz-box-shadow: 0px 2px 21px 2px rgba(162, 162, 162, 0.75);
    -webkit-box-shadow: 0px 2px 21px 2px rgba(162, 162, 162, 0.75);
}
.center-heading.text-center.black-hd p {
    padding-top: 12px !important;
}

/* =======================
        Tab Slider 
 ======================== */
 .nav-justified>li {
    display: table-cell;
    width: 20% !important;
    background: transparent;
}


/*=======================
    Start Coating
========================*/
section#coating {
    background: #f8bb00;
}
section#servicess {
    padding: 64px 0;
    padding-bottom: 38px;
}
.right-no-padd {
    position: absolute;
    width: 556px;
    height: 350px;
    background: white;
    left: -14%;
    top: 40px;
    bottom: 0;
    box-shadow: 0px 2px 21px 2px rgba(135, 135, 135, 0.75);
-moz-box-shadow: 0px 2px 21px 2px rgba(135, 135, 135, 0.75);
-webkit-box-shadow: 0px 2px 21px 2px rgba(135, 135, 135, 0.75);
    padding: 59px;
}
.thumbnail.extra h3 {
    padding-left: 0 !important;
}
.thumbnail.extra i {
    top: 34%;
}
.caption.extra-cap {
    height: auto !important;
}
.caption.extra-cap {
    height: 300px !important;
    padding: 29px;
    padding-top: 0;
   padding-bottom: 11px !important;
}
.yellow-arraw p {
    text-align: justify;
}
/*=======================
    POST SLIDER
========================*/
section.white-bg {
    background: transparent !important;
}
section#post-slider {
    padding: 48px 0;
}
.slick-initialized .slick-slide {
    margin: 0 15px !important;
}
button.slick-prev.slick-arrow i 
{
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 43%;
    left: -6%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 46px;
    border: 1px solid #f8bb00;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto;
    background: #f8bb00;
}

button.slick-next.slick-arrow i {
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 43%;
    right: -6%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 46px;
    border: 1px solid #f8bb00;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto;
    background: #f8bb00;

}
button.slick-prev.slick-arrow i:hover,
button.slick-next.slick-arrow i:hover {
background: #31343d;
border: 0;
}
.box h3 {
    color: #f8bb00;
     -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box {
    text-align: center;
    margin: 0 auto !important;
    border: 1px solid gray;
    padding:22px;
    background: #31343d;
    height: 345px;
    border-top: 5px solid #f8bb00;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box p {
    text-align: justify;
    text-align-last: center;
    color: #ececec;
    font-weight: lighter;
     -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover {
    background: #f8bb00;
    border-top: 5px solid #31343d;
}
.box:hover h3,
.box:hover p {
        color: #31343d !important;
}
/*=======================
    Start Projects
========================*/
#projects {
    padding: 40px 0;
    padding-top: 10px;
}
.center-heading.text-center.black-hd h2 {
    color: #3c414c !important;
    padding-top: 47px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}
.project-area p {
    text-align: center;
    padding-top: 20px;
    color: #31343d;
}
.project-area .caption {
    padding: 12px !important;
    height: 86px !important;
    transition: all 0.5s ease;
}

.project-area .thumbnail:hover .caption {
    background: #f8bb00 !important;
}

.project-area .overlay img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
button.btn.btn-default.project-btn {
    background: #31343d;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 18px;
    padding: 9px 15px;
}
button.btn.btn-default.project-btn a {
    color: #fff;
}
button.btn.btn-default.project-btn:hover{
    background: #f8bb00;
    outline: none;
    border: none;
}
/* =======================
        Contact Page
========================== */
section#contact-form {
    padding: 76px 0;
}
.contact-hd {
    display: block;
    margin: 0 auto;
    padding: 5em 0px;
}
.contact-hd h2 {
    color: #f8bb00;
    font-size: 42px;
   text-transform: uppercase;
   font-weight: normal;
    line-height: 42px;
}
.contact-hd h5 {
    font-size: 23px;
    line-height: 23px;
    color: #ececec;
}
.contact-information {
    margin-bottom: 20px;
}
.media-left span {
    color: #f8bb00;
    font-size: 54px;
    text-align: center;
    line-height: 66px;
    font-weight: bold;
    padding-left: 4px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-left span:hover {
    color: #31343d;
}
button.btn.btn-default.contact-btn {
    background: #31343d;
    width: 129px;
    height: 48px;
    line-height: 39px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: none;
}
button.btn.btn-default.contact-btn:hover {
    background: #f8bb00;
}
.media-body h4 {
    padding-left: 28px;
    font-size: 20px;
    padding-top: 7px;
}
.media-body p a {
    padding-left: 28px;
    font-size: 18px;
    color: #31343d !important;
}
section#map {
    padding-bottom: 22px;
}
ul.contact-page-menu {
    text-align: left;
    padding-left: 94px;
}
ul.contact-page-menu li a i {
    font-size: 24px;
    padding-right: 29px;
    transition: all 0.5s ease;
}

ul.contact-page-menu li a i:hover {
    color: #31343d;
    border: 2px solid #31343d;
}
ul.contact-page-menu li {
    display: inline-block;
}
ul.contact-page-menu li a i {
    font-size: 24px;
    padding-right: 29px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    color: #f8bb00;
    border: 2px solid #f8bb00;
}
.extra-menus {
    text-align: center;
    padding-top: 24px;
}
/*=======================
    Projects Area
========================*/
#top-projects {
    padding: 48px 0;
}
section#top-projects .surface-pr {
    padding-top: 30px !important;
}
.projet-right-img {
    overflow: hidden;
    border-radius: 15px;
}
section#top-projects h3 {
    font-weight: 400;
    line-height: 20px;
    font-size: 20px;
}
section#top-projects p {
    padding-top: 20px;
}
/*=======================
    Animated Projects Area
========================*/
section#animated-project {
    padding: 58px 0;
    padding-bottom: 0;
}
.row.extra-padding {
    padding: 15px 0;
}
/*=======================
   About Us page
========================*/
#equipment {
    background: #e2e2e2;
    padding: 1em 0px;
}
#about-us {
    padding: 1.5em 0px;
}
.col-md-6.no-padding {
    padding: 0;
}
.col-md-6.one {
    height: 400px !important;
    padding: 3em;
}
.col-md-6.two {
    height: 400px !important;
    padding: 0 !important;
}

.surface-pr.only h1 {
    position: relative;
}
.surface-pr h3:after {
    position: absolute;
    content: '';
    left: 34%;
    bottom: 0px;
    width: 61px;
    height: 2px;
    background: #424242;
}
.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%;
}


/*=======================
   SURFACEPREPARATION 
========================*/
#surface {
    margin-top: -120px !important;
    background: url(../images/Surface-Preparation-Hedaer.jpg) no-repeat;
    width: 100%;
    height: 350px;
    background-position: left;
    background-size: cover;
    max-width: 100%;
}
/*=======================
   Coatings And Self Leveling
========================*/

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent !important;
}
/*=======================
   Concrete Polishing
========================*/

/*=======================
    Start Footer
========================*/
footer#top-footer {
    background: #31343d;
    padding: 20px 0;
    font-weight: lighter;
}
.first-widget:first-child {
    padding-left: 0;
}
.first-widget:last-child {
    padding-right: 0;
}
.first-widget h4 {
    color: #ececec;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 12px;
}
footer#smaall-footer {
    background: #2c2f36;
}
.container.bottom-info {
  /*   background: #2c2f36; */
   /*  padding: 5px 139px; */
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    padding-top: 10px;
}
.container-fluid.bottom-info a {
    color: #f8bb00;
}
.first-widget {
    padding: 17px;
}
.first-widget p {
    color: #ececec;
    text-align: left;
}
ul.footer-social li {
    display: inline-block;

}
ul.footer-social li a {
    color: #fff;
    padding-right: 26px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.footer-social li a:hover {
    color: #f8bb00;
}
ul.info-menu li a i {
    padding-right: 14px;
}
ul.info-menu li a {
    line-height: 32px !important;
    color: #ececec; 
}
ul.footer-menu li a {
    color: #ececec;
    line-height: 27px !important;
}
ul.info-menu li a:hover,
ul.footer-menu li a:hover {
    color: #f8bb00 !important;
}
.form-control:hover,
.form-control:focus {
    border-color: #f8bb00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 175, 5, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(224, 175, 5, 0.6);
}
.right-info a {
    color: #f8bb00;
}
.right-info a:hover {
    color: #fff;
}
form.footer-form input {
    border-radius: 4px;
}
form.footer-form button {
    border-radius: 4px !important;
    background: #f8bb00 !important;
    outline: none !important;
    border: none !important;
    padding: 6px 30px !important;
      -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
form.footer-form button:hover {
    background: transparent !important;
    border: 1px solid #f8bb00 !important;
    color: #fff !important;
}


section#custam-tab-slider {
    padding-top: 14%;
}



 ul.nav.nav-pills.nav-justified li a small {
    position: absolute;
    top: -182px;
    bottom: 0;
    left: 0;
    right: 0;
}

section#custam-tab-slider .carousel-inner {
    margin-top: 4em;
    border-top: 1px solid #d8d8d8;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000;
    background-color: transparent;
}
.nav-justified {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
section#custam-tab-slider .carousel-inner>.item {
    height: 450px;
}
section#custam-tab-slider .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
}
section#custam-tab-slider .carousel-caption h3,
section#custam-tab-slider .carousel-caption p {
    text-align: left;
    color: #31343d;
    text-shadow: none;
}
section#custam-tab-slider .carousel-caption p {
    text-align: justify;
}
section#custam-tab-slider .carousel-caption h3 {
    font-size: 30px;
}

/* section#asadsadafasf {
    margin-top: 15%;
    background: gray;
    padding-top: 50px;
}

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; } */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}