body {
  font-family: League Spartan, sans-serif;
  background-color: #fff;
}

.head {
  background-color: #003264;
  height: 85px;
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 5px 0px;
}

.head .container-fluid {
  padding: 0px;
  width: 100%;
}

/* .stricked-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  opacity: 0;
  -webkit-animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
  animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.stricked-head.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
} */

header{width: 85%; margin: 0px auto;}
.logo-section {
  width: 20%;
  float: left;
}
.logo {
  width: 100%;
  font-size: 18px;
  color: #f00;
  border: 0px solid #fff;
  margin-top: 12px;
  display: inline-block;
}
.logo img {width: 100%}
.m-login {display: none;}

#sideNav { display: none;}

.menu {
  width: 80%;
  float: left;
  top: 0px;
  z-index: 9999;
}

.topnav {
  list-style: none;
  margin: 0px;
}

.topnav li a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 29px 16px;
  text-decoration: none;
  font-size: 14px;
}
.topnav li a span{display: block; font-size: 14px;}
.topnav li a span:first-child{font-size: 16px; font-weight: 600; color: rgb(255, 255, 255);}

/*.active {background-color: #04AA6D; color: white;}*/

.dpd-menu {
  float: left;
  /*overflow: hidden;*/
}

.dpd-menu .drop-menu {
  position: relative;
  border: none;
  outline: none;
  padding: 29px 25px;
  font-family: inherit;
  margin: 0;
}

.dpd-menu:hover .drop-menu:before{ 
  content: '';
  width: 0; 
  height: 0;
  position: absolute;
  bottom: -10%;
  left: 45%; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgb(2, 71, 138);
  z-index: 999;
  transition: 0.3s;
  transition-delay: 0.3s;
}

.dropdown-content {
  display: flex;
  visibility: hidden;
  list-style: none;
  padding: 0px;
  position: absolute;
  width: 80%;
  bottom: -92px;
  left: 0px;
  right: 0px;
  min-height: 80px;
  margin: 0px auto;
  background-color: rgb(2, 71, 138);
  transition: 0.3s;
  z-index: 1;
}

/* .dropdown-content li{display: flex;} */
.dropdown-content li a {
  color: rgb(255, 255, 255);
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content li a span i{
  color: rgb(255, 255, 255);
  font-size: 22px;
}

.dpd-menu:hover .dropdown-content {
  width: 100%;
  bottom: -84px;
  visibility: visible;
  z-index: 9999;
}

.header-search { width: 32%; float: right; text-align: right;  padding: 8px 16px; z-index: 99999; position: relative;}
.header-search p{ margin-bottom: 5px; color: #fff;}
.header-search p a{text-decoration: none; font-size: 13px; color: #fff;}
.header-search input{background-color: inherit; color: #fff;}

.header-search ::placeholder { color: rgb(185, 183, 183); opacity: 1; /* Firefox */}

.header-search ::-ms-input-placeholder { /* Edge 12 -18 */  color: rgb(193, 188, 188);}
.header-search button {background: transparent; border-color: #fff; border-radius: 0px; border-left: 0;}
.header-search button:hover{background: transparent; border-color: #fff;}


@media only screen and (max-width: 767px) and (min-width: 320px) {

  .head {
    width: 100%;
    height: 55px;
    transition-duration: 0.5s;
    z-index: 999;
  }
  header { width: 94%; }
  .logo-section {
    width:50%;
    float: left;
  }
  .logo {
    padding: 0px 0px;
    margin-top: 5px;
  }

  .logo img {
    width: 95%
  }

  .m-login {
    display: none;
  }

  .m-login a {
    float: right;
    display: block;
    padding: 8px 7%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }

  #sideNav.toggle {
    right: 15px;
    top: 15px;
    z-index: 998;
    position: fixed;
    display: block;
    transition: 0.1s;
  }

  #sideNav {
    position: absolute !important;
    left: 92%;
    top: 15px;
    z-index: 99999;
    display: block;
    transition: 0.5s;
  }

  /*.toggle{position: absolute !important;}*/
  #sideNav .fa {
    font-size: 20px;
    margin: 0px 0 0;
    transition: 1s;
    color:#fff
  }

    .menu {
    position: absolute;
    /* height: 100vh; */
    width: 100%;
    margin: 0px 0px 0px 0%;
    transition: 0.5s !important;
    background-color: #084887 !important;
    top: -650%;
    left: 0px;
    font-size: 20px;
    z-index: 99;
    padding: 0px 0px;
    overflow-y: scroll;
  }
  .add-mob-menu {
    display: block !important;
    margin: 0px 0px 0px 0% !important;
    transition: 0.5s !important;
    top: 55px;
    z-index: 99;
  }

  .topnav {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

  .topnav li {
    width: 100%;
    display: inline-block;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  }

  .topnav li a {
    float: none;
    text-align: left;
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }
  .topnav li a span:first-child{font-size: 16px; font-weight: 500;}

  .dpd-menu {
    float: left;
  }

  .dpd-menu .drop-menu {
    position: relative;
    border: inherit;
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }

  .dpd-menu .drop-menu:before {
    right: 18px;
  }

  .dropdown-content {
    display: none;
    visibility: visible;
    list-style: none;
    padding: 0px;
    position: relative;
    width: 100%;
    bottom: 0px;
    top: 0;
    left: 0px;
    right: 0px;
    min-height: 80px;
    margin: 0px auto;
    background-color: #3a6b9c;
    transition: 0.3s;
    z-index: 1;
}
.dpd-menu:hover .dropdown-content {
  display: block;
  width: 100%;
  bottom: 0px;
  visibility: visible;
}
.dropdown-content span:first-child {display: none;}
.dpd-menu:hover .drop-menu:before{ 
  display: none;
}
  .header-search { width: 96%; padding: 8px 16px;}

}


/* show menu on page scroll */
.sticky-menu{ position: absolute; top: -150px; background-color: #07427d; width: 100%; height: 85px;
  padding: 15px 0px;}
.stricked-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  opacity: 0;
  -webkit-animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
  animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.stricked-head.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* .scroll-logo a{width: 100%;} */
.scroll-logo a img{width: 70%;}
.scroll-menu {overflow-x: scroll;}
.scroll-menu ul{display: flex; list-style: none; width: max-content;
  white-space: nowrap;
  word-wrap: break-word;
  padding-left: 0px;}
.scroll-menu ul li a{padding:10px; text-decoration:none; color:#fff}
.scroll-menu ul li a.active{border-bottom:2px solid rgb(255, 136, 0)}

.scroll-menu::-webkit-scrollbar{height:5px;}
/* Track */
.scroll-menu::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 5px;}

/* Handle */
.scroll-menu::-webkit-scrollbar-thumb {background: rgb(4, 39, 100); border-radius: 5px;}

/* Handle on hover */
.scroll-menu::-webkit-scrollbar-thumb:hover {background:rgb(4, 39, 100); height: 3px;}


@media only screen and (max-width: 767px) and (min-width: 320px) {
  .sticky-menu{ height: auto;}
}
