
    /* Header start */
*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.subbtn{
    background-color: #ffff;
    color: #000;
    border: inherit;
    border-radius: 10px;
    padding: 8px;
    margin-left: 5px;
}
/* footer end*/
/* .webdesign{
    margin: 10px 70px 10px 70px;
} */
h1,h2,h3{
    color: #1E1E1E;
}
.c1{
    background-image: url('../images2/Background.png');
    padding: 70px;
}

.c1_box{
    border: 1px solid black;
    background-color: #fff;
    box-shadow: 10px 10px;
}
.webdesign_c1{
    display: flex;
    align-items: center;
    padding: 20px;
}
.c1_text{
    padding: 90px 10px 70px 10px;
    font-size: 20px;
    
}
.h3_text{
    background: #000;
    color: #fff;
    width: 180px;
    padding: 10px;
    position: absolute;
    margin: -20px;
}
.c2_box{
    border: 1px solid black;
    background-color: #fff;
    box-shadow: 10px 10px;
    padding: 20px;
    margin: 10px;
}
.c2_box p{
    font-size: 20px;
    
}

.service3{
    margin-left: 25px;
}
.webdesign_c2{
    margin-top: 80px;
}
.h3_text2{
    background: #000;
    color: #fff;
    width: 330px;
    padding: 10px;
    margin: -20px;
    margin-bottom: 5px;
}

.h3_text3{
    background: #000;
    color: #fff;
    width: 140px;
    padding: 10px;
    margin: -20px;
    margin-bottom: 5px;
}
.h3_text4{
    background: #000;
    color: #fff;
    width: 340px;
    padding: 10px;
    margin: -20px;
    margin-bottom: 5px;
}
.ghost{
    margin-left: 180px;
    margin-top: -2px;
}
.webdesign_c3{
margin-top: 80px;
}
.webdesign_c4{
margin-top: 80px;
}
.c3_box{
    border: 1px solid black;
    background-color: #fff;
    box-shadow: 10px 10px;
    padding: 20px;
    margin: 10px;
    height: 150px;
}


.webdesign_c5{
    margin-top: 80px;
}
.h3_text4{
    background: #000;
    color: #fff;
    width: 300px;
    padding: 10px;
    margin: -20px;
    margin-bottom: 5px;
}
.c5_boxcurv{
    border: #000 2px solid;
    border-radius: 12px;
    padding: 8px;
    margin: 18px;
}
.ghost2{
    position: absolute;
    margin-left: -100px;
    margin-top: -50px;
}
.gservices li{
 font-size: 22px;
 margin: 25px;
}
.webdesign_c6{
    margin-top: 60px;
}
.ghost3{ 
    
  margin-top: 330px;
}
.ghost_3c{
    margin-right: -35px;
    margin-left: -60px;
}
.ghost_33c{
    margin-left:-30px;
}
.contact_title .bus {
    color: #313131;
    font-size: var(--fs-120);
}
.conbg{
    margin-top: 100px;
}
@media (max-width: 600px){
    .c1{
        padding: 10px;
    }
    .ghost2{
        margin-left: -80px;
    margin-top: -50px;
    }
    .ghost3{ 
        margin-top: 30px;
        display: none;
      }
      .ghost_3c{
        margin-right: 0px;
        margin-left: 0px;
      }
      .ghost_33c{
        margin-left:0px;
      }
      .webdesign{
        margin: 10px 0px 10px 0px;
    }
    .h3_text2{
        width: 100%;
    }
    .c1_text {
        padding: 40px 10px 0px 10px;
        
    }
    .c1_text p{
        font-size: 20px;
        
    }
    .contact_title .bus {
        font-size: var(--fs-60);
    }
}
.about_banner{
    width: 100%;
    height: auto;
}
.conbg{
    background-image: url('../images2/Background.png');
    height:auto; 
}
.contact_details{
    margin-top: 100px;
}
.contact_title h2{
    font-size: 80px;
}
.contact_title h1{
    font-size: 180px;
    margin-top: -25px;
}
.contact_box{
    border: #000 2px solid;
    border-radius: 12px;
    box-shadow: 10px 10px;
    padding: 8px;
    width: 640px;
    font-size: 60px;
    font-weight: 500;
    background-color: #fff;
}
.boderleft{
    border-right: 3px solid black;
    display: flex;
    font-size: 24px;
    font-weight: 500;
}
.boderleft i{
    margin-top: 20px;
    margin-right: 5px;
}
.boderright{
    margin-left: 20px;
    font-size: 24px;
    font-weight: 500;
}
.copyright p{
    text-align: center;
    font-size: var(--fs-14px);
}
@media (max-width: 600px){
    .contact_title h2{
        font-size: 40px;
    }
    .contact_title h1{
        font-size: 90px;
        margin-top: -25px;
    }
    .contact_box{
        border: #000 2px solid;
        border-radius: 12px;
        box-shadow: 10px 10px;
        padding: 8px;
        width: 320px;
        font-size: 30px;
        font-weight: 500;
    }
    .boderleft{
        border-bottom: 0px solid black;
    }
    .boderright{
        margin-left: 0px;
    }
    .container {
        margin-top: 50px;
    }
    .header>.container {
        margin-top: 5px;
    }
    .banner-ser {
        margin-top: 80px;
    }
}