.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.navbar-default .navbar-brand {
    color: #0e2a53;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
}
.header-style-3.sticky .navbar-brand{
	 color: #fff;
}
.site-header .navbar-brand {
  padding:0;
  min-width: 140px;  margin-left:0px!important;
}

.site-header .navbar-brand img {
  max-width: 175px;
  max-height: 100px;
  margin-top: -9px; -webkit-transition: all 0.3s ease;
}

.site-header.sticky .navbar-header .navbar-brand img {
    max-height: 100px;
 /*   max-height: 70px;*/
    -webkit-transition: all 0.3s ease;
}


@media (max-width: 991px) {
  .site-header .navbar-brand {
    margin-top: 0;
    padding-top: 0;
  }
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}
a.apply_btn{
    background: #07254f;
    padding: 6px 15px !important;
    border-radius: 2em;
    color: #fff !important;
	margin-top: -7px;
}
a.apply_btn:hover, a.apply_btn:focus, a.apply_btn:active, a.apply_btn:visited{
	 background: #07254f !important;
}
.site-header #navbar ul {
  list-style: none;
}
.navbar-nav > li a{
	font-size: 16px;
  padding:0; 
  font-weight: 500;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul > li .sub-menu a:hover {
  text-decoration: none;
  color: #07254f;
}



.site-header #navbar > ul > .menu-item-has-children > a {
  position: relative;
  font-size: 16px;
  font-weight:500;
}

/* .site-header #navbar > ul > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    position: absolute!important;
    right: -15px!important;
    top: 12%;
} */

/****** SUNIL CSS *******/

.header-top {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background:#07254f;
}

ul.top_bar_info {
    width: auto;
    height: auto;
    float: left;
    text-align: center;
	padding:5px 0;
}

ul.top_bar_info li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 140px;
    color: #fff;
    font-size: 13px; 
}

.top_bar_info li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    font-size: 16px;
    color: #fde428;
}
.top_bar_info li a {color: #fff;}

ul.header_social_icons {width: auto; height: auto; float: right;}
ul.header_social_icons li {display: inline-block;margin-left:5px;}
ul.header_social_icons li a{float: left; color:#fff; padding:0px 10px;}

.site-header #navbar li ul li:hover {background: transparent;}
.site-header #navbar li ul li:hover a:hover{color: #07254f;}
.site-header.sticky .navbar-nav:hover li a:hover {
    color: #fff!important;
}

@media(max-width: 1200px){
ul.top_bar_info li {padding-right: 80px;}
}

@media(max-width: 800px){
	ul.header_social_icons {width: 100%; text-align:center;}
}
.navbar-nav{padding:0px 0}
@media screen and (min-width: 1200px) {
  .site-header #navbar > ul > .menu-item-has-children > a:before {
    right: 6px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
	 padding: 15px 15px;
   margin-top: 13px;
  }
  .site-header #navbar li:last-child {
    padding-right: 0px;
    margin-top: 4px;
}
 /*  .site-header #navbar > ul > li > a {
    font-size: 14px;
    color: #2b2e3a;
    padding: 37px 20px;
  } */
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    text-align: left;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
	    margin-top: 2px;
  }
  .site-header #navbar > ul > li .sub-menu {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.27);
	  border-top: 2px solid #1c2c5a;
  }
  
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #f2f2f2; padding: 0px 15px;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    padding: 10px 0;
    color: #2b2e3a;
    font-size: 14px;

  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 112%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 114%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
 
  }
  a.apply_btn{text-align:center}
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content:"\f0d7";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

ul.top_bar_info li {padding-right: 25px;}
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #87d271;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color:#07254f;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 17.5px);
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000 !important;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #87d271;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #07254f;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 0px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
  .site-header.sticky .header-top {
  display: none;}
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .header-style-3 {
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .header-style-3:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4px;
  }
 .header-style-3 .navigation {
    background: transparent;
  }
 .header-style-3 #navbar {
    text-align: center;
  }
 .header-style-3 #navbar > ul > li a {
    color: #fff;
  }
 .header-style-3 #navbar > ul {
    display: inline-block; float: right;
  }
 /** .header-style-3 #navbar > ul li.active{
	     border-bottom: 2px solid;
  }
    .site-header #navbar li:hover {
    border-bottom: 2px solid;
}
**/
  .header-style-3 #navbar > ul li.active a{
	  background: none;
  }
  
  /* .header-style-3.sticky #navbar > ul li.active{
	     border-bottom: 2px solid;
		 border-color:white;
  }
 
 .header-style-3.sticky #navbar li:hover {
    border-bottom: 2px solid;
	border-color:white;
}
*/

 /* .header-style-3 #navbar > ul > li > a {
    padding: 39px 15px;
  } */
}

@media screen and (min-width: 1200px) {
 /* .header-style-3 #navbar > ul > li  {
    padding: 39px 20px;
  } */
}

@media (max-width: 991px) {
 .header-style-3 .navigation {
    background: #313131;
    padding: 17px 0;
  }
}

 .header-style-3 .cart-search-contact {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
 .header-style-3 .cart-search-contact {
    right: 95px;
  }
}

@media (max-width: 450px) {
   .header-style-3 .cart-search-contact {
    right: 80px;
  }
}

 .header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

 .header-style-3 .cart-search-contact .fi {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}
 .header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}

 .header-style-3 .cart-search-contact > div + div {
  margin-left: 20px;
}

 .header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {
   .header-style-3 .cart-search-contact .header-search-form {
    top: 68px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .cart-search-contact .header-search-form {
    top: 63px;
    right: 15px;
  }
}

 .header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.375rem;
}

 .header-style-3 .cart-search-contact form div {
  position: relative;
}

 .header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 450px) {
 .header-style-3 .cart-search-contact .mini-cart {
    display: none;
  }
}

 .header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

 .header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #87d271;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -11px;
  border-radius: 50%;
}

.header-style-3 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {
 .header-style-3 .cart-search-contact .mini-cart-content {
    top: 68px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .cart-search-contact .mini-cart-content {
    top: 63px;
  }
}

@media (max-width: 450px) {
   .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

 .header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2b2e3a;
  margin: 0;
  text-transform: uppercase;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #2b2e3a;
}

.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #87d271;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px;
  border-top: 1px solid #efefef;
  text-align: center;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

 .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2b2e3a;
  display: inline-block;
}

 .header-style-3 .cart-search-contact .mini-cart-content-toggle,

.header-style-3 .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.site-header .navigation {
  padding:10px 0px 5px;
  background: #fff;
  transition: .5s;
  min-height: 105px; -webkit-transition: all 0.3s ease;
}

.site-header.sticky .navigation{
    min-height: auto;
}


.header-style-3 + #aa-slider {
  padding-top: 118px;
}

.header-style-3.sticky nav ul li a{color:#fff!important;}
.header-style-3.sticky nav ul li ul li a{color:#000!important;}
/* .site-header #navbar li:last-child {padding: 8px 0px;} */

/*---------------------------------------------
	header style 3
----------------------------------------------*/
.header-style-3 {
	 position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
	box-shadow: 0px 7px 24px rgba(145, 145, 167, 0.17)
}
.header-style-3.sticky .navbar.navbar-default {background: #348fd4e6;     transition: .5s;}
@media screen and (min-width: 992px) {
  .header-style-3 #navbar > ul > li a,
  .header-style-3 .cart-search-contact .fi {
    color: #9c9c9c;
  }
  
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background: #fff;
  }
  .header-style-3 .cart-search-contact .fi {
    color: #2b2e3a;
  }
}