
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #eee;
	font-size: 20px;
	line-height: 34px; 
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-family: 'poppinsregular', sans-serif;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}



#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#wrapper .container{
	max-width: 1140px !important;
	padding: 10px;
}
#header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .column{
	width: 33.3%;
	padding: 0 20px;
	text-align: center;
}
#header .column h1{
	margin: 0;
    stroke: #000;
	display: block;
	color: #a2b281;
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0;
	font-family: "Roboto Slab", Sans-serif;
}
#header .column a{
	fill: #54595f;
    color: #54595f;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    background-color: #e9cf80;
    padding: 15px 15px 15px 15px;
    font-family: 'Poppins',sans-serif;
    border-radius: 15px 15px 15px 15px;
}
#header .column a:hover{
	color: #fff;
	background:#a2b281;
}

.text-holder{
	padding: 10px;
	text-align: center;
}
.text-holder h2{
	margin: 0;
    line-height: 1;
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
	font-family: "Ovo", Sans-serif;
}

.image-section{
	padding: 30px 0 0;
}
.image-section .img-columns{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.image-section .img-columns .column{
	width: 30%;
}
.image-section .img-columns .column img{
	border: 5px solid #000;
}

.full-text h2{
	margin: 0;
	display: block;
	text-align: center;
	font-size: 46px;
	color: #1a1a1a;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: 3px 3px 0px #BDA16D;
	-webkit-text-stroke-color: #54595f;
	-webkit-text-fill-color: #e9cf80;
	-webkit-text-stroke-width: 2px;
	font-style: italic;
	font-weight: 600;
	font-family: 'poppinsregular', sans-serif;
}

.two-column-section .two-columns{
	display: flex;
	flex-wrap: wrap;
}
.two-column-section .two-columns .column:first-child{
	width: 40%;
	padding: 5%;
	background: #e9cf80;
}
.two-column-section .two-columns .column{
	width: 60%;
	padding: 5%;
	background: #a2b281;
}
.two-column-section .two-columns h3{
	display: block;
	color: #54595f;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: "Ovo", Sans-serif;
}
.two-column-section .two-columns .list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.two-column-section .two-columns .list li{
	width: 100%;
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 33px;
	align-items: center;
	font-family: "Ovo", Sans-serif;
}
.two-column-section .two-columns .list li i{
	color: #5a5a5a;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.two-column-section .two-columns .sub-list{
	width: 100%;
}
.two-column-section .column-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-column-section .column-holder .col{
	width: 46%;
	padding: 0;
}

.slider-section{
	padding: 40px 0;
}
.slider-section .card-header{
	padding: 0 15px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: flex;
	justify-content: center;
}
.slider-section .card{
	border: 0;
	background: transparent;;
}
.slick-track{
	display: flex !important;
	align-items: center;
}
.slick-dots li{
	width: 0 !important;
	height: 0 !important;
	margin: 0 15px !important;
}
.slick-dots li button:before{
	font-size: 10px !important;
	width: 0 !important;
	height: 0 !important;
}

.press-section h3{
	display: block;
	margin: 0 0 20px;
	text-align: center;
	font-size: 40px;
	color: #54595f;
	font-weight: 600;
	font-family: "Ovo", Sans-serif;
}
.press-section .three-columns{
	display: flex;
	flex-wrap: wrap;
}
.press-section .three-columns .column{
	width: 33.3%;
	padding: 25px;
	background: #a2b281;
}
.press-section .three-columns .column p{
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 0;
	font-family: "Raleway", sans-serif;
}
.press-section .three-columns .column strong{
	font-weight: 700;
	color: #000;
	font-size: 15px;
	line-height: 28px;
	font-family: "Raleway", sans-serif;
}
.press-section .three-columns .column:nth-child(2){
	background: #fff;
}
.press-section .three-columns .column:nth-child(3){
	background: #e9cf80;
}

#footer{
	padding: 20px;
	text-align: center;
}
#footer span{
	color: #1a1a1a;
	font-size: 19px;
	line-height: 35px;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
}
.slick-prev{
	left: 25px
}
.slick-next{
	right: 25px;
}
.slide-arrow{
	border: 0;
	outline: none !important;
	box-shadow: none;
	cursor: pointer;
}
.slide-arrow.prev-arrow{
	top: 50%;
	z-index: 9;
	left: 10px;
	width: 40px;
	height: 40px;
	margin: -30px 0 0;
	position: absolute;
	color: hsla(0,0%,93.3%,.9);
	background: transparent;
}
.slide-arrow.next-arrow{
	top: 50%;
	z-index: 9;
	right: 10px;
	width: 40px;
	height: 40px;
	margin: -30px 0 0;
	position: absolute;
	color: hsla(0,0%,93.3%,.9);
	background: transparent;
}


@media (max-width: 1199px){
	#header .column h1{
		font-size: 34px;
	}
}

@media (max-width: 991px){
	#header .column{
		width: 50%;
	}
	#header .column:first-child{
		display: none;
	}
}
@media (max-width: 767px){
	#header .column h1{
		font-size: 28px;
	}
	.image-section .img-columns{
		flex-wrap: wrap;
	}
	.image-section .img-columns .column{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.full-text h2{
		font-size: 34px;
	}
	.two-column-section .two-columns .column,
	.two-column-section .two-columns .column:first-child{
		width: 100%;
	}
	.two-column-section .column-holder .col{
		width: 100%;
		flex-basis: auto;
	}
	.two-column-section .two-columns .list li{
		margin: 0;
	}
	.two-column-section .two-columns h3{
		font-size: 32px;
	}
	.slider-section .card-header{
		padding: 0 10px;
	}
	.press-section .three-columns .column{
		width: 100%;
	}
}

@media (max-width: 575px){
	#header .column{
		width: 100%;
		padding: 10px;
	}
	#header .container{
		flex-wrap: wrap;;
	}
	#header .column h1{
		font-size: 32px;
	}
	.press-section h3{
		padding: 0 20px;
		font-size: 0 20px;
	}
}