@charset "utf-8";
@font-face {
	font-family: 'HeadingNowTrial56Bold';
	src: url('../fonts/HeadingNowTrial56Bold.eot');
	src: url('../fonts/HeadingNowTrial56Bold.eot') format('embedded-opentype'), url('../fonts/HeadingNowTrial56Bold.woff2') format('woff2'), url('../fonts/HeadingNowTrial56Bold.woff') format('woff'), url('../fonts/HeadingNowTrial56Bold.ttf') format('truetype'), url('../fonts/HeadingNowTrial56Bold.svg#HeadingNowTrial56Bold') format('svg');
}
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px "Lato", sans-serif;
	color: #5c5c5c;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #56befb;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 55px/60px 'HeadingNowTrial56Bold';
	color: #1947be;
}
h2 {
	font: 700 72px/78px 'HeadingNowTrial56Bold';
	color: #1947be;
	background: linear-gradient(#7aa189, #4d5f54);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2 span {
	font-family: "Lato", sans-serif;
}
h3 {
	font: 700 35px/40px 'HeadingNowTrial56Bold';
	color: #374b3e;
}
h4 {
	font: 700 30px/35px "Lato", sans-serif;
	color: #374b3e;
}
h5 {
	font: 700 25px/30px "Lato", sans-serif;
	color: #374b3e;
}
h6 {
	font: 500 20px/25px "Lato", sans-serif;
	color: #374b3e;
}
p {
	font: 400 17px/22px "Lato", sans-serif;
	color: #000;
	padding: 15px 0 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #374b3e;
	font: 700 15px/46px "Lato", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 37px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #374b3e;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
}
.btn-green {
	background: #63776a;
	color: #fff;
	border: 1px solid #63776a;
}
.btn-green:hover {
	background: #374b3e;
	color: #fff;
	border: 1px solid #374b3e;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.small_gap {
	padding: 10px;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/

header {
	background: #63766a;
}
.header_top {
}
.logo {
	float: left;
	margin: 0;
}
.logo img {
	width: auto;
}
.logo_after {
	float: right;
	margin: 8px 0;
}
.logo_after ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.logo_after ul li {
	display: inline-grid;
	font: 700 15px/20px "Lato", sans-serif;
	color: #fff;
	padding: 0 0 0 52px;
}
.logo_after ul li:first-child {
	padding: 0;
	border: none;
}
.logo_after ul li:last-child {
	border: none;
}
.logo_after ul li p {
	padding: 5px 5px 5px 35px;
	font: 700 15px/20px "Lato", sans-serif;
	color: #fff;
}
.logo_after ul li p span {
	font: 700 13px/20px "Lato", sans-serif;
	color: #fff;
	display: block;
}
.logo_after ul li:last-child p {
	padding-right: 0;
}
.logo_after ul li p.location {
	background: url(../images/hi-1.png) no-repeat left 11px;
}
.logo_after ul li p.phone {
	background: url(../images/hi-2.png) no-repeat left 11px;
}
.logo_after ul li p.mail {
	background: url(../images/hi-3.png) no-repeat left 11px;
}
.logo_after ul li p.web {
	background: url(../images/hi-4.png) no-repeat left 11px;
}
.logo_after ul li a {
	font: 700 13px/20px "Lato", sans-serif;
	color: #fff;
	display: block;
}
.logo_after ul li a:hover {
	color: #000;
}
.top_info {
}
.top_info h6 {
	color: #000;
}
.top_info h6 a {
	color: #000;
}
/*---navigation---*/

/*---navigation---*/

.menu_area {
	background-image: linear-gradient(to bottom, #85a08f, #697c6e);
	margin-top: -50px;
	padding: 8px 0;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu > li {
	position: relative;
	float: left;
}
.nav-menu li:last-child {
	border-radius: 50px;
	border: none;
	background: #374b3e;
}
.nav-menu li:last-child:hover {
	background: #000;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 700 14px/41px "Lato", sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: 0 19px;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
/*background: rgba(0,0,0,0.15);*//*border-bottom: 5px solid #fff;*/
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #000;
}
.nav-menu li:last-child:hover a {
	color: #fff;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #28296d;
	min-width: 220px;
	box-shadow: 0 0 5px #000;
	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 li:hover, .nav-menu .sub-menu li.active {
	border-bottom: none;
}
.nav-menu .sub-menu a {
	font: 500 14px/53px "Lato", sans-serif;
	color: #000;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 0 auto;
}
.nav-menu li > a {
	margin: 0 7px;
}
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	/*border: 1px solid #002a4b;*/
	border: none;
	/*background: #002a4b;*/
	background: transparent;
	padding: 9px 3px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 100%;
	text-align: left;
	height: 27px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #374b3e;
	z-index: 99999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 14px/42px "Lato", sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.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% #e1c31f;
}
.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;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	margin: 0% 0 0 0;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
 @media only screen and (max-width: 450px) {
}
 @media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
/*---navigation---*/

/*--header end--*/

/*--banner_wrap start--*/

.banner_wrap {
	width: 100%;
	position: relative;
}
.banner_wrap:after {
	content: "";
	z-index: 9;
	height: 63px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom right;
	background-size: 100%;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 19;
}
/*[class*="flexslider"] ul li{

	overflow: hidden;

	position: relative;

}*/

/*[class*="flexslider"] ul li > img {

	width: 100% !important;

	max-width: 100%;

	height: auto;

}*/

.banner_wrap .txt .ban_txt {
	width: 46%;
	float: left;
	background: url(../images/ban-bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0 15px;
}
.banner_wrap .txt .ban_txt h1 {
	font: 700 72px/75px 'HeadingNowTrial56Bold';
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt p {
	font-size: 19px;
	line-height: 1.3;
	color: #fff;
}
.banner_wrap .txt .ban_txt a {
	transition: all .3s ease-in-out;
}
[class*="flexslider"] ul.flex-direction-nav {
	display: block;
}
/*--banner_wrap end--*/

/*--main_wrap start--*/

.main_wrap {
}
.content_wrapper {
	padding: 90px 0;
	overflow: hidden;
}
/*--advantage_wrap start--*/

.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.bg-black {
	background: #000;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 90%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 0% 90%;
	padding: 0px 0 30px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
}
.wwa_txt {
	padding: 90px 0 90px 52px;
	background: url(../images/wwa-bg.png) no-repeat center center;
}
.sup_wrap {
	background: #344c3d;
}
.sup_box {
	margin: 25px 0;
}
.sup_box h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 15px 0 0 0;
}
.sup_box p {
	color: #fff;
}
.colorwhite {
}
.colorwhite h2 {
	background: linear-gradient(#fff, #fff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.colorwhite p {
	color: #fff;
}
.op_txt {
}
.op_txt h2 {
	background: linear-gradient(#000, #000);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.op_txt p {
}
.op_txt p span {
	font-size: 24px;
}
.op_txt ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: disc;
	color: #00a69c;
}
.op_txt ul li {
	width: 100%;
	padding: 2.5px 5px;
	font: 400 16px/20px "Lato", sans-serif;
	color: #000;
	margin: 0 0 0 20px;
}
.ready_wrap {
	background: linear-gradient(#eae9e8 26.5%, #fff 26.5%);
}
.ready_txt {
}
.ready_txt h2 {
	background: linear-gradient(#000, #000);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
#owl-one .item {
	margin: 15px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 25%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 25%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.download_wrap {
	background: #334d3e;
}
.down_txt {
}
.down_txt h5 {
	color: #fff;
	font-weight: 500;
}
.down_txt a {
	color: #fff;
}
.download_area {
}
.download_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 45px;
}
.download_area ul li {
	width: 24%;
	display: inline-block;
	margin: 1% 0.5%;
	border-radius: 15px 50px;
	text-align: left;
	background: #fff;
	transition: all .3s ease-in-out;
}
.download_area ul li:nth-child(even) {
	background: #fff;
}
.download_area ul li:last-child {
}
.download_area ul li a {
	padding: 25px 5px 25px 95px;
	font: 700 20px/25px "Lato", sans-serif;
	color: #000;
	width: 100%;
	display: block;
	background: url(../images/db.png) no-repeat 25px center;
}
.download_area ul li:last-child a {
	padding: 50px 5px 50px 95px;
}
.download_area ul li a span {
	display: block;
}
.download_area ul li:hover, .download_area ul li.active {
	background: #000;
	border-radius: 25px 0;
}
.download_area ul li:hover a, .download_area ul li.active a {
	color: #fff;
	background: url(../images/db.png) no-repeat 25.5px center;
}
.eq_wrap {
	background: #bbf5f2;
	padding-bottom: 0 !important;
}
.con_area {
	margin: 36px 0;
}
.con_area ul {
	display: flex;
	width: 100%;
}
.con_area ul li {
	position: relative;
	display: inline-block;
	width: 24%;
	margin: 1% 0.5%;
	background: #63766a;
	border-radius: 50px 0;
	padding: 50px 17px 25px;
	font: 400 18px/25px "Lato", sans-serif;
	color: #fff;
	clear: both;
}
.con_area ul li img {
	position: absolute;
	left: 50%;
	top: -17.5%;
	transform: translate(-50%, 0%);
}
.con_area ul li span {
	display: block;
	font-weight: 800;
}
.cu_txt {
}
.cu_txt h2 {
	text-transform: uppercase;
	background: linear-gradient(#000, #000);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mail_form {
	padding: 0;
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 36px 0;
	text-transform: uppercase;
	background: linear-gradient(#000, #000);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 60px;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	margin: 1% 0;
	padding: 0 0;
	text-indent: 0px;
	font: 400 15px/60px "Lato", sans-serif;
	color: #000;
	background: rgba(255,255,255,0);
}
.mail_form textarea {
	height: 124px;
	line-height: 25px;
	padding: 5px 0;
}
.mail_form input[type="submit"] {
	background: #374b3e;
	font: 700 15px/56px "Lato", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 47px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #374b3e;
	border-radius: 50px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 15px/60px "Lato", sans-serif;
 color: #000 !important;
 opacity:1;
}
 .mail_form textarea::-webkit-input-placeholder {
 font: 400 15px/25px "Lato", sans-serif;
 color: #000 !important;
 opacity:1;
}
/*--advantage_wrap end--*/

/*--main_wrap end--*/

/*--footer_wrap start--*/

footer {
	text-align: center;
	color: #fff;
}
.footer_logo {
	text-align: center;
}
.footer_links {
	width: 100%;
	padding: 30px 0;
}
.footer_links ul {
	width: 100%;
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0px 20px;
	text-align: center;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 700 13px/22px "Lato", sans-serif;
	color: #000;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: #374b3e;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #374b3e;
	text-decoration: none;
}
.copyright_wrap {
	padding: 20px 0;
	background: #374b3e;
}
.copyright_wrap p {
	font: 400 14px/19px "Lato", sans-serif;
	color: #fff;
	padding: 0 0;
}
.copyright_wrap p+p {
	margin: 9px 0 0 0;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #000;
}
/*--footer_wrap end--*/



.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #25aae1;
}
.colorviolet {
	color: #794d9f;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #7d3990;
}
.lit-txt {
	font-weight: 300;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/

}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 1px solid #999;
}
.map {
}
.map iframe {
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #666;
	padding: 1%;
}
.listing {
	margin: 25px 0 0 0;
}
.listing h6 {
	margin: 0 0 15px 0;
	font-weight: 500;
	color: #374b3e;
}
.listing ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.listing ul li {
	width: 100%;
	padding: 5px;
	font: 400 17px/22px "Lato", sans-serif;
	color: #000;
	margin: 0 0 0 20px;
}
.find_txt {
}
.find_txt a {
	color: #000;
}
