body {
	margin: 0px;
	padding: 0px;
	background:url(../images/pbg.jpg);
	font-family: 'Montserrat', sans-serif;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}
.top-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	background: #07517f;
}
.top-banner-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	min-height: 50px;
}
.header-user {
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 50px;
}
.header-user li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
}
.header-user li .fa{
	color: #fff;
	font-size:16px;
	margin:0 10px 0 0;
	line-height:50px;
}
.header-user li .fa:hover{
	color: #73bf44;
	font-size:16px;
	margin:0 10px 0 0;
	line-height:50px;
}

.header-user li i.icon-lock {
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #bba4a4;
	margin-right: 5px;
}
.header-user li ~ li {
	margin: 0 0 0 10px;
}
.header-user li i.icon-user-5 {
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	color: #bba4a4;
	margin-right: 5px;
}
.header-user li a {
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.header_search {
	width: 300px;
	height: 30px;
	margin: 10px 0 0 0;
	float: right;
	position: relative;
	padding: 0;
}
.header_search #search-field {
	box-sizing: border-box;
	width: 250px;
	height: 30px;
	float: right;
	padding: 5px;
	line-height: 40px;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 0.62);
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.header_search #search-field:focus{
	width:300px;
}
.header_search #search-submit {
	width: 38px;
	height: 30px;
	margin: 0;
	background: #73bf44;
	outline: none;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	cursor:pointer;
}
.header_search #search-submit i {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.header_cart {
	float: left;
	padding: 8px 20px 0 0;
	margin-left: 120px;
}
.header_cart a {
	min-height: 34px;
	display: block;
	padding: 7px 0 0 43px;
	font-size: 17px;
	text-transform: uppercase;
	background: url(../images/cart.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.header_cart a b {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.header_currency {
	float: right;
	padding: 8px 0 0 0;
	background: #191818;
	margin-top: 5px;
}
select, select.form-control {
	padding: 8px 3px;
	padding: 6px;
	background: #191818;
	border: 1px solid #191818;
	font: normal 13px 'Arial';
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}
.btn, .btn a, .btn-info, .btn-primary {
	padding: 15px 20px 0px 20px;
	background: #73bf44 !important;
	border: 1px solid #73bf44 !important;
	font-size: 17px;
	line-height: 1em;
	color: #ffffff !important;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 0 rgba(255,255,255,.1);
	text-decoration: none;
}
.btn.checkout {
	height: 13px;
	float: right;
	margin: 5px 20px 0 0;
	padding: 12px 19px;
	font-size: 14px;
	text-transform: none;
}
.logo-banner {
	margin: 5px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
.logo-banner img {
	width: 100%;
	height: auto;
}
.logo-banner a {
	display: inline-block;
}
.menu-banner {
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #FFF;
	position: relative;
}
.menu-banner-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	height: auto;
}
.menu-banner-right {
	margin: 0px;
	float: right;
	margin-top: 40px;
}
.slide-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.slide-banner-in {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
}
.slide-banner-in-left {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	float: left;
	background: url(../images/left.jpg )
}
.slide-banner-in-left1 {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	float: left;
}
.slide-banner-in-left-in {
	padding: 70px 30px 0 30px;
}
.slide-banner-in-left-in h1 {
	margin: 0;
	padding: 0px;
	font-size: 55px;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
}
.slide-banner-in-left-in p {
	margin: 0;
	padding: 0px;
	margin: 18px 0 0 0;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
.slide-banner-in-left-in p span {
	display: inline-block;
	text-align: center;
	padding: 22px 0 0 0;
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
.slide-banner-in-left-in p span a {
	display: inline-block;
	text-align: center;
	padding: 22px 0 0 0;
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
.slide-banner-in-left-in p span a:hover {
	text-decoration: none;
}
.slide-banner-in-left:hover {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-banner-in-left1:hover {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-banner-in-right {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	float: right;
	background: url(../images/right.jpg )
}
.slide-banner-in-right2 {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
}
.slide-banner-in-right:hover {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-banner-in-right2:hover {
	margin: 0px;
	padding: 0px;
	width: 550px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-bottom-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	min-height: 353px;
}
.slide-bottom-banner-in {
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
	min-height: 353px;
}
.slide-bottom-banner-in1 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	float: left;
	background: url(../images/s1.jpg );
}
.slide-bottom-banner-in12 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
}
.slide-bottom-banner-in1:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-bottom-banner-in12:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-bottom-banner-in2 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	float: left;
	background: url(../images/s2.jpg );
}

.slide-bottom-banner-in22 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
}
.slide-bottom-banner-in2:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-bottom-banner-in22:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-bottom-banner-in3 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	float: left;
	background: url(../images/s3.jpg );
}
.slide-bottom-banner-in32 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
}
.slide-bottom-banner-in3:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-bottom-banner-in32:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-bottom-banner-in4 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	float: left;
	background: url(../images/s4.jpg );
}
.slide-bottom-banner-in42 {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
}
.slide-bottom-banner-in4:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slide-bottom-banner-in42:hover {
	margin: 0px;
	padding: 0px;
	width: 275px;
	min-height: 353px;
	position: relative;
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-ms-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.slide-bottom-banner-in1-div {
	margin: 0px;
	padding: 0px;
	width: 275px;
	float: left;
	margin-top: 90%;
}
.slide-bottom-banner-in1-div h1 {
	margin: 0;
	padding: 0px;
	font-size: 35px;
	text-align: center;
	font-style: normal;
	font-weight: lighter;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
}
.slide-bottom-banner-in1-div h1 span a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
.slide-bottom-banner-in1-div h1 span a:hover {
	text-decoration: none;
}
.welcome-banner {
	margin: 0px;
	padding: 0;
	width: 100%;
	height: auto;
}
.welcome-banner-in {
	margin: 0px auto;
	padding: 70px 0px;
	width: 1200px;
	height: auto;
}
.welcome-banner-in h1 {
	padding: 0px;
	margin: 0;
	font-size: 26px;
	color: #07517f;
	text-align: center;
	/* text-transform: uppercase; */
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-weight: 200;
	z-index: 1;
}
.welcome-banner-in h1 span {
	margin: 0px;
	font-size: 45px;
	margin-bottom: 30px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #000;
	font-weight: 400;
}
.welcome-banner-in p {
	padding: 5px 40px;
	margin: 5px 0 0 0;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.welcome-banner-in .btn {
	padding: 12px 25px;
	width: 120px;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	display: block;
}
.what-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: url(../images/w1.jpg) fixed center center;
}
.what-banner-in {
	margin: 0px auto;
	height: auto;
	width: 1200px;
	padding: 100px 0px;
}
.what-banner-in h3 {
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.what-banner-in h4 {
	margin: 10px 0 0 0;
	font-size: 40;
	line-height: 35px;
	text-align: center;
	font-style: normal;
	font-weight: 200;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.what-banner-in p {
	margin: 26px 0 0 0;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	padding: 0px 100px;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.what-banner-in .btn {
	padding: 12px 25px;
	width: 120px;
	margin: 10px auto;
	font-size: 14px;
	text-align: center;
	display: block;
}
.featured-banner {
	margin: 0px;
	padding: 70px 0px;
	width: 100%;
	height: auto;
}
.featured-banner-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	height: auto;
}
.featured-banner-in h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	padding: 0px 0 0 0;
	font-size: 40px;
	color: #07517f;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.featured-banner-in1 {
	margin: 0px;
	padding: 0px;
	width: 380px;
	float: left;
	position: relative;
}
.featured-banner-in1 img {
	background: #191818;
	width: 100%;
	height: auto;
}
.featured-banner-in1 h3 {
	margin: 0px;
	padding: 0px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #656565;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.featured-banner-in1 p {
	margin: 0px;
	padding: 0px;
	margin: 1px 0 0 0;
	line-height: 21px;
	color: #777777;
	letter-spacing: .1px;
	text-align: center;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.featured-banner-in1 .read {
	margin: 15px auto;
	background: #07517f !important;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	width: 170px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.featured-banner-in2 {
	margin: 0px;
	padding: 0px;
	width: 380px;
	float: left;
	margin-left: 20px;
	position: relative;
}
.featured-banner-in2 img {
	background: #191818;
	width: 100%;
	height: auto;
}
.featured-banner-in2 h3 {
	margin: 0px;
	padding: 0px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #ec008c;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #656565;
	/* color: #73bf43; */
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.featured-banner-in2 p {
	margin: 0px;
	padding: 0px;
	margin: 1px 0 0 0;
	line-height: 24px;
	color: #777777;
	letter-spacing: .1px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin: 1px 0 0 0;
	line-height: 21px;
	color: #777777;
	letter-spacing: .1px;
	text-align: center;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.featured-banner-in2 .read {
	margin: 15px auto;
	background: #07517f !important;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	width: 170px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.what-banner3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #565555;
	background: url(../images/w2.jpg) fixed right center;
}
.what-banner2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #565555;
	float: left;
	background-repeat: no-repeat;
}
.what-banner2-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	padding: 100px 0px;
}
.what-banner2-in h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	font-style: normal;
	font-weight: 200;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.what-banner2-in h4 {
	margin: 16px 0 0 0;
	font-size: 35px;
	line-height: 1em;
	text-align: center;
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-shadow: rgb(15, 15, 15) 3px 2px 8px;
}
.what-banner2-in p {
	margin: 26px 0 0 0;
	text-align: center;
	font-style: normal;
	padding: 0px 100px;
	font-weight: 300;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.what-banner2-in .read {
    margin: 15px auto;
    background: #07517f !important;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    width: 170px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
.product_badge-sale {
	width: 70px;
	height: 70px;
	display: block;
	background: #862c2c;
	font-size: 17px;
	line-height: 70px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 205px;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: none;
	background: #ffffff;
	color: #862c2c;
	right: 15px;
}
.product_badge-new {
	width: 70px;
	height: 70px;
	display: block;
	background: #862c2c;
	font-size: 17px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 205px;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: none;
	background: #862c2c;
	color: #fff;
	margin-left: 15px;
}
.blog-banner {
	margin: 0px;
	width: 100%;
}
.blog-banner-in {
	margin: 0px auto;
	padding: 70px 0;
	width: 1200px;
	height: auto;
}
.blog-banner-in h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	padding: 5px 0;
	font-size: 40px;
	color: #777777;
	font-style: normal;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	padding: 0px 0 0 0;
	font-size: 40px;
	color: #07517f;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.blog-banner-in1 {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: auto;
	float: left;
	position: relative;
}
.blog-banner-in1 img {
	width: 100%;
	height: auto;
}
.blog-banner-in1 h3 {
	margin: 0px;
	padding: 15px 0 0 0;
	text-align: center;
	color: #ec008c;
	font-style: normal;
	font-weight: 400;
	color: #656565;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.blog-banner-in1 h3 span {
	margin: 0px;
	padding: 0px;
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #777777;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.blog-banner-in1 p {
	padding: 10px 0;
	margin: 0;
	line-height: 23px;
	color: #777777;
	letter-spacing: .1px;
	text-align: center;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.blog-banner-in1 .read {
	margin: 15px auto;
	background: #07517f !important;
	color: #fff;
	font-size: 12px;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.blog-banner-in2 {
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: auto;
	float: left;
	position: relative;
	margin-left: 20px;


}
.blog-banner-in2 img {
	width: 100%;
	height: auto;
}
.blog-banner-in2 h3 {
	padding: 0px;
	margin: 15px 0 0 0;
	text-align: center;
	color: #ec008c;
	font-style: normal;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #656565;
}
.blog-banner-in2 h3 span {
	margin: 0px;

	padding: 0px;
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #777777;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.blog-banner-in2 p {
	padding: 10px 0;
	margin: 0;
	line-height: 23px;
	color: #777777;
	letter-spacing: .1px;
	text-align: center;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.blog-banner-in2 .read {
	margin: 15px auto;
	background: #07517f!important;
	color: #fff;
	padding: 15px 0px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.map-banner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:auto;
    -webkit-filter: invert(90%); /* Safari 6.0 - 9.0 */
    filter: invert(90%);
}
.footer-banner {
	margin: 0px;
	width: 100%;
	padding: 0;
	background: rgb(7, 81, 127);
	color: #8c8d88;
	font-size: 13px;
}
.footer-banner-in {
	margin: 0px auto;
	padding: 70px 0;
	width: 1200px;
	height: auto;
}
.footer-banner-in1 {
	margin: 0px;
	padding: 0px;
	width: 270px;
	padding-left: 30px;
	float: left;
}
.footer-banner-in1 .fa{
	margin:0 5px 0 0;
	color: #73bf44;
}
.footer-banner-in h3 {
	font-size: 25px;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 50px;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}
.footer-banner-in p {
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
}
.footer-banner-in p a {/* color: #8c8d88; */
	color: #fff;
	padding: 0 0 0px 0;
	line-height: 25px;
	text-decoration: none;
}
.footer-banner-in p a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer-banner-in1 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer-banner-in1 ul li {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.footer-banner-in1 ul li a{
	color: #fff;
	text-decoration: none;
}
.footer-banner-in1 ul li .fa{
	font-size:11px;
}
.footer-banner-in2 {
	margin: 0px;
	padding: 0px;
	width: 270px;
	padding-left: 30px;
	padding-bottom: 50px;
	float: left;
}
.footer-banner-in2 ul li a {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #8c8d88;
}
.topbanner-main-social {
	margin: 0;
	padding: 0px;
	height: 30px;
}
.topbanner-main-social .fa{
	width:35px;
	height:35px;
	margin:0 15px 0 0;
	padding:0;
	text-align:center;
	line-height:35px;
	display:block;
	float:left;
	color:#fff;
	border:2px solid #fff;
	font-size:16px;
	border-radius:100%;
}

.topbanner-main-social .fa:hover{
	color:#73bf44;
	border:2px solid #73bf44;
}

.footer-banner2 {
	margin: 0px;
	width: 100%;
	float: left;
	padding: 0;
	background: #08324c;
	color: #ccc;
	font-size: 12px;
	height: 50px;
}
.footer-banner2-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
}
.footer-banner2-in-left {
	margin: 0px auto;
	padding: 0px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	width: 50%; float:left;
	text-align: left;
}

.footer-banner2-in-right {
	margin: 0px auto;
	padding: 0px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	width: 50%; float:right;
	text-align: right;
}


.footer-banner2-in-right img {
	margin: 10px 0px 0px 0px;
}



#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0px;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: 100%;
	float: right;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li {
	float: left;
	display: inline-block;
}
#cssmenu.align-center > ul {
	float: none;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	font-size: 15px;
	font-weight: bold;
	padding: 0 15px;
	color: #333;
	line-height: 50px;
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	text-decoration: none;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
	color: #07517f;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #8D9292;
	right: 17px;/*top: 0px;*/
}
#cssmenu > ul > li.has-sub.active > a::after, #cssmenu > ul > li.has-sub:hover > a {
	border-top-color: rgb(68, 98, 179);
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: rgb(68, 98, 179);
	top: -4px;
	left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}
#cssmenu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: rgb(68, 98, 179);
	top: 11px;
	left: -4px;
}
#cssmenu.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #ffffff;
	left: auto;
	right: -4px;
}
#cssmenu > ul > li > ul {
/*top: 120px;*/
}
#cssmenu > ul > li:hover > ul {
	top: 52px;
	left: 0;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
	padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
	left: 180px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 600;
	padding: 11px 25px;
	width: 180px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: rgb(68, 98, 179);
	z-index: 999;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #ff9400;
}
#cssmenu ul ul li:first-child > a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#cssmenu ul ul li:last-child > a {

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#cssmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#cssmenu ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #FFF;
	right: 17px;
	top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}

#cssmenu ul ul li.has-sub.active > a::after, #cssmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after, #cssmenu.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 background: #39b1cc;
}
 #cssmenu > ul {
 display: none;
}
 #cssmenu > ul.open {
 display: block;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 #cssmenu.align-right > ul {
 float: none;
}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu > ul > li, #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu > ul > li > a {
 padding: 18px 25px 18px 25px;
 border-right: 0;
}
 #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
 background: rgba(0, 0, 0, 0.1);
}
 #cssmenu #menu-button {
 display: block;
 text-decoration: none;
 font-size: 13px;
 font-weight: 700;

 color: #d3eced;
 padding: 18px 25px 18px 25px;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: url('images/bg.png');
 cursor: pointer;
}
 #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
 left: 0;
 right: auto;
 top: auto;
 opacity: 1;
 width: 100%;
 padding: 0;
 position: relative;
 text-align: left;
}
 #cssmenu ul ul li {
 width: 100%;
}
 #cssmenu ul ul li a {
 width: 100%;
 box-shadow: none;
 padding-left: 35px;
}
 #cssmenu ul ul ul li a {
 padding-left: 45px;
}
 #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
 border-radius: 0;
}
 #cssmenu #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 border-bottom: 2px solid #d3eced;
 right: 25px;
 top: 18px;
}
 #cssmenu #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 right: 25px;
 top: 28px;
}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
}

.moto-widget-text-content {
  padding: 0 1px;
  /* background-color:#e9ebea;*/
  margin: 0px;
  padding: 0px;
}


.moto-widget-divider-line {height: 2px;background: #ffffff;border-bottom: 1px solid #ccccccc4;border-top: 0px solid #cccccc8a;border-left: 0px solid #cccccc8a;border-right: 0px solid #cccccc8a;}

.moto-widget-text-content:after {
  /* content: ""; */
  /* display: table; */
  clear: both;
}
.moto-text_226 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #434350;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin: 0px;
}

.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
 border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #008080;
  padding-left: 0;
    padding-right: 0;
	width: 100%;
	margin-top: 30px; 
	 position: relative;
	 
    }
	
	.about-banner {
    margin: 0px;
    padding: 0;
    width: 100%;
    height: auto;

}
.about-banner-in {
	min-height: 200px;
	margin: 0px auto;
	padding: 0px 0px;
	width: 1200px;
	height: auto;
}
.moto-text_system_6 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #373737;
    font-size: 47px;
    line-height: 66px;
    letter-spacing: 0px;
    margin-top: 0px;
    position: relative;
}
.aboutus-content-row1 h1 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #373737;
    font-size: 47px;
    line-height: 66px;
    letter-spacing: 0px;
    margin-top: 0px;
    position: relative;
}
.moto-text_system_6:after {
    margin: 0px;
    padding: 0px;
    position: absolute;
    content: close-quote;
    width: 139px;
    height: 3px;
    background: #73bf44;
    left: 0px;
    top: 93px;
}


.aboutus-wrapper-row{width:1200px;padding-top: 40px;}
.aboutus-content-row1{  width:510px;
    padding-right: 15px; float:left; }
.aboutus-content-row2{  width: 640px;padding-left: 15px;
    padding-right: 15px;float:left;}
.moto-text_normal {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #302f2f;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align:justify;
    margin: 0px;
    margin-bottom: 20px;
}
.moto-widget-text-content:after {
    /* content: ""; */
    /*    display: table;*/
    /* clear: both; */
    /* padding-bottom: 20px; */
}
.aboutus-img1,.aboutus-img2{float:left;padding-left: 25px;
    padding-right: 25px;}
.moto-widget-image-link {
    position: relative;
    overflow: hidden;
    transition: .3s;
	
}
.moto-widget-image-link {
    display: inline-block;
}  

.wpb_wrapper{ padding:0px; margin:0px; padding-top:70px;}
.text-center   { text-align: center!important;}
.fl-custom-pre-title {color:#5e5e5e;font-size:15px;margin-bottom:10px; }

.fl-title_custom{color: #565656;font-size: 45px;margin-bottom: 30px;margin-top: -6px;}


.font_two sub_title_header{font-family: 'Montserrat', sans-serif;
    font-weight: 500;text-align: center;}
.fl-title_custom h3{color:#1f1f1f;margin-bottom:25px;}

.vc_row {
    margin-left: 15px;
    margin-right:15px;
	width:100%; 
	margin-bottom:30px; 
	overflow:hidden;
	position:relative;
}
.column-container-box{width: 21%;float:left;margin-left: 24px;margin-right: 24px;position: relative;overflow: hidden;display: table;}
.column-container-box img{width:100%;height: auto;display: block;transition: all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.column-container-box:hover img{

transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)}



/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  /* background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);*/ /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 18px;
  padding: 0px;
  text-align: center;
  padding-right:0px;
  display: table-cell;
  padding-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,131313+100&0+0,0.73+100 */
  padding-top: 20px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(19,19,19,0.73) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(19,19,19,0.73) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(19,19,19,0.73) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ba131313',GradientType=0 ); /* IE6-9 */
}

/* When you mouse over the container, fade in the overlay title */
.column-container-box:hover .overlay {
  opacity: 1;
}


.arrows {white-space: nowrap;padding: 0px;}
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #6666668a;
    content: '';
    display: block;
    height: 21%;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    z-index: -1;
    transform: skewX(45deg);
}
.arrows li::after {
    bottom: 0;
    top: 13px;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a {
   /* font: bold 24px Sans-Serif; */
   letter-spacing: 1px;
   text-decoration: none;
   font-size: 12px;
}

.arrows li:nth-of-type(1) a {color: hsl(0, 0%, 70%);font-family: 'Montserrat', sans-serif;/* font-size: 12px; */} 
.arrows li:nth-of-type(2) a {color: hsl(0, 1%, 23%);} 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); } 






.inner-top-banner {
    width: 100%;
    height: auto;
    background: #ccc;
    /* position: relative; */
}



.inner-top-banner img {
    height: 330px;
    width: 100%;
}





.inner-main-page {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 55px 0px 70px 0px;
}






.inner-main-page-in-1 {
    width: 400px;
    padding: 0px;
    height: 532px;
    float:left;
    /* background:#33F; */
    margin-bottom: 35px;
    /* border: 1px solid #cacaca; */
}


.inner-main-page-in-1 img {

width: 394px;

height: auto;

padding: 0px;

margin: 0px;



padding: 3px;




}




.inner-main-page-in-2 {
    width: 725px;
    padding: 0px;
    height: auto;
    float:right;
    /* background:#33F; */
    margin-top: 35px;
}



.inner-main-page-in-2 h2 {
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 23px;
    color: #4e4e4e;
    text-transform: uppercase;
}




.inner-main-page-in-2 h2 span {
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 23px;
    color: #146092;
    text-transform: uppercase;
}








.inner-main-page-in-2 p {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    color: #505050;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
     font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}




.welcome-section2{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 80px;
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
    float:  right;
}








.welcome-section2:before {
    background-color: #07517f;
    border-right: 4px solid #222222;
    -webkit-box-shadow: -3px 0 0 0 #fff inset;
    -moz-box-shadow: -3px 0 0 0 #fff inset;
    box-shadow: -3px 0 0 0 #fff inset;
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}








.welcome-section1 .img-block i::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 85px;
    bottom: 35px;
    display: inline-block;
    border: 8px solid #ededed;
    z-index: -1;
}






.in-bann-text {
    margin: 0px;
    padding: 0px;

    width: 100%;
    position: absolute;
    z-index: 99;
    height: 200px;
    top: 220px;
}


.in-bann-text-in {
    margin: 0px auto;
    padding: 0px;
    width: 1200px;
    text-align: center;
}



.in-bann-text-in h1 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    margin-top: 40px;
}



.in-bann-text-in h1:before {
    position: absolute;
    width: 200px;
    height: 2px;
    background: #ccc;
    top: -10px;
    content: close-quote;
    left: 42%;
}





.in-bann-text-in h1:after {
    position: absolute;
    width: 200px;
    height: 2px;
    background: #ccc;
    top: 60px;
    content: close-quote;
    left: 42%;
}
.contact-left
{
	float:left;
	width:600px;
}
.contact-left .contactaddress {
    float: left;
    width: 300px;
    margin-left: 30px;
}
.contact-left .contactaddress p{
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}
.contact-left .contactaddress .fa{
    margin-right: 5px;
}

.formpanel {
      width: 500px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
/*    position: absolute;
*/    float: right;
}
.contact-left .mapouter
{
	float: left;
	padding:26px 20px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}


#contact {
    /* background: #F9F9F9; */
    padding: 0px 25px;
    width: 500px;
    float: right;
    /* height: 544px; */
    /* top: 100%; */
    margin: 0px 0px 50px 0px;
    /*    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
*/
  }  
.contactaddress h3 ,#contact h3 {
  margin: 5px 0 15px;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #4caf5080;
  background: #FFF;
  margin: 0 0 5px;
  /* padding: 10px; */
  padding: 20px 10px;
  }


#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  /* border: 1px solid #aaa; */
}

#contact textarea {
  /* padding: 0.05em 0.4em; */
  height: 150px;
  width: 100%;
  resize: none;
}

#contact-submit {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact-submit:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.eventsdetails h1
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	padding: 5px 0;
	font-size: 40px;
	color: #777777;
	font-style: normal;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	padding: 0px 0 0 0;
	font-size: 40px;
	color: #07517f;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}


#gallery {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    float: initial;
    padding: 60px 0px 30px 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.marker{margin-top: 5px;margin-right: 5px;margin-bottom: 35px;float: left;}
.notification_error{
	color:#f00;
}
.field_error{
	color:#f00;
}
textarea {
	outline:none;
    border-right: none;
    border-left: none;
    border-top: none;
}
.mobile-responsive-menu{display: none}
.aboutus-img1 img, .aboutus-img2 img{
    width:100%;
}
.mapouter{text-align:right;height:400px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}