

* {
    margin: 0;
    padding: 0;
    font-family: arial, serif,;
    box-sizing: border-box;
}

body {
    background-color: #0f1111;
    color: white;
}

.section1 {
    height: 50px;
    width: 100%;
    background-color: rgb(250, 182, 57);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: black;
}

.section1 a {
    color: black;
}

.section1 i:hover {
    transition: 0.3s ease;
}

.section1 i:hover {
    color: #ffffff;
}

.first-icons {
    margin-left: 600px;
    font-size: 20px;
    transition: all .5s ease-in 0;
    color: black;
}

.fa-brands:hover {
    color: rgb(142, 228, 199);
    cursor: pointer;
}

.fa-solid {
    margin-left: 20px;
    font-size: 20px;
    color: black;
}

.fa-solid:hover {
    color: rgb(142, 228, 199);
    cursor: pointer;
}

.fa-phone {
    margin-left: 100px;
    color: black;
}

.class1 {
    margin-left: 10px;
    color: black;
}

.class2 {
    margin-left: 10px;
    color: black;
}

nav {
    width: 100%;
    height: 120px;
    background-color: black;
}

.abp:hover {
    background-color: black;
}

nav a:hover {
    background-color: rgb(250, 182, 57);
}

span.nav-img img {
    margin: 0 100px;
    margin-top: 30px;
}

nav ul {
    float: right;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    line-height: 120px;   
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 15px;
}

nav ul li a.active,a:hover{
    background-color: rgb(250, 182, 57);
}

#checkbtn {
    float: right;
    line-height: 120px;
    margin-right: 10px;
    display: none;
}

#check {
    display: none;
}


button {
    height: 25px;
    width: 150px;
    background-color: rgb(68, 66, 66);
    color: white;
    text-align: center;
}

button:hover {
    background-color: rgb(250, 182, 57);
    height: 40px;
    font-size: 15px;
    color: #0f1111;
}

.hero {
    height: 500px;
    width: 100%;
    background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner3.jpg);
    background-size: cover;
    animation: imageslider 10s ease-in-out infinite normal;
}

@keyframes imageslider {
    0% {
        background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner3.jpg);
    }
    30% {
        background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner4.jpg);
    }
    60% {
        background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner2.jpg);
    }
    100% {
        background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner4.jpg);
    }
} 

.hero h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 220px;
    color: white;
}

.section4 h1 {
     text-align: center;
     font-size: 25px;
     font-weight: 700;
     margin-top: 20px;
    color: white;
}

.section4 p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color: white;
}


.section8 h1 {
     text-align: center;
     font-size: 40px;
     font-weight: 700;
     margin-top: 20px;
    color: white;
}

.section8 p {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
    color: white;
}

.section5 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 10%;
}

.section5 button {
    background-color: white;
    color: black;
    margin-left: 50%;
    margin-top: 20px;
}



.section6 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 10%;
}


.section6 button {
    background-color: white;
    color: black;
    margin-left: 45%;
    margin-top: 20px;
}


.section7 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 10%;
}

.section7 button {
    align-items: center;
    background-color: white;
    color: black;
    margin-left: 50%;
    margin-top: 20px;  
}

.box {
    height: 400px;
    width: 45%;
    background-color: whitesmoke;
    border: 10px solid #0f1111;
    margin: o auto;
    color: black;
}

.box img {
    margin-top: 50px;
    margin-left: 40%;
    height: 100px;
    width: 100px;
}

.box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 30px;
}

.box button:hover {
    height: 25px;
    background-color: #fcba03;
    color: black;
    font-weight: 700;
}

.box a:hover {
    background-color: whitesmoke;
}

.box p {
    text-align: center;
    line-height: 20px;
    padding-top: 50px;
}

.box t1 {
    margin: 20px 150px 0 165px;
}

.t2 {
    height: 150px;
    width: 100%;
    background-color: rgb(251, 177, 39);
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
    color: black;
}

.t2 div {
    text-align: center
}

.t2 p {
    margin-top: 5px;
}


.image {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 30px;
}

.image img {
    display: inline;
    height: 100px;
    width: 100px;
    margin-left: 55px;
}

.image1 a {
    color: #777777;
    font-weight: 700;
    text-decoration: none;
    transition: 0.6s ease;
}

.image1 a:hover {
    color: rgb(251, 177, 39);
    background-color: #0f1111;
}
    
.image2 a {
    color: #777777;
    font-weight: 700;
    text-decoration: none;
    transition: 0.6s ease;
} 

.image2 a:hover {
    color: rgb(251, 177, 39);
    background-color: #0f1111;
}

.read1 {
    height: 700px;
    width: 100%;
    background-color: white;
    color: #777;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.read1-img {
    margin-top: 50px;
}

.read1-img img {
    height: 300px;
    width: 100%;
    margin-bottom: 25px;
}

.read1-event {
    margin-top: 50px;
    background-color: whitesmoke;
    height: 300px;
}

.read1-img h1 {
    color: black;
}

.read1-img p {
    line-height: 50px;
}

.read1-event2 {
    margin-top: 50px;
}

.read1-event3 a {
     text-decoration: none;
     color: #777777;
}
.read1-event ul {
    line-height: 50px;
    list-style: circle;
}

#post-comment {
    height: 300px;
    width: 100%;
    background-color: #ffffff;
    color: #777777;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 80px;

}

#post-comment  {
    height: 500px;
    width: 100%;
}

.read1-input h1 {
    color: black;
}

.comment {
    height: 200px;
    width: 600px;
}

.commentp {
    margin-top: 25px;
} 

.website {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin-top: 20px;
}

.website input {
    height: 30px;
    width: 150px;
}

.website p input {
    margin-top: 20px;
    margin-left: 10px;
}

#post-comment h1{
    padding-top: 20px;
    text-align: start;
    font-size: 25px;
}

#post-comment span{
    color: rgb(253, 101, 101);
}

#save-my-name {
    margin-top: 15px;
}

.post-btn {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 40px;
    width: 150px;
    
}
    
    
.sajid  {
    height: 500px;
    width: 100%;
    background-image: url(Untitled\ design.jpg);
    background-size: cover;
    color: white;
}

.sajid h1 {
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    font-size: 35px;
}

.pass1 {
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 700;
}

.pass2 {
    text-align: center;
    line-height: normal;
    font-size: 20px;
    margin-top: 50px;
}

.pass3 {
    text-align: center;
    line-height: normal;
    font-size: 20px;
    margin-top: 30px;
}

.sajid2 {
    height: 150px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* start footer */

footer {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    color: #ffffff;
}

.copyright {
    text-align: center;
    margin-bottom: 15px;
    color: white;
    margin-top: 20px;
}

.sajid-img-us {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sajid-img-us div {
    margin-top: 25px;
}



.sajid-about-us {
    width: 195.5px;
    height: 220px;
    margin-top: 20px;
    padding-left: 30px;
}

.sajid-about-us h1 {
    font-size: 25px;
    font-weight: 400;
    color: #fcba03;
}

.address-h1 {
    color: #fcba03; 
}

.sajid-about-us p{
    margin-top: 30px;
    line-height: normal;
    font-size: 20px;
    color: white;
}

.sajid-img-us i{
    margin-top: 20px;
    line-height: normal;
    font-size: 20px;
    color: #fcba03;
    margin-left: 5px;
    transition: 0.3s ease;
}

.sajid-img-us a {
    transition: 0.3s ease;
}

.sajid-img-us a:hover {
    color: rgb(251, 177, 39);
    background-color: #0f1111;
}

.sajid-img-us i:hover {
    color: rgb(251, 177, 39);
    background-color: #0f1111;
}

.sajid-quick-link {
    width: 190.5px;
    height: 220px;
    margin-top: 20px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.sajid-quick-link h1 {
    color: #fcba03;
    font-size: 25px;
    font-weight: 400;
}

.sajid-quick-link a {
    color: #ffffff;
}

#address {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   margin-top: 20px;
   width: 240px;
   height: 220px;
}



#address span {
    font-size: 20px;
    color: white;
    margin-left: 10px;
}

#address i:hover {
    color: #fcba03;
}

.address-mobile {
    margin-top: 20px;
}

.address-mobile i {
    color: #fcba03;
    font-size: 20px;
    margin-left: 0;
}

.address-email {
    margin-top: 25px;
}

.address-email i {
    color: #fcba03;
    font-size: 20px;
    margin-left: 0;
}

.address-location {
    margin-top: 25px;
}

.address-location i {
    color: #fcba03;
    font-size: 20px;
    margin-left: 0;
}

.address div i{
    color: #ffffff;
}

.address i {
    color: #ffffff;
}

.l1{
    margin-top: 30px;
}

.sajid-quick-link h1 {
    font-size: 25px;
    font-weight: 400;
}

.sajid-quick-link a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
}

.sajid-quick-link a:hover {
    color: #fcba03;
    background-color: black;
}

/* About Us start */

.about1 {
    height: 130px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #1a1a4f;
    color: #fcba03;
}

.about1 h1 {
    margin-left: 100px;
    font-size: 35PX;
    font-weight: 700;
}
.about1 p {
    margin-right: 70px;
    font-size: 20PX;
    font-weight: 400;
}

.about2 {
    height: 200px;
    width: 100%;
    text-align: center;
    background-color: white;
    color: black;
    padding-top: 50px;
}

.about3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about3 button {
    align-items: center;
    background-color: white;
    color: black;
    margin-left: 40%;
    margin-top: 20px;
    
}

.about4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pass4 {
    text-align: start;
    padding-left: 10px;
    padding-right: 10px;
}

.pass5 {
    text-align: start;
    padding-left: 25px;
    padding-top: 20px;
}

.pass6 {
    text-align: start;
    padding-left: 25px;
    padding-top: 20px;
}


.about4 img {
    width: 60%;
}

.about5 {
    height: 174px;
    width: 100%;
    background-color: whitesmoke;
    color: black;
}

.about5 h2 {
    text-align: center;
    padding-top: 30px;
}

.about5-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.about6 {
    height: 210px;
    width: 100%;
    background-color: #0f1111;
    color: white;
}

.about6 h1 {
    text-align: center;
    margin-top: 40px
}

.about6 p {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;  
}

.about6 span {
    padding-left: 5px;
}
    
.about7 {
    height: 174px;
    width: 100%;
    background-color: white;
    color: black;
}

.about7 h1 {
    text-align: center;
    padding-top: 15px;
}

/* end about us */

/* services start */

.services1 {
    height: 150px;
    width: 100%;
    text-align: center;
    background-color: white;
    color: black;
    padding-top: 50px;
}

.line1 {
    height: 260px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #ffffff;
}

.line2 {
    height: 260px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    background-color: #ffffff;
    padding-left: 0.7cm;
}

.services2 {
    background-color: whitesmoke;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 250px;
    width: 45%;
    padding-bottom: 50px;
    margin-top: 10px;
}

.images {
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 100px;
}

.images img {
    height: 38px;
    width: 38px;
}

.text {
    margin-left: 20px;
    margin-top: 10px;
}

.text h2 {
    font-size: 21px;
    color: #333333;
    margin: 0 0 15px;
}

.text li {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    list-style: disc;
}

.pay {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #ffffff;
    color: black;
}

.paid-services {
    height: 500px;
    width: 100%;
    background-image: url(Untitled\ design.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
}


.selection h2 {
    margin-bottom: 20px;
    text-align: center;
}

.selection select {
    height: 40px;
    width: 352px;
} 

.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(https://getwallpapers.com/wallpaper/full/f/5/1/432420.jpg)
    background-size cover;
}

.call-btn button {
    background-color: rgb(47, 156, 47);
    color: black;
    height: 40px;
    width: 200px;
}
.call-btn .call {
    background-color: green;
    color: white;
    margin-right: 25px;
    transition: 0.6s ease;
}

.call-btn .call:hover {
    color: white;
    font-size: 25px;
    font-weight: 400;
}

.call-btn .book:hover {
    color: white;
    font-size: 25px;
    font-weight: 400;
}

.call-btn .book {
    background-color: blue;
    color: white;
    margin-left: 25px;
    transition: 0.6s ease;
}
/* end sevices */


/* start projects */

.project1 {
    background-color: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100px;
    width: 100%;
}

.project1 .active,a:hover{
    background-color: rgb(250, 182, 57);
}

.btn1 {
    margin-right: 15px;
}

.project-footer {
    margin-top: 25px;
}

.wrapper {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.project-images1 {
    width: 500px;
    position: relative;
}

.project-images1 img {
    width: 100%;
    height: 300px;
    display: block;
    margin: auto;
}

.content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
}

.content:hover {
    opacity: 1;
}

.content h1 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 15px;
}

.content p {
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.content > *{
    transform: translateY(25PX);
    transition: transform 0.6s;
}

.content:hover > *{
    transform: translateY(0px);
}


.project-images2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 102px;
}

/* End project */

/* Start project-view */
#view-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    background-color: #ffffff;
    color: black;
}

.view-more-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.view-more-img img {
    height: 300px;
    width: auto;
    margin-bottom: 25px;
}

.view-more-img h1 {
    margin-top: 25px;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.view-more-text {
    line-height: normal;
    text-align: center;
    font-size: 20PX;
}

.vel {
    font-size: 25px;
    font-weight: 700;
}



/* start contact us */

.contact1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 20px;
}

.contact1 button {
    height: 30px;
    width: 300px;
}

.location {
    height: 405px;
    width: 318px;
    margin-right: 500px;
    margin-top: 20px;
}

iframe {
    width: 600px;
    height: 400px;
    margin-left: 70px;
}

#big-deal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputs {
    height: 200px;
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-bottom: 170px;
    margin-right: 50px;
}

.inputs2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inputs3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inputs4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.inputs4 input {
    height: 40px;
    width: 174px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 0px;
}

.inputs1 input {
    height: 40px;
    width: 357px;
    margin-top: 20px;
}

.inputs2 input {
    height: 40px;
    width: 174px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 0px;
}

.inputs3 input {
    height: 40px;
    width: 174px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 0px;
}

.option1 select {
    height: 40px;
    width: 352px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.btn {
    width: 350px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.btn button {
    height: 40px;
    width: 150px;
    background-color: #ffffff;
    color: black;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}

.btn a:hover {
    background-color: rgb(0, 128, 255);
    border-radius: 5px;
    font-size: 15px;
}

#submit {
    background-color: #fcba03;
    cursor: pointer;
}

#call {
    background-color: rgb(0, 128, 255);
    cursor: pointer;
}

.orignal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    background-color: white;
    color: black;
    margin-top: 30px;
}



.orignal button {
    height: 40px;
    width: 150px;
    cursor: pointer;
    font-size: 15px;
}

.orignal button:hover {
    background-color: rgb(0, 128, 255);
    height: 40px;
    width: 150px;
    color: white;
    font-size: 15px;
}

.orignal a:hover {
    background-color: rgb(0, 128, 255);
    height: 40px;
    font-size: 15px;
}

.orignal h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-top: 15px;
}

.orignal p {
    margin-top: 15px;
    margin-left: 40px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

#youtube {
    height: 300px;
    width: 100%;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 25px;
}

#youtube h1 {
    text-align: center;
    margin-top: 15px;
}

#youtube img {
    height: auto;
    width: 30%;
    margin-top: 35px;
}

.whatsapp {
    margin-top: 350px;
    height: 100px;
    width: auto;
}

.whatsapp a:hover {
    background-color: black;
}

.read1-img {
    height: 300px;
    width: 500px;
}

/* media queries */

@media (max-width:800px) {
    .section1 {
        display: none;
    }

    .whatsapp {
        margin-left: 80%;
        height: 100px;
        width: auto;
        margin-top: 5PX;
    }

    .orignal {
        margin-top: 20px;
        height: auto;
        width: 100%;
    }

    #checkbtn {
        display: block;
    }

    #checkbtn:checked ~ ul {
        left: 0;
    }

    nav ul {
        width: 100%;
        height: auto;
        background-color: #0f1111;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: -100%;
    }

    nav ul li {
        display: block;
        text-align: center;
    }

    ul button {
        display: none;
    }

    .hero {
        height: auto;
        width: 100%;
        background-image: url(https://vibrantsolar.in/wp-content/uploads/2017/07/banner3.jpg);
        background-size: cover;
        animation: none;
    }

    .hero h3 {
        text-align: center;
        padding-bottom: 180px;
    }

    .section5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
    }

    .section6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
    }

    .hero {
        height: auto;
        width: 100%;
    }

    .section7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 40px;
    }

    .box img {
        margin-top: 15px;
    }

    .box p {
        margin-bottom: 70px;
    }

    .box .t1 {
        margin-bottom: 40px;
    }

    .box {
        height: auto;
        width: 100%;
    }

    .box button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .t2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .t2 div {
        margin: 30px;
    }

    .image {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-left: 25px;
        justify-content: center;
    }

    .sajid {
        height: 100%;
        width: auto;
    }

    .sajid p {
        padding: 20px;
        margin-top: 25px;
    }

    .sajid2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sajid2 img {
        height: auto;
        width: 100px;
    }

    footer {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .address-h1 {
        font-size: 20px;
        font-weight: 100;
    }

    .sajid-about-us {
        height: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sajid-quick-link {
        height: auto;
        width: 100%;
    }

    #address {
        width: 100%;
        height: auto;
        padding-left: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .copyright {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sajid-img-us {
        padding-left: 20px;
    }

    /* read.html */

    .read1 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .read1-img {
        margin-left: 50px;
        margin-right: 50px;
        height: auto;
        width: 90%;
    }

    .read1-event {
        height: auto;
        width: 90%;
    }

    .read1-event ul {
        height: auto;
        width: 90%;
        margin-left: 20px;
    }

    #post-comment {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        background-color: #ffffff;
        padding-left: 25px;
        padding-right: 25px;
    }

    .read1-input {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .comment {
        height: auto;
        width: 100%;
        margin: 25px;
    }

    .website {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        width: 100%;
    }

    /* About us */

    #checkbtn {
        display: block;
    }

    #check:checked ~ ul {
        left: 0;
    }

    nav ul {
        width: 100%;
        height: auto;
        background-color: #0f1111;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: -100%;
        z-index: 1;
    }

    nav ul li {
        display: block;
        text-align: center;
    }

    ul button {
        display: none;
    }

    .about1 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about1 h1 {
        text-align: center;
        margin-left: 0;
    }

    .about1 p {
        text-align: center;
        margin-right: 0;
    }

    .about2 {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .about2 p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about3 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about3 .box img {
        margin-top: 15px;
    }

    .about3 .box p {
        margin-bottom: 70px;
    }

    .about3 .box button {
        margin-bottom: 40px;
    }

    .about4 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pass6 {
        margin-bottom: 25px;
    }

    .about5-img img {
        height: auto;
        width: 100px;
    }

    /* End About us */

    /* Start Certificate */

    #checkbtn {
        display: block;
    }

    #check:checked ~ ul {
        left: 0;
    }

    nav ul {
        width: 100%;
        height: auto;
        background-color: #0f1111;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: -100%;
    }

    nav ul li {
        display: block;
        text-align: center;
    }

    ul button {
        display: none;
    }

    #certified {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .iso {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .iec {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .certificate1 img {
        height: auto;
        width: 100%;
        padding-left: 20px;
        
    }

    .certificate1 h1 {
        margin-top: 10px;
    }

    .certificate2 {
        margin-top: 50px;
    }

    .certificate2 img {
        height: auto;
        width: 100%;
        padding-right: 30px;
    }

    .certificate2 h1 {
        text-align: center;
        margin-top: 10px;
    }

    .msme {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .msme-img1 {
        padding-left: 30px;
        height: auto;
        width: 100%;
    }
    

    .msme-img2 {
        margin-top: 50px;
        padding-right: 30px;
        height: auto;
        width: 100%;
    }

    .start-up-india img {
        height: auto;
        width: 100%;   
    }

    /* End Certificates */

    /* Start Services Offerings */

    #checkbtn {
        display: block;
        margin-right: 30px;
    }

    

    #navbar nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        text-align: center;
    }

    #navbar nav ul li {
        top: 100px;
    }

    ul button {
        display: none;
    }

    .line1 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .services2 {
        margin-top: 50px;
    }

    .line2 {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    /* End Services Offring */

    /* Start Projects */

    .section5 a {
        text-decoration: none;
    }

    .section6 a {
        text-decoration: none;
    }

    .section7 a {
        text-decoration: none;
    }

    .wrapper {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wrapper .project-images1 {
       justify-content: center;
       align-items: center;
    }

    .project-images1 {
        height: auto;
        width: 100%;
    }

    .project-images2 img {
        margin-right: 105px;
        margin-top: 10px;
    }

    .project-images1 img {
        margin-top: 10px;
    }

    .project1 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .content {
        height: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* End Projects */

    /* start project-view */

    #view-more {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .view-more-text p {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* end project-view */

   

    /* Start Contact Us*/

    #checkbtn {
        display: block;
    }

    #check:checked ~ ul {
        left: 0;
    }

    nav ul {
        width: 100%;
        height: auto;
        background-color: #0f1111;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: -100%;
    }

    nav ul li {
        display: block;
        text-align: center;
    }

    ul button {
        display: none;
    }

    .services1 {
        height: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact1 {
        padding-top: 20px;
    }

    #big-deal {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .location iframe {
        margin-left: 100px;
    }

    .inputs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .inputs1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .inputs2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .inputs3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .inputs4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    

    .inputs2 input {
        height: 40px;
        width: 352px;

    }

    .inputs3 input {
        height: 40px;
        width: 352px;

    }

    .inputs4 input {
        height: 40px;
        width: 352px;

    }

    #registered-address {
        height: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .orignal {
        height: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .orignal p {
        margin-left: 0;
        height: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #youtube {
        height: auto;
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

   

    #youtube img {
        height: auto;
        width: 100%;
        margin-top: 15px;
        margin-right: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .orignal {
        top: 100px;
    }

    .about5-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .about5 {
        height: auto;
        width: 100%;
    }

    .about7 {
        height: auto;
        width: 100%;
    }

    #youtube h1 {
        text-align: center;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:650px) {
    span.nav-img img {
        margin: 0 0px;
        margin-top: 30px;
    }

    .about1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about1 h1 {
        text-align: center;
    }

    .about1 p {
        text-align: center;
    }

    .location {
        height: auto;
        width: 100%;
    }
}

@media (max-width:300px) {
    #registered-address {
        display: none;
    }
}