@font-face {
   font-family: 'Goodlife';
    src: url('font/Goodlife-SansCondensed.eot');
    src: url('font/Goodlife-SansCondensed.eot?#iefix') format('embedded-opentype'),
        url('font/Goodlife-SansCondensed.woff2') format('woff2'),
        url('font/Goodlife-SansCondensed.woff') format('woff'),
        url('font/Goodlife-SansCondensed.ttf') format('truetype'),
        url('font/Goodlife-SansCondensed.svg#Goodlife-SansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
        font-family: 'Avenir Next LT Pro';
    src: url('font/hinted-AvenirNextLTPro-Regular.eot');
    src: url('font/hinted-AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/hinted-AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('font/hinted-AvenirNextLTPro-Regular.woff') format('woff'),
        url('font/hinted-AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('font/hinted-AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-Bold.eot');
    src: url('font/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('font/AvenirNextLTPro-Bold.woff') format('woff'),
        url('font/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('font/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('font/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-BoldCn.woff2') format('woff2'),
        url('font/AvenirNextLTPro-BoldCn.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-DemiCn.woff2') format('woff2'),
        url('font/AvenirNextLTPro-DemiCn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-It.woff2') format('woff2'),
        url('AvenirNextLTPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('font/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


body{
  font-size: 17px;
  line-height: 27px;
  color: #5a5a5a;
  font-weight: 400;
  font-family: 'Avenir Next LT Pro';
  -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
  height: auto;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}
a{
      color: #00a5d0;
}
a:hover{
      color: #00a5d0;
      text-decoration: none;
}
a:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6{
 font-family: 'Goodlife';
  padding: 0;
  margin: 0 0 20px 0;
}
h1{
      font-size: 43px;
    line-height: 47px;
}
h2{
      font-size: 32px;
    line-height: 36px;
}
h3{
      font-size: 26px;
    line-height: 30px;
}
h4{
      font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
h5{
      font-size: 16px;
    line-height: 20px;
     margin-bottom: 10px;
}
h6{
      font-size: 12px;
    line-height: 16px;
     margin-bottom: 10px;
}

p:last-child{
  margin-bottom: 0;

}
ol{
  padding-left: 20px;

}
ol li{
      margin-bottom: 5px;

}

ul{
  padding: 0;

}
ul li{
  padding: 0;
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 5px;

}

/*ul li:before{
      content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #49d4ad;
    position: absolute;
    top: 9px;
    left: 0;
}*/
a{transition: 0.3s all ease-in-out 0s;-webkit-transition: 0.3s all ease-in-out 0s;-moz-transition: 0.3s all ease-in-out 0s;}
.dropdown-toggle:focus{
  outline: none;
}
mark{
  color: #4dbdf4;
  font-weight: 700;
  background: transparent;
  padding: 0;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea, .form-control{
  padding: 16px 17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border:1px solid #adadad;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  line-height: 22px;
  color: #5a5a5a;
  width: 100%;
  height: 50px;
}

select{
  background: url(images/down-arrow.svg) right 10px center no-repeat;
  background-size: 20px;
}
select[multiple]{
  background: transparent;
      min-height: 85px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5a5a5a;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5a5a5a;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5a5a5a;
  opacity: 1;
}
button, input[type="button"], input[type="submit"]{
  text-align: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #82bc10;
    border: 2px solid #82bc10;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; 
}
button:hover, 
input[type="button"]:hover, 

input[type="submit"]:hover {
   background: #fff;
    color: #82bc10;
    outline: none;
    text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/*checkbox open*/

.check-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-pro:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-pro input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-pro input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-pro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
/*checkbox end*/

/*radio open*/
.radio-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-pro .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-pro:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-pro input:checked ~ .checkmark {
    background-color: #2196F3;
}



/* Show the indicator (dot/circle) when checked */
.radio-pro input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-pro .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*radio end*/
.navbar-nav li:before{
  display: none;
}

/*file upload open*/
.customfile_input{
  height:31px;
  position:relative;
  z-index:2;
  width:100%;
  margin:0;}
.customfile_label{
  position:absolute;
  top:0;
  right:0;
  left:0;z-index:1;
  height:100%;
  padding-left:215px;
  line-height:25px;}
.customfile_label::after{position:absolute;
  top:0;
  left:0;
  bottom:0;
  z-index:3;
  width:197px;
  background:none;
  border:2px solid #e9c04a;
  display:block;content:'Choose File';
  height:100%;
  text-align:center;
  line-height:27px;
  cursor:pointer;
  font-family:'CenturyGothic';
  font-size:16px;color:#e9c04a;text-transform:uppercase;}
.customfile_inputin:hover + .customfile_label::after{background:#e9c04a;color:#2a597f;}
.customfile_inputin{position:relative;z-index:2;width:auto;margin:0;opacity:0;height:100%;cursor:pointer;}
.imageupload_inp{padding-top:10px;width:100%;}
/*file upload end*/

/*images-check box open*/
.support_forminptradio{position:relative;}

.support_forminptradio label{
  margin:0;position:relative; display: inline-block;;
}
.support_forminptradio_label{
  padding-left:34px;
}
.support_forminptradio input[type="checkbox"]{
  visibility:hidden; display: none;
}
.support_forminptradio input[type="checkbox"] + .support_forminptradio_label::before

{
  content:'';position:absolute;left:0;top:3px;width:15px;height:15px;background:url(images/chk2.png) no-repeat center center;cursor:pointer;
}
.support_forminptradio input[type="checkbox"]:checked + .support_forminptradio_label::before{
  background-image:url(images/chk1.png);
}
/*images-check box end*/

/*back to top open*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background: url(images/up-arrow.png) center no-repeat #588752;
    background-size: 25px;
    width: 52px;
    height: 52px;
    display: block;
    text-decoration: none;
z-index: 999;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background:url(images/up-arrow.png) center no-repeat #000;
    background-size: 25px;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*back to top end*/


/*wordpress menu open*/
.clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background:  url(images/sort-down.svg)center center no-repeat ; 
  cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}
.navbar-nav > li{position: relative;}
.navbar-nav > li .sub-menu{
  position: absolute;
  left: 0; top: 100%;
  display: none;
  z-index: 999;
  width: 180px;
  background: #fff;
  border: 1px solid #ccc;
}

.navbar-nav > li .sub-menu > li > a{font-size: 16px; display: block; width: 100%; padding: 5px 24px; text-decoration: none;
color: #303030;}
.navbar-nav > li .sub-menu > li > a:hover{ background: #99d016; color: #fff; }
.navbar-nav > li .sub-menu > li{padding: 0; margin: 0 !important;}
.navbar-nav > li:last-child .sub-menu{left: inherit; right: 0;}

/*-------home------*/
.common_gap
{
  padding: 70px 0;
}
.header .navbar ul li a
{
  color: #45a4a0;
}
.header .navbar ul li a:hover
{
  color: #23201e;
}
.header .navbar ul li 
{
  font-size: 37px;
  line-height: 41px;
  padding-left: 0;
  padding-right: 48px;
   font-family: 'Goodlife';
}
.header .navbar ul li:nth-child(2)
{
  margin-right: 355px;
}
.header ul li.current-menu-item a 
{
  color: #23201e;
}
.header .navbar
{
  padding: 89px 0; 
}
.header .logo 
{
  position: absolute;
      left: 50%;
      top: 23px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
}
.slider_sec .slick-dots li
{
  display: inline-block;
}
.slider_sec button.slick-prev
{
  font-size: 0;
  background: url(images/right-arrow.svg)no-repeat;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  height: 38px;
  width: 40px;
  padding: 0;
  border:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
.slider_sec button.slick-next
{
  font-size: 0;
  background: url(images/right-arrow.svg)no-repeat;
  background-size: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  height: 38px;
  width: 40px;
  padding: 0;
  border:0;
  -webkit-transform: translateY(-50%)  rotate(180deg);-ms-transform: translateY(-50%)  rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.slider_cont:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.08);
}
.slider_cont figure
{
  margin-bottom: 0;
}
.slider_cont figure img
{
  width: 100%;
}
.inner_cont
{
  position: relative;


}
.slider_inner
{
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 70%;
}
.banner_header  
{
 font-size: 68px;
 line-height: 72px;
 color: #fff;
 font-weight: 600;
 text-transform: uppercase;
}
.slider_sec.inner-slide.slick-initialized.slick-slider:before
{
  position: absolute;
  content: "";
  background: url(images/design-top.png) repeat-x;
  height: 10px;
  width: 100%;
  z-index: 10;
  top: -1px;
}
.slider_sec.inner-slide.slick-initialized.slick-slider:after
{
  position: absolute;
  content: "";
  background: url(images/design-bottom.png) repeat-x;
  height: 10px;
  width: 100%;
  z-index: 10;
  bottom: -3px;
}
.slider_inner p{
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.slider_inner .banner_btn
{
 font-family: 'Avenir Next LT Pro';
 font-size: 22px;
 line-height: 26px;
 font-weight: 700;
 background: #fff;
 color: #23201e;
 padding: 16px 25px;
 text-align: center;
 border: 0;
 display: inline-block;
}
.slider_inner .banner_btn:hover
{
  background: #45a4a0;
  color: #fff;
}
.inner_cont .slick-slider
{
  line-height: 0;
}
.slider_sec button:focus
{
  outline: none;
}

 .headline
{
 font-size: 58px;
 line-height: 62px;
 color: #45a4a0;
}
.inner_story p{
font-size: 26px;
line-height: 30px;
}
.our_story .inner_story 
{
  max-width: 581px;
}
 .all_btn 
{
padding: 14px 51px 19px 51px;
background: #45a4a0;
color: #fff;
font-family: 'Goodlife';
font-size: 35px;
line-height: 40px;
text-align: center;
display: inline-block;
border-radius:50px;
position: relative;
}
 .all_btn:hover
 {
  background: #42322c;
  color: #fff;
 }
 .all_btn:before
 {
  position: absolute;
  content: "";
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 5px;
  left: 5px;
  right: 0;
  border: 2px solid #fff;
  border-radius:50px;
 }
.our_story {
  position: relative;
}
.our_story:before
{
  position: absolute;
  content: "";
  background: url(images/veg.png) no-repeat;
  height: 509px;
  width: 509px;
  background-size: 509px;
  right: 0;
  bottom: -130px;
  z-index: -1;
}

.our_menu 
{
  background: url(images/menus.jpg) no-repeat;
  background-size: cover;
}
.inner_menu 
{ 
  max-width: 556px;
  margin-left: auto;
}
.inner_menu .headline
{
  color: #42322c;
}
.follow_sec .headline
{
  text-align: center;
  margin-bottom: 44px;
}
.inner_menu p{
  font-size: 21px;
  line-height: 25px;
  color: #42322c;
}

.follow_sec .inner_follow  span
{
  display:block;
  font-size:25px;
  line-height: 30px;
}

.inner_follow ul
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    margin: 0;
}
.inner_follow ul li 
{
 padding-left: 0;
 margin: 0;
     -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media(min-width:1025px){ 
.navbar-nav > li:hover > .sub-menu{ display: block; }
}


.footer 
{
  position: relative;
}
.footer  .footer_cont
{
  padding: 50px 0;
  background: #45a4a0;
}
.footer:before
{
    position: absolute;
    content: "";
    background: url(images/design-top.png) repeat-x;
    height: 10px;
    width: 100%;
}
.inner_footer .form-group input::placeholder
{
  color: #fff;
  opacity: 1;
}
.inner_footer .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.inner_footer .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.inner_footer .form-group input::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.inner_footer .form-group input::-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}


.footer .headline
{
  font-size: 37px;
  line-height: 41px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 43px;
}

/*.inner_footer .form-group
{
  margin: 0;
}*/
.footer .inner_footer
{
    padding-right: 134px;
}
.inner_footer
{
position: relative;
}
.inner_footer .submit_btn
{
  position: absolute;
  /* right: -35px; */right: -35px;
  top: 0;
}
.inner_footer input[type="text"], .inner_footer input[type="email"]
{
  color: #ffffff;
  background: transparent;
  border: 1px solid #fff;
}
.submit_btn input[type="submit"]:hover
{    background: #42322c;
    color: #fff;
}
.submit_btn input[type="submit"]
{
     padding: 15px 25px 12px 25px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      color: #45a4a0;
      background: #fff;
      border:0;
}

.bottom_footer 
{
  background: #22716e;
  padding: 16px 0;
}
.bottom_footer .socail  a
{
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 53px;
  color: #22716e;
  margin-right: 13px;
  font-size: 28px;
}
.bottom_footer .socail  a:last-child
{
  padding-right: 0;
  padding-left: 0;
}
.bottom_footer .socail a.fb:hover
{
background: #3b5998;
color: #fff;
}
.bottom_footer .socail  a.instagram:hover
{
  background: #fb3958;
  color: #fff;
}
.bottom_footer .contact_area  > ul 
{
  margin-bottom: 0;
}
.bottom_footer .contact_area > ul > li
{
   color: #fff;
   display: inline-block;
   margin-bottom: 0;
  padding-left: 32px;
  padding-right: 26px;
  position: relative;
  padding-left: 30px;
  font-size: 21px;
  line-height: 25px;
}
.bottom_footer .contact_area > ul > li:before
{
  position: absolute;
  content: "";
  background: url(images/location.svg) no-repeat;
height: 26px;
width: 25px;
background-size: 26px;
  left: 0;
top: -4px;
}
.bottom_footer .contact_area > ul > li:last-child:before
{
  background: url(images/phone.svg) no-repeat;
height: 36px;
width: 30px;
background-size: 33px;
}
.bottom_footer .contact_area  > ul > li > a
{
  color: #fff;
  width: inherit;
  margin-right: 0;
}
.bottom_footer .contact_area  > ul > li > a:hover
{
  color: #23201e;
}
.bottom_footer .contact_area > ul > li:last-child
{
  padding-right: 0;
  padding-left: 37px;
}

.bottom_footer 
{
  display: flex;
  display: -webkit-box;  display: -ms-flexbox;  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*-------our_story------*/
.inner_page_cont
{
  position: relative;
}
.inner_page_cont:before
{
    position: absolute;
    content: "";
    background: url(images/design-top.png) repeat-x;
    height: 10px;
    width: 100%;
    z-index: 10;
    top: -1px;
}
.inner_page_cont:after
{
      position: absolute;
    content: "";
    background: url(images/design-bottom.png) repeat-x;
    height: 10px;
    width: 100%;
    z-index: 10;
    bottom: -3px
}
.inner_page_cont figure
{
  margin-bottom:0;
}
.inner_page_cont figure:before
{
 position: absolute;
 content: "";s
background: rgba(0, 0, 0, 0.58);
 width: 100%;
 height:100%;
 top: 0;
 left: 0;
 right: 0; 
}
.inner_page_cont figure img
{
  width: 100%;
}
.inner_page_cont  .banner_header
{
  margin-bottom: 0;
}
/*-------Menu------*/
.tea_sec .headline 
{
  text-align: center;
  margin-bottom: 46px;
}
.tea_inner 
{
  text-align: center;
  margin-bottom: 50px;
}
.tea_inner:last-child
{
  margin-bottom: 0;
}
.inner_head 
{
  font-size: 30px;
  line-height: 34px;
  color: #45a4a0;
}

.contact_inner .map iframe
{
 width: 100%;
 height: 202px;
 margin-bottom: 34px;
 border: 0;
}
.contact_inner .listint li
{
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 24px;
  padding-left: 0;
}
.contact_inner .listint li:last-child
{
  margin-bottom: 0;
}
.contact_inner .listint span
{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; 
}
.contact_inner .listint li a
{
  color: #5a5a5a;
}
.input_form textarea
{
  height: 150px;
  resize: none;
}
.sub_btn
{
    padding: 12px 66px 17px 66px;
    background: #45a4a0;
    color: #fff;
    font-family: 'Goodlife';
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    border: 0;
}
.sub_btn:hover
{

background: #42322c;
color: #fff;
}
.sub_btn:before
{
  position: absolute;
content: "";
height: calc(100% - 10px);
width: calc(100% - 10px);
top: 5px;
left: 5px;
right: 0;
border: 2px solid #fff;
border-radius: 50px;
}




@media(max-width:1024px)
{
/*.navbar-nav .clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background: url(images/sort-down.svg)center center no-repeat red; 
  cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}*/
 ul.navbar-nav li .clickD.toggled + .sub-menu{display:block;}
 .header .navbar ul li:nth-child(2) {
    margin-right: 282px;
}
.slider_inner br
{
  display: none;
}
.logo a img
{
      width: 120px;
}
.header .navbar {
    padding: 50px 0;
}
.banner_header
{
      font-size: 58px;
    line-height: 62px;
}
.slider_inner p
{
      font-size: 22px;
    line-height: 26px;
}
.our_story:before
{
      background-size: 349px;
    right: -160px;
    bottom: -220px;
}
}
/*wordpress menu end*/
@media(max-width:1200px)
{
  .our_story:before
  {
  background-size: 375px;
  right: -70px;
  bottom: -190px;
  }
  .header .navbar ul li
  {
        padding-right: 27px;
  }
  .our_menu
  {
    position: relative;
    z-index: 1;
  }
  .our_menu:before
  {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background:rgba(0, 0, 0, 0.76);
  }
  .inner_menu .headline
  {
    color: #fff;
  }
   .inner_menu p
  {
   color: #fff;
  }
  .inner_menu
  {
    margin-left: 0;
  }
  .our_story
  {
    overflow: hidden;
  }
  .our_story::before
  {
    right: -139px;
  }
}
@media(max-width:1199px)
{

}
@media(max-width:991px)
{
.slider_inner
{
  width: 84%;
}
.banner_header {

    font-size: 51px;
    line-height: 1;
    margin-bottom: 0;

}
.header 
{
  padding-bottom: 15px;
}
.header .navbar-toggler
{
  position: relative;
}
.header .navbar-collapse
{
  position: absolute;
  width: 100%;
  background: #fff;
  top: 132px;
    z-index: 16;
}
.header .navbar-nav 
{ 
 padding: 20px;
}
.header button img
{
  width: 50px;
}
.our_story::before
{
  background-size: 245px;
  bottom: -300px;
  right: -289px;  
}
.inner_footer .submit_btn
{
  position: relative;
  right: 0;
}
.footer .inner_footer
{
  padding-right: inherit;
}
.footer .headline
{
  font-size: 29px;
  line-height: 1;
}
.bottom_footer .contact_area > ul > li
{
  font-size: 17px;
    line-height: 22px;
}
.tea_inner .row
{
  justify-content: center;
}
.tea_inner:last-child
{
  margin-bottom: -40px;
}
.tea_inner .tea_inner_cont 
{
  margin-bottom: 40px;
}
.contact_inner .contact_inner_cont
{
  margin-bottom: 40px;
}
.contact_inner
{
  margin-bottom: -40px;
}
.tea_sec figure
{
  text-align: center;
}
.tea_sec .tea_inner:last-child
{
  margin-bottom: -40px;
}
.tea_inner .tea_inner_cont
{
  margin-bottom: 40px;
}
}
@media(max-width:767px)

{
  .bottom_footer .contact_area > ul > li:last-child:before{left: -3px;}
  .slider_inner_text {
    padding: 20px 0;
  }
.slider_inner
{
  position: relative;
  background: #000;
  transform: inherit;
  text-align: inherit;
  left: inherit;
  width: 100%;
  text-align: center;
}
.banner_header br
{
  display: none;
}
.banner_header
{
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}
.common_gap
{
  padding: 50px 0;
}
.header .navbar-collapse
{
  z-index: 13;
}
.header .navbar ul li
{
  font-size: 28px;

line-height: 31px;
}
.our_story::before
{
  display: none;
}
.headline
{
font-size: 48px;
line-height: 1;
}
.inner_story p {

    font-size: 21px;
    line-height: 26px;
}
.all_btn
{
  padding: 5px 37px 11px 37px;
}
.inner_follow ul li
{
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
margin-bottom: 2px;
}
.inner_follow img
{
  width: 100%;
}
.inner_follow ul li:last-child
{
  margin-bottom: 0;
}
.follow_sec .headline
{
margin-bottom: 20px; 
}
.bottom_footer .contact_area > ul > li
{
margin-bottom: 17px;
font-size: 16px;
 line-height: 21px;
}
.bottom_footer .contact_area > ul > li:last-child, .bottom_footer .socail a:last-child
{
  margin-bottom: 0;
}
.bottom_footer .socail a
{
  margin-bottom: 10px;
}
.inner_page_cont .slider_inner 
{
  position: absolute;
  background: none;
  transform: translateY(-50%);
  height: inherit;
}
.sub_btn
{
  padding: 7px 56px 13px 56px;
}
.bottom_footer .socail a
{
  margin-right: 0;
}
}
@media(max-width:479px)
{

  .footer .headline
  {
    font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  }
  .submit_btn .form-group
  {
    margin-bottom: 0;
  }
  .slider_inner .banner_btn
  {
    font-size: 17px;
  line-height: 22px;
  }

}
