/*** Add your styles here **/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
body,html {
  height: 100%;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
p {
  font-size: 25px;
    }
p2 { font-size: 50px;
    text-align: center;
    color: #ffff;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	border: none;
	outline: none;
}
button:active, button:focus{
	border: none;
	outline: none;
}
img{
	max-width: 100%;
}
.clear  { clear:both;
            }
.gallery {
    text-align: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    background: #F5F5F5;
     z-index: -1;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	cursor: inherit !important;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.demo {
  opacity: 0.6;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.prev:hover, .next:hover{
	color: #FFF !important;
}

.header-inner {
  display: flex;
  align-items: left;
  justify-content: space-between;
}
.main-menu-inner {
  width: 100%;
  text-align: right;
}
.logo {
  max-width: 299px;
 
}
.collapse-nav li {
  display: inline-block;
  margin-left: 35px;
 }
.collapse-nav li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 6px 0px;
  transition: .3s;
 }
.collapse-nav li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #0077c8;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .3s;
}
.collapse-nav li a:hover:before {
  width: 100%;
  right: inherit;
  left: 0;
}
.collapse-nav li.menu-btn a {
  border: 1px solid #0077c8;
  padding: 10px 30px;
  border-radius: 50px;
}
.collapse-nav li.menu-btn a:before {
  top: 0;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
 }
.collapse-nav li.menu-btn a:hover {
  color: #FFF;
}
body {
  background: #F5F5F5;
}
header {
  padding: 17px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #F5F5F5;
  transition: .9s;
}
.banner-top {
    display: none;
}
.banner-contents {
  max-width: 1140px;
  max-height: 800px;
  margin: 0 auto;
  padding: 335px 15px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
 }
.single-banner-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
}
.banner-contents H1 {
  font-size: 45px;
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: bold;  
  line-height: 120%;  
 }

.banner-contents H2 {
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: bold;  
 }
.banner-contents p {
  font-size: 1.55rem;
    letter-spacing: 3px;
  font-stretch:condensed;   
}
.banner-extra {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 2;
}
.banner-inner {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;   
 } 
 .banner-carbary-item {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  max-height: 100%;
  z-index: 1;
}
.banner-menu {
  position: absolute;
  right: -180px;
  top: 250px;
  z-index: 2;
  transform: rotate(-90deg);
}
.banner-menu li a {
  color: #FFF;
  display: block;
  font-weight: 500;
  font-size: 20px;
  transition: .3s;
}
.banner-menu li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
.banner-menu li a:hover {
  color: #000;
}
.banner-call {
  text-align: center;  
  display: flex;
  
}
.banner-call-number h4 {
  font-size: 26px;
}
.banner-call-number p {
  color: #000 ;
  font-size: 25px;
  font-weight: 500;
}
.banner-call-number {
  color: #FFF;
  padding-right: 80px;
}
.call-icon a {
  width: 130px;
  height: 130px;
  text-align: center;
  font-size:60px;
  color: #0077c8;
  background: #FFF;
  border-radius: 50%;
  line-height: 111px;
  border: 8px solid #949391;
  margin-right: 45px;
  display: inline-block;
  transition: .3s;
  position: relative;
  z-index: 0;
}
.call-icon a:before {
  content: "";
  background: #0077c8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: .3s;
}
.call-icon a:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.call-icon a:hover {
  color: #FFF;
  border-color: #FFF;
}
#welcome {
  padding: 60px 0px;
}
.section-title H2 {
  color: #0077c8;
  font-size: 40px;
  margin:25px;
  text-align: center;
  font-weight: 600;
 }
.welcom-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row-reverse;
}
.welcome-contents p{
  font-size: 20px;
  font-weight: 200;    
}
.welcome-image {
  width: 50%;
  padding-left: 30px;
  padding right:auto;
      
}
.welcome-contents {
  width: 50%;  
}

.action-btn a, .action-btn input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #FFF;
  border-radius: 50px;
  transition: .3s;
  padding: 10px 30px;
  z-index: 0;
  border: 1pxsolid #0077c8;
}
.action-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0077c8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.action-btn a:after {
  content: "";
  width: 0;
  width: ;
  height: 100%;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  z-index: -1;
}
.action-btn a:hover:after {
  width: 100%;
  right: inherit;
  left: 0;
}
.action-btn a:hover {
  color: #0490C1;
}
.welcome-contents .action-btn {
  margin-top: 30px;
}
.mr-video {
  text-align: center;  
    
}
.video{
   aspect-ratio: 16/9; 
   width: 100%; !imortant;
   max-width: 1140px; 
}


.services-inner {
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
}
.services-home {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
}
.services-home a {
  width: 33.33%;
  padding: 15px 20px 30px 20px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.service-contents H3 {
  font-size: 25px;
  color: #0490C1;
}
.service-contents p {
  max-width: 300px;
  margin: auto;
  margin-top: 20px 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 200;    
  
}
.services-home a:nth-child(3), .services-home a:nth-child(6), .services-home a:nth-child(9) {
  border-right: 0;
}
.services-home a:nth-child(7), .services-home a:nth-child(8), .services-home a:nth-child(9) {
  border-bottom: 0;
}
spacer {
  background: #F5F5F5;
  display: block;
  height: 90px;
}
header.sticky {
  padding: 10px 0px;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
#testimonials {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 width: 100%;   
    
}
.testemonial-heading{
 letter-spacing: 1px;
 margin: 30px 0px;
 padding: 10px 10px;   
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.testemonial-heading h2{
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #202020;
  color: #ffffff;
   padding: 10px 20px;
 
} 
.testemonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.checked{
    color: orange;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
}
.testimonial-box{
    width: 500px;
    height: flex;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
   
}
.profile-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow:hidden;
    margin: 10px;
}
.profile-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;  
 object-position: center;
}
.profile{
   display: flex;
   align-items: center;
  }
.name-user{
    display: flex;
    flex-direction: column;    
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
 }
.name-user span{
    color: #979797;
    font-size: .8rem;
}
.reviews{
    margin-top: 0px;  
    
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}
.client-comments p{
 font-size: .9rem;
 color: #4b4b4b;    
    
    
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease .3s;
    
    
}

#counter-up {
  background: #0077c8;
  padding: 60px 0px;
}
.counters {
  display: flex;
  justify-content: space-between;
}
.single-counter {
  width: 25%;
  text-align: center;
}
.counter-contents {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
#contact {
  padding: 100px 0px;
}
.contact-inner {
  display: flex;
  justify-content: space-between;
}
.contact-form {
 width: 100%;
text-align: center;
}
.contact-map {
  width: 50%;
  padding-left: 40px;
}
.single-input-item input, .single-input-item textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
  padding: 10px 14px;
  font-size: 15px;
 }
.single-input-item textarea {
  min-height: 200px;
}
.contact-map iframe {
  min-height: 100%;
}
.map-item {
  height: 100%;
}
.contact-form .action-btn {
  margin-top: 30px;
}
.contact-form .action-btn {
  margin-top: 2px;
}
.footer-main {
  background: #000000;
  padding: 50px 0;
  color: #FFF;
  border-top: 5px solid #10B5DF;
}
.footer-main a {
  color: #FFF;
}
.footer-top .logo {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
}
.footer-menu {
  text-align: left;
  margin: 0;
  width: 25%;
  padding-left: 45px;
}
.footer-menu li {
  display: block;
  margin: 0;
}
.footer-menu li a {
  display: block;
}
.footer-social ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
  margin: auto;
}
.footer-social li {
  vertical-align: middle;
  position: relative;
  width: 33%;
  max-width: 210px;
}
.footer-social {
  text-align: center;
  margin-bottom: 40px;
}
.footer-social li svg {
}
.footer-social h4 {
  font-size: 17px;
  font-weight: bold;
  text-transform: ;
  margin: 0;
  display: inline-block;
  margin-left: 8px;
}
.footer-social p {
  font-size: 14px;
  margin: 0;
}
.footer-bottom a {
  color: #000;
}
.footer-bottom p {
  font-size: 15px;
  margin: 0;
}
.footer-bottom {
  padding: 15px 0px;
  text-align: center;
  background: #0077C8;
  color: #FFF;
}
.footer-bottom li {
  display: inline-block;
  margin: 0 5px;
}
.footer-images {
  text-align: center;
}
.footer-images li {
  display: inline-block;
  margin: 0 10px;
}
.footer-images li img {
  max-height: 100%;
  margin: 0;
}
.action-btn input {
  background: #0077C8;
}
.action-btn input:hover {
  color: #0077C8;
  background: #FFF;
}

.collapse-nav li.current_menu_item a:before {
  width: 100%;
}
.footer-menu li a:hover {
  color: #000;
}
.page-banner-contents {
  padding: 260px 0px;
 }
.page-banner-contents H1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 120%;
  color: #FFFFFF;
  
}
.services-page-contents H2 {
   color: #0077c8;
   font-size: 40px;
   font-weight: bold;
}
.services-page-contents p {
  font-size: 20px;
  font-weight: 200;
}

.services-page-contents p1 {
  font-size: 25px;
  font-weight: 500;
}
.services-page-contents p3 {
  font-size: 20px;
  font-weight: 500;
}

.page-banner-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-item-has-children {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
     
}
.sub-menu {
  position: absolute;
  min-width: 250px;
  text-align: left;
  left: -15px;
  padding-top: 28px;
  height: 0px;
  opacity: 0;  
  padding: 0px;
  transition: .4s;
  box-shadow: 5px 5px 5px #808080;
       
}


.sub-menu:hover {
    display: block;
}

.sub-menu.is-open {
  height: auto;
  opacity: 1;
  padding-top: 28px;
  }
.sub-menu li {
  margin: 0;
}
.sub-menu li {
  display: block;
  width: 100%;
}
.sub-menu li a {
  padding-left: 15px;
  background: #FFF;
  font-size: 15px;
}
.sub-menu li a: before {
  display: none;
}
.sub-menu li a:hover {
  
  background: #0077C8;
  color: #FFF;
}
.menu-item-has-children:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #0077C8;
  border-bottom: 2px solid #0077C8;
  position: absolute;
  right: 5px;
  background: transparent;
  top: 9px;
  transform: rotate(45deg);
  pointer-events: none;
}
header.sticky .sub-menu {
  padding-top: 20px;
}
.services-contact .contact-form {
  width: 100%;
}
.services-contact .contact-form {
  width: 100%;
}
#services-page {
  padding: 50px 0px;
}
.services-list {
  background: #0077C8;
  margin-bottom: 30px;
  box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.services-list li a {
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 10px 10px 25px;
  transition: .3s;
}
.services-list li a:hover {
  background: #FFF;
  color: #0077C8;
}
.services-list li.active a {
  background: #FFF;
  color: #0077C8;
}
.sub-menu li.active a {
  background: #0077c8;
  color: #FFF;
}
#pop-up {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  text-align: center;
  display: none;
}
.pop-up-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.pop-up-inner .contact-form {
  width: 100%;
}
.footer-extra-social {
  align-items: center;
  margin: 30px 0;
}
.footer-extra-social li {
  display: inline-block;
  text-align: center;
}
.footer-extra-social li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #FFF;
  color: #0077C8;
  line-height: 39px;
  border-radius: 50%;
  border: 1px solid #0077C8;
  transition: .3s;
  margin: 0 5px;
  position: relative;
  top: 0;
}
.footer-extra-social li a:hover {
  background: transparent;
  color: #FFF;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.8);
  top: -5px;
}
.footer-inner {
  display: flex;
}
footer H3 {
  color: #10B5DF;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}
.footer-left-image img {
  max-width: 100%;
}
.footer-left {
  max-width: 240px;
}
.footer-services {
  width: 25%;
}
.footer-contact {
  width: 25%;
}
.footer-extra-social H3 {
  margin: 0;
  margin-bottom: 10px;
}
.footer-contact li {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
}
.footer-contact li svg {
  display: inline-block;
}
.footer-contact li h4 {
  display: inline-block;
  font-size: 19px;
  margin-left: 12px;
}
.footer-services li {
  margin-bottom: 9px;
}
footer a:hover {
  color: #10B5DF !important;
}
.gallery-light-box {
    margin:10px 50px;
    text-align: center;
}
.gallery-light-box img{
    transition:1s;
    padding:0px;
    border: 3px solid  #F5F5F5;
   
}
.gallery-light-box img:hover{
    filter:graysclae(100%)
    transform: scale(1.1)    
}

.pay {
     margin:20px 50px; 
}
 .hero {
 
         max-width: 1600px;
         margin: 0;
         padding: 285px 0px 0px;
        }
        .hero-google { 
         position:inherit;
         right: 0px;
         top: 0px;
         max-height: 100%;
            
         z-index: 5;   
               
         }
         .my-box{
         border: 0px ;   /* Creates the box outline */
         padding: 5px 5px 5px 100px;         /* Adds space inside the box around the text */
         margin: -10px;             /* Adds space outside the box */
         max-width: 900px;             /* Sets the width of the box */
         background-color: #f9f9f9; /* Optional: adds a background color */
         text-align: left;
         border-top-right-radius: 200px;     
    }




/*1199px wide*/

@media(max-width: 1199px)

{
.logo {
  max-width: 220px;
    
}
   .banner-carbary-item {
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  
  max-width: 300px;       
  z-index: 1;
    }
 .banner-contents {
  max-height: 800px;  
  margin: 0 auto;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
    
}  
.banner-contents H1 {
  font-size: 40px;
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: bold;  
 }
    
.banner-contents H2 {
  margin-bottom: 10px;
  font-weight: bold;
    
}
.banner-contents p {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}     
.banner-contents {
  padding-left: 10px;
  max-width: 1000px;  
}
.collapse-nav li {
  margin-left: 25px;
}
  
.tetimonial-box{
  width: 45%;
  padding: 10px;      
        
    }  
}
/*920px wide*/
@media(max-width: 920px){
    
.nav-header {
  position: relative;
  width: 45px;
  height: 45px;
  background: 0 0;
  cursor: pointer;
  float: right;
  z-index: 3;
}
.concrete-polishing-sydney {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #0077c8;
  top: 50%;
  transform: translate(0%,-50%);
  right: 15px;
}
.concrete-polishing-sydney:before,
.concrete-polishing-sydney:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: #0077c8;
  transition: .5s;
  left: 0;
}
.concrete-polishing-sydney:before{
  top: -10px;
}
.concrete-polishing-sydney:after{
  top: 10px;
}
.nav-header.active .concrete-polishing-sydney{
  background: rgba(0,0,0,0);
}
.nav-header.active .concrete-polishing-sydney:before{
  top: 0;
  transform: rotate(45deg);
  background: #0077c8;
}
.nav-header.active .concrete-polishing-sydney:after{
  top: 0;
  transform: rotate(135deg);
  background: #0077c8;
}
.collapse-nav{
  display: none;
}
.collapse-nav {
  position: fixed;
  width: 60%;
  left: 0;
  top: 0;
  padding-top: 90px;
  height: 95%;
  background: #EBEBEB;
  opacity: .9; 
  
}
.collapse-nav li {
  margin: 0;
  display: block;
  text-align: left;
}
.collapse-nav li a {
  padding: 10px 10px;
  font-weight: 500;
  font-size: 20px;  
}   
.collapse-nav li a:before {
  display: none;
}
.collapse-nav li a:hover {
  background: #FFF;
  color: #0077c8;
 }
.current_menu_item a {
  background: #FFF;
}
.logo {
  z-index: 9;
  max-width: 150px;  
  }
.collapse-nav li.menu-btn a {
  border: 1px solid #0077c8;
  padding: 10px 30px;
  border-radius: 50px;
 }
.collapse-nav li.menu-btn a:before {
  top: 0;
  height: 100%;
  border-radius: 50px;
  z-index: 2;
 }
.collapse-nav li.menu-btn a:hover {
  color: #FFF;
  background: #0077C8;  
}
spacer {
  height: 70px;
}

/*concrete-polishing-sydney-menu end*/

    
    .banner-carbary-item {
  display: none; 
}
    
#banner{     
  height: 470px; 
}
.banner-menu {
  transform: inherit;
  top: inherit;
  right: inherit;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.banner-menu li {
  margin-top: ;
  margin-left: 15px;
}
.banner-menu li a {
  font-size: 20px;
}
.call-icon a {
  width: 60px;
  height: 60px;
  font-size: 40px;
 
  line-height: normal;
  line-height: 35px;
  margin-right: 10px;
}
 .banner-top {
     display: inline;
      width: 70px;
      height: 60px;
    z-index: 3;
    }   
.banner-call {
    display: flex;
  align-items: center;
    
}
.banner-call-number {
  color: #000;
  display: inline-block;
  padding: 0px;
  padding-right: 0px;
}
.banner-call-number h4 {
  font-size: 10px;
  font-weight: bold; 
}
.banner-extra {
  display: none;
}
.banner-call-number p {
  font-size: 10px;
  margin: 0;
}
.banner-contents {
  padding: 200px 15px;
  padding-right: 50px;
  padding-bottom: 250px;
  height: 300px; 
  z-index: 1;
  color: #FFF; 
  position: relative; 
  
}
.banner-contents H1 {
  font-size: 30px;
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: bold;  
 }
    
.banner-contents H2 {
  font-size: 35px;
  font-weight: bold;
}
.banner-contents p {
  font-size: 18px;
  margin-top: 10px;
  font-stretch: 0px;
  letter-spacing: 1px;
} 
.section-title H2 {
   color: #0077c8;
   font-size: 30px;
   text-align: center; 
   font-weight: 600; 
}
.welcom-contents {
  align-items: center;

}
.welcom-contents p{
  font-size: 20px;
  font-weight: 200;    
}    
.welcome-image {
  width: 100%;
  padding: 0px;
    align-content: center;
  margin: 0px;
}
.welcome-contents {
  width: 100%;
  margin-top: 30px;
}
.services-home a {
  width: 100%;
  border-right: none;
}
    p2 { font-size: 30px;
    text-align: center;
    color: #ffff;
}

.counters {
  display: inherit;
  text-align: center;
}
.single-counter {
  width: 100%;
  margin-bottom: 30px;
}
.counter-contents {
  margin-top: 15px;
}
.contact-inner {
  display: inherit;
}
.contact-form {
  width: 100%;
}
.contact-map {
  width: 100%;
  padding: 0px;
  margin-top: 30px;
}
.footer-top .logo img {
  max-width: 220px;
}
.footer-menu li a {
  font-size: 24px;
}
.footer-menu li {
   margin: 10px 14px;
}
.footer-social li {
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}
.footer-bottom li {
  font-size: 13px;
}
#contact {
  padding: 70px 0px;
}
    
.page-banner-inner {
  background-size: cover;
 
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner-contents H1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 120%;
  color: #FFFFFF;  
}    
.page-banner-contents {
  padding: 80px 0px;
    
}
.menu-item-has-children:after {
  border-color: #0077C8;
  right: 20px;
}
.sub-menu {
  position: inherit;
  left: inherit;
  padding: inherit;
  padding-top: 0px !important;
}
.menu-item-has-children {
  padding-right: 0px;
}
.menu-item-has-children:hover:after {
  border-color: #0077C8;
}
.sub-menu li a:hover {
  background: #0077C8;
  color: #FFF;
}
.services-page-contents H2 {
    font-weight: bold;
    color: #0077c8;
    font-size: 30px;    
}
.services-page-contents p {
  font-size: 20px;
  font-weight: 200;
}    

#services-page {
  padding:30px 0px;
}
.footer-inner {
  display: inherit;
}
.footer-left {
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.footer-left-image img {
  max-width: 250px;
}
.footer-left .logo {
  margin: auto;
}
.footer-menu {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0px;
}
.footer-services {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.footer-services a {
  font-size: 24px;
}
.footer-services li {
  margin: 10px 14px;
}
.footer-contact {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.footer-contact li {
  text-align: center;
}
.footer-images img {
  max-width: 170px;
}
.page-banner-contents H1 {
  font-size: 35px;
  font-weight: bold; 
  line-height: 120%;
   padding-top: 50px;
   color: #FFFFFF; 
}
.href-color {
    color:0000FF; 
    font-size: 24px;
    border-width: 0;
}
 .tetimonial-box{
  width: 45%;
  padding: 10px;      
 }
 .testemonial-heading h2{
     font-size: 1.4rem;   
         
    }
 
.testimonial-box{
    width: 400px;
    height: flex;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
   
}
    .reviews{
        margin-top: 0px;
        
    }
}
/*500px wide*/
@media(max-width: 500px){
    
.nav-header {
  position: relative;
  width: 45px;
  height: 45px;
  background: 0 0;
  cursor: pointer;
  float: right;
  z-index: 3;
}
.concrete-polishing-sydney {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #0077c8;
  top: 50%;
  transform: translate(0%,-50%);
  right: 15px;
}
.concrete-polishing-sydney:before,
.concrete-polishing-sydney:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: #0077c8;
  transition: .5s;
  left: 0;
}
.concrete-polishing-sydney:before{
  top: -10px;
}
.concrete-polishing-sydney:after{
  top: 10px;
}
.nav-header.active .concrete-polishing-sydney{
  background: rgba(0,0,0,0);
}
.nav-header.active .concrete-polishing-sydney:before{
  top: 0;
  transform: rotate(45deg);
  background: #0077c8;
}
.nav-header.active .concrete-polishing-sydney:after{
  top: 0;
  transform: rotate(135deg);
  background: #0077c8;
}
.collapse-nav{
  display: none;
}
.collapse-nav {
  position: fixed;
  width: 80%;
  left: 0;
  top: 0;
  padding-top: 100px;
  height: 100%;
  background: #EBEBEB;
  opacity: .9;  
}
.collapse-nav li {
  margin: 0;
  display: block;
  text-align: left;
}
.collapse-nav li a {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 20px;  
}
.collapse-nav li a:before {
  display: none;
}
.collapse-nav li a:hover {
  background: #FFF;
  color: #0077c8;
  
}
.current_menu_item a {
  background: #FFF;
}
.logo {
  z-index: 9;
  max-width: 150px;  
  }
.collapse-nav li.menu-btn a {
  border: 1px solid #0077c8;
  padding: 10px 30px;
  border-radius: 50px;
 }
.collapse-nav li.menu-btn a:before {
  top: 0;
  height: 100%;
  border-radius: 50px;
  z-index: 2;
 }
.collapse-nav li.menu-btn a:hover {
  color: #FFF;
  background: #0077C8;  
}
spacer {
  height: 70px;
}
/*concrete-polishing-sydney-menu end*/
.banner-carbary-item {
  display: none;
}
#banner{
     
  height: 470px; 
}
.banner-menu {
  transform: inherit;
  top: inherit;
  right: inherit;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.banner-menu li {
  margin-top: ;
  margin-left: 15px;
}
.banner-menu li a {
  font-size: 12px;
}
.call-icon a {
  width: 60px;
  height: 60px;
  font-size: 40px;
 
  line-height: normal;
  line-height: 35px;
  margin-right: 10px;
}
 .banner-top {
     display: inline;
      width: 70px;
      height: 60px;
    z-index: 3;
    }   
.banner-call {
  padding-left: 25px;
}
.banner-call-number {
  color: #000;
  display: inline-block;
  padding: 0px;
  padding-right: 0px;
}
.banner-call-number h4 {
  font-size: 10px;
  font-weight: bold; 
}
.banner-extra {
  display: none;
}
.banner-call-number p {
  font-size: 10px;
  margin: 0;
}
.banner-contents {
  padding: 200px 15px;
  padding-right: 50px;
  padding-bottom: 250px;
  height: 500px; 
  z-index: 1;
  color: #FFF; 
  position: relative; 
  
}
.banner-contents H1 {
  font-size: 30px;
  max-width: 750px;
  margin-bottom: 30px;
  font-weight: bold;  
 }
    
.banner-contents H2 {
  font-size: 30px;
  font-weight: bold;
}

.banner-contents p {
  font-size: 20px;
  margin-top: 10px;
  font-stretch: 0px;
  letter-spacing: 1px;
} 
.section-title H2 {
  color: #0077c8;   
  font-size: 27px;
  text-align: center; 
  font-weight: 600; 
}
    
.welcom-contents {
}
.welcome-image {
  width: 100%;
  padding: 0px;
    margin:0px;
    align-content: center;
}
.welcome-contents {
  width: 100%;
  margin-top: 30px;
}
.services-home a {
  width: 100%;
  border-right: none;
}

    p2 { font-size: 30px;
    text-align: center;
    color: #ffff;
}

.counters {
  display: inherit;
  text-align: center;
}
.single-counter {
  width: 100%;
  margin-bottom: 30px;
}
.counter-contents {
  margin-top: 15px;
}
.contact-inner {
  display: inherit;
}
.contact-form {
  width: 100%;
}
.contact-map {
  width: 100%;
  padding: 0px;
  margin-top: 30px;
}
.footer-top .logo img {
  max-width: 220px;
}
.footer-menu li a {
  font-size: 24px;
}
.footer-menu li {
   margin: 10px 14px;
}
.footer-social li {
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}
.footer-bottom li {
  font-size: 13px;
}
#contact {
  padding: 70px 0px;
}
    
.page-banner-inner {
  background-size: cover;
 max-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
}
.services-page-contents H2 {
  
  font-size: 30px;
  font-weight: bold;
}
.services-page-contents p {
  font-size: 20px;
  font-weight: 200;
} 
    
.page-banner-contents {
  padding: 65px 0 15px 0;
}
.menu-item-has-children:after {
  border-color: #0077C8;
  right: 20px;
}
.sub-menu {
  position: inherit;
  left: inherit;
  padding: inherit;
  padding-top: 0 !important;
}
.menu-item-has-children {
  padding-right: 0px;
}
.menu-item-has-children:hover:after {
  border-color: #0077C8;
}
.sub-menu li a:hover {
  background: #0077C8;
  color: #FFF;
}
.services-page-contents H2 {
    font-weight: bold;
    color: #0077c8;
    font-size: 20px;    
}
#services-page {
  padding: 30px 0px;
}
.footer-inner {
  display: inherit;
}
.footer-left {
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.footer-left-image img {
  max-width: 250px;
}
.footer-left .logo {
  margin: auto;
}
.footer-menu {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0px;
}
.footer-services {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.footer-services a {
  font-size: 24px;
}
.footer-services li {
  margin: 10px 14px;
}
.footer-contact {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.footer-contact li {
  text-align: center;
}
.footer-images img {
  max-width: 170px;
}
.page-banner-contents H1 {
  font-size: 30px;
  font-weight: bold; 
  line-height: 120%; 
  color: #FFFFFF;  
}
.href-color {
    color:0000FF; 
    font-size: 24px;
    border-width: 0;
}
 .tetimonial-box{
  width: 45%;
  padding: 10px;      
 }
 .testemonial-heading h2{
     font-size: 1.4rem;   
         
    }
 
.testimonial-box{
    width: 400px;
    height: flex;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
   
}
    .reviews{
        margin-top: 0px;
        
    }
}

/*340px wide*/

@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 0px;
        
    }
    .section{
        
    }
}