body{
    
    width:0 auto;
    height: auto;
    background-color:white;
}
.navbar-toggler{
  border-color: #090774;
}
.navbar-toggler-icon {
    background-image: url(./img/logo3.jpg);
    }
.navbar-nav li{
       margin-left: 20px;
}


}
.navbar-nav li a:hover{
   background-color:rgba(138, 127, 235, 0.253);
   border-radius: 20px;
   color:white;
}

.text-fluid{
  width: 0 auto;

 
}
.text-fluid ul{
     padding-top: 15px;


}
.text-fluid ul li{
  text-decoration: none;
  display: inline;
  
    padding-right: 68px;
  
  
}
.text-fluid ul li a{
  text-decoration: none;
  padding-top: 50px;
  font-size: 14px;
  font-weight: 600;
}
.text-fluid ul li a:hover{
        background-color:rgba(209, 223, 252, 0.466);
        color: rgb(32, 10, 228);
        padding: 0;
        margin: 0;
        border-radius: 5px;
}

#con{
  width: 100%;
  height: auto;
}
.logo img{
 width: 180px;
 height: 60px;
}
#Nav ul li a{
  font-weight: 550;
  font-family: 'Signika', sans-serif;
  color:white;
}
#main{
  font-family: 'Signika', sans-serif;

}
#main h3{
  text-decoration: underline;
}
#main img{
  
  border-radius: 50px;
  margin-top: 10px;
}
#info .card{
  margin-left: 90px;
  border-radius: 10px
  
}
#info .card-body{
 
 color: white;
 font-weight: 400;
 border-radius: 10px;
}
#we{
  background-image: url("./img/wer.jpg");
  width: auto;
  height: 400px;
  background-size: cover;
}
#are p{

  font-size: 15px;
  font-weight: 700;

}
#mv p{
  font-weight: 500;
}
.carousel-inner h5{
  color: rgb(245, 23, 23);
  font-weight: 600;
  font-family:Georgia, 'Times New Roman', Times, serif;
}
#add .col-md-3{
  border: 2px solid black;
  padding: 15px;
  border-radius: 10px;
}
#add i{
  font-size: 60px;
  padding-left: 100px;
  color: crimson;
}



.contact{
  padding: 4%;
  height: 600px;
}
.col-md-3{
  background: #fd9800;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-info{
  margin-top:10%;
}
.contact-info img{
  margin-bottom: 15%;
}
.contact-info h2{
  margin-bottom: 10%;
}
.col-md-9{
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.contact-form label{
  font-weight:600;
}
.contact-form button{
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%;
}
.contact-form button:focus{
  box-shadow:none;
}
footer p{

  font-weight: 600;
  color: black;
  margin-top: 20px;


}
footer p a{
  text-decoration: none;
  font-size: 15px;
  color: rgb(117, 18, 5);
  padding: 10px;

}

}
.whatsapp {
    background-color: green !important;
    font-size: 20px;
    color: #fff;
}
 .contact-footer
  {
      padding-left: 100px;
  }






section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#footer {
  background: #000 !important;
   color:#fff;
  
}
#footer h5{
padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width:767px){
#footer h5 {
  padding-left: 0;
  border-left: transparent;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
  .contact-footer
  {
      padding-left: 0px !mportant;
  }
}
