* {
	padding: 0;
	margin: 0;
}
body {
    -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
}
.container {
	max-width: 1440px;
	width: 96%;
	margin: 0 auto;
	padding: 0% 2%;
}
.text-center {
    text-align: center;
}
.mt-100 {
	margin-top: 100px;
}
footer {
    clear: both;
}
@font-face {
    font-family: 'Nexa';
    src: url('/assets/dist/fonts/Nexa-Light.eot');
    src: url('/assets/dist/fonts/Nexa-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/dist/fonts/Nexa-Light.woff2') format('woff2'),
        url('/assets/dist/fonts/Nexa-Light.woff') format('woff'),
        url('/assets/dist/fonts/Nexa-Light.ttf') format('truetype'),
        url('/assets/dist/fonts/Nexa-Light.svg#Nexa-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaRegular';
    src: url('/assets/dist/fonts/NexaRegular.eot');
    src: url('/assets/dist/fonts/NexaRegular.eot?#iefix') format('embedded-opentype'),
        url('/assets/dist/fonts/NexaRegular.woff2') format('woff2'),
        url('/assets/dist/fonts/NexaRegular.woff') format('woff'),
        url('/assets/dist/fonts/NexaRegular.ttf') format('truetype'),
        url('/assets/dist/fonts/NexaRegular.svg#NexaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('/assets/dist/fonts/Nexa-Bold.eot');
    src: url('/assets/dist/fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/dist/fonts/Nexa-Bold.woff2') format('woff2'),
        url('/assets/dist/fonts/Nexa-Bold.woff') format('woff'),
        url('/assets/dist/fonts/Nexa-Bold.ttf') format('truetype'),
        url('/assets/dist/fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* Header */
header {
	width: 100%;
    display: inline-block;
	border-top: 4px solid #262344;
	padding-top: 28px;
}
header .site-logo {	
	width: 20%;
	padding-left: 32px;
	display: inline-block;
	vertical-align: middle;
}
header .site-logo img {
    vertical-align: middle;
    max-width: 240px;
}
header .main-navigation {
	width: 70%;
	padding-right: 32px;
	display: inline-block;
	vertical-align: middle;
}
.main-navigation li {
	display: inline-block;
    margin-right: 46px;
}
.main-navigation li:last-child {
	margin-right: 0;
}
.main-navigation nav {
	float: right;
}
.main-navigation li a {
	font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #262344;
    letter-spacing: 0.03em;
    text-decoration: none;
}
.main-navigation li a:hover,
.main-navigation li a.active{
	text-decoration: underline;
}
a.top-tech-startup img{
	vertical-align: middle;
	padding-left: 60px;
}

/* About */
.header-banner {
	display: inline-block;
    width: 100%;
    float: left;
    padding-top: 26px;
    margin-bottom: 30px;
    position: relative;
}
.banner-title, .banner-image {
    width: 50%;
    display: inline-block;
    float: right;
}
.header-banner .banner-title {
	position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
}
.header-banner.bg-image {
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    margin-bottom: 150px;
}		
.banner-image img { 
	width: 100%;
}
.header-banner.bg-image .banner-area {
	padding-top: 150px;
    padding-right: 35%;
}
.banner-title p {
	font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 49px;
    letter-spacing: 0.03em;
    color: #525252;
}
.banner-title p span {
	display: block;
	font-weight: 900;
    font-size: 96px;
    line-height: 95px;
    letter-spacing: 0.03em;
    color: #000;
}
.sub-navigation {
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}
.sub-navigation li {
    display: inline-block;
    width: calc(25% - 0.6px);
    float: left;
    text-align: center;
}
.sub-navigation li a {
	font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.03em;
    color: #525252;
    width: 100%;
    display: inline-block;
    border: 1px solid #525252;
    padding: 8px 0;
}
.sub-navigation li:not(first-child) a {
    border-right: 0;
}
.sub-navigation li:last-child a {
	border-right: 1px solid #525252;
}


h2.section-title {
	font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 24px;
}
h2.section-title > img {
    vertical-align: text-top;
    height: 68px;
}
.our-mission {
	margin-bottom: 130px;
}
.our-mission p {
	font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
    width: 70%;
}
.divider {
	border-top: 1px solid #DDDDDD;
    width: calc(100% - 20%);
    margin: 125px 0;
    position: relative;
}
.divider:before {
    content: url('../images/diagonal.svg');
    position: absolute;
    right: 0;
    bottom: -5px;
    transform: translateX(100%);
    /* top: -143px;
    right: -346px;
    width: 35%;
    height: 2px;
    display: block;
    background: #DDDDDD;
    transform: rotate(135deg); */
}
.mission-item {
    display: inline-block;
    width: 100%;
}
.mission-item .img {
    display: inline-block;
    float: left;
    width: 30%;
}
.mission-item .img img {
	width: 100%;
}
.mission-item .mission-content {
    display: inline-block;
    width: 70%;
    float: left;
}
.mission-item .mission-content h3 {
	font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 35px;
}
.mission-item .mission-content p {
	font-family: Nexa;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 0.03em;
	color: #525252;
}
.mission-item .mission-content .mission-info {
    padding-left: 130px;
    margin-top: 120px;
}


.our-history {
	padding-top: 145px;
    padding-bottom: 200px;
    background: url('../images/kythera-space.png') no-repeat #000;
    background-position: top center;
    background-size: contain;
	/* background-color: #000; */
	margin-bottom: 160px;
}
.our-history h2.section-title {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}


.our-leadership {
	margin-bottom: 250px;
}
.our-leadership h2.section-title {
	text-align: center;
	margin-bottom: 90px;
}

.member {
    display: inline-block;
    width: 100%;
    margin-bottom: 120px;
}
.member .avatar {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
	overflow: hidden;
}
.member .avatar:before {
	content: "";
    width: 130px;
    height: 200px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -110px;
    left: -50px;
}
.member .avatar:after {
	content: "";
    width: 130px;
    height: 200px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -110px;
    right: -50px;
}
.member .avatar img {
	width: 100%;
}
.member .member-detail {
    display: inline-block;
    float: left;
    width: 75%;
}
.member .member-detail .member-main {
    padding-left: 50px;
}
.member .member-detail h4 {
	font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
}
.member .member-detail span {
	font-family: Nexa;
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #525252;
}
.member .member-detail p {
	font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-top: 20px;
}

.our-customers {
	margin-bottom: 160px;
}
.our-customers .border-box {
	text-align: center;
    border: 1px solid #B4CDCF;
}
.our-customers .border-box h2.section-title {
	background: #fff;
    width: 36%;
    margin: 0 auto;
    margin-top: -40px;
}
.our-customers .customers-logos {
	padding: 70px 0; 
}
.customers-logos .logo {
    display: inline-block;
    width: 18%;
    margin-bottom: 25px;
}
.customers-logos .logo img {
    max-width: 80%;
    vertical-align: middle;
}

.kythera-btn {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 3px;
    text-decoration: none;    
    cursor: pointer;
}
.kythera-btn.bg-dark {
    border: 1px solid #fff;
}
.kythera-btn.bg-colored {
    border: 1px solid #262344;
}
.kythera-btn span {
    position: relative;
    display: block;
    margin: 0;
    z-index: 5;
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px !important;
    letter-spacing: 0.03em;
    padding: 17px 43px;
}
.kythera-btn.link-button span {
    font-size: 18px;
    line-height: 20px !important;
    letter-spacing: 0.03em;
    padding: 12px 35px;
}
.kythera-btn.link-button.btn-large span {
    font-size: 20px;
    line-height: 23px;
    padding: 20px 80px;
}
.kythera-btn.bg-dark span {
    color: #fff;
    border: 1px solid #fff;
}
.kythera-btn.bg-colored span {
    color: #fff;
    border: 1px solid #262344;
    background: #262344;
}
.kythera-btn.bg-colored span:hover{
	background: #76C3D4;
    color: #262344;
    transition: all 0.5s;
}
.about-sub-navigation ul li a:hover,
.kythera-btn.bg-dark span:hover,
.sub-navigation ul li a:hover,
.contact-form button:hover{
	background: #76C3D4;
    color: #fff;
    transition: all 0.5s;
}
.kythera-btn:before {
   width: calc(100% + 75px + 4px - 100px);
    height: calc(100% + 4px);
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    content: "";
    position: absolute;
}
.kythera-btn:after {
    height: calc(100% + 75px + 2px - 100px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    position: absolute;
}
.kythera-btn.bg-dark:before,
.kythera-btn.bg-dark:after {
    background: #000;
}
.kythera-btn.bg-colored:before,
.kythera-btn.bg-colored:after {
    background: #fff;
}



/* Footer */
footer .footer-widgets {
    padding-top: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    background-position: right;
    position: relative;
}
.footer-widgets:before {
    content: "";
    position: absolute;
    border-top: 130px solid #fff;
    border-left: 130px solid transparent;
    right: 0;
    top: 0;
}
footer .footer-widgets h4 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 53px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 42px;
}
/*.btn-transparent {
    padding: 17px 43px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.03em;
}*/
footer .site-footer {
    padding: 36px 32px;
}
footer .site-footer .footer-menu {
    display: inline-block;
    margin-bottom: 20px;
}
footer .site-footer .footer-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 32px;
}
footer .site-footer .footer-menu li a {
    text-decoration: none;
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #232C64;
}
footer .site-footer .footer-menu li a:hover,
.main-navigation ul li a:hover{
	color: #54BBC4;
}
footer .social-share {
    display: inline-block;
    float: right;
}
footer .social-share li {
    margin-left: 16px;
    display: inline-block;
}
.site-footer .copyright {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #B4CDCF;
}

.fancy-corner {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 3px;
    border: 1px solid #525252;
}
.fancy-corner:before {
	width: calc(100% + 75px + 2px - 100px);
    height: calc(100% + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    content: "";
    position: absolute;
    background-color: #fff;
}
.fancy-corner:after {
	height: calc(100% + 75px + 2px - 100px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    position: absolute;
    background-color: #fff;
}
.fancy-corner > * {
	position: relative;
    z-index: 5;
}

.solutions {
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 150px;
}
.solutions-Row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.solutions-Row:nth-child(odd) {
	flex-direction: row-reverse;
	position: relative;
}
.solutions-Row:nth-child(odd):before {
	content: "";
	position: absolute;
    width: 100px;
    height: 2px;
    background: #ddd;
    left: 50%;
    display: block;
    bottom: -15px;
}
.solutions-Row:nth-child(odd):after {
	content: "";
	position: absolute;
    width: 100px;
    height: 2px;
    background: #ddd;
    right: 50%;
    display: block;
    bottom: 15px;
}
.solutions-Row:last-child:before,
.solutions-Row:last-child:after {
	display: none;
}
.solutions-Row .solutions-Column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.solutions-Row .solutions-Column:first-child:before {
	content: "";
    width: 145px;
    height: 250px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -110px;
    left: -55px;
}
.solutions-Row .solutions-Column:first-child:after {
	content: "";
    width: 145px;
    height: 250px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -110px;
    right: -55px;
}
.solutions .solution-content {
	width: 54%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.solutions a {
	line-height: 0;
}
.solutions .solutions-Title {
	font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}
.fancy-heading {
	position: relative;
}
.fancy-heading:before {
    position: absolute;
    content: "";
    top: -9px;
    border-top: 2px solid #54BBC4;
    width: 26px;
}
.solutions-Row .solutions-Column img {
	width: 100%;
}
.solutions p {
	font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 50px;
}

/* Banner Header */
.banner-area h2 {
	font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 20px;
}
.banner-area p {
	font-family: Nexa;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: #525252;
}

.single-solution.bg-image,
.single-case-study.bg-image,
.news-main.bg-image,
.single-article.bg-image {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
}
.single-solution h1,
.single-case-study h1,
.single-article h1 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 50px;
}
.single-case-study h1{
    margin-bottom: 120px;
}
.single-solution .single-solution-main,
.single-case-study .single-case-study-main,
.single-article .single-article-main {
    padding: 50px 150px 0;
}
.single-case-study .single-case-study-main {
    margin-bottom: 78px;
}
.single-solution .solution-wrap,
.single-case-study .case-study-wrap,
.single-article-detail .article-wrap {
    padding: 0 150px;
}

.single-solution .single-solution-main .feature-image,
.single-article .single-article-main .feature-image {
    width: 100%;
    margin-bottom: 80px;
}
.back-link {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #26507F;
    display: inline-block;
    margin-bottom: 35px;
    text-decoration: none;
}

.text-block {
    margin-bottom: 65px;
}
.text-block h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 24px;
}
.text-block p {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 25px;
}
.text-block p.medium-font {
    font-size: 20px;
}

.testimonial-block {
    display: flex;
    width: 100%;
    margin-bottom: 150px;
}
.testimonial-block .testimonial-content,
.testimonial-block .testimonial-image {
    flex: 50%;
}
.testimonial-block .testimonial-image {
    text-align: center;
}
.testimonial-block .testimonial-content blockquote {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #525252;
}
.testimonial-block .testimonial-content blockquote p {
    margin-bottom: 20px;
}
.testimonial-block .testimonial-content h4 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #232C64;
}
.testimonial-block .testimonial-content blockquote { 
    background-color: #F4F6F9;
    position: relative;
    overflow: hidden;
    padding: 56px;
}
.testimonial-block .testimonial-content blockquote:before {
    content: "";
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -60px;
    left: -15px; 
}
.testimonial-block .testimonial-content blockquote:after {
    content: "";
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -60px;
    right: -15px; 
}
.testimonial-block .testimonial-content blockquote span {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #525252;
}

.video-block {
    margin-bottom: 150px;
}
.video-block h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 40px;
}
.video-block video {
    margin-bottom: 40px;
    width: 100%;
}
.video-block p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #525252;
}

.column-block {
    background: #000;
    padding-top: 80px;
    margin-bottom: 120px;
    /*display: inline-block;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.column-block .column-item {
    display: inline-block;
    width: 33.33%;
    float: left;
    color: #fff;
    margin-bottom: 80px;
    min-height: 100px;
}
.column-block .column-item h4 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
    position: relative;
}
.column-block .column-item h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -28px;
    width: 18px;
    height: 18px;
    background-image: url('/assets/dist/images/column-indicator.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.column-block .column-item p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #DDDDDD;
}
.column-block .column-item .column-main {
    padding: 0 70px;
}

.slideshow-block {
    margin-bottom: 160px;
}
.slideshow-slider .owl-item {
    transition:.4s ease all;
    transform:scale(.9);
}
.slideshow-slider .owl-item:not(.active) .slide-item:before {
    content: "";
    background-color: #496D95;
    background-color: #496D95;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.slideshow-slider .owl-item.active {
    transform:scale(1);
}
.slideshow-slider .slide-item img {
    max-height: 600px;
    object-fit: cover;
}
.slideshow-slider .owl-dots {
    margin-top: 25px !important;
}

.case-studies {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 180px;
}
.case-studies-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.case-studies-grid .case-study-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
}
.case-studies-grid .case-study-item .case-study-main {
    padding: 80px 40px;
}
.case-studies-grid .case-study-item .case-study-logo {
    min-height: 190px;
    display: block;
}
.case-studies-grid .case-study-item img {
    width: 230px;
}
.case-studies-grid .case-study-item h3 a {
    text-decoration: none;
    color: #000;
}
.case-studies-grid .case-study-item h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 14px;
}
.case-studies-grid .case-study-item p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 48px;
}
.case-studies-grid .case-study-item:nth-of-type(odd) {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.case-studies-grid .case-study-item:nth-of-type(even) {
    border-bottom: 1px solid #DDDDDD;
}
.case-studies-grid .case-study-item.no-border-bottom {
    border-bottom: 0;
}


.case-study-Row:nth-child(even) {
    flex-direction: row-reverse;
    position: relative;
}
.case-study-Row:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ddd;
    left: 50%;
    display: block;
    bottom: -15px;
}
.case-study-Row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}
.case-study-Row .case-study-Column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    position: relative;
}
.case-study-Row .case-study-Column img {
    width: 100%;
}
.image-and-text-block {
    margin-bottom: 160px;
}
.image-and-text-block .case-study-content {
    width: 70%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.image-and-text-block .case-study-content h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 16px;
}
.image-and-text-block .case-study-content p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
}
.case-study-Row .case-study-Column:first-child:before {
    content: "";
    width: 130px;
    height: 200px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -110px;
    left: -50px;
}
.case-study-Row .case-study-Column:first-child:after {
    content: "";
    width: 130px;
    height: 200px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -110px;
    right: -50px;
}

.news {
    margin-bottom: 180px;
}
.news .news-inner {
    padding-left: 32px;
    padding-right: 32px;
}
.news .news-main {
    padding-top: 130px;
}
.news .news-main h1 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 80px;
}
.news-seperator {
    margin: 136px 0;
    border: 1px solid #DDDDDD;
}
.article-grid {
    display: inline-block;
    width: 100%;
}
.article-grid .article-item {
    display: inline-block;
    float: left;
    width: 33.33%;
    margin-bottom: 95px;
}
.article-grid .article-item .article-main {
    padding: 0 15px;
}
.article-grid .article-item .article-image {
    display: block;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.article-grid .article-item .article-image:before {
    content: "";
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -60px;
    left: -15px;
}
.article-grid .article-item .article-image:after {
    content: "";
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -60px;
    right: -15px;
}
.article-grid .article-item img {
    width: 100%;
}
.article-grid .article-item span.post-date {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #525252;
    display: block;
}
.article-grid .article-item .article-title {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #000;
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
}
.article-grid .article-item .article-content {
    padding: 0 30px;
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #525252;
}
.single-article h1 {
    margin-bottom: 12px;
}
.single-article .article-date {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #525252;
    display: block;
    margin-bottom: 50px;
}
.text-block ul {
	padding-left: 3rem;
}
.text-block ul > li {
	font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.03em;
    color: #525252;
}
.more-news h2 {
	font-family: Nexa;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0.03em;
	margin-left: 15px;
	margin-bottom: 42px;
}
.article-social-share {
	display: inline-block;
	width: 100%;
	text-align: center;
    position: relative;
    z-index: 9999;
    margin-bottom: 145px;
}
.article-social-share:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #DDDDDE;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
.article-social-share .social-share-main {
    padding: 18px 100px;
    border: 1px solid #262344;
    display: inline-block;
    background: #fff;
}
.article-social-share .social-share-main ul {
	display: inline-block;
}
.article-social-share .social-share-main span,
.article-social-share .social-share-main ul > li {
	display: inline-block;
	margin-right: 24px;
    vertical-align: middle;
}
.article-social-share .social-share-main span {
	font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #262344;
}
.careers .banner-image {
	margin-right: 30px;
}
.careers h1 {
	font-family: Nexa;
	font-style: normal;
	font-weight: 900;
	font-size: 75px;
	line-height: 85px;
	letter-spacing: 0.03em;
	margin-bottom: 22px;
}
.careers .banner-title p {
	font-family: Nexa;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: #525252;
	margin-bottom: 42px;
	width: 55%;
}
.Benefits {
	padding-top: 80px;
    background: #000;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 140px;
}
.Benefits h3 {
	font-family: Nexa;
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: 0.03em;
	text-align: center;
}
.Benefits .column-block {
	margin-bottom: 80px;
}
.positions {
    padding: 170px 30px;
    border-top: 1px solid #DDDDDD;
}
.positions-row {
	display: inline-block;
	width: 100%;
}
.positions-row .positions-col {
    display: inline-block;
    width: 50%;
    float: left;
}
.positions-row h3 {
	font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.03em;
}
.Positions-Item {
    padding: 36px 0 40px;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}
.Positions-Item:last-child {
	border: 0;
}
.Positions-List .Positions-Item a {
	text-decoration: none;
}
.Positions-List .Positions-Item span {
	display: block;
	font-family: Nexa;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 0.03em;
	color: #525252;
	opacity: 0.75;
	position: relative;
    margin-left: 22px;
}
.Positions-List .Positions-Item span:before {
	content: "";
	display: block;
    position: absolute;
    top: 6px;
    left: -22px;
    width: 18px;
    height: 18px;
    background-image: url(/assets/dist/images/location.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.Positions-List .Positions-Item h5 {
	font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.03em;
    color: #232C64;
}
.recent-news {
    display: inline-block;
    width: 100%;
}
.recent-news .recent-news-col {
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.recent-news .recent-news-col img {
    width: 100%;
}
.recent-news .article-content .post-date {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #525252;
    display: block;
    margin-bottom: 8px;
}
.recent-news .article-content a.article-title {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    text-decoration: none;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.recent-news .article-content p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 65px;
}
.recent-news .article-content {
    width: 70%;
    margin: 0 auto;
    margin-top: 10%;
}
.recent-news .recent-news-col:first-child:before {
    content: "";
    width: 145px;
    height: 250px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    top: -110px;
    left: -55px;
}
.recent-news .recent-news-col:first-child:after {
    content: "";
    width: 145px;
    height: 250px;
    display: block;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    bottom: -110px;
    right: -55px;
}

/*.timeline{
  position:relative;
  margin:50px auto;
  width:100%;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:1px;
  height:100%;
  background:#54BBC4;
  top: 81px;
}
.timeline:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -90px;
    left: 50%;
    background: #54BBC4;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2);
    margin-left: -4px;
}

.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
    list-style: none;
    position: relative;
    width: 50%;
    padding: 80px 0px;
    box-sizing: border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:left;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:right;
  clear:both;
}
*/

.content{
  padding-bottom:20px;
}

/* TIMELINE STUFF */
/* .timeline ul li:nth-child(odd):before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 170px;
    right: -86px;
    background: #54BBC4;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 170px;
    left: -100px;
    background: #54BBC4;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(233,33,99,1);
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:150px;
  right: -615px;
  margin:0;
  padding:8px 16px;
  
  color:#fff;
 
  width: 50%;
}
.timeline ul li:nth-child(odd) .content img  , .timeline ul li:nth-child(even) .content img{
    width: 100%;
}

.timeline ul li:nth-child(even) .content img {
    margin-left: 1px;
}
.timeline ul li:nth-child(even) .time
{
    position: absolute;
    top: 150px;
    left: -640px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    width: 50%;
}
.timeline ul li:nth-child(even) .content {
    text-align: right;
}

.timeline ul li:nth-child(odd):after {
    content: "";
    width: 76px;
    height: 1px;
    display: block;
    color: #54BBC4;
    background: #54BBC4;
    right: -75px;
    top: 174px;
    position: absolute;
    
}
.timeline ul li:nth-child(even):after {
    content: "";
    width: 90px;
    height: 1px;
    display: block;
    color: #54BBC4;
    background: #54BBC4;
    left: -90px;
    top: 174px;
    position: absolute;
}

.time h6 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 200;
    font-size: 30px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.time h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.time p {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
} */


/* Today section */

.today-section {
    margin-top: 150px;
}
.today-section h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 113.1%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 20px;

}
.today-section p {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
}
.today-counter {
    display: inline-block;
    width: 100%;
}
.today-counter-column {
    width: 20%;
    margin: 0px 50px;
    display: inline-block;
}
.today-counter {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.today-counter-column {
    margin-top: 80px;
}
.today-counter-column h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 200;
    font-size: 50px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid #54BBC4;
    padding-bottom: 5px;
}
.today-counter-column span {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #54BBC4;
    text-align: left !important;
    padding-top: 12px;
    display: block;
}


/* contact page */

.contact-main,
.technology-main {
    width: 100%;
    display: inline-block;
    margin-top: 110px;
}
.contact-form h2 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 30px;
}
.contact-form {
    float: left;
    width: 45%;
}
.contact-address {
    float: left;
    width: 30%;
    margin-left: 130px;
    margin-top: 34px;
}
.contact-address span {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #525252;
}
.contact-address h4 {
    position: relative;
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 113.1%;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contact-address h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background-image: url(/assets/dist/images/column-indicator.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form .freeform-input {
    background: rgba(221, 221, 221, 0.25);
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 15px;
}
.contact-form button {
    color: #fff;
    border: 1px solid #262344;
    background: #262344;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    padding: 12px 35px;
    position: relative;
    display: block;
    margin: 0;
    z-index: 5;
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
}
.header-banner.bg-image.contact-us,
.header-banner.bg-image.technology {
    background-size: auto;
    background-position: top right;
    margin-bottom: 200px;
}

.technology-header-item h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 28px;
}
.technology-header-feature-image img {
    width: 100%;
}
.technology-header-item p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 60px;
}
.technology-header-item {
    display: none;
    width: 100%;
}
.technology-header-item.active {
    display: inline-block;
}
.technology-header-feature-image,
.technology-header-features {
    display: inline-block;
    float: left;
    width: 50%;
}
.technology-header-features h5 {
    padding-left: 70px;
    margin: 20px 0;
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #000;
}
.technology-header-features ul {
    padding-left: 70px;
    text-indent: 22px;
}
.technology-header-features ul li {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.03em;
    color: #525252;
}
.management-system {
    margin-top: 150px;
}
.management-system h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 80px;
}
.management-Column img {
    width: calc(100% - 50px);
}
.management-Row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 100px;
    justify-content: space-between;
}
.management-Row:nth-child(even) {
    flex-direction: row-reverse;
}
.management-system-items .management-Row:last-child .management-Column {
    margin-bottom: 0;
}
.management-Row .management-Column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-bottom: 60px;
    position: relative;
}
.management-visual .media-container {
    border: 1px solid #262344;
}

.management-item-content {
    padding-left: 60px;
}

.management-Row:nth-child(even) .management-item-content {
    padding-right: 60px;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .management-item-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.management-Column .management-item-content h4 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 25px;
}
.management-Column .management-item-content h4:before {
    position: absolute;
    content: "";
    top: -9px;
    border-top: 2px solid #54BBC4;
    width: 26px;
}
.management-Column .management-item-content p {
    font-family: Nexa;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #525252;
}
.technology-navigation {
    margin-bottom: 80px;
    text-align: center;
}
.technology-navigation li {
    display: inline-block;
    text-align: center;
    margin: 0 50px;
    width: auto;
    cursor: pointer;
}
.technology-navigation li:not(.active) {
    opacity: .5;
}
.technology-navigation li.fancy-corner > span {
    font-family: Nexa;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #262344;
    padding: 8px 30px;
    border: 1px solid #525252;
}
.technology-navigation li.fancy-corner:before {
    width: calc(100% + 85px + 2px - 100px);
}
.technology-navigation li.fancy-corner:after {
    height: calc(100% + 85px + 2px - 100px);
}
.technology-navigation li.fancy-corner > span:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #262344;
    border-bottom: 5px solid transparent;
}
.technology-navigation li.fancy-corner > span:after {
    content: "";
    display: inline-block;
    background: #000;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
}
.technology-navigation li:last-child.fancy-corner > span:before,
.technology-navigation li:last-child.fancy-corner > span:after {
    display: none;
}

/* Mobile Menu */
nav a.mobile-menu {
    display: none;
    float: right;
}

.home .banner-area p {
    margin-bottom: 50px;
}
.why-kythera {
    display: inline-block;
    width: 100%;
}
.why-kythera p.section-desc {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #525252;
    text-align: center;
    max-width: 83%;
    width: 100%;
    margin: 0 auto;
}
.why-kythera-section {
    margin-top: 60px;
}
.why-kythera-section .kythera-section-left {
    display: inline-block;
    width: 66.66%;
    float: left;
}
.why-kythera-section .kythera-section-right {
    display: inline-block;
    width: 33.33%;
    float: left;
}
.kythera-icons.column-block {
    background: #fff;
}
.kythera-icons.column-block .column-item {
    width: 50%;
}
.kythera-icons.column-block .column-item h4 {
    color: #000;
    display: flex;
    align-items: flex-start;
}
.kythera-icons.column-block .column-item h4:before {
    display: none;
}
.kythera-icons.column-block .column-item h4 img {
    width: 24px;
    vertical-align: top;
    margin-right: 10px;
}
.kythera-icons.column-block .column-item .column-main {
    padding: 0 30px;
}
.kythera-icons.column-block .column-item p {
    color: #525252;
    padding-left: 35px;
}
.kythera-testimonial {
    display: inline-block;
}
.kythera-testimonial.testimonial-block .testimonial-content, 
.kythera-testimonial.testimonial-block .testimonial-image {
    margin-bottom: 25px;
}
.kythera-logos {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    width: 100%;
    margin-bottom: 160px;
    padding: 80px 0;
}
.kythera-logos .logo-slider img {
    width: 70%;
    margin: 0 auto;
    object-fit: scale-down;
}
.logo-slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}
.logo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.recent-news-section {
    padding: 0 30px;
}
.recent-news-section h3 {
    font-family: Nexa;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 42px;
}
.sub-navigation .element-3 li {
    width: calc(33.3% - 0.6px) !important;
}
.sub-navigation .element-2 li {
    width: calc(49.7% - 0.6px) !important;
}
.sub-navigation .element-1 li {
    width: calc(99.5% - 0.6px) !important;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-color: #262344;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: background-color .3s, opacity .5s, visibility .5s;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-top .arrow-top {
     display: inline-block;
     height: 12px;
     position: relative;
     width: 12px;
     left: 40%;
     top: 44%;
     -moz-transform: rotate(225deg);
     -ms-transform: rotate(225deg);
     -webkit-transform: rotate(225deg);
     transform: rotate(225deg);
}
.back-to-top .arrow-top:after {
     border-bottom-style: solid;
     border-bottom-width: 2px;
     border-right-style: solid;
     border-right-width: 2px;
     border-color: #fff;
     content: '';
     display: inline-block;
     height: 12px;
     left: 0;
     position: absolute;
     top: 0;
     width: 12px;
}
.home-hero-video video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.main-navigation a.mobile-menu {
  width: 25px;
  height: 17px;
  background: url("/assets/dist/images/main-navigation-mobile-toggle.png");
  text-indent: -9999px;
  margin-top: 15px;
}
.our-history.messagefounder-section .messagefounder-title{
	padding-top: 80px;
	margin-bottom: 0;
}
.our-history.messagefounder-section .messagefounder-title h2{
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.our-history.messagefounder-section{
	padding-bottom: 150px;
    background: url(../images/kythera-space-message-found.png) no-repeat #000;
    background-position: top center;
    background-size: cover;
    padding-top: 40px;
    margin-bottom: 0;
}
.messagefounder-video {
    position: relative;
    top: -140px;
}
.messagefounder-video iframe{
	width: 900px;
    height: 492px;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
/* Media queries*/

@media only screen and (max-width: 1495px) {
	/* 
	.timeline ul li:nth-child(2n+1) .time {
		right: -600px !important;	
		width: 61% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -600px !important;
		width: 61% !important;
	}
     */
	.mission-item .mission-content .mission-info {
		padding-left: 130px;
		margin-top: 30px;
	}
	
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
    .header-banner .banner-title {
        top: unset;
        transform: unset;
    }
}
@media only screen and (max-width: 1470px) {
	
	.today-counter-column {
		width: 26% !important;
		margin: 50px 30px !important;
	}
	
}

@media only screen and (max-width: 1440px) {
    .header-banner.bg-image {
        padding: 0 30px;
        width: auto;
        padding-top: 20px;
    }
    .careers .banner-image {
        margin-right: 0;
    }
    .header-banner .banner-title {
        position: unset;
        top: unset;
        transform: unset;
        float: left;
        left: unset;
    }
    .solutions .solution-content {
        width: 80%;
    }
    .careers .banner-title p {
        padding-right: 30px;
        width: auto;
    }
    .header-banner.bg-image {
        margin-bottom: 100px;
    }
    .header-banner .banner-title p {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1351px) {
	
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -600px !important;	
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -600px !important;
		width: 69% !important;
	} */
	
}


@media only screen and (max-width: 1380px) {
	
	.divider {
		width: calc(95% - 20%);
	}
}

@media only screen and (max-width: 1330px) {
	
	.banner-title p span {
		font-size: 82px;
	}
}
@media only screen and (max-width: 1280px) {
	
	.today-counter-column {
		width: 28% !important;
		margin: 50px 20px !important;
	}
}
@media only screen and (max-width: 1245px) {
	
	.divider {
		width: calc(88% - 20%);
	}
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -549px !important;	
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -549px !important;
		width: 69% !important;
	} */
    .kythera-icons.column-block .column-item .column-main {
        padding: 0 20px;
    }
	.kythera-logos {
        margin-bottom: 100px;
        padding: 50px 0;
    }
}
@media only screen and (max-width: 1240px) { 
    .solutions .solutions-Title {
        font-size: 34px;
        line-height: 38px;
    }
    .solutions p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .careers h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 16px;
    }
    .careers .banner-title p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .kythera-btn span {
        font-size: 20px;
        line-height: 22px !important;
    }
    .Benefits .column-block .column-item {
        min-height: 85px;
    }
}
@media only screen and (max-width: 1190px) {

	.today-counter-column {
		width: 30% !important;
		margin: 50px 10px !important;
	}
	.mission-item .mission-content .mission-info {
		padding-left: 70px;
		margin-top: 30px;
	}
	
}
@media only screen and (max-width: 1130px) {
	
	.banner-title p span {
		font-size: 73px;
	}
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -518px !important;	
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -523px !important;
		width: 69% !important;
	} */
}

@media only screen and (max-width: 1050px) {
	
	/* .timeline ul li:nth-child(2n) .time {
		left: -493px !important;
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n+1) .time {
		right: -480px !important;
		width: 69% !important;
	} */

	a.top-tech-startup img{
		padding-top: 20px;
	}
	
}
@media only screen and (max-width: 1024px) {
	.messagefounder-video iframe{
		width: 96%;
		height: 430px;
		top: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
	}
	.our-history.messagefounder-section .messagefounder-title {
		padding-top: 80px !important;
		margin-bottom: 30px !important;
	}
	.our-history.messagefounder-section{
		padding-top: 40px !important;
		padding-bottom: 150px !important;
	}
	.header-banner .banner-title {
		left: 4%;
	}
	.banner-title p span {
		font-size: 60px;
		line-height: 68px;
	}
	.main-navigation li {
		margin-right: 20px;
	}
	.main-navigation li a {
		font-size: 16px;
	}
	.kythera-btn.link-button span {
		font-size: 16px;
		letter-spacing: 0.03em;
		padding: 10px 20px;
	}
	header .main-navigation {
		padding-right: 32px;
		display: inline-block;
	}
	.site-logo img {
		width: auto;
		margin-top: 4px;
	}
	.sub-navigation {
		margin-bottom: 50px;
	}
	h2.section-title > img {
		height: 50px;
	}
	h2.section-title {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 20px;
	}
	.divider {
		margin: 70px 0;
		width: calc(79% - 20%);
	}
	.our-history {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.timeline {
		margin: 0px auto !important;
	}
	.our-history h2.section-title {
		margin-bottom: 0px !important;
		font-size: 42px !important;
	}
	.time h6 {
		font-size: 24px !important;
	}
	.time h2 {
		font-size: 32px !important;
		margin-bottom: 12px !important;
	}
	.time p {
		font-size: 16px !important;
	}
	.today-counter-column {
		width: 42% !important;
		margin: 30px 20px 0px 20px !important;
	}
	.today-counter-column h3 {
		font-size: 36px !important;
	}
	.today-counter-column span {
		font-size: 16px !important;
	}
	.today-section h2 {
		font-size: 48px !important;
	}
	.today-section p {
		font-size: 18px !important;
	}
	.mission-item .mission-content .mission-info {
		padding-left: 30px;
		margin-top: 0px;
	}
	.mission-item .mission-content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.mission-info p {
		width: 90%;
	}
	.mission-item .mission-content p {
		font-size: 17px;
		line-height: 28px;
	}
	.our-history {
		margin-bottom: 80px;
	}
	h2.section-title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}
	.member .member-detail h4 {
		font-size: 28px;
	}
	.header-banner.bg-image .banner-area {
		padding-top: 70px;
		padding-right: 0%;
	}
	.banner-area h2 {
		font-size: 58px;
		line-height: 68px;
	}
	.banner-area p {
		font-size: 18px;
	}
	.sub-navigation {
		margin-bottom: 30px;
	}
	.mt-100 {
		margin-top: 50px;
	}
	.header-banner.bg-image {
		margin-bottom: 70px;
	}
	.solutions .solution-content {
		width: 90%;
	}
	.solutions {
		margin-bottom: 70px;
	}
	footer .footer-widgets h4 {
		font-size: 46px;
		line-height: 30px;
	}
	.kythera-btn span {
		font-size: 22px;
		line-height: 27px !important;
		padding: 14px 40px;
	}
	footer .footer-widgets {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.case-studies-grid .case-study-item .case-study-main {
		padding: 40px 20px;
	}
	.contact-main {
		margin-top: 50px;
	}
	.header-banner.bg-image.contact-us {
		margin-bottom: 100px;
	}
	.contact-form h2 {
		font-size: 28px;
	}
	.contact-address {
		width: 40%;
		margin-left: 70px;
	}
	.contact-address h4 {
		font-size: 20px;
	}
	.contact-address span {
		font-size: 18px;
	}
	.single-case-study .single-case-study-main {
		margin-bottom: 50px !important;
	}
	.single-solution .single-solution-main, .single-case-study .single-case-study-main, .single-article .single-article-main {
		padding: 30px 50px 0 !important;
	}
	.single-case-study h1 {
		margin-bottom: 50px;
	}
	.single-solution h1, .single-case-study h1, .single-article h1 {
		font-size: 48px;
		line-height: 48px;
	}
	.single-solution .solution-wrap, .single-case-study .case-study-wrap, .single-article-detail .article-wrap {
		padding: 0 50px;
	}
	.text-block h2 {
		font-size: 32px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.image-and-text-block {
		margin-bottom: 80px;
	}
	.column-block .column-item {
		display: inline-block;
		width: 49.33%;
		float: left;
		color: #fff;
		margin-bottom: 40px;
	}
	.column-block .column-item h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.column-block {
		padding-top: 40px;
		margin-bottom: 60px;
	}
	.image-and-text-block .case-study-content h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.image-and-text-block .case-study-content p {
		font-size: 18px;
		line-height: 30px;
	}
	.testimonial-block .testimonial-content blockquote {
		padding: 40px;
	}
	.testimonial-block {	
		margin-bottom: 70px;
	}
	.slideshow-block {
		margin-bottom: 80px;
	}
	.single-solution .single-solution-main .feature-image, .single-article .single-article-main .feature-image {
		width: 100%;
		margin-bottom: 50px;
	}
    .solutions .solutions-Title {
        font-size: 28px;
        line-height: 32px;
        margin-top: 15px;
    }
    .solutions p {
        font-size: 14px;
        line-height: 26px;
    }
    .positions-row h3 {
        font-size: 34px;
        line-height: 46px;
    }
    .Positions-Item {
        padding: 26px 0 26px;
    }
    .Positions-List .Positions-Item span {
        font-size: 16px;
        line-height: 28px;
    }
    .Positions-List .Positions-Item h5 {
        font-size: 30px;
        line-height: 36px;
    }
    .technology-header-item h3 {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 24px;
    }
    .technology-header-item p {
        margin-bottom: 40px;
    }
    .technology-header-features h5 {
        font-size: 28px;
        line-height: 32px;
        margin: 15px 0;
    }
    .technology-header-features ul li {
        font-size: 18px;
        line-height: 36px;
    }
    .management-system h3 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 65px;
    }
    .management-Column .management-item-content h4 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .management-Column .management-item-content p {
        font-size: 14px;
        line-height: 26px;
    }
    .management-system {
        margin-top: 110px;
    }
    .management-Row .management-Column .management-item-content {
        position: unset;
        top: unset;
        transform: unset;
    }
    .member {
        margin-bottom: 60px;
    }
    .member .avatar {
        width: 35%;
    }
    .member .member-detail {
        width: 65%;
    }
}
@media only screen and (max-width: 960px) {
	
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -449px !important;
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -457px !important;
		width: 69% !important;
	} */
	.sub-navigation li a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 890px) {
	
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -420px !important;
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -432px !important;
		width: 69% !important;
	} */
}
@media only screen and (max-width: 820px) {
	
	/* .timeline ul li:nth-child(2n+1) .time {
		right: -395px !important;
		width: 69% !important;
	}
	.timeline ul li:nth-child(2n) .time {
		left: -409px !important;
		width: 69% !important;
	}
	.time h6 {
		font-size: 20px !important;
	}
	.time h2 {
		font-size: 26px !important;
	}
	.time p {
		font-size: 15px !important;
		line-height: 154% !important;
	} */
}
@media only screen and (max-width: 767px) {
	.container {
	    width: auto;
	    padding: 0 30px;
	    max-width: 100%;
	}
    header .site-logo,
    header .main-navigation {
        width: auto;
    }
	header .main-navigation{
		float: right;
	}
    nav a.mobile-menu {
        display: block;
        line-height: 68px;
    }
    nav ul.menu {
        background: #000;
        width: 230px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -230px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        padding-top: 30px;
    }
    body.nav-open {
         margin-left: -230px;
         margin-right: 230px;
    }
    body.nav-open nav ul.menu {
         right: 0;
    }
    .main-navigation li {
        margin: 0 0 10px 0;
        padding: 0 20px;
        width: 100%;
    }
    .main-navigation li a {
        color: #fff;
    }
    .main-navigation li a.kythera-btn.bg-colored {
        border: 1px solid #fff;
        margin-top: 20px;
    }
    .main-navigation li a.kythera-btn.bg-colored span {
        background: #000;
        border: 1px solid #fff;
    }
    .main-navigation li a.kythera-btn.bg-colored:before, 
    .main-navigation li a.kythera-btn.bg-colored:after {
        background: #000;
    }
	.header-banner.bg-image {
		margin-bottom: 35px;
	}
	.header-banner.bg-image .banner-area {
	    padding-top: 50px;
	}
	.case-studies-grid .case-study-item {
		width: 100%;
		border-right: 0 !important;
	}
	.case-studies-grid .case-study-item .case-study-main {
	    padding: 40px 20px;
	}
	.case-studies {
		margin-bottom: 50px;
	}
    .solutions-Row:before,
    .solutions-Row:after {
        display: none !important;
    }
    .solutions-Row .solutions-Column {
        flex: unset;
    }
    .solutions .solution-content {
        padding: 30px 0;
        top: unset;
        transform: unset;
        width: 100%;
    }
    .header-banner.bg-image .banner-area {
        padding: 0;
    }
    .single-solution .single-solution-main, 
    .single-case-study .single-case-study-main, 
    .single-article .single-article-main {
        padding: 30px 0px 0;
    }
    .single-solution .solution-wrap, 
    .single-case-study .case-study-wrap, 
    .single-article-detail .article-wrap {
        padding: 0;
    }
    .column-block .column-item {
        width: 100%;
    }
    .testimonial-block {
        display: block;
        margin-bottom: 50px;
    }
    .column-block,
    .video-block,
    .image-and-text-block,
    .news {
        margin-bottom: 50px;   
    }
    .column-block {
        padding-top: 50px;
    }
    .column-block .column-item {
        margin-bottom: 40px;
    }
    .single-solution .single-solution-main .feature-image, 
    .single-article .single-article-main .feature-image {
        margin-bottom: 40px;
    }
    .case-study-Row,
    .solutions-Row {
        display: inline-block;
    }
    .image-and-text-block .case-study-content {
        top: unset;
        transform: unset;
        padding: 30px 0;
        width: 100%;
    }
    .recent-news .recent-news-col,
    .article-grid .article-item,
    .recent-news .article-content {
        width: 100%;
    }
    .article-grid .article-item {
        margin-bottom: 30px;
    }
    .news-seperator {
        margin: 36px 0;
    }
    .news .news-main {
        padding-top: 60px;
    }
    .news .news-main h1 {
        margin-bottom: 30px;
    }
    .Benefits {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .Benefits .column-block {
        margin-bottom: 40px;
    }
    .solutions {
        margin-bottom: 40px;
    }
    .positions {
        padding: 50px 30px;
    }
    .positions-row .positions-col {
        width: 100%;
    }
    .header-banner .banner-title {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        padding: 30px 20px;
    }
	.banner-title p span {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-title p {
		font-size: 22px;
		line-height: 29px;
	}
    .careers .banner-title p {
        width: auto;
        padding: 0 30px;
    }
    .banner-title, 
    .banner-image {
        width: 90%;
    }
    .careers.header-banner .kythera-btn {
        margin: 0 30px;
    }
    .video-block h2 {
        margin-bottom: 20px;
    }
    .article-social-share {
        margin-bottom: 70px;
    }
    .slideshow-block {
        margin-bottom: 50px;
    }
	.divider::before {
		display: none;
	}
	.divider {
		width: 100%;
		margin: 30px 0;
	}
	.our-mission p {
		font-size: 18px;
		line-height: 35px;
		width: 100%;
	}
	.our-history h2.section-title {
		font-size: 36px !important;
	}
	h2.section-title > img {
		height: 37px;
	}
	.sub-navigation {
		margin-bottom: 30px;
	}

	/* .timeline ul li:nth-child(2n+1), .timeline ul li:nth-child(2n) {
		width: 96% !important;
		text-align: left;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.timeline ul li:nth-child(2n) .time , .timeline ul li:nth-child(2n+1) .time {
		
		position: unset !important;
		width: 98% !important;
		padding: 8px 0px !important;
		
	}
	.timeline ul li:nth-child(2n+1), .timeline ul li:nth-child(2n){

		padding-bottom: 0px !important;
	
	}
	.timeline ul li:nth-child(2n+1)::after, .timeline ul li:nth-child(2n)::after {
	
		display: none !important;
	}
	.timeline ul li:nth-child(2n+1)::before, .timeline ul li:nth-child(2n)::before {
	
		display: none !important;
	}
	.timeline ul li:nth-child(2n){
		
		float: left !important;
	}
	.timeline ul li{
		
		padding: 30px 0px !important;
	}

	.timeline::before {
		top: 31px !important;
	} */

	.our-history {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	/* .timeline ul li:nth-child(2n) .content{
		
		text-align: left !important;
	} */


	.today-section {
		margin-top: 70px;
	}
	.today-section h2 {
		font-size: 36px !important;
	}
	.today-section p {
		font-size: 17px !important;
	}
    .today-counter {
        width: 100%;
    }
	footer .footer-widgets h4 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.kythera-btn span {
		font-size: 20px;
		padding: 10px 43px;
	}
	footer .footer-widgets {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.mission-item .mission-content h3 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.mission-item .mission-content p {
		font-size: 16px;
		line-height: 25px;
	}
	.our-leadership {
		margin-bottom: 70px;
	}
	.our-customers {
		margin-bottom: 80px;
	}
	.member .member-detail {
		width: 96%;
	}
	.sub-navigation li {
		width: 100% !important;
	}
	.sub-navigation li:not(first-child) a {
		border-right: 1px solid !important;
	}
	.sub-navigation li a {
		font-size: 15px !important;
		border: 1px solid #525252 !important;
	}
	.header-banner {
		
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.banner-area h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.banner-area p {
		font-size: 17px;
		line-height: 30px;
	}
	.mt-100 {
		margin-top: 30px;
	}
	.solutions .solutions-Title {
		font-size: 30px;
		line-height: 30px;
	}
	.solutions p {
		font-size: 18px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.kythera-btn.link-button span {
		font-size: 15px;
		letter-spacing: 0.03em;
		padding: 8px 16px;
	}
	.solutions {
		margin-bottom: 30px;
	}
	.case-studies-grid .case-study-item .case-study-main {
		padding: 30px 0px;
	}
	.case-studies-grid .case-study-item .case-study-logo {
		min-height: 180px;
		display: block;
	}
	.case-studies-grid .case-study-item p {
		margin-bottom: 30px;
	}
	.case-studies {
		margin-bottom: 30px;
	}
	.header-banner.bg-image.contact-us {
		margin-bottom: 70px !important;
	}
	.contact-form h2 {
		margin-bottom: 15px;
	}
	.single-solution h1, .single-case-study h1, .single-article h1 {
		text-align: left !important;
	}
	.single-case-study h1 {
		margin-bottom: 30px;
		font-size: 32px !important;
		line-height: 35px !important;
	}
	.back-link {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.single-solution .single-solution-main, .single-case-study .single-case-study-main, .single-article .single-article-main {
		padding: 30px 0px 0 !important;
	}
	.text-block h2 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.text-block p.medium-font {
		font-size: 18px;
		line-height: 30px;
	}
	.image-and-text-block .case-study-content h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.column-block .column-item .column-main {
		padding: 0 55px;
	}
	.column-block .column-item h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.video-block {
		margin-bottom: 40px;
	}
	.video-block h2 {
		font-size: 32px;
	}
    /* .timeline{
        width:100% !important;
        padding-bottom:0 !important;
      } */
      h1{
        font-size:40px !important;
        text-align:center !important;
      }
    /* 
      .timeline:before{
        left:20px !important;
        height:100% !important;
        display: none;
      }
      .timeline ul li:nth-child(odd),
      .timeline ul li:nth-child(even)
      {
        width:100% !important;
        text-align:left !important;
        padding-bottom:50px !important;
      }
      .timeline ul li:nth-child(odd):before,
      .timeline ul li:nth-child(even):before
		{
        top:-18px !important;
        left:16px !important;
      }
      .timeline ul li:nth-child(odd) .time,
      .timeline ul li:nth-child(even) .time{
        top:-30px !important;
        left:50px !important;
        right:inherit !important;
      }
      .timeline ul {
        padding: 0 30px;
      }
       */
      .contact-form {
        width: 100% !important;
      }
      .contact-address {
        width: 100% !important;
        margin-left: 30px !important;
      }
      .header-banner.bg-image.contact-us {
        margin-bottom: 100px !important;
      }
      .contact-form h2 {
        font-size: 24px;
      }
      .contact-address h4 {
        font-size: 18px;
        margin-top: 12px;
      }
      .contact-address span {
        font-size: 16px;
      }
      .contact-form .freeform-input {
        padding: 10px;
      }
      .contact-form button {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 26px;
      }
      .positions-row h3,
      .Benefits h3 {
        font-size: 30px;
        line-height: 34px;
      }
      .Positions-Item {
        padding: 20px 0 20px;
      }
      .Positions-List .Positions-Item span {
        font-size: 14px;
        line-height: 26px;
      }
      .Positions-List .Positions-Item h5 {
        font-size: 28px;
        line-height: 32px;
      }
      .careers .banner-image {
        margin: 0 auto;
        display: block;
        float: unset;
      }
      .technology-header-feature-image, 
      .technology-header-features {
        width: 100%;
      }
      .technology-header-item h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
      }
      .technology-header-item p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
      }
      .technology-header-features h5 {
        font-size: 26px;
        line-height: 30px;
        margin: 15px 0;
        padding-left: 0;
      }
      .technology-header-features ul {
        padding-left: 0;
        text-indent: 25px;
      }
      .management-system {
        margin-top: 50px;
      }
      .management-system h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
      }
      .management-Row {
        display: inline-block;
      }
      .management-Row .management-Column {
        flex: unset;
        margin-bottom: 30px;
      }
      .management-Row .management-Column .management-item-content {
        position: unset;
        top: unset;
        transform: unset;
      }
      .management-system-items .management-Row:last-child .management-Column {
        margin-bottom: 60px;
      }
      .header-banner.bg-image.technology {
        margin-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
      }
      .technology-header-features ul li {
        font-size: 16px;
        line-height: 34px;
      }
      .management-Column .management-item-content h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
      }
      .technology-navigation li {
        margin-bottom: 10px;
      }
      .our-customers .border-box h2.section-title {
        font-size: 28px;
        line-height: 38px;
        margin-top: -20px;
      }
      .our-customers .customers-logos {
        padding: 35px 0;
      }
    .member .avatar,
    .member .member-detail {
        width: 100%;
    }
    .member .member-detail .member-main {
        padding-left: 0;
    }
    .why-kythera-section .kythera-section-left,
    .why-kythera-section .kythera-section-right {
        width: 100%;
    }
    .kythera-icons.column-block .column-item .column-main {
        padding: 0;
    }
    .kythera-logos {
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .why-kythera p.section-desc {
        font-size: 16px;
        line-height: 31px;
    }
    .why-kythera-section {
        margin-top: 30px;
    }
    .single-case-study .single-case-study-main img {
    	width: 50%;
    }

    /* .timeline:after {
        display: none;
    } */
}
@media only screen and (max-width: 640px) {
	.our-history.messagefounder-section {
		padding-top: 40px !important;
		padding-bottom: 80px !important;
	}
	.mission-item .img {
		float: left;
		width: 96% !important;
	}
	.mission-item .mission-content .mission-info {
		padding-left: 00px !important;
		margin-top: 0px;
	}
	.mission-item .mission-content {
		width: 96% !important;
		float: left;
	}
	.member {
		margin-bottom: 50px;
	}
	.member .avatar {
		width: 96%;
		margin-bottom: 20px;
	}
	.member .member-detail .member-main {
		padding-left: 0px;
	}
	.our-leadership h2.section-title {
		margin-bottom: 50px;
	}
	.our-history {
		margin-bottom: 50px;
	}
	.our-mission {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 600px) {
    .footer-widgets:before {
    	border-top: 80px solid #fff;
    	border-left: 80px solid transparent;
    }
    .solutions-Row .solutions-Column:first-child:before {
    	top: -150px;
    	left: -70px;
    }
    .solutions-Row .solutions-Column:first-child:after {
    	bottom: -150px;
    	right: -70px;
    }
	.kythera-icons.column-block .column-item {
		width: 100%;
	}
}
@media only screen and (max-width: 550px) {
	
	.sub-navigation li a {
		font-size: 12px;
	}
	.testimonial-block .testimonial-image img {
		width: 100%;
	}
    .today-section h2,
    .today-section p {
        text-align: left;
    }
    .today-section p {
        margin-left: 0;
    }
	header .site-logo{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 449px) {
	
	.sub-navigation li a {
		font-size: 10px;
	}
	.our-customers .border-box h2.section-title {
		width: 79%;
		margin-top: -25px;
	}
	.technology-navigation li {
        margin: 0 20px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 443px) {
	a.top-tech-startup img {
		padding-left: 0;
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 375px) {
	header .site-logo img{
		width: 90%;
	}
	.sub-navigation li a {
		font-size: 8px;
	}
}

.product-subtitle {
    font-family: Nexa;
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #525252;
    margin-bottom: 30px;
}