*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    color: #757575;
    font-size: 14px;
    background-color: #fbfbfb;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}
@media (min-width: 576px) {
    .container {
    max-width: 546px; } 
}

@media (min-width: 768px) {
    .container {
    max-width: 738px; } 
}

@media (min-width: 992px) {
    .container {
    max-width: 962px; } 
}

@media (min-width: 1200px) {
    .container {
    max-width: 1170px; } 
}

@media (min-width: 1448px) {
    .container {
    max-width: 1418px; } 
}

@media (min-width: 1665px) {
    .container {
        max-width: 1635px; } 
}

@media (min-width: 1920px) {
    .container {
        max-width: 1890px; } 
}
    
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    position: relative;
}

.sprite{
    background: url("../images/sprite.svg") 0 0 no-repeat;
    display: inline-block;
}

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%; 
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%; 
}

.mobile{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0 20px 0;
    
}

.mobile a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    text-decoration: none;
    color: #757575;
}

.mobile a i {
    padding-right: 10px;
}

.mobile a i img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.heading{
    width: 100%;
}

.heading h1{
    display: flex;
    flex-direction: row;
    font-size: 40px;
    color: #757575;
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
    padding-top: 150px;
}

.heading a{
    font-size: 16px;
    color: #757575;
    text-decoration: none;
    padding-top: 5px;
    display: flex;
}

.krishna-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #757575;
    padding: 25px 25px 70px 25px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 50px;
    line-height: 28px;
    position: relative;
}

.krishna-box::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #757575;
}

.slider{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
}

.slider-commercial{
    background-color: #757575;
    padding: 50px;
}

/* .slider a img {
    display: block;
    width: 300px;
    height: 300px;
    border: solid 25px #757575;
} */

.slider-residential{
    background-color: #757575;
    padding: 50px;
}

.gray-box{
    width: 100%;
    background-color: #757575;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0;
}

.gray-box2{
    width: 100%;
    background-color: #757575;
    margin-bottom: 100px;
    padding: 50px 0;
}

.about-us{
    width: 100%;
    background-color: #757575; 
    padding: 60px 25px;
    text-align: left;
}

.about-us h2 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 25px;
    font-weight: normal;
}

.about-us p{
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 30px;
    font-weight: 300;
    display: block;
    padding-bottom: 30px;
}

.about-us strong{
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
}

.about-us a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.ccs{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ccs-left{
    flex: 0 0 95%;
    padding-bottom: 100px;
}

.ccs-left h3 {
    display: block;
    padding-bottom: 50px;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
}

.ccs-right{
    flex: 0 0 5%;
    background-color: #757575;
    position: relative;
}

.ccs-right::after{
    content: "";
    position: absolute;
    left: -120px;
    right: 0;
    top: 5px;
    margin: auto;
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 40px solid #757575;
	border-bottom: 20px solid transparent;
}

.ccs-right span{    
    position: absolute;
    top: 30px;
    right: -98px;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
    color: #ffffff;
    font-size: 16px;
}

.rcs{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.rcs-left{
    flex: 0 0 95%;
    padding-bottom: 100px;
}

.rcs-left h3 {
    display: block;
    padding-bottom: 50px;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
}

.rcs-right{
    flex: 0 0 5%;
    background-color: #757575;
    position: relative;
}

.rcs-right::after{
    content: "";
    position: absolute;
    left: -120px;
    right: 0;
    top: 5px;
    margin: auto;
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 40px solid #757575;
	border-bottom: 20px solid transparent;
}

.rcs-right span{    
    position: absolute;
    top: 30px;
    right: -98px;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
    color: #ffffff;
    font-size: 16px;
}

.commercial{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
}

.commercial-construction{
    background-color: transparent;
    padding: 0px;
}

.commercial-construction span{
    display: flex;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.commercial-construction img {
    display: block;
    width: 300px;
    height: 300px;
    border: solid 15px #757575;
}


.residential{
    width: 60%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.residential-construction{
    background-color: transparent;
    padding: 0px;
}

.residential-construction span{
    display: flex;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.residential-construction img {
    display: block;
    width: 300px;
    height: 300px;
    border: solid 15px #757575;
}

.sub-heading{
    width: 100%;
}

.border{
    border-bottom: solid 1px #000000;
    margin: 0;
    padding: 10px 0 0 0;
}

.factsheet{
    display: flex;
    flex-direction: row;
    font-size: 24px;
    color: #757575;
    padding-bottom: 20px;
    padding-top: 0px;
    font-weight: normal;
}

.sub-heading span{
    color: #000000;
}
.white-box{
    width: 100%;
    padding-top: 100px;
}
.pl-20{
    padding-left: 200px;
}

.pt-20{
    padding-top: 200px;
}

.bg{
    background-color: #fbfbfb;
}

.bg1{
    background-color: #757575;
}

.footer{
    width: 100%;
    padding: 70px 0 1000px 0;
}

.contact {
    color: #ffffff;
    font-size: 24px;
    text-align: left;
    padding-left: 25px;
    text-decoration: underline;
}

.footer strong {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding-left: 25px;
    display: block;
    padding-top: 15px;
}

.person{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    display: block;
    padding-top: 5px;
}

.footer p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
}

.dial{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding-left: 25px;
    padding-top: 8px;
}

.footer a i img{
    padding-right: 10px;
} 

.menu{
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 12px;

}

.menu span {
    width: 35px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #000000;
    display: block;
    margin-right: 20px; 
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .popup{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border: solid 1px #efefef;
    padding:15px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #ffffff;
  }

  .popup-top{
    border: solid 1px #efefef;
    padding: 10px;

  }

  .popup-bottom{
    width: 100%;
  }

  .apra-d{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .d-mall{
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 28px;
    text-align: justify;
  }

  .btn{
    outline: none;
    border: none;
    background: none;
  }



  
















  

  













/* Media query css Start here */

@media (max-width: 1200px) { }

@media (max-width: 1024px) {
    .ccs-right::after{
        left: -85px;
    }

    .rcs-right::after{
        left: -85px;
    }

    

    .ccs-right span{
        right: -115px;
        z-index: 9;
        top: 50px;
    }

    .rcs-right span{
        right: -115px;
        z-index: 9;
        top: 50px;
    }
 }

@media (max-width: 992px) {
    .ccs-right::after{
        left: -75px;
    }

    .rcs-right::after{
        left: -75px;
    }

    

    .ccs-right span{
        right: -122px;
        z-index: 9;
        top: 50px;
    }

    .rcs-right span{
        right: -122px;
        z-index: 9;
        top: 50px;
    }
 }

@media (max-width: 768px) { 
    .ccs-right::after{
        left: -75px;
    }

    .rcs-right::after{
        left: -75px;
    }

    

    .ccs-right span{
        right: -122px;
        z-index: 9;
        top: 50px;
    }

    .rcs-right span{
        right: -122px;
        z-index: 9;
        top: 50px;
    }
}

@media (max-width: 767px) {

    .menu{
        right: 0px;
    }

    .slider{
        flex-direction: column;
    }

    .slider-commercial{
        margin-bottom: 50px;
    }

    .ccs-left{
        flex: 0 0 95%;
    }

    .ccs-right{
        flex: 0 0 5%;
    }

    .ccs-right::after{
        left: -30px;
    }

    .rcs-right::after{
        left: -30px;
    }

    .ccs-left h3{
        font-size: 20px;
    }

    .rcs-left h3{
        font-size: 20px;
    }

    .factsheet{
        font-size: 20px;
    }

    .commercial-construction{
        padding-top: 20px;
    }

    .about-us h2{
        font-size: 20px;
        
    }

    .heading h1{
        font-size: 30px;
        padding-left: 15px;
        padding-top: 50px;
    }

    .heading a{
        padding-left: 15px;
    }

    .pt-20{
        padding-top: 50px;
    }


    .commercial{
        flex-direction: column;
    }

    .residential{
        width: 100%;
        justify-content: space-between;
    }

    .ccs-right span{
        right: -130px;
        z-index: 9;
        top: 50px;
    }

    .rcs-right span{
        right: -130px;
        z-index: 9;
        top: 50px;
    }

    .mobile a{
        padding-right: 15px;
        padding-top: 15px;
    }

    .footer{
        padding-bottom: 250px;
    }
 }

 @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

 @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  