/* @font-face { 
    font-family: 'Inter';
    src: url('../fonts/Inter-UI-Regular.ttf');    
    font-weight:400 !important;
    font-stretch:narrower;
} */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var alt', sans-serif; }
}

.neve-main {
	margin-top: 0px !important;
}

html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
body{

/* font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif; */
font-family: 'Crimson Text', serif !important;
font-family: 'Inter', sans-serif;
overflow-x:hidden;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}
/*============ Rotate Bar style ============*/
ul, ol, li, a, input, select, option, img, div, button{outline: none !important;}
ul, ol, li{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
a, a:hover,a:focus{
    display: inline-block;
    outline: none;
    text-decoration: none;
	transition: all .3s ease;
		-webkit-transition: all .3s ease;
}
li.nav-item:hover, li.nav-item.active {
    background: transparent;
}
/* img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 500px;
   height: 500px;
   margin-top: -250px; /* Half the height 
   margin-left: -250px; /* Half the width 
} */
.intelligence_cont a.see_how.b_read_m {
    font-size: 16px;
    font-weight: 500;
		font-family: 'Inter', sans-serif;
		margin-left: 5px;
}
.intelligence_cont a.see_how.b_read_m:hover {
color: #9ad6b3  !important;
}
.vertical.slide_bottom_text_3 {
	max-width: 515px;
}

.main_container .intelligence_cont p {
    /*font-family: 'Inter', sans-serif;
    font-style: normal;*/
    /*font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #FFFFFF;*/
}
i.fa.fa-arrow-right, i.b_read_m.fa.fa-arrow-right{position:relative;}
i.fa.fa-arrow-right:before, i.b_read_m.fa.fa-arrow-right:before{content: " ";}
i.fa.fa-arrow-right::after, i.b_read_m.fa.fa-arrow-right::after {
    position: absolute;
    content: " ";
    width: 30px;
    height: 20px;
    background: url(../images/icon_link_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -15px;
}
a:hover i.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_hover.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;	
 }
/*.slide_bottom_text_3 a:hover i.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;	
 }*/
i.r_read_m.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_rust.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.cta_cont a:hover.i_cta i.r_read_m.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_rust.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50% !important;
	opacity:.7;
}

i.y_read_m.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
	
}

.cta_cont a:hover.i_cta i.y_read_m.fa.fa-arrow-right::after {
    background: url(../images/icon_link_arrow_yellow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50% !important;
	opacity:.7;
}
.main_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.horizontal {
    display: flex;
    justify-content: space-between;
	width: 100% !important;
	height: 100%;
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    height: 100%;
}
/* ========== Universal Stylings ========== */
h1,h2,h3,h4,h5{
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
h6{
	position: relative;
	text-transform: uppercase;
}
.bg-primary{
	background-color: #35CBDF!important;
}
.text-inverse{
	color: #074052;
}
.text-primary{
	color: #35CBDF!important;
}
.btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	
}
.btn-primary{
	background-color: #35CBDF;
	border-color: #35CBDF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4)
}
.btn-primary:hover,.btn-primary:focus{
	background-color: #56BB80;
	border-color: #56BB80;
}
.btn-capsul{
	border-radius: 50px;
}
i.box-circle-outline{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	border-radius: 50%;
	height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
i.box-circle-solid{
	background-color:#35CBDF;
	border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.text-underline-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-primary:before{
	content:"";
	position: absolute;
	width:50px;
	height: 4px;
	left:50%;
	margin-left:-25px;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-primary:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.bg-overlay:before{
	content:"";
	background:rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-overlay-light:before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.parallax{
	background-attachment: fixed!important;
}


/* ========== Loader ========== */

.loaders {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
.loaders .loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}
.loader {
	display: table;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1200;
}
.loader-bg {
	background: #35CBDF;
}
.loader-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loader .ball-clip-rotate-pulse {
    left: 50%;
    position: absolute;
    top: 50%;
}

/* Fill 1 */
.logo_01{
position: absolute;
left: 7.33%;
right: 91.17%;
top: 34.38%;
bottom: 26.04%;
background-color: #fff;
}

/* Group 5 */
.logo_02{
position: absolute;
left: 9.17%;
right: 89.35%;
top: 24.16%;
bottom: 32.37%;
background-color: #fff;
}


/* Fill 6 */
.logo_03{
position: absolute;
left: 7.92%;
right: 89.92%;
top: 32.29%;
bottom: 40.62%;
background: #56BA80;
}

/* ========== Top Navigation ========== */
.top-nav {
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    height: 96px;
	background: transparent;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
    margin: 0 auto;
}
.navbar-toggler i.fa.fa-times {
	display: none !important;
}
.navbar-toggler.collapsed i.fa.fa-times {
	display: none !important;
}
.top-nav .navbar-nav li .hiring a {
	color: #56BB80 !important;
	opacity: 1 !important;
}
@media (min-width:992px){
div#navbarSupportedContent {
    display: flex;
    justify-content: space-between;
}
a.mob-btn.request_btn {
    display: none;
}
}
.top-nav .navbar-nav.login_side li {
    margin-left: 29px;
	margin-right: 0px;
}
nav.top-nav .navbar-nav.login_side li a.nav-link.request_btn {
    background: #56BB80 !important;
    color: #fff !important;
   padding: 6px 28px !important;
    height: 36px !important;
    border-radius: 4px;
	    -webkit-border-radius: 4px;
    opacity: 1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.top-nav .navbar-nav.login_side li a.nav-link.login_btn {
color: #FFFFFF;
opacity: 0.5;
}
a.login_btn:hover {
	color: #55ba80 !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
/*.top-nav .collapse.navbar-collapse {
    margin-left: 20px;
}*/
nav.top-nav .navbar-nav.login_side li a.nav-link.request_btn:hover {
	background: #9ad6b3 !important;
	text-decoration: none !important;
}
nav.top-nav .navbar-nav.login_side li a.nav-link.request_btn:focus {
    background: #459666 !important;
}
.top-nav .navbar-nav li{margin-right:29px; display:flex;}
.top-nav .navbar-nav li .nav-link {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}

.top-nav .navbar-nav li a::after  {
	content: " ";
	display: block;
	background: white;
	height: 3px;
	max-width: 100px;
	width: 0%;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}
.top-nav .navbar-nav li a:hover::after  {
	background: #56BB80;
	width: 100%;
}
.top-nav .navbar-nav li .hiring a:hover::after {
	width: 0;
}
.top-nav .navbar-nav li a.nav-link.active {
	color: #56BB80;
	opacity: 1;
}
.top-nav .navbar-nav li a.nav-link.active::after {
	background: #56BB80;
	width: 100%;
}
a.request_btn::after {height:0 !important; } 
a.request_btn:hover::after {background:transparent !important; } 
.top-nav .navbar-nav li a:hover.nav-link, .top-nav .navbar-nav li a:hover.active {
	color: #56BB80;
	opacity: 1;
}
.top-nav li a.nav-link:hover, .top-nav .nav-item.active a.nav-link{    
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav .navbar-brand {
    font-size: 1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 41px;
    margin-top: 0;
    height: 49px;
	margin-right:2rem;
}

.top-nav.light-header{
	height: 70px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav.light-header a.logo-numina{
display: block;	
}
.top-nav.light-header a.logo-icon{
display: none;	
}
nav.top-nav.light-header .navbar-brand {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 150px;
    margin-top: 0px;
}
.top-nav.light-header .navbar-brand{
	color: #212121;
}
.top-nav.light-header .navbar-nav li .nav-link {
    color: #272727;
    padding-right: .2rem;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	background:transparent;
	opacity:0.5;
}
.top-nav.light-header .navbar-nav li a.nav-link.login_btn {
	color: #272727;
	opacity: 0.5;
	padding: .5rem 0;
}
.top-nav.light-header li a.nav-link:hover, .top-nav.light-header .nav-item.active a.nav-link{	
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav .logo-numina {
	display: none;
}
.top-nav .navbar-nav li .hiring a {
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	font-size: 10px;
	text-align: center;
	color: #56BB80;
	opacity: 1;
}
.navbar-nav li:hover.two_efft a {
	color: #56BB80;
	opacity: 1;
}
.navbar-nav li:hover.two_efft a::after {
	background: #56BB80;
	width: 100%;
}
.navbar-nav li:hover.two_efft .hiring a::after {
	background: #56BB80;
	width: 0;
}

/* ========== Intro Header ========== */


.intro{
	float: left;
	width:100%;
	display: flex;
	align-items:center;
	height:100%;
	position: relative;
	z-index: 1;
	flex-wrap:wrap;

}
.intro.intro-small{
	height: 60%;
}
.intro-bg{
	
background: radial-gradient(1059.63px at 1.01% -1.82%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
background: -webkit-radial-gradient(1059.63px at 1.01% -1.82%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);*/
	background-image:url(../images/Homepage_Hero_Background.svg);
	background-repeat:no-repeat;
background-position: left top;
background-size: cover;
}
.intro-bg .carousel-inner {
    overflow: initial;
}
.intro .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 115px;
	left: -71px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    flex-wrap: wrap;
	display:none;
}
.caption-container{
	width:50rem;
	margin:0 auto;
}
.caption-two-panel{
	display: flex;
	align-items:center;
}
.intro h1{
	font-weight: 700;
}
.intro-caption .btn i{
	float: left;
	margin-right:15px;
}
.intro .carousel-item {
    height: calc(100vh - 62px);
}
.intro .carousel-item::before{
	content:"";
	position: absolute;
	width:100%;
	height: 100vh;
}
.intro .carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    left: 0;
    z-index: 10;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0px 88px;
    text-align: left;
    transform: translateY(-50%);
}
.slide_text {
    max-width: 504px;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
	align-items: center;
    justify-content: flex-start;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-left:-300px;
}
.slide_text h2{
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	font-size: 56px;
	color: #FFFFFF;
	letter-spacing:1px;
	margin-bottom:25px;
}
/*.main_container p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight:normal;
    line-height: 1.8;
    font-size: 16px;
    color: #FFFFFF;
}*/
.slide_text p.lead {
	font-size: 16px;
	font-weight: nomal;
	line-height: 29px;
}
.slide_img {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	right: 5px;
    position: absolute;
}
.slide_img img {
	max-width: 750px;
}
#navbarSupportedContent {
	top: 4px;
	position: relative;
}
.slide_bottom {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding: 0px 0 100px;
    align-items: center;
    justify-content: center;
}
.intro .anim-arrow {
    top: 2px;
    left: 50%;
    width: 2px;

    cursor: pointer;
    position: absolute;

	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tri-1 {
	width: 1px;
	height: 80px;
	background: rgba(216, 216, 216, 1);
	-webkit-transform: translate3d(-50%,0,0) scaleX(1);
	transform: translate3d(-50%,0,0) scaleX(1);
	-webkit-animation: ScrollHint__line___21Cq_- 2.4s cubic-bezier(1,0,0,1) infinite;
	animation: ScrollHint__line___21Cq_- 2.4s cubic-bezier(1,0,0,1) infinite;
}
@-webkit-keyframes ScrollHint__line___21Cq_- {
 0% {
  -webkit-transform:translate3d(-50%,0,0) scaleY(0);
  transform:translate3d(-50%,0,0) scaleY(0);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 50% {
  -webkit-transform:translate3d(-50%,0,0) scaleX(1);
  transform:translate3d(-50%,0,0) scaleX(1);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 50.1% {
  -webkit-transform:translate3d(-50%,0,0) scaleX(1);
  transform:translate3d(-50%,0,0) scaleX(1);
  -webkit-transform-origin:0 100%;
  transform-origin:0 100%
 }
 to {
  -webkit-transform:translate3d(-50%,0,0) scaleY(0);
  transform:translate3d(-50%,0,0) scaleY(0);
  -webkit-transform-origin:0 100%;
  transform-origin:0 100%
 }
}
@keyframes ScrollHint__line___21Cq_- {
 0% {
  -webkit-transform:translate3d(-50%,0,0) scaleY(0);
  transform:translate3d(-50%,0,0) scaleY(0);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 50% {
  -webkit-transform:translate3d(-50%,0,0) scaleX(1);
  transform:translate3d(-50%,0,0) scaleX(1);
  -webkit-transform-origin:0 0;
  transform-origin:0 0
 }
 50.1% {
  -webkit-transform:translate3d(-50%,0,0) scaleX(1);
  transform:translate3d(-50%,0,0) scaleX(1);
  -webkit-transform-origin:0 100%;
  transform-origin:0 100%
 }
 to {
  -webkit-transform:translate3d(-50%,0,0) scaleY(0);
  transform:translate3d(-50%,0,0) scaleY(0);
  -webkit-transform-origin:0 100%;
  transform-origin:0 100%
 }
}
.slide_bottom_arrow {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    height: 110px;
}
.slide_bottom_text {
	width: 100%;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	max-width: 800px;
}
.slide_bottom_text h3{
font-family: 'Crimson Text', serif;
font-style: normal;
font-weight: 400;
line-height: 24px;
font-size: 20px;
text-align: center;
color: #FFFFFF;
}
.slide_bottom_text h2{
	font-family: 'Inter' !important;
	font-style: normal;
	font-weight: 500;
	line-height: 72px;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	word-spacing: 1rem;
	white-space: pre-line;
}



/* down-arrow=== .intro .anim-arrow .tri-1, .intro .anim-arrow .tri-2 {
    width: 100%;
    height: 18px;
    border: solid #F6F6E0;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1px;
    transform: rotate(45deg);
    position: absolute;
} */

.cont_slide_up1 p {
	text-decoration: underline;
}
.cont_static {
	width: 100%;
	text-align: center;
}
.slide_bottom_animation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.slide_bottom_animation > div {
	flex: 1 1 80px;
    margin: 0 !important;
    text-align: center !important;
}

.slide_bottom_text span {
	font-family: 'Inter' !important;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	white-space: pre-line;
}
.cont_static span {
	line-height: 54px;
}
.cont_static.w-how {
	width: 60px;
}
.cont_static.w-use {
	width: 150px;
}
.cont_static.w-use span {
	white-space: pre;
}
/*.cont_slide_up1 p::after {
	content: " ";
	display: block;
	background: white;
	height: 1px;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}
.item-1.b_border::after {
	content: " ";
	display: block;
	height: 1px;
	background: #3BBFEF;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}
.item-2.g_border::after {
	content: " ";
	display: block;
	height: 1px;
	background: #56BB80;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}
.item-3.r_border::after {
	content: " ";
	display: block;
	height: 1px;
	background: #F76A4D;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}*/

.g_border {
	text-decoration-color: #56BB80 !important;
}
.y_border {
	text-decoration-color: #F8D022 !important;
}
.b_border {
	text-decoration-color: #3BBFEF !important;
}
.r_border {
	text-decoration-color: #F76A4D !important;
}
.g_color{color: #56BB80 !important;}
.g_under_line{/*text-decoration:underline !important;*/}
.b_color{color: #3BBFEF !important;}
.b_under_line{text-decoration:underline !important;}
.y_color{color: #F8D022 !important;}
.g_color{color: #56BB80 !important;}
.r_color{color: #F76A4D !important;}


.cont_slide_up1, .cont_slide_down1 {
	display: flex;
	height: 46px;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.item-1, .item-2, .item-3, .item-4 {
	position: absolute;
	display: block;
	top: 0;
	font-size: 2em;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	margin: 0;
	width: 100%;
}


.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}
.item-4{
	animation-name: anim-4;
}
.cont_slide_up1.text-right {
	margin-right: 25px;
	position: relative;
}
.cont_slide_up1.text-left {
	margin-left: 25px;
	position: relative;
}
/*
@keyframes anim-1 {
	0%, 8.3% { top: -100%; opacity: 1; }
  8.3%,25% { top: 25%; opacity: 1; }
  33.33%, 100% { top: 110%; opacity: 1; }
}

@keyframes anim-2 {
	0%, 33.33% { top: -100%; opacity: 1; }
  41.63%, 58.29% { top: 25%; opacity: 1; }
  66.66%, 100% { top: 110%; opacity: 1; }
}

@keyframes anim-3 {
	0%, 66.66% { top: -100%; opacity: 1; }
  74.96%, 91.62% { top: 25%; opacity: 1; }
  100% { top: 110%; opacity: 1; }
}
@keyframes anim-4 {
	0%, 8.3% {top: -100%; opacity: 1; }
  8.3%,25% { top: 25%; opacity: 1; }
  33.33%, 100% { top: 110%; opacity: 1; }
}
*/

@keyframes anim-1 {
	0%, 15% { top: -100%; opacity: 1; }
  15%, 30% { top: 25%; opacity: 1; }
 35%,100% { top: 110%; opacity: 1; }
}

@keyframes anim-2 {
	0%, 35% { top: -100%; opacity: 1; }
  41.63%, 50.29% { top: 25%; opacity: 1; }
  55.66%, 100% { top: 110%; opacity: 1; }
}

@keyframes anim-3 {
	0%, 55.66% { top: -100%; opacity: 1; }
  65.96%, 70.62% { top: 25%; opacity: 1; }
  75.62%, 100% { top: 110%; opacity: 1; }
}
@keyframes anim-4 {
	0%, 75.62% {top: -100%; opacity: 1; }
  84.96%,91.62% { top: 25%; opacity: 1; }
   100% { top: 110%; opacity: 1; }
}




/* ========== Section 2 ========== */
section {
    /*display: flex;
    flex-wrap: wrap;*/
    width: 100%;
    position: relative;
}

section.section--column {
	flex-direction: column;
}

.back_gradient_black {
	background: radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
	background: -webkit-radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;	
}

/*section.section_2{background: radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;}
.section2-box {    
    width: 100%;
    overflow: hidden;
    display: block;
	z-index: 100;
	margin-top: -26px;
}
.section2-box img {
    transform: rotate(-3deg);
    width: 103% !important;
    max-width: 103%;
    margin-left: -23px;
}*/
section.section_2 {
	background: radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
	background: -webkit-radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;

}
.section2-box {
	width: calc(100% + 100px);
	overflow: hidden;
	display: block;
	z-index: 100;
	margin-top: -26px;
	transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	margin-left: -40px;
	height: 100%;
}
.section2-box img {
	/* transform: rotate(-4deg); */
	width: 103% !important;
	max-width: 103%;
	margin-left: -23px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	object-fit: fill;
}


.slide_bottom_text_2 h3 {
    font-family: 'Crimson Text', serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    font-size: 42px;
    text-align: center;
	color:#fff;
	margin-bottom: 15px;
	letter-spacing:1px;
}
.b_green{color:#56BB80 !important;}
.b_white{color:#fff !important;}
.b_black{color:#272727 !important;}
.card.mb-4:hover{box-shadow:0px 4px 10px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.4); transition: .5s;}

.b_read_m{color:#4a9268 !important; }
.pro_image {
	max-width: 47%;
    float: right;
    padding: 0px 15px 50px 15px;
    display: block;
    margin-top: -5px;
    margin-right: 66px;
}

.content-half{
    color:#fff;
}
.content-half ul{
    padding:0;
    list-style:none;
}
.content-half ul li{
    margin:22px 0;
    float:left;
    width:100%;
}
.content-half ul li i{
    float:left;
    font-size:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.content-half ul li .list-content{
    float:left;
	font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
}
.content-half ul li strong{
    font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	font-size: 28px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}
.content-half .btn{
    margin-top:20px;
}


section.section_4.info-section {
    background: #F2F2F2;
	background-image:url(../images/Homepage_Articles_Background.svg);
    margin-top: 0px;
    z-index: 10;
    padding-top: 0;
background-repeat: no-repeat;
background-size: 100% auto;	
-moz-background-size: 100% auto;	
-webkit-background-size: cover;	
}
.intelligence_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #56BB80;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    padding: 40px 68px 40px 68px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 880px;
    color: #fff;
    margin: -105px auto 50px;
}
.slide_bottom_text_3 h3 {
    font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	font-size: 28px;
	letter-spacing: 1px;
    color: #fff;
	margin-bottom:18px;
}

/* ========== Who We Are ========== */

section.section_3 {
    margin-top: -70px;
    z-index: 10;
}
.info-section{
	float: left;
	width:100%;
	padding:7rem 0;
	position: relative;
	z-index: 1;
	background: radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
	background: -webkit-radial-gradient(855.80px at 53.45% 11.5%, rgba(255, 255, 255, 0.186127) 0%, rgba(0, 0, 0, 0.25) 100%), #000000;
}
.info-section a.see_how.b_green {
    font-size: 16px;
    font-weight: 500;
    color: #4A9268 !important;
		font-family: 'Inter', sans-serif;
		margin-left:-30px;
}
.info-section a.see_how.b_green:hover {
    color: #9ad6b3 !important;
}
.view_more_btn {
    background: #56BB80 !important;
    color: #fff !important;
    padding: 13px 28px !important;
    border-radius: 4px;
    opacity: 1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    display: block !important;
    margin: 3rem auto 0 !important;
    max-width: 200px;
	font-weight:600;
	font-family: 'Inter', sans-serif;
	text-align:center;
}
.view_more_btn:hover {
    background: #9ad6b3 !important;
}
.view_more_btn:focus {
    background: #459666 !important;
}
/*.three-panel-block .col-md-6{margin-bottom:30px;}*/

.card.mb-4 {
    height: 100%;	
}
.card:hover .card-title{
	text-decoration: underline;
}
h5.card-title{
	font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	font-size: 32px;
	letter-spacing: 1px;	
}
.main_container p.card-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #FFFFFF;
}
.three-panel-block .card {
	border-radius: 8px;
	border: 1px solid #F6F9FC;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.three-panel-block .card > img.card-img-top{
	border-radius: 8px 8px 0 0;
}
.three-panel-block .card .b_black img.card-img-top {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	margin-top: -1px;
	margin-left: -1px;
	width: calc(100% + 2px);
}
/*--- three Block Panel ---*/

/
/* ========== Who We Are ========== */
.widget{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}

/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}

/* ========== our partners ========== */


.partners-section {
	background: radial-gradient(947.99px at 81.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;
	background: -moz-radial-gradient(947.99px at 81.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;
	background: -webkit-radial-gradient(947.99px at 81.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;
}
.partners-section h4 {
/*font-family: "Crimson Text";
font-style: normal;
font-weight: 400;
line-height: 36px;
font-size: 28px;
text-align: center;
letter-spacing: 1px;
color: #FFFFFF;*/
}
.partners-section .vertical {
        display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    height: 100%;
	max-width: 980px;
    margin: 0 auto;
}
/*.partners-section .c_logos li:nth-child(1){text-align:left;}
.partners-section .c_logos li:nth-child(1n+2){text-align:right;}*/


.partners-section .c_logos li {
    display: inline-block;
    width: 19%;
    padding-bottom: 3rem;
}
/*.partners-section .c_logos li a:hover img {
	opacity: .6;
	transition: all .2s ease-in-out .2s;
}*/
.partners-section .c_logos li img {
    max-height: 75px;
    max-width: 110px;
}
.partners-section .c_logos li img.img-fluid-large {
	max-width: 220px;
}
.img-fluid {
	
}
.partners-section p {
font-family: Inter;
font-style: normal;
font-weight: normal;
line-height: 26px;
font-size: 16px;
text-align: center;	
}
.c_logos {
	margin-top: 2rem;
}





/* ========== CTA Section ========== */
.wrap {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.151834);
	    -webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.151834);
    margin-bottom:0;
	overflow: hidden;
    position: relative;
	flex-wrap: wrap;
	padding:15px 0 0;
	max-height: 196px;
	transition: all .3s ease;
		-webkit-transition: all .3s ease;	
}
.wrap:hover {
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);	
}
.wrap-image {
	z-index: 9;
	padding: 0px;
}
/*.wrap h3 {
font-family: "Crimson Text";
font-style: normal;
font-weight: 400;
line-height: 36px;
font-size: 24px;
letter-spacing: 0.5px;
color: #000000;
}*/
.wrap p {
font-family: Inter;
font-style: normal;
font-weight: normal;
line-height: 24px;
font-size: 16px;
color: #272727;
}
.wrap-image img {
    position: relative;
    left: 0px;
    width: 100%;
}
.cta_cont {
	width: 100%;
	max-width:764px;
	color: #fff;
	margin: -60px auto 50px;
}
.cta_02 {
	padding-bottom: 3px !important;
	background: #F0F5FB;
}
.cta_cont .text-wrap {
    padding: 0 12px;
    position: absolute;
    top: 50%;
    z-index: 100;
    max-width: 65%;
    left: 75%;
    transform: translate(-65%, -50%);
    width: 100%;
}
.oval2 {
	position: absolute;
	top: 100%;
	height: 100px;
	display: block;
	width: 100%;
	left: 0;
	margin-top: -105px;
	z-index: 1;
}
/*.streets h3 {
	color: #56bb81;
}
.appsw h3 {
	color: #3bbfef;
}*/



/* ========== Team Section ========== */

.team-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
	background-color:#fff;
}
.team-footer{
	float: left;
	width:100%;
	padding: 15px;
}
.team-footer h3{
	font-size: 1.5rem;
	text-transform: capitalize;
}
.member-box{
  width:100%
  float:left;
  position:relative;
  overflow:hidden
}
.member-box:hover> img{
transform: scale(1.05);
transition:1s ease-in;  
}
.member-box img{
  transition:0.3s ease-in;  
}
.member-box.t-bottom .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.member-box.t-center .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.member-box i.box-circle-solid{
	padding: 0;
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
/* style 1 */
.member-box.anim-lf .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  left:-100%;
  bottom:0;
  width: 100%;
  height:100%;
  transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
  left:0;
  transition:0.4s ease-in;
}
/* style 1 */
.member-box.anim-bt .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  bottom:-100%;
  width: 100%;
  height:100%;
  transition:0.6s ease-in;
}

.member-box.anim-bt:hover>.overlay-content{
  bottom:0;
  transition:0.4s ease-in;
}

/* ========== Testimonial Section ========== */
.testimonial-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.testimonial-section .block-style-03 img{
	width:100px;
}




/* ========== solutions page css ========== */
.slide_text_inner {
	width: 100%;
	position: relative;
	margin: 8rem auto 4rem;
	max-width: 800px;
	text-align: center;
}
.slide_text_inner h2 {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	font-size: 56px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.slide_text_inner p.lead {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}
.slide_img_inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto 6rem;
}
.btn_okay {
	background: #56BB80 !important;
	color: #fff !important;
	padding: 8px 28px;
	border-radius: 4px;
	opacity: 1;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	display: inline-block;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.btn_okay:hover {
	background: #9ad6b3 !important;
}
.btn_okay:focus {
	background: #459666 !important;
}
.triangle-left {
	width: 0;
	height: 0;
	border-top: 12em solid transparent;
	border-bottom: 0em solid transparent;
	border-right: 100vw solid #FFF;
}
.triangle-left.tr_team {
	border-top: 4em solid transparent !important;
	background: transparent !important;
	border-right-color: #FFF !important;
	margin-top: -4em;
}
.triangle-left.tr_sol {
	border-top: 4em solid transparent !important;
	background: transparent !important;
	border-right-color: #F3F3F3 !important;
	margin-top: -4em;	
}
.s_inner .triangle-left {
	margin-top: -60px;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 12em solid transparent;
	border-left: 100vw solid #F3F3F3;
	position: relative;
	z-index: 0;
}
.info-section2 {
	background: #F3f3f3;
	margin-top: 0px;
	z-index: 10;
	padding-top: 0;
	padding: 6rem 0;
}
.info-section2--clear {
	background: transparent !important;
}
.info-section2 h3 {
	font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	font-size: 32px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.info-section2 p {
	color: #272727;
}
.r_image {
	right: 0;
	-ms-flex-align: end;
	-ms-flex-direction: column;
	-webkit-box-align: end;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	/*max-height: 440px;
	position: absolute;
	right: calc(1140px - 80vw);*/
	margin-right: -15px;
	padding-left:30px;
	float:right;
	max-width:100%;
}
.r_image img {
	width: 100%;
}
.info-section2 .l_image {
	padding-right: 25px;
}
.s_text_2 {
	max-width: 400px;
	padding-left: 0;
}

.vertical.s_text_3 {
	max-width: 375px;
	float: right;
	margin-right: 3em;
}
.s_inner_titles {
	max-width: 380px;
}
.content-half .s_inner_titles strong {
	font-size: 20px;
	line-height: 24px;
}
.s_inner .pro_image {
	margin-bottom: 0;
	padding-bottom: 0;	
}
.s_inner .pro_image img {
	max-height: 650px;
}
.s_text_3 .b_read_m {
	font-weight: normal;
}
.in-action {
	background: radial-gradient(892.42px at 51.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;
	background: -webkit-radial-gradient(892.42px at 51.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;
	background: -moz-radial-gradient(892.42px at 51.55% -33.78%, rgba(255, 255, 255, 0.332711) 0%, rgba(0, 0, 0, 0.578408) 100%), #000000;	

}
.in-action .vertical {

	max-width: 980px;
	margin: 0 auto;
}
.in-action  h4 {
	font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.in-action .btn_okay {
	font-size: 16px;
	min-width: 182px;
}
.s_bottom {
	padding-bottom: 8rem;
}
.b_read_mu {
	font-size: 16px;
	font-weight: 500;
	color: #56BB80 !important;
		font-family: 'Inter', sans-serif;
		margin-left:5px;
}
.info-section2 .b_read_mu i.fa.fa-arrow-right::after {
	background: url(../images/icon_link_arrow-numina.svg);
	background-repeat: no-repeat;
	background-position: center;	
}
.b_read_mu:hover {
	color: #9ad6b3 !important;
}
.s_inner {
	display: block;
	overflow-x: hidden;
	/*background-color: radial-gradient(1386.58px at 100% 69.73%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 5e-05) 100%), radial-gradient(1461.47px at 1.01% -1.82%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #000000;
	background-color: -webkit-radial-gradient(1386.58px at 100% 69.73%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 5e-05) 100%), radial-gradient(1461.47px at 1.01% -1.82%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #000000;*/
	/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);*/
	background-image: url(../images/Solutions_Hero_Background.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}



/* ========== Team page css ========== */
.light-bg {
	background-color: #f0f5fb;
	overflow-x: hidden;
	background-image:url(../images/background_Team.svg);
	background-size: 100% auto;
}
.slide_text_team .b_green {
	font-size: 16px;
	font-weight: 500;
	color: #56BB80 !important;
}
.slide_text_team .b_green i.fa.fa-arrow-right::after {
	background: url(../images/icon_link_arrow-numina.svg);
	background-repeat: no-repeat;
	background-position: center;	
}
.slide_text_team .b_green:hover {
	color: #9ad6b3 !important;
}
.slide_text_team {
	width: 100%;
	position: relative;
	margin: 8rem auto 4rem;
	max-width: 800px;
	text-align: center;
}
.slide_text_team h3 {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	font-size: 42px;
	color: #272727 !important;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.slide_text_team p.lead {
	color: #272727;
}
.om_top {
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	color: #272727;
	font-family: 'Crimson Text', serif;	
}
.team_page .top-nav .navbar-nav li .nav-link {
	color: #272727;
}
.team_page .top-nav .navbar-nav .login_btn {
	color: #272727 !important;
	opacity: 0.5;
}
.info-section3 {
	background: #FBFDFE;
	margin-top: 0px;
	z-index: 10;
	padding-top: 0;
	padding: 6rem 0 5.5rem;
}
.triangle-left.tr_team {
	border-right-color: #FBFDFE;
	background-color: #FFF;
}
.info-section3 p {
	color: #272727;
}
.info-section3 h3 {
	font-family: 'Crimson Text', serif !important;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.linkedin {
	background: #68D696;
	color: #fff;
}
.card.linkedin .f_btn {
	color: #68D696;
}
.twitter {
	background: #3BBFEF;
	color: #fff;
}
.card.twitter .f_btn {
	color: #3BBFEF;
}

.insta {
	background: #F76A4D;
	color: #fff;
}
.card.insta .f_btn {
	color: #F76A4D;
}
.angellist {
	background: #F8D022;
	color: #fff;
}
.card.angellist .f_btn {
	color: #F8D022;
}
.tr_image img {
	border-radius: 8px;
}
.insta h5.card-title, .angellist h5.card-title, .twitter h5.card-title, .linkedin h5.card-title {
	color: #fff;
}



.f_btn {
	background: #fff;
	display: inline-block;
	padding: 14px 29px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	opacity: 1;
	/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); */
}
.s-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 8px;
}
.updates_section .card {
	justify-content: space-around;
	align-items: center;
	display: flex;
	border-radius: 8px;
}

.updates_section {
	background: #FBFDFE;
	padding-bottom:5rem;
}
.s-box .card-img-top {
	min-height: 180px;
	margin-left: -1px;
	width: calc(100% + 2px);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.top_icon {
	padding: 1rem;
}
.s-box .top_icon {
	padding: 26px !important;
}
.s-box .card_body {
	padding: 24px !important;
}
.to_left {
	text-align: left;
}
.j_time {
font-style: normal;
font-weight: normal;
line-height: 18px;
font-size: 14px;
color: #272727;
	font-family: 'Inter', sans-serif;
}
.updates_section .card:hover h5 {
	color: #fff;
}
.updates_section .m-box .card-title, .updates_section .m-box:hover .card-title {
	color: #272727;
}
.card.m-box {
	justify-content: flex-start;
border-color: #F6F9FC;	
}
.u-box .card {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: none;
}
.s-box .card-footer {
	background: no-repeat;
	border: 0;
	margin-bottom: 10px;
}
.s-box .card-header {
	background: none;
	border-bottom: 0;
}
.s-box .card-body {
	align-items: center;
	display: flex;
}
.m-box .top_icon {
	position: absolute;
	top: 0;
	left: 0;
}
.updates_section .u-box {
	margin-bottom: 1.1rem;
	padding-right: 9px;
	padding-left: 9px;
}
.join_numina {
	background: #F6F9FC;
	padding: 4rem 0;
	flex-direction: column;
}
.j_container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}
/*.j_container h2 {
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	font-size: 56px;
	color: #272727;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.j_container p {
	color: #272727;
}*/
.slide_text_team a.b_green {
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}
.post_job {
	max-width: 550px;
	margin: 2rem auto 0;
}
.post_job li a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 13px;
}
.post_job li a:hover .j_title {
	color: #56BB80;
}
.post_job li a:hover.j_link {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;	
}
.post_job li {
	margin-bottom: 10px;
}

.j_location, p.j_title {
	color: #272727;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	font-size: 14px !important;
	margin-bottom: 10px;
	font-family: 'Inter', sans-serif;	
}
.main_container .j_title {
margin-bottom:0;
}
.fd_logos li {
	display: inline-block;
	width: 21%;
	padding-bottom: 3rem;
}
.fd_logos ul li a:hover img {
	opacity: .6;
	transition: .3s;
}
.fd_logos li:last-child {
	text-align: right;
	width: 95px;
}
.fd_logos {
	width: 100%;
	text-align: center;
	padding: 8rem 0 1rem;
	max-width: 790px;
	margin: 0 auto;
}
.w_images img {
	display: inline-block;
	border-radius: 8px;
	margin: 0 5px;
}
.w_images {
	padding-left: 3rem;
	display: flex;
}
.w_bottom {
	flex-basis: 60%;
	display: flex;
}
.w_img_01 , .w_img_02{
	width: 50%;
}
.w_img_02 img {
	width: 100%;
}
.w_img_01 img {
	width: 100%;
}
.w_img_01 {
	margin-right: 10px;
}
.w_top {
	flex-basis: 40%;
}
.w_top img {
	max-width: 97%;
}
.tr_image {
	width: 92%;
}
.b_images {
	margin-top: 10px;
	margin-bottom: 70px !important;
}
.updates_section .m-box .card-title i.fa.fa-arrow-right::after {
	background-position: left !important;
	background-image: url(../images/icon_link_arrow-numina.svg) !important;
	background-repeat: no-repeat;
}
.updates_section a:hover.m-box .card-title i.fa.fa-arrow-right::after {
	background-position: left !important;
	background-image: url(../images/icon_link_arrow-numina.svg) !important;
	background-repeat: no-repeat;
	opacity:.6;
}
.info-section3.wwr .vertical {
	padding-right: 10px;
}







/* ========== Responsive Stylings ========== */
@media (max-width: 1200px){
	.wrap p {
	line-height: 24px !important;
	font-size: 16px !important;
}
.slide_text {
	max-width: 45%;
	left: 12%;
	transform: none;
	margin-left: 0;
}
.slide_img {
	position: relative;
}
.intro .carousel-caption {
	padding: 0px;
}
.slide_text {
	max-width: 40%;
	left: 9%;
}
.slide_text h2 {
	line-height: 56px;
	font-size: 42px;
}
/*.main_container p {
	line-height: 24px;
	font-size: 14px;
}*/
.slide_text p.lead {
	font-size: 14px;
	line-height:24px;
}
.mob-btn.request_btn {
	margin: 26px 0px;
	display:none;
}	
}
@media (max-width: 1024px){
.slide_text {
	left: 5%;
}
.slide_img img {
    max-width: 95%;
}	

.hidden-mobile {
	display: none;
}
}
@media (max-width: 991px){
/*.main_container .container{

		width: 100%;
		max-width: 100% !important;
		padding: 0 15px !important;
		display: flex;
flex-wrap: wrap;
	}*/
.navbar .container {
	flex-flow: wrap;
}	
.main_container .top-nav {height: auto;background: transparent;}
.main_container .top-nav.light-header{background: #ffffff;}

.top-nav .navbar-brand {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-width: 45px;
    margin-top: 0px;
    z-index: 100;
}
.top-nav .navbar-toggler{z-index: 100;}
.navbar-toggler .fa-times:before {
    background: url(../images/hamburger.png);
    position: absolute;
    content: " ";
    width: 30px; 
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    top: 16px;
    right: auto;
	z-index:10;
}
.toggle_active .fa-times{display:block !important;}
.toggle_active .fa-bars{display:none !important;}
.container.copyrights {
    display: block;
}

	.intro {display: block;padding-top: 50px;}
	.intro .intro-box{
		padding-left: 0;
		margin-bottom: 0;
	}
	.intro .intro-box span{
		margin-right: 10px;
	}
	.intro .intro-box .list-item{
		width: 85%;
	}
	.content-half ul li i{
		font-size: 20px;
	}
	.content-half ul li .list-content {
    width: 100%;
	text-align: center;
}
	.content-half ul li strong{
		line-height: 0;
	}
	.testimonial-section .single-testimonial .carousel-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.widget h2 {
    	font-size: 1.5rem;
	}
	.widget .counter{
		line-height: 0;
		font-size: 1.7rem;
	}
	.widget .fa-3x{
		font-size: 2rem;
	}
	.widget .stat-content h4{
		font-size: 1.2rem;
	}

.slide_img img {
	max-width: 100%;
}	
.top-nav .navbar-nav li {
	margin-right: 10px;
}
.s_inner_titles {
	max-width: 100%;
}
.s_inner .pro_image {
	max-width: 100%;
	float: none;
	display: block;
	margin-top: 0;
	margin-right: 0;
	text-align:center;
}

.s_inner .content-half {
	color: #fff;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.s_inner .content-half ul li {
	margin: 0;
}
.s_inner .content-half ul li {
	margin-top: 2rem;
}
.w_images {
	padding-left: 0;
}
.top-nav .navbar-nav li .hiring {
	margin-left: 0px;
}
nav.top-nav .navbar-nav.login_side li a.nav-link.request_btn {
	padding: 6px 13px !important;
	height: 36px !important;
}
.top-nav .navbar-nav.login_side li {
	margin-left: 10px;
	margin-right: 0px;
}
.navbar-nav.login_side {
	float: right;
}
.top-nav .navbar-nav li {
	margin-right: 0;
}
#navbarSupportedContent {
	justify-content: space-between;
}
.vertical.s_text_3 {
	float: left;
}
.tr_image {
	width: 100%;
}
.pro_image {
	max-width: 70%;
}
.info-section .five { order: 1; }
.info-section .four { order: 2; }
.section_4 .intelligence_cont {
    display: block;
    align-items: center;
    justify-content: center;
    background: #56BB80;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    padding: 30px 15px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    color: #fff;
    margin: -90px auto 0px;
}
.section_4 img.eye-icon {
    max-width: 35%;
    margin: 0 auto;
    display: block;
}
.section_4 .vertical {
    display: block;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    height: 100%;
    text-align: center !important;
}
.section_4 .intelligence_cont .slide_bottom_text_3 h3{
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center !important;
}
.section_4 .intelligence_cont a.see_how.b_read_m {
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto 0 -15px;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.vertical.slide_bottom_text_3 {
	max-width: 100%;
}
.wrap {
	max-height: 100%;
}
.head-box.mb-5 {
	margin-bottom: 0 !important;
} 
.slide_text h2 {
    line-height: 48px;
    font-size: 36px;
}
.post_job li a.j_link {
    
    border-radius: 8px;
    color: #272727;
    font-weight: 600;
}
.post_job li a.j_link:hover {
	background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.light-bg {
    background-size: cover;
    background-position: left top;
}
.info-section2 p {
    line-height: 18px;
}
.wrap h3 {
	/*font-size: 24px;*/
}
.wrap p {
	line-height: 20px !important;
}
}

@media (max-width: 767px){
	.intro .slide_bottom_text h2{font-size: 22px;}
	.container{
		width:100%;
	}
.mob-mar-top {
	margin-top: 1rem;
}
.cta_cont {
	max-width: 390px;

}
.wrap p {
	line-height: 24px !important;
	
}	
.b_images {
	margin-top: 0;
}	
	.intro .intro-form-small input[type="text"], .intro .intro-form-small input[type="password"]{
		width: 36%;
	}
	
	.widget.widget-counter .container{
		width: 100%;
	}
	.contact-section #map {
    	height: 400px
	}
.j_container p {
    line-height: 18px;
}
.j_container p span{
    display: none;
}	
.mob-btn.request_btn {
    background: #56BB80 !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 4px;
    opacity: 1;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    display: inline-block !important;
    text-align: center;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
section.intro .carousel-caption {
	padding: 0px 15px;
	position: relative;
	top: inherit;
	transform: none;
	left: inherit !important;
	right: inherit !important;
	bottom: inherit !important;
}
.slide_text {
	max-width: 90%;
	margin-left: 0;
}
.slide_bottom_text_2 {
	padding: 0 10px;
}
section.intro .carousel-item {height: auto;}
.horizontal {
    display: block;
    justify-content: center;
    width: 100% !important;
    height: auto;
}
.slide_text {
    width: 100%;
    display: block;
    flex-wrap: inherit;
    height: auto;
    align-items: center;
    justify-content: center;
	
}
.slide_img {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    right: 5px;
    position: relative;
}
.intro .carousel-indicators {
    bottom: -20px;
    display: none;
}
	
.intro img {
    height: auto;
}
.section2-box img {
    /*transform: rotate(-3deg);*/
    width: 103% !important;
    max-width: 103%;
    margin-left: -4px;
}
.pro_image {
    max-width: 60%;
    float: none;
    padding: 0px 15px 0 15px;
    display: block;
    margin: 0 auto !important;
}
.section_3 .content-half {
    color: #fff;
    margin-top: 0 !important;
    padding-top: 0 !important;
	padding-bottom: 130px;
}

.container { display: flex; flex-flow: column; }

.three { order: 3; }
.two { order: 4; }
.one { order: 5 }
.four {  order: 2;}
.partners-section .vertical{padding: 0 15px;}
.partners-section .c_logos li:nth-child(1) {
    text-align: center;
}
.partners-section .c_logos li:nth-child(1n+2) {
    text-align: center;
}
.mob-mar-top {
    margin-top: 20px !important;
}
.cta_cont .wrap {
	height: auto;
	max-height: 300px;
}
/*.wrap h3{font-size: 25px;}*/
footer {padding: 10px 0px 0px 0px;}
.social_footer_ul {
    display: table;
    margin: 25px auto 0;
    list-style-type: none;
}
.footer .col-sm-2.col-xs-2 {
    width: 33.333%;
    display: flex;
}
.footer .col-sm-6.col-xs-12.five {
    margin-bottom: 20px;
}

    .top-nav .navbar-toggler i {
    color: #fff;
    margin-top: 6px;
    }
    .top-nav.light-header .navbar-toggler i {
    color: #56BB80;
    }
	
#navbarSupportedContent {
    background-color: #56BB80;
    text-align: center;
    padding: 7rem 0 4rem;
    margin: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
	/*animation-delay: 1s;
	-webkit-animation-delay:1s;*/
}
.top-nav .navbar-collapse.show a {
color: #fff !important;
opacity: 1;
    padding-bottom: 15px;
		font-family: 'Crimson Text', serif;
		font-size:20px;
}
.toggle_active1{    
background-color: #56BB80 !important;
text-align: center;
    padding: 100px 0 25px;
    margin: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
	/*animation-delay: 1s;
	-webkit-animation-delay:1s;*/
}
.top-nav .navbar-collapse.show .navbar-nav li {
    margin-right: 0;
}
.top-nav .navbar-collapse.show .navbar-nav.login_side li {
    margin: 0 auto !important;
    text-align: center;
}
.top-nav .navbar-collapse.show .navbar-nav.login_side li a.nav-link.login_btn {
    width: 100%;
}
nav.top-nav .navbar-collapse .navbar-nav.login_side li a.nav-link.request_btn{display:none;}
.head-box.text-center.mb-5 {margin-bottom: 0 !important;}
.three-panel-block .view_more_btn{margin: 1rem auto 0 !important;}
section.section_4.info-section{padding-bottom: 30px;}



.slide_bottom {
	margin-top: 20px;
}
.slide_bottom_text {
	padding: 0 5%;
}
.slide_bottom_text h2 {
	line-height: 40px;
margin-top: 45px;	
}
.pro_image {
	max-width: 140px;
}
.content-half ul li {
	margin: 20px 0;
}

.section_3 .content-half {
	padding-bottom: 50px;
}
.partners-section h4 {
	/*line-height: 24px;
	font-size: 20px;
	padding-top: 0 !important;*/
}
.c_logos {
	margin-top: 0;
}
.partners-section .c_logos li {
	width: 49%;
	padding-bottom: 2rem;
}
.c_logos {
	margin-top: 0;
	padding-bottom: 1rem !important;
}
.copyrights {
	margin-top: 1rem;
	padding-bottom: 2rem;
	margin-bottom: 0px;
}
.bottom_border {
	max-width: 100%;
	padding-bottom: 0;
}

.slide_text_inner {
	margin: 2rem auto 3rem;
	max-width: 100%;
	text-align: left;
}
.slide_text_inner h2 {
	line-height: 58px;
	font-size: 48px;
}
.slide_text_inner p.lead {
	font-size: 14px;
	line-height: 24px;
}
.slide_img_inner {
	max-width: 100%;
	margin: 0 auto 4rem;
}
.s_inner .slide_bottom_text_2 h3 {
	line-height: 24px;
	font-size: 20px;
}
.s_inner .pro_image img {
	max-height: 350px;
}
.info-section2 .s_text_2 {
	max-width: 100%;
	padding-left: 0;
	text-align: left !important;
	padding-bottom: 1rem !important;
}
.info-section2 h3 {
	line-height: 24px;
	font-size: 20px;
}
.vertical.s_text_3 {
	max-width: 100%;
	float: left;
	margin-right: 0;
	text-align: left !important;
}
.api_s {
	max-width: 100%;
	margin: 0;
	overflow: hidden;
}

.s_bottom {
	padding-bottom: 4rem;
}
.o1 {
	order: 2;
	max-width: 540px;
	margin: 0 auto;
}
.o2 {
	order: 1;
}
.info-section2 .mb-5 {
	margin-bottom: 1rem !important;
}
.info-section2 {
	padding: 4rem 0 0rem;
}
.in-action h4 {
	margin-top: 0 !important;
}
.collapse.show ul li a {
	width: 100%;
}
.s_inner {
    overflow-x: hidden;
}
.updates_section {
	display: none;
}
.fd_logos {
	display: none;
}
.w_images {
	padding-left: 0;
	display: flex;
	flex-direction: column;
}
.w_bottom {
	display: flex;
}
.w_img_01 {
	margin: 0 10px;
}
.w_top {
	display: none;
}
.tr_image {
	margin: 0 3px;
	text-align: center;
	margin-bottom: 10px;
}
.w_img_01 {
	margin: 0 10px 0 0;
}
.w_images img {
	margin: 0;
}
.info-section3 {
	padding: 1rem 0;
}
.info-section3 h3 {
    text-align: left;
    font-size: 24px;
    line-height: 20px;
    margin-top: 1rem;
}
.info-section3 p {
	text-align: left;
	line-height: 18px;
}
.slide_text_team {
	margin: 5rem auto 0rem;
	text-align: left;
}
.om_top {
	text-align: left;
	font-size: 16px;
}
.slide_text_team h3 {
	font-weight: 500;
	line-height: 36px;
	font-size: 28px;
	margin-bottom: 25px;
	text-align: left;
}
.slide_text_team p.lead {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.team_page .top-nav .navbar-toggler i {
	color: #272727;
	margin-top: 6px;
}
.top-nav .navbar-nav li .hiring {
	margin-left: 0;
	display: none;
}
.login_side {
	display: none;
}
.j_container h2 {
	line-height: 36px;
	font-size: 28px;
	    font-weight: 500;
}
.top-nav .navbar-nav li .hiring a {
	font-weight: 500;
	font-size: 14px;
}
.toggle_active i.fa.fa-times {
    display: block !important;
}
.navbar-toggler[aria-expanded="true"] i.fa.fa-times {
	display: block !important;
	    margin-left: -28px;
}
.navbar-toggler[aria-expanded="true"] i.fa.fa-bars {
	display: none !important;
}
.r_image {
	margin-right: -15px;
	float: right;
	padding-left:0;
	
}
.s_right_image {
	padding-right: 0;
}
.slide_text h2 {
	line-height: 56px;
	font-size: 42px;
}
.head-box .slide_bottom_text_2 h3 {
	line-height: 36px;
	font-size: 28px;
}
.content-half ul li strong {
	line-height: 36px;
	font-size: 16px;
}
.main_container .content-half ul li .list-content {
    line-height: 24px;
    font-size: 16px !important;
}
.slide_bottom_text span {
	font-size: 16px;
}
.s_text_3 p {
    line-height: 24px;
}
.b_read_mu {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
}
.info-section a.see_how.b_green {
    font-size: 14px;
}
}
@media (max-width: 640px){
.partners-section .c_logos {
	margin-top: 10px;
}
.footer .col-sm-2.col-xs-2 {
	display: none;
}
.info-section3 .py-5 {
	padding: 1rem 0 !important;
}
.triangle-left {
	border-top: 7em solid transparent;
	border-right: 0 solid #FFF;
}

.intro .slide_bottom_text h2 {
	font-size: 16px;
	line-height: 30px;
	word-spacing: .5rem;
}
.slide_bottom_text_2 h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 1rem 0 !important;
	padding-top: 0 !important;
}
/*.main_container .intelligence_cont p {
	line-height: 18px;
	font-size: 14px;
}*/
.slide_bottom_text_3 h3 {
	line-height: 24px;
	font-size: 20px;
}

i.r_read_m.fa.fa-arrow-right::after {
	background-position: left;
}
i.y_read_m.fa.fa-arrow-right::after {
	background-position: left;
}
}
@media (max-width: 320px){
	.partners-section .c_logos li img.img-fluid-large {
		max-width: 160px;

	}
	.wrap h3 {
		/*font-size: 14px;*/
		line-height: 1;
	}
	.wrap p {
		font-size: 13px !important;
	}
}
@media (min-width: 321px) and (max-width: 400px){
	.partners-section .c_logos li img.img-fluid-large {
		max-width: 160px;

	}
	.wrap h3 {
		/*font-size: 16px;
		line-height: 1;*/
	}
	.wrap p {
		font-size: 14px !important;
	}
}
.btn-theme{background-color:#35CBDF; color:#fff;}
