@font-face {
	font-family: 'Conv_Raleway-Regular_0';
	src: url('../fonts/Raleway-Regular_0.eot');
	src: local('☺'), url('../fonts/Raleway-Regular_0.woff') format('woff'), url('../fonts/Raleway-Regular_0.ttf') format('truetype'), url('../fonts/Raleway-Regular_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Raleway-Bold_0';
	src: url('../fonts/Raleway-Bold_0.eot');
	src: local('☺'), url('../fonts/Raleway-Bold_0.woff') format('woff'), url('../fonts/Raleway-Bold_0.ttf') format('truetype'), url('../fonts/Raleway-Bold_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body, html {
    height: 100%;
}
body {
    overflow-x: hidden;
}
.inner-page {
    min-height: 100%;
    position: relative;
}
#main-werp {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.banner img {
	width: 100%;
}
.main-continer {
	width: 100%;
	margin: 0 auto;
	max-width: 1178px;
	padding: 0px 15px;
	box-sizing: border-box;
}
header {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	z-index: 9;
}
.inner-page header {
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    z-index: 9;
    background: #000000;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 27px;
    border-bottom: 4px solid #000;
}
.logo {
	float: left;
}
.main-menu {
	float: right;
}
ul.login {
	padding: 17px 0px;
	text-align: right;
    float: right;
}
.login li {
	color: #fff;
	display: inline-block;
	font-family: 'Advent Pro', sans-serif;
	/* font-size: 14px; */
	font-weight: 500;
	padding: 10px;
	text-decoration: none;
	padding: 0px 8px;
    float: left;
}
ul.login li a {
	display: inline-block;
	float: left;
	line-height: 15px;
	font-size: 14px;
	color: #f6f1f2;
	text-decoration: none;
}
ul.login li a img {
	position: relative;
    bottom: 2px;
    display: block;
}
ul.login li + li {
	border-left: 1px solid #f6f1f2;
}
ul.navigation-menu {
    padding: 10px 0px;
    clear: both;
    float: right;
}
.navigation-menu li {
	color: #fff;
	display: inline-block;
	font-family: 'Advent Pro', sans-serif;
	/* font-size: 14px; */
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	padding: 0px 5px;
    float: left;
	position:relative;
}
.navigation-menu li:last-of-type {
    padding-right: 0px;
}
.navigation-menu li a {
	display: block;
	float: left;
	line-height: 12px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 0px 0px 5px 5px;
	position:relative;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}
.navigation-menu li a:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -7px;
    left: 0px;
    right: 0px;
    margin: auto;
	opacity:0;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}
.navigation-menu li a:hover, .navigation-menu li.active a {
    background: #fff;
    color:#8EC63F;
}
.navigation-menu li a:hover:after, .navigation-menu li.active a:after{ opacity:1;}
.banner {
	position: relative;
    overflow: hidden;
    clear: both;
}
.banner > img {
    display: block;
}
.banner-tab > img {
    width:45% !important; border-radius:4px;
    visibility: hidden !important;
}
nav.main-logo {
    position: absolute;
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 256px;
    height: 129px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
	display:none;
}
nav.main-logo > a:last-of-type {
    margin-left: 30px;
}
nav.main-logo a {
    display: block;
    float: left;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.main-logo > a:hover {
    -webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
nav.main-logo img {
	width: auto;
}
.cont {
    padding: 35px 0px 20px;
}
.cont h3 {
	color: #8EC63F;
	font-family: 'Advent Pro', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
    margin: 0px 0px 20px;
}
.cont p {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px auto;
    max-width: 800px;
    text-align: center;
    width: 100%;
}
.product-gallery {
    clear: both;
    width: 100%;
    float: left;
}
.cont-gal {
	float: left;
	padding: 15px;
	position: relative;
	width: 33.33%;
    min-height: 286px;
}
.cont-gal img {
	max-width: 100%;
        display: list-item;
    margin: auto;
    width: auto;
	z-index:1000;	
}

.cont-gal > img {
    max-width: calc(100% - 30px);
    display: list-item;
    width: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    margin: auto;

}

.cont-gal > a {
	/*background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;*/
	bottom: 15px;
	display: inline-block;
	left: 15px;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow:hidden;
}
.cont-gal > a:before, .cont-gal > a:after {
    position: absolute;
    content: "";
    background:#eee;
    height: 256px;
    width:352px;
    left: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cont-gal > a:after {
    right: 0px;
    left: auto;
}
.cont-gal:hover > a:before {
    left: -50%;
}
.cont-gal:hover > a:after {
    right: -50%;
}
.cont-gal:hover > a {
    background: transparent;
	opacity:0;
	visibility:hidden;
}
.cont-gal > a img {
	bottom: 0;
	left: 0;
	margin: -30px auto auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: auto;
   
}
.item {
	margin-top: 20px;
}
footer {
	background: #303d43 none repeat scroll 0 0;
	float: left;
	height: auto;
	width: 100%;
    padding: 20px 0px;
}
.footer-logo img {
    display: block;
}
.footer {
	background: #303d43;
	border-top: 1px solid rgba(105, 112, 116, 0.34);
	clear: both;
}
.footer-logo {
	float: left;
	padding: 0px;
}
ul.lSPager.lSpg {
	display: none;
}
.footer-nav {
	float: right;
	padding: 0px;
}
.footer-nav nav {
    float: right;
    margin: 17px 0px 0px;
}
.footer-nav a {
    color: #fff;
    font-family: 'Advent Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    float: left;
	transition:.3s;
}
.footer-nav a:hover{ 
	color:#ccc;
}
.footer-nav a + a {
    border-left: 1px solid #fff;
}
.footer {
	background: #303d43 none repeat scroll 0 0;
	border-top: 1px solid rgba(40, 51, 57, 0.34);
	clear: both;
	float: left;
	width: 100%;
    padding: 8px 0px;
    line-height: 24px;
}
.copyright {
	/*color: #aaacb5;
	float: left;
	font-family: 'Conv_Raleway-Regular_0',Sans-Serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
	width: 100%;*/
}
.footer nav {
	float: right;
	padding: 0px 15px;
	text-align: right;
	width: auto;
}
.footer nav a img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer nav a:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.footer nav a{
    display: inline-block;
    float: left;
    padding: 0 20px;
}
.footer nav a + a {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.banner-tab {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    bottom: 40px;
}
.banner-tab img {
    width: auto;
}
.product-add-to-cart {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
	background: rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*opacity:0;
	visibility:hidden;*/
	display:none;
    overflow: hidden;
}
.product-add-to-cart h3 {
    color: #fff;
    margin: 8px 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.product-add-to-cart p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    height: 45px;
    overflow: hidden;
}
.product-add-to-cart img{ width:auto;}
.price-product {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.product-icon img {
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
}
.price-product span {
    display: inline-block;
    text-decoration: line-through;
    color: #A2A2A2;
    padding: 0px 10px 0px 0px;
}
.add-cart-prod a {
    background: #fff;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px 0px 0px;
    border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    box-shadow: 0px 3px 0px #666;
}
.cont-gal:hover .product-add-to-cart{
	/*opacity:1;
	visibility:visible;*/
	display:block;
}
.cont-gal .product-add-to-cart .add-cart-prod {
    top: -20px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cont-gal:hover .product-add-to-cart .add-cart-prod {
    top: 0px; z-index:2000;
}
.add-cart-prod a:hover {
    box-shadow:none;
}
.content-area {
    padding: 30px 0px;
    float: left;
    width: 100%;
    clear: both;
}
.content-area h1 {
    color: #8EC63F;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 20px;
    padding: 0px 0px 6px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.content-area p, .content-area span, .content-area a {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
	text-decoration:none;
}
.content-area a:hover{ color:#f00;}
.content-area span{
	display:block;
}
.address-box {
    width: 100%;
    max-width: 280px;
    float: left;
}
.contact-form {
    width: calc(100% - 280px);
    float: left;
    padding: 0px 0px 0px 30px;
}
.content-area h3 {
    font-family: arial;
    font-size: 14px;
    color: #152559;
    font-weight: bold;
    line-height: 24px;
    display: block;
    margin-bottom: 25px;
}
.field-area input, .field-area textarea {
    height: 43px;
    padding: 5px 20px;
    margin: 0px 0px 20px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #dedfe2;
    color: #666666;
    opacity: 1;
    font-size: 14px;
	resize:none;
    font-family: arial;
	outline:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.field-area textarea {
    height: 170px;
    padding: 14px 20px;
}
.left-field {
    width: 33%;
    float: left;
}
.right-field {
    float: left;
    width: 67%;
    padding-left: 30px;
}
.field-area.submit-btn{ text-align:right;}
.field-area.submit-btn input[type="submit"]{ 
	background: #152559;
    border-color: #152559;
    width: auto;
    margin: 0px;
    color: #fff;
    font-weight: bold;
	cursor:pointer;
}
.field-area.submit-btn input:hover{ opacity:0.9;}
.field-area input:active, .field-area input:focus, .field-area textarea:active, .field-area textarea:focus {
    border-color: #f00;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #666;
}

.push {
    position: relative;
    clear: both;
	padding-bottom:0px;
}

.push-two{padding-bottom:60px;}



.footer-area {
    /*    clear: both;
    float: left;
    width: 100%;
    height: 77px;
    z-index: 9;
    position: relative;*/
}
.product-section {
    overflow: hidden;
    margin-bottom: 0px;
    background: url(../images/eservebox-Background.png);
    background-size: cover;
    padding-bottom: 20px;
}
.custom-login-box-background{
	background: url(../images/eservebox-Background.png) !important;
    background-size: cover;
}
.pricing-table ul.list-fa li {
    list-style-type: none;
    border-top: 1px solid #ccc;
    padding: 12px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.pricing-table {
    border: 0px solid #d7d7d7;
    margin-left: 13px;
    margin-right: 13px;
    padding: 0px 0 20px;
    text-align: center;
    background: #ececea;
    max-width: calc(270px - 25px);
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #3A4B53;
}
.price-tag {
    padding: 10px 0px;
    font-family: arial;
    font-size: 20px;
}
.plan-area {
    text-align: center;
}
h2.pricing-type {
    padding: 14px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    background: #3A4B53;
    color: #fff;
    border-radius: 0px;
}
.price-tag small {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.product-box {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    max-width: calc(25% - 25px);
    margin-right: 25px;
    padding: 20px 10px;
    text-align: center;
	position:relative;
}
.product-box h3.product-title:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: #3A4B53;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-ms-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}
.product-box:hover h3.product-title:after{
	width:120px;
}
.product-box h3.product-title {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    color: #010101;
    position: relative;
    margin: 10px 0px 15px;
    padding-bottom: 15px;
}
.product-content {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 0px 0px 0px #3A4B53;
    color: #3A4B53;
}
.product-box:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
    right: -9px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.product-box:nth-of-type(4n+4) {
    margin-right: 0px;
    max-width: calc(25% - 0px);
}
.product-box:nth-of-type(4n+4):after {
    display: none;
}

.loading img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}
 .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.44);
    text-align: center;
}
.top-footer h2{ 
	font-size: 30px;
    color: #8EC63F;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
}
.top-footer h2:after{
	background-color: #3498db;
	content: "";
    display: block;
    height: 2px;
    margin: 4px auto 7px;
    width: 130px;	
}

.top-footer-two{min-height:70px;}


.top-footer {
    clear: both;
	text-align:center;
    padding: 0px 0px 5px;
    /*background: url(../images/eservebox-Background.png);
    background-size: cover;
    background-position: center center;*/
}
.top-footer p{
	line-height: 28px;
	color: #111111;
	margin: 0px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;	
}
.top-footer > div{ background:none !important;width: 100%;
    margin: 0 auto;
    max-width: 1178px;
    padding: 0px 15px;
    box-sizing: border-box; 
}
nav.social-menu a {
    border-color: #000;
}
nav.social-menu {
    margin: 12px 0px 0px;
}
.register-content {
    margin-bottom: 0px;
    min-height: 650px;
}

.input-group.contact-input{height: 43px;
    padding:0;
    margin: 0px 0px 20px;
    width: 300px;
    border-radius: 20px;
    border: 2px solid #dedfe2;
    color: #666666;
    opacity: 1;
    font-size: 14px;
    resize: none;
    font-family: arial;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
