@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #000;
}
#wpadminbar ul:after {
	clear: inherit;
}
a {
	color: #7ac142;
}
a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}
ul li {
	list-style-type: none;
}
#navbtn {
	display: none;
}
.nav-menu {
}
.nav-menu li {
	position: relative;
	float: left;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 17px/38px 'Lato', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	padding: 0 15px;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #fff;
	background: #ee1c24;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 0 5px #02496d;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu .sub-menu a {
	font: normal 14px/40px 'Lato', sans-serif;
	padding: 0 10px;
	white-space: nowrap;
	color: #000;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #035e8d;
}
#banner {
	position: relative;
}
.flexslider {
	position: relative;
}
.flexslider li {
	position: relative;
}
.flexslider li > img {
	width: 100%;
}
.banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	text-align: center;
	z-index: 999;
}
.banner-text h1 {
	font: 300 83px/85px 'Lato', sans-serif;
	color: #fff;
}
.banner-text h1 span {
	display: block;
}
header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 999;
}
#logo {
	float: left;
}
#navigation {
	float: right;
	padding: 25px 0 0;
}
.flex-control-nav {
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.flex-control-nav li {
	float: left;
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: none;
	border: solid 1px #fff;
	margin: 0 2px;
}
.flex-control-nav li a {
	cursor: pointer;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.flex-control-nav li a.flex-active {
	background: #fff;
	border-radius: 100%;
}
.flex-direction-nav {
	display: none;
}
#content {
	padding: 50px 0;
}
#content h1 {
	font: 400 55px/48px 'Lato', sans-serif;
	padding: 15px 0 0;
}
#content h2 {
	font: 400 45px/48px 'Lato', sans-serif;
	padding: 15px 0 0;
}
#content h3 {
	font: 400 35px/38px 'Lato', sans-serif;
	padding: 15px 0 0;
}
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	transform: translate3d(0, 0, 0);
	margin: 25px 0 0;
}
.lazy-img {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb img {
	will-change: transform;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.lazy-img img {
	width: 100%;
	height: auto;
	transition: 1s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background: rgba(34, 37, 47, 0.6);
}
.thumb_cnt {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	padding: 9px 75px 10px;
	background: #f7f7f7;
	bottom: 36px;
	z-index: 1;
}
#content .thumb_cnt h5 {
	color: rgba(17, 17, 17, 0.8);
	font: 400 20px/22px 'Lato', sans-serif;
	text-transform: uppercase;
}
.thumb:hover {
	-webkit-box-shadow: 0 0 5px 0 #000;
	-moz-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;
}
.thumb:hover .thumb_overlay {
	opacity: 0;
}
.thumb:after {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -20px;
	right: -20px;
	left: -20px;
	border: 20px solid #f7f7f7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.thumb:hover:after {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
footer {
	/*background: url(images/footer-bg.jpg) no-repeat 50% 0 fixed;*/
	background-size: cover;
	padding: 50px 0 25px;
	color: #fff;
	border-top: 1px solid #ccc;
}
footer h2 {
	font: 300 50px/54px 'Lato', sans-serif;
	color: #000;
}
footer p {
	font: 400 20px/24px 'Lato', sans-serif;
	color: #000;
}
#inner-banner {
	background-size: cover !important;
	background-attachment: fixed;
	height: 155px;
}
.about-me {
	width: 271px;
	height: 271px;
	border-radius: 100%;
	margin: 30px auto;
	display: block;
}
.about-me img {
	border-radius: 100%;
	width: 100%;
	height: auto;
}
#content .grey-sec p {
	font: 400 22px/27px 'Lato', sans-serif;
	padding: 15px 0 0;
}
#content p {
	font: 400 20px/27px 'Lato', sans-serif;
	padding: 22px 0 0;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"] {
	background: #fff;
	border: none;
	text-align: center;
	border-bottom: solid 1px #000;
	font: 400 16px/48px 'Lato', sans-serif;
	color: #000;
	border-radius: 0;
}
.contact textarea {
	border: none;
	text-align: center;
	border-bottom: solid 1px #000;
	border-radius: 0;
	font: 400 16px/18px 'Lato', sans-serif;
	color: #000;
}
.contact input[type="submit"], .contact input[type="button"] {
	background: #ee1c24;
	font: 400 16px/48px 'Lato', sans-serif;
	color: #fff;
	padding: 0 30px;
	border-radius: 0;
	border: none;
}
 @media only screen and (min-width: 1399px) {
}
 @media only screen and (max-width: 1198px) {
}
 @media only screen and (max-width: 990px) {
.banner-text h1 {
	font-size: 41px;
	line-height: 43px;
}
.thumb_cnt {
	padding: 9px 14px 10px;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	position: relative;
	margin: 0;
	padding: 10px 0;
}
#navbtn {
	display: block;
	background: url(images/navigation.png) no-repeat 50% 50% #f89826;
	border-radius: 5px;
	padding: 5px 0;
	width: 42px;
	text-align: right;
	height: 37px;
	font-size: 0;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	width: 250px;
	z-index: 99999;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #035e8d;
}
.nav-menu li > a {
	font: normal 16px/40px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	color: #000;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(images/nav-arrow.png) no-repeat 50% 50% #0089cf;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#logo {
	float: left;
	width: 73px;
}
.banner-text h1 {
	font-size: 24px;
	line-height: 30px;
}
footer {
	text-align: center;
	padding: 90px 0;
}
footer .alignright {
	text-align: center;
}
}
@media only screen and (min-width: 740px) {
.nav-menu {
	display: block !important;
}
}
@media only screen and (max-width: 450px) {
#content .thumb_cnt h5 {
	font-size: 16px;
	line-height: 18px;
}
footer h2 {
	font-size: 30px;
	line-height: 34px;
}
}
.gal_wrap {
}
.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
	margin-bottom: 0px;
	margin-top: 50px;
}
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.gal_box {
	position: relative;
	margin: 0 0 0;/*overflow: hidden;
	height: 250px;
	text-align: center;*/
}
.gal_box img {
	width: 100%;
	height: auto;/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
.gal_box .gal_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.6);
}
.gal_box:hover .gal_txt {
	opacity: 1;
}
.gal_box .gal_txt h4 {
	color: white;
	font: 600 30px/35px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.gal_box .gal_txt h4 img {
	width: auto;
}
.video_box {
}
.video_box video {
	margin: 15px 0;
}
