body{
    margin: 0;
    padding: 0;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}  
main{
    flex:1;
}      
.topnav{
    display: flex;
    justify-content:space-between;
}
.top-left{
    display: flex;
}
.email, .contact_number{
    font-weight: 600;
    font-size: 18px;
}
.email{
    border-right: 1px solid #000000;
    padding: 5px 20px 5px 10px;
}
.contact_number{
    padding: 5px 0 5px 10px;
}
#logo_image{
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

.main-nav li{
    padding-left: 40px;
}

.carousel img{
    height: 550px;
    width: 100%;
    object-fit: contain;
}
.content{
    width: 100%;
    height: 1000px;
}
.content-div{
    padding: 120px 0;
    display: flex;
}

a { 
  text-decoration: none;
  color: black!important;
}

.footer_logo{
    width: 160px;
    height: 100px;
}  

.fab, .far{
    font-size: 1.2rem;
}
.section{
  min-height: 450px; 
  background-attachment: fixed;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5rem 0;
}    

.snip1217 {
    font-family: 'Raleway', Arial, sans-serif!important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500!important;
    letter-spacing: 1px;
  }
  .snip1217 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1217 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1.5em;
    padding: 0;
  }
  .snip1217 a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
  }
  .snip1217 a:before,
  .snip1217 a:after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #9b59b6;
    width: 0;
  }
  .snip1217 a:before {
    top: 0;
    left: 0;
  }
  .snip1217 a:after {
    bottom: 0;
    right: 0;
  }
  .snip1217 a:hover,
  .snip1217 .active a {
    color: #ffffff;
  }
  .snip1217 a:hover:before,
  .snip1217 .active a:before,
  .snip1217 a:hover:after,
  .snip1217 .active a:after {
    width: 100%;
  }
  
  /*read more animation*/
  .snip1135 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
  .snip1135 * {
    box-sizing: border-box;
  }
  .snip1135 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
  }
  .snip1135 a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .snip1135 a:before,
  .snip1135 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1135 a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #2980b9;
  }
  .snip1135 a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .snip1135 a:hover:before,
  .snip1135 .active a:before {
    opacity: 1;
    width: 100%;
  }
  .snip1135 a:hover:after,
  .snip1135 .active a:after {
    max-width: 100%;
  }
  
  @media only screen and (max-width:768px){
    .email, .contact_number{
      font-weight: 400;
      font-size: 12px;
    }
    .fab{
      font-size: 0.8rem;
    }
  }
  
  @media only screen and (max-width:576px){
    .email, .contact_number{
      font-weight: 400;
      font-size: 8px;
    }
    header .fab, .far, .dropdown-item{
      font-size: 0.4rem;
    }
    .dropdown-menu{
      min-width: auto;
      padding: 0;
    }
    .dropdown-item{
      padding: 0.1rem 0.5rem;
    }
    .dropdown-toggle::after {
      display:none;
  }
  }
  
  @media only screen and (max-width:400px){
    #logo_image{
      max-width: 80px;
      max-height: 80px;
      object-fit: cover;
    }  
    .section{
        min-height: 200px;
      }
  }
  
  @media only screen and (max-width:280px){
    .email, .contact_number{
      font-weight: 400;
      font-size: 6px;
    }
    header .fab, .far{
      font-size: 0.4rem;
    }
    h1{
      font-size: 1.8rem;
    }
  }