#header .navbar {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

#header .nav-link {
    color: #353535 !important;
    font-size: 13px;
    font-weight: 500;
}

#header .navbar-nav li {
    padding: 0 10px;
}

#header ul li a:hover {
    color: #2072b8 !important;
}


#navigation {
    position: sticky;
    top: -1px;
    z-index: 50;
}

.navbar {
    background-color: #ffffff;
}

.navbar-brand img {
    height: 26px;
    padding-left: 20px;
}

.nav-link {
    color: #353535 !important;
    font-size: 15px;
    font-weight: 500;
}

.navbar-nav li {
    padding: 0 4px;
}

    .navbar-nav li a {
        display: block;
        text-align: left;
        font-weight: 400;
    }

#navigation ul li a:hover {
    color: #2071b8 !important;
    transition: 0.5s;
}

.navbar:after,
.navbar:before {
    content: "";
    position: absolute;
    z-index: -1;
     /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px/10px;
}

#navigation .button {
    background-color: #2072b8;
    border: none;
    color: white;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 600;
}

    #navigation .button:hover {
        background: #ffffff;
        transition: 0.5s;
        padding: 6px 18px;
        border-radius: 20px;
        color: #2072b8;
        font-weight: 600;
    }

#navigation .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    border-radius: 10px;
}

@media (max-width: 480px) {
    .navbar-nav li a {
        display: block;
        text-align: right;
        font-weight: 500;
    }

    #navigation .button {
        float: right;
    }
}


#about
{
padding-top: 50px;
padding-bottom: 45px;
color: #555555;
}
#about h1
{
text-align: center;
font-size:35px;
color: #1c570a;
padding-bottom: 10px;
}
#about h1::after
{
content:'';
background: #1c570a;
display: block;
height: 3px;
width: 170px;
margin: 10px auto;
}
#about h3
{
padding-top: 10px;
padding-bottom: 15px;
text-align:center;
font-size:25px;
color: green;
}
#about h6
{
line-height: 1.5;
text-align: justify;
color: #2B547E;
}
#about .text
{
padding-left: 30px;
padding-right: 30px;
border: 1.5px solid green;
}

#contact
{
background: #2B547E;
padding-bottom: 35px;
}
#contact h2
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 30px;
margin-top: 18px;
}
#contact .img-box img
{
width: 55%;
}
#contact .follow h5
{
font-size: 20px;
color: white;
margin-bottom: 20px;
}
#contact .follow h4
{
font-size: 14px;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .img-box h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 47px;
}
#contact h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 24px;
}
#contact .links h6
{
font-size: 13px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .links h5
{
font-size: 20px;
color: white;
margin-bottom: 14px;
}
#contact .img-box h6
{
font-size: 12.5px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .follower h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
}
#contact .follower .fa
{
color: #DADBDD;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
margin-right: 10px;
}
#contact .follower .fa:hover
{
color: white;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
}
#contact .chat h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
padding-top: 45px;
}
#contact .chat .fa
{
margin: 5px;
margin-left: 30px;
color: white;
font-weight: 600;
font-size: 23px;
}

#footer
{
background: #2B547E;
padding-top: 1px;
padding-bottom: 1px;
}

#footer h6
{
color: #DADBDD;
text-align: center;
font-size: 13px;
vertical-align: central;
}

@media (max-width: 480px)
{
#contact
{
padding-bottom: 0px;
}
#contact .img-box img
{
width: 50%;
}

}

#demo h3 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 13px;
}
#demo .button {
    background: #ffffff;
    color: #2072b8;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-radius: 20px;
  }
  #demo .button1:hover {
    background: #2072b8;
    color: #ffffff;
    transition: 0.4s;
    padding: 6px 18px;
    border-radius: 20px;
  }
  #demo .button {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  @media (max-width: 480px) {
    #demo {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #demo h3 {
      font-size: 15px;
    }
  }

 /*drop down */

 
.dropdown-content {
  position: absolute;
  display: inline-flex;
  background-color: white;
  min-width: 220px;
  width: max-content;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1s;
  margin-top: 10%;
  margin-left: -389%;
  padding: 10%;
  
  
}

.dropdown-content a {
  float: left;
  color: black;
  padding: 12px 16px;
  font-size: 1rem;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: 400 !important;  
  
  
}

.dropdown-content img{
 width: 14%;
 height: 87px;
 padding: 0%;
}

.dropdown-content a:hover{
   background-color: #ddd;    
}

/*.dropdown:hover .dropdown-content{
  opacity: 1;
  transform: translate(0);  
} */

.vertical{
border-left: 1px solid rgb(127, 167, 213);
height: 70px;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 4%;
}

.dropdown-content,
.dropdown-content2 {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 1s ease;
}

.dropdown-content.show,
.dropdown-content2.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}



/* drop down ends */

/*dropdown-content2 */

.dropdown-content2 {
  position: absolute;
  display: grid;
  background-color: white;
  min-width: 160px;
  width: max-content;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1s;
  margin-top: 9px;
 
}

.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  font-size: 1rem;
  text-decoration: none !important;
  text-align: left !important;
  font-weight: 400 !important;   
 
}

.dropdown-content2 a:hover{
  background-color: #ddd; 
}


/*.dropdown2:hover .dropdown-content2{
  opacity: 1;
  transform: translate(0);  
}  */

.icon-blue{
  color: #21577c !important;
} 

#navbarNav{
  flex: none;
  margin-left: 17%;
}

@media (max-width: 480px){
#navbarNav{
margin-left: 72%;
}
}

@media (max-width: 480px){
   
  .right-button{
    display: none;
  }
}

/* Hide dropdowns and nav by default on small screens */
@media (max-width: 480px) {
  .navbar-nav {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px; /* adjust to header height */
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .navbar-nav.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .dropdown-content2 {
    position: relative;
    margin-left: 60%;
    margin-top: 0;
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    display: none;
    width: 100%;
  }

  .dropdown-content {
    position: relative;
    margin-left: 20%;
    margin-top: 0;
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    display: none;
    width: 100%;
    padding: 0px;
  }

  .dropdown:hover .dropdown-content{
    display: grid;
  }
  
  .dropdown2:hover .dropdown-content2 {
    display: block;
  }

  .dropdown-content img {
    display: none;
    
  }

  .dropdown-content a,
  .dropdown-content2 a {
    display: flex;
    align-items: center;
  }

  .vertical{
    display: none;
  }
}