

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}

header {
    min-height: 100vh;
    background-image: url(../img/highrange-coffee-banner.jpg);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
}
header:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background:rgba(19, 19, 19, 0.25);
    z-index: 0;
}
.top-header{
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #fff;
}
.logo{
	border-right: 1px solid #fff;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	display: flex;
  padding-left: 10px;
	align-items: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	height: 100%;
}
.logo img{
  max-width: 105px;
  padding: 5px;
}
.coffee-menu .social{
	border-bottom: 1px solid #fff;
	 padding: 13px 75px;
}
.coffee-nav{
	padding: 15px 70px;
}
.coffee-menu .social i {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: #fdffff00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coffee-menu .social li{
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
margin-right:10px;
}
.coffee-nav li{
	padding: 0 15px;
}
.coffee-nav li a{
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.banner-content{
	font-size: 65px;
	font-weight: 600;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
    font-family: 'Playfair Display', serif;
    z-index: 9;
}
.scroll{
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index:9;
    background: #9b9a9a;
    width:5px;
    height: 75px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
     border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.object {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:15px;
  width:1px;
  height: 25px;
  background: #f4f4f4;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 5px;
  }
  50% {
    bottom: 45px;
  }
}
.home-about{
	padding: 75px 0;
}
.home-about h2{
	    font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;

}
.home-about h1{
    font-size: 45px;
    border-bottom-color: normal;
    color: #322d2d;
    line-height: 1.2;
   font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 35px;

}
.home-about p{
font-family: 'Cardo', serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 17px;
    color: #322d2d;
}
.home-about a{
	color: #c2353a !important;
	font-size: 15px;
	 font-family: 'Oswald', sans-serif;
}
.explore {
    min-height: 500px;
    background-image: url(../img/hirange-coffee-plantation-bg.jpg);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.explore:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.25);
}
 .explore h2{
 	padding-top: 75px;
	    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 9;
    position: relative;

}
.explore h1{
	text-align: center;
    font-size: 48px;
    border-bottom-color: normal;
    color: #fff;
    line-height: 1.2;
   font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 35px;
    z-index: 9;
    position: relative;

}
.explore-block{
	position: absolute;
	bottom: 0;
  left:0;
  z-index: 9;
	width: 100%;
	border-top:1px solid #fff;
}
.explore-items > div{
	border-right:1px solid #fff;
}
.explore-items > div:last-child{
	border:0;
}
 .explore-block h3{
 	padding-top: 25px;
	    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}

  .explore-block p{
 	padding-top: 18px;
	    font-size: 18px;
    color: #fff;
    line-height: 1.2;
      font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}

 #clients {
     padding: 75px 0;
     background: #f4f4f4;
}
 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px;
}
 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px;
}
 #clients .client-logo:hover img {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}
 #clients img {
     transition: all 0.4s ease-in-out;
}


 #clients h3{
 	font-size: 18px;
    color: #c2353a;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding: 15px;
    text-align: center;

}
#clients p{
	text-align: center;
    font-size: 35px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
   font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 50px;

}
.capital-address span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ab1a12;
    font-family: 'Cardo', serif;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}
.capital-address{
	padding-bottom: 25px;
	z-index: 9;
	position: relative;
}
.capital-address p{
	font-size: 17px;
    color:#fff;
    line-height: 25px;
    font-family: 'Cardo', serif;
    font-weight: 300;
    font-style: normal;
    padding-left: 15px;
    	
}
.contact-left{
    min-height: 500px;
    background-image: url(../img/cf-contact.png);
    background-size: cover !important;
    background-position: left center !important;
    position: relative;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    padding:0 50px;
    flex-direction: column;
    justify-content: center;
}
.contact-left:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.55);
}
.contacts{
	padding: 75px 0;
}

footer{
	background: #1e3645;
	padding: 50px  0;
}


.middle-footer p{
	font-weight: 500;
	color: #797e81;
    font-size: 15px;
    font-family: 'Cardo', serif;
    padding: 10px 0;
    margin:0;
    max-width: 450px;
}
.middle-footer .f-social span{
	background: #29404e;
	color: #fff;
	font-size: 21px;
	width: 45px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	border-radius: 5px;

}
.middle-footer .f-social span a{
    color: #fff;
}
.middle-footer .f-nav{
	padding: 25px 0;
}

.middle-footer .f-nav li a{
	font-weight: 300;
	color: #797e81;
    font-size: 15px;
    padding-bottom: 2px;
     font-family: 'Cardo', serif;
}
.middle-footer h2{
	color: #fff;
	font-size: 21px;
	font-family: 'Oswald', sans-serif;
}


.footer-bottom {
    padding-top:25px;
    color: #838485;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Cardo', serif;
}
.f-social {
  margin-top: 25px  ;
}
.f-social  li{
  margin: 0 10px 0 0;
}
.f-social  i{
 font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: #9d9c9c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-logo{
	
	color: #fff;
	font-size: 25px;
  font-family: 'Oswald', sans-serif;
  display: inline;
		float: left;
		padding: 0 10px 0 0;

}

.contact-coffee.d-flex.flex-wrap .btn {
  background: #325d77;
  margin-bottom: 25px;
  border: 0;
  padding: 7px 25px;
  color: #fff;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
}
.hamburger-menu {
    position: absolute;
    top: 60px;
    /* r: 0; */
    width: 35px;
    height: 50px;
    left: -50px;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 13px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.abt-explore h1{
	font-size: 30px;
	max-width: 700px;
}
.who-we{
	padding: 75px 0;
}
.who-we-are .block {
	  background-color: #f4f4f4;
    font-size: 45px;
    border-bottom-color: normal;
    color: #333;
    line-height: 1.2;
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: normal;
    min-height: 450px;
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat !important;
    margin-bottom: 25px;
}
.who-we-are .carousel-item{
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.client-list{
  margin:75px 0;
}
.client-list .client-img{
  overflow:hidden;
  border-radius: 25px;
  margin-bottom: 30px;
}
.client-list .block{
  min-height: 350px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    overflow:hidden;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.client-list .block:hover{
   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1);
}
.client-content{
  position: absolute;
  left:0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
    padding: 25px;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
}
.client-content:after{
  content: "";
  position: absolute;
  left:0;
  top:100%;
  width: 100%;
  opacity: 0;
  height: 100%;
    background-color: rgba(89, 214, 90, 0.5);
  display: flex;
    padding: 25px;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}
.client-list .block:hover .client-content:after{
  top:0;
  opacity: 1;
}
.client-list .block:hover .client-content h2{
  color: #fff;
}
.client-content p{
  font-size: 17px;
    color: #fff;
   font-family: 'Cardo', serif;
    font-weight: 500;
}

.client-content h2{
    font-size: 23px;
  color: #59d65a;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.edu-address p a{
  color: #000;
}

.contact-coffee h2{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

.contact-coffee{
  padding: 75px 0;
}
.contact-coffee .form-group{
  border:2px solid #d1e6f3;
  padding:5px 15px;
}
.contact-coffee .form-control{
  border:0;
}
.contact-coffee .form-group i{
 color: #1eacf2;
 font-size: 12px;
}
.contact-coffee .form-control::-webkit-input-placeholder { /* Edge */
  color:  #b7b7b7;
}

.contact-coffee .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #b7b7b7;
}

.contact-coffee .form-control::placeholder {
  color:  #b7b7b7;
}
.contact-coffee .form-control:focus{
  outline: 0; 
  box-shadow: none !important;  
}
.edu-address{
  display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.edu-address span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    background-color:rgb(95, 51, 32);
    color: #fff;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.edu-address p{
    color: #333;
    font-size: 15px;
    display: inline-block;
    font-family: 'Cardo', serif;

}
.edu-address span a{
  color: #fff;
  font-family: 'Cardo', serif;
}
.edu-address h2{
  font-size: 15px;
  margin:0 15px 0 0;
  padding: 0;
  font-family: 'Cardo', serif;

}
map {
    padding-top: 15px;
    display: block;
}
.logo a,.capital-address p a{
  color: #fff;
}

.success-msg {
  color: #270;
  background-color: #DFF2BF;
}

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}