@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 34px !important;
	font-weight: 300;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #dcaf27;
}

strong {
	font-weight: 400 !important;
}

a,
a:hover,
a:focus {
	outline: none;
}


/* New Home page CSS */



.empty-white-bg {
	width: 100%;
	height: 95px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.main-menu-trigger {
	width: 38px;
	height: 28px;
	padding: 5px;
	border: 1px solid transparent;
	position: fixed;
	top: 30px;
	right: 50px;
	z-index: 2;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-trigger:hover {
	border: 1px solid #dcaf27;
	background: #fff;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-trigger img {
	display: block;
}

.main-menu-wrap .close-bt {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.main-menu-wrap {
	width: 100%;
	max-width: 350px;
	height: 100%;
	position: fixed;
	padding: 15px 20px;
	top: 0;
	right: -350px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.85);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.main-menu-wrap.open {
	right: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.main-menu-wrap ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.main-menu-wrap ul li {
	width: 100%;
	float: left;
	padding: 8px 0;
}

.main-menu-wrap ul li a .fa {
	font-size: 22px;
	margin-right: 6px;
}

.main-menu-wrap ul li:hover a .fa {
	transform: scale(1);
}

.main-menu-wrap ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.main-menu-wrap ul li a:hover,
.main-menu-wrap ul li a:focus {
	color: #dcaf27;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 5px;
}

.main-container .logo {
	position: fixed;
	top: 0;
	left: 15px;
	z-index: 1;
}

.main-container .globe-wrap {
	width: 854px;
	height: 732px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

.main-container .globe-wrap .globe {
	width: 324px;
	height: 324px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -162px;
	margin-left: -162px;
	padding: 0;
	border: 3px solid #dcaf27;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	z-index: 1;
}

.main-container .globe-wrap .globe.india-map {
	padding: 0;
}

.main-container.country .globe-wrap .globe img {
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.5);*/
}

.main-container .globe-wrap .globe img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);*/
}

.main-container .globe-wrap .circle {
	width: 160px;
	height: 160px;
	display: block;
	color: #fff;
	line-height: 16px;
	position: absolute;
	background: url("../images/circle-bg.png") no-repeat;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}

.main-container .globe-wrap .circle:hover {
	background: url("../images/circle-bg-hover.png") no-repeat;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}

.main-container .globe-wrap .circle .hover-text-wrap,
.main-container .globe-wrap .circle:hover .text-wrap,
.main-container .globe-wrap .circle .text-wrap,
.main-container .globe-wrap .circle:hover .hover-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
}

.main-container .globe-wrap .circle .hover-text-wrap,
.main-container .globe-wrap .circle:hover .text-wrap {
	visibility: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.main-container .globe-wrap .circle .text-wrap,
.main-container .globe-wrap .circle:hover .hover-text-wrap {
	visibility: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.main-container .globe-wrap .circle .text-wrap {
	padding-top: 45px;
}

.main-container .globe-wrap .circle .text-wrap strong {
	font-size: 18px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.main-container .globe-wrap .circle:hover .hover-text-wrap {
	padding-top: 30px;
}

.main-container .globe-wrap .circle .hover-text-wrap strong,
.main-container .globe-wrap .circle .hover-text-wrap .fa {
	color: #dcaf27;
	font-size: 16px;
}

.main-container .globe-wrap .circle .hover-text-wrap .fa {
	font-size: 20px;
	margin-top: 5px;
}

.main-container .globe-wrap .circle .hover-text-wrap p {
	font-size: 12px;
}

.circle.market-place {
	top: 25px;
	right: 220px;
}

.circle.exim-startup/*.news*/ {
	top: 215px;
	right: 70px;
}

.circle.news/*.magazine*/ {
	bottom: 110px;
	right: 120px;
}

.circle.forum/*.exim-startup*/ {
	bottom: 0;
	right: 50%;
	margin-right: -80px
}

.circle.edaily {
	bottom: 110px;
	left: 120px;
}

.circle.exim-data {
	top: 215px;
	left: 70px;
}

.circle.magazine/*.forum*/ {
	top: 25px;
	left: 220px;
}

.circle.market-place::before,
.circle.news::before,
.circle.magazine::before,
.circle.exim-startup::before,
.circle.edaily::before,
.circle.exim-data::before,
.circle.forum::before {
	width: 25px;
	height: 2px;
	position: absolute;
	background: url("../images/cross-line.png") no-repeat;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.circle.market-place:hover::before,
.circle.news:hover::before,
.circle.magazine:hover::before,
.circle.exim-startup:hover::before,
.circle.edaily:hover::before,
.circle.exim-data:hover::before,
.circle.forum:hover::before {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.circle.market-place::before {
	bottom: -12px;
	left: 12px;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.circle.exim-startup/*.news*/::before {
	position: absolute;
	bottom: 50px;
	left: -30px;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.circle.news/*.magazine*/::before {
	top: 15px;
	left: -12px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225eg);
	transform: rotate(225deg);
}

.circle.forum/*.exim-startup*/::before {
	top: -22px;
	left: 70px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle.edaily::before {
	top: 15px;
	right: -12px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle.exim-data::before {
	position: absolute;
	bottom: 50px;
	right: -30px;
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}

.circle.magazine/*.forum*/::before {
	bottom: -12px;
	right: 15px;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

a.up-arrow {
	position: absolute;
	bottom: 0;
	right: 25px;
}

a.up-arrow img {
	margin-bottom: 0;
}

.main {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 978px;
	display: table;
	background-color: #000;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}

.reset-success{font-size:13px; margin-top:30px; margin-bottom:0px}
.reset-success p{margin-bottom:0px;}
.reset-success p strong{font-weight:bold !important;}
.reset-success p:last-child{font-size:11px; margin:0px; line-height:16px;}

.main-container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: url(../images/black-dotted-map.png) no-repeat center center;
	height: 100%;
	position: relative;
}

.main-container.country {
	background: url(../images/white-dotted-map.png) no-repeat center center;
}

.map-container {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.globe-container {
	background: url(../images/globe_bg.png) no-repeat center center;
	width: 390px;
	height: 390px;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	left: 41.5%;
	margin-top: 13%;
}

.map {
	text-align: center;
	margin: 0 auto;
	display: block;
	margin: 23px 0 0 24px;
	position: fixed;
}

.logo {
	position: fixed;
	left: 15px;
	top: 0;
	z-index: 1;
}

.logo a {
	display: block;
}

.main-icons {
	margin: 0;
	padding: 0;
	width: 184px;
	height: 184px;
	display: block;
	position: fixed;
	left: 47%;
	top: 35%;
}

.menu-item-desc {
	color: #777;
	font-size: 20px;
	text-align: justify;
	position: relative;
}

.menu-item-desc .img-responsive {
	display: inline-block;
}

.menu-item-desc h1 {
	margin-bottom: 30px;
	color: #dcaf27;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.menu-item-desc h1 a,
.menu-item-desc h1 a:hover {
	color: #dcaf27;
	text-decoration: none;
}

.menu-item-desc img {
	margin-bottom: 10px;
}


/*.marketplace {
	margin:-17% 0 0 -1%;
	}
.marketplace::after {
	position: absolute;
    content: '';
    width: 7px;
    height: 28px;
    background: #FFF;
    margin: 8px 0 0 3px;
	}
	
.news {
	background:url(../images/buble.png) no-repeat;
	margin:-10% 0 0 20%;
	}
.news::after {
	position: absolute;
    content: '';
    width: 5px;
    height: 58px;
    background: #FFF;
    margin: 8px;
    -ms-transform: skew(-57deg,49deg);
    -webkit-transform: skew(-57deg,49deg);
    transform: skew(-57deg,49deg);
    left: -27%;
    top: 82%;
	}
.magazine {
	background:url(../images/buble.png) no-repeat;
	margin:10% 0 0 22%;
	}
.magazine::after {
	position: absolute;
    content: '';
    width: 5px;
    height: 53px;
    background: #FFF;
    margin: 8px;
    -ms-transform: skew(67deg,131deg);
    -webkit-transform: skew(67deg,131deg);
    transform: skew(67deg,131deg);
    left: -48%;
    top: -1%;
	}
.edaily {
	background:url(../images/buble.png) no-repeat;
	margin:19% 0 0 -1%;
	}
.edaily::before {
	position: absolute;
    content: '';
    width: 7px;
    height: 40px;
    background: #FFF;
    margin: 0px;
	top:-28%;
	}
.eximdata {
	background:url(../images/buble.png) no-repeat;
	margin:10% 0 0 -24%;
	}
.eximdata::after {
	position: absolute;
    content: '';
    width: 5px;
    height: 53px;
    background: #FFF;
    margin: 8px;
    -ms-transform: skew(111deg,233deg);
    -webkit-transform: skew(111deg,233deg);
    transform: skew(111deg,233deg);
    left: 144%;
    top: 0%;
	}
.forum {
	background:url(../images/buble.png) no-repeat;
	margin:-9% 0 0px -22%;
	}
.forum::after {
	position: absolute;
    content: '';
    width: 5px;
    height: 74px;
    background: #FFF;
    margin: 8px;
    -ms-transform: skew(58deg,135deg);
    -webkit-transform: skew(58deg,135deg);
    transform: skew(58deg,135deg);
    left: 126%;
    top: 79%;
	}*/


/*.ch-grid {
	margin: 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 184px;
	height: 184px;
	display: inline-block;
}

.icons-c {
	display:table;
	margin:53px 0 0 0;
	padding:0;
	width:100%;
	}
.icons-c p.icon-text {
	color:#FFF;
	font-size:20px;
	font-weight:700;
	}
.icons-c p.icon-text a {
	color:#FFF;
	text-decoration:none;
	}
.icons-c p.icon-text a:hover, .icons-c p.icon-text a:focus {
	color:#FFF;
	text-decoration:none;
	}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
	}
nav a:hover,
nav a:focus {
	outline: none;
}
nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:80%;
	}
nav ul li {
	padding:0;
	text-align:left !important;
	}
nav ul li a {
	margin:0;
	padding:0;
	text-align:left !important;
	}

ul.main-menu-c {
	margin:0 auto;
	display:block;
padding: 100px 0 0 250px;
	}
ul.main-menu-c li {
	width:37% !important;
	padding-left:15px;
	display:block !important;
	float:left !important;
	margin:10px 0 !important;
	}
ul.main-menu-c li a {
	color:#FFF;
	font-size:25px;
	}
ul.main-menu-c li a:hover, ul.main-menu-c li a:focus {
	color:#FFF;
	text-decoration:none;
	}
.logo-mobile {
	display:none;
	}
.scroll {
	height:inherit;
	position:relative;
	color:#777;
	font-size:20px;
    text-align: justify;
	padding-top:110px;
    padding-bottom: 100px;
	background:#FFF;
	}
.scroll .img-responsive {
    display: inline-block;
}
.scroll h1 {
    margin-bottom: 50px;
    color: #dcaf27;
    font-weight: 400;
    text-align: center;
}
.scroll img {
    margin-bottom: 30px;
}
.scroll.bg2 {
    background: #f9f9f9;
}
.inner-menu.fadeOut {
	display:none;
	}
.inner-menu {
	position:relative;
	z-index:998;
	background:#000;
	width:100%;
	}
.inner-menu .inner-logo {
    float: left;
    margin-left: 15px;
}
.inner-menu ul {
	list-style:none;
	float: left;
	padding:10px 0;
    width: 480px;
    margin: 20px 0;
    margin-left: 20px;
	}
.inner-menu ul li {
	display:inline-block;
	margin:0 2% 0 0;
	padding:0;
	}
.inner-menu ul li:first-child {
	margin-right:1%;
	} 
.inner-menu ul li:first-child img {
	vertical-align:inherit;
	}
.inner-menu ul li a {
	text-decoration:none;
	font-size:16px;
	color:#f4ce38;
	border:0;
	outline:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.inner-menu ul li a:hover {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.scroll-inner {
	margin:0 auto;
	display:table;
	padding:0;
	}
.scroll-inner h1 {
	color:#000;
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
	text-align:left;
	padding:0 0 15px;
	}
.scroll-content {
	display: table;
    width: 100%;
    padding: 2% 3%;
    color: #333;
    margin: 0 auto 20px;
	}
.scroll-image {
	display:block;
	float:left;
	margin:0;
	padding:0 30px 0 0;
	}
.scroll-inner-content {
	float:left;
	margin:0 auto;
	padding:0;
	display:table;
	width:64%;
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
	}
.video-content {
	float:left;
	margin:0 auto;
	padding:0;
	display:table;
	width:67%;
	font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
	text-align:right;
	}*/

.readmore {
	margin: 40px auto 0;
	padding: 0;
	display: table;
	width: auto;
}

.readmore a {
	text-decoration: none;
	color: #333;
	border: solid 3px #f4ce38;
	padding: 4px 25px;
	text-align: center;
	margin: 0;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.readmore a:hover,
.readmore a:focus {
	text-decoration: none;
	background: #f4ce38;
	color: #FFF;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


/*.video-c {
	display:table;
	margin:0 auto;
	text-align:right;
	float:right;
	}*/

span.text-small {
	text-transform: lowercase;
}

.home-footer {
	width: 100%;
	padding: 20px 0;
	color: #fff;
	background: #dcaf27;
	font-weight: 400;
	font-size: 16px;
}

.home-footer a {
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.home-footer a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.home-footer .social-media {
	font-size: 20px;
}

.form-box .error {
	display: table;
	width: 100%;
	color: #F00;
	margin-left: 16px;
}

.forgot-password-c {
	margin: 0 auto;
	float: none;
}

.forgot-password-c .form-top {
	padding-bottom: 10px;
}

.forgot-password-c .form-bottom {
	padding-top: 0;
}

.forgot-password-c .form-box {
	margin-top: 20px;
}

.forgot-password-c .form-bottom.login-form-bottom {
	padding-bottom: 0;
}

.forgot-password-c .form-group {
	padding-bottom: 0;
	
}
.forgot-password-c{ background:#eee!important; padding:20px; margin-bottom:40px; position:relative;}
.forgot-password-c .form-control{height: 50px; box-shadow: none; border-radius: 0px;}
.text h1{font-size:30px !important; margin-top:50px;}


.btn-forgot {
	display: table;
	width: 100%;
	padding: 10px 0 0;
}

.back-arrow{position: absolute; top: 20px; right: 20px; cursor:pointer;}
.back-arrow i{font-size: 20px; color: #666;}
.form-boxpasssword  .message{margin-top: 50px; line-height: 22px; margin-bottom:0px;}


.btn-forgot button,
.btn-forgot a {
	display: block;
	padding: 5px 20px;
	line-height: 40px;
	margin: 0 10px 0 0 !important;
	vertical-align: middle;
	height: 50px;
	text-transform: uppercase;
	font-size: 14px;
}

.forgot-password-logo-small img {
	display: none;
}

#register_form .g-recaptcha {
	margin-bottom: 15px;
}


/* 404 Css */

body.error_bg{background: url("../images/error_bg.png") no-repeat top center; background-size:cover;}

.wrapper_404 {
	margin-top: 100px;
	color: #fff;
}

.wrapper_404 img {
	max-width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}

.wrapper_404 p{margin-top:0px !important; line-height:1.6em !important;}
.wrapper_404 h2{font-size: 120px; margin-top: 100px; color: white; text-shadow: 0px 13px 0px rgba(0, 0, 0, 0.45); font-weight: bold;}
.wrapper_404 h2 span{color:#dcaf27;}
.wrapper_404 h4{font-size: 40px;}
.wrapper_404 h5{font-size: 20px; margin-bottom:50px;}
.wrapper_404 p {margin-top: 0px !important; margin-bottom: 8px; color: #dcaf27; font-size: 18px;}
.wrapper_404 p a{color: #3f9dfd !important;}





.reset-pass-mes{background: #fafafa;
                border:1px solid #ddd;
                margin:20px auto;
padding: 15px;
border-radius: 10px;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #666666;
font-weight: normal;}

.reset-pass-mes i{
    color: #dcaf26;
    font-size: 44px;
    margin-bottom: 15px;
}