/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/
body{
	font-size: 16px;
}
a, a:hover{
	text-decoration: none;
}
a{
	transition: all .4s;
}
ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-bg{
    background: #8b4813;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
}

a.DPI-Skillz-btn.btn-sd-size:hover{
	color: rgba(255, 255, 255, 0.5);
}

.y-color{
    color: #ffd1a3;
}

.t-cap{
    text-transform: uppercase;
}



/* Header/Banner */
.banner{
	position: relative;
}

.banner-caption{
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.banner-caption h1{
	font-size: 72px;
	color: #fff;
}
.banner-caption h3{
	color: #fff;
}
.banner-caption span{
	color: #ffcc00;
	display: inline-block;
}
.home-banner-img img{
	height: 100vh;
	object-fit: cover;
}

/* The Story */
.sec-pad{
	padding: 100px 0;
}
.the-story h2{
	font-size: 90px;
	line-height: 96px;
	text-transform: uppercase;
	color: #593d29;
}
.the-story p{
	font-size: 17px;
    line-height: 28px;
	color:#584e47 ;
}
.the-story .video-btn.breadcaump-video-position{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: inherit;
}
.the-story .video-btn a .video-icon{
	background: #000;
	opacity: .6;
}

/* Energize you Passions */
.energize{
	position: relative;
}
.energize-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.energize-caption h2{
	font-size: 36px;
	color: #fff;
}
.energize-caption h2 span{
	color:#f89f12 ;
}
/* Choose Your Favourite Coffee */
.favourite-coffee h2{
	font-size: 42px;
	color: #593d29;
}
.coffee-caption{
	padding: 20px 0 20px 7px;
}

.coffee-caption p{
	font-size: 17px;
	line-height: 28px;
	color: #584e47;
	position: relative;
}

/* Meet The Man Behind */
.founder-box {
	display: flex;
	margin-bottom: 50px;
}
.founder-box img{
	margin: 0 2px;
	width: auto;
	max-width: 386px;
}
.meet-the-man{
	position: relative;
}
.meet-the-man::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 420px;
  height: 345px;
	background: url(../images/leaf-bg.jpg);
}
.meet-the-man h2{
	font-size: 42px;
	color: #593d29;
	position: relative;
}

.meet-the-man h2::before{
	content: '';
	background: url(../images/inverted-comma.png) no-repeat #eeebe9;
	background-color: #eeebe9;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	background-position: 18px 18px;
	opacity: .5;
}
.meet-the-man p{
	font-size: 17px;
	line-height: 28px;
	color: #584e47;
}
.about-ashwin{
	display: flex;
	position: relative;
	z-index: 1;
}

.about-ashwin .left{
	width: 360px;
	margin-right: 40px;
}

.about-ashwin .left h2{
	font-size: 34px;
	color: #584e47;
	padding-left: 100px;
	position: relative;
	margin-bottom: 0px;
}
.about-ashwin .left h2::before{
	content: '';
	width: 80px;
	height: 3px;
	background-color: #b1a08c;
	position: absolute;
	top: 20px;
  left: 40px;
	border-radius: 0;
}
.about-ashwin .left p{
	font-size: 17px;
	line-height: 28px;
	color: #584e47;
	text-align: left;
	padding-left: 100px;
}

.about-ashwin .right{
	width: calc(100% - 400px);
}

.about-ashwin .right p{
	text-align: left;
}

/* Explore Business */
.explore-business{
	position: relative;
}
.explore-business-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.explore-business-caption h2{
	font-size: 38px;
	color: #f89f12;
}
.explore-business-caption p{
	font-size: 22px;
	color: #fff;
}
.explore-business-caption h4{
	font-size: 22px;
	color: #fff;
}
.explore-business-caption h4 span{
	color: #f89f12;
}

/* Flavour Lovers */
.sec-top-pad{
	padding-top: 100px;
}
.flavour-lovers{
	position: relative;
}
.flavour-lovers::before{
	content: '';
	background: url(../images/brewed-coffee.png) no-repeat 0 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 286px;
	position: absolute;
  background-size: contain;
}
.flavour-lovers p{
	font-size: 17px;
    line-height: 28px;
	color: #584e47;
	text-align: center;
}
.video-box .video-btn.breadcaump-video-position{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: inherit;
}
.video-box .video-btn a .video-icon.second-icon {
	width: 60px;
	height: 60px;
}
.video-box .video-btn a .video-icon{
	background: #ff5400;
	opacity: .6;
}

/* From Our Estate */
h3.heading{
	font-size: 32px;
	color: #584e47;
}

/* Footer */
.footer-bg{
	background: url(../images/footer-bg.jpg) no-repeat 0 0;
	background-size: cover;
	height: 100%;
}
.footer-logo{
	padding: 45px 0 30px 0;
}
.footer-address{
	display: flex;
	justify-content: end;
}
.footer-social{
	padding: 10px 0 20px 0;
}
.address-box{
	width: 300px;
	margin-bottom: 50px;
}
.footer-address p{
	font-size: 16px;
	color: #fff;
}
.footer-social{
	display: flex;
}
.footer-social li{
	margin: 0 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	width: 30px;
  text-align: center;
}
.footer-social li a{
	color: #fff;
}
.footer-social li a:hover{
	opacity: .8;
}
.fa-twitter {
	position: relative;
}
.fa-twitter::before {
	visibility: hidden;
}
.fa-twitter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/twitter-icon.svg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	filter: invert(1);
}
.whatsapp i{
	font-size: 20px;
}
.whatsapp a{
	font-size: 19px;
	color: #fff;
}
.copy-right{
	border-top: 1px solid #d5d5d5;
	padding: 20px 0;
}
.copy-right p{
	margin-bottom: 0;
	color: #fff;
    font-size: 12px;
}
.copy-right a{
	color: #fff;
	margin: 0 8px;
    font-size: 12px;
}
.copy-right a:hover{
	opacity: .8;
}
.menu-p{
    color: #fff;
}
.menu-p a{
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid;
}

/* About Us Page */

.about-banner-text{
    font-size: 120px !important;
    font-weight: 800 !important;
}

.inner-banner .video-btn.breadcaump-video-position {
	position: absolute;
	left: 86%;
	bottom: 157px;
}
.inner-banner .video-btn a .video-icon.second-icon {
	width: 70px;
	height: 70px;
}
.inner-banner .video-btn a .video-icon{
	background: #992800;
	opacity: .8;
}
.inner-banner .banner-caption{
	text-align: left;
  width: auto;
}
.inner-banner .banner-caption h1{
	text-transform: uppercase;
	color: #ffae00;
}
.inner-banner .banner-caption h3{
	font-weight: 500;
    font-size: 32px;
}
.mountain-brewed{
	margin-top: 190px;
}
.mountain-brewed h2.heading,
h2.heading{
	font-size: 42px;
	color: #5c3b31;
}
.mountain-brewed h2.heading{
	position: relative;
}
.mountain-brewed h2.heading::before{
	content: '';
	position: absolute;
	background: url(../images/about-logo.jpg) no-repeat 0 0;
	width: 161px;
	height: 125px;
	top: -190px;
	left: 50%;
	transform: translateX(-50%);
}
.mountain-brewed p{
	font-size: 22px;
	line-height: 32px;
	color: #584e47;
	text-align: center;
}
.vision{
	position: relative;
}
.vision-caption{
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translateY(-50%);
	text-align: left;
}
.vision-caption h2{
	font-size: 32px;
	color: #fff;
    width: 85%;
	font-weight: 600;
}
.quality-right,
.quality-left{
	display: flex;
}
.grey-bg{
	background-color: #f2ede2;
}
.quality-right .quality-content,
.quality-left .quality-content,
.quality-right .thumb,
.quality-left .thumb{
	width: 50%;
}
.quality-content.text-left{
	padding: 80px 30px 0 40px;
}
.quality-right .quality-content h3,
.quality-left .quality-content h3{
	font-size: 32px;
	color: #5c3b31;
	text-transform: uppercase;
}
.quality-right .quality-content p,
.quality-left .quality-content p{
	font-size: 17px;
	line-height: 28px;
	color: #584e47;
}
.quality-right .thumb{
	border-left: 1px solid #fff;
}
.quality-left .thumb{
	border-top: 1px solid #fff;
}
.gi-tagged{
	position: relative;
}
.gi-tagged-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.gi-tagged-caption h2 {
	font-size: 38px;
	color: #f89f12;
}
.gi-tagged-caption p {
	font-size: 17px;
    line-height: 28px;
	color: #fff;
}
.gi-tagged-caption h4 {
	font-size: 22px;
	color: #fff;
}
.gi-tagged-caption h4 span {
	color: #f89f12;
}
.inner-pad{
	padding: 45px 100px 65px 100px;
}
.l-grey{
	background-color: #f7f4ee;
}
.founder-left{
	width: 424px;
}
.founder-left img{
	max-width: 100%;
}
.founder-right{
	width: calc(100% - 424px);
	padding-left: 50px;
}
.founder-right h5{
	font-size: 20px;
	color: #b71f38;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.founder-right h4{
	font-size: 28px;
	line-height: 56px;
	color: #5c3b31;
}
.founder-right p{
	font-size: 17px;
	line-height: 28px;
	color: #5c3b31;
}
.our-journey{
	background: url(../images/our-journey-bg.jpg) no-repeat 0 0;
}
.our-journey p{
	font-size: 17px;
	line-height: 28px;
	color: #584e47;
}
.our-journey-content{
	position: relative;
	min-height: 800px;
}
.our-journey-content .middle{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.our-journey-content .middle .red-dot{
	position: relative;
	border: 1px dashed #6a521d;
	height: 800px;
}
.our-journey-content .middle .red-dot::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b71f38;
	top: 33px;
  left: -5px;
}

.our-journey-content .middle .red-dot::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b71f38;
	top: 300px;
  left: -5px;
}

/* Premium Robusta */
.inner-banner .banner-caption.premium-robusta{
	left: 72%;
	width: 800px;
}
.inner-banner .banner-caption.premium-robusta h3{
	font-size: 42px;
	font-weight: 600;
}
.inner-banner .banner-caption.premium-robusta a.btn{
	font-size: 16px;
    color: #fff;
    background: #cc1a1a;
    border-radius: 6px;
    padding: 13px 32px 12px 32px;
}
.special-note{
	position: relative;
}
.special-note-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.special-note-caption h2 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 50px;
}
.special-note-caption p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	font-style: italic;
	color: #fff;
	margin-bottom: 50px;
	position: relative;
}
.special-note-caption p::before{
	content: '';
	background: url(../images/inverted-comma-white.png);
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height:30px;
}

.special-note-caption h4 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}
.special-note-caption h4::before{
	content: '';
	background: url(../images/curve.png);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 5px;
}
.special-note-caption h4 span{
	font-size: 22px;
	font-weight: 500;
	display: block;
}
.premium-robusta-coffee h3{
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	color: #3d2e21;
	margin-bottom: 50px;
}
.premium-robusta-coffee h3 span{
	color: #cc1a1a;
}

.favourite-coffee .flexable-dots .slick-dots{
	bottom: 0;
}

.favourite-coffee .flexable-dots .slick-dots li button{
	background: rgb(108 108 108 / 20%);
}
.favourite-coffee .flexable-dots .slick-dots li.slick-active button{
	background: #cc1a1a;
}


/* Media Query */
@media (min-width:576px){
	.for-mob{
		display: none;
	}
}

@media (max-width:1199px){
	.sec-pad{
		padding: 60px 0;
	}
	.sec-top-pad {
    padding-top: 60px;
	}
	.coffee-caption p{
		font-size: 17px;
		line-height: 32px;
		text-align: left;
	}
	
	.founder-box img{
		max-width: 306px;
	}
	.copy-right p{
		font-size: 14px;
	}
	.the-story h2{
		font-size: 72px;
	}
	.founder-left {
    width: 300px;
	}
	.founder-right{
		width: calc(100% - 300px);
	}
	.inner-pad{
		padding: 45px 80px 65px 80px;
	}
	.inner-banner .video-btn.breadcaump-video-position{
		bottom: 100px;
	}
	.quality-right .quality-content h3, .quality-left .quality-content h3{
		font-size: 30px;
	}
	.inner-banner .banner-caption.premium-robusta{
		width: 720px;
	}
	.banner-caption h1{
		font-size: 48px;
	}
	.special-note-caption h2{
		margin-bottom: 42px;
		font-size: 38px;
	}
	.special-note-caption p{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
	}
}

@media (max-width:1024px){
	.banner-caption h1{
		font-size: 38px;
	}
	.inner-banner .banner-caption.premium-robusta h3{
		font-size: 32px;
	}
	.inner-banner .banner-caption.premium-robusta {
		width: 600px;
	}
	.special-note-caption p {
		font-size: 17px;
		line-height: 24px;
	}
	.special-note-caption h4{
		font-size: 24px;
	}
	.special-note-caption h4 span{
		font-size: 17px;
	}
}

@media (max-width:991px){
	.sec-pad{
		padding: 40px 0;
	}
	.vision-caption h2{
		font-size: 26px;
	}
	.banner-caption h1{
		font-size: 52px;
	}
	.the-story h2 {
		font-size: 60px;
	}
	.energize-caption{
		width: 100%;
	}
	.energize-caption h2{
		font-size: 28px;
	}
	.favourite-coffee h2,
	.meet-the-man h2{
		font-size: 32px;
	}
	h3.heading{
		font-size: 28px;
	}
	.meet-the-man.sec-pad{
		padding-top: 100px;
	}
	.explore-business-caption h2{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.explore-business-caption p{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.explore-business-caption h4{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.founder-box img {
		max-width: 226px;
	}
	.about-ashwin .left{
		width: 300px;
	}
	.about-ashwin .right {
    width: calc(100% - 340px);
	}
	.about-ashwin .left h2 {
		font-size: 26px;
		padding-left: 80px;
	}
	.about-ashwin .left p{
		font-size: 17px;
		line-height: 24px;
		padding-left: 80px;
	}
	.about-ashwin .left h2::before{
		width: 60px;
		left: 30px;
	}
	.meet-the-man p {
    font-size: 16px;
    line-height: 26px;
	}
	.copy-right p {
		font-size: 12px;
	}
	.copy-right a{
		margin: 0 2px;
	}
	.copy-right p:nth-child(2){
		min-width: 285px;
		margin-right: 10px;
	}
	.copy-right p:nth-child(3){
		min-width: 108px;
	}
	.footer-address p{
		font-size: 17px;
	}
	.whatsapp a,
	.whatsapp i{
		font-size: 20px;
	}
	.address-box{
		margin-bottom: 40px;
	}
	.inner-banner .banner-caption{
		width: 500px;
	}
	.inner-banner .video-btn.breadcaump-video-position {
		bottom: 50px;
	}
	.mountain-brewed h2.heading, h2.heading{
		font-size: 32px;
	}
	.quality-content.text-left {
    padding: 25px 25px 0 25px;
	}
	.quality-right .quality-content h3, 
	.quality-left .quality-content h3{
		font-size: 22px;
	}
	.quality-right .quality-content p, .quality-left .quality-content p{
		font-size: 16px;
    line-height: 24px;
	}
	.gi-tagged-caption h2{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.gi-tagged-caption p{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gi-tagged-caption h4{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.inner-pad{
		padding: 40px;
	}
	.founder-left {
		width: 250px;
	}
	.founder-right {
		width: calc(100% - 250px);
		padding-left: 30px;
	}
	.founder-right p{
		font-size: 17px;
    line-height: 24px;
	}
	.founder-right h4{
		font-size: 28px;
    line-height: 46px;
	}
	.premium-robusta-coffee h3{
		font-size: 28px;
		line-height: 36px;
	}
	.inner-banner .banner-caption.premium-robusta {
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 15px;
	}
	.inner-banner .banner-caption.premium-robusta h1{
		font-size: 42px;
	}
	.special-note-caption h2{
		font-size: 32px;
		margin-bottom: 8px;
	}
	.special-note-caption p::before,
	.special-note-caption h4::before{
		content: none;
	}
	.special-note-caption p {
		/* font-size: 16px;
		line-height: 20px; */
		display: none;
	}

}

@media (max-width:767px){
	.footer-address{
		justify-content: start;
	}
	.address-box{
		margin-bottom: 20px;
	}
	.video-box{
		margin-bottom: 15px;
	}
	.founder-left,
	.founder-right {
		width: 100%;
	}
	.founder-right{
		padding-left: 0;
    padding-top: 30px;
	}
	.inner-banner .banner-caption {
		width: 100%;
		padding: 190px 40px 0px 30px;
	}
	.inner-banner .banner-caption.premium-robusta h1 {
		font-size: 26px;
	}
	.inner-banner .banner-caption.premium-robusta h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}
.b-caption{
	    font-size: 35px;
	}
	
	.logo-cus{
	    width: 250px;
	}
	
.bg-img-1{
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}	

.bg-img-2{
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.you-height{
	    height: 600px;
	}
	
@media (max-width:575px){
	.sec-pad{
		padding: 30px 0;
	}
	.ban-p-top{
	    padding-top: 100px;
	}
	.ban-p-top-200{
	    padding-top: 200px;
	}
	.mobile-p-top{
	   width: 80px !important;
    padding-top: 0px !important;
	}
	.bg-img-1{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
    .bg-img-2{
    height: 340px;
    background-size: 990px;
    background-repeat: no-repeat;
    background-color: #000;
}
	.you-height{
	    height: 350px;
	}
	.logo-cus{
	    width: 160px;
	}
	
	.b-caption{
	    font-size: 24px;
	}
	.banner-caption h1 {
		font-size: 24px !important;
	}
	.banner-caption h3{
		font-size: 22px;
	}
	.the-story h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.the-story p{
		font-size: 16px;
	}
	.energize-caption h2 {
		font-size: 17px;
		margin-bottom: 0;
		padding-top: 90px;
	}
	.favourite-coffee h2, .meet-the-man h2 {
		font-size: 28px;
	}
	.meet-the-man h2{
		padding-bottom: 0!important;
	}
	h3.heading {
		font-size: 24px !important;
	}
	.explore-business-caption h2{
		font-size: 22px;
	}
	.explore-business-caption p,
	.explore-business-caption h4,
	.gi-tagged-caption p,
	.gi-tagged-caption h4{
		display: none;
	}
	.sec-top-pad {
		padding-top: 30px;
	}
	.flavour-lovers p{
		font-size: 16px;
	}
	.founder-box{
		margin-bottom: 20px;
	}
	.founder-box img {
		max-width: 128px;
	}
	.vision-caption{
		top: 85px;
    left: 15px;
	}
	.vision-caption h2{
		font-size: 18px;
		text-align: center;
		padding-top: 280px;
		width: 100%;
		line-height: normal;
		margin-bottom: 0;
	}
	.about-ashwin{
		display: block;
	}
	.about-ashwin .left {
		width: 100%;
		margin-right: 0;
	}
	.about-ashwin .right{
		width: 100%;
	}
	.meet-the-man p.pb--50,
	.flavour-lovers p.pb--50,
	h3.heading{
		padding-bottom: 20px!important;
	}
	.mountain-brewed h2.heading, h2.heading {
		font-size: 28px;
	}
	.mountain-brewed h2.heading::before{
		top: -165px;
	}
	.quality-right, .quality-left{
		display: block;
	}
	.quality-right .quality-content, 
	.quality-left .quality-content, 
	.quality-right .thumb, 
	.quality-left .thumb{
		width: 100%;
	}
	.for-desktop{
		display: none;
	}
	.our-journey p,
	.mountain-brewed p{
		font-size: 17px;
    line-height: 26px;
	}
	.inner-pad {
		padding: 20px;
	}
	.premium-robusta-coffee h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.premium-robusta-coffee-box{
		margin-bottom: 15px;
	}
	.special-note-caption h2 {
		font-size: 22px;
		margin-bottom: 0px;
	}
	.special-note-caption h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.special-note-caption h4 span {
		font-size: 16px;
	}
	.special-note-caption img{
		width: 120px;
	}
}

@media (max-width:375px){
	.founder-box img {
		max-width: 111px;
	}
	.explore-business-caption h2 {
		font-size: 19px;
	}
	h3.heading {
		font-size: 22px;
		padding-bottom: 20px!important;
	}
}

.product-banner-text{
    color: #ffae00 !important;
    text-transform: uppercase;
    font-size: 72px !important;
}
.w-800{
    margin: auto;
    width: 800px;
}

.bg-box{
    background: #f7f7f7;
    padding: 30px 20px 70px 20px;
    border-radius: 6px;
}

.bg-box-2{
    background: #ffffffbd;
    padding: 30px;
    border-radius: 6px;
}

.menu-bg{
    padding: 4px 25px 33px 10px;
    border-radius: 6px;
    background: #603913;
}