@charset "utf-8";
::selection {
	background-color: #010066;
	color: #ffffff;
}
body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	color: #000000;
	font-weight: 400;
	line-height: normal;
	overflow-x: hidden;
}
body.no-scroll {
	overflow: hidden;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.padding-t-0 {
	padding-top: 0 !important;
}
.padding-b-0 {
	padding-bottom: 0 !important;
}
.mt-6 {
	padding-top:60px!important;
}
.mt-7 {
	padding-top:70px!important;
}
.mt-8 {
	padding-top:80px!important;
}
.mtm-1 {
	margin-top:-30px;
}
.pb-130 {
	padding-bottom:130px!important;
}
.pt-5 {
    padding-top: 4rem !important;
}
.button,
button,
[type=button],
[type=reset],
[type=submit] {
	display: inline-block;
	padding: 7px 20px;
	outline: 0;
	border: 1px solid #0E21A1;
	background-color: transparent;
	border-radius: 30px;
	font-size: 12px;
	color: #0E21A1;
	font-weight: 800;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
	border-color: #0E21A1;
	background-color: #0E21A1;
	color: #ffffff;
	text-decoration: none;
}
.whiteBG {
	background-color:#FFFFFF!important;
}
.grayBG {
	background-color:#F2F2F2!important;
}
.blueBG {
	background-color:#010066!important;
}
.lightBlue {
	background-color:#0165FF!important;
} 
.lightBlue1 {
	background-color:#E6F3FF!important;
} 
#wrap {
	float: left;
	width: 100%;
	overflow: hidden;
}
.container {
	max-width: 1250px;
	padding: 0;
}
#header {
	float: left;
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	z-index: 5;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 15px 30px;
	background: linear-gradient(90deg, #010028 0%, #000098 100%);
}
#header .header-top p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: normal;
}
#header .header-top .button {
	padding: 4px 15px;
	border: 1px solid #BBC1EF;
	background-color: #BBC1EF;
	border-radius: 30px;
	font-size: 12px;
	color: #000000;
	font-weight: 800;
}
#header .header-top .button:hover {
	border-color: #BBC1EF;
	background-color: transparent;
	color: #BBC1EF;
}
#header .header-top .close {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#header .header-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
#header .header-main:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .header-main .logo {
	float: left;
	width: 100px;
	z-index: 99;
	transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .header-main .logo img {
	width: 100%;
	height: auto;
}
#header .header-main .logo img.logoWhite {
	display: block;
}
#header .header-main .logo img.logoBlue {
	display: none;
}
#header .header-main .leftNav {
	display: flex;
	grid-gap: 30px;
	width: auto;
	align-items: center;
}
#header .header-main .leftNav ul.mainMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 46px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header .header-main .leftNav ul.mainMenu > li {
	padding: 0;
	font-size: 13px;
	color: #010101;
	font-weight: 600;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	text-decoration: none;
	transition: all .5s ease;
}
#header .header-main .leftNav ul.mainMenu > li.children > a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 6px;
	background-image: url(../images/menu-arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	-webkit-transition: all .4s;
    transition: all .4s;
}
#header .header-main .leftNav ul.mainMenu > li > a:hover {
	color: #ffffff;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu {
	display: none;
	/*width: 58.75rem;*/
	width: 48.75rem;
	max-width: 100%;
	/*max-height: calc(100vh - 93px);*/
	max-height: calc(90vh - 93px);
	margin: 0 auto;
	padding: 2rem;
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0px .625rem .625rem rgba(0, 0, 0, .1);
	overflow: auto;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu::-webkit-scrollbar {	
	width: 4px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu::-webkit-scrollbar-track {
	background: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu::-webkit-scrollbar-thumb {
	min-height: 40px;
	border: 0px solid #ffffff;
	background: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	visibility: hidden;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .block-columns {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0px;
	column-gap: 70px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .block-columns .block-column {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(50% - 35px);
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .block-columns .block-column.full {
	width: calc(100% - 0px);
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu h3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	color: #21205F;
	font-weight: 900;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu h4 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 17px;
	color: #21205F;
	font-weight: 600;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .menu-item {
	margin-bottom: 20px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .menu-item:last-child {
	margin-bottom: 0;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a .left {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 35px;
	width: 35px;
	height: 35px;
	background-color: #F2F2F2;
	border-radius: 6px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a .left svg,
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a .left img {
	display: block;
	-webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a .right .title {
	margin-bottom: 0;
    font-size: 14px;
    color: #21205F;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a .right .content {
	margin-bottom: 0;
	font-size: 13px;
	color: #010101;
	font-weight: 500;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a:hover .left {
	background-color: #21205F;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-item a:hover .left img {
	filter: brightness(0) invert(1);
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-card {
	width: 100%;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-card .img-div {
	width: 100%;
	margin-bottom: 15px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-card img {
	border-radius: 12px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies {
	width: 100%;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards {
	display: flex;
	gap: 15px;
	width: 100%;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .img-div {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .img-div img {
	display: block;
	max-width: 150px;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .menu-card-title {
	margin-bottom: 15px;
	font-size: 13px;
    color: #010101;
    font-weight: 500;
    line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div .button.arrow {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: 0px;
	font-size: 13px;
	color: #21205F;
	font-weight: 700;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div .button.arrow:hover {
	border: none;
	background-color: transparent;
	color: #21205F;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div .button {
	padding: 4px 12px;
	font-size: 13px;
	line-height: 1;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div .button::after {
	content: "";
	width: .8125rem;
	height: .5rem;
	background-image: url(../images/lightviolet-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-case-studies .cards .button-div .button:hover::after {
	-webkit-transform: translateX(0.3125rem);
	-ms-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links {
	display: flex;
	margin: 40px 0 7px 0;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link {
	position: relative;
	padding-right: 25px;
	font-size: 13px;
	color: #21205F;
	font-weight: 700;
	line-height: normal;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 10px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link:last-child {
	padding-right: 0;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link:last-child:after {
	display: none;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link a {
	color: #21205F;
	text-decoration: none;
	transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
	white-space: nowrap;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-links .link a:hover {
	color: #21205F;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#header .header-main .leftNav ul.mainMenu > li > ul.sub-menu .skit-menu-text {
	font-size: 13px;
	color: #010101;
	font-weight: 600;
	line-height: normal;
}
#header .header-main .leftNav .bookDemoBtn {
	padding: 7px 20px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 30px;
	font-size: 12px;
	color: #010101;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .header-main .leftNav .bookDemoBtn:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#header .header-main .leftNav .searchBox {
	position:relative;
}
#header .header-main .leftNav .searchBox .search-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: transparent;
    width: auto;
    height: auto;
}
#header .header-main .leftNav .searchBox .search-icon svg {
    display: block;
    width: 16px;
    height: auto;
}
#header .header-main .leftNav .searchBox .search-icon:after { display: none; }
#header .header-main .leftNav .searchBox .search-dropdown {
    margin: 10px 0px 0px 0px;
    padding: 10px;
    width: 300px;
}
#header .header-main .leftNav .searchBox .search-dropdown .input-group .form-control {
    height: 42px;
    border: 0;
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 14px;
    margin: 0;
    background-color: #F9F9F9;
}
#header .header-main .leftNav .searchBox .search-dropdown .input-group .form-control:focus {
	outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
#header .header-main .leftNav .searchBox .search-dropdown .input-group .input-group-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding: 0;
    width: 42px;
    height: 42px;
    background-color: #010066;
    border: 0;
}
#header .header-main .leftNav .searchBox .search-dropdown .input-group .input-group-text svg {
    width: 20px;
    height: 20px;
}
.hamburger {
	height: 16px;
	display: none;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hamburger .line {
	width: 24px;
	height: 2px;
	margin: 4px 0;
	border-radius: 3px;
	background-color: #010101;
}
.hamburger:before {
	width: 24px;
	height: 2px;
	content: "";
	display: block;
	border-radius: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #010101;
}
.hamburger:after {
	width: 24px;
	height: 2px;
	content: "";
	display: block;
	border-radius: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #010101;
}
.hamburger.active .line {
	display: none
}
.hamburger.active:before {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.active:after {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*-------------- Sticky Header Start --------------*/
#header.blue .header-main:after,
#header.sticky .header-main:after {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
#header.blue .header-main .logo img.logoWhite,
#header.sticky .header-main .logo img.logoWhite {
	display: none;
}
#header.blue .header-main .logo img.logoBlue,
#header.sticky .header-main .logo img.logoBlue {
	display: block;
}
#header.blue .header-main .leftNav ul.mainMenu > li > a,
#header.sticky .header-main .leftNav ul.mainMenu > li > a {
	color: #010101;
}
#header.blue .header-main .leftNav ul.mainMenu > li.children > a::after,
#header.sticky .header-main .leftNav ul.mainMenu > li.children > a::after {
	filter: brightness(0);
}
#header.blue .header-main .leftNav ul.mainMenu > li > a:hover,
#header.sticky .header-main .leftNav ul.mainMenu > li > a:hover {
	color: #010101;
}
#header.blue .header-main .leftNav .bookDemoBtn,
#header.sticky .header-main .leftNav .bookDemoBtn {
	border-color: #010066;
	background: #010066;
	color: #ffffff;
}
#header.blue .header-main .leftNav .bookDemoBtn:hover,
#header.sticky .header-main .leftNav .bookDemoBtn:hover {
	border-color: #010101;
	background: transparent;
	color: #010101;
}
#header.blue .header-main .leftNav .searchBox .search-icon svg,
#header.sticky .header-main .leftNav .searchBox .search-icon svg {
	filter: brightness(0);
}
/*-------------- Sticky Header End --------------*/
#slider {
	float: left;
	width: 100%;
	padding: 200px 0 0 0;
	background-color: #010066;
	position: relative;
	z-index: 1;
}
#slider::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #010066;
	
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	background-blend-mode: overlay;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#slider .home-slider {
	padding: 0 100px;
	/*margin-bottom: 50px;*/
	margin-bottom: -50px;
}
#slider .home-slider .info {
	text-align: center;
}
#slider .home-slider .info h1 {
	display: block;
	margin: 0 0 7px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: normal;
}
#slider .home-slider .info h1 br {
	display: block;
}
#slider .home-slider .info h4 {
	margin: 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#slider .home-slider .info p {
	margin: 50px 0 0 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#slider .home-slider .info .button {
	margin-top: 30px;
	margin-left: 5px;
    margin-right: 5px;
	padding: 8px 20px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 30px;
	font-size: 14px;
	color: #000000;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#slider .home-slider .info .button:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#slider .home-slider .owl-nav {
	margin-top: -50px;
}
#slider .home-slider-image {
	display: flex;
	justify-content: center;
	width: 50%;
    margin: 45px auto 0 auto;
}
#slider .home-slider-image img {
	border-radius: 12px;
}
#slider .home-slider-video {
    display: flex;
    justify-content: center;
    width: 50%;
	height:295px;
    margin: 45px auto 0 auto;
	border-radius: 12px;
    overflow: hidden;
}
#middle {
	float: left;
	width: 100%;
	position: relative;
}

.trusted-logo-sec {
	width: 100%;
	display: inline-block;
	padding-top:92px;
	padding-bottom:50px;
}
.trusted-logo-sec h2 {
	margin-bottom: 30px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
	text-align: center;
}
.trusted-logo-sec .trusted-slider .item {
	width: auto;
    height:auto;
}
.trusted-logo-sec .trusted-slider .owl-stage-outer .owl-stage {
    transition-timing-function: linear !important;
	display: flex;
    align-items: center;
}

.consumer-sec {
	width: 100%;
	display: inline-block;
	padding-top:55px;
	padding-bottom:0px;
	margin-bottom:110px;
	background-color:#f2f2f2;
}
.consumer-sec h2 {
	margin-bottom: 55px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
	text-align: center;
}
.consumer-sec h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #010066;
}
.consumer-sec .content ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: column;
    grid-gap: 50px;
}
.consumer-sec .content ul li {
	width: 100%;
    display: inline-block;
}
.consumer-sec .content ul li strong {
	width: 100%;
    display: inline-block;
	font-size: 42px;
    line-height: 52px;
	font-weight:300;
	color: #010066;
}
.consumer-sec .content ul li p {
	margin-bottom: 0;
	font-size: 24px;
    line-height: 30px;
	font-weight:300;
	color: #606060;
}
.consumer-sec .image img {
	width:100%;
	height:auto;
}
.consumer-sec .consumer-botm-image {
    display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
	margin-top: 65px;
    margin-bottom: -110px;
}
.consumer-sec .consumer-botm-image p {
	margin-bottom: 18px;
	font-size: 34px;
    line-height: 44px;
	font-weight:600;
	color: #010066;
	text-align:center;
}

#experiencesSec {
	position: relative;
	padding-top: 65px;
	padding-bottom: 65px;
	overflow: hidden;
}
#experiencesSec .topcolContent {
	padding: 0 70px;
	text-align: center;
}
#experiencesSec .topcolContent h2 {
	margin: 0 0 20px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: normal;
}
#experiencesSec .topcolContent h2 strong {
	color: #202121;
	font-weight: 800;
}
#experiencesSec .topcolContent h2 br {
	display: block;
}
#experiencesSec .topcolContent h3 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#experiencesSec .topcolContent h3 br {
	display: block;
}
#experiencesSec .topcolContent h4 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #35C1F1;
    font-weight: 700;
    line-height: normal;
}
#experiencesSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#experiencesSec .topcolContent p:last-child {
	margin-bottom: 0;
}
#experiencesSec .topcolContent p a {
	color: #010066;
	text-decoration: none;
}
#experiencesSec .topcolContent p a:hover {
	color: #010066;
	text-decoration: underline;
}
#experiencesSec .experiencesBox {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 100px;
	width: 100%;
	margin-top: 100px;
}
#experiencesSec .experiencesBox .content {
	width: 55%;
}
#experiencesSec .experiencesBox .content .accordion-item {
	margin: 0 0 30px 0;
	border: none;
	background-color: transparent;
}
#experiencesSec .experiencesBox .content .accordion-item:last-child {
	margin-bottom: 0;
}
#experiencesSec .experiencesBox .content .accordion-header button {
	display: flex;
	gap: 30px;
    padding: 0;
    outline: 0;
    border: none;
    background-color: transparent;
    border-radius: 0px;
	box-shadow: none;
    font-size: 22px;
    color: #202121;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#experiencesSec .experiencesBox .content .accordion-header button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
	border: 1px solid #0E21A1;
	border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 15px;
	color: #0E21A1;
}
#experiencesSec .experiencesBox .content .accordion-body {
    padding: 20px 0 0 0;
}
#experiencesSec .experiencesBox .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #202121;
	font-weight: 400;
	line-height: normal;
}
#experiencesSec .experiencesBox .content p:last-child {
	margin-bottom: 0;
}
#experiencesSec .experiencesBox .content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
#experiencesSec .experiencesBox .content ul:last-child {
	margin-bottom: 0;
}
#experiencesSec .experiencesBox .content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#experiencesSec .experiencesBox .content ul li:before {
	content: ".";
	font-size: 42px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#experiencesSec .experiencesBox .content a.button {
	font-size: 12px;
	font-weight: 800;
}
#experiencesSec .experiencesBox .imageBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 45%;
}
#experiencesSec .experiencesBox .imageBox .image {
	border-radius: 20px;
	overflow: hidden;
}
#experiencesSec .experiencesBox .imageBox .image img {
	width: 100%;
    height: auto;
}

.counter-sec {
	width: 100%;
	display: inline-block;
	margin-top:75px;
	background-color:#e7f3ff;
}
.counter-sec .content {
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.counter-sec .content .leftCol {
	width: 70%;
    display: inline-block;
	padding-top: 30px;
	padding-bottom:30px;
}
.counter-sec .content .leftCol h2 {
	margin-bottom: 30px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
}
.counter-sec .content .leftCol h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #010066;
}
.counter-sec .content .leftCol .counterBox {
    width: 85%;
    display: flex;
    align-items: flex-start;
    grid-gap: 50px;
}
.counter-sec .content .leftCol .counterBox .counterNumber {
	width: auto;
    display: inline-block;
}
.counter-sec .content .leftCol .counterBox .counterNumber p {
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 24px;
	font-weight:400;
	color: #202121;
}
.counter-sec .content .leftCol .counterBox .counterNumber p:last-child {
	margin-bottom: 0px;
}
.counter-sec .content .leftCol .counterBox .counterNumber .bigText {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
	font-weight:300;
    color: #010066;
}
.counter-sec .content .leftCol .counterBox .counterNumber .smallText {
	font-size: 18px;
    line-height: 24px;
	font-weight:400;
    color: #202121;
}
.counter-sec .content .rightCol {
	width: 30%;
    display: inline-block;
    margin-top: -115px;
	text-align: right;
}
.counter-sec .content .rightCol img {
	width:92%;
	height:auto;
}

#superchargeSec {
	position: relative;
	padding-top: 60px;
	padding-bottom: 130px;
	background: radial-gradient(#1b1b87, #010066);
	overflow: hidden;
}
#superchargeSec .topcolContent {
	padding: 0 150px;
	text-align: center;
}
#superchargeSec .topcolContent h2 {
	margin: 0 0 20px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: normal;
}
#superchargeSec .topcolContent h2 br {
	display: block;
}
#superchargeSec .topcolContent h3 {
	margin: 0 0 30px 0;
	font-size: 27px;
	color: #ffffff;
	font-weight: 400;
	line-height: normal;
}
#superchargeSec .topcolContent h3 br {
	display: block;
}
#superchargeSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#superchargeSec .topcolContent p:last-child {
	margin-bottom: 0;
}
#superchargeSec .topcolContent p a {
	color: #010066;
	text-decoration: none;
}
#superchargeSec .topcolContent p a:hover {
	color: #010066;
	text-decoration: underline;
}
#superchargeSec .superchargeBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 100px;
	width: 100%;
	margin-top: 70px;
}
#superchargeSec .superchargeBox .mainBox {
	position: relative;
}
#superchargeSec .superchargeBox .mainBox .platform {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 320px;
	padding: 25px 25px;
	background-color: #E6F3FF;
	border-radius: 20px;
	position: absolute;
	z-index: 0;
}
#superchargeSec .superchargeBox .mainBox .platform::before {
	content: "";
	width: 72px;
	height: 37px;
	background-image: url(../images/supercharge-box-line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	top: 100px;
	left: calc(100% + 10px);
}
#superchargeSec .superchargeBox .mainBox .platform::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #E6F3FF;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}
#superchargeSec .superchargeBox .mainBox .platform .icon {
	margin: 0 0 15px 0;
}
#superchargeSec .superchargeBox .mainBox .platform h3 {
	margin: 0 0 7px 0;
	font-size: 22px;
	color: #010066;
	font-weight: 500;
	line-height: normal;
}
#superchargeSec .superchargeBox .mainBox .platform p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #202121;
    font-weight: 300;
    line-height: normal;
}
#superchargeSec .superchargeBox .mainBox .platform .learn-more {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .2rem;
	font-size: 14px;
	color: #0E21A1;
	font-weight: 800;
	line-height: 14px;
}
#superchargeSec .superchargeBox .mainBox .platform .learn-more::after {
	content: "";
	width: .75rem;
	height: .5rem;
	margin-top: .125rem;
	background-image: url(../images/learnmore-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .4s ease-in-out 2;
	-webkit-transition: all .4s ease-in-out 2;
}
#superchargeSec .superchargeBox .mainBox .platform .learn-more:hover::after {
	-webkit-transform: translateX(0.3125rem);
	-ms-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}
#superchargeSec .superchargeBox .mainBox .platform.box1 {
	top: -20px;
	right: calc(100% + 50px);
}
#superchargeSec .superchargeBox .mainBox .platform.box2 {
	top: -20px;
	left: calc(100% + 50px);
}
#superchargeSec .superchargeBox .mainBox .platform.box2::before {
	top: 100px;
	left: auto;
	right: calc(100% + 10px);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
#superchargeSec .superchargeBox .mainBox .platform.box2::after {
	left: -10px;
}
#superchargeSec .superchargeBox .mainBox .platform.box3 {
	bottom: -30px;
	right: calc(100% + 10px);
}
#superchargeSec .superchargeBox .mainBox .platform.box3::before {
	top: 100px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
#superchargeSec .superchargeBox .mainBox .platform.box4 {
	bottom: -30px;
	left: calc(100% + 10px);
}
#superchargeSec .superchargeBox .mainBox .platform.box4::before {
	top: 100px;
	left: auto;
	right: calc(100% + 10px);
	-webkit-transform: scaleX(-1) scaleY(-1);
	transform: scaleX(-1) scaleY(-1);
}
#superchargeSec .superchargeBox .mainBox .platform.box4::after {
	left: -10px;
}
#collectionSec {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
#collectionSec .topcolContent {
	padding: 0 100px;
	text-align: center;
}
#collectionSec .topcolContent h2 {
	margin: 0 0 35px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
#collectionSec .topcolContent h2 br {
	display: block;
}
/*#collectionSec .topcolContent h2 strong {
	color: #202121;
	font-weight: 800;
}*/
#collectionSec .topcolContent h3 {
	margin: 0 0 30px 0;
	font-size: 27px;
	color: #202121;
	font-weight: 200;
	line-height: normal;
}
#collectionSec .topcolContent h3 br {
	display: block;
}
#collectionSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#collectionSec .topcolContent p:last-child {
	margin-bottom: 0;
}
#collectionSec .topcolContent p a {
	color: #010066;
	text-decoration: none;
}
#collectionSec .topcolContent p a:hover {
	color: #010066;
	text-decoration: underline;
}
#collectionSec .collectionBox {
	display: flex;
	align-items: flex-start;
	gap: 100px;
	width: 100%;
	margin-top: 100px;
}
#collectionSec .collectionBox .content {
	width: 55%;
}
#collectionSec .collectionBox .content .accordion-item {
	margin: 0 0 30px 0;
	border: none;
}
#collectionSec .collectionBox .content .accordion-item:last-child {
	margin-bottom: 0;
}
#collectionSec .collectionBox .content .accordion-header button {
	display: flex;
	gap: 30px;
    padding: 0;
    outline: 0;
    border: none;
    background-color: transparent;
    border-radius: 0px;
	box-shadow: none;
    font-size: 25px;
    color: #202121;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#collectionSec .collectionBox .content .accordion-header button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
	border: 1px solid #0E21A1;
	border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 15px;
	color: #0E21A1;
}
#collectionSec .collectionBox .content .accordion-body {
    padding: 20px 0 0 0;
}
#collectionSec .collectionBox .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #202121;
	font-weight: 400;
	line-height: normal;
}
#collectionSec .collectionBox .content p:last-child {
	margin-bottom: 0;
}
#collectionSec .collectionBox .content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
#collectionSec .collectionBox .content ul:last-child {
	margin-bottom: 0;
}
#collectionSec .collectionBox .content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#collectionSec .collectionBox .content ul li:before {
	content: ".";
	font-size: 42px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#collectionSec .collectionBox .content a.button {
	font-size: 12px;
	font-weight: 800;
}
#collectionSec .collectionBox .imageBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 45%;
}
#collectionSec .collectionBox .imageBox .image {
	border-radius: 20px;
	overflow: hidden;
}
#collectionSec .collectionBox .imageBox .image img {
	width: 100%;
    height: auto;
}

.bookDemo-sec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:0px;
	margin-bottom: -50px;
    z-index: 1;
}
.bookDemo-sec .content {
	width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
    grid-gap: 20px;
    padding: 35px;
    background-color: #010066;
	border-radius: 22px;
	box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 28%);
}
.bookDemo-sec .content p {
	width: 82%;
    display: inline-block;
	margin-bottom: 0px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #fff;
}
.bookDemo-sec .content h3 {
	width: 82%;
    display: inline-block;
	margin-bottom: 0px;
	font-size: 32px;
    line-height: 42px;
	font-weight:800;
	color: #fff;
}
.bookDemo-sec .content h4 {
	width: 65%;
    display: inline-block;
	margin-bottom: 0px;
	font-size: 22px;
    line-height: 32px;
	font-weight:300;
	color: #fff;
	text-align: left;
}
.bookDemo-sec .content h4 strong {
	font-weight:700;
}
.bookDemo-sec .contentLightBlue {
	background-color: #0165FF !important;
    flex-direction: column;
}
.bookDemo-sec .contentLightBlue h4 {
	width:100%;
	font-size: 32px;
    text-align: center;
}
.bookDemo-sec .contentLightBlue .button {
    padding: 7px 20px;
	color:#0E21A1;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.bookDemo-sec .content .bookDemoBtn {
    padding: 7px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    font-size: 18px;
    color: #010066;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	white-space: nowrap;
}
.bookDemo-sec .content .bookDemoBtn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.ourCustomers-sec {
	width: 100%;
	display: inline-block;
	padding-top:100px;
	padding-bottom:65px;
	background: #E6F3FF;
}
.ourCustomers-sec .content {
	width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
    grid-gap: 20px;
}
.ourCustomers-sec .content h2 {
	width: 30%;
    display: inline-block;
	margin-bottom: 40px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
}
.ourCustomers-sec .content h2 strong {
	font-weight:800;
	color: #010066;
}
.ourCustomers-sec .content .review-slider {
	width:70%;
	display:inline-block;
}
.ourCustomers-sec .content .review-slider .owl-nav {
    top: 80%;
    right: 0;
    left: -375px;
    margin-top: 0;
    width: 70px;
}
.ourCustomers-sec .content .review-slider .owl-nav button.owl-prev {
    left: 0px;
}
.ourCustomers-sec .content .review-slider .owl-nav button.owl-next {
    right: inherit;
}
.ourCustomers-sec .content .item {
	position:relative;
	width:100%;
	display:inline-block;
	margin: 15px;
}
.ourCustomers-sec .content .item:after {
	content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #0E21A1;
    z-index: 0;
}
.ourCustomers-sec .content .item .info {
	position: relative;
    padding: 25px 25px 35px 25px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 30px;
    background-color: #ffffff;
    z-index: 1;
}
.ourCustomers-sec .content .item .info .image {
	width:18%;
	display:inline-block;
}
.ourCustomers-sec .content .item .info .image img {
    width: 100%;
    height: auto;
    padding: 0 20px;
}
.ourCustomers-sec .content .item .info .reviewBox {
	width:75%;
	display:inline-block;
}
.ourCustomers-sec .content .item .info .reviewBox > p {
	margin: 18px 0 20px 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #202121;
	min-height: 105px;
}
.ourCustomers-sec .content .item .info .reviewBox .infoBotm {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ourCustomers-sec .content .item .info .reviewBox .infoBotm .button {
	font-size: 14px;
}
.ourCustomers-sec .content .item .info .reviewBox .infoBotm p {
	margin-bottom: 0;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #202121;
    text-align: right;
}
.ourCustomers-sec .content .item .info .reviewBox .infoBotm p strong {
	width: 100%;
    display: inline-block;
    font-weight: 300;
}

.latest-blog-sec {
	width: 100%;
	display: inline-block;
	padding-top:70px;
	padding-bottom:70px;
}
.latest-blog-sec h2 {
	margin-bottom: 65px;
    font-size: 40px;
    line-height: 40px;
	font-weight:800;
	color: #202121;
	text-align:center;
}
.latest-blog-sec .blog-title {
	width: 100%;
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom:65px;
}
.latest-blog-sec .blog-title > h2 {
	margin-bottom: 0px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
	text-align:center;
}
.latest-blog-sec .blog-title .exploreBtn {
	display: inline-block;
    padding: 7px 20px;
    border: 1px solid #010066;
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    color: #010066;
    font-weight: 800;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.latest-blog-sec .blog-title .exploreBtn:hover {
    border-color: #010066;
    background-color: #010066;
    color: #ffffff;
    text-decoration: none;
}
.latest-blog-sec .content {}
.latest-blog-sec .content:first-child {
	padding-right: 80px;
}
.latest-blog-sec .content:last-child {
	padding-left: 80px;
}
.latest-blog-sec .content:last-child .item img {
    width: 83%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 20px;
}
.latest-blog-sec .content .item {
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}
.latest-blog-sec .content .item:last-child {
	margin-bottom: 0px;
}
.latest-blog-sec .content .item h2 {
	margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
	font-weight:600;
	color: #202121;
	text-align:left;
}
.latest-blog-sec .content .item h3 {
	margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
	font-weight:500;
	color: #010066;
}
.latest-blog-sec .content .item p {
	margin-bottom: 52px;
	font-size: 18px;
    line-height: 28px;
	font-weight:300;
	color: #202121;
}
.latest-blog-sec .content .item img {
	width: 100%;
	height:auto;
	margin-bottom: 15px;
	border-radius: 20px;
}
.latest-blog-sec .content .item .readMoreBtn {
	display: inline-block;
    padding: 7px 20px;
    border: 1px solid #010066;
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    color: #010066;
    font-weight: 800;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.latest-blog-sec .content .item .readMoreBtn:hover {
    border-color: #010066;
    background-color: #010066;
    color: #ffffff;
    text-decoration: none;
}

.newsletter-sec {
    width: 100%;
    display:inline-block;
    padding: 0px 0 0px 0;
}
.newsletter-sec .content {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #0E21A1;
    border-bottom: 1px solid #0E21A1;
}
.newsletter-sec .content .title {
	width: auto;
    display:inline-block;
	padding-right: 60px;
}
.newsletter-sec .content .title h3 {    
    margin-bottom: 0px;
	font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #202121;
}
.newsletter-sec .content .bluetitle h3 {
    color: #010066;
}
.newsletter-sec .content .title h4 {    
    margin-bottom: 10px;
	font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #010066;
}
.newsletter-sec .content .title h2 {    
    margin-bottom: 0px;
	font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #010066;
}
.newsletter-sec .content .title p {    
    margin-bottom: 0px;
	padding-top:10px;
	font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #202121;
}
.newsletter-sec .formBox {
	width: 42%;
    display:inline-block;
}
.newsletter-sec .formBox .form-group {
    position: relative;
    width: 100%;
	display:inline-block;
}
.newsletter-sec .formBox .form-group form.wpcf7-form > p {
	margin-bottom:0px;
} 
.newsletter-sec .formBox .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 14px;
	line-height: 18px;
    font-weight: 400;
    color: #202121;
    border-radius: 50px;
    padding: 3px 120px 6px 20px;
    outline: 0;
    border: 1px solid #010066;
    box-shadow: none;
    background-color: #ffffff;
}
.newsletter-sec .formBox .form-group .form-control::placeholder {
    color: #606060;
}
.newsletter-sec .formBox .form-group .submitBtn {
	position:absolute;
	right:0;
    padding: 8px 40px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.newsletter-sec .formBox .form-group .submitBtn:hover {
    border-color: #010066;
    background-color: #010066;
    color: #ffffff;
    text-decoration: none;
}
.newsletter-sec .formBox .form-group .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #010066;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 0px;
    position: absolute;
    top: 8px;
    right: 145px;
}
.newsletter-sec .formBox .form-group .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 4px;
    right: 145px;
}
.newsletter-sec .formBox .form-group .wpcf7 form .wpcf7-response-output {
    margin: 8px 0.5em 0;
    padding: 0.2em 1em;
    border: 2px solid #db1616;
}
.newsletter-sec .formBox .form-group .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.newsletter-sec .scheduleBtn {
    padding: 8px 40px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	white-space: nowrap;
}
.newsletter-sec .scheduleBtn:hover {
    border-color: #010066;
    background-color: transparent;
    color: #010066;
    text-decoration: none;
}

.inquiries-sec {
	position:relative;
	width: 100%;
	display: inline-block;
	padding-top:45px;
	margin-bottom:-80px;
	z-index: 1;
}
.inquiries-sec .inquiriesBox {
	width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
    grid-gap: 80px;
	background: #E6F3FF;
	overflow: hidden;
    border-radius: 20px;
} 
.inquiries-sec .inquiriesBox .image {
	width: 100%;
    display: inline-block;
}
.inquiries-sec .inquiriesBox .image img {
	width: 100%;
	height:auto;
}
.inquiries-sec .inquiriesBox .content {
	width: 100%;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    grid-gap: 60px;
}
.inquiries-sec .inquiriesBox .content p {
	margin-bottom: 5px;
    font-size: 26px;
    line-height: 26px;
	font-weight:600;
	color: #010066;
}
.inquiries-sec .inquiriesBox .content a {
    font-size: 26px;
    line-height: 26px;
	font-weight:300;
	color: #010066;
	text-decoration: none;
    border-bottom: 1px solid #010066;
}
.inquiries-sec .inquiriesBox .content a:hover {
	color: #202121;
	text-decoration: none;
    border-bottom: 1px solid #202121;
}

.home #footer {
    padding: 140px 0 0px 0;
}
#footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 70px 0 0px 0;
	background-color: #010066;
}
#footer .footerTopBox {
	width:100%;
	display:flex;
}
#footer .footerTopBox .footerLtBox {
	width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding-right: 40px;
}
#footer .footerTopBox .footerLtBox .footerLogo {
	width:100%;
	display:inline-block;
}
#footer .footerTopBox .footerLtBox .footerLogo > img {
	width:auto;
	height:auto;
	margin-bottom: 30px;
}
#footer .footerTopBox .footerLtBox .footerLogo p {
	margin-bottom:45px;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon {
	width:100%;
	display:inline-block;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon h3 {
	margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon ul {
    padding: 0;
    margin: 0;
    display: flex;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon ul li {
    list-style: none;
    margin-right: 15px;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon ul li:last-child {
    margin: 0;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon ul li a {
    display: inline-block;
    width: 25px;
}
#footer .footerTopBox .footerLtBox .footerLogo .socialIcon ul li a img {
    width: 100%;
    height: auto;
}
#footer .footerTopBox .footerLtBox .addressBox {
	width:100%;
	display:inline-block;
}
#footer .footerTopBox .footerLtBox .addressBox address {
	width:100%;
	display:inline-block;
	margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
#footer .footerTopBox .footerLtBox .addressBox address strong {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
#footer .footerTopBox .footerLtBox .addressBox address:last-child {
	margin-bottom: 0px;
}
#footer .footerTopBox .footerRtBox {
	width:60%;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 35px;
}
#footer .footerTopBox .footerRtBox .footer-links {
	width:30%;
	display:inline-block;
}
#footer .footerTopBox .footerRtBox .footer-links h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
#footer .footerTopBox .footerRtBox .footer-links ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
#footer .footerTopBox .footerRtBox .footer-links ul li {
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
}
#footer .footerTopBox .footerRtBox .footer-links ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
#footer .footerTopBox .footerRtBox .footer-links ul li a:hover {
    color: #44c3f6;
}

#footer .copyright {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
    margin: 50px 0 70px 0;
    border-top: 1px solid #3a388c;
    border-bottom: 1px solid #3a388c;
}
#footer .copyright .leftCol {}
#footer .copyright .leftCol p {	
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
#footer .copyright .rightCol {}
#footer .copyright .rightCol ul {
    display: flex;
	justify-content: end;
    margin: 0;
    padding: 0;
}
#footer .copyright .rightCol ul li {
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 18px;
}
#footer .copyright .rightCol ul li:last-child {
    margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
#footer .copyright .rightCol ul li a {
	font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
}
#footer .copyright .rightCol ul li a:hover {
    color: #44c3f6;
}

/*----------------- Modal Popups Design -----------------*/
.modal-backdrop {
	background-color: #000000;
}
.modal-backdrop.show {
	opacity: 0.50;
}
.modalDesign::-webkit-scrollbar {
	width: 14px;
}
.modalDesign::-webkit-scrollbar-track {
	background: transparent;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.modalDesign::-webkit-scrollbar-thumb {
	min-height: 40px;
	border: 4px solid rgb(38 38 38);
	background: rgb(0 0 0 / 70%);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	visibility: hidden;
}
.modalDesign:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}
.modalDesign .modal-content {
	background-color: #ffffff;
	border: none;
	border-radius: 20px;
}
.modalDesign .modal-body {
	padding: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.modalDesign .close {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	outline: 0;
	border: none;
	background-color: transparent;
	opacity: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}
.modalDesign .review-body {
	padding: 0;
}
.modalDesign .review-body .review {
	padding: 60px;
}
.modalDesign .review-body .review p {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #202121;
	font-weight: 400;
	line-height: 24px;
}
.modalDesign .review-body .review p:last-child {
	margin-bottom: 0;
}
.modalDesign .review-body .review p strong {
	font-weight: 700;
}
.modalDesign .review-body .reviewInfo {
	display: flex;
	flex-wrap: wrap;
    gap: 30px;
	width: 100%;
	padding: 30px 60px;
    justify-content: space-between;
    align-items: center;
    background-color: #010066;
	border-radius: 0px 0px 20px 20px;
}
.modalDesign .review-body .reviewInfo .left {
	display: flex;
	gap: 20px;
	align-items: center;
	width: calc(75% - 30px);
}
.modalDesign .review-body .reviewInfo .image {
	flex-shrink: 0;
	max-width: 120px;
	border-radius: 100%;
	overflow: hidden;
}
.modalDesign .review-body .reviewInfo .details {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.modalDesign .review-body .reviewInfo .details h3 {
	margin: 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
}
.modalDesign .review-body .reviewInfo .details p {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
}
.modalDesign .review-body .reviewInfo .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 25%;
}

/*--------------------- Privacy Policy -------------------------*/
.site-main {
	width:100%;
	display:inline-block;
}
body .partners-integration-hero {
	position: relative;
    background-color: #010f1b !important;
    background-size: 60% !important;
}
.partners-integration-hero.background-with-overlay:after {
    left: 22%;
    width: 42%;
    background: linear-gradient(90deg, rgba(1, 15, 27, 1) 50%, rgba(1, 15, 27, 0) 100%);
}
.background-with-overlay:after {
    background: rgb(212, 229, 241);
    background: linear-gradient(90deg, rgba(212, 229, 241, 1) 50%, rgba(212, 229, 241, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 59%;
    height: 100%;
	z-index: 0;
}
.sub-hero-block {
    width: 100%;
    background-color: #d5e5f1;
}
.remove-shape .sub-hero-caption {
    padding: 80px 0 80px;
	position: relative;
    z-index: 1;
}
.partners-integration-hero .sub-hero-caption h1 {
    color: #fff;
}
.sub-hero-caption h1 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 700;
}
.sub-hero-left {
	width: 45%;
}
.sub-hero-right {
    width: 48%;
    font-weight: 700;
    font-size: 20px;
}
.mobile-banner {
    display: none;
}
.section-medium-spacer {
    padding: 60px 0;
}
.has-text-align-left {
    text-align: left;
}
.default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
    font-weight: 700;
    color: #0d8adb;
}
.default-page-content ol, .default-page-content ul {
    padding: 0 0 0 18px;
    margin: 0 0 20px;
}
.default-page-content ol ul, .default-page-content ol ol, .default-page-content ul ul, .default-page-content ul ol {
    margin: 15px 0 20px;
}

/*--------------------- Error-404 Page -------------------------*/
.error-404 {
    padding: 80px 0;
}
.error404 #header .header-main .logo img.logoWhite {
	display:none;
}
.error404 #header .header-main .logo img.logoBlue {
	display:block;
}
.error-404 .error-404-img {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.error-404 .error-404-img img {
    width: 600px;
}
.error-404 .btn,
.error-404 .btn:active {
    margin: 20px 0 0;
	display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #010066;
    border-radius: 30px;
    border: 0px;
}

/*----------------- first-and-third-party-collections Page -----------------*/
#innerBanner {
	float: left;
	width: 100%;
	padding: 150px 0 100px 0;
	background-color: #010066;
	position: relative;
	z-index: 1;
}
#innerBanner .innerBox {
    display: flex;
    align-items: center;
}
#innerBanner .innerBox .image {
    flex-shrink: 0;
	min-width: 40%;
	max-width: 40%;
}
#innerBanner .innerBox .info {
    flex: 1;
    padding-left: 100px;
}
#innerBanner .innerBox .info h1 {
	margin: 0 0 15px 0;
    font-size: 34px;
    color: #ffffff;
    font-weight: 800;
    line-height: 44px;
}
#innerBanner .innerBox .info h2 {
	margin: 0 0 35px 0;
	font-size: 20px;
	color: #35C1F1;
	font-weight: 300;
	line-height: normal;
}
#innerBanner .innerBox .info h3 {
	margin: 0 0 40px 0;
	font-size: 16px;
	color: #35C1F1;
	font-weight: 300;
	line-height: normal;
}
#innerBanner .innerBox .info h4 {
	margin: 30px 0 30px 0;
	font-size: 22px;
	color: #35C1F1;
	font-weight: 300;
	line-height: normal;
}
#innerBanner .innerBox .info p {
	margin: 0 0 35px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#innerBanner .innerBox .info .button {
	padding: 8px 20px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 30px;
	font-size: 14px;
	color: #000000;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#innerBanner .innerBox .info .button:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.businesses-sec {
	width: 100%;
	display: inline-block;
	padding-top:70px;
	padding-bottom:70px;
}
.businesses-sec .content {
	width: 100%;
    display: inline-block;
}
.businesses-sec .content h2 {
	margin-bottom: 70px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
	text-align:center;
}
.businesses-sec .content h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #010066;
}
.businesses-sec .content p {
	margin: -40px 0 50px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: 24px;
	text-align:center;
}
.businesses-sec .content .business-icon {
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 15px;
}
.businesses-sec .content .business-icon .item {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.businesses-sec .content .business-icon .item .icon {
	margin-bottom: 20px;
	width: 90px;
	height:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #010165;
    border-radius: 10px;
}
.businesses-sec .content .business-icon .item .icon img {
	width: 50px;
	height:auto;
}
.businesses-sec .content .business-icon .item h4 {
	margin-bottom: 0px;
    font-size: 16px;
    line-height: 15px;
	font-weight:300;
	color: #202121;
	text-align:center;
}

.solutions-sec {
	width: 100%;
	display: inline-block;
	padding-top:10px;
	padding-bottom:50px;
	background-color:#f2f2f2;
}
.solutions-sec .image img {
	width: 90%;
	height:auto;
}
.solutions-sec .content {
	display: flex;
    flex-direction: column;
	justify-content: center;
    /*margin-top: 38px;*/
}
.solutions-sec .content h2 {
	margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
	font-weight:800;
	color: #202121;
}
.solutions-sec .content h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #010066;
}
.solutions-sec .content p {
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
	font-weight:300;
	color: #202121;
}
.solutions-sec .content p:last-child {
	margin-bottom: 0px;
}


.performance-sec {
	width: 100%;
	display: inline-block;
	padding-top:70px;
	padding-bottom:70px;
	background-color:#e7f3ff;
}
.performance-sec .content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.performance-sec .content > h2 {
	margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
}
.performance-sec .content > h2 strong {
    width: 100%;
    display: inline-block;
    color: #202121;
}
.performance-sec .content > h2 b {
    color: #202121;
}
.performance-sec .content > p {
	margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
}
.performance-sec .content .numberBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 72px;
    justify-content: center;
	    margin-top: 20px;
}
.performance-sec .content .numberBox .item {
	width: auto;
    display: inline-block;
    text-align: center;
}
.performance-sec .content .numberBox .item h3 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
	font-weight:600;
    color: #010066;
}
.performance-sec .content .numberBox .item p {
	margin-bottom: 10px;
	font-size: 18px;
    line-height: 20px;
	font-weight:300;
	color: #202121;
}
.performance-sec .content .numberBox .item p:last-child {
	margin-bottom: 0px;
}

.collections-sec {
	width: 100%;
	display: inline-block;
	padding-top:70px;
	padding-bottom:70px;
}
.collections-sec .content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 90px;
}
.collections-sec .content > h2 {
	margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
}
.collections-sec .content > h2 strong {
    width: 100%;
    display: inline-block;
    color: #202121;
}
.collections-sec .content > h4 {
	margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
	font-weight:800;
	color: #35C1F1;
}
.collections-sec .content > h5 {
	margin-top: 30px;
    margin-bottom: -30px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #0165FF;
}
.collections-sec .content > p {
	margin-bottom: 20px;
	padding: 0 40px;
    font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
    text-align: center;
}
.collections-sec .content > p:last-child {
	margin-bottom: 0px;
}
.collections-sec .collectionBlock {
	width: 100%;
    display: inline-block;
}
.collections-sec .collectionsBox {
	width: 100%;
    display: flex;
    align-items: center;
	margin-bottom: 90px;
}
.collections-sec .collectionsBox:last-child {
	margin-bottom: 0;
}
.collections-sec .collectionsBox:nth-child(even) { flex-direction: row-reverse; }
.collections-sec .collectionsBox:nth-child(even) .info { padding-left: inherit; padding-right:100px; }
.collections-sec .collectionsBox .image {
    flex-shrink: 0;
    min-width: 40%;
    max-width: 40%;
}
.collections-sec .collectionsBox .image img {
	width:100%;
	height:auto;
    border-radius: 20px;
}
.collections-sec .collectionsBox .info {
    flex: 1;
    padding-left: 100px;
}
.collections-sec .collectionsBox .info > h2 {
	margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
	font-weight:800;
	color: #010066;
}
.collections-sec .collectionsBox .info > p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
	font-weight:300;
	color: #202121;
}
.collections-sec .collectionsBox .info > p:last-child {
	margin-bottom: 0px;
}
.collections-sec .collectionsBox .info ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.collections-sec .collectionsBox .info ul:last-child {
	margin-bottom: 0;
}
.collections-sec .collectionsBox .info ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #162A44;
	font-weight: 300;
	line-height: 25px;
}
.collections-sec .collectionsBox .info ul li:before {
	content: ".";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.achieve-sec {
	width: 100%;
	display: inline-block;
	padding-top:20px;
	padding-bottom:100px;
}
.achieve-sec h2 {
    margin-bottom: 70px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    color: #010066;
	text-align: center;
}
.achieve-sec h2 strong {
    width: 100%;
    display: inline-block;
    color: #202121;
}
.achieve-sec .achieveBox {
	width: 100%;
    display: flex;
    align-items: center;
	margin-bottom:90px;
}
.achieve-sec .achieveBox:last-child {
	margin-bottom:0px;
}
.achieve-sec .achieveBox:nth-child(even) { 
	flex-direction: row-reverse; 
}
.achieve-sec .achieveBox:nth-child(even) .info { 
	padding-left: inherit; 
	padding-right:100px; 
}
.achieve-sec .achieveBox .image {
    flex-shrink: 0;
    min-width: 40%;
    max-width: 40%;
}
.achieve-sec .achieveBox .image img {
	width:100%;
	height:auto;
    border-radius: 20px;
}
.achieve-sec .achieveBox .info {
    flex: 1;
    padding-left: 100px;
}
.achieve-sec .achieveBox .info > h2 {
	margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
	font-weight:800;
	color: #010066;
	text-align: left;
}
.achieve-sec .achieveBox .info > p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
	font-weight:300;
	color: #202121;
}
.achieve-sec .achieveBox .info > p:last-child {
	margin-bottom: 0px;
}
.achieve-sec .achieveBox .info ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.achieve-sec .achieveBox .info ul:last-child {
	margin-bottom: 0;
}
.achieve-sec .achieveBox .info ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #162A44;
	font-weight: 300;
	line-height: 25px;
}
.achieve-sec .achieveBox .info ul li:before {
	content: ".";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.video-sec {
	width: 100%;
	display: inline-block;
	padding-top:45px;
	padding-bottom:45px;
	background-color:#F2F2F2;
}
.video-sec .videoContent {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 60px;
}
.video-sec .videoContent > h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #010066;
}
.video-sec .videoContent > p {
    margin-bottom: 20px;
    padding: 0 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #202121;
    text-align: center;
}
.video-sec .videoContent > ul {
	padding: 0;
	margin: 20px 0 20px 0;
	list-style-type: none;
	width: 90%;
    display: flex;
    gap: 50px;
}
.video-sec .videoContent > ul:last-child {
	margin-bottom: 0;
}
.video-sec .videoContent > ul li {
	position: relative;
    margin: 0 0 0px 0;
    padding-left: 30px;
    width: 33%;
    font-size: 20px;
    color: #202121;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
.video-sec .videoContent > ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background:url(../images/check-list-icon.png) left top no-repeat;
	width:20px;
	height:20px;
}

.video-sec .video-box {
    display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
}
.video-sec .video-box h2 {
	margin-bottom: 30px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #202121;
	text-align: center;
}
.video-sec .video-box h2 strong {
	width: 100%;
    display: inline-block;
    font-weight: 800;
    color: #010066;
}
.video-sec .video-box h6 {
	margin-bottom: 30px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
	text-align: center;
}
.video-sec .video-box p {
	margin-bottom: 25px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
	text-align:center;
}
.video-item {
	position: relative; 
	width: 640px; 
	height: 360px;
	border-radius: 20px;
    overflow: hidden;
}
.video-item #custom-thumbnail {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	cursor: pointer;
}
.video-item #play-icon {
	position: absolute; 
	width: 80px; 
	height: 80px; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	z-index: 2; 
	cursor: pointer;
}

#seamlessSec {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}
#seamlessSec .topcolContent {
	padding: 0 100px;
	text-align: center;
}
#seamlessSec .topcolContent h2 {
	margin: 0 0 35px 0;
	font-size: 40px;
	color: #010066;
	font-weight: 800;
	line-height: 50px;
}
#seamlessSec .topcolContent h2 strong {
    width: 100%;
    display: inline-block;
	font-weight: 800;
    color: #202121;
}
#seamlessSec .topcolContent h2 br {
	display: block;
}
#seamlessSec .topcolContent h3 {
	margin: 0 0 35px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 300;
	line-height: 42px;
}
#seamlessSec .topcolContent > p {
    margin-bottom: 20px;
    padding: 0 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #202121;
    text-align: center;
}
#seamlessSec .topcolContent > p:last-child {
    margin-bottom: 0px;
}
#seamlessSec .seamlessBox {
	display: flex;
	align-items: flex-start;
	gap: 130px;
	width: 100%;
	margin-top: 70px;
}
#seamlessSec .seamlessBox .imageBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-shrink: 0;
	min-width: 32%;
	max-width: 32%;
}
#seamlessSec .seamlessBox .imageBox .image {
	border-radius: 20px;
	overflow: hidden;
}
#seamlessSec .seamlessBox .imageBox .image img {
	width: 100%;
	height: auto;
}
#seamlessSec .seamlessBox .content {
	flex: 1;
}
#seamlessSec .seamlessBox .content .accordion-item {
	margin: 0 0 30px 0;
	border: none;
}
#seamlessSec .seamlessBox .content .accordion-item:last-child {
	margin-bottom: 0;
}
#seamlessSec .seamlessBox .content .accordion-header button {
	display: flex;
	gap: 30px;
	padding: 0;
	outline: 0;
	border: none;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
	font-size: 25px;
	color: #202121;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#seamlessSec .seamlessBox .content .accordion-header button::after {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #0E21A1;
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	color: #0E21A1;
}
#seamlessSec .seamlessBox .content .accordion-body {
	padding: 20px 0 0 0;
}
#seamlessSec .seamlessBox .content p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#seamlessSec .seamlessBox .content p:last-child {
	margin-bottom: 0;
}
#seamlessSec .seamlessBox .content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
#seamlessSec .seamlessBox .content ul:last-child {
	margin-bottom: 0;
}
#seamlessSec .seamlessBox .content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#seamlessSec .seamlessBox .content ul li:before {
	content: ".";
	font-size: 42px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#tabsSec {
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 100px;
	margin-top: 50px;
	background: #010066;
}
#tabsSec .slider {
	margin-top: -40px;
}
#tabsSec .slider .review-slider-tab {
	background-color: #0165FF;
	border-radius: 20px;
}
#tabsSec .slider .review-slider-tab .info {
	display: flex;
	align-items: flex-start;
	grid-gap: 30px;
	padding: 30px;
}
#tabsSec .slider .review-slider-tab .info .image {
	flex-shrink: 0;
	width: 180px;
	margin-top: 20px;
}
#tabsSec .slider .review-slider-tab .info .image img {
	width: auto;
}
#tabsSec .slider .review-slider-tab .info .reviewBox {
	flex: 1;
}
#tabsSec .slider .review-slider-tab .info .reviewBox > p {
	min-height: 80px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
}
#tabsSec .slider .review-slider-tab .info .reviewBox .infoBotm {
	margin-top: 30px;
}
#tabsSec .slider .review-slider-tab .info .reviewBox .infoBotm p {
	display: block;
	margin: 0;
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: right;
}
#tabsSec .slider .review-slider-tab .info .reviewBox .infoBotm p strong {
	display: block;
	font-weight: 300;
}
#tabsSec .slider .review-slider-tab .owl-nav {
	display: flex;
	gap: 12px;
	margin-top: 0;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 20px;
	left: 240px;
}
#tabsSec .slider .review-slider-tab .owl-nav [class*=owl-] {
	position: static;
}
#tabsSec .desktop {
	display: block;
}
#tabsSec .mobile {
	display: none;
}
#tabsSec .tabs {
	margin-top: 50px;
}
#tabsSec .tabs .nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
}
#tabsSec .tabs .nav .nav-link {
	display: inline-block;
	height: 100%;
	padding: 7px 20px;
	outline: 0;
	border: 0;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #010066;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#tabsSec .tabs .nav .nav-link.active {
	background-color: #0165FF;
	color: #ffffff;
}
#tabsSec .tabs .tab-pane {
	display: none;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 130px;
	width: 100%;
	margin-top: 70px;
}
#tabsSec .tabs .tab-pane.active {
	display: flex;
}
#tabsSec .tabs .tab-pane .imageBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-shrink: 0;
	min-width: 45%;
	max-width: 45%;
}
#tabsSec .tabs .tab-pane .imageBox .image {
	border-radius: 20px;
	overflow: hidden;
}
#tabsSec .tabs .tab-pane .imageBox .image img {
	width: 100%;
	height: auto;
}
#tabsSec .tabs .tab-pane .logosBox {
	border-radius: 20px;
	overflow: hidden;
}
#tabsSec .tabs .tab-pane .logosBox .image img {
	width: 100%;
	height: auto;
}
#tabsSec .tabs .tab-pane .infoBox {
	flex: 1;
}
#tabsSec .tabs .tab-pane .infoBox p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#tabsSec .tabs .tab-pane .infoBox p:last-child {
	margin-bottom: 0;
}
#tabsSec .tabs .tab-pane .infoBox ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
#tabsSec .tabs .tab-pane .infoBox ul:last-child {
	margin-bottom: 0;
}
#tabsSec .tabs .tab-pane .infoBox ul li {
	position: relative;
	margin: 0 0 20px 0;
	padding-left: 20px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#tabsSec .tabs .tab-pane .infoBox ul li:last-child {
	margin-bottom: 0;
}
#tabsSec .tabs .tab-pane .infoBox ul li:before {
	content: ".";
	font-size: 42px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#tabsSec .review-tabTOslider {
	width: calc(100% + 30px);
	margin: 0 -15px;
	margin-top: 40px;
}
#tabsSec .review-tabTOslider .item .title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 74px;
	padding: 10px 50px;
	background-color: #ffffff;
	font-size: 20px;
	color: #010066;
	font-weight: 300;
	line-height: normal;
	text-transform: none;
	text-align: center;
}
#tabsSec .review-tabTOslider .item .info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 15px;
}
#tabsSec .review-tabTOslider .item .info .imageBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
#tabsSec .review-tabTOslider .item .info .imageBox .image {
	border-radius: 20px;
	overflow: hidden;
}
#tabsSec .review-tabTOslider .item .info .imageBox .image img {
	width: 100%;
	height: auto;
}
#tabsSec .review-tabTOslider .item .info .infoBox {
	flex: 1;
}
#tabsSec .review-tabTOslider .item .info .infoBox p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#tabsSec .review-tabTOslider .item .info .infoBox p:last-child {
	margin-bottom: 0;
}
#tabsSec .review-tabTOslider .item .info .infoBox ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
#tabsSec .review-tabTOslider .item .info .infoBox ul:last-child {
	margin-bottom: 0;
}
#tabsSec .review-tabTOslider .item .info .infoBox ul li {
	position: relative;
	margin: 0 0 20px 0;
	padding-left: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#tabsSec .review-tabTOslider .item .info .infoBox ul li:last-child {
	margin-bottom: 0;
}
#tabsSec .review-tabTOslider .item .info .infoBox ul li:before {
	content: ".";
	font-size: 35px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#tabsSec .review-tabTOslider .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 24px;
}
#tabsSec .review-tabTOslider .owl-nav button.owl-prev {
	left: 12px;
}
#tabsSec .review-tabTOslider .owl-nav button.owl-next {
	right: 12px;
}


.talk-expert-sec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
	background-color:#F2F2F2;
}
.talk-expert-sec .content {
	width: 100%;
    display: flex;
    padding: 18px 0;
    border-top:1px solid #010066;
	border-bottom:1px solid #010066;
    align-items: center;
    grid-gap: 20px;
	margin-bottom:70px;
}
.talk-expert-sec .content p {
	width: 82%;
    display: inline-block;
	margin-bottom: 0px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #010066;
}
.talk-expert-sec .content .bookDemoBtn {
    padding: 7px 20px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.talk-expert-sec .content .bookDemoBtn:hover {
    border-color: #010066;
    background-color: transparent;
    color: #010066;
    text-decoration: none;
}

.talk-expert-sec .contentBotm {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.talk-expert-sec .contentBotm h2 {
	margin-bottom: 30px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
	text-align:center;
}
.talk-expert-sec .contentBotm h4 {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
	text-align:center;
}
.talk-expert-sec .contentBotm p {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
	text-align:center;
}
.talk-expert-sec .contentBotm .itemBox {
	width: 90%;
    display: flex;
    grid-gap: 20px;
}
.talk-expert-sec .contentBotm .itemBox .itemInfo {
	width: 100%;
    display: inline-block;
	padding:40px 45px;
	background-color: #fff;
	border-radius: 20px;
}
.talk-expert-sec .contentBotm .itemBox .itemInfo img {
	width: auto;
	height:auto;
	margin-bottom: 50px;
}
.talk-expert-sec .contentBotm .itemBox .itemInfo p {
	margin-bottom: 65px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
	text-align: left;
}
.talk-expert-sec .contentBotm .itemBox .itemInfo p strong {
	font-weight:600;
}
.talk-expert-sec .contentBotm .itemBox .itemInfo .downloadBtn {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.talk-expert-sec .contentBotm .itemBox .itemInfo .downloadBtn:hover {
    border-color: #010066;
    background-color: transparent;
    color: #010066;
    text-decoration: none;
}

/*----------------- auto-finance Page -----------------*/
.boost-sec {
	padding-top:80px;
	padding-bottom:80px;
	background-color:#FFFFFF;
}
.boost-sec .content {
    margin-top: 0px;
}
.boost-sec .content h2 {
    color: #010066;
}
.boost-sec .content h2 strong {
    width: auto;
    display: inline-block;
    color: #202121;
}

.challengSec {
	padding-top: 60px;
	text-align: center;
}
.challengSec h2 {
    margin: 0 0 50px 0;
    font-size: 32px;
    color: #010066;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
}
.challengSec h3 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #010066;
	font-weight: 800;
	line-height: 24px;
}
.challengSec img {
	margin-bottom: 40px;
}
.challengSec p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 26px;
}
.challengSec p:last-child {
	margin-bottom: 0px;
}

.challengImgSec {
	padding-top:0;
}
.challengImgSec .content {
	margin-top: 0;
	text-align: center;
}
.challengImgSec .content h2 {
    margin: 0 0 50px 0;
    font-size: 34px;
    color: #010066;
    font-weight: 800;
    line-height: 44px;
}
.challengImgSec .content h3 {
	margin-bottom: 30px;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
.challengImgSec .content img {
	margin-bottom: 40px;
}
.challengImgSec .content p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 26px;
}
.challengImgSec .content p:last-child {
	margin-bottom: 0px;
}

.endToEndAutoSec {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	background-color:#F2F2F2;
}
.endToEndAutoSec .content {
	display: flex;
	gap: 100px;
}
.endToEndAutoSec .content .leftCol {
	width: 70%;
	padding: 40px 0;
}
.endToEndAutoSec .content .leftCol h2 {
	margin-bottom: 20px;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
.endToEndAutoSec .content .leftCol p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
.endToEndAutoSec .content .leftCol p:last-child {
	margin-bottom: 0;
}
.endToEndAutoSec .content .leftCol .collectionsBox {
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	column-gap: 30px;
	margin-top: 50px;
}
.endToEndAutoSec .content .leftCol .collectionsBox .collection {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	width: calc(33.333333% - 20px);
}
.endToEndAutoSec .content .leftCol .collectionsBox .collection .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 38px;
	width: 38px;
	height: 38px;
}
.endToEndAutoSec .content .leftCol .collectionsBox .collection .title {
	margin-bottom: 0;
	font-size: 20px;
	color: #231F20;
	font-weight: 400;
	line-height: 25px;
}
.endToEndAutoSec .content .rightCol {
	flex-shrink: 0;
	min-width: 30%;
	max-width: 30%;
	/*margin-top: -40px;*/
	padding: 40px 0;
	text-align: right;
}

.consumer-sec.blueBG .consumer-botm-image {
	margin-top:0;
}
.consumer-sec.blueBG .consumer-botm-image p {
	margin-bottom:30px;
	color: #fff;
}

.voiceAiSec {
	padding-top: 70px;
	padding-bottom: 70px;
} 
.voiceAiSec .achieveBox:nth-child(even) { 
	flex-direction: row; 
}
.voiceAiSec .achieveBox:nth-child(even) .info { 
	padding-left: 100px; 
	padding-right:inherit; 
}
.voiceAiSec .achieveBox:nth-child(odd) { 
	flex-direction: row-reverse; 
}
.voiceAiSec .achieveBox:nth-child(odd) .info { 
	padding-left: inherit; 
	padding-right:100px; 
}

.whySkit-sec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.whySkit-sec h2 {
	margin: 0 0 50px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
}
.whySkit-sec h3 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #010066;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.whySkit-sec .image {
    min-width: 100%;
    max-width: 100%;
	text-align: center;
}
.whySkit-sec .image img {
    width: auto;
    height: auto;
}


#successStorySec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
#successStorySec .topcolContent {
	padding: 0 0px;
	text-align: left;
}
#successStorySec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
#successStorySec .storyBox {
	display: flex;
	gap: 40px;
	width: 100%;
	margin-top: 40px;
}
#successStorySec .storyBox .content {
	flex: 1;
	padding: 40px;
	background-color: #F2F2F2;
	border-radius: 20px;
}
#successStorySec .storyBox .content .storyLogo {
	margin-bottom: 40px;
}
#successStorySec .storyBox .content p {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#successStorySec .storyBox .content p:last-child {
	margin-bottom: 0;
}
#successStorySec .storyBox .image {
	flex-shrink: 0;
	min-width: 50%;
	max-width: 50%;
	text-align: right;
}
#successStorySec .storyBox .image img {
	border-radius: 15px;
}
#successStorySec .storyBox .button {
	border: 1px solid #010066;
	background-color: #010066;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	line-height: 22px;
}
#successStorySec .storyBox .button:hover {
	background-color: transparent;
	color: #010066;
	text-decoration: none;
}

/*----------------- 007 Self Assist Page -----------------*/
.prodictiveSec {
	padding-top: 80px;
    padding-bottom: 80px;
}
.prodictiveSec .content h2 {
	margin-bottom: 35px;
	font-size: 34px;
	line-height: 44px;
	color: #010066;
	font-weight: 800;
}
.prodictiveSec .content h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #202121;
}
.prodictiveSec .content p {
	margin-bottom: 35px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: 30px;
}
.prodictiveSec .content p:last-child {
	margin-bottom: 0px;
}
.prodictiveSec .content p a {
	border-color: #0E21A1;
	background-color: #0E21A1;
	color: #FFFFFF;
}
.prodictiveSec .content p a:hover {
	border-color: #0E21A1;
	background-color: transparent;
	color: #0E21A1;
}
.prodictiveSec .content img {
	width:auto;
	height:auto;
}

.performance-sec.experiencSec .content h2 {
	margin-bottom: 35px;
}
.performance-sec.experiencSec .content .numberBox {
    align-items: flex-end;
}

#experiencesSec.aiPoweredSec .topcolContent {
    padding: 0 0px;
    text-align: center;
}

.effortlessly-sec {
	display: inline-block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
	margin-bottom: 150px;
    background: #010066;
}
.effortlessly-sec .effortlesslyBox {
    display: flex;
    gap: 40px;
    width: 100%;
}
.effortlessly-sec .effortlesslyBox .content {
	flex: 1;
	padding: 0px;
}
.effortlessly-sec .effortlesslyBox .content h2 {
    margin: 0 0 20px 0;
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    line-height: 42px;
}
.effortlessly-sec .effortlesslyBox .content p {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
}
.effortlessly-sec .effortlesslyBox .content p:last-child {
	margin-bottom: 0;
}
.effortlessly-sec .effortlesslyBox .content > ul {
	padding: 0;
	margin: 20px 0 20px 0;
	list-style-type: none;
	width: 90%;
    display: flex;
	flex-direction: column;
    gap: 10px;
}
.effortlessly-sec .effortlesslyBox .content > ul:last-child {
	margin-bottom: 0;
}
.effortlessly-sec .effortlesslyBox .content > ul li {
	position: relative;
    margin: 0 0 0px 0;
    padding-left: 30px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
.effortlessly-sec .effortlesslyBox .content > ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background:url(../images/check-list-icon1.svg) left top no-repeat;
	width:20px;
	height:20px;
}
.effortlessly-sec .effortlesslyBox .image {
	flex-shrink: 0;
	min-width: 50%;
	max-width: 50%;
	text-align: right;
}
.effortlessly-sec .effortlesslyBox .button {
	border: 1px solid #ffffff;
    background-color: transparent;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	line-height: 22px;
}
.effortlessly-sec .effortlesslyBox .button:hover {
	background-color: #ffffff;
	color: #010066;
	text-decoration: none;
}

.effortlessly-sec .slider {
	margin-top: 80px;
    margin-bottom: -160px;
}
.effortlessly-sec .slider .review-slider-tab {
	background-color: #0165FF;
	border-radius: 20px;
}
.effortlessly-sec .slider .review-slider-tab .info {
	display: flex;
	align-items: flex-start;
	grid-gap: 30px;
	padding: 30px;
}
.effortlessly-sec .slider .review-slider-tab .info .image {
	flex-shrink: 0;
	width: 180px;
	margin-top: 20px;
}
.effortlessly-sec .slider .review-slider-tab .info .image img {
	width: auto;
}
.effortlessly-sec .slider .review-slider-tab .info .reviewBox {
	flex: 1;
}
.effortlessly-sec .slider .review-slider-tab .info .reviewBox > p {
	min-height: 135px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
}
.effortlessly-sec .slider .review-slider-tab .info .reviewBox .infoBotm {
	margin-top: 30px;
}
.effortlessly-sec .slider .review-slider-tab .info .reviewBox .infoBotm p {
	display: block;
	margin: 0;
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: right;
}
.effortlessly-sec .slider .review-slider-tab .info .reviewBox .infoBotm p strong {
	display: block;
	font-weight: 300;
}
.effortlessly-sec .slider .review-slider-tab .owl-nav {
	display: flex;
	gap: 12px;
	margin-top: 0;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 20px;
	left: 240px;
}
.effortlessly-sec .slider .review-slider-tab .owl-nav [class*=owl-] {
	position: static;
}

/*----------------- voice Page -----------------*/
.driveBusinessSec {
	position: relative;
	background-color:#F2F2F2;
	margin-top: 50px;
}
.driveBusinessSec .content {
	display: flex;
	align-items: center;
	gap: 100px;
}
.driveBusinessSec .content .leftCol {
	flex-shrink: 0;
	min-width: 45%;
	max-width: 45%;
	text-align: left;
	margin-top: -25px;
}
.driveBusinessSec .content .rightCol {
	width: 55%;
	padding-top:20px;
	padding-bottom:20px;
}
.driveBusinessSec .content .rightCol h2 {
	margin-bottom: 15px;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
}
.driveBusinessSec .content .rightCol h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #202121;
}
.driveBusinessSec .content .rightCol h2 br {
	display: block;
}
.driveBusinessSec .content .rightCol img {
	margin-bottom: 15px;
}
.driveBusinessSec .content .rightCol p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 26px;
}
.driveBusinessSec .content .rightCol p:last-child {
	margin-bottom: 0;
}


.driveBusinessSec .image {
	flex-shrink: 0;
	min-width: 50%;
	max-width: 50%;
	text-align: left;
	margin-top: -25px;
}
.driveBusinessSec .image {
	width: 50%;
	padding-top:0px;
	padding-bottom:0px;
}
.driveBusinessSec .content {
	display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
	justify-content: center;
	padding-top: 15px;
    padding-bottom: 25px;
}
.driveBusinessSec .content h2 {
	margin-bottom: 15px;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 38px;
}
.driveBusinessSec .content h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #202121;
}
.driveBusinessSec .content h2 br {
	display: block;
}
.driveBusinessSec .content img {
	margin-bottom: 0px;
}
.driveBusinessSec .content p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 26px;
}
.driveBusinessSec .content p:last-child {
	margin-bottom: 0;
}
.ultimateVoiceSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #010066;
	overflow: hidden;
}
.ultimateVoiceSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
.ultimateVoiceSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: 44px;
}
.ultimateVoiceSec .topcolContent h2 br {
	display: block;
}
.ultimateVoiceSec .topcolContent h3 {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	line-height: 30px;
}
.ultimateVoiceSec .topcolContent p {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
}
.ultimateVoiceSec .ultimateVoiceBox {
	display: flex;
	gap: 40px;
	width: 100%;
	margin-top: 70px;
}
.ultimateVoiceSec .ultimateVoiceBox .content {
	flex: 1;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox {
	background-color: #ffffff;
	border-radius: 20px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 20px;
	background-color: #0165FF;
	border-radius: 20px 20px 0px 0px;
	font-size: 27px;
	color: #ffffff;
	font-weight: 800;
	line-height: 32px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info {
	padding: 10px 20px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 25px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info p:last-child {
	margin-bottom: 0;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info ul:last-child {
	margin-bottom: 0;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info ul li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 25px;
}
.ultimateVoiceSec .ultimateVoiceBox .content .voiceBox .info ul li:before {
	content: ".";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.ultimateVoiceSec .ultimateVoiceBox .image {
	flex-shrink: 0;
	min-width: 40%;
	max-width: 40%;
	text-align: right;
}
.capabilitiesSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: #E6F3FF;
	overflow: hidden;
}
.capabilitiesSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
.capabilitiesSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #202121;
	font-weight: 800;
	line-height: 44px;
}
.capabilitiesSec .topcolContent h2 br {
	display: block;
}
.capabilitiesSec .topcolContent p {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 30px;
	color: #202121;
	font-weight: 300;
}
.capabilitiesSec .capabilitiesBox {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    margin-top: 40px;
}
.capabilitiesSec .capabilitiesBox .image {
	flex-shrink: 0;
	align-self: flex-end;
	min-width: 35%;
	max-width: 35%;
	margin-bottom: -40px;
	text-align: left;
}
.capabilitiesSec .capabilitiesBox .capabilities {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*row-gap: 30px;*/
    gap: 30px 15px;
    width: 54%;
}
.capabilitiesSec .capabilitiesBox .capabilities .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 153px;
}
.capabilitiesSec .capabilitiesBox .capabilities .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.capabilitiesSec .capabilitiesBox .capabilities .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 123px;
	width: 123px;
	height: 123px;
	background-color: #010165;
	border-radius: 10px;
	transition: all 400ms;
}
.capabilitiesSec .capabilitiesBox .capabilities .item a:hover .icon {
	background-color: #0165FF;
}
.capabilitiesSec .capabilitiesBox .capabilities .item .icon img {
	filter: brightness(0) invert(1);
	width: 57px;
	height:auto;
}
.capabilitiesSec .capabilitiesBox .capabilities .item .title {
	margin-bottom: 0;
	font-size: 18px;
	color: #231F20;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}

.blueBox {
	position: relative;
	padding-top: 70px;
	padding-bottom: 130px;
	margin-top:70px;
	background-color:#010066;
}
.blueBox .content h2 {
	margin: 0 0 60px 0;
	color: #fff;
}
.mrgtop-50 {
	margin-top:-80px;
}

.easyStepsSec {
	width: 100%;
    display: inline-block;
    padding-top: 70px;
	padding-bottom: 70px;
}
.easyStepsSec .content {
    width: 100%;    
    display: inline-block;
    padding: 20px 0;
    border-top: 1px solid #0E21A1;
    border-bottom: 1px solid #0E21A1;
}
.easyStepsSec .content .title {
    width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.easyStepsSec .content .title h3 {
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #010066;
}
.easyStepsSec .content .title h3 strong {
    color: #202121;
}
.easyStepsSec .content .title .scheduleBtn {
    padding: 8px 40px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easyStepsSec .content .title .scheduleBtn:hover {
    border-color: #010066;
    background-color: transparent;
    color: #010066;
    text-decoration: none;
}
.easyStepsSec .content .image {
	width: 100%;    
    display: inline-block;
	margin-top:35px;
	text-align:center;
}
.easyStepsSec .content .image img {
	width: 100%;  
	height:auto;
}

.exploreVoiceSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.exploreVoiceSec .topcolContent {
	margin-bottom: 50px;
	padding: 0 0px;
	text-align: center;
}
.exploreVoiceSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
.exploreVoiceSec .topcolContent h2 strong {
	color: #202121;
}
.exploreVoiceSec .topcolContent h2 br {
	display: block;
}
.exploreVoiceSec .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 10px;
	border: 1px solid #010066;
    border-radius: 20px;
}
.exploreVoiceSec .item .image {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.exploreVoiceSec .item .image img {
	width: 100%;
	height: auto;
}
.exploreVoiceSec .item h2 {
	margin-bottom: 0;
	font-size: 27px;
	color: #010066;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
}
.exploreVoiceSec .item .button {
	font-size: 16px;
	font-weight: 700;
}
.voiceTechnology-sec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 50px;
    background-color: #F2F2F2;
}
.voiceTechnology-sec .content {
	width: 100%;
    display: flex;
    grid-gap: 50px;
    justify-content: space-between;
    align-items: center;
}
.voiceTechnology-sec .title {
	width:60%;
	display:inline-block;
}
.voiceTechnology-sec .title h2 {
    margin-bottom: 15px;
    font-size: 32px;
    color: #010066;
    font-weight: 800;
    line-height: 42px;
}
.voiceTechnology-sec .title h2 strong {
    width: auto;
    display: contents;
    font-weight: 800;
    color: #202121;
}
.voiceTechnology-sec .content .image {
	width:40%;
    margin-top: -50px;
	display:flex;
	justify-content: center;
}

/*----------------- cost-of-collections Page -----------------*/
.cognitiveCustomerSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color:#F2F2F2;
	overflow: hidden;
}
.cognitiveCustomerSec .content {
	display: flex;
	align-items: center;
	gap: 100px;
}
.cognitiveCustomerSec .content .leftCol {
	width: 60%;
}
.cognitiveCustomerSec .content .leftCol h2 {
	margin-bottom: 20px;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
}
.cognitiveCustomerSec .content .leftCol h2 br {
	display: block;
}
.cognitiveCustomerSec .content .leftCol p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
.cognitiveCustomerSec .content .leftCol p:last-child {
	margin-bottom: 0;
}
.cognitiveCustomerSec .content .rightCol {
	flex-shrink: 0;
	min-width: 40%;
	max-width: 40%;
	text-align: right;
}
.revenueCostSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #E6F3FF;
	overflow: hidden;
}
.revenueCostSec .revenueCostBox {
	display: flex;
	gap: 70px;
	width: 100%;
}
.revenueCostSec .revenueCostBox .image {
	flex-shrink: 0;
	min-width: 25%;
	max-width: 25%;
	text-align: center;
}
.revenueCostSec .revenueCostBox .content {
	flex: 1;
	display: flex;
    flex-direction: column;
}
.revenueCostSec .revenueCostBox .content .icon {
	margin-bottom: 20px;
}
.revenueCostSec .revenueCostBox .content h2 {
	margin: 0 0 20px 0;
	font-size: 27px;
	color: #162A44;
	font-weight: 800;
	line-height: 32px;
}
.revenueCostSec .revenueCostBox .content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.revenueCostSec .revenueCostBox .content ul:last-child {
	margin-bottom: 0;
}
.revenueCostSec .revenueCostBox .content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	color: #162A44;
	font-weight: 300;
	line-height: 25px;
}
.revenueCostSec .revenueCostBox .content ul li:before {
	content: ".";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------- collection-orchestration-platform Page -----------------*/
#header .header-top.blueGreen {
	background: linear-gradient(90deg, #0F4D8F 0%, #2E86C7 30%, #38C0F0 60%, #80C466 100%);
}
#header .header-top.blueGreen .button {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
#header .header-top.blueGreen .button:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}
#sliderBanner {
	float: left;
	width: 100%;
	padding: 200px 0 0 0;
	margin-bottom: 70px;
	background: linear-gradient(180deg, #000000 47%, #000098 100%);
	position: relative;
	z-index: 1;
}
#sliderBanner .item {
	padding: 0 70px;
	margin-bottom: -70px;
}
#sliderBanner .item .info {
	text-align: center;
}
#sliderBanner .item .info h3 {
	margin: 0 0 30px 0;
	font-size: 16px;
	color: #35C1F1;
	font-weight: 300;
	line-height: normal;
}
#sliderBanner .item .info h1 {
	margin: 0 0 30px 0;
	font-size: 34px;
	line-height: 44px;
	color: #ffffff;
	font-weight: 800;
}
#sliderBanner .item .info h1 br {
	display: block;
}
#sliderBanner .item .info h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #35C1F1;
	font-weight: 500;
	line-height: normal;
}
#sliderBanner .item .info p {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
#sliderBanner .item .info .button {
	padding: 8px 20px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 30px;
	font-size: 14px;
	color: #000000;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sliderBanner .item .info .button:hover {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#sliderBanner .item .image {
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 45px auto 0 auto;
}
#sliderBanner .item .image img {
	border-radius: 12px;
}
#tabsSec.grayBgSec {
	padding-top: 70px;
    margin-top: 0;
	background: #F2F2F2;
}
#tabsSec.grayBgSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
#tabsSec.grayBgSec .topcolContent h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
#tabsSec.grayBgSec .topcolContent h2 strong {
	color: #202121;
}
#tabsSec.grayBgSec .topcolContent h2 br {
	display: block;
}
#tabsSec.grayBgSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#tabsSec.grayBgSec .topcolContent p:last-child {
	margin-bottom: 0;
}
#tabsSec.grayBgSec .tabs .nav .nav-link.active {
	background-color: #010066;
}
#tabsSec.grayBgSec .tabs .tab-pane .infoBox p {
	color: #202121;
}
#tabsSec.grayBgSec .tabs .tab-pane .infoBox ul li {
	color: #202121;
}
#tabsSec.grayBgSec .review-tabTOslider .item .info .infoBox p {
	color: #202121;
}
#tabsSec.grayBgSec .review-tabTOslider .item .info .infoBox ul li {
	color: #202121;
}
.onlyPlatformSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #010066;
	overflow: hidden;
}
.onlyPlatformSec .topcolContent {
	margin-bottom: 70px;
	padding: 0 120px;
	text-align: center;
}
.onlyPlatformSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: 44px;
}
.onlyPlatformSec .topcolContent h2 br {
	display: block;
}
.onlyPlatformSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
.onlyPlatformSec .topcolContent p:last-child {
	margin-bottom: 0;
}
.onlyPlatformSec .onlyPlatformBox {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 35px;
    width: 100%;
}
.onlyPlatformSec .onlyPlatformBox .platformBox {
	/*flex: 1;*/
	width: 31%;
	background-color: #ffffff;
	border-radius: 20px;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	min-height: 124px;
	padding: 30px 20px;
	background-color: #005578;
	border-radius: 20px 20px 0px 0px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	line-height: 24px;
}
.onlyPlatformSec .onlyPlatformBox .platformBox:nth-child(2) .title {
	background-color: #0165FF;
}
.onlyPlatformSec .onlyPlatformBox .platformBox:nth-child(3) .title {
	background-color: #0090D0;
}
.onlyPlatformSec .onlyPlatformBox .platformBox:nth-child(4) .title {
	background-color: #0165ff;
}
.onlyPlatformSec .onlyPlatformBox .platformBox:nth-child(5) .title {
	background-color: #0090d0;
}
.onlyPlatformSec .onlyPlatformBox .platformBox:nth-child(6) .title {
	background-color: #005578;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .title br {
	display: block;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info {
	padding: 15px 20px;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 24px;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info p:last-child {
	margin-bottom: 0;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info ul:last-child {
	margin-bottom: 0;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info ul li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: 24px;
}
.onlyPlatformSec .onlyPlatformBox .platformBox .info ul li:before {
	content: ".";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.onlyPlatformSec.lightblueBgSec {
	background-color: #E6F3FF;
}
.onlyPlatformSec.lightblueBgSec .topcolContent h2 {
	color: #010066;
}
.onlyPlatformSec.lightblueBgSec .topcolContent p {
	color: #202121;
}
.onlyPlatformSec.lightblueBgSec .onlyPlatformBox .platformBox {
	box-shadow: inset 0px 0px 0px 1px #010066, 3px 3px 2px rgb(160 160 160 / 25%);
}
.onlyPlatformSec.lightblueBgSec .onlyPlatformBox .platformBox .title {
	min-height: 156px;
}

/*----------------- compliance Page -----------------*/
.enterpriseGradeSec {
	position: relative;
	padding-top: 140px;
	padding-bottom: 70px;
	background-color: #F1F1F1;
	background-image: url(../images/enterprise-grade-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.enterpriseGradeSec .topcolContent {
	margin-bottom: 30px;
	padding: 0 0px;
	text-align: center;
}
.enterpriseGradeSec .topcolContent h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
.enterpriseGradeSec .topcolContent h2 strong {
	color: #202121;
}
.enterpriseGradeSec .topcolContent h2 br {
	display: block;
}
.enterpriseGradeSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
.enterpriseGradeSec .topcolContent p:last-child {
	margin-bottom: 0;
}
.enterpriseGradeSec .topcolContent .shildIcon {
	display: block;
}
.enterpriseGradeSec .enterpriseGradeBox {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 23px;
	column-gap: 23px;
}
.enterpriseGradeSec .enterpriseGradeBox .item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.enterpriseGradeSec .enterpriseGradeBox .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	width: 100%;
	height: 117px;
	background-color: #010165;
	border-radius: 10px;
	transition: all 400ms;
}
.enterpriseGradeSec .enterpriseGradeBox .item:hover .icon {
	background-color: #0165FF;
}
.enterpriseGradeSec .enterpriseGradeBox .item .icon img {
	filter: brightness(0) invert(1);
}
.enterpriseGradeSec .enterpriseGradeBox .item .title {
	margin-bottom: 0;
	font-size: 18px;
	color: #231F20;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}
.enterpriseGradeSec .enterpriseGradeBox .item .title br {
	display: block;
}
.enterprisesCanSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 65px;
	background-color: #010066;
}
.enterprisesCanSec .topcolContent {
	margin-bottom: 70px;
	padding: 0 0px;
	text-align: center;
}
.enterprisesCanSec .topcolContent h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: 44px;
}
.enterprisesCanSec .topcolContent h2 br {
	display: block;
}
.enterprisesCanSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
}
.enterprisesCanSec .topcolContent p:last-child {
	margin-bottom: 0;
}
.enterprisesCanSec .enterprisesCanBox {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(8, 1fr);
	row-gap: 23px;
	column-gap: 23px;
}
.enterprisesCanSec .enterprisesCanBox .item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.enterprisesCanSec .enterprisesCanBox .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	width: 100%;
	height: 45px;
	border-radius: 10px;
	transition: all 400ms;
}
.enterprisesCanSec .enterprisesCanBox .item .icon img {
	filter: brightness(0) invert(1);
}
.enterprisesCanSec .enterprisesCanBox .item .title {
	margin-bottom: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}
.enterprisesCanSec .enterprisesCanBox .item .title br {
	display: block;
}
.enterprisesCanSec .enterprisesCanLogos {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: -135px;
	/*display: grid;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(7, auto);
	gap: 30px;
	margin-top: 70px;
	margin-bottom: -135px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 3px 3px 5px rgb(160 160 160 / 70%);*/
}
.enterprisesCanSec .enterprisesCanLogos .item {
	/*display: flex;*/
	display: inline-block;
}
.enterprisesCanSec .enterprisesCanLogos .item img {
	width: 100%;
	height: auto;
}

/*----------------- integrations Page -----------------*/
#tabsSec.grayBgSec.v2 .topcolContent h3 {
	margin: 0 0 10px 0;
	font-size: 27px;
	color: #010066;
	font-weight: 800;
	line-height: 32px;
}
#tabsSec.grayBgSec.v2 .tabs .nav li {
	flex: 1;
}
#tabsSec.grayBgSec.v2 .tabs .nav li .nav-link {
	width: 100%;
	text-align: center;
}
#tabsSec.grayBgSec.v2 .tabs .tab-pane .infoBox ul li {
	margin-bottom: 0;
}
#tabsSec.grayBgSec.v2 .tabs .tab-pane {
	gap: 70px;
}
#tabsSec.grayBgSec.v2 .tabs .tab-pane .logosBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-shrink: 0;
	min-width: 60%;
	max-width: 60%;
	padding: 20px 20px;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
}
#tabsSec.grayBgSec.v2 .tabs .tab-pane .logosBox .image {
	width: 100%;
}
#tabsSec.grayBgSec.v2 .review-tabTOslider .item .info .logosBox {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
}
#tabsSec.grayBgSec.v2 .review-tabTOslider .item .info .infoBox ul li {
	margin-bottom: 0;
}
.customIntegrationsSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 65px;
	background-color: #010066;
}
.customIntegrationsSec .topcolContent {
	margin-bottom: 70px;
	padding: 0 0px;
	text-align: center;
}
.customIntegrationsSec .topcolContent h2 {
	margin: 0 0 10px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: 44px;
}
.customIntegrationsSec .topcolContent h2 br {
	display: block;
}
.customIntegrationsSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
}
.customIntegrationsSec .topcolContent p:last-child {
	margin-bottom: 0;
}
.customIntegrationsSec .custom-integrations-slider {
	width: 70%;
	margin: 0 auto;
	padding: 0 30px;
}
.customIntegrationsSec .custom-integrations-slider .info {
	text-align: center;
}
.customIntegrationsSec .custom-integrations-slider .info h4 {
	margin: 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
}
.customIntegrationsSec .custom-integrations-slider .info p {
	margin: 20px 0 0 0;
	font-size: 27px;
	color: #ffffff;
	font-weight: 300;
	line-height: 32px;
}
.customIntegrationsSec .custom-integrations-slider .owl-nav {
	margin-top: -13px;
}
.customIntegrationsSec .customIntegrationsImg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: -135px;
	padding: 30px;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 12px;
}
.customIntegrationsSec .customIntegrationsImg .item {
	display: flex;
	width: 70%;
}
.customIntegrationsSec .customIntegrationsImg .item img {
	width: 100%;
	height: auto;
}

/*-------------- LLMS Page --------------- */
.whiteBgSec {
	background-color:#FFFFFF;
}
.whiteBgSec .topcolContent {
	padding-top:70px;
}
.whiteBgSec .topcolContent h2 {
    margin: 0 0 30px 0;
    font-size: 34px;
    color: #010066;
    font-weight: 800;
    line-height: 44px;
}
.whiteBgSec .topcolContent h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #202121;
}
.whiteBgSec .topcolContent p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #202121;
}
.whiteBgSec .onlyPlatformBox .platformBox {
    border: 1px solid #010066;
    box-shadow: 4px 4px 8px 0px #e8e8e8;
}

.lcmBlueSec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
	margin-bottom:55px;
	background-color:#010066;
}
.lcmBlueSec .contentBotm {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lcmBlueSec .contentBotm h2 {
	margin-bottom: 10px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #fff;
	text-align:center;
}
.lcmBlueSec .contentBotm h3 {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #fff;
	text-align:center;
}
.lcmBlueSec .contentBotm p {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	font-weight:400;
	color: #fff;
	text-align:center;
}
.lcmBlueSec .contentBotm .itemBox {
	width: 100%;
    display: flex;
    grid-gap: 50px;
	margin-top: 30px;
}
.lcmBlueSec .contentBotm .itemBox .itemInfo {
	width: 100%;
    display: inline-block;
	text-align:center;
}
.lcmBlueSec .contentBotm .itemBox .itemInfo img {
	width: auto;
	height:auto;
	margin-bottom: 15px;
}
.lcmBlueSec .contentBotm .itemBox .itemInfo p {
	margin-bottom: 0px;
	font-size: 18px;
    line-height: 28px;
	font-weight:300;
	color: #fff;
	text-align:left;
}
.lcmBlueSec .contentBotm .itemBox .itemInfo p strong {
	font-weight:600;
}
.lcmBlueSec .contentBotm .itemBox .itemInfo .downloadBtn {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #010066;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lcmBlueSec .contentBotm .itemBox .itemInfo .downloadBtn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.lcmBlueSec .downloadWhtPaper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 60px;
	margin-bottom: -55px;
	padding: 50px;
	background-color: #0165FF;
	border-radius: 12px;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);	
    z-index: 1;
}
.lcmBlueSec .downloadWhtPaper p {
    width: 82%;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.lcmBlueSec .downloadWhtPaper .downloadBtn {
    padding: 7px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    color: #0E21A1;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
	white-space: nowrap;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lcmBlueSec .downloadWhtPaper .downloadBtn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.mp3-sec {
    width: 100%;
    display:inline-block;
    padding: 65px 0 65px 0;
}
.mp3-sec .content {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 20px 0;
    border-top: 1px solid #0E21A1;
    border-bottom: 1px solid #0E21A1;
}
.mp3-sec .content h3 {    
    margin-bottom: 0px;
	font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    color: #010066;
}
.mp3-sec .content .playerBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 10px;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    max-width: 24.625rem;
    background-color: #f4f4f4;
    border-radius: 50px;
    border: 1px solid #010066;
}
.mp3-sec .content .playerBox #waveform1 {
    flex: 1;
}
.mp3-sec .content .playerBox #waveform1 .scroll {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d9d9d9;
}
.mp3-sec .content .playerBox #waveform1 .bar {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 0;
    position: absolute;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background-color: #29165e;
}
.mp3-sec .content .playerBox #waveform1 img {
    z-index: 3;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.mp3-sec .content .playerBox #waveform1 .time {
    color: #000;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.375rem;
}
.mp3-sec .content .playerBox #waveform1 .audio-play-div {
    display: block;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: buttonAnimation 4s ease 0s infinite normal forwards;
    animation: buttonAnimation 4s ease 0s infinite normal forwards;
}
.mp3-sec .content .playerBox #play-button1,
.mp3-sec .content .playerBox #mute-button1 {
    min-width: 70px;
    max-width: 70px;
    padding: 7px 10px;
}
.mp3-sec .content .playerBox p {
	/*width: 100%;*/
    margin-bottom: 0px;
	font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #202121;
	/*text-align: center;*/
}

/*-------------- Analytics Page --------------- */
.onePlatformSec {
    padding-top: 140px;
    padding-bottom: 70px;
}
.onePlatformSec .content h2 {
	color: #010066;
}
.onePlatformSec .content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.onePlatformSec .content ul:last-child {
	margin-bottom: 0;
}
.onePlatformSec .content ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 20px;
	font-size: 16px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
.onePlatformSec .content ul li:last-child {
	margin-bottom: 0;
}
.onePlatformSec .content ul li:before {
	content: ".";
	font-size: 42px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.checkList {}
.checkList .content ul {
	padding: 0;
	margin: 20px 0 20px 0;
	list-style-type: none;
	width: 90%;
    display: flex;
    gap: 50px;
}
.checkList .content ul:last-child {
	margin-bottom: 0;
}
.checkList .content ul li {
	position: relative;
    margin: 0 0 0px 0;
    padding-left: 30px;
    width: 33%;
    font-size: 20px;
    color: #202121;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
.checkList .content ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background:url(../images/check-list-icon.png) left top no-repeat;
	width:20px;
	height:20px;
}

/*-------------- Omnichannel Page --------------- */
.omnichannelSec {
	padding-top:70px;
}
.omnichannelSec .omnichannelTop {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 60px;
}
.omnichannelSec .omnichannelTop > h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #010066;
	text-align: center;
}
.omnichannelSec .omnichannelTop > h2 strong {
	width: 100%;
    display: inline-block;
	font-weight:800;
	color: #202121;
}
.omnichannelSec .omnichannelTop > p {
    margin-bottom: 20px;
    padding: 0 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #202121;
    text-align: center;
}
.omnichannelSec .row {
	flex-direction: row-reverse;
	align-items: center;
}
.omnichannelSec .image {
	text-align:right;
}
.omnichannelSec .content {
	margin-top:0;
}
.omnichannelSec .content h2 {
	color: #010066;
}

.video-sec.blueBG h2,
.video-sec.blueBG h3,
.video-sec.blueBG p {
	color:#FFFFFF;
}

.selfServiceSec .topcolContent h2 {
	color: #010066;
	font-weight:400;
}
.selfServiceSec .topcolContent h2 strong {
	font-weight:800;
}
.selfServiceSec .capabilitiesBox {
	margin-top:60px;
}
.selfServiceSec .capabilitiesBox .capabilities .item .title {
    font-size: 16px;
    line-height: 20px;
}

#tabsSec.whiteBgSec {
	/*padding-top: 100px;*/
	padding-top: 20px;
    padding-bottom: 0;
	background: #fff;
}
#tabsSec.whiteBgSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
#tabsSec.whiteBgSec .topcolContent h2 {
	margin: 0 0 30px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
#tabsSec.whiteBgSec .topcolContent h2 strong {
	color: #202121;
}
#tabsSec.whiteBgSec .topcolContent h2 br {
	display: block;
}
#tabsSec.whiteBgSec .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#tabsSec.whiteBgSec .topcolContent p:last-child {
	margin-bottom: 0;
}
#tabsSec.whiteBgSec .tabs .nav .nav-link {
    background-color: #F2F2F2;
}
#tabsSec.whiteBgSec .tabs .nav .nav-link.active {
	background-color: #010066;
}
#tabsSec.whiteBgSec .tabs .tab-pane .infoBox p {
	color: #202121;
}
#tabsSec.whiteBgSec .tabs .tab-pane .infoBox ul li {
	color: #202121;
}
#tabsSec.whiteBgSec .review-tabTOslider .item .info .infoBox p {
	color: #202121;
}
#tabsSec.whiteBgSec .review-tabTOslider .item .info .infoBox ul li {
	color: #202121;
}
.grayContentSec {
	display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background: #F2F2F2;
}
.grayContentSec .content h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #010066;
}
.grayContentSec .content p {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #202121;
    font-weight: 300;
    line-height: normal;
}
.grayContentSec .meetingBox {
	position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    padding: 35px;
    background-color: #010066;
    border-radius: 22px;
    box-shadow: 5px 5px 15px 0px #b7b7b7;
}
.grayContentSec .meetingBox p {
	width: 82%;
    display: inline-block;
	margin-bottom: 0px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #fff;
}
.grayContentSec .meetingBox .bookDemoBtn {
    padding: 7px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    color: #010066;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	white-space: nowrap;
}
.grayContentSec .meetingBox .bookDemoBtn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.grayContentSec .content p .exploreGenAIBtn {
	margin:10px 0 60px 0;
}

/*----------------- partners Page -----------------*/
.partnershipSec {
	margin-bottom:0;
}
.partnershipSec .enterprisesCanBox {
    grid-template-columns: repeat(5, 1fr);
}
.partnershipSec .enterprisesCanBox .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.partnershipSec .enterprisesCanBox .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 123px;
	width: 123px;
	height: 123px;
	background-color: #0165FF;
	border-radius: 10px;
	transition: all 400ms;
}
.partnershipSec .enterprisesCanBox .item a:hover .icon {
	background-color: #fff;
}
.partnershipSec .enterprisesCanBox .item a:hover .icon img {
	filter: grayscale(1) invert(1);
	opacity: 0.7;
}

.contentWithLogo {
	margin-bottom:0;
}
.contentWithLogo .content {
	text-align:center;
}
.contentWithLogo .content h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #010066;
}
.contentWithLogo .content h3 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #010066;
}
.contentWithLogo .content p {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 30px;
}
.contentWithLogo .content img {
	width:auto;
	height:auto;
}
.joinOurPartnerSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.joinOurPartnerSec .joinOurPartnerBox {
	display: flex;
	flex-wrap: wrap;
}
.joinOurPartnerSec .joinOurPartnerBox .leftCont {
	width: 45%;
	margin: 30px 0;
	margin-right: -1px;
	padding: 30px;
	border: 1px solid #010066;
	background-color: #E6F3FF;
	border-radius: 20px 0px 0px 20px;
}
.joinOurPartnerSec .joinOurPartnerBox .leftCont h2 {
	margin: 0 0 30px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
}
.joinOurPartnerSec .joinOurPartnerBox .leftCont p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: 30px;
}
.joinOurPartnerSec .joinOurPartnerBox .leftCont p:last-child {
	margin-bottom: 0;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont {
	width: 55%;
	padding: 30px;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 20px;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont h3 {
	margin: 0 0 30px 0;
	font-size: 26px;
	color: #010066;
	font-weight: 800;
	line-height: 36px;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .input {
	position:relative;
	margin-bottom: 25px;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .input .form-control {
	width: 100%;
	height: 56px;
	padding: 12px 15px;
	margin-bottom: 0;
	outline: 0;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: none;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .input select.wpcf7-select {
	width: 100%;
	min-width: 100%;
	height: 56px;
	padding: 12px 15px;
	margin-bottom: 0;
	outline: 0;
	border: 1px solid #010066;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: none;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .actions {
	text-align: center;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .actions .becomePartnerBtn {
	padding: 7px 25px;
	border: 1px solid #010066;
	background-color: #010066;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	border-radius: 50px;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .actions .becomePartnerBtn:hover {
	background-color: transparent;
	color: #010066;
	text-decoration: none;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .actions .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 10px 15px;
    position: absolute;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .input .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.joinOurPartnerSec .joinOurPartnerBox .rightCont .wpcf7-response-output {
    width: 100%;
    padding: 12px;
}

/*----------------- CX 360 Page -----------------*/
.transformSec {
	padding-bottom:100px;
}
.transformSec .content .numberBox {
    align-items: flex-end;
}
.transformSec .content .numberBox .item p {
    min-height: 40px;
}
.mrgtop-40 {
    margin-top: -50px;
}

/*----------------- CX Platform Page -----------------*/
.page-id-8372 .whySkit-sec h3 {
    margin: 0 0 30px 0;
    font-size: 34px;
    color: #010066;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
}

/*----------------- Agent Copilot Page -----------------*/
.workforceSec {	
    margin-bottom: 130px;
	background-color:#E6F3FF;
	overflow: inherit!important;
}
.workforceSec .slider {
	margin-top: 80px;
    margin-bottom: -160px;
}
.workforceSec .slider .review-slider-tab {
	background-color: #0165FF;
	border-radius: 20px;
}
.workforceSec .slider .review-slider-tab .info {
	display: flex;
	align-items: flex-start;
	grid-gap: 30px;
	padding: 30px;
}
.workforceSec .slider .review-slider-tab .info .image {
	flex-shrink: 0;
	width: 180px;
	margin-top: 20px;
}
.workforceSec .slider .review-slider-tab .info .image img {
	width: auto;
}
.workforceSec .slider .review-slider-tab .info .reviewBox {
	flex: 1;
}
.workforceSec .slider .review-slider-tab .info .reviewBox > p {
	min-height: 80px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
}
.workforceSec .slider .review-slider-tab .info .reviewBox .infoBotm {
	margin-top: 30px;
}
.workforceSec .slider .review-slider-tab .info .reviewBox .infoBotm p {
	display: block;
	margin: 0;
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: right;
}
.workforceSec .slider .review-slider-tab .info .reviewBox .infoBotm p strong {
	display: block;
	font-weight: 300;
}
.workforceSec .slider .review-slider-tab .owl-nav {
	display: flex;
	gap: 12px;
	margin-top: 0;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 20px;
	left: 240px;
}
.workforceSec .slider .review-slider-tab .owl-nav [class*=owl-] {
	position: static;
}

/*----------------- Scalability Page -----------------*/
.requestDemoSec {
	margin-top:70px;
	padding-bottom:0;
	margin-bottom: 100px;
}
.requestDemoBox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 60px;
	margin-bottom: -90px;
	padding: 50px;
	background-color: #0165FF;
	border-radius: 12px;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);	
    z-index: 1;
}
.requestDemoBox p {
    width: 82%;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.requestDemoBox .downloadBtn {
    padding: 7px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    color: #0E21A1;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
	white-space: nowrap;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.requestDemoBox .downloadBtn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.inboundSec {
	padding-top: 0px;
	background-color: #FFFFFF;
}
.inboundSec .topcolContent:nth-child(2).removetp {
	padding-top:0px!important;
}

.inboundSec .topcolContent {
    padding-top: 70px;
    margin-bottom: 30px;
}
.inboundSec .topcolContent h2 {
    margin: 0 0 30px 0;
    font-size: 34px;
    color: #010066;
    font-weight: 800;
    line-height: 44px;
}
.inboundSec .topcolContent h5 {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #010066;
    font-weight: 800;
    line-height: 30px;
}
.inboundSec .onlyPlatformBox .platformBox {
    border: 1px solid #010066;
    box-shadow: 4px 4px 8px 0px #e8e8e8;
}
.page-id-8880 .prodictiveSec .content img {
    width: 800px !important;
    margin-top: 20px !important;
}

/*----------------- contact-center-automation Page -----------------*/
.trustedFortuneSec {
	width: 100%;
	display: inline-block;
	padding-top:30px;
	padding-bottom:50px;
}
.trustedFortuneSec h2 {
	margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
	font-weight:700;
	color: #010066;
	text-align: center;
}
.trustedFortuneSec p {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #202121;
	text-align: center;
}
.trustedFortuneSec .trustedFortune-slider {
	width: 50%;
    margin: 20px auto 0 auto;
}
.trustedFortuneSec .trustedFortune-slider .item {
	width: auto;
    height:auto;
}
.trustedFortuneSec .trustedFortune-slider .owl-stage-outer .owl-stage {
    transition-timing-function: linear !important;
	display: flex;
    align-items: center;
}
.trustedFortuneSec .trustedFortune-slider .item {
	display: flex;
    align-items: center;
    width: auto;
    height: 100px;
}
.trustedFortuneSec .trustedFortune-slider .owl-nav {
    margin-top: -13px;
}
.trustedFortuneSec .trustedFortune-slider .owl-nav button.owl-next {
    right: -50px;
}
.trustedFortuneSec .trustedFortune-slider .owl-nav button.owl-prev {
    left: -50px;
}

.saveAgentSec {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #010066;
}
.saveAgentSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
.saveAgentSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: 800;
	line-height: 44px;
}
.saveAgentSec .topcolContent h2 br {
	display: block;
}
.saveAgentSec .saveAgentBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 30px;
	margin-top: 70px;
}
.saveAgentSec .saveAgentBox .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(16.666667% - 25px);
}
.saveAgentSec .saveAgentBox .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.saveAgentSec .saveAgentBox .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 123px;
	width: 123px;
	height: 123px;
	border: 1px solid #0165FF;
	border-radius: 10px;
	transition: all 400ms;
}
.saveAgentSec .saveAgentBox .item a:hover .icon {
	background-color: #0165FF;
}
.saveAgentSec .saveAgentBox .item .icon img {
	filter: brightness(0) invert(1);
}
.saveAgentSec .saveAgentBox .item .title {
	margin-bottom: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}
.saveAgentSec .saveAgentBottomBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: -130px;
	padding: 30px;
	background-color: #0165FF;
	border-radius: 12px;
	box-shadow: 3px 3px 5px rgb(160 160 160 / 70%);
}
.saveAgentSec .saveAgentBottomBox .item {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	padding: 0 40px;
	border-right: 1px solid #ffffff;
}
.saveAgentSec .saveAgentBottomBox .item:first-child {
	padding-left: 0;
}
.saveAgentSec .saveAgentBottomBox .item:last-child {
	padding-right: 0;
	border-right: 0;
}
.saveAgentSec .saveAgentBottomBox .item h3 {
	margin: 0;
	font-size: 55px;
	color: #ffffff;
	font-weight: 300;
	line-height: 60px;
}
.saveAgentSec .saveAgentBottomBox .item p {
	margin: 0 0 7px 0;
	font-size: 23px;
	color: #ffffff;
	font-weight: 300;
	line-height: 28px;
}
.automateCustomerSec {
	position: relative;
	padding-top: 140px;
	padding-bottom: 70px;
	background-color: #F2F2F2;
}
.automateCustomerSec .topcolContent {
	padding: 0 0px;
	text-align: center;
}
.automateCustomerSec .topcolContent h2 {
	margin: 0 0 40px 0;
	font-size: 34px;
	color: #010066;
	font-weight: 800;
	line-height: 44px;
}
.automateCustomerSec .topcolContent h2 br {
	display: block;
}
.automateCustomerSec .automateCustomerBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	margin-top: 70px;
}
.automateCustomerSec .automateCustomerBox .info {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.automateCustomerSec .automateCustomerBox .info h3 {
	margin: 0 0 30px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 37px;
}
.automateCustomerSec .automateCustomerBox .info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.automateCustomerSec .automateCustomerBox .info ul li {
	position: relative;
	width: calc(50% - 10px);
	padding-left: 30px;
	font-size: 20px;
	color: #010066;
	font-weight: 300;
	line-height: 25px;
}
.automateCustomerSec .automateCustomerBox .info ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/checkmarck-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 0;
}
.automateCustomerSec .automateCustomerBox .image {
	flex-shrink: 0;
	align-self: flex-end;
	min-width: 30%;
	max-width: 30%;
	margin-bottom: -103px;
	text-align: left;
}

/*----------------- Business Growth Page -----------------*/
.provenPerformanceSec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
	margin-bottom:170px;
	background-color:#010066;
}
.provenPerformanceSec .content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.provenPerformanceSec .content h2 {
	margin-bottom: 20px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #fff;
	text-align:center;
}
.provenPerformanceSec .content p {
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #fff;
	text-align:center;
}
.provenPerformanceSec .content .numberBox {
    width: 100%;
	margin-top:20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 80px;
}
.provenPerformanceSec .content .numberBox .item {
	width: auto;
    display: inline-block;
    text-align: center;
}
.provenPerformanceSec .content .numberBox .item h3 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
	font-weight:800;
    color: #fff;
}
.provenPerformanceSec .content .numberBox .item p {
	margin-bottom: 10px;
	font-size: 16px;
    line-height: 20px;
	font-weight:300;
	color: #fff;
}
.provenPerformanceSec .content .numberBox .item p:last-child {
	margin-bottom: 0px;
}
.provenPerformanceSec .slider {
	margin-top: 80px;
    margin-bottom: -100px;
}
.provenPerformanceSec .slider .review-slider-tab {
	background-color: #0165FF;
	border-radius: 20px;
}
.provenPerformanceSec .slider .review-slider-tab .info {
	display: flex;
	align-items: flex-start;
	grid-gap: 30px;
	padding: 30px;
}
.provenPerformanceSec .slider .review-slider-tab .info .image {
	flex-shrink: 0;
	width: 180px;
	margin-top: 20px;
}
.provenPerformanceSec .slider .review-slider-tab .info .image img {
	width: auto;
}
.provenPerformanceSec .slider .review-slider-tab .info .reviewBox {
	flex: 1;
}
.provenPerformanceSec .slider .review-slider-tab .info .reviewBox > p {
	min-height: 80px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
}
.provenPerformanceSec .slider .review-slider-tab .info .reviewBox .infoBotm {
	margin-top: 30px;
}
.provenPerformanceSec .slider .review-slider-tab .info .reviewBox .infoBotm p {
	display: block;
	margin: 0;
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-align: right;
}
.provenPerformanceSec .slider .review-slider-tab .info .reviewBox .infoBotm p strong {
	display: block;
	font-weight: 300;
}
.provenPerformanceSec .slider .review-slider-tab .owl-nav {
	display: flex;
	gap: 12px;
	margin-top: 0;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 20px;
	left: 240px;
}
.provenPerformanceSec .slider .review-slider-tab .owl-nav [class*=owl-] {
	position: static;
}

.savingsSec {
    width: 100%;
    display:inline-block;
    padding: 0px 0 0px 0;
}
.savingsSec .content {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 30px 0;
    border-top: 1px solid #0E21A1;
    border-bottom: 1px solid #0E21A1;
}
.savingsSec .content .itemBox {
	width: auto;
    display:inline-block;
	padding-right: 60px;
}
.savingsSec .content .itemBox h3 {    
    margin-bottom: 0px;
	font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #202121;
}
.savingsSec .content .itemBox h2 {    
    margin-bottom: 10px;
	font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #010066;
}
.savingsSec .content .savingsBtn {
    padding: 8px 40px;
    border: 1px solid #010066;
    background: #010066;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.savingsSec .content .savingsBtn:hover {
    border-color: #010066;
    background-color: transparent;
    color: #010066;
    text-decoration: none;
}

/*----------------- Email AI Page -----------------*/
.emailCapabilitiesSec {}
.emailCapabilitiesSec .topcolContent h2 {
    color: #010066;
}
.emailCapabilitiesSec .capabilitiesBox .image {
    min-width: 45%;
    max-width: 45%;
    margin-bottom: -70px;
}
.emailCapabilitiesSec .capabilitiesBox .capabilities {
    width: 55%;
}
.emailCapabilitiesSec .capabilitiesBox .capabilities .item {
    width: 195px;
}

.emailBookDemo {
	padding-top: 0 !important;
	margin-bottom: 20px!important;
}
.emailBookDemo .content h2 {
	display: inline-block;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.emailBookDemo .content h2 strong {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    color: #fff;
}

/*----------------- Early-Out Collections Page -----------------*/
.earlyOutSec {
	padding-bottom: 150px;
    margin-bottom: 0;
}
.prodictiveSec .content p a.early-out-link {
	border-color: transparent;
    background-color: transparent;
}

/*----------------- New Of Creditors Page -----------------*/
.engagementDelightSec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
	background-color:#010066;
}
.engagementDelightSec .content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.engagementDelightSec .content h2 {
	margin-bottom: 20px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #fff;
	text-align:center;
}
.engagementDelightSec .content p {
	margin-bottom: 30px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #fff;
	text-align:center;
}
.engagementDelightSec .content p strong {
	font-weight:400;
}
.engagementDelightSec .content .itemBox {
    width: 100%;
	margin-top:20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 20px;
}
.engagementDelightSec .content .itemBox .info {
	width: 25%;
    display: inline-block;
	background-color:#0165FF;
	padding:20px;
	border-radius: 15px;
}
.engagementDelightSec .content .itemBox .info h3 {
    margin-bottom: 15px;	
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
}
.engagementDelightSec .content .itemBox .info p {
	margin-bottom: 20px;
    min-height: 80px;
	font-size: 16px;
    line-height: 20px;
	font-weight:300;
	color: #fff;
    text-align: left;
}
.engagementDelightSec .content .itemBox .info p:last-child {
	margin-bottom: 0px;
}
.engagementDelightSec .content .itemBox .info .button {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #010066;
}

/*-------------- Banking Page --------------- */
.bankingAchieveSec {
	background-color:#FFFFFF;
}
.bankingAchieveSec .topcolContent {
	padding-top:0px;
	padding:0 0;
}
.bankingAchieveSec .topcolContent h2 {
    margin: 0 0 30px 0;
    font-size: 32px;
    color: #010066;
    font-weight: 800;
    line-height: 42px;
}
.bankingAchieveSec .topcolContent p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #202121;
}
.bankingAchieveSec .onlyPlatformBox .platformBox {
    border: 1px solid #010066;
    box-shadow: 4px 4px 8px 0px #e8e8e8;
}
.bankingAchieveSec .onlyPlatformBox .platformBox .title {
    background-color: #0165FF;
}
.bankingAchieveSec .onlyPlatformBox .platformBox:nth-child(2) .title {
    background-color: #0090D0;
}
.bankingAchieveSec .onlyPlatformBox .platformBox:nth-child(3) .title {
    background-color: #005578;
} 
.page-id-9171 .prodictiveSec .content img {
    width: 800px !important;
    margin-top: 0px !important;
}

/*----------------- SMS Page -----------------*/
.page-id-8990 .contentWithLogo .content .video-item {
	margin: auto;
}
.page-id-8990 .contentWithLogo .content .video-item video {
	width: 100%;
    height: 360px;
}

/*----------------- Healthcare RCM Page -----------------*/
.healthcareCycleSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.healthcareCycleSec .content {
	margin-bottom: 30px;
	padding: 0 0px;
	text-align: center;
}
.healthcareCycleSec .content h2 {
	margin: 0 0 30px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
}
.healthcareCycleSec .content h2 strong {
	color: #202121;
}
.healthcareCycleSec .content h4 {
	margin: 0 0 40px 0;
	font-size: 34px;
	line-height: 44px;
	color: #010066;
	font-weight: 800;
}
.healthcareCycleSec .content p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
.healthcareCycleSec .content p:last-child {
	margin-bottom: 0;
}
.healthcareCycleSec .healthcareBox {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 23px;
	column-gap: 23px;
}
.healthcareCycleSec .healthcareBox .item {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 20px;
	width: 100%;
	height: 231px;
    background-color: #010066;
    border-radius: 10px;
    transition: all 400ms;
}
.healthcareCycleSec .healthcareBox .item:nth-child(2) {
    background-color: #0165FF;
}
.healthcareCycleSec .healthcareBox .item:nth-child(3) {
    background-color: #35C1F1;
}
.healthcareCycleSec .healthcareBox .item:nth-child(4) {
    background-color: #278ECC;
}
.healthcareCycleSec .healthcareBox .item:nth-child(5) {
    background-color: #81C566;
}
.healthcareCycleSec .healthcareBox .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	width: 100%;
}
.healthcareCycleSec .healthcareBox .item .icon img {
	width: 50%;
    height: auto;
}
.healthcareCycleSec .healthcareBox .item .title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.healthcareCycleSec .healthcareBox .item .title br {
	display: block;
}

.communicationsSec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
}
.communicationsSec .content {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.communicationsSec .content h2 {
	margin-bottom: 20px;
	font-size: 34px;
    line-height: 44px;
	font-weight:800;
	color: #010066;
	text-align:center;
}
.communicationsSec .content p {
	margin-bottom: 30px;
	font-size: 20px;
    line-height: 30px;
	font-weight:300;
	color: #202121;
	text-align:center;
}
.communicationsSec .content p strong {
	font-weight:400;
}
.communicationsSec .content .itemBox {
    width: 100%;
	margin-top:20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 20px;
}
.communicationsSec .content .itemBox .info {
	width: 25%;
    display: inline-block;
	background-color:#0165FF;
	padding:20px;
	border-radius: 15px;
}
.communicationsSec .content .itemBox .info h3 {
    margin-bottom: 15px;	
	display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
}
.communicationsSec .content .itemBox .info p {
	margin-bottom: 20px;
    min-height: 60px;
	font-size: 16px;
    line-height: 20px;
	font-weight:300;
	color: #fff;
    text-align: left;
}
.communicationsSec .content .itemBox .info p:last-child {
	margin-bottom: 0px;
}
.communicationsSec .content .itemBox .info .button {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #010066;
}

.healthTopIconSec {
    position: relative;
	width: 100%;
	display: inline-block;
	padding-top:65px;
	padding-bottom:65px;
	background-color:#010066;
}
.healthTopIconSec .itemBox {
	width: 100%;
    display: flex;
    grid-gap: 150px;
}
.healthTopIconSec .itemBox .itemInfo {
	width: 33.33%;
    display: inline-block;
	text-align:center;
}
.healthTopIconSec .itemBox .itemInfo img {
	width: auto;
	height:auto;
	margin-bottom: 15px;
}
.healthTopIconSec .itemBox .itemInfo h4 {
	margin-bottom: 0px;
	font-size: 20px;
    line-height: 24px;
	font-weight:800;
	color: #fff;
}

#tabsSec.paymentTabBox {
	padding-top:75px;
	padding-bottom:200px;
	background: #F2F2F2;
}
#tabsSec.paymentTabBox .tabs {
    margin-top: 0px;
}
#tabsSec.paymentTabBox .topcolContent {
	padding: 0 0px;
	text-align: center;
}
#tabsSec.paymentTabBox .topcolContent h2 {
	margin: 0 0 30px 0;
	font-size: 32px;
	color: #010066;
	font-weight: 800;
	line-height: 42px;
}
#tabsSec.paymentTabBox .topcolContent h2 strong {
	color: #202121;
}
#tabsSec.paymentTabBox .topcolContent h2 br {
	display: block;
}
#tabsSec.paymentTabBox .topcolContent p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #202121;
	font-weight: 300;
	line-height: normal;
}
#tabsSec.paymentTabBox .topcolContent p:last-child {
	margin-bottom: 0;
}
#tabsSec.paymentTabBox .tabs .nav .nav-link {
    padding: 20px 25px;
}
#tabsSec.paymentTabBox .tabs .nav .nav-link.active {
	background-color: #010066;
}
#tabsSec.paymentTabBox .tabs .tab-pane .infoBox p {
	color: #202121;
}
#tabsSec.paymentTabBox .tabs .tab-pane .infoBox ul li {
	color: #202121;
}
#tabsSec.paymentTabBox .review-tabTOslider .item .info .infoBox p {
	color: #202121;
}
#tabsSec.paymentTabBox .review-tabTOslider .item .info .infoBox ul li {
	color: #202121;
}

.bookDemoTabBox {
	padding-top: 0;
    margin-top: -115px;
    margin-bottom: 20px;
}
.bookDemoTabBox .content {
	width:100%;
	display: inline-block;
}
.bookDemoTabBox .content p {
	width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.bookDemoTabBox .content .bookDemoBtn {
    float: right;
	font-size: 14px;
	padding: 7px 35px;
}

.page-template-basic-template .site-main {
	padding-top:0 !important;
}
.page-template-basic-template .sub-hero-block {
	background-color:#010064!important;
	background-size: contain !important;
    background-repeat: no-repeat!important;
    background-position: top right!important;
}
.page-template-basic-template .sub-hero-block .sub-hero-caption {
    padding: 100px 0 80px;
    min-height: 330px;
}
.page-template-basic-template .partners-integration-hero.background-with-overlay:after {
	left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(1 0 100) 40%, rgba(1 0 100 / 30%) 100%);
}

/* Error 404 Page */
.error404 #header .header-main .leftNav ul.mainMenu > li > a {
    color: #000088;
}
.error404 #header .header-main .leftNav ul.mainMenu > li.children > a::after {
	filter: invert(17%) sepia(53%) saturate(3994%) hue-rotate(170deg) brightness(50%) contrast(160%);
}
.error404 #header .header-main .leftNav ul.mainMenu > li > a:hover {
    color: #000;
}

/* Diversity Page */
.page-id-422 .commitment-section {
    z-index: 1;
}

/* About */
.scroll-images-section .about-slider .owl-stage-outer .owl-stage {
    transition-timing-function: linear !important;
}
.scroll-images-section .about-slider .owl-stage-outer .owl-stage .item {
	height: 190px;
	border-radius: 10px;
	overflow:hidden;
}
.scroll-images-section .about-slider .owl-stage-outer .owl-stage .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
    border-radius: 10px;
}
.scroll-images-section .about-slider .owl-stage-outer .owl-stage .item:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}
.sub-hero-block{
    width: 100%;
    background-color: #d5e5f1;
}
.sub-hero-caption{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    padding: 180px 0 120px;
    background-image: url(../images/sub-page-hero-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.sub-hero-caption h1{
    font-size: 34px;
	line-height:44px;
    margin-bottom: 0;
    font-weight: 800;
}
.creditors-hero .sub-hero-left{
    width: 41%;
}
.sub-hero-left{
    width: 40%;
}
.sub-hero-caption .sub-hero-left .archive-description p {
	font-size: 20px;
	line-height:30px;
    font-weight: 300;
	color:#FFFFFF;
}
.sub-hero-right{
    width: 35%;
    text-align: right;
    font-weight: 600;
}
.full-image-carousel .carousel-cell{
    width: 100%;
}
.full-image-carousel .carousel-cell img{
    width: 100%;
}
.full-image-carousel .flickity-prev-next-button {padding: 0; width: 30px; height: 50px; background-color: transparent; background-repeat: no-repeat; border-radius: 0px;}
.full-image-carousel .flickity-prev-next-button.previous {left: 40px; background-image: url(../images/arrow-previous.png); background-position: left center;}
.full-image-carousel .flickity-prev-next-button.next {right: 40px; background-image: url(../images/arrow-next.png); background-position: right center;}
.full-image-carousel .flickity-prev-next-button svg {display: none;}
.full-image-carousel .flickity-page-dots {display: none;}
.about-content-block{
    width: 100%;
    padding: 60px 0px;
    font-weight: 700;
}
.about-two-col{
    width: 100%;
    margin-top: 50px;
}
.about-content-col{
    width: 100%;
}
.about-content-col p{
    color: #0d8adb;
}
.about-content-col .box-content{
    color: #000;
    padding: 25px 25px 7px 25px;
    border: 1px solid #1190c9;
    margin-bottom: 20px;
    font-weight: normal;
}
.about-content-col .box-content p{
    color: #000000;
}
.about-col-img{
    width: 100%;
    height: 100%;
}
.about-col-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-mission-block{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vision-mission-block::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #162a44;
    width: 50%;
    z-index: -1;
}
.vision-mission-block::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #80b866;
    width: 50%;
    z-index: -1;
}
.vision-mission-block .container{
    display: flex;
    flex-wrap: wrap;
}
.vision-col{
    color: #ffffff;
    width: 50%;
    padding: 60px 90px 60px 0px;
}
.vision-col h2{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    color: #fff;
}
.vision-col span{
    margin-left: 15px;
}
.vision-col img{
    height: 40px;
}
.vision-col-title{
    margin-bottom: 20px;
}
.vision-mission-block .container .vision-col:last-child{
    padding-left: 60px;
}
.counter-section{
    width: 100%;
    padding: 60px 0px;
}
.counter-section .container{
    display: flex;
    flex-wrap: wrap;
}
.counter-section .count-boxs{
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    border-right: 1px solid #010064;
}
.counter-section .count-boxs:last-child{
    border-right: 0px;
}
.counter-section .count-boxs h3{
    color: #010064;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 0;
}
.counter-section .count-boxs > span{
    font-size: 20px;
}
.title-wth-icon{
    margin-bottom: 30px;
}
.title-wth-icon h2{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
}
.title-wth-icon span{
    margin-left: 15px;
}
.title-wth-icon img{
    height: 40px;
}
.our-values-section{
    width: 100%;
    padding: 60px 0px;
    position: relative;
}
.our-values-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background-color: #f9f9f9;
    z-index: -1;
}
.our-values-section .row > div{
    padding-bottom: 30px;
}
.our-values-box{
    padding: 25px 25px 5px 25px;
    border: 1px solid #010064;
    height: 100%;
    font-weight: 400;
    background-color: #ffffff;
    transition: 0.3s all;
}
.our-values-box:hover {
    background-color: #010064;
    color: #fff;
	transform: scale(1.05);
}
.our-values-box h3{
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
}
.section-title p {
    font-weight: 600;
}
.awards-section{
    width: 100%;
    padding: 0 0 60px;
}
.awards-section .section-title{
    margin-bottom: 40px;
}
span.shap-new {
    width: 100%;
    text-align: center;
    display: block;
}
.ai-assistants-icon-tag {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
}
.ai-assistants-icon-tag img {
    width: 50px;
    margin: 10px 0 10px 0;
}
.awards-section h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #35c1f1;
    font-weight: 800;
}
.awards-section p {
	font-size:20px;
	line-height:30px;
	font-weight: 300;
}
.awards-section .row > div{
    padding-bottom: 40px;
}
.awards-col{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.awards-col label{
    font-size: 14px;
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
}
.awards-col img{
    max-height: 100px;
}
.center-btn a{
    text-decoration: underline;
    font-weight: 700;
    color: #010064;
}
.light-blue-bg {
    background-color: #D5E5F1;
}
.light-gray-bg {
    background-color: #f9f9f9;
}
.blue-bg{
    background-color: #010064;
    color: #ffffff;
}
.green-bg{
    background-color: #80c466;
    color: #162a44;
}
.full-width-two-col-section{
    width: 100%;
    padding: 45px 0px;
    position: relative;
}
.green-bg .btn:hover, .blue-bg .btn:hover {
    background: #1a2943;
}
.full-width-two-col-content{
    width: 54%;
    padding-right: 10%;
}
.full-width-two-col-content h2{
    font-weight: 700;
    margin-bottom: 20px;
}

.blue-bg .full-width-two-col-content h2 { color: #fff; }
.green-bg .full-width-two-col-content h2 { color: #fff; }


.full-width-two-col-image{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -1px;
}
.full-width-two-col-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
}
.green-bg .full-width-two-col-image img {
  object-position: center;
}
.hiring-flex{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.hiring-flex h3{
    font-size: 20px;
    margin: 0;
    font-weight: 700;
	margin-right: 15px;
}
.hiring-flex > .btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #ffffff;
    color: #162a44;
    border-radius: 0px;
    border: 0px;
}
.hiring-flex > .btn:hover {
    background: #1a2943;
	color: #fff;
}

.scroll-images-section{
    width: 100%;
    padding: 60px 0px 90px;
}
.scroll-images-slider{
    width: 100%;
}
.scroll-images-slider .carousel-cell{
    width: 24%;
    height: 220px; 
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
}
.scroll-images-slider .carousel-cell:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}
.scroll-images-slider .carousel-cell img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
    border-radius: 10px;
}
.center-title{
    width: 100%;
    text-align: center;
    padding: 20px 0 70px 0;
}
.center-title h2{
    font-size: 30px;
    font-weight: 700;
    padding: 0 8%;
    color: #606060;
} 
.center-title h2 span{
    color: #010064;
}
.btn:hover, 
.btn:focus {
  animation: pulse 0.8s; 
  box-shadow: 0 0 0 16px transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.2); }
}

/* new CSS */
img { max-width: 100%; height: auto; }
.sub-hero-right { width: 48%; font-weight: 700; font-size: 20px; }
.sub-hero-right p { 
	margin-bottom: 5px; 
	font-size: 20px; 
    line-height: 30px;
    font-weight: 300; }

.contact-section { background-color: #F9F9F9; position: relative; }
.contact-section .contact-form .form-note p { 
	font-size: 34px; 
    line-height: 44px;
    font-weight: 800; 
	color:#010066;
}
.contact-fr-background { display: flex; justify-content: flex-end; width: 100%; position: absolute; top: 0; background-color: #e6f3ff; }

.contact-fr-image { position: relative; width: 60%; }
.contact-fr-image:before { /*background: rgb(17,76,144); background: linear-gradient(275deg, rgba(17,76,144,0) 10%, rgba(17,76,144,1) 70%);*/position: absolute; left: 0; top: 0; max-width: 380px; width: 100%; height: 100%; content: ""; }
.contact-fr-image img { width: 100%; height: 100%; object-fit: cover;object-position: top center;}
.contact-fr-background { height: 62%; }

.shap { width: 100%; position: absolute; bottom: 0; left: 0; text-align: center; }
.shap img { max-width: 700px; width: 100%; }
.contact-form { position: relative; padding: 50px 0; font-size: 14px; }
.form-note { color: #fff; font-size: 22.4px; }
.white-box { background: #fff; padding: 29px; max-width: 550px; border: 1px solid #1190C9;}

.white-box input[type="text"],
.white-box input[type="email"],
.white-box input[type="tel"],
.white-box textarea { width: 100%; }

.white-box .wpcf7-form{text-align: center;}
.white-box .wpcf7-form .checkboxe_cl{text-align: left;}
.white-box .wpcf7-not-valid-tip{text-align: left;}
.white-box .invalid.wpcf7-form .wpcf7-response-output, .white-box .sent.wpcf7-form .wpcf7-response-output{border-color: #c00000;text-align: center;text-align: center;margin: 20px auto 0;display: inline-block;}
.white-box .sent.wpcf7-form .wpcf7-response-output{border-color: #010066; color: #fff;}

.contact-info { margin-top: 80px; display: flex; font-size: 18px;  }
.contact-info p { margin-bottom: 0; }
.contact-info label { font-weight: 800; }
.contact-info .info-col {    
	position: relative;
	padding-right: 60px;
	margin-right: 80px;
	width: 33.33%;
	font-weight: 500; 
}
.contact-info .info-col:after { content: ""; position: absolute; right: 0; top: 0; background-color: #1190C9; width: 1px; height: 67px; bottom: 0; margin: auto; }
.contact-info .info-col:last-child { padding-right: 0; margin-right: 0;}
.contact-info .info-col:last-child:after { display: none; }
.contact-info .info-col p a {
	display:block;
	color: #0d6efd;
}
.contact-info .info-col p i {
	margin-right:5px;
}

.wpcf7-form .text-center p .wpcf7-spinner {
    margin: 0;
    position: relative;
    margin-right: -34px;
    margin-left: 10px;
}

.checkboxes { margin-bottom: 35px; }
.checkboxe_cl { margin-bottom: 12px; display: flex; align-items: center; }
.checkboxe_cl p { display: flex;margin: 0; font-weight: 600;}
.checkboxe_cl p .cusotm-fix-check a { color: #0D8ADB; text-decoration: underline; }
.checkboxe_cl p .cusotm-fix-check a:hover { color: var(--bs-link-hover-color); }

textarea { height: 80px !important; }
input[type="text"], input[type="email"], input[type="tel"], textarea { margin-bottom: 18px; padding: 10px 12px; max-width: 100%; height: 45px; color: #606060; background-color: #F9F9F9; border: 1px solid #1190C9; width: 100%;}
* { outline: 0; }
select { width: 100%; max-width: 620px; margin-bottom: 18px; padding: 10px 12px; height: 40px; color: #606060; background-color: #F9F9F9; border: 1px solid #1190C9; }
input[type=checkbox] { position: relative; border: 1px solid #1190C9; border-radius: 2px; background: none; cursor: pointer; line-height: 0; margin: 0 .6em 0 0; outline: 0; padding: 0 !important; vertical-align: text-top; height: 16px; width: 16px; -webkit-appearance: none; opacity: .5; }
input[type="submit"] { transition: 0.5s all; background-color: #010066;  padding: 10px 30px; font-size: 20px; color: #fff; border: 0; font-weight: 700; min-width: 163px;     border-radius: 0; }
input[type="submit"]:hover { background-color: #162a44; color: #fff; }
input[type=checkbox]:hover { opacity: 1; }
input[type=checkbox]:checked { opacity: 1; }
input[type=checkbox]:checked:before { opacity: 1; }
input[type=checkbox]:before { content: ''; position: absolute; right: 50%; top: 50%; opacity: 0; width: 4px; height: 10px; border: solid #1190C9; border-width: 0 2px 2px 0; margin: 0; transform: rotate(45deg) translate(-50%, -50%); z-index: 2; }

.sub-hero-with-background { color: #fff; background-position: center; background-size: cover !important; }
.sub-hero-with-background .sub-hero-caption { background: none; padding-bottom: 90px;  }

.opportunity-section { position: relative; padding-top: 40px; }
.opp-flex { z-index: 9; display: flex; justify-content: space-between;position: relative;padding-bottom: 40px;}
.opp-left { width: 483px; padding-bottom: 60px; font-weight: 600;  }
.opp-right { width: 450px; text-align: center;position: absolute;right: 0;bottom: 0;}
.opp-right img { width: 380px;}
.opportunity-section .shap img { max-width: 100%; }
.opportunity-section h2 { font-size: 34px; }
.opportunity-section .opp-left p {
	font-size:20px;
	line-height:30px;
	font-weight: 300;
}
.white-bg { background-color: #fff; }

.open-roles {display: block; padding: 60px 0 40px 0;}
.open-roles h2 {display: block; font-size: 34px; color: #010064; margin: 0px; line-height: 1.4; font-weight: 800;}
.open-roles h2 span {color: #606060;}

.section-cl { padding: 40px 0 30px 0; width: 100%;}
.large-space { padding: 60px 0 40px 0; }
.green-bg { background: #80C466; color: #fff; }
.gray-bg { background-color: #F9F9F9; }
.font-medium { font-weight: 600;}
.font-bold { font-weight: 700;}

.dark-gradient-version {  background: rgb(1,53,132); background: linear-gradient(90deg, rgba(1,53,132,1) 0%, rgba(10,145,219,1) 100%); }
.dark-gradient-version h2 { font-size: 21px !important; padding-right: 30px; background: url(../images/right-arrow-01.png) right top 5px no-repeat; }
.dark-gradient-version .btn-primary { background-color: #010066 !important; color: #fff !important; }
.dark-gradient-version .btn-primary:hover { background-color: #1a2943 !important; color: #fff !important; }

h2 { color: #010066; font-weight: 800; margin-bottom: 20px; font-size: 34px; line-height:44px; }
h2 span { color: #606060; }
.blue-headline p { font-weight: 600; margin-top: 10px;}
.blue-headline  h2 { margin-bottom: 40px; }
.small-radius-images .scroll-images-slider .carousel-cell img { border-radius: 8px; }
    
.career-values-section { display: flex; /*min-height: 240px;*/ min-height: unset;}
.career-va-box { padding: 0 10px 0 0; width: 25%; }
.career-va-headline {  cursor: pointer; min-height: 80px; border: 1px solid #1190C9; font-weight: 700; color: #606060; padding: 15px 50px 15px 30px; background: url(../images/down-arrow-01.png) center right 20px no-repeat;  }
.career-va-text { max-height: 0; overflow: hidden; transition: max-height 1.3s ease-out, padding 1.3s ease-out;  box-sizing: border-box; height: 0; overflow: hidden; visibility: hidden;  background-color: #1190C9; color: #fff; padding: 15px 20px 5px 30px; }
.career-va-box:hover .career-va-text { max-height: 300px; height: auto; visibility: visible; overflow: visible; }
.career-va-box:hover .career-va-headline { box-shadow: 0px 1px 6px #ccc; }

.culture-section h2 { margin-bottom: 0; }
.culture-boxes-grid { width: 100%;margin-left: -10px;}
.culture-boxes-grid .flickity-viewport{display: flex;flex-wrap: wrap;}
.culture-boxes {display: flex; background: #DAF0FE; padding: 34px 30px 33px 37px; border-radius: 10px;width: calc(50% - 20px);margin-right: 20px;}
.quote-icon { width: 50px; margin-bottom: 15px; }
.quote-left { width: 70%; padding-right: 30px; }
.quote-left p { margin-bottom: 0; }
.quote-right { width: 30%; text-align: center; padding-top: 32px; }
.quote-right .quote-icon { display: none; }
.auth-image { margin-bottom: 12px; }
.auth-image img { width: 115px; height: 115px; object-fit: cover; border-radius: 50%;}
.quote-right h5 { font-size: 16px; font-weight: 700; margin-bottom: 0; }
.culture-boxes:nth-child(even) { background-color: #E5EFE1; } 


.why-join-section { width: 100%; }
.vector-shape { width: 100%; margin-bottom: -40px; }
.vector-shape img { width: 100%; }
.color-boxes-grid { display: flex; }
.wj-color-boxes { padding: 50px 30px 50px 50px; width: 50%; font-size: 20px;  }
.wj-color-boxes ul { padding: 0; margin: 0; color: #fff; }
.wj-color-boxes ul li {list-style-position: inside;}
.wj-blue-box { background-color: #1DA5E9; color: #fff; }
.wj-blue-box h2 { color: #fff; }
.wj-blue-box p { width: 75%; }
.wj-green-box { background-color: #94CC7A; font-weight: 400; }
.wj-green-box h2 { color: #fff; }
.why-join-section h2 { font-size: 24px; font-weight: 700; }

.full-width-image { width: 100%; }
.full-width-image img { width: 100%; }

.color-boxes-section { position: relative; line-height: 1.3; }
.wj-color-boxes:after { content: ""; position: absolute; width: 50%; height: 100%; z-index: -1; }
.wj-blue-box:after { background-color: #1DA5E9; left: 0; top: 0; }
.wj-green-box:after  { background-color: #94CC7A; right: 0; top: 0; left: auto; }

.benifits-section { position: relative; padding-bottom: 100px;}
.benifits-listing-flex { width: 100%; flex-wrap: wrap; display: flex; padding-top: 25px;justify-content: space-between;}
.benifits-items { display: flex; width: 25.2%; padding-right: 3%; margin-bottom: 30px; line-height: 1.2em; align-items: center; }
.benifits_icon { width: 20%; }
.benifits_icon img { width: 60px; }
.benifits_text { width: 80%; font-size: 18px; padding-left: 20px; color: #162A44; font-weight: 600; }
.large-shap img { max-width: 100%; }
.benifits-section .large-shap{right: 0;}

.ski-talks-flex { display: flex; }
.ski-logo { width: 200px; }
.ski-talks-left { width: 30%; padding-right: 60px; }
.ski-talks-right { width: 70%; display: inline-block; position: relative; }
.blog-section.ski-talks-section .post-boxs .content h4 { font-size: 14px; font-weight: 700; }
.blog-section.ski-talks-section .post-boxs .content .category { font-size:12px; }
.blog-section.ski-talks-section .post-boxs .content .btn.btn-link { font-size: 12px; font-weight: 700; }
.blog-section.ski-talks-section .post-boxs .content { padding: 10px 20px 50px;  }
.blog-section.ski-talks-section .post-boxs { min-height: 100%; margin-right: 15px; background: #fff; border: 1px solid #1DA5E9; }
.blog-section.ski-talks-section .post-slider .flickity-page-dots,
.blog-section.ski-talks-section .post-slider .flickity-prev-next-button { display: none; }
.blog-section.ski-talks-section .post-boxs:hover {background: #fff;}
.blog-section.ski-talks-section .post-boxs:hover .content .category a {color: #1DA5E9;}
.blog-section.ski-talks-section .post-boxs:hover .content h4 a {color: #000000;}
.blog-section.ski-talks-section .post-boxs:hover .content .btn.btn-link {color: #000000;}
.blog-section.ski-talks-section .post-boxs .content .btn.btn-link { left: 20px; }
.blog-section.ski-talks-section .post-slider .flickity-prev-next-button { width: 13px; }
.blog-section.ski-talks-section h2 { margin: 0; }

.flickity-page-dots { bottom: -40px;  margin-top: 0px; position: absolute; counter-reset: item ; }
.flickity-page-dots .dot{ width: 10px !important; height: 10px !important; background: #e5e5e5; opacity: 1; border-radius: 100%; margin: 0 4px !important; }
.flickity-page-dots .dot.is-selected {background-color: #1DA5E9; color: #fff;}

.blog-section .dot:after { display: none; }
.blog-section .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.blog-section .post-slider .flickity-page-dots .dot.is-selected { opacity: 1; }

.talk-carousel-control { display: flex; align-items: center; margin-top: 20px; justify-content: center; position: absolute; left: 0; right: 0; }
.talk-carousel-numbers { display: flex; padding: 0 9px; }
.talk-carousel-numbers button { padding: 2px 6px; line-height: 1; display: inline-block; border: 0; background: none; font-weight: 700;  font-size: 14px; border-radius: 0; }
.talk-carousel-numbers button.is-selected { background-color: #1DA5E9; color: #fff; }
.button--previous, .button--next { font-size: 0; width: 10px; height: 10px; }
.button--previous { border: 0; background: url(../images/left-arrow-01.svg) center center no-repeat;  }
.button--next { border: 0;  background: url(../images/right-arrow-01.svg) center center no-repeat; }
.ski-talks-left { display: flex; flex-wrap: wrap; align-content: space-between; }

.opp-full-width .opp-left { width: 100%; padding-bottom: 70px; max-width: 100% !important;}

.commitment-section { z-index: 9; display: inline-block; width: 100%; position: relative; padding-bottom: 20px; }
.commitment-heading { display: flex; align-items: center; margin-top: -60px; }
.commitment-h-left { width: 60%; padding-right: 50px; }
.commitment-h-left h2 { max-width: 480px; margin-bottom: 0;font-size: 34px; }
.commitment-image { width: 40%; text-align: center; }
.commitment-image img{width: 100%;}
.commitment-flex { display: flex; flex-wrap: wrap; margin-top: -10px; }
.commitment-boxes { margin-bottom: 7px; font-size: 16px; line-height: 1.4; width: 24%; margin-right: 1%; padding: 35px 26px 25px 30px; position: relative; background-color: #26B1D1; color: #fff; }
.mlt-white-boxes:hover, .collect-gray-box:hover, .e-io-box:hover, .our-ai-assist-box:hover, .collection-white-box:hover, .law-firm-box:hover, .hr-micm-p-box:hover, .over-box:hover, .icon-items:hover, .c-i-integrate-list li:hover, .cpblty-box:hover, .our-values-box:hover, .commitment-boxes:hover, .resource_download__box:hover, .post-boxs:hover, .self-service-box:hover, .benefits-box:hover {
    transform: scale(1.05);
}
.mlt-white-boxes, .collect-gray-box, .e-io-box, .our-ai-assist-box, .collection-white-box, .law-firm-box, .hr-micm-p-box, .over-box, .capabilities-icon, .icon-items, .c-i-integrate-list li, .cpblty-box, .our-values-box, .commitment-boxes, .resource_download__box, .post-boxs, .self-service-box, .benefits-box {
    transition: 0.3s all;
}
.commitment-icon { position: absolute; top: 38px; right: 18px; }
.commitment-icon img { width: 45px; }
.commitment-boxes h4 { font-weight: 700; width: 80%; font-size: 20px; min-height: 50px; }
.commitment-boxes p {
    margin-bottom: 0;
    font-weight: 600;
}
.commitment-boxes:nth-child(1) { background-color: #26B1D1; }
.commitment-boxes:nth-child(2) { background-color: #8F6D9B; }
.commitment-boxes:nth-child(3) { background-color: #44CEC9; }
.commitment-boxes:nth-child(4) { background-color: #80C466; }

.only-text-section { padding-bottom: 20px; }
.join-team-frame img { max-width: 950px; width: 100%; }

.newsBox { transition: 0.3s all; position: relative; height: 100%; background: url(../images/news-box-bg2.jpg) right bottom no-repeat; display: flex; border-radius: 10px; padding: 30px; border: 1px solid #010064; box-shadow: 1px 0px 12px #afafaf; }
.newsBox:hover { box-shadow: 0px 3px 10px rgb(1 0 102 / 63%) !important; }
.newsBox h4 { margin-bottom: 44px; max-width: 290px; line-height: 1.3; font-size: 21px; }
.news-left { width: 70%; position: relative; padding-right: 20px; }
.newsThubm { width: 30%;overflow: hidden;}
.newsThubm img{transition: all 0.4s;}
.newsThubm img { width: 100%; }
.newsBox:hover .newsThubm img{transform: scale(1.1);} 
.combination { display: flex; align-items: center; position: absolute; bottom: 0; } 
.skit-logo img { max-width: 120px; width: 100%; }
.news-logo2 { position: relative; padding-left: 40px; }
.news-logo2:before { display: inline-flex; align-items: center; content: "+"; position: absolute; left: 13px; top: 0; bottom: 0; color: #606060; font-size: 25px; }
.news-logo2 img { max-width: 60px; width: 100%; }
.press-releaase { position: absolute;  display: flex; padding-top: 13px; padding-left: 5px; font-size: 16px; }
.press-releaase span { font-weight: 700; color: #010064; }
.date { color: #606060; background: url(../images/date-01.svg) left center no-repeat; background-size: 14px; margin-left: 26px; padding-left: 22px; font-weight: 500; font-size: 15px; line-height: normal; position: relative; }
.date:before { position: absolute; content: ""; width: 1px; height: 18px; top: 2; background-color: #606060; left: -14px; }

.news-highlight { background: url(../images/news-box-bg1.jpg) right center no-repeat #45b5e7; background-size: auto 100%; }
.news-highlight h4 { color: #fff; min-height: 142px; }
.news-highlight .news-logo2:before { color: #fff; }
.featured-news { padding: 0 30px; }
.news-listing-grid { padding:10px 20px 20px 40px; }
.news-list .load-more-container {margin-bottom: 20px;}

.news-listing-grid .newsBox h4 { font-size: 14px; max-width: 190px; margin-bottom: 0; padding-bottom: 45px; }
.news-listing-grid .skit-logo img { max-width: 69px; }
.news-listing-grid .news-logo2:before { font-size: 16px; left: 9px; }
.news-listing-grid .news-logo2 { padding-left: 25px; }
.news-listing-grid .newsBox { width: 96%; padding: 18px; box-shadow: 0px 3px 4px #AFAFAF;  }
.news-listing-grid .news-left { padding-right: 10px;  }
.news-listing-grid .col-lg-4 { margin-bottom: 63px; }
.news-listing-grid .press-releaase { font-size: 14px; }
.news-listing-grid .date { font-size: 14px; }

.news-listing-grid .news-left { width: 65%; }
.news-listing-grid .newsThubm { width: 35%; }
.overlay-link { z-index: 9; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.remove-shape .sub-hero-caption { background: none; padding: 170px 0 80px; }
.automate-box { border-bottom: 1px solid #010064; font-size: 16px; display: flex; width: 100%; background: #CEEAE4; font-size: 16px; }
.automate-box ul { margin: 0; }
.automate-items { width: 50%; align-items: center; display: flex; padding: 30px 20px; }
.automate-items:nth-child(1) { background-color: #D9F4FF; }
.automate-img { width: 37%; text-align: center; }
.automate-content { width: 58%; }
.automate-img img { max-height: 100px; }
.automate-section { background: none; }
.automate-section .contact-form { padding-bottom: 0; }
.automate-section .form-note { margin-top: 40px; max-width: 370px; margin-bottom: 30px; min-height: 90px; }
.automate-section .form-note h2 { font-weight: 700; font-size: 24px; color: #fff; }

.automate-section .contact-fr-background{height: 300px;}

/*.request-demo-section { font-size: 13px; padding: 70px 0 140px 0; background:url(../images/agent-bg.png) center bottom no-repeat; background-size: 1050px;  }*/
.request-demo-section { font-size: 13px; padding: 70px 0 140px 0; background-size: 1050px;  }
.request-demo-form h3 { text-align: center; color: #114C90; font-size: 22px; max-width: 460px; margin: 0 auto 20px auto; }
.request-demo-art { text-align: center; }
.request-demo-art img { max-width: 460px; width: 80%; }
.white-box h4 { text-align: center; font-weight: 700; font-size: 17px; }
.request-demo-form .white-box { margin: 0 auto; }

.background-with-overlay { position: relative; background-color: #d5e5f1 !important; background-size: 76% !important; }
.background-with-overlay .container { position: relative; z-index: 9; }
.background-with-overlay:after { background: rgb(212, 229, 241); background: linear-gradient(90deg, rgba(212, 229, 241, 1) 50%, rgba(212, 229, 241, 0) 100%); content: ""; position: absolute; left: 0; top: 0px; width: 59%; height: 100%; }
.dark-background-with-overlay:after{background: rgb(255,255,255);background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(22,42,68,1) 60%);}
.dark-background-with-overlay .sub-hero-caption{color: #ffffff;}
.dark-background-with-overlay .sub-hero-caption h1{margin-bottom: 10px;}
.dark-background-with-overlay .sub-hero-caption .btn{margin-top: 15px;}
.dark-background-with-overlay .sub-hero-caption .btn:hover{background-color: #ffffff;color: #162a44;}

.talk-form-section .shape { margin-top: 40px; position: relative; }
.talk-form-section .white-box { max-width: 100%; padding: 0; display: flex; margin-bottom: 0px; }
.blue-content-area { font-size: 18px; width: 47%; padding: 40px; background-color: #23AEE2; color: #fff; }
.blue-content-area h2 { color: #fff; font-size: 20px; margin-bottom: 30px; line-height: 1.4; }
.blue-content-area p { margin-bottom: 26px; }
.talk-form { width: 53%; padding: 35px; }
.talk-form .checkboxe_cl { margin-bottom: 8px;}
.checkboxes { margin-bottom: 25px; } 
.blue-content-area p:last-child { margin-bottom: 0; }
.talk-short-content { font-size: 18px; }
.checkboxe_cl label { width: calc(100% - 25px);color: #000000;}
.mobile-banner { display: none; }


.sub-hero-blue-background { background-color: #010064; color: #fff; }
.sub-hero-blue-background .sub-hero-caption { background: none; padding: 57px 0 50px; }
.customer-support {
    background: url(../images/customer-support-01.svg) center left no-repeat;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 4px 0 4px 26px;
    background-size: 19px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
.sub-hero-blue-background .btn {
    margin-top: 24px;
}

.drive-bs-section { background-color: #CFEAFA; }
.drive-bs-section .shap{
    z-index: 1;
}
.drive-bs-section .opp-left {
    width: 100%;
    max-width: 680px; 
    font-size: 16px;
    padding-bottom: 90px;
}
.drive-bs-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.drive-bs-background img {
    height: 100%;
}
.drive-bs-background:before {
    background: rgb(212, 229, 241);
    background: linear-gradient(90deg, rgb(207 234 250) 50%, rgba(212, 229, 241, 0) 100%);
    content: "";
    position: absolute;
    left: -80px;
    top: 0px;
    width: 340px;
    height: 100%;
}
.drive-bs-background .shap { opacity: 0.6; }
.achieve-section { padding: 70px 0;}

.voice-ai-solution { width: 100%; color: #fff; background-color: #0d6eb3; }
.voice-ai-solution h2 { font-weight: 700; color: #fff; font-size: 28px; margin-bottom: 12px; }
.voice-ai-solution ul { padding-left: 20px; margin-bottom: 32px; }
.voice-ai-title { padding: 20px 0; width: 100%; text-align: center; background-color: #0974ce; }
.voice-ai-title h2 { margin: 0; }
.voice-ai-content { width: 100%; padding: 40px 0 0 0;}
.voice-ai-image { text-align: center; }

/*.section-large-spacer { padding: 80px 0;}*/
.section-large-spacer { padding: 80px 0;}
.section-large-spacer h2 { margin-bottom: 25px; }

.section-medium-spacer { padding: 60px 0;}
.section-medium-spacer h2 { margin-bottom: 25px; }

.capabilities-section { width: 100%; }
.capabilities-main-headline { width: 100%; background-color: #0F4D90; padding: 35px 0; color: #fff; }
.capabilities-main-headline h2 { color: #fff; margin: 0;}
.capabilities-icon-grid { background-color: #E4EEF4; padding: 30px 0; }
.capabilities-box { padding: 25px 15px; text-align: center; }
.capabilities-icon  { margin-bottom: 10px; }
.capabilities-icon img { max-width: 60px; max-height: 54px; }
.capabilities-title { color: #162A44; font-size: 20px; font-weight: 600; }


.law-firms-main-title { max-width: 600px; }
.law-firms-grid { display: flex; }
.law-firm-box { width: 25%; background-color: #C0E1F9; margin-right: 1%; }
.law-firm-headline { background-color: #114C90; color: #fff; padding: 20px 20px 16px 20px; position: relative; min-height: 88px; display: flex; align-items: center; box-shadow: 4px 8px 5px #0e0e0e57; }
.law-firm-box:nth-child(2) .law-firm-headline { background-color: #0D8ADB; }
.law-firm-box:nth-child(3) .law-firm-headline { background-color: #35C1F1; }
.law-firm-box:nth-child(4) .law-firm-headline { background-color: #70C152; }

.law-firm-box:nth-child(2){background-color: #b3d8e8;}
.law-firm-box:nth-child(3){background-color: #c5eaf3;}
.law-firm-box:nth-child(4){background-color: #e5f4df;}

.law-icon { position: absolute; top: 16px; right: 16px; }
.law-icon img { width: 48px; }
.law-firm-headline h3 { font-size: 20px; max-width: 190px; font-weight: 700; margin: 0; }
.law-firm-text { padding: 25px; color: #000; }
.law-firm-text p { margin-bottom: 8px; }
.law-firm-text p:last-child { margin-bottom: 0; }
.law-firm-text ul { margin-bottom: 10px; padding-left: 20px; }

.collection-section { padding-top: 30px; }
.collection-flex { display: flex; align-items: center; }
.collection-main-title { width: 280px;  padding-right: 35px; }
.collection-boxes-grid { width: calc(100% - 280px); display: flex; } 
.collection-box {
    padding: 22px 28px;
    text-align: center;
    background-color: #35c1f1;
    color: #fff;
    width: 23%;
    margin-right: 2%;
    font-size: 20px;

}
.collection-box:nth-child(even) {
    background-color: #80c466;
}
.collection-box .collection-counter { font-weight: 700; font-size: 68px; display: inline-block; width: 100%; }
.collection-main-title h2 { margin-bottom: 0 !important; }

.easy-steps-section { background: url(../images/blue-background.png) center bottom repeat-x #0a6ddb; padding: 85px 0 0px 0; color: #fff; }
.easy-step-headline { align-items: center; display: flex; justify-content: space-between; margin-bottom: 0 !important; }
.easy-step-headline h2 { margin: 0; color: #fff; }
.easy-step-flex { display: flex; }
.easy-step { background: url(../images/green-arrow-01.svg) center right no-repeat;background-size: 49px !important;padding-right: 75px; color: #fff; width: 22%; margin-right: 3%; font-size: 22px; }
.easy-step:last-child { background: url(../images/check-arrow.svg) center right no-repeat; }


.custom-video { width: 383px; position: relative; border: 1px solid #010064;max-width: 100%;}
.custom-video img { width: 100%; height: 226px; object-fit: cover; }
.custom-video .play { transition: 0.5s all; left: 0; top: 0; right: 0; bottom: 0; position: absolute; background: url(../images/play-01.svg) center center no-repeat; background-size: 60px; width: 100%; height: 100%; }
.custom-video:hover .play { transform: scale(1.2);}

.multi-hero-area { background-color: #162A44; color: #fff; }
.multi-hero-area h1 { color: #fff; }
.multi-hero-area .sub-hero-left { width: 29%; }
.multi-hero-area .hero-image { width: 33%; text-align: center; }
.multi-hero-area .hero-image img { max-width: 260px; }
.multi-hero-area .sub-hero-right { width: 38%; }
.multi-hero-area .sub-hero-caption { align-items: center; background: none; padding: 0; }

.multi-intro { background-color: #E9F9E4; padding-top: 30px; }
.multi-intro .opp-right { position: relative; }
.multi-intro .shap { opacity: 0.5; }
.multi-intro .opp-left h3 { font-size: 24px; color: #000; }
.multi-intro .opp-flex { align-items: center; }
.multi-intro .opp-left { padding-bottom: 0; }
.multi-intro .custom-video { float: right; border: 1px solid #a5a5a5; position: relative; z-index: 9; }

.multi-full-content h2 span { display: block; }
.multi-full-content p:last-child { margin-bottom: 0; }

.e-e-clctn-section{
    width: 100%;
    padding: 80px 0px 0px;
}
.e-e-clctn-section .title h2 span{
    color: #162A44;
}
.e-e-two-col-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.e-e-two-col{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.e-e-image{
    width: 50%;
    /* -webkit-mask-image: url('../images/mask-shape.png');
    mask-image: url('../images/mask-shape.png'); */
    -webkit-mask-size: 70%;
    mask-size: 70%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
}
.e-e-image .desktop-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.e-e-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.e-e-content{
    width: 50%;
    padding: 40px;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 130px;
    position: relative;
}
.e-e-two-col.green-bg .e-e-content{
    font-weight: 500;
}
.e-e-content label{
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 25px;
}
.e-e-content h5{
    font-weight: 600;
}
.e-e-two-col.dark-bg{
    color: #ffffff;
}
.e-e-two-col.dark-bg label{
    background-color: #010064;
}
.e-e-two-col.dark-bg .in-out-box h5{
    color: #0DBAF7;
    border-top: 1px solid #0DBAF7;
    border-bottom: 1px solid #0DBAF7;
}
.e-e-two-col.dark-bg .e-e-note{
    border-top: 1px solid #0DBAF7;
    border-bottom: 1px solid #0DBAF7;
}
.e-e-two-col.green-bg{
    color: #162A44;
}
.e-e-two-col.green-bg label{
    background-color: #4a9731;
}
.e-e-two-col.green-bg .in-out-box h5{
    border-top: 1px solid #4a9731;
    border-bottom: 1px solid #4a9731;
}
.e-e-two-col.green-bg .e-e-note{
    border-top: 1px solid #4a9731;
    border-bottom: 1px solid #4a9731;
}
.in-out-bound{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 10px;
}
.in-out-box{
    width: 50%;
    padding: 0 10px;
}
.in-out-box h5{
    margin: 0;
    padding: 5px 0px;
}
.in-out-box ul{
    padding: 15px 0 0 16px;
    margin: 0;
}
.in-out-box ul li{
    font-size: 14px;
}
.e-e-note{
    font-size: 15px;
    margin-top: 25px;
    padding: 10px 5px;
}
.e-e-note p:last-child{
    margin-bottom: 3px;
}
.e-e-content .btn {
    position: absolute;  
    bottom: 40px;
    right: 0;
    left: 0;
    width: 185px;
    margin: 0 auto;
}
.cpblty-section{
    width: 100%;
    padding: 70px 0px;
}
.cpblty-section .title{
    margin-bottom: 40px;
}
.cpblty-section .row{
    margin: 0 -10px;
}
.cpblty-section .row > div{
    padding: 0 10px 25px;
}
.cpblty-box{
    width: 100%;
    position: relative;
    padding: 25px;
    padding-bottom: 20px;
    padding-right: 100px;
    border: 1px solid #010064;
    background-color: #ffffff;
    height: 100%;
    color: #162A44;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cpb-icon{
    position: absolute;
    top: 40px;
    right: 40px;
}
.cpb-icon img{
    height: 48px;
    width: auto;
}
.cpblty-box h3{
    color: #010064;
    font-weight: 700;
}
.cpblty-content-block{
    width: 100%;
    padding-top: 30px;
}
.two-col-section{
    width: 100%;
    padding: 80px 0px;
}
.two-col-content{
    width: 100%;
    padding-right: 20%;
}
.two-col-img{
    width: 100%;
}
.two-col-img img{
    width: 100%;
}
.cmb-pwr-mc-section{
    width: 100%;
    padding: 30px 0px 0px;
}
.cmb-pwr-mc-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
}
.cmb-pwr-mc-left{
    width: 30%;
}
.cmb-pwr-mc-left img{
    width: 100%;
}
.cmb-pwr-mc-right{
    width: 70%;
    padding-left: 8%;
    display: flex;
    flex-wrap: wrap;
}
.cmb-pwr-mc-right h4{
    color: #010064;
    font-weight: 600;
    font-size: 22px;
}
.cmb-pwr-mc-content{
    width: 54%;
    padding: 0 15px;
    padding-right: 6%;
}
.cmb-pwr-mc-content:nth-child(2){
    width: 46%;
    padding: 0 15px;
}
.why-mc-section{
    width: 100%;
    padding: 60px 0px;
}
.why-mc-section .title{
    width: 100%;
    margin-bottom: 40px;
}
.why-mc-section .row{
    margin: 0 -30px;
}
.why-mc-section .row > div{
    padding: 0 30px;
    border-right: 1px solid #010064;
}
.why-mc-section .row > div:last-child{
    border-right: 0px;
}
.why-mc-section h5{
    color: #010064;
    font-weight: 700;
}
.why-mc-section .row > div p:last-child{
    margin-bottom: 10px;
}   
.explore-section {display: block; background-color: #F2F2F2; padding: 70px 0;}
.explore-section h2 {display: block; text-align: left; font-size: 36px; color: #010064; font-weight: 800; margin: 0 0 30px;}
.explore-section h2 span {color: #606060; display: block;}
.explore-section ul {display: flex; flex-wrap: wrap; gap: 30px; margin: 0px; padding: 0px; list-style: none;}
.explore-section ul li {width: calc(33.33% - 20px); display: block;}
.explore-section ul li a {display: block; background-color: #f5f5f5; border-radius: 60px; font-size: 20px; color: #010064; font-weight: 600; line-height: 1; padding: 15px 0; text-align: center; border: solid 5px #f5f5f5; text-decoration:none; text-align:center;transition: all 0.8s;}
.explore-section ul li a:hover {background-color: #35C1F1; color: #fff; border: solid 5px #35C1F1; }
.explore-section ul li a:hover, 
.explore-section ul li a:focus {
  animation: pulse 0.5s;
  box-shadow: 0 0 0 16px transparent;
}
.voice-ai-explore-section { background-color: #fff; padding: 100px 0; }
.voice-ai-explore-section span { display: inline-block !important; }
.voice-ai-explore-section h2 { margin-bottom: 55px; }
.blue-light-bg { background-color: #ebf6ff; }
/* // new CSS */


/* SEO PAGE */
.single-seo-hero{
    width: 100%;
    background-color: #0082D2;
}
.single-seo-hero .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.single-seo-hero .single-hero-content {
    width: 50%;
    font-weight: 400;
}
.single-seo-hero .like-share{
    position: static;
    margin: 0 0 25px;
}
.single-seo-hero .single-hero-content ul{
    margin: 0 0 30px;
}
.single-seo-hero .like-share .ls-btn{
    margin: 0 10px 0 0;
}
.single-seo-hero .single-hero-content .btn {
    padding: 8px 20px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    color: #000000;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-seo-hero .single-hero-content .btn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.single-hero-image{
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
}
.single-hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header-with-shape-section{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header-with-shape-block{
    width: 100%;
    position: relative;
    /*padding: 120px 0px 0px;*/
	padding: 90px 0px 0px;
    min-height: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-header-with-shape-block .shape{
    width: 100%;
    opacity: 0.3;
}
.page-header-with-shape-block .shape img{
    width: 100%;
}
.page-header-with-shape-block .sub-hero-caption{
    padding: 0 !important;
    background-image: none !important;
    width: 490px;
    max-width: 100%;
}
.page-header-with-shape-block .sub-hero-caption h1 {
    margin: 0 0 20px;
}
.quick-demo-page-header{
    width: 100%;
    padding: 40px 0 0;
    position: relative;
}
.quick-demo-page-header::before{
    position: absolute;
    content: '';
    background-color: #D5E5F1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 14%;
    z-index: -1;
}
.quick-demo-page-header .sub-hero-caption{
    padding: 0 !important;
    background-image: none !important;
    width: 800px;
    max-width: 100%;
    margin: 0 0 20px;
	display:block;
}
.quick-demo-page-header .shap-new{
    opacity: 0.3;
}

.archive .remove-shape .sub-hero-caption h1 {
  margin-bottom: 20px;
}
.archive .remove-shape .sub-hero-caption {
  padding: 50px 0 50px;
}
.fix-checkbox.checkboxe_cl label {
    width: 100% !important;
    margin-right: 7px;
}

.error-msg-fix span.wpcf7-form-control-wrap {
    width: auto;
}
.error-msg-fix p {
    align-items: center;
}
.error-msg-fix span.wpcf7-not-valid-tip {
    position: absolute;
    width: 160px;
    bottom: -21px;
}

/* Resource */
.resource-banner {
    color: #000;
	background-position: top 50px center !important;
}
.archive .remove-shape .sub-hero-caption {
    padding: 110px 0 50px;
}
.default-content{
    padding: 50px 0px;
}
.default-content h3 {
    color: #010064;
    font-size: 24px;
    margin: 0 0 10px;
}
.default-content h2{
    color: #606060;
    margin: 0 0 10px;
}
.default-content h1{
    color: #010064;
    font-weight: 700;
}
.default-content .btn {
    margin: 10px 0 0;
}
.ai_tech_section{
    width: 100%;
    padding: 80px 0px;
    background-color: #010064;
    position: relative;
}
.ai_tech_section:before{
    position: absolute;
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(10,145,219,1) 45%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    z-index: 1;
}
.ai_tech_cap{
    width: 50%;
    position: relative;
    z-index: 1;
}
.ai_tech_cap h1, .ai_tech_cap h2, .ai_tech_cap h3, .ai_tech_cap h4, .ai_tech_cap h5, .ai_tech_cap h6 .ai_tech_cap p{
    color: #ffffff;
} 
.ai_tech_img{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.ai_tech_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dark-bg{
    background-color: #162A44;
    color: #ffffff;
}
.dark-bg .btn:hover, .explore-section.dark-bg ul li a:hover{
    background-color: #66EB6E;
    color: #162A44;
    border-color: #66EB6E;
}
.dark-bg.explore-section h2{
    color: #ffffff;
}
.overlay-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.resource_download__block{
    width: 100%;
    position: relative;
    z-index: 1;
}
.resource_download__block .row > div{
    padding-bottom: 30px;
}
.resource_download__box{
    width: 100%;
    border: 1px solid #1190C9;
    background-color: #ffffff;
    padding: 25px;
    padding-bottom: 80px;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    transition: all 0.4s;
}
.resource_download__box label{
    margin: 0 0 30px;
    display: block;
}
.resource_download__box h2 {
    font-size: 22px;
	line-height: 32px;
    color: #162A44;
    transition: all 0.4s;
}
.resource_download__box .btn-link{
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #0D8ADB;
    transition: all 0.4s;
}
.resource_download__box:hover{
    background-color: #1190C9;
    color: #ffffff;
}
.resource_download__box:hover h2, .resource_download__box:hover .btn-link{
    color: #ffffff;
}
.featured-resource {background: none;}
.featured-resource .contact-form {padding: 120px 0 0px;}
.featured-resource .form-note { margin-top: 40px; max-width: 370px; margin-bottom: 30px; }
.featured-resource .form-note h2 { font-weight: 700; font-size: 34px; color: #010066; }
.featured-resource .contact-fr-background .eq-img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    width: 80%;
    height: auto;
} 
.featured-resource .contact-fr-background{height: 78%;}

.resource-filter-section{
    width: 100%;
    padding: 40px 0px;
}
.blog .filter-btns {
	margin: 0 auto!important;
	width: 70%;
}
.filter-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
	justify-content: center;
}
.filter-btns span {
    padding: 0 10px 30px;
    display: inline-block;
}
.filter-btns .btn {
    font-size: 16px;
    font-weight: 600;
    color: #010064;
    min-width: 182px;
}
.filter-btns .btn:hover, .filter-btns .btn.active{
    color: #ffffff;
    background-color: #010066;
	border-color:#010066;
}
.resource-filter-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
}
.filter-sidebar{
    width: 200px;
}
.filter-sidebar h2{
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}
.filter-sidebar ul{
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
}
.filter-sidebar ul li{
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 4px 5px;
    padding-right: 15px;
    border-bottom: 1px solid #010064;
    width: 100%;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
}
.filter-sidebar ul li::before{
    position: absolute;
    content: '';
    top: 38%;
    transform: rotate(45deg);
    right: 10px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #010064;
    border-right: 1px solid #010064;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.filter-sidebar ul li a{
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 4px 5px;
    padding-right: 15px;
    border-bottom: 1px solid #010064;
    width: 100%;
    transition: all 0.5s;
}
.filter-sidebar ul li:hover, .filter-sidebar ul li.active{
    background-color: #E9F7FF;
}
.filter-sidebar ul li:hover:before, .filter-sidebar ul li.active:before{
    opacity: 1;
    visibility: visible;
}
.filter-result-box{
    width: calc(80% - 200px);
}
.filter-result-box .blog-section{
    padding-top: 50px;
}
.filter-search{
    width: 100%;
}
.filter-search input[type="search"], .filter-search input[type="text"]{
    width: 100%;
    padding: 16px 70px 17px 30px;
    border: 1px solid #1190C9;
    border-radius: 100px;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 20px;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs{
	position: relative;
    width: 100%;
    margin: 0;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs .image img {
	max-width: 100%;
    height: 145px;
	min-height: 145px;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs .content{
    position: relative;
}
.filter-result-box .row > div{
    padding-bottom: 30px;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs:hover{
    background-color: #010064;
    color: #ffffff;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs:hover .content .category, .filter-result-box .blog-section.ski-talks-section .post-boxs:hover .content .category a{
    color: #ffffff;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs:hover .content h4, .filter-result-box .blog-section.ski-talks-section .post-boxs:hover .content h4 a{
    color: #ffffff;
}
.filter-result-box .blog-section.ski-talks-section .post-boxs:hover .content .btn.btn-link{
    color: #ffffff;
}
.load-more-container {
    text-align: center;
    padding: 10px 0px 40px;
}
.load-more-container > button.blue-border-btn {
	display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 50px;
    border: 0px;
	color: #010064;
    background-color: #ffffff;
    border: 1px solid #010064;
}
.load-more-container > button.blue-border-btn:hover {
    background-color: #010064;
    color: #ffffff;
}
.blog-section .post-boxs .image img {
    min-height: 152px !important;
}
/* Resource */

/* Compliance */
.comp-two-col-content-section{width: 100%;background: rgb(11,126,255);background: linear-gradient(270deg, rgba(11,126,255,1) 0%, rgba(90,106,255,1) 100%);color: #ffffff;}
.comp-two-col-content-block{display: flex;flex-wrap: wrap;position: relative;padding: 70px 0px 120px;}
.comp-two-col-left{width: 40%;}
.comp-two-col-content-section h2{color: #ffffff;}
.comp-two-col-right{width: 60%;}
.comp-two-col-content-section .shape{position: absolute;bottom: 0;left: 0;right: 0;}

.comp-f-a-section { width: 100%; padding: 40px 0px 40px; }
.comp-f-a-section .title { margin-bottom: 40px; }
.comp-f-a-section .title h2 { background: -webkit-linear-gradient(#0b7eff, #5a6aff); background: linear-gradient(#0b7eff, #5a6aff); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; font-size: 50px; font-weight: 900; }
.comp-f-a-block { width: 100%; display: flex; flex-wrap: wrap; }
.comp-f-a-left{ width: 40%; }
.comp-f-a-right{ width: 60%; padding-left: 5%; }
.comp-f-a-right p strong{ color: #0A6DDB; }
.comp-f-a-ag{ width: 100%; padding-top: 70px; }
.comp-f-a-ag ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 -30px;
}
.comp-f-a-ag ul li{
    display: inline-block;
    padding: 0 30px 30px;
    margin: 0;
}
.comp-f-a-ag ul li img{
    height: 75px;
}
.text-center h2 {
  text-align: center !important;
}
.default-content-block h2 {
  color: #162a44;
}
.comp-four-col-section{
    width: 100%;
    overflow: hidden;
}
.comp-four-col-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.comp-four-col-block::before, .comp-four-col-block::after{
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.comp-four-col-block::before{
    left: -50%;
    background-color: #E5F4DF;
}
.comp-four-col-block::after{
    right: -50%;
    background-color: #EBF6FF;
}
.comp-four-col-box{
    width: 50%;
    color: #606060;
    padding: 40px 60px;
}
.comp-four-col-block .comp-four-col-box:nth-child(1){
    padding-left: 0;
}
.comp-four-col-block .comp-four-col-box:nth-child(2){
    padding-right: 0;
}
.comp-four-col-block:nth-child(even)::before{
    background-color: #EBF6FF;
}
.comp-four-col-block:nth-child(even)::after{
    background-color: #E5F4DF;
}
.comp-f-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}
.comp-f-title span{
    display: inline-flex;
    width: 70px;
}
.comp-f-title span img{
    width: 50px;
}
.comp-f-title h2{
    color: #0A6DDB;
    margin: 0px;
    font-size: 22px;
    width: calc(100% - 70px);
}
.comp-four-col-box ul{
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.comp-four-col-box ul li{
    width: auto;
    list-style-position: inside;
    padding: 0 25px 0 0;
}
.comp-coll-block{
    width: 100%;
    margin-top: 200px;
}
.comp-coll-block .row{
    margin: 0 -7px;
    justify-content: center;
}
.comp-coll-block .row > div{
    padding: 0 7px 14px;
}
.comp-collection-section{
    width: 100%;
    padding: 60px 0px 0px;
    position: relative;
    margin-bottom: 50px;
}
.comp-coll-banner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.comp-coll-content{
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.comp-coll-content h2{
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}
.comp-coll-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.comp-coll-content ul li{
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #ffffff;
}
.comp-coll-content ul li:first-child{
    border-left: 0;
}
.comp-coll-box{
    width: 100%;
    padding: 40px 22px 15px;
    border: 1px solid #010064;
    background-color: #ffffff;
    font-weight: 700;
    color: #010064;
    background-image: url('../images/shield.svg');
    background-position: 95% 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 100%;
    transition: all 0.5s;
}
.comp-coll-box:hover{
    transform: scale(1.1);
}
.default-content .btn{
    margin: 15px 0 0;
}
/* Compliance */

/* SMS EMAIL CHAT */
.sub-hero-right-cols{
    width: 100%;
    display: flex;
    align-items: center;
}
.sms-email-chat{
    width: 150px;
    margin-left: 20px;
}
.ai-assist-section{
    padding-top: 60px;
    background-color: #3B8CF2;
}
.ai-assist-section .opp-flex{
    padding-bottom: 90px;
    color: #ffffff;
}
.ai-assist-section .opp-flex h2{
    color: #ffffff;
}
.ai-assist-section .drive-bs-background:before{
    display: none;
}
.sms-engage-section{
    width: 100%;
    overflow: hidden;
}
.sms-engage-block{
    width: 100%;
    position: relative;
    margin: 70px 0px;
    display: flex;
    flex-wrap: wrap;
}
.sms-engage-content{
    width: 55%;
    font-size: 22px;
}
.sms-engage-content .btn{
    margin-top: 10px;
}
.sms-engage-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.sms-growth-section{
    width: 100%;
    background-color: #F9F9F9;
}
.sms-growth-block{
    width: 100%;
    padding: 70px 0;
    padding-right: 20%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../images/growth.png');
}

.sms-two-col-video-section{
    width: 100%;
    padding: 80px 0px;
}
.sms-two-col-video-section .experience-main{
    margin: 0;
}
.sms-two-col-video-section .experience-main .experience-boxs h2{
    font-size: 32px;
}
.sms-two-col-video-section .experience-main .experience-boxs h2 span{
    display: inline;
}
.sms-two-col-video-section .demo-link{
    margin-top: 50px;
}
.demo-link{
    color: #606060;
    display: inline-block;
    padding-right: 20px;
    background-image: url('../images/link-angle.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px;
    text-decoration: none;
    transition: all 0.5s;
}
.demo-link:hover{
    padding-right: 30px;
}

.self-service-section{
    width: 100%;
    position: relative;
    color: #ffffff;
    padding: 50px 0 0;
    background-color: #F9F9F9;
    z-index: 1;
}
.self-service-banner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 12%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.self-service-section .title{
    width: 100%;
    text-align: center;
    position: relative;
}
.self-service-section .title h2{
    font-size: 76px;
    font-weight: 800;
    color: #ffffff;
}
.self-service-section .title-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 70px;
}
.self-service-section .title-text p{
    width: 60%;
}
.self-service-box{
    width: 100%;
    padding: 30px 30px 10px;
    position: relative;
    background-color: #010064;
    font-weight: 500;
    height: 100%;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
.self-service-box h3{
    font-weight: 600;
    font-size: 24px;
}
.self-icon{
    position: absolute;
    top: -30px;
    right: 30px;
    width: 60px;
}
.self-image {
    position: relative;
    width: 100%;
    padding: 0 0 60%;
    margin: 0 0 30px;
}
.self-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.self-service-section .row > div:nth-child(2) .self-service-box{
    background-color: #0A6DDB;
}
.self-service-section .row > div:nth-child(3) .self-service-box{
    background-color: #0A56E5;
}

.our-ai-assist-section{
    width: 100%;
    padding: 80px 0px;
    background-color: #F9F9F9;
}
.our-ai-assist-section .title{
    width: 55%;
    font-size: 22px;
    color: #606060;
}
.our-ai-assist-section .content{
    width: 100%;
    padding-top: 50px;
}
.our-ai-assist-section .content h3{
    color: #010064;
    font-weight: 700;
}
.our-ai-assist-section .title h2{
    background: -webkit-linear-gradient(#0b7eff, #5a6aff);
    background: linear-gradient(#0b7eff, #5a6aff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: 800;
}
.our-ai-assist-block{
    width: 100%;
    margin-top: 50px;
}
.our-ai-assist-block .row > div{
    padding-bottom: 7px;
    padding-top: 7px;
}
.our-ai-assist-block .row .row > div{
    padding-bottom: 7px;
    padding-top: 7px;
}
.our-ai-assist-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.our-ai-assist-box-left{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A6DDB;
}
.our-ai-assist-box-left img{
    height: 90px;
}
.our-ai-assist-box-right{
    width: calc(100% - 200px);
    background-color: #ffffff;
    padding: 25px;
    color: #606060;
}
.our-ai-assist-box-right h4{
    color: #0A6DDB;
    font-weight: 700;
    font-size: 22px;
}
.our-ai-assist-block .row > div:nth-child(3n+1) .our-ai-assist-box-left{
    background-color: #0A6DDB;
}
.our-ai-assist-block .row > div:nth-child(3n+2) .our-ai-assist-box-left{
    background-color: #0093A7;
}
.our-ai-assist-block .row > div:nth-child(3n+3) .our-ai-assist-box-left{
    background-color: #010064;
}

.benefits-section{
    width: 100%;
    padding: 80px 0px;
}
.benefits-section .title{
    width: 100%;
    margin: 0 0 60px;
}
.benefits-col{
    width: 20%;
    padding: 0 15px;
}
.benefits-box{
    width: 100%;
    text-align: center;
    color: #606060;
    padding: 20px;
    transition: all 0.5s;
}
.benefits-box:hover{
    background-color: #f5f5f5;
}
.benefits-img{
    width: 100%;
    margin: 0 0 25px;
}
.benefits-img img{
    height: 80px;
}

.adv-ai-power-section{
    width: 100%;
    padding: 60px 0px;
    background-color: #0A6DDB;
    color: #ffffff;
    position: relative;
}
.adv-ai-power-banner{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
.adv-ai-power-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv-ai-power-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    background-color: #0A6DDB;
    z-index: 1;
    width: 55%;
}
.adv-ai-power-block{
    width: 50%;
    position: relative;
    z-index: 1;
}
.adv-ai-power-block h2{
    color: #ffffff;
}
.adv-ai-power-block .btn{
    margin-top: 15px;
}

.sms-scale-section{
    width: 100%;
    padding: 70px 0px;
}
.sms-scale-section .title{
    width: 80%;
}
.sms-scale-block{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.sms-scale-box{
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: 25%;
    font-size: 18px;
}
.sms-scale-box span{
    font-size: 60px;
    font-weight: 700;
    padding-right: 10px;
}
.sms-scale-box span span{
    padding-right: 0px;
}
.sms-scale-box p{
    margin: 10px 0;
    color: #606060;
}
.purple-text span{
    color: #0A6DDB;
}
.blue-text span{
    color: #1E97DB;
}
.aqua-text span{
    color: #0093A7;
}
.green-text span{
    color: #89C470;
}

.gray-bg{
    background-color: #f2f2f2;
} 
/* SMS EMAIL CHAT */

/* SINGLE PAGE */
.single-hero{
    width: 100%;
    padding: 120px 0px 40px 0px;
    color: #ffffff;
    background-color: #010064;
}
.single-hero .container{
    position: relative;
}
.single-hero-content{
    position: relative;
    width: 640px;
    max-width: 100%;
}
.single-hero-content label{
    display: block;
    margin: 0 0 20px;
    font-weight: 400;
}
.single-hero-content h2{
    font-size: 34px;
	line-height:44px;
    color: #ffffff;
    margin: 0 0 30px;
}
.single-hero-content h1 {
    font-size: 34px;
	line-height:44px;
	font-weight:800;
    color: #ffffff;
    margin: 0 0 30px;
}
.single-hero-content p {
    margin: 0 0 20px;
    font-size: 20px;
	line-height:30px;
	font-weight:300;
}
.page-template-page-insights .single-hero-content ul {
    margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	display: block;
}
.page-template-page-insights .single-hero-content ul li {
    width: 100%;
	display:list-item;
	border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.single-hero-content ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.single-hero-content ul li {
    display: inline-block;
    line-height: 1em;
    border-right: 1px solid #ffffff;
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 14px;
}
.single-hero-content ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.single-hero .like-share{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.ls-btn{
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.ls-btn:hover, .ls-btn.avtive:hover{
    color: #010064;
    background-color: #ffffff;
}
.ls-btn span{
    display: inline-flex;
    padding-right: 7px;
    position: relative;
    top: 1px;
}
.single-hero .like-share .ls-btn {
    margin-left: 10px;
}
.like.active .bi-heart::before, .like:hover .bi-heart::before{
    content: '\F415';
}
.share.active .bi-share::before, .share:hover .bi-share::before{
    content: '\F52D';
}

.single-detail-section{
    width: 100%;
    padding: 50px 0 30px;
}
/*.single-detail-section .container{
    max-width: 1024px;
}*/
.single-featured-image img {
    width: 70%;
    justify-content: center;
}
.single-detail-block #ez-toc-container {
    background: #fff;
    border: 1px solid #ffffff;
}
.single-detail-block #ez-toc-container {
    position: sticky;
    left: 0;
    top: 100px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.single-detail-block #ez-toc-container ul li {
    font-size: 19px;
}
.single-detail-block #ez-toc-container ul li {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 10px;
}
.single-detail-block #ez-toc-container ul {
    padding: 0 0 0 20px !important;
    margin: 0;
    border-left: 1px solid #010066 !important;
}
.single-detail-block{
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single-left{
    width: 25%;
    position: sticky;
    left: 0;
    top: 100px;
}
.single-left ul{
    padding: 0 0 0 30px;
    margin: 0;
    border-left: 1px solid #606060;
}
.single-left ul li{
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 20px;
}
div#ez-toc-container ul{
    padding: 0 0 0 30px;
    margin: 0;
    border-left: 1px solid #606060;
}
div#ez-toc-container ul li{
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 20px;
}
.single-content-part div#ez-toc-container{
    display: none;
}
.ez-toc-counter nav ul li a::before{
    display: none;
}
.single-left ul li a{
    display: inline-block;
    width: 100%;
    color: #606060;
    text-decoration: none;
}
.single-left ul li a:hover, .single-left ul li a.active{
    color: #010064;
}
.single-right{
    width: 75%;
    padding-left: 40px;
    font-weight: 400;
}
.single-right label{
    font-size: 20px;
    color: #010064;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
}
.single-right img, .single-right picture{
    margin: 0 0 20px;
}
.single-left-list{
    position: relative;
}
.s-border{
    position: absolute;
    left: -0.04em;
    width: 3px;
    height: 0;
    background-color: #010064;
    transition: top 0.3s ease, height 0.3s ease;
}
div#ez-toc-container {
    position: sticky;
    left: 0;
    top: 100px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.multi-full-content .btn {
    display: inline-block;
    font-size: 20px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.multi-full-content .btn:hover {
    background-color: #162a44;
    color: #fff;
}
/* SINGLE PAGE */

/* Newsroom ( archive ) PAGE */
.archive .sub-hero-block {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
    background-position: top left !important;
}
.archive .sub-hero-block {
    width: 100%;
    background-color: #d5e5f1;
}
/*.archive .sub-hero-caption h1 {
    color: #162a44;
}*/
.btn-groups{
    width: 100%;
    padding: 50px 0px;
}
.btn-groups .btn {
    width: 390px;
    border-radius: 50px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
}
.blue-border-btn {
    color: #010064;
    background-color: #ffffff;
    border: 1px solid #010064;
}
.blue-border-btn:hover {
    background-color: #010064;
    color: #ffffff;
}
.news-listing-grid .skit-logo img {
    max-width: 80px;
    width: 89px;
}
.news-listing-grid .press-releaase {
    font-size: 14px;
}
.news-list .load-more-container .btn {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #010066;
	border: 1px solid #010066;
    border-radius: 0px;
}
.post-type-archive-newsroom .btn-groups .blue-border-btn {
    width: 290px;
    color: #010066;
    background-color: #ffffff;
    border: 1px solid #010066;
}
.post-type-archive-newsroom .btn-groups .blue-border-btn:hover {
    width: 290px;
    color: #fff;
    background-color: #010066;
    border: 1px solid #010066;
}
.news-logo2 img {
    max-height: 40px;
}
/* Newsroom ( archive ) PAGE */

/* CONTACT AUTOMATION */
body .blue-bg-overlay.background-with-overlay{background-color: #0D8ADB !important;}
.blue-bg-overlay.background-with-overlay:after{
    background: linear-gradient(90deg, rgba(13,138,219,1) 50%, rgba(212, 229, 241, 0) 100%);
}
.blue-bg-overlay .sub-hero-caption{
    padding: 50px 0 50px;
}
.blue-bg-overlay .sub-hero-left{
    color: #ffffff;
}
.blue-bg-overlay .sub-hero-left h1{
    margin: 0 0 10px;
}
.blue-bg-overlay .sub-hero-left p{
    font-weight: 400;
}
.dark-blue{
    background-color: #0D3663;
}
.cyan-blue{
    background-color: #162A44;
}
.custom-image{
    border: 0;
}
.ca-transform-c-c{
    color: #000000;
}
.ca-transform-c-c .exlarge-headlines h2{
    background: linear-gradient(to right, #165BA4 0%, #0D8ADB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
}
.ca-transform-c-c p {
    width: 1124px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 22px;
    max-width: 100%;
}
.ca-transform-c-c .collections-tag ul li{
    color: #0599CC;
}
.ca-content-links{
    padding-top: 40px;
}

.ca-mncs-section{
    width: 100%;
    padding: 50px 0px;
    background-color: #DFE9F4;
    font-size: 22px;
}
.gradient-text h2, .gradient-text h3, .gradient-text h4 {
    background: linear-gradient(to right, #165BA4 0%, #0D8ADB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.exdark-gradient-text h2, .exdark-gradient-text h3, .exdark-gradient-text h4 {
    background: linear-gradient(to right, #16487f 0%, #0e86c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.ca-mncs-section h2{
    font-size: 35px;
}

.xl-text{
    width: 100%;
}
.xl-text h2{
    color: #0599CC;
    font-size: 46px;
    font-weight: 800;
}
.mnc-logo-block{
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mnc-logo-block span{
    display: inline-flex;
    align-items: flex-start;
    padding-right: 5%;
    padding-bottom: 20px;
}

.genai-p-vb-section{
    width: 100%;
    padding: 50px 0px 160px;
    background: rgb(22,91,164);
    background: linear-gradient(90deg, rgba(22,91,164,1) 0%, rgba(13,138,219,1) 100%);
    color: #ffffff;
    margin-bottom: 60px;
    position: relative;
}
.genai-p-vb-section h2{
    color: #ffffff;
    font-size: 34px;
	line-height:44px;
}
.genai-p-vb-block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 40px;
}
.genai-col{
    width: 25%;
    padding: 0 20px 40px;
}
.genai-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.genai-img{
    width: 70px;
    height: 70px;
    background: #1fbaf4;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.genai-img img{
    height: 40px;
}
.genai-box p{
    margin: 0;
    width: calc(100% - 70px);
    padding-left: 15px;
}
.genai-bottom-block{
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}
.genai-bottom-contain{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #095191;
    color: #ffffff;
    position: relative;
}
.genai-b-box{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff;
}
.genai-b-box h2{
    margin: 0;
    color: #66EB6E;
}
.genai-b-box span{
    margin: 0;
    font-weight: 400;
    display: inline-block;
    max-width: 200px;
    padding-left: 15px;
}
.genai-b-box:last-child{
    border: 0;
}
.genai-stick-img{
    position: absolute;
    bottom: 100%;
    right: 0;
}
.ca-auto-collect-section{
    width: 100%;
    overflow: inherit;
    padding: 1px 0 120px;
}
.ca-auto-collect-section .sms-engage-block{
    position: relative;
}
.ca-auto-collect-section .gradient-text{
    margin-bottom: 40px;
}
.ca-auto-collect-section .gradient-text h2{
    font-size: 40px;
}
.ca-auto-collect-section ul{
    color: #606060;
    margin: 0;
    padding: 0;
}
.ca-auto-collect-section ul li{
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
}
.ca-auto-collect-section ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url('../images/correct-green.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.shape{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ca-auto-collect-section .sms-engage-img {
    width: 35%;
}
.ca-auto-collect-section .shape{
    bottom: -188px;
}
.ca-outcome-section{
    width: 100%;
    padding: 80px 0px;
}
.ca-outcome-section .gradient-text{
    margin-bottom: 50px;
}
.ca-outcome-section .gradient-text h2{
    font-size: 44px;
}
.ca-outcome-section .row > div{
    padding-bottom: 40px;
}
.ca-outcome-box{
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 0 15%;
}
.ca-outcome-box p{
    margin: 0;
    color: #606060;
}
.ca-outcome-box span{
    font-size: 70px;
    background: linear-gradient(to right, #165BA4 0%, #0D8ADB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.ca-support-voice-section{
    width: 100%;
    padding: 60px 0px;
    background-color: #F9F9F9;
}
.ca-support-voice-section h2{
    font-size: 60px;
}
.ca-support-voice-section .gradient-text{
    margin-bottom: 60px;
}
.ca-support-voice-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #177FC6;
    padding: 30px;
    margin-top: 40px;
    transition: all 0.5s;
}
.ca-support-voice-block:hover{
    transform: scale(1.06);
}
.ca-support-voice-block:nth-child(even){
    background-color: #177FA8;
}
.ca-support-voice-block:nth-child(odd) .ca-support-voice-img{
    order: 2;
}
.ca-support-voice-block:nth-child(odd) .ca-support-voice-content{
    order: 1;
    padding-left: 0;
    padding-right: 30px;
}
.ca-support-voice-img{
    width: 33.33%;
}
.ca-support-voice-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ca-support-voice-content{
    width: 66.66%;
    color: #ffffff;
    padding-left: 30px;
}
.ca-support-voice-content ul{
    margin: 0 0 25px;
}
.ca-achieve-section{
    width: 100%;
    padding: 80px 0px;
}
.ca-achieve-section .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ca-achieve-section .gradient-text{
    width: 33.33%;
}
.ca-achieve-section h2{
    font-size: 50px;
}
.ca-achieve-block{
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
}
.achieve-box{
    width: 33.33%;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
}
.achieve-box img{
    max-height: 300px;
    margin: 0 0 20px;
}
.achieve-box p{
    margin: 20px 0 0;
}

.ca-b-f-section{
    width: 100%;
    padding: 60px 0px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 22px;
}
.ca-b-f-section .ca-b-f-title{
    font-weight: 400;
}
.btn-with-icon span{
    display: inline-block;
    margin-right: 5px;
}
.btn-with-icon span img{
    height: 22px;
}
.ca-b-f-title .btn {
    margin-top: 10px;
}
.cyan-blue .btn:hover{
    color: #162a44;
    background-color: #ffffff;
}
.ca-b-f-title .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ca-b-f-title .title h2{
    padding-right: 40px;
    display: inline-block;
    color: #0082D2;
}
.ca-b-f-title .title h3{
    display: inline-block;
    font-size: 22px;
    color: #0C8ADB;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}
.blue-green{
    background-color: #0093A7;
    color: #ffffff;
}
.cyan-blue{
    color: #ffffff;
}
.ca-b-f-section.cyan-blue h2, .ca-b-f-section.blue-green h2, .ca-b-f-section.cyan-blue h3, .ca-b-f-section.blue-green h3{
    color: #ffffff;
}
.ca-b-f-section h2{
    font-size: 60px;
}
.ca-b-f-block{
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.ca-b-f-img{
    width: 40%;
    text-align: left;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
}
.ca-b-f-img img{
    max-height: 100%;
}
.ca-b-f-right{
    width: 60%;
    padding-left: 4%;
    display: flex;
    flex-wrap: wrap;
}
.ca-b-f-cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.ca-b-f-cols > div{
    padding: 0 20px 40px;
    width: 25%;
    text-align: center;
    font-size: 16px;
}
.ca-b-f-box{
    transition: all 0.5s;
}
.ca-b-f-box-img{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A6DDB;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.ca-b-f-box:hover .ca-b-f-box-img{
    background-color:  #daf1ff;
}
.ca-b-f-section.cyan-blue .ca-b-f-box:hover .ca-b-f-box-img{
    background-color:  #0A6DDB;
}
.ca-b-f-section.blue-green .ca-b-f-box:hover .ca-b-f-box-img{
    background-color:  #146f7b;
}
.ca-b-f-box-img img{
    height: 80px;
    width: 80px;
}
.ca-b-f-box p{
    margin: 0;
}
.ca-b-f-section.blue-green .ca-b-f-box-img{
    border-color: #ffffff;
}
.gradient-text h3{
    background: linear-gradient(to right, #165BA4 0%, #0D8ADB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.ca-default-content h2 {
    font-size: 32px;
}
.small-tag{
    width: 100%;
    margin-top: 15px;
}
.small-tag label{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #66EB6E;
    border-top: 1px solid #66EB6E;
    border-bottom: 1px solid #66EB6E;
}
.ca-min-cost-section .opp-flex{
    padding-bottom: 110px;
}
.ca-min-cost-section .custom-image img{
    width: auto;
    height: 170px;
}
/* CONTACT AUTOMATION */

/* Contact Section */
body .businesses-section {display: block; background-color: #fff; padding: 60px 0 40px !important}
.businesses-section .flickity-page-dots{bottom: -50px;}
.businesses-section h2 {display: block; font-size: 36px; color: #010064; font-weight: 800; text-align: center; margin: 0 0 40px;}
.businesses-section .businesses-logos-main {display: flex;padding: 0 20px 30px 0;}
.businesses-section .flickity-slider {display: flex; flex-wrap: wrap; align-items: center;}
.businesses-section .businesses-logo {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 20%;padding: 0 20px;}
.businesses-section .businesses-logo img {display: block; max-width: 80%;width: 150px;}
.businesses-section .flickity-page-dots .dot {margin: 0 10px;width: 0;height: 0;list-style: none;display: inline-block;}
.businesses-section .flickity-page-dots .dot.is-selected {background: #010064;}

.contact-text { width: 100%; color: #fff; font-weight: 500; }
.book-discover-section { width: 100%; }
.dis-box { padding: 35px 40px; border: 1px solid #010064; height: 100%; }
.dis-box h2 { font-size: 24px; margin-bottom: 20px; }
.dis-main-headline { margin-bottom: 45px; }
.text-right { text-align: right; }
.text-right h2 { text-align: right; }
.dis-box p:last-child { margin-bottom: 0;}

.customers-section {display: block; background: #35C1F1 url(../images/customers-bg.png) center bottom no-repeat; background-size: 1300px auto; padding: 80px 0;}
.customers-section h2 {display: block; font-size: 36px; color: #fff; font-weight: 800; margin:0px; position: relative;}
.customers-section h2:before {content: ''; position: absolute; left: 0px; top: -65px; width: 80px; height: 55px; background: url(../images/qoute-icon.png) left center no-repeat; background-size: 100% auto;}

.customers-section .customers-slider {display: block;}
.customers-section .customers-slider .customers-boxs {display: block; margin-right: 15px; background-color: #fff; border-bottom: solid 5px #80C466; padding: 10px 60px 40px 60px; width:90%; opacity: 0.5;}
.customers-section .customers-slider .customers-boxs .customers-logo {display: flex; flex-wrap: wrap; justify-content:center;}
.customers-section .customers-slider .customers-boxs .customers-logo img {display: block; max-width: 160px; margin-bottom:20px}
.customers-section .customers-slider .customers-boxs p {display: block; font-size: 20px; color: #606060; font-weight: 500; line-height: 1.3; margin: 0 0 60px;}
.customers-section .customers-slider .customers-boxs p span {color: #010064; font-weight: 800;}
.customers-section .customers-slider .customers-boxs h5 {display: block; text-align: right; font-size: 16px; color: #000000; font-weight: 800; line-height: 1.3; margin-top: 20px;}
.customers-section .customers-slider .customers-boxs h5 span {display: block; font-size: 14px; color: #606060; font-weight: 500;}
.customers-section .customers-slider .customers-boxs.is-selected {opacity: 1;}

.customers-section .customers-slider .flickity-prev-next-button {padding: 0; width: 30px; height: 50px; background-color: transparent; background-repeat: no-repeat; border-radius: 0px;}
.customers-section .customers-slider .flickity-prev-next-button.previous {left: -40px; background-image: url(../images/arrow-previous.png); background-position: left center;     border: 0;}
.customers-section .customers-slider .flickity-prev-next-button.next {right: -40px; background-image: url(../images/arrow-next.png); background-position: right center;     border: 0;}
.customers-section .customers-slider .flickity-prev-next-button svg {display: none;}
.customers-section .customers-slider .flickity-page-dots {display: none;}

.businesses-logos-main-supper {
  display: block;
  width: 100%;
  overflow: hidden;
}
.contact-form .white-box .checkboxe_cl .wpcf7-list-item {
    margin: 0 0 0 0em;
}
.contact-form .white-box .checkboxe_cl label {
	width:100%;
}
.sub-hero-right a {
    color: #0D8ADB;
}
.sub-hero-right a:hover {
    color: var(--bs-link-hover-color);
}


.wpcf7 .wpcf7-form p{margin: 0;}
.wpcf7-form-control-wrap {position: relative;display: inline-block;width: 100%;}
.wpcf7-form .wpcf7-not-valid-tip {position: relative;bottom: 10px;font-size: 12px;font-weight: 400;font-weight: 500;color: #c00000;}
.wpcf7 .wpcf7-form .wpcf7-response-output{border-color: #c00000;display: inline-block;color: #000000;font-size: 14px;margin-top: 20px;font-weight: 500;}
.wpcf7-form.sent .wpcf7-response-output{border-color: #00d91d;color: #00d91d;}
.wpcf7 .wpcf7-form .wpcf7-response-output{border-width: 1px;}
.wpcf7 .invalid.wpcf7-form .wpcf7-response-output{border-color: #c00000;color: #c00000; text-align:center;}
.wpcf7 .sent.wpcf7-form .wpcf7-response-output{color:#010066; text-align:center; }

/* Contact Section */

/* careers page */
.talk-expert-section {display: block; background-color: #35B6F1; padding: 30px 0; color: #fff; }
.talk-expert-section h2 {display: block; font-size: 42px; color: #fff; font-weight: 700; margin: 0px; line-height: 1;}
.talk-expert-section .btn.btn-primary {display: inline-block; background-color: #fff; font-size: 18px; color: #000000; font-weight: 800; margin: 0px; line-height: 1; padding: 15px 30px; border-radius: 0px; border: 0px;}
.talk-expert-section .btn.btn-primary:hover {background-color: #006b9d; color: #fff;}
.flickity-prev-next-button.next {
    right: 30px;
}
.culture-boxes-grid .flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75) !important;
    border: none !important;
    color: #333 !important;
}
.culture-boxes-grid .flickity-button:hover {
    background: white!important;
    cursor: pointer;
}
.only-text-section p a {
	color: #0D8ADB;
}
.blog-section {
    display: block;
    padding: 80px 0;
}
.blog-section h2 {
    display: block;
    font-size: 36px;
    color: #010064;
    font-weight: 800;
    margin: 0 0 50px;
}
.blog-section h2 span {
    color: #606060;
    display: block;
}

.blog-section .post-slider {
    display: block;
}
.blog-section.ski-talks-section .post-boxs {
    min-height: 100%;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #1DA5E9;
}
.blog-section .post-boxs {
    position: relative;
    display: block;
    background: #F7F7F7;
    width: calc(33.33% - 15px);
    margin-right: 30px;
}
.blog-section .talk-carousel-control .button--previous:hover {
	border-color: transparent;
    background-color: transparent;
}
.blog-section .talk-carousel-control .button--next:hover {
	border-color: transparent;
    background-color: transparent;
}

.blog-section .post-boxs .image {display: block;overflow: hidden;}
.blog-section .post-boxs .content {display: block; padding: 25px 45px 80px;}
.blog-section .post-boxs .content .category {display: block; font-size: 22px; color: #010064; font-weight: 800; margin-bottom: 15px;}
.blog-section .post-boxs .content .category a {display: inline-flex; color: #010064; text-decoration: none;}
.blog-section .post-boxs .content h4 {display: block; font-size: 20px; color: #000000; font-weight: 500; margin-bottom: 0px; line-height: 1.4;min-height: 110px;}
.blog-section .post-boxs .content h4 a {color: #000000; text-decoration: none;}
.blog-section .post-boxs .content .btn.btn-link { background: transparent; display: inline-flex; font-size: 16px; font-weight: 600; color: #606060; margin: 0; padding: 0px; text-decoration: none; position: absolute; left: 45px; bottom: 25px; line-height: 1; transition: all 0.5s;}
.blog-section .post-boxs .content .btn.btn-link span {margin-left: 5px; }
.blog-section .post-boxs .content .btn.btn-link:hover span {margin-left: 10px;}
.blog-section .post-boxs .image img{ transition: all 0.4s; width: 100%; min-height: 225px; }
.blog-section .post-boxs:hover .image img{transform: scale(1.1);}

.blog-section .post-boxs:hover {background: #010064;}
.blog-section .post-boxs:hover .content .category a {color: #fff;}
.blog-section .post-boxs:hover .content h4 a {color: #fff;}
.blog-section .post-boxs:hover .content .btn.btn-link {color: #fff;}

.blog-section .post-slider .flickity-prev-next-button {padding: 0; width: 30px; height: 50px; background-color: transparent; background-repeat: no-repeat; border-radius: 0px;}
.blog-section .post-slider .flickity-prev-next-button.previous {left: -40px; background-image: url(../images/arrow-blue-previous.png); background-position: left center;}
.blog-section .post-slider .flickity-prev-next-button.next {right: -40px; background-image: url(../images/arrow-blue-next.png); background-position: right center;}
.blog-section .post-slider .flickity-prev-next-button svg {display: none;}
.blog-section .post-slider .flickity-page-dots {display: none;}
.kh-accordion-content .kh-ml-4 					{ margin-left: 0!important; }
.kh-accordion-content .kh-form-check 			{ display: flex!important; }
.kh-accordion-content .kh-main-container h1 	{ font-size: 20px!important; }
/* careers page */


/* NEW HEADER BANNER */
.page-header-section{
    width: 100%;
    padding: 120px 0 40px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header-caption{
    width: 600px;
    max-width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-header-caption label{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    margin: 0 0 30px;
}
.page-header-caption h1{
    font-size: 34px;
	line-height:44px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 5px;
}
.page-header-caption h2{
    font-size: 27px;
    color: #66EB6E;
    font-weight: 400;
    margin: 0 0 30px;
}
.page-header-caption .customer-support{
    color: #ffffff;
    margin: 25px 0;
}
.page-header-caption .btn {
    display: inline-block;
    font-size: 20px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.page-header-caption .btn:hover {
    background-color: #ffffff;
    color: #162a44;
}
.page-header-img{
    width: 100%;
}
.page-header-img img{
    max-height: 50px;
}
.page-header-caption .btn:hover{
    background-color: #ffffff;
    color: #162a44;
}

.custom-video.video-ifream {
    width: 100%;
    padding-bottom: 56%;
}
.custom-video.video-ifream iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.page-first-and-third-party-collections_4 .custom-video.video-ifream iframe {
    width: 100%;
    display: block;
}
/* NEW HEADER BANNER */

/* Process Guide */
.water-blue-bg{background-color: #0D8ADB;color: #ffffff;}
.crystal-blue-bg{background-color: #35C1F1;color: #ffffff;}
.curious-blue-bg{background-color: #27A9CC;color: #ffffff;}
.turquoise-bg{background-color: #27C4CC;color: #ffffff;}
.soft-green-bg{background-color: #81C566;color: #ffffff;}

.teal-blue-bg{background-color: #121c3b;}
.nile-blue-bg{background-color: #162A44;}
.blue-green-bg{background-color: #229BAF;color: #ffffff;}
.nile-blue-bg h3 { color: #fff; }
.blue-green-bg-overlay::after{background: rgb(34,155,175);background: linear-gradient(90deg, rgba(34,155,175,1) 50%, rgba(255,255,255,0) 100%);}
.blue-green-bg-overlay .sub-hero-caption h1{color: #ffffff;margin-bottom: 10px;}
.blue-green-bg-overlay .sub-hero-caption{color: #ffffff;font-size: 20px;font-weight: 400;}
.green-gradient-text h2{
    font-weight: 800;
}
.green-gradient-bg{
    background: linear-gradient(90deg, rgba(34,155,175,1) 0%, rgba(17,76,144,1) 100%);
    color: #ffffff;
}

.pg-opp-section .opp-right{
    position: static;
}
.pg-opp-section .btn:hover{
    background-color: #ffffff;
    color: #162A44;
}
.pg-opp-section .opp-right img{
    width: auto;
}
.pg-opp-section .opp-flex{
    padding-bottom: 100px;
}
.pg-cai-section{
    background-color: #ebf5ff;
    padding: 80px 0px;
}
.pg-cai-section .title{
    margin-bottom: 50px;
}
.pg-cai-section .title h2{
    font-size: 48px;
}
.pg-cai-flex-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.pg-cai-f-box{
    width: 16.66%;
    padding: 30px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 10px 0px 15px 0px rgba(0,0,0,0.15);
    z-index: -1;
}
.pg-cai-f-box::after{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-color: inherit;
    transform: rotate(45deg);
    right: -13px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}
.pg-cai-f-box h3{
    font-size: 24px;
}
.pg-cai-f-box ul{
    padding-left: 20px;
    line-height: normal;
}
.pg-cai-f-box ul li span{
    font-size: 12px;
}
.our-ai-assist-box-left h3{
    color: #ffffff;
}
.flex-btn-contain{
    display: flex;
    align-items: center;
}
.flex-btn-contain .btn{
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    color: #162a44;
    font-weight: 700;
    padding: 8px 15px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.flex-btn-contain p{
    margin: 0;
}
.sm-btn{
    font-size: 16px;
    padding: 8px 15px;
}
.monitor-optimize-section{
    width: 100%;
    padding: 80px 0px;
}
.monitor-optimize-section .container{
    display: flex;
    flex-wrap: wrap;
}
.monitor-optimize-section .title {
    width: 33.33%;
}
.xl-headlines h2 {
	font-size: 34px;
}
.m-o-block{
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
}
.m-o-box{
    width: 50%;
    padding-right: 5%;
    color: #606060;
}
.m-o-box:nth-child(odd){
    width: 40%;
}
.m-o-box:nth-child(even){
    width: 60%;
}
.monitor-optimize-section .title h2{
    color: #114C90;
}
.m-o-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
}
.m-o-title span{
    display: inline-flex;
    width: 50px;
}
.m-o-title h3{
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 24px;
    color: #114C90;
    font-weight: 700;
    margin: 0;
}
.w-s-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 40px;
    margin: 30px 0 0;
}
.w-s-section{
    position: relative;
}
.w-s-section .genai-p-vb-block{
    padding-right: 35%;
}
.w-s-section .genai-col{
    width: 33.33%;
}
.w-s-section .genai-img{
    background-color: #0287D1;
}
.w-s-img{
    position: absolute;
    bottom: 0;
    right: 5%;
    width: auto;
}
.w-s-img img{
    width: 440px;
}
.partners-int-sk3 .green-gradient-text{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.partners-int-sk3 .green-gradient-text h2{
    width: 70%;
}
.partners-int-sk3 .green-gradient-text .btn {
    display: inline-block;
    font-size: 20px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.partners-int-sk3 .green-gradient-text .btn:hover {
    background-color: #162a44;
    color: #fff;
}
.seamless-collections-section .green-gradient-text p {
	font-size: 20px;
    line-height: 30px;
}
.seamless-collections-section .collection-img {
    margin: 55px 0;
}
.content-box {
    width: 100%;
    padding: 30px;
    padding-bottom: 10px;
    font-size: 24px;
}
.pg-ai-section .law-firms-grid{
    margin-top: 60px;
}
.pg-impact-section{
    width: 100%;
    padding: 80px 0;
}
.pg-impact-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pg-impact-block {
    margin-bottom: 100px;
}
.pg-impact-section .text-center {
    margin-top: 50px;
}
.pg-impact-section .text-center .btn {
    display: inline-block;
    font-size: 20px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.pg-impact-section .text-center .btn:hover {
    background-color: #162a44;
    color: #fff;
}
.pg-impact-left{
    width: 60%;
    font-size: 22px;
    color: #606060;
    padding-right: 8%;
}
.pg-impact-left h2{
    font-size: 32px;
}
.pg-impact-right{
    width: 40%;
    position: absolute;
    right: 0;
    top: -100px;
}
.pg-circle-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.pg-circle-box{
    width: 232px;
    height: 232px;
    border-radius: 100%;
    background-color: #0D8ADB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    position: relative;
    margin-left: -16px;
}
.pg-circle-box::before{
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #0D8ADB;
    border-radius: 100%;
}
.pg-circle-box:nth-child(even){
    background-color: #81C566;
}
.pg-circle-box:nth-child(even)::before{
    border-color: #81C566;
}
.pg-circle-content{
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.pg-circle-content span{
    display: block;
    margin: 0 0 5px;
}
.pg-circle-content span img{
    height: 32px;
}
.pg-circle-content h2{
    color: #ffffff;
    margin: 0;
    font-weight: 800;
    font-size: 42px;
}
.pg-circle-content p{
    margin: 0;
}
/* Process Guide */

/* savings-calculator */
.blue-hero.background-with-overlay {
    background-color: #114C90 !important;
    color: #fff;
	background-size: 100% !important;
}
.blue-hero.background-with-overlay:after {
    background: linear-gradient(90deg, rgba(17, 76, 144, 1) 50%, rgba(17, 76, 144, 0) 75%);
}
.savings-calc .sub-hero-caption h1 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 6px;
}
.blue-hero .sub-hero-caption h1 {
    color: #fff;
}
.savings-calc .sub-hero-caption h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 0;
}
.blue-hero .sub-hero-caption h2 {
    color: #fff;
}
.saving-calc { padding: 55px; font-size: 20px; max-width: 778px; margin: 0 auto;}
.calc-box-flex { display: flex; justify-content: space-between; margin-bottom: 45px; }
.calc-box { width: 48%; color: #fff; border-radius: 12px; text-align: left; padding: 33px; background-position: center bottom; background-size: cover; background-repeat: no-repeat; min-height: 230px; }
.calc-box h4 { text-align: left; font-size: 19px; }
.calc-box .checkboxes { margin-bottom: 0; }
.calc-box .checkboxe_cl label { color: #fff; font-size: 16px; font-weight: 600; }
.saving-calc input[type=checkbox] { border: 1px solid #ffffff;  background-color: #fff; }
.saving-calc input[type=checkbox]:before { border: solid #1584cf; border-width: 0 2px 2px 0; }
.saving-calc h3 { font-weight: 800; margin-bottom: 20px; font-size: 27px; margin-top: 30px; }
.gradient-heading h3, .gradient-heading h2 { font-weight: 800; background: #010066; background: linear-gradient(to right, #010066 0%, #010066 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.saving-calc2 .contact-fr-background { background-color: #15AACC; }
.saving-calc2 .contact-fr-image { display: none; }
.saving-calc2 .shape img { width: 100%; }
.saving-calc2 .talk-short-content { margin-bottom: 10px; }
.saving-calc2 .talk-short-content h2 { font-size: 34px; margin-bottom: 20px; margin-top: 60px;}

.saving-calc {
    max-width: 100%;
}
.saving-calc a {
    color: #0D8ADB;
}
.saving-calc a:hover {
    color: var(--bs-link-hover-color);
}

.calculator-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 50px;
}
.calculator-form .error {
    color: #c00000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 5px 0 0;
}
.calculator-left{
    width: 48%;
}
.calculator-left .input-group {
    width: 100%;
    margin: 0 0 15px;
}
.calculator-left .input-group label {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 18px;
}
.calculator-left .input-group input, .calculator-left .input-group select{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #00AAE1;
    background-color: #ffffff;
}
.calculator-right{
    width: 48%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(117,234,113,0.4);
    border-radius: 15px;
}
.calculator-right .result {
    font-size: 32px;
    font-weight: 800;
    color: green;
}
.calculator-right #result{
    margin-top: 30px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    border: 1px solid green;
}
.checkboxes input {
    margin: 6px;
}
.calc-box .checkboxes .checkboxe_cl input {
	  width: 20px;
	  height: 20px;
}
.calc-box .checkboxes .checkboxe_cl label {
    width: 100%;
    color: #fff;
}
.saving-calc .btn {
    display: inline-block;
    font-size: 16px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 40px;
    background-color: #66EB6E;
    border-radius: 50px;
    border: 0px;
}
.saving-calc .btn:hover {
    background-color: #162a44;
    color: #fff;
}
.saving-calc2 .talk-short-content .btn {
    display: inline-block;
    font-size: 16px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 40px;
    background-color: #66EB6E;
    border-radius: 50px;
    border: 0px;
}
.saving-calc2 .talk-short-content .btn:hover {
    background-color: #162a44;
    color: #fff;
}

.savings-calc .sub-hero-left { width: 60%; }
.blue-hero .sub-hero-caption h1 { color: #fff; }
.blue-hero .sub-hero-caption h2 { color: #fff; }
.savings-calc .sub-hero-caption h1 { font-weight: 800; font-size: 34px; line-height:44px; margin-bottom: 6px; }
.savings-calc .sub-hero-caption h2 { font-weight: 400; font-size: 26px; margin-bottom: 0; }
.savings-calc.background-with-overlay { background-size: 72% !important; }
.savings-calc.background-with-overlay:after { width: 89%; }
/* savings-calculator */

/* WHITE PAPER */
.pacific-blue-bg{
    background-color: #15AACC;
    color: #ffffff;
}
.savings-calc .text-green{
    margin: 0 0 15px;
    display: inline-block;
}
.text-green{
    color: #66eb6e;
}
.w-p-form-section{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.w-p-form-block{
    width: 100%;
    padding: 80px 0 0;
    position: relative;
}
.w-p-form-box {
    width: 100%;
    background: #f7f7f7;
    padding: 40px 40px 25px;
    position: relative;
    top: 60px;
}
.w-p-form-block .shap{
    bottom: 45px;
    width: 100%;
}
.w-p-form-block .shap img{
    max-width: 100%;
}
.w-p-form-box .btn{
    width: 100%;
}
.w-p-form-box input {
    height: 50px;
}
/* WHITE PAPER */

/* Talk to an expert */
.page-id-659 .page-header-with-shape-block .sub-hero-caption h1 {
	color: #162a44;
    margin-bottom: 70px;
}
/* Talk to an expert *

/* An Introduction To Large Collection Models */
.postid-261 .savings-calc.background-with-overlay {
    background-size: 100% !important;
}

/* search Page */
.search-results .post-boxs .image img {
    max-width: 100%!important;
    height: 205px!important;
    min-height: 205px!important;
}
.search-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.search-pagination .btn {
    display: inline-block;
	margin: 5px;
    font-size: 20px;
    color: #162a44;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #66EB6E;
    border-radius: 0px;
    border: 0px;
}
.search-pagination .btn:hover, .search-pagination .btn:focus {
    animation: pulse 0.8s;
    box-shadow: 0 0 0 16px transparent;
	background-color: #162a44;
    color: #fff;
}

/* Book A Demo */
.page-id-9402 .contact-info p {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #162a44;
}
.page-id-9402 .contact-info .info-col {
    padding-right: 50px;
    margin-right: 50px;
}
.page-id-9402 .contact-info .info-col label {
    margin-bottom: 5px;
}
.page-id-9402 .contact-info .info-col p {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
}
.page-id-9402 .contact-info .info-col:last-child {
    padding-right: 0;
    margin-right: 0;
}
.page-id-9402 .page-header-with-shape-block .sub-hero-caption p {
	color: #fff;
	line-height: 28px;
    font-weight: 300;
}

.saving-calc .btn {
    color: #fff !important;
    background-color: #010066!important;
}
.saving-calc2 .talk-short-content .btn {
     color: #fff !important;
    background-color: #010066!important;
}
.saving-calc a {
    color: #010066!important;
}
.monitor-optimize-section .title h2 {
   color: #010066!important;
}
.m-o-title h3 {
  color: #010066!important;
}
.green-gradient-text h2 {
   color: #010066!important;
  
}
section.pg-impact-section.blue-light-bg img {
	  width: 850px;
    margin-left: 15%;
}
.partners-int-sk3 .green-gradient-text .btn {
    color: #fff !important;
    background-color: #010066!important;
}
.pg-impact-section .text-center .btn {
 color: #fff !important;
    background-color: #010066!important;
}
.seamless-collections-section .collection-img img {
    width: 850px;
    margin-left: 15%;
}

.dark-gradient-version .btn-primary {
    color: #fff !important;
    background-color: #010066!important;
}
section.talk-expert-section.page-careers_6 h2{
	  color: #fff !important;
}
.career-va-text {
    background-color: #010066!important;
}
.career-va-headline {
    border: 1px solid #010066!important;
}
.only-text-section p a {
    color:  #010066!important;
}
h2 span {
    color:  #010066!important;
}
.multi-full-content .btn {
  color: #fff !important;
    background-color: #010066!important;
}
div#ez-toc-container ul.ez-toc-list a {
    color:  #010066!important;
}
.page-template-page-insights .single-hero {
    background-color: #010066!important;
}
.page-template-page-insights h2 {
 color:  #010066!important;
}
.page-template-page-insights .single-hero-content h2 {
    color: #ffffff!important;
}


/*----------------- Experience Page -----------------*/
.experienceTemp #innerBanner .innerBox {
	display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.experienceTemp #innerBanner .innerBox h1 {
	margin: 0 0 30px 0;
	font-size: 42px;
	line-height: 52px;
	font-weight: 800;
	color: #2e88c7;
}
.experienceTemp #innerBanner .innerBox .contentBox {
    display: flex;
	align-items: center;
    width: 60%;
    border-radius: 25px;
    background-color: #fff;
	overflow:hidden;
}
.experienceTemp #innerBanner .innerBox .contentBox .infoBox {
	width:50%;
	display:inline-block;
	padding: 30px;
    background-color: #e7f3ff;
}
.experienceTemp #innerBanner .innerBox .contentBox .infoBox > h2 {
	margin: 0 0 35px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #010064;
}
.experienceTemp #innerBanner .innerBox .contentBox .infoBox > p {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
}
.experienceTemp #innerBanner .innerBox .contentBox .infoBox > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #010064;
	transition: all .5s ease;
}
.experienceTemp #innerBanner .innerBox .contentBox .infoBox > a:hover {
	color: #000;
}

.experienceTemp #innerBanner .innerBox .contentBox .formBox {
	width:50%;
	display:inline-block;
	padding: 30px;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox > h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #010064;
	text-align:center;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group {
	margin-bottom: 15px;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group .form-control {
    margin-bottom: 0;
	display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #33afff;
	border-radius: 0;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group .form-control:placeholder {
    color: #606060;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group textarea.form-control {
    resize: none;
    height: 100px;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group .sendBtn {
    display: inline-block;
	width:100%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 800;
    border: 0px solid transparent;
    padding: 12px 45px;
    border-radius: 0px;
    background-color: #80c466;
    transition: all 0.5s ease-in-out;
}
.experienceTemp #innerBanner .innerBox .contentBox .formBox .form-group .sendBtn:hover {
    background: #010066;
}

/*-------- popup Form 1 -----------*/
.productFormBox {
    display: flex;
	align-items: center;
    width: 72%;
    border-radius: 25px;
    background-color: #fff;
	overflow:hidden;
}
.productFormImg {
	width:52%;
	display:inline-block;
	overflow:hidden;
}
.productFormImg img {
	width:100%;
	height:auto;
}
.productFormInfo {
	width:48%;
	display:inline-block;
	padding: 30px;
}
.productFormInfo > h3 {
	margin: 0 0 24px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #010064;
	text-align:center;
}
.productFormInfo > .tryBtn {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 800;
	text-align:center;
    padding: 12px 45px;
    border-radius: 0px;
    background-color: #80c466;
    transition: all 0.5sease-in-out;
}
.productFormInfo > .tryBtn:hover {
    background-color: #010165;
    color: #fff;
}
.productFormInfo .productFormTop {
	margin: 0 0 30px 0;
}
.productFormInfo .productFormTop > ul {
	list-style-type: none;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 0;
}
.productFormInfo .productFormTop > ul > li {
	display: inline-block;
	width:calc(25% - 15px);
}
.productFormInfo .productFormTop > ul > li > input.checkRadio {
	display:none;
}
.productFormInfo .productFormTop > ul > li > label {
	position: relative;
	margin: 0px 0px 8px 0px;
	padding: 0;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #33afff;
	cursor: pointer;
}
.productFormInfo .productFormTop > ul > li > label img {
	height: auto;
	width: 26px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}
.productFormInfo .productFormTop > ul > li > h5 {
	margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #010064;
    text-align: center;
}
.productFormInfo .productFormTop > ul > li :checked + label {
	border-color: #010066;
    background-color: #010066;
}
.productFormInfo .productFormTop > ul > li :checked + label img {
	filter: brightness(0) invert(1);
}
.productFormInfo .productFormBotm {
	margin: 0 0 24px 0;
}
.productFormInfo .productFormBotm > ul {
	list-style-type: none;
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
    padding: 0;
}
.productFormInfo .productFormBotm > ul > li {
	display: inline-block;
	width:calc(50% - 8px);
}
.productFormInfo .productFormBotm > ul > li > input.checkRadio {
	display:none;
}
.productFormInfo .productFormBotm > ul > li > label {
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 15px 10px;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: flex-start;
	gap: 15px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    flex-direction: column;
}
.productFormInfo .productFormBotm > ul > li > label img {
	height: 30px;
	width: 30px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}
.productFormInfo .productFormBotm > ul > li > label > h5 {
	margin: 0 0 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #010064;
	transition-duration: 0.2s;
}
.productFormInfo .productFormBotm > ul > li > label > p {
	margin: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #202121;
	transition-duration: 0.2s;
}
.productFormInfo .productFormBotm > ul > li :checked + label {
	border-color: #010066;
    background-color: #010066;
}
.productFormInfo .productFormBotm > ul > li :checked + label img {
	filter: brightness(0) invert(1);
}
.productFormInfo .productFormBotm > ul > li :checked + label > h5 {
    color: #fff;
}
.productFormInfo .productFormBotm > ul > li :checked + label > p {
    color: #fff;
}

/*-------- popup Form 2 -----------*/
.step2 > h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #010064;
}
.step2 .stepTop {
    width: 100%;
	padding:10px;
	margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	background-color:#f4f4f4;
	border:1px solid #33afff;
}
.step2 .stepTop > h5  {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #606060;
}
.step2 .stepTop > p  {
	margin: 0 0 0px 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #606060;
}
.step2 .stepImg {
    width: 100%;
	margin: 0 0 25px 0;
    display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}
.step2 .stepImg > h3 {
	margin: 0 0 24px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #010064;
	text-align:center;
}
.step2 .stepBotm {
    width: 100%;
	padding:10px;
    display: flex;
	align-items: center;
    justify-content: space-between;
	font-size: 14px;
    line-height: 20px;
    color: #ffffff;
	background-color: #0265ff;
}
.step2 .stepBotm > .talkBtn {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 6px 15px;
    border-radius: 50px;
    background-color: #0265ff;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}
.step2 .stepBotm > .talkBtn:hover {
    background-color: #010165;
    color: #fff;
}

.driveSec {
    width: 100%;
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 70px;
}
.driveSec .driveBlock {
	width: 100%;
    display: inline-block;
}
.driveSec .driveBox {
	width: 100%;
    display: flex;
    align-items: center;
	/*margin-top:90px;*/
}
.driveSec .driveBox:nth-child(even) { flex-direction: row-reverse; }
.driveSec .driveBox:nth-child(even) .info { padding-left: inherit; padding-right:100px; }
.driveSec .driveBox .image {
    flex-shrink: 0;
    min-width: 40%;
    max-width: 40%;
}
.driveSec .driveBox .image img {
	width:100%;
	height:auto;
    border-radius: 20px;
}
.page-template-Experience-Landing-template .driveSec .driveBox .image > .video-item {
    position: relative;
    width: 100%;
    height: 285px;
    border-radius: 20px;
    overflow: hidden;
}
.page-template-Experience-Landing-template .driveSec .driveBox .image > .video-item > iframe {
    position: relative;
    width: 100%;
    height: 285px;
}
.driveSec .driveBox .info {
    flex: 1;
    padding-left: 100px;
}
.driveSec .driveBox .info > h2 {
	margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
	font-weight:800;
	color: #010066;
}
.driveSec .driveBox .info > p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
	font-weight:300;
	color: #202121;
}
.driveSec .driveBox .info > p:last-child {
	margin-bottom: 0px;
}
.page-template-Experience-Landing-template .newsletter-sec {
    margin-bottom: 0 !important;
}
.page-template-Experience-Landing-template .newsletter-sec .content .bluetitle h3 {
    font-size: 22px;
    font-weight: 700;
    color: #010066;
}
.page-template-Experience-Landing-template .latest-blog-sec .blog-title { display: flex; justify-content: center; }
.page-template-Experience-Landing-template .latest-blog-sec .blog-title .exploreBtn {
	display:none;
}

.page-template-Experience-Landing-template .inquiries-sec {
    margin-bottom: -110px;
}
.page-template-Experience-Landing-template #footer {
    padding: 150px 0 0px 0;
}

.peopleSayingSec {
    width: 100%;
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 70px;
	background-color:#e7f3ff;
}
.peopleSayingSec h2 {
	margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
	font-weight:800;
	color: #010066;
	text-align:center;
}
.peopleSayingSec .peopleSaying-slider {
	width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.peopleSayingSec .peopleSaying-slider .owl-item {
    padding: 10px;
}
.peopleSayingSec .peopleSaying-slider .owl-item .itemBox {
	width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 10px 0 #bfbfbf;
}
.peopleSayingSec .itemBox .image {
	width: auto;
    display: inline-block;
}
.peopleSayingSec .itemBox .info {
	width: 100%;
    display: inline-block;
}
.peopleSayingSec .itemBox .info > h2 {
	margin-bottom: 15px;
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #010066;
    text-align: left;
}
.peopleSayingSec .itemBox .info > p {
	margin-bottom: 20px;
	min-height: 200px;
    font-size: 18px;
    line-height: 28px;
	font-weight:300;
	color: #202121;
}
.peopleSayingSec .itemBox .sayingBotm {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
	padding-top:20px;
	border-top:1px solid #bfbfd7;
} 
.peopleSayingSec .itemBox .sayingBotm .sayingBotmImg {
	width: 70px;
    display: inline-block;
}
.peopleSayingSec .itemBox .sayingBotm .sayingBotmCont {
	width: calc(100% - 70px);
    display: inline-block;
}
.peopleSayingSec .itemBox .sayingBotm .sayingBotmCont > h4 {
	margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #202121;
    text-align: right;
}
.peopleSayingSec .itemBox .sayingBotm .sayingBotmCont > p {
	margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #202121;
    text-align: right;
}
.peopleSaying-slider .owl-nav {
    top: auto;
    margin-top: 20px;
}
.peopleSaying-slider .owl-nav button.owl-prev {
    left: 46%;
}
.peopleSaying-slider .owl-nav button.owl-next {
    right: 46%;
}
.inquirySec {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: -110px;
    z-index: 1;
}
.inquirySec .content {
    width: 100%;
	height: 270px;
    display: flex;
	align-items: center;
	border-radius: 20px;
	background-color:#e7f3ff;
	overflow:hidden;
}
.inquirySec .content .imageBlock {
	width: 50%;
    padding-right: 50px;
    display: inline-block;
}
.inquirySec .content .imageBlock img {
	width: 100%;
    height:auto;
}
.inquirySec .content .infoBlock {
	width: 50%;
    display: inline-block;
	padding:50px;
}
.inquirySec .content .infoBlock > h3 {
	margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
	font-weight:800;
	color: #010066;
}
.inquirySec .content .infoBlock > p {
	margin-bottom: 40px;
}
.inquirySec .content .infoBlock > p:last-child {
	margin-bottom: 0px;
}
.inquirySec .content .infoBlock > p > a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #010064;
	text-decoration:underline;
	transition: all .5s ease;
}
.inquirySec .content .infoBlock > p > a:hover {
	color: #000;
}

.newsletter-sec .content .bluetitle p {
    color: #010066;
}


/*----------------- Agent Portal Page -----------------*/
.callInterfaceSec {
	position: relative;
    display: inline-block;
	width:100%;
	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: 150px;
	background-color: #e6f3ff;
}
.callInterfaceSec .topCallContent {
	padding: 0 0px;
	margin: 0 auto;
	width: 78%;
	text-align: center;
}
.callInterfaceSec .topCallContent h2 {
	margin: 0 0 40px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
	color: #010066;
}
.callInterfaceSec .topCallContent h2 br {
	display: block;
}
.callInterfaceSec .topCallContent h3 {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #010066;
}
.callInterfaceSec .topCallContent p {
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #202121;
}
.callInterfaceSec .topCallContent .image {
	flex-shrink: 0;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: -150px;
}

/*----------------- Auditron Page -----------------*/
.auditronSec {
	position: relative;
    display: inline-block;
	width:100%;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom:70px;
	background-color: #e6f3ff;
}
.auditronSec .topContent {
	padding: 0 0px;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
.auditronSec .topContent h2 {
	margin: 0 0 40px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
	color: #010066;
}
.auditronSec .topContent h3 {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #010066;
}
.auditronSec .topContent p {
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #202121;
}
.auditronSec .topContent .image {
	flex-shrink: 0;
	min-width: 100%;
	max-width: 100%;
}

/*----------------- Slider Video 22-05-2025 -------------- */
#sliderVideo {
	float: left;
    width: 100%;
	height: 100vh;
    padding: 0px 0 0 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
#sliderVideo::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1731B0;
	background: linear-gradient(90deg,rgba(23, 49, 176, 0.3) 0%, rgba(51, 59, 224, 0.3) 50%, rgba(59, 119, 223, 0.3) 100%);
    background-size: auto;
    background-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#sliderVideo .caption {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    z-index: 2;
    text-align: center;
}
#sliderVideo .caption h1 {
    margin: 0 0 20px 0;
	font-family: "Manrope", sans-serif;
    font-size: 66px;
    line-height: 76px;
    font-weight: 300;
    color: #ffffff;
}
#sliderVideo .caption .button {
	padding: 18px 40px;
	background: #61BD1B;
	border:0;
	border-radius: 50px;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sliderVideo .caption .button:hover {
	background-color: #fff;
	color: #61BD1B;
	text-decoration: none;
}
#sliderVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*----------------- Slider Video 22-05-2025 END -------------- */

/*----------------- Book A Demo 28-05-2025 -------------- */
.page-id-9402 .page-header-with-shape-block {
	justify-content: center;
}
.page-id-9402 .page-header-with-shape-block .sub-hero-caption {
	flex-direction: column;
}
/*----------------- Book A Demo 28-05-2025 END -------------- */

/*----------------- Book A Demo 28-05-2025 -------------- */
.page-id-9402 .page-header-with-shape-block {
	justify-content: center;
}
.page-id-9402 .page-header-with-shape-block .sub-hero-caption {
	flex-direction: column;
}
.page-id-9402 .blue-content-area {
	background-color: transparent !important;
    padding: 0;
}
.page-id-9402 .blue-content-area .bookVideoBox {
	position: relative;
    width: 100%;
    height: 100%;
}
.page-id-9402 .blue-content-area .bookVideoBox .bookVideoContent {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    padding: 60px 48px;
	z-index:1;
	text-align:left;
}
.page-id-9402 .blue-content-area .bookVideoBox .bookVideoContent h2 {
	font-size: 38px;
    line-height: 48px;
	font-weight:700;
    color: #fff !important;
}
.page-id-9402 .blue-content-area .bookVideoBox .bookVideoContent p {
	font-size: 28px;
    line-height: 38px;
	font-weight:400;
    color: #fff !important;
}
.page-id-9402 .blue-content-area .bookVideoBox .bookVideoContent p a {
    color: #43BDED!important;
}
.page-id-9402 .blue-content-area .bookVideoBox .bookVideoContent p a:hover {
    color: #fff!important;
}
.page-id-9402 .blue-content-area .bookVideoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*----------------- Book A Demo 28-05-2025 END -------------- */
.inputField {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 12px;
    height: 40px;
    color: #606060;
    background-color: #F9F9F9;
    border: 1px solid #1190C9;
}
.inputCheckBox {
    width: 100%;
    text-align: left;
    margin-bottom: 18px;
}
.inputCheckBox .wpcf7-list-item {
	margin-left:0;
	margin-right:20px;
}


/*----------------- FAQ Page 31-7-2025 --------------------*/
.tax-faq_category #header .header-main .logo img.logoWhite, 
.page-template-faq-template #header .header-main .logo img.logoWhite {
    display: none;
}
.tax-faq_category #header .header-main .logo img.logoBlue, 
.page-template-faq-template #header .header-main .logo img.logoBlue {
    display: block;
}
.tax-faq_category #header .header-main .leftNav ul.mainMenu > li > a,
.page-template-faq-template #header .header-main .leftNav ul.mainMenu > li > a {
    color: #010101;
}
.tax-faq_category #header .header-main .leftNav .bookDemoBtn,
.page-template-faq-template #header .header-main .leftNav .bookDemoBtn {
    border-color: #010066;
    background: #010066;
    color: #ffffff;
}
.tax-faq_category #header .header-main .leftNav ul.mainMenu > li.children > a::after,
.page-template-faq-template #header .header-main .leftNav ul.mainMenu > li.children > a::after  {
    filter: brightness(0);
}
.tax-faq_category #header .header-main .leftNav .bookDemoBtn:hover,
.page-template-faq-template #header .header-main .leftNav .bookDemoBtn:hover {
	border-color: #010101;
	background: transparent;
	color: #010101;
}
.tax-faq_category #header .header-main .leftNav .searchBox .search-icon svg,
.page-template-faq-template #header .header-main .leftNav .searchBox .search-icon svg {
	filter: brightness(0);
}

body.tax-faq_category,
body.page-template-faq-template {
	overflow: visible;
}
.tax-faq_category #wrap,
.page-template-faq-template #wrap {
	overflow: visible;
}

#faqSec {
	position: relative;
	padding-top: 130px;
	padding-bottom: 70px;
}
#faqSec .faqBox {
	width:100%;
	display:flex;
}
#faqSec .faqBox .faqSidebar {
	max-width: 200px;
	width: 100%;
	padding-right:30px;
	border-right:1px solid #E7E3E3;
}
#faqSec .faqBox .faqSidebar ul {
	list-style:none;
	margin:0;
	padding:30px 0;
	display:flex;
	flex-direction: column;
    grid-gap: 13px;
	position: sticky;
    top: 90px;
}
#faqSec .faqBox .faqSidebar ul li {
	width: 100%;
    display: inline-block;
}
#faqSec .faqBox .faqSidebar ul li a {
	font-size: 14px;
    line-height: 26px;
	color:#1B263B;
	text-decoration:none;
	transition: all .4s ease-in-out;
}
#faqSec .faqBox .faqSidebar ul li a strong {
	font-size: 18px;
    line-height: 28px;
	font-weight:700;
	color:#010066;
}
#faqSec .faqBox .faqSidebar ul li a:hover {
	color:#0265FF;
}
#faqSec .faqBox .faqContent {
	max-width: calc(100% - 200px);
	width:100%;
	display:inline-block;
	padding: 30px 0 30px 50px;
}
#faqSec .faqBox .faqContent a.backLink {
	display: inline-block;
	margin-top:20px;
	font-size:18px;
	color:#010066;
}
#faqSec .faqBox .faqContent a.backLink:hover {
	color:#000;
}
.faqContent .topContent {
	padding-bottom:30px;
    margin-bottom: 40px;
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 28px;
	border-bottom: 1px solid #E7E3E3;
}
.faqContent .topContent h2 {
	margin: 0 0 0px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
}
.faqContent .topContent h4 {
	margin: 0 0 0px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #0265FF;
}
.faqContent .topContent p {
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: rgb(0 0 0 / 50%);
}
.faqContent .topContent .contactBtn {
	color: #010066;
	border: 1px solid #010066;
}
.faqContent .topContent .contactBtn:hover {
	color: #fff;
	border: 1px solid #0E21A1;
}
.faqContent .iconBox {
	width:100%;
	display:inline-block;
    margin-bottom: 80px;
}
.faqContent .iconBox h3 {
	margin: 0 0 64px 0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #010066;
}
.faqContent .iconBox ul {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    column-gap: 80px;
    row-gap: 64px;
	list-style:none;
	padding:0;
	margin:0;
}
.faqContent .iconBox ul li {
	width:27%;
	display:inline-block;
}
.faqContent .iconBox ul li a {
	width:100%;
	display:inline-block;	
	transition: all .4s ease-in-out;
}
.faqContent .iconBox ul li a:hover h4,
.faqContent .iconBox ul li a:hover p {
	color:#78736f;
}
.faqContent .iconBox ul li img {
	margin: 0 0 14px 0;
	width:auto;
	height:auto;
}
.faqContent .iconBox ul li h4 {
	position:relative;
	margin: 0 0 14px 0;
	padding-right:40px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #000000;
}
.faqContent .iconBox ul li h4:after {
	content:'';
	width: 24px;
    height: 22px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/faq-arrow.png) top right no-repeat;
}
.faqContent .iconBox ul li p {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
}


.faqContent .faqDetailTop {
	padding-bottom:40px;
    margin-bottom: 40px;
	width:100%;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	grid-gap: 28px;
	border-bottom: 1px solid #E7E3E3;
}
.faqContent .faqDetailTop h2 {
	margin: 0 0 0px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
}
.faqContent .faqDetailTop p {
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: rgb(0 0 0 / 50%);
}
.faqContent .faqDetailTop > img {
	width:100%;
	height:auto;
	object-fit: cover;
	border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.faqContent .articleBox {
	width:100%;
	display:inline-block;
    margin-bottom: 80px;
}
.faqContent .articleBox h2 {
	margin: 0 0 35px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
}
.faqContent .articleBox p {
	margin: 0 0 0px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000098;
}
.faqContent .articleBox .articleItem {
	margin-bottom: 30px;
	width:100%;
	display:inline-block;
}
.faqContent .articleBox .articleItem:last-child {
	margin-bottom: 0px;
}
.faqContent .articleBox .articleItem > a {		
	width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
	transition: all .4s ease-in-out;
}
.faqContent .articleBox .articleItem .imageBox {
	position:relative;
	width:30%;
	display:inline-block;
}
.faqContent .articleBox .articleItem > a:hover .imageBox:before {
	content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    transition: background .15s;
    background: rgb(0 0 0 / 8%);
    z-index: 1;
	transition: all .4s ease-in-out;
}
.faqContent .articleBox .articleItem .imageBox > img {
	width:auto;
	height:auto;
	object-fit: cover;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.faqContent .articleBox .articleItem .infoBox {
	width:70%;
	display:inline-block;
}
.faqContent .articleBox .articleItem .infoBox > h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
}
.faqContent .articleBox .articleItem .infoBox > p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
}
.faqContent .articleBox .articleItem .infoBox .timeBox {
	width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.faqContent .accordionBox {
	padding:35px;
	width:100%;
	display:inline-block;
	background-color:#F9FBFF;
}
.faqContent .accordionBox h2 {
	margin: 0 0 35px 0;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #000000;
}
.faqContent .accordion .accordion-item {
	margin: 0 0 25px 0;
	border: none;
	background-color: transparent;
}
.faqContent .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faqContent .accordion .accordion-header button {
	display: flex;
	gap: 30px;
    padding: 0;
    outline: 0;
    border: none;
    background-color: transparent;
    border-radius: 0px;
	box-shadow: none;
    font-size: 20px;
    color: #202121;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faqContent .accordion .accordion-header button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
	border: 1px solid #0E21A1;
	border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	background-position: center;
    background-size: 15px;
	color: #0E21A1;
}
.faqContent .accordion .accordion-body {
    padding: 15px 0 0 0;
}
.faqContent .accordion .accordion-body p {
	margin: 0 0 20px 0;
}
.faqContent .accordion .accordion-body p {
	margin: 0 0 20px 0;
	font-size: 14px;
    color: #202121;
    font-weight: 600;
    line-height: 28px;
}
.faqContent .accordion .accordion-body p:last-child {
	margin-bottom: 0;
}

.faqNewTabs { margin-top: 30px; }
.faqNewTabs .tabs .nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 0 0 30px 0;
}
.faqNewTabs .tabs .nav .nav-link {
	display: inline-block;
	height: 100%;
	padding: 7px 20px;
	outline: 0;
	border: 0;
	background-color: #F2F2F2;
	border-radius: 10px;
	font-size: 16px;
	color: #010066;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faqNewTabs .tabs .nav .nav-link.active {
	background-color: #010066;
	color: #ffffff;
}


/*----------------- Client Sec 16-10-2025 -----------------*/
.client-sec {	
	position:relative;
	width: 100%;
	display: inline-block;
	padding-top:45px;
	margin-bottom:-80px;
	z-index: 1;
}
.client-sec .clientBox {
	/*width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;*/
	width: 100%;
    -moz-columns: 3;
    -webkit-columns: 3;
    column-count: 3;
    column-gap: 15px;
}
.client-sec .clientBox .clientItem {
	/*width: calc(33.33% - 10px);
    display: inline-block;
    border: 1px solid #e2e4eb;
    background-color: #fff;
    border-radius: 20px;*/
	margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #e2e4eb;
    background-color: #fff;
    border-radius: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.client-sec .clientBox .clientItem .clientHdr {
	width: 100%;
    display: flex;
	align-items: center;
    padding: 15px;
    column-gap: 15px;
    /*border-bottom: 1px solid #e2e4eb;*/
}
.client-sec .clientBox .clientItem .clientHdr .clientImg {
	width: 100px;
    display: inline-block;
}
.client-sec .clientBox .clientItem .clientHdr .clientImg img {
	width: 100%;
	height:auto;
}
.client-sec .clientBox .clientItem .clientHdr .clientName {
	width: calc(100% - 100px);
    display: inline-block;
	font-size: 13px!important;
}
.client-sec .clientBox .clientItem .clientHdr .clientName b {
	width: 100%;
    display: inline-block;
}
.client-sec .clientBox .clientItem .clientHdr .clientName h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #202121;
}
.client-sec .clientBox .clientItem .clientHdr .clientName p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #202121;
}
.client-sec .clientBox .clientItem .clientHdr .clientLogo {
	width: 80px;
    display: inline-block;
}
.client-sec .clientBox .clientItem .clientHdr .clientLogo img {
	width: 100%;
	height:auto;
}
.client-sec .clientBox .clientItem .content {
	width: 100%;
    display: inline-block;
    padding: 20px;
}
.client-sec .clientBox .clientItem .content .ratingBox {
	margin-bottom: 10px;
	width: 100%;
    display: inline-block;
}
.client-sec .clientBox .clientItem .content .ratingBox i {
	margin-right: 3px;
    font-size: 18px;
    line-height: 28px;
	font-weight:400;
	color: #f7ab39;
}
.client-sec .clientBox .clientItem .content p {
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
	font-weight:300;
	color: #202121;
}
.client-sec .clientBox .clientItem .content p:last-child {
	margin-bottom: 0px;
}