/* 
-------------------------------------------------
	Theme Name: Almond House Corp
	Author: Vamsi Kalyan D
    Version: 1.0
------------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

body {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #092c3f;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}


p {
  font-family: "Poppins", sans-serif;
  color: #10285d;
  font-size: 14px;
  line-height: 1 rem;
  margin-bottom: 10px;
  font-weight: normal;
}

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

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.separator {
  border-top: 1px solid #f2f2f2;
}
.f-right {
  float: right;
}

a:hover {
  text-decoration:none;
}

.banner-area{
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	  background-color: #f8f8f8;
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
  }

  .menu-wrapper {
    padding: 0px;
    text-align: right;
    float: right;
  }

  .logo{
    padding: 10px 0px 0px 0px;
  }
 
  #scrollUp a i, #back-top a i {
    display: block;
    line-height: 50px;
    color: #fff;
}

#scrollUp, #back-top {
  background: #14435c;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area {
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area {
    padding: 5px 0px;
  }
}

@media (max-width: 575px) {

  .header-area {
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	  background-color: #f8f8f8;
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  	background-color: #f8f8f8;
    box-shadow: 1.9px 0.7px 2px 0 rgba(0,0,0,0.1);
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
  }
}

@media (max-width: 575px) {

  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background-color: #f8f8f8;
  position: relative;
    width: 100%;
    top: 0;
    height: 80px;
  }
}

.main-header {
  position: relative;
    height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .main-header .main-menu {
    margin-right: 30px;
  }
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  }

.main-header .main-menu ul li a {
  color: #0d2d3e;
  font-weight: 400;
  padding: 40px 10px;
  display: block;
  font-size: 15px;
  -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;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .main-header .main-menu ul li a {
    padding: 40px 10px;
  }
}

.main-header .main-menu ul li:hover > a {
  color: #14435c;
}

.main-header .main-menu ul li:last-child a {
  padding-right: 0;
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #0d2d3e;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -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;
}

.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 13px;
  color: #fdfdfd;
}

.main-header .main-menu ul ul.submenu > li > a:hover {
  background: none;
  padding-left: 13px !important;
}

.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  }

  .sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #f8f8f8;
  }



.header-area .header-sticky.sticky-bar {
  background: #f8f8f8;
}

.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
  padding: 40px 10px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area .header-sticky.sticky-bar {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area .header-sticky.sticky-bar {
    padding: 0px 0px;
  }
}

@media (max-width: 575px) {

  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}


.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
}


.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: -20px !important;
}


.mobile_menu .slicknav_menu .slicknav_btn {
  top: -28px;
}


.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #14435c !important;
}


.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 10px !important;
}


.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #14435c;
}


.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}


.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}


.story-area{
    background-color: #ffe4c5;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.story-area .left-content-area {
  padding-bottom: 190px;
}

.story-area .right-content-area {
  position: relative;
  float: right;
  padding-bottom: 190px;
}

.story-area .down-imgs-area {
  position: absolute;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.story-area:after {
  content: "";
  background-image: url(../imgs/story-bottom.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  background-position: 38%;
  background-size: cover
}

@media only screen and (max-width: 576px) { 
.story-content .right-content-area img{
width:100% !important;
padding-top: 15px;
}
.story-content .left-content-area img{
  width:100% !important;
  padding-top: 15px;
  }
}

.title-with-text h2 {
  font-family: 'Dancing Script',cursive;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color:#F44336;
  margin-bottom: -6px;
  margin-top: 0;
}

.kitchen-area {
  background-image: url(../imgs/kitchen_background.jpg) !important;
  background-size: cover;
  padding-bottom: 132px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 0px
}

.kitchen-row{
  display:flex;
  margin:5px;
}

@media only screen and (max-width: 576px) { 
  .kitchen-row{
    display: grid;
    margin:5px;
  }
  .video-box-area iframe {
    width: 100%;
  }
  .brand-area .brand-inner .left-content-area .title-with-text{
    margin-top: -80px;
    }

  .brand-area .brand-inner .right-content-area .logo-paragraph-explore-area { 
  display:none !important;
}


 }

@media (min-width: 576px) { 
  .kitchen-row{
    display: grid; 
    margin:5px;
  }
  .video-box-area iframe {
    width: 100%;
  }
  .brand-area .brand-inner .left-content-area .title-with-text{
    margin-top: -80px;
    }

  .brand-area .brand-inner .right-content-area .logo-paragraph-explore-area { 
  display:none !important;
}

 }

 
@media (min-width: 768px) { 
  .kitchen-row{
    display: grid;
    margin:5px;
  }
  
  .brand-area .brand-inner .right-content-area .logo-paragraph-explore-area { 
	display: inline-block !important;
    margin-top: 0px;
    margin-left: 0px;
    width: 66%;
    position: absolute;
    left: 200px;
}
}

@media (min-width: 992px) { 
  .kitchen-row{
    display: flex;
  }
 .video-box-area iframe {
    width: 660px;
  }
  .brand-area .video-box-area iframe {
    width: 660px;
  }
  .brand-area .brand-inner .left-content-area .title-with-text{
    margin-top: 0px;
    }

  .brand-area .brand-inner .right-content-area .logo-paragraph-explore-area { 
  display:inline-block !important;
}
}


.kitchen-img{
  margin:5px;
}
.video-box-area {
  height: 100%;
}

.brand-area .brand-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.brand-area .brand-inner .right-content-area {
  position: relative;
  float: right;
}

.brand-area .brand-inner .right-content-area .logo-paragraph-explore-area {
  display: inline-block;
  margin-top: -50px;
  margin-left: 50px;
  width: 66%;
  position: absolute;
  left: 600px;
}

.brand-area .brand-inner .right-content-area .logo-paragraph-explore-area p {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 15px 0
}

.brand-area .brand-inner .right-content-area .logo-paragraph-explore-area a.explore-btn {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: 1px solid;
  border-radius: 0;
  padding: 5px 20px
}

.brand-area .brand-inner-amond-house {
  background-image: url(../imgs/brands_background_1.jpg) !important;
  min-height: -moz-calc(33vw);
  min-height: -webkit-calc(33vw);
  min-height: calc(33vw)
}

.brand-area .brand-inner-amond-house .right-content-area {
  top: 6vw
}

.brand-area .brand-inner-bisticks {
  background-image: url(../imgs/brands_background_2.jpg) !important;
  min-height: -moz-calc(33vw);
  min-height: -webkit-calc(33vw);
  min-height: calc(33vw)
}

.brand-area .brand-inner-bisticks .right-content-area {
  top: 12vw
}

.brand-area .brand-inner-khara {
  background-image: url(../imgs/brands_background_3.jpg) !important;
  min-height: -moz-calc(29vw);
  min-height: -webkit-calc(29vw);
  min-height: calc(29vw)
}

.brand-area .brand-inner-khara .right-content-area {
  top: 10vw
}

.brand-area .brand-inner-other-brands.brand-inner {
  background-color: #4e2920
}

.brand-area .brand-inner-other-brands.brand-inner .container {
  background-color: #fff;
  text-align: center
}

.brand-area .brand-inner-other-brands.brand-inner .container .row {
  max-width: 564px;
  margin: 0 auto;
  margin-bottom: 36px
}

.brand-area .brand-inner-other-brands.brand-inner .container strong.subtitle-text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4;
  letter-spacing: .9px;
  color: #000;
  margin: 40px 0;
  text-transform: uppercase
}

.purity-strip-area {
  background-color: #fcd622;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 0;
  z-index: 9;
  position: relative
}

.purity-strip-area span {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #000
}

.clients-slider-area {
  background-color: #f5f5f5;
  margin-top: 0px;
  padding: 57px 0 65px 0;
  margin-bottom: 0px;
}

.clients-logo{
  padding: 30px 0 30px 0;
}

.title-with-text a {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: .3px;
  text-align: left;
  color: #b71f41;
  text-transform: uppercase;
}

.slider-btn {
  border: solid 1px #bb254a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b21e40;
  padding: 6px 30px;
  float: right;
  margin-right: 10px;
}


/* slider clients*/
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.corp-form {
  min-width: 700px;
  margin: auto;
}
.contact-form {
  min-width: 700px;
  margin: auto;
}
@media only screen and (max-width: 576px) { 
.corp-form {
  min-width: 90%;
  margin: 0px 15px;
}
.contact-form {
  min-width: 90%;
  margin: 0px 15px;
}
}
.corp-button {
  background-color: #b71f41;
  border: solid 1px #fff !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #fff;
  padding: 9px 35px;
  text-transform: uppercase;
  border-radius: 0;
}


section.brands-page-area .col-sm-6 .info-button-area {
  position: absolute;
  bottom: 0;
  padding: 0 50px;
  left: 15px;
  right: 15px;
}

.info-button-area p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: .3px;
  text-align: left;
  color: #fff;
}

.info-button-area a {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.9px;
  text-align: center;
  color: #937249;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 7px;
}

section.brands-page-area .col-sm-6{
  margin-bottom: 30px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.store-address-main-area {
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 1;
  padding: 20px;
  border-top: 0;
}

.address-area a{

  color: #b81e42;
  display: block;
}

/* footer area */
.footer-area {
  background: #b81e42;
  color: #fff;
  padding-top: 60px;
}

.footer-area .footer-top {
  border-bottom: 1px solid #fff;
}

.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

.footer-area .footer-top .single-footer-caption .footer-number h4 {
  color: #ff0000;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-top .single-footer-caption .footer-number h4 span {
  color: #fff;
}

.footer-area .footer-top .single-footer-caption .footer-number p {
  color: #bdbdbd;
}

.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-area .footer-top .single-footer-caption .info.error {
  color: #ff0000;
}

.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}

.footer-area .footer-bottom {
  padding-bottom: 10px;
  padding-top: 30px;
}

.footer-area .footer-bottom .footer-copy-right p {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.footer-area .footer-bottom .footer-copy-right p i {
  color: #ff0000;
}

.footer-area .footer-bottom .footer-copy-right p a {
  color: #ff0000;
}

.footer-area .footer-social span {
  color: #fff;
  position: relative;
  margin-right: 57px;
}

.footer-area .footer-social span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 2px;
  background: #3b3647;
  top: 50%;
  transform: translateY(-50%);
  right: -56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media (max-width: 575px) {

  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

.footer-area .footer-social a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-left: 16px;
}

.footer-area .footer-social a:first-child {
  margin-left: 0px;
}

.footer-area .footer-social a:hover {
  color: #fff;
}