*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.logo{
    width: 300px;
    height: auto;
}

.gradient{
  
        background: -webkit-linear-gradient(rgba(0, 0, 0, 1),rgb(112, 110, 110));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      
}
.subs{
    margin-left: 65%;
}

.people{
    border-radius: 48%;
    height: 50%;
    margin-bottom: 5%;
    width: 55%;
}

.p1{
    width: 50%;
}

.container1{
    display: flex;
}

.tick{
    width: 3%;
    margin-bottom: 2%;
}

.tick{
    color: rgba(255, 183, 142, 1);
}
.grey{
   color: rgba(126, 126, 126, 1);
}

.blue{
color: rgba(0, 0, 0, 1);
border-radius: 50px;
}

.section{
    margin-left: 2%;
    margin-right: 2%;
}

.home{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.container{
    display: flex;
    margin-top: 5%;
}
.left{
    width: 100%;
    margin-right: 3%;
}

#m{
    width: 100%;
}
.right{
    width: 100%;
    margin-right: 3%;
}
.Aboutus{
    margin-top: 5%;
}
.abt{
    margin-left: 2%;
}
.Aboutus h1{
    color: rgba(0, 0, 0, 1);
}

.form-1{
        background-repeat: no-repeat;
        background-size: contain;    

}
.form{
    border: 2px solid white;
    border-radius: 50px;
}

footer{
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12, 17, 54, 1);
    height: auto;
    width: 100vw;

    padding-top: 40px;
    color: #fff;
}
.footer-content{
    display: flex;
    padding-top: 5% ;
    justify-content: start;
    justify-content: space-around;
    text-align: center;
}

.footer-content h3{
    font-weight: 500;
    text-transform: capitalize;

}
.footer-content p{
    margin: 10px auto;
    line-height: 28px;
    color: #cacdd2;
    text-align: justify;
}
.c1{
    width: 20%;
}
.c2{
    width: 30%;
}


.c4{
    text-align: left;
}




.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
    text-align: center;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

#bt{
    margin-left: 45%
}

.banner{
    margin-left: 8%;
    border-radius: 30px;
    height: 700px;
}



@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 25%;
}
}

.featured{
    justify-content: space-evenly;
    display: flex;
    margin-top: 5%;
}
.images{
    width: 25%;
}
.formm{
    color: rgba(0, 0, 0, 1); 

}

.formm  .left{
    padding-top: 0%;
}

.formm .btn{
   margin-left: 35%;
   width: 25%;
}

.formm h2{
    padding-top: 2%;
    margin-top: 2%;
    margin-left: 39%;
    margin-bottom: 2%;
}

.check{
    margin-left: 29%;
    width: 40%;
    opacity: 50%;
}

.Slideshow{
    margin-left: 40%;
    width: 40vh;
}

.inputfields{
    width: 60%;
    margin-top: 2%;
    border: 2px solid rgb(12, 67, 12);
    height: 50px;
}

.flex{
    display: flex;
}
.rightflex{
    width: 50%;
    height: 100%;
    background-color: #000;
}

.p1{
    justify-content: space-around;
}

@media screen and (max-width: 768px)
{
    .container{
        flex-direction: column;
        margin-top: 0%;
    }
    .featured{
        flex-direction: column;
        margin-top: 3%;
    }
    .images{
        margin-top: 3%;
        width: 75%;
        margin-left: 10% ;
    }
    #bt{
        margin-left: 25%;
    }
    .banner{
        height: auto;
    }
    .tick{
        width: 10%;
    }
    .Slideshow{
        margin-left: 3%;
        width: 40vh;
    }
    .mail{
        width: 65%;
    }
    #m{
        width: 35%;
    }
    .collapse{
        margin: 0;
    }
    .footer-content{
        flex-direction: column;
    }
    .c1{
        width: 80%;
        margin-left: 5%;
    }
    .c2{
        width: 80%;
        margin-left: 2%;
        margin-bottom: 5%;
    }
    .c3{
        width: 100%;
        margin-bottom: 5%;
    }
    .container1{
        flex-direction: column;
    }
    .featured{
        margin-left: 5%;
        margin-bottom: 5%;
    }
    .check{
        width: 100%;
        margin-left: 0;
    }
    .formm h2{
        margin-left:0 ;
    }
    .p1{
        margin-left: 25%;
    }
    .container1 .right{
        margin-top: 2%;
        margin-bottom: 3%;
    }
}

