@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body
{
	overflow-x:hidden;
}
:root {
	--white: #FFFFFF;
	--black: #000000;
	--dark: #080F1D;
	--gray: #3E3E3E;
	--orange: #E85323;
	--dark-red: #322C2C;
	--top-blue: #005DA2;
	--deep-blue: #0D5BA5;
	--light-blue: #E7F4FE;
	--light-green: rgba(107, 201, 202, 0.34);
	--light-orange: rgba(249, 179, 132, 0.20);
	--light-blue-bg: rgb(239, 245, 250);
	--transition: 0.5s;
	--dm-sans: 'DM Sans', sans-serif;
	--montserrat: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	transition: var(--transition);
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height:auto;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

/* GLOBAL START */
/* BACKTOP START */
.btm-to-top.show {
	opacity: 1;
	visibility: visible;
}

.btm-to-top {
	display: inline-block;
	background-color: var(--orange);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
	border-radius: 2px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 9998;
	transition: var(--transition);
}

.btm-to-top:hover {
	cursor: pointer;
	opacity: 0.7;
	color: var(--white);
}

/* BACKTOP END */
p,
span,
a {
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--dm-sans);
}

h1 {
	color: var(--white);
	font-size: 40px;
	font-weight: 400;
	font-family: var(--dm-sans);
}

h2 {
	color: var(--white);
	font-size: 90px;
	font-weight: 700;
	font-family: var(--montserrat);
}

.header-btn-wrap a {
	font-size: 16px;
	font-weight: 400;
	border-radius: 2px;
	border: 0.3px solid rgba(255,255,255,0.3);
	padding: 12px 25px;
	margin-left: 13px;
	color: var(--white);
	transition: var(--transition);
	text-transform: uppercase;
}

.header-btn-wrap a:hover {
	color: var(--orange);
	background: var(--white);
}

.header-btn-wrap a:last-child {
	color: var(--orange);
	background: var(--white);
}

.header-btn-wrap a:last-child:hover {
	color: var(--white);
	background: transparent;
}

.lg-btn a {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--dm-sans);
	color: var(--white);
	padding: 20px 40px 20px 30px;
	background: var(--orange);
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	border: 1px solid var(--orange);
	transition: var(--transition);
	min-width: 300px;
}

.lg-btn a img {
	margin-left: 10px;
	max-width: 35px;
}

.lg-btn a:hover {
	background: var(--white);
	color: var(--orange);
}

.lg-btn a.white {
	background: transparent;
	border: 1px solid var(--white);
}

.lg-btn a.white:hover {
	background: var(--white);
}

h3 {
	font-size: 22px;
	font-weight: 400;
	color: var(--gray);
	display: flex;
	gap: 10px;
	align-items: center;
}

h3 span {
	width: 22px;
	height: 1px;
	display: inline-block;
	background: var(--orange);
}

h4,
h4 span {
	font-size: 44px;
	font-weight: 700;
	color: var(--dark);
	font-family: var(--montserrat);
}

h4 span {
	color: var(--orange);
	display: block;
}

h5 {
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	font-family: var(--dm-sans);
	line-height: 25px;
}

/* GLOBAL END */
/* HEADER START */
.nav-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-top-lft
{
	width: 60%;
}
.nav-top-rht
{
	width: 40%;
}
.nav-top-rht-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-top-rht-rht {
	margin-left: 30px;
}

.nav-top {
	padding: 6px 0;
	background: var(--top-blue);
}

.nav-top p {
	color: #96D2FF;
}

.nav-top p i {
	color: var(--white);
	margin-right: 6px;
}

.nav-top p a {
	color: var(--white);
	margin-left: 6px;
}

.header .navbar {
	padding: 0;
	background: #1862a7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .navbar-brand img {
	max-width: 165px;
	object-fit: contain;
	object-position: left;
}

.header .navbar .nav-link {
	padding: 30px 25px;
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	background: transparent;
	transition: var(--transition);
}

.header .navbar .nav-link:hover,
.header .navbar .nav-link.active {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.07) 100%);
	border-bottom: 2px solid var(--white);
}

/* HEADER END */
/* BANNER START */
.banner {
	padding: 150px 0 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.banner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-lft {
	width: 60%;
}

.banner-rht {
	width: 40%;
	padding-right: 150px;
}

.banner-lft h1 {
	margin-bottom: 10px;
}

.banner-lft h2 {
	line-height: 0.9;
	margin-bottom: 20px;
}

.banner-lft p {
	font-size: 18px;
	color: var(--white);
	max-width: 52%;
	margin-bottom: 45px;
}

.banner-btn-wrap a:first-child {
	margin-right: 10px;
}

/* BANNER END */
/* SERVICES START */
.services {
	padding: 40px 0 80px 0;
}

.services-top {
	max-width: 50%;
	margin-bottom: 50px;
}

.services-top h3 {
	margin-bottom: 15px;
}

.services-top h4 {
	margin-bottom: 30px;
}
.services-top p
{
	font-size:16px;
	font-weight:normal;
	color:#000;
	font-family: var(--dm-sans);
    line-height: 25px;
}
.services-item-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 22px;
}

.services-item {
	padding: 45px;
	background: var(--light-blue-bg);
	border-radius: 8px;
}

.services-item-img {
	margin-bottom: 30px;
}

.services-item img {
	width: 65px;
	height: 65px;
	object-fit: contain;
	object-position: left;
}

.services-item-text h3 {
	max-width: 180px;
	color: var(--dark-red);
	padding-bottom: 50px;
	position: relative;
}

.services-item-text h3::after {
	content: "";
	position: absolute;
	width: 33px;
	height: 1px;
	background: var(--orange);
	bottom: 25px;
}

.services-item-text p {
	color: #0E5BA5;
}

/* SERVICES END */
/* ACCOUNT START */
.account {
	padding: 100px 0 90px 0;
	background: #0D5BA5;
}

.account-inner {
	background-position: left 100px center;
	background-repeat: no-repeat;
	background-size: contain;
}

.account-wrap {
	display: flex;
	flex-wrap:wrap;
	/*align-items: center;
	justify-content: space-between;*/
}

.account-lft {
	flex:0 0 50%;
	max-width: 50%;
}
.veracctcont
{
	position:relative;
	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account-rht {
	max-width: 50%;
	flex: 0 0 50%;
	position: relative;
}

.account-rht-thunder {
	position: absolute;
	left: 0;
	top: -15px;
}

.account-rht-thunder-top {
	width: 130px;
	height: 175px;
	border-right: 0.5px solid var(--white);
}

.account-rht-thunder-btm {
	width: 130px;
	height: 130px;
	border-top: 0.5px solid var(--white);
	border-left: 0.5px solid var(--white);
}

.account-lft h3 span {
	background: var(--white);
}

.account-lft h3 {
	color: var(--white);
	margin-bottom: 20px;
}

.account-lft h4 {
	color: var(--white);
	margin-bottom: 30px;
}

.account-lft h5 {
	color: var(--white);
	margin-bottom: 50px;
}

.account-item-wrap {
	width: 473px;
    height: 628px;
    position: relative;
    float: right;
    margin-right: 100px;
    background: url(../assets/images/curve-line.png) no-repeat 15px top;
    background-size: 100px auto;
}
.account-item-wrap:after
{
	content:"";
	position:absolute;
	right:-20px;
	bottom:0;
	width:1px;
	height:250px;
	background:#fff;
}
.account-item {
	padding: 40px 58px 0 58px;
	border-radius: 10px;
	width: 473px;
	height:250px;
	/*background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 23.96%, rgba(217, 217, 217, 0.00) 100%);*/
	position: absolute;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	z-index:1;
}
.count-wrap {
	position: absolute;
	width: 45px;
	height: 45px;
	background: var(--white);
	border-radius: 50%;
	text-align:center;
}
.count-wrap h4 {
	font-size: 22px;
	font-weight: 400;
	line-height:45px;
	color: var(--orange);
}
.account-item h5 {
	font-size: 22px;
	font-weight: 500;
	color: var(--white);
	max-width: 70%;
	margin-bottom: 10px;
}
.account-item p {
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	max-width: 70%;
}
.account-item:nth-child(1)
{
	background-image:url(../assets/images/box01.png);
	right:0;
	top:0;
}
.account-item:nth-child(1) .count-wrap
{
	right: -5px;
    top: -5px;
}
.account-item:nth-child(1) h5, .account-item:nth-child(1) p
{
	float:right;
	text-align:right;
}
.account-item:nth-child(2)
{
	background-image:url(../assets/images/box02.png);
	left:160px;
	top:160px;
}
.account-item:nth-child(2) .count-wrap
{
	left: -5px;
    top: -5px;
}
.account-item:nth-child(2) h5, .account-item:nth-child(2) p
{
	text-align:left;
}
.account-item:nth-child(3)
{
	background-image:url(../assets/images/box03.png);
	left:0;
	top:260px;
	padding: 80px 0 0 30px;
}
.account-item:nth-child(3) .count-wrap
{
	left: -5px;
    top: -5px;
}
.account-item:nth-child(3) h5
{
	max-width:30%;
}
.account-item:nth-child(4)
{
	background-image:url(../assets/images/box04.png);
	right:0;
	bottom:0;
	padding-top:100px;
}
.account-item:nth-child(4) .count-wrap
{
	right: -5px;
    top: -5px;
}
.account-item:nth-child(4) h5, .account-item:nth-child(4) p
{
	float:right;
	text-align:right;
}
/*.account-item:nth-child(3) {
	margin-top: 50px;
}

.account-item:nth-child(4) {
	margin-top: -220px;
}

.account-item:nth-child(2),
.account-item:nth-child(3) {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 23.96%, rgba(217, 217, 217, 0.00) 100%);
}

.account-item:nth-child(2) .count-wrap,
.account-item:nth-child(3) .count-wrap {
	right: initial;
	top: -50px;
	left: -60px;
}

.account-item:nth-child(2) .account-item-inner,
.account-item:nth-child(3) .account-item-inner {
	text-align: left;
}

.account-item:nth-child(2) .account-item-inner h5,
.account-item:nth-child(2) .account-item-inner p,
.account-item:nth-child(3) .account-item-inner h5,
.account-item:nth-child(3) .account-item-inner p {
	margin-left: 0;
	margin-right: auto;
}

.account-item:nth-child(1) .account-item-inner h5 {
	padding-top: 15px;
}

.account-item:nth-child(2) .account-item-inner h5 {
	padding-top: 30px;
}

.account-item:nth-child(3) .account-item-inner h5 {
	padding-top: 70px;
}

.account-item:nth-child(4) .account-item-inner h5 {
	padding-top: 80px;
}

.account-item:nth-child(4) {
	position: relative;
}

.account-item:nth-child(4)::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 90%;
	background: var(--white);
	right: -16.5px;
	bottom: 50%;
	transform: translateY(50%);
}*/

/* ACCOUNT END */
/* BENEFITS START */
.benefits {
	padding: 65px 0 75px 0;
}
.benefits-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.benefits-lft, .benefits-rht {
	width: 47%;
}
.benefits-rht h3 {
	margin-bottom: 20px;
}
.benefits-rht h4 {
	margin-bottom: 30px;
}
.benefits-rht h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 40px;
	color: var(--black);
	max-width: 50%;
}
.benefits-rht p {
	font-size: 17px;
	margin-bottom: 40px;
}
.benefits-rht ul li, .benefits-rht ul li span {
	font-size: 17px;
	margin-bottom: 5px;
	color: var(--black);
}
.benefits-rht ul li:last-child {
	margin-bottom: 40px;
}
.benefits-rht ul li:nth-child(1) span {
	color: #8AABC8;
}
.benefits-rht ul li:nth-child(2) span {
	color: #F9B384;
}
.benefits-rht ul li:nth-child(3) span {
	color: #6BC9CA;
}
.benefits-rht ul li:nth-child(4) span {
	color: #8AABC8;
}
.benefits-rht .lg-btn a {
	min-width: 230px;
}
/* BENEFITS END */

.whowearesec
{
	background:#EFF5FA;
	width:100%;
	padding:50px 0;
	text-align:center;
}
.maintitlesec
{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.maintitlesec h2
{
	color:#3E3E3E;
	text-transform:capitalize;
	font-size:22px;
	line-height:normal;
	font-weight:300;
	position:relative;
	display:inline-block;
	padding:0 32px;
	margin:0 0 10px 0;
}
.maintitlesec h2:before
{
	content:"";
	position:absolute;
	left:0;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background:#E85323;
	width:22px;
	height:1px;
}
.maintitlesec h2:after
{
	content:"";
	position:absolute;
	right:0;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background:#E85323;
	width:22px;
	height:1px;
}
.whowearesec h3
{
	text-align:center;
	color:#080F1D;
	font-size:45px;
	font-weight:bold;
	line-height:48px;
	font-family: var(--montserrat);
	display:block;
	max-width:600px;
	margin:0 auto;
	padding:0 0 30px 0;
}
.whowearesec h3 span
{
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	color:#E85323;
	font-weight:bold;
}
.whowearesec p
{
	max-width:600px;
	margin:0 auto;
	font-size:15px;
	line-height:25px;
	color:#000;
	text-align:center;
}
.whowearecontsec
{
	width:100%;
	max-width:1214px;
	overflow:hidden;
	text-align:center;
	margin:80px auto auto;
	position:relative;
	padding-bottom:160px;
}
.whtebox
{
	width:456px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:30px;
	position: absolute;
	text-align:left;
}
.whtebox:nth-child(1)
{
	top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
	left:0;
}
.whtebox:nth-child(2)
{
	top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
	right:0;
}
.whtebox:nth-child(3)
{
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}
.whteboxtitlesec
{
	width:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.whteboxiconsec
{
	flex:0 0 15%;
	max-width:15%;
}
.whteboxtitle
{
	flex:0 0 85%;
	max-width:85%;
}
.whteboxtitle h4
{
	color:#080F1D;
	font-size:20px;
	text-transform:capitalize;
	font-family: var(--dm-sans);
	font-weight:normal;
	padding:0 0 10px 0;
	position:relative;
}
.whteboxtitle h4:after
{
	width:84px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background:#E85323;
	content:"";
}
.whtebox p
{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:rgba(0,0,0,0.75);
	text-align:left;
}
a.readmorebut
{
	background:url(../assets/images/arrow.png) no-repeat 88% center #E85323;
	width:auto;
	line-height:57px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:60px auto auto;
	padding:0 66px 0 33px;
	display:inline-block;
	color:#fff;
	font-size:17px;
	font-family: var(--dm-sans);
	font-weight:normal;
	text-transform:capitalize;
}
.teamaccesssec
{
	width:100%;
	overflow:hidden;
	padding:70px 0;
}
.teamaccesssec h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#3E3E3E;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 20px 0;
}
.teamaccesssec h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#E85323;
}
.teamaccesssec h3
{
	font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:0 0 25px 0;
}
.teamaccesssec h3 span
{
	color:#080F1D;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.teamaccesssec p
{
	color:#000;
	font-family: var(--dm-sans);
	font-size:16px;
	line-height:26px;
	font-weight:normal;
}
a.moreaboutaccessbut
{
	background:url(../assets/images/orange-arrow.png) no-repeat 92% center rgba(249,179,132,0.2);
	line-height:40px;
	display:inline-block;
	padding:0 56px 0 23px;
	color:#E85323;
	font-size:15px;
	font-weight:normal;
	font-family: var(--montserrat);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:50px;
}
.sevencontsec
{
	width:100%;
	overflow:hidden;
	padding:100px 0;
	background:url(../assets/images/bg.jpg) no-repeat center top;
	background-size:100% auto;
	text-align:center;
}
.sevencontsec h2
{
	font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:auto auto 25px;
	max-width:760px;
}
.sevencontsec h2 span
{
	color:#E85323;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.sevencontsec p
{
	max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}
.profileimg
{
	text-align:center;
	margin-top:80px;
}
.sevencontsec h3
{
	font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	padding:100px 0 0;
	text-transform:capitalize;
}
.sevencontsec h3 span
{
	color:#080F1D;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.tablecontsec
{
	max-width:940px;
	margin:0 auto;
}
.tablelistsec
{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.sgletablelist
{
	flex:0 0 50%;
	max-width:50%;
	padding:0 15px;
	text-align:left;
	margin-top:100px;
}
.sgletablelist:nth-child(odd) .tblhead
{
	background: #1F3C88;
}
.sgletablelist:nth-child(even) .tblhead
{
	background: #0F5495;
}
.tblpricelist
{
	width:100%;
	height:100%;
	border-radius:15px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.5);
}
.tblhead
{
	background:#1F3C88;
	width:100%;
	height:40px;
}
.tblcontsec
{
	width:100%;
	overflow:hidden;
	padding:30px;
}
.sgletablelist h4
{
	color:#4C4C4C;
	font-size:24px;
	font-weight:normal;
	font-family: 'DM Sans', sans-serif;
}
.sgletablelist h5
{
	color:#000;
	font-size:40px;
	font-weight:bold;
	font-family: 'DM Sans', sans-serif;
	padding:30px 0 0;
}
.sgletablelist p
{
	color:#060606;
	font-size:18px;
	line-height:normal;
	font-weight:normal;
	padding:20px 0 0 0;
	text-align:left;
	font-family: 'DM Sans', sans-serif;
}
.tblbtmpart
{
	display:flex;
	flex-wrap:wrap;
	margin-top:80px;
}
.btmpartlftpanel
{
	flex:0 0 50%;
	max-width:50%;
}
.tblbtmpart p
{
	font-size:14px;
	font-weight:normal;
	color:#060606;
	font-weight:normal;
	text-align:left;
}
.tblbtmpart p span
{
	color:#E33D07;
}
.btmpartrytpanel
{
	flex:0 0 50%;
	max-width:50%;
}
a.seefullpricingbut
{
	background:url(../assets/images/arrow.png) no-repeat 88% center #E85323;
	width:auto;
	line-height:57px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0;
	padding:0 66px 0 33px;
	display:inline-block;
	color:#fff;
	font-size:17px;
	font-family: var(--dm-sans);
	font-weight:normal;
	text-transform:capitalize;
	float:right;
	display:block;
}
.ninecontsec
{
	width:100%;
	overflow:hidden;
	padding:100px 0;
}
.ninecontsec h2
{
	font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	text-transform:capitalize;
	text-align:center;
}
.ninecontsec h2 span
{
	color:#080F1D;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.ninecontsec .col-lg-4
{
	margin-top:60px;
}
.sglepostsec
{
	width:100%;
	height:100%;
}
.postthumbnailsec
{
	width:100%;
	height:295px;
	overflow:hidden;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.postthumbnailsec img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.postcontalignpad
{
	padding:30px 0 0 0;
}
.sglepostsec h3
{
	color:#303030;
	font-size:22px;
	font-weight:500;
	font-family: 'DM Sans', sans-serif;
	display:block;
	padding:0 0 15px 0;
}
.sglepostsec p
{
	color:#303030;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	font-family: 'DM Sans', sans-serif;
}
.sglepostsec a.postbut
{
	color:#E85323;
	font-size:16px;
	line-height:normal;
	font-weight:normal;
	margin-top:30px;
	display:inline-block;
}
.tencontsec
{
	background:#E7F4FE;
	padding:100px 0;
	width:100%;
	overflow:hidden;
}
.faqleftpanel
{
	max-width:50%;
}
.faqleftpanel h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#3E3E3E;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 20px 0;
}
.faqleftpanel h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#E85323;
}
.faqleftpanel h3
{
	font-size: 45px;
	line-height:45px;
    color: #080F1D;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:0 0 25px 0;
	text-transform:capitalize;
}
.faqleftpanel p
{
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	border-left:3px solid #E85323;
	padding:0 0 0 20px;
	margin:35px 0;
}
.faqleftpanel ul li
{
	background:url(../assets/images/tick.png) no-repeat left top;
	color:#000000;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	padding:0 0 0 30px;
	margin:10px 0 0 0;
}
a.moreusbut
{
	background:url(../assets/images/arrow.png) no-repeat 88% center #E85323;
	width:auto;
	line-height:57px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0;
	padding:0 66px 0 33px;
	display:inline-block;
	color:#fff;
	font-size:17px;
	font-family: var(--dm-sans);
	font-weight:normal;
	text-transform:capitalize;
	display:inline-block;
	margin-top:35px;
}
.elevencontsec
{
	width:100%;
	overflow:hidden;
	padding:100px 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:350px 0 115px 0;
}
.getintouchsec
{
	background:#fff;
	max-width:650px;
	margin:0 auto;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:30px;
}
.getintouchsec h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#3E3E3E;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 5px 0;
}
.getintouchsec h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#E85323;
}
a.mailid
{
	color:#080F1D;
	font-size:35px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
a.getintouchbut
{
	background:url(../assets/images/arrow.png) no-repeat 88% center #E85323;
	width:auto;
	line-height:57px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0;
	padding:0 66px 0 33px;
	color:#fff;
	font-size:17px;
	font-family: var(--dm-sans);
	font-weight:normal;
	text-transform:capitalize;
	float:right;
	display:block;
}
.footersec
{
	background:#1557A9;
	width:100%;
	overflow:hidden;
}
.topfootersec
{
	width:100%;
	overflow:hidden;
	padding:60px 0;
}
.ftrlogo
{
	max-width:167px;
}
.topfootersec h2
{
	text-transform:uppercase;
	font-size:21px;
	font-weight:600;
	padding:0 0 25px 0;
}
ul.ftrlink li
{
	font-size:15px;
	line-height:normal;
	font-weight:normal;
	font-family: 'DM Sans', sans-serif;
	margin-top:10px;
}
ul.ftrlink li:first-child
{
	margin:0;
}
ul.ftrlink li a
{
	color:#fff;
}
ul.ftrlink li a:hover
{
	text-decoration:underline;
}
.topfootersec .col-lg-9 .col-lg-3
{
	margin-top:70px;
}
.ftrsocialarea
{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
}
.ftrsocialarea ul
{
	flex:0 0 100%;
	max-width:100%;
}
.ftrsocialarea ul li
{
	display:inline-block;
	margin:0 5px;
}
.ftrsocialarea ul li a
{
	width:36px;
	height:36px;
	display:block;
	border-radius:50%;
	background:#fff;
	color:#1557A9;
	font-size:18px;
}
.ftrsocialarea ul li a:hover
{
	color:#000;
}
.ftrsocialarea ul li a i
{
	line-height:36px;
}
.ftrtext p
{
	font-size:14px;
	line-height:normal;
	font-weight:normal;
	color:#fff;
	font-family: 'DM Sans', sans-serif;
	padding:20px 0 0 0;
}
.botfootersec
{
	width:100%;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.19);
	padding:15px 0;
}
.botfootersec p
{
	text-align:center;
	font-size:14px;
	line-height:normal;
	font-weight:normal;
	color:#fff;
	font-family: 'DM Sans', sans-serif;
}
.eightcontsec,.feedbackSec
{
	width:100%;
	overflow:hidden;
	background:url(../assets/images/clientsaybg.jpg) no-repeat left top;
	background-size:cover;
	position:relative;
}
.eightcontsec:after,.feedbackSec::after
{
	content:"";
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	width:55%;
	height:100%;
	background:url(../assets/images/clientsayimg.jpg) no-repeat center top;
	background-size:cover;
}
.clientcontsec
{
	padding:70px 0;
	width:100%;
}
.eightcontsec .container,.feedbackSec .container
{
	position:relative;
	z-index:2;
}
.eightcontsec h2,.feedbackSec h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 20px 0;
}
.eightcontsec h2:before,.feedbackSec h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#fff;
}
.eightcontsec h3,.feedbackSec h3
{
	font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:0 0 20px 0;
	text-transform: capitalize;
}
.eightcontsec h3 span,.feedbackSec h3 span
{
	color:#E85323;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.eightcontsec p,.feedbackSec p
{
	color:#fff;
	font-family: var(--dm-sans);
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	max-width:55%;
}
.sgleclientcontsec
{
	background:#fff;
	width:100%;
	border-radius:8px;
	overflow:hidden;
	padding:35px;
}
.clientthumbsec
{
	width:auto;
	display:flex;
	flex-wrap:wrap;
	margin:0 0 20px 0;
}
.clientthumb
{
	flex:0 0 15%;
	max-width:15%;
}
.clienttextsec
{
	flex:0 0 85%;
	max-width:85%;
	padding:0 0 0 15px;
}
.sgleclientcontsec h4
{
	font-size:18px;
	font-family: 'DM Sans', sans-serif;
	font-weight:500;
	color:#000000;
	line-height:normal;
	padding:0 0 5px 0;
}
.sgleclientcontsec h5
{
	font-size:14px;
	font-family: 'DM Sans', sans-serif;
	font-weight:400;
	color:#000000;
	line-height:normal;
}
.sgleclientcontsec p
{
	color:#747474;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	max-width:100%;
}
.clientcarousel
{
	margin-top:50px;
}
.clientcarousel .owl-nav
{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.clientcarousel .owl-nav button.owl-prev
{
	background:url(../assets/images/lftarrow.png) no-repeat left top;
	width:33px;
	height:8px;
	border:0;
	outline:0;
}
.clientcarousel .owl-nav button.owl-next
{
	background:url(../assets/images/rytarrow.png) no-repeat left top;
	width:33px;
	height:8px;
	border:0;
	outline:0;
}
.clientcarousel .owl-nav button
{
	display:inline-block;
	margin:0 5px;
}
.clientcarousel .owl-nav button span
{
	font-size:0;
}
.teamaccess
{
	width:100%;
	height:497px;
	position:relative;
}
.firstteammemberaccess
{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.firstteammemberaccess:before
{
	content: "";
    position: absolute;
    right: -115px;
    top: 0;
    z-index: 1;
    background: #19ACAD;
    width: 15px;
    height: 15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.firstteammemberaccess:after
{
	content: "";
    position: absolute;
    left: 80px;
    top: 85px;
    z-index: 1;
    background: url(../assets/images/curve01.png) no-repeat left top;
    width: 38px;
    height: 48px;
}
.firstteammembersec
{
	background:#fff;
	width:221px;
	padding:10px 30px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	position:relative;
	left:0;
	top:0;
	z-index:1;
	-webkit-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
	-moz-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
	box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
}
.firstteammembersec h4
{
	color:#000;
	font-size:14px;
	line-height:normal;
	font-weight:500;
}
.firstteammembersec p
{
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	color:#000;
}
.firstteammember
{
	width: 108px;
    height: 103px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    right: -70px;
    top: 10px;
    z-index: 2;
}
.secondteammemberaccess
{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.secondteammembersec
{
	background:#fff;
	width:221px;
	padding:10px 30px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	position:relative;
	left:0;
	top:135px;
	z-index:2;
	-webkit-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
	-moz-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
	box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
}
.secondteammembersec h4
{
	color:#000;
	font-size:14px;
	line-height:normal;
	font-weight:500;
}
.secondteammembersec p
{
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	color:#000;
}
.secondteammember
{
	width: 178px;
    height: 153px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    right: 100px;
    top: 25px;
    z-index: 1;
}
.thirdteammemberaccess
{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.thirdteammemberaccess:before
{
	content: "";
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 3;
    background: url(../assets/images/curve02.png) no-repeat left top;
    width: 111px;
    height: 54px;
}
.thirdteammemberaccess:after
{
	content: "";
    position: absolute;
    left: 262px;
    bottom: 0;
    z-index: 9;
    background: #005DA2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.thirdteammembersec
{
	background: #fff;
    width: 221px;
    padding: 10px 30px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
    -moz-box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
    box-shadow: 0px 0px 40px 40px rgba(235,227,244,0.5);
}
.thirdteammembersec h4
{
	color:#000;
	font-size:14px;
	line-height:normal;
	font-weight:500;
}
.thirdteammembersec p
{
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	color:#000;
}
.thirdteammember
{
	width: 230px;
    height: 218px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    left: 95px;
    bottom: 45px;
    z-index: 2;
}
.forthteammemberaccess
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.forthteammemberaccess:before
{
	content: "";
    position: absolute;
    right: 45px;
    bottom: 0;
    z-index: 3;
    background: url(../assets/images/curve03.png) no-repeat left top;
    width: 129px;
    height: 87px;
}
.forthteammemberaccess:after
{
	content: "";
    position: absolute;
    right: 45px;
    bottom: 125px;
    z-index: 3;
    background: #E85323;
    width: 37px;
    height: 37px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.forthteammember
{
	width: 91px;
    height: 87px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    right: 120px;
    bottom: 85px;
    z-index: 1;
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
  
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    cursor: pointer;
	background:url(../assets/images/plus.png) no-repeat right 4px;
}
ul.accordion-list li:last-child
{
	margin:0;
}
ul.accordion-list li.active
{
	background:url(../assets/images/minus.png) no-repeat right 4px;
}
ul.accordion-list li h3
{
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color:#000;
	font-family: 'DM Sans', sans-serif;
	background:url(../assets/images/doublearrow.png) no-repeat left 6px;
	padding:0 0 0 27px;
}
ul.accordion-list .answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 20px 0 0 0;
      padding: 0;
      cursor: pointer;
	}
	ul.accordion-list .answer p
	{
		font-size:16px;
		line-height:26px;
		font-weight:normal;
		font-family: 'DM Sans', sans-serif;
		padding:0 0 15px 0;
	}
ul.accordion-list .answer p:last-child
{
	padding:0;
}
.innerbanner
{
	width:100%;
	overflow:hidden;
	padding:220px 0 100px 0;
	/* background:#0D5BA5; */
}
.innerbanner h1
{
	/* color: var(--white); */
    font-size: 90px;
    font-weight: 700;
    font-family: var(--Montserrat);
	text-transform:capitalize;
	padding:0 0 10px 0;
}
.innerbanner p
{
	font-size:18px;
	/* color: var(--white); */
	font-weight:normal;
}
.missionsec
{
	width:100%;
	overflow:hidden;
	padding:100px 0 0;
}
.missionsec h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#3E3E3E;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 20px 0;
}
.missionsec h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#E85323;
}
.missionsec h3
{
	font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:0 0 25px 0;
}
.missionsec h3 span
{
	color:#000;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.missionsec p
{
	padding:0 0 15px 0;
}
.missionsec p:last-child
{
	padding:0;
}
.meetfoundersec
{
	width:100%;
	overflow:hidden;
	padding:100px 0 0;
}
.meetfoundersec h2
{
	font-size:22px;
	line-height:normal;
	font-family: var(--dm-sans);
	color:#3E3E3E;
	text-transform:capitalize;
	font-weight:normal;
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 20px 0;
}
.meetfoundersec h2:before
{
	position:absolute;
	content:"";
	left:0;
	top:15px;
	width:22px;
	height:1px;
	background:#E85323;
}
.meetfoundersec h3
{
	font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
	display:block;
	margin:0 0 25px 0;
}
.meetfoundersec h3 span
{
	color:#000;
	width:auto;
	height:auto;
	background:transparent;
	font-size:100%;
	font-weight:bold;
	display:inline;
}
.sglemeetfoundersec
{
	width:100%;
	height:100%;
	text-align:center;
}
.memberthumb
{
	width:100%;
	height:378px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
	margin:0 0 20px 0;
}
.memberthumb img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.meetfoundersec .col-lg-4
{
	margin-top:30px;
}
.sglemeetfoundersec h4
{
	font-size:25px;
	font-weight:700;
	font-family: var(--montserrat);
	color:#080F1D;
	padding:0 0 5px 0;
}
.abtrepeatersec
{
	width:100%;
	overflow:hidden;
	padding:100px 0;
}
.mobteamaccess
{
	display:none;
}

/* my Style */
.blueBackground{
	background:var(--deep-blue);
}
.whiteBackground{
	background: var(--white);
}
.innerbanner{
	background-repeat: no-repeat;
	background-size: 50%;
    background-position: 730px 130px;
	padding: 220px 0 150px 0;
}
.blurBox{
	width: 250px;
    height: 250px;
    border-radius: 50%;
	right: 450px;
    bottom: -30px;
    filter: blur(150px);
    z-index: -10;
	position: absolute;
	background-color: #3D86BC;
}

.history-item-wrap{
	display: flex;
	flex-wrap: wrap;
	padding-left: 100px;
	gap: 20px;
	position: relative;

}
.history-item-wrap .history-item {
    width: 200px;
    height: 190px;
    background: #EFF5F9;
    text-align: center;
	padding: 40px;
}
.history-item-wrap h3{
	color: var(--dark);
	margin-bottom: 0;
	margin-top: 5px;
}
.history-item-wrap p{
	color: var(--black);
	font-weight: 500;
	font-family: var(--montserrat);
}
.history-item-wrap .history-item:first-child {
	margin-left: 80px;
}
.history-item-wrap .history-item:nth-child(2) {
	margin-top: 50px;
}
.history-item-wrap .history-item:nth-child(3) {
	margin-top: -50px;
	margin-left: -10px;
	width: 290px;
    height: 260px;
}
/* abtrepeatersec css */
.abtrepeatersec .row,
.backingfaceSec .row{
	align-items: center;
}
.abtrepeatersec .row:nth-child(even){
	margin: 80px 0;
}
.abtrepeatersec .row:last-child{
	margin-bottom: 0;
}
.abtrepeatersec .row:nth-child(even) .col-lg-6:first-child{
	order: 2;
	padding-left: 100px;
}
.abtrepeatersec h2,.serviceSec h2,
.solutionSec h2,.testimonialsSec h2,
.pricingSec h2,.releaseSec h2,
.prodNewsSec h2,.faqSec h2,
.programSec h2,.companiesSec h2,
.apiSec h2{
    font-size: 22px;
    line-height: normal;
    font-family: var(--dm-sans);
    color: #3E3E3E;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 20px 0;
}
.abtrepeatersec h2:before,
.serviceSec h2::before,
.solutionSec h2::before,
.testimonialsSec h2::before,
.pricingSec h2::before,
.releaseSec h2::before,
.prodNewsSec h2::before,
.faqSec h2::before,
.programSec h2::before,.companiesSec h2::before,
.apiSec h2::before{
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 22px;
    height: 1px;
    background: #E85323;
}
.abtrepeatersec h3,.serviceSec h3,
.solutionSec h3,.testimonialsSec h3,
.pricingSec h3,.releaseSec h3,
.prodNewsSec h3,.faqSec h3,
.signUpSec h3,.featuresSec h3,
.problemsSec h3,.referrelSec h3,
.programSec h3,.whyReferSec h3,
.programWorkSec h3,.offerSec h3,
.companiesSec h3,.whychooseSec h3,
.backingfaceSec h3,.roadmapSec h3,
.featureSec h3,.apiSec h3{
    font-size: 45px;
    line-height: 50px;
    color: #E85323;
    font-family: var(--montserrat);
    font-weight: bold;
    display: block;
    margin: 0 0 25px 0;
}
.abtrepeatersec h3 span,.serviceSec h3 span,
.solutionSec h3 span,.testimonialsSec h3 span,
.pricingSec h3 span,.releaseSec h3 span,
.prodNewsSec h3 span,.faqSec h3 span,
.signUpSec h3 span,.featuresSec h3 span,
.problemsSec h3 span,.referrelSec h3 span,
.programSec h3 span,.whyReferSec h3 span,
.programWorkSec h3 span,.offerSec h3 span,
.companiesSec h3 span,.whychooseSec h3 span,
.backingfaceSec h3 span,.roadmapSec h3 span,
.featureSec h3 span,.apiSec h3 span{
    color: #000;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 100%;
    font-weight: bold;
    display: inline;
}
.abtrepeatersec a{
	color: #E85323;
	font-weight: 500;
	text-decoration: underline;
}
.abtrepeatersec-img-box{
	text-align: center;
}
/* bankSec css */
.bankSec{
	height: 780px;
	/* padding: 100px 0; */
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.bankSec::before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	opacity: .5;
	background-color: #000;
}
.bankSec .container{
	height: 100%;
}
.bankSecText{
	position: relative;
	text-align: center;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.bankSec h2{
	font-size: 36px;
	font-weight: 400;
}
.bankSec p{
	color: var(--white);
	margin: 20px 0 25px;
}
/* serviceSec-banner css */
.serviceSec-banner{
	background-position: 750px 180px;
}
.serviceSec{
	padding: 80px 0;
}
.serviceSec .row .col-lg-4,
.releaseSec .row .col-lg-4,
.prodNewsSec .row .col-lg-4,
.LtArticlesSec .row .col-lg-4,
.whyReferSec .row .col-lg-4,
.whychooseSec .col-lg-4,
.roadmapSec .col-lg-3{
	margin-top: 60px;
}
.serviceSec .service-image,
.releaseSec .release-image,
.prodNewsSec .sgleprodNewsSec .prodNews-image,
.LtArticlesSec .sgleLtArticlesSec .LtArticles-image,
.postDetails .thumbnail-image,
.sidebar .recent-post-widget .recent-thumbnail{
	width: 100%;
	height: 312px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 40px;
}
.serviceSec .service-image img,
.releaseSec .release-image img,
.prodNewsSec .sgleprodNewsSec .prodNews-image img,
.postDetails .thumbnail-image img,
.sidebar .recent-post-widget .recent-thumbnail img,
.LtArticlesSec .sgleLtArticlesSec .LtArticles-image img,
.releaseSec .release-image img, 
.prodNewsSec .sgleprodNewsSec .prodNews-image img,  
.postDetails .thumbnail-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serviceSec .sgleserviceSec h4,
.releaseSec .sglereleaseSec h4,
.prodNewsSec .sgleprodNewsSec h4,
.LtArticlesSec .sgleLtArticlesSec h4{
	font-size: 25px;
	color: var(--deep-blue);
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.serviceSec .sgleserviceSec p,
.solutionSec .solutions-info-card p,
.releaseSec .sglereleaseSec p,
.prodNewsSec .sgleprodNewsSec p,
.LtArticlesSec .sgleLtArticlesSec p,
.plainTextArea p{
	color: #636363;
	margin-top: 20px;
}
.solutionSec .solutionSec-inner{
	position: relative;
}
.solutions-img {
    width: 30%;
	position: absolute;
	bottom: -160px;
	right: 0;
    left: 0;
    margin: 0 auto;
}
.solutions-info-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 150px;
}
.solutionSec .solutions-info-card {
	width: 34%;
    display: flex;
    gap: 20px;
	margin-bottom: 60px;
	align-items: flex-start;
}
.solutionSec .solutions-info-card:nth-child(odd) {
	padding-right: 50px;
}
.solutionSec .solutions-info-card:nth-child(even) {
	padding-left: 50px;
}
.solutionSec .solutions-info-card h6{
	font-size: 25px;
	line-height: normal;
	font-family: var(--dm-sans);
}
.solutionSec .solutions-info-card .index {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(232, 83, 35);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.solutionSec .solutions-info-card .index:before {
	content: '';
	width: 1px;
	height: 100px;
	top: 92px;
	position: absolute;
	background-color: var(--gray);
}
.solutionSec .solutions-info-card:nth-last-child(1) .index:before, 
.solutionSec .solutions-info-card:nth-last-child(2) .index:before{
 	display: none;
}
.solutionSec .solutions-info-card .solutions-Text {
    width: 75%;
}
.testimonialsSec{
	padding: 80px 0 50px;
	background-color: #def2f2;
	position: relative;
}
.testimonialsSec::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background-color: var(--white);
}
.testimonialsSec-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
}
.testimonialsSec-top .review h5{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: end;
}
.testimonialsSec-top .review .reviews-rate{
	display: flex;
    align-items: center;
	gap: 10px;
	
}
.testimonialsSec-top .review .reviews-rate .stars, 
.review-text strong{
	color: #F5BF00;
}
.testimonialsSec-top .review p,
.testimonialsSec-top .review .review-text span{
	font-size: 20px;
	color: #636363;
	text-align: end;
}
.testimonialsSec .owl-carousel .owl-stage-outer {
	height: 310px;
}
.testimonialsSec .owl-carousel .owl-dots {
	gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 40px;
}
.testimonialsSec .owl-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background: #D9D9D9!important;
    border-radius: 30px;
}
.testimonialsSec .owl-carousel .owl-dot.active {
	background: var(--orange)!important;
}
.testimonials-card{
	background: #fff;
    padding: 50px 65px 35px;
    box-shadow: 0 8px 4px #B5D7D7;
}
.testimonials-card p{
	color: #828282;
	font-size: 20px;
}
.testimonials-card .profile-info-warp {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.testimonials-card .profile-info-warp .profile-pic {
    width: 65px;
    height: 65px;
}
.testimonials-card .profile-info-warp h5{
	font-size: 26px;
	font-weight: 700;
	color: #080F1D;
	font-family: var(--montserrat);
}
.testimonials-card .profile-info-warp p{
	font-size: 20px;
	font-weight: 200;
	color:var(--black);
	margin-top: 8px;
	font-family: var(--montserrat);
}
/* pricing Page style */
.pricingSec-banner,.blogSec-banner,
.blogDetailSec-banner,.contactSec-banner,
.businessSec-banner,.apiSec-banner {
	background-size: 45%;
    background-position: 770px 170px;
}
.pricingSec,.releaseSec,.faqSec{
	padding: 60px 0 80px;
}
.sgletablelist:nth-child(even) .tblcontsec h4 {
    color: #3D86BC;
}
.pricingSec-text,.releaseSec-text,
.prodNewsSec-text{
	width: 50% ;
	margin-top: 40px;
}
.pricingSec ol{
	margin-top: 80px;
	margin-left: 20px;
}
.pricingSec ol li{
	list-style: decimal;
	margin-bottom: 20px;
}
.pricingSec ol li:last-child{
	margin-bottom: 0;
}
.pricingSec ol li::marker {
    font-weight: 800;
    font-size: 20px;
}
/* BLOG PAGE STYLE */
/* .releaseSec .release-image,
.prodNewsSec .sgleprodNewsSec .prodNews-image,
.LtArticlesSec .sgleLtArticlesSec .LtArticles-image,
.postDetails .thumbnail-image{
	height: 380px;
} */
.releaseSec .lg-btn,.prodNewsSec .lg-btn,
.LtArticlesSec .lg-btn{
	margin-top: 60px;
}
.releaseSec .lg-btn a,.prodNewsSec .lg-btn a,
.LtArticlesSec .lg-btn a{
	padding: 0;
	min-width: 210px;
}
.prodNewsSec,.LtArticlesSec,.offerSec{
	padding-bottom: 100px;
}

/* BLOG DETAILS PAGE STYLE */
.postDetails{
	padding: 100px 0;
}
.postDetails .post-title h2,.LtArticlesSec h2 {
	font-size: 28px;
    color: var(--dark);
}
.plainTextArea h1,.plainTextArea h2,
.plainTextArea h3,.plainTextArea h4,
.plainTextArea h5,.plainTextArea h6 {
    font-size: 25px;
    line-height: normal;
    font-family: var(--dm-sans);
	margin-top: 40px;
	padding-left: 40px;
	position: relative;
}
.plainTextArea h1::before,.plainTextArea h2::before,
.plainTextArea h3::before,.plainTextArea h4::before,
.plainTextArea h5::before,.plainTextArea h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid var(--dark);
	left: 0;
	bottom: 6px;
	position: absolute;
}
.postDetails .social-share{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
}
.postDetails .social-share .social-share-title h6{
	font-size: 18px;
	font-weight: 700;
	font-family: var(--dm-sans);
}
.postDetails .social-share ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.postDetails .social-share ul li {
    display: inline-block;
    margin: 0 5px;
}
.postDetails .social-share ul li a{
    width: 35px;
    height: 35px;
	border: 1px solid #000;
    background: #000;
    border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.postDetails .social-share ul li a:hover{
	color: var(--deep-blue);
	background-color: var(--light-blue);
}
.postDetails .social-share ul li a i {
    line-height: 36px;
}
/* sidebar style */
.sidebar .search-widget form{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #CFDEED;
}
.sidebar .search-widget form input{
	width: 100%;
	height: 35px;
	border: 0;
}
.sidebar .search-widget form input:focus-visible{
	box-shadow: 0;
	outline: 0;
}
.sidebar .search-widget form input::placeholder{
	font-size: 18px;
	color: #A4A4A4;
	font-family: var(--dm-sans);
}
.sidebar .search-widget form .search-btn{
	font-size: 18px;
	border: 0;
	background-color: transparent;
	color: #A4A4A4;
}
.widget{
	border: 1px solid #CFDEED;
	border-radius: 5px;
	margin-top: 70px;
}
.widget .widget-title{
	padding: 20px;
}
.widget .widget-title h6{
	font-size: 27px;
	font-weight: 700;
	font-family: var(--montserrat);
} 
.category-widget ul li{
	padding: 20px;
	border-bottom: 1px solid #CFDEED;
}
.category-widget ul li:first-child{
	border-top: 1px solid #CFDEED;
}
.category-widget ul li:last-child,
.recent-post-widget ul li:last-child{
	border-bottom: 0;
}
.category-widget ul li a,
.recent-post-widget ul li .recent-content p{
    color: #636363;
}
.widget ul li a:hover{
    color: var(--deep-blue);
}
.recent-post-widget ul{
	padding: 0 20px;
}
.recent-post-widget ul li{
	padding: 20px 0;
	border-bottom: 1px solid #CFDEED;
	display: flex;
    align-items: center;
    gap: 15px;
}
.recent-post-widget ul li:first-child{
	padding-top: 0;
}
.sidebar .recent-post-widget .recent-thumbnail{
	height: 130px;
	width: 40%;
	margin-bottom: 0;
}
.recent-post-widget ul li .recent-content{
	width: 60%;
}
.recent-post-widget ul li .recent-content h6 a{
	color: var(--deep-blue);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--montserrat);
}
.LtArticlesSec h2 {
	text-align: center;
	color: var(--deep-blue);
}
/* FAQ PAGE STYLE */
.faqSec-banner{
	background-size: 45%;
	background-position: 780px 160px;
}
.faqSec .row:first-child{
	align-items: flex-end;
}
.faqSec .faqSec-img{
	text-align: end;
}
.faqSec .accordion{
	margin-top: 120px;
}
.accordion strong{
	font-size: 28px;
	line-height: normal;
	color: var(--orange);
	margin-right: 10px;
	font-family: var(--montserrat);
}
.accordion h4{
	font-size: 28px;
	font-weight: 600;
	font-family: var(--montserrat);
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #3e3e3e2b;
	/* background-color:transparent */
}
	.accordion-button{
		align-items: flex-start;
	}
.accordion-button:not(.collapsed){
	background-color: transparent;
	
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-button::after {
    background-image: url(../img/plus-icon.png);
	background-size: 29px;
    width: 30px;
    height: 30px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus-icon.png);
}
/* signUpSec style */
.signUpSec,.problemsSec{
	padding: 75px 0 80px;
	background-color: #F3F7FA;
}
.signUpSec .accordion,.problemsSec .accordion,
.referrelSec .accordion {
	margin-top: 40px;
	--bs-accordion-bg:transparent
}
.featuresSec,.referrelSec,.contactSec{
	padding: 75px 0 80px;
}
/* Contact Page Style */
.contact-details-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 80px;
}
.contact-items {
    width: 48%;
}
.contact-items h6{
	display: inline;
	font-size: 18px;
	font-weight: 700;
	margin-left: 8px;
	text-transform: uppercase;
}
.contact-items p,.contact-items p a{
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	font-family: var(--montserrat);
}
.contact-items:nth-last-child(2) p a{
	text-decoration: underline;
}
.form-wrapper {
    text-align: center;
	padding: 25px 10px 40px;
    border-radius: 30px;
    box-shadow: 0 0 50px #0000003b;
}
.form-title {
	padding-bottom: 24px;
    border-bottom: 1px solid #3e3e3e2b;
}
.form-wrapper h4{
	font-size: 34px;
}
.form-wrapper h4 span {
	display: inline;
	font-size: 100%;
}
.form-wrapper form {
    padding: 30px 45px 0;
    text-align: left;
}
.form-group{
    margin-top: 20px;
}
.form-wrapper .form-group:first-child{
    margin-top: 0px;
}
label{
	font-weight: 500;
}
.form-control{
    border: 1px solid#3e3e3e2b;
    border-radius: 12px;
    height: 50px;
    margin-top: 10px;
	background-color: #F0F0F0;
	transition: .5s;
}
.form-control:focus{
    border: 1px solid#3e3e3e2b;
    box-shadow: none;
	transition: .5s;
}
.form-group textarea{
    height: 140px;
    resize: none;
}
::placeholder{
    color: var(--dark-grey);
	font-weight: lighter;
}
.form-wrapper form .btn-orange{
	height: 60px;
	color: var(--white);
    font-weight: 600;
	margin-top: 35px;
	border-radius: 4px;
	background-color: #E33D07;
	border: 1px solid #E33D07;
	transition: .5s;
}
.form-wrapper form .btn-orange:hover{
	color: var(--dark);
	background-color: transparent;
	transition: .5s;
}
/* Referrals Page Style */
/* programSec css */
.programSec,.whyReferSec,.programWorkSec{
	padding: 100px 0;
}
.programSec .row{
	align-items: center;
}
.programSec .lg-btn{
	text-align: center;
}
.programSec .lg-btn a{
	min-width: 200px;
}
/* whyReferSec css */
.whyReferSec{
	background-color: #F0F0F0;
	position: relative;
}
.whyReferSec::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: var(--white);

}
.whyReferSec-card{
	padding: 40px 60px;
	background-color: var(--white);
	box-shadow: 0 6px 4px #E33D07;
	height: 100%;
	position: relative;
}
.whyReferSec-card-icon{
	width: 75px;
	height: 75px;
	margin-bottom: 65px;
	margin-left: -20px;
}
.whyReferSec-card h6{
	font-size: 25px;
	font-family: var(--dm-sans);
	margin-bottom: 30px;
	font-weight: 600;
}
/* programWorkSec css */

.programWorkSec-card{
	max-width: 416px;
}
.index-no h2{
	font-size: 245px;
	color: #f3f3f3;
	font-family: var(--montserrat);
}
.polygon-bgImg{
	margin-top: -130px;
	max-height: 325px;
}
/* .programWork-content{
	position: absolute;
	top: 280%;
    left: 26.5%;
} */
.programWork-content {
    width: 160px;
    margin: 0 auto;
    /* margin-top: -200px; */
    position: relative;
    text-align: center;
	right: -24px;
    top: -225px;
}
/* .programWork-card-icon{
    width: 120px;
} */
/* .programWork-card-text {
    width: 150px;
} */
.programWork-content h6{
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
}
/* offerSec css */
.offerSec .row{
	align-items: center;
}
.offerSec ul{
	padding: 0 45px;
	margin-top: 80px;
}
.offerSec ul li{
	position: relative;
	font-size: 18px;
	padding: 15px 0;
	font-family: var(--dm-sans);
	border-bottom: 1px solid #3e3e3e2b;
}
.offerSec ul li:last-child{
	border-bottom: 0;
}
.offerSec ul li::before{
	content: '';
	position: absolute;
	background: url(../img/tick-icon.png) no-repeat;
	width: 50px;
	height: 50px;
    left: -45px;
}
/* Business Page Style */
/* companiesSec css */
.companiesSec{
	padding-top: 80px;
	padding-bottom: 20px;
}
.companiesSec .twoBtns {
    display: flex;
    align-items: center;
	gap: 40px;
	margin: 80px 0;
}
.companiesSec .twoBtns .lg-btn:last-child a {
    min-width: 250px;
}
.companies-item {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 20px;
    background: #EFF5F9;
    padding: 50px 25px;
	height: 100%;
}
.companies-item-text {
    width: 60%;
}
.companies-item-text h3{
	font-size: 38px;
	margin-bottom: 8px;
	color: var(--dark);
}
.companies-item-text p {
    color: var(--black);
    font-weight: 500;
    font-family: var(--montserrat);
}
/* whychooseSec css */
.whychooseSec,.featureSec,.apiSec{
	padding: 90px 0;
}
.whychooseSec .whychoose-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.whychooseSec .whychoose-item-text{
	width: 70%;
}
/* roadmapSec css */
.roadmapSec{
	padding: 100px 0;
	background-color: #F0F0F0;
}
.roadmapRow{
	display: flex;
	margin-top: 50px;
}
.roadmapSec .roadmapCol{
	width: 25%;
	padding: 0 12px;
}
.roadmapCol{
	text-align: center;
	position: relative;
}
.roadmapSec .roadmapCol::after
{
	width: 100%;
    height: 8px;
    top: 20px;
    right: 165px;
	content: '';
	position: absolute;
	background-color: #EDCCC1;
}
.roadmapSec .roadmapCol:first-child::after{
	display: none;
}

.roadmapCol .index-no {
    width: 45px;
    height: 45px;
    background: #EDCCC1;
    color: #fff;
    border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
    z-index: 10;
}
.roadmapCol .index-no h4{
	font-size: 18px;
	color: #F98965;
	text-align: center;
	line-height: 45px;
	font-family: 'Inter', sans-serif;
}
.roadmapCol h6{
	font-size: 20px;
	color: #8A8A8A;
}
.roadmapCol p{
	margin-top: 15px;
	color: #8A8A8A;
}
.roadmapSec .roadmapCol.active::after{
	top: 20px;
	position: absolute;
	background-color: var(--orange);
}
.roadmapSec .roadmapCol.active .index-no{
	width: 70px;
    height: 70px;
    background: var(--orange);
	margin-top: -10px;
}
.roadmapSec .roadmapCol.active .index-no h4{
	font-size: 32px;
	color: var(--white);
	line-height: 70px;
}
.roadmapSec .roadmapCol.active h6{
	color: var(--black);
	margin-top: -15px;
}
.roadmapSec .roadmapCol.active p{
	color: var(--black);
}
/* backingfaceSec css */
.backingfaceSec{
	padding: 70px 0 140px;
}
.backingface-dashboard-One {
    text-align: right;
	max-height: 390px;
}
.dashboard-img-innerwrap {
	margin-top: -120px;
    display: flex;
    align-items: flex-end;
	justify-content: space-evenly;
}
.backingface-dashboard-Two,.backingface-dashboard-Three {
    border-radius: 10px;
    box-shadow: 10px 10px 20px #00000024;
}
.backingface-dashboard-Three {
    margin-bottom: -50px;
}
.feedbackSec::after{
	background: url(../img/feedback-img.jpg) no-repeat center top;
	background-size: cover;
}
/* featureSec css */
.featureSec .col-lg-4{
	margin-bottom: 45px;
}
.featureSec .feature-img {
	text-align: center;
}
.featureSec .lg-btn a{
	min-width: 250px;
}
/* API Page Style */
.apiSec .collapseBtn{
	display: none;
}
.apiSec .tab-wrapper-outer .collapse:not(.show) {
    display: block;
}
.tab-wrapper-outer{
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
	min-height: 67vh;
}
.tab-wrapper-outer .tab-wrapper-button-outer
{
	margin-right: 50px;
    width: 25%;
	border-radius: 12px;
    overflow: hidden;
	background-color: #E9EDF1;
}
.tab-wrapper-outer .tab-wrapper-button .tab-title,
.apiSec #apiMainAccordion .accordion-button  {
    background: #F2F2F2;
    padding: 15px 50px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.apiSec #apiMainAccordion .accordion-button  {
	border: 0;
	padding: 10px;
}
.apiSec #apiMainAccordion .accordion-body #apiSubAccordion .accordion-button{
	background-color: #E9EDF1;
}
.tab-wrapper-outer .tab-wrapper-button:first-child .tab-title{
	border-top: 0;

}
.tab-wrapper-outer .tab-wrapper-button .tab-title h6,
.tab-wrapper-outer .tab-wrapper-button .nav-link,
.apiSec #apiMainAccordion .accordion-button h4{
	font-size: 22px;
	color: #3E3E3E;
	font-weight: 700;
	font-family: var(--dm-sans);
}
.tab-wrapper-outer .tab-wrapper-button .nav-link{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}
.tab-wrapper-outer .tab-wrapper-button .nav-link.active{
	/* font-weight: 600; */
	color: #E33D07;
}
.tab-wrapper-outer .tab-wrapper-button .nav {
    display: flex;
	align-items: flex-start;
    flex-direction: column;
	align-content: flex-start;
    padding: 20px 20px 20px 40px;
}
.tab-wrapper-outer .tab-wrapper-content-outer{
	width: 75%;
}
.plaintext p{
	margin-bottom: 20px;
}
.plaintext .code-info{
	margin-top: 60px;
	width: 100%;
    display: flex;
    align-items: center;
}
.plaintext ul{
	margin-left: 20px;
}
.plaintext ul li{
	list-style: disc;
	color: #898989;
	margin-bottom: 10px;
}
.plaintext ul li::marker {
	font-size: 13px;
}
/* .alignRight{
	float: right;
} */
.mobileView{
	display: none;
}
.apiSec #apiMainAccordion .accordion-button h4{
	font-size: 20px;
}
.apiSec #apiMainAccordion .accordion-button h4,
.apiSec #apiMainAccordion .accordion-button h6{
	line-height: 30px;
}
.apiSec #apiMainAccordion .accordion-body #apiSubAccordion .accordion-body{
	padding: 10px;
}