@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
@font-face {
  font-family: 'DreamCaps';
  src: url('fonts/DreamCaps.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
	background-color: #e9eae7;
	margin: 0;
	padding: 0;
}
.container{
	max-width: 1300px;
	margin: 0 auto;
}
.row{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}
.col{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.ra-center{
	align-items: center;
}
.t-center{
	text-align: center;
}
.jc-center{
	justify-content: center;
}
.jc-end{
	justify-content: end;
}
.jc-start{
	justify-content: start;
}
.fw-wrap{
	flex-wrap: wrap;
}
.img-responsive{
	width: 100%;
}
.col-100{
	flex: 0 0 100%;
}
.col-60{
	flex: 0 0 60%;
}
.col-50{
	flex: 0 0 50%;
}
.col-40{
	flex: 0 0 40%;
}
.col-33{
	flex: 0 0 33.333333%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'DreamCaps';
	font-weight: normal;
	margin: 0;
}
p{
	font-family: "Antic Didone", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	margin: 0;
}
a{
	font-family: "Antic Didone", serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style-type: none;
}
.btn a{
	font-family: 'DreamCaps';
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
.btn .btn-arrow{
	margin-left: 10px;
}
.btn .btn-light{
	color: #ECEDEA;
}
.heading{
	font-size: 40px;
}
.heading.dark-heading{
	color: #444D30;
}
.heading-bf{
	margin-bottom: 20px;
}

.site-branding{
	text-align: center;
	margin-top: 20px;
}
.site-header .header-inner{
	justify-content: center;
}
.site-header .header-inner .site-navigation .menu .menu-item a{
	font-family: 'DreamCaps';
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
}
.site-navigation ul.menu li ul li.menu-item-has-children:after{
	transform: translateY(0%) rotate(-90deg);
}
.about-me{
	padding: 120px 0 120px 0;
}
.about-me .content .heading{
	width: 70%;
	margin-bottom: 30px;
}
.about-me .content .mb{
	margin-bottom: 50px;
}
.about-me .content .mb.mb-15{
	margin-bottom: 15px;
}
.about-me .content.mt{
	margin-top: 100px;
}
.about-me .content .btn{
	margin-top: 50px;
}
.about-me .about-me-slider{
	margin: 25px 0 0 0;
}
.about-me .mt-120{
	margin-top: 110px;
}
.story-scroll{
	background-color: #444D30;
	padding: 120px 0 120px 0;
}
.story-scroll .content.mb{
	margin-bottom: 60px;;
}
.story-scroll .content.mt{
	margin-top: 60px;
}
.story-scroll .content .heading,
.fc-studies .content .heading{
	margin-bottom: 30px;
}
.story-scroll .content .heading,
.story-scroll .content p{
	color: #ECEDEA;
}
.story-scroll .content .btn{
	margin-top: 50px;
}
.fw-slider .slick-list{
	padding: 0 300px !important;
}
.fw-slider .item{
	margin: 0 15px;
}
.fw-slider .item img{
	width: 100%;
}
.fc-studies{
	padding: 120px 0 120px 0;
}
.fc-studies .content p.mb{
	margin-bottom: 50px;
}
.fc-studies .content{
	margin-top: 30px;
}
.fc-studies .content p{
	margin-top: 10px;
}
.fc-studies .btn{
	margin-top: 50px;
}
.fc-studies .btn a{
	color: #000000;
}
.full-frame-video{
	background: url('../images/full-frame-bg.jpg') no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 380px 0;
}
.full-frame-video .content{
	width: 40%;
    text-align: center;
}
.full-frame-video .content h2{
	color: #ffffff;
	font-size: 55px;
}
.main-footer{
	background-color: #444D30;
	padding: 120px 0 120px 0;
}
.main-footer .footer-logo{
	margin-bottom: 70px;
}
.main-footer .bl-right{
	border-right: 1px solid #ffffff;
}
.main-footer .content{
	width: 80%;
	padding: 30px 0 30px 0;
}
.main-footer .content h3{
	font-size: 36px;
	line-height: 1.4;
	color: #ECEDEA;
	margin-bottom: 35px;
}
.main-footer .content p{
	font-size: 18px;
	color: #ECEDEA;
}
.main-footer .footer-menu{
	padding: 30px 0 30px 120px;
}
.main-footer .footer-menu .menu-items h5{
	font-size: 18px;
	color: #ECEDEA;
	margin-bottom: 20px;
}
.main-footer .footer-menu .menu-items ul li{
	margin-bottom: 10px;
}
.main-footer .footer-menu .menu-items ul li a{
	font-size: 16px;
	color: #ECEDEA;
}
.main-footer .footer-logo-copyright{
	margin-top: 35px;
}
.main-footer .footer-logo-copyright p{
	font-family: 'DreamCaps';
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
}

/* Internal Page Style Start */
.ih-header{
	background-color: #444D30;
	padding: 120px 0;
}
.ih-header .heading{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.ih-header .heading h2{
	font-size: 40px;
	margin-bottom: 15px;
	color: #ffffff;
}
.ih-header .heading h2.mbs-0{
	margin-bottom: 0;
}
.ih-header .heading p{
	font-size: 16px;
	color: #ffffff;
}
.all-stories .item{
	margin-bottom: 60px;
}
.all-stories .item .btn{
	margin-top: 20px;
}
.ih-header.stories-single .heading{
	width: 100%;
}

/* About Page Style Start */
.about-inner-header{
	background: url('../images/about-inner-bg.jpg') no-repeat;
}
.about-inner-header .heading h2{
	font-size: 160px;
	color: #e9eae7;
}
.about-inner-header .about-name h4{
	font-size: 32px;
	color: #e9eae7;
	margin-bottom: 10px;
	font-style: italic;
}
.about-inner-header .about-name p{
	color: #e9eae7;
	font-style: italic;
}
.about-p .row.mt{
	margin-top: 120px;
}
.about-p .content.mt{
	margin-top: 30px;
}
.about-p-s2{
	background-color: #444D30;
	padding: 120px 0 120px 0;
}
.about-p-s2 .content .heading{
	color: #ECEDEA;
	margin-bottom: 30px;
}
.about-p-s2 .content .width-60{
	width: 60%;
	margin: 0 auto;
}
.about-p-s2 .content p{
	color: #ECEDEA;
}
.about-p-s2 .row.mb{
	margin-bottom: 60px;
}
.about-p-s3 .row.mt{
	margin-top: 120px;
}

/* About Page Style End */

/* Testimonials Page Style Start */

.testimonials .item{
	position: relative;
}
.testimonials .item .overlay{
	position: absolute;
	top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}
.testimonials .item .overlay .content{
	background-color: #444d30e3;
	width: 60%;
	padding: 60px;
	box-sizing: border-box;
}
.testimonials .item .overlay .content h3{
	font-size: 26px;
}
.testimonials .item .overlay .content h3,
.testimonials .item .overlay .content p,
.testimonials .item .overlay .content .name{
	color: #ECEDEA;
}
.testimonials .item .overlay .content .name{
	margin-top: 15px;
}

/* Testimonials Page Style End */

/* Enquire Page Style Start */

.enquire .content .heading{
	width: 100%;
}
.enquire .wpcf7 .wpcf7-form .form{
	width: 70%;
	margin: 0 auto;
}
.enquire .wpcf7 .wpcf7-form .form .input-field input[type="submit"]{
	background-color: #444D30;
	color: #ffffff;
	border: 0;
}

/* Enquire Page Style End */

/* Slider Style Start */

.slick-next.slick-arrow{
	position: absolute;
	right: 1%;
	top: 50%;
	color: #ffffff;
	border-color: #ffffff4a;
	font-size: 14px;
}
.slick-prev.slick-arrow{
	position: absolute;
	left: 1%;
	top: 50%;
	color: #ffffff;
	border-color: #ffffff4a;
	z-index: 999;
	font-size: 14px;
}
.slick-arrow:hover{
	background-color: #ffffff36;
}
.slick-arrow:focus{
	background-color: #ffffff36;
}

/* Slider Style End */











