	
/* header */
.box-layout {
  padding: 0 200px;
}
.box-layout .header-top {
  padding: 16px 0;
}
.box-layout .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.header-left-text {
  float: left;
  margin-right: 63px;
  margin-top: 14px;
}
.header-left-text li {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0px;
  padding-right: 0px;
  position: relative;
}
.header-left-text li:last-child{padding-right:0;margin-right:0;}
.header-left-text li::before {
  background: #083281 none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
}
.header-left-text li:last-child::before{display:none;}
.header-left-text li i {
  background:#a9518b none repeat scroll 0 0;
  border-radius:50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 37px;
  line-height: 37px;
  margin-right: 8px;
  text-align: center;
  width: 37px;
}
.header-icon {
  margin-top: 24px;
}
.header-logo {
  padding-left: 72px;
  float:left;
}
.box-layout .header-logo {
  padding-left: 135px;
}
.header-logo {
    padding-left: 72px;
    float: left;
}

.header-icon a {
 color: #fff;
 font-size: 20px;
 margin-right: 20px;
 transition:.3s;
}
.header-icon a:hover{color:#f7ca18;}
.header-icon a:last-child{margin-right:0;}
.header-top {
  padding: 16px 100px;
}
.header-wrapper {
  float: left;
  margin-top: 16px;
}
.header-text{}
.header-text li {
  color: #444;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.header-text li:last-child{margin-right:0;padding-right:0;}
.header-text li::before {
  background: #ededed;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
}
.header-text li:last-child::before{display:none;}
.header-text li i {
  background: #f7ca18 none repeat scroll 0 0;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  height: 33px;
  line-height: 31px;
  margin-right: 8px;
  text-align: center;
  width: 37px;
}
.header-shop-wrapper {
  padding-top: 16px;
}
.header-menu-img {
  display: inline-block;
  float: right;
}
.header-menu-img > img {
  background: #f7ca18 none repeat scroll 0 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 9px;
}
.header-shop-cart {
  border-right: 1px solid #ededed;
  float: right;
  margin-right: 20px;
  padding-right: 33px;
  padding-top: 6px;
}
.header-cart-img {
  float: right;
  position: relative;
}
.header-cart-img img{}
.header-cart-img span {
  background: #f7ca18 none repeat scroll 0 0;
  border-radius: 100%;
  color: #010101;
  display: inline-block;
  font-family: poppins;
  font-size: 10px;
  font-weight: 600;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -14px;
  text-align: center;
  top: -7px;
  width: 17px;
}
.header-serch-container {
  border-right: 1px solid #ededed;
  float: right;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 6px;
  position: relative;
}
.header-serch-container i {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}
.header-icon-form {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.01);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}
.header-serch-container:hover .header-icon-form {
    opacity: 1;
    visibility: visible;
	top:100%;
}
.header-icon-form > form {
    position: relative;
}
.header-icon-form input {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  height: 52px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  width: 100%;
}
.header-search {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding-top: 16px;
  position: absolute;
  right: 12px;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.header-search i {
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.header-search:hover i{color:#f7ca18;}


/* slinky */
.shop-wrapper{}
.shop-cart {
  line-height: 49px;
}
.cart-img {
  float: right;
  position: relative;
}
.cart-img img{}
.cart-img span {
  background: #f7ca18 none repeat scroll 0 0;
  border-radius: 100%;
  color: #010101;
  display: inline-block;
  font-family: poppins;
  font-size: 10px;
  font-weight: 600;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -14px;
  text-align: center;
  top: 9px;
  width: 17px;
}
.serch-container {
  border-right: 1px solid #e3e3e3;
  float: right;
  line-height: 52px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.serch-container i {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}
.icon-form {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.01);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}
.serch-container:hover .icon-form {
    opacity: 1;
    visibility: visible;
	top:100%;
}
.icon-form > form {
    position: relative;
}
.icon-form input {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  height: 52px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  width: 100%;
}
.search {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  position: absolute;
  right: 12px;
  transition: all 0.3s ease 0s;
  z-index: 1;
    top: 0;
}
.search i {
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.search:hover i{color:#f7ca18;}
/* slider-area */
.slider-area{}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
  padding:7%;
}
.slider-text {
  overflow: hidden;
  padding-top: 7%;
}
.slider-text>span {
  color: #f7ca18;
  display: inline-block;
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.slider-text h1 {
  color: #303030;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
}
.slider-text h1>span{}
.inner-content {
  margin-bottom: 35px;
  width: 560px;
}
.inner-content p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  font-family: poppins;
}
.slider-text a{
  background: #96dc51 none repeat scroll 0 0;
  border-radius: 30px;
  color: #011a48;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px 50px;
  position: relative;
  
  transition:.3s;
  z-index: 2;
}
.slider-text a:hover{background:#011a48;color:#f7ca18;}
.slider-content{}
.slider-content > span {
  color: #f7ca18;
  display: inline-block;
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
.slider-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  line-height: 66px;
  margin-bottom: 37px;
}
.slider-content h1 span {
  background: #f7ca18 none repeat scroll 0 0;
  color: #011a48;
}
.inner-info {
  margin-bottom: 44px;
  width: 560px;
}
.inner-info p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  font-family: poppins;
}
.slider-content a{
  background: #f7ca18 none repeat scroll 0 0;
  border-radius: 30px;
  color: #011a48;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px 50px;
  position: relative;
  text-transform: uppercase;
  transition:.3s;
  z-index: 2;
}
.slider-content a:hover{background:#011a48;color:#f7ca18;}
.slider-active .owl-nav div {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  font-weight:400;
}
.slider-active .owl-nav div.owl-prev::before,.slider-active .owl-nav div.owl-next::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 60px;
  margin-top: 13px;
  position: absolute;
  width: 60px;
  transition:.3s;
}
.slider-active .owl-nav div.owl-next::after {
  right: 60px;
  left:auto;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.slider-active .owl-nav div:hover{color:#f7ca18;}
.slider-active:hover .owl-nav div {
  left: 50px;
  opacity: 1;
}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:50px}
.slider-active .owl-nav div:hover:before,.slider-active .owl-nav div:hover:after{width:100px}


.slider-text-animation {}
.slider-text-animation span, .slider-text-animation h1, .slider-text-animation .inner-info, .slider-text-animation a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-text-animation span, .active .slider-text-animation h1, .active .slider-text-animation .inner-info, .active .slider-text-animation a {
	animation-name: fadeInUp;
}


.appointment-wrapper {
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
 margin-top: 0px;
  padding: 0 20px;
  text-align: center;
  width: 405px;
  background:#54306ad1;
}
.appointment-wrapper h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 16px 0;
  text-transform: capitalize;
}
#appointment-form {
    padding: 18px 30px 60px;
}
#appointment-form input,textarea {
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  margin-bottom:15px;
  padding-left: 20px;
 /* text-transform: capitalize;*/
  width: 100%;
  color:#444;
}
#appointment-form input::-moz-placeholder {
    color: #444;
    font-size: 14px;
    opacity: 1;
}
#appointment-form input::-webkit-placeholder {
    color: #444;
    font-size: 14px;
    opacity: 1;
}
.appointment-button {
  background: #7cbb42    none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  color: #fff;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  overflow: hidden;
  padding: 13px 0px;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  transition:.3s;
  z-index: 1;
}
.appointment-button:hover {
  background: #192a51;
  color:#fff;
}

