@charset "utf-8";
@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=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@font-face {
	font-family: 'AnandaBlack';
	src: url('../fonts/AnandaBlackWRJO.eot');
	src: url('../fonts/AnandaBlackWRJO.eot') format('embedded-opentype'), url('../fonts/AnandaBlackWRJO.woff2') format('woff2'), url('../fonts/AnandaBlackWRJO.woff') format('woff'), url('../fonts/AnandaBlackWRJO.ttf') format('truetype'), url('../fonts/AnandaBlackWRJO.svg#AnandaBlackWRJO') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #333;
	font-weight: 400;
	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
}
.mb-30 {
	margin-bottom: 30px
}
a {
	text-decoration: none;
	color: #012330;
}
img {
	max-width: 100%;
	height: auto;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
h1 {
	font: 400 55px/60px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0 0;
}
h2 {
	font: 900 50px/55px 'Lato', sans-serif;
	color: #131313;
	padding: 15px 0 0 0;
}
h3 {
	font: 400 40px/45px 'Lato', sans-serif;
	color: #131313;
	padding: 15px 0 0 0;
}
h4 {
	font: 400 30px/35px 'Lato', sans-serif;
	color: #131313;
	padding: 15px 0 0 0;
}
h5 {
	font: 400 25px/30px 'Lato', sans-serif;
	color: #131313;
	padding: 15px 0 0 0;
}
h6 {
	font: 400 20px/25px 'Lato', sans-serif;
	color: #131313;
	padding: 15px 0 0 0;
}
p {
	font: 400 16px/20px 'Lato', sans-serif;
	color: #333;
	padding: 15px 0 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #bd1c82;
	font: 700 20px/55px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 50px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #bd1c82;
	border-radius: 5px;
}
.btn:hover {
	background: #31c4f2;
	color: #fff;
	border: 1px solid #31c4f2;
	border-radius: 0 5px 0 5px;
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #e3e3e3 url(../images/bi.png) no-repeat 90% center;
	border: 1px solid #e3e3e3;
	color: #000
}
.btn-white:hover {
	background: #000 url(../images/bi.png) no-repeat 95% center;
	color: #fff;
	border: 1px solid #000;
	transition: all .3s ease-in-out;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
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 {
}
ul.bullet{ margin:15px 0 0;}
.bullet ul{ margin:15px 0 0;}
.bullet li{ font:400 15px/18px 'Lato', sans-serif; background:url(../images/li.png) no-repeat 0 12px; padding:10px 0 0 30px;}

.logo {
	float: left;
	padding: 5px 0;
}
.logo img {
	width: auto;
}
.logo_after {
	float: right;
	width: 75%;
	margin: 7px 0 0;
}
.logo_after ul {
	display: table;
	width: 100%
}
.logo_after ul li {
	width: 33.33%;
	float: left;
	padding: 10px 0px 10px 45px;
	font: 400 15px/20px 'Lato', sans-serif;
	color: #333;
}
.logo_after ul li p {
	padding: 0;
}
.logo_after ul li.location {
	background: url(../images/hi-3.png) no-repeat left 7px;
}
.logo_after ul li.phone {
	background: url(../images/hi-1.png) no-repeat left 7px;
}
.logo_after ul li.mail {
	background: url(../images/hi-2.png) no-repeat left 7px;
}
.logo_after ul li a {
	font: 400 15px/20px 'Lato', sans-serif;
	color: #000;
}
.logo_after ul li a:hover {
	color: #012330;
}
/*---navigation---*/
/*---navigation---*/
.menu_area {
	padding: 0;
	background: #1e96d3;
}
#navbtn {
	display: none;
}
.gallerybox {
	margin: 30px 0 0;
}
.nav-menu {
	display: table;
}
.nav-menu > li {
	position: relative;
	float: left;
	margin: 0;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 17px/51px 'Lato', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: 0 12px;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: #bc1d82;
	border-radius: 0;
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	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: 400 15px/45px 'Lato', sans-serif;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
#navigation {
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 0 auto;
}
.nav-menu li > a {
	margin: 0 9px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #1e96d3;
	margin: 0;
}
#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: #1e96d3;
	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: 400 15px/45px 'Lato', sans-serif;
	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;
	width: auto;
}
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	position: relative;
}
/*.bannercontainer:after {
	content: "";
	height: 75px;
	width: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: url(../images/banner_bot.png) repeat-x bottom center;
}*/
.banner_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, -0%);
	z-index: 9;
}
/*[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: 45%;
	float: left;
	text-align: center;
}
.banner_wrap .txt .ban_txt .ban_text {
	background: #bd1c82;
	padding: 25px 45px;
	border-radius: 25px 25px 0 0;
}
.banner_wrap .txt .ban_txt .ban_img {
	text-align: center;
}
.banner_wrap .txt .ban_txt .ban_img img {
	width: 25%;
}
.banner_wrap .txt .ban_txt h2 {
	font: 900 64px/60px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
}
.banner_wrap .txt .ban_txt p {
	color: #fff;
	padding: 5px 0 0 0;
}
.banner_wrap .txt .ban_txt a {
	width: 100%;
	background: #31c4f2;
	padding: 15px;
	margin: 15px 0 0 0;
	float: left;
	border-radius: 5px;
	font: 500 20px/30px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt a:hover {
	background: #000;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 50px 0;
	overflow: hidden;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.bg-black {
	background: #000;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 75%;
	padding: 0px 0 30px;
}
.alignleft.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 0% 85%;
	padding: 0px 0 30px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
	width: 100%;
	height: auto;
	float: left;
}
.img_full img {
	width: 100%;
}
.about_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about_txt {
}
.about_txt h2 {
	padding: 0;
	text-transform: uppercase;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
}
.two_part {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mail_form {
}
.mail_form h3 {
	padding: 0 0 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.mail_form h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.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: 50px;
	border: 1px solid #d4d4d4;
	border-radius: 0px;
	margin: 1% 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 400 14px/40px 'Lato', sans-serif;
	color: #fff;
	font-style: italic;
	background: transparent;
}
.mail_form textarea {
	height: 123px;
	line-height: 25px
}
.mail_form input[type="submit"] {
	width: 100%;
	background: #f5aa1b;
	font: 400 19px/45px 'Lato', sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 0 45px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 5px;
}
.mail_form input[type="submit"]:hover {
	background: #bd1c82;
	color: #fff;
	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 14px/40px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/25px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
.download_area {
}
.download_area ul {
	width: 100%;
}
.download_area ul li {
	width: 100%;
	float: left;
	margin: 0.5%;
	background: #31c4f2;
	border-radius: 12px;
}
.download_area ul li a {
	padding: 15px 5px 15px 75px;
	background: url(../images/db.png) no-repeat 4% center;
	font: 400 22px/27px 'Lato', sans-serif;
	color: #fff;
	width: 100%;
	float: left;
	border-radius: 5px;
}
.download_area ul li:hover, .download_area ul li.active {
	background: #1e96d3;
}
.download_area ul li:hover a {
	background: url(../images/db.png) no-repeat 4% center;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
footer {
	background: #000 url(../images/footer-bg.jpg) repeat center;
}
footer .footer_content {
	padding: 25px 0;
}
.footer_logo {
	text-align: center;
	position: relative;
	top: -100px;
}
footer .footer_content .footer_links {
	width: 100%;
	padding: 15px 0;
}
footer .footer_content .footer_links ul {
	display: table;
}
footer .footer_content .footer_links ul li {
	float: left;
	padding: 0px 12px;
	text-align: center;
}
footer .footer_content .footer_links ul li:last-child {
	border: none;
}
footer .footer_content .footer_links ul li a {
	font: 400 15px/20px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
footer .footer_content .footer_links ul li a:hover {
	color: #1e96d3;
}
footer .footer_content .footer_links ul li:hover a, footer .footer_content .footer_links ul li.active a {
	color: #1e96d3;
	text-decoration: none;
}
.copyright_wrap {
}
.copyright_wrap p {
	text-align: center;
	font: 400 15px/20px 'Lato', sans-serif;
	color: #fff;
	padding:0;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #012330;
}
/*--footer_wrap end--*/

.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #25aae1;
}
.colorviolet {
	color: #7d48c6;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-blue {
	background: #1e96d3;
}
.lit-txt {
	font-weight: 300;
}
.btn-black {
	background: #000;
}
.btn-black:hover {
	background: #f2f2f2;
}
.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 .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.bdr-top {
	border-top: 1px solid #999;
}
.map {
}
.map iframe {
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #666;
	padding: 1%;
}
.listing {
	margin: 15px 0 0 0;
}
.listing ul {
	width: 100%;
	list-style-position: inside;
}
.listing ul li {
	width: 100%;
	padding: 5px 0 5px 35px;
	font: 400 20px/25px 'Lato', sans-serif;
	color: #000;
	background:url(../images/li.png) no-repeat left center;
}
