.slider-img-wrap {
	position: relative;
	height: 400px;
	width: 100%;
}
.home-testimonial {
	position: relative;
	overflow: hidden;
}
.text-aling {
	text-align: center;
}

.home-slider {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.home-slider .carousel-item {
	height: calc(100vh - 250px);
	background-attachment: fixed;
}
.home-slider .carousel-item .container .row.align-items-center {
	height: calc(100vh - 250px);
}
.home-slider .h4 {
	font-size: 50px;
	color: #1A3453;
}
.home-slider .h2 {
	margin-bottom: 20px;
	color: #fff;
}
.home-slider .para {
	color: #ffffffe0;
	margin-top: 20px;
	line-height: 24px;
}
.home-slider .bttn-primary {
	margin-top: 45px;
}
.slider-mobile {
	position: absolute;
	top: 186px;
	left: 19px;
	z-index: 2;
	width: 103px;
}
.slider-desktop {
	position: absolute;
	top: 47px;
	left: 46px;
	z-index: 1;
	width: 481px;
}
.slider-laptop {
	position: absolute;
	top: 134px;
	left: 295px;
	z-index: 3;
	width: 532px;
}
/*.slider-mobile{position: absolute;top: 186px;left: -70px; z-index: 2; width: 103px;}*/
/*.slider-desktop{position: absolute;top: -2px;left: -43px; z-index: 1; width: 481px;}*/
/*.slider-laptop{position: absolute;top: 78px;left: 218px; z-index: 3; width: 532px;}*/
.home-welcome-ani {
	background: #1A3453;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-welcome-row .home-slider-footer {
	padding: 0;
	min-height: 270px;
	position: relative;
}
.home-welcome-row .home-slider-footer .home-welcome-text {
	float: left;
	min-width: 350px;
	padding-top: 30px;
}
.home-welcome-row .home-slider-footer .home-welcome-info {
	float: left;
	max-width: 660px;
	padding-top: 28px;
}
.home-welcome-row .home-slider-footer .home-scroll-link {
	float: right;
}
.home-welcome-row .home-slider-footer .home-scroll-link a {
	background: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 80px;
	margin-top: 22px;
	left: 58px;
}
.home-welcome-row .home-slider-footer .home-welcome-text .h5 {
	margin-top: 20px;
	color: #0097F0;
	font-weight: 400;
	font-size: 30px;
}
.home-welcome-row .home-slider-footer .home-welcome-info p {
	color: #aabcd2;
	line-height: 24px;
	font-size: 14px;
}
.home-scroll-link2 {
	background: #fff;
	text-align: center;
	padding: 10px;
	width: 270px;
	height: 200px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	top: 35px;
	right: -178px;
}
.home-scroll-link2 a {
	text-transform: uppercase;
	color: #1A3453;
	font-size: 10px;
	display: block;
	width: 260px;
	height: 190px;
	padding-top: 80px;
	margin-right: 33px;
}
.home-scroll-link2 a i {
	font-size: 38px;
	color: #1A3453;
	vertical-align: -18px;
	margin-right: 12px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	display: inline-block;
	left: 0;
	vertical-align: -20px;
}
.home-scroll-link2 a:hover i {
	left: -10px;
}
.home-scroll-link a {
	position: relative;
	display: block;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	text-transform: uppercase;
	color: #1A3453;
	font-size: 10px;
}
.home-scroll-link a i {
	font-size: 38px;
	color: #1A3453;
	vertical-align: -18px;
	margin-right: 12px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	display: inline-block;
	left: 0;
}
.home-scroll-link a:hover i {
	left: -10px;
}
.carousel-indicators-custom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 30px;
	z-index: 99;
	margin: 0;
	padding: 0;
}
.carousel-indicators-custom li {
	height: 2px;
	width: 30px;
	background: #fff;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.carousel-indicators-custom li .active-ani {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	display: block;
}
.carousel-inner .process img {
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
}
.carousel-inner .process {
	margin-top: 30px;
	position: relative;
}
.carousel-inner .process p {
	font-weight: 600;
	font-size: 15px;
}
.carousel-inner .process .list-inline-item {
	margin-left: 30px;
	text-align: center;
	padding-right: 15px;
}
.carousel-inner .process .list-inline > li {
	position: relative;
}
.carousel-inner .process .list-inline > li:not(:last-child)::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	position: absolute;
	top: 14px;
	right: -20px;
}
.web-list {
	display: block;
}
/*.faqs-section .faq-accordian-inner{display: none;}*/
.faqs-section .faq-accordian-row {
	margin-top: -40px;
}
.carousel-inner .solution-list {
	margin-top: 50px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle {
	background: #1A3453;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding-top: 5px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner {
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	margin: 0px 5px 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 4px solid #125382;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	position: relative;
	z-index: 5;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .icon-wrap img {
	width: 25px;
	display: block;
	margin: auto;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner1 {
	border-color: #5E4D56;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner1 .icon-wrap img {
	width: 25px;
	height: 25px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner2 {
	border-color: #38427C;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner2 .icon-wrap img {
	width: 25px;
	height: 20px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner3 {
	border-color: #3D6145;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner3 .icon-wrap img {
	width: 21px;
	height: 25px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner4 {
	border-color: #5E6256;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner4 .icon-wrap img {
	width: 21px;
	height: 25px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .icon {
	margin: auto;
	font-size: 20px;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .icon span {
	margin: auto;
	font-family: 'Exo', sans-serif;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .icon .para-big {
	font-size: 20px;
	color: #fff;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .settings-icon {
	color: #FF875E;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .clone-icon {
	color: #8064DC;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .notes-icon {
	color: #91CA23;
}
.carousel-inner .solution-list .list-inline .list-inline-item .circle .circle-inner .certificate-icon {
	color: #FFD05E;
}
.carousel-inner .solution-list .list-inline .list-inline-item .para-small {
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	font-family: 'Exo', sans-serif;
	line-height: 18px;
	text-align: center;
}
.carousel-inner .solution-list .list-connect {
	position: relative;
}
.carousel-inner .solution-list .list-inline > li {
	position: relative;
	min-height: 140px;
	vertical-align: middle;
}
.carousel-inner .solution-list .list-inline > li:not(:last-child) {
	margin-right: 35px;
}
.carousel-inner .solution-list .list-inline > li:not(:last-child):after {
	content: '';
	height: 7px;
	width: 100%;
	position: absolute;
	pointer-events: none;
	background: #1A3453;
	right: -80px;
	top: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 2;
}
.carousel-indicators-custom li:hover {
	width: 45px;
}
.carousel-inner .list-inline {
	display: block;
}
.carousel-inner .web-development ul li {
	float: left;
	display: inline-flex;
	margin-top: 20px;
}
.carousel-inner .web-development ul li img {
	width: 22px;
	height: 22px;
	margin-left: 10px;
}
.carousel-inner .web-development ul li p {
	margin-left: 10px;
	font-size: 16px;
}
.carousel-inner .opeating-system {
	margin-top: 40px;
}
.carousel-inner .opeating-system img {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item:first-child {
	margin-left: 0px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item {
	margin-left: 20px;
	border: 1px solid #fff;
	width: 120px;
	height: 100px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item .system-list {
	margin: 20px 10px 10px 30px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item .system-list .img-fluid:first-child {
	margin-left: 10px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item .system-list p {
	font-size: 12px;
	font-weight: 600;
	;
	margin-left: 12px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item .system-list p:first-child {
	margin-left: 0px;
}
.carousel-inner .opeating-system .list-inline .list-inline-item:hover, .carousel-inner .opeating-system .list-inline .list-inline-item:active, .carousel-inner .opeating-system .list-inline .list-inline-item:focus {
	border-color: #dd0b51;
}
.list-inline-web {
	margin-top: 30px;
}
.list-inline-web li {
	float: left
}
.list-inline-web li img {
	height: 22px;
	float: left;
	margin-right: 10px;
	padding-right: 4px;
}
.list-inline-web li .para {
	float: left;
	margin: 0;
}
.list-inline-web li:not(:last-child) {
	margin-right: 40px;
}
.opeating-system-list {
	margin-top: 50px;
}
.opeating-system-list .list-inline-item .system-list {
	width: 70px;
	height: 60px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border: 1px solid #FFFFFF;
}
.opeating-system-list .list-inline-item .system-list img {
	height: 24px;
	margin-bottom: 5px;
}
.opeating-system-list .list-inline-item .system-list p {
	font-size: 12px;
}
.opeating-system-list .list-inline-item:not(:last-child) {
	margin-right: 17px;
}
.home-welcome-ani-outer {
	background: transparent;
	overflow: hidden;
	margin-top: -191px;
}
.home-row {
	max-width: 270px;
	margin: auto;
}
.home-offering {
	background: #F0F0F0;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
.home-offering h3 {
	margin-bottom: 0;
}
.home-offering-inner {
	padding: 90px;
	z-index: 9;
	position: relative;
	margin-left: 135px;
	margin-top: 60px;
}
.home-offering-inner h3 {
	color: #1A3453;
	margin-bottom: 60px;
}
.home-offering-inner h6 {
	color: #1A3453;
}
.home-offering-row {
	position: relative;
	z-index: 9;
}
.home-offering-row .home-offering-col {
	text-align: center;
}
.home-offering-row .home-offering-col img {
	margin-bottom: 27px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s linear 0;
	-webkit-transition: all 0.2s linear 0;
	-moz-transition: all 0.2s linear 0;
}
.home-offering-row .home-offering-col h6 {
	margin-bottom: 20px;
	font-weight: 700;
}
.home-offering-row .home-offering-col p {
	margin-bottom: 20px;
	color: #6B7C93;
	min-height: 100px;
}
.home-offering-row .home-offering-col span {
	margin-bottom: 20px;
}
.home-offering-row .home-offering-col span.morecontent {
	display: inline;
}
.home-offering-row .home-offering-col:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.home-offering-row .home-offering-col-inner {
	max-width: 340px;
	display: block;
}
.home-offering-inner .home-welcome-ani {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 96%;
}
.home-solution {
	background: #1A3453;
	padding-bottom: 230px;
	overflow: hidden;
}
.home-solution h3 {
	color: #fff;
	text-align: center;
	font-size: 36px;
}
.home-solution-inner {
	position: relative;
	margin: 75px auto 0;
	max-width: 1050px;
}
.home-solution-inner .media {
	max-width: 482px;
	cursor: pointer;
	z-index: 99;
}
.home-solution-inner .media .h7 {
	color: #fff;
}
.home-solution-inner .media .para-small {
	color: #97ADBB;
}
.home-solution-inner .media img {
	width: 130px;
	margin-top: 23px;
}
.home-solution-inner .solution-media-center {
	width: 170px;
}
.home-solution-inner .media.solution-media-left {
	margin-left: -43px;
	text-align: right;
	margin-bottom: 50px;
}
.home-solution-inner .media.solution-media-left .media-body {
	margin-right: 43px;
}
.home-solution-inner .media.solution-media-left2 {
	margin-left: -94px;
	text-align: right;
	margin-top: 2px;
}
.home-solution-inner .media.solution-media-left2 .media-body {
	margin-right: 43px;
}
.home-solution-inner .solution-media-center {
	position: absolute;
	left: 46%;
	top: 46%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.home-solution-inner .solution-media-center img {
	z-index: 99;
}
.home-solution-inner .solution-media-center2 {
	margin-left: 413px;
	margin-top: -6px;
}
.home-solution-inner .solution-media-center2 .media-body {
	left: -116px;
	position: absolute;
	bottom: -138px;
	text-align: center;
	max-width: 370px;
	margin: auto;
	display: block;
}
.home-solution-inner .solution-media-center2 img {
	width: 112px;
}
.home-solution-inner .solution-media-right {
	margin-left: 100px;
	margin-bottom: 50px;
}
.home-solution-inner .solution-media-right2 {
	margin-left: 180px;
	margin-top: 2px;
}
.home-solution-inner .solution-media-right .media-body {
	margin-left: 30px;
}
.home-solution-inner .solution-media-right2 .media-body {
	margin-left: 30px;
}
.home-solution .bttn {
	margin: 130px auto 0;
}
.modal-solution .modal-dialog {
	max-width: 800px;
}
.modal-solution .modal-dialog .modal-content {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.modal-solution .modal-dialog .modal-body {
	padding: 80px 55px;
}
.modal-solution .modal-dialog .modal-body img {
	width: 130px;
	margin-right: 40px;
}
.modal-solution .modal-dialog .modal-body .h7 {
	color: #0E171D;
}
.modal-solution .modal-dialog .modal-body .para-small {
	color: #586770;
}
.modal-solution .modal-dialog .modal-body .close {
	color: #0E171D;
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 1;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 2px;
}
.modal-solution .modal-dialog .modal-body .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.owl-testimonials-inner {
	display: table;
	margin: auto;
}
.owl-testimonials-inner .owl-testimonials-left {
	display: table-cell;
	vertical-align: middle;
	padding: 36px 48px;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 471px;
}
.owl-testimonials-inner .owl-testimonials-right {
	display: table-cell;
	vertical-align: middle;
	width: 258px;
	padding-left: 26px;
}
.owl-testimonials-inner .owl-testimonials-left .para {
	color: #1C2E3A;
	line-height: 28px;
	font-size: 18px;
}
.owl-testimonials-inner .owl-testimonials-left:after, .owl-testimonials-inner .owl-testimonials-left:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.owl-testimonials-inner .owl-testimonials-left:after {
	border-color: rgba(204,204,204,0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.owl-testimonials-inner .owl-testimonials-left:before {
	border-color: rgba(204,204,204,0);
	border-left-color: #ccc;
	border-width: 11px;
	margin-top: -11px;
}
.owl-testimonials-inner .owl-testimonials-right img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	float: left;
	margin-right: 14px;
}
.owl-testimonials-inner .owl-testimonials-right h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #1A3453;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.owl-testimonials-inner .owl-testimonials-right p {
	color: #6B7C93;
}
.owl-testimonials .owl-dots .owl-dot span {
	width: 15px;
	height: 8px;
	background: #EEEEEE;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.owl-testimonials .owl-dots .owl-dot.active span {
	width: 30px;
	height: 8px;
	background: #0097F0;
}
.owl-testimonials.owl-carousel .owl-item {
	opacity: 0.25;
	transition: opacity 0.2 linear 0s;
	-webkit-transition: opacity 0.2 linear 0s;
	-moz-transition: opacity 0.2 linear 0s;
}
.owl-testimonials.owl-carousel .owl-item.active.center {
	opacity: 1;
}
.owl-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 60px;
}
.home-culture {
	background: #0097F0 url('../../img/symphony-thumb.png') no-repeat left 0;
	background-attachment: fixed;
	background-size: 640px auto;
	-webkit-background-size: 640px auto;
	-moz-background-size: 640px auto;
	-o-background-size: 640px auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	background-position-x: -300px !important;
	-webkit-background-position-x: -300px !important;
	-moz-background-position-x: -300px !important;
}
.home-culture .home-culture-inner {
	max-width: 500px;
	float: right;
	margin-right: -130px;
}
.home-culture .home-culture-inner h3 {
	color: #fff;
}
.home-culture .home-culture-inner p {
	color: #1A3453;
	padding: 18px 0;
}
.home-culture .home-culture-inner .bttn {
	margin-top: 20px;
}
.symphony-thumb {
	z-index: 99;
	position: absolute;
	left: -320px;
	top: -220px;
	width: 640px;
}
.home-contact {
	position: relative;
	overflow: hidden;
	background: #1A3453;
	padding-bottom: 0;
}
.home-contact .h1 {
	color: #34659F;
	opacity: 0.1;
	position: relative;
	z-index: 49;
	margin: 0;
	margin-left: 135px;
}
.home-contact .home-contact-inner {
	position: relative;
	margin-top: -25px;
	padding: 85px 115px;
	margin-left: 135px;
	z-index: 49;
}
.home-contact .home-welcome-ani {
	background: #fff;
}
.home-contact .home-contact-row {
	position: relative;
	z-index: 99;
}
.home-contact .home-contact-row h3 {
	color: #1A3453;
	font-size: 36px;
}
.home-contact .home-contact-row:first-child {
	margin-bottom: 44px;
}
.home-contact-from {
	padding: 90px 120px 76px;
	margin-left: 135px;
}
.home-contact-from ul li {
	float: left;
	margin-right: 50px;
}
.home-contact-from ul li h6 {
	color: #fff;
	margin-top: 5px;
}
.career-page-banner .career-list-inline {
	margin-top: 38px;
}
.gallary-wrap {
	float: right;
	background-color: white;
}
.gallary-wrap ul li {
	float: left;
	position: relative;
	overflow: hidden;
}
.gallary-wrap ul li img:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
}

.comman-footer {
	background: #1A3453 url('../../img/footer-pattern.jpg') repeat;
	padding: 100px 0 60px;
}
.comman-footer .footer-logo {
	width: 150px;
	margin-bottom: 24px;
}
.comman-footer .social-list-inline li a {
	font-size: 23px;
	color: #fff;
}
.comman-footer .social-list-inline li .a-linkedin:hover {
	color: #0274b3;
}
.comman-footer .social-list-inline li .a-twitter:hover {
	color: #00aced;
}
.comman-footer .social-list-inline li .a-play:hover {
	color: #fd2725;
}
.comman-footer .social-list-inline li:not(:last-child) {
	margin-right: 38px;
}
.comman-footer .main-nav li {
	margin-bottom: 15px;
}
.comman-footer .main-nav li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
.comman-footer .main-nav li a:hover {
	color: #0097f0;
	text-decoration: none;
}
.comman-footer .sub-main-nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	;
	position: relative;
	transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
}
.comman-footer .sub-main-nav li:first-child a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	margin-bottom: 14px;
	display: block;
}
.comman-footer .sub-main-nav li:not(:first-child) {
	margin-bottom: 8px;
	opacity: 0.6;
	;
}
.comman-footer .sub-main-nav li:not(:first-child) a:hover {
	color: #0097f0;
	text-decoration: none;
}
.comman-footer .para-small {
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: 0.3;
	;
}
.copyright-row {
	margin-top: 70px;
}
.subscribe-email {
	position: relative;
}
.subscribe-email label {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	color: rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	left: 0px;
	background: #1a3453;
	width: 100%;
	right: 0;
	white-space: nowrap;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.subscribe-email .form-control {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	color: rgba(255,255,255,1);
	background: transparent;
	outline: none;
	border: 0px;
	border-bottom: 2px solid #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
}
.subscribe-email .form-control ~ em {
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 0px;
	background: #0097f0;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.subscribe-email .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.subscribe-email .form-control:focus +label {
	bottom: 24px;
	left: 0px;
	font-size: 14px;
}
.subscribe-email .form-control:focus ~ em {
	width: 100%;
}
.subscribe-email .form-control.has-content + label {
	bottom: 24px;
	left: 0px;
	font-size: 14px;
}
.contact-form-inner {
	max-width: 476px;
}
.solution-media-center-inner:before, .solution-media-center-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../../img/svg/solution-wave.svg')no-repeat center
}
.solution-media-center-inner:before {
	-webkit-animation: ripple 4s linear infinite;
	animation: ripple 4s linear infinite;
}
.solution-media-center-inner:after {
	-webkit-animation: ripple 4s linear 2s infinite;
	animation: ripple 4s linear 2s infinite;
}
@-webkit-keyframes ripple {
 0% {
-webkit-transform:scale(1);
}
 25% {
-webkit-transform:scale(2.2);
opacity:1;
}
 50% {
-webkit-transform:scale(3.2);
opacity:1;
}
 75% {
-webkit-transform:scale(4.2);
opacity:1;
}
 100% {
-webkit-transform:scale(5.2);
opacity:0;
}
}
@keyframes ripple {
 0% {
-webkit-transform:scale(1);
}
 25% {
-webkit-transform:scale(2.2);
opacity:1;
}
 50% {
-webkit-transform:scale(3.2);
opacity:1;
}
 75% {
-webkit-transform:scale(4.2);
opacity:1;
}
 100% {
-webkit-transform:scale(5.2);
opacity:0;
}
}
.key-feature-inner {
	background: #fff;
	border-bottom: 1px solid #F3F3F3;
	text-align: center;
	overflow: hidden;
	position: relative;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px 37px;
}
.key-feature-inner .key-feature-inner-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background: rgba(0,152,240,1);
	background: -moz-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,240,1)), color-stop(70%, rgba(0,201,246,1)), color-stop(100%, rgba(0,201,246,1)));
	background: -webkit-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -o-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: linear-gradient(to right, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098f0', endColorstr='#00c9f6', GradientType=1 );
}
.key-feature-inner:hover .key-feature-inner-wrap {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.key-feature-inner-wrap > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px 37px;
}
.inner-page-banner {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-position: center top;
	-webkit-background-position: center top;
	-moz-background-position: center top;
	-ms-background-position: center top;
	-o-background-position: center top;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
}
.inner-page-banner h4 {
	color: #0097F0;
	font-size: 50px;
	font-family: 'Exo', sans-serif;
}
.inner-page-banner h2 {
	color: #fff;
	font-size: 30px;
	font-family: 'Exo', sans-serif;
}
.inner-page-banner ul {
	margin-top: 56px;
}
.inner-page-banner ul .list-inline-item:not(:last-child) {
	margin-right: 60px;
}
.inner-page-banner ul li i {
	color: #0097F0;
	font-size: 22px;
}
.inner-page-banner ul li span {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	color: #fff;
	vertical-align: 3px;
	margin-left: 12px;
}
.inner-page-banner .align-items-center {
	min-height: 440px;
}
.product-sticky-strip {
	background: #F6F6F6;
	z-index: 99;
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .08);
}
.product-sticky-strip .align-items-center {
	min-height: 70px;
}
.feature-tabs-ul {
	max-width: 865px;
	margin: auto;
}
.feature-tabs-ul li {
	width: calc(100% / 7);
	text-align: center;
}
.feature-tabs-ul li a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Exo', sans-serif;
	color: #8b8b8b;
	position: relative;
	line-height: 15px;
}
.feature-tabs-ul li a:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0097F0;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 151, 240, 0.4);
	animation: pulse-ani 1.5s infinite;
	-webkit-animation: pulse-ani 1.5s infinite;
	-moz-animation: pulse-ani 1.5s infinite;
	-ms-animation: pulse-ani 1.5s infinite;
	-o-animation: pulse-ani 1.5s infinite;
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 9;
	opacity: 0;
}
.feature-tabs-ul li a.active {
	color: #1C2E3A;
}
.feature-tabs-ul li.list-inline-item:not(:last-child) {
	margin-right: 58px;
}
.feature-tabs-ul li a.active:after {
	opacity: 1;
}
.feature-tabs-ul li a:hover {
	color: #1C2E3A;
}
.introduction {
	position: relative;
}
.introduction .img-fluid {
	margin-top: 70px;
}
.introduction h3 {
	color: #0097F0;
	margin-bottom: 50px;
}
.introduction .double-quotes {
	position: absolute;
	top: -10px;
	left: -50px;
}
.introduction p {
	color: #1A3453;
}
.about-slider {
	padding: 0;
	position: relative;
}
.about-slider .carousel-item {
	height: calc(100vh - 250px);
	background-attachment: fixed;
}
.about-slider .carousel-item .container .row.align-items-center {
	height: calc(100vh - 250px);
}
.about-slider .h2 {
	margin-bottom: 20px;
	color: #1A3453;
}
.about-slider .para {
	color: #fff;
	margin-top: 20px;
	line-height: 24px;
}
.about-slider .home-welcome-ani {
	background: #1A3453;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-slider .home-welcome-row .home-slider-footer {
	padding: 0;
	min-height: 250px;
	position: relative;
}
.about-slider .home-welcome-row .home-slider-footer .home-welcome-text {
	float: left;
	min-width: 395px;
	padding-top: 50px;
}
.about-slider .home-welcome-row .home-slider-footer .home-welcome-info {
	float: left;
	max-width: 390px;
	padding-top: 47px;
}
.about-slider .home-welcome-row .home-slider-footer .home-scroll-link {
	float: right;
}
.about-slider .home-welcome-row .home-slider-footer .home-scroll-link a {
	background: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 80px;
	margin-top: 22px;
	left: 58px;
}
.about-slider .home-welcome-row .home-slider-footer .home-welcome-text .h5 {
	margin-top: 20px;
	color: #0097F0;
	font-weight: 400;
}
.about-slider .home-welcome-row .home-slider-footer .home-welcome-info p {
	color: #fff;
	line-height: normal;
	line-height: 30px;
}
.about-slider .home-welcome-ani-outer {
	margin-top: 0px;
}
.how-it-works {
	background: #F6F6F6;
}
.how-it-works h3 {
	font-size: 36px;
	font-family: 'Exo', sans-serif;
}
.work-inner-wrap {
	position: relative;
}
.work-inner-progress[data-aos="new-animation4"].aos-animate {
	width: calc(100% - 90px);
	z-index: 10;
	display: none;
}
.work-inner-wrap .col-md {
	z-index: 11;
}
.work-inner-graphic {
	text-align: center;
}
.work-inner-graphic .work-inner-graphic-circle {
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding-top: 40px;
	margin: 0 auto 12px;
}
.work-inner-graphic .work-inner-graphic-circle.aos-animate {
	box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-o-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	border: transparent;
}
.work-inner-graphic .work-inner-graphic-circle img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.work-inner-graphic .para-small {
	color: #1C2E3A;
}
.work-inner-progress {
	position: absolute;
	width: 0;
	height: 15px;
	display: block;
	border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-top-right-radius: 25px;
	-ms-border-top-right-radius: 25px;
	-o-border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
	-ms-border-bottom-right-radius: 25px;
	-o-border-bottom-right-radius: 25px;
	top: 57px;
	background: rgba(0,152,240,0);
	background: -moz-linear-gradient(left, rgba(0,152,240,0) 0%, rgba(0,152,240,0.41) 41%, rgba(0,152,240,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,240,0)), color-stop(41%, rgba(0,152,240,0.41)), color-stop(100%, rgba(0,152,240,1)));
	background: -webkit-linear-gradient(left, rgba(0,152,240,0) 0%, rgba(0,152,240,0.41) 41%, rgba(0,152,240,1) 100%);
	background: -o-linear-gradient(left, rgba(0,152,240,0) 0%, rgba(0,152,240,0.41) 41%, rgba(0,152,240,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,152,240,0) 0%, rgba(0,152,240,0.41) 41%, rgba(0,152,240,1) 100%);
	background: linear-gradient(to right, rgba(0,152,240,0) 0%, rgba(0,152,240,0.41) 41%, rgba(0,152,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098f0', endColorstr='#0098f0', GradientType=1 );
}
.key-features .key-feature-info {
	width: 762px;
	margin: auto;
	text-align: center;
}
.key-features .key-feature-info h3 {
	margin-bottom: 28px;
}
.key-features .row.align-self-center {
	margin-top: 65px;
}
.key-features .row.align-self-center .key-feature-col {
	padding: 0;
}
.key-features .row.align-self-center .key-feature-col:last-child .key-feature-inner {
	border-right: 1px solid #F3F3F3;
}
.key-features .row.align-self-center .key-feature-col:nth-child(even) .key-feature-inner {
	border-top: 1px solid #F3F3F3;
}
.key-features .row.align-self-center .key-feature-col:nth-child(even) {
	margin-top: 100px;
}
.key-features .row.align-self-center .key-feature-col:nth-child(odd) {
	border-left: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}
.key-features .key-feature-inner img {
	width: 32px;
	object-fit: cover;
	margin-bottom: 30px;
}
.key-features .key-feature-inner .h9 {
	color: #1A3453;
	font-weight: 500;
}
.key-features .key-feature-inner .key-feature-inner-wrap .para-small {
	color: #fff;
	text-align: left;
	line-height: 22px;
}
.faqs-section {
	background: #F6F6F6;
}
.retail-algo {
    position: relative;
    overflow: hidden;
    background:#ffffff;
    padding-bottom: 0;
}

.retail-algo .h1 {
    color: #a8a8a8;
    opacity: 0.1;
    position: relative;
    z-index: 9;
    margin: 0;
    text-align: center;
}

.blitz-accordion {
	box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-moz-box-sbox-shahadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	margin-bottom: 40px;
}
.blitz-accordion .card {
	border: none;
}
.blitz-accordion .card-header {
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(255);
}
.blitz-accordion .card-header .btn {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Exo', sans-serif;
	color: #1C2E3A;
	text-decoration: none;
	position: relative;
	width: 100%;
	text-align: left;
}
.blitz-accordion .card-header .btn i {
	width: 25px;
	height: 25px;
	border: 1px solid #0096EF;
	color: #fff;
	background: #0096EF;
	display: block;
	text-align: center;
	padding-top: 4px;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	right: 10px;
}
.blitz-accordion .card-header .btn i:before {
	content: "\ec9e";
}
.blitz-accordion .card-header .btn.collapsed i {
	width: 25px;
	height: 25px;
	border: 1px solid rgba(0,0,0,0.1);
	color: #030404;
	background: transparent;
	display: block;
	text-align: center;
	padding-top: 4px;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	right: 10px;
}
.blitz-accordion .card-header .btn.collapsed i:before {
	content: "\ec92";
}
.blitz-accordion .card-header .btn:hover, .blitz-accordion .card-header .btn:active, .blitz-accordion .card-header .btn:focus {
	text-decoration: none;
}
.blitz-accordion .card-body {
	background: #F6F6F6;
	line-height: 26px;
	border-left: 3px solid #0097F0;
	padding: 37px 60px;
}
.app-action {
	position: relative;
	overflow: hidden;
	background: #1A3453;
	padding-bottom: 0;
}
.app-action .h1 {
	color: #34659F;
	opacity: 0.1;
	position: relative;
	z-index: 9;
	margin: 0;
	text-align: center;
}
.app-action #app-carousel {
	margin-top: -24px;
	z-index: 10;
}
.app-action .app-action-img {
	background: #FFFFFF;
	padding: 40px;
}
.app-action .app-action-text {
	max-width: 450px;
	margin-left: 70px;
}
.app-action .app-action-text h6 {
	color: #fff;
	font-weight: 600;
}
.app-action .app-action-text p {
	color: #97ADBB;
}
.app-action .app-action-arrow {
	position: absolute;
	left: 74%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 43px;
}
.app-action .app-action-arrow .list-inline-item:not(:last-child) {
	margin-right: 30px;
}
.app-action .app-action-arrow .bttn-link-prev i {
	transform: rotate(-180deg);
	display: block;
	height: 48px;
}
.app-action .app-action-arrow .bttn-link:hover {
	color: #0097f0;
	padding-left: 0;
}
.blitztrader-api {
	position: relative;
	overflow: hidden;
}
.blitztrader-api-row {
	margin-top: 50px;
	padding-bottom: 40px;
}
.blitztrader-api-row .nav-pills {
	max-width: 420px;
}
.blitztrader-api-row .nav-pills .nav-link {
	padding: 18px 26px;
}
.blitztrader-api-row .nav-pills .nav-link img {
	width: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-right: 10px;
}
.blitztrader-api-row .nav-pills .nav-link span {
	color: #1A3453;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Exo', sans-serif;
	opacity: 0.5;
}
.blitztrader-api-row .nav-pills a.nav-link > span {
	font-weight: 500;
}
.blitztrader-api-row .nav-pills .nav-link.active {
	background: #fff;
	box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
}
.blitztrader-api-row .nav-pills .nav-link.active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.blitztrader-api-row .nav-pills .nav-link.active span {
	opacity: 1;
}
.blitztrader-api-row .nav-pills .nav-link:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.list-square-block {
	padding-left: 25px;
}
.list-square-block .para-small {
	color: #FFFFFF;
	font-weight: 500;
}
.list-square-block li {
	position: relative;
	margin-bottom: 15px;
}
.list-square-block li:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: #0097F0;
	top: 10px;
	left: -27px;
}
.blitztrader-api-row .list-square-block {
	padding-left: 77px;
	padding-top: 80px;
}
.blitztrader-api-row .home-welcome-ani {
	top: -42px;
	bottom: -140px;
}
.no-sticky-header header.custom-header {
	position: relative;
	top: 0!important;
	margin-bottom: -60px;
	z-index: 99;
	background: transparent!important;
}
.section-scroll {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	height: 1px;
}
.section-scroll-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}
/* .scroll-first-section .section-scroll{top: -68px;} */
/* .introduction .section-scroll{top:-80px;} */
.contact-us-welcome-row.home-welcome-row .home-slider-footer {
	min-height: 220px;
}
.contact-us-welcome-row.home-welcome-row .home-slider-footer .home-welcome-info {
	padding-top: 30px;
}
.contact-us-welcome-row.home-welcome-row .contact-tab {
	position: absolute;
	top: 34px;
	right: -340px;
}
.contact-header-radio-ul li {
	position: relative;
}
.contact-header-radio-ul li:not(:last-child) {
	margin-right: 34px;
}
.contact-header-radio-ul li input {
	opacity: 0;
}
.contact-header-radio-ul li label {
	cursor: pointer;
}
.contact-header-radio-ul li label:hover .contact-circle {
	background: #8064DC;
}
.contact-header-radio-ul li label input[type=radio]:checked + span > .contact-circle {
	background: #8064DC;
}
.contact-header-radio-ul .contact-circle {
	width: 68px;
	height: 68px;
	padding-top: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #314966;
	display: block;
	text-align: center;
	margin: auto;
}
.contact-header-radio-ul .contact-circle .fa {
	font-size: 26px;
	color: #fff;
}
.contact-header-radio-ul .para-info {
	color: #fff;
	margin-top: 5px;
	display: block;
	text-align: center;
}
.radio-list-contact li {
	margin-bottom: 20px;
}
.radio-list-contact li .custom-radio-button + label {
	padding-left: 45px;
}
.checkbox-form2.checkbox-form label {
	color: #91A3BB;
	font-size: 13px;
	line-height: 22px;
}
.contact-g-map {
	padding: 0;
	overflow: hidden;
	position: relative;
}
.contact-g-map .google-map-inner {
	padding: 0;
}
.contact-g-map .google-map-inner iframe {
	height: 700px;
	width: 100%;
}
.contact-g-map .google-map-inner .g-map-mumbai {
	position: relative;
	z-index: 49;
}
.contact-g-map .google-map-inner .g-map-pune {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 39;
}
.contact-g-info-mumbai {
	background: #000 url('../../img/mumbai-g-map.png') no-repeat 0 0;
}
.contact-g-info-pune {
	background: #000 url('../../img/pune-g-map.png') no-repeat 0 0;
}
.contact-g-map .contact-g-info {
	padding: 120px 50px 70px 60px;
	cursor: pointer;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.contact-g-map .contact-g-info:hover {
	background-size: 103% auto;
	-webkit-background-size: 103% auto;
	-moz-background-size: 103% auto;
	box-shadow: rgba(72,76,89,.28) 0 16px 32px 0, transparent 0 0 0 0;
	-webkit-box-shadow: rgba(72,76,89,.28) 0 16px 32px 0, transparent 0 0 0 0;
	-moz-box-shadow: rgba(72,76,89,.28) 0 16px 32px 0, transparent 0 0 0 0;
}
.contact-g-map .contact-g-info h2 {
	font-size: 25px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	margin-bottom: 15px;
}
.contact-g-map .contact-g-info p {
	font-size: 14px;
	color: #fff;
	;
	margin-bottom: 20px;
}
.contact-g-map .contact-g-info a {
	font-size: 14px;
	color: #fff;
	;
	display: block;
	margin-bottom: 6px;
}
.contact-g-map .i4ewOd-pzNkMb-haAclf QUIbkc {
	background-color: rgb(26, 52, 83);
}
.contact-g-map-mumbai .g-map-mumbai {
	z-index: 49!important;
}
.contact-g-map-pune .g-map-pune {
	z-index: 59!important;
}
/*.contact-g-map .i4ewOd-pzNkMb-haAclf{background-color:#1a3352;}*/
.contact-g-info-fluid {
	position: relative;
	background: #1A3453 url('../../img/footer-pattern.jpg') repeat;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
}
.contact-g-info-fluid .container {
	margin-top: -223px;
	z-index: 69;
	position: relative;
}
.about-welcome-row.home-welcome-row .home-slider-footer .home-welcome-info {
	max-width: 830px;
	padding-top: 40px;
}
.trading-solutions {
	position: relative;
	background: #F0F0F0;
}
.trading-solutions .trading-solution-col {
	margin-left: 146px;
}
.trading-solutions .double-quotes1 {
	position: absolute;
	top: 22px;
	left: 112px;
}
.trading-solutions .trading-solution-inner {
	background: #fff;
	min-height: 375px;
	width: 100%;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	display: block;
}
.trading-solutions .trading-solution-info {
	width: 852px;
	margin: auto;
	text-align: center;
}
.trading-solutions .trading-solution-info h3 {
	margin-bottom: 37px;
}
.trading-solutions .trading-solution-inner .img-fluid {
	margin-right: 16px;
}
.trading-solutions .trading-solution-inner .h9 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
}
.trading-solutions .trading-solution-inner .trading-solution-inner-wrap .para-small {
	color: #6B7C93;
	text-align: left;
	line-height: 22px;
}
.trading-solutions .trading-solution-inner .trading-solution-wrapper {
	max-width: 391px;
	padding: 50px;
}
.trading-solutions .trading-solution-inner .trading-solution-wrapper .list-inline {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.trading-solutions .trading-solution-inner .trading-solution-wrapper .list-inline .list-inline-item {
	display: table-cell;
	vertical-align: middle;
}
.trading-solutions .trading-solution-inner .trading-solution-wrapper .list-inline .list-item .img-fluid {
	width: 100%;
	margin-right: 16px;
}
.symphony-mission {
	height: 480px;
}
.symphony-mission .symphony-mission-inner {
	max-width: 400px;
	margin: auto;
}
.symphony-mission .symphony-mission-inner .symphony-mission-img {
	max-width: 200px;
	margin: auto;
	text-align: center;
}
.symphony-mission .symphony-mission-inner .symphony-mission-img .h6 {
	margin-top: 30px;
	color: #fff;
}
.symphony-mission .symphony-mission-inner .symphony-mission-info .para-small {
	margin-top: 30px;
	color: #aabcd2;
}
.owl-symphony-team .owl-team-inner {
	max-width: 320px;
}
.owl-symphony-team.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
	max-width: 320px;
	margin-right: 30px;
}
.owl-symphony-team .card {
	border: none;
}
.owl-symphony-team .card .card-title {
	margin-top: 26px;
}
.owl-symphony-team .card .img-fluid {
	width: 320px;
	height: auto;
}
.owl-symphony-team .card .card-title .para-small {
	color: rgba(26,52,83,0.6);
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.owl-symphony-team .card .card-title .h9 {
	margin-left: 10px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0;
}
.owl-symphony-team .card .card-body {
	padding: 0 8px;
}
.owl-symphony-team .card .card-body .para-small {
	font-size: 13px;
	line-height: 24px;
}
.owl-symphony-team .card .card-body .para-small .morelink {
	margin-left: 0;
	margin-top: 15px;
	display: block;
	font-size: 13px;
	color: #0092EF;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.symphony-carousel-arrow .list-inline {
	float: right;
	clear: both;
	padding-right: 10px;
	margin-top: -85px;
	margin-right: 400px;
	margin-bottom: 43px;
}
.symphony-carousel-arrow .list-inline .bttn-link {
	color: #1A3453;
}
.symphony-carousel-arrow .list-inline .list-inline-item:last-child .bttn-link {
	vertical-align: 10px;
	position: relative;
}
.symphony-carousel-arrow .list-inline .bttn-link:hover {
	padding-left: 0;
	color: #0097F0;
}
.symphony-carousel {
	position: relative;
	margin-left: -156px;
}
.symphony-carousel .owl-nav {
	position: absolute;
	float: right;
}
.symphony-carousel .owl-nav .owl-prev {
	background: transparent;
	font-size: 10px;
	color: #0097F0;
}
.symphony-carousel .owl-nav .owl-prev:hover, .symphony-carousel .owl-nav .owl-prev:active, .symphony-carousel .owl-nav .owl-prev:focus {
	background: transparent;
	color: #0097F0;
}
.symphony-carousel .owl-nav .owl-next {
	background: transparent;
	font-size: 10px;
	color: #0097F0;
}
.symphony-carousel .owl-nav .owl-next:hover, .symphony-carousel .owl-nav .owl-next:active, .symphony-carousel .owl-nav .owl-next:focus {
	background: transparent;
	color: #0097F0;
}
.symphony-carousel .owl-nav .bttn-link {
	color: #0097F0;
}
.symphony-culture {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.symphony-culture .culture-wrap ul li {
	margin-bottom: 10px;
}
.symphony-join {
	padding: 0;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255,135,94,1) 0, rgba(255,195,113,1) 100%, rgba(255,195,113,1) 50%);
	background: -webkit-linear-gradient(left, rgba(255,135,94,1) 0, rgba(255,195,113,1) 100%, rgba(255,195,113,1) 50%);
	background: linear-gradient(to right, rgba(255,135,94,1) 0, rgba(255,195,113,1) 100%, rgba(255,195,113,1) 50%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff875e', endColorstr='#ffc371', GradientType=1);
}
.symphony-join .container-fluid {
	padding: 0;
}
.symphony-join .row {
	min-height: 550px;
}
.symphony-join .symphony-join-img .img-fluid {
	max-width: none;
	width: auto;
	height: 551px;
	margin-left: -10px;
}
.symphony-join .symphony-join-inner {
	max-width: 427px;
	position: relative;
	z-index: 9;
}
.symphony-join .symphony-join-col {
	margin-left: -20px;
	padding-left: 190px;
	position: relative;
}
.symphony-join .symphony-join-img {
	position: relative;
	z-index: 99;
}
.symphony-join .symphony-join-inner .h4 {
	color: #1A3453;
}
.symphony-join .symphony-join-inner .h2 {
	color: #fff;
	margin-bottom: 62px;
	line-height: 47px;
}
.symphony-join .symphony-join-inner .bttn-secondary {
	color: #1A3453;
}
.symphony-join .symphony-join-inner .bttn-secondary.bttn-animated:before {
	background: #fff;
	color: #1A3453;
}
.symphony-join .symphony-join-inner .bttn-secondary.bttn-animated:after {
	background: #fff;
	color: #1A3453;
}
.culture-carosual-wrap {
	padding: 0 5px;
}
.career-page-banner h4 {
	color: #1A3453;
}
.career-detail-page .home-contact {
	display: none;
}
.symphony-hiring-row .list-square-block {
	padding-left: 77px;
	padding-top: 80px;
}
.symphony-hiring-row .home-welcome-ani {
	top: -42px;
	bottom: -140px;
}
.symphony-hiring {
	position: relative;
	overflow: hidden;
}
.symphony-hiring .hire-row {
	margin-top: -20px;
}
.symphony-hiring .nav-pills {
	position: relative;
	margin-bottom: 15px;
	background: transparent;
	margin-right: 20px;
}
.symphony-hiring .nav-pills .nav-link {
	background: transparent;
	border-top: 1px solid #ccc;
	border-radius: 0;
	position: relative;
}
.symphony-hiring .nav-pills .nav-link .active .nav-link-inner {
	padding: 20px 10px 17px 29px;
}
.symphony-hiring .nav-pills .nav-link .nav-link-inner {
	padding: 17px 10px 17px 29px;
}
.symphony-hiring .nav-pills .nav-link .nav-link-inner span {
	font-size: 18px;
	color: #91A3BB;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}
.symphony-hiring .nav-pills .nav-link .nav-link-inner p {
	font-size: 14px;
	color: #91A3BB;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
}
.symphony-hiring .nav-pills .nav-link:hover:before {
	background: #02C49B;
}
.symphony-hiring .nav-pills .nav-link:last-child {
	background: transparent;
	border-bottom: 1px solid #ccc;
}
.symphony-hiring .nav-pills .nav-link:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: #91A3BB;
	left: 12px;
	top: 33px;
}
.symphony-hiring .nav-pills .nav-link.active:before {
	background: #02C49B;
}
.symphony-hiring .nav-pills .nav-link.active span {
	color: #1A3453;
}
.symphony-hiring .nav-pills .nav-link.active p {
	color: #1A3453;
	font-size: 14px;
	;
}
.symphony-hiring .tab-content .list-inline .h9 {
	margin-bottom: 10px;
	color: #02C49B;
	font-size: 16px;
	font-weight: 600;
	;
}
.symphony-hiring .tab-content .list-inline {
	padding-left: 77px;
	padding-top: 26px;
}
.symphony-hiring .tab-content .list-inline .para-small {
	color: #fff;
	margin-bottom: 14px;
	line-height: 24px;
}
.symphony-hiring .tab-content .list-inline .bttn-secondary {
	margin-top: 15px;
}
.symphony-hiring .tab-content .list-inline li {
	margin-bottom: 28px;
}
.symphony-hiring .tab-content .list-inline li:last-child {
	margin-bottom: 0px;
}
.symphony-hiring .tab-content .list-inline .description-list .para-small {
	margin-bottom: 16px;
}
.symphony-hiring .symphony-row .para-info {
	max-width: 750px;
	margin: auto;
	text-align: center;
}
.symphony-hiring .symphony-hiring-row {
	margin-top: 91px;
}
.symphony-hiring .hire-row .para-info {
	max-width: 770px;
	margin: auto;
	text-align: center;
}
.symphony-form .form-inner {
	margin: auto;
}
.symphony-form .form-inner .form-row {
	margin-bottom: 11px;
}
.symphony-form .form-inner .form-row .form-coloum .form-group {
	margin-bottom: 56px;
	padding: 10px 28px 0px 48px;
}
.symphony-form .form-inner .form-row .form-coloum .form-captcha {
	margin-bottom: 40px;
}
.symphony-form .form-inner .form-row .form-coloum .form-button {
	margin-bottom: 0px;
}
.symphony-form .form-inner .form-row .form-coloum .form-group .custom-form-control {
	color: #91A3BB;
	;
}
.symphony-hiring .form-inner .form-row .form-coloum .form-group .custom-form-comman {
	padding-bottom: 30px;
	color: #91A3BB;
	font-size: 18px;
	;
}
.symphony-hiring .form-inner .form-row .form-coloum .form-group .custom-form-comman .btn {
	background: transparent;
}
.symphony-form .form-inner .form-row .form-coloum label {
	color: #91A3BB;
	font-size: 18px;
	;
	padding-top: 3px;
}
.symphony-form .form-inner .form-row .form-coloum .checkbox-form span {
	font-size: 13px;
	color: #91A3BB;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.symphony-form .bttn-secondary {
	color: #000;
}
.symphony-form .form-row > .col, .symphony-form .form-row > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
.symphony-form .form-group .checkbox-info {
	color: #91A3BB;
}
.symphony-form .form-group .form-control-placeholder {
	font-family: 'Open Sans', sans-serif;
}
.symphony-form .custom-form {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #91A3BB;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	float: none;
	display: block;
}
.symphony-fintech .symphony-fintech-inner {
	position: relative;
}
.symphony-fintech .symphony-fintech-inner .fintech-wrapper {
	position: absolute;
	top: 43px;
	max-width: 400px;
	left: 76px;
}
.symphony-fintech .symphony-fintech-inner .fintech-wrapper .h4 {
	color: #02C49B;
}
.symphony-fintech .symphony-fintech-inner .fintech-wrapper .para-small {
	color: #000;
	margin-top: 26px;
}
.trading-solutions-col {
	padding: 5px;
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
}
.trading-solutions-col:hover .trading-solution-inner {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	z-index: 3;
}
.trading-solutions-col .trading-solution-wrapper .list-inline .list-inline-item:first-child {
	width: 60px;
}
.contact-us-slider .h4 {
	color: #fff;
}
.contact-us-slider .h3 {
	font-family: 'Open Sans', sans-serif;
}
.contact-us-slider .para-info {
	color: #fff;
}
.contact-us-slider-footer .h5 {
	color: #8064DC;
	font-size: 25px;
}
.contact-us-slider .contact-tab i {
	background: #000;
}
.symphony-contact {
	position: relative;
	overflow: hidden;
	background: #F0F0F0;
	padding-bottom: 0;
}
.symphony-contact .h1 {
	color: #A8A8A8;
	opacity: 0.1;
	position: relative;
	z-index: 49;
	margin: 0;
	margin-left: 135px;
}
.symphony-contact .symphony-contact-inner {
	position: relative;
	margin-top: -28px;
	padding: 85px 115px;
	margin-left: 135px;
	z-index: 49;
}
.symphony-contact .symphony-welcome-ani {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.symphony-contact .symphony-contact-row {
	position: relative;
	z-index: 99;
}
.symphony-contact .symphony-contact-row h3 {
	color: #1A3453;
}
.symphony-contact .symphony-contact-row:first-child {
	margin-bottom: 44px;
}
.g-map {
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: -10px;
}
.g-map .container-fluid {
	padding: 0;
}
.marketdata-banner h4 {
	color: #fff;
	font-family: 'Exo', sans-serif;
}
.marketdata-banner ul li i {
	color: #fff;
}
.marketdata-banner ul li .para-info {
	color: #fff;
}
.marketdata-banner ul .list-inline-item {
	text-align: center;
}
.marketdata-banner ul .list-inline-item i {
	color: #fff;
}
.marketdata-tabs li {
	width: calc(100% / 4);
	text-align: center;
}
.marketdata-introduction {
	position: relative;
}
.marketdata-introduction .img-fluid {
	margin-top: 70px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.market-data-page .marketdata-introduction .img-fluid {
	margin-top: 0px;
}
.market-data-page .marketdata-introduction .introduction-inner {
	margin-top: 0px;
}
.xts-introduction .img-fluid {
	height: 260px;
}
.marketdata-introduction h3 {
	color: #1A3453;
}
.marketdata-introduction .introduction-inner {
	margin-top: 65px;
}
.marketdata-introduction .double-quotes {
	position: absolute;
	top: -10px;
	left: -50px;
}
.marketdata-introduction p {
	color: #1A3453;
	margin-top: 33px;
}
.marketdata-introduction .card {
	border: none;
	overflow: hidden;
}
.marketdata-introduction .card .card-body {
	background: #1A3453;
	position: relative;
}
.marketdata-introduction .card .card-body h6 {
	position: relative;
}
.marketdata-introduction .card .card-body h6::after {
	content: '';
	position: absolute;
	left: -30px;
	top: 12px;
	width: 20px;
	height: 3px;
	background: #8265D8;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.marketdata-introduction .card:hover .card-body::after {
	left: 20px;
}
.marketdata-introduction .card:hover .img-fluid {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
.marketdata-introduction .card .card-body .h6 {
	color: #fff;
}
.marketdata-introduction .card .card-body .para-small {
	color: #fff;
	margin-top: 0px;
}
.marketdata-introduction .card .card-body-inner {
	max-width: 420px;
	margin: auto;
}
.marketdata-working {
	position: relative;
	padding: 0;
}
.marketdata-working .flowchart-col .flowchart-col-img {
	min-height: 543px;
	padding: 50px;
	text-align: right;
}
.marketdata-working .flowchart-col-info {
	max-width: 500px;
	margin-top: 85px;
	margin-left: 50px;
}
.marketdata-working .flowchart-col-info .para-big {
	color: #6B7C93;
}
.marketdata-working h3 {
	color: #1A3453;
	margin-bottom: 24px;
}
.marketdata-working p {
	color: #1A3453;
}
.solution-inner {
	width: 100%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px 37px;
}
.marketdata-solution {
	padding-bottom: 60px;
	background: #F0F0F0;
	position: relative;
}
.marketdata-solution .h1 {
	margin-top: -33px;
	margin-bottom: -30px;
}
.marketdata-solution .market-solution-info {
	margin: auto;
	text-align: center;
}
.marketdata-solution .market-solution-info h3 {
	margin-bottom: 28px;
}
.marketdata-solution-inner {
	background: #fff;
	min-height: 380px;
	width: 100%;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.marketdata-solution-inner:hover {
	background-color: #8064DC;
	color: #fff;
}
.marketdata-solution-inner:hover .marketdata-solution-wrapper ul li h9 {
	color: #fff;
}
.marketdata-solution-inner .img-fluid {
	margin-right: 4px;
	height: auto;
	margin-top: 22px;
}
.marketdata-solution-inner .h9 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
	margin-top: 15px;
}
.marketdata-solution-inner .marketdata-solution-inner-wrap .para-small {
	color: #1A3453;
	text-align: left;
	line-height: 22px;
}
.marketdata-solution-inner .marketdata-solution-wrapper {
	max-width: 391px;
	margin: auto;
}
.marketdata-solution-inner .marketdata-solution-wrapper ul li {
	text-align: center;
	padding-top: 48px;
}
.marketdata-solution-inner .marketdata-solution-inner-wrap {
	margin-top: 10px;
}
.marketdata-solution-inner .marketdata-circle {
	margin: auto;
	background: #fff;
	width: 68px;
	height: 68px;
	border-radius: 47px;
	box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), box-s0 2px 9px 0 rgba(62,57,107,.06);
}
.marketdata-solutions-col {
	padding: 0;
}
.marketdata-handler .marketdata-handler-inner {
	max-width: 670px;
}
.marketdata-handler .marketdata-handler-inner .h4 {
	margin-bottom: 8px;
	color: #8265D8;
	font-size: 36px;
}
.marketdata-handler .marketdata-handler-inner .h7 {
	color: #1A3453;
	font-size: 18px;
}
.marketdata-solution .solution-overview-col {
	padding: 10px;
}
.marketdata-solution .solution-overview-wrap {
	background: #fff;
	width: 100%;
	min-height: 467px;
	display: block;
	border-left: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
}
.marketdata-solution .solution-overview-wrap .marketdata-icon {
	margin: auto;
	background: #fff;
	width: 68px;
	height: 68px;
	border-radius: 47px;
	box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
	-moz-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), box-s0 2px 9px 0 rgba(62,57,107,.06);
	padding-top: 21px;
	text-align: center;
}
.marketdata-solution .solution-overview-wrap .h9 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.marketdata-solution .solution-overview-wrap .para-small {
	color: #1A3453;
	text-align: left;
	line-height: 26px;
}
.marketdata-solution .solution-overview-wrap .morelink {
	margin-top: 36px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #0092EF;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.marketdata-solution .solution-overview-wrap:hover {
	background: #8064DC;
}
.marketdata-solution .solution-overview-wrap:hover .h9, .marketdata-solution .solution-overview-wrap:hover .para-small {
	color: #fff;
}
.marketdata-solution .solution-overview-wrap:hover .morelink {
	color: #1A3453;
}
.marketdata-handler .row {
	min-height: 240px;
}
.marketdata-handler .button-primary-white {
	margin-top: 50px;
}
.contact-welcome-info h5 {
	color: #8064DC;
}
.contact-us-page .home-contact {
	display: none;
}
.tab-link-content-xs2, .tab-link-content-xs {
	display: none;
}
.home-automated {
	background: url('../../img/home-automated-bg.jpg')no-repeat center center #1A3453;
}
.home-automated h3 {
	color: #fff;
}
.home-automated .para-big {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin-top: 26px;
}
.home-automated .automated-list-inline {
	margin-top: 53px;
	margin-bottom: 50px;
}
.home-automated .automated-list-inline .list-inline-item {
	text-align: center;
	color: #fff;
}
.home-automated .automated-list-inline .list-inline-item:not(:last-child) {
	margin-right: 30px;
}
.home-automated .automated-list-inline .list-inline-item i {
	font-size: 26px;
}
.home-automated .automated-list-inline .list-inline-item p {
	margin-top: 8px;
}
.home-automated .home-automated-wrap {
	text-align: right;
}
.home-news {
	overflow: hidden;
	position: relative;
}
.home-news .home-news-right {
	position: relative;
	z-index: 9;
	padding-left: 40px;
}
.home-news .home-welcome-ani {
	background: #F0F0F0;
	top: -80px;
	bottom: -110px;
}
.home-news h4 {
	color: #1A3453;
}
.home-news .home-news-ul {
	margin-top: 15px;
}
.home-news .home-news-ul li {
	position: relative;
	display: block;
	padding: 24px 0 24px 10px;
	border-bottom: 1.2px solid #EBEBEB;
}
.home-news .home-news-ul li:after {
	display: block;
	clear: both;
	content: "";
}
.home-news .home-news-ul li:before {
	border-left: 3px solid #D9E1EB;
	width: 3px;
	height: 41px;
	position: absolute;
	left: -5px;
	top: 23px;
	content: '';
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.home-news .home-news-ul li h5 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	color: #6B7C93;
	float: left;
	margin: 0 30px 0 0;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.home-news .home-news-ul li h5 span {
	font-size: 22px;
	display: block;
}
.home-news .home-news-ul li p {
	font-size: 14px;
	color: #1A3453;
	line-height: 26px;
	font-weight: 400;
	;
	margin-top: -6px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.home-news .home-news-ul li a {
	color: #0097F0;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.home-news .home-news-ul li:hover h5 {
	color: #0097F0;
	font-weight: 600;
}
.home-news .home-news-ul li:hover p {
	color: #1A3453;
	font-weight: 600;
}
.home-news .home-news-ul li:hover::before {
	border-left: 3px solid #0097F0;
}
.contact-info-header {
	max-width: 355px;
	float: left;
}
.career-list-inline {
	margin-top: 30px;
}
.career-list-inline li {
	color: #fff;
	font-size: 22px;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}
.career-list-inline li {
	padding-right: 10px;
	margin-right: 10px !important;
}
.career-list-inline li:after {
	content: "\f111";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 8px;
	color: #fff;
	margin-left: 10px;
	vertical-align: 4px;
}
.career-list-inline li:last-child:after {
	display: none;
}
.career-page-banner.inner-page-banner h2 {
	font-weight: normal;
}
.symphony-life .symphony-life-inner {
	max-width: 480px;
	margin: 0 auto 50px;
	text-align: center;
}
.symphony-life .symphony-life-inner h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.symphony-life .symphony-life-inner .para-info {
	font-size: 14px;
	line-height: 27px;
}
.symphony-life-row .col-lg-4 {
	padding: 0;
}
.symphony-member-slider {
	padding-top: 0;
}
.symphony-member-slider .symphony-member-info {
	margin-top: 64px;
	padding: 70px 20px 0;
	position: relative;
}
.symphony-member-slider .symphony-member-info::after {
	position: absolute;
	width: 140%;
	height: 100%;
	background: #f9f9f9;
	top: 0;
	left: -70px;
	content: '';
	z-index: 1;
}
.symphony-member-slider .symphony-member-info h5 {
	padding-left: 43px;
}
.double-quotes-icon5 {
	position: relative;
	display: inline-block;
}
.double-quotes-icon5:before {
	content: '';
	width: 37px;
	height: 35px;
	background: url('../../img/double-quotes5.jpg') no-repeat 0 0;
	position: absolute;
	top: -6px;
	left: -4px;
}
.symphony-member-slider .symphony-member-info .para {
	padding-left: 43px;
	margin-top: 10px;
	color: #6B7C93;
	line-height: 28px;
}
.symphony-member-slider .symphony-member-info .h8 {
	margin-top: 35px;
	padding-left: 41px;
	color: #1A3453;
}
.symphony-member-slider .symphony-member-info .h9 {
	padding-left: 41px;
	color: #6B7C93;
	padding-bottom: 50px;
}
.symphony-member-img {
	position: relative;
	z-index: 9;
}
.symphony-member-info-inner {
	position: relative;
	z-index: 9;
	max-width: 400px;
}
.symphony-member-slider .carousel-indicators {
	left: 222px;
	bottom: 20px;
}
.symphony-member-slider .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #CFD8E2;
	margin-right: 7px;
}
.symphony-member-slider .carousel-indicators li:hover, .symphony-member-slider .carousel-indicators li.active {
	background: #02C49B;
}
.f-22 {
	font-size: 22px;
	line-height: normal;
}
.modal-team img.align-self-center {
	width: 200px!important;
	margin-right: 40px;
    align-self: flex-start !important;
}
.modal-team h2 {
	font-size: 20px;
	color: #0092EF;
}
.modal-team .para {
	color: #1A3453;
}
.team-modal-details{font-size:14px}
.team-modal-details p {
    padding-bottom: 20px;
}
.team-modal-details ul {
    padding: 0 0 20px 20px;
}
.team-modal-details ul li {
    padding: 5px 0 5px;
    list-style: square;
}



.key-features {
	background: #efefef url('../../img/key-features-wrap.png') no-repeat center;
}
.key-features-ul-left li {
	padding: 18px 10px;
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 78px;
	position: relative;
}
.key-features-ul-left li p {
	display: table-row;
}
.key-features-ul-left li span {
	font-size: 16px;
	color: #1a3453;
	font-family: 'Exo', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	line-height: normal;
}
.key-features-ul-left li i {
	text-align: right;
	padding-right: 13px;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	width: 46px;
}
.key-features-ul-left li:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,151,240,0);
	border-right-color: #0097f0;
	border-width: 15px;
	margin-top: -15px;
	opacity: 0;
}
.key-features-ul-left li:hover:after {
	opacity: 1;
}
.key-features-ul-left li:hover i {
	color: #0097F0;
}
.key-features-ul-right li {
	padding: 18px 10px;
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 78px;
	position: relative;
}
.key-features-ul-right li p {
	display: table-row;
}
.key-features-ul-right li span {
	font-size: 16px;
	color: #1a3453;
	font-family: 'Exo', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 20px;
	line-height: normal;
}
.key-features-ul-right li i {
	text-align: left;
	padding-right: 20px;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	width: 46px;
	padding-left: 15px;
}
.key-features-ul-right li:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,151,240,0);
	border-left-color: #0097f0;
	border-width: 15px;
	margin-top: -15px;
	opacity: 0;
}
.key-features-ul-right li:hover:after {
	opacity: 1;
}
.key-features-ul-right li:hover i {
	color: #0097F0;
}
.key-featrue-center-col {
	padding: 0;
	position: relative;
}
.key-featrue-center-col-inner {
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	padding: 50px;
	background: #0097F0;
	border-radius: 5px;
	display: none;
}
.key-featrue-center-col-inner i {
	font-size: 43px;
	text-align: center;
	display: block;
	color: #fff;
}
.key-featrue-center-col-inner .h8 {
	color: #fff;
	margin-top: 13px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 24px;
}
.key-featrue-center-col-inner ul li {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 6px;
	list-style: disc;
}
.key-featrue-img-wrap-new {
	margin-top: 160px;
	text-align: center;
}
.key-features-wrap-row-new {
	margin-top: 64px;
}
.blitztrader-wrap {
	background: #11243B url('../../img/blitztrader-wrap-bg.jpg') no-repeat center;
	padding: 150px 0;
}
.blitztrader-wrap h3 {
	font-size: 36px;
	color: #1A3453;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
.blitztrader-wrap h3 span {
	color: #FA0D0A;
}
.key-features-wrap-row-new-xs {
	display: none;
}
.presto-img {
	width: 55px;
	margin-bottom: 10px;
}
.blitz-architecture .blitz-architecture-img img {
	display: block;
	margin: auto;
}
.blitz-architecture h3 {
	margin-top: 0;
	margin-bottom: 28px;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu {
	background: none;
	border: none;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	padding-top: 20px;
}
.d-flex {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
}
.custom-navbar .dropdown-menu.comman-dropdown-menu > div > * {
	padding: 20px 15px;
	min-height: 240px
}
.comman-dropdown-menu-image {
	flex: 0 0 auto;
	width: 185px;
	background: url('../../img/solution-dd-image.jpg') no-repeat left bottom #f2f2f2;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px
}
.comman-dropdown-menu-image h3 {
	font-size: 20px;
    color: #007bff;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    letter-spacing: 1px;
    line-height: 33px;
    text-transform: uppercase;
}
.comman-dropdown-menu-image h3:after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background: #58a500;
	margin-top: 10px;
	margin-bottom: 15px;
}

.comman-dropdown-menu-image p {
	font-size: 14px;
	color: #232222;
}
.comman-dropdown-menu-data {
	flex-grow: 1
}
.custom-navbar .dropdown-menu.comman-dropdown-menu .dropdown-item {
	position: relative;
	padding: 5px 13px 13px;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu:after {
	top: 0px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu .dropdown-item:last-child {
	padding-bottom: 10px;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu .dropdown-item:hover {
	background-color: #fff;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu .dropdown-item:hover h5 {
	color: #0095ef;
}
.custom-navbar .dropdown-menu.comman-dropdown-menu .dropdown-item img.align-self-center {
	max-width: 30px;
}
.media-dropdown .media-body .media-body-inner {;
	padding-left: 20px;
	white-space: normal;
}
.media-dropdown .media-body h5 {
	font-size: 15px;
	color: #1A3453;
	font-weight: 600;
	margin-bottom: 0px;
	transition: all 0.2s linear 0;
	-webkit-transition: all 0.2s linear 0;
	-moz-transition: all 0.2s linear 0;
}
.media-dropdown .media-body p {
	font-size: 14px;
	color: #6B7C93;
	font-weight: 400;
	;
	line-height: normal;
	margin-top: 5px;
}
.custom-navbar .menu-small-adj .dropdown-menu.comman-dropdown-menu .dropdown-item {
	padding: 5px;
}
/*.custom-navbar .menu-small-adj .dropdown-menu.comman-dropdown-menu .media-body-inner{width: 200px;}*/
.custom-navbar .menu-small-adj .dropdown-menu.comman-dropdown-menu {
	padding: 10px 8px;
}
.custom-navbar .menu-small-adj .dropdown-menu.comman-dropdown-menu .media-dropdown .media-body .media-body-inner {
	padding-left: 5px;
}
.custom-navbar .menu-small-adj .dropdown-menu.comman-dropdown-menu .dropdown-item:first-child::after {
	top: -30px;
}
.marketdata-working .flowchart-col .flowchart-col-img {
	min-height: 543px;
	padding: 50px;
	text-align: right;
}
.marketdata-working .flowchart-col-info {
	max-width: 500px;
	margin-top: 85px;
	margin-left: 50px;
}
.marketdata-working .flowchart-col-info .para-big {
	color: #6B7C93;
}
.blitz-api .blitz-api-col {
	padding: 5px;
}
.blitz-api .blitz-api-col-a {
	cursor: pointer;
}
.blitz-api .blitz-api-col-a .blitz-api-inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
}
.blitz-api .blitz-api-col-a .blitz-api-inner:hover .h9 {
	color: #4198FF;
}
.blitz-api {
	position: relative;
	background: #F0F0F0;
}
.blitz-api .blitz-api-inner {
	background: #fff;
	min-height: 288px;
	width: 100%;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	display: block;
}
.blitz-api .blitz-api-info {
	width: 852px;
	margin: auto;
	text-align: center;
	position: relative;
	padding-bottom: 70px;
	padding-top: 32px;
}
.blitz-api .blitz-api-info .img-fluid {
	position: absolute;
	left: 36px;
}
.blitz-api .blitz-api-info .para-small {
	color: #1a3453;
	max-width: 680px;
	text-align: left;
	margin-left: 141px;
}
.blitz-api .blitz-api-info h3 {
	margin-bottom: 37px;
}
.blitz-api .blitz-api-inner .img-fluid {
	margin-right: 16px;
}
.blitz-api .blitz-api-inner .h9 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
}
.blitz-api .blitz-api-inner .blitz-api-inner-wrap .para-small {
	color: #6B7C93;
	text-align: left;
	line-height: 22px;
}
.blitz-api .blitz-api-inner .blitz-api-wrapper {
	max-width: 391px;
	padding: 50px;
}
.blitz-api .blitz-api-inner .blitz-api-wrapper .list-inline {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.blitz-api .blitz-api-inner .blitz-api-wrapper .list-inline .list-inline-item {
	display: table-cell;
	vertical-align: middle;
}
.blitz-api .blitz-api-inner .blitz-api-wrapper .list-inline .list-inline-item:first-child {
	width: 70px;
}
.blitz-api .blitz-api-inner .blitz-api-wrapper .list-inline .list-item .img-fluid {
	width: 100%;
	margin-right: 16px;
}
.product-api-row .list-square-block {
	padding-left: 77px;
	padding-top: 80px;
}
.product-api-row .product-api-ani {
	top: -3px;
	bottom: -140px;
}
.product-api {
	position: relative;
	overflow: hidden;
	background: #f0f0f0;
}
.product-api .hire-row {
	margin-top: -20px;
}
.product-api .nav-pills {
	position: relative;
	margin-bottom: 15px;
	background: transparent;
	margin-right: 10px;
	width: 267px;
}
.product-api .nav-pills .nav-link {
	background: transparent;
	border-top: 1px solid #ccc;
	border-radius: 0;
	position: relative;
}
.product-api .nav-pills .nav-link .active .nav-link-inner {
	padding: 20px 10px 17px 29px;
}
.product-api .nav-pills .nav-link .nav-link-inner {
	padding: 13px 22px 12px 25px;
}
.product-api .nav-pills .nav-link .nav-link-inner span {
	font-size: 14px;
	color: #91A3BB;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
}
.product-api .nav-pills .nav-link .nav-link-inner p {
	font-size: 14px;
	color: #91A3BB;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
}
.product-api .nav-pills .nav-link:hover:before {
	background: #8064DC;
}
.product-api .nav-pills .nav-link:hover span {
	color: #1A3453;
}
.product-api .nav-pills .nav-link:last-child {
	background: transparent;
}
.product-api .nav-pills .nav-link:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: #91A3BB;
	left: 12px;
	top: 25px;
}
.product-api .nav-pills .nav-link.active:before {
	background: #8064DC;
}
.product-api .nav-pills .nav-link.active span {
	color: #1A3453;
}
.product-api .nav-pills .nav-link.active p {
	color: #1A3453;
	font-size: 14px;
	;
}
.product-api .tab-content .list-inline .h9 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	;
}
.product-api .tab-content .list-inline {
	padding-left: 46px !important;
	padding-top: 51px !important;
}
.product-api .tab-content .list-inline .para-small {
	color: #000;
	margin-bottom: 14px;
	line-height: 24px;
}
.product-api .tab-content .list-inline .bttn-secondary {
	margin-top: 15px;
}
.product-api .tab-content .list-inline li {
	margin-bottom: 28px;
}
.product-api .tab-content .list-inline li .h4 {
	color: #8064dc;
	margin-bottom: 17px;
}
.product-api .tab-content .list-inline li .h6 {
	font-size: 20px;
	color: #1A3453;
	font-weight: 500;
}
.product-api .tab-content .list-inline li:last-child {
	margin-bottom: 0px;
}
.product-api .tab-content .list-inline .description-list .para-small {
	margin-bottom: 16px;
}
.product-api .symphony-row .para-info {
	max-width: 750px;
	margin: auto;
	text-align: center;
}
.product-api .product-api-row {
	margin-top: 21px;
}
.product-api .hire-row .para-info {
	max-width: 770px;
	margin: auto;
	text-align: center;
}
.product-api-ani {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* .nav-inner{background: url('../../img/drop-arrow.png')no-repeat right 28px;} */
.product-api .nav-inner {
	background: url('../../img/drop-arrow.png')no-repeat center right 10px;
}
/* .product-api .sub-menu{max-width: 215px;margin: auto;} */
.product-api .sub-menu li {
	margin-bottom: 20px;
}
.product-api .sub-menu a {
	color: #1A3453;
	font-size: 12px;
	font-family: 'Exo', sans-serif;
	margin-bottom: 20px;
}
.product-api .sub-menu a:hover {
	font-weight: 600;
}
.product-api .sub-menu a.active {
	font-weight: 600;
}
.product-api .sub-menu li {
	position: relative;
}
.product-api .sub-menu li a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	color: #1a3453;
	background: #1a3453;
	border-radius: 0;
	top: 11px;
	left: -11px;
}
.symphony-developer .symphony-developer-col {
	padding: 5px;
}
.symphony-developer {
	position: relative;
	background: #F0F0F0;
}
.symphony-developer .symphony-developer-inner {
	background: #fff;
	min-height: 313px;
	width: 100%;
	border-right: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	display: block;
}
.symphony-developer .symphony-developer-inner .card-header {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.symphony-developer .symphony-developer-inner .card-header img {
	margin: 0;
}
.symphony-developer .symphony-developer-info {
	max-width: 852px;
	padding-top: 30px;
	margin: auto;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}
.symphony-developer .symphony-developer-info .img-fluid {
	position: absolute;
	left: 36px;
}
.symphony-developer .symphony-developer-info .para-small {
	color: #1a3453;
	max-width: 670px;
	text-align: center;
	margin: auto;
}
.symphony-developer .symphony-developer-info h3 {
	margin-bottom: 13px;
}
.symphony-developer .symphony-developer-info .h3 {
	margin-top: 67px;
}
.symphony-developer .symphony-developer-inner .img-fluid {
	margin-right: 16px;
}
.symphony-developer .symphony-developer-inner .h9 {
	color: #8164DB;
	font-size: 18px;
	font-weight: 600;
	padding-left: 0px;
}
.symphony-developer .symphony-developer-inner .symphony-developer-inner-wrap .para-small {
	color: #6B7C93;
	text-align: left;
	line-height: 22px;
}
.symphony-developer .symphony-developer-inner .symphony-developer-wrapper {
	max-width: 391px;
	padding: 50px;
}
.symphony-developer .symphony-developer-inner .symphony-developer-wrapper .list-inline {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}
.symphony-developer .symphony-developer-inner .symphony-developer-wrapper .list-inline .list-inline-item {
	display: table-cell;
	vertical-align: middle;
}
.symphony-developer .symphony-developer-inner .symphony-developer-wrapper .list-inline .list-item .img-fluid {
	width: 100%;
	margin-right: 16px;
}
.symphony-developer .card-info .para-big {
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
}
.symphony-developer .card-info .symphony-developer-inner-wrap {
	max-width: 314px;
	margin: auto;
	padding: 36px 10px 31px 8px;
}
.symphony-developer .card-header {
	padding: 15px 17px;
	background: #E4FBFF;
	min-height: 110px;
	border-bottom: 1px solid #E4FBFF;
}
.symphony-developer .card-header .list-inline {
	max-width: 460px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}
.symphony-developer .card-header .api-prod-img {
	padding-top: 0px;
}
.symphony-developer .card {
	border: none;
}
.symphony-more-info .h4 {
	color: #fff;
	font-size: 36px;
}
.symphony-more-info .h6 {
	color: #fff;
	margin-top: 24px;
	font-size: 25px;
	line-height: normal;
}
.symphony-more-info .bttn-secondary {
	color: #1A3453;
	margin-top: 27px;
}
.symphony-more-info .bttn-secondary.bttn-animated::before {
	background: #fff;
}
.symphony-more-info .more-info-inner {
	max-width: 740px;
}
.developer-contact .symphony-form-info {
	padding-top: 38px;
	max-width: 587px;
	margin: auto;
	text-align: center;
}
.developer-contact .symphony-form-info h3 {
	margin-bottom: 30px;
}
.developer-contact .symphony-form-info .para {
	margin-bottom: 56px;
	color: #1a3453;
	line-height: 25px;
}
.developer-contact .symphony-form-info .para .bttn-a-tag {
	color: #1A3453;
}
.developer-contact .symphony-form-info .para .bttn-a-tag:hover {
	color: #0097F0;
}
.developer-contact .developer-form-inner {
	margin: auto;
}
.developer-contact .developer-form-inner .form-row {
	margin-bottom: 11px;
}
.developer-contact .developer-form-inner .form-row .form-coloum .form-group {
	margin-bottom: 56px;
	padding: 10px 28px 0px 48px;
}
.developer-contact .developer-form-inner .form-row .form-coloum .form-captcha {
	margin-bottom: 40px;
}
.developer-contact .developer-form-inner .form-row .form-coloum .form-button {
	margin-bottom: 0px;
}
.developer-contact .developer-form-inner .form-row .form-coloum .form-group .custom-form-control {
	color: #91A3BB;
	;
}
.developer-contact .developer-form-inner .form-row .form-coloum label {
	color: #91A3BB;
	font-size: 18px;
	;
	padding-top: 3px;
}
.developer-contact .developer-form-inner .form-row .form-coloum .checkbox-form span {
	font-size: 13px;
	color: #91A3BB;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.developer-contact .developer-form-inner .form-row .bttn-animated::before {
	-webkit-transform: scaleX(0.50);
	transform: scaleX(0.50);
}
.developer-contact .developer-form-inner .form-row .bttn-animated:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.developer-contact .bttn-secondary {
	color: #000;
}
.developer-contact .form-row > .col, .developer-contact .form-row > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
.developer-contact.form-group .checkbox-info {
	color: #91A3BB;
}
.developer-contact .form-button {
	margin-bottom: 0px;
}
.developer-contact .form-group .form-control-placeholder {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 1px 3px 0px;
}
.developer-contact .form-group .para-small {
	color: #A6AEB8;
	font-size: 12px;
	line-height: normal;
}
.developer-contact .custom-form {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #91A3BB;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	float: none;
	display: block;
}
.inner-page-banner {
	position: relative;
}
.symphony-developer-banner .h4:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 41px;
	color: #fff;
	top: 11px;
	right: 261px;
	border-radius: 12px;
	background: #fff;
}
.symphony-developer-banner .list-inline-item .h6 {
	font-weight: 500;
	margin-bottom: 0;
}
.developer-contact .custom-form-control ~ em {
	position: absolute;
	height: 2px;
	bottom: 0px;
	left: 0;
	width: 0px;
	background: #1A3453;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}
.product-api .dropdown-toggle::after {
	display: none;
}
.symphony-developer-banner .h6-inner {
	line-height: 35px;
	margin-top: 17px;
}
.symphony-developer-banner ul .list-inline-item:not(:last-child) {
	margin-right: 30px;
}
.product-api-ani {
	position: absolute;
	top: 1000px;
	right: 100px;
	font-size: 2em;
}
.symphony-developer-col:hover .symphony-developer-inner {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	z-index: 3;
}
.mobility-working .mobility-solution-info .para-small {
	color: #1a3453;
}
.mobility-working .mobility-wrapper {
	background: #fff;
	width: 100%;
	min-height: 530px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	display: block;
}
.mobility-working .mobility-working-col {
	padding: 10px;
}
.mobility-working .mobility-working-inner {
	max-width: 520px;
	padding: 40px;
}
.mobility-working .mobility-working-inner .h8 {
	font-weight: 600;
	color: #1a3453;
	text-align: center;
	margin-top: 15px;
}
.mobility-working .mobility-working-inner .mobility-icon {
	max-width: 210px;
	margin: auto;
	text-align: center;
}
.mobility-working .mobility-working-inner .mobility-icon .mobility-icon-inner {
	min-height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.mobility-working .mobility-info .para-small {
	color: #6C7D94;
	margin-bottom: 20px;
}
.mobility-working .mobility-info {
	margin-top: 14px;
}
.mobility-working-col:hover .mobility-wrapper {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	z-index: 3;
}
.products-solutions {
	position: relative;
}
.xts-carousel-img {
	width: 300px;
}
.xts-carousel-arrow .list-inline {
	float: right;
	clear: both;
	padding-right: 10px;
	margin-top: -85px;
	margin-right: 400px;
	margin-bottom: 43px;
}
.xts-carousel-arrow .list-inline .bttn-link {
	color: #1A3453;
}
.xts-carousel-arrow .list-inline .list-inline-item:last-child .bttn-link {
	vertical-align: 10px;
	position: relative;
}
.xts-carousel-arrow .list-inline .bttn-link:hover {
	padding-left: 0;
	color: #0097F0;
}
.checkin {
	color: #FF8000;
}
.presto-banner .h4 {
	color: #1A3352;
	margin-bottom: 20px;
}
.presto-banner .h6 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.presto-slider-img {
	position: relative;
	height: 400px;
	width: 100%;
}
.presto-slider-laptop {
	position: absolute;
	top: 65px;
	left: 70px;
	z-index: 3;
	width: 532px;
}
.presto-banner .list-inline {
	margin-top: 20px;
}
.presto-banner .list-inline li {
	text-align: center;
}
.presto-banner .list-inline li i {
	color: #fff;
}
.presto-banner .list-inline li .para-info {
	color: #fff;
}
.presto-features {
	padding-top: 0px;
}
.presto-features .presto-features-inner .h4 {
	color: #1A3352;
}
.presto-features .presto-features-inner .para-small {
	color: #1A3352;
	padding-left: 12px;
}
.presto-features .presto-features-inner ul li {
	position: relative;
	margin-bottom: 7px;
}
.presto-features .presto-features-inner ul li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	left: -20px;
	top: 8px;
	background: #1AC9A6;
}
.presto-components .presto-components-info {
	width: 762px;
	margin: auto;
	text-align: center;
}
.presto-components .presto-components-info h3 {
	margin-bottom: 28px;
}
.presto-components .row.align-self-center {
	margin-top: 65px;
}
.presto-components .row.align-self-center .presto-components-col {
	padding: 0;
}
.presto-components .row.align-self-center .presto-components-col:last-child .presto-components-inner {
	border-right: 1px solid #F3F3F3;
}
.presto-components .row.align-self-center .presto-components-col:nth-child(even) .presto-components-inner {
	border-top: 1px solid #F3F3F3;
}
.presto-components .row.align-self-center .presto-components-col:nth-child(even) {
	margin-top: 100px;
}
.presto-components .row.align-self-center .presto-components-col:nth-child(odd) {
	border-left: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}
.presto-components .presto-components-inner img {
	width: 32px;
	object-fit: cover;
	margin-bottom: 30px;
}
.presto-components .presto-components-inner .h9 {
	color: #1A3453;
	font-weight: 500;
}
.presto-components .presto-components-inner .presto-components-inner-wrap .para-small {
	color: #fff;
	text-align: left;
	line-height: 22px;
}
.presto-components {
	background: #efefef url('../../img/key-features-wrap.png') no-repeat center;
}
.presto-components-ul-left li {
	padding: 18px 10px;
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 78px;
	position: relative;
}
.presto-components-ul-left li p {
	display: table-row;
}
.presto-components-ul-left li span {
	font-size: 15px;
	color: #1a3453;
	font-family: 'Exo', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	line-height: normal;
}
.presto-components-ul-left li i {
	text-align: right;
	padding-right: 13px;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	width: 46px;
}
.presto-components-ul-left li:after {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,151,240,0);
	border-right-color: #71E4CD;
	border-width: 15px;
	margin-top: -15px;
	opacity: 0;
}
.presto-components-ul-left li:hover:after {
	opacity: 1;
}
.presto-components-ul-left li:hover i {
	color: #71E4CD;
}
.presto-components-ul-right li {
	padding: 18px 10px;
	display: table;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 78px;
	position: relative;
}
.presto-components-ul-right li p {
	display: table-row;
}
.presto-components-ul-right li span {
	font-size: 15px;
	color: #1a3453;
	font-family: 'Exo', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 20px;
	line-height: normal;
}
.presto-components-ul-right li i {
	text-align: left;
	padding-right: 20px;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
	width: 46px;
	padding-left: 15px;
}
.presto-components-ul-right li:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,151,240,0);
	border-left-color: #71E4CD;
	border-width: 15px;
	margin-top: -15px;
	opacity: 0;
}
.presto-components-ul-right li:hover:after {
	opacity: 1;
}
.presto-components-ul-right li:hover i {
	color: #71E4CD;
}
.presto-components-wrap-row-new {
	margin-top: 64px;
}
.presto-components-wrap-row-new-xs {
	display: none;
}
.presto-components-inner {
	background: #fff;
	border-bottom: 1px solid #F3F3F3;
	text-align: center;
	overflow: hidden;
	position: relative;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px 37px;
}
.presto-components-inner .presto-components-inner-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background: rgba(0,152,240,1);
	background: -moz-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,240,1)), color-stop(70%, rgba(0,201,246,1)), color-stop(100%, rgba(0,201,246,1)));
	background: -webkit-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -o-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
	background: linear-gradient(to right, rgba(0,152,240,1) 0%, rgba(0,201,246,1) 70%, rgba(0,201,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098f0', endColorstr='#00c9f6', GradientType=1 );
}
.presto-components-inner:hover .presto-components-inner-wrap {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.presto-components-inner-wrap > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px 37px;
}
.presto-components-center-col {
	padding: 0;
	position: relative;
}
.presto-components-center-col-inner {
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	padding: 50px;
	height: 402px;
	background: #71E4CD;
	border-radius: 5px;
	display: none;
}
.presto-components-center-col-inner i {
	font-size: 43px;
	text-align: center;
	display: block;
	color: #fff;
}
.presto-components-center-col-inner .h8 {
	color: #fff;
	margin-top: 13px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 24px;
}
.presto-components-center-col-inner ul li {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 6px;
	list-style: disc;
}
.presto-components-img-wrap-new {
	margin-top: 80px;
	text-align: center;
}
.presto-solution .presto-solution-header .h4 {
	color: #1a3453;
	margin-bottom: 20px;
}
.presto-solution .presto-solution-header .h6 {
	font-size: 18px;
	font-weight: 600;
	color: #1a3453;
	margin-bottom: 20px;
}
.presto-solution .presto-solution-header .para-small {
	color: #6B7C93;
	margin-bottom: 20px;
}
.presto-solution .ats-media .media-body .h8 {
	color: #1a3352;
}
.presto-solution .ats-media .media-body .para-small {
	color: #6B7C93;
}
.presto-solution .presto-solution-list {
	margin-top: 45px;
}
.presto-solution .presto-solution-list span {
	color: #1a3453;
	font-size: 18px;
	font-weight: 600;
}
.presto-solution .presto-solution-list .para-small {
	color: #1a3453;
}
.presto-solution .presto-solution-list li {
	margin-bottom: 20px;
}
.presto-solution .presto-solution-img {
	margin-top: 60px;
}
.sm-inner-row {
	min-height: 220px!important;
}
.ats-component .ats-header {
	max-width: 812px;
	margin: auto;
	text-align: center;
	padding-bottom: 65px;
}
.ats-component .ats-header h4 {
	color: #1a3453;
}
.ats-component .component-list {
	margin-top: 10px;
}
.presto-features {
	background: #F0F0F0;
	padding: 0;
}
.ats-media {
	margin-bottom: 24px;
}
.ats-component .ats-media {
	margin-bottom: 48px;
}
.ats-media .align-self-center {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding-top: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.1);
	margin-right: 18px;
}
.ats-component .ats-media .align-self-center {
	background: #fff;
}
.ats-component .ats-media .align-self-center {
	margin-right: 32px;
}
.ats-media .align-self-center i {
	font-size: 26px;
	color: #71E4CD;
}
.ats-media .media-body .h8 {
	font-weight: bold;
}
.ats-component .ats-media .media-body .h8 {
	color: #1A3352;
	font-weight: 500;
}
.presto-banner .para-info {
	font-size: 15px;
}
.ats-media .media-body .para-small {
	font-size: 14px;
	color: #1A3352;
	line-height: 22px;
	font-weight: 500;
}
.presto-features-inner {
	margin: 80px 52px;
}
.presto-features-inner .list-inline {
	margin-left: 20px;
	margin-top: 13px;
	max-width: 460px;
}
.presto-features-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.presto-components-wrap-row-new-xs .presto-components-center-col-inner {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: #71E4CD;
	border-radius: 5px;
	display: block;
}
.qxfix-inner-page-banner h4 {
	color: #1A3453;
}
.qxfix-inner-page-banner h2 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 30px;
}
.qxfix-inner-page-banner .list-block {
	margin-top: 36px;
}
.qxfix-inner-page-banner .list-block .list-block-item {
	margin-bottom: 15px;
}
.qxfix-inner-page-banner .list-block .list-block-item div {
	float: left;
	margin-right: 10px;
	width: 34px;
	text-align: left;
}
.qxfix-inner-page-banner .list-block .list-block-item div i {
	font-size: 25px;
	color: #fff;
}
.qxfix-inner-page-banner .list-block .list-block-item div i.budicon-search-browser {
	margin-left: 5px;
}
.qxfix-inner-page-banner .list-block .list-block-item span {
	margin-left: 0;
	line-height: normal;
}
.engine-architecture-wrap .engine-architecture-header .h4 {
	color: #1A3453;
}
.engine-architecture-wrap .engine-architecture-header .para-small {
	max-width: 600px;
	text-align: center;
	margin: auto;
	color: #6B7C93;
	margin-top: 0px;
}
.engine-architecture-wrap .engine-img {
	margin-top: 55px;
}
.engine-architecture-wrap .engine-img .img-fluid {
	margin: auto;
	display: block;
}
.symphony-member-img {
	position: relative;
	z-index: 9;
}
.qxfix-intro-para {
	position: relative;
	z-index: 9;
	max-width: 539px;
}
.qxfix-intro-wrap .qxfix-finance-intro {
	margin-top: 64px;
	padding: 70px 20px 0;
	position: relative;
}
.qxfix-intro-wrap .qxfix-finance-intro::after {
	position: absolute;
	width: 150%;
	height: 105%;
	background: #f9f9f9;
	top: 0;
	left: -92px;
	content: '';
	z-index: 1;
}
.qxfix-intro-wrap .qxfix-finance-intro .para {
	padding-left: 43px;
	margin-top: 10px;
	color: #6B7C93;
	line-height: 28px;
}
.qxfix-intro-wrap .qxfix-finance-intro .h4 {
	margin-top: 35px;
	color: #1A3453;
}
.qxfix-intro-wrap .qxfix-finance-intro .h9 {
	padding-left: 41px;
	color: #6B7C93;
	padding-bottom: 50px;
}
.qxfix-finance-img {
	position: relative;
}
.qxfix-intro-wrap .qxfix-finance-inner {
	position: relative;
	z-index: 9;
	max-width: 630px;
}
.qxfix-intro-wrap .qxfix-finance-img .img-fluid {
	width: 681px;
	height: 451px;
	max-width: inherit;
}
.qxfix-intro-wrap .qxfix-finance-inner .h8 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Exo', sans-serif;
	margin-bottom: 29px;
	position: relative;
	line-height: 24px;
}
.qxfix-intro-wrap .qxfix-finance-inner .h8:before {
	content: '';
	width: 37px;
	height: 35px;
	background: url('../../img/double-quotes3.png') no-repeat 0 0;
	position: absolute;
	top: -12px;
	left: -61px;
}
.qxfix-intro-wrap .qxfix-finance-inner .para-small {
	color: #1A3453;
	margin-bottom: 13px;
}
.qxfix-intro-wrap .qxfix-finance-inner ul {
	margin-top: 20px;
	padding-left: 10px;
}
.qxfix-intro-wrap .qxfix-finance-inner ul li .para-small {
	color: #1A3453;
	margin-left: 21px;
	line-height: 24px;
}
.qxfix-intro-wrap .qxfix-finance-inner ul li {
	position: relative;
	margin-bottom: 6px;
}
.qxfix-intro-wrap .qxfix-finance-inner ul li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #0B97EE;
	left: -10px;
	top: 7px;
}
.qxfix-intro-wrap .qxfix-finance-inner .btn-link {
	font-size: 13px;
	font-family: 'Exo', sans-serif;
	color: #0B97EE;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.qxfix-intro-wrap .qxfix-finance-inner .btn-link:hover {
	text-decoration: none;
}
.why-qxfix-wrap {
	background: #F0F0F0;
}
.why-qxfix-wrap .why-qxfix-header .h4 {
	color: #1A3453;
	margin-bottom: 56px;
}
.why-qxfix-wrap .ats-media .media-body .h8 {
	font-size: 18px;
	font-family: 'Exo', sans-serif;
	color: #1A3453;
	font-weight: 500;
}
.why-qxfix-wrap .media-body {
	margin-top: 7px;
}
.why-qxfix-wrap .media-left {
	float: right;
}
.why-qxfix-wrap .media-right {
	float: left;
	margin-left: 30px;
}
.why-qxfix-wrap .media-left .media-body .h8 {
	margin-right: 24px;
	text-align: right;
}
.why-qxfix-wrap .media-left li {
	margin-bottom: 57px;
}
.why-qxfix-wrap .media-right li {
	margin-bottom: 46px;
}
.why-qxfix-wrap .media-right .media-body .h8 {
	margin-left: 13px;
}
.why-qxfix-wrap .ats-media .align-self-center i {
	color: #fff;
}
.why-qxfix-wrap .ats-media .dashboard-icon {
	background: #FDC115;
}
.why-qxfix-wrap .ats-media .folder-icon {
	background: #88C444;
}
.why-qxfix-wrap .ats-media .interface-icon {
	background: #A45ED0;
}
.why-qxfix-wrap .ats-media .hotspot-icon {
	background: #4398FD;
}
.comment-section .admin-comment {
	max-width: 600px;
	margin: auto;
	padding-top: 93px;
}
.comment-section .admin-comment .img-fluid {
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.comment-section .admin-comment .admin-reply {
	margin-left: 83px;
	margin-top: 30px;
}
.comment-section .admin-comment .h6 {
	color: #1A3352;
	font-weight: 600;
}
.comment-section .admin-comment .h8 {
	color: #1a3352;
	font-weight: 600;
}
.comment-section .admin-comment .para-info {
	color: #1A3352;
	font-size: 15px;
	margin-top: 12px;
	line-height: 26px;
}
.comment-section .admin-comment a {
	color: #0B97EE;
	font-size: 13px;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-section .comment-form .comment-form-header .h5 {
	color: #1A3352;
}
.comment-section .comment-form .comment-form-header {
	max-width: 570px;
	margin: auto;
}
.comment-section .comment-form .comment-form-header a {
	color: #0B97EE;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Exo', sans-serif
}
.comment-section .comment-form .comment-form-header .para-small {
	color: #6B7C93;
	margin-top: 10px;
}
.comment-section .comment-form {
	margin-top: 92px;
}
.comment-section .comment-form-inner {
	max-width: 570px;
	margin: auto;
}
.comment-section form {
	margin-top: 30px;
}
.comment-section .comment-form-inner .inner-form-group {
	max-width: 350px;
}
.comment-section .form-control-placeholder {
	position: absolute;
	top: 0;
	padding: 0px 0 0 0;
	transition: all 200ms;
	font-size: 18px;
	color: #91A2BA;
	font-weight: normal;
	;
}
.ats-component .component-list ul li span {
	color: #1a3453;
	font-size: 18px;
	font-weight: 600;
}
.ats-component .component-list ul li .para-small {
	color: #304763;
}
.ats-component .component-list {
	max-width: 600px;
	padding: 42px;
	margin: auto;
}
.ats-component .component-list ul li {
	margin-bottom: 20px;
}
.ats-component .ats-header {
	width: 810px;
	margin: auto;
	text-align: center;
}
.ats-component .ats-header .h4 {
	margin-bottom: 60px;
	color: #1a3453;
}
.ats-component .component-list .ats-icon {
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 60px;
}
.ats-component .component-list i {
	color: #71E4CD;
	font-size: 26px;
}
.ats-component .component-list .ats-icon {
	float: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.ats-component .component-list .ats-info {
	float: right;
	max-width: 310px;
}
.blog-article-section .blog-header .h4 {
	color: #1A3352;
}
.blog-article-section .article-detail-inner {
	max-width: 630px;
}
.blog-article-section .article-detail-inner .blog-dates {
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	color: #0B97EE;
	text-transform: uppercase;
}
.blog-article-section .article-detail-inner .h6 {
	font-size: 25px;
	color: #1A3352;
	font-weight: 600;
}
.blog-article-section .article-detail-inner .para-small {
	color: #1A3352;
	margin-bottom: 13px;
	line-height: 24px;
}
.blog-article-section .blog-video {
	width: 678px;
	height: 367px;
	display: block;
	padding-top: 27px;
	border: none;
}
.blog-article-section .blog-tags .h6 {
	font-size: 16px;
	color: #1A3352;
	margin-top: 26px;
}
.blog-article-section .blog-tags .para {
	font-size: 16px;
	text-transform: uppercase;
	color: #1A3352;
	margin-top: 13px;
	font-family: 'Exo', sans-serif;
	line-height: 24px;
}
.blog-article-section .blog-tags .para b {
	font-weight: 400;
	color: #0B97EE;
}
.blog-article-section .tag-header .para {
	font-size: 16px;
	color: #1A3352;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
.blog-article-section .blog-tags .h8 {
	font-size: 18px;
	color: #0B97EE;
	font-family: 'Exo', sans-serif;
	margin-top: 10px;
}
.blog-article-section .rate {
	font-size: 14px;
	;
	color: #1A3352;
}
.blog-article-section .blog-social-connect {
	margin-bottom: 37px;
}
/* .social-icons{background: #fff;width:35px;height: 35px;border-radius: 30px;border: 1px solid #ECECEC;text-align: center;padding-top: 5px;}
.social-icons .social-icon-inner{vertical-align: middle;color:#8164D9;} */
.blog-article-section .list-inline {
	position: relative;
}
/* .blog-article-section .blog-social-connect .list-inline .social-icons:not(:first-child):after{position:absolute;content:'';width:74px;height:2px;border:1px solid #8164d9;border-radius:10px;background:#8164d9;left:93px;top:17px;} */
.blog-article-section .article-detail-inner .rating .fa-star {
	color: #FF8000;
}
.blog-article-section .article-detail-inner .rating .rate {
	color: #1A3352;
	font-size: 14px;
	;
}
.blog-article-section .tag-header {
	margin-top: 27px;
}
.blog-article-section .blog-social-connect .list-inline .social-link a {
	margin-left: 80px;
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	color: #1A3352;
	font-weight: 600;
	vertical-align: 0px;
}
.tag-filter a {
	margin-top: 11px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Exo', sans-serif;
	color: #6B7C93;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #ECECEC;
	padding: 8px 9px;
	background: transparent;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.tag-filter a:hover, .tag-filter a:active, .tag-filter a:focus {
	border: 1px solid #ccc;
}
.blog-article-section .rating {
	margin-top: 21px;
	margin-bottom: 20px;
}
.comment-section {
	padding-top: 0px;
}
.comment-section .related-post {
	margin-bottom: 60px;
}
.comment-section .related-post .h8 {
	color: #1A3352;
	font-size: 16px;
	font-weight: 600;
}
.comment-section .related-post .list-inline-item {
	margin-right: 20px;
	float: left;
	min-height: 90px;
}
.comment-section .related-post .list-inline-item .para-small {
	color: #1A3352;
	max-width: 190px;
}
.comment-section .related-post .list-inline-item .para-small:not(:first-child) {
	margin-left: 20px;
}
.comment-section .related-post .list-inline-item:nth-child(2) {
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding-left: 16px;
}
.blog-page-banner h4 {
	color: #fff;
}
.blog-page-banner h2 {
	font-size: 24px;
	margin-top: 22px;
	font-weight: 400;
}
.blog-page-banner .list-inline {
	margin-top: 20px;
}
.blog-inner-page-banner h4 {
	color: #fff;
}
.blog-inner-page-banner h2 {
	font-size: 16px;
	font-weight: 400;
	;
}
.blog-section .blog-row {
	border-bottom: 1px solid #C0BFC5;
	margin-bottom: 47px;
	padding-bottom: 47px;
}
.blog-section .tag-filter a {
	margin-top: 11px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Exo', sans-serif;
	color: #6B7C93;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #ECECEC;
	padding: 6px 8px;
	background: transparent;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.blog-section .tag-filter a:hover, .blog-section .tag-filter a:active, .blog-section .tag-filter a:focus {
	border: 1px solid #ccc;
}
.blog-section .tag-header {
	margin-top: 27px;
}
.blog-section .blog-header {
	margin-bottom: 50px;
}
.blog-section .blog-header .h4 {
	color: #1A3352;
}
.blog-section .blog-detail-inner {
	max-width: 630px;
}
.blog-section .blog-detail-inner .h6 {
	font-size: 25px;
	color: #1A3352;
	font-weight: 600;
}
.blog-section .blog-detail-inner .para-small {
	color: #1A3352;
	margin-bottom: 13px;
	line-height: 24px;
}
.blog-section .blog-video {
	width: 676px;
	height: 355px;
	display: block;
	padding-top: 16px;
	border: none;
}
.blog-section .blog-tags .h6 {
	font-size: 16px;
	color: #1A3352;
	margin-top: 27px;
}
.blog-section .blog-tags .para {
	font-size: 16px;
	color: #1A3352;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
	line-height: 25px;
}
.blog-section .blog-tags .para b {
	font-weight: 400;
	color: #0B97EE;
}
.blog-section .tag-header .para {
	font-size: 16px;
	color: #1A3352;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
}
.blog-section .blog-tags a {
	font-size: 18px;
	color: #0B97EE;
	font-family: 'Exo', sans-serif;
	margin-top: 20px;
	font-weight: 600;
	display: block;
}
.blog-section .blog-tags a b {
	font-weight: 400;
	color: #1A3352;
}
.blog-section .rate {
	font-size: 14px;
	;
	color: #1A3352;
}
.blog-section .rating .fa-star {
	color: #FF8000;
}
.blog-section .blog-dates {
	font-size: 14px;
	font-weight: 600;
	color: #0B97EE;
	font-family: 'Exo', sans-serif;
}
.rating {
	margin-top: 21px;
	margin-bottom: 20px;
}
.mobility-banner h4 {
	color: #1A3453;
}
.mobility-banner .para {
	font-size: 30px;
	line-height: normal;
	font-family: 'Exo', sans-serif;
}
.mobility-tabs li {
	width: calc(100% / 4);
	text-align: center;
}
.mobility-introduction {
	position: relative;
}
.mobility-introduction .introduction-inner h3 {
	color: #1A3453;
	margin-bottom: 26px;
	font-size: 30px;
}
.mobility-introduction .introduction-inner .para-small {
	color: #1a3453;
	margin-bottom: 17px;
	line-height: 24px;
}
.mobility-introduction .card {
	width: 350px;
	border: none;
}
.mobility-introduction .card .card-info {
	background: #F6F6F6;
	color: #1A3453;
	position: relative;
}
.mobility-introduction .card .card-info:after {
	bottom: 100%;
	left: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(243, 243, 243, 0);
	border-bottom-color: #F3F3F3;
	border-width: 15px;
	margin-left: -15px;
}
.mobility-introduction .card .card-info .card-info-inner {
	padding: 15px 20px;
	max-width: 360px;
}
.mobility-introduction .card .card-info .para-big {
	margin-bottom: 5px;
	color: #FF8B5F;
	font-weight: 600;
	line-height: 26px;
}
.mobility-introduction .card .card-info .para-small {
	color: #1A3453;
}
.mobility-working {
	background: #F0F0F0;
}
.mobility-working .mobility-solution-info {
	max-width: 734px;
	margin: 0 auto 30px;
	text-align: center;
}
.mobility-working .mobility-solution-info h3 {
	margin-bottom: 20px;
}
.products-solutions {
	position: relative;
	padding: 0;
}
.products-solutions h3 {
	color: #1A3453;
	margin-bottom: 24px;
}
.products-solutions .h4 {
	margin-bottom: 20px;
	color: #1A3453
}
.products-solutions .para-small {
	color: #1A3453;
	margin-bottom: 20px;
}
.products-solutions .products-img {
	padding-top: 71px;
	margin-left: -55px;
}
.products-solutions .products-solution-info .h1 {
	margin-top: 10px;
}
.products-solutions .products-info-inner {
	max-width: 460px;
}
.products-solutions .product-silde-ani {
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.products-solutions {
	position: relative;
	overflow: hidden;
}
.products-solutions .products-solutions-row {
	margin-top: 50px;
	padding-bottom: 40px;
}
.products-solutions .products-solutions-row .product-silde-ani {
	top: -42px;
	bottom: -140px;
	right: 0px;
}
.products-solutions .products-info-inner {
	max-width: 600px;
	padding: 80px;
}
.products-solutions .products-info-inner .h4 {
	margin-bottom: 22px;
	color: #1A3453;
}
.products-solutions .products-info-inner .para-small {
	margin-bottom: 2px;
	color: #1A3453;
}
.xts-platform .xts-product-inner .para-small {
	margin-bottom: 20px;
	color: #1A3453;
}
.xts-platform .xts-product-img {
	text-align: center;
}
.xts-features .xts-features-list li {
	margin-bottom: 14px;
	color: #1A3453;
	position: relative;
	padding-left: 40px;
}
.xts-features .xts-features-list li i {
	float: left;
	color: #ffc070;
	font-weight: 600;
	font-size: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.xts-features-img {
	position: relative;
}
.xts-features-img .xts-mobile {
	position: absolute;
	bottom: 37px;
	right: 98px;
}
.xts-features .xts-features-list li .para-small {
	color: #1A3453;
	font-size: 14px;
	font-weight: 500;
	;
}
.xts-features .xts-features-img {
	margin-top: 55px;
	margin-left: -80px;
}
.xts-platform .xts-slide-ani {
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.xts-platform {
	position: relative;
	overflow: hidden;
}
.xts-platform .xts-plarform-row {
	margin-top: 50px;
	padding-bottom: 40px;
}
.xts-platform .xts-plarform-row .xts-slide-ani {
	top: -72px;
	bottom: -72px;
}
.xts-platform .xts-product-inner {
	max-width: 580px;
	padding: 70px;
}
.xts-platform .xts-product-inner .h4 {
	margin-bottom: 18px;
	color: #1A3453;
}
.xts-platform .xts-product-inner .para-small {
	margin-bottom: 8px;
	color: #1A3453;
	line-height: 24px;
}
.xts-platform .xts-product-img img {
	margin-top: 40px;
	margin-top: 12px;
}
.cass-banner h4 {
	color: #0097F0;
	margin-bottom: 24px;
}
.mobility-carousel-wrap {
	position: relative;
	margin-top: 65px;
	margin-bottom: 60px;
}
.mobility-carousel-wrap .mobility-empty-mobile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin-top: 16px;
	z-index: 79;
}
.mobility-carousel-wrap .owl-carousel .owl-item .item .img-fluid {
	width: 265px;
	margin: auto;
}
.mobility-carousel-wrap .owl-carousel .owl-nav {
	display: block;
}
.mobility-carousel-wrap .owl-carousel .owl-nav .owl-prev, .mobility-carousel-wrap .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: top;
	color: #030404;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
.mobility-carousel-wrap .owl-carousel .owl-nav .owl-prev {
	left: -56px;
}
.mobility-carousel-wrap .owl-carousel .owl-nav .owl-next {
	right: -95px;
	left: auto;
}
.mobility-carousel-wrap .owl-carousel .owl-nav div:hover {
	opacity: 0.5;
}
.xts-features {
	overflow: hidden;
	position: relative;
}
/* .blog-article-section .social-icons .social-icon-inner{color:#8164d9;}
.blog-article-section .social-icons .social-icon-inner:hover{color: #fff; background: #8164d9;} */
.presto-tabs li {
	width: calc(100% / 4);
	text-align: center;
}
.presto-main-feature .presto-feature-inner {
	margin-top: 120px;
	padding: 40px 80px 55px;
	position: relative;
}
.presto-main-feature .presto-feature-inner::after {
	position: absolute;
	width: 110%;
	height: 105%;
	background: #f9f9f9;
	top: 0;
	left: -18px;
	content: '';
	z-index: 1;
}
.presto-main-feature .presto-feature-inner .para {
	padding-left: 43px;
	margin-top: 10px;
	color: #6B7C93;
	line-height: 28px;
}
.presto-main-feature .presto-feature-inner .h4 {
	margin-top: 35px;
	color: #1A3453;
}
.presto-main-feature .presto-feature-inner .h9 {
	padding-left: 41px;
	color: #6B7C93;
	padding-bottom: 50px;
}
.symphony-member-img {
	position: relative;
	z-index: 9;
}
.prestro-intro-para {
	position: relative;
	z-index: 9;
	max-width: 539px;
}
.presto-main-feature .presto-intro-img .img-fluid {
	width: 601px;
	height: 441px;
	max-width: inherit;
}
.presto-main-feature .prestro-intro-para ul {
	margin-top: 17px;
	padding-left: 12px;
}
.presto-main-feature .prestro-intro-para ul li .para-small {
	color: #1A3453;
	margin-left: 21px;
	line-height: 26px;
}
.presto-main-feature .prestro-intro-para ul li {
	position: relative;
	margin-bottom: 6px;
}
.presto-main-feature .prestro-intro-para ul li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #1AC9A6;
	left: -10px;
	top: 9px;
}
.presto-main-feature .prestro-intro-para .btn-link {
	font-size: 13px;
	font-family: 'Exo', sans-serif;
	color: #0B97EE;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 50px;
}
.presto-main-feature .prestro-intro-para .btn-link:hover {
	text-decoration: none;
}
.ats-component {
	position: relative;
	overflow: hidden;
}
.ats-component .ats-silde-ani {
	background: #02C49B;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ats-component .ats-silde-ani {
	top: -42px;
	bottom: -46px;
	right: 0px;
}
.qxfix-intro-wrap .qxfix-finance-info {
	max-width: 830px;
	margin: auto;
}
.qxfix-intro-wrap .qxfix-finance-info .h8 {
	color: #1A3453;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Exo', sans-serif;
	margin-bottom: 29px;
	position: relative;
	line-height: 26px;
}
.qxfix-intro-wrap .qxfix-finance-info .para-small {
	color: #1A3453;
	margin-bottom: 17px;
	line-height: 24px;
}
.qxfix-intro-wrap .qxfix-finance-info .h8:before {
	content: '';
	width: 37px;
	height: 35px;
	background: url('../../img/double-quotes3.png') no-repeat 0 0;
	position: absolute;
	top: -11px;
	left: -54px;
}
.page-not-found-body header.custom-header {
	background: #0B97EE;
}
.page-not-found-wrap {
	max-width: 720px;
	margin: 40px auto 0;
	text-align: center;
}
.page-not-found-wrap .img-fluid {
	margin-bottom: 65px;
}
.page-not-found-wrap h2 {
	font-size: 60px;
	font-weight: 400;
	color: #1A3352;
	margin: 0;
}
.page-not-found-wrap h6 {
	font-size: 22px;
	font-weight: 500;
	color: #1A3352;
	margin-bottom: 37px;
	text-transform: uppercase;
}
.page-not-found-wrap h5 {
	font-size: 25px;
	font-weight: 500;
	color: #1A3352;
	margin-bottom: 10px;
}
.page-not-found-wrap .para-small {
	font-size: 14px;
	font-weight: 400;
	color: #1A3352;
}
.page-not-found-body .home-contact {
	display: none;
}
.integration-services-wrap .more-info-inner {
	max-width: 570px;
}
.integration-services-wrap .integration-list {
	margin-top: 9px;
}
.integration-services-wrap .more-info-inner .h4 {
	margin-bottom: 20px;
	font-size: 50px;
	color: #fff;
}
.integration-services-wrap .more-info-inner .h6 {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 23px;
	color: #fff;
}
.integration-services-wrap ul li .para-small {
	color: #fff;
	margin-left: 47px;
	font-size: 18px;
	;
}
.integration-services-wrap ul li i {
	float: left;
	color: #0b97ee;
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 22px;
}
.integration-services-wrap ul li {
	position: relative;
	margin-bottom: 23px;
}
.features-section-wrap {
	background: #F0F0F0;
	padding-bottom: 0px;
}
.features-section-wrap .feature-section-header .h3 {
	margin-bottom: 55px;
}
.features-section-wrap .qxfix-row {
	background: #fff;
}
.features-section-wrap .qxfix-feature-wrap {
	max-width: 970px;
	margin: auto;
	padding-top: 52px;
}
.features-section-wrap .qxfix-features-inner ul li {
	position: relative;
	margin-bottom: 13px;
}
.features-section-wrap .qxfix-features-inner ul li:last-child {
	margin-bottom: 40px;
}
.features-section-wrap .qxfix-features-inner ul li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #0B97EE;
	top: 9px;
	left: -15px;
}
.features-section-wrap .qxfix-features-inner ul li .para-small {
	color: #1A3352;
	margin-left: 15px;
}
.engine-architecture-wrap .engine-architecture-header h3 {
	margin-bottom: 30px;
}
.xts-banner h4 {
	color: #0097F0;
}
.xts-introduction {
	padding-top: 30px;
	position: relative;
}
.xts-introduction .card {
	margin-right: 40px;
}
.why-caas-wrap {
	background: #F3F3F3;
	position: relative;
}
.why-caas-para h3 {
	color: #1A3453;
	margin-bottom: 23px;
}
.why-caas-para p {
	color: #1A3453;
	margin-bottom: 23px;
}
.why-caas-img img {
	display: block;
	margin: auto;
}
.key-features-outer {
	position: relative;
}
.key-features-outer .key-features-para h3 {
	color: #1A3453;
	margin-bottom: 18px;
}
.key-features-outer .key-features-para ul li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 20px;
}
.key-features-outer .key-features-para ul li span {
	color: #1A3453;
	font-size: 14px;
}
.key-features-outer .key-features-para ul li i {
	color: #0097F0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}
.interested-wrap-outer .interested-wrap-inner {
	max-width: 540px;
}
.interested-wrap-outer .interested-wrap-inner h5 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 28px;
	line-height: 38px;
	margin-bottom: 27px;
}
.interested-wrap-outer .interested-wrap-inner ul li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 20px;
}
.interested-wrap-outer .interested-wrap-inner ul li span {
	color: #fff;
	font-size: 14px;
}
.interested-wrap-outer .interested-wrap-inner ul li i {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}
.professional-service-banner h4 {
	color: #1A3352;
	margin-bottom: 18px;
}
.professional-service-banner h2 {
	line-height: 51px;
}
.xfinchart-service-banner h4 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 45px
}
.xfinchart-service-banner h2 {
	line-height: 40px;
	font-size: 25px;
	font-weight: normal
}
.xfuse-api-banner h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 45px
}
.xfuse-api-banner h2 {
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
}
.xfinchart-service-tabs li {
	width: calc(100% / 5)!important;
	text-align: center;
}
.prof-service-intro .prof-service-img .img-fluid {
	margin-top: 50px;
}
.prof-service-intro .prof-service-inner .h4 {
	color: #0B97EE;
	margin-bottom: 30px;
}
.prof-service-intro .prof-service-inner .h4:before {
	content: '';
	width: 37px;
	height: 35px;
	background: url('../../img/double-quotes4.png') no-repeat 0 0;
	position: absolute;
	top: -12px;
	left: -39px;
}
.prof-service-intro .prof-service-inner .para-small {
	color: #1A3453;
	margin-bottom: 40px;
}
.financial-solution .financial-solution-inner {
	max-width: 585px;
}
.financial-solution .financial-solution-inner .h4 {
	color: #0B97EE;
	margin-bottom: 22px;
	font-size: 36px;
}
.financial-solution .financial-solution-inner .para-info {
	font-family: 'Exo', sans-serif;
	color: #fff;
	line-height: 33px;
}
.symphony-points .symphony-point-img .img-fluid {
	margin-top: 0px;
}
.symphony-points .value-point-list {
	max-width: 420px;
}
.symphony-points .value-point-list .media .align-self-center {
	width: 43px;
}
.symphony-points .symphony-points-header h3 {
	margin-bottom: 30px;
}
.symphony-points .symphony-points-header .para {
	text-align: center;
	margin-bottom: 80px;
	line-height: 32px;
}
.symphony-points .value-point-list i {
	float: left;
	font-size: 28px;
	color: #0b97ee;
}
.symphony-points .value-point-list i:before {
	margin: 0;
}
.symphony-points .value-point-list .para-small {
	margin-left: 15px;
	font-size: 15px;
	color: #1A3352;
}
.symphony-points .value-point-list li {
	margin-bottom: 20px;
}
.trading-technology .trade-technology-list ul li i {
	font-weight: 600;
	font-size: 18px;
}
.trading-technology .trade-technology-img {
	margin-top: 30px;
}
.trading-technology .trade-technology-img .img-fluid {
	width: 536px;
	height: 338px;
}
.trading-technology {
	background: #F0F0F0;
}
.trading-technology .trade-technology-list ul li {
	margin-bottom: 6px;
}
.trading-technology .trade-technology-list {
	margin-top: 18px;
	margin-left: 20px;
}
.trading-technology .trade-technology-list .para-small {
	color: #1A3352;
	font-size: 14px;
	margin-left: 35px;
}
.trading-technology .trade-technology-inner {
	margin-left: 20px;
}
.trading-technology .trade-technology-inner .h3 {
	color: #0B97EE;
	font-size: 36px;
	margin-bottom: 15px
}
.trading-technology .trade-technology-inner .para-small {
	color: #1A3352;
	line-height: 29px;
}
.presto-component-adj [data-aos="new-animation1"].aos-animate {
	width: 93%;
}
.xts-introduction.marketdata-introduction .card .card-body h6::after {
	background: #0097F0;
}
/* .product-api .career-req-nav-wrap .career-req-nav{height:calc(100vh - 20px);width:240px;display:block; overflow: auto;} */
.product-api .career-req-nav-wrap .sub-menu-wrap {
	height: 300px;
	overflow: auto;
	padding-left: 35px;
	padding-right: 10px;
	width: 251px;
}
.product-api .career-req-nav-wrap .career-req-nav .nav-link {
	width: 100%;
}
/* .product-api .career-req-nav-wrap .career-req-nav >  ul{height: calc(100vh - 20px);overflow: auto;position: relative;} */
/* .xts-introduction .section-scroll{top: -68px;} */
.theme_grey {
	background: #f0f0f0;
	border: 1px solid #ddd;
}
.comman-api-table th {
	font-weight: 500;
	font-size: 15px;
	background: #D3DAE3;
	color: #000;
}
.comman-api-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
th, td {
	padding: .25rem;
	text-align: left;
	font-size: 12px;
	border: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
	background: #EFF6FF;
}
.xts-banner {
	position: relative;
	overflow: hidden;
}
.xts-banner h4 {
	color: #1A3352;
	margin-bottom: 24px;
}
.xts-banner h2 {
	line-height: 37px;
}
.xts-banner .slider-laptop {
	left: 310px;
	top: 124px;
}
.xts-banner .slider-mobile {
	top: 233px;
}
.xts-banner ul {
	margin-top: 40px;
}
.xts-banner ul li {
	text-align: center;
}
.xts-banner ul li .para-info {
	color: #fff;
}
.xts-banner ul li i {
	color: #fff;
}
/* .why-xts .section-scroll-bottom{top: -85px;} */
.why-xts h4 {
	color: #1A3352;
	margin-bottom: 13px;
}
.why-xts .para-small {
	color: #1A3352;
	margin-bottom: 6px;
	line-height: 25px;
}
.why-xts .why-xts-img {
	position: relative;
	height: 433px;
}
.why-xts .why-xts-text {
	position: relative;
	margin-top: -60px;
	background: rgba(06, 09, 10, 0.45);
}
.why-xts .why-xts-text .h7 {
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
.why-xts .why-xts-text .h7 span {
	border-bottom: 2px solid #099EEE;
}
.why-xts .why-xts-text li {
	margin: 0;
	text-align: center;
	padding: 14px 10px;
}
.why-xts .why-xts-text ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	padding-left: 20px;
}
.xts-solution .pr5 {
	padding-right: 5px;
}
.xts-solution .pl5 {
	padding-left: 5px;
}
.xts-solution .xts-solution-header {
	max-width: 400px;
	margin: auto;
}
.xts-solution .xts-solution-img {
	margin-top: -80px;
}
.xts-solution .xts-solution-header h4 {
	color: #1A3352;
	text-align: center;
	margin-bottom: 110px;
}
.xts-solution .xts-solution-wrapper .xts-solution-info .h6 {
	color: #1A3352;
	text-align: center;
	font-weight: 600;
}
.xts-solution .xts-solution-wrapper .xts-solution-info .para-small {
	color: #6B7C93;
}
.xts-solution .xts-solution-wrapper .xts-solution-info {
	padding: 12px 36px;
	max-width: 410px;
}
.xts-solution .xts-solution-wrapper {
	border: 1px solid #EEEEEE;
	width: 100%;
	min-height: 450px;
}
.xts-solution .xts-solution-wrapper .xts-solution-img-circle .img-fluid {
	display: block;
	margin: auto;
}
.xts-features .trading-solution-inner .trading-solution-wrapper {
	background: #fff;
	padding: 50px 50px 20px;
	min-height: 438px;
}
.xts-features .trading-solution-inner-wrap li {
	list-style: disc;
	margin-bottom: 10px;
}
.xts-carousel {
	position: relative;
	overflow: hidden;
}
.xts-carousel .owl-nav {
	display: none;
}
.xts-carousel .owl-dots {
	display: none;
}
.xts-carousel .carousel-text {
	max-width: 790px;
	margin: -10px auto 0;
	text-align: center;
}
.xts-carousel .carousel-text .h8 {
	color: #1A3352;
}
.xts-carousel .carousel-text .para-small {
	color: #1A3352;
}
.xts-carousel h3 {
	margin-bottom: 45px;
}
.xts-carousel-wrap {
	position: relative;
	margin: 0;
}
.xts-carousel-wrap .mobility-empty-mobile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin-top: 16px;
	z-index: 79;
}
.xts-carousel-wrap .owl-carousel .owl-item .item .img-fluid {
	width: 900px;
	margin: auto;
}
.xts-carousel-wrap .owl-carousel .owl-nav {
	display: block;
}
.xts-carousel-wrap .owl-carousel .owl-nav .owl-prev, .xts-carousel-wrap .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: top;
	color: #030404;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
.xts-carousel-wrap .owl-carousel .owl-nav .owl-prev {
	left: -56px;
}
.xts-carousel-wrap .owl-carousel .owl-nav .owl-next {
	right: -95px;
	left: auto;
}
.xts-carousel-wrap .owl-carousel .owl-nav div:hover {
	opacity: 0.5;
}
.xts-product-wrap .feature-tabs-ul {
	max-width: inherit;
	margin: auto;
}
.xts-product-wrap .feature-tabs-ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.xts-ani-col-wrapper {
	background: #07C7F5;
	padding: 0;
}
.xts-ani-col {
	position: relative;
	min-height: 550px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.xts-ani-col .xts-body-wrapper {
	max-width: 660px;
}
.xts-ani-col1 .img-fluid {
	position: absolute;
	bottom: -40px;
	right: -90px;
}
.xts-ani-col2 .img-fluid {
	position: absolute;
	bottom: 0px;
	right: -100px;
}
.xts-ani-col3 .img-fluid {
	position: absolute;
	bottom: 0px;
	right: -75px;
}
.xts-ani-col .xts-ani-header {
	color: #fff;
	margin-top: 73px;
	margin-left: 0;
	text-align: center;
}
.xts-ani-col .xts-body-wrap {
	margin-left: 70px;
	margin-top: 20px;
	opacity: 0;
	display: none;
}
.xts-ani-col .xts-body-wrap h4 {
	margin-bottom: 23px;
	color: #000000;
}
.xts-ani-col .xts-body-wrap .para-small {
	color: #000000;
}
.xts-ani-col.actived-col {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.xts-ani-col.active {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.xts-ani-col.active .xts-ani-header h4 {
	font-size: 50px;
}
.xts-ani-col.active .xts-body-wrap {
	opacity: 1;
	display: block;
	z-index: 9;
	position: relative;
}
.xts-ani-col.active .xts-ani-header {
	margin-top: 73px;
	margin-left: 70px;
	text-align: left;
}
.xts-ani-col1 {
	background: #07C7F5;
}
.xts-ani-col2 {
	background: #09ACF1;
}
.xts-ani-col3 {
	background: #0B97EE;
}
.blog-social-connect-wrap {
	margin-bottom: 37px;
}
.blog-social-connect-wrap .social-icon-inner {
	background: #fff;
	color: #8164d9;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #ECECEC;
	text-align: center;
	padding-top: 7px;
	display: block;
}
.blog-social-connect-wrap .social-icon-inner:hover {
	background: #8164d9;
	color: #fff;
	border-color: #8164d9;
}
.blog-social-connect-wrap p {
	margin-left: 80px;
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	color: #1A3352;
	font-weight: 600;
	vertical-align: 0px;
	position: relative;
}
.blog-social-connect-wrap p::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	border: 1px solid #8164d9;
	border-radius: 10px;
	background: #8164d9;
	right: 45px;
	top: 10px;
}
.section .service-inner h4 {
	color: #0B97EE;
	margin-bottom: 30px;
}
.section .service-inner .para-small {
	color: #1A3453;
	margin-bottom: 40px;
}
.light-bg {
	background: #ebebeb
}


.xfinchartcodebox {
	overflow: hidden;
	border-radius: 5px;
}
.codebox-title {
	padding: 10px;
	background: #252d41;
	line-height: 25px;
}
.codebox-title .d-flex {
	background: none;
	border-radius: 0;
	box-shadow: none
}
.codebox-filename {
	font-size: 16px;
	color: #fff
}
.codebox-action {
}
.codebox-action a {
	padding: 0 15px;
	border-radius: 4px;
	display: inline-block;
}
.codebox-action a + a {
	margin-left: 5px;
}
.codebox-btn-copy, .codebox-btn-copy:hover {
	color: #252d41;
	background: #c8d8e3
}
.codebox-btn-download, .codebox-btn-download:hover {
	color: #fff;
	background: #0b97ee
}
.codebox-body {
	max-height: 400px;
	overflow-y: scroll
}