:root {
  --main-color:#00EBFF;
  --main-color-hover:#2543FC;
  --blue:#002266;
  --darkblue:#002266;
  --darkblue-hover:#00AED1;
  --lightblue:#2543FC;
  --skyblue:#42BFED;
  --skyblue-hover:#72D8FF;
  --darkgreen:#011318;
  --gray:#F5F5F5 ;
  --darkblack:#404040;
  --white:#fff;
  --pink:#ee2f66;
  --black:#000000;
  --lightblack:#555555;
  --border-radius:1.05rem;
  --font-size:18px;
  --font-size-h1:4.69rem;
  --font-size-h2:3.65rem;
  --font-size-42:2.2rem;
  --font-size-h3:1.7rem;
  --font-size-32:1.7rem;
  --font-size-36:1.88rem;
  --font-size-40:2.12rem;
  --font-size-h4:1.25rem;
  --font-size-22:1.12rem;
  --font-size-24:1.25rem;
  --font-size-26:1.31rem;
  --font-size-28:1.48rem;
  --font-size-56:2.92rem;
  --font-size-70:3.52rem;
  --font-size-h5:1.12rem;
  --font-size-h6:1.05rem;
  --font-size-p:1.05rem;
  --font-large-p:1.12rem;
  --font-small:0.82rem;
  --line-height:1.59;
  --line-height-22:1.35;
  --dark-gray:#3A3A3A;
  --bg-blue:#0E3042;
  --weight-300:300;
  --weight-400:400;
  --weight-500:500;
  --weight-600:600;
  --weight-700:700;
  --weight-800:800;
  --weight-900:900;
  --max-width:2000px;
}

html {
    scroll-behavior: smooth;
}
html, body{
	font-weight: var(--weight-400);
	font-family: "Figtree", sans-serif;
}
body {
	/* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{	
	line-height: 1.1;
	font-weight: var(--weight-400);
}
.font-heading-green h3, 
.font-heading-green h4, 
.font-heading-green h5, 
.font-heading-green h6 {
	color: var(--green);
}
.font-weight-300{
	font-weight: var(--weight-300);
}
.font-weight-400, 
.font-weight-400 .h2 {
	font-weight: var(--weight-400);
}
.font-weight-500{
	font-weight: var(--weight-500);
}
.font-weight-600{
	font-weight: var(--weight-600);
}
.font-weight-700{
	font-weight: var(--weight-700);
}
.font-weight-800{
	font-weight: var(--weight-800);
}
.font-weight-900{
	font-weight: var(--weight-900);
}
select,input,textarea {
	border: 0;
	font-family: "Figtree", sans-serif;
}
select, input:not([type="checkbox"],[type="submit"]), textarea {
	height: 1.5rem;
    border: none;
    border-radius: 0;
	outline: none;
}
input[type="submit"] {
	width: auto;
    color: var(--darkblue);
}
input[type="submit"]:hover {
    background-color: var(--darkblue-hover);
    /* color: #fff; */
}
textarea{
	height:7.2rem;
	padding: 0.6rem 0;
}
form label {
    display: inline-block;
    font-size: 0.9rem;
	margin-bottom: 0.25rem;
	padding-left: 0.25rem;
}

.field,
.form-group {
    margin-bottom: 0.7rem;
}
section {
	/* overflow-x: hidden;  */
}
p, section li {
    font-size: var(--font-size-p);
    line-height: var(--line-height);
	/* color: var(--lightblack); */
}
section ul:not(.slick-dots,.nav) {
	margin: 0;
	padding: 0;
	list-style: none;
}
section ul:not(.slick-dots,.nav) li {
    padding-left: 1.2rem;
    background-image: url(.././svg/list-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 0.5rem;
  }
section.large-p ul:not(.slick-dots,.nav) li {
    background-size: 0.4rem auto;
	background-position: left 0.7rem;
 }
.font-white p {
    color: var(--white);
}
.box-shadow{
	box-shadow: 0px 3px 10px #2D446626;
}
.hidden {
  display: none;
}
.large-p, .large-p p, .large-p li {
	font-size: var(--font-large-p);
	letter-spacing: 0.44px;
	 
	font-size: var(--font-size-32);
	font-weight: var(--weight-500);
	line-height: 1.3;
	letter-spacing: initial;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;				 
}
h1, .h1, .p-as-h1, .h1 p, .h2-as-h1 h2{
    font-size: var(--font-size-h1);
	font-weight: var(--weight-500);
	letter-spacing: -0.9px;
	/* text-transform: capitalize; */
	font-family: "Funnel Sans", sans-serif;
}
.h4-as-h2 h4,
.p-as-h2 p,
.h1-as-h2 h1,
h2, .h2 {
   font-size: var(--font-size-h2);
   font-weight: var(--weight-500);
   font-family: "Funnel Sans", sans-serif;
   /* text-transform: capitalize; */
}
.p-as-h2 p {
	font-weight: var(--weight-500);
	line-height: 1.4;
}
.h4-as-h3 h4,
.h2-as-h3 h2,
h3, .h3 {
   font-size: var(--font-size-h3);
   letter-spacing: 0.32px;
   font-weight: var(--weight-600);
   /* line-height: 1.54; */
}
.p-as-h4 p,
.h3-as-h4 h3,
h4, .h4 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-h4);
	line-height: 1.2;
}
.h3-as-h4 h3 {

}
h5, .h5 {
   font-size: var(--font-size-h5);
}
h6, .h6 {
    font-size: var(--font-size-h6);
}
section {
    font-size: 1rem; 
}
.font-heading-white .head h1, .font-heading-white .head h2, .font-heading-white .head h3, .font-heading-white .head h4, .font-heading-white .head h5, .font-heading-white .head h6, .font-heading-white .head p{
	color: var(--white);
}
.font-heading-black h1, .font-heading-black h2, .font-heading-black h3, .font-heading-black h4, .font-heading-black h5, .font-heading-black h6, .font-heading-black p{
	color: var(--black);
}
input[type="submit"],
.button, 
a.button {
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 0.72rem 1.6rem;
    border-color: var(--main-color);
    font-weight: var(--weight-500);
    font-size:0.89rem;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    height: auto;
    background-color: var(--main-color);
    color: var(--darkblue);
	letter-spacing: 0.68px;
    border-radius: 0.32rem;
}
.button.regular-large {
    width: 13.2rem;
    text-align: center;
    justify-content: center;
}

input[type="submit"]:hover,
.button:hover, 
a.button:hover {
	background-color: var(--darkblue-hover);
	/* color: var(--white); */
}
input[type="submit"]:hover,
.button:not(.readmore):hover, 
a.button:not(.readmore):hover {
	box-shadow: 0px 2px 6px #0122662E;
}
.button.transparent {
    background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--white);
}
.button.transparent:hover {
    background-color: var(--darkblue-hover);
    color: var(--darkblue);
	border-color: var(--darkblue-hover);
	
}
.button.negative {
    border-color: var(--white);
    background-color: var(--white);
	color:var(--blue);	
}
.button.negative:hover {
    background-color: var(--darkblue-hover);
    color: var(--darkblue);
    border-color: var(--darkblue-hover);
}

.button .arrow-right,
.link .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent; 
	border-left: 0.4rem solid var(--darkblue); 
	margin-left: 0.5rem;
}
.button:hover .arrow-right,
.link:hover .arrow-right  {
	border-left: 0.4rem solid var(--main-color-hover); 
}
.button .arrow-left,
.link .arrow-left {
	width: 0; 
	height: 0; 
	border-top: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent; 
	border-right: 0.4rem solid var(--darkblue); 
	margin-right: 0.5rem;
}
.button:hover .arrow-left,
.link:hover .arrow-left  {
	border-right: 0.4rem solid var(--main-color-hover); 
}

.font-white{
	color:var(--white);
}
.font-black{
	color: var(--black);
}
.font-black p,
.font-black li {
	color: #555;
}
.section-one.font-black p, 
.section-one.font-black li {
	color: #000;
}
.font-orange{
	color:var(--orange);
}
.border {
    border: 1px solid #5B5B5B4D;
}

.background-dark-blue  {
    background-color: var(--darkblue);	
}
.background-green {
    background-color: var(--bg-green);	
}
.background-off-white {
    background-color: var(--off-white);	
}
.background-white {
    background-color: var(--white);	
}
.background-gray {
    background-color: var(--gray);
}
.background-black {
    background-color: var(--black);
}
.background-light-orange {
	background-color: var(--light-orange);
}
.social-icons a {
    width: 100%;
    height:1.78rem;
    max-width: 1.78rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--main-color);
	margin-right: 0.6rem;
}
.social-icons a:hover {
   color: var(--white);
   background-color: var(--main-color-hover);
}
.social-icons a svg {
    width: 1rem;
    height: 0.9rem;
   color: var(--darkblue);
   display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons a.reddit svg {
	width: 1.5rem;
	height: 1.5rem;
}
.social-icons a:hover svg {
    color: var(--white);
}
.padding-col {
    padding: 0 7rem;
}
a.post-readmore {
    color: var(--main-color);
}
a.post-readmore:hover {
	color: var(--main-color-hover);
}
.font-small {
	font-size: 0.8rem;
}
a.icon {
	display: block;	
	color: var(--main-color);
	text-decoration: none;
}
a.icon:hover {
	color: var(--main-color-hover);
}
.form-choose-file {
	position: relative;
}
.form-choose-file .wpcf7-form-control-wrap {
	display: block;
	position: initial;
}
.form-choose-file input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.form-choose-file label {
	margin-top: 0;
	color: var(--main-color);
	text-decoration: underline;
}
span.wpcf7-spinner {
    position: absolute;
	left: 0;
}
#more_posts {
    padding: 0rem 2.6rem;
}
.overlay-tex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    height: 100%;
}
a.read-more {
    position: relative;
    color: var(--darkblue);
    display: flex;
    align-items: center;
    font-weight: var(--weight-500);
    font-size: 0.82rem;
}
a.read-more:hover span {
    text-decoration: underline;
}
a.read-more:after {
	--read-more-border-width: 0.4rem;
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	margin-left: 0.35rem;
    margin-top: 0.1rem;
	border-top: var(--read-more-border-width) solid transparent;
	border-bottom: var(--read-more-border-width) solid transparent;
	border-left: var(--read-more-border-width) solid  var(--main-color);
	display: none;
}
a.read-more:hover:after {
	width: 0; 
	height: 0; 
	border-left: var(--read-more-border-width) solid var(--main-color-hover);
}
.readmore a {
	cursor: pointer;
	text-decoration: underline;
} 
.readmore a:hover {
	text-decoration: none;
} 
.readmore-height-wrap .readmore span.arrow {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
}
.readmore-height-wrap.active .readmore a svg {
    margin-left: 0.2rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.readmore-height-wrap.active.open .readmore a svg {
	transform: scale(-1);
}

ul.slick-dots li button {

}
.ul-li-vi ul {
	list-style: none;
}
.ul-li-vi ul li {
	padding-left: 1.5rem;
	background-image: url(../svg/ul-li-vi.svg);
	background-repeat: no-repeat;
	background-position: left 0.65rem;
	background-size: 0.75rem auto;
}
.border-radius{
	border-radius:var(--border-radius);
	overflow: hidden;
}
.social-icons .full-width svg {
    width: 100%;
}
.section-content-wrap {
	width: 100%;
}
.text-over-image .section-content-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-over-image .section-content-wrap .head h1, 
.text-over-image .section-content-wrap .head h3, 
.text-over-image .section-content-wrap .head h2 {
    /* text-shadow: 1px 1px 50px #000000BF, 0 0 50px #000000BF; */
} 
.overlay-img .image:after {
    position: absolute;
    top: 0;
    content: "";
    background-color: #88D6FF;
	mix-blend-mode: color;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}
.overlay-img .inner-box .image img {
    transition: 0.5s;
}
.overlay-img .inner-box:hover {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}
.overlay-img .inner-box:hover .image:after {
    opacity: 0;
}
.overlay-img .inner-box:hover {
    transform: scale(1.05);
}
.overlay-img .inner-box {
    box-shadow: 0px 3px 10px #2D446626;
}
.image.hover {
	cursor: pointer;
}
.image.hover img {
	transform: scale(1.01);
	transition: all 500ms ease;
}
.image.hover:hover img {
	transform: scale(1.1);
}
.vid-popup-wrap {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.vid-popup-wrap .vid-popup {
	width: initial;
	height: initial;
	max-width: 90%;
	max-height: 90%;
	overflow: initial;
}
.vid-popup-wrap .vid-popup .video-close-popup {
	top: -1.1rem;
	right: -1.1rem;
} 
input[type="submit"],
input.button {
    color: var(--black);
    padding: 0.72rem 2.6rem;
}
input::selection,
textarea::selection {
  background: var(--main-color); 
  color: #000;
}

/* Firefox needs this */
input::-moz-selection,
textarea::-moz-selection {
  background: var(--main-color);
  color: #000;
}
.hs-submit {
	margin-top: 1.5rem;
}
.hs-error-msgs,
.hs-error-msg,
.hs-error-msgs li,
.hs-error-msg li,
.hs-error-msgs li label,
.hs-error-msg li label{
    color: red;
}
.submitted-message {
	font-size: 1.5rem;
}


/**anchord-menu-content**/
.section-anchors_menu​ {
    position: sticky;
    z-index: 9;
}
body .section-anchors_menu​ {
    top: 4.2rem;
}
body.admin-bar .section-anchors_menu​ {
    top: 5.8rem;
}
.anchord-menu-content .tab-nav-wrap {
    list-style: none;
    width: 100%;
    margin: 0;
	cursor: pointer;
}
.anchord-menu-content .tab-nav-wrap ul.flex-row {
    margin: 0;
	justify-content: center;
}
.anchord-menu-content .tab-nav-wrap li.box {
    width: 33.33%;
    list-style: none;
    color: var(--white);
    margin: 0;
    padding: 1.3rem 0;
    background-color: var(--main-color);
}
.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active{
	background-color: var(--darkblue);
	color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box:hover {
    background-color: var(--darkblue);
}
.anchord-menu-content .tab-nav-wrap li.box h4 {
    margin: 0;
    font-weight: var(--weight-600);
    font-size: 0.95rem;
}
.anchord-menu-content .tab-nav-wrap li.box p {
    margin: 0;
	font-weight: var(--weight-600);
	font-size: var(--font-size-h6);
}
.button-wrap.readmore-wrap {
    margin: 0;
}
.readmore-wrap .button.readmore {
    background-color: transparent;
    padding: 0;
	color: var(--darkblue);
	font-size: var(--font-size-h6);
}
.readmore-wrap .button.readmore:hover {
	color: var(--darkblue);
}
.readmore-wrap .button.readmore span {
    display: flex;
    align-items: center;
}
.readmore-wrap .button.readmore span svg {
    width: 0.5rem;
    height: 0.9rem;
    margin-left: 0.5rem;
}
.icon-wrap a.svg {
    width: 1.79rem;
    height: 1.79rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--darkblue);
    color: var(--white);
    border-radius: 100%;
}
.icon-wrap a:hover {
    background-color: var(--main-color-hover);
}
.icon-wrap a.svg svg {
   width: 0.8rem;
    height: 0.8rem;
}
.before-bg-img, .before-after-bg-img, .after-bg-img {
    position: relative;
}

.before-after-bg-img:before, 
.before-after-bg-img:after,
.before-bg-img:before,
.after-bg-img:after{
	position: absolute;
    top: 0;
    content: "";
	width: 8.6rem;
	height: 26rem;
	background-image: url(.././img/before-after-bg1-a.png);
	background-repeat: no-repeat;
	background-position: -60% 6rem;
	background-position: -2px center;
	background-size: contain;	
}
.before-bg-img:before {
    left: 0;
}
.before-after-bg-img:after,
.after-bg-img:after {
    right: 0;
	transform: rotate(180deg);
}
.before-after-bg-img:before, 
.before-after-bg-img:after {
    /* position: absolute; */
    /* top: 0; */
    /* content: ""; */
    /* left: 0; */
    /* width: 17.6rem; */
    height: 100%;
    /* background-image: url(.././img/before-after-bg1-a.png); */
    /* background-repeat: no-repeat; */
    /* background-position: -60% 50%; */
    /* background-position: -6rem 50%; */
    /* background-size: auto; */
}
.before-after-bg-img:after {
	/* left: auto; */
    /* right: 0; */
    /* transform: rotate(180deg); */
}
section .category ul {
    list-style: none;
    margin: 0;
	padding: 0;	
}
section .category ul li {
    margin: 0;
	padding: 0;
	background: initial;	
}
section .category ul li a {
    color: #0044FC;
    text-decoration: none;
    font-size: 0.85rem;
}
.date, 
.date-author,
.readingtime {
    font-size: 0.85rem;
	color: var(--darkblue);
}
.list-icon-wrap ul li {
    /* list-style: none; */
    /* position: relative; */
    /* padding-left: 1.2rem; */
}
.list-icon-wrap ul li:before {
    /* position: absolute; */
    /* top: 0.7rem; */
    /* left: 0; */
    /* content: ""; */
    /* background-image: url(.././svg/list-right-arrow.svg); */
    /* width: 0.4rem; */
    /* height: 0.55rem; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: center; */
}
.link-wrap a {
    color: var(--darkblue);
    text-decoration: none;
	font-size: 0.89rem;
	line-height: 0;
	font-weight: var(--weight-500);
}
.link-wrap a .lightblue {
    display: none;
}
.link-wrap a:hover .lightblue {
    display: block;
}
.link-wrap a:hover .blue {
    display: none;
}
.link-wrap a img {
    margin-left: 0.8rem;
}
.link-wrap a .arrow.rotate svg {
    transform: rotate(180deg);
    margin: 0 0rem 0 0.8rem; 
}
.categorie ul, .categorie li {
    list-style: none;
	margin: 0;
	line-height: normal;
}

.categorie li a {
    text-decoration: none;
    font-size: 0.85rem;
    color: #0044FC;
	letter-spacing: 0.16px;
}

.section-border-bottom-right-radius {
	border-bottom-right-radius: 8rem;
	overflow: hidden;
}
.section-border-top-right-radius {
	border-top-right-radius: 8rem;
	overflow: hidden;
}
.responsive-bg-border-bottom-right-radius .responsive-bg {
	border-bottom-right-radius: 8rem;
	overflow: hidden;
}
.responsive-bg-border-top-right-radius .responsive-bg {
	border-top-right-radius: 8rem;
	overflow: hidden;
}
/**section-one**/
.section-one.home-banner-section.text-over-image .section-padding, .section-one.text-over-image .section-padding {
    width: 100%;
}
.section-one.text-over-image .text-inner {
    width: 50rem;
	margin: 0 auto;
}
.section-one.home-banner-section.text-over-image .text-inner {
    margin-left: 0;
    width: 47.5rem;
}
.section-one.home-banner-section.text-over-image .text-inner p {
    /* font-size: var(--font-size-h3); */
    /* font-size: 1.4rem; */
    /* font-weight: var(--weight-500); */
    /* width: 38rem; */
	/* padding-bottom: 0.5rem; */
}
.section-one.home-banner-section.text-over-image .text-inner p span {
    /* font-style: italic; */
}
.section-one.home-banner-section.text-over-image .text-inner .regular, 
.section-one.company-banner-section .text-inner .regular, 
.section-one.platform-banner-section .text-inner .regular{
    /* margin-right: 1.5rem; */
}

.section-one.before-after-bg-img {
    position: relative;
}
.section-one.before-after-bg-img h2 {
    font-size: var(--font-size-h1);
}
.section-one.home-inner-section .text-inner {
    width: 43rem;
	margin: 0 auto;
}
.section-one.home-inner-section .text-inner h2 {
    font-size: var(--font-size-h1);
    margin: 0 0 2rem;
}
.section-one.company-banner-section .text-inner p, .section-one.Use-Cases-banner-section .text-inner p {
    /* font-size: var(--font-size-32); */
	/* padding-right: 6rem; */
}
.section-one.our-vision-section .text h3 {
    line-height: var(--line-height);
}
.section-one.image-section .header-image img {
    display: block;
}
.section-one.company-banner-section.text-over-image .text-inner {
    /* margin-left: 0; */
}
.section-one.company-inner-section .text-inner {
    /* width: 60rem; */
}
.section-one.text-over-image .text-inner h1 {
    letter-spacing: -0.9px;
}
.section-one.text-over-image .text-inner h3 {
    font-size: 2.12rem;
    padding: 0 1.2rem;
}
.section-one.text-over-image .text-inner h3 a {
    text-decoration: none;
    color: var(--main-color);
}
.section-one.company-inner-section h2 {
	margin-top: 0rem;
    font-size: var(--font-size-h1);
}
.section-one.company-inner-section .responsive-bg {
	/* background-position: center top; */
	/* background-size: 100% auto; */
}
.section-one.platform-banner-section .text-inner {
    width: 57rem;
    margin-left: 0;
}
.section-one.platform-banner-section .text-inner p {
    /* font-size: var(--font-size-32); */
    /* padding-right: 10rem; */
    /* font-weight: var(--weight-500); */
}
.section-one.platform-inner-section .content {
    width: 63rem;
}
.section-one.platform-inner-section .content h3 {
    font-size: var(--font-size-40);
    letter-spacing: 0;
}
.section-one.platform-inner-section h3 a {
    text-decoration: none;
    color: var(--main-color);
}
.section-one.platform-inner-section h3 {
    padding: 0 5rem;
}
.section-one.Partners-form-section {
    /* margin-top: -7rem; */
}
.section-one.Partners-form-section .text-inner {
    width: 100%;
	padding: 0 4.2rem ;
}
.section-one.Partners-form-section form {
    width: 54.45rem;
    margin: 3rem auto 0;
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    background-color: rgb(37 67 252 / 55%);
    padding: 2.5rem 3.9rem 2.5rem 3.9rem;
}
.section-one.Partners-form-section .hs-submit .actions {
	display: flex;
	justify-content: center;
}
.section-one.Partners-form-section h3 {
    font-size: var(--font-size-40);
}

/**section-two**/
.section-two .text h2 {
    padding-right: 10rem;
    line-height: 1.12;
	margin: 0 0 0.5rem;
}
.section-two .text {
    padding: 0 0 0 4.5rem;
}
.section-two .flex-5 .image {
    padding-right: 1.6rem;
}
.section-two .flex-7 .text {
    /* padding: 0 7rem 0 6rem; */
    padding: 0 16rem 0 6rem;
}
.section-two .flex-7 .text p {
    font-size: var(--font-size-24);
	letter-spacing: 0.24px;
	padding-right: 9.3rem;
}
.section-two .flex-7 .text h2 {
    padding: 0;
}
.section-two.v1 .text h2 {
    padding-right: 0;
}
/**section-three**/
.section-three-v1.home-inner-section .head h2 {
    font-weight: var(--weight-600);
    margin: 0;
	font-size: var(--font-size-42);
}
.section-three-v1 .content.icons-slider {
    justify-content: center;
}
.section-three-v1 .content.icons-slider .box {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 2rem;
}
.section-three-v1 .slick-list.draggable {
    margin: 0 4rem;
}
.section-three-v1.our-investors-section .slick-list.draggable {
    margin: 0 0rem;
}
.section-three-v1.our-investors-section .content.icons-slider .box, 
.section-three-v1.Partners-inner-section .box {
    margin: 0.5rem 1.2rem;
    background: #FFFFFF 0% 0%;
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    width: 15rem;
	padding: 2.5rem 0;
}
.section-three-v1.our-investors-section .content.icons-slider .box {
	height: 100%;
	padding: 1rem 0;
}
.section-three-v1.Partners-inner-section .content.icons-slider .box {
    width: 13rem;
	height: 100%;	
	padding: 1rem;
    margin: 1rem 1.2rem;
}
.section-three-v1.Partners-inner-section .content.icons-slider .box .inner-box {
    width: 100%;
}
.section-three-v1.Partners-inner-section .content.icons-slider .box .inner-box .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-three-v1.Partners-inner-section .content.icons-slider .box .inner-box img {
    display: block;
}
.section-three-v1.Our.Partners-inner-section .box {
    width: 13rem;
}
.section-three-v1.home-inner-section .text.h2-as-h1 h2 {
    font-size: var(--font-size-42);
    font-weight: var(--weight-600);
	margin: 0 0 0;
}
.section-three-v1.home-inner-section .section-padding-top {
    padding-top: 3.5rem;
}
/****section-three-v2****/
.section-three-v2 .section-padding {
    /* padding-bottom: 2rem; */
}
.section-three-v2 .svg {
    width: 3rem;
    height: 3rem;
}
.section-three-v2 .flex-5 .text {
    width: 28.6rem;
}
.section-three-v2 .flex-5 .text h2 {
    letter-spacing: -0.9px;
    font-size: var(--font-size-h1);
	padding-right: 1rem;
}
.section-three-v2 .flex-5 .text h2 span:last-child {
    display: block;
}
.section-three-v2 .inner-box h3 {
	margin-top: 0.25rem;
    line-height: 1.3;
}
.section-three-v2 .flex-7 {
    padding-left: 3rem;
}
.section-three-v2 .flex-7 .col-margin-wrap {
    /* margin-right: -2.5rem; */
    /* margin-left: -2.5rem; */
}
.section-three-v2 .flex-7 .col-margin {
    /* margin-right: 2.5rem; */
    /* margin-left: 2.5rem; */
}
.section-three-v2 .icon-wrap {
	width: 5rem;
	height: 5rem;
}
/***section-three-v3******/


.section-three-v3 .inner-box .text.h2-as-h1 .icon-wrap {
    display: none !important;
}
.section-three-v3 .inner-box .text.h2-as-h1 h2 {
	margin: 0;
}
.section-three-v3 .flex-4.margin-bottom-small {
    margin-bottom: 1rem;
}
.section-three-v3 .box {
    height: 100%;
}
.section-three-v3 .inner-box {
    box-shadow: 0 0.1rem 0.6rem #8991A248;
    border-radius: var(--border-radius);
	padding: 2.1rem;
	height: 100%;
	transition: 0.5s;
	position: relative;
}
.section-three-v3 .inner-box:hover {
    box-shadow: 0 0.1rem 0.6rem #8991A298;
}
.section-three-v3 .icons-slider .inner-box {
    margin: 0.3rem 0;
    margin: 1rem 0.25rem;
}
.section-three-v3 .inner-box .button-wrap {
    position: absolute;
    bottom: 0;
    margin: 0 0 1.6rem;
}
.section-three-v3 .inner-box h3 {
    margin: 0 0 1rem;
    line-height: 1.2;
}
.section-three-v3 .inner-box a.readmore {
    background-color: transparent;
    padding: 0;
}
.section-three-v3 .inner-box a.readmore:hover, .link-wrap a:hover {
    color: var(--main-color-hover);
}
.section-three-v3 .inner-box a.readmore span, .link-wrap a {
    display: flex;
    align-items: center;
}
.section-three-v3 a.readmore svg, .link-wrap a svg{
    width: 0.5rem;
    height: 0.9rem;
    margin-left: 0.5rem;
}
.section-three-v3 .inner-box .text {
    display: flex;
    justify-content: space-between;
}
.section-three-v3 .inner-box .text h3 {
    width: 70%;
}
.section-three-v3 .inner-box .text .icon-wrap.svg {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-three-v3 .inner-box .text .icon-wrap {
    width: 5rem;
    height: 5rem;
}
.section-three-v3 .inner-box .text.discretion {
    display: block;
	padding-bottom: 1rem;
}
.section-three-v3.Use-Cases-inner-pages .text.discretion {
    min-height: 8.4rem;
}
.section-three-v3.Use-Cases-inner-pages ul.slick-dots li button {
    background-color: var(--lightblue);
}
/***section-three-v4******/

.section-three-v4 .head{
    padding: 0px 4rem;
}
.section-three-v4 .inner-box .text {
    display: flex;
    align-items: center;
}
.section-three-v4 .icon-wrap {
    width: 5rem;
    height: 5rem;
}
.section-three-v4 .icon-wrap.svg {
    width: 3.15rem;
    height: 3.15rem;
}
.section-three-v4 .inner-box {
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    padding: 2.1rem;
    height: 100%;
    transition: 0.5s;
    position: relative;
}
.section-three-v4 .inner-box .text h3 {
    display: flex;
    align-items: center;
	width: 80%;
    min-height: 5rem;
    margin: 0 0 0rem 1.55rem;
	line-height: 1.3;
}
.section-three-v4.h3-font-large .inner-box .text h3 {
	font-size: 3rem;
}
.section-three-v4.before-after-bg-img:before {
    background-position: -60% 0%;
}
.section-three-v4.before-after-bg-img:after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    background-position: -60% 100%;
}
.section-three-v4 .text h4 {
    font-weight: var(--weight-600);
    letter-spacing: 0.24px;
	padding-right: 3rem;
}
.section-three-v4 .inner-box .text.discretion p:last-child {
    margin: 0;
}
.section-three-v4 .button-wrap {
    margin-top: 0.5em;
}
.section-three-v4.before-after-bg-img .section-padding {
    padding-top: 2rem;
}

/**section-four**/
.section-four .text {
    padding: 0 7rem;
}
.section-four .text ul {
    padding-left: 0;
}
.section-four.even .content {
    flex-direction: row-reverse;
}

.section-four .content .text h2 {
    font-size: 2.5rem;
    font-weight: var(--weight-500);
    padding-right: 4.8rem;
    line-height: 1.2;
}
.section-four .content .text h3 {
    font-size: var(--font-size-h3);
	margin: 0 0 1rem;
}
.section-four .content .text p {
    padding-right: 4.6rem;
}
.section-four .image-wrap {
    /* box-shadow: 0px 3px 16px #8991A248; */
    border-radius: 1.5rem;
    overflow: hidden;
}
.section-four .image-wrap img {
    display: block;
}

/****section-testimonial*****/
.section-testimonial.v1 .responsive-bg {
    border-radius: 0px 0px 6rem 0px;
    overflow: hidden;
}
.section-testimonial .head {
    width: 25.5rem;
	padding-right: 1rem;
}
.section-testimonial .testimonial-inner {
    width: 29.5rem;
    width: 40rem;
    position: relative;
    padding: 2.2rem 2.2rem 0.75rem;
}
.section-testimonial .testimonial-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent linear-gradient(138deg, #48D4FF 0%, #48D4FF00 35%, #00000000 100%) 0% 0% ;
    border-radius:var(--border-radius);
    opacity: 0.34;
}
.section-testimonial .testimonial-inner .icon-wrap.svg {
    /* width: 6.55rem; */
    /* height: 1.2rem; */
    height: 1.85rem;
    margin: 1rem 0 0;
}
.section-testimonial .testimonial-inner .icon-wrap.svg img {
	width: auto;
	height: 100%;  
}
.section-testimonial .testimonial-inner h4 {
    color: var(--main-color);
    margin: 0 0 0rem;
    line-height: 1.8;
	font-size: var(--font-size-32);
	font-weight: var(--weight-600);
}
.section-testimonial .testimonial-inner p {
    font-size: var(--font-size-24);
    margin-bottom: 1.25rem;
	letter-spacing: 0.24px;
}
.section-testimonial .position {
    font-size: var(--font-size-h6);
	color: var(--white);
}
.section-testimonial ul.slick-dots {
    width: 29.5rem;
    margin-left: 0 !important;
}
.section-testimonial.v2 .testimonial-inner {
    width: 56.35rem;
    position: relative;
    padding: 0;
    margin: 0 auto;
    border-radius: var(--border-radius);
    overflow: hidden;
	align-items: center;
}
.section-testimonial.v2 .testimonial-inner:after {
    background: transparent linear-gradient(293deg, #2443FC 0%, #48D4FF00 68%, #00000000 100%) 0% 0% no-repeat padding-box;
    border-radius: var(--border-radius);
    opacity: 0.54;
}
.section-testimonial.v2 .testimonial-inner .icon-wrap.svg {
    width: 22rem;
    height: 17rem;
    margin: 0;
    position: relative;
    z-index: 9;
	
    height: auto;
	margin-top: 0rem;
	margin-bottom: 1px;
}
.section-testimonial.v2 .testimonial-inner .icon-wrap.svg .border-radius {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.section-testimonial.v2 .testimonial-inner .icon-wrap.svg img {
    height: 100%;
    width: 100%;
    display: block;
}
.section-testimonial.v2 .testimonial-inner .icon-wrap.svg .background-image::before {
	padding-top: 80%;
	padding-top: 105%;
}

.section-testimonial.v2 .content-wrap {
    padding: 2.5rem 3rem;
    position: relative;
    z-index: 9;
}
.section-testimonial.v2 .position {
    margin: 0;
}
.section-testimonial.v2 ul.slick-dots {
    width: auto;
    margin: 2rem auto 0 !important;
}
.section-testimonial.Partners-inner-section {
    position: relative;
    z-index: 9;
}
/******section-featured_post********/

.popular-posts .box, 
.features-slider .box, 
.blog-grid-view .box {
    margin: 2rem 0.5rem;
	box-shadow: 0 0.1rem 0.4rem #8991A248;
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: 0.5s;
}
.popular-posts .box .inner-box, 
.features-slider .inner-box, 
.blog-grid-view .box .inner-box{
    padding: 1.3rem 2rem 2rem;
}
.popular-posts .box:hover, 
.features-slider .box:hover, 
.blog-grid-view .box:hover {
    box-shadow: 0 0.1rem 0.4rem #8991A298;
}
.popular-posts .box h3, 
.popular-posts .box h5, 
.features-slider .inner-box h3, 
.blog-grid-view .box .inner-box h3 {
    margin: 0.5rem 0 1rem;
    line-height: 1.2;
	font-size: var(--font-size-28);
}
.popular-posts  .inner-box .text, 
.features-slider .inner-box .text {
    /* margin-bottom: 1.5rem; */
}
.popular-posts .box .background-image:before, 
.features-slider .box .background-image:before, 
.blog-grid-view .box .background-image:before {
    padding-top: 35%;
}


/**section-team**/
.section-team .head h2 {
    margin: 0 0 1rem;
}
.section-team .inner-box {
    border-radius: var(--border-radius);
    box-shadow: 0px 3px 16px #8991A248;
	overflow: hidden;
}
.section-team .inner-box .background-image {
	background-position: center top;	
}
.section-team .inner-box .background-image::before {
	padding-top: 65%;
}
.section-team .inner-box .text-wrap {
    padding: 1.25rem;
}
.name {
    font-size: var(--font-size-24);
	margin-bottom: 0.5rem;
	font-weight: var(--weight-600);
}
.position {
    color: #555555;
    font-size: var(--font-size-h6);
	margin-bottom: 1.1rem;
}
.section-team .text.h2-as-h1 {
    width: 18rem;
    margin: 0 1.5rem;
}
.section-team .flex-3.desktop-md {
    display: flex;
    align-items: center;
}
.section-team.before-after-bg-img {
    position: relative;
	 padding-top: 3rem;
}
.section-team.before-after-bg-img:after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 17.6rem;
    height: 18rem;
    background-image: url(.././img/before-after-bg1-a.png);
    background-repeat: no-repeat;
    background-position: -60% 0;
    background-size: auto;
    transform: rotate(180deg);
}
.section-team .section-padding-top {
    padding-top: 3rem;
}

.section-team .popup .inner .text {
  padding: 3rem 3.5rem 2rem 0.5rem;
}

/**section-lifeinray**/

.section-lifeinray .text-wrap.life-ray-intro {
    min-height: 17.3rem;
	padding: 4rem 0 0 6.5rem;
}
.section-lifeinray .image-wrap img {
    width: 100%;
}
.section-lifeinray .content.flex-row {
   overflow: hidden;
   padding-left:7rem;
}
.section-lifeinray .flex-5 {
    padding-right: 0.75rem;
    width: 45%;
}
.section-lifeinray .flex-7 {
    width: 55%;
}
.section-lifeinray .flex-7.right {
	margin-top: 0;
}
.section-lifeinray .flex-row.col-margin-small-wrap {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.section-lifeinray .image-wrap{
    margin-right: 0.75rem;
    margin-left: 0.75rem;
	border-radius: var(--border-radius);
    overflow: hidden;
}
.section-lifeinray .inner-box .flex-7 .image-wrap img, .section-lifeinray .inner-box .flex-5 .image-wrap img {
    /* min-height: 17rem; */
}
.section-lifeinray .flex-row.inner-box .box {
    margin-bottom: 1.2rem;
}
.section-lifeinray .flex-row.inner-box .box .image-wrap img {
    /* height: 14rem; */
}
.section-lifeinray .flex-row.inner-box .box:nth-child(2) {
    margin-right: 0;
    padding-right: 0;
}
.section-lifeinray .flex-row.inner-box .box:nth-child(2) .image-wrap {
    margin-right: 0;
}
.section-lifeinray .left {}

.section-lifeinray .right .background-image {
	height: 17.2rem;
}
/**section-contact****/
.section-contact .section-content-wrap .section-padding {
    width: 100%;
	padding-top: 9rem;
}
.section-contact .section-content-wrap .head {
    width: 30rem;
    margin-left: 0;
	padding: 6rem 0 0;
}
.contact-wrap {
	 width: 100%;
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    background-color: rgb(37 67 252 / 55%);
    padding: 2.5rem 3.9rem 2.5rem 3.9rem;
}
.contact-wrap input:not([type="submit"]), 
.contact-wrap select, 
.contact-wrap textarea, 
.Partners-form-section input:not([type="submit"]), 
.Partners-form-section select, 
.Partners-form-section textarea{
    height: 2.35rem;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 6px;
    background-color: rgb(255 255 255 / 20%);
    padding: 0 1rem;
    color: var(--white);
    font-size: var(--font-size-h6);
	appearance: none;
}
.contact-wrap select option, .Partners-form-section select option{
    background-color: var(--darkblue);
}
.contact-wrap select, .Partners-form-section select{
    appearance: none;
    background-image: url(.././img/white-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: auto;
    border-bottom: 1px solid #909A97;
    cursor: pointer;
}
.contact-wrap textarea, .Partners-form-section textarea{
    height: 7.5rem;
    padding: 0.6rem 1rem;
}

.section-contact .button-wrap {
    margin-top: 1.15rem;
}
.section-contact .section-content-wrap .flex-7 .text {
    width: 30rem;
    margin-left: 0;
}
.section-contact .section-content-wrap .flex-7 .text p {
    font-size: var(--font-size-24);
	letter-spacing: 0.24px;
	margin-bottom: 1.8rem;
}
.section-contact .section-content-wrap .flex-7 .text p a {
    color: var(--main-color);
	display: flex;
    
}
.section-contact.join-us-section .content.flex-row {
    align-items: center;
}
.section-contact.join-us-section .content.flex-row .head {
    padding: 0;
}
.section-contact .section-content-wrap .image img {
    width: 34rem;
    /* height: 19rem; */
    border-radius: var(--border-radius);
    margin: 2rem 0;
}
/*****section-table******/
.section-table .head h2 {
    padding: 0 5.3rem;
    letter-spacing: -0.9px;
}
.section-table .content {
    width: 63.88rem;
    margin: 0 auto;
    background-color:var(--white);
    border-radius: 1.3rem;
    overflow: hidden;
}
.section-table .content table {
    width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.section-table .content span.arrow {
    width: 1.52rem;
    height: 1.52rem;
    margin: 0 auto;
    background: transparent linear-gradient(180deg, #33D4FF 0%, #2543FC 100%) 0% 0% no-repeat padding-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: var(--white);
}
.section-table .content span.arrow svg {
    width: 0.95rem;
    height: 0.7rem;
}
.section-table td.white span.arrow {
    background: #A7A7A7;
}
.section-table td, .section-table th {
    color: var(--black);
    letter-spacing: 0.2px;
    font-size: var(--font-size-h6);
	font-weight: var(--weight-400);
	padding: 1rem 3rem;
	border: none;
	text-align: center;
	border-top: 1px solid #002266;
    border-right: 1px solid #002266;
}
.section-table th {
    font-size: var(--font-size-24);
    font-weight: var(--weight-600);
	border-top: none;
	padding: 1.5rem 0.5rem;
}
.section-table tr td:first-child {
    width: 19.34rem;
}
.section-table th:last-child, .section-table td:last-child {
    border-right: 0;
}
.section-table .content th.bg-blue span.arrow {
   width: 5.5rem;
    height: auto;
    background: unset;
}
.section-table .content th.bg-blue span.arrow svg {
    width: 100%;
    height: 100%;
}
.section-table .content th.bg-blue {
    margin: 0;
    background: transparent linear-gradient(248deg, #0044FC 0%, #002266 100%) 0% 0% ;
    border-radius: 0 1.05rem 0 0;
}
.section-table td.light-blue {
    background: rgb(37 120 252 / 20%);
}

/*****section-tab_content********/
.section-tab_content .tabs-menu ul li {
	background: initial;	
}
.section-tab_content .tabs-menu ul li.box .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-28);
    line-height: 36px;
    font-weight: var(--weight-600);
	width: 100%;
}
.section-tab_content .tabs-menu ul li.box.current_page_item.active {
    box-shadow: 0px 3px 16px #8991A248;
}

.section-tab_content .tabs-menu ul li.box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 6.3rem;
    padding: 0rem 2rem 0 2rem;
    border-radius: var(--border-radius);
	color: #000;
	cursor: pointer;
}
.section-tab_content .tabs-menu ul li.box.active:before, 
.section-tab_content .tabs-menu ul li.box.scroll:before {
    position: absolute;
    left: -2.3rem;
    top: 0rem;
    content: "";
    width: 6px;
    height:7.2rem;
    background-color: #2A6AFD;
}
.mobile-tab-wrap.tab-nav-wrap {
    position: relative;
}
.section-tab_content .tabs-menu ul {
    list-style: none;
	border-left: 5px solid #E2E4EF;
    padding-left: 2rem;
}
.section-tab_content .tabs-menu ul li.box .inner-box .text {
    width: 100%;
}
.section-tab_content .tabs-menu span.arrow {
    width: 2.15rem;
    height: 2.15rem;
    opacity: 0;
	transition: 0.5s;
}
.section-tab_content .tabs-menu ul li.box.current_page_item.active span.arrow{
    opacity: 1;
}
.tab-section-wrap .image-wrap img {
	display: block;
    width: 100%;
}
.tab-section-wrap .tab-section {
    margin-left: 6rem;
}
.section-tab_content .inner-tab .text h3 {
    font-size: 2.2rem;
    padding-right: 12rem;
	line-height: 1.1;
	margin: 1.5rem 0 1rem;
}
.section-tab_content .inner-tab .text p {
    padding-right: 12rem;
}



/******section-data_sources*****/
.section-data_sources .responsive-bg {
    background-position: bottom;
}
.section-data_sources .section-padding-row {
    width: 100%;
    height: 100%;
}
.section-data_sources .section-ani-row {
    width: 100%;
    height: 100%;
}
.section-data_sources .contant-container {
    width: 100%;
    height: 100%;
}
.section-data_sources .content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	width: 86%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	

}
.section-data_sources .box {
    text-align: center;
    width: 30.5rem;
    margin: 0 auto;
}
.section-data_sources .box .text h2 {
    letter-spacing: -0.7px;
    text-transform: unset;
}
.section-data_sources .box .image-wrap {
	width: 15rem;
	margin-bottom: 1.5rem;
	margin-right: auto;
	margin-left: auto;	
}
.section-data_sources .source-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section-data_sources .source-inner ul {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	
	width: 92%;
	height: 88%;
	margin-left: 4%;	
}
.section-data_sources .source-inner ul li {
    position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	padding: 0;
    border-radius: 100%;
	box-shadow: 0px 3px 16px #8991A248;
	background-color: var(--white);
	background-image: none;
}
.section-data_sources .source-inner ul li .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 1vw;
}
.section-data_sources .source-inner ul li.circul.medium {
    width: 8.35rem;
    height: 8.35rem;
}
.section-data_sources .source-inner ul li.circul.extramedium{
	width: 9.4rem;
    height: 9.4rem;
}
.section-data_sources .source-inner ul li.circul.small {
    width: 6.57rem;
    height: 6.57rem;
}
.section-data_sources .source-inner ul li.circul.large {
	width: 12rem;
	height: 12rem;
}

/**section-partners_programs**/

.section-partners_programs .box {
    height: 100%;
}
.section-partners_programs .inner-box {
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    padding: 3rem;
    padding: 3rem 6rem;
    background-image: url(.././img/patnear-before-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    height: 100%;
}
.section-partners_programs .inner-box h3 {
    font-size: var(--font-size-56);
    text-align: center;
}
.section-partners_programs .inner-box .text {
    margin-bottom: 2rem;
}
.section-partners_programs .logos-slider .box {
    display: flex;
    justify-content: center;
}
.section-partners_programs .logos-slider .slick-list.draggable {
    padding: 0 1rem;
}
.section-partners_programs .slick-arrow {
	height: 5rem;
	border-radius: 0;
	background-color: #fff;
}

/****Use-Cases-inner-pages****/

.section-one.Use-Cases-banner-section .text-inner {
    max-width: 46rem;
    margin-left: 0;
}
.section-one.Use-Cases-banner-section .text-inner .button.regular {
    /* margin-right: 1.5rem; */
}

.section-three-v4.Use-Cases-inner-pages .box {
    background-color: var(--white);
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
	height: 100%;
}
.section-two.v1.Use-Cases-inner-pages .image {
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 35rem;
}
.section-two.v1.Use-Cases-inner-pages .text {
    padding: 0 0 0 3rem;
}
.section-two.v1.Use-Cases-inner-pages .text p {
    padding-right: 6rem;
}
.section-enterprise_results .head {
    padding: 0 1rem;
}
.section-enterprise_results .box {
    height: 100%;
}
.section-enterprise_results .inner-box {
    box-shadow: 0px 3px 16px #8991A248;
    border-radius: var(--border-radius);
    background-color: var(--white);
	height: 100%;
	overflow: hidden;
}
.section-enterprise_results .inner-box .heading {
    height: 7.25rem;
    background: transparent linear-gradient(245deg, #0044FC 0%, #002266 100%) 0% 0%;
    padding: 0 1.5rem;
    font-size: var(--font-size-h3);
    line-height: 1.3;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-weight: var(--weight-600);
}
.section-enterprise_results .inner-box .description ul {
    padding: 1.8rem 2rem 1.5rem;
    font-size: 1.05rem;
	margin: 0;
}
.section-enterprise_results .inner-box .description ul li {
    position: relative;
    margin: 0 0 0.5rem;
    padding-left: 2.5rem;
	background-image: initial;	
    list-style: none;
}
.section-enterprise_results .inner-box .description ul li:before {
    position: absolute;
    top: 0.3rem;
    left: 0;
    content: "";
    background-image: url(.././img/list-icon-round.png);
    width:1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.section-enterprise_results .button-wrap {
    margin-top: 0.5em;
}


.ebook-form input:not([type="submit"])::placeholder {
	color: #fff !important;
	opacity: 1;
}

.ebook-form input:not([type="submit"])::-webkit-input-placeholder {
	color: #fff !important;
}
/**responsive-style****/

@media (min-width: 992px){
	
	.section-one-min-height {
		height: 41rem;
	}
	.responsive-bg-min-height .responsive-bg {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 41rem;
	}
	
	.section-one.home-inner-section .header-image {
		
	}
	.section-one.home-inner-section .text-inner.ani h1,
	.section-one.home-inner-section .text-inner.ani h2,
	.section-one.home-inner-section .text-inner.ani h3,
	.section-one.home-inner-section .button-wrap.ani {
		opacity: 0;
		transform: translateY(2rem);
		transition: 1.5s;
		transition-timing-function: ease-in;
		transition-duration: 1.5s;	
	}
	.section-one.home-inner-section .text-inner.ani h1 {transition-delay: 2.5s;}
	.section-one.home-inner-section .text-inner.ani h2 {transition-delay: 2.75s;}
	.section-one.home-inner-section .text-inner.ani h3 {transition-delay: 3.0s;}
	.section-one.home-inner-section .button-wrap.ani  {transition-delay: 3.25s;}
	
	.section-one.home-inner-section .text-inner.ani.active h1,
	.section-one.home-inner-section .text-inner.ani.active h2,
	.section-one.home-inner-section .text-inner.ani.active h3,
	.section-one.home-inner-section .button-wrap.ani.active  {
		transform: translateY(0rem);
		opacity: 1;
	}
	nav~section.section-one .header-image {
		min-height: 25vw;
	}
	.section-one.ag-services-banner-section .header-image {
		min-height: 24vw;
	}
	
	.section-one.custom-animation.before-after-bg-img::before, 
	.section-one.custom-animation.before-after-bg-img::after {
		/* left: 50%; */
		/* width: 100%; */
		/* height: 100%; */
		/* background-position: -3px 50%; */
		/* background-size: auto; */
		/* background-color: #fff; */
		position: absolute;
		top: 0;
		content: "";
		width: 8.6rem;
		height: 26rem;
		background-image: url(.././img/before-after-bg1-a.png);
		background-repeat: no-repeat;
		background-position: -60% 6rem;
		background-position: -2px center;
		background-size: contain;			
		z-index: 1;
		transition: left 2s ease, right 2s ease, width 6s ease;
	}
	.section-one.custom-animation.before-after-bg-img::before {
		left: 50%;
	}
	.section-one.custom-animation.before-after-bg-img::after {
		left: auto;
		right: 50%;
	}
	.section-one.custom-animation.active.before-after-bg-img::before {
		left: 0%;
	}
	.section-one.custom-animation.active.before-after-bg-img::after {
		left: auto;
		right: 0%;
	}
	
	.section-one.Use-Cases-inner-pages.before-after-bg-img::before, 
	.section-one.Use-Cases-inner-pages.before-after-bg-img::after {
		/* top: 4rem; */
	}
	
	.section-one.our-vision-section .content,
	.section-one.Use-Cases-inner-pages .content {
		padding: 6rem 4rem;
		align-items: center;
	}
	
	/**section-three****/
	
	.section-three-v2 .content {
		align-items: center;
	} 
	.section-three-v2 .flex-5 .text h2 {
		letter-spacing: -0.9px;
		font-size: var(--font-size-h1);
		padding-right: 1rem;
		margin-top: -2rem;
	}
	
	.section-three-v2 .flex-7 .col-margin-wrap {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}
	.section-three-v2 .flex-7 .col-margin {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	.section-three-v3 .flex-4:first-child .inner-box {
		padding: 0px 7rem;
		box-shadow: unset;
		border-radius: 0;
	}
	
	.section-three-v4.three-lines-to-title .text-title {
		min-height: 7rem;
	}
	
	.section-tab_reco .tabs-menu-wrap {
		position: relative;
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap {
		
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap .tabs-section {
		
	}
	
	.tab-section-wrap .tab-section {
		position: relative;
		height: 40rem;
	}
	.tab-section-wrap .tab-section .tab {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		opacity: 1;
		z-index: 1;
		transition: 1s;
	}
	.tab-section-wrap .tab-section .tab.hidden {
		display: block;
		opacity: 0;
		z-index: 0;
	}
	
	.section-four.even .text {
		padding-left: 2rem;
	}
	.section-four.odd .text {
		padding-right: 2rem;
	}
	
	.section-lifeinray .left .image-wrap.col-margin-small {
		margin-top: 1rem;
		padding-left: 0.4rem;
	}
	
	.section-partners_programs .inner-box .text {
		min-height: 11rem;
	}
	
	.section-data_sources .box {
		margin: -6rem auto 0;
	}
	
	.inner-recent-posts[data-slide-desktop="false"] {
		display: flex;
		justify-content: center;
	}
	
}
@media (min-width: 2000px){
	nav~section.section-one .header-image {
		min-height: 200px;
	}
	.section-one.home-inner-section .header-image {
		min-height: 200px;
	}
}
@media (max-width: 1450px){
	body .section-anchors_menu​ {
		top: 4.2rem;
	}
	body.admin-bar .section-anchors_menu​ {
		top: 6.6rem;
	}
	.before-bg-img::before {
		left: -6rem;
		width: 17.6rem;
		height: 30rem;
		background-position: center;
	}
	
	.section-lifeinray .right .background-image {
		height: 12rem;
	}
	.section-lifeinray .flex-7.right {
	  margin-top: 4rem;
	}
}
@media (max-width: 991px){
	h1, .h1, 
	.p-as-h1, 
	.h1 p, 
	.h2-as-h1 h2 {
		font-size: 2rem;
	}
	.h4-as-h2 h4,
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size: 1.5rem;
	}
	.page-part .section-padding-top {
		padding-top: 2rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	.h3-as-h4 h3, 
	h4, .h4 {
		font-size: 1.25rem;
	}
	section p, 
	section li  {
		font-size:0.92rem;
	}
	section li, 
	footer li {
		margin: 0 0 0.25rem 0;
	}
	nav~section.section-one .header-image {
		min-height: 30vw;
	}
	form label {
		font-size: 0.9rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.section-padding-top {
		padding-top: 3rem;
	}
	.section-padding {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.large-p, .large-p p, .large-p li {
		font-size: 0.92rem;
	}
	.text-over-image.align-items-center .section-content-wrap {
        align-items: center;
    }
	.vid-popup-wrap .vid-popup .video-close-popup {
		top: 0rem;
		right: -0.5rem;
	}
	.before-after-bg-img {
		overflow: hidden;
	}
	.before-after-bg-img:before, .before-after-bg-img:after {
		/* left: -3rem; */
		width: 4rem;
		background-size: contain;
	}
	.before-after-bg-img:after {
		left: auto;
		right: -3rem;
	}
	.date, .date-author, .readingtime {
		font-size: 0.7rem;
		line-height: 1.5;
	}
	section.large-p ul:not(.slick-dots, .nav) li {
		background-size: 0.2rem auto;
		background-position: left 0.2rem;
	}
	/**section-one**/
	
	.section-one.company-inner-section .text-inner {
		width: 100%;
	}
	.section-one.home-banner-section.text-over-image .text-inner, .section-one.home-banner-section.text-over-image .text-inner p, .section-one.home-inner-section .text-inner, .section-one.home-banner-section.text-over-image .text-inner, .section-one.platform-banner-section .text-inner, .section-one.platform-inner-section .content, .section-one.company-banner-section.text-over-image .text-inner, .section-one.text-over-image .text-inner {
		width: 100%;
	}
	.section-one.before-after-bg-img h2 {
		font-size: 2.57rem;
		padding: 0 4rem;
	}
	.section-one.home-inner-section .text-inner h2 {
		font-size: 2rem;
	}
	.section-one.platform-banner-section .text-inner p, .section-one.company-banner-section .text-inner p, .section-one.Use-Cases-banner-section .text-inner p {
		padding-right: 0;
		font-size: 1.38rem;
	}
	.section-one.platform-inner-section h3 {
		padding: 0 0rem;
	}
	.section-one.company-inner-section .responsive-bg {
		background-position: center bottom;
	}
	.section-one.platform-banner-section .text-inner {
		text-align: center;
	}
	.section-one.platform-banner-section .text-inner h1 {
		margin-bottom: 3rem;
		letter-spacing: unset;
	}
	.section-one.platform-banner-section .text-inner p {
        padding: 0 0 0.5rem;
    }
	.section-one.platform-banner-section .text-inner .button-wrap, 
	.section-one.company-banner-section .text-inner .button-wrap {
		display: block;
	}
	.section-one.platform-banner-section .text-inner .button-wrap a.button, 
	.section-one.company-banner-section .text-inner .button-wrap a.button, 
	.section-one.Use-Cases-banner-section .text-inner .button-wrap a.button{
		width: 13rem;
		margin: 0 auto 1rem !important;
		justify-content: center;
	}
	.section-one.our-vision-section h2 {
		margin-bottom: 1rem;
	}
	.section-one.our-vision-section.before-after-bg-img h2 {
		margin-bottom: 1rem;
	}
	.section-one.our-vision-section h2 br {
		display: none;
	}
	/***.section-two****/
	.section-two .text {
        padding: 1rem 0 0rem;
    }
	.section-team .section-padding-top, .section-team.before-after-bg-img {
		padding-top: 0rem;
	}
	.section-two.v1.Use-Cases-inner-pages .image {
		width: 100%;
	}
	/***.section-three****/
	.section-three-v1.Partners-inner-section .content.icons-slider .box {
		height: 6rem;
		margin: 1.25rem 0.25rem;
		padding: 0.25rem;
	}
	.section-three-v2 .flex-5 .text {
		width: 100%;
		margin-bottom: 2rem;
	}
	.section-three-v2 .flex-5 .text h2 {
		font-size:2.6rem;
	}
	.section-three-v2 .flex-7 {
		padding-left: 0rem;
	}
	.section-three-v2 .flex-5 .text h2 span:last-child {
		display: unset;
	}
	.section-three-v3 .inner-box .text.h2-as-h1 h2 {
		margin: 3rem 0;
	}
	.section-three-v3:before {
		left: -3rem;
		width:8rem;
		background-position: 0% 2rem;
		background-size: contain;
	}
	.section-three-v3 .inner-box .text {
		justify-content: flex-start;
	}
	.section-three-v3 .post-slider-v3{
		padding: 0 1.5rem;
	}
	.section-three-v3 .box {
		margin-top: 1.5rem;
	}
	/***section-four*****/
	.section-four .text {
		padding: 0 1.5rem;
	}
	.section-four .content .text h3, .section-four .content .text p {
        padding-right: 0;
    }
	.section-four .content .text h3 {
        font-size: 1.7rem;
    }
	.section-four .image-wrap {
		margin: 0 1.5rem 0.8rem;
		margin: 0;
		border-radius: var(--border-radius) !important;
        overflow: hidden !important;
	}
	/***section-five****/
	
	.section-one.platform-inner-section .content {
		width: 100%;
	}
	/******section-testimonial******/
	.section-testimonial .head, .section-testimonial .testimonial-inner {
		width: 100%;
		padding: 1.2rem;
	}
	.features-slider .slick-list.draggable, .inner-recent-posts .slick-list.draggable {
        /* padding-right: 5.5rem; */
    }
	.features-slider.slick-initialized.slick-slider {
        /* padding-left: 1.5rem; */
    }
	.section-testimonial.v1 .responsive-bg {
		border-radius: 0px 0px 3rem 0px;
	}
	.section-testimonial.v2 .testimonial-inner {
		width: 100%;
	}
	.section-testimonial.v2 .content-wrap {
		padding: 2rem 1rem;
	}
	.section-testimonial.v2 .testimonial-inner .icon-wrap.svg {
		width: 100%;
		height: auto;
	}
	.section-testimonial.v2 .testimonial-inner .icon-wrap.svg .border-radius {
		border-top-right-radius: 1rem;
		border-top-left-radius: 1rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	/*****section-table*******/
	.section-table .content {
		width: 100%;
	}
	.section-table .head h2 {
		padding: 0 0.3rem;
	}
	.section-table td, .section-table th {
		font-size: 0.82rem;
		padding: 0.5rem;
		width: 1rem;
	}
	.section-table th {
		font-size: 0.9rem;
		padding: 0.5rem 0.5rem;
	}
	.section-table .content th.bg-blue span.arrow {
		width: 2.5rem;
	}
	.section-table tr td:first-child {
		width: auto;
	}
	.tab-section-wrap .tab-section {
		margin-left: 0;
	}
	.contact-wrap input.form-control, .contact-wrap select.form-control, .contact-wrap textarea, .Partners-form-section input.form-control, .Partners-form-section select, .Partners-form-section textarea{
		height: 2rem;
		font-size: 0.9rem;
	}
	.contact-wrap textarea, .Partners-form-section textarea {
		height: 6rem;
	}
		/**section-contact **/
	.section-contact .section-content-wrap .head, .section-contact .section-content-wrap .flex-7 .text, .contact-wrap {
		width: 100%;
	}
	.section-contact .section-content-wrap .flex-7 .text p {
		margin-bottom: 0.8rem;
	}
	.contact-wrap {
		padding: 1rem 1.5rem 1rem 1.5rem;
		margin: 2rem 0 0;
	}
	.section-contact .section-content-wrap .head {
		padding: 0rem 0 0;
	}
	.section-contact .section-content-wrap .section-padding {
		padding-top: 6rem;
	}
	/****Partners-form-section******/
	.section-one.Partners-form-section {
		/* margin-top: -6rem; */
	}
	.section-one.Partners-form-section form {
		width: 100%;
		padding: 1.5rem 1.5rem;
	}
	.section-one.Partners-form-section h3 {
		font-size: 1.34rem;
	}
	.section-one.Partners-form-section .text-inner {
		padding: 0;
	}
	.section-one.Partners-form-section .button-wrap p {
		display: flex;
	}
	
	
	.section-partners_programs .logos-slider .slick-list.draggable {
		padding: 0;
	}

	/****Use-Cases-inner-pages****/
	.section-one.Use-Cases-inner-pages .content {
		padding: 0 0rem;
		text-align: center;
	}
	.section-one.Use-Cases-inner-pages .content h2 {
		margin-bottom: 1rem;
	}
	
		
	/****section-data_sources****/
	
	.section-data_sources .content {
		height: 23rem;
	}
	.section-data_sources .box {
		width: 100%;
	}
	.section-data_sources .source-inner ul li.circul.large {
		width: 10%;
		height: 21%;
	}
	.section-data_sources .source-inner ul li.circul.extramedium {
		width: 9%;
		height: 18%;
	}
	.section-data_sources .source-inner ul li.circul.medium {
		width: 7.8%;
		height: 15%;
	}
	.section-data_sources .source-inner ul li.circul.small {
		width: 6.8%;
		height: 14.2%;
	}
	.section-data_sources .source-inner ul li .image-wrap {
		padding: 10%;
	}
	
	
	/*team*/
	.section-team .popup .inner .text {
		height: 250px;
		padding: 2rem;
		overflow: auto;
	}
	.section-team .popup .inner .box .image {
		width: auto;
		height: 220px;
		overflow: hidden;
	 }
	.section-team .popup .inner .image img {
		height: auto;
	}
	
	.section-lifeinray .flex-7.right {
		margin-top: 1rem;
	}
	
	.section-recent-posts .content > .col-margin-small-wrap {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
	
	.section-enterprise_results .head {
		padding: 0;
	}
	
}
@media (max-width: 767px){
	h1, .h1, .p-as-h1, .h1 p, .h2-as-h1 h2 {
        font-size: 2rem;
        line-height: 1.15;
    }
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size:1.65rem;
	}
	h3, .h3 {
		font-size:1.34rem;
	}
	strong {
		font-weight: 600;
	}
	nav~section.section-one .header-image {
		/* min-height: 100vw; */
	}
	.col-margin-medium-wrap {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col-margin-medium {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.col-margin-wrap, .col-margin {
		margin-right: 0;
		margin-left: 0;
	}
	.margin-bottom-small {
		margin-bottom: 1rem;
	}
	.social-icons a {
		height: 1.85rem;
		max-width: 1.85rem;
	}
	.overlay-tex {
		padding: 0 2rem;
	}
	.button, a.button {
		letter-spacing: 0;
		font-size:0.9rem;
	}
	.button.regular:before {
		width: 2rem;
		height: 2rem;
	}
	.button.regular-large {
		padding: 0.7rem 1.8rem;
	}
	.button span.arrow {
		width: 0.85rem;
		height: 0.85rem;
		margin-left: 0.5rem;
	}
	.error-wrap p {
		padding: 0 0rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.padding-col {
		padding: 0 0rem;
	}
	.text-over-image .section-content-wrap {
		align-items: end;
		justify-content: center;
	}
	.readmore-wrap.readmore-height-wrap.active .text {
		height: 6.5rem;
	}
	.link-wrap a {
		font-size: 0.9rem;
	}
	.before-bg-img:before {
		left: -2rem;
		width: 5rem;
		background-size: contain;
		background-position: -60% 2rem;
	}
	.before-after-bg-img:before, .before-after-bg-img:after {
        left: -2.5rem;
        width: 5rem;
        background-size: contain;
		background-position: top;
    }
	.before-after-bg-img:after {
        left: auto;
        right: -2.5rem;
		background-position: bottom;
    }
	.after-bg-img:after {
		display: none;
		width: 5rem;
		background-size: contain;
		background-position: -60% 0rem;
		right: -2rem;
	}
	.section-border-bottom-right-radius {
		border-bottom-right-radius: 4rem;
	}
	.section-border-top-right-radius {
		border-top-right-radius: 4rem;
	}
	
	.responsive-bg-border-bottom-right-radius .responsive-bg {
		border-bottom-right-radius: 4rem;
	}
	.responsive-bg-border-top-right-radius .responsive-bg {
		border-top-right-radius: 4rem;
	}
	
	.section-padding-bottom-zero-sm .section-padding {
		padding-bottom: 0;
	}
	/**section-one **/
	.section-one.responsive-bg-min-height .responsive-bg {
		/* background-position: center -3rem; */
	}
	.section-one.responsive-bg-min-height .text-inner {
		margin-top: 15rem;
	}
	.section-one.before-after-bg-img h2 {
        padding: 0;
        margin: 0;
		font-size: 2rem;
    }
	
	.section-one.home-banner-section.text-over-image .text-inner .regular {
		margin-right: 0.5rem;
	}
	.section-one.home-banner-section.text-over-image .text-inner {
		text-align: center;
	}
	.section-one.home-banner-section.text-over-image .text-inner p {
		font-size:1.38rem;
	}

	.section-one .button-wrap a,
	.section-one.home-banner-section.text-over-image .button-wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13rem;
        margin: 0 auto 1rem !important;
    }
	.section-one .button-wrap,
	.section-one.home-banner-section.text-over-image .button-wrap {
		display: block;
	}
	.section-one.home-inner-section .text-inner h2 {
		text-align: left !important;
		font-size: 2.3rem;
	}
	.section-one.home-inner-section .button-wrap {
		display: flex;
        justify-content: left;
        margin: 2rem 0 0;
    }
	.section-one.home-inner-section .button-wrap a {
		margin: initial!important;
    }
	.section-one.before-after-bg-img {
        margin-top: 1rem;
    }

	.section-one.platform-inner-section .content h3 {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.section-one.platform-inner-section .text-inner h1, 
	.section-one.platform-inner-section .text-inner h3, 
	.section-one.platform-inner-section .button-wrap, 
	.section-one.company-inner-section .text-inner h1, 
	.section-one.company-inner-section .text-inner h3, 
	.section-one.company-inner-section .button-wrap{
		/* text-align: left !important; */
		/* justify-content: left; */
	}
	.section-one.align-items-center.home-inner-section {
		border-radius: 0 3rem 0 0;
		overflow: hidden;
	}
	.section-one.platform-inner-section {
		/* border-radius: 0 3rem 0 0; */
		/* overflow: hidden; */
	}
	.section-one.text-over-image .text-inner h3 {
		font-size: unset;
		padding: unset;
	}
	.section-one.company-banner-section.text-over-image .text-inner, .section-one.Use-Cases-banner-section {
		text-align: center;
	}
	.section-one.company-banner-section .text-inner .button-wrap, .section-one.Use-Cases-banner-section .text-inner .button-wrap{
        display: block;
    }
	.section-one.company-inner-section h2 {
		font-size: 2.6rem;
	}
	/**section-two **/
	.section-two .text {
		padding: 1rem 0 0rem;
	}
	.section-two .flex-5 .image {
		padding-right: 0;
	}
	.section-two .flex-7 .text {
		padding: 2rem 1.5rem 2rem 1.5rem;
	}
	.section-two .flex-7 .text p {
		font-size: 0.92rem;
		padding-right: 0;
	}
	.section-two.v1.Use-Cases-inner-pages .text {
		padding: 2rem 0 0 0rem;
	}
	.section-two.v1.Use-Cases-inner-pages .text p {
		padding-right: 0;
	}
	/**section-three **/
	.section-three-v1 .slick-list.draggable {
		margin: 0 0rem;
	}
	.section-three-v1 .content.icons-slider .box {
		margin: 1rem 5rem;
	}
	.section-three-v1.our-investors-section .content.icons-slider .box, .section-three-v1.Partners-inner-section .content.icons-slider .box {
		width: auto;
	}
	.section-three-v2 .flex-5 .text h2 {
		font-size: 2.3rem;
	}
	.section-three-v2 .flex-5 .text h2 span:last-child {
		display: unset;
	}
	.section-three-v3  {
		overflow: hidden;
	}
	.section-three-v3 .flex-4:first-child .inner-box {
		/* padding: 0px 0rem 1rem; */
	}
	.section-three-v3 .inner-box {
		padding: 1.5rem;
	}
	.section-three-v3 .inner-box .text .icon-wrap.svg {
		width: 2.5rem;
		height: 2.5rem;
		margin-bottom: 0.5rem;
	}
	
	.section-three-v3 .inner-box .text.h2-as-h1 h2 {
		margin: 0rem 1.5rem;
	}
	.section-three-v3:before {
        left: -2rem;
        width: 4rem;
        background-position: 0% 2rem;
    }
	.section-three-v3 a.readmore svg, .link-wrap a svg {
		width: 0.5rem;
		height: 1rem;
	}
	.section-three-v3 .inner-box .text {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.section-three-v3 .inner-box .text.desktop-md {
		display: none;
		transition: 0.5s;
	}
	.section-three-v3  .head h2 {
		padding-left: 2rem;
		margin: 0.5rem 0 1rem;
	}
	.section-three-v3 .inner-box .text h3 {
		width: 100%;
	}
	.section-three-v3 .flex-4.first-hide-mb {
		display: none;
		transition: 0.5s;
	}
	.section-three-v3.before-bg-img .slick-list.draggable {
		/* padding-right: 6rem; */
		padding-right: 4rem;
		padding-left: 4rem;
	}
	.section-three-v3.before-bg-img .icons-slider {
		/* margin-left: 1.5rem; */
	}
	.section-three-v3 .head {
		margin-bottom: 3rem;
	}
	.section-three-v4 .head {
		padding: 0 0rem;
	}
	.section-three-v3.Use-Cases-inner-pages .icons-slider {
		padding-left: 1.5rem;
	}
	.section-three-v3.Use-Cases-inner-pages .slick-list.draggable {
		padding-right: 5.5rem;
	}
	.section-three-v3.Use-Cases-inner-pages ul.slick-dots {
		display: none !important;
	}
	.section-three-v4.before-after-bg-img:after {
		right: -2rem;
	}
	.section-three-v4.before-after-bg-img:before {
		left: -2rem;
	}
	.section-three-v4 .inner-box {
		padding: 1.25rem;
	}
	.section-three-v4 .text h4 {
		padding-right: 0rem;
		font-size: 1.15rem;
	}
	.section-three-v4 .inner-box .text h3 {
		min-height: auto;
		margin: 0 0 0rem 1rem;
	}
	
	/**section-four **/
	.section-four {
		overflow: hidden;
	}
	
	.section-four .content .text h2 {
        font-size: 2.15rem;
		padding-right: 0;
    }
	.section-four .content .text h3 {
        font-size: 1.15rem;
    }
	.section-four .image-wrap {
		padding-bottom: 0;
	}
	.section-four .content .text {
        padding: 0;
    }
	/**section-featured_post **/
	.features-slider .inner-box {
		padding: 1rem 1rem 1.5rem;
	}
	.features-slider .inner-box h3 {
		font-size: 1.15rem;
	}
	.section-featured_post .section-padding {
		padding-top: 0;
	}
	/****section-testimonial******/
	.section-testimonial .testimonial-inner p {
		font-size: 1.15rem;
		font-size: 0.95rem;
	}
	.section-testimonial .testimonial-inner h4 {
		font-size: 1.35rem;
	}
	.section-testimonial .position {
		font-size: 1.15rem;
	}
	
	.section-featured_post {
		overflow: hidden;
	}
	.section-featured_post .head h2 {
		line-height: 1.05;
	}
	/**tab-section **/
	.tab-section-wrap .tab-section {
		display: none;
		transition: 0.5s;
	}
	.section-tab_content .tabs-menu ul {
		border-left: none;
		padding-left: 0rem;
	}
	.section-tab_content .tabs-menu ul li.box {
		padding: 0;
        height: auto;
		display: block;
		box-shadow: 0px 3px 16px #8991A248;
		margin-bottom: 0.8rem;
	}
	.section-tab_content .tabs-menu ul li.box .inner-box {
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.section-tab_content .tabs-menu ul li.box .inner-box .text {
		font-size: 1.15rem;
		line-height: 1.45;
	}
	.section-tab_content .tabs-menu span.arrow {
		opacity: 1;
	}
	.section-tab_content .tabs-menu ul li.box.active:before, .section-tab_content .tabs-menu ul li.box.scroll:before {
		display: none;
	}
	.section-tab_content .tabs-menu ul li.box .inner-tab {
		display: none;
	}
	.section-tab_content .tabs-menu ul li.box.current_page_item.active .inner-tab {
		display: block;
	}
	.section-tab_content .tabs-menu ul li.box .inner-tab .text, .section-tab_content .tabs-menu ul li.box .inner-tab .button-wrap {
		padding: 0 1.5rem;
	}
	.section-tab_content .inner-tab .text p {
		padding-right: 0;
	}
	.section-tab_content .tabs-menu ul li.box .inner-tab .button-wrap {
		padding-bottom: 1.5rem;
	}
	.section-tab_content .inner-tab .text h3 {
		font-size: 1.8rem;
        padding-right: 0;
	}
	.section-tab_content .tabs-menu ul li.box.current_page_item.active span.arrow {
		opacity: 0;
	}
	/**section-data_sources-section **/
	.section-data_sources {
		position: relative;
		overflow: hidden;
		margin-bottom: 3rem;
	}
	.section-data_sources:before {
        position: absolute;
        right: -3.2rem;
        content: "";
        background-image: url(.././img/data_sources-before-bg.png);
        width: 15.5rem;
        height: 15rem;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }
	.section-data_sources:after {
        position: absolute;
        left: -5rem;
        bottom: 0;
        content: "";
        background-image: url(.././img/data_sources-after-bg.png);
        width: 100%;
        height: 38rem;
        background-size: contain;
        background-position: 0% 100%;
        background-repeat: no-repeat;
    }
	.section-data_sources .content {
		width: calc(100% - 1rem); 
		height: 100%;
		position: relative;
		z-index: 9;
	}
	.section-data_sources .box .text h2 {
		width: 38vw;
		margin: 0 auto;
	}
	.section-data_sources .box .image-wrap {
		width: 25vw;
		margin: 0 auto 2vw;
	}
	.section-data_sources .source-inner ul li {
		padding: 0.4rem;
		padding: 2vw;
	}

	.section-data_sources .source-inner ul li.circul.extrasmall {
		width: 10vw;
		height: 10vw;
	}
	.section-data_sources .source-inner ul li.circul.small {
		width: 12vw;
		height: 12vw;
	}
	.section-data_sources .source-inner ul li.circul.extramedium{
		width: 14vw;
		height: 14vw;
	}
	.section-data_sources .source-inner ul li.circul.medium {
		width: 16vw;
		height: 16vw;
	}
	.section-data_sources .source-inner ul li.circul.large {
		width: 18vw;
		height: 18vw;
	}
		
	.section-data_sources .source-inner ul li .image-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	/**section-team **/
	.section-team.before-after-bg-img {
		overflow: hidden;
	}
	.section-team .flex-3.desktop-md {
		display: none;
	}
	.section-team.before-after-bg-img:after {
		right: -2rem;
		width: 5rem;
		height: 100%;
		background-size: contain;
	}
	/**section-lifeinray**/
	.section-lifeinray {
		overflow: hidden;
	}
	.section-lifeinray .head {
		padding-left: 4rem;
	}
	.section-lifeinray .content.flex-row {
		padding-left: 0;
	}
	.section-lifeinray .flex-5, .section-lifeinray .flex-7, .section-lifeinray .flex-5 {
		padding-right: 0;
		width: 100%;
	}
	.section-lifeinray .flex-row.col-margin-small-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.section-lifeinray .flex-row.inner-box .box:nth-child(2) .image-wrap {
		margin-right: 0.75rem;
	}
	/*****section-partners_programs*****/
	.section-partners_programs .inner-box {
		padding: 1.5rem;
	}
	.section-partners_programs .inner-box h3 {
		font-size: 1.34rem;
	}
	/*****section-enterprise_results ******/
	.section-enterprise_results .inner-box .description ul {
		padding: 1.5rem 1.5rem;
	}
	.section-enterprise_results .inner-box .heading {
		height: auto;
		padding: 1rem 1.5rem;
		font-size: 1.5rem;
		justify-content: flex-start;
	}
	/*****section-table ******/
	.section-table .content span.arrow {
		width: 1.2rem;
		height: 1.2rem;
	}
	.section-table .content span.arrow svg {
		width: 0.75rem;
		height: 0.5rem;
	}
	
	.section-table th {
		font-size: 0.7rem;
		padding: 0.25rem 0.25rem;
	}
	.popular-posts .box, .features-slider .box, .blog-grid-view .box {
		margin: 0.5rem;
	}
	
}
@media (max-width: 600px){
    .section-three-v1 .content.icons-slider .box {
		margin: 1rem 3rem;
	}
}
@media (max-width: 480px){
    .section-three-v1 .content.icons-slider .box {
		margin: 1rem 1rem 0;
	}
	.section-one.home-inner-section .text-inner h2 {
        padding-right: 1rem;
    }
	.section-data_sources .box .text h2 {
        font-size: 6vw;
    }
	
	.before-after-bg-img::before, 
	.before-after-bg-img::after {
		width: 3.6rem;
	}

	.section-data_sources .source-inner {
		top: 10vw;
	}
}