*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: sans-serif;
}
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar
{
    background-image: linear-gradient(to right, #272f6c, #404eb5);
    padding: 0 !important;
}
.navbar-brand img
{
    height: 100px;
    padding-left: 20px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    color: #eaeaea !important;
    font-weight: 600;
    font-family: Avenir;
    float: right;
    text-align: left;
}   
.fa-bars
{
    color: #eaeaea;
    font-size: 30px !important;
}
.navbar-toggler
{
    outline: none !important;
}

/*--------banner section-------*/

#banner {
    background-image: linear-gradient(to right, #272f6c, #404eb5);
    color: #eaeaea;
    padding-top: 5%;
  }
  
  .main-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 50;
  }
  
  .bottom-img {
    width: 100%;
    margin-top: 75px;
  }
  
  .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .img-fluid {
    width: 80%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
    margin-left: auto;
    margin-right: 0;
    margin-top: 50px;
  }  
  

/*----------about us---------*/

#about-us {
    padding: 70px 0;
  }
  
  .about-us {
    padding: 20px;
  }
  
  #about-us p {
    width: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: left;
  }
  
  #about-us img {
    width: 80%;
    height: flex;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  
  .about-us .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .title::after {
    content: '';
    background: #272f6c;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(8px);
  }
  
  .title {
    text-align: center;
    margin-bottom: 30px;
  }
  
  
/*-----Our Services------*/

#our-services {
    background: #eaeaea;
    padding-bottom: 50px;
    padding-top: 70px;
  }
  
  #our-services .title {
    text-align: center !important;
  }
  
  #our-services p.services-title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 8% !important;
    margin: 20px;
  }
  
  #our-services ul li {
    margin: 20px 0;
  }
  
  #our-services .btn-primary {
    margin-top: 0;
    margin: 20px;
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #272f6c, #404eb5);
  }
  
  #our-services .btn-primary a {
    color: #eaeaea;
  }
  
  #our-services img {
    width: 100%;
    border: none;
    box-shadow: none;
  }
  
/*--------Gallery--------*/

#gallery
{
    background: white !important;
    padding-bottom: 50px;
    padding-top: 50px;
}
#gallery .title {
    text-align: center !important;
  }
.container-gallery {
    width: 100;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.gallery img {
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
}


/*------social media section-----*/

#social-media {
    background: #eaeaea;
    padding: 80px 0;
  }
  
  #social-media .social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #social-media p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
  }
  
  .social-icons img {
    width: 60px;
    transition: 0.5s;
  }
  
  .social-icons a:hover img {
    transform: translateY(-10px);
  }  
  
/*------footer section------*/

#footer
{
    background-image: linear-gradient(to right, #272f6c, #404eb5);
    color: white;
}
.footer-img
{
    width: 100%;
}
.footer-box
{
    padding: 20px;
}
.footer-box img
{
    width: 300px;   
    margin-bottom: 10px;
}
.footer-box p
{
    margin: 10px;
    max-width: 300px;
}
.footer-box p b
{
    font-size: 20px;
}
.footer-box .fa
{
    margin-top: 5px;
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #272f6c, #404eb5);
}
.footer-box .form-control,
.footer-box textarea {
  margin-left: 10px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 15px;
  max-width: 400px;
  width: 100%;
  background: #eaeaea;
  padding: 6px 12px;
}

.footer-box .btn-primary 
{
    margin-left: 10px;
    margin-top: 20px;
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #272f6c, #404eb5);
}
.footer-box .btn-primary a {
    color: #eaeaea;
}
hr
{
    background-color: #eaeaea;
}
.copyright
{
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
}