@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Condensed:ital,wght@0,400;0,700;1,300&family=Roboto+Slab:wght@400;500&family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.navbar .nav-toggle:hover span:nth-child(2){
    width: 70%;
}
.navbar .nav-toggle:hover span,
.navbar .nav-toggle.open:hover span {
}
.navbar {float: left;width: 100%;margin-top: 40px;padding-right: 0;padding-top: 2px;}

.navbar .nav-toggle {
    width: 50px;
    height: 44px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    padding: 12px;
    float: right;
    z-index: 9;
    right: 0;
    top: 10px;
    padding-right: 0;
}

.navbar .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #000;
    /* -webkit-transition: .5s ease-in-out; */
    transition: .5s ease-in-out;
    float: left;
    position: absolute;
    right: 0;
}

.navbar .nav-toggle span:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar .nav-toggle span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 60%;
}

.navbar .nav-toggle span:nth-child(3) {
    top: 30px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 30%;
}

.navbar .nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 15px;
    width: 52%;
}

.navbar .nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.navbar .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 15px;
    width: 50%;
}

.navbar .nav-toggle.open span,
.innerheader .headerstrip .header-right .navbar a.nav-toggle.open span,
.headerstrip.fixed a.nav-toggle.open span {
    background: #7d7d7d;
}

.navbar .nav-layer {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.navbar .nav-layer.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.navbar .menu {
    width: 100%;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.navbar .menu ul {
    list-style: none;
    float: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.navbar .menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    pointer-events: all;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    background-image: linear-gradient(to right,#fff,#f7f7f7 50%,#231f20 50%);
    transform: translateY(0);
    transition: transform 600ms 600ms,background-position 600ms;
    position: relative;
}
.navbar .menu ul li a:hover {
    background-position: 0%;
}
.navbar .menu ul li a:before {
    content:'';
    width:0%;
    background:#fff;
    height:1px;
    position:absolute;
    bottom:-5px;
    transition:ease all 0.5s;
}
.navbar .menu ul li a:hover:before {
    width:100%;
}
.navbar .menu.open {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.navbar .nav-toggle span {
}

.navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thanks {
    background: #f2f2f2;
    padding: 100px;
    float: left;
    width: 100%;
    margin-top: 10vh;
}

.thankyou {
    width: 40%;
    float: left;
    margin: 0 30%;
    text-align: center;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: solid 1px #aaa;
}

.thankyou h3 {
    font-size: 34px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}
.container {
    max-width: 90.07%;
}
.logo img {
    width: 60.8%;
}
.header {
    padding: 25px 0;
    width: 100%;
    float: left;
    padding-bottom: 0;
}

ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.top-nav ul {display: flex;align-items: center;justify-content: flex-end;}

.top-nav ul li a {
    color: #431d12;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: solid 2px #431d12;
    display: inline-block;
    border-radius: 100%;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: ease all 0.5s;
}

.top-nav ul li {
    margin: 0 7px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    color: #3a3939;
    font-size: 17px;
}
.top-nav ul li:last-child a, .top-nav ul li:nth-child(4) a {
    border: none;
    margin: 0;
    border-radius: 0;
    position: relative;
}

.top-nav ul li:nth-child(4) a:after {content: '';width: 2px;height: 75%;background: #486068;float: left;position: absolute;right: 0;top: 50%;transform: translateY(-50%); display:none;}

.top-nav ul li:nth-child(4) a {
    padding-right: 12px;
    float: left;
    width: auto;
}

.top-nav ul li:last-child {
    margin: 0;
}

.top-nav ul li:nth-child(4) {margin-right: 10px;}
.top-nav ul li:last-child a img {
    position: relative;
    top: 3px;
    width: 30px;
}
.navbar .menu ul li {
    margin: 0 25px;
}

.navbar .menu ul li:last-child {
    margin-right: 0;
}
.top-nav ul li img {
    display: inline-block;
    transition: transform 0.9s;
    width: 25px;
    filter: grayscale(1);
    transform: scale(0.9);
}

.top-nav ul li:nth-child(3) {
    margin-left: 20px;
}
.headerstrip:before {content: '';position: absolute;width: 94%;height: 1px;background: #778e96;top: 42%;right: 0;z-index: -1;left: 0;}
.logo {
    position: relative;
    background: #89bccd;
    top: 10px;
    width: auto;
    display: inline;
    padding: 0 50px 0 35px;
}
.header:before {
    background-image: url(../images/header.png);
    content: '';
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: contain;
    height: 290px;
    overflow: visible;
    z-index: 9;
    background-repeat: no-repeat;
}

.headerstrip {
    position: relative;
    z-index: 9;
}
.swiper-slide img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.swiper-wrapper, .swiper-slide img {
    height: 88vh;
}

.top-nav ul li a i {
    position: relative;
    left: 2px;
}
.top-nav ul li a i.fa.fa-instagram {
    top: -1px;
}
.banner-logo {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
}
.bounce-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index:8;
    transform: translate(-50%,-50%);
}
.web-container{
    width:65.4%;
    margin:0px auto;
}
section {
    padding: 60px 0;
}
.p-0{
    padding:0px;
}

.heading:before {content: '';background-image: url(../images/heading-icon.png);background-size: contain;background-repeat: no-repeat;height: 170px;width: 170px;display: inline-block;}

.heading {
    text-align: center;
    margin-bottom: 50px;
}
.heading h4, .heading h2 {
    margin: 0;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: rotate(-7deg)  translate(-50%,-50%);
    font-size: 34px;
    line-height: 42px;
    font-family: 'Lobster', cursive;
    letter-spacing: 3px;
    color: #441e13;
    white-space: nowrap;
}
.subheading {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Roboto Slab', serif;
    color: #441e13;
    letter-spacing: 3px;
    text-transform: uppercase;
}
p {
    margin: 0;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 34px;
    color: #000;
    margin: 0;
    padding: 0;
}

.aboutus {
    text-align: center;
}

.aboutus p {
    padding: 0 95px;
}

#aboutus {
    background: #f4f0e4;
}
.more-btn {
    width: 100%;
    float: left;
	margin-top: 40px;
}
.btnn {
	padding: 5px 20px;
	border: solid 1px #431d12;
	display: inline-block;
	-webkit-transition: .6s;
	transition: .6s;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.5s;
	-webkit-transform-origin: 50% 50%;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px -50px 0 0 #431d12 inset, 0px 50px 0 #431d12 inset;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	background: transparent;
}
.btnn:hover {
    -webkit-box-shadow: 0px 0px 0 0px #431d12 inset, 0px 0px 0 0px #431d12 inset;
    color: #431d12;
    text-decoration: none;
}
.ourghee {
    text-align: center;
}

.ourghee p {
    padding: 20px 50px 0;
}
#header, .banner, .heading{
    position: relative;
}
.swiper-container2{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #431d12;
    width: 14px;
    height: 14px;
}
.ourcustomers {
    background-image: url('../images/our-customers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.customerdetils ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    float: left;
    justify-content: center;
    margin: 15px 7%;
    margin-bottom: 0;
}

.customerdetils ul li {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0 0.5% 50px 0.5%;
}

.customerdetils ul li span {
    margin-top: 15px;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0;
    color: #1d3f64;
    text-transform: uppercase;
}
.blogrow {
    display: flex;
    justify-content: space-between;
}

.blogbox {
    width: 47%;
    float: left;
}

.blogimg {
    width: 100%;
    float: left;
}

.blogimg img {
    width: 100%;
}
.blogdetails h5 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    letter-spacing: 1px;
    width: 84%;
    padding: 15px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}
.input {
    width: 100%;
    padding: 10px;
    border: solid 1px #626262;
    outline: none;
    background: transparent;
    height: 65px;
    font-weight: 300;
    transition: 1s;
}

.line{
    position:relative;
    border:solid 1px #89bccd;
}

.line::before {content: '';position: absolute;border: solid 1px #94c2d2;left: 0;right: 0;bottom: 0;top: 0;}

.input:focus + .line-box .line {
    width: 100%;
}

.label-txt {
    position: absolute;
    bottom: 5px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #414042;
    transition: ease .6s;
    margin: 0;
    width: 100%;
    float: left;
    left: 12px;
    pointer-events: none;
    text-transform: uppercase;
}

.label-active {
    bottom: 33px;
    color: #89bccd;
    font-size: 13px;
    font-weight: 600;
}
.footer {
    background: #f4f0e4;
    padding: 60px 0;
}

.socialmedia ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.socialmedia ul li {
    margin: 0 25px;
}

.footerbox ul li {
    float: left;
    position: relative;
    width: 32.3%;
}

.footerbox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
    flex-wrap: wrap;
    margin: 25px 0;
}

.footerbox ul li:last-child {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
.footerbox ul li:last-child input {
    padding: 10px 50px;
}

.footerbox {
    margin: 50px 0 80px;
}
.contactdetails ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contactdetails ul li span {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #414042;
    line-height: 27px;
    padding: 0 20px;
    transition: ease all 0.5s;
}

.contactdetails ul li {
    flex-wrap: wrap;
    float: left;
    width: 24%;
    text-align: center;
}

.contactdetails ul li img {
    margin-bottom: 15px;
    opacity: 0.5;
    transition: transform 0.9s;
}

.contactdetails ul li span a {
    color: #414042;
    transition: ease all 0.5s;
}
.footercontainer {
    width: 85%;
    margin: 0px auto;
}
.copybox {border-top: solid 2px #7a7872;padding-top: 50px;margin-top: 50px;display: flex;align-items: center;justify-content: space-between;}

.copybox p, .copybox p a {
    font-size: 18px;
    color: rgb(0 0 0 / 0.7);
    letter-spacing: 0.5px;
    transition: ease all 0.5s;
}
@keyframes MoveUpDown {

    0%,
    100% {
        bottom: -20;
    }

    50% {
        bottom: 5px;
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1.2s forwards;
    display: block;
    z-index: 999;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
    }
}
.top-nav ul li:nth-child(1) a:before, .top-nav ul li:nth-child(2) a:before {content: '';background: #000;float: left;width: 100%;height: 0;position: absolute;left: 0;transition: ease all 0.5s;}

.top-nav ul li:nth-child(1) a:hover:before, .top-nav ul li:nth-child(2) a:hover:before {
    height: 100%;
}
.top-nav ul li:nth-child(1) a:hover, .top-nav ul li:nth-child(2) a:hover{
    color:#fff;
}
.top-nav ul li:nth-child(4) a:hover img, .top-nav ul li:nth-child(5) a:hover img {filter: grayscale(0);transform: scale(1.3);}
.contactdetails ul li:hover img {
}

.contactdetails ul li:hover a, .contactdetails ul li:hover span {
    color: #92c1d1;
}

.copybox p:hover, .copybox p:hover a {
    color: #92c1d1;
    text-decoration: none;
}
.socialmedia ul li a {
    display: inline-block;
}

.socialmedia ul li a:hover {
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-8px)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}
.desktop-show{
    display:block;
}
.mobile-show, .nodisplay{
    display:none;
}
.dropbox{
    width:100%;
    float:left;
    position:relative;
    text-align: center;
}
.dropbox:before{
    width: 75px;
    height: 75px;
    border: solid 2px #431d12;
    display: inline-block;
    transform: rotate(45deg);
    content:'';
}
#ac-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner img{
    width: 100%;
    object-fit: cover;
}
.banner.inner {
    position: fixed;
    top: 0;
}
#header {
    height: 165px;
}
.story-banner {
width: 80%;
margin: 0px auto;
background-image: url(../images/suruch-gheei-banner.jpg);
height: 70vh;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
overflow: hidden;
}
#our-story-2 p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.founder {
    padding-top: 25px;
}

.founder h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 3px;
    width: 100%;
    float: left;
}

.founder ul li {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 35px;
}

.founder ul li:before {content: '';width: 14px;height: 15px;display: inline-block;background: #000;position: absolute;left: 50%;transform: translateY(-50%);bottom: 0;}

.founder ul {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.founder .web-container:before {content: '';border-left: dashed 3px #000;position: absolute;top: 0;width: 100%;float: left;height: 100%;left: 0;border-right: dashed 3px #000;border-bottom: dashed 3px #000;border-top: dashed 3px #000;}

.founder .web-container {
    position: relative;
}

.founder .subheading {
    background: #f4f0e4;
    position: relative;
    width: auto;
    float: none;
    display: inline-block;
    top: -15px;
    z-index: 2;
    padding: 0 20px;
}

.founder ul li:last-child:before {content: '';opacity: 0;}
.our-journey {
    background: #f4f0e4;
    padding: 60px 0;
    text-align: center;
}
.ethos-banner {
    background: url(../images/ethos-banner.jpg);
    background-size: cover;
    height: 65vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 25px;
}
.thos-box {
    padding: 30px 0 0 0;
    width: 100%;
    float: left;
    margin-right: 0;
    text-align: center;
}
.ethhead {font-size: 34px;line-height: 50px;font-weight: bold;letter-spacing: 5px;text-transform: uppercase;font-family: 'Roboto Slab', serif;text-align: center;margin-bottom: 25px;}

.thos-box:last-child {
    margin-left: 4%;
}

.our-ethos ul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    text-align: center;
}

.our-ethos ul li {
    width: 30%;
}

.our-ethos ul li strong {
    font-size: 22px;
    letter-spacing: 2px;
    float: left;
    width: 100%;
}

.thos-box p {
    color: #000000;
    line-height: 32px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-family: serif;
    font-style: italic;
    padding: 0 80px 20px;
}

.thos-box p:before {content: '';width: 65px;height: 4px;background: #000;position: absolute;bottom: 0;left: 50%;transform: translate(-50%,-50%);}

.thos-box p:last-child:before {
    opacity: 0;
}

.our-ethos ul li p {
    font-size: 21px;
    color: #000000;
    line-height: 32px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.our-ethos ul li strong {
    margin-top: 15px;
    text-align: center;
}
.infrabox ul {display: flex;flex-wrap: wrap;padding-top: 80px;}

.infrabox ul li {
    width: 25%;
    text-align: center;
}
#header.homecls {
    height: auto;
}

#header.homecls .header {display: none;}

#header.homecls .header.fixed {
    display: block;
}
.banner, .fixeddiv {
    height: 100vh;
}

.fixeddiv {
    position: fixed;
    width: 100%;
}

.fixeddiv img {
    height: 100%;
}
section {position: relative;background: #fff;}
.gheeimg{
    position:relative;
}
img {
    max-width: 100%;
}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8abccd;
    z-index: 9999;
}
.loaderlogo{
    display: none;
}
.loader::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  animation: splash 1.2s ease-in-out forwards;
  animation-delay: 1s;
  /*animation: splash 5s cubic-bezier(0.8, 0.2, 0.2, 0.8) forwards;*/
}

@keyframes splash {
  from {
    bottom: 0%;
  }
  
  to {
    bottom: 100%;
  }
  
}
.fadeeffect{
    opacity: 0;
    transition: all 0.5s;
}
.ml {
    opacity: 0;
}
.divshow.fadein, .aboutus .item__caption p.fadein, .fadeeffect.fadein, .fadein, .text.fadein, .video.fadeout.fadein, .webheading.fadeout.fadein, .imglayer .bgimg.fadein, .whytri .item__caption p.fadein {
    opacity: 1 !important;
}


.layer {
    background-color: #8abdce;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index:999;
}
.effectin {
    -webkit-animation-name: textMask;
    animation-name: textMask;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 1, 1);
    animation-timing-function: cubic-bezier(1, 0, 1, 1);
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.effectout {
    -webkit-animation-name: textMaskOut;
    animation-name: textMaskOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes textMask {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes textMask {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes textMaskOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@keyframes textMaskOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(101%);
        transform: translateX(101%)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.layer2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    transform: scale(1,1);
    transform-origin: right center;
    transition: all 1.2s cubic-bezier(.86,0,.07,1);
    background: #8abdce;
    bottom: 0;
    top: 0;
    left: -100%;
    right: 0;
    z-index: 99;
    
}
.layer2:after {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    display: block;
}
.layer2.load {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.fadeout {
    opacity: 0 !important;
}
.moveup{
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important;
}
.titleline {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    float: left;
}
.ghee-img {
    position: relative;
    float: left;
    overflow: hidden;
}
.slider {
    position: relative;
    overflow: hidden;
}
.imgbox{
    position: relative;
}

.text .layer2:after {
    background: #f4f0e4;
}
span.srv_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    -webkit-transition: height .4s cubic-bezier(1,0,1,1);
    transition: height .4s cubic-bezier(1,0,1,1);
    background: #8abccd;
    z-index: 1;
    margin: 0 !important;
}
span.srv_layer.height {
    height: 100%;
}

img.srvimg.img_show{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 2;
}
img.srvimg {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.blogimg {
    position: relative;
}
.proheading {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.proheading h4 {
    margin: 0;
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 0 15px;
    width: auto;
    display: inline-block;
    background: #fff;
    font-family: 'Playfair Display', serif;
    color: #431d12;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.proheading:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #431d12;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gheebox {margin: 50px 0;}
.gheestn {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    width: 80%;
    margin: 0 10%;
    flex-wrap: wrap;
}

.gheecont, .gheeimg {
    width: 50%;
    float: left;
}
.gheecont ul {
    float: left;
    width: 100%;
    text-align: left;
}

.gheecont ul li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

.gheecont ul li:before {content: '';width: 14px;height: 15px;display: inline-block;background: #000;position: absolute;top: 10px;transform: translateX(-50%);left: -10px;}
.gheeimg img {
    width: 100%;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

.gheecont ul li p {
    font-size: 23px;
    line-height: 35px;
}
.protags {
    margin-top: 50px;
}

.proavail p{
    margin: 0;
    background: #c7dfe7;
    display: inline-block;
    line-height: 54px;
    padding: 0 78px;
    transition: ease all 1s;
    border: solid 1px #c7dfe7;
    letter-spacing: 2px;
}
.proavail p strong {font-weight: bold;}
.onlinepro ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.onlinepro ul li {padding: 0 15px;border-right: solid 1px #cccaca;line-height: 0;}

.onlinepro ul li:last-child {
    border: none;
}
.gheebox:nth-child(even) .gheestn {
    flex-direction: row-reverse;
    position: relative;
    margin-right: 0;
    float: right;
}
.gheebox:nth-child(even) .gheestn .gheeimg {
    position: relative;
}
.gheebox:last-child {
    margin-bottom: 0;
}
.gheebox:last-child .gheestn {
    padding-bottom: 0;
}
.recipes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.recipesbox {
    width: 31%;
    margin: 0 1.15% 100px;
}

.recipesimg {
    position: relative;
    margin-bottom: 15px;
}

.recipesimg h4 {
    background: #431d12;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 21px;
    letter-spacing: 2px;
}
.recipescont p {
    letter-spacing: 0.5px;
    line-height: 35px;
}

.recipescont .more-btn {
    margin-top: 20px;
}

.recipescont .more-btn .btnn {
    font-size: 13px;
}

.recipesdtl {
    width: 77%;
    margin: 50px 11.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
}

.recipeleft {
    width: 62%;
}

.recipergt {
    width: 26%;
}

.recipesdtl h3 {
    font-size: 35px;
    line-height: 44px;
    font-family: 'Lobster', cursive;
    color: #431d12;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.recipeleft h4 {margin-top: 50px;font-size: 28px;font-weight: 600;letter-spacing: 1px;float: left;width: 100%;text-transform: uppercase;}

.recipeleft ul {
    width: 100%;
    float: left;
    margin-left: 25px;
}

.recipeleft ul li {
    margin: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    font-weight: 300;
}

.recipeleft ul li:before {content: '';width: 9px;height: 9px;display: inline-block;background: #431d12;position: absolute;left: -35px;transform: translate(10px, 10px);top: 0;}
.recipergt h4 {
    margin-top: 15px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 2px;
}

.recipergt p {line-height: 30px;font-size: 21px;margin-bottom: 15px;}

.recipergt .more-btn {
    margin-top: 25px;
}
.reciptbox, .our-recipes, .protags, .proavail, .onlinepro, .infrabox, .our-ethos, .founder, section, .banner, .header-right, .top-nav, .headerstrip, .heading, .ourghee, .ourcustomers, .blogrow, .blogdetails, .socialmedia, .footer, .footerbox, .contactdetails, .copybox, .ethos-banner, .our-journey, .value-box, .our-ethos ul, .our-ethos ul li span, .gheebox, .proheading, .recipes, .recipescont, .customer-details, .condetails ul, .condetails ul li strong, .condetails ul li span, .supply, .supply250{
    width: 100%;
    float: left;
}
.reciptbox {
    margin-bottom: 15px;
}
a[href="#"] {
    cursor: default !important;
}
#innerbanner {
    height: 65vh;
}
h5.subheading.innrsub .text .layer2:after {
background: #fff;
}
.ethos-banner {
    overflow: hidden;
    position: relative;
}
/*.proheading.borderadd::before {*/
/*    content: '';*/
/*    display: block;*/
/*}*/
.onlinepro ul li:hover {
    filter: grayscale(0);
}

.proavail p:hover {
    background: #fff;
}

.navbar .menu ul li a.active {
    background-position: 0;
    font-weight: bold;
}

.navbar .menu ul li a.active:before {
    width: 100%;
}
.onlinepro ul li a img {
    transition: ease all 0.5s;
    transform: scale(0.8);
    filter: grayscale(1);
}

.onlinepro ul li a img:hover {transform: scale(1.2);filter: grayscale(0);}
.customerdetils p {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.condetails ul {
    display: flex;
    flex-wrap: wrap;
}

.condetails ul li {
    width: 50%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    position: relative;
}

.condetails ul li strong {color: #431d12;text-transform: uppercase;font-family: 'Roboto Slab', serif;font-size: 30px;line-height: 40px;letter-spacing: 2px;margin-bottom: 15px;}

.condetails ul li span {padding-right: 160px;letter-spacing: 1px;line-height: 36px;text-transform: uppercase;}

.condetails ul li:before {content: '';width: 100px;height: 5px;background: #431d12;float: left;position: absolute;bottom: 0;}

.condetails ul li:last-child:before, .condetails ul li:nth-child(5):before {
    background: #fff;
}
.condetails {
    width: 85%;
    margin: 0px 5%;
    float: left;
    margin-left: 10%;
}
.supply {border-top: solid 1px #b2b2b2;border-bottom: solid 1px #b2b2b2;padding: 60px 0;}
.supply250 h6 {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 60px;
    display: inline-block;
    border-radius: 100%;
    background: #89bccd;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 30px;
    margin-top: 10px;
}
.supply h5 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    color: #441e13;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.ourghee img {
    width: 100%;
}
.certifcateimg img{
    width: 14%;
    margin: 25px 10px;
}
.certifcateimg{
    margin:15px 0;
    width:100%;
    float:left;
}
.fixeddiv h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    background: rgb(0 0 0 / 0.2);
    color: #fff;
    padding: 10px 40px;
    white-space: nowrap;
}
.customerdetils {
    text-align: center;
}
.socialmedia ul li a img.hoverimg {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.5s;
}
.socialmedia ul li a:hover img {
    visibility: visible !important;
    opacity: 1 !important;
}
.certifcateimg.img {text-align: center;margin: 0;}

.certifcateimg.img img {
    margin: 0 10px;
    width: 10%;
}
.recipesbox a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.founder p {
    padding: 50px;
    padding-top: 25px;
}

.founder h4, .founder h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    padding: 50px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    padding-top: 10px;
}
#our-journey{
    position:relative;
    z-index:9;
}
.ethhead h5 {
    font-size: 20px;
}

.thos-box h5 {
    font-size: 28px;
    font-family: Times New Roman;
    letter-spacing: 3px;
}
.rec-cont{
    margin-top: 25px;
}
.rec-cont p{
    margin-bottom: 10px;
    width:100%;
    float:left;
}
.rec-cont p:last-child{
    margin-bottom: 0px;
}
.recipergt h4 a {
    color: #000;
}
.recipeleft img{
    width:100%;
}
.recipergt h4 a:hover {
    text-decoration: none;
}
.recipeleft h5 {
    float: left;
    margin: 15px 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 21px;
    text-transform: uppercase;
}
.addthis_inline_share_toolbox {
    float: right;
    margin: 10px 0 15px;
    position: relative;
}
.at-share-btn-elements {
}
.at-resp-share-element .at4-share-count-container {
    display: none;
}

.at-resp-share-element .at-share-btn .at-label, .at-resp-share-element .at-share-btn .at-icon-wrapper {
    opacity: 0;
    font-size: 0;
    display: none;
}
.at-style-responsive .at-share-btn {
    background: transparent !important;
    outline: 0 !important;
    background-size: contain !important;
    width: 22px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    margin: 0 7px !important;
}

.at-style-responsive .at-share-btn:last-child {display: none;}
.reciptbox img {
    width: 100%;
    margin-top: 20px;
}
a.at-icon-wrapper.at-share-btn.at-svc-facebook {
    background-image: url(../images/facebooks.png) !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-twitter{
    background-image: url(../images/twitter.png) !important;
    /* position: absolute; */
    /* left: -50%; */
}
a.at-icon-wrapper.at-share-btn.at-svc-linkedin{
    background-image: url(../images/linkedin.png) !important;
}
.at-style-responsive .at-share-btn:nth-child(3) {
    margin-right: 0 !important;
}
.sharebtn {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sharebtn img {
    width: 22px;
    margin-right: 10px;
}