


.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
  border: 10px solid #ffffff;
}


.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.social-icon-one li {
  position: relative;
  margin-right: 10px;
}

.social-icon-one li:last-child{
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon-one li a:hover {
  background-color: #1370b5;
  border-color: #1370b5;
  color: #ffffff;
}

.social-icon-one.light li a{
  color: #ffffff;
}

.social-icon-one.light li a:hover{
  color: #000000;
}






/*======================
Theme Btn
=======================*/

.theme-btn{
  display:inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.theme-btn .btn-title{
  position: relative;
  z-index: 9;
  color: inherit;
}

.theme-btn span:not(.btn-title){
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(150%);
  transition: all 500ms ease;
  background-color: #ffffff;
  z-index: 0;
}

.theme-btn span:nth-child(2){
  left: 20%;
  transition-delay: 100ms;
}

.theme-btn span:nth-child(3){
  left: 40%;
  transition-delay: 200ms;
}

.theme-btn span:nth-child(4){
  left: 60%;
  transition-delay: 300ms;
}

.theme-btn span:nth-child(5){
  left: 80%;
  transition-delay: 400ms;
}

.theme-btn:hover span{
  transform: translateY(0) scale(2);
}


/*Btn Style Three*/

.btn-style-three{
  position: relative;
  font-size: 13px !important;
  line-height: 30px;
  color: #ffffff;
  padding: 9px 9px;
  font-weight: 600;
  background: #222222;
  overflow: hidden;
  min-width: 170px;
}

.btn-style-three:hover{
  color: #222222;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

.main-header{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
 
}

/* Header Top */

.header-top{
  position: relative;
}

.header-top .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .top-lefts{
  position: relative;
}

.header-top .top-lefts .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-top .top-lefts .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-right: 30px;
}

.header-top .top-lefts .contact-list li:last-child{
  margin-right: 0;
}

.header-top .top-lefts .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #1370b5;
}

.header-top .top-lefts .contact-list li a{
  color: #1370b5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .top-right{
  position: relative;
  float: right;
}

/* Header Lower */
.main-header .header-lower{
  position: relative;
}

.main-header .main-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
}

.main-header .main-box:before{
  position: absolute;
  left: 0;
  right: 60px;
  height: 100%;
  background: #f5f5f5;
  content: "";
 
}

.main-header .nav-outer {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.main-header .logo-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 70px;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 15px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .menu-box {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}



.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* Search btn */
.main-header .search-btn{
  position: relative;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.main-header .theme-btn{
  margin-left: 30px;
}

/* Cart btn */

.main-header .cart-btn{
  position: relative;
  display: block;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.main-header .cart-btn .count {
  position: absolute;
  right: -7px;
  top: -4px;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  background-color: #1370b5;
  border-radius: 50%;
}



.header-style-two{
  position: relative;
}

.header-top-two{
  position: relative;
  background-color: #ffffff;
}

.header-top-two .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1px;
  min-height: 100px;
}

.header-top-two .top-lefts{
  position: relative;
}

.header-top-two .top-lefts .contact-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .top-lefts .contact-list li{
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-left: 40px;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.header-top-two .top-lefts .contact-list li i{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
  line-height: 50px;
  margin-right: 8px;
  color: #1370b5;
}

.header-top-two .top-lefts .contact-list li a{
  color: #1370b5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-two .top-right{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header Lower */

.header-style-two .main-box{
  margin: 0;
  padding: 0;
  padding-left: 200px;
}

.header-style-two .logo-box{
  position: absolute;
  left: -70px !important;
  top: -111px;
  min-height: 160px;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-style-two .logo-box:before{
  position: absolute;
  right: 0px;
  height: 90%;
  width: 100%;
  background: white;
  content: "";
}

.header-style-two .main-box:before{
  background-color: #1370b5;
  width: 1000%;
  right: auto;
}

.header-style-two .main-menu .navigation > li{
  padding: 15.5px 0;
}

.header-style-two .header-lower .main-menu .navigation > li.dropdown > span:after,
.header-style-two .header-lower .main-menu .navigation > li > span, 
.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #ffffff !important;
}

.header-style-two .main-menu .navigation > li.current:after{
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.header-style-two .nav-outer{
  padding-left: 40px;
  display: flex;
  width: 100%;
  align-items: center;
}

.header-style-two .search-btn{
  background-color: transparent;
  border: 2px dashed #ffffff;
  line-height: 36px;
  color: #ffffff;
  margin-left: 20px;
  box-shadow: none;
  transition: all 300ms ease;
}

.header-style-two .search-btn:hover{
  background-color: #ffffff;
  color: #222222;
}

.header-style-two .cart-btn .count{
  background-color: #222222;
  color: #ffffff;
}

.header-style-two .mobile-header .cart-btn{
  color:#222222 ;
  font-size: 24px;
}

.header-style-two .mobile-header .search-btn{
  color: #222222;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header-style-two .sticky-header .logo-box{
  position: relative;
  left: 0;
  top: 0;
  min-height: auto;
}

.header-style-two .sticky-header .main-box{
  padding-left: 0;
}

.header-style-two .sticky-header .main-menu .navigation > li.dropdown > span:after, 
.header-style-two .sticky-header .main-menu .navigation > li > span,
.header-style-two .sticky-header .main-menu .navigation > li > a,
.header-style-two .sticky-header .main-menu .navigation > li.dropdown > span{
  color: #222222;
}

.header-style-two .sticky-header .main-menu .navigation > li.current > span:after,
.header-style-two .sticky-header .main-menu .navigation > li.current > span{
    color: #1370b5;
}

/*** 

====================================================================
  Header Style Three
====================================================================

***/

.header-style-three{
  position: relative;

}

/*== Header Top Three ==*/

.header-top-three{
  position: relative;
}

.header-top-three .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-three{
  position: relative;
  background-color: #ef5b3f;
}

.header-top-three .top-lefts{
  position: relative;
}

.header-top-three .top-lefts .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-top-three .top-lefts .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}

.header-top-three .top-lefts .contact-list li:last-child{
  margin-right: 0;
}

.header-top-three .top-lefts .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #ffffff;
}

.header-top-three .top-lefts .contact-list li a{
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-three .top-right{
  position: relative;
  float: right;
}

.header-style-three .main-box{
  margin-bottom: 0;
  padding-left: 0;
}

.header-style-three .main-box:before{
  display: none;
}

/*** 

====================================================================
  Header Style Four
====================================================================

***/

.header-style-four{
  position: relative;
}

.header-style-four .header-top .top-lefts .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-style-four .main-box{
  margin-bottom: -25px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgba(0,0,0,.10);
  border-radius: 50px 0 0 50px;
}

.header-style-four .main-box:before{
  display: none;
}

.header-style-four .sticky-header{
  box-shadow: none;
  background-color: transparent;
}

.header-style-four .sticky-header .main-box{
  border-radius: 0;
  box-shadow: 0 0px 30px rgba(0,0,0,.10);
}





