/****custom style css*****/
.btn.btn-upd {
    min-width: 140px;
    height: 45px;
}
.feature-item:hover
{
    background-color: #31498e !important;
}
.feature-item:hover .feature__title
{
   color:#FFFFFF; 
}
.counter-layout
{
text-align:center;
}
.counter-layout .service-icon2 i
{
    color: #f2f3f5;
    font-size: 50px;	
}
.counter-layout .service-content2 h3, .counter-layout .service-content2 h5
{
 color:#FFFFFF; 
}
/*megamenu*/

.navbar .dropdown-menu .container
{
display: block;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
 /* border:none;
  background-color:#0060c8!important;*/
}
.dropdown-menu-custom .nav-link
{
padding: 3px 5px !important;
color: #213360;
}
.dropdown-menu-custom .nav-link:hover
{
color: #21cdc0;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  /*padding:.2rem .2rem;
  margin:0 .25rem;*/
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:80px;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    /*border: 1px solid rgba(0,0,0,.15);*/
	    /*-webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);*/
    -webkit-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
    background-color: #fff;
	box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
	border-bottom: 3px solid transparent;
	border-bottom-color: #21cdc0;
  }

}

 .error {
            color: #DC143C !important;
            font-weight: 400;
            display: block;
            padding: 6px 0 0;
            font-size: 14px;
            margin-bottom: 0px !important;
}
.form-control.error {
            border-color: #DC143C !important;;
            padding: .375rem .75rem !important;;
}