* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/*bootstrap columns*/
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.container {
	max-width: 1000px;
	margin: auto;
}
body {
	min-height: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul.slidenav li {
	opacity: .3;
}
ul.slidenav li.selected {
	opacity: 1;
	transition: all 1s ease-in-out;
}
ul.slidenav-quotes {
	width: 100%;
	text-align: center;
}
ul.slidenav-quotes li {
	font-family: 'Roboto Light Italic', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: 34px;
	line-height: 60px;
	color: #0a0914;
	display: none;
	opacity: 0;
}
ul.slidenav-quotes li.selected {
	display: block;
	opacity: 1;
	transition: all .5s ease-in-out;
}
ul.slidenav-quotes li::before {
	content: open-quote;
	color: #0a0914;
	opacity: .3;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, sans-serif;
	font-size: 68px;
}
ul.slidenav-quotes li::after {
	content: close-quote;
	color: #0a0914;
	opacity: .3;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, sans-serif;
	font-size: 68px;
	padding-top: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: medium none;
	max-width: 100%;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:focus, input:focus, textarea:focus {
	outline: none;
}
html {
	height: 100%;
}
p {
	letter-spacing: 1px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 46px;
	line-height: 52px;
}
h4 {
	font-family: 'AvenirNextCondensed-Regular';
	letter-spacing: 2px;
}
#unique-tech h1 {
	text-transform: uppercase;
	letter-spacing: 4px;
}
.mob-break {
	display: none;
}
.tab-break {
	display: none;
}
.tab-hide {
	display: none;
}
#desk-br {
	display: block;
}
@import url('css-Roboto.css');
@font-face {
	font-family: 'AvenirNextLTPro-HeavyCn';
	src: url('../font/AvenirNextLTPro-HeavyCn.eot');
	src: url('../font/AvenirNextLTPro-HeavyCn.woff2') format('woff2'), url('../font/AvenirNextLTPro-HeavyCn.woff') format('woff'), url('../font/AvenirNextLTPro-HeavyCn.ttf') format('truetype'), url('https://cortica.com/fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg'), url('../font/AvenirNextLTPro-HeavyCn.eot#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNext-Heavy', Helvetica, Arial, Sans-Serif;
	src: url('https://cortica.com/css/AvenirNext-Heavy.woff') format('woff'), url('https://cortica.com/css/Avenir%20Next%20Heavy.woff2') format('woff2'), url('https://cortica.com/css/AvenirNext-Heavy.ttf') format('truetype'), url('https://cortica.com/css/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirNextCondensed-Regular';
	src: url('../font/AvenirNextCondensed-Regular.eot');
	src: url('https://cortica.com/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../font/AvenirNextCondensed-Regular.woff') format('woff'), url('https://cortica.com/fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('https://cortica.com/fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg'), url('../font/AvenirNextCondensed-Regular.eot#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/* ==================
	Preloader + animation
===================== */
.cover-video img {
	width: auto !important;
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 9999;
}
/*New Loader*/

.dot {
	height: 15px;
	width: 15px;
	border-radius: 2px;
	position: absolute;
	opacity: 0;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}
#hold {
	position: absolute;
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
	top: 50%;
	left: 50%;
}
 @-webkit-keyframes spin {
 from {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
 to {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes spin {
 from {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
 to {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
@-webkit-keyframes osc {
 0% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
 opacity: 0;
}
 50% {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
 opacity: 0;
}
}
@keyframes osc {
 0% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
 opacity: 0;
}
 50% {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
 opacity: 0;
}
}
@-webkit-keyframes rainbow {
 0% {
 background: #1349f5;
}
 25% {
 background: #137df5;
}
 50% {
 background: #06b4fc;
}
 75% {
 background: #06c4fc;
}
 100% {
 background: #06e2fc;
}
}
@keyframes rainbow {
 0% {
 background: #1349f5;
}
 25% {
 background: #137df5;
}
 50% {
 background: #06b4fc;
}
 75% {
 background: #06c4fc;
}
 100% {
 background: #06e2fc;
}
}
.hide-scroll {
	overflow: hidden;
}
/* NavbarÂ */

nav {
	font-family: 'AvenirNextCondensed-Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	border-bottom: 5px solid #ccc;
	color: #fff;
}
.navbar {
	background-color: #0a0914;
	padding: 0;
}
.active {
	background-color: #0a0914;
	color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
	letter-spacing: 3px;
	font-weight: 300;
	padding: 20px;
	font-size: 18px;
	color: #999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-inverse .navbar-nav .nav-link:hover,.navbar-inverse .navbar-nav .nav-item.ac .nav-link{
	color: #fff;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
	color: #fff;
}
.logo {
	color: #fff;
	margin-left: 30px;
	font-size: 26px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:hover {
	color: #fff;
}
.navbar-toggler {
	margin-top: 10px;
	cursor: pointer;
}
.navbar-inverse .navbar-toggler:focus {
	outline: none;
	color: #06c4fc;
}
.dropdown-menu {
	padding: 10px;
}
.dropdown-item {
	height: 45px;
	line-height: 37px;
}
.dropdown-item:hover {
	background-color: #00eaff;
	color: #00eaff;
	border-radius: 5px;
}
/* Video Headers*/
#tech-bgvid {
	height: 650px;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#tech-bgvid:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
}
#tech-bgvid video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: -200px;
	left: -200px;
	bottom: 0;
	right: 0;
	z-index: -100;
}
#tech-bgvid h2 {
	font-size: 36px;
	line-height: 60px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 50px;
}
#tech-bgvid h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 34px;
	margin: 10px auto auto;
	width: 80%;
}
#tech-bgvid .container {
	z-index: 3;
}
#hero-video {
	height: 750px;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
#hero-video:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
}
#hero-video video {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -100;
	min-height: 100%;
	min-width: 100%;
}
.video-cover {
	height: 770px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	display: none;
	background: url(../image/hero-768.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#tech-video-cover {
	background: url(../image/tech-hero-768.jpg) center bottom no-repeat;
}
#hero-video h2 {
	font-size: 36px;
	line-height: 60px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 50px;
}
.container.cover-video br {
	display: none;
}
#hero-video h3 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 34px;
	margin: 10px auto auto;
	width: 80%;
}
#hero-video .container {
	z-index: 3;
}
#logo {
	margin-top: 50px;
	max-width: 50%;
	text-align: center;
}
.cover-video {
	padding-top: 200px;
}
.play-button {
	margin-top: 80px;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.play-button:hover {
	color: #FFF;
	transform: scale(1.1, 1.1);
	-webkit-filter: drop-shadow(0px 0px 15px #222);
	filter: drop-shadow(0px 0px 15px #222);
}
.cta {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
	font-weight: 600;
}
/* Popup videoÂ */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*HOMEPAGE STYLES
#background: -webkit-linear-gradient(#06c4fc, #1349f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/

/*Careers Modal*/
.careers-modal {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	background: -webkit-linear-gradient(#eee, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #ccc); /* Standard syntax */
	color: #0a0914;
	border-radius: 20px;
	width: 320px;
	height: 330px;
	padding: 50px 20px 20px 20px;
	text-align: center;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.careers-modal h3 {
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.careers-modal a {
	color: #1349f5;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	transition: all .3s;
	line-height: 48px;
}
.careers-modal p {
	font-size: 21px;
	line-height: 28px;
	font-weight: lighter;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 20px 0 0;
	color: #0a0914;
	opacity: .5;
	transition: all .5s ease-in-out;
}
.close:hover {
	color: #1349f5;
	opacity: 1;
}
/*Homepage styles*/
.gradient-text {
	background: -webkit-linear-gradient(-35deg, #06c4fc, #1349f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.quote-hide {
	display: none;
}
.intro {
	background-color: #0a0914;
	color: #fff;
	text-align: center;
	padding: 5% 0 0 0;
}
#intro-text {
	background-color: #fff;
	color: #0a0914;
	text-align: center;
	padding: 10%;
	height: 100%;
}
#home-intro-text {
	background-color: #fff;
	color: #0a0914;
	text-align: center;
	padding: 10%;
	height: 550px;
}
.container {
	margin-bottom: 0;
}
#intro-text .CTA {
	color: #333;
}
.text h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
}
.text p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 36px;
}
.CTA {
	font-size: 24px;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 48px;
}
.CTA a {
	color: #fff;
}
.CTA a:hover {
	color: #ccc;
	transition: all .3s ease-in-out;
}
.automotive {
	background-image: url(../image/bg-auto.jpg);
	background-position: center;
	backround-size: cover;
	height: 550px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10% 10% 10% 10%;
}
.smartcity {
	background-image: url(../image/bg-city.jpg);
	background-position: center;
	backround-size: cover;
	height: 550px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10% 10% 10% 10%;
}
#press-container {
	padding-bottom: 50px;
	background-color: #eee;
	color: #0a0914;
}
#press ul {
	margin: auto;
}
#press ul li {
	display: inline-block;
	height: 100px;
}
#press li img {
	max-width: 200px;
	margin: 30px;
}
#press-container {
	position: relative;
	width: 100%;
}
/* Section AboutÂ */

.about {
	text-align: center;
	background-color: #eee;
	padding: 50px 0 120px 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 32px;
	color: #000;
	font-size: 20px;
}
.about h1 {
	margin: 25px 0;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #333;
	font-size: 34px;
}
.about p { letter-spacing:2px;
	font-size: 18px;
	line-height: 36px;
	margin: auto;
	width: 90%;
}
hr.separate {
	width: 100%;
	max-width: 320px;
	height: 5px;
	margin: 0 auto 50px auto;
	background-color: #333;
	border: none;
}
.profile-margin {
	margin-bottom: 75px;
}
/*TECHNOLOGY STYLES*/
#tech-br {
	display: block;
}
.align-right {
	text-align: right;
}
.align-right p {
	width: 90%;
	margin-left: 10%;
}
.align-left {
	text-align: left;
}
.align-left p {
	width: 90%;
	margin-right: 10%;
}
.dark-bg {
	background-color: #0a0914;
	color: #ccc;
}
.white-bg {
	background-color: #fff;
	color: #000;
}
#collaborative {
	background-image: url(../image/gr-collaborative.png);
	background-position: bottom;
	background-size: cover;
	padding-top: 50px;
}
#representation {
	background-image: url(../image/gr-representation.jpg);
	background-color: #fff;
	color: #000;
	background-position: top;
	background-size: cover;
}
#auto-cta {
	background-image: url(../image/gr-auto-cta.jpg);
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
#city-cta {
	background-image: url(../image/gr-city-cta.jpg);
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.pic-cta {
	color: #fff;
	text-align: center;
	padding: 10% 0 0 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
	overflow: hidden;
}
.pic-cta:hover {
	color: #fff;
	filter: brightness(150%);
	transition: all .5s ease-in-out;
}
.icon {
    width: 100%;
    
  
}
/*Press Release*/
#press-release {
	background-size: 100%;
	background-position: top;
	margin-top: 0px;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}
#press-release p {
	text-align: left;
	letter-spacing: 1px;
}
/*About Page Styles*/
#about-hero {
	background-image: url(../image/bg-about-hero.jpg);
	background-size: 100%;
	background-position: top;
	margin-top: 70px;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}
/*Press Kit Styles*/
#press-hero {
	background-image: url(../image/neuron-bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 70px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 50px;
	display: block;
	min-height: 150%;
}
#press-hero img {
	margin-top: -30px;
	margin-bottom: 20px;
}
#press-hero a {
	color: #09a9fa;
	transition: all .5s ease-in-out;
}
#press-hero a:hover {
	color: #1349f5;
}
.press-page h2 {
	border-bottom: 5px solid #000;
	margin-bottom: 10px;
}
.links p {
}
.links a {
	text-decoration: none;
	color: #222;
	font-size: 18px;
	letter-spacing: 0;
}
.links a:hover {
	color: #1349f5;
}
.links h4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.iframe h3 {
	text-align: center;
	margin-top: 30px;
}
.iframe iframe {
	margin: 10px auto 25px auto;
	display: block;
	width:560px; 
	height:315px;
}
.logos img {
	display: block;
	margin: 2% auto;
	transition: all .5s ease-in-out;
}
.logo .cta {
	transition: all .5s ease-in-out;
}
.logos .cta img:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
	filter: drop-shadow(0px 5px 1px #999);
	web-kit-filter: drop-shadow(0px 5px 1px #999);
	;
}
.disclaimer {
	background-color: #eee;
	padding: 8% 0 8% 0;
	text-align: center;
	margin-top: 6%;
}
#about-hero h2 {
	margin-top: -30px;
}
#about {
	height: 900px;
}
#press img {
	filter: grayscale(100%);
	padding: 25px;
}
#press img:hover {
	filter: grayscale(0%);
	transition: all .5s ease-in-out;
}
#telaviv {
	background-image: url(../image/gr-telaviv.jpg);
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
#telaviv:hover {
	color: #fff;
	filter: brightness(150%);
	opacity: 1;
}
#nyc {
	background-image: url(../image/gr-nyc.jpg);
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
#nyc:hover {
	color: #fff;
}
#haifa {
	background-image: url(../image/gr-haifa.jpg);
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
#haifa:hover {
	color: #fff;
}
#rat-img {
	display: none
}
/* Search */

.white-text {
	color: #fff;
}
.black-text {
	color: #0a0914;
}
.intuitive-search {
	background: url(../image/bg-search.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 120px;
}
.intuitive-search-details h2 {
	font-size: 32px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 3px;
}
.intuitive-search-details.public-safty > h3 {
}
.intuitive-search-details > h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'AvenirNextLTPro-HeavyCn', Helvetica, Arial, Sans-Serif;
	font-weight: 600;
	letter-spacing: 3px;
}
.intuitive-search-details > p {
	font-size: 20px;
	line-height: 32px;
	width: 90%;
}
#signatures p {
	width: 90%;
}
/* Image Right */
.img-right {
	position: relative;
}
.img-right p {
	padding-right: 30px;
}
.img-right h3 {
	padding-right: 20px;
}
.bg-gray {
	background: #eeeeee;
}
.img-right .intuitive-search-details h2::after, .img-left .intuitive-search-details h2::after {
	background: #333333;
}
.img-right .intuitive-search-details h2, .img-left .intuitive-search-details h2 {
}
.img-right .intuitive-search-details > h3 {
}
.img-right .intuitive-search-details > p, .img-left .intuitive-search-details > p {
	line-height: 40px;
}
.img-right-img {
	position: absolute;
	right: 0;
	top: 0;
}
.mob-margin {
	margin-bottom: 70px;
}
/* Search */
.profile-pic {
	width: 80%;
}
.profiles h3 {
	line-height: 36px;
	letter-spacing: 2px;
}
.profiles {
	padding-bottom: 30px;
}
/*Careers*/
.careers-header {
	background-image: url(../image/bg-careers.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	width: 100%;
	height: 500px;
	color: #fff;
	text-align: center;
	padding: 15% 0;
}
.careers-header h1 {
	margin-bottom: 20px;
}
.careers-header h3 {
	letter-spacing: 3px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 18px;
}
.careers h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 36px;
	line-height: 56px;
}
.careers h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 24px;
	line-height: 36px;
}
.careers a {
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
}
.careers a:hover {
	background: -webkit-linear-gradient(-35deg, #06c4fc, #1349f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.careers p {
	font-size: 18px;
	line-height: 30px;
	font-weight: lighter;
}
.skills {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	list-style: square;
	font-size: 18px;
	line-height: 30px;
	margin-left: 5%;
}
/*Contact Page Styles*/
.contact-header {
	background-image: url(../image/contact-bg-full.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	color: #fff;
	text-align: center;
	padding: 15% 0;
}
.contact-header h3 {
	letter-spacing: 3px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
.car .contact-form legend {
	color: #0a0914;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 26px;
	line-height: 60px;
	margin-bottom: 40px;
}
.form-group span {
	text-transform: uppercase;
	color: #0a0914;
	letter-spacing: 3px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 35px;
}
.form-group input[type=text] {
	width: 100%;
	line-height: 18px;
	border-radius: 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	display: block;
	margin-bottom: 20px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
.form-group input[type=text]::placeholder {
color:#ddd;
letter-spacing:2px;
text-transform: uppercase;
}
.form-group input[type=email]::placeholder {
color:#ddd;
letter-spacing:2px;
text-transform: uppercase;
}
.form-group input[type=tel]::placeholder {
color:#ddd;
letter-spacing:2px;
text-transform: uppercase;
}
.form-group textarea::placeholder {
color:#ddd;
letter-spacing:2px;
text-transform: uppercase;
}
.form-group input[type=email] {
	width: 100%;
	line-height: 18px;
	box-sizing: border-box;
	color: #ccc;
	border-radius: 3px;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-bottom: 20px;
}
.form-group input[type=tel] {
	width: 100%;
	line-height: 18px;
	box-sizing: border-box;
	color: #ccc;
	border-radius: 3px;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-bottom: 20px;
}
.form-group textarea {
	height: 50px;
	width: 100%;
	resize: none;
	padding: 12px 20px;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-bottom: 20px;
}
.form-group input[type="submit"] {
	width: 100%;
	height: 60px;
	background-color: #0072ff;
	border: none;
	color: #fff;
	padding: 12px 40px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	letter-spacing: 8px;
	border-radius: 5px;
}
#subject {
	color: #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-bottom: 20px;
}
#subject option {
	color: #ddd;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn {
	background: -webkit-linear-gradient(15deg, #06c4fc, #1349f5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(15deg, #06c4fc, #1349f5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(15deg, #06c4fc, #1349f5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(15deg, #06c4fc, #1349f5); /* Standard syntax */
	border: none;
	width: 350px;
	height: 55px;
	border-radius: 125px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	transition: all 1s ease-in-out;
}
.btn:hover {
	background: -webkit-linear-gradient(15deg, #ccc, #333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(15deg, #ccc, #333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(15deg, #ccc, #333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(15deg, #ccc, #333); /* Standard syntax */
}

/*btn-lg btn-primary*/
@media screen and (min-width: 1170px)and (max-width: 1225px) {
.intuitive-search-details {
	padding: 0 30px;
}
#profile-container {
	margin-top: 100px;
}
}

@media screen and (max-width: 992px) {
#signatures p {
	width: 100%;
}
.tab-break {
	display: block;
}
.intuitive-search {
	padding: 60px 0;
}
.img-right {
	padding: 60px 0 0 0;
}
.intuitive-search-details h2 {
	font-size: 38px;
}
.intuitive-search-details h2::after {
	width: 100%;
}
.img-right-img {
	position: relative;
	top: 0;
}
}
/* behavior analysisÂ */
.img-left {
	position: relative;
	padding-top: 2%;
}
.img-left-img {
	position: absolute;
	left: 0;
	top: 0px;
}
.img-left, .img-right {
	height: 500px;
}

@media screen and (max-width: 992px) {
.img-left {
	padding: 60px 0 0 0;
}
.img-left .intuitive-search-details h2 {
	font-size: 38px;
}
.img-left .intuitive-search-details h2::after {
	width: 100%;
}
.img-left-img {
	position: relative;
	top: 0;
}
#profile-container {
	margin-top: 140px;
}
#profile-txt p {
	text-align: left;
}
#profile-txt-2 p {
	text-align: left;
}
#profile-txt-3 p {
	text-align: left;
}
}
/* Camera PracticeÂ */
.camera-practice {
	background: url(https://cortica.com/images/bg-icons.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 75px 0 10px;
}
.camera-practice-heading > h3 {
	color: #ffffff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
}
.camera-practice-heading > p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding: 0 5px;
}
.camera-practice-heading {
	margin-bottom: 60px;
}
.camera-practice-box > p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	padding-top: 45px;
	text-transform: uppercase;
}
.camera-practice-box {
	margin-bottom: 115px;
}
.camera-practice-box > img {
	width: 120px;
}
.solutions-feature-img > img {
	width: 90px;
}
/* Solutions FeatureÂ */
.mobile-view {
	display: none;
}
.desktop-view {
	display: block;
}
.p-b-100 {
	padding-bottom: 50px;
}
.solutions-feature-details {
	margin-top: 30px;
	padding-left: 3%;
}
.solutions-feature-img {
	background: #000000;
	border-radius: 100%;
	height: 170px;
	line-height: 170px;
	text-align: center;
	width: 170px;
	margin: 0 auto;
}
.solutions-feature-details > h3 {
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.solutions-feature-details > p {
	font-size: 20px;
	line-height: 32px;
}
/* InspectionÂ */
.inspection {
	background: url("https://cortica.com/images/bg-inspection.jpg") no-repeat fixed center center / cover;
	padding: 100px 0 100px;
}
.camera-practice-box > span {
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
/* SetlliteÂ */
#second {
	display: Block;
}
.setllite {
	display: none;
}
.setllite {
	background: url("https://cortica.com/images/setlite.jpg") no-repeat fixed center center / cover;
	height: 560px;
	padding-top: 90px;
}
.setllite-data-text > h1 {
	display: inline-block;
	font-size: 64px;
	color: #fff;
}
.setllite-data-text > h3 {
	display: inline-block;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 34px;
	padding-left: 50px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
}
.arial-solution .section-title::after {
	left: 0;
	top: 84px;
}
.arial-solution .section-describe {
	margin-bottom: 0;
	margin-top: 30px !important;
}
.setllite-data-img {
	margin: 0 auto;
	width: 500px;
}
.setllite-data-img > img {
	margin-top: 50px;
}
/* PerceptionÂ */
.perception .section-describe h3 span {
	font-size: 20px;
	text-transform: none;
	letter-spacing: 2px;
}
#perception-img {
	height: 100%;
	max-height: 960px;
	width: auto;
}
.mt-5 {
	margin-top: 50px;
}
.ml-45 {
	margin-left: 25%;
}
.ml-24 {
	margin-left: 26%;
	margin-bottom: 3%;
	width: 72%;
}
.localization {
	position: relative;
	color: #fff;
	background-image: url(https://cortica.com/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}
.localization:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	border-top: 40px solid #1d1d1d;
	border-left: 40px solid #eee;
	border-right: 40px solid #eee;
}
.localization .section-title, .localization .section-describe {
	color: #FFF;
}
.localization .section-number {
	color: #5a5a5a;
}
.localization .section-title:after {
	background-color: #FFF;
}
.localization h3 {
	margin-top: 40px;
}
#localization-img {
	max-height: 700px;
	width: auto;
	margin-bottom: 50px;
}
#signature-title {
	margin-top: 20px;
}
#sensor-fusion-title:after {
	left: 80px;
}
.signature {
	background-color: #eee;
}
.mt-mb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.car-graphic {
	height: 100%;
	max-height: 620px;
	width: auto;
}
.big-data {
	background-color: #eee;
	position: relative;
}
.big-data:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 10%;
	bottom: -40px;
	border-top: 40px solid #eee;
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
}
.big-data .section-title:after {
	left: -40px;
}
.big-data .ml-45 {
	margin-left: 25%;
}
#big-data-img {
	height: 100%;
	position: absolute;
	right: 0;
	display: block;
}
.data-lists {
	margin-bottom: 50px;
	font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color: #FFF;
	background-color: #141414;
	position: relative;
}
.data-lists ul {
	list-style-type: disc;
	list-style-position: inside;
}
.data-lists:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 120%;
	background-color: #FFF;
	top: -10%;
	left: 50%;
	margin-left: -15px;
	-webkit-transform: rotate(200deg);
	-moz-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-o-transform: rotate(200deg);
	transform: rotate(200deg);
}
.features {
	padding-bottom: 50px;
	background-image: url(https://cortica.com/images/features.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.features .section-title {
	margin: 80px 0 120px 60px;
	color: #FFF;
}
.features .section-title:after {
	background-color: #FFF;
	left: -35px;
}
.features .section-describe {
	padding: 0 8%;
	color: #FFF;
}
footer {
	background: -webkit-linear-gradient(#fff, #ccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #ccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #ccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #ccc); /* Standard syntax */
	padding: 50px 0;
}
.footer-nav ul {
	display: inline-block;
	list-style: none;
}
.footer-nav {
	margin-bottom: 30px;
	font-family: 'AvenirNextCondensed-Regular';
	letter-spacing: 2px;
	font-size: 20px;
	margin: auto;
}
.footer-nav li {
	margin: 20px 0;
	line-height: 30px;
	display: inline-block;
	margin-left: 25px;
	text-align: center;
	color: #ccc;
}
.footer-nav li a:hover {
	color: #1349f5;
	transition: all .5s ease-in-out;
}
.footer {
	width: 100%;
	text-align: center;
	margin: auto;
}
footer .col-md-4 > h1 {
	font-size: 34px;
	letter-spacing: 3px;
}
.footer-nav li a {
	color: #0a0914;
	font-size: 22px;
	font-weight: 500;
}
.social-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	margin-right: 20px;
	color: #0a0914;
	text-align: center;
}
.social-nav p {
	font-size: 18px;
	color: #999;
	text-align: center;
	font-family: 'AvenirNextCondensed-Regular';
	letter-spacing: 2px;
	margin-left: -20px;
}
.social-nav li a {
	color: #0a0914;
	text-align: center;
}
.social-nav li a:hover {
	color: #1349f5;
	transition: all .5s ease-in-out;
}
.copyright {
	background-color: #333;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: 'AvenirNextCondensed-Regular';
	font-weight: lighter;
	letter-spacing: 2px;
}
.data-describe {
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 2;
}

/* Media queryÂ */


@media screen and (min-width: 768px) and (max-width: 1280px) {
.contact-header {
	background-image: url(../image/contact-bg-1200.jpg);
}
.careers-header {
	background-image: url(../image/bg-careers-1200.jpg);
}
.section-title:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 440px;
	height: 5px;
	background-color: #333;
	left: -20px;
	transform: rotate(0deg);
	top: 70px;
	margin-top: -20px;
	margin-left: -25px;
}
.mt-5 {
	margin-top: 50px;
	margin-left: 0;
}
.ml-45 {
	margin-left: 0%;
}
.big-data {
	padding-left: 40px;
}
.big-data .ml-45 {
	margin-left: 1%;
}
.ml-24 {
	margin-left: 0%;
	width: 100%;
}
#sensor-fusion-title:after {
	left: -40px;
}
.features .section-title {
	margin: 50px 0 60px 100px;
}
}

@media screen and (max-width: 991px) {
.col-lg-push-8 {
	left: 0%;
}
.col-lg-pull-8 {
	right: 0%;
}
.col-lg-pull-4 {
	right: 0%;
}
.align-left p {
	text-align: center;
	width: 100%;
}
.offset-3 {
	margin-left: 0;
}
.align-right p {
	text-align: center;
	width: 100%;
	margin-right: 0;
}
.icon {
	width: 30%;
	margin: 0 0 5% 0;
	padding-top: 0;
	height: auto;
}
#tech-br-991 {
	display: block;
}
.navbar {
	min-height: 70px;
	padding-top: 10px;
}
.tab-center {
	margin: 20px auto;
	text-align: center;
}
.perception .section-tite {
	border-bottom: 5px solid #000;
	width: 50%;
	margin: 0 auto;
}
.perception .section-title:after {
	display: none;
}
.perception .section-number {
	position: absolute;
	top: 1%;
	left: 28%;
}
.cover-video {
	padding-top: 10px;
}
#hero-video {
	margin-top: 45px;
}
#hero-br {
	display: none;
}
.footer-nav li a {
	font-size: 30px;
	font-weight: 400;
}
.intuitive-search-details {
	text-align: center;
	width: 100%;
	margin: 0;
}
.intuitive-search-details p {
	margin: 0;
	width: 100%;
}
.intuitive-search-details h2 {
	margin: 0;
}
.careers-header {
	padding: 20% 0;
}
.contact-header {
	padding: 20% 0;
}
}

@media screen and (max-width: 768px) {
#press img {
	filter: grayscale(0%);
	padding: 25px;
}
#home-intro-text {
	height: 650px;
}
.container.cover-video br {
	display: block;
}
.contact-header {
	background-image: url(../image/contact-bg-tab.jpg);
	padding: 25% 0;
}
.careers-header {
	background-image: url(../image/bg-careers-768.jpg);
	padding: 25% 0;
}
.careers-header h3 {
	line-height: 32px;
}
.tab-break {
	display: none;
}
.tab-hide {
	display: none;
}
#desk-br {
	display: none;
}
.icon {
	width: 50%;
	margin: 0 auto 5% auto;
	padding: 0;
}
.profile-pic {
	width: 50%;
	margin: 0 auto 5% auto;
	padding: 0;
}
#profile-txt p {
	text-align: center;
}
#profile-txt-2 p {
	text-align: center;
}
#profile-txt-3 p {
	text-align: center;
}
.align-left {
	text-align: center;
}
.align-right {
	text-align: center;
}
.automotive {
	background-image: url(../image/automotive-768.jpg);
}
.smartcity {
	background-image: url(../image/safe-city-768.jpg);
}
.logo {
	margin-left: 15px;
}
.navbar {
	min-height: 70px;
	padding-top: 0;
}
.navbar-brand {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.navbar-toggler {
	margin-top: 23px;
}
#hero-video {
	height: 720px;
	margin-top: 50px;
}
#hero-video img {
	margin-top: 30px;
}
#hero-video h2 {
	margin-top: 30px;
	line-height: 40px;
}
#hero-video h3 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.5em;
}
.about {
	padding: 30px 0;
	line-height: 30px;
	font-size: 18px;
}
.about p {
	width: 95%;
}
.about h1 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 33px;
}
hr.separate {
	margin-bottom: 20px;
}
.section-number {
	font-size: 60px;
	text-indent: 40px;
}
.section-title {
	text-align: center;
	margin: -50px 0 0 10px;
	padding-bottom: 5rem;
}
#sensor-fusion-title:after {
	left: 50%;
}
.perception .section-title {
	border-bottom: none;
	text-align: center;
	width: 100%;
}
.perception .section-title:after {
	display: block;
}
.perception .section-number {
	left: -30px;
	position: absolute;
	top: -10px;
}
.perception.collapsed .section-number {
	position: absolute;
	top: .6%;
	left: 5%;
}
.perception {
	padding-top: 20px;
}
.features .section-title:after {
	max-width: 180px;
	left: -14%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: -90px;
	top: 55px;
}
.section-title::after {
	left: 0;
	top: 55px;
	transform: rotate(0deg);
	width: 100%;
}
.ml-45 {
	margin-left: 0;
}
.ml-24 {
	margin-left: 0%;
	width: 100%;
}
.section-describe h3 {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 24px;
}
.section-describe > p {
	font-size: 24px;
	line-height: 36px;
}
.section-describe {
	line-height: 28px;
	font-size: 18px;
}
.pl-5 {
	padding-left: 15px !important;
}
.ml-24 {
	margin-left: 0;
}
.localization .section-number {
	color: rgba(255, 255, 255, .2);
}
.localization:after {
	display: none;
}
.signature .section-describe {
	text-align: left !important;
}
.sensor .px-5, .big-data + section .px-5 {
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.big-data:after {
	left: 50%;
	margin-left: -40px;
}
.features .section-title {
	margin: 60px 0;
}
.features .section-title:after {
	margin-left: 37%;
}
.features .section-describe {
	padding: 0;
	display: block;
}
footer {
	text-align: center;
}
.social-nav {
	display: none;
}
.big-data .section-number {
	text-indent: 110px;
}
.big-data .section-title:after {
	left: 50%;
}
.big-data .ml-45 {
	margin-left: 0;
}
.data-lists {
	font-size: 18px;
}
.data-lists:after {
	display: none;
}
.data-lists .col-md-6:first-child {
	padding-right: 15%;
	overflow: hidden;
}
.data-lists .col-md-6:first-child:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 120%;
	background-color: #FFF;
	top: 8%;
	right: -77px;
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	transform: rotate(210deg);
}
.data-lists .col-md-5:last-child {
	padding-left: 28% !important;
}
.data-lists .col-md-5:last-child:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 120%;
	background-color: #FFF;
	top: -30%;
	left: -77px;
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	transform: rotate(210deg);
}
h2 {
	text-align: center;
}
.features {
	background-color: #191919;
	background-image: none;
}
/* Collapsed styleÂ */	

/*.section-describe, .data-lists, .signature, .big-data + section, .big-data:after {
	display: none;
}*/
.section-number, .section-title {
	cursor: pointer;
}
section.collapsed .section-describe {
	display: block;
}
.localization.collapsed + .signature, .localization.collapsed + .signature .section-describe, .big-data.collapsed + section, .big-data.collapsed:after, .big-data.collapsed + section .section-describe, .big-data.collapsed + section + .data-lists, .big-data.collapsed + section + .data-lists .section-describe {
	display: block;
}
#hero-video video {
	display: none;
}
.video-cover {
	display: block;
}
.camera-img2 {
	bottom: 0;
	position: relative;
	top: 0;
}
.setllite-data-text > h1 {
	font-size: 100px;
}
.setllite-data-text > h3 {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
.perception .section-title::after {
	top: 70px;
	left: 0;
}
.section-title {
	font-size: 29px;
	letter-spacing: 4px;
}
.camera-img2 {
	display: none;
}
.setllite {
	height: 100%;
}
.intuitive-search-details {
}
.intuitive-search-details p {
	min-width: 500px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.intuitive-search-details h2 {
	min-width: 500px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
}
.intuitive-search-details > h3, .intuitive-search-details > p, .camera-practice-heading > h3, .camera-practice-heading > p, .solutions-feature-details > h3, .solutions-feature-details > p, .about p {
	font-size: 24px;
}
.intuitive-search-details > h3 {
	min-width: 500px;
	font-size: 30px;
	text-align: center;
	letter-spacing: 5px;
	margin: 0;
	padding: 0;
}
.img-left .intuitive-search-details h2 {
	font-size: 30px;
	letter-spacing: 4px;
}
.solutions-feature-details {
	margin-left: 20px;
}
.solutions-feature-details.wow.fadeInLeft.text-right, .solutions-feature-details.wow.fadeInRight, .solutions-feature-details.wow.fadeInRight {
	text-align: left !important;
}
}

/*========================*/
@media (max-width: 1280px) {
.img-left-img, .img-right-img {
}
.camera-img {
	bottom: -70px;
	width: 450px;
}
.camera-img2 {
	left: -90px;
	top: -30px;
	width: 200px;
}
.perception .section-title {
	padding: 0 50% 0 0;
}
.arial-solution .section-title::after {
	left: 0;
	top: 74px;
}
.camera-img2 {
	display: none;
}
}

@media (max-width: 1170px) {
.img-left-img, .img-right-img {
	width: 280px;
}
}

@media (max-width: 992px) {
.section-title {
	margin: -65px 0 0 10px;
	padding-bottom: 2rem;
	line-height: 57px;
}
.row.tab-center {
	margin: 10px auto 0px;
}
.pt-5 {
	padding-top: 1rem !important;
}
.sensor .container-fluid.py-5 {
	padding-bottom: 0rem !important;
	padding-top: 1rem !important;
}
.section-describe {
	margin-top: 2rem !important;
}
.daily-data-text > h3 {
	padding: 0;
}
.camera-img {
	bottom: -50px;
	position: relative;
}
.setllite-data-text > h3 {
	padding-left: 0;
	text-align: center;
}
.camera-img2 {
	bottom: 0;
	position: relative;
	top: 0;
	display: none;
}
.learn-more > a {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.perception .tab-center {
	text-align: left;
}
.section-describe {
	margin-bottom: 0;
}
.setllite {
	padding-bottom: 60px;
	padding-top: 60px;
}
#hero-video {
	height: 100%;
	padding: 80px 0;
}
.camera-practice-box > p, .camera-practice-box > span {
	color: #ffffff;
	font-size: 20px;
}
.play-button {
	margin-top: 40px;
}
.camera-practice-box > img {
	margin: 0 auto;
	width: 110px;
}
.solutions-feature-img {
	height: 150px;
	line-height: 150px;
	width: 150px;
}
.solutions-feature-img > img {
	width: 55%;
}
.perception .section-title {
	padding: 0;
}
.img-left, .img-right {
	height: 100%;
}
.img-left-img, .img-right-img {
	width: 100% !important;
}
.camera-img {
	width: 100%;
}
.mobile-view {
	display: block;
}
.desktop-view {
	display: none;
}
.p-b-100 {
	padding-bottom: 30px;
}
.solutions-feature-details > h3 {
	font-weight: 600;
}
.img-right-img, .img-left .img-left-img {
	margin-top: 40px;
}
.contact-form {
	margin-top: 20px;
}
.camera-img.camera-img-mobile > img {
	display: block;
}
.camera-img.camera-img-desktop > img {
	display: none;
}
.img-left-img, .img-right-img {
	width: 100% !important;
}
.setllite-data-img {
	width: 100%;
}
.perception .section-title {
	text-align: left;
}
.camera-practice .col-md-4.col-sm-4.col-xs-6.text-center {
	width: 50%;
}
#second {
	display: none;
}
.setllite {
	display: block;
}
.img-right-img img, .img-left img {
	max-width: 100%;
	width: 100%;
}
#analytics {
	text-align: left;
}
.text-right {
	text-align: center;
}
}

@media (max-width: 320px) {
.camera-img > img, .camera-img2 > img {
	width: 100%;
}
.camera-practice-box > p, .camera-practice-box > span {
	font-size: 17px;
}
}

@media (max-width:625px) {
.automotive {
	height: 650px;
}
.smartcity {
	height: 760px;
	background-size: cover;
}
}

@media (max-width: 575px) {
	.photos img {padding:2%;
	display:block;
	margin:auto;}	
	.iframe iframe {width:260px; 
	height:145px;}
.solutions-feature-details {
	margin-left: 0px;
	text-align: center;
}
.solutions-feature-details.wow.fadeInLeft.text-right, .solutions-feature-details.wow.fadeInRight, .solutions-feature-details.wow.fadeInRight {
	text-align: center !important;
}
#about-hero h1 {
	margin-top: 4%;
	font-size: 38px;
	line-height: 40px;
}
.profiles p, h3 {
	width: 100%;
	text-align: center;
}
.profiles img {
	width: 50%;
	margin: 0 0 5% 0;
}
}

/*--========= 19-9-17 ==========--*/
@media (max-width: 481px) {
h1 {
	font-size: 32px;
	line-height: 40px
}
/*Press Release*/
#press-release {
	background-size: 100%;
	background-position: top;
	margin-top: 90px;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}
	#press-hero img {margin-top:50px;}
.contact-header {
	background-image: url(../image/contact-bg-mob.jpg);
	margin-top: 70px;
}
.form-group textarea {
	height: 70px;
	width: 100%;
	resize: none;
	padding: 12px 20px;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	margin-bottom: 20px;
}
.btn {
	margin: 0;
	width: 320px;
	height: 55px;
	border-radius: 125px;
}
.careers-header {
	background-image: url(../image/careers-bg-mob.jpg);
	margin-top: 70px;
}
.careers-header h1 {
	margin-top: 25%;
}
.contact-header h1 {
	margin-top: 25%;
}
.careers-header h3 {
	line-height: 32px;
}
.careers-modal {
	position: fixed;
	z-index: 1000;
	bottom: 6%;
	right: 12%;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 20px;
	width: 250px;
	height: 270px;
	padding: 50px 15px 10px 15px;
	text-align: center;
	box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.35);
}
.careers-modal p {
	font-size: 16px;
	line-height: 22px;
}
#hero-video h2 {
	margin-top: 4%;
	font-size: 24px;
	line-height: 40px;
}
#home-intro-text {
	background-color: #fff;
	height: 700px;
	width: 100%;
	padding: 10% 0;
}
#press-container {
	padding-top: 10%;
}
ul.slidenav-quotes {
	width: 88%;
	text-align: center;
	margin: auto;
}
ul.slidenav-quotes li {
	font-family: 'AvenirNextCondensed-Regular';
	letter-spacing: 2px;
	font-size: 31px;
	line-height: 36px;
	color: #0a0914;
	display: none;
}
.container-fluid {
	padding: 5% 2% 0% 2%;
}
#tech-hero h1 {
	font-size: 30px;
	line-height: 40px;
}
#tech-bgvid {
	padding-top: 20%;
}
#tech-bgvid h2 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 35%;
}
#tech-br {
	display: none;
}
#tech-br-991 {
	display: none;
}
#tech-bgvid h3 {
	font-size: 21px;
	line-height: 26px;
}
.video-cover {
	background: url(../image/hero-480.jpg) center top no-repeat;
}
#tech-video-cover {
	background: url(../image/tech-hero-480.jpg) center top no-repeat;
}
.mob-padding {
	padding-top: 10%;
	margin-bottom: 0;
}
.automotive {
	background-image: url(../image/automotive-480.jpg);
	padding: 17% 2% 10% 2%;
}
.smartcity {
	background-image: url(../image/safe-city-480.jpg);
	padding: 17% 2% 10% 2%;
}
.perception .section-number {
	top: -17px;
}
.perception .section-title::after {
	top: 55px;
	left: -0px;
}
.perception .section-title {
	padding-left: 10px !important;
	text-align: left;
}
.section-describe h3 {
	margin-bottom: 5px !important;
	padding-bottom: 0;
}
.section-describe > p {
	padding-bottom: 20px;
}
.tab-center > .pl-5.wow {
	padding-left: 0 !important;
}
.learn-more, .learn-more.wow {
	text-align: center !important;
}
.learn-more a {
	max-width: 400px;
}
.intuitive-search {
	padding: 85px 0;
	text-align: center;
}
.intuitive-search-details {
	margin: 0;
	padding: 0;
}
.intuitive-search-details p {
	font-size: 18px;
	text-align: center;
	margin: 0%;
	max-width: 460px;
	min-width: 300px;
}
.intuitive-search-details h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: 0;
	max-width: 460px;
	min-width: 300px;
}
.intuitive-search-details h3 {
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	margin: 0;
	max-width: 400px;
	min-width: 300px;
}
#signatures p {
	margin: 0;
	padding: 0;
	width: 100%;
}
.intuitive-search-details h2::after, .img-left .intuitive-search-details h2::after {
	width: 100%;
	text-align: center;
}
.img-right {
	padding: 50px 0 0;
}
.img-right-img {
	position: static;
	overflow: hidden;
	max-height: 400px;
}
.img-right-img img {
	max-width: 100%;
	width: 100%;
	margin-top: -40px;
}
.img-left {
	padding: 50px 0 0;
}
.img-left .img-left-img {
	overflow: hidden;
}
.img-left-img img {
	margin-top: -60px;
}
.intuitive-search-details h2 {
	padding-bottom: 15px;
}
.camera-practice-box {
	margin-bottom: 35px;
}
.camera-practice .camera-practice-box p {
	padding-top: 15px;
	margin-bottom: 0;
}
.perception.wow.fadeIn.arial-solution {
	padding-top: 40px;
}
.perception.arial-solution .section-title::after {
	left: 0;
	top: 70px;
}
.perception.arial-solution .section-describe {
	margin-top: 50px !important;
}
.inspection {
	padding: 85px 0;
}
.inspection h2 {
	margin-bottom: 40px;
	padding-bottom: 15px;
}
/* Daily Data sectionÂ */
.daily-data {
	background: url("https://cortica.com/images/bg-parallax-desktop-tall.jpg") no-repeat scroll 0 0/cover;
	padding: 70px 0;
}
/* InspectionÂ */
.inspection {
	background: url("https://cortica.com/images/bg-inspection.jpg") no-repeat scroll center center / cover;
	padding: 100px 0 100px;
}
.setllite {
	background: url("https://cortica.com/images/setlite.jpg") no-repeat scroll center center / cover;
	height: 560px;
	padding-top: 90px;
}
/*TECHNOLOGY*/
.icon {
	width: 50%;
	margin-bottom: 50px;
}
.align-left {
	text-align: center;
	width: 100%;
	margin: 0;
}
.align-right {
	text-align: center;
	width: 100%;
	margin: 0;
}
.align-right {
	text-align: right;
}
.align-right p {
	width: 100%;
}
.align-left {
	margin-left: 0;
}
.align-right {
	margin-left: 0;
}
.intro {
	background-color: #0a0914;
	color: #fff;
	text-align: center;
	padding: 0;
}
#intro-text {
	background-color: #fff;
	color: #0a0914;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	margin: 0;
}
#intro-text .CTA {
	color: #333;
}
.profile-pic {
	width: 50%;
	margin: 20px auto;
}
.mob-break {
	display: block;
}
#desk-br {
	display: none;
}
.pic-cta {
	padding-top: 30%;
}
#unique-tech {
	padding-top: 10%;
}
#future-ai {
	padding-top: 10%;
}
.profile-margin {
	margin-bottom: 0px;
}
.profiles {
	padding-bottom: 45px;
	margin-top: 450px;
}
/*About Styles*/
#about-hero h1 {
	margin-top: 4%;
	font-size: 30px;
	line-height: 40px;
}
/*bootstrap columns*/

.col-sm-8 {
	margin: 0;
}
.col-sm-8 p {
	margin-right: 0;
	width: 100%;
}
.col-sm-push-8 {
	left: 0%;
}
.col-sm-pull-8 {
	right: 0%;
}
.col-sm-pull-4 {
	right: 8%;
	margin-left: 0;
	text-align: center;
}
footer {
	padding: 3% 0;
}
.footer-nav li {
	display: block;
	list-style: none;
	margin-left: 0;
}
.copyright {
	height: 100px;
}
.offset-3 {
	margin-left: 0;
}
.offset-2 {
	margin-left: 0;
}
#rat-img {
	display: block;
}
.hide-mob {
	display: none;
}
#profile-container {
	margin-top: 500px;
}
}



/*--========= 19-9-17 styling Ends here ==========--*/



/**/
.a_add1 .list2{ background:url(../images/bg2.png) center bottom no-repeat; background-size:cover; color:#fff; margin-top:25px; padding:5% 3% 0 3%; overflow:hidden;}
.a_add1 .list2bg{ position:relative;}
.a_add1 .list2 .imgbg{ float:right; width:40%; position:absolute; bottom:1px; right:0; z-index:1;}
.a_add1 .list2 .img{ padding-bottom:150%; border-radius:10px 10px 0 0;}
.a_add1 .list2 .lt{ float:left; width:80%;}
.a_add1 .list2 .txtbg{/* padding:0 10% 0 0; background:#fff8e2;*/ background:
#f7dec0; color:#485275; border-radius:10px 10px 0 0; margin:5% 0 1px 0; position:relative; z-index:2;}
.a_add1 .list2 .txt{ padding:3% 3%;}
.a_add1 .list2 .h2{ font-size:14px; line-height:22px; color:#fff;letter-spacing: 5px;}
.a_add1 .list2 .h2 span{ font-size:32px; line-height:42px; color:#fff; display:block;  font-weight:bold; position:relative; padding-bottom:5px; margin-bottom:5px;}
.a_add1 .list2 .h2 span:before{ content:""; width:44px; height:2px;/* background:#ff6537;*/ background:#f7dec0; position:absolute; bottom:0; left:0;}
.a_add1 .list2 .txt .h3{ font-size:18px; line-height:2em; letter-spacing: 2px;/* margin-top:15px; text-align:justify;*/ font-family: 'Roboto', Helvetica, Arial, sans-serif;}
.a_add1 .list2-1{ padding:5% 3% 0 3%;}
.a_add1 .list2-1 .imgbg{ width:80%; right:-28%;}
.a_add1 .list2-1 .img{ padding-bottom:88%; }
.a_add1 .list2-1 .txtbg{ min-height:54vh;}
.a_add1 .list2-2{ padding:10% 3% 0 3%;}
.a_add1 .list2-2 .imgbg{ width:55%; right:-22%;}
.a_add1 .list2-2 .img{ padding-bottom:105%; }
.a_add1 .list2-2 .txtbg{ min-height:42vh;}
@media(max-width:768px){
.a_add1 .list2{ padding:5% !important;}
.a_add1 .list2 .imgbg{ width:100% !important; position:static; float:none;}
.a_add1 .list2 .img{ padding-bottom:100% !important;}
.a_add1 .list2 .lt{ float:none; width:100%; }
.a_add1 .list2 .txtbg{ padding:0; margin:0;}
.a_add1 .list2 .txt .h3{ font-size:18px; line-height:1.8em;}
}














