body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: #e31e24;
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df1e23;
}
img {
	max-width: 100%;
	height: auto;
}

p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

.section-content {
	margin-top: 40px;
}

.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 99999 !important;
	padding: 0px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-f9faff {
	background-color: #f9faff;
}

.bg-mainColor {
	background-color: var(--mainColor);
}

.bg-000000 {
	background-color: #00000d;
}

.rs {
	margin-top: -10px;
}

.nice-select {
	border: 0px;
	background-color: transparent;
	height: auto;
	width: 100%;
	line-height: unset;
	font-size: var(--fontSize);
	font-family: var(--fontFamily2);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}

.nice-select .selected {
	color: var(--mainColor);
}

.nice-select .list {
	width: 100%;
	z-index: 9999;
}

a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	height: 60px;
	text-transform: capitalize;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--mainColor);
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: var(--fix-whiteColor);
	height: 4px;
	margin-top: 5px;
	border-radius: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--whiteColor);
	margin-top: 64px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none;
	text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
	background: var(--whiteColor);
}

.mean-container .mean-nav ul li a.active {
	color: var(--whiteColor);
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #dbeefd;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent !important;
	border: none !important;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav .navbar-nav {
	overflow-y: scroll;
	height: 340px;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-nav .dropdown-toggle::after {
	display: none;
}

.mean-remove {
	display: none !important;
}

.mobile-nav {
	display: none;
	position: relative;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}

.btn-primary, .btn-primary:active {
	background-color: var(--whiteColor) !important;
	color: var(--blackColor) !important;
	border-color: var(--blackColor) !important;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
	color: var(--mainColor);
}


.main-nav {
	background-color: #FFFFFF;
	padding: 9px 0px;
}

.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: 0px;
}

.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0;
}

.main-nav nav .navbar-nav .nav-item a {
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: var(--blackColor);
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fontFamily2);
	margin-left: 10px;
	margin-right: 10px;
}

.main-nav nav .navbar-nav .nav-item a i {
	right: 0;
	top: 6px;
	font-size: 12px;
	position: absolute;
}

.main-nav nav .navbar-nav .nav-item a:hover {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a::after {
	display: none;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 0px;
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item:hover a {
	color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 60px;
	opacity: 0;
	z-index: 99;
	width: 200px;
	border: none;
	display: block;
	border-radius: 0px;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: var(--whiteColor);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0;
	display: block;
	padding: 7px 20px;
	color: var(--blackColor);
	border-bottom: 1px dashed transparent;
	font-size: 15px;
	font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '+';
	font-size: 0px;
	color: var(--mainColor);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--mainColor);
	padding-left: 25px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0 !important;
	visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0;
}

.navbar-light .navbar-brand {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-light .navbar-brand:hover {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}

.mean-container .mean-bar {
	position: relative;
}

.mobile-nav .menu-sidebar-small-device {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 47px;
}

.mobile-nav .menu-sidebar-small-device .uni-button {
	padding: 5px 10px;
}

.mobile-nav .call-button {
	top: 7px;
}

.menu-sidebar {
	margin-bottom: -7px;
}

.header-area {
	position: relative;
	z-index: 999;
	border-radius: 10px;
	margin: 0px auto;
	max-width: 1380px;
	background-color: var(--whiteColor);
}

.header-area-2 {
	max-width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px -5px #d6d6d6;
	box-shadow: 0px 5px 10px -5px #d6d6d6;
}

.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu-small-device li {
	list-style: none;
	display: inline-block;
}

.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 69px;
}

.menu-sidebar-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-sidebar-1 ul {
	margin-bottom: -5px;
}

.menu-sidebar-1 .input-group {
	max-width: 200px;
	margin-right: 15px;
	margin-top: -5px;
	border-bottom: 1px solid #eeeeee;
	font-family: var(--fontFamily2);
}

.menu-sidebar-1 .input-group .form-control {
	padding: 10px 10px 5px 10px;
	border: 0px;
}

.menu-sidebar-1 .input-group .form-control::-webkit-input-placeholder {
	font-size: 14px;
}

.menu-sidebar-1 .input-group .form-control:-ms-input-placeholder {
	font-size: 14px;
}

.menu-sidebar-1 .input-group .form-control::-ms-input-placeholder {
	font-size: 14px;
}

.menu-sidebar-1 .input-group .form-control::placeholder {
	font-size: 14px;
}

.menu-sidebar-1 .input-group .input-group-text {
	border: 0px;
	padding: 0px 0px 0px 5px;
	color: var(--paragraphColor);
	background-color: transparent;
}

.menu-sidebar-1 .input-group .input-group-text i {
	position: relative;
	margin-bottom: -7px;
}

.menu-sidebar-1 .call-button {
	display: inline-block;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
}

.menu-sidebar-1 .call-button i {
	font-size: 25px;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-sidebar-1 .call-button p {
	margin-bottom: 0px;
	line-height: 1.4;
}

.menu-sidebar-1 .call-button p span {
	color: var(--mainColor);
}

.menu-sidebar-1 .call-button a {
	font-size: 14px;
	font-family: var(--fontFamily);
}

.menu-sidebar-1 .default-button-3 {
	margin-bottom: 8px;
}


/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
	.topbar-right-side {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: block;
	}

	.topbar-left-side {
		text-align: center;
	}

	.topbar-left-side ul li {
		margin-right: 7px;
		margin-left: 7px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.topbar-right-side {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.topbar-left-side {
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-nav nav .navbar-nav .nav-item a {
		font-size: 14px;
		margin-left: 13px;
		margin-right: 13px;
	}
}

@media only screen and (max-width: 1199px) {
	.main-responsive-nav {
		background-color: var(--whiteColor);
		height: 65px;
	}

	.mobile-nav {
		display: block;
		position: relative;
	}

	.mobile-nav .logo {
		top: 10px;
		left: 0px;
		z-index: 999;
		position: absolute;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

	.mobile-nav nav .navbar-nav .nav-item a i {
		display: none;
	}

	.mean-container .mean-bar {
		background-color: var(--whiteColor);
		padding: 0;
	}

	.mean-container a.meanmenu-reveal {
		padding: 5px 2px 0 0;
	}

	.menu-sidebar {
		display: none;
	}

	.menu-small-device {
		z-index: 999;
		right: 55px;
		top: 14px;
		display: block !important;
	}

	.menu-small-device .default-button {
		padding: 7px 10px;
		font-size: 14px;
	}

	.topbar-left-area {
		text-align: center;
	}

	.topbar-left-area ul li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.mobile-nav .call-button {
		top: 0;
	}
}

.stars ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.stars ul li {
	display: inline-block;
}

.stars ul li i {
	cursor: pointer;
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #c3323a;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}

.banner {
	margin: 85px 0px 0px 0px;
	padding: 0px;
	position: relative;
	
}

.banner .carousel-caption {
	position: absolute;

	right: 12%;
	bottom: 25%;

	left: 5%;
	z-index: 10;
	padding-top: 6px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}

.banner .carousel-indicators {
	right: 0;
	bottom: 6%;
}

.banner .carousel-caption h3 {
	margin: 0px 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 3px 3px 5px rgb(62 62 62 / 62%);
}

.banner .carousel-caption p {
	margin-top: 25px;
	line-height: 21px;
	font-size: 15px;
	padding: 0px 0px;
	color: #fff;
}


.banner .carousel-indicators li {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: #ffffff 2px solid;
	background: #ffffff00;
}

.banner .carousel-indicators .active {
	opacity: 1;
	background: #ffffff;
	border: #ffffff00 2px solid;
}

.banner-inner-text {
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
	padding: 0px 260px;
}

.banner-inner-text h1 {
	margin: 15% 0px 0px 0px;
	padding: 0px 0px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

.bnr-img {
	float: right;
	max-width: 45%;
	position: absolute;
	right: 0%;
	bottom: 0%;
	top: 1%;
}

@media (min-width: 320px) and (max-width: 767px) {
	.carousel-item .bnr-img {
		width: 110px;
		height: 105px;
		bottom: 20%;
	}

}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF7F23;
}

.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 5px 3px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.stellarnav>ul>li>a {
	padding: 20px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;

}

.stellarnav>ul>li>a:hover {
	color: #e6393f;
}

.stellarnav>ul>li>a.active {
	color: #FF7F23;
}

.no-border {
	border-right: 0px;
}



.trading-section {
	margin: 0px 0px;
	padding: 64px 0px 35px 0px;
	position: relative;
}

.trading-left {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

.trading-left .nav-tabs {
	border: 1px solid #FF7F23;
	background: #FF7F23;
	color: #fff;
	font-size: 18px;
	border-radius: 8px 8px 0px 0px;
}

.trading-left .nav-tabs .form-right {
	position: absolute;
	right: 31px;
	top: 5px;
}

.trading-left .nav-tabs .form-right .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffe7c9b0;
	background-clip: padding-box;
	border: 1px solid #ff7f23;
	border-radius: 34px;
}

.trading-left .nav-tabs .fa {
	color: #000;
}

.trading-left .nav-tabs .nav-link {
	padding: .5rem 2.5rem;
}

.trading-left .nav-tabs .nav-link:focus, .trading-left .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: #000;
	border-color: #000 #000 #000;
}

.trading-left .nav-tabs .nav-link:focus, .trading-left .nav-tabs .nav-link:hover .fa {
	color: #FF7F23 !important;
}

.trading-left .nav-tabs .nav-item.show .nav-link, .trading-left .nav-tabs .nav-link.active .fa {
	color: #FF7F23 !important;
	;
}

.trading-left .nav-tabs .nav-item.show .nav-link, .trading-left .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #000;
	border-color: #000 #000 #000;
}

.trading-left .tab-content {
	border: 1px solid #cecece;
	box-shadow: 1px 1px 4px rgba(62, 62, 62, 0.35);
	padding-top: 15px;
}

.trading-left .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #888888 #C4C4C4;
	scrollbar-track-color: #888888;
	scrollbar-width: thin;
}

.trading-left .table-responsive::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #888888(189, 99, 2, 0.3);
	border-radius: 10px;
	background-color: #C4C4C4;
}

.trading-left .table-responsive::-webkit-scrollbar {
	width: 8px;
	background-color: #C4C4C4;
	border-radius: 10px;
}

.trading-left .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #888888(189, 99, 2, 0.3);
	background-color: #888888;
}

.trading-left table thead {
	background: #C4C4C4;
	color: #000;
	font-size: 14px;
}

.trading-left .table thead th {
	font-size: 14px;
}

.trading-left .table-bordered td, .table-bordered th {
	font-size: 14px;
	line-height: 17px;
}


.trading-right {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

.welcomelogin {
	margin: 0px 0px 30px 0px;
	border: 1px solid #cecece;
	box-shadow: 1px 1px 4px rgba(62, 62, 62, 0.35);
	border-radius: 8px 8px 0px 0px;
}

.head-title {
	margin: 0px 0px;
	padding: 8px 0px;
	border-radius: 8px 8px 0px 0px;
	background: #000000;
	font-size: 18px;
	text-align: center;
	color: #ccc;
}

.form-box {
	padding: 22px;
}

.form-box .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F3F3F3;
	background-clip: padding-box;
	border: 1px solid #CBCBCB;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 14px !important;
}

.form-box .btn {
	display: inline-block;
	font-weight: 500;
	color: #ffffff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #FF7F23 !important;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 6px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #FF7F23 !important;
	margin: 1px auto 6px auto !important;
	width: 70px !important;
}

.form-box h6 {
	font-size: 14px;
	color: #777;
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}

.form-box h6 a {
	text-decoration: none;
	outline: 0 !important;
	font-size: 14px;
	color: #777;
}

.form-box h6 a:hover {
	color: #FF7F23;
	text-decoration: none;
}

.signfooter {
	margin: 0px 0px;
	padding: 10px 0px;
	background: #FF7F23;
	font-size: 15px;
	text-align: center;
	color: #f4f4f4;
}

.signfooter a {
	font-weight: 600;
	color: #000;
}

.signfooter a:hover {
	color: #000;
	text-decoration: underline;
}

.become-member {
	margin: 0px 0px;
	padding: 14px 22px 0px 22px;
}

.become-member h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 16px;
	color: #000000;
	width: 100%;
	text-align: left;
}

.become-member ul {
	margin: 0px 0px;
	padding: 8px 20px;
	width: 100%;
}

.become-member li {
	margin: 0px 0px;
	padding: 0px 3px 4px 3px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #312f2f;
}

.become-member li::marker {
	font-size: 18px;
	color: #f67f22;
}

.testimonials-section {
	margin: 0px 0px;
	padding: 60px 0px 24px 0px;
	background: #ECECEC;
	position: relative;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF7F23;
	border: 1px #FF7F23 solid;
}

.testimonials-section .readmore_btn {
	border: #151A39 1px solid;
	border-radius: 0px;
	padding: 8px 15px !important;
	background: #fff0;
	color: #151A39;
	margin-top: 16px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-weight: 300;
}

.testimonials-section .readmore_btn:hover {
	border: #0C53A6 1px solid;
	background: #0C53A6;
	color: #ffffff;
}

.testimonials-section h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 19px 0px;
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}

.item .testi-arrow {
	position: absolute;
	right: 25px;
	top: 2%;
	width: 37px;
}

.testi-text {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	
	border-radius: 8px;
	width: 100%;
	
}

.testi-text p {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 15px;
	color: #393838;
	width: 100%;
	text-align: left;
	line-height: 27px;
}

.testi-text h6 {
	margin: 24px 0px 12px 0px;
	padding: 0px 0px;
	font-size: 17px;
	color: #0E243C;
	width: 100%;
	font-weight: 600;
	;
}

.testi-text h6 span {
	font-size: 13px;
	color: #787878;
	width: 100%;
	font-weight: 300;
	margin-left: 0px;
}

.testi-text h6 .fa {
	background: #FF7F23;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 12px;
	padding: 7px 7px;
	text-align: center;
	margin: 0px 8px 0px 0px;
	float: left;
}

.testimonials-section .owl-nav {
	display: none;
}

.testimonials-section .owl-dots {
	padding: 25px 0px;
	text-align: center;
}

.testimonials-section .owl-dot {
	background: rgba(204, 204, 204, 0);
	width: 10px;
	height: 10px;
	border: #ccc 1px solid;
	border-radius: 12px;
	margin: 0px 4px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #D6D6D600;
	border: 1px #ff7f23 solid;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #434343;
	border: 1px #434343 solid;
}


.signup-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/signupbg.png);
	position: relative;
	padding: 98px 0px 0px 0px;
}

.signup-section .card-registration {
	width: 800px;
	margin: 0px auto;
	box-shadow: 0px 12px 24px rgba(62, 62, 62, 0.16);
}

.registration-form {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #FF7F23;
}

.registration-form .form-check-label {
	margin-bottom: 0;
	color: #fff9f5;
	font-size: 14px;
}

.registration-form .form-check-label a {
	color: #fff9f5;
	text-decoration: none;
}

.registration-form .form-check-label a:hover {
	color: #ffeb9f;
	text-decoration: none;
}

.signup-icon {
	margin: 0px auto;
	padding: 24px 25px;
	width: 100px;
	background: #FFB986;
	border-radius: 50%;
	height: 100px;
}

.registration-form h3 {
	font-size: 25px;
	text-align: center;
	margin: 21px 0px 17px 0px;
	padding: 0px 0px;
	color: #fff;
	font-weight: 600;
}

.registration-form .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 57px 8px 18px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #505050;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 29px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.firstname {
	position: absolute;
	right: 34px;
	top: 8px;
	color: #EFC4A6;
}

.registration-form .signbtn {
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 25px;
	padding: 8px 24px;
}

.registration-form .signbtn:hover {
	background: rgb(32, 32, 32);
}

.registration-pic {
	width: 310px;
	margin: 50% auto 0% auto;
}

.plandays {
	margin: 0px 0px;
	padding: 11px 8px;
	width: 100%;
	border: #f4dada 1px solid;
	border-radius: 6px;
	background: #fff6f0;
	overflow: hidden;
	min-height: 41px;
}

.plandays p {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 14px;
	text-align: left;
	width: auto;
	color: #f87923;
	font-weight: 700;
}

.plandays h6 {
	margin: 6px 0px;
	padding: 0px 0px;
	font-size: 14px;
	text-align: right;
	width: auto;
	color: #000000;
	font-weight: 700;
}



.signup-section .chooseplan-section {
	width: 359px;
	margin: 0px auto;
}

.signup-section .chooseplan-section2 {
	width: 100%;
	margin: 0px auto;
}

.chooseplan-section2 .membership-plan .head-title {
	font-size: 20px;
}

.membership-plan .head-title .form-check-input {
	accent-color: #000;
	border: #000;
}

.tab-content option {
	font-weight: normal !important;
	font-size: 13px;
}











.chooseplan-section2 .membership-text li {
	font-size: 12px;
	line-height: 17px;
}

.chooseplan-section2 .membership-text .form-outline label {
	font-size: 15px;
	margin-top: 7px;
}

.chooseplan-section h2 {
	font-size: 25px;
	text-align: center;
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0px;
}

.chooseplan-section .signbtn {
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	border-radius: 25px;
	padding: 8px 24px;
}

.chooseplan-section .signbtn:hover {
	background: rgb(32, 32, 32);
}

.chooseplan-section .signbtn.selected {
	background: #FF7F23;
	color: #ffffff;
}

.membership-plan {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	background: #ffffff;
	border: #FF7F2394 2px solid;
	border-radius: 12px;
	box-shadow: 0px 5px 20px rgba(62, 62, 62, 0.15);
}

.membership-plan .head-title {
	margin: 0px 0px;
	padding: 8px 0px 8px 18px;
	border-radius: 8px 8px 0px 0px;
	background: #FF7F23;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.membership-text {
	margin: 0px 0px;
	padding: 12px 15px;
	width: 100% !important;
}

.membership-text ul {
	margin: 0px 0px;
	padding: 8px 20px;
	width: 100%;
}

.membership-text li {
	margin: 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #312f2f;
}

.membership-text li::marker {
	font-size: 18px;
	color: #f67f22;
}

.membership-text .form-outline {
	padding: 0px 7px;
}

.membership-text .form-outline label {
	font-weight: 600;
	font-size: 14px;
}

.membership-text .form-control {
	font-size: 14px;
	color: #999c9f;
	border: 1px solid #FF7F2378;
}

.select-date {
	position: absolute;
	right: 34px;
	bottom: 6px;
	color: #574E48A3;
}

.planamount {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

.planamount hr {
	border-top: 1px solid #cccccc59;
	margin-top: 7px;
	margin-bottom: 7px;
}

.planamount p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
}

.text-warning {
	color: #f87923 !important;
}

.planamount p span {
	text-align: right;
	float: right;
}

.dashboard .trading-left .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #888888 #C4C4C4;
	scrollbar-track-color: #888888;
	scrollbar-width: thin;
	overflow-y: scroll;
	height: 600px;
	margin-bottom: 14px;
}

.stellarnav ul li .dropdown a {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #FF7F23;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: 600;
	text-align: left;
	line-height: 18px;
}

.stellarnav ul li .dropdown a span {
	color: #3c3a3a;
	font-size: 12px;
	font-weight: 400;
}

.userimg {
	margin: 14px 7px 0px 0px;
	padding: 0px 0px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}

.userimg img {
	width: 100%;
	height: 44px;
	object-fit: cover;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	color: #000;
	margin-bottom: 7px;
}

.stellarnav ul li .dropdown .dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 12px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: left;
	white-space: nowrap;
	border: 0;
	font-size: 14px;
}

.stellarnav ul li .dropdown .dropdown-item:focus,
.stellarnav ul li .dropdown .dropdown-item:hover {
	color: #820707;
	text-decoration: none;
	background-color: #ffc67e;
}

.stellarnav ul li .dropdown .dropdown-item.active,
.stellarnav ul li .dropdown .dropdown-item:active {
	color: #820707;
	text-decoration: none;
	background-color: #ffc67e;
}


/* ---- Contact Us Css----- */

.breadcumb {
	margin-top: 58px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 262px;
	max-height: 280px;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 262px;
	top: 59px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(60, 27, 4, 0.71);
}

.hero-content-upper {
	padding-top: 13%;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 1%;
	left: 0%;
	width: 100%;
}

.hero-content p {
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
}

.hero-content-upper h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #f47c26;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
}

.contact-section {
	margin: 67px 0px;
	padding: 0px 0px;
	width: 100%;
}

.contact-left {
	margin: 0px 0px;
	padding: 0px 0px;
}

.contact-left h3 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}

.contact-left p {
	margin: 0px 0px 6px 0px;
	padding: 13px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	line-height: 25px;
	width: 68%;
}

.contact-quick-links {
	padding-top: 26px;
}

.contact-quick-links p {
	color: #262626;
	font-weight: 500;
	margin-bottom: 5px;
}

.contact-quick-links p .fa {
	color: #FC7F26;
	font-weight: 400;
	font-size: 27px;
	width: 44px;
	height: 52px;
	float: left;
}

.contact-right {
	margin: 0px 0px;
	padding: 0px 0px;
}

.contact-right h3 {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
}

.contact-right .form-group label {
	font-size: 15px;
	color: #5D5D5D;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

.contact-right .form-control {
	display: block;
	width: 100%;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height: 37px;
}

.contact-right select.form-control:not([size]):not([multiple]) {
	height: auto !important;
}

.contact-right .form-group p span {
	font-size: 12px;
	color: #5D5D5D;
	padding: 0px 0px;
	margin: 0px 0px;
}

.contact-right .checkbox label {
	font-size: 15px;
	color: #5D5D5D;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

.contact-right .btn-warning {
	border-radius: 0px;
	padding: 8px 15px !important;
	border: #FC7F26 1px solid;
	background: #FC7F26;
	color: #ffffff;
	margin-top: 16px;
	font-size: 15px;
	border-radius: 5px;
	font-weight: 500;
}

.contact-right .btn-warning:hover {
	border: #FC7F26 1px solid;
	background: #FC7F26;
	color: #ffffff;
}

.map-section {
	margin: 67px 0px 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

.modal {
	top: 12%;
	z-index: 99999;
}

.forgot-password {}

.forgot-password .modal-header {
	padding: 1rem 1rem 0rem 1rem;
	border-bottom: 0px solid #dee2e6;
}

.forgot-password .modal-body {
	padding: 0rem 3rem 3rem 3rem;
}

.forgot-password .modal-body h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.forgot-password .modal-body p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 17px 0px;
	color: #797878;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.forgot-password .modal-body .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F3F3F3;
	background-clip: padding-box;
	border: 1px solid #CBCBCB;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 14px !important;
}

.forgot-password .modal-body .btn {
	display: inline-block;
	font-weight: 500;
	color: #ffffff !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #FF7F23 !important;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 6px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #FF7F23 !important;
	margin: 1px auto 6px auto !important;
	width: 100% !important;
}

.news-section {
	margin: 0px 0px;
	padding: 142px 0px 35px 0px;
	position: relative;
}

.news-section h2 {
	font-size: 25px;
	text-align: left;
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0px;
}

.latestnews {
	margin: 0px 0px 12px 0px;
	padding: 35px 15px 25px 15px;
	background: #f0edea6e;
	border-bottom: #ccc 1px solid;
}

.news-section .card-header .btn-link {
	font-weight: 500;
	color: #fe7825;
	text-decoration: none;
	width: 100%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 0px;
	padding: 0px 12px;
}

.news-section .card-header .btn-link .fa {
	text-align: right;
	float: right;
	margin-top: 6px;
}

.news-section .card-body p {
	font-size: 15px;
	color: #666a71;
}



.footer {
	position: relative;
	padding: 40px 0px 50px 0px;
	background: #ffffff;
}

.footer p {
	width: 100%;
	color:#6a6a6a;
	line-height: 23px;
	font-size: 15px;
}

.footer-social-icons {
	padding-top: 8px;
}

.footer-bgimg {
	position: absolute;
}

.footer-bg1 {
	bottom: -4%;
	left: 4%;
	position: absolute;
	width: 253px;
	z-index: -9;
	opacity: 0.3;
	height: 200px;
	overflow: hidden;
	-webkit-transform: scale(1.0) rotate(0deg);
}

.footer-bg1 img {
	width: 100%;
}

.footer-bg2 {
	top: 14%;
	right: 8%;
	position: absolute;
	width: 109px;
	z-index: -9;
	opacity: 0.3;
	-webkit-animation: move-to 5s infinite linear;
	animation: move-to 5s infinite linear;
}

.footer-bg2 img {
	width: 100%;
}

.footer-bgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-links h3 {
	padding-bottom: 0px;
	margin-bottom: 21px;
	position: relative;
	color: #2A3558;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer-contact-list {
	padding-left: 20px;
}

.footer-quick-links {
	padding-left: 60px;
}

.footer-content-card {
	position: relative;
	padding-left: 30px;
	margin-top: 15px;
}

.footer-content-card i {
	width: 20px;
	font-size: 18px;
	text-align: center;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 1px;
}

.footer-content-card h5 {
	margin-bottom: 5px;
	color: var(--blackColor);
	font-size: 15px;
	font-weight: 600;
}

.footer-logo-area p {
	font-size: 14px;
	color: #272727;
}

.footer-quick-links p {
	color: #D1D1D1;
	font-weight: 300;
	font-size: 14px;
	width: 77%;
	margin-bottom: 19px;
}

.footer-quick-links p .fa {
	color: #FF7F23;
	font-weight: 400;
	font-size: 18px;
	width: auto;
	height: 25px;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.footer-quick-links p a {
	text-decoration: none;
	color: #D1D1D1;
	font-weight: 300;
}

.footer-quick-links p a:hover {
	color: #ff7e22;
}

.footer-logo-area span {
	color: #ff7e22;
	margin-right: 12px;
	font-size: 16px;
}

.footer-content-card p a {
	color: var(--paragraphColor);
}

.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.footer-quick-links ul li {
	width: 45%;
	float: left;
	line-height: 35px;
}

.footer-quick-links ul li a {
	display: inline-block;
	color:#474747;
	font-size: 15px;
	font-weight: 300;
}

.footer-quick-links ul li a:hover {
	color: #F9893C;
}

.footer-quick-links {
	padding-left: 10px;
	padding-top: 26px;
}

.footer-quick-links ul li a.active {
	color: #F9893C;
}

.footer-logo-area .footer-social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-social-icons ul li {
	display: inline-block;
}

.footer-social-icons ul li a {
	width: 30px;
	height: 30px;
	font-size: 15px;
	margin-left: 3px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor);
	background-color: var(--whiteColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}

.footer-social-icons ul li a:hover {
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
}

.footer-quick-links ul li:first-child {
	margin-top: 0px;
}

.footer-logo-area {
	width: 206px;
	margin: 17px 0px 32px 0px;
}

.footer-logo-area img {
	width: 120px;
}

.footer-newsletter .input-group {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.footer-logo-area p {
	font-size: 14px;
	color: #6D7783;
}

.footer-logo-area span {
	color: #F9893C;
	margin-right: 12px;
	font-size: 16px;
}

.footer-logo-area p {
	font-size: 15px;
	color: #272727;
	margin-top: 16px;
	font-weight: 300;
}

.footer-logo-area span {
	color: #F9893C;
	margin-right: 12px;
	font-size: 16px;
}

.footer-logo-area .footer-social-icons {
	margin: 0px 5px;
	padding: 10px 0px;
	width: 100%;
}

.footer-social-icons p {
	color: #17171C;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	float: left;
}

.footer-social-icons a .fa {
	margin: 0px 2px;
    padding: 5px 0px;
    font-size: 12px;
    color: #ffffff;
    background: #646464;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 17px;
    text-align: center;
}

.footer-social-icons a .fa:hover {
	color: #F9893C;
}

.copyright {
	padding: 11px 0px;
	color: #C2C2C2;
	font-size: 12px;
	background: #000000db;
	font-weight: 300;
}

.copyright a {
	color: #dd1d23;
	text-decoration: none;
}

.copyright p {
	color: #fff;
	font-size: 14px;
}

.copyright p a {
	color: #ffffff;
	text-decoration: none;
}

.copyright p a:hover {
	color: #F9893C;
	text-decoration: none;
}

.form-group .form-control2 {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 2px 12px;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.link2 ul li {
	width: 100%;
	float: left;
	line-height: 35px;
}




@media only screen and (max-width:768px) {

	.container {
		margin-top: 0px;
	}

}

.height {
	height: 100vh;
}

.card {

	border: none;
	cursor: pointer;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.card:hover {

	background-color: #eee;

}

.ratings i {

	color: orange;
}

.testimonial-list {

	list-style: none;
}

.testimonial-list li {

	margin-bottom: 20px;
}

.testimonials-margin {

	margin-top: -19px;
}



/* Main CSS */
.grid-wrapper>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid-wrapper>div>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}

.grid-wrapper .wide {
	grid-column: span 2;
}

.grid-wrapper .tall {
	grid-row: span 2;
}

.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


.section_our_solution .row {
	align-items: center;
}

.our_solution_category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solution_cards_box .solution_card {
	border-radius: 10px 10px 20px 60px;
	background-color: #fff5f5;
	border-radius: 15px;
	margin: 25px 8px;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 265px;
	transition: 0.7s;
	border-top-left-radius: 60px;
	padding: 20px;
}

.solution_cards_box .solution_card:hover {
	background: #E31E24;
	color: #fff;
	/* z-index: 9; */
}



.solution_cards_box .solution_card .solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
	color: #fff;
}


.solution_cards_box .solution_card:hover .solu_title h3 {
	color: #fff;
}

.solution_cards_box .solution_card:hover .so_top_icon {
	background-color: #fff;
}

.solution_cards_box .solution_card:hover .solu_description i {
	color: #fff;
}
.solution_cards_box .solution_card{
	/* cursor: pointer; */
}

.solution_cards_box .solution_card:before {
    content: '';
    background-image: url('../images/hover-cir.png');
    background-repeat: no-repeat;
    position: absolute;
    width:0px;
    height: 305px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    /* max-width: 100%; */
    background-size: cover;
    transition:width 0.5s ease-in-out;
}

.solution_cards_box .solution_card:hover:before {
	width: 370px;
} 

.solu_description i {
	color: #E31E24;
	font-size: 30px;

}

.solution_cards_box .solution_card:hover .solu_description button {

	color: #309df0;
}



.solution_card .solu_title h3 {
	color: #212121;
	font-size: 1.3rem;
	margin-top: 13px;
	margin-bottom: 13px;
}

.solution_card .solu_description p {
	font-size: 15px;
	margin-bottom: 15px;
}

.solution_card .solu_description button {
	border: 0;
	border-radius: 15px;
	background: linear-gradient(140deg,
			#42c3ca 0%,
			#42c3ca 50%,
			#42c3cac7 75%) !important;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 16px;
}

.our_solution_content h1 {
	text-transform: capitalize;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}





.solution_cards_box .solution_card .so_top_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #C3323A26;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}


.solution_card .solu_title h3:hover {
	color: white;
}

.solution_cards_box .solution_card .so_top_icon img {
	width: 40px;
	height: 50px;
	object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
	.sol_card_top_3 {
		position: relative;
		top: 0;
	}

	.our_solution_category {
		width: 100%;
		margin: 0 auto;
	}

	.our_solution_category .solution_cards_box {
		flex: auto;
	}
}

@media only screen and (min-width: 768px) {
	.our_solution_category .solution_cards_box {
		flex: 1;
	}
}

@media only screen and (min-width: 1024px) {
	.sol_card_top_3 {
		position: relative;
		top: -3rem;
	}

	.our_solution_category {
		width: 100%;
		margin: 0 auto;
	}
}


.button-18 {
	align-items: center;
	background-color: #F23B41;
	border: 0;
	border-radius: 100px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	line-height: 20px;
	max-width: 480px;
	min-height: 35px;
	min-width: 0px;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	touch-action: manipulation;
	transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
}

.button-18:hover,
.button-18:focus {
	background-color: #ffffff;
	color: #F23B41;
}




.button-11 {
	align-items: center;
    background-color: #ffffff00;
    border: 1px solid #f23b41;
    border-radius: 100px;
    box-sizing: border-box;
    color: #f23b41;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 35px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-11:hover,
.button-11:focus {
	background-color:#F23B41;
	color:   #ffffff;
}


.hdr {
	line-height: 0.5;
	text-align: center;
}

.hdr h6 {
	display: inline-block;
	position: relative;
	color: #e31e24;
}

.hdr h6:before,
.hdr h6:after {
	content: "";
	position: absolute;

	border-bottom: 1px solid #E31E24;
	border-top: 1px solid #E31E24;
	top: 10px;
	width: 60px;
}

.hdr1 h6::after {
	content: "";
	position: absolute;
   color: #E31E24;
	border-bottom: 1px solid #E31E24;
	border-top: 1px solid #E31E24;
	top: 10px;
	width: 60px;
}

.hdr1 h6 {
	color: #E31E24;
}

.hdr h6:before {
	right: 100%;
	margin-right: 15px;
}

.hdr h6:after {
	left: 100%;
	margin-left: 15px;
}

.hdr h3 {

	    color: #101010;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;

}

.bg-srv .card {
	border-radius: 15px;
	margin: 25px 20px;
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 265px;
	transition: 0.7s;
	border-bottom-right-radius: 60px;
	box-shadow: 0px 12px 26px #00000029;
	
}

.bg-srv .c-hdng img {
	width: 65px;
	height: 65px;
	padding: 10px
}

.bg-srv .c-hdng h6 {
	margin-top: 15px;
}

.bg-srv .c-hdng h1 {
	font-size: 40px;
}

.bg-srv .card-body h1 {
	margin-bottom: 0.75rem;
	color: #E31E24;
	font-weight: 900;
	font-size: 50px;
}

.bg-srv .card-body p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.bg-srv{
	padding: 60px 100px;
	margin: 70px  0px;
}
.bg-srv .card:hover{
	background-color: #ffffff;
}

.v-img{
	text-align: -webkit-center;
	padding: 85px 0px;
}


.hero-text-box h5 span{
color:#E31E24;
}
.hero-text-box h6{
	font-size: 14px;
    font-weight: bold;
}
.hero-text-box img{
	padding-right: 5px;
}
.hero-text-box a{
background-color: #C3323A0F;
padding: 10px 20px;
position: absolute;
margin-top: 60px;

min-width: 200px;

}
.hero-text-box i{
	color: #E31E24;
    font-size: 23px;
    position: absolute;
    padding: 2px 15px;
}

.hero h2{
font-weight: 700;
margin-bottom: 30px;
padding: 10px 40px;
font-family: 'Roboto', sans-serif;
}

.hero-img-box::after{
    content: '';
    background-image: url(../images/abt4.png);
	position: absolute;
    top: 205px;
    right: 45px;
    z-index: -1;
    background-size: 200px;
    width: 200px;
    height: 388px;
    background-repeat: no-repeat;
}

.hero-img-box::before{
	
    content: '';
    background-image: url(../images/abt-5.png);
    position: absolute;
    top: 213px;
    left: -13%;
    z-index: -1;
    background-size: 170px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;

}

.hero-text-box {
	padding: 170px 0px 24px 0px;
}
.hero-img-box h6 span{
font-size: 40px;
color: #ab0b12;
font-weight: 900;
padding: 0px 9px 0px 0px;
}
.hero-img-box h6{
display: flex;
font-weight: bold;
align-items: center;
padding: 10px 0px;
}
.hero-img-box{
    padding: 20px 90px 10px 0px

}
.hdr-v {
writing-mode: vertical-lr;
position: relative;
top: 90px;
color: #e31e24;
font-weight: 600;


}
.hdr-v::after{
	border-right: 2px solid #e31e24;
	}


	.skills .p {
	    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 14px;
	margin-bottom: 0px;
	  }
	.skills {
		
		display: grid;
		
		
		margin: 88px 25px;
	
	  }
	 .skl{
		 margin-left: 20px;
		 color: yellow;
	 }
	.sklLine{
		position: relative;
		bottom: 8px;
		visibility: hidden;
		padding-left: 6px;
		color: greenyellow;
	}
	  .ProgWidth {
		padding: 12px 20px;
	  }
	  .skillDiv {
		height: 5px;
		width: 100%;
		background-color: gray;
	  }
	  .skillBar {
		display: block;
		height: 5px;
		background-color: #4AA4FF;
	  }
	
	
	  .htmlBar {
		width: 70%;
		animation: html 3s 1s 5 forwards;
	  }
	  .cssBar {
		width: 70%;
		animation: css 3s 1s 5 forwards;
	  }
	  .jsBar {
		width: 75%;
		animation: js 3s 1s 5 forwards;
	  }
	  
	  .javaBar {
		width: 85%;
		animation: java 3s 1s 5 forwards;
	  }
	  .ccpBar {
		width: 80%;
		animation: ccp 3s 1s 5 forwards;
	  }
	  .reactBar {
		width: 10%;
		animation: react 3s 1s 5 forwards;
	  }
	  .nodeBar {
		width: 35%;
		animation: node 3s 1s 5 forwards;
	  }
	  .sqlBar {
		width: 85%;
		animation: sql 3s 1s 5 forwards;
	  }
	  
	  @keyframes html {
		0% {
		  width: 0%;
		}
		100% {
		  width: 95%;
		}
	  }
	  @keyframes css {
		0% {
		  width: 0%;
		}
		100% {
		  width: 70%;
		}
	  }
	  @keyframes js {
		0% {
		  width: 0%;
		}
		100% {
		  width: 75%;
		}
	  }
	  @keyframes java {
		0% {
		  width: 0%;
		}
		100% {
		  width: 85%;
		}
	  }
	  @keyframes ccp {
		0% {
		  width: 0%;
		}
		100% {
		  width: 80%;
		}
	  }
	  @keyframes react {
		0% {
		  width: 0%;
		}
		100% {
		  width: 70%;
		}
	  }
	  @keyframes node {
		0% {
		  width: 0%;
		}
		100% {
		  width: 35%;
		}
	  }
	
	  @keyframes sql {
		0% {
		  width: 0%;
		}
		100% {
		  width: 85%;
		}
	  }

	  .skills .p p{
		line-height: 10px;
	  }
	  .icon-bx{
		padding: 0px 20px;
		color: white;
		line-height: 35px;
	  }
	  .abt-bx1 h3{
		color: white;
		font-family: 'Roboto', sans-serif;
	  }
	  .abt-bx1 p{
		color: white;
	    line-height: 24px;
    	margin-top: 16px;
    	font-size: 15px;
	  }
	  .abt-bx1{
	    padding: 36px 3px 18px 38px;
		display: inline-block;
	  }

	  .testimonials-section h3{
		font-weight: 700;
		margin: 20px 0px;
	}
	.testi-text span{
	position: absolute;
    right: 20px;
    top: 5px;
    z-index: 999;
    font-size: 25px;
	color:#E31E24;
	}

	.testimonials-carousel .item{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 7px 16px #00000026;
		border-radius: 6px;
		padding: 5px 20px;
	}
	.testi-img{

	align-self: center;

	}

	@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.mainLoginInput{
	height: 50px;
    padding: 0px;
    font-size: 15px;
    margin: 5px 0;
    width: -webkit-fill-available;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 5px;
}

.mainLoginInput::-webkit-input-placeholder { 
font-family: FontAwesome;
font-weight: normal;
overflow: visible;
vertical-align: top;
display: inline-block !important;
padding-left: 5px;
padding-top: 2px;
color: hsl(0, 0%, 0%);
}

.mainLoginInput::-moz-placeholder  { 
font-family: FontAwesome;
font-weight: normal;
overflow: visible;
vertical-align: top;
display: inline-block !important;
padding-left: 5px;
padding-top: 2px;
color: hsl(9, 40%, 60%);
}

.mainLoginInput:-ms-input-placeholder  { 
font-family: FontAwesome;
font-weight: normal;
overflow: visible;
vertical-align: top;
display: inline-block !important;
padding-left: 5px;
padding-top: 2px;
color: hsl(9, 40%, 60%);
}
.qus-img img{
	position: absolute;
    bottom: 0px;
}
.qus-sec{
background-color: #C3323A;
color: white;
padding: 0px 20px
}

.grid-wrapper .content-overlay {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.grid-wrapper .content-overlay::before {
    content: "";
    position: absolute;
    background-color: #e31e24ba;
    height: 100%;
    width: 100%;
    top: 0;
    left: 600px;
	transition:left 0.3s ease-in-out;
}



.overlay-content{
	position:absolute;
	max-width:300px;
	color:#fff;
	left:50%;
	transform: translate(-50%,-50%);
	bottom:20px;
	border-top:1px solid #fff;
	padding-top:20px;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

.grid-wrapper .content-overlay:hover::before{
	left:0px;
} 

.grid-wrapper .content-overlay:hover .overlay-content{
	opacity:1;
}
.right-img{
	position: absolute;
    
    top: 9%;
    right: 6%;
}

.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
  }
  .slick {
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
  }
  .slick .item {
	float: left;
  }
  .slick .item img {
	display: block;
	margin: 0 auto;
  }
  .slick-no-slide .slick-track {
	width: 100% !important;
	text-align: center;
	transform: inherit !important;
  }
  .slick-no-slide .slick-slide {
	float: none;
	display: inline-block;
  }
  .slick-list {
	position: relative;
	overflow: hidden;
  }
  
  .item.slick-slide.slick-current .slick-card{
	display: block;
	background: #E31E24;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
	width: auto !important;
  }

  .item.slick-slide.slick-current .testi-text h6{
	color:#fff;
  }
  
  .item.slick-slide.slick-current .testi-text p{
	color:#fff;
  }
  
  .item.slick-slide.slick-current .testi-text  span{
	color:#fff;
  }

  .solution_cards_box .solution_card:hover .right-img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7445%) hue-rotate(178deg) brightness(116%) contrast(99%);
}
.grid-wrapper .content-overlay p{
	font-size: 10px;

}
.testimonials-section #slick-next{
background-color: white;
    border: 1px solid #e31e24;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 25px;
    color: #e31e24;
	margin-right: 12px;
}

.testimonials-section #slick-previous{
	background-color: white;
		border: 1px solid #e31e24;
		padding: 5px 12px;
		border-radius: 50%;
		font-size: 25px;
		color: #e31e24;
	}
	.testimonials-section button:hover{
		background-color: #e31e24 !important;
		color: white !important;
	}
	.carousel-control-next-icon {
		background: none !important;
	}
	
	.carousel-control-prev-icon {
	 
		background: none !important;
	}
	
	.nav-custom a {
		position: static;
		left: unset;
		bottom: unset;
		width: unset;
		text-align: unset;
		opacity: unset;
		color: unset;
		 
	}
	.nav-custom {
		background: #EFEFEF;
		display: flex;
		gap: 115px;
		position: absolute;
		bottom: -72px;
		right: 0;
		width: 510px;
		height: 72px;
		align-items: center;
		padding-left: 55px;
		max-width: 100%;
	}
	.nav-custom a span {
		height: unset;
		display: flex;
		align-items: center;
		gap: 12px;
		font: normal normal bold 16px/33px Inter;
		letter-spacing: 0px;
		color: #101010;
	}
	
	.nav-custom a span i{
	  color:#8F44AD;
	}
	
	
	
	
	div#demo ul.carousel-indicators {
		position: absolute;
		left: unset;
		right: 359px;
		width: unset;
		margin: unset;
		padding: unset;
		transform: translate(-50%, -50%);
		bottom: -20px;
		z-index: 9999;
	}
	
	.banner .carousel-indicators  li{
		opacity:0 !important;
	}
	.banner .carousel-indicators .active {
		opacity: 1 !important;
		font: normal normal bold 34px/32px Inter;
		letter-spacing: 0px;
		color: #E31E24;
	}
	
	.banner .carousel-indicators li {
		border-radius: unset !important;
		background: transparent !important;
		margin: 0px !important;
		text-indent: unset !important;
		height: unset;
		width: unset;
		padding: unset;
		opacity: unset;
		border: 0px;
		position: absolute;
		font: normal normal bold 34px/32px Inter;
		letter-spacing: 0px;
		color: #E31E24;
	}
	
	.hero .hdr-v::before{
	
		content: "";
		display: block;
		width: 130px;
		
		height: 60px;
		top: 85px;
		border-left: 1px solid red;
	
		left: 10px;
		position: absolute;
	}
		  
	

	.qus-sec  span{
		
		margin-left: 9px;
	
		display: block;
		align-items: center;
		color: #888888;
	
	  }

	  .qus-sec  input{
		padding-left: 30px;
		height: 40px;
		font-size: 13px;
	  }
	  .qus-sec  .input-group{
	  margin-bottom: 15px;
	  
	  }
	  .qus-sec  textarea.form-control{
		padding-left: 36px;
		padding-top: 8px;
		font-size: 14px;
	
	  }
	  .qus-sec button{
		background-color: black;
        padding: 10px 30px;
       font-size: 11px;

	  }
	  .qus-left{
		padding: 45px 0px;
	  }
	  .link3 p{
		
		font-size: 12px;
		color: #2A3558;
		font-weight: bold;
	}
	  .link3 {
		display: flex;
	  }

	  .main-nav::after{
		content: " ";
		width: 430px;
		height: 84px;
		background-color: #EFEFEF;
		position: absolute;
		z-index: -9;
		top: 0%;
		right: 0;
	}
	  .about{
margin: 150px 0px;
	  }

	  .hero1-img-box::before {
	content: '';
    background-image: url(../images/abt-5.png);
    position: absolute;
    top: 48px;
    right: -40px;
    z-index: -1;
    background-size: 170px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	}
	.hero1-img-box{
		background-color: #969696;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 70px;
		padding: 0px 0px;
	}
	.uni-banner {
		background-size: cover;
		margin: 0px;
		padding: 0px;
		position: relative;
	    top: 85px;
    margin-left: 30px;
	}

	.uni-banner-text-area {
		position: absolute;
		text-align: center;
		left: 0px;
		border: 0px solid #ccc;
		top: 20px;
		right: 0px;
		display: block;
		margin: 0px auto;
		bottom: 0;
	}
	.uni-banner-text-area h1 {
		font-size: 2rem;
		font-weight: 600;
		margin-bottom: 15px;
		color: #ffffff;
		text-align: center;
		padding: 0px 0px 0px 0px;
	}
	.uni-banner-text-area ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: center;
	}
	.uni-banner-text-area ul li {
		display: inline-block;
		margin: 0px 10px;
		position: relative;
		color: #98B1FF;
		font-size: 15px;
	}

	.uni-banner-text-area ul li:first-child::after {
		content: '/';
		font-size: 18px;
		position: absolute;
		right: -16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.item.slick-slide .slick-card {
		display: block;	
		color: #000000;
		padding: 5px 25px;
		border-radius: 20px;
		width: auto !important;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 2px #00000026;
		border-radius: 6px;
		margin: 10px 0px;
		min-height: 275px;
	}

	.contact-us-left  {
	padding: 45px 0px;
	color:#575757;
	}
	.contact-us-left .icon i {
		padding: 10px 13px;
		background: #E31E24 0% 0% no-repeat padding-box;
		border-radius: 8px;
		margin: 17px 10px 10px 0px;
		color: white;
	}
	.contact-us-left h4 {
		color: #FFC222;
		margin-bottom: 15px;
	}
	.bx4 p span {
		font-size: 18px;
		font-size: 18px;
		display: contents;
		margin-top: 0px;
		padding-top: 0px;
	}

	.footer-contant .contact-list li {
		padding-left: 45px;
	}
	.footer-contant ul li {
		position: relative;
		line-height: 1.2;
		display: block;
		padding-bottom: 25px;
		font-size: 16px;
		text-align: left;
		color: #000F23;
		font-weight: 400;
	}
	.bx4 p {
		color: #565656;
		font-style: normal;
		margin-top: 10px;
		font-size: 13px;
		
	}
	.cont-h{

	
	color: #101010;
    font-weight: 600;
    margin-bottom: 25px;
}
.bx4{
	display: flex;
}
.format1{
	position: absolute;
    top: -22%;
    left: 0%;
    width: 270px;
    z-index: 9999;

}


.format9{
	position: absolute;
    top: -80%;
    left: -3%;
    width: 200px;
    z-index: 9999;
	-webkit-animation:spin1 4s linear infinite !important;
    -moz-animation:spin1 4s linear infinite;
    animation:spin1 4s linear infinite;
}
@-moz-keyframes spin1 { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin1 { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin1 { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.format2{
	position: absolute;
    top: 72%;
    right: -12%;
    width: 328px;

	z-index: 999;

}


.format11 {
    position: absolute;
    top: 35%;
    right: -7%;
    width: 215px;
    -webkit-animation: spin2 4s linear infinite !important;
    -moz-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    z-index: 999;
}

.format3{
	
	position: absolute;
    top: 91%;
    left: 6%;
    width: 85px;
    z-index: 9999;

}

.format10 {
	position: absolute;
    top: 85%;
    left: -2%;
    width: 70px;
    z-index: 9999;
}

.format4{
	position: absolute;
    top: -1%;
    right: -3%;
    width: 85px;
    z-index: 9999;
}
.format5{
	position: absolute;
    top: 5%;
    right: 35%;
    width: 30px;
    z-index: 9999;
}

.hire-bg {
    position: absolute;
    left: -7%;
    top: 9%;
    z-index: -1;
}
.format6 {
    position: absolute;
    top: 22%;
    right: 3%;
    width: 85px;
    z-index: 9999;
}

/*.hire-bg{*/
/*position: absolute;*/
/*left: -7%;*/
/*top: 100%;*/
/*z-index: -1;*/
/*}*/
/*.format6 {*/
/*    position: absolute;*/
/*    top: 210%;*/
/*    right: 3%;*/
/*    width: 85px;*/
/*    z-index: 9999;*/
/*}*/

.format7 {
	display: none;
}
.format8 {
    position: absolute;
    top: 7%;
    right: 60%;
    width: 56px;
    z-index: 9999;
    -webkit-animation:spin 4s linear infinite !important;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}



.disable-me {
    /* pointer-events: none; */
}


/*blog*/

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.pagination  .disabled{
    display:none;
    
}
.pagination{
 margin-top: 35px;   
}


.pagination .page-numbers  {
    background-color: white;
    padding: 10px 15px;
    border: 1px solid #c3c3c3;
}
.sub-menu-toggle{
    display:none;
}
.qus-sec span i{
    position:absolute;
}

.qus-sec .button-18 {
    margin: 5px 5px;
    padding: 0px 45px;
    background-color: #000000;
}


.qus-sec .button-18:hover {
    background-color: white;
    color: black;
    border:1px solid black;
}
div#demo ul.carousel-indicators {
 
    right: 260px;
}
.navbar-brand{
    margin-right:0;
}

.service_btn{
	background-color: #C3323A0F;
    padding: 10px 20px;
    min-width: 145px;
}

.testi-img img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

select.form-control {
    padding-left: 30px;
    font-size: 13px;
    color: #6c757d;
}
	 .why_toos {
        margin: 150px 0px;
    }

.features_box .solution_cards_box .solution_card{
	    min-height: 445px;
}

.why_toosimg{
	display:flex;
	justify-content:center;
}

.why_toosimg img{
	    height: 250px;
}


.language{
	    position: absolute;
    top: 20px;
    right: 0px;
    padding: 5px 10px;

}
.imprint-section {
  margin: 65px 0px;
  padding: 79px 0px;
  background: #ffffff;
  position: relative;
  width: 100%;
}
.imprint-img{
	margin: 5px 5px;
    padding: 0px 0px;
	width: 100%;
	box-shadow: 0 0 6px rgba(111, 103, 103, 0.64), 0 4px 5px rgba(96, 94, 94, 0.57);
	overflow: hidden;
	border-radius: 12px;
	height: 390px;
    }
.imprint-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
.imprint-table{
	margin: 0px 0px;
	padding: 15px 17px;
	width: 100%;
	box-shadow: 0 0 6px rgba(111, 103, 103, 0.64), 0 4px 5px rgba(96, 94, 94, 0.57);
	border-radius: 12px;
	min-height: 390px;
    }
.imprint-table .u-table-cell {
	padding: 6px 6px;
	color: #295fb3;
	width: 43%;
    height: 44px;
    }

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df1e23;
    color: black !important;
}


#demo .carousel-caption a {
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 7px 23px !important;
}



