@charset "UTF-8";
/*!
Theme Name: Morison
Theme URI: http://underscores.me/
Author: Lasith
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: morison
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Morison is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@font-face {
	font-family: 'Mier A';
	src: url("fonts/MierA-ExtraBold.eot");
	src: url("fonts/MierA-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/MierA-ExtraBold.woff2") format("woff2"), url("fonts/MierA-ExtraBold.woff") format("woff"), url("fonts/MierA-ExtraBold.ttf") format("truetype"), url("fonts/MierA-ExtraBold.svg#MierA-ExtraBold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mier A';
	src: url("fonts/MierA-DemiBold.eot");
	src: url("fonts/MierA-DemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/MierA-DemiBold.woff2") format("woff2"), url("fonts/MierA-DemiBold.woff") format("woff"), url("fonts/MierA-DemiBold.ttf") format("truetype"), url("fonts/MierA-DemiBold.svg#MierA-DemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mier A';
	src: url("fonts/MierA-Regular.eot");
	src: url("fonts/MierA-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MierA-Regular.woff2") format("woff2"), url("fonts/MierA-Regular.woff") format("woff"), url("fonts/MierA-Regular.ttf") format("truetype"), url("fonts/MierA-Regular.svg#MierA-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.125rem;
	}
}

.btn, .our-story__main .content a, .para-img .para-img__col a, .t-img-block .t-img-block__text a, .title-col__box a {
	display: inline-block;
	padding: 10px 25px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
}

@media (min-width: 768px) {
	.btn, .our-story__main .content a, .para-img .para-img__col a, .t-img-block .t-img-block__text a, .title-col__box a {
		padding: 15px 35px;
	}
}

.btn.btn-primary, .para-img .para-img__col a {
	color: #fff;
	background-color: #1D24AC;
}

.btn.btn-primary:hover, .para-img .para-img__col a:hover {
	background-color: #161b80;
}

.btn.btn-secondary, .our-story__main .content a, .title-col__box a {
	color: #656f7e;
	background-color: #fff;
}

.btn.btn-secondary:hover, .our-story__main .content a:hover, .title-col__box a:hover {
	background-color: #e6e6e6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	clear: both;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 600;
}

.big-title {
	line-height: 1.12;
	margin-bottom: 35px;
}

@media (min-width: 1200px) {
	.big-title {
		margin-bottom: 55px;
	}
}

.big-title--align-end {
	align-items: flex-end;
	margin-bottom: 30px;
}

.big-title--align-end h1,
.big-title--align-end h2,
.big-title--align-end h3,
.big-title--align-end h4,
.big-title--align-end h5,
.big-title--align-end h6,
.big-title--align-end p {
	margin-bottom: 15px;
}

.page-title {
	text-align: center;
}

h1,
.h1,
.big-title {
	font-size: 2rem;
	font-weight: bold;
}

@media (min-width: 1200px) {
	h1,
	.h1,
	.big-title {
		font-size: 2.25rem;
	}
}

@media (min-width: 1360px) {
	h1,
	.h1,
	.big-title {
		font-size: 2.5rem;
	}
}

h2,
.h2 {
	font-size: 1.75rem;
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}

@media (min-width: 1360px) {
	h2,
	.h2 {
		font-size: 2.25rem;
	}
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.125rem;
}

strong,
b {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	font-size: 86%;
}

@media (min-width: 768px) {
	html {
		font-size: 90%;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 94%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 98%;
	}
}

@media (min-width: 1360px) {
	html {
		font-size: 100%;
	}
}

body {
	padding-top: 75px;
	background: #fff;
	margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

.post-slider {
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-slider__slide {
	padding-top: 60%;
	background-size: cover;
	background-position: center center;
}

.post-slider .owl-dots {
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-slider .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	background-image: url("./images/dot.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

.post-slider .owl-dots .owl-dot.active {
	background-image: url("./images/dot-active.png");
}

.slider {
	position: relative;
	color: #fff;
	margin-top: 77px;
}

.slider__slide {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: calc(100dvh - 77px);
}

.slider__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	padding: 130px 20px 110px 0;
	min-height: 500px;
	height: 100vh;
	z-index: 9;
}

@media (max-width: 767px) {
	.slider__content {
		padding: 130px 0px 110px 0;
		width: 100%;
	}
}

.slider__content h1,
.slider__content h2,
.slider__content h3 {
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.2;
}

.slider__content h1 strong,
.slider__content h2 strong,
.slider__content h3 strong {
	font-size: 1.3em;
}

.slider__content a {
	margin-top: 1.25rem;
}

.slider__content h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #FFFFFF;
	letter-spacing: 1.36px;
	line-height: 49px;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.slider__content h1 {
		font-size: 25px;
		line-height: 30px;
	}
}

.slider__content h2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #FFFFFF;
	letter-spacing: 1.36px;
	line-height: 49px;
	padding: 0   0px;
	margin: 0;
}

@media (max-width: 767px) {
	.slider__content h2 {
		font-size: 25px;
		line-height: 30px;
	}
}

.slider__content a {
	background: #FFFFFF;
	height: 44px;
	line-height: 44px;
	padding: 0px 27px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #1D24AC !important;
	letter-spacing: 0;
}

.slider__content a:hover {
	color: #fff !important;
	background: #1D24AC !important;
}

.slider .slick-dots {
	position: absolute;
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	left: 30px;
	right: 30px;
	bottom: 30px;
}

.slider .slick-dots button {
	display: none;
	visibility: hidden;
}

.slider .slick-dots li {
	width: 20px;
	height: 20px;
	background-image: url("./images/dot.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	cursor: pointer;
}

.slider .slick-dots li.slick-active {
	background-image: url("./images/dot-active.png");
}

@media (min-width: 768px) {
	.slider__content {
		width: 55%;
		padding: 80px 0 80px 0;
	}
	.slider__content a {
		margin-top: 2.5rem;
	}
	.slider .slick-dots {
		display: block;
		right: 60px;
		left: auto;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}

.gallery-carousel {
	position: relative;
}

.gallery-carousel .owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 9;
}

.gallery-carousel .owl-controls .owl-prev,
.gallery-carousel .owl-controls .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.gallery-carousel .owl-controls .owl-prev {
	left: -5px;
	background: url(./images/icon-prev.png) center center no-repeat;
}

.gallery-carousel .owl-controls .owl-next {
	right: -5px;
	background: url(./images/icon-next.png) center center no-repeat;
}

.gallery-carousel .owl-carousel {
	overflow: hidden;
	margin: 0 20px 50px;
	width: auto;
}

.gallery-carousel__pic {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.download-tag {
	display: flex;
	align-items: center;
	margin-top: 30px;
	background: #1d24ac;
	background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
	color: #fff;
	font-size: 1rem;
	padding: 20px 25px;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.download-tag:active, .download-tag:hover, .download-tag:visited {
	color: #fff;
}

.download-tag > div {
	flex: 1;
	margin-right: 5px;
}

.download-tag > div:last-child {
	margin-right: 0;
}

.download-tag .download-tag__logo {
	max-width: 25%;
}

.download-tag .download-tag__logo img {
	width: 100%;
	max-width: 90px;
}

.download-tag .download-tag__arrow {
	align-self: flex-end;
	margin-bottom: 2px;
	flex: none;
}

@media (min-width: 1200px) {
	.download-tag {
		font-size: 1.25rem;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Structure
--------------------------------------------- */
.s-content__wrap .col-md {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.s-content__main {
		padding-left: 20px;
	}
	.s-content__wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.s-content__main {
		padding-left: 50px;
	}
	.s-content__wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
/*
    font-family: 'Exo 2', sans-serif;
    font-family: 'Poppins', sans-serif;
 */
/* Navigation
--------------------------------------------- */
#wpadminbar {
	position: fixed;
}

.page-template .fixed-top, .single .fixed-top {
	background-color: transparent !important;
	transition: all  0.3s ease;
	border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

@media (max-width: 767px) {
	.page-template .fixed-top, .single .fixed-top {
		background-color: rgba(6, 3, 124, 0.8) !important;
	}
}

.page-template .fixed-top .navbar a, .single .fixed-top .navbar a {
	transition: all  0.3s ease;
}

.page-template .fixed-top .navbar a.logo-white, .single .fixed-top .navbar a.logo-white {
	display: inline-block;
}

.page-template .fixed-top .navbar a.logo-color, .single .fixed-top .navbar a.logo-color {
	display: none;
}

.page-template .fixed-top .navbar-toggler-icon, .single .fixed-top .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.page-template .fixed-top .navbar-light .navbar-toggler, .single .fixed-top .navbar-light .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.4);
}

.page-template .fixed-top .navbar-light .navbar-nav .nav-item .nav-link, .single .fixed-top .navbar-light .navbar-nav .nav-item .nav-link {
	color: #fff;
}

.page-template .fixed-top .navbar-light .navbar-nav .nav-item .nav-link:hover, .page-template .fixed-top .navbar-light .navbar-nav .nav-item .nav-link:focus, .single .fixed-top .navbar-light .navbar-nav .nav-item .nav-link:hover, .single .fixed-top .navbar-light .navbar-nav .nav-item .nav-link:focus {
	color: #0384D6 !important;
}

.page-template .fixed-top.coloured-head, .single .fixed-top.coloured-head {
	background-color: #fff !important;
}

.page-template .fixed-top.coloured-head .navbar-toggler-icon, .single .fixed-top.coloured-head .navbar-toggler-icon {
	filter: brightness(0.2);
	border-color: rgba(0, 0, 0, 0.1);
}

.page-template .fixed-top.coloured-head .navbar-light .navbar-toggler, .single .fixed-top.coloured-head .navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.1);
}

.page-template .fixed-top.coloured-head .navbar a.logo-white, .single .fixed-top.coloured-head .navbar a.logo-white {
	display: none;
}

.page-template .fixed-top.coloured-head .navbar a.logo-color, .single .fixed-top.coloured-head .navbar a.logo-color {
	display: inline-block;
}

.page-template .fixed-top.coloured-head .navbar-light .navbar-nav .nav-item .nav-link, .single .fixed-top.coloured-head .navbar-light .navbar-nav .nav-item .nav-link {
	color: #282727;
}

.admin-bar .fixed-top {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .fixed-top {
		top: 32px;
	}
}

.navbar {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-menu {
	left: auto;
	right: 0;
	top: 95%;
	border: 0;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
	box-shadow: 0 2px 4px rgba(56, 56, 63, 0.12);
	background-color: rgba(196, 196, 196, 0.8);
}

.dropdown-menu > .nav-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-menu > .nav-item:last-of-type {
	border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #1D24AC;
}

.dropdown-menu .dropdown-item:hover span {
	color: #fff !important;
}

.dropdown-menu > .menu-item > .dropdown-item {
	color: #282727 !important;
	font-size: 0.875rem;
}

.dropdown-menu > .menu-item > .dropdown-item:hover {
	color: #1D24AC !important;
}

.navbar-light {
	font-size: 1rem;
}

.navbar-light .navbar-nav .nav-item:hover ul {
	display: block;
	left: 50%;
	transform: translate(-50%, 0%);
	min-width: 200px;
}

@media (max-width: 767px) {
	.navbar-light .navbar-nav .nav-item:hover ul {
		left: 0%;
		transform: translate(0%, 0%);
		min-width: 50px;
	}
}

.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 15px 10px;
	color: #282727;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-item .nav-link:visited {
	color: #292b4d;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:focus {
	color: #171a52 !important;
	outline: none;
}

.navbar-light .navbar-nav .active > .nav-link {
	color: #0384D6 !important;
}

@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-item .nav-link {
		padding: 15px 20px;
	}
}

@media (min-width: 1200px) {
	.navbar-light .navbar-nav .nav-item .nav-link {
		padding: 15px 15px;
	}
}

.site-header--transparent {
	padding-top: 0;
}

.site-header--transparent .site-header {
	transition: all 0.3s ease-in;
}

.site-header--transparent:not(.site-header--fill) .site-header {
	background: #1D24AC !important;
	box-shadow: none;
}

.site-header--transparent:not(.site-header--fill) .navbar-light .custom-logo-link {
	max-width: 100px;
}

.site-header--transparent:not(.site-header--fill) .navbar-light .navbar-nav .active > .nav-link {
	color: #fff !important;
}

.site-header--transparent:not(.site-header--fill) .navbar-light .navbar-nav .nav-item .nav-link {
	color: #f6f6f6 !important;
}

.site-header--transparent:not(.site-header--fill) .navbar-light .navbar-toggler {
	border-color: #fff;
}

.site-header--transparent:not(.site-header--fill) .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media (min-width: 768px) {
	.site-header--transparent:not(.site-header--fill) .site-header {
		background: #003159 !important;
	}
}

.footer {
	position: relative;
	padding: 20px 0 10px;
	font-size: 0.8125rem;
	color: #fff;
	background: #1F2488;
}

.footer__logo {
	margin-bottom: 25px;
}

.footer__design {
	margin-bottom: 0;
}

.footer .social-list,
.footer .copyright-list {
	display: block;
	margin: 0 auto 10px;
	list-style: none;
	padding: 0;
}

.footer .social-list li,
.footer .copyright-list li {
	display: inline-block;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}

.footer .social-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
}

.footer hr {
	background-color: rgba(255, 255, 255, 0.3);
}

.footer a {
	color: #fff;
}

.footer a:visited {
	color: inherit;
}

.footer .scroll-top {
	display: none;
	position: absolute;
	right: 15px;
	transform: translateY(-50%);
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #D4D5D8;
	cursor: pointer;
	width: 20px;
}

@media (min-width: 768px) {
	.footer .container {
		position: relative;
	}
	.footer .scroll-top {
		display: flex;
		top: 22px;
	}
}

.footer .foter-info-left {
	text-align: left;
}

@media (max-width: 767px) {
	.footer .foter-info-left {
		text-align: center;
	}
}

.footer .foter-info-left p {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}

.footer .footer-info-right {
	text-align: right;
}

.footer .footer-info-right p {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}

@media (max-width: 767px) {
	.footer .footer-info-right p {
		text-align: center;
	}
}

/* Blocks
--------------------------------------------- */
.b-location {
	margin-top: 40px;
	margin-bottom: 40px;
	/* h1 {
        @extend %title;
    } */
}

.b-location .b-location__content {
	padding: 10px;
}

.b-location .b-location__info {
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 30px;
}

.b-location .b-location__info > li {
	position: relative;
	font-size: 1rem;
	margin-bottom: 12px;
}

.b-location .b-location__info .icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -25px;
	top: 0px;
	height: 24px;
}

@media (min-width: 768px) {
	.b-location .b-location__content {
		padding: 20px;
	}
}

.b-video {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.b-video {
		margin-bottom: 30px;
	}
}

.b-video--center .b-video__content {
	display: flex;
	justify-content: center;
}

.b-video ul {
	padding-left: 0;
}

.b-video ul li {
	margin-bottom: 6px;
}

.b-video .b-video__title {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.b-video .b-video__title {
		margin-bottom: 0px;
	}
}

.b-video .b-video__title h1 {
	margin-top: 0;
}

.b-video .b-video__sub {
	color: #0384d6;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 600;
}

.b-video .b-video__sub p {
	margin-bottom: 0;
}

.b-video .b-video__sub strong {
	color: #1d24ac;
}

.b-video .b-video__video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	padding-top: 55%;
	background-position: center center;
}

.b-video .b-video__video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
}

.b-video .b-video__video .play-btn img {
	text-align: center;
	max-width: 50%;
}

.b-video .b-video__info {
	margin-bottom: 50px;
	font-size: 16px;
}

.b-video .b-video__info .our-purpose__box {
	width: 100%;
	color: #fff;
	padding: 70px 50px;
	margin-bottom: 50px;
	background-size: cover;
	background-position: center center;
}

.b-video .b-video__info .our-purpose__box h2 {
	color: #fff;
	font-family: "Exo 2", sans-serif;
}

.b-video .b-video__info .our-purpose__box p {
	color: #fff;
}

.b-video .b-video__info .our-purpose__box p span {
	color: #fff !important;
}

.b-video .b-video__thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	z-index: 5;
}

.b-video .b-video__frame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.b-video .b-video__frame iframe {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.b-video .b-video__title,
	.b-video .b-video__content {
		padding-left: 15px;
	}
	.b-video .b-video__content--right > .row {
		flex-direction: row-reverse;
	}
	.b-video .b-video__content--right .b-video__info {
		margin-left: 0;
	}
	.b-video .b-video__content--left .b-video__info {
		margin-right: 0;
	}
	.b-video .b-video__content--center .b-video__video {
		max-width: 100%;
	}
	.b-video .b-video__title {
		flex-direction: row;
		align-items: flex-end;
		max-width: 80%;
	}
	.b-video .b-video__title h1 {
		flex: 1;
		margin-right: 18px;
		margin-bottom: 0.5rem;
	}
	.b-video .b-video__sub {
		flex: 2;
		max-width: 580px;
	}
	.b-video .b-video__video a img {
		min-width: 70%;
	}
}

@media (min-width: 1200px) {
	.b-video .b-video__title,
	.b-video .b-video__content {
		padding-left: 0;
	}
	.b-video .b-video__video a img {
		min-width: 100%;
	}
}

.our-leaders {
	padding-top: 50px;
	padding-bottom: 50px;
}

.our-leaders .our-leaders__title {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.875rem;
}

.our-leaders .our-leaders__title h1 {
	margin-top: 0;
}

.our-leaders .our-leaders__carousel {
	margin-bottom: 20px;
}

.our-leaders .our-leaders__carousel-item.active {
	position: relative;
	padding-bottom: 5px;
}

.our-leaders .our-leaders__carousel-item.active .our-leaders__carousel-item-wrap {
	background: #1d24ac;
	background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
	padding: 2px;
	-webkit-clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.our-leaders .our-leaders__carousel-item.active .our-leaders__carousel-img {
	-webkit-clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.our-leaders .our-leaders__carousel-item.active:after {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -4.5px;
	width: 0;
	height: 0;
	bottom: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 5px solid #1d24ac;
}

.our-leaders .our-leaders__carousel-img {
	padding-top: 100%;
	background-size: cover;
	background-position: center 20%;
}

.our-leaders .our-leaders__member {
	display: flex;
	flex-flow: column;
}

.our-leaders .our-leaders__avatar-wrap {
	width: 50%;
	flex: 1;
	align-self: flex-start;
	margin-right: 80px;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
	background: #1d24ac;
	background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
	padding: 4px;
}

.our-leaders .our-leaders__avatar {
	background-size: cover;
	background-position: center center;
	padding-top: 150%;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.our-leaders .our-leaders__name {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
}

.our-leaders .our-leaders__designation {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 20px;
}

.our-leaders .our-leaders__bio {
	font-size: 0.875rem;
	line-height: 1.5625rem;
}

.our-leaders .our-leaders__bio p {
	font-size: 0.875rem;
	line-height: 1.5625rem;
}

.our-leaders .our-leaders__info {
	flex: 3;
	margin-top: 20px;
}

.our-leaders .owl-dots {
	position: absolute;
	display: flex;
	right: 0;
	top: -20px;
}

.our-leaders .owl-dots .owl-dot {
	border: 0;
	padding: 0;
	background: #9399B9;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 50%;
	outline: none;
}

.our-leaders .owl-dots .owl-dot.active {
	background: #646b96;
}

@media (min-width: 768px) {
	.our-leaders .our-leaders__title {
		flex-direction: row;
		align-items: flex-end;
		max-width: 80%;
	}
	.our-leaders .our-leaders__title h1 {
		flex: 1;
		margin-right: 80px;
		margin-bottom: 0.5rem;
		max-width: 400px;
	}
	.our-leaders .our-leaders__sub {
		flex: 2;
		max-width: 420px;
		margin-bottom: 1rem;
	}
	.our-leaders .our-leaders__member {
		flex-flow: row wrap;
	}
	.our-leaders .our-leaders__info {
		margin-top: 60px;
	}
	.our-leaders .our-leaders__avatar-wrap {
		width: auto;
		margin-right: 40px;
	}
}

@media (min-width: 992px) {
	.our-leaders .our-leaders__carousel {
		margin-left: 324px;
		margin-bottom: 0;
	}
	.our-leaders .our-leaders__avatar-wrap {
		margin-right: 60px;
	}
}

@media (min-width: 1200px) {
	.our-leaders .our-leaders__carousel {
		margin-left: 470px;
	}
	.our-leaders .our-leaders__avatar-wrap {
		margin-right: 80px;
	}
	.our-leaders .our-leaders__avatar-info {
		flex: 4;
	}
}

@media (min-width: 1360px) {
	.our-leaders .our-leaders__carousel {
		margin-left: 480px;
	}
}

.our-partnership .our-partnership__head {
	margin-bottom: 100px;
}

.our-partnership .our-partnership__carousel {
	margin-top: 30px;
	margin-bottom: 60px;
}

.our-partnership .our-partnership__item {
	background: #1d24ac;
	background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
	padding: 2px;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.our-partnership .our-partnership__logo {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 15px;
	background: #fff;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

.our-partnership .our-partnership__logo img {
	max-height: 100%;
	width: auto;
}

.our-partnership .owl-dots {
	position: absolute;
	display: flex;
	right: 0;
	top: -20px;
}

.our-partnership .owl-dots .owl-dot {
	border: 0;
	padding: 0;
	background: #9399B9;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 50%;
	outline: none;
}

.our-partnership .owl-dots .owl-dot.active {
	background: #646b96;
}

@media (min-width: 992px) {
	.our-partnership .our-partnership__logo {
		height: 100px;
	}
}

@media (min-width: 1200px) {
	.our-partnership .our-partnership__logo {
		height: 120px;
	}
}

.our-purpose .our-purpose__box {
	color: #fff;
	padding: 70px 50px;
	margin-bottom: 50px;
	background-size: cover;
	background-position: center center;
}

.our-purpose .our-purpose__box h2 {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
}

@media (max-width: 767px) {
	.our-purpose .our-purpose__box {
		min-height: 250px;
		background-position: top center;
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) {
	.our-purpose {
		margin-top: 120px;
	}
	.our-purpose .big-title {
		margin-top: -60px;
	}
	.our-purpose .row {
		margin-left: 0;
		margin-right: 0;
	}
	.our-purpose .col-md {
		padding-left: 0;
		padding-right: 0;
	}
	.our-purpose .our-purpose__box {
		padding-right: 100px;
		min-height: 23.75rem;
		padding: 50px 30px;
	}
}

@media (min-width: 1200px) {
	.our-purpose .our-purpose__box {
		padding: 70px 50px;
	}
}

.our-story {
	display: flex;
	flex-flow: column;
	margin-bottom: 60px;
}

.our-story p:last-child {
	margin-bottom: 0;
}

.our-story__col1 {
	flex: 9;
}

.our-story__col1 h1 {
	padding-left: 2.8125rem;
	max-width: 600px;
}

.our-story__col2 {
	display: flex;
	flex-flow: column;
	flex: 4;
}

.our-story__col2 .spacer {
	flex: auto;
}

.our-story__main {
	display: flex;
	align-items: center;
	padding: 3.125rem;
	min-height: 550px;
	color: #fff;
	background-size: cover;
	background-position: center center;
}

.our-story__main .content h3 {
	font-size: 2.5rem;
	margin-bottom: 1.875rem;
	line-height: 1.3;
}

.our-story__main .content p {
	margin-bottom: 15px;
}

.our-story__main .content a {
	display: inline-block;
}

@media (max-width: 767px) {
	.our-story__main > div {
		flex-flow: column;
	}
	.our-story__main > div .content {
		flex: auto;
		margin-bottom: 20px;
	}
}

.our-story__bottom {
	font-size: 1.125rem;
	color: #282727;
}

.our-story__bottom h5 {
	font-size: 1rem;
	color: #7C7C83;
	margin-bottom: 1.75rem;
}

.our-story__bottom .content {
	padding: 45px 25px;
}

.our-story__side {
	display: flex;
	justify-content: center;
	flex-flow: column;
	padding: 4.0625rem;
	color: #fff;
}

.our-story__side.no-pad {
	padding: 0;
}

.our-story__sideb1 {
	background: #3a399f;
	background: linear-gradient(0deg, #3a399f 0%, #747fe3 100%);
}

.our-story__sideb3 {
	background: #139940;
	background: linear-gradient(0deg, #139940 0%, #36a637 100%);
}

@media (min-width: 768px) {
	.our-story {
		flex-flow: row wrap;
	}
}

.para-img {
	padding-top: 60px;
}

.para-img h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0;
	margin: 0;
}

@media (max-width: 767px) {
	.para-img h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.para-img .para-img__col,
.para-img .big-title {
	padding-left: 0;
}

.para-img .para-img__col {
	margin-bottom: 40px;
}

.para-img .para-img__img {
	margin-bottom: 40px;
}

.para-img .para-img__img img {
	width: 100%;
}

@media (min-width: 768px) {
	.para-img .row {
		margin-left: 0;
		margin-right: 0;
	}
	.para-img .col-md {
		padding-left: 0;
		padding-right: 0;
	}
	.para-img .para-img__col,
	.para-img .big-title {
		padding-left: 30px;
	}
	.para-img .para-img__col {
		margin-bottom: 0px;
	}
	.para-img .para-img__col {
		padding-right: 45px;
	}
}

@media (min-width: 1200px) {
	.para-img .para-img__col,
	.para-img .big-title {
		padding-left: 45px;
	}
	.para-img .para-img__col {
		margin-bottom: 0px;
	}
}

.our-purpose.section-white {
	padding-bottom: 0;
	padding-top: 80px;
}

.gallery-slider-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}

.insfastructure-slider {
	z-index: 4;
	position: relative;
}

.section-darkblock {
	background: #161928;
}

.section-darkblock h1 {
	color: #fff;
}

.section-darkblock h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #0384D6;
	letter-spacing: 1.57px;
	line-height: 25px;
	padding: 0 0 10px 0px;
	margin: 0;
}

.section-darkblock h2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #0384D6;
	letter-spacing: 1.57px;
	line-height: 35px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.section-darkblock h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.section-darkblock p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.65px;
	line-height: 27px;
}

.section-darkblock p span, .section-darkblock p.p1 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.section-darkblock h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.64px;
	line-height: 27px;
	padding: 0 0 20px 0px;
	margin: 0;
}

.section-darkblock div {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.section-darkblock div strong {
	font-size: 18px;
	font-weight: 400;
}

.section-with-design {
	z-index: 4;
	position: relative;
	padding-top: 40px;
}

.section-with-design:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 550px;
	background: url("images/background-quality.png") top right no-repeat;
	content: '';
	z-index: -1;
}

@media (max-width: 800px) {
	.section-with-design:before {
		opacity: 0.4;
	}
}

@media (max-width: 600px) {
	.section-with-design:before {
		display: none;
	}
}

.section-with-design h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.section-with-design h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.section-with-design p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.section-with-design ul {
	padding: 10px 0 10px 15px;
	margin: 0;
}

.section-with-design ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style-image: url("images/list-icon.png");
}

.section-gray {
	background: #F6F6F7;
	padding-top: 60px;
}

.section-gray h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.section-gray h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.section-gray h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.64px;
	line-height: 27px;
	padding: 0 0 20px 0px;
	margin: 0;
}

.section-gray p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.section-white {
	background: #FFF;
	padding-top: 50px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 60px;
}

.section-white h1 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.section-white h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.section-white h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 35px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.section-white h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

.section-white h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
	padding: 0 0 20px 0px;
	margin: 0;
}

.section-white p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.t-img-block {
	position: relative;
	color: #fff;
	z-index: 1;
}

.t-img-block .t-img-block__text {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 60%;
	padding-right: 3.125rem;
	padding-left: 3.125rem;
	min-height: 700px;
	z-index: 10;
	position: relative;
}

@media (min-width: 768px) {
	.t-img-block .t-img-block__text {
		min-height: 400px;
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.t-img-block .t-img-block__text {
		min-height: 500px;
	}
}

.t-img-block .t-img-block__text h1 {
	padding: 0 0 40px 0px;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.t-img-block .t-img-block__text h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.t-img-block .t-img-block__text h1 b {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.t-img-block .t-img-block__text h1 b {
		font-size: 30px;
		line-height: 35px;
	}
}

.t-img-block .t-img-block__text h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.64px;
	line-height: 49px;
	padding: 0 0;
	margin: 0 0;
}

.t-img-block .t-img-block__text p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.57px;
	line-height: 27px;
}

.t-img-block .t-img-block__text a {
	color: #656f7e;
	background-color: #fff;
}

.t-img-block .t-img-block__img {
	position: absolute;
	left: 0%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-size: cover;
	background-position: right center;
	z-index: 1;
}

@media (max-width: 767px) {
	.t-img-block {
		padding-top: 200px;
		background-image: radial-gradient(58% 153%, #06037C 45%, #04174B 100%);
	}
	.t-img-block .t-img-block__text {
		padding: 40px 1.875rem;
		width: 100%;
		min-height: 0;
	}
	.t-img-block .t-img-block__img {
		left: 0;
		height: 280px;
		margin-top: -80px;
	}
}

.t-img-block--is-banner {
	margin-top: 5px;
}

.t-img-block--is-banner .t-img-block__text {
	padding-left: 0;
}

@media (min-width: 768px) {
	.t-img-block--is-banner {
		margin-top: -80px;
	}
}

@media (min-width: 992px) {
	.t-img-block--is-banner {
		margin-top: -80px;
	}
}

@media (min-width: 1200px) {
	.t-img-block--is-banner {
		margin-top: -80px;
	}
}

.tabs .sub-title {
	font-size: 1.125rem;
	color: #000;
	line-height: 1.6875rem;
	letter-spacing: 0.04rem;
}

.tabs .tabs__nav {
	display: inline-flex;
	flex-flow: row wrap;
	margin-left: 0;
	padding-left: 0;
	background-color: #F7F9FB;
	padding-top: 5px;
	padding-bottom: 40px;
}

.tabs .tabs__nav-item {
	list-style: none;
	padding: 6px 0 6px;
	margin: 0 8px 5px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	font-weight: 600;
	color: rgba(22, 25, 40, 0.7);
}

.tabs .tabs__nav-item.active {
	color: #0384D6;
	border-color: #0384D6;
}

.tabs .tabs__content {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	transition: all 0.3s ease-in;
}

.tabs .tabs__content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 2rem;
}

.tabs .tabs__content ul > li {
	position: relative;
}

.tabs .tabs__content ul > li:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	left: -20px;
	top: 10px;
	border-radius: 50%;
	background-color: #0384D6;
}

.tabs .tabs__content-item.active {
	display: block;
}

.tabs .tabs__content-item .col-md:first-child {
	margin-bottom: 30px;
}

.tabs .tabs__content-slider {
	margin-bottom: 30px;
}

.tabs .tabs__content-slider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	border: 0;
	outline: none;
}

.tabs .tabs__content-slider .owl-dots .owl-dot {
	display: inline-block;
	background-color: #969696;
	width: 6px;
	height: 6px;
	padding: 0;
	margin: 0 3px;
	border-radius: 50%;
	outline: none;
}

.tabs .tabs__content-slider .owl-dots .owl-dot.active {
	width: 8px;
	height: 8px;
	background-color: #1D24AC;
}

.tabs .tabs__content-logo {
	display: block;
	width: 120px;
	background: #1d24ac;
	background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
	padding: 2px;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
	margin-bottom: 20px;
}

.tabs .tabs__content-logo img {
	max-height: 100%;
	width: auto;
}

.tabs .tabs__content-logo-wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 10px 15px;
	background: #fff;
	clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
}

@media (min-width: 768px) {
	.tabs .tabs__nav {
		padding-left: 35px;
		padding-right: 35px;
	}
	.tabs .tabs__nav-item {
		padding: 10px 0 6px;
		margin: 0 15px 5px;
	}
	.tabs .tabs__content-item .col-md:first-child {
		margin-right: 30px;
	}
	.tabs .tabs__content-slider {
		max-width: 45%;
	}
}

.testimonial {
	display: flex;
	flex-flow: column;
	margin-bottom: 100px;
}

.testimonial__avatar {
	position: relative;
	margin-right: 115px;
	max-width: 400px;
	margin-bottom: 30px;
}

.testimonial__img {
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-top: 120%;
}

.testimonial__play {
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	max-width: 30vw;
}

.testimonial__text {
	flex: 1;
}

.testimonial__message {
	padding: 0 20px;
}

.testimonial__quote {
	font-size: 1.375rem;
	line-height: 1.3;
	margin-bottom: 40px;
	color: #000;
}

.testimonial__quote:before, .testimonial__quote:after {
	position: relative;
	font-weight: bold;
	color: #1D24AC;
}

.testimonial__quote:before {
	content: "“";
	margin-left: -16px;
	top: -20px;
}

.testimonial__quote:after {
	content: "”";
	margin-top: 18px;
	top: 30px;
}

.testimonial__name {
	font-size: 1.5rem;
	color: #161928;
	margin-bottom: 5px;
}

.testimonial__designation {
	font-size: 1rem;
	color: #161928;
}

@media (min-width: 768px) {
	.testimonial {
		flex-flow: row wrap;
		align-items: center;
	}
	.testimonial__avatar {
		width: 300px;
	}
	.testimonial__img {
		margin-top: 30px;
		margin-bottom: -30px;
	}
}

@media (min-width: 1200px) {
	.testimonial__avatar {
		max-width: none;
		width: auto;
	}
	.testimonial__quote {
		font-size: 1.625rem;
	}
	.testimonial__img {
		width: 400px;
		height: 500px;
		margin-top: 50px;
		margin-bottom: -50px;
	}
	.testimonial__name {
		font-size: 1.75rem;
	}
}

.title-col {
	margin-top: 160px;
}

.title-col h1 {
	line-height: 1.15;
	margin-top: -44px;
}

.title-col__box {
	padding: 1.875rem;
	display: flex;
	flex-flow: column;
	margin-bottom: 30px;
	color: #fff;
	justify-content: center;
	background: #271c84;
	background: linear-gradient(0deg, #271c84 0%, rgba(51, 72, 226, 0.622286) 100%);
	margin-top: 30px;
}

.title-col__box h1,
.title-col__box h2,
.title-col__box h3 {
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.title-col h1 {
		margin-top: -34px;
	}
	.title-col__box {
		padding: 2.5rem;
	}
}

@media (min-width: 1360px) {
	.title-col__box {
		padding: 3.75rem;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.box-shadow {
	box-shadow: 0 0 5px 0 #4a4a4a80;
}

.updated:not(.published) {
	display: none;
}

.page-template-template-contact {
	background-color: #F7F9FB;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.b-column {
	margin-bottom: 0px;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-label label {
	display: none;
}

.ninja-forms-form-wrap .nf-field-container {
	margin-bottom: 15px;
}

.ninja-forms-form-wrap .nf-element::placeholder {
	color: #5C5D68;
}

.ninja-forms-form-wrap .nf-field-element textarea {
	height: 120px;
}

.ninja-forms-form-wrap .recaptcha-wrap .nf-field-element {
	text-align: center;
}

.ninja-forms-form-wrap .recaptcha-wrap .g-recaptcha {
	display: inline-block;
}

.ninja-forms-form-wrap .submit-wrap {
	text-align: center;
}

.ninja-forms-form-wrap .submit-wrap input[type=button] {
	background-color: #1D24AC;
	color: #fff;
	padding: 15px 45px;
	border-radius: 0;
}

.ninja-forms-form-wrap .nf-element {
	padding: 13px 20px;
	border: 0;
	font-size: 1rem;
}

.nf-response-msg {
	background: #cfe9ff;
	padding: 15px;
	border-radius: 5px;
	color: #0d3e67;
}

.nf-response-msg p:last-child {
	margin-bottom: 0;
}

.p-contact .p-contact__bottom {
	margin-bottom: 30px;
}

.p-contact .p-contact__map,
.p-contact .p-contact__form {
	margin-bottom: 30px;
}

.p-contact .p-contact__map .map {
	padding-top: 110%;
}

@media (min-width: 768px) {
	.p-contact .p-contact__bottom {
		display: flex;
		flex-flow: row wrap;
	}
	.p-contact .p-contact__map {
		flex: 4;
		margin-right: 30px;
	}
	.p-contact .p-contact__form {
		flex: 3;
	}
}

@media (min-width: 1200px) {
	.p-contact .container {
		max-width: 1024px;
		margin: 0 auto;
	}
}

ul.social-list {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	justify-content: center;
}

ul.social-list > li {
	margin: 0 5px;
}

ul.social-list > li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #999dce;
	border-radius: 50%;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-numbers,
.pagination .icon-prev,
.pagination .icon-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	color: #8E98A8;
	font-size: 0.875rem;
	line-height: 1.05;
}

.pagination .page-numbers.current,
.pagination .icon-prev.current,
.pagination .icon-next.current {
	background-color: #1D24AC;
	color: #fff;
}

.pagination .icon-prev,
.pagination .icon-next {
	background-position: center center;
	background-repeat: no-repeat;
}

.pagination .icon-prev {
	background-image: url(./images/icon-prev.png);
}

.pagination .icon-next {
	background-image: url(./images/icon-next.png);
}

.p-post .p-post__wrapper {
	display: flex;
	flex-flow: column;
}

.p-post .p-post__container {
	padding-left: 50px;
}

.p-post .p-post__back-btn {
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #8E98A8;
	text-decoration: none;
	font-size: 0.875rem;
}

.p-post .p-post__back-btn i {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(./images/icon-prev-white.png);
}

.p-post .p-post__cat {
	display: inline-block;
	font-size: 0.75rem;
	color: #666678;
	background-color: #f6f6f6;
	padding: 0.5rem 1.375rem;
}

.p-post .p-post__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	color: #7C7C83;
	font-size: 0.8125rem;
}

.p-post .p-post__title {
	padding: 40px 0 20px 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	margin: 0;
}

.p-post .p-post__content {
	position: relative;
	font-size: 1rem;
	line-height: 1.6875rem;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.p-post .p-post__wrapper {
		flex-flow: row;
	}
	.p-post .p-post__main {
		margin-right: 30px;
		margin-bottom: 50px;
		width: 66.66%;
	}
	.p-post .p-post__aside {
		flex: 1;
		background: #F6F6F7;
	}
	.p-post .p-post__aside h3 {
		background: linear-gradient(45deg, #1d24ac 0%, #0384d6 100%);
		padding: 15px;
		color: #fff;
		font-family: 'Exo 2', sans-serif;
		font-weight: 700;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.p-post .p-post__container {
		max-width: 1054px;
	}
}

.p-post .back-to-info {
	margin-top: -85px;
	position: relative;
	z-index: 10;
}

.p-post .back-to-info a {
	color: #fff;
}

.p-post .back-to-info a:hover {
	padding-left: 10px;
}

.post-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.post-list li {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.post-list a:hover {
	text-decoration: none;
}

.post-list a:hover .post-list__title {
	text-decoration: underline;
}

.post-list__by {
	color: #7C7C83;
	font-size: 0.8125rem;
	padding-bottom: 10px;
}

.post-list__excerpt {
	color: #7C7C83;
	font-size: 0.75rem;
	padding-top: 10px;
}

.post-list__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 20px;
}

.share-post {
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	bottom: 0;
}

.share-post > ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	position: sticky;
	top: 120px;
}

.share-post > ul > li {
	margin-bottom: 10px;
}

.share-post .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(22, 25, 40, 0.1);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.p-contact .contact-form-wrapper {
	padding-top: 50px;
}

.p-contact .p-contact-banner {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	margin-top: -120px;
	padding: 200px 0 60px 0px;
	color: #fff;
}

@media (max-width: 767px) {
	.p-contact .p-contact-banner {
		padding-top: 120px;
	}
}

.p-contact .p-contact-banner .container {
	max-width: 1200px;
}

.p-contact .p-contact-banner h1 {
	padding: 0 0 40px 0px;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.p-contact .p-contact-banner h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.p-contact .p-contact-banner h1 b {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.p-contact .p-contact-banner h1 b {
		font-size: 30px;
		line-height: 35px;
	}
}

.p-contact .p-contact-banner h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.64px;
	line-height: 49px;
	padding: 0 0;
	margin: 0 0;
}

.p-contact .p-contact-banner p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.57px;
	line-height: 27px;
}

.p-contact .p-contact-banner a {
	color: #0384D6;
}

.p-contact .p-contact-banner a:hover {
	text-decoration: underline;
	color: #0384D6;
}

.p-contact .p-contact-banner .b-location__content li i img {
	filter: brightness(80);
}

.page-header-info {
	background: url("images/design-bg.png") left bottom no-repeat #06037C;
	width: 100%;
	display: inline-block;
	margin-top: -80px;
}

.page-header-info h1 {
	padding: 160px 0  80px 0px;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.page-header-info h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

.info-hub {
	padding: 100px 0px  60px 0;
}

.info-hub .info-hub__nav {
	list-style: none;
	align-items: center;
	justify-content: center;
	margin: 0 auto 60px;
	background: #F7F9FB;
	padding: 30px 0px 15px 0px;
	display: none;
	visibility: hidden;
	height: 0;
}

.info-hub .info-hub__nav > li {
	margin: 0 14px 15px;
	border-bottom: 4px solid transparent;
	font-size: 1.125rem;
}

.info-hub .info-hub__nav > li a {
	display: block;
	color: #161928;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
	color: rgba(22, 25, 40, 0.7);
}

.info-hub .info-hub__nav > li.active {
	border-color: #0384D6;
}

.info-hub .info-hub__nav > li.active a {
	color: #0384D6;
}

.info-hub .info-hub__posts {
	display: flex;
	flex-flow: row wrap;
}

.info-hub .info-hub__posts a {
	color: inherit;
	text-decoration: none;
}

.info-hub .info-hub__post {
	position: relative;
	margin-bottom: 40px;
}

.info-hub .info-hub__post p {
	font-size: 0.875rem;
}

.info-hub .info-hub__post-cat {
	position: absolute;
	top: -15px;
	display: none;
	font-size: 0.75rem;
	color: #666678;
	background-color: #f6f6f6;
	padding: 0.5rem 1.375rem;
}

.info-hub .info-hub__post-thumb {
	padding-top: 60%;
	background-color: #e2e2e2;
	margin-bottom: 10px;
	background-size: cover;
}

.info-hub .info-hub__post-date, .info-hub .info-hub__post-author {
	color: #7C7C83;
	font-size: 0.8125rem;
	margin-bottom: 15px;
}

.info-hub .info-hub__post-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 22px;
}

.info-hub .info-hub__post-author {
	font-weight: 600;
}

.info-hub .info-hub__post-content {
	padding: 0.9375rem 0.625rem;
}

@media (min-width: 420px) {
	.info-hub .info-hub__post {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	.info-hub .info-hub__post {
		width: 33.33%;
		padding: 0 10px;
	}
	.info-hub .info-hub__post-content {
		padding: 0.9375rem 0.9375rem;
	}
}

@media (min-width: 1200px) {
	.info-hub .info-hub__post {
		width: 25%;
		padding: 0 15px;
	}
}

.life-at-morison-page .our-culture {
	padding-top: 100px;
}

.life-at-morison-page .our-culture .culture-txt {
	padding-bottom: 40px;
	padding-right: 35px;
}

.life-at-morison-page .our-culture .culture-img {
	padding-bottom: 40px;
	padding-left: 35px;
}

.life-at-morison-page .our-culture h2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

.life-at-morison-page .our-culture h3 {
	padding: 0 0 20px 0px;
	margin: 0;
}

.life-at-morison-page .our-culture h3 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.life-at-morison-page .our-culture p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 26px;
}

.life-at-morison-page .our-culture img {
	float: left;
	width: 100%;
}

.life-at-morison-page .our-culture-testominals .tab-list-slider {
	float: left;
	width: auto;
	background: #F7F9FB;
}

.life-at-morison-page .our-culture-testominals .tab-list-slider ul {
	float: left;
	width: 100%;
	padding: 0px 15px;
	margin: 0;
	list-style-type: none;
}

.life-at-morison-page .our-culture-testominals .tab-list-slider ul li {
	float: left;
	width: auto;
	padding: 0 40px 0px 0px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-culture-testominals .tab-list-slider ul li {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.life-at-morison-page .our-culture-testominals .tab-list-slider ul li:last-child {
	padding: 0;
}

.life-at-morison-page .our-culture-testominals .tab-list-slider ul li a {
	opacity: 0.7;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #161928;
	letter-spacing: 0.64px;
	line-height: 60px;
	border-bottom: 4px solid transparent;
	float: left;
	cursor: pointer;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-culture-testominals .tab-list-slider ul li a {
		line-height: 40px;
		font-size: 16px;
		width: 100%;
	}
}

.life-at-morison-page .our-culture-testominals .tab-list-slider ul li a.active {
	color: #1D24AC;
	border-bottom: 4px solid #1D24AC;
}

.life-at-morison-page .our-culture-testominals .tabs-details {
	padding-top: 40px;
}

.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-banner {
	width: 50%;
	float: left;
	padding-right: 35px;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-banner {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}
}

.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-banner img {
	float: left;
	width: 100%;
}

.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-txt {
	width: 50%;
	float: left;
	padding-left: 35px;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-txt {
		width: 100%;
		padding-left: 0px;
	}
}

.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-txt h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
}

.life-at-morison-page .our-culture-testominals .tabs-details .tab-details-slider .slider-item .slider-txt p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 26px;
}

.life-at-morison-page .our-people-block {
	padding-top: 50px;
}

.life-at-morison-page .our-people-block .people-info-title h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-people-block .people-info-title h3 {
		font-size: 30px;
		line-height: 35px;
	}
}

.life-at-morison-page .our-people-block .people-info-line {
	padding-bottom: 15px;
}

.life-at-morison-page .our-people-block .people-info-line .people-img {
	padding-bottom: 10px;
	float: left;
	width: 45%;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-people-block .people-info-line .people-img {
		width: 100%;
	}
}

.life-at-morison-page .our-people-block .people-info-line .people-img img {
	float: left;
	width: 100%;
}

.life-at-morison-page .our-people-block .people-info-line .people-txt {
	padding-bottom: 10px;
	padding-top: 15px;
	width: 55%;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-people-block .people-info-line .people-txt {
		width: 100%;
	}
}

.life-at-morison-page .our-people-block .people-info-line .people-txt h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.64px;
	line-height: 27px;
	padding: 0 0 15px 0;
	margin: 0;
}

.life-at-morison-page .our-people-block .people-info-line .people-txt p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 26px;
}

.life-at-morison-page .our-people-block .people-info-line.odd-block .people-txt {
	float: right;
	padding-left: 80px;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-people-block .people-info-line.odd-block .people-txt {
		padding-left: 0;
	}
}

.life-at-morison-page .our-people-block .people-info-line.even-block .people-txt {
	float: left;
	padding-right: 80px;
}

@media (max-width: 800px) {
	.life-at-morison-page .our-people-block .people-info-line.even-block .people-txt {
		padding-right: 0;
	}
}

.life-at-morison-page .our-vacancies {
	padding-top: 40px;
	padding-bottom: 50px;
}

.life-at-morison-page .our-vacancies .vacancy-title h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 49px;
	padding: 0 0 20px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-title h3 {
		font-size: 30px;
		line-height: 35px;
	}
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-info {
	float: left;
	width: calc(100% - 150px);
	padding-top: 7px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-info {
		width: 100%;
		padding-bottom: 20px;
	}
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-info p {
	font-size: 16px;
	color: #161928;
	letter-spacing: 0.57px;
	line-height: 27px;
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-info p a {
	color: #0384D6;
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-dropdown {
	float: left;
	width: 150px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-dropdown {
		width: 100%;
	}
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-dropdown .select-box-wrap {
	background: url("images/sort-by-arrow.png") right 15px center no-repeat #FFFFFF;
	padding: 0px 30px 0px 15px;
	border: 1px solid #8E98A8;
	overflow: hidden;
	height: 36px;
	float: left;
	width: 100%;
}

.life-at-morison-page .our-vacancies .vacancy-filter .vacancy-filter-dropdown .select-box-wrap select {
	width: calc(100% + 60px);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #8E98A8;
	letter-spacing: 0;
	border: 0;
	background: transparent;
	height: 36px;
	line-height: 36px;
	float: left;
	padding: 0;
	outline: 0 !important;
}

.life-at-morison-page .our-vacancies .vacancy-list thead th {
	background: #0384D6;
	border: 0;
	text-align: left;
	padding: 0px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #F7F9FB;
	letter-spacing: 0.57px;
	line-height: 48px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-list thead th {
		font-size: 14px;
	}
}

.life-at-morison-page .our-vacancies .vacancy-list tbody td {
	border: 0px;
	border-bottom: 1px solid #DDE6EB;
	background: #F7F9FB;
	padding: 8px 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.57px;
	line-height: 27px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-list tbody td {
		font-size: 12px;
	}
}

.life-at-morison-page .our-vacancies .vacancy-list tbody td.with-link {
	font-size: 0;
	letter-spacing: 0px;
}

.life-at-morison-page .our-vacancies .vacancy-list tbody td.with-link a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	opacity: 1;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-list tbody td.with-link a {
		font-size: 12px;
	}
}

.life-at-morison-page .our-vacancies .vacancy-list tbody td.with-link a:hover {
	color: #1D24AC;
}

.life-at-morison-page .our-vacancies .vacancy-list tbody td.subtxt {
	opacity: 0.76;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 27px;
}

@media (max-width: 767px) {
	.life-at-morison-page .our-vacancies .vacancy-list tbody td.subtxt {
		font-size: 12px;
	}
}

.life-at-morison-page .join-community {
	background: url("images/banner-join-team.jpg") top center no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
}

.life-at-morison-page .join-community .container {
	width: 100%;
	max-width: 900px;
}

.life-at-morison-page .join-community h2 {
	padding: 0 0 20px 0px;
	margin: 0;
}

.life-at-morison-page .join-community h2 span {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #FFFFFF;
	letter-spacing: 1.57px;
	line-height: 49px;
}

@media (max-width: 767px) {
	.life-at-morison-page .join-community h2 span {
		font-size: 30px;
		line-height: 35px;
	}
}

.life-at-morison-page .join-community h3 {
	display: inline-block;
	max-width: 550px;
	padding: 0 0 30px 0px;
	margin: 0;
}

.life-at-morison-page .join-community h3 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.64px;
	text-align: center;
	line-height: 27px;
}

.life-at-morison-page .join-community p {
	display: inline-block;
	max-width: 550px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.64px;
	text-align: center;
	line-height: 27px;
}

.life-at-morison-page .join-community p a {
	color: #69C8F0;
}

.life-at-morison-page .morison-blog {
	background: #F7F9FB;
	padding: 40px 0px;
}

.life-at-morison-page .morison-blog .blog-title h3 {
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	text-align: center;
	line-height: 49px;
	padding: 0 0 60px 0px;
	margin: 0;
}

@media (max-width: 767px) {
	.life-at-morison-page .morison-blog .blog-title h3 {
		font-size: 30px;
		line-height: 35px;
	}
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item {
	padding-bottom: 41px;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item a {
	width: 100%;
	display: block;
	background: #fff;
	height: 100%;
	text-decoration: none;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-cat {
	position: absolute;
	margin-top: -15px;
	display: none;
	font-size: 0.75rem;
	color: #666678;
	background-color: #f6f6f6;
	padding: 0.5rem 1.375rem;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-thumb {
	height: 180px;
	background-color: #e2e2e2;
	margin-bottom: 10px;
	background-size: cover;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-content {
	padding: 0.9375rem 0.9375rem;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-date, .life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-author {
	color: #7C7C83;
	font-size: 0.8125rem;
	margin-bottom: 15px;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item .info-hub__post-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #1D24AC;
	letter-spacing: 1.57px;
	line-height: 22px;
}

.life-at-morison-page .morison-blog .blog-itm-list .blog-item p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 20px;
}

.life-at-morison-page .morison-blog .blog-link-all {
	text-align: center;
}

.life-at-morison-page .morison-blog .blog-link-all a {
	background: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #8E98A8;
	letter-spacing: 0;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	width: 140px;
	text-align: center;
}

@media (max-width: 767px) {
	.life-at-morison-page .morison-blog .blog-link-all a {
		font-size: 30px;
		line-height: 35px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.banner-slider .slide {
	width: 100%;
	height: 650px;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 767px) {
	.banner-slider {
		display: none;
	}
}

.mobile-banner {
	width: 100%;
}

@media (min-width: 768px) {
	.mobile-banner {
		display: none;
	}
}

.mobile-banner .slick-prev,
.mobile-banner .slick-next {
	display: none !important;
}

.mobile-banner .slide {
	width: 100%;
	height: auto;
}

.mobile-banner .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.image-slider-wrap {
	padding-top: 20px;
	padding-bottom: 50px;
}

.image-slider-wrap .slider-item {
	overflow: hidden;
}

.image-slider-wrap .slider-item .slider-item-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center left;
	transition: all 0.3s ease;
	transform: scale(1.8);
}

.image-slider-wrap .slider-item .slider-item-inner a {
	width: 100%;
	height: 100%;
	display: block;
}

.image-slider-wrap .slider-item.slick-active .slider-item-inner {
	transform: scale(1);
	background-position: center center;
}

.image-slider-wrap .slider-center .slider-center-main .slider-item {
	width: 100%;
	height: 380px;
}

@media (max-width: 900px) {
	.image-slider-wrap .slider-center .slider-center-main .slider-item {
		height: 280px;
	}
}

.image-slider-wrap .slider-left {
	padding-top: 40px;
}

@media (max-width: 767px) {
	.image-slider-wrap .slider-left {
		display: none;
	}
}

.image-slider-wrap .slider-left .slider-left-main .slider-item {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: center;
}

@media (max-width: 900px) {
	.image-slider-wrap .slider-left .slider-left-main .slider-item {
		height: 160px;
	}
}

.image-slider-wrap .slider-right {
	padding-top: 110px;
}

@media (max-width: 767px) {
	.image-slider-wrap .slider-right {
		display: none;
	}
}

.image-slider-wrap .slider-right .slider-right-main .slider-item {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: center;
}

@media (max-width: 900px) {
	.image-slider-wrap .slider-right .slider-right-main .slider-item {
		height: 160px;
	}
}

.image-slider-wrap .slick-arrow {
	font-size: 0;
	background: transparent;
	border: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.image-slider-wrap .slider-buttons {
	text-align: center;
	padding-top: 20px;
}

.image-slider-wrap .slider-buttons .arrow-item {
	width: 15px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

.image-slider-wrap .slider-buttons .arrow-item.slic-arrow-left {
	background-image: url("images/arrow-blue-left.png");
	margin-right: 30px;
}

.image-slider-wrap .slider-buttons .arrow-item.slic-arrow-right {
	background-image: url("images/arrow-blue-right.png");
	margin-left: 30px;
}

.image-slider-wrap .slider-buttons .slider-counter {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #6E6868;
	letter-spacing: 4px;
	text-align: center;
	line-height: 27px;
}

.image-slider-wrap .slider-buttons .slider-counter span {
	color: #1D24AC;
}

.section-darkblock .slider-buttons .arrow-item.slic-arrow-left {
	background-image: url("images/arrow-white-left.png");
}

.section-darkblock .slider-buttons .arrow-item.slic-arrow-right {
	background-image: url("images/arrow-white-right.png");
}

.section-darkblock .slider-buttons .slider-counter {
	color: #8B8D95;
}

.section-darkblock .slider-buttons .slider-counter span {
	color: #fff;
}

.lity-content img {
	max-height: 96vh !important;
	max-width: 96vw;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */