*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

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

p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 35px;
	color: #a9aebe;
	letter-spacing: 0.32px;
	margin: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

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

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

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

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.text-white {
	color: #fff;
}

.section {
	padding: 40px 0;
}

.section-bottom {
	padding-bottom: 40px;
}

.section-top {
	padding-top: 40px;
}

.sec-title h2 {
	margin: 0;
}

.sec-title.centered {
	text-align: center;
}

.sec-title {
	position: relative;
	margin-bottom: 40px;
}

.centered {
	text-align: center;
}

.sec-title .subtitle {
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 2.8em;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
}

.sec-title p {
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	color: #000;
}

.section-title .title {
	font-size: 40px;
	color: #000000;
	padding-bottom: 50px;
	position: relative;
	margin: 0px;
}

.text-white {
	color: #ffffff;
}

.line-height-70 {
	line-height: 70px;
}

.bg-blue {
	background: #0e37ac;
}

.bg-gray {
	background: #f3f4f9;
}


/*=============== 02. Loader CSS =====================*/

html,
body {
	overflow-y: auto;
}


/*=============== 03. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 15px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 130px;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover {
	color: #000f48;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #000f48;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #000f48;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #000f48;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #000f48!important;
	background-color: transparent;
}

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}

.nav-white .navbar-nav>.nav-item>.nav-link {
	color: #171717;
}

.nav-white .navbar-nav>.nav-item>.nav-link.active,
.nav-white .navbar-nav>.nav-item>.nav-link:focus,
.nav-white .navbar-nav>.nav-item>.nav-link:hover {
	color: #000f48!important;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.nav-active-link{
    border-bottom: 3px solid #275af6;
    color: #275af6 !important;
    font-size: 16px;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.sub-menu {
	z-index: 1;
	overflow: visible;
	width: 450px;
	min-width: 450px;
	border: 1px #000;
	border-radius: 5px;
	background-color: #fff;
	background-position: 50% 100%;
	background-size: 100% 40.5%;
	background-repeat: no-repeat;
	box-shadow: -1px 5px 8px 0 rgba(0, 0, 0, .5);
	-o-object-fit: fill;
	object-fit: fill;
	    margin-top: 20px;
		display:none;
}
.main-menu:hover .sub-menu{
	display:block;
}

.div-block-84 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 5px 0px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
}

.div-block-85 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: left;
}

.image-16 {
	display: inline-block;
	margin-left: 10px;
	border-radius: 5px;
	text-align: left;
	width: 50px;
}

.dropdown-item {
	display: block;
	width: auto;
	padding: .15rem .5rem;
}

.w-dropdown-link {
	margin-right: auto;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #275af6;
	font-size: .9rem;
	font-weight: 600;
}

.text-block-39 {
	margin-top: 4px;
	color: #474747;
	font-size: .7rem;
	line-height: 1rem;
	font-weight: 400;
	text-align: left;
}

.w-webflow-badge {
	position: fixed!important;
	display: inline-block!important;
	visibility: visible!important;
	z-index: 2147483647!important;
	top: auto!important;
	right: 12px!important;
	bottom: 12px!important;
	left: auto!important;
	color: #AAADB0!important;
	background-color: #fff!important;
	border-radius: 3px!important;
	padding: 6px 8px 6px 6px!important;
	font-size: 12px!important;
	opacity: 1!important;
	line-height: 14px!important;
	text-decoration: none!important;
	transform: none!important;
	margin: 0!important;
	width: auto!important;
	height: auto!important;
	overflow: visible!important;
	white-space: nowrap;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
	cursor: pointer;
}
/*
.dropdown-toggle::after{
	content: "\e603";
}
*/
/*=============== 04. Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-section-image {
	width: 100%;
}

.hero-inner {
	height: 100%;
}

.hero-title {
	font-size: 18px;
	color: #19f158;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
}

.hero-top {
	color: #1a162c;
	font-size: 3.5em;
	line-height: 1.1em;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	text-shadow: none;
}

.color-text {
	color: #fa8e3b;
}

.hero-dis {
	margin: 30px 0;
	color: #1a162c;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 600;
	text-align: left;
	text-shadow: none;
}

.btn-download {
	border-style: solid;
	border-width: 2px;
	border-color: #000f48;
	border-radius: 5px;
	color: #000f48;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	padding: 10px!important;
}

.home-button {
	padding: 15px 25px;
	border-style: solid;
	border-radius: 5px;
	background: rgb(11, 69, 245);
	box-shadow: 1px 0 7px 0 rgba(0,0,0,.5);
	color: rgb(255, 255, 255);
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	text-transform: none;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	font-weight: 600;
}

.try-free-demo:hover {
    background: rgb(11, 69, 245);
    color: rgb(255, 255, 255);
}

.home-button:hover {
	background: rgb(255, 153, 3);
	color: rgb(255, 255, 255);
}

.blue-link {
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	color: #275af6;
	line-height: 17px;
}

.platform-item-two {
	width: 20%;
}

.platform-item-two img {
	padding: 20px;
}
.platform-item-two-main{
	padding:0px 100px;
}

.Modules-section {
	position: relative;
}

.Modules-section:before {
	content: '';
	height: 35%;
	left: 0;
	top: 0;
	background: #e4e9f9;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.m-inner {
	position: relative;
	padding-bottom: 60px;
}

.m-inner:before {
	content: '';
	height: 35%;
	left: 0;
	bottom: 0;
	background: #e4e9f9;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.footer-box-main {
	position: relative;
}

.footer-box-main:before {
	content: '';
	height: 30%;
	left: 0;
	bottom: 0;
	background: #000;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.div-block-62 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -1px 5px 8px 0 rgba(169, 182, 220, .3);
	text-align: center;
	margin: 0 10px 30px !important;
}

.div-block-70 img {
	width: 75px;
	padding: 8px 0px;
	margin: auto;
}

.div-block-64 {
	height: 2px;
	margin-top: 5px;
	background-color: rgba(26, 22, 44, .15);
}

.div-img {
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-13 {
	padding: 40px;
}

.content-text {
	width: 75%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 600;
	margin-top: 20px;
	height: 90px;
}

.dev-detail-wrapper {
	width: 78%;
	margin: auto;
}

.div-block-36 {
	width: 84%;
	margin: auto;
}

.dev-detail-content-wrapper {
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	    margin: 0px 0px 30px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 5px 8px 0 rgba(169, 182, 220, .29);
	padding:10px!important;
	cursor: pointer;
}

.dev-detail-content-wrapper:hover {
	background-color: #ebebeb;
}

.dev-detail-content-wrapper h4 {
	border-radius: 0;
	color: #000f48;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.dev-detail-content-wrapper:hover h4 {
	/*opacity: 0.5;*/
}

.dev-detail-content-wrapper:hover p {
	/*opacity: 0.5;*/
}

.dev-detail-content-wrapper p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 600;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.serv-data {}

.silentFeatureCnt {
	width: 48%;
	margin: 20px 0;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -1px 5px 8px 0 rgba(169, 182, 220, .3);
}

.silentFeatureCntRight {
	max-width: 40%;
	margin-right: 10px;
}

.silentFeatureCntRight img {
	max-width: 100px;
}

.silentFeatureCntLeft p {
	color: #000f48;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 600;
	text-align: left;
}

.div-block-15 {
	height: auto;
	max-height: none;
	    min-height: 215px;

	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 0 solid #0b45f5;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -1px 5px 8px 0 rgba(169, 182, 220, .3);
	padding: 10px;
}

.div-block-15 img {
	padding: 10px;
	margin-bottom:10px;
}

.text-block-6 {
	margin-bottom: 5px;
	color: #000f48;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 600;
}

.text-block-5 {
	margin: 10px 0px 20px;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.1rem;
	font-weight: 600;
}

.div-block-19 {
	display: none;
}

.text-block-12 {
	margin: 15px 10px 25px;
	color: #000f48;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.heading-23 {
	margin-top: 0;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
}

.text-block-34 {
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
}

.heading-22 {
	margin-top: 0;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 500;
	text-align: right;
}

.text-block-33 {
	font-size: 1.2em;
	font-weight: 500;
	text-align: right;
}

.logo-highlight {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	border-style: none;
	border-width: 3px;
	border-color: #0b45f5;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -1px 5px 8px 0 rgba(169, 182, 220, .3);
}

.div-block-73 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 0 5px 8px 0 rgba(169, 182, 220, .3);
	    height: 460px;
}

.div-block-76 {
	padding: 20px 15px 10px;
	text-align: center;
}

.d-img-r img {
	border-radius: 5px 5px 0px 0px;
}

.div-block-75 {
	padding: 5px 15px;
	font-size: 1em;
	line-height: 1.5em;
}
.b-sec .slick-slide{
	padding-bottom:10px;
}
.text-block-35 {
	color: #999;
	font-size: .8em;
	font-weight: 600;
	text-align: center;
}

.text-block-38 {
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.3rem;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	padding: 15px;
}


/*=============== 12. Footer Section CSS =====================*/

.div-block-37 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 20px;
	border-style: solid;
	border-width: 0;
	border-color: #0b45f5;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 5px 8px 0 rgba(169, 182, 220, .3);
}

.heading-11 {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 12px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.text-block-15 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
}

.text-block-16 {
	color: #000;
	text-align: center;
	font-weight: 600;
}

.footer-main-container {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
}

.container-21 {
	padding-right: 41px;
	padding-left: 41px;
}

.div-block-40 {
	position: relative;
	left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	float: right;
	clear: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: left;
}

.text-block-17 {
	position: static;
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: -5px;
	padding-left: 0;
	float: right;
	clear: none;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	-o-object-fit: fill;
	object-fit: fill;
}

.text-block-17-copy {
	display: block;
	float: right;
	clear: none;
	color: #fff;
	font-size: 11px;
	line-height: 19px;
	font-weight: 600;
	text-align: right;
	text-decoration: none;
	-o-object-fit: fill;
	object-fit: fill;
}

.foot-top-right img {
	max-width: 100px;
}

.container-33 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.div-block-82 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	text-align: left;
}

.content-title-left {
	width: auto;
	margin: 0 0 20px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.3rem;
	font-weight: 600;
}

.content-text-left {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 600;
}

.div-block-81 {
	width: 50%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: center;
}

.container-34 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-title-right {
	width: auto;
	margin: 0 0 20px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.3rem;
	font-weight: 600;
	text-align: right;
}

.content-text-right {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 600;
	text-align: right;
}

.slick-dots {
	font-size: 0;
	display: flex !important;
	justify-content: center;
	padding: 0;
	width: 100%;

}

.slick-dots li {
	margin: 0 5px;
}
.slick-dots li.slick-active button {
    background-color: #3968f7;
}
.slick-dots li button {
	width: 9px;
	height: 9px;
	background-color: #d5d5d5;
	border: none;
	border-radius: 50%;
	padding: 0;
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.div-block-76 img{
	height:50px;
	    margin: auto;
}
.dropdown-toggle::after{
	    border: none;
    margin-top: 0;
    position: absolute;
    content: url(/assets/images/arrow.png);
    margin-left: 5px;

}
.foot-link-list .foot-bold{
	    font-size: 18px;
    line-height: 20px;
	color:#fff;
	margin-bottom:10px;
	font-weight:600;
}
.foot-link-list li a{
	    margin-top: 10px;
    color: #e6e6e6;
    font-size: 14px;
    text-decoration: none;
}
.foot-text{
	color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
	margin-bottom:10px;
}
.foot-text-small{
	font-size:12px;
	color: #fff;
}
.serv-inner-small{
	display:none;
}
.why-slider{
	width:100%;
}

.dev-img .nav-tabs .nav-link {
    border: none;
}
.dev-img .nav-tabs .nav-link:focus, .dev-img .nav-tabs .nav-link:hover {
    /*border-color: transparent;*/
}

.dev-detail-content.nav-tabs .nav-item.show .nav-link, .dev-detail-content.nav-tabs .nav-link.active{
    background-color: #ffffff !important;
	border:1px solid transparent!important;

}
.dev-detail-content-wrapper a{
	padding: 10px!important;
	    border-radius: 5px;
}
.dev-detail-content.nav-tabs .nav-link.active h4,.dev-detail-content.nav-tabs .nav-link.active p {
    /*opacity: 0.5;*/
}
.dev-small{
	display:none!important;
}
.section.contact {
    position: relative;
    min-height: 100vh;
    padding-top: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #5937b9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.con-right-details h2{
	    margin-top: 0px;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 46px;
    line-height: 55px;
    font-weight: 500;
}
.sub-heading {
    color: #424242;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}
.agg-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 6%);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.aggregators-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}
.agg-logo:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.module-section:hover{

}

.con-right-details{
	    padding-left: 50px;
}
.contact-logo-section{
	padding:100px 0;
}
.sticky-contact-us {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.h1 {
    color: #3d3d3d;
    font-size: 60px;
	    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 68px;
    font-weight: 800;
}
.sub-heading.margin-l {
    margin-bottom: 60px;
}
.margin-s {
    margin-bottom: 20px;
    color: #424242;
    text-align: left;
	    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}
.max-500 {
    max-width: 500px;
}
.margin-m {
    margin-bottom: 40px;
    text-align: left;
}
.contact-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.contact-icon {
    width: 35px;
    margin-right: 15px;
}
.form-main-container{
	    background-color:#fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 5px 5px rgb(156 156 156 / 7%);
    font-family: Arial,sans-serif;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 20px 0;
    position: relative;
}
.form-name{
        font-size: 24px!important;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center!important;
    text-decoration: none;
    position: relative;
	color: #000000 !important;

}
.form-description{
	    display: block;
    font-weight: 400!important;
    margin-bottom: 25px;
    padding: 0 30px;
	    color: #666666 !important;
}
.con-form{
	    padding-top: 20px;
}
.powered-by {
    font-size: 10px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    color: #ccc;
    margin: 0!important;
}
.fserv-field {
    margin-top: 5px;
    margin-bottom: 15px;
	padding:0px 30px;
}
 .fserv-label, .fserv-container button {
    font-size: 13px!important;
	font-weight: bold;
	    color: #666666 !important;
		letter-spacing: .2px;
    padding-bottom: 8px;
    text-align: left!important;
}
 .fserv-input-text, .fserv-input-radio, .fserv-input-checkbox, .fserv-select, .fserv-select-multiple {
    border: none;
    border-bottom: 1px solid var(--form-theme-color);
    color: black;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 1em;
    border-radius: 0;
    line-height: 22px;
    display: block;
    padding: 5px;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fserv-input-text {
    display: block!important;
    height: 40px;
    line-height: 1!important;
}
.fserv-input-radio, .fserv-input-text, .fserv-select, .fserv-select-multiple, .fserv-textarea {
    color: #333!important;
    font-size: 12px!important;
    font-weight: 400!important;
}
.fserv-input-text, .fserv-select, .fserv-select-multiple, .fserv-textarea {
    background-color: #fff!important;
    background-image: none!important;
    border-radius: 1px;
    border: 1px solid #e8e8e8!important;
    padding: 0 10px!important;
    width: 100%!important;
}
.fserv-required label.fserv-label:after {
    content: " *";
    color: red;
}
.fserv-field+.fserv-field {
    margin-top: 24px;
}
.fserv-field+div:not(.fserv-field) {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding: 30px 20px 0;
    text-align: right;
}
.fserv-container .opt-in {
    text-align: left;
    font-size: 12px;
    word-break: break-all;
}
.margin-top-280{
    margin-top: 280px ;
}

@media screen and (min-width: 991px) {
    .module-section:hover{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}


@media screen and (max-width: 991px) {
    .sticky{
        display: none;
    }
    .blue-x{
        display: none;
    }
    .content-x{
        display: none;
    }
    .margin-top-280{
        margin-top: 20px;
    }
    .padding-sm-0{
        padding: 0;
    }
}
