



  .blueBgColor {
    background-color: #52469c !important
  }
  .blueColor {
    color: #52469c !important
  }

  .secondBgColor  {
    background-color:#63c29d !important
  }

  .secondColor{
    color:#63c29d !important
  }

  .whiteColor {
    color: white !important;
  }

  .zoom {
   
    transition: transform .2s; /* Animation */
   
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


  .header_bottom a {
    color:white !important;
  }


  .divWithText {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    text-decoration: bold;
    color: black;

    height: 15vh;
       font-size: 15vh;
    line-height: 15vh;
}


.mainButton{
  color: white !important;
  background-color:#52469c !important
}

.dropdow{
  position: relative;
}
.dropdown-menu {
  
  background-color: #dde7f1 !important;
 
}
.dropdown-menu a{
  display: block;
  color: #1067b4 !important;
margin-bottom: 5px;
padding: 10px;
cursor: pointer;
background-color: #e7eef6;


}
.dropdown-menumob{
  background-color: #dde7f1 !important;
  transition: 3s;

}
.dropdown-menumob a{
  cursor: pointer;
background-color: #e7eef6;
color: #1067b4 !important;
margin-bottom: 5px;

}
.dropdown-menumob a:hover{
  background-color: white;
}
.hide{
  display: none;
}

.dropdown-button{
  border: none;
    background-color: #d8242400;
    color: white;
    font-family: TrajanPro;
    font-size: 19px;
    margin-right: 19px;
    text-decoration: underline ; 
  
    
}
.dropdown-buttonmob{
  border: none;
  background-color: #d8242400;
  color: white;
  transition: 3s;
  font-size: 19px;
  margin-right: 19px;
  text-decoration: underline;
  margin: auto;
}
#btncoure:hover{
  text-decoration-color: #63c29d;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

.main_nav{
  margin:-500px !important
}

@media only screen and (max-width: 1600px) {
  .main_nav {
    margin:-444px !important

    }
   
}
@media only screen and (max-width: 600px) {
  .main_nav {
    margin:-444px !important

    }
   
}

.hide2{
  display: none;
}

.dropdown-menu a:hover{
  background-color: white;
}

#btnhome:hover{
  text-decoration-color: #63c29d;
}

.second h2{
  background-color: transparent;
  color:#63c29d;
  position: absolute;
  top: 800px;
  left: 100px;
  font-size: 50px;
}
.second img{
  background-color: transparent;
  width: 30%;
  position: absolute;
  top: 410px;
  right: 0px;
  
}
.secondwin div{
  background-color: transparent;
  color:#63c29d;
  position: absolute;
  top: 600px;
  left: 200px;
  font-size: 50px;
}
.secondwin h2{
  background-color: transparent;
  color:#63c29d;
  position: absolute;
  top: 500px;
  left: 200px;
  font-size: 50px;
}