
body{
    overflow-x: hidden;
    margin: 0px auto;
}

@font-face {
  font-family: mm1;
  src: url(../fonts/Plan_G.otf);
}
@font-face {
  font-family: mm5;
  src: url(../fonts/Avian_Regular.ttf);
}
@font-face {
  font-family: mm2;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: mm3;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: mm4;
    src: url(../fonts/Poppins-Black.ttf);
  }

@font-face {
    font-family: mm6;
    src: url(../fonts/AldotheApache.ttf);
  }







/*----------------------- header start -----------------------*/
.mobileheader{
    display: none;
}
.menu ul li, .hidden-menu {
    list-style: none;
    padding: 0;
    text-align: justify;
    margin: 45px auto;
}   

.mobile-menu-bar {
    position: fixed;
    height: 50px;
    width: 4%;
    top: 2.5%;
    right: 4%;
    z-index: 999999;
    display: block;
    border-radius: 32px;
}
.mm-top-bar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
}
.mm-top-bar .logo {
    position: absolute;
    right: -134px;
    top: 3px;
    height: 50px;
}
.mm-top-bar .logo img {
    margin: 5px;
}
.logo img {
    width: 25%;
}
.mm-top-bar > .menu {
    height:50px;
    width:46px;
}
.mm-top-bar > .menu > img{
    width:50px;
}
.hidden-menu {
    position: absolute;
    left: 0;
    top:50.5px;
    width: 100%;
    display: none;
    height:0px;
    transition: all 0.5s ;
}
.hidden-menu.active {
    top: -14px;
    display: block;
    width: 250px;
    height: 250px;
    background-color: #000000b0;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 1.5%;
    left: -187px;
    animation: bounceInRight 0.6s;
}
.hidden-menu li {
    width: 62%;
    height: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
}
.hidden-menu li > a {
    color: #47c5e3;
    border-bottom: 2px solid;
    margin: 0%;
    font-family: 'mm3';
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    transition: all 0.3s;
}
.hidden-menu li > a:hover{
    background-color: #d91c21;
    box-shadow: 0px 0px 8px 2px #ffffff;
}




#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 80px;
  height: 45px;
  z-index: 999;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3.5px;
  width: 40%;
  background: #47c5e3;
  border-radius: 30px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 13px;
}

#nav-icon1 span:nth-child(2) {
  top: 23px;
}

#nav-icon1 span:nth-child(3) {
  top: 33px;
}

#nav-icon1.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 65%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 20px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 10px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 23px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 8px;
  top: 12px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 12px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 9px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}





#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    top: 35%;
    width: 31%;
    height: 27%;
    margin: auto;
    z-index: 1001;  
    background-image: url(../assets/img/sshape-1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    animation: bounce  2s  infinite;
    
    z-index: 1020;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0;
}

.loader-section.section-right {
    right: 0;
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.logo1{
    display: none;
    background-color: #000;
    padding: 6% 0% 1% 0%;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0%;
    position: fixed;
    z-index: 99;
}
.logo1 img{
    width: 12%;
    margin: -6% 0% 0% 0%;    
}

.mainheader{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.bgtricolor{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.bgtricolor img{
    width: 100%;
}
.chainimg{
    position: absolute;
    width: 40%;
    left: 290px;
    top: 0;
}
.chainimg img{
    width: 28%;
}
.headerlogo{
    background-color: #000;
    text-align: left;
    padding: 8px 0 8px 0;
}
.headerlogo img{
    width: 135px;
    padding: 5px 0 4px 30px;
    z-index: 9999;
    position: relative;
}
.headertext1{
    width: 100%;
    background-color: #cff4fd;
    padding: 42px 50px 26px 0;
    text-align: right;
}
.headertext1 a{
    text-decoration: none;
    font-family: mm3;
    color: #000;
    transition: all 0.3s;
}
.headertext1 a:hover{
    text-decoration: none;
    color: #45c0de;
}
.headertext2 a:hover{
    text-decoration: none;
    color: #45c0de;
}
.headertext3 a:hover{
    text-decoration: none;
    color: #45c0de;
}
.headertext2 a{
    text-decoration: none;
    font-family: mm3;
    color: #fff;
    transition: all 0.3s;   
}
.headertext3 a{
    text-decoration: none;
    font-family: mm3;
    color: #fff;
    padding: 0px;
    transition: all 0.3s;
    margin-left: -70px;    
}
.headertext2{
    width: 100%;
    background-color: #000;
    padding: 43px 0 26px 0;
    text-align: center;
}
.headertext3{
    width: 100%;
    background-color: #000;
    padding: 43px 0 26px 0;
    text-align: left;
}


/*----------------------- header end -----------------------*/

  



/*----------------------- index start -----------------------*/
.bnnr1{
    background-image: url(../assets/img/Banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 14% 0 5% 0;
}
.bnnr1text h4{
    background-color: #976e1f;
    color: #fff;
    text-align: center;
    font-size: 2.5vw;
    padding: 1%;
    font-family: sans-serif;
    width: 45%;
    margin: 18px auto;
}
.bnnr1text h3{
    color: #231f20;
    text-align: center;
    font-size: 5.2vw;
    line-height: 0.8;
    font-family: mm6;
}
.bnnr1text h2{
    color: #976e1f;
    text-align: center;
    font-size: 13vw;
    line-height: 0.8;
    font-family: mm6;
}
.lightbluebnner{
    position: absolute;
    width: 54%;
    top: -65%;
    right: -25%;
}
.lightbluebnner img{
    width: 100%;
}
.ourstorysection{
    position: relative;
    background-color: #cff4fd;
    margin-top: -22px;
    padding-bottom: 10%;
}
.tilerepair img{
    width: 100%;
}
.storytext h3{
    font-family: sans-serif;
    font-size: 2.5vw;
    color: #000;
    text-align: center;
}
.storytext p{
    font-family: sans-serif;
    font-size: calc(0.85vw + 0.8vh);
    color: #000;
    text-align: justify;
    padding: 0% 10% 0% 0%;
}
.storytext a{
    font-family: sans-serif;
    font-size: calc(0.85vw + 0.8vh);
    color: #000;
    text-align: center;
}
.storytext {
    padding: 11% 0% 0% 0%;
    text-align: center;
}
.logos{
    padding: 0% 10% 0% 0%;
}
.qualitylogo{
    text-align: center;
    padding-top: 20%;
}
.qualitylogo img{
    width: 80%;
    padding-bottom: 10%;
}
.qualitylogo h4{
    font-family: sans-serif;
    font-size: calc(0.85vw + 0.95vh);
    color: #000;
    text-align: center;
}
.ourproducts{
    width: 60%;
    margin: -17% 0% 0% 24%;
    position: relative;
}
.ourproducttext{
    position: absolute;
    top: -9%;
    left: -51%;
    width: 69%;
    transform: rotate(-39deg);
}
.ourproducttext h3{
    font-family: mm6;
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
}
.item img{
    width: 90% !important;
    margin: auto !important;
}
.stopsolutionlayer{
    position: absolute;
    overflow: hidden;
    bottom: -360%;
    right: -62%;
    width: 100%;
    transform: rotate(176deg);
}
.stopsolutionlayer img{
    width: 100%;
}
.stopsolutiontext{
    position: absolute;
    overflow: hidden;
    bottom: -42%;
    right: -40%;
    width: 83%;
    transform: rotate(317deg);
}
.stopsolutiontext h3{
    font-family: mm6;
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
}



.testimonial-slider {
    position: relative;
    width: 98%;
    margin: auto;
    overflow: hidden;
}
.testimonial {
    display: none;
    padding: 75px;
    text-align: center;
}
.testimonial img{
    width: 20%;
    padding: 0% 5%;
}
.testimonial.active {
    display: block;
}

.controls {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls span {
    cursor: pointer;
    padding: 0px 0 0 56px;
    width: 133px;
    height: 30px;
    color: #000;
    border-radius: 35px;
    user-select: none;
    font-size: 32px;
}

.controls span:hover {
    color: #333;
}
.strs i{
    font-size: 18px !important;
    color: gold;
}
.strs{
    text-align: center;
    padding: 0% 5%;
}
.testimonial p{
    font-family: mm3;
    font-size: calc(0.80vw + 0.85vh);
    color: #000;
    text-align: center;
    padding: 0% 4% 0% 4%;
}
.testimonial h4{
    font-family: mm3;
    font-size: 1.8vw;
    color: #b03d0d;
    text-align: center;
    padding: 0% 4% 0% 4%;
}
.plaster img{
    width: 100%;
}
.plaster {
    margin-top: -15%;
}
.tiles img{
    width: 100%;
}
.tiles {
    margin-top: 15%;
}
.building img{
    width: 100%;
}
.building {
    margin-top: -10%;
}
.demosection {
    background-color: #cff4fd;
    padding-top: 7%;
}

/*----------------------- index end -----------------------*/





/*----------------------- footer start -----------------------*/





#button1 {
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  font-size: 25px;
  color: #fff;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button1:hover {
  cursor: pointer;
  background-color: #47c5e3;
  color: #000024;
}
#button1:active {
  background-color: #555;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}
.whitedivider{
    border: 2px solid #fff;
}
.mainfootermobile{
    display: none;
    background-color: #000;
    padding: 3% 0% 3% 0%;
}
.mainfooter{
    background-color: #000;
    padding: 4% 0% 4% 0%;
}
.footerinner{
    width: 85%;
    margin: auto;
}
.quicklinks h3{
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5vw;
    text-align: left;
}
.quicklinks a i{
    color: #fff;
    font-size: 1.5vw;
}
.quicklinks a{
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: calc(0.65vw + 0.75vh);
    text-align: left;
    transition: all 0.3s;
}
.quicklinks a:hover{
    text-decoration: none;
    color: #47c5e3;
}
.quicklinks p{
    color: #fff;
    font-family: sans-serif;
    font-size: calc(0.65vw + 0.75vh);
    text-align: left;
}
.quicklinks h4{
    color: #867e7e;
    font-family: sans-serif;
    font-size: calc(0.75vw + 0.85vh);
    text-align: left;
}
.companydetails{
    background-color: #cff4fd;
    padding: 1%;
}
.companydetails p{
    color: #000;
    font-family: sans-serif;
    font-size: calc(0.65vw + 0.75vh);
    text-align: center;
    margin: 0;    
}
.companydetails p a{
    color: #000;
    font-family: sans-serif;
    font-size: calc(0.65vw + 0.75vh);
    text-align: center;    
}

/*----------------------- footer end -----------------------*/




/*----------------------- products start -----------------------*/
.productbanner{
    background-image: url(../assets/img/Products.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32% 0% 10% 0%;
    margin-top: 5.5%;
}
.productsrange{
    background-image: url(../assets/img/BG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5% 0% 3% 0%;
}
.wsection{
    width: 80%;
    margin: auto;
}
.productimage img{
    width: 100%;
}
.productimage{
    padding-bottom: 10%;
    transition: all 0.5s;
}
.productimage:hover{
    transform: scale(1.05);
}

/*----------------------- products end -----------------------*/





/*----------------------- contact start  -----------------------*/
.contactspace{
    width: 50%;
}
.contactinfomation{
    width: 50%;
    margin: auto;
}
.contactformmain{
    width: 65%;
}
.contactbanner{
    background-image: url(../assets/img/Contact-us.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17% 0% 20% 0%;
    margin-top: 5.5%;
}
.contactbanner h3{
    font-family: mm6;
    font-size: 5vw;
    color: #fff;
    text-align: center;
    text-shadow: 3px 0px 15px black;
}
.contactbg{
    background-image: url(../assets/img/contactBG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 5% 0% 3% 0%;
}
.contactinfoinner h3{
    font-family: sans-serif;
    font-size: 2vw;
    color: #000;
    text-align: left;
    padding-bottom: 1%;
}
.addressicon i{
    font-size: 2vw;
    color: #000;
    text-align: center;
    padding-bottom: 67%;
}
.addresstext p{
    font-family: sans-serif;
    font-size: calc(0.85vw + 0.8vh);
    color: #000;
    text-align: justify;
}
.addresstext {
    width: 75%;
}
.addresstext a{
    font-family: sans-serif;
    font-size: calc(0.85vw + 0.8vh);
    color: #000;
    text-align: justify;
}
.locate{
    padding-top: 10%;
}
.locate h4{
    font-family: mm6;
    font-size: 5vw;
    color: #000;
    text-align: center;
}
.contactform h2{
    font-family: mm6;
    font-size: 5vw;
    color: #000;
    text-align: center;
    padding-top: 5%;    
}
.contactform{
    width: 68%;
    margin: auto;
    text-align: center;
    padding: 3% 0% 4% 0%;
}
.forminput input{
    font-family: sans-serif;
    border: none;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 2%;
    width: 100%;
}
.formtxtarea textarea{
    border: none;
    border-radius: 10px;
    padding: 2%;
    margin-bottom: 4%;
    width: 100%;
}
.contactform a{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2%;
    border-radius: 10px;
    width: 30%;
    margin: auto;
}











/*----------------------- contact end  -----------------------*/