
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
* {
  font-family: "Titillium Web", sans-serif;
}
.top-img{
  width: 35px;
  height: 35px;
  margin-top: -7px;
}
.top-anchor {
  margin-left: 10px;
  margin-top: 6px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
     /* top: 82px; */
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.top-navbar {
  background: linear-gradient(45deg, rgb(255,255,255,1) 48%, rgb(24,194,245,0.7) 39%);
}
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  font-size: 18px !important;
  /* font-weight: 600; */
  margin-left: 10px;
  color: #000000 !important;
  font-family: "Titillium Web", sans-serif;

}
.navbar .nav-link:hover {
    color:  #0084c4 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #0084c4 !important;
  text-decoration: none;
  background-color: rgb(223 241 255) !important;
}
.dropdown-menu li:first-child a{
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #0084c4;
}
.fa-bars {
  color: #000000;
  font-size: 30px;
}
.navbar-nav .active a{
    color:  #0084c4;
  font-family: "Titillium Web", sans-serif;

}
.top-header-right-content{
  display: flex;
  justify-content: end;
  color: white;
}
.para-margin{
  margin-top: 5px;
  font-weight: 600;
}
.para-left-margin{
  margin-left: 20px;
}
.bgcolor{
  background-color: #F9FAFF;
  width: 100%;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
}
.navbar-con{
  padding: 10px;
}
.bgcolor.scrolled{
  background-color: #F9FAFF;
  width: 100%;
  transition: 0.1s ease;
  border-radius: 0px;
  border-bottom: solid 1px lightgrey;
}
.top-header-contact {
  width: 25%;
}
.fa-header-icon{
  font-size: 43px;
  color: #007FF5;
}
.glow-icon{
  animation: glow 1s ease infinite;
  border: 5px solid #00008b;

}
.glow-icon::after {
  z-index: -2;
  animation-delay: 1s;
}

@keyframes glow {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.pulse {
  width: 40px;
  height: 40px;
  background: #60c9e9;
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  font-family: sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(20, 160, 202, 0.3),  0 0 0 0 rgba(20, 160, 202, 0.3);
  }
  40%{
      box-shadow: 0 0 0 25px rgba(20, 160, 202, 0.3),  0 0 0 0 rgba(20, 160, 202, 0.3);
  }
  80%{
      box-shadow: 0 0 0 25px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  
}

@media (max-width: 1024px){
  .bgcolor{
    width: 100%;
  }
  .navbar .navbar-brand {
    /* font-size: 30px; */
    /* width: 35%; */
    
  }
  .navbar-brand img{
    width: 200px;
  }
  .MQ-1024{
    width: 80%;
  }
  .navbar .nav-item{
    padding: 0px;
  }
  .navbar .nav-link {
    font-size: 18px;
    font-weight: 500 !important;
    margin-left: 5px;
    
  }
  .top-header-contact {
    width: 26%;
  }
  .top-img {
    width: 25px;
    height: 25px;
    margin-top: -7px;
}
  
}
@media (max-width: 768px){
  .top-navbar{
    display: none;
  }
  .bgcolor{
    width: 100%;
  }
  .col-sm-4{
    width: 50%;
  }
}
@media (max-width: 425px){
  .col-sm-4{
    width: 100%;
  }
  .icons a {
    /* margin: 0 25px; */
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    margin: 15px 10px 35px 10px !important;
}
}
.nav-contact{
  margin-left: 10px;
  width: 115px;
}
.nav-contact h6{
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  width: 150px;
}
.nav-contact p{
  color: gray;
  font-size: 12px;
  width: 110px;
  margin-bottom: 0;
}
@media (max-width: 1024px){
  .nav-contact h6{
    font-size: 13px;
  }
}



@media only screen and (min-width: 375px) and (max-width: 425px) {
  .pulse {
    width: 40px;
    height: 35px;
    margin-top: 5px;
    background: #60c9e9;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
  }
}