/*  02. Header
/*----------------------------------------*/
.sticky {
  background: #FFFFFF;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 0;
  border-bottom: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  z-index: 50;
  transition: all 0.5s;}
 
	  
.header__top {
  background: #292571;
  padding: 10px 0; }
.header__top .left {
    float: left; }
.header__top .left li {
      display: inline-block;
      margin-right: 30px;
      color: #ffffff; }
.header__top .left li span {
        margin-right: 10px;
        font-size: 15px; }
.header__top .right {
    float: right; }
.logo-sm-height{ height:60px;}	
	
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .header__top .right {
        float: none;
        text-align: center; } }
		
    @media (max-width: 767px) {
      .header__top .right {
        float: none;
        text-align: center; } 
	.logo-sm-height{ height:40px;}		}
		
    .header__top .right li {
      display: inline-block;
      color: #ffffff; }
      .header__top .right li:not(:first-child) {
        margin-left: 20px; }
      .header__top .right li a {
        font-size: 15px; }
.header__bottom {
  padding: 10px 0; }
  .header__bottom .logo a {
    max-width: 180px;
    display: inline-block; }
	
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .header__bottom .logo a {
        max-width: 160px; } }
		
    @media (max-width: 767px) {
      .header__bottom .logo a {
        max-width: 160px; } }
		

.header__btn a.t_lan {
  color: #ffffff;
  padding: 13px 5px; }
  
.header__btn a.t_lan:hover {
  color:#4578a6;
  padding: 13px 5px; }
  
.header__btn a.t_lan_on {
  color:#4578a6;
  padding: 13px 5px; }

.header__2 .header__top {
  background: transparent; }
.header__2 .header__bottom {
  padding: 10px 0; }
.header__2 .main__menu-wrap {
  background: #ffffff;
  padding: 10px 20px; }
.header__2 .sticky .main__menu-wrap {
  padding: 0; }
.header__2 .sticky.header__bottom {
  padding: 10px 0; }
.header__2 .header__bottom {
  padding: 0; }
  
  
.logo a img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}
    
    
.header__3 .logo a img:nth-child(2) {
  display: none; }

  
.header__3 .sticky .main__menu ul li a {
  color: #333333; }
.header__3 .sticky .main__menu ul li a:hover {
  color: #4578a6; } 
.header__3 .sticky .main__menu ul li a.active {
  color: #4578a6; }
	

.header__3 .main__menu ul li a {
  color: #ffffff; }
.header__3 .main__menu ul li a:hover {
  color: #ffffff; } 
.header__3 .main__menu ul li a.active {
  color: #ffffff; }
	  
.header__3 .main__menu ul li .submenu li a {
   color: #000000 !important; }
.header__3 .main__menu ul li .submenu li a:hover{
   color: #4578a6 !important; }

  
.header__3 .sticky .header__btn a.t_lan {
  color: #666666; }
.header__3 .sticky .header__btn a.t_lan:hover {
    color:#4578a6;}
.header__3 .sticky .header__btn a.t_lan_on {
    color:#4578a6;}
.header__3 .sticky .header__btn a.t_lan_on:hover {
    color:#4578a6;}    

.header__transparent {
  position: relative;;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900; }
  

  
 /* main menu css start */
.main__menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 26px;
  }
  .main__menu ul li:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .main__menu ul li {
      margin-left: 10px; } }
  .main__menu ul li a {
    color: #ffffff;
    padding: 6px 0;
    display: inline-block; }
    .main__menu ul li a.active {
      color: #4578a6; }
  .main__menu ul li:hover > a {
    color: #4578a6; }
  .main__menu ul li:hover ul.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .main__menu ul li ul.submenu {
    position: absolute;
    top: 110%;
    left: -10px;
    min-width: 118px;
    background: #f5f7f9;
    padding: 10px 0;
	margin-top: 0px;
    border-radius: 3px;
    z-index: 99;
    opacity: 0;
    border: 1PX SOLID #eeeeee;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); }
	
 .main__menu .submenu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid  #dddddd;
    position: absolute;
    top: -7px;
    left: 9px;}
		  
    .main__menu ul li ul.submenu li {
      display: block;
      margin: 0;
      padding: 5px 10px;
	  text-align: center; }
      .main__menu ul li ul.submenu li a {
        display: inline-block;
        padding: 0;
        position: relative;}
        .main__menu ul li ul.submenu li a.active {
          color: #4578a6; }

      .main__menu ul li ul.submenu li:hover > a {
        color: #000000; }
        .main__menu ul li ul.submenu li:hover > a::before {
          width: 100%;
          left: 0;
          right: auto; }
      .main__menu ul li ul.submenu li:hover > ul.submenu {
        top: 0;
        opacity: 1;
        visibility: visible; }
      .main__menu ul li ul.submenu li ul.submenu {
        top: 10%;
        left: 100%;
        opacity: 0;
        visibility: hidden; }

/* mobile menu css start */
.menu-toggle {
  width: 30px;
  height: 24px;
  text-align: center;
  color: #ffffff;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  border-radius: 4px; }
  .menu-toggle .menu__bar {
    position: absolute;
    display: block;
    height: 2px;
    left: 8px;
    width: calc(100% - 16px);
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .menu-toggle .menu__bar:nth-child(1) {
      top: 8px; }
    .menu-toggle .menu__bar:nth-child(2) {
      top: 12px; }
    .menu-toggle .menu__bar:nth-child(3) {
      top: 18px; }
  .menu-toggle.active .menu__bar:nth-child(1) {
     top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.active .menu__bar:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
  .menu-toggle.active .menu__bar:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
	
	
  .menu-togglem .menu__bar {
    position: absolute;
    display: block;
    height: 2px;
    left: 13px;
    width: calc(100% - 25px);
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
	
.menu-togglem .menu__bar:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.menu-togglem  .menu__bar:nth-child(2) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
	
		

.hamburger-menu {
  display: inline-block; }
  .hamburger-menu a {
    display: block; }

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
    left: -100%;
    width: 100%;
  padding: 25px 20px;
  height: 100%;
  display: block;
  z-index: 1020;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-bar.show {
  left: 0; }

.close-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #4578a6;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .close-mobile-menu a {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    left: 0;
    display: block; }

 .ti-close {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	
 .ti-close:before {
    content: "\e646";
}	
  .close-mobile-menu:hover {
    background-color: #4578a6; }
	
   .body-overlay {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }
  .body-overlay.active {
    opacity: .98;
    visibility: visible; }

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #1a1842;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    .side-mobile-menu ul li a:hover {
      color: #44c2fd;
      padding-left: 5px; }
  .side-mobile-menu ul li a[aria-expanded="true"] {
    color: #44c2fd; }
    .side-mobile-menu ul li a[aria-expanded="true"]:before {
      background: #44c2fd;
      border-color: #44c2fd; }
  .side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none; }
    .side-mobile-menu ul li ul li {
      padding-left: 15px; }
      .side-mobile-menu ul li ul li:hover > a {
        color: #44c2fd;
        padding-left: 20px; }
        .side-mobile-menu ul li ul li:hover > a:before {
          background: #44c2fd;
          border-color: #44c2fd; }
      .side-mobile-menu ul li ul li a {
        position: relative;
        padding-left: 15px;
        text-transform: capitalize;
        font-size: 16px; }
        .side-mobile-menu ul li ul li a:before {
          content: "";
          width: 8px;
          height: 8px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border: 2px solid #1a1842;
          border-radius: 50%; }
      .side-mobile-menu ul li ul li a[aria-expanded="true"] {
        padding-left: 20px; }
  .side-mobile-menu ul li.dropdown > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    -webkit-transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .side-mobile-menu ul li.dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); }
 
 
 ==================================================================================================== */
/* header section - start
==================================================================================================== */
.header-section .header-top {
  min-height: 60px;
}
.header-section .header-middle {
  min-height: 100px;
}
.header-section .header-middle.bg-gray {
  background-color: #f4f8fb;
}
.header-section .header-bottom {
  min-height: 65px;
}
.header-section .info-list > ul > li {
  margin-right: 50px;
}
.header-section .info-list > ul > li:last-child {
  margin-right: 0px !important;
}
.header-section .info-list > ul > li > a {
  display: block;
  color: #8991ab;
  font-weight: 500;
}
.header-section .info-list > ul > li > a:hover {
  color: #334eff;
}
.header-section .info-list > ul > li > a i {
  float: left;
  font-size: 21px;
  color: #334eff;
}
.header-section .info-list > ul > li > a span {
  color: #334eff;
  display: inline-block;
}
.header-section .select-option > button {
  color: #8991ab;
}
.header-section .select-option .dropdown-menu {
  left: unset !important;
  right: 0px !important;
}
.header-section .brand-logo .brand-link {
  display: block;
}
.header-section .brand-logo .btns-group {
  float: right;
  display: none;
}
.header-section .btns-group > ul > li {
  margin-right: 30px;
  position: relative;
}
.header-section .btns-group > ul > li:last-child {
  margin-right: 0px !important;
}
.header-section .btns-group > ul > li > button {
  display: block;
  line-height: 1;
  font-size: 30px;
  position: relative;
  color: #36415a;
}
.header-section .btns-group > ul > li > button:hover, .header-section .btns-group > ul > li > button.active {
  color: #334eff;
}
.header-section .btns-group > ul > li > button.btn-cart .cart-counter, .header-section .btns-group > ul > li > button.mobile-btn-cart .cart-counter {
  top: -5px;
  right: -10px;
  height: 24px;
  color: #ffffff;
  font-size: 10px;
  min-width: 24px;
  line-height: 26px;
  position: absolute;
  border-radius: 45px;
  display: inline-block;
}
.header-section .form-item {
  margin: -9px 0px;
}
.header-section .form-item input {
  height: 50px;
  border: none;
  padding: 0px 25px;
}
.header-section .form-item input[type=search] {
  width: 470px;
}
.header-section .form-item button[type=submit] {
  top: 50%;
  right: 25px;
  font-size: 21px;
  position: absolute;
  color: #334eff;
  transform: translateY(-50%);
}
.header-section .main-menu > ul > li {
  height: 65px;
  margin-right: 35px;
}
.header-section .main-menu > ul > li:last-child {
  margin-right: 0px !important;
}
.header-section .main-menu > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 65px;
  color: #636778;
}
.header-section .main-menu > ul > li:hover > a, .header-section .main-menu > ul > li.active > a {
  color: #334eff;
}
.header-section .main-menu > ul > li:hover > a:after, .header-section .main-menu > ul > li.active > a:after {
  color: #334eff;
}
.header-section .social-icon > ul > li {
  margin-right: 15px;
}
.header-section .all-categories .categories-collapse {
  top: 44px;
  left: -32px;
  position: absolute;
}

.sticky-header {
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  z-index: 9999;
  position: absolute;
}
.sticky-header.stuck {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.header-section .main-menu .menu-item-has-child {
  position: relative;
}
.header-section .main-menu .menu-item-has-child > a {
  position: relative;
  padding-right: 17px;
}
.header-section .main-menu .menu-item-has-child > a:after {
  top: 1px;
  right: 0px;
  color: #636778;
  font-size: 13px;
  content: "";
  font-weight: 900;
  position: absolute;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  font-family: "Line Awesome Free";
}
.header-section .main-menu .menu-item-has-child:hover > a:after {
  content: "";
  color: #334eff;
  transform: rotate(360deg);
}
.header-section .main-menu .menu-item-has-child .submenu {
  top: 150%;
  left: 0px;
  opacity: 0;
  z-index: 999;
  min-width: 200px;
  padding: 20px 0px;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  border-top-left-radius: 0px;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}
.header-section .main-menu .menu-item-has-child .submenu li {
  width: 100%;
  display: block;
}
.header-section .main-menu .menu-item-has-child .submenu li > a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 13px 30px;
  color: #636778;
}
.header-section .main-menu .menu-item-has-child .submenu li:hover > a, .header-section .main-menu .menu-item-has-child .submenu li.active > a {
  color: #334eff;
  background-color: #f4f8fb;
}
.header-section .main-menu .menu-item-has-child:hover > .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child > a:after {
  top: 13px;
  right: 25px;
}
.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover > a:after {
  content: "";
  color: #334eff;
}
.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child .submenu {
  left: 100%;
}
.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover .submenu {
  top: -20px;
}

.header-primary.sticky-header .content-wrap {
  min-height: 150px;
  padding: 20px 0px;
}
.header-primary.sticky-header.stuck .content-wrap {
  min-height: 100px;
}
.header-primary .main-menu .menu-item-has-child > a {
  padding-right: 0px;
}
.header-primary .main-menu .menu-item-has-child > a:after {
  display: none;
}
.header-primary .main-menu .menu-item-has-child:hover > a:after {
  color: #00c9a7;
}
.header-primary .main-menu .menu-item-has-child .submenu li > a:after {
  display: inline-block;
}
.header-primary .main-menu .menu-item-has-child .submenu li:hover > a, .header-primary .main-menu .menu-item-has-child .submenu li.active > a {
  color: #00c9a7;
}
.header-primary .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover > a:after {
  color: #00c9a7;
}


 .m_nav .m_navList{width:100%; height:100%;z-index:100;padding-top: 30px;  font-weight:300}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid #eee}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#222222;line-height:45px;padding-left:0px;}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;  position: relative;}
   .icon span{  position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width:  0px 0px 2px 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    -webkit-transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
	
  .icon_on span{
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%); }

   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:36px;line-height:36px; padding-left:5%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}


.fx_bg {
    height: 3px;
    background: url(../images/fmbg.png) left center no-repeat;
}