

:hover 
{
  transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition:all .4s;
    -o-transition: all .4s;
}
.customHeader {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.navContainer {
  display: flex;
  align-items: center;  
  width: 95%;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  height: 80px;
}
.applyBtn {
  background-color: #c5161d;
  font-size: 20px;
  color: white;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  transition: 0.5s;
  text-transform: uppercase;
}
.applyBtn:hover {
  text-decoration: none;
  color: white;
  transform: scale(1.05);
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu
{
  top: 27px;
  background: #fff;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu .dropdown-item
{
  padding: 6px 15px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  min-width: 230px;
  color:#000;
  font-weight: 500;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu .dropdown-item:hover  
{
  color:#c5161d;
}
.mbl-top-menu
{
  display: none;
}
header
{
  background: #fff;
  position: relative;
  transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition:all 1s;
    -o-transition: all 1s;
}
.headerSocail 
{
 display: flex;
 margin: 0 15px 0 0;
}
.headerSocail li 
{
  list-style: none;
  margin: 0 7px 0 0;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu {
  width: 700px;
  left: -310px;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu li 
{
  width: 50%;
  float: left;
}
.navbar-expand.customNavbar .navbar-nav .dropdown-menu.second-menu .dropdown-item
{
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  font-size: 14px;
}

.navbar-expand.customNavbar .dropdown-item
{
  white-space: inherit;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition:all 1s;
    -o-transition: all 1s;
     margin: 0px 0 0 0;
}
.side-stk
{
  position: fixed;
  right: -75px;
  width: auto;
  height: auto;
  top: 360px;
  z-index: 999;
   rotate: 90deg;
}
.side-stk a 
{
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 5px;
  background: #c5161d;
  font-weight: 600;
  font-size: 18px;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.side-stk a:hover 
{
  background:#770101;
}
@keyframes example {
  0%   {background-color: #c5161d;}
  50%   {background-color: #093475;}
  100% {background-color: #FF9800;}
}








@media screen and (max-width: 1200px) {
  .dec-top-menu
  {
    width: 50%;
    overflow-y: scroll;
  }
.navbar-brand img {
  height: 63px;
}


}

@media screen and (max-width: 900px) {
  .customHeader {
    height: auto;
  }
  .navContainer {
    width: 95%;
  }
  .navbar-brand img {
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-expand.customNavbar .navbar-nav .dropdown-menu {
    width: 89%;
  }
  .side-stk
{
  top: 220px;
  right: -68px;
}
.side-stk a
{
  font-size: 15px;
}
 .navbar-brand img {
    height: 40px;
  }
  .applyBtn {
    font-size: 13px;
    padding: 0.3rem 0.5rem;
  }
}



@media screen and (max-width: 550px) {
 /* .navbar-brand img {
    height: 50px;
  }
  .applyBtn {
    font-size: 18px;
    padding: 0.5rem 1rem;
  }*/
  .headerSocail
  {
    display: none;
  }
}
@media screen and (max-width: 425px) {
 
}
