﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

* {
    outline: 0 none
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #7ec4e2;
    color: #fbfbfb;
    text-shadow: none;
}

::selection {
    background: #7ec4e2;
    color: #fbfbfb;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    height:0;
    background-color: transparent;
}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-thumb {
    border: 0 none;
    border-radius: 10px;
    background-color: #7ec4e2;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html,
body {
    -webkit-text-size-adjust: 100%;

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0 none;
}

body {
    font: 13px/1.231 sans-serif;
    *font-size: small;

    position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    padding: 0;
    background-color: #fff;
}
body,
td,
input,
select,
textarea {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
}

#ltr body,
#ltr td,
#ltr input,
#ltr select,
#ltr textarea {
    direction: ltr;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit],
select,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill,
.no-touch input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #383534;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

textarea {
    resize: none;
}

img {
    border: 0 none;
}

hr {
    clear: both;
    height: 0;
    font-size: 0;
    border: 0 none;
    background: transparent;
}

strong,
b {
    font-weight: 700;
}

i {
    font-style: italic;
}

h1,
h2 {}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.no-touch h1 a:hover,
.no-touch h2 a:hover,
.no-touch h3 a:hover,
.no-touch h4 a:hover {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

figure {
    overflow: hidden;
}

figure.cover img,
figure.cover video,
figure.cover iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ie figure.cover img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

figure.contain img,
figure.contain video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.link,
.read-more-click {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/***********************************************************/
.anim,
.anim-left,
.anim-right,
.anim-up,
.anim-down {
    transform: translateY(80px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(.13, .76, .85, 1.01),
        opacity 1.2s cubic-bezier(.13, .76, .85, 1.01);
    will-change: transform, opacity;
}

.anim-quick {
    transform: translateY(60px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(.13, .76, .85, 1.01),
        opacity 0.6s cubic-bezier(.13, .76, .85, 1.01);
    will-change: transform, opacity;
}

.anim-left {
    transform: translateX(120px);
}

.anim-right {
    transform: translateX(-80px);
}

.anim-up {
    transform: translateY(-80px);
}

.anim-down {
    transform: translateY(-80px);
}

.anim-wipe-down {
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform 0.6s cubic-bezier(.13, .76, .85, 1.01);
    will-change: transform;
}

/***********************************************************/
a,
.a {
    color: #000;
    text-decoration: inherit;
    transition: color 0.2s ease;
}

.no-touch a:hover {
    color: #000;
    text-decoration: inherit;
}


/***********************************************************/
.black-link,
a.black-link:link,
a.black-link:visited,
a.black-link:active,
.black-link{
	color:#000;
	text-decoration:none;
	transition:all 0.2s ease;
}

.black-link-u{
	text-decoration:underline;
}

.no-touch .black-link:hover,
.no-touch .black-link-u:hover,
.black-link:focus,
.black-link-u:focus{
	color:#000;
	text-decoration:underline;
}

/***********************************************************/
.white-link,
a.white-link:link,
a.white-link:visited,
a.white-link:active,
.white-link-u{
	color:#fff;
	text-decoration:none;
	transition:all 0.2s ease;
}

.white-link-u{
	text-decoration:underline;
}

.no-touch .white-link:hover,
.no-touch .white-link-u:hover{
	color:#fff;
	text-decoration:underline;
}

/***********************************************************/
.blue-link,
a.blue-link:link,
a.blue-link:visited,
a.blue-link:active,
.blue-link{
	color:#1e3d60;
	text-decoration:none;
	transition:all 0.2s ease;
}

.blue-link-u{
	text-decoration:underline;
}

.no-touch .blue-link:hover,
.no-touch .blue-link-u:hover,
.blue-link:focus,
.blue-link-u:focus{
	color:#5a92cd;
	text-decoration:none;
}

/***********************************************************/
.paleblue-link,
a.paleblue-link:link,
a.paleblue-link:visited,
a.paleblue-link:active,
.paleblue-link-u{
	color:#7ec4e2;
	text-decoration:none;
	transition:all 0.2s ease;
}

.paleblue-link-u{
	text-decoration:underline;
}

.no-touch .paleblue-link:hover,
.no-touch .paleblue-link-u:hover{
	color:#007ab9;
	text-decoration:none;
}

/***********************************************************/
.paleblue-btn{
	color: #0f3d64;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: -0.15px;
	font-weight: 500;
	cursor:pointer;

	display:inline-block;
	vertical-align:top;
	height:60px;
	padding:0 28px 0 28px;
	border:0 none;
	border:0 none;
	background-color:#daeafc;
	transition:all 0.2s ease-in-out;
}

.no-touch .paleblue-btn:focus,
.no-touch .paleblue-btn:hover {
	color: #daeafc;
	text-decoration:none;
	background:#2D6EBD;
}

.paleblue-btn.center {
    display: block;
	width:max-content;
	margin: auto;
}

/***********************************************************/
.blue-btn{
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	cursor:pointer;

	display:inline-block;
	vertical-align:top;
	min-width:111px;
	height:42px;
	padding:0 30px 0 30px;
	border:0 none;
	border-radius:21px;
	background-color:#449bc7;
	transition:all 0.2s ease-in-out;
}

.no-touch .blue-btn:focus,
.no-touch .blue-btn:hover{
	color:#fff;
	text-decoration:none;
	background-color:rgba(68, 155, 199, 0.8);
}
/***********************************************************/
header {
    position: fixed;
    top: 0;
	width:100%;
    z-index: 10;
    transition: all 0.3s ease;
}
header .header-top{
	height: 80px;
    transition: all 0.3s ease;
}

.scroll header .header-top{
    background-color: #76a2cc;
}

header .logo {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 20;
    transition: all 0.2s ease;

    opacity: 0;
    transform: translateY(-30px);
    transition: top 0.2s ease,
		transform 1.2s cubic-bezier(.13, .76, .85, 1.01),
        opacity 1.2s cubic-bezier(.13, .76, .85, 1.01);
    will-change: transform, opacity;
}

.scroll header .logo {
    top:17px;
}

.loaded header .logo {
    opacity: 1;
    transform: translateY(0);
}

header .logo img {
    width: 195px;
}

/*************/
.main-menu {
    position: relative;
    z-index: 19;
    height: 20px;
    text-align: right;
    padding: 44px 0 0 0;
    transition: all 0.2s ease;
}

.scroll .main-menu {
    padding: 32px 0 0 0;
}

.main-menu ul li {
    list-style: none;

    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    transition: all 0.2s ease;

    opacity: 0;
    transform: translateY(-30px);
    transition: transform 1.2s cubic-bezier(.13, .76, .85, 1.01),
        opacity 1.2s cubic-bezier(.13, .76, .85, 1.01);
    will-change: transform, opacity;
}

.main-menu ul li:nth-of-type(1) {
    transition-delay: 50ms;
}
.main-menu ul li:nth-of-type(2) {
    transition-delay: 100ms;
}
.main-menu ul li:nth-of-type(3) {
    transition-delay: 150ms;
}
.main-menu ul li:nth-of-type(4) {
    transition-delay: 200ms;
}
.main-menu ul li:nth-of-type(5) {
    transition-delay: 250ms;
}
.main-menu ul li:nth-of-type(6) {
    transition-delay: 300ms;
}
.main-menu ul li:nth-of-type(7) {
    transition-delay: 350ms;
}

.loaded .main-menu ul li {
    opacity: 1;
    transform: translateY(0);
}

.main-menu ul li:hover:after,
.main-menu ul li.active:after {
    content:"";
	position: absolute;
	left:0;
	right:0;
	bottom:-10px;
	border-bottom: 2px solid #d7eeff;
}

.main-menu ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;

    position: relative;
    z-index: 2;
    display: block;
    transition: all 0.2s ease;
}

.main-menu ul li a:hover {
    color: #fff;
}

/*******/
.main-menu ul li ul {
    display: none;
}

/***********************************************************/
.grid,
.narrow-grid,
.wide-grid {
    position: relative;
	width: 100%;
    max-width: 1236px;
    margin: auto;
}

.main {
    width: 100%;
}

/************************************************************/
.section-title {
    color: #163d5e;
    font-family: "Tenor Sans";
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.95px;

    margin: 0 0 35px 0;
}

.section-title:after {
    content:"";
	display: block; 
	width: 77px;
	height: 1px;
	margin:20px 0 0 0;
	border-top: 2px solid #2e90dc;
	box-shadow: 0 0 4px rgba(0, 145, 255, 0.43);
}

.section-subtitle {
    color: #0f3d64;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.12px;
    font-weight: 700;
    text-transform: uppercase;

    margin: 0 0 20px 0;
}

.section-text {
    color: #0f3d64;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.12px;
    font-weight: 400;
}

.section-text p {
    margin: 0 0 25px 0;
}

.columns{
    display: flex;
}

.bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-video iframe {
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100vw / 1.77777 + 20px);
}

/************************************************************/
.owl-carousel .owl-dots {
    text-align: center;
    margin: 50px 0 0 0;
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px 0 6px;
    border-radius: 100%;
    background-color: #d8d8d8;
    opacity: 0.28;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

/************************************************************/
.owl-carousel .owl-nav {}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: calc(50% - 670px);
    top: 200px;
    width: 52px;
    height: 52px;
    z-index: 10;
    border-radius: 100%;
    background: #ced5dd url(../images/arrow1.svg) no-repeat center;
    transition: all 0.2s ease;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: calc(50% + 620px);
    top: 200px;
    width: 52px;
    height: 52px;
    z-index: 10;
    border-radius: 100%;
    background: #ced5dd url(../images/arrow1.svg) no-repeat center;
    transition: all 0.2s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #0091e2 url(../images/arrow2.svg) no-repeat center;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    cursor: default;
    opacity: 0.05;
}

/***********************************************************/
.head-box{
	color: #fff;
	font-family: "Tenor Sans";
	font-size: 50px;
	line-height: 70px;
	letter-spacing: -1.31px;
	text-transform: uppercase;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.11);
	text-align:center;

	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height:400px;
	width:100%;
	background:#fff url(../images/header.jpg) no-repeat center;
    background-size: auto 400px;
}

/***********************************************************/
.nav-bar {
	padding:30px 0 0 0;
    margin:0 0 35px 0;
}

.nav-bar ul {}

.nav-bar ul li {
    color: #0f3d64;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.12px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;

    display: inline-block;
    vertical-align: top;
    margin: 0 60px 0 0;
}

.nav-bar ul li.active:after {
	content:"";
	display: block;
	width: 100%;
	margin:12px 0 0 0;
	border-top: 2px solid #2e90dc;
	box-shadow: 0 0 4px rgba(0, 145, 255, 0.43);
}

/***********************************************************/
.tags-nav {
    margin: 0 0 20px 0;
}

.tags-nav ul {}

.tags-nav ul li {
    color: #0f3d64;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.12px;
    font-weight: 500;
    text-transform:none;
    list-style: none;
    cursor: pointer;

    display: inline-block;
    vertical-align: top;
	height: 36px;
	padding:0 15px 0 15px;
    margin: 0 20px 0 0;
	border: 2px solid #e8eaee;
	background-color: #e8eaee;
}

.tags-nav ul li.active {
    border: 2px solid #2e90dc;
	background-color: #fff;
}

.tags-nav ul li.active::after {
    display: none;
}

.article{
    padding:50px 0 100px 0;
}

/***********************************************************/
.editor{
	color:#0f3d64;
	font-size:16px;
	  letter-spacing: -0.12px;
	font-weight:500;
	line-height:24px;
}

.editor blockquote{
	color:#0f3d64;
	font-size:30px;
	line-height:36px;
	margin:30px 0 0 0;
}

.editor strong{
	font-weight:700;
}

.editor ul,
.editor ol{
	margin:0 0 26px 0;
}

#rtl .editor ol li{
	margin:0 20px 0 0;
}

#ltr .editor ol li{
	margin:0 0 0 20px;
}

.editor ul li{
	position:relative;
	list-style:none;
	margin:0;
}

#rtl .editor ul li{
	padding:0 20px 0 0;
	margin:0;
}

#ltr .editor ul li{
	padding:0 0 0 20px;
	margin:0;
	margin:0;
}

.editor ul li:before{
	font-size:35px;

	content:"• ";
	position:absolute;
	left:0;
	top:0;
	color:#172643;
}

#rtl .editor ul li:before{
	left:auto;
	right:0;
}

/*******************/
.editor h2{
	color:#163d5e;
	font-size:24px;
	font-weight:400;
	line-height:30px;

	margin:0 0 20px 0;
}

.editor h3{
	color:#163d5e;
	font-size:18px;
	font-weight:800;
	line-height:18px;

	margin:0 0 3px 0;
}

.editor h4{
	color:#163d5e;
	font-size:18px;
	font-weight:800;
	line-height:18px;

	margin:0 0 3px 0;
}

.editor p{
	margin:0 0 20px 0;
}

.editor p:last-of-type{
	margin:0;
}

.editor img{
	max-width:100%;
	height:auto;
}

.editor iframe[src*=youtube],
.editor iframe[src*=vimeo]{
	width:100%;
	height:420px;
}

.editor hr{
	clear:both;
	margin:30px 0 30px 0;
	border-top:1px solid #d7d7d7;
}

.editor .alignright{
	float:right;
	margin:0 0 0 20px;
}

.editor .alignleft{
	float:left;
	margin:0 20px 0 0;
}

.editor .aligncenter{
	display:block;
	margin:0 auto 0 auto;
}

.editor a{
	color:#69b4ee;
	text-decoration:none;
}

.no-touch .editor a:hover{
	color:#69b4ee;
	text-decoration:underline;
}

/**************************************************************/
.portfolio-section {
    padding: 70px 0 70px 0;
}

.portfolio-section h2:after {
    display: none;
}

.portfolio-section .items {
    font-size: 0;
    line-height: 0;
    max-width: 1246px;
}

.portfolio-section .item {
    position: relative;
    display: none;
    vertical-align: top;
    width: 240px;
    height: 180px;
    margin: 0 4px 9px 5px;
    background-color: #f3f4f6;
}

.portfolio-section .item:hover {
    z-index: 2;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.portfolio-section .item.show {
    display: inline-block;
}

.portfolio-section .item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 180px;
}

.portfolio-section .item figure img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto
}

.portfolio-section .item .exit-tag {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.12px;
    font-weight: 700;
    text-transform: uppercase;

    position: absolute;
    left: 20px;
    top: 17px;
    height: 20px;
    padding: 0 5px 0 5px;
    background-color: #0091ff;
}

/***************/
.portfolio-section .item .acquired-by {
    display: flex;
	justify-content: flex-end;
	align-items: center;
    position: absolute;
    left:20px;
	right:20px;
	bottom:10px;
	height:40px;
}

.portfolio-section .item .acquired-by span {
    color: #0f3d64;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.12px;
    font-weight: 400;

	width:90px;
}

.portfolio-section .item .acquired-by figure.acquired-logo {
    display: flex;
	justify-content: flex-end;
	align-items: center;

	height:40px;
	width:110px;
	text-align: right;
}

.portfolio-section .item .acquired-by img {
	max-width: 100px;
    max-height: 30px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
}

/***************/
.portfolio-section .item .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 180px;
    padding: 20px;
    transition: all 0.2s ease;
    opacity: 0;
}

.portfolio-section .item:hover .hover {
    opacity: 1;
}

.portfolio-section .item .hover h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.11px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.portfolio-section .item .hover .text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.11px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/**************************************************************/
.testimonials {
    position: relative;
    height: 393px;
    overflow: hidden;
}

.testimonials .item {
    background: #e8eaee url(../images/testimonials_bg_gray.jpg) no-repeat center top / 100% auto;
}

.testimonials .item.advisors-testimonial {
    background: #e8eaee url(../images/testimonials_bg_blue.jpg) no-repeat center top / 100% auto;
}

.testimonials .grid {
    display: flex;
    height: 393px;
    padding: 43px 0 0 0;
}

/***************/
.testimonials .item .heading {
    position: relative;
    z-index: 2;
    width: 400px;
    height: 75px;
    padding: 8px 0 0 20px;
}

.testimonials .item .heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 75px;
    border-right: 2px solid #2e90dc;
    box-shadow: 0 0 4px rgba(0, 145, 255, 0.43);
}

.testimonials .item .heading .preheading {
    color: #2e90dc;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.96px;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonials .item .heading .title {
    color: #163d5e;
    font-family: "Tenor Sans";
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.95px;
    text-transform: capitalize;

    margin: 10px 0 0 0;
}

/***************/
.testimonials .item .author-image {
    position: absolute;
    bottom: 0;
    right: calc(1236px - 380px);
}

.testimonials .item .author-image img {
    max-width: 380px;
    max-height: 290px;
    width: auto;
    height: auto;
}

/***************/
.testimonials .item .body {
    position: relative;
    width: calc(1236px - 400px);
    padding: 40px 0 0 0;
}

.testimonials .item .body .exit-tag {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.12px;
    font-weight: 700;
    text-transform: uppercase;

    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    padding: 0 5px 0 5px;
    background-color: #0091ff;
}

.testimonials .item .company-logo {
    height: 66px;
}

.testimonials .item .company-logo img {
    max-width: 400px;
    max-height: 46px;
    width: auto;
    height: auto;
}

.testimonials .item blockquote {
    color: #0f3d64;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.12px;
    font-weight: 400;

    max-width: 727px;
    height: 120px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.testimonials .item .author-name {
    color: #0f3d64;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.12px;
    font-weight: 700;

    margin: 20px 0 0 0;
}

/***************/
.testimonials .item .acquired-by {
    color: #0f3d64;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.12px;
    font-weight: 400;

    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 100px;
    bottom: 50px;
    height: 55px;
}

.testimonials .item .acquired-by img {
    max-width: 150px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
}

/**************************************************************/
.news {
    padding: 71px 0 81px 0;
}

.news .items.owl-carousel{
    	max-width:calc(1236px + 40px);
    	width:100%;
}
.news .items.owl-carousel .item{
      width: 100%;
}
.news .items {
    font-size: 0;
    line-height: 0;
	width:calc(1236px + 40px);
    
}

.news .item {
    position: relative;
    display: none;
    vertical-align: top;
    width: 390px;
    height: 415px;
    margin: 0 33px 33px 0;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #fff 0%, #fbfbfc 11%, #f6f7f8 74%, #e8eaee 100%);
    transition: all 0.2s ease;
}

.news .item.show {
    display: inline-block;
}

.news .news-item {
	height: 255px;
	padding:17px 20px 17px 20px;
}

.news .item:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.news .blog-item figure.image {
    width: 100%;
    height: 255px;
}

.news .blog-item .body {
    height:158px;
	padding:12px 20px 0 20px;
	background-image: linear-gradient(180deg, #fff 0%, #fbfbfc 11%, #f6f7f8 74%, #e8eaee 100%);
}

.news .blog-item h3,
.news .news-item h3 {
	color: #0f3d64;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.12px;
	font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 5px 0;
     height: 60px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.news .blog-item .meta,
.news .news-item .meta {
    color: #6f8ba2;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.32px;
    font-weight: 500;

    margin: 0 0 13px 0;
}

.news .news-item .meta {
    margin: 0 0 18px 0;
}

.news .blog-item .author {
    color: #0f3d64;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.32px;
    font-weight: 500;

    display: inline-block;
    vertical-align: top;
    height: 36px;
	padding:3px 11px 3px 3px;
    border-radius: 18px;
    background-color: #e8eaee;
}

.news .blog-item .author img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 4px 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
}

.news .news-item figure.magazine-logo {
	margin:20px 0 0 0;    
}

.news .news-item figure.magazine-logo img {
    max-width:150px;
	max-height:70px;
	width:auto;
	height:auto;
}

.news .blog-item .tags,
.news .news-item .tags {
    position: absolute;
    right: 11px;
    top: 11px;
}

.news .blog-item .tags li,
.news .news-item .tags li{
    color: #fff;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.12px;
	font-weight: 600;
	
	display: inline-block;
	vertical-align: top;
	height: 28px;
	padding:0 9px 0 9px;
	margin:0 0 0 9px;
	border-radius: 18px;
	background-color: #2e90dc;
}

.news .button-box {
    text-align: center;
    margin: 20px 0 0 0;
}
.news .items .owl-dots{margin-top: 0;}
/***********************************************************/
.cookies-msg {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    padding: 26px;
    background-color: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}

.cookies-msg .grid {
    width: auto;
}

.cookies-msg .title {
    color: #1c1734;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;

    display: none;
}

.cookies-msg .text {
    color: #1c1734;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

.cookies-msg .text a {
    color: #5c62ad;
    text-decoration: underline;
}

.cookies-msg .btn {
    font-size: 0;
    line-height: 0;

    position: absolute;
    right: -5px;
    top: -5px;
    width: 24px;
    height: 24px;
    border: 0 none;
    background: url(../images/icon_close.svg) no-repeat center / 14px;
}

/***********************************************************/
footer{
	height: 293px;
	background:#111e2e;
}

footer .grid{
	height:185px;
	padding:40px 0 68px 0;
}

footer a {
    color: #fff;
}

.no-touch footer a:hover {
    color: #aad1e8;
    text-decoration: underline;
}

/************************/
footer .footer-logo img {
    width:191px;
}

footer .address {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.11px;
    font-weight: 400;

    margin: 38px 0 0 0;
}

footer .we-support {
    position: absolute;
    right: 0;
    top: 124px;
}

footer .we-support img{
    width:140px;
    height:auto;
}

footer .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.11px;
    font-weight: 400;

    margin: 34px 0 0 0;
}

/************************/
footer .social{
	display: block;
	margin:16px 0 0 0;
}

footer .social li {
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	padding:0;
	margin:0 20px 0 0 ;
}

footer .social li svg path {
    fill: #fff;
	transition: all 0.2s ease;
}

footer .social li:hover svg path {
    fill: #2e90dc;
}

/************************/
footer .footer-sitemap {
    position: absolute;
    right: 0;
    top: 55px;
	display: flex;
}

footer .footer-sitemap li {
    list-style: none;
    margin: 0 0 0 27px;
}

footer .footer-sitemap li a {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.12px;
    font-weight: 500;

    position: relative;
	display: block;
}

footer .footer-sitemap li a:hover {
    color: #fff;
	text-decoration: none;
}

footer .footer-sitemap li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 0;
    border-top: 2px solid #2e90dc;
    box-shadow: 0 0 4px rgba(0, 145, 255, 0.43);
    opacity: 0;
}

footer .footer-sitemap li a:hover:after {
    opacity: 1;
}

footer .footer-sitemap .btn-li {
    position: relative;
	top:-7px;
	order:100;
}

footer .footer-sitemap .btn-li a {
    line-height: 38px;
    text-align: center;

    display: block;
    width: 111px;
    height: 40px;
    border: 2px solid #aad1e8;
    background-color: rgba(170, 209, 232, 0.06);
	transition: all 0.2s ease;
}

footer .footer-sitemap li.btn-li a:after,
footer .footer-sitemap li.btn-li a:hover:after {
    display: none;
}

.no-touch footer .footer-sitemap .btn-li a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #aad1e8;
}

.no-touch .contact-btn:focus,
.no-touch .contact-btn:hover{
	color:#fff;
	text-decoration:none;
	background:rgba(255, 255, 255, 0.2);
}

/****************************************************************/
.mobile-only,
.ios-only,
.android-only,
.mobile-menu-icon,
.mobile-menu-drawer {
    display: none;
}

/***************************************************************/
@media only screen and (max-width:1265px) and (min-width:769px){
    .grid,
    .narrow-grid,
    .wide-grid,
    footer .grid,
    .testimonials .grid {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .logo{left:15px;}
    .portfolio-section .item{width:19.2%;}
    .portfolio-section .item .hover{width:100%;}
    footer .footer-sitemap li{margin:0 0 0 15px;}
    footer .footer-sitemap li a{font-size:14px;}
    footer .we-support{right:15px;}

}
@media only screen and (max-width:1199px){
    header .logo,.scroll header .logo{top:17px;}
    .main-menu{display:none;}
    .mobile-menu-icon{position:absolute;top:26px;right:20px;z-index:202;display:block;width:30px;height:30px;opacity:0;transition:transform 1.2s cubic-bezier(.13,.76,.85,1.01),opacity 1.2s cubic-bezier(.13,.76,.85,1.01);transform:translateX(-30px) scaleX(0);will-change:transform,opacity;}
    .loaded .mobile-menu-icon{opacity:1;transform:translateY(0) scaleX(1);}
    .mobile-menu-icon span{display:block;position:absolute;left:3px;height:3px;width:22px;background-color:#fff;opacity:1;transition:.25s ease-in-out;}
    .mobile-menu-icon span:nth-child(1){top:5px;}
    .mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3){top:13px;}
    .mobile-menu-icon span:nth-child(4){top:21px;}
    /**************/
    .mobile-menu-active .mobile-menu-icon span:nth-child(1),.mobile-menu-active .mobile-menu-icon span:nth-child(4){opacity:0;}
    .mobile-menu-active .mobile-menu-icon span:nth-child(2){left:0;top:11px;width:26px;transform:rotate(45deg);transform-origin:50% 50%;}
    .mobile-menu-active .mobile-menu-icon span:nth-child(3){left:0;top:11px;width:26px;transform:rotate(-45deg);transform-origin:50% 50%;}
    .mobile-menu-dimmer{position:fixed;top:-100vh;left:-100vw;height:100vh;width:100vw;z-index:9;opacity:0;transition:opacity 0.3s ease-in-out;background-color:#111e2e;}
    .mobile-menu-active .mobile-menu-dimmer{top:0;left:0;opacity:1;}
    .mobile-menu-drawer{display:block;position:fixed;top:-100vh;left:-100vw;width:100vw;height:100%;z-index:9;overflow:hidden;overflow-y:auto;margin:0;opacity:0;transition:opacity 0.3s ease-in-out;}
    .mobile-menu-drawer::-webkit-scrollbar{width:0;background-color:transparent;}
    .mobile-menu-active .mobile-menu-drawer{top:0;left:0;opacity:1;}
    .mobile-menu-drawer nav ul{min-height:100vh;padding:140px 0 40px 0;}
    .mobile-menu-drawer nav ul li{position:relative;display:block;list-style:none;width:100%;padding:0;margin:0;border-bottom:1px solid #444f5c;opacity:0;transform:translateY(-80px);transition:transform 1.2s cubic-bezier(.13,.76,.85,1.01),opacity 1.2s cubic-bezier(.13,.76,.85,1.01);will-change:transform,opacity;}
    .mobile-menu-drawer nav ul li:nth-of-type(1){transition-delay:100ms;}
    .mobile-menu-drawer nav ul li:nth-of-type(2){transition-delay:200ms;}
    .mobile-menu-drawer nav ul li:nth-of-type(3){transition-delay:300ms;}
    .mobile-menu-drawer nav ul li:nth-of-type(4){transition-delay:400ms;}
    .mobile-menu-drawer nav ul li:nth-of-type(5){transition-delay:500ms;}
    .mobile-menu-drawer nav ul li:nth-of-type(6){transition-delay:600ms;}
    .mobile-menu-active .mobile-menu-drawer nav ul li{opacity:1;transform:translateY(0);}
    .mobile-menu-drawer nav ul li a:link,.mobile-menu-drawer nav ul li a:visited,.mobile-menu-drawer nav ul li a:active{color:#fff;font-size:16px;line-height:16px;font-weight:500;text-decoration:none;text-transform:uppercase;text-align:center;position:relative;display:block;padding:18px 0 18px 0;}
    .portfolio-section .item{width:24%;}
    .testimonials .item .author-image{right:105%;}
    .testimonials .item .author-image img{max-width:250px;max-height:250px;}
    .testimonials .item .acquired-by{right: 0;}
    footer .footer-sitemap{margin-top: 20px; position: static;}
    footer .footer-sitemap li{margin: 0 15px 0 0;}
}
@media only screen and (max-width:991px) and (min-width:769px){
    .about .columns .slider .item .text {
        font-size: 26px;
    }
    .portfolio-section .item {
        width: 32.1%;
    }
}
@media only screen and (max-width:768px){
    .mobile-menu-icon{
        top: 23px;
    }
	.mobile-only{
		display:block;
	}

	.desktop-only{
		display:none;
	}

	body, html{
		min-height:100%;
		min-width:320px;
		-webkit-text-size-adjust:100%;
	}

	html{
		overflow-y:scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling:touch;
	}

	body{
		min-width:320px;
	}

	/************************************************************/
	

	/*******************/
	/*******************/
	/*******************/
	/*******************/	
    .paleblue-btn{
        font-size: 18px;
        line-height: 58px;

        height:58px;
        padding:0 24px 0 24px;
    }

    /***********************************************************/
    .blue-btn{
        font-size:16px;
        line-height:40px;

        height:42px;
        padding:0 30px 0 30px;
        border-radius:21px;
    }

    /***********************************************************/
    header {
        left:0;
        right:0;
        width: unset;
    }

    header .logo,
    .scroll header .logo {
        top: 20px;
        left: 20px;
    }

    header .logo img {
        width: 133px;        
    }

    /*************/


    /***********************************************************/
    .grid,
    .narrow-grid,
    .wide-grid {
        width: auto;
    }

    /************************************************************/
    .section-title {
        font-size: 30px;
        letter-spacing: -0.79px;

        margin: 0 0 35px 0;
    }

    .section-title:after {
        width: 77px;
        height: 1px;
        margin:10px 0 0 0;
    }

    .section-subtitle {
        color: #0f3d64;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.12px;
        font-weight: 700;
        text-transform: uppercase;

        margin: 0 0 20px 0;
    }

    /************************************************************/
    .owl-carousel .owl-dots {
        text-align: center;
        margin: 50px 0 0 0;
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 3px;
        border-radius: 100%;
        background-color: #d8d8d8;
        opacity: 0.28;
    }

    .owl-carousel .owl-dots .owl-dot.active {
        opacity: 1;
    }

    /************************************************************/
    .owl-carousel .owl-nav {}

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: calc(50% - 670px);
        top: 200px;
        width: 52px;
        height: 52px;
        z-index: 10;
        border-radius: 100%;
        background: #ced5dd url(../images/arrow1.svg) no-repeat center;
        transition: all 0.2s ease;
        transform: rotate(180deg);
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        left: calc(50% + 620px);
        top: 200px;
        width: 52px;
        height: 52px;
        z-index: 10;
        border-radius: 100%;
        background: #ced5dd url(../images/arrow1.svg) no-repeat center;
        transition: all 0.2s ease;
    }

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        background: #0091e2 url(../images/arrow2.svg) no-repeat center;
    }

    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev.disabled,
    .owl-carousel .owl-nav .owl-next.disabled {
        cursor: default;
        opacity: 0.05;
    }

    /***********************************************************/
    .head-box{
        font-size: 36px;
        line-height: 48px;
        letter-spacing: -0.95px;

        height:235px;
        width:100%;
        background:#fff url(../images/header.jpg) no-repeat right -200px bottom;
        background-size: auto 235px;
    }

    /***********************************************************/
    .nav-bar {
        position: relative;
        padding:0;
        border-bottom:1px solid #d7d7d7;
    }

    .nav-bar ul {
        white-space: nowrap;
        width:100%;
        text-align: center;
        overflow-x: scroll;
    }

    .nav-bar ul li {
        margin:0 20px 0 20px;
    }

    /***********************************************************/
    .tags-nav {
        margin: 0 0 20px 0;
    }

    .tags-nav ul {
        position: relative;
        white-space: nowrap;
        width:100vw;
        text-align: center;
        overflow-x: scroll;
        padding:0 20px 0 20px;
        margin:0 -20px 0 -20px;
    }

    .tags-nav ul li {
        line-height:43px;
        height: 45px;
        margin: 0 10px 0 0;
    }

    .article{
        padding:50px 0 100px 0;
    }

    /***********************************************************/
    .editor{
        font-weight:400;
    }

    .editor iframe[src*=youtube],
    .editor iframe[src*=vimeo]{
        width:100%;
        height:320px;
    }

    /**************************************************************/
    .portfolio-section {
        padding: 40px 20px 20px 20px;
    }

    .portfolio-section h2:after {
        display: none;
    }

    .portfolio-section .items {
        width: auto;
    }

    .portfolio-section .item {
        display: none;
        width: auto;
        height: 270px;
        margin: 0 0 15px 0;
    }

    .portfolio-section .item.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .portfolio-section .item figure {
        width: 240px;
        height: 180px;
    }

    .portfolio-section .item .exit-tag {
        color: #fff;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.12px;
        font-weight: 700;
        text-transform: uppercase;

        position: absolute;
        left: 20px;
        top: 17px;
        height: 20px;
        padding: 0 5px 0 5px;
        background-color: #0091ff;
    }

    /***************/
    .portfolio-section .item .acquired-by {
        justify-content: center;
    }

    .portfolio-section .item .acquired-by span {
        font-size: 18px;
        width:120px;
    }

    /***************/
    .portfolio-section .item .hover {
        width: 100%;
        height: 100%;
    }

    .portfolio-section .item .hover h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    .portfolio-section .item .hover .text {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    /**************************************************************/
    .testimonials {
        height: auto;
    }

    .testimonials .item {
        height: 760px;
        background: #F4F5F7 url(../images/testimonials_bg_gray_mobile.jpg) no-repeat center bottom / 100% auto;
    }

    .testimonials .item.advisors-testimonial {
        background: #F4F5F7 url(../images/testimonials_bg_blue_mobile.jpg) no-repeat center bottom / 100% auto;
    }

    .testimonials .grid {
        display: flex;
        flex-direction: column;
        height: 760px;
        padding: 20px;
    }

    .testimonials .grid:after{
        content:"";
        position: absolute;
        left:0;
        bottom:0;
        z-index: 2;
        width:100%;
        height: 84px;
        background-image: linear-gradient(180deg, rgba(253, 253, 254, 0) 0%, rgba(252, 252, 252, 0.51) 44%, #fbfbfc 100%);
    }

    /***************/
    .testimonials .item .heading .title {
        font-size: 30px;
        letter-spacing: -0.79px;
    }

    /***************/
    .testimonials .item .author-image {
        position: absolute;
        bottom: 0;
        right: 0;
        left:0;
        text-align: center;
    }

    .testimonials .item .author-image img {
         max-width: 320px;
        max-height: 290px;
        width: auto;
        height: auto;
        margin: auto;
    }

    /***************/
    .testimonials .item .body {
        position: unset;
        width: auto;
        padding: 40px 0 0 0;
    }

    .testimonials .item .body .exit-tag {
        position: relative;
        left: unset;
        top: unset;
        display: inline-block;
        margin:0 0 20px 0;
    }

    .testimonials .item .company-logo {
        height: auto;
    }

    .testimonials .item blockquote {
        height: unset;
        overflow: unset;
        margin:25px 0 0 0;
    }

    .testimonials .item .author-name {
        margin: 15px 0 0 0;
    }

    /***************/
    .testimonials .item .acquired-by {
        right: 0;
        left:0;
        bottom: 0;
        z-index: 4;
    }

    .testimonials .owl-carousel .owl-dots {
        text-align: center;
        margin: 20px 0 40px 0;
    }

    /**************************************************************/
    .news {
        padding: 40px 20px 40px 20px;
    }

    .news .items {
        width:auto;
    }

    .news .item {
        width: auto;
        margin: 0 0 15px 0;
    }

    .news .item.show {
        display: block;
    }

    .news .blog-item figure.image {
        width: 100%;
    }

    /***********************************************************/
    footer{
        height: auto;
        padding:26px 20px 0 20px;
    }

    footer .grid{
        height: 420px;
        padding:0;
    }

    /************************/
    footer .footer-logo img {
        width:125px;
    }

    footer .address {
        width: 45vw;
        line-height:20px;
        margin: 25px 0 0 0;
    }

    footer .we-support {
        position: absolute;
        right: unset;
        left:0;
        top: 240px;
    }

    footer .copyright {
        position: absolute;
        left:0;
        right:0;
        bottom:41px;
        text-align: center;
        margin: 34px 0 0 0;

        opacity: 0.38;
    }

    /************************/
    footer .social{
        display: block;
        margin:21px 0 0 0;
    }

    /************************/
    footer .footer-sitemap {
        position: absolute;
        right: 0;
        top: 0;
        width:35vw;
        flex-direction: column;
    }

    footer .footer-sitemap li {
        margin: 0 0 13px 0;
    }

    footer .footer-sitemap .btn-li {
        order:unset;
        top:0;
        margin: 0 0 18px 0;
    }

    footer .footer-sitemap .btn-li a {
        line-height: 40px;

        display: block;
        width: auto;
        height: 42px;
    }


}