		body {
		    background-color: #443e3e;
		}
		
		.ul-sub-nabvar li a i {
		    font-size: 25px;
		    color: white;
		    border-radius: .2rem;
		}
		
		.sub-navbar {
		    padding-top: 10px;
		}
		
		.i-text {
		    font-size: 12px!important;
		    border-radius: .2rem;
		    border: 1px solid black;
		    padding: .2rem .6rem;
		    font-style: normal;
		    text-decoration: none;
		    color: black;
		}
		
		.i-text::hover {
		    text-decoration: none;
		    color: black;
		}
		
		.navbar {
		    position: relative;
		    display: -ms-flexbox;
		    display: flex;
		    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		    -ms-flex-align: center;
		    align-items: center;
		    -ms-flex-pack: justify;
		    justify-content: space-between;
		    padding: .5rem 0rem;
		}
		
		.main-banner {
		    position: relative;
		    height: 781px;
		    width: 100%;
		}
		
		.img-paving {
		    content: url(../img/home/banner-paving.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    z-index: -1;
		}
		
		.main-banner-text {
		    margin-top: 85px;
		    text-align: center;
		    color: #ffff;
		}
		
		.main-banner-text h2 {
		    margin-bottom: 25px;
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		.main-banner-text p {
		    margin-bottom: 45px;
		}
		
		.main-services {
		    padding-top: 50px;
		    padding-bottom: 50px;
		}
		
		.main-services-content {
		    position: relative;
		    color: #ffffff;
		    text-align: center;
		}
		
		.main-services-content i {
		    font-size: 40px;
		}
		
		.main-services-content h4 {
		    padding-top: 15px;
		    font-size: 22px;
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		.main-services-content p {
		    font-size: 12px;
		    margin-bottom: 25px;
		    padding: 0px 30px;
		}
		/* .main-services-content::after {
            position: absolute;
            content: "";
            height: 80%;
            width: 1px;
            background-color: #c59f8d;
            bottom: 10%;
            right: 0;
        }*/
		
		.line-services::after {
		    position: absolute;
		    content: "";
		    height: 70%;
		    width: 0.01rem;
		    background-color: #c59f8d;
		    bottom: 15%;
		    right: 0;
		}
		
		.main-about {
		    position: relative;
		    padding-top: 80px;
		    color: #fff;
		    height: 800px;
		}
		
		.main-about h2 {
		    padding-top: 15px;
		    padding-bottom: 15px;
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		.main-about-2 {
		    position: relative;
		    padding-top: 50px;
		    padding-bottom: 220px;
		}
		
		.main-about-2 h3 {
		    padding-top: 15px;
		    padding-bottom: 15px;
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		.img-paving-about {
		    content: url(../img/home/paving-about.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 0;
		}
		
		.paving-about {
		    content: url(../img/about/about-top.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: -118px;
		    z-index: -1;
		}
		
		.paving-outdoor {
		    content: url(../img/services/outdoorliving/outdoor-living.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 56px;
		    z-index: -1;
		}
		
		.paving-about-2 {
		    content: url(../img/about/about-botton.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    bottom: -122px;
		}
		
		.gallery {
		    position: relative;
		}
		
		.gallery h1 {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    color: #e99388;
		    text-align: center;
		    padding-bottom: 60px;
		}
		
		.paving-gallery {
		    content: url(../img/gallery/gallery-paving.png);
		    position: absolute;
		    right: 0;
		    top: 30%;
		}
		
		.main-about-content {
		    padding-top: 150px;
		    padding-bottom: 100px;
		}
		
		.main-about-content h2 {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    padding-bottom: 35px;
		}
		
		.main-about-content p {
		    padding-bottom: 25px;
		}
		
		.main-portfolio h2 {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    padding-top: 35px;
		}
		
		.main-portfolio {
		    color: #ffffff;
		    padding-top: 50px;
		    padding-bottom: 50px;
		}
		
		footer {
		    color: #fff;
		    padding-top: 140px;
		    padding-bottom: 50px;
		}
		
		.footer-pad {
		    text-align: center;
		}
		
		.footer-pad h3 {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		.footer-middle {
		    padding-top: 2em;
		    color: #ffff;
		}
		
		footer a {
		    color: #ffff;
		    font-weight: bold;
		}
		/*SOCİAL İCONS*/
		/* footer social icons */
		
		ul.social-network {
		    list-style: none;
		    display: inline;
		    margin-left: 0 !important;
		    padding: 0;
		}
		
		ul.social-network li {
		    display: inline;
		    margin: 0 5px;
		}
		
		.social-circle li a {
		    display: inline-block;
		    position: relative;
		    margin: 0 auto 0 auto;
		    -moz-border-radius: 50%;
		    -webkit-border-radius: 50%;
		    border-radius: 50%;
		    text-align: center;
		    width: 30px;
		    height: 30px;
		    font-size: 30px;
		}
		
		.social-circle li i {
		    margin: 0;
		    line-height: 30px;
		    text-align: center;
		}
		
		.social-circle i {
		    color: #595959;
		    -webkit-transition: all 0.8s;
		    -moz-transition: all 0.8s;
		    -o-transition: all 0.8s;
		    -ms-transition: all 0.8s;
		    transition: all 0.8s;
		}
		
		.sub-banner {
		    background-image: url('https://via.placeholder.com/1920x300');
		    background-repeat: no-repeat;
		    height: 300px;
		    padding-top: 100px;
		    padding-bottom: 45px;
		}
		/* Start Gallery CSS */
		
		.thumb {
		    margin-bottom: 15px;
		}
		
		.thumb:last-child {
		    margin-bottom: 0;
		}
		
		.thumb figure img {
		    -webkit-transition: .3s ease-in-out;
		    transition: .3s ease-in-out;
		}
		
		.thumb figure:hover img {
		    -webkit-filter: grayscale(0);
		    filter: grayscale(0);
		}
		
		.section-contact {
		    position: relative;
		    padding-top: 80px;
		    padding-bottom: 250px;
		    color: #fff;
		}
		
		.paving-contact {
		    content: url(../img/contact/contact.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    bottom: 0;
		}
		
		.paving-payment {
		    content: url(../img/payment/pay.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    bottom: -122px;
		}
		
		.section-payment {
		    position: relative;
		    padding-top: 80px;
		    padding-bottom: 200px;
		    color: #fff;
		}
		
		.title-page {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    color: #e99388;
		    text-align: center;
		    padding-bottom: 30px;
		}
		
		.paving-services {
		    padding: 15px 35px;
		}
		
		.paving-services h4 {
		    padding-top: 10px;
		    padding-bottom: 10px;
		}
		
		a#nav-logo {
		    position: relative;
		    text-align: center;
		    width: 25%;
		}
		
		a#nav-logo img {
		    width: 176px;
		    position: absolute;
		    top: -45px;
		    left: 0;
		}
		
		.navbar-paver {
		    padding-top: 50px;
		}
		
		#rqspaving-nav {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    color: #ffffff;
		    font-weight: 700;
		    font-size: 16px;
		}
		
		#rqspaving-nav.navbar-dark .navbar-nav .nav-link {
		    color: #ffffff;
		}
		
		.nopadding {
		    padding: 0!important;
		}
		
		.btn-estimates {
		    color: #fff;
		    background-color: #e99388;
		    border-color: #c59f8d;
		    font-weight: bold;
		    font-size: .8rem;
		    border-radius: .6rem;
		}
		
		.btn-estimates:hover {
		    color: #fff;
		    background-color: #c59f8d;
		    border-color: #c59f8d;
		    font-weight: bold;
		    font-size: .8rem;
		    border-radius: .6rem;
		}
		
		.btn-paving {
		    color: #fff;
		    background-color: #c59f8d;
		    border-color: #c59f8d;
		    font-weight: bold;
		    border-radius: .6rem;
		}
		
		.btn-paving:hover {
		    color: #fff;
		    background-color: #e99388;
		    border-color: #c59f8d;
		    font-weight: bold;
		    border-radius: .6rem;
		}
		
		.bg-paving {
		    background-color: #363636;
		    color: #ffff;
		}
		/*SERVICES*/
		
		.paving-outdoor {
		    content: url(../img/services/outdoorliving/outdoor-living.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 56px;
		    z-index: 1;
		}
		
		.paving-repair {
		    content: url(../img/services/pavingrepair/repair.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 56px;
		    z-index: 1;
		}
		
		.services-paving-repair {
		    content: url(../img/services/pavingrepair/repair-bottom.png);
		    position: absolute;
		    width: auto;
		    right: 0;
		    top: 15%;
		}
		
		.paving-paving {
		    content: url(../img/services/paving/paving.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: -150px;
		    z-index: 1;
		}
		
		.paving-install {
		    content: url(../img/services/pavinginstall/install.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 0;
		    z-index: 1;
		}
		
		.services-paving-install {
		    content: url(../img/services/pavinginstall/install-bottom.png);
		    position: absolute;
		    width: auto;
		    left: 0;
		    bottom: -125px;
		}
		
		.paving-dumpster {
		    content: url(../img/dumpsters/dumpster-1.png);
		    position: absolute;
		    width: 100%;
		    left: 0;
		    right: 0;
		    top: 0;
		    z-index: 1;
		}
		
		.services-paving-dumpster {
		    content: url(../img/dumpsters/dumpser-2.png);
		    position: absolute;
		    width: auto;
		    left: 0;
		    bottom: -125px;
		}
		
		.services-paving-outdoor {
		    content: url(../img/services/outdoorliving/outdoor-living-2.png);
		    position: absolute;
		    width: auto;
		    right: 0;
		    top: 15%;
		}
		
		.services-paving-paving {
		    content: url(../img/services/paving/paving-botton.png);
		    position: absolute;
		    width: auto;
		    left: 0;
		    bottom: -125px;
		}
		
		.main-services-page {
		    position: relative;
		    padding: 90px 0;
		}
		
		.main-title-services {
		    position: relative;
		    padding-top: 80px;
		    color: #fff;
		    height: 500px;
		}
		
		.main-title-services h2 {
		    padding-top: 15px;
		    padding-bottom: 15px;
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		}
		
		#ul-header {
		    text-align: right;
		}
		
		.lang-select.form-control-sm {
		    height: calc(1.4em + .5rem + 2px);
		    padding: .20rem .5rem;
		    font-size: .875rem;
		    line-height: 1.3;
		    border-radius: .6rem;
		}
		
		.row-services {
		    padding-top: 40px;
		    padding-bottom: 40px;
		}
		
		.tittle-content {
		    text-align: center;
		}
		
		.contact-us-content {
		    padding: 100px 0px;
		    color: #ffffff;
		}
		
		.contact-us .row {
		    border-top: 1px solid white;
		}
		
		.contact-us-img {
		    padding-top: 40px;
		}
		
		.section-padding {
		    padding: 40px 0;
		}
		
		.section-title {
		    text-align: center;
		    margin-bottom: 40px;
		}
		
		.section-borders span {
		    height: 5px;
		    background: #e99388;
		    width: 40px;
		    display: inline-block;
		    border-radius: 2px;
		}
		
		.section-borders span.black-border {
		    background: #333;
		    width: 30px;
		    margin: 0 6px;
		}
		
		.client-testimonial-carousel .owl-dots button {
		    height: 5px;
		    background: #e99388 !important;
		    width: 20px;
		    display: inline-block;
		    margin: 5px;
		    transition: .2s;
		    border-radius: 2px;
		}
		
		.client-testimonial-carousel button.owl-dot.active {
		    background: #000 !important;
		    width: 30px;
		}
		
		.client-testimonial-carousel .owl-dots {
		    text-align: center;
		    margin-top: 25px
		}
		
		.single-testimonial-item {
		    position: relative;
		    box-shadow: 0 0 2px #dadfd3;
		    margin: 2px;
		    padding: 20px;
		    font-style: italic;
		    padding-left: 85px;
		    height: 100%;
		}
		
		.single-testimonial-item:before {
		    font-family: "Font Awesome 5 Free";
		    content: "\f10e";
		    font-weight: 900;
		    position: absolute;
		    left: 20px;
		    top: 50%;
		    font-size: 20px;
		    color: #e99388;
		    line-height: 30px;
		    margin-top: -15px;
		}
		
		.single-testimonial-item:after {
		    background: #ddd;
		    content: "";
		    height: 70%;
		    left: 60px;
		    position: absolute;
		    top: 10%;
		    width: 1px;
		}
		
		.single-testimonial-item h3 {
		    font-size: 20px;
		    font-style: normal;
		    margin-bottom: 0;
		    color: #e99388;
		}
		
		.single-testimonial-item h3 span {
		    display: block;
		    font-size: 12px;
		    font-weight: normal;
		    margin-top: 5px;
		    color: white;
		}
		
		.navbar-pavers {
		    position: relative;
		    z-index: 50;
		    height: auto;
		    width: 100%;
		}
		
		.category-button {
		    margin-bottom: 15px;
		}
		
		.navbar-pavers .nav-link {
		    font-family: 'Lato', sans-serif;
		    text-transform: uppercase;
		    color: #ffffff;
		    font-weight: 700;
		    font-size: 16px;
		    padding: 10px .8rem;
		    text-align: center;
		}
		
		.section-navbar {
		    z-index: 50;
		    border-bottom: 1px solid #ffffff70;
		    border-top: 1px solid #ffffff70;
		    position: relative;
		    margin-bottom: 45px;
		}
		
		.fixed {
		    position: fixed;
		    top: 0;
		    height: 70px;
		    z-index: 1;
		}
		
		.box-content-services {
		    padding: 50px 0;
		}
		
		.gj-datepicker-md [role=right-icon] {
		    position: absolute;
		    right: 2px;
		    top: 5px;
		    font-size: 30px;
		}
		
		.gj-textbox-md {
		    padding: .375rem .75rem;
		}