.fonts{
	font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;
}
body{
	font-family: 'Open Sans', sans-serif;
	/* overflow: hidden; */
}
.container {
    padding: 0 30px;
}
img{
	max-width:100%;
	height:auto;
}
.img-full{
	width:100%;
	height:auto;
}
.aligncenter {
	display: block;
	margin: 0 auto 1rem;
}
.screen-reader-text {
    width: 1px;
    height: 1px;
    position: absolute;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
}
div#comments {
    display: none;
}
.font-weght-semibold {
    font-weight: 500;
}
.lead {
	font-size: 1.15rem;
}
.text-muted{
	color:#898989 !important;
}
.text-primary {
    color: #0c6db6 !important;
}
.bg-light{
	background-color:#ebebeb !important;
}
.bg-lighter {
    background-color: #f9f9f9 !important;
}
.bg-primary {
    background-color: #0c6db6 !important;
}
.bg-primary-light {
    background-color: #43aaec !important;
}
.bg-primary-deep{
	background-color:#0d55c7 !important;
}
.face-facial-tracking, .bg-bluesky {
    background-color: #64cce5 !important;
}

.eye-tracking, .bg-blue {
    background-color: #0b6db6 !important;
}

.ear-tracking{
    background-color: #1e1e28 !important;
}
.bg-black {
    background-color: #19191b !important;
}
.text-black {
    color: #19191b !important;
}
.bg-bluedeep{
	background-color:#263593 !important;
}
.text-bluedeep{
	color:#263593 !important;
}
.bg-purle{
	background-color:#4e5589 !important;
}
.text-purle{
	color:#4e5589 !important;
}
.bg-darkblue{
	background-color:#013e6a !important;
}
.text-darkblue{
	color:#013e6a !important;
}
.bg-darkerblue-2{
	background-color:#09233e !important;
}
.text-darkerblue-2{
	color:#09233e !important;
}
.bg-nightblue{
	background-color:#141c2f !important
}
.bg-nightbluedark{
	background-color:#152032 !important
}
.text-nightblue{
	color:#141c2f !important
}
.bg-darkorange{
	background-color:#9e8d3f !important;
}
.text-darkorange{
	color:#9e8d3f !important;
}
.bg-skybluelight{
	background-color:#9ab6c1 !important;
}
.text-skybluelight{
	color:#9ab6c1 !important;
}
.bg-skybluedark{
	background-color:#799aa1 !important;
}
.text-skybluedark{
	color:#799aa1 !important;
}
.bg-darkerblue{
    background-color: #090841 !important;
}
.text-darkerblue{
    color: #090841 !important;
}
.bg-skybluedarker{
	background-color:#092648 !important;
}
.text-skybluedarker{
	color:#092648 !important;
}
.bg-purledark{
	background-color:#422359 !important;
}
.text-purledark{
	color:#422359 !important;
}
.bg-purledarker{
	background-color:#190926 !important
}
.text-purledarker{
	color:#190926 !important
}
.bg-pink{
	background-color:#a1226f !important;
}
.text-pink{
	color:#a1226f !important;
}
.bg-skin {
    background-color: #c199a1 !important;
}
.text-skin {
    color: #c199a1 !important;
}
.bg-orangedarker {
    background-color: #2c1100!important;
}
.text-orangedarker {
    color: #2c1100!important;
}
.bg-brownlight {
	background-color: #c38880 !important;
}
.bg-brown {
	background-color: #957254 !important;
}
.bg-black100{
	background-color: #000 !important;
}
.text-black100{
	color: #000 !important;
}
.bg-sky{
	background-color:#83b9db !important;
}
.text-sky{
	color:#83b9db !important;
}
.pull-up-1{
	margin-top:-1rem;
}
.pull-up-2{
	margin-top:-2rem;
}
.pull-up-3{
	margin-top:-3rem;
}
.pull-up-4{
	margin-top:-4rem;
}
.pull-up-5{
	margin-top:-5rem;
}
.pull-up-8{
	margin-top:-8rem;
}
a {
    color: #0c6db6;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
	color: #007bff;
}
b, strong {
    font-weight: 700;
}
h1{
    font-family: 'Raleway', sans-serif;
    font-weight:600;
    font-size: 30px;
}
h2 {
    font-family: "Raleway", 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight:400;
    margin-bottom: .75rem;
}
h3 {
    font-family: "Raleway", 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight:600;
}
.sub-title{
	line-height: 1.3;
}
.text-defaultcase {
    text-transform: inherit !important;
}
.text-grey p{
	color:#5e5e5e;
}
.sec ul, .bullet {
    font-size: 1rem;
    text-align:left;
    padding:0;
    font-weight: 300;
    margin: 1.5em 0;
}
.sec ul li, .bullet li{
	position:relative;
	list-style:none;
	padding: 0 0 6px 1.8em;
}
.sec ul li:before, .bullet li:before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	width: 0.75em;
	height: 0.75em;
	position:absolute;
	left:0;
	top: 0.4em;
	background: #014b83;
}
.sec.text-white ul li:before, .sec .text-white ul li:before, .text-white .bullet li:before{
    background: #ebebeb;
}
.sec ul.text-center li:before, .bullet.text-center li:before{
	position: relative;
    left: 0;
    top: 0;
    margin: 0 15px 0 0;
    display: inline-block;
}
.sec ul.text-center li, .bullet.text-center l {
    padding-left: 0;
}
.banner .sub-title, .banner-2 .sub-title{
	font-family: 'Raleway', sans-serif;
    margin-bottom: 1.3rem;
}
p {
    margin-bottom: 1.5em;
}



ul {
    padding-left: 0;
}

.navbar .navbar-nav li {
    margin: 12px 0;
    position: relative;
}
.navbar ul ul {
    list-style: none;
    padding: 12px 15px 10px;
    display: none;
    font-family: "Montserrat", 'Open Sans', sans-serif;
    font-weight: 300;
}
.navbar ul ul li a {
    font-size: 14px;
    text-transform: initial;
}
.navbar ul ul li a:hover, .navbar .navbar-nav li ul li.current-menu-item > a {
	font-weight: 600;
}
.navbar ul ul.toggled-on{
	display:block;
}
.card-header {
    background: none !important;
}


.banner-2 {
    position: relative;
    padding: 135px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2e688d;
    background-position: 60% 0;
    color: #fff;
    min-height: 480px;
}
.banner-4 {
    min-height: 280px;
}
.header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(29, 65, 99, 0.5), rgba(43, 91, 127, 0.5), rgba(57, 118, 155, 0.5), rgba(71, 146, 183, 0.5), rgba(87, 175, 211, 0.5));
}
.header.bg-primary:before {
    opacity: 0;
    visibility: hidden;
}
.header .container{
	position:relative;
	z-index:2;
}
.header.active {
    background: rgba(29, 65, 99, 0.93);
}
.admin-bar .header {
    /* top: 30px; */
}

.navbar ul li a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 8px;
    display: block;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
}

.header .navbar-light .navbar-nav .contact .nav-link {
    padding: 0px 6px;
}

.header .nav-item {
}

.header .nav-item .acative a.nav-link {
    font-family: "Relaway-Bold";
}

.header .navbar-nav li.btn-cont > a {
    border: 2px solid white;
    border-radius: 4px;
    padding: 0px 8px;
}
.navbar ul li.has-children>a, .navbar ul li[class*='has-children']>a {
    margin-right: 44px;
}
.navbar ul li .dropdown-toggle {
    background: none;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 2px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    padding: 3px 0;
    outline: 0;
}

/*.header .contact a {*/
/*    opacity: 0.8;*/
/*}*/
.acative-hover {
    position: relative;
    opacity: 1 !important;
}


.header .navbar-nav > li.active:not(.btn-cont) > a,
.navbar .navbar-nav > li.current-menu-item  >a, .navbar .navbar-nav > li.current-menu-ancestor > a, .navbar .navbar-nav > li.current-menu-parent > a, .navbar .navbar-nav > li.current_page_parent > a, .navbar .navbar-nav > li.current_page_ancestor > a{
    font-weight:800;
}
li.nav-item:nth-last-child(1).acative-hover:after {
    display: none;
    position: unset;
    top: 0;
    left: 0;
    width: auto;
}

li.nav-item:nth-last-child(1).acative:after {
    display: none;
    position: unset;
    top: 0;
    left: 0;
    width: auto;
}

.acative {
    position: relative;
    font-family: 'Raleway', sans-serif;
    opacity: 1 !important;
	font-weight:900;
}

.acative:after {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 35px;
}

.logo {
    padding-top: 11px;
}

.logo img {
    width: 135px;
}

/*banner*/
.banner-2 h2 {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.1;
}
.banner-2 h2 strong{
    font-size:120%;
    display: inline-block;
    margin: 0 0 0px;
}

/*.banner-inner {*/
/*    text-align: right;*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    left: 20%;*/
/*}*/
.banner-innerr{
    max-width: 473px;
    display: inline-block;
    text-align: right;
    width: 195px;
    margin-left: -10px;
}


.btn {
    font-size: 14px;
    border-radius: 5px;
    border-width: 4px;
    padding: 8px 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-light{
    color: #496b84;
    background-color: #f1f2f2;
    border-color: #f1f2f2;
}
.btn-default {
    background: #b7b7b7;
    border-color: #b7b7b7;
    font-weight: 400;
    color: #000;
}

.btn-outline-light:hover, .btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #496b84;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary {
    background-color: #0c6cb6;
    border-color: #0c6cb6;
}
.btn-outline-primary {
    color: #0c6cb6;
    border-color: #0c6cb6;
}
.btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #0d7ed6;
    border-color: #0d7ed6;
    color:#fff;
}
.btn-outline-secondary{
	border-color:#636363;
}
.btn-outline-secondary:hover{
	background-color:#636363;
	border-color:#636363;
}
.btn-link {
    color: #0c6db6;
}

.btn-link:hover {
    color: #007bff;
}
.btn-disable {
    -webkit-opacity: 0.5;
    opacity: 0.5;
    border-width: 2px;
}

.banner-innerr p {
    padding-bottom: 18px;
    margin: 0;
}


.partner {
    background: #f0f0f1;
    padding: 30px 0;
}

.solution-btn {
    border: 3px solid #f1f2f2;
}

.partners ul {
    margin: 0 auto;
    text-align: center;
}

.partners ul li {
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
}
.partners ul li img{
    height: 90px;
    width: auto;
}

/*face_tracking*/
.face_tracking {
    /*background-image: url("../images/facetracking-bg1.jpg");*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    /*height: 70vh;

    display: table;*/
    overflow: hidden;
    background-color: #b2b2b2;
    background-size: cover;
}

.face_tracking h2 {
    font-weight: 300;
    text-transform: capitalize;
}

.face_tracking h2 span {
    font-weight: 700;
}

/*.vertically_center {

    vertical-align: middle;

    display: table-cell;

}*/


.face_recognition p {
    color: white;
    font-family: "OpenSans-Regular";
    line-height: 1.7;
}

.face_tracking p {
    color: white;
    line-height: 1.7;
}

.face_analysis p {
    color: white;
    line-height: 1.7;
}

.face_tracking, .face_analysis, .face_recognition h2 {
    color: white;
}

/*face_analysis*/
.face_analysis {
    /*background-image: url("../images/face-anaylsis-bg1.jpg");*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    /*height: 70vh;

    display: table;*/
    overflow: hidden;
    background: #707491;
    background-size: cover;
}

.face_analysis h3 {
    font-family: "Raleway", 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    border-bottom: 2px solid #dbdce1;
    padding-bottom: 11px;
    color: #dadbe1;
}

.analysis-img img {
    position: relative;
}
.face_analysis_progress_bar_inner{
    padding:50px 20px 0;
}
.analysis-item .analysis-label {
    float: left;
    width: 60px;
    margin: 0;
    white-space: nowrap;
}

.analysis-item .analysis-label + .progress {
    margin: 0px 0 0 70px;
    position: relative;
    top: 6px;
}
.progress-bar {
    background-color: #b6b7c3;
}

.face_analysis h2 {
    text-transform: capitalize;
    font-weight: 300;
}

.face_analysis h2 span {
    font-weight: 700;
}

a.lear-btn {
    margin-top: 5px;
    display: inline-block;
}

.progress {
    height: 8px;
    background-color: rgba(182, 183, 195, 0.1);
    border-radius: 0;
}

/*.face_analysis_progress_bar {*/
/*    padding-top: 91px;*/
/*    padding-left: 64px;*/
/*}*/
.face_analysis_progress_bar .row {
    height: 16px;
    padding-left: 15px;
}

.face_analysis_progress_bar p {
    font-size: 13px;
    color: #dbdce1;
    text-align: right;
    font-family: "Raleway", 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

/*face_recognition*/
.face_recognition {
    /*background-image: url("../images/face-reconation-bg1.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 100%;
    /*height: 70vh;

    display: table;*/
}

.face_recognition h2 {
    font-family: "OpenSans-Light";
    text-transform: capitalize;
}

.face_recognition h2 span {
    font-family: "OpenSans-Bold";
}

/*Services*/
.serves-inner {
    background-color: #0b6db5;
    padding: 50px 30px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.serves-inner h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

.serves-inner h2 span {font-weight: 700;}




.serves-inner .serve-item img {
    width: 107px;
    height: auto;
}


.serves-inner .serve-item .figure {
    margin:0 0 0.2em;
}
.serves-inner  .figure-caption.text-light {
    font-size: 18px;
    color: white !important;
}

.serves-inner h2::before {
    content: "\A";
    width: 21px;
    height: 21px;
    background: #fff;
    display: inline-block;
    margin: 0 20px 0 0;
}

.system-inner {
    background-color: #ebebeb;
    padding: 44px 20px 23px;
    margin-bottom: 55px;
}

.system-inner p {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 0 0 24px 0;
    font-size: 17.86px;
}

.system-inner figcaption.figure-caption.text-center {
    font-size: 14px;
    font-weight: 600;
}

.system-inner ul {
    padding: 0;
}

.system-inner ul li {
    padding: 9px;
}

.system-inner img.img-fluid {
    /*width: 59px;*/
    height: 63px;
}

/*Application*/
.application-slider-inner h2 {
    padding-bottom: 15px;
}

.application-slider-inner h2 span {font-weight: 700;}

/*.application-slider-inner p{*/
/*    font-family: "Relaway-Bold";*/
/*}*/
.application-slider-inner h2::before {
    content: "\A";
    width: 21px;
    height: 21px;
    background: #0c6db6;
    display: inline-block;
    margin: 0 20px 0 0;
}

.card-team-name h2 {text-transform: initial;margin-bottom: 1em;}

.application-slider .card-team-name h2 {
   font-family: 'Raleway', sans-serif;
	font-weight:900;
    font-size: 24px;
    padding: 0 !important;
}

.card-team-content p {
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}



/*.indcator{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*}*/
/*section#postsCarousel {*/
/*    height: 85vh;*/
/*    overflow: hidden;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.card-block.p-t-2.text-center {*/
/*    padding-bottom: 31px;*/
/*    background-color: #ebebeb;*/
/*}*/
/*!* equal card height *!*/
/*.row-equal > div[class*='col-'] {*/
/*    display: flex;*/
/*    flex: 1 0 auto;*/
/*}*/
/*.row-equal .card {*/
/*    width: 100%;*/
/*}*/
/*!* ensure equal card height inside carousel *!*/
/*.carousel-inner>.row-equal.active,*/
/*.carousel-inner>.row-equal.next,*/
/*.carousel-inner>.row-equal.prev {*/
/*    display: flex;*/
/*}*/
/*!* prevent flicker during transition *!*/
/*.carousel-inner>.row-equal.active.left,*/
/*.carousel-inner>.row-equal.active.right {*/
/*    opacity: 0.5;*/
/*    display: flex;*/
/*}*/
/*!* control image height *!*/
/*.card-img-top-250 {*/
/*    max-height: 250px;*/
/*    overflow:hidden;*/
/*}*/
.card-block P {
    color: #3e3e3e;
    font-size: 14px;
}

ol.flickity-page-dots {
    display: none;
}

.carousel-team-card-cell {
    /* width: 81%; */
    /*margin: 0px 20px 20px 0;*/
    background-color: #ebebeb;
    /* min-height: 400px; */
    /* height: auto; */
    padding-bottom: 20px;
    margin: 0 auto;
    border-radius: 5px;
}

.carousel-team-card-cell.doctor {
    background: red;
}

.carousel-team-card-cell.cardio {
    background: red;
}

.carousel-team-card-cell.physio {
    background: red;
}

.carousel-team-card .flickity-prev-next-button.previous {
    left: -50px;
}

.carousel-team-card .flickity-prev-next-button.next {
    right: -50px;
}

.carousel-team-card-cell .carousel-card-team {
    text-align: center;
    border-radius: 10px;
}

.carousel-team-card-cell .card-team-img {
    width: 100%;
    margin: 0px auto 0;
}

.carousel-team-card-cell .card-team-img img {
    border: 0px solid black;
    max-width: 100%;
    -o-object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    margin-top: 20px;
}

.carousel-team-card-cell .card-team-name {
    margin: 29px 0 12px;
    padding: 0px 40px 0 40px;
}

.carousel-team-card-cell .card-team-name h3 {
    font-weight: 700;
    font-size: 24px;
}

.carousel-team-card-cell .card-team-content p {
    /* font-size: 16px; */
    margin: 0;
    color: #585858;
    margin-bottom: 35px;
}

.carousel-team-card-cell .card-team-content {
    margin: 0 40px 0 40px;
}

.card-social {
    padding: 0 0 20px 0;
    clear: both;
}

.card-social img {
    width: 40px;
}

/*Solutions*/
section.solutions {
    margin-top: 0px;
}

.solutions-inner {
    background-color: #ebebeb;
    padding:30px 30px;
}

.solutions-inner h2 {
    margin-bottom: 15px;
    /*color: #212121;*/
    margin-bottom: 25px;
}

.solutions-inner P {
   /* color: #212121;
    font-size: 17px;*/
}

.solutions-inner ul {
    padding: 0;
    margin-bottom: 55px;
    margin-top: 55px;
}

.solutions-inner ul li {
    padding: 0px 28px;
}

.solutions .solution-items .figure {
    min-height: 114px;
    line-height: 114px;
}

.solutions-inner figcaption.figure-caption.text-center {
    font-size: 18px;
    color: #212121;
    line-height: 1;
}

/*featured*/
section.featured {
    margin: 30px 0;
	padding-top: 35px;
}

.featured h2, .sec-title {
   font-family: 'Raleway', sans-serif;
   font-weight:400;
   position: relative;
   padding-bottom: 25px;
}

.featured h2::before, .sec-title:before {
    content: "\A";
    width: 21px;
    height: 21px;
    background: #0c6db6;
    display: inline-block;
    margin: 0 20px 0 0;
}
.text-muted > .sec-title:before {
	background:#898989;
}
.text-right > .sec-title-v2, .text-md-right > .sec-title-v2, .text-sm-right > .sec-title-v2{
    padding: 0 50px  0 0;
}
.text-right > .sec-title:before, .text-md-right > .sec-title:before, .text-sm-right > .sec-title:before{
	left:inherit;
	right:0;
	margin:0 0 0 20px;
}
.text-muted > .bullet li:before{
	background:#898989;
}
.sec-title-light:before, .entry-content ul li:before {
    background: #ebebeb;
}
.sec-title-deepblue:before{
    background: #0c2f56;
}
.sec-title-white:before{
    background: #fff;
}
.sec-title-grey:before{
    background: #b7b7b7;
}
.entry-content ul li:before {
    top: 0.45em;
}
.sec-title-v2{
    position: relative;
    padding: 0 0 0 50px;
}
.sec-title-v2:before {
    position: absolute;
    left: 0;
    top: 9px;
}
.panel img {
    width: 100%;
}

.panel {
    background: #ebebeb;
    border: none;
   padding:30px;
}
.panel .figure{
}
.panel .article{
}


.demo {
    background: #acc9d7;
}

.demo-inner {
    padding-top: 40px;
    padding-bottom: 30px;
}


.demo-inner h2 {
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.demo-inner .btn{
    font-size:14px;
    min-width: 130px;
    padding: 9px 14px;
}
.demo-inner h2 span {
    font-weight: 700;
}
.demo-inner .btn {
    margin: 0 4px 15px;
    min-width: 140px;
}
/*footer*/
.footer {
    background: #18191b;
    padding: 54px 0 12px 0;
    font-family: "Montserrat", 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #ebebeb;
	overflow: hidden;
}
.footer div.wpcf7, .footer .mc4wp-form {
    max-width: 540px;
}
/*.footer-container {*/
/*    padding: 0 136px;*/
/*}*/
.footer h3 {
    font-weight: 600;
    font-size: 18px;
}

.footer p {
}

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

.footer ul li {
    line-height: 18px;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.subsrcibe-wrap {
    width: 55%;
}

.sub-input {
    background: #d4d4d4;
    border-radius: .25rem 0 0 .25rem;
    padding: 0rem .75rem;
    height: 34px;
}
.footer .menu {
    list-style: none;
}
.footer ul li:nth-child(1) {
    padding-left: 0 !important;
}

/*button#Button1 {*/
/*    border: none;*/
/*    font-size: 12px;*/
/*    font-family: "OpenSans-Bold";*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*    background: #1875b9;*/
/*     padding-top: 0px;*/
/*     padding-bottom: 0px;*/
/*    border-radius: 0 .25rem .25rem 0;*/
/*    height: 37px;*/
/*    color: white;*/
/*}*/
/*button#Button1:hover{*/
/*    color: #000 !important;*/
/*}*/
/*.form-control:focus {*/
/*    border-color: transparent;*/
/*    outline: 0;*/
/*    box-shadow: none;*/
/*}*/
::placeholder {
    /*font-size: 10px;*/
}

/*input::placeholder,*/
/*input::-webkit-input-placeholder,*/
/*input::-moz-placeholder {*/
/*    color: #2e2f30;*/
/*    font-family: "OpenSans-Bold";*/
/*    font-size: 10px;*/
/*}*/
/*input::-webkit-input-placeholder {*/
/*    font-family: "OpenSans-Bold";*/
/*    font-size: 10px;*/
/*    transform:translate3d(0,-1px,0);*/
/*}*/
/*input[type=text] {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    width: 48%;*/
/*    height: 37px;*/
/*    font-size: 12px;*/
/*    font-family: "OpenSans-Bold";*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    border: 0;*/
/*    padding-left: 10px;*/
/*    line-height: 37px;*/
/*}*/
div#exampleContainer, .footer .mc4wp-form {
    margin-bottom: 7px;
}

.input, .submit {
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
    -webkit-appearance: none;
    font-weight: 700;
    line-height: normal;
}

div#exampleContainer .input, .footer .mc4wp-form .input {
    border: 1px solid lightgray;
    width: 66%;
    width: calc(100% - 118px);
    background: #d4d4d4;
    border-radius: .25rem 0 0 .25rem;
    height: 48px;
    vertical-align: top;
}

.submit {
    background: #1875b9;
    color: white;
    border-radius: 0 .25rem .25rem 0;
    border: 1px solid transparent;
    width: 118px;
    padding: 14px 15px;
    font-weight: 700;
    font-size: 14px;
    vertical-align: top;
    border-radius: 6px;
    height: 48px;
    margin: 0 0 0 -5px;
}



.row-one {
    border-bottom: 2px solid #707072;
    padding-bottom: 8px;
}

.footer-icon .fab {
    color: #FFFFFF;
    font-size: 30px;
}

.footer-icon img {
    width: 37px;
    height: 32px;
    margin-top: -9px;
}

.footer-icon ul {
    padding: 0;
    padding-bottom: 20px;
}

.footer-icon ul li.d-inline {
    padding: 0 13px;
}

.products p {
    font-family: "Montserrat-Light";
    margin-bottom: 0;
    color: white;
    line-height: 1.5;
}

.footer a {
    color: white;
    margin-right: 0;
    line-height: 1.5;
    color: #ebebeb;
    text-decoration: none;
}
.footer a:hover {
    color: #0093ff;
}
.footer-logo img {
    width: 230px;
    margin: 0 0 20px;
}

/**/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul#content-slider {
    padding-top: 32px;
}

div#postsCarousel {
    margin-bottom: 5px;
    margin-top: 12px;
    padding-bottom: 30px;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.application-slider p {
    /* font-size: 16px; */
}

.lightSlider {
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
    transition: all 1s;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    /*-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;*/
    /*transition: border-radius 0.12s linear 0s 0.35s linear 0s;*/
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
    width: 50px;
    display: block;
    top: 50%;
    height: 75px;
    background: url(../images/next.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    /*opacity: 0.5;*/
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background-size: contain;
    background-repeat: no-repeat;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: -6px;
}

.lSAction > .lSNext {
    transform: rotate(180deg);
    right: -6px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: grabbing;
}

ul.lSPager.lSpg {
    display: none;
}
ul#content-slider li{
  -webkit-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: all 1s;
  transition: all 1s;
}
ul#content-slider li.slider-animation {
    -webkit-transform: scale(1);
    transform: scale(1);

}

/*.section-height{

    height: 70vh;

    display: table;

}*/
#content-slider {
    height: auto !important;
}



.navbar-toggler>.close {
    display: inline;
    font-size: 21px;
}

.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
    color: white;
}

.header button:focus {
    outline: none;
    outline: none;
}

.header a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: white !important;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
    border-radius: 0;
}

span.navbar-toggler-icon {
    background-image: unset !important;
    height: auto;
}

.navbar-toggler {
    padding: 0;
    font-size: initial;
}

button.navbar-toggler.navbar-toggler-right.collapsed {
    padding: 5px;
}

i.fas.fa-bars {
    color: #fff;
    font-size: 18px;
}

i.fas.fa-times {
    font-size: 18px;
    color: #fff;
    padding: 0 3px;
}

.close {
    text-shadow: unset;
    opacity: 1;
}

/*Application page css*/
.app-banner-inner {
    position: absolute;
    bottom: 156px;
    left: 15px;
    width: 100%;
}

section.app-grids.clearfix {
}

.app-banner-inner {
    left: 0;
    padding: 0 15px;
}

.manin h2 {
    font-family: Relaway-SemiBold;
    font-size: 48px;
    color: white;
}

span.ap-span {
    font-family: 'Raleway', sans-serif;
	font-weight:300;
    color: #efe1e7;
    font-size: 24px;
}

section.demo{
    margin-top: 70px;
}

.inds-grids .card-team-name.app-name h2 {
	font-weight:500;
}

.card-team-name.app-name {}

.card-team-name.app-name h2 span {
    font-size: 30px;
    text-transform: initial;
}

.card-team-name.app-name h2:nth-child(5) span {
    padding-left: 0px;
}

.app-col:nth-child(5) h2 span {
    padding-left: 0 !important;
}

.card-team-content p {
    font-weight: 500;
    text-align: center;
    margin-top: 10px;

    margin-bottom: 1.4rem;
}

.card-social.app-soical {
    text-align: center;
}


section.app-grids .col-md-4 {
    margin-top: 50px;
}

.app-grids .card-team-content {
    /* height: 86px; */
    /* margin-top: 17px; */
}

.app-grids-two .card-team-content {
    /* height: 75px; */
    /* margin-top: 17px; */
    color: #585858;
}

.app-grids img {
    max-width: 100%;
    width: 100%;
	height:auto;
    display: block;
    margin: 0 auto;
}

/*Inudstries page css*/
/*.ind-app*/
/*{*/
/*    position: relative;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*    height: 76vh;*/
/*     background-position: unset;*/
/*    background-attachment: fixed;*/
/*}*/
.ind h2 {
    font-size: 36px;
}

section.app-grids.clearfix {
}

.system-inner ul li:nth-child(3) figcaption.figure-caption {
    margin-right: 16px;
}

.app-banner-inner h2 {
    margin-bottom: 11px;
}

li.lslide {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ind-app .app-banner-inner {
    top: 35%;
    left: 14%;
}

.position-relative {
    position: relative;
}

.banner img {
    width: 100%;
}


.app-grids h2 {
    color: #000;
}
.app-grids .card-team-name h2 strong {
    display: block;
}
section.cont.blog {
    text-align: center;
}

.blog-grids .card-team-name.app-name h2 {
    text-transform: unset !important;
}

.partners-text-one {
    width: 34%;
    text-align: justify;
}

.partners-text-two {

}

.partners-col-right p {

}

.demo-hero {
    top: 54% !important;
    text-align: center;
}

.demo-hero h2 {
    font-size: 42px ;
}

.contact-us-banner h2 {
    color: white;
}

/**/
.biomertics-services h3:before {
    content: "\A" !important;
    width: 21px !important;
    height: 21px !important;
    background: #ebebeb !important;
    display: inline-block !important;
    left: 5px;
    margin: 0 20px 0px 0px !important;
    position: relative;
    top: 3px !important;
}

.why-visage h3 {
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    min-height: 55px;
    position: relative;

}
.why-visage .figure {
    min-height: 140px;
    line-height: 140px;
}
.why-visage p {
}

.fsl-white .real_time-inner {
    background: #fff;
}
.container-fluid-lg{
	max-width: 1450px;
}
.container-fluid-xl{
	max-width: 1566px;
}
.container-fluid-xxl{
	max-width: 1692px;
}
.slider-cont{
	position:relative;
}
.lSSlideWrapper .lSAction {
    display: none;
	opacity: 0;
	visibility: hidden;
}
.slider-cont li {
    list-style: none;
    float: left;
}
.solution-items{
	max-width:1210px;
	margin:0 auto;
}
.sec{
	padding:50px 0;
	background-position:50% 0;
	background-size:cover;
	background-repeat:no-repeat;
    position: relative;
}
.package-card {
    background: #000001;
    color:#fff;
    padding-bottom: 14px;
    text-align:center;
    border-radius: 4px;
    overflow: hidden;
}
.package-card h3 {
    text-transform: inherit;
    font-size: 30px;
}
.package-card img.img-fluid {
    width: 100%;
}

.suitable ul {
    margin: 30px -15px;
    padding-top: 30px;
}

.suitable ul li {
    padding: 0px 15px;
    list-style: none;
    margin: 0 0 25px 0;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.suitable ul li a {
    width: 100%;
    padding: 30px 15px;
    background: #f2f3f3;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #5e5e5e;
    display: block;
    border-radius: 8px;
    text-decoration: none;
}
.suitable ul li:before{
    visibility:hidden;
    opacity:0;
    width:0;
    height:0;
}
.suitable ul li a:hover{
	background: #0c6cb6;
    color: #fff;
}
.why-visage .serves-inner {
    border-radius: 10px;
}
.row.compact{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.row.compact > [class*="col-"]{
	padding-left:7.5px;
	padding-right:7.5px;
}
.real_time {
    background-image:linear-gradient(rgb(20, 112, 135), rgb(31, 113, 140), rgb(21, 98, 122), rgb(10, 84, 105), rgb(1, 70, 88));
    padding: 0px 0 20px;
    /* background: #014658; */
	background: #047891 url(../images/face-track-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
.real_time-inner {
    background: rgb(235, 235, 235);
    border-width: 5px;
    border-style: solid;
    border-color: #0b6db5;
    border-image: initial;
    border-radius: 13px;
    /* padding: 123px 30px 36px; */
    padding: 25px;
    color: #212121;
    margin-top: -18px;
    position: relative;
}
.real_time-inner h5, .real_time-inner h4 {
    color: rgb(11, 109, 181);
    font-weight: 500;
    font-size: 22px;
}
.video {
    background: rgb(1, 70, 88);
    padding: 23px 0px 39px;
}


.face-analysis {
    background-image: linear-gradient(to bottom, #576091, #535c8e, #4f588c, #4a5489, #465086);
	background: #535f8f url(../images/face-analysis-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
.face-analysis-video {
    background: #465086;
}
.face-recognition {
    background-image: linear-gradient(to bottom, #024b84, #024b84, #014b84, #014b83, #014b83);
}
.face-recognition-video {
    background: #014b83;
}
.face-recognition-privacy-phone img {
    margin-left: -1.5rem;
    margin-bottom: -1.5rem;
}

.custom-development {
    background-image: linear-gradient(to bottom, #0a0a40, #0a0a40, #0a0a40, #0a0a40, #0a0a40);
}

.font-weight-semibold{
	font-weight:600;
}
.btn-size-md{
	min-width: 176px;
}
.makeup-services {
    overflow: hidden;
}
.makeup-services-inner {
	border: 10px #ebebeb solid;
	-webkit-box-shadow:0px 0px 0px 1px #d6d6d6;
	box-shadow:0px 0px 0px 1px #d6d6d6;
	background: #fff;
	position:relative;
	/* padding: 2px; */
}
.makeup-services-inner:before, .makeup-services-inner:after{
	content:'';
	background: url(../images/patern.png) repeat-x 0 0;
	position:absolute;
	left: 0px;
	right: 0px;
	height: 60px;
	top: -44px;
}
.makeup-services-inner:after{
	top:inherit;
	bottom: -38px;
}
.makeup-services-inner .makeup-services-inner-in:before, .makeup-services-inner .makeup-services-inner-in:after{
	content:'';
	background: url(../images/patern.png) repeat-y 0 0;
	position:absolute;
	top: 0px;
	bottom: 0px;
	width: 60px;
	left: -42px;
}
.makeup-services-inner .makeup-services-inner-in:after{
	left:inherit;
	right:-40px;
}
.makeup-services-inner .makeup-services-inner-in{
	background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255, 0.58) 26%, rgb(228,232,243, 0.58) 96%, rgb(222,230,242, 0.58) 99%);
	background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255, 0.58) 26%, rgb(228,232,243, 0.58) 96%, rgba(222, 230, 242, 0.58) 99%);
	background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255, 0.58) 26%, rgb(228,232,243, 0.58) 96%, rgb(222,230,242, 0.58) 99%);
	border: 6px solid #f1f3f6;
	-webkit-box-shadow: 0px 0px 0px 1px #d6d6d6;
	box-shadow: 0px 0px 0px 1px #d6d6d6;
	padding: 10px;
}
.text-center-justified{
	text-align: justify;
    text-align-last: center;
}
.banner-figure {
    position: relative;
    margin: 0 0 -115px;
}
.layer-top{
	position:relative;
	z-index:10;
}
.makeup-services{
	overflow:hidden;
}
.makeup-services-inner .figure {
    min-height: 116px;
    line-height: 116px;
}
.makeup-services-inner h3 {
    margin-bottom: 1.2rem;
}
.monitor-trends p {
    font-weight: 500;
}
.clients-services-text {
    line-height: 2;
}

.clients-services-text h5 {
    font-size: 15px;
}
.clients-services-text h5 a, .sec-partners a {
    text-decoration: none;
}
.clients-services-text h5 strong {
    font-weight: 600;
}
.inds-grids .item-7 .card-team-name h2, .inds-grids .item-8 .card-team-name h2, .inds-grids .item-9 .card-team-name h2 {
    min-height: inherit;
}
.custom-experience h3 {
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 500;
}
.sec.used ul {
    font-weight: 400;
}
.sec-partners .partner-logo {
     margin: 0 0 10px -10px;
     display:block;
}
.text-white a:not(.btn) {
    color: #fff;
}
.postion-card {
    min-height: 100%;
	display:block;
	text-decoration:none;
}
.postion-card .fas {
    margin: 0 10px 0 0;
}
.postion-card p:not(.location) {
    max-width: 380px;
}
.working-with-us {
    min-height: 700px;
}
h3.sec-title-v2:before {
    top: 0px;
    width: 21px;
    height: 21px;
}

h3.sec-title-v2 {
    padding-left: 35px;
    margin-bottom: 1.5rem;
}
.press-sec .panel .press-logo img {
    width: auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.press-sec .panel .press-logo {
    position: relative;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
}

.press-sec .item {
    /* margin-top: 30px; */
}

.press-sec .panel, .sec-expertise .expertise, .equal-height-col {
    min-height: 100%;
    padding-bottom: 80px;
    position: relative;
    line-height: 1.5;
}
.press-sec .item > .press-logo + .panel{
	min-height:inherit;
}
.press-sec .panel .action, .sec-expertise .expertise .action, .equal-height-col .action{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
}

.press-sec .panel  h3{
    font-size: 24px;
    margin-bottom: 1.5rem;
    padding-top: 10px;
}
.press-sec .btn-outline-secondary {
    color: #898989;
}

.press-sec .btn-outline-secondary:hover {
    color: #fff;
}
.press-sec .item > .press-logo {
    text-align: center;
    position: relative;
    z-index: 3;
    min-height: 111px;
    line-height: 111px;
    padding: 0 0 40px;
    margin: 0 0 -80px;
}

.press-sec .item > .press-logo > img {
}

.press-sec .item > .press-logo + .panel {
    padding-top: 55px;
}

.post-item{
	color:#585858;
}
.post-item a{
	text-decoration:none;
}
.post-item h2 {
    text-transform: inherit;
    margin-bottom: 1.5rem;
}
.posts .post-item:nth-child(2n+2) .content {
    background: #f5f5f5;
}

.posts .post-item .content {
	padding: 40px 15px;
    margin: 0 -15px;
}
.post-item .post-thumbnail img {
    width: 100%;
}
.categories-parent {
    list-style: none;
    margin: 0;
    border: 3px solid #898989;
    border-radius: 8px;
    padding: 10px 15px 0;
    background: #fff;
}

.categories {
    list-style: none;
}

.categories-parent ul {
    list-style: none;
    padding: 0;
    display: inline;
    color: #a1a1a1;
}

.categories-parent ul li {
    display: block;
    /*border-left: 1px solid #b7b7b7;*/
    padding: 0px 15px;
    margin: 0 0 9px;
}

.categories-parent ul li a, .categories-parent li a {
    color: #a1a1a1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.categories-parent ul li a:hover, .categories-parent ul li.current-cat a, .categories-parent li a:hover, .categories-parent li.active a{
	color:#0c6db6;
}
.categories-parent > li.categories {
    font-size: 0;
    color: #a1a1a1;
    display: inline;
}

.categories-parent > li.categories:before {
    content: "ALL";
    /* font-size: 16px; */
    font-size: 0;
    font-weight: 700;
    margin: 0 17px 0 0;
}
.categories-parent > li > a {
    display: inline-block;
    margin: 0 0 9px;
}
body:not(.category ) .categories-parent > li.categories:before{
	 color: #0c6db6;
}
.search-form {
    border: 3px solid #898989;
    border-radius: 8px;
    height: 49px;
    position: relative;
}

.search-form label {
    display: block;
}

.search-form .form-control {
    height: 43px;
    border: 0;
    padding: 5px 110px 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.search-form .btn-link {
    position: absolute;
    right: 0;
    top: 6px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    height: 30px;
    border-left: 1px solid #b7b7b7;
    border-radius: 0;
    padding: 3px 14px;
}

.categoriesCont {
    border-bottom: 3px solid #898989;
}
.pagination {
    margin-bottom: 3rem;
    display: block;
    text-align: center;
	position:relative;
	z-index:5;
}

.pagination a,.pagination span.current {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #1875b9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    color: #1875b9;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none;
    margin: 0 5px 10px;
}

.pagination .page-numbers.current,.pagination a:hover {
    background: #1875b9;
    color: #fff;
    border-color: #1875b9;
    text-decoration: none
}
h1.entry-title {
    text-transform: inherit;
    margin-bottom: 1.5rem;
}
.breadcrumb {background: none;text-transform: uppercase;font-size: 20px;text-align: center;    font-family: 'Raleway', sans-serif;
    font-weight: 600;}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
    -webkit-opacity: 1;
    opacity: 1;
    text-decoration: underline;
}
.breadcrumb .breadcrumb-item ul {
    list-style: none;
    display: inline-block;
}

.breadcrumb-item+.breadcrumb-item::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    color: #fff;
    -webkit-opacity: 0.2;
    opacity: 0.2;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size:48%;
}

.breadcrumb .breadcrumb-item.active a {
    -webkit-opacity: 1;
    opacity: 1;
}
.breadcrumb .breadcrumb-item ul li {
    display: inline-block;
}

.breadcrumb .breadcrumb-item ul li:after {
    content: ',';
}

.breadcrumb .breadcrumb-item ul li:last-child:after {
    content: '';
}
.text-grey{
	color:#585858;
}
.entry-content ul {
    font-size: inherit;
    font-weight: 400;
}
h1.entry-title{
	color:#212121;
	font-weight:600;
}
blockquote {
    color: #0b6db5;
    font-weight: 400;
    padding: 0 0 0 50px;
    position: relative;
    line-height: 1.2;
    margin: 3em 0;
}

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

blockquote:before {
	content: '';
    position: absolute;
    border-left: 2px solid #0b6db5;
    top: 6px;
    bottom: 0px;
    left: 0;
}

.entry-content blockquote {
    max-width: 760px;
}
.tags li:not(.tag-label){
    padding-left: 1.5em;
}
.tags li:not(.tag-label):before {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.tags li {
    font-weight: 400;
    color: #0b6db5;
    margin-bottom: 15px;
}

.tags li a {
    color: #b7b7b7;
    border-bottom: 1px solid;
    text-decoration: none;
}

.tags li a:hover {
    color: #0b6db5;
}

.tags .tag-label:before {
    background: #0b6db5;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.sec ul.tags, .tags {
    padding: 2em 0 0;
}
.related-posts .crp_related_widget li .crp_title {
    display: block;
    padding: 0px 0 20px 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: left;
    position: relative;
    font-size: 20px;
}

.crp_related_widget li:before {
    visibility: hidden;
}

.related-posts .crp_related_widget li {
    display: inline-block;
    padding: 0 8px;
    margin: 0 0 30px;

}
.related-posts ul:not(.lSSlide) .crp_related_widget li{
	max-width: 440px;
}
.related-posts .crp_related_widget li a {
    color: #212121;
    display: block;
    text-decoration: none;
}
.related-posts .crp_related_widget li a:hover {
    color: #0056b3;
}
.related-posts .crp_related_widget li .crp_title:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.4em;
}

.related-posts .crp_related_widget li img {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
}
.related-posts .lSSlideWrapper .lSAction {
    display: block;
    opacity: 1;
    visibility: visible;
}

.related-posts .lSSlideWrapper .lSAction > a {
	background: url(../images/arrow-light.png) no-repeat 0 0;
	height: 89px;
	margin-top: -100px;
}
.related-posts .lSSlideWrapper .lSAction > a.lSPrev {
    left: 25px;
}

.related-posts .lSSlideWrapper .lSAction > a.lSNext {
    right: 25px;
}
.postion-card{
    background-color: #0c6db6;
    padding-bottom: 60px !important;
    position: relative;
}
.postion-card:hover{
	background-color: #212529;
}
.postion-card .location {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}
.form-control, .custom-select {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 40px;
    height: 50px;
}

.custom-select {
    height: 58px;
}

textarea.form-control {
    height: 85px;
    padding: 30px 40px;
}
.contact-us-form .form-control {
    border: 0;
    border-radius: 0;
    display: block;
}

.contact-us-form [name="your-name"], .contact-us-form input#first_name {
    border-radius: 20px 20px 0 0;
}

.contact-us-form [name="your-message"], .contact-cta [name="your-country"], .contact-us-form textarea.form-control {
    border-radius: 0 0 20px 20px;
}
.vist-us-inner {
    background-position: 50% 100%;
    background-size: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    padding: 30px 25px 50px;
    font-size: 12px;
}
.vist-us-inner ul {
    display: inline-block;
}
.vist-us-inner li {
    font-weight: 400;
}
.latest-posts .entry-title {
    text-transform: inherit;
}

.latest-posts .entry-title a {
    color: #000000;
}

.latest-posts .entry-title a:hover {
    color: #0c6db6;
}
.sec-expertise h3 {
    text-transform: inherit;
    font-weight: 700;
}
.banner-about{
	background-image:url(../images/about-bg-sm.jpg);
    background-size: 900px;
	overflow: hidden;
}
.timeline {
    border-left: 2px solid #fff;
    padding: 0px 0 0 20px;
	position:relative;
}
.timeline .content h3 {
    font-family: 'Open Sans', sans-serif;
}

.timeline .year {
    display: block;
    font-size: 200%;
    color: #0b6db5;
    margin: -25px 0 10px;
    line-height: 1;
    padding: 4px 0 0;
}

.timeline .content {
    position: relative;
	max-width: 650px;
}
.timeline h3{
    font-family: 'Open Sans', sans-serif;
}
.timeline .content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    left: -30px;
    top: 20px;
    -webkit-box-shadow: 0 0 10px #2196F3;
    box-shadow: 0 0 10px #2196F3;
}
.timeline .content p {
    color: #c5ebff;
}
.timeline .timeline-item{
	margin-bottom:1.5rem;
}
.timeline .timeline-item:last-child, .timeline .timeline-item:last-child p {
    margin-bottom: 0 !important;
}
.press-sec {
    overflow: hidden;
}
.award-item .content:before, .award-item .content:after {
    content: '';
    height: 113px;
    width: 60px;
    background:url(../images/award.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
}

.award-item .content {
    position: relative;
    padding: 26px 30px;
    min-height: 113px;
}
.award-item .content:after {
    left: inherit;
    right: -20px;
    background-position: 100% 0;
}

.award-item .content .number {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: #0a67b5;
    float: left;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    margin: 0 10px 0 0;
}

.award-item .content h3 {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    width: 200px;
}
.board_member .figure {
    width: 215px;
    display: block;
    margin: 0 auto 1.5rem;
}

.board_member .figure img {
    width: 100%;
}

.board_member h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 19px 0;
    letter-spacing: -1px;
}
.demo-card-img img {
    border: 1px solid #fff;
    border-radius: 4px;
}
.oprating-systems ul li {
    display: inline-block;
    padding: 0 22px;
    list-style: none;
    text-align: center;
    vertical-align: top;
    margin: 0 0 1.5rem;
    position: relative;
    min-width: 130px;
}
.oprating-systems figure {
    margin: 0;
    font-weight: 600;
    color: #3681be;
    vertical-align: top;
}
.oprating-systems ul li a {
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    text-decoration:underline;
	white-space:nowrap;
}
.oprating-systems .note {
    color: #707070;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 50px;
    position: relative;
    padding: 0 0 0 18px;
    font-weight: 300;
}
.oprating-systems .note:before {
    position: absolute;
    content: "";
    top: 10px;
    background: #386688;
    left: 0;
    border: 3px solid #0b6db5;
    transform: rotate(45deg);
}
.oprating-systems ul li ul, .oprating-systems .dowonload-links {
    position: absolute;
    background: #fff;
    z-index: 99;
    left: 50%;
    width: 174px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
	display:none;
}

.oprating-systems ul li ul li, .oprating-systems .dowonload-links li {
    display: block;
    margin: 0 0 6px;
}
.oprating-systems .os-item:hover .dowonload-links{
	display:block;
}
.thank-you-banner {
    overflow: hidden;
}
.thanks{
    position:relative;
}
.thank-you-note {
    background: #0c2f56;
    position:relative;
}
.thank-you-note:after{
    content:'';
    display:block;
    width:15px;
    height:95%;
    background: rgba(0, 114, 188, 0.8);
    position:absolute;
    right:-15px;
    bottom:0;
}
.thank-you-note:before{
    content:'';
    display:block;
    width:15px;
    height: 96%;
    height: calc(100% - 20px);
    background: rgba(10, 157, 145, 0.8);
    position:absolute;
    left:-15px;
    bottom:20px;
}
.thanks:before{
    content:'';
    display:block;
    height: 120px;
    width:100%;
    background: rgba(10, 157, 145, 0.8);
    position:absolute;
    left:-15px;
    top: -120px;
}
.thanks-social {
    background: rgba(0, 114, 188, 0.8);
    padding: 30px 0 0;
    position:relative;
    left:15px;
}

.thanks-social ul li a {
    display: inline-block;
    background: #0c2f56;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
}
.thanks-social ul li a:hover {
    background: #084384;
}

.thanks-social ul li a .fab {
    font-size: 36px;
    line-height: 54px;
}
hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.7);
	margin:3em 0;
}
.line-height-13{
	line-height:1.3 !important;
}
.line-height-14{
	line-height:1.4 !important;
}
.line-height-15{
	line-height:1.5 !important;
}
.line-height-18{
	line-height:1.8 !important;
}
.lead-ul ul {
    font-size: inherit;
}
.light-ul ul li:before{
	background:#ebebeb;
}
.release-title {
    font-family: 'Open Sans', sans-serif;
}

.release-title .date {
    font-size: 60%;
    color: #7d7d7d;
}
.release-detail img + img {
    margin-left: 1.5em;
}
.release-detail small {
    font-weight: inherit;
}
.release-detail ul {
    margin-bottom: 0.5rem;
}
.entry-title a {
    text-decoration: none;
}
.wpcf7-checkbox  .wpcf7-list-item {
    display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice[title*="What are"],
.select2-container--default .select2-selection--multiple .select2-selection__choice[title*="Which product are"] {
    background: none;
    color: #495057;
    border: 0;
    font-weight: 300;
    /*font-size: 1.125rem;*/
    font-size: 15px;
    white-space: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice[title*="What are"] span.select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice[title*="Which product are"] span.select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #0c6db6;
    color: #fff;
    border-color: #0c6db6;
    line-height: 1.4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    min-height: 50px;
    padding: 10px 32px;
    font-size: 0.9rem;
    border-radius: 0;
}
.select2-results__option {
    padding: 12px 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #1875b9;
}

.select2-dropdown {
    border: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.wpcf7 {
    overflow: hidden;
}
.serarch-res article {
    border-bottom:  1px dashed rgba(0, 0, 0, 0.2);
}
.sec-expertise .row > [class*="col-"]:last-child, .last-child-remove-space >*:last-child {
    margin-bottom: 0 !important;
}
#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0071bc;
    text-align: center;
}
.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
}
.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}
#catapult-cookie-bar a {
    color: #d8d8d8;
}
button#catapultCookie {
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
    margin: 0 0 0 20px;
    font-size: 14px;
}
.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
}
.share {text-align: center;}

.share ul {
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

.share ul li:before {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.share ul li {
    padding: 0;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}

.share ul li.label {
    display: none !important;
}

.share ul li a {
    color: #0c2f56;
    font-size: 36px;
}

.share ul li a:hover {
    color: #0b6db5;
}
.post-thumbnail .container {
    position: relative;
}
.post-thumbnail .container > img {
    width: 70%;
}


.share ul li a .fa-envelope-open-text {
    font-size: 33px;
}
input[type=checkbox], input[type=radio] {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    margin: 0 10px 0 0;
}
.entry-header .post-meta a{
	color:inherit;
	text-decoration:none;
}
.entry-header .post-meta a:hover{
	color:#0c6db6;
}
.table-cont {
    margin: 0 -15px;
}
.table{
    font-size: 12px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebebeb;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}
.select2-dropdown {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}
.select2.select2-container {
    max-width: 100%;
	min-width: 100%;
}
.select2-results__option:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid;
    position: absolute;
    left: 40px;
    top: 15px;
}

.select2-results__option {
    position: relative;
    padding-left: 70px;
}

.select2-results__option:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 43px;
    top: 18px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
    opacity: 1;
    visibility: visible;
}
.select2-results__options > li:first-child {
    padding-left: 40px;
    display: none;
}

.select2-results__options > li:first-child:before, .select2-results__options > li:first-child:after {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}
body.admin-bar .header {
    top: 46px;
}
.sec-partners .partners-col-right > .bg-light {
    padding: 30px !important;
}
.sec-partners .partners-col-right > .bg-light p:last-child{
	margin-bottom:0;
}
.entry-content h2 {
    text-transform: inherit;
}
iframe {
    max-width: 100%;
}
.entry-content figure {
    max-width: 100%;
}
.navbar ul ul li a strong, body.page-template-application_field_single .banner-2 h1 strong {
    font-weight: inherit;
}
.wpcf7-not-valid, .customFormCont .error {
    background: #fff1f0 !important;
    border-color: #E91E63 !important;
    box-shadow: 0px 3px 0 0px #E91E63 !important;
}
 span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7 .ajax-loader {
    background-color: #fff;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    background-size: 13px;
    display: inline-block;
    margin: 0px auto 0 10px;
    position:relative;
    z-index:2;
}
div.wpcf7-validation-errors {
    background: #ffe4e2 !important;
    border-color: #E91E63 !important;
    color: black;
    padding: 10px 15px;
    margin: 0 0 1em;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    background: #dffdd3;
    color: #fff;
    border: 1px solid #398f14;
    padding: 10px 15px;
    margin: 0 0 1em;
    text-align: center;
    padding: 90px 0;
    border: 0;
    font-size: 145%;
    background: none;
	display:none !important;
}



.wpcf7-checkbox.wpcf7-not-valid {
    display: inline-block;
    color: black;
    padding: 8px 10px 0 0;
}
.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    margin: 0 0 0 1em;
    display: block;
}
/* @media START*/
@media screen and (min-width: 375px) {
	.partners ul li img {
		height: 108px;
	}
	.vist-us-inner {
		font-size:15px;
		padding: 30px 30px 90px;
	}
	.award-item .content h3 {
		width: 250px;
		font-size: 19px;
	}

	.award-item .content .number {
		font-size: 70px;
	}

	.award-item .content {
		padding: 19px 30px;
	}
	.table{
		font-size: 14px;
	}
}
@media screen and (min-width: 410px) {
	.banner-2 h2 {
		font-size: 24px;
	}

	.banner-innerr {
		width: 232px;
	}
	.partners ul li img{
	   height: 120px;
	}
	.demo-inner .btn{
        margin: 0 14px 14px;
        min-width: 150px;
    }
    .demo-inner h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
	.btn {
		font-size: 12px;
		padding: 8px 14px;
	}
	.award-item .content:after {
		right: 0;
	}

	.award-item .content:before {
		left: 0;
	}

	.categories-parent ul li {
		border-left: 1px solid #b7b7b7;
		display: inline-block;
	}


}
@media screen and (min-width: 480px) {

}
@media screen and (min-width: 568px) {
	.real_time-inner .content {
        margin-left: 155px;
    }
	.fsl-white .real_time-inner .content {
		margin-left: 188px;
	}
	.fsl-white .real_time-inner .icon {
		width: 165px;
		text-align: center;
	}
	.face-recognition-privacy-phone img {
		margin-left: -3rem;
		margin-bottom: -3rem;
	}
	.bullet.rtl {
		text-align: right;
	}

	.bullet.rtl li {
		padding: 0 35px 6px 0;
	}

	.bullet.rtl li:before {
		right: 0;
		left: inherit;
	}
	.vist-us-inner {
		font-size:16px;
		padding: 30px 30px 190px;
	}
	.contact-cta-in {
		background: #0a0a0b;
		padding: 30px;
		border: 3px solid #18191b;
		border-radius: 20px;
	}
	.serves-inner {
		padding: 60px 30px 30px;
	}
}
@media screen and (min-width: 768px) {
	.container {
		padding: 0 15px;
	}

	.lead {
		font-size: 1.1rem;
	}
	h1{
	    font-size:36px;
	}
	h2{
		font-size:30px;
	}
	.sub-title {
		font-size: 24px;
	}
	.table-cont {
		margin: 0 -15px;
	}
	.partner{
	    padding:2px 0
	}
	.partners ul li img{
	    max-width: 100%;
	    height: auto;
	}
	.banner-innerr{
	    display:block;
	    width:45%;
	    margin-left: 0;
	}
    .banner-2 h2{
        font-size:30px;
    }

    .btn {
       font-size: 16px;
    }
    .banner-2{
        background-position:50% 0;
        padding: 140px 0 60px;
    }
	.banner-2.banner-4, .banner-4 {
		min-height: 100px;
	}
	body.home .banner-2 .btn {min-width: 270px; padding: 8px 10px;}
    .serves-inner {
        margin-top: 50px;
    }
    .demo-inner h2 {
        font-size: 36px;
        margin-bottom: 24px;
    }
    section.featured {
        margin: 50px 0;
    }
    .system-inner {
        margin-bottom: 45px;
    }
	li.lslide {
		padding: 0 8px;
	}
	.serves-inner .serve-item .figure {
        min-height: 180px;
        line-height: 172px;
    }
	.sec{
		padding:60px 0;
	}
	h3{
	    font-size:24px;
	}
	.suitable ul {
        display: flex;
        flex-flow: row wrap;
    }

    .suitable ul li {
        display: inline-flex;
        flex: 2 0 50%;
    }

    .suitable ul li a {
        font-size: 20px;
    }
	.banner-figure {
		position: absolute;
		right: 5%;
		bottom: -65px;
		margin: 0;
	    max-width: 40%;
	}
	.app-grids .card-team-name h2 {min-height: 72px;}
	.app-grids .card-team-content p {
		 min-height: 96px;
	}
	.makeup-services-inner {
		border-width: 20px;
	}

	.makeup-services-inner .makeup-services-inner-in {
		border-width: 12px;
	}
	.clients-services-text {
		font-size: 18px;
	}
	.custom-experience h3 {
		min-height: 72px;
	}
	h3.sec-title-v2:before {
		top: 3px;
	}
	.breadcrumb {
		font-size: 40px;
		line-height: 1;
	}
	.contact-us-form [name="your-name"], .contact-us-form input#first_name {
		border-radius: 20px 0px 0 0;
	}
	.contact-us-form [name="your-name-last"], .contact-us-form input#last_name {
		border-radius: 0px 20px 0 0;
	}
	.contact-cta [name="your-organiztion"] {
		border-radius: 0 0 0 20px;
	}
	.contact-cta [name="your-country"] {
		border-radius: 0 0 20px 0px;
	}
	.timeline {
		padding: 0px 0 0 30px;
	}

	.timeline .content:before {
		left: -40px;
	}
	.timeline .timeline-item {
		margin-bottom: 3rem;
	}
	.timeline {
		font-size: 18px;
	}
	.award-item .content h3 {
		width: 400px;
		font-size: 24px;
	}

	.award-item .content .number {
		font-size: 105px;
		line-height: 83px;
	}

	.award-item .content {
		padding: 13px 43px;
	}
	.btn-size-lg{
		min-width:205px;
	}
	.press-sec .item > .press-logo + .panel {
		min-height: 81%;
		min-height: calc(100% - 70px);
	}
	.categories-parent{
		padding: 10px 0px 0 10px;
	}
	.post-thumbnail .share {
		position: absolute;
		top: 10px;
		left: -20px;
		z-index: 5;
	}
	.post-thumbnail .share ul li{
		display:block;
		margin:0;
	}
	.table {
		font-size: 1rem;
	}
	.table th {
		padding: 1.5rem 2rem;
	}
	.table td{
		padding: 1rem 2rem;
	}
	.sec-expertise .serve-item .figure {
		min-height: 110px;
		line-height: 110px;
	}
	.suitable .sub-title {
		font-size: 22px;
	}
	.inds-grids .app-col:nth-child(4) .card-team-name.app-name h2, .inds-grids .app-col:nth-child(5) .card-team-name.app-name h2 {
		min-height: inherit;
	}
	img.alignleft {
		padding: 4px;
		margin: 0 13px 10px 0;
		float:left;
	}
	img.alignright {
		padding: 4px;
		margin: 0 0 10px 13px;
		float:right;
	}

}
@media screen and (min-width: 783px) {
body.admin-bar .header {
    top: 30px;
}
}
@media screen and (min-width: 992px) {

	h1{
	    font-size:48px;
	}
	h2 {
		font-size:36px;
	}
	h3, .post-item h2 {
        font-size: 30px;
    }
	.header{
		position:fixed;
	}
	.partners ul li img{
	}
	.face_analysis_progress_bar_inner {
        position: absolute;
        top: 134px;
        width: 40%;
        left: 8%;
        padding: 0;
        z-index: 4;
    }

    .analysis-item{
        max-width:180px;
    }
    div#postsCarousel {
        margin-bottom: 43px;
    }
    .analysis-img img {
        max-width: 600px;
    }
	.serves-inner .figure-caption.text-light {
		font-size: 20px;
	}
	.panel {
		font-size: 18px;
	}
	.suitable ul li {
        flex: 3 0 33.333%;
    }
     .suitable ul li a {
        font-size: 22px;
    }
    .real_time-inner h5, .real_time-inner h4 {
        font-size: 26px;
    }
	.face-recognition-privacy-phone img {
		position: absolute;
		bottom: 0;
	}
	.brand-figure {
		position: absolute;
		top: 40px;
		max-width: 41%;
		z-index: 0;
	}
	.card-team-name h2 {
		font-size: 30px;
	}
	.snapToRightEdge {
		width: 48vw;
		width: calc(50vw - 24.5px);
		min-height: 100%;
		display: flex;
	}
	.snapToRightEdge > p {
		max-width: 540px;
	}
	h3.sec-title-v2:before {
		top: 6px;
		width: 23px;
		height: 23px;
	}

	h3.sec-title-v2 {
		padding-left: 35px;
		margin-bottom: 1.5rem;
	}
	.posts .post-item .content{
		width: 48vw;
		width: calc(50vw - 9px);
		min-height: 100%;
	}
	.posts .post-item .content > * {
		max-width: 558px;
	}
	.posts .post-item:nth-child(2n+1) .content {
		float: right;
	}
	.posts .post-item:nth-child(2n+1) .content > *{
		float:right;
		clear:both;
	}
	.posts .post-item:nth-child(2n+2) .content {
		background: none;
	}

	.posts .post-item:nth-child(1) .content, .posts .post-item:nth-child(4) .content,
	.posts .post-item:nth-child(5) .content, .posts .post-item:nth-child(8) .content,
	.posts .post-item:nth-child(9) .content, .posts .post-item:nth-child(12) .content,
	.posts .post-item:nth-child(13) .content,  .posts .post-item:nth-child(16) .content,
	.posts .post-item:nth-child(17) .content, .posts .post-item:nth-child(20) .content  {
		background: #f5f5f5;
	}
	.posts .pagination {
		margin: -80px 0 26px;
	}
	.breadcrumb {
		font-size: 48px;
	}

	.tags li {
		font-size: 22px;
	}
	.tags .tag-label:before{
		width: 25px;
		height: 26px;
		top: 3px;
	}
	.related-posts .crp_related_widget li .crp_title {
		font-size: 24px;
	}
	.vist-us-inner {
		padding: 60px 30px 260px;
	}
	.vist-us .vist-us-inner li:before {
		width: 18px;
		height: 18px;
		top: 8px;
	}
	.vist-us-inner ul {
		margin: 0;
	}
	.banner-about {
		background-size: 100%;
	}
	.timeline .content h3 {
        font-size: 24px;
		font-weight: 700;
	}
	.oprating-systems .os-item.item-2 .dowonload-links {
		display: block;
	}
	.post-thumbnail .share {
		left: -25px;

	}
	body.page-template-biometrics .brand-figure {
		left: -9%;
		max-width: 45%;
	}
	.featured.case-studie .panel {
		min-height: 100%;
	}
	h1.entry-title {
		font-size: 36px;
	}
	.entry-content h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.container {
        max-width: 1170px;
    }
	.container-lg{
		max-width:1220px;
	}
    .header, .header.active{
        background: none;
        padding: 10px 0;
    }

	.header:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 140px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.64) 1%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.64) 1%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.64) 1%,rgba(0,0,0,0) 100%);
	}
    h1{
	    font-size:50px;
	}
	h2{
		font-size:40px;
	}
	h1.entry-title{
		font-size:40px;
	}
	.row.expanded{
		margin:0 -4rem;
	}
	.sub-title {
		font-size: 30px;
	}
	.navbar ul ul {
        position: absolute;
        display: block;
        /* left: 50%; */
        right: 0;
        /* min-width: 180px; */
        min-width: 98px;
        /* display: table; */
        z-index: 99;
        background: rgba(255, 255, 255, 0.95);
        margin: 3px 0 0 0px;
        border-radius: 6px;
        padding: 17px 12px 10px;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        visibility: hidden;
        -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    }

    .navbar ul li .dropdown-toggle.toggled-on,.navbar ul li .dropdown-toggle {
        top: 0px;
        width: 20px;
        height: 20px;
        display: none;
    }

    .navbar ul ul:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -7px;
        margin: 0 0 0 -3px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid rgba(255, 255, 255, 0.5);
        opacity: 0;
    }

    .navbar ul li:hover>ul,.main-navigation ul li:hover ul.toggled-on {
        display: block;
        visibility: visible;
        -webkit-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .navbar .navbar-nav li ul li{
        margin: 0 0 10px;
        line-height: 1;
    }
    .navbar ul ul li a {
        color: #144667;
        padding: 0rem 0rem;
        font-size: 18px;
        text-transform: initial;
        line-height: 1.3;
        white-space: nowrap;
    }

    .navbar ul ul li a:hover, .navbar .navbar-nav li ul li.current-menu-item > a {
        color: #0d7ed6;
        font-weight: 300;
    }

    .navbar ul li.has-children>a,.navbar ul li[class*='has-children']>a {
        margin-right: 18px;
        margin-right: 0;
        /* padding-right: 0.3em!important; */
        position: relative;
    }
	.header .navbar-nav > li:not(.btn-cont):hover > a:after, .header .navbar-nav > li.active:not(.btn-cont) > a:after,
.navbar .navbar-nav > li.current-menu-item:not(.btn-cont)  >a:after, .navbar .navbar-nav > li.current-menu-ancestor:not(.btn-cont) > a:after, .navbar .navbar-nav > li.current-menu-parent:not(.btn-cont) > a:after, .navbar .navbar-nav > li.current_page_parent:not(.btn-cont) > a:after, .navbar .navbar-nav > li.current_page_ancestor:not(.btn-cont) > a:after	{
		content: "";
		position: absolute;
		background-color: #fff;
		bottom: -5px;
		content: '';
		display: block;
		height: 3px;
		left: 50%;
		position: absolute;
		transform: translate(-50%,0);
		width: 58px;
	    max-width: 70%;
	}
	.serves-inner h2::before, .featured h2::before, .application-slider-inner h2::before, .sec-title:before {
        width: 30px;
        height: 30px;
    }
	.sec-title-v2, .entry-header .post-meta{
		padding: 0 0 0 60px;
	}
	.text-right > .sec-title-v2{
		padding: 0 60px  0 0;
	}
	.banner-2{
		min-height:700px;
	}
	.banner-2 h2 {
		font-size: 40px;
		margin-bottom: 17px;
	}
	.partners ul li img{
	}
	.header .navbar-nav > li {
        margin: 0 0 0 15px;
    }
    .logo img {
        width: 188px;
    }


    .header .navbar {
        margin-right: -22px;
        margin-left: -9px;
    }
    .analysis-img img {
        max-width: 726px;
    }

    .face_analysis_progress_bar_inner {
        top: 251px;
    }
	.face_tracking, .face_analysis, .face_recognition {
		font-size: 20px;
	}
	.serves-inner .figure-caption.text-light {
		font-size: 24px;
	}
	li.lslide {
		padding: 0 20px;
	}
	.solutions-inner {
		padding: 60px 60px 30px;
		font-size: 18px;
	}
	.solutions-inner figcaption.figure-caption.text-center{
		font-size: 18px;
	}
	.demo-inner{padding-top: 90px;padding-bottom: 80px;}
	.demo-inner h2 {
        font-size: 48px;
    }
	.panel {
		font-size: 20px;
	}
	.footer-logo img{
        width:322px;
    }
    .footer {
        padding: 85px 0 40px;
        font-size: 16px;
    }
    .footer .container {
        max-width: 1200px;
    }
    .footer .site-info {
        padding-top: 65px;
        font-size: 14px;
    }
    .footer .list-inline-item:not(:last-child), .footer-icon .list-inline-item:not(:last-child){
        margin-right: 30px;
    }
    .footer .row-one {
        margin: 0 -110px 30px;
        padding: 0 110px 8px;
    }

    .footer-icon .fab {
        font-size: 40px;
    }

    .footer-icon img {
        width: 50px;
        height: auto;
    }

    .package-card h3 {
        font-size: 36px;
    }
     .suitable ul li a {
        font-size: 25px;
    }
	.why-visage .serves-inner {
		border-radius: 20px;
	}
	.why-visage .item {
		font-size: 19px;
	}

	.why-visage .item > p {
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
	}
	.real_time-inner h5, .real_time-inner h4 {
        font-size: 28px;
		margin: 0 0 16px;
    }
	.real_time > .container-fluid {
		padding: 0 55px;
	}
	.lead-lg {
		font-size:1.25rem;
		/*line-height: 1.3;*/
	}
	.lead-lg-2 {
		font-size:1.2rem;
		/*line-height: 1.3;*/
	}
	.lead-xl {
		font-size: 1.55rem;
		/*line-height: 1.3;*/
	}
	.lead-xl ul, .lead-xl  .bullet{
	    font-size:1.25rem;
	    margin:3em 0 2em;
	}
	.lead-xl ul li:before, .lead-xl .bullet  li:before{
	    top:6px;
	}
	.lead-xl .btn{
		min-width:175px;
	}
	.monitor-trends-inner  ul {
       /* font-size: 1.88rem;
	    margin: 1.5rem 0 2em;*/
    }

    .monitor-trends-inner ul li:before {
       /* top: 14px;*/
    }
		.card-team-name h2 {
		font-size: 30px;
	}
	.app-grids .card-team-name h2 {
		font-size: 40px;
		min-height: 96px;
	}
	.app-grids .card-team-content p {
		 min-height: 96px;
	}
	.app-grids img{

	}
	.row.space {
		margin: 0 -25px;
	}

	.row.space > [class*="col-"] {
		padding: 0 25px;
	}
	.row.space20 {
		margin: 0 -20px;
	}

	.row.space20 > [class*="col-"] {
		padding: 0 20px;
	}
	.what-we-offer .item:nth-child(n+4) {
		margin-top: -5rem;
	}
	.breadcrumb {
		font-size: 30px;
	}
	.vist-us-inner {
		padding: 60px 30px 340px;
		font-size: 20px;
	}
	.vist-us-inner li{
		font-size: 20px;
	}
	.latest-posts .entry-title {

		padding-left: 50px;
	}

	.latest-posts .entry-title.sec-title:before {
		width: 28px;
		height: 28px;
		top: 9px;
	}
	.banner-3.banner-about, .banner-about{
		background-image:url(../images/about-bg-lg.jpg);
		background-size:1920px;
		min-height:2020px;
		padding-top: 310px;
		padding-bottom: 80px;
	}
	.timeline {
		border: 0;
		min-height: 1130px;
	}

	.timeline .content:before {
		visibility: hidden;
		opacity: 0;
	}
	.timeline .content {
		margin: 44px 0 0 10px;
	}

	.timeline .content h3 {
		margin: 0 0 1rem;
	}

	.timeline .content h3 .title-text {
		display: block;
		padding: 0 0 0 30px;
	}

	.timeline .content p {
		text-align: right;
		padding: 0 0 0 40px;
		position: relative;
	}

	.timeline .item-2 .content {
		margin: 20px 0 0 180px;
	}


	.timeline .item-2 .content p {
		left: 77px;
		text-align: center;
		padding: 0 0 0 23px;
	}

	.timeline .item-3 .content {
		text-align: right;
		max-width: 400px;
		margin: 0;
		z-index: 4;
	}

	.timeline .timeline-item {
		position: absolute;
		left: 15px;
		top: 0;
	}

	.timeline .timeline-item.item-2 {
		top: 250px;
	}

	.timeline .timeline-item.item-3 {
		top: 500px;
		padding: 0 0 0 4%;
	}

	.timeline .timeline-item.item-4 {
		top: 490px;
		padding: 0 0 0 53%;
	}
	.timeline .timeline-item.item-4 .content p{
		padding: 0 0 0 180px;
	}
	.timeline .timeline-item.item-5 {
		top: 700px;
		padding: 0 0 0 34%;
	}

	.timeline .timeline-item.item-5 .content {
		text-align: right;
		max-width: 475px;
	}

	.timeline .timeline-item.item-6 {
		top: 900px;
		padding: 0 0 0 36%;
	}

	.timeline .timeline-item.item-6 .content {
		text-align: right;
		max-width: 640px;
	}

	.timeline .timeline-item.item-3 h3 {
		padding: 0 40px;
	}

	.timeline .timeline-item.item-3 h3 .year {
		padding: 0 66px 0 0;
		margin: 0;
	}

	.timeline .timeline-item.item-5 h3 {
		padding: 0 40px 0 0;
	}
	.award-item .content h3 {
		width: 460px;
		font-size: 29px;
	}

	.award-item .content .number {
		font-size: 121px;
		line-height: 91px;
		padding: 0 15px 0 0;
		margin: 0 18px 0 0;
	}

	.award-item .content {
		padding: 7px 30px;
	}
	.application-slider .application-slider-inner{
		font-size: 1.3rem;
	}
	body.page-template-contact .banner-3 {
		background-size: 1920px;
	}
}
@media screen and (min-width: 1360px) {
	.container-lg {
        max-width: 1270px;
    }
	.sec-partners .partner-logo {
	}
	.related-posts .crp_related_widget li .crp_title {
		font-size: 26px;
	}
	.post-thumbnail .share {
		left: -35px;

	}

}
@media screen and (min-width: 1440px) {
	.sec {
		padding: 80px 0;
	}
	.header:before {height: 230px;}
	.banner-2{
        padding: 245px 0 130px;
    }
	body.home .banner-2, .banner-3{
		min-height: 857px;
		padding: 285px 0 130px;
    }
	.sec.used ul {
		font-size: 20px;
		margin-bottom: 0;
	}

	.sec.used ul li:before {
		top: 10px;
	}

	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.partners ul li img{
	}
	.face_tracking img.img-fluid {
		max-width: 760px;
		margin: 10px 0 0 -150px;
	}
    .face_analysis_progress_bar_inner {
        top: 346px;
        width: 38%;
        left: -14px;
    }
	.analysis-img img {
		max-width: 890px;
		margin-left: -130px;
	}
	.face_tracking img.img-fluid[src*=reconation] {
		max-width: 764px;
		margin: 0px 0 0 -170px;
	}
	.serves-inner {
        margin-top: 100px;
        padding: 75px 60px 50px;
        margin-bottom: 25px;
    }
    .serves-inner h2{
        /*margin-bottom: 80px;*/
        font-size: 44px;
    }
	.featured h2, .solutions h2, .packages h2, .sec-title-text-lg, .lead-xl h2, .lead-xl .sec-title{
		font-size: 40px;
	}
	.lead-xl h2, .lead-xl .sec-title{
		padding-bottom: 1.5rem;
	}
    section.featured {
        margin: 100px 0;
        padding: 40px 0 0;
    }
    .system-inner {
        margin-bottom: 75px;
        padding-top: 54px;
    }
	.serves-inner .serve-item img {
		width: auto;
	}
	.serves-inner .figure-caption.text-light {
        font-size: 25px;
    }
	.system-inner img.img-fluid {
		height: auto;
	}
	.system-inner ul li {
		padding: 6px 14px;
	}
	li.lslide {
		padding: 0 30px;
	}
	.slider-cont {
		padding: 0 55px;
	}
	.carousel-team-card-cell {
		max-width: 393px;
		margin: 0 auto;
	}
	div#postsCarousel {
        padding-top: 15px;
    }
	.solutions-inner, .solutions-inner figcaption.figure-caption.text-center {
		font-size: 22px;
	}
	.demo-inner h2 {
        font-size: 40px;
    }
	.why-visage .serves-inner {
		margin-top: 85px;
	}
    .emotions-inner {
		padding: 138px 0;
		min-height: 770px;
	}
	.banner-figure {
		right:10%;
	}
	.video {
		padding: 70px 0 80px;
	}
	.working-with-us {
		min-height: 921px;
	}
	body.page-template-contact .banner-3 {
		padding-top: 205px;
	}
	.sec-expertise .serve-item .figure {
		min-height: 180px;
		line-height: 172px;
	}
}
@media screen and (min-width: 1600px) {
	.serves-inner {
        margin-top: 145px;
    }
    .serves-inner {
        padding: 75px 100px 50px;
    }
	section.demo{
		margin-top: 115px;
	}
	.vist-us-inner {
		padding: 60px 30px 391px;
		font-size: 24px;
	}
	.vist-us-inner li{
		font-size: 24px;
	}
	.vist-us .vist-us-inner li:before {
		top: 11px;
	}
}
@media screen and (min-width: 1681px) {
	.banner-3 {
		min-height: 978px;
	}
	.sec.lead-xl  {
		padding: 120px 0;
	}
	.face-facial-tracking {
		min-height: 702px;
	}

	.eye-tracking {
		min-height: 625px;
	}

	.ear-tracking {
		min-height: 622px;
	}
	.banner-figure {
		right:17%;
	}
	body.page-template-biometrics .brand-figure {
		left: 0%;
		max-width: 36%;
	}
}

/* override background image for small screens */
@media screen and (max-width: 420px) {
body.home .banner-2 {
		background-image: url(/wp-content/uploads/2019/08/visage-automotive-clean.jpg) !important;
	}
}


/* max @media */

@media screen and (max-width: 767px) {
	h1 br, h2 br, h3 br,
	.banner .sub-title br, .banner-2 .sub-title br , .banner-3 .sub-title br, .sec  br{
		display: none;
	}
	body.page-template-face-recognition .banner-2{
		background-position: 60% 0;
	}
	body.page-template-makeup-sdk .banner-2{
		background-position: 30% 0;
	}
	.bg-mobile-none{
		background-image:none !important;

	}
	.bg-has-figure-mobile{
		padding-bottom:0 !important;
	}
	body.page-template-face-analysis .banner-2{
	    background-position: 54% 0;
	 }
	 .bg-has-figure-mobile{
		 overflow:hidden;
	 }
	.figure-mobile.snap2Edge {
		margin: 0 -50vw;
		text-align: center;
	}
	.app-grids .card-team-name h2 {
		padding-left: 40px;
	}
	.app-grids .card-team-name h2:before {
		top: 3px;
	}
	.video .container-fluid {
		overflow: hidden;
		width: auto;
		margin: 0 20px;
		border-radius: 15px;
	}
	.video img {
		max-width: inherit;
		width: 992px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		position: relative;
		left: 50%;
	}
	.clients-services article.row:last-child {
		margin-bottom: 0 !important;
	}
	#catapult-cookie-bar {
		font-size: 13px;
	}
	.cookie-bar-bar .ctcc-inner {
		display: block;
	}

	.cookie-bar-bar button#catapultCookie {
		margin: 10px 0 0;
	}

	.cookie-bar-bar .ctcc-left-side {
		margin: 0;
		display: block;
	}
	.cookie-bar-bar .ctcc-right-side {
		display: block;
	}

}
@media screen and (max-width: 567px) {
	.sec-title, .sec-title.text-center, .text-right > .sec-title-v2 {
		text-align: left !important;
		padding-left: 40px !important;
	}

	.sec-title:before, .text-right > .sec-title:before {
		position: absolute;
		left: 0 !important;
		right: inherit;
		top: 3px;
		margin: 0 !important;
	}
	.page-template-biometrics .banner-2{
		background-position: 33% 0;
	}

}
@media screen and (max-width: 409px) {
body.home .banner-2 .btn {
		font-size: 12px;
		padding: 8px 5px;
	}
}