/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/*google translate link | logo */
.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

/* google translate banner-frame */

.goog-te-banner-frame {
	display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}

.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}

/*body{top:0!important;}*/
.ct-topbar {
	text-align: right;
	background: #eee;
}

.ct-topbar__list {
	margin-bottom: 0px;
}

.ct-language__dropdown {
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
	z-index: 200;
}

.ct-language__dropdown li {
	background: #222;
	padding: 5px;
}

.ct-language__dropdown li a {
	display: block;
}

.ct-language__dropdown li:first-child {
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
	background: #444;
}

.ct-language__dropdown:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}

.ct-language {
	position: relative;

	padding: 10px 0;
}

.ct-language:hover .ct-language__dropdown {
	max-height: 200px;
	padding-top: 8px;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.navbar-brand > img {
	padding-top: 11px;
	width: 130px;
	margin-left: 15px;
}

.navbar-brand {
	height: auto;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.navbar {
	background-color: #000000;
}

.navbar-default .navbar-nav > .active > a {
	padding: 8px 19px 9px !important;
}

.navbar-nav > li.active {
	padding: 8px 0px 9px 0;
}

.navbar-right {
	padding-top: 0;
}

.navbar-default .navbar-nav > li > a::after {
	background-color: transparent;
	border-bottom: 3px solid #d2282e;
}

.navbar-default .navbar-nav > li {
	display: inline-block;
	text-align: center;
	float: none;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #0392cc;
}

.btn-down {
	position: fixed;
	width: 57px;
	height: 57px;
	right: -5px;
	bottom: 181px;
	/*background: #cbcfd4;*/
	border-radius: 8px;
	cursor: pointer;
	z-index: 200;
}

#livechat-compact-container {
	height: 153px;
	position: fixed;
	right: 19px;
	top: 86vh;
	z-index: 10000;
}

/*new 31/05 */
@media screen and (min-width: 1025px) {
	.copy-trade .trade_img {
		width: auto;
		height: 450px;
		margin-left: 153px;
	}
}

@media screen and (max-width: 1025px) {
	.copy-trade .trade .btn_primary {
		width: 100%;
	}
}

.copy-trade {
	background-color: white;
	padding: 0 0 0;
	margin-bottom: 60px;
}

.copytrade {
	display: block;
}

.copy-trade .h2 {
	line-height: 56px;
	margin-top: 20%;
	font-size: 40px;
	margin-left: 75px;
}

.copy-trade .trade_control__btn:last-child {
	margin-left: 75px;
}

@media screen and (max-width: 700px) {
	.copy-trade .trade .h2 {
		line-height: 50px !important;
		margin-top: 25px !important;
		font-size: 30px !important;
		margin-left: unset !important;
	}

	.copy-trade .trade_img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 1300px) {
	.copy-trade .h2 {
		line-height: 65px;
		margin-top: 50px;
		font-size: 40px;
		margin-left: 75px;
	}

	.copy-trade .trade_img {
		width: auto;
		height: 400px;
		margin-left: 0;
	}
}

@media screen and (max-width: 425px) {
	.trade .btn_primary,
	.trade .btn_secondary {
		width: 208.07px;
	}

	.copy-trade .trade_control__btn:last-child {
		margin-left: unset;
	}
}

@media screen and (max-width: 400px) {
	.copy-trade .h2 {
		line-height: 65px;
		margin-top: 50px;
		font-size: 40px;
		/*margin-left: 75px;*/
		margin-left: 20px;
	}

	.copytrade .trade_control__btn join_us a {
		padding: 15px;
	}
}

.trade .h2 {
	letter-spacing: unset;
}

.trade_control {
	display: inline-flex;
	margin-bottom: 50px;
}

.web_terminal .trade_control__btn {
	margin: 0 175px;
}

@media screen and (max-width: 425px) {
	.web_terminal .trade_control__btn {
		margin: unset;
	}

	.trade_control {
		margin-bottom: unset;
	}
}

.wrapper {
	width: 100vw;
	margin: 0 auto;
	height: 400px;
	background-color: #161616;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.wrapper {
		height: 700px;
	}
}

.content {
	max-width: 1024px;
	width: 100%;
	padding: 0 4%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.content {
		flex-direction: column;
	}
}

.card {
	width: 100%;
	max-width: 300px;
	min-width: 200px;
	height: 250px;
	margin: 10px;
	font-size: 16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.icon {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	max-width: 80px;
	background: linear-gradient(
		90deg,
		#ff7e7e 0%,
		#ff4848 40%,
		rgba(0, 0, 0, 0.28) 60%
	);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-position: 0px;
	background-size: 200px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.card .title {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 30px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.card .text {
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	color: white;
	font-weight: 200;
	letter-spacing: 2px;
	opacity: 0;
	max-height: 0;
}

.instant .h2 {
	margin-bottom: 25px;
}

#myImg,
.close {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

#caption,
.modal-content {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 1200px;
}

#caption {
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption,
.modal-content {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: 300;
}

.close:focus,
.close:hover {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

#myImg1,
.close1 {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

#myImg1:hover {
	opacity: 0.7;
}

.modal1 {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

#caption1,
.modal-content1 {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 1200px;
}

#caption1 {
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

#caption1,
.modal-content1 {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.close1 {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: 300;
}

.close1:focus,
.close1:hover {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}

	to {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(0);
	}

	to {
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(0);
	}

	to {
		-o-transform: scale(1);
	}
}

@-ms-keyframes zoom {
	from {
		-ms-transform: scale(0);
	}

	to {
		-ms-transform: scale(1);
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

.awardHeading {
	font-size: 30px;
}

@media (max-width: 1310px) {
	.awardHeading {
		font-size: 14px;
	}
}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px;
	}
}

@media only screen and (max-width: 600px) {
	.desktop_view {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	.mobile_view {
		display: none;
	}
}

#ourclients {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #f9f9f9;
	padding-bottom: 30px;
	height: 250px;
}

#ourclients .clients-wrap {
	display: block;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	height: 110px;
}

#ourclients .clients-wrap .ulcus {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#ourclients .clients-wrap .ulcus .licus {
	display: block;
	float: left;
	position: relative;
	width: 220px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

#ourclients .clients-wrap .ulcus .licus .imgcus {
	vertical-align: middle;
	max-width: 100%;
	width: 150px;
	max-height: 100%;
	-webkit-transition: 0 linear left;
	-moz-transition: 0 linear left;
	transition: 0 linear left;
}

#ourclients h3 {
	border-bottom: 2px solid #3399ff;
	width: 150px;
	padding: 10px;
}

.whatsappchat_132.is-bottom_right .popup-section .popup .myPopup_132::after {
	border-color: #37cf08 transparent transparent transparent;
}

.whatsappchat .popup-section h3 {
	color: #ffffff;
}

.divElement {
	position: absolute;
	top: 28%;
	left: 0%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
}
.cusfooter {
	position: fixed;
	padding: 10px 10px 10px 10px;
	bottom: 0;
	width: 100%;
	min-height: 90px;
	background: #1c1a1a;
	color: #fdfdfd;
	text-align: center;
}
.cusbutton {
	background: #038210;
	padding: 4px;
	color: antiquewhite;
	border-radius: 8px;
}
