@charset "utf-8";

/* CSS Document */

@media (min-width: 1600px) {
	.container {
		width: 80% !important;
		max-width: 1650px;
	}
}

@media only screen and (max-width: 1880px) {
	.main-icons::after,
	.main-icons::before {
		width: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1720px) {
	.globe-container {
		left: 37.5%;
		margin: 15% 0 0;
	}
	.ch-grid {
		width: 80%;
		margin: 40px auto 0;
	}
	.ch-grid li {
		margin: 0% 3% 3% 0;
		width: 30%;
	}
	.ch-img-1 {
		background: #000 url(../images/buble_small.png) no-repeat;
	}
	.main-icons {
		width: 130px;
		height: 130px;
		background-image: none;
	}
	.marketplace,
	.news,
	.magazine,
	.edaily,
	.eximdata,
	.forum {
		background: url(../images/buble_small.png) no-repeat;
	}
	/*.wrapper_404 {
		margin-top: 50px;
		color: #fff;
	}
	.wrapper_404 img {
		max-width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.wrapper_404 p {
		font-size: 20px;
		line-height: 32px;
		margin-top: 220px;
		color: #dcaf27;
	}
	.wrapper_404 span {
		font-size: 70px;
		line-height: 80px;
		display: block;
	}*/
}

@media only screen and (max-width: 1024px) {
	.main-icons {
		position: static;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.main-icons .ch-info {
		display: none;
	}
	.main-icons .ch-item {
		box-shadow: none;
	}
	.globe-container {
		background: #FFF url("../images/globe_bg.png");
		position: static;
		width: 80%;
		margin: 0 auto 0;
	}
	.map {
		position: static;
		text-align: center;
		overflow: hidden;
		display: block;
	}
	.map img {
		/*display:none;*/
		overflow: hidden;
	}
	.logo {
		/*display: none;*/
	}
	.logo-mobile {
		display: block;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.ch-item:hover .ch-thumb {
		box-shadow: none;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.ch-img-1 {
		background: rgba(0, 0, 0, 0.00) none !important;
	}
	/*.marketplace, .news, .magazine, .edaily, .eximdata, .forum {background:#000 url(_../images/buble_small.png) no-repeat; opacity:0.5;}*/
	.ch-grid {
		width: 80%;
		margin: 40px auto 0;
	}
	.ch-grid li {
		margin: 0% 3% 3% 0;
		width: 30%;
	}
	.ch-thumb {
		border-radius: 0;
	}
	/*.wrapper_404 {
		margin-top: 50px;
		color: #fff;
	}
	.wrapper_404 img {
		max-width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.wrapper_404 p {
		font-size: 28px;
		line-height: 40px;
		margin-top: 15px;
		color: #dcaf27;
	}
	.wrapper_404 span {
		font-size: 70px;
		line-height: 80px;
		display: block;
	}*/
}

@media only screen and (min-width: 570px) and (max-width: 767px) {
	.ch-grid li {
		width: 40%;
	}
}

@media only screen and (max-width: 569px) {
	.ch-grid li {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	ul.main-menu-c li {
		width: 100% !important;
	}
	.main-container,
	.main-container.country {
		background-size: contain;
	}
}

@media (max-width:991px) {
	.scroll {
		height: inherit;
	}
	.potential-test-wrap .text {
		line-height:26px;
		padding-top:0;
	}
	.potential-test-wrap .text, .potential-test-wrap .text h2, .potential-test-wrap .text h1 {
		font-size:120%;
	}
	.potential-test-wrap .text h3 {
		margin-top:12px;
		font-weight:600;
		line-height:inherit;	
	}
}
@media only screen and (max-width: 767px) {
	/*.inner-menu ul li {display:block;width:100%;}
	.inner-menu ul li:first-child {display:none;}
	.inner-menu {display:none !important;}*/
	/*.wrapper_404 img {
		width: 275px;
		max-width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
	}*/
	.wrapper_404 p {
		font-size: 20px;
		line-height: 30px;
		margin-top: 150px;
		color: #dcaf27;
	}
/*	.wrapper_404 span {
		font-size: 50px;
		line-height: 60px;
		display: block;
	}*/
	.potential-test-wrap .text, .potential-test-wrap .text h2, .potential-test-wrap .text h3, .potential-test-wrap .text h1 {
		font-size: 100%;
	}
	.potential-test-wrap .pt-btn {
		margin-left:0;	
	}
}



@media (min-width: 768px) and (max-width:1023px) {
	.main-container .globe-wrap {
		width: 750px;
		height: 600px;
		margin-top: 70px;
	}
	.main-container .globe-wrap .globe {
		width: 240px;
		height: 240px;
		padding: 10px;
		margin-top: -120px;
		margin-left: -120px;
	}
	.main-container .globe-wrap .circle {
		width: 145px;
		height: 145px;
	}
	.main-container .globe-wrap .circle:hover {
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.main-container .globe-wrap .circle .text-wrap strong {
		font-size: 16px;
	}
	.main-container .globe-wrap .circle .hover-text-wrap p {
		font-size: 11px;
	}
	.main-container .globe-wrap .circle:hover .hover-text-wrap {
		padding-top: 25px;
	}
	.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: 30px;
	}
	.circle.forum/*.exim-startup*/ {
		bottom: 0;
		right: 50%;
		margin-right: -72.5px;
	}
	.circle.magazine/*.forum*/ {
		top: 30px;
		left: 190px;
	}
	.circle.market-place {
		top: 20px;
		right: 210px;
	}
	.circle.edaily {
		bottom: 92px;
		left: 123px;
	}
	.circle.news/*.magazine*/ {
		bottom: 100px;
		right: 120px;
	}
	.circle.exim-data {
		left: 80px;
		top: 184px;
	}
	.circle.exim-startup/*.news*/ {
		right: 85px;
		top: 170px;
	}
	.circle.forum/*.exim-startup*/::before {
		top: -18px;
		left: 60px;
	}
	.circle.exim-data::before {
		bottom: 66px;
		right: -33px;
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	.circle.exim-startup/*.news*/::before {
		left: -27px;
		bottom: 40px;
	}
	.circle.market-place::before {
		bottom: -12px;
		left: 25px;
		-moz-transform: rotate(-65deg);
		-webkit-transform: rotate(-65deg);
		-o-transform: rotate(-65deg);
		-ms-transform: rotate(-65deg);
		transform: rotate(-65deg);
	}
	.circle.magazine/*.forum*/::before {
		bottom: -10px;
		right: 18px;
	}
	.circle.edaily::before {
		top: 10px;
		right: -7px;
	}
	.circle.news/*.magazine*/::before {
		top: 18px;
		left: -10px;
	}
}

@media (max-width:767px) {
	.mob-circle-wrap {
		width: 100%;
		margin-top: 25px;
		padding: 0 15px;
		text-align: center;
	}
	.mob-circle-wrap .mob-circle {
		width: 160px;
		height: 160px;
		margin: 15px;
		line-height: 16px;
		text-align: center;
		display: inline-block;
		color: #fff;
		position: relative;
		background: url("../images/circle-bg.png") no-repeat;
		text-decoration: none;
		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;
	}
	.mob-circle-wrap .mob-circle:hover {
		background: url("../images/circle-bg-hover.png") no-repeat;
		text-decoration: none;
		-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;
	}
	.mob-circle-wrap .mob-circle .hover-text-wrap,
	.mob-circle-wrap .mob-circle:hover .text-wrap,
	.mob-circle-wrap .mob-circle .text-wrap,
	.mob-circle-wrap .mob-circle:hover .hover-text-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: center;
	}
	.mob-circle-wrap .mob-circle .hover-text-wrap,
	.mob-circle-wrap .mob-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;
	}
	.mob-circle-wrap .mob-circle .text-wrap,
	.mob-circle-wrap .mob-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;
	}
	.mob-circle-wrap .mob-circle .text-wrap {
		padding-top: 40px;
	}
	.mob-circle-wrap .mob-circle .text-wrap strong {
		font-size: 18px;
		letter-spacing: 1px;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.mob-circle-wrap .mob-circle:hover .hover-text-wrap {
		padding-top: 35px;
	}
	.mob-circle-wrap .mob-circle .hover-text-wrap strong,
	.mob-circle-wrap .mob-circle .hover-text-wrap .fa {
		color: #dcaf27;
		font-size: 16px;
	}
	.mob-circle-wrap .mob-circle .hover-text-wrap .fa {
		font-size: 20px;
		margin-top: 5px;
	}
	.mob-circle-wrap .mob-circle .hover-text-wrap p {
		font-size: 12px;
	}
	.menu-item-desc {
		font-size: 16px;
		margin-bottom: 100px;
		text-align: left;
	}
	.menu-item-desc h1 {
		margin-bottom: 20px;
	}
	.fullpage-wrapper {
		margin-top: 90px;
	}
}

@media (min-width: 1024px) and (max-width:1366px) {
	.main-container .globe-wrap {
		height: 650px;
		margin-top: 0px;
	}
	.main-container .globe-wrap .globe {
		width: 280px;
		height: 280px;
		margin-top: -140px;
		margin-left: -140px;
	}
	.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: 20px;
	}
	.circle.market-place {
		right: 232px;
		top: 30px;
	}
	.circle.magazine/*.forum*/ {
		left: 232px;
		top: 30px;
	}
	.circle.edaily {
		left: 158px;
		bottom: 88px;
	}
	.circle.news/*.magazine*/ {
		right: 158px;
		bottom: 88px;
	}
	.circle.exim-startup/*.news*/ {
		top: 200px;
		right: 107px;
	}
	.circle.exim-data {
		top: 200px;
		left: 107px;
	}
	.circle.forum/*.exim-startup*/::before {
		top: -14px;
	}
	.circle.market-place::before {
		bottom: 1px;
		left: 22px;
		-moz-transform: rotate(-60deg);
		-webkit-transform: rotate(-60deg);
		-o-transform: rotate(-60deg);
		-ms-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
	.circle.edaily::before {
		top: 28px;
		right: -8px;
		-moz-transform: rotate(-35deg);
		-webkit-transform: rotate(-35deg);
		-o-transform: rotate(-35deg);
		-ms-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	.circle.magazine/*.forum*/::before {
		bottom: 1px;
		right: 22px;
		-moz-transform: rotate(60deg);
		-webkit-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	.circle.news/*.magazine*/::before {
		top: 27px;
		left: -7px;
		-moz-transform: rotate(35deg);
		-webkit-transform: rotate(35deg);
		-o-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		transform: rotate(35deg);
	}
	.circle.exim-startup/*.news*/::before {
		left: -20px;
		bottom: 60px;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	.circle.exim-data::before {
		right: -20px;
		bottom: 60px;
		-moz-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	.menu-item-desc {
		font-size: 16px;
	}
}

@media (max-width:480px) {
	.mob-circle-wrap .mob-circle {
		float: none;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.wrapper_404 img {
		width: 180px;
		max-width: 100%;
		margin-top: 40px;
		margin-bottom: 25px;
	}
}

@media not all,
(-webkit-transform-3d) {
	.modal.fade .modal-dialog {
		-webkit-transform: inherit !important;
		transform: inherit !important;
	}
}

@media(max-width:720px) {
	.inner-menu ul {
		width: 96%;
		margin: 0 2%;
	}
}

@media(max-width:500px) {
	.inner-menu .inner-logo img {
		width: 80px;
	}
	.inner-menu ul {
		padding: 6px 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 70%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 75%;
	}
}

@media (max-width: 1400px) {
	.menu-item-desc {
		font-size: 16px;
		line-height: 28px;
	}
}