@import url(https://fonts.googleapis.com/css?family=Muli:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Jost:400,700&display=swap);
/**
 * @file
 * Contains global theme styling.
*/


/*@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chau+Philomene+One&display=swap');*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sub, sup {
  font-size: 75%;
}

sup {
  top: -.4em;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*Variables*/
/*Header*/
/*Menu Color*/
/*Mixins*/
/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

.messages--error p.error {
  color: #a51b00;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #cc0000;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #de4867;
  color: #fff;
}

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px;
}

caption {
  text-align: left;
  /* LTR */
}

code {
    background: #d8d8d8;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
    letter-spacing: 1px;
}
th{
    background: #f5f5f9;
    padding: 5px;
    border-right: 1px solid #c8c7c7;
    font-weight: 600;
}

thead th {
  background: #f5f5f9;
  border: solid #e7e7ec;
  border-width: 1px 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead > tr {
  border-bottom: 1px solid #000;
}

/*tbody tr:hover,
tbody tr:focus {
  background: #f7fcff;
}*/

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 6px 3px;
  text-align: left;
  /* LTR */
}

.table-ts tr {
  border-bottom: none;
  padding: 0;
}

.table-ts tr td {
  padding: 6px 10px;
  background-color: #cc0000;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
}

.table-ts tr:nth-child(2n+2) td {
  background-color: #010066;
}

th > a {
  position: relative;
  display: block;
}

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

th.is-active > a {
  color: #004875;
}

th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%;
}

th.is-active > a:after {
  border-bottom-color: #004875;
}

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #de4867;
  text-decoration: none;
}

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #de4867;
}

td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px;
}

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
p {
  margin: 0 0 10px 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: 'Jost', sans-serif;
  color: #010066;
  font-weight: 700;
  line-height: 120%;
}

h1, .h1 {
  font-size: 48px;
  line-height: 60px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 34px;
}

h5, .h6 {
  font-size: 20px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

a {
  color: #cc0000;
}
a:hover {
  color: #a80000;
  text-decoration: none;
}

ol, ul {
  /*display: inline-block;*/
  padding-left: 20px;
  margin-bottom: 20px;
}
ol li, ul li {
  list-style: outside;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}
ul.links.inline li {
  list-style: none;
}

blockquote, q {
    quotes: none;
    border: 1px solid #bbbbbb;
    background: #d8d8d8 url('../images/quote.png') no-repeat;
    padding: 10px 5px 5px 47px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 7px;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status, table tr.ok {
  background-color: #f8fff0;
}

div.status {
    background-image: url('../images/message-24-ok.png');
    border-color: #be7;
}

div.error, .error {
    color: #8c2e0b;
}

div.error {
    background-image: url('../images/message-24-error.png');
    border-color: #ed541d;
}

div.warning, table tr.warning {
    background-color: #fffce5;
}
div.warning, .warning {
    color: #840;
}
div.warning {
    background-image: url('../images/message-24-warning.png');
    border-color: #ed5;
}

body {
  background-color: #f5f5f9;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  overflow-x: hidden;
  font-weight: 300;
  padding-top: 95px;
}

/*Footer Widget*/
.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}
.footerwidget h2.title {
  color: #fff;
}
.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  font-size: 14px;
  background: #010066;
  border-top: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 12px 0;
}
.copyright p {
  margin: 12px 0;
}

/*Google Map*/
.contact-form{ padding: 100px 0 86px; background: #010066; position: relative;}
.c-address h2.title{ font-size: 30px; line-height: 40px; margin-bottom: 24px;}
.c-address .c-icon{ position: relative; padding-left: 26px; margin-bottom: 16px; color: #010066;}
.c-address .c-icon .fas{ position: absolute; left: 0; top: 4px;}
.c-address .c-icon a{ color: #010066;}
.c-address .c-icon a:hover{ color: #cc0000;}
.c-form .form-actions{ text-align: right;}

.map-and-address h2.title {
  display: none;
}

.google_map p, .google_map .block {
  margin: 0;
}
.google_map iframe {
  display: block;
}

/*Credit Link*/
.credit-link {
  text-align: left;
}

/*Social Media*/
.social-media {
  margin: 0;
  overflow: hidden;
  text-align: right;
}
.social-media a {
  background: #cc0000;
  color: #fff;
  margin: 5px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.social-media a:hover {
  background: #fff;
  color: #cc0000;
}

/*Form*/
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
  outline: none;
}

.contact-message-form label {
  display: block;
}

.btn,
input[type="submit"] {
  background: linear-gradient(to right, #bb0000 0%,#bb0000 50%,#cc0000 50%,#cc0000 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  border: 0;
  padding: 10px 15px 12px;
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.btn:hover,
input[type="submit"]:hover {
  background-position: 0 0;
  color: #fff;
}

/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Sidebar Block*/
.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}
.sidebar .region .content {
  padding: 10px 0;
}

.region-content {
  min-height: 300px;
}

.path-frontpage .region-content {
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

/*Markup generated by Form API.*/
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.form-item > label:not(.option),
.label {
  display: block;
  font-size: inherit;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 0;
  color: #000;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}


#content .align-left {
    margin-right: 18px;
}
#content h2 {
  color: #cc0000;
}
#content .align-right {
    margin-left: 18px;
}


/*Front Page*/
.path-frontpage .feed-icon {
  display: none;
}

.path-frontpage .content_layout {
  margin: 0 auto;
  overflow: hidden;
}

/*Bottom Widgets*/
.bottom-widgets {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #27ae60;
  color: #b4dec6;
}
.bottom-widgets .block h2.title {
  margin: 5px 0 10px 0;
  color: #fff;
}
.bottom-widgets .row > div {
  border-right: 1px solid #2ec16c;
}
.bottom-widgets .row > div:last-child {
  border: 0;
}

.path-frontpage .bottom-widgets {
  padding: 20px 0;
}

/*Header*/
.main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  overflow: visible;
  min-height: 60px;
  padding: 10px 0;
  background-color: #f5f5f9;
  transition: all 0.4s ease;
}
.user-logged-in .main-header {
  position: relative;
}
.main-header.minimise {
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  padding: 5px 0;
}

.main-header nav {
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  border-radius: 0;
}
.main-header .region {
  position: relative;
}
.main-header .block {
  margin: 0;
}
.main-header .row {
  display: flex;
  align-items: center;
}

/*Region Header*/
.site-branding {
  margin: 0;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 120%;
  font-size: 1.5em;
}
.region-header .brand a {
  font-weight: bold;
  display: inline-block;
}
.region-header .brand a img {
  vertical-align: middle;
}
.region-header .brand .site-branding__slogan {
  font-size: .6em;
}

.brand.logo a img{
  width: 175px;
  transition: all 0.4s ease;
}

.site-branding__name a {
  color: #cc0000;
  margin: 0 2px;
}

.region-contact-email .block {
  margin: 5px 0;
}
.region-contact-email p {
  margin: 0;
  line-height: 120%;
}

/*Search Form*/
.search-block-form {
  margin: 0 auto;
}

.region-search {
  clear: both;
  padding: 6px 0;
}

#search-block-form {
  display: table;
  width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}
#search-block-form input.form-submit {
  background: url('../images/search.png?1452238644') no-repeat center #d65339;
  font-size: 0;
  width: 100%;
  height: 30px;
  vertical-align: top;
}
#search-block-form input {
  width: 100%;
  height: 30px;
}

/*Flexslider*/
.flexslider {
  box-shadow: 1px 3px #ccc;
  border-radius: 0;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
}
.flexslider .slider-caption {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  width: 50%;
  text-align: left;
  font-size: 1em;
  line-height: 150%;
  background: #000;
  background: rgba(0, 0, 0, 0.41);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.flexslider h2 {
  font-size: 1.3em;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
  padding: 10px;
  color: #fff;
}
.flexslider .slider-description {
  display: inline-block;
  clear: both;
  color: #000;
  padding: 10px;
  margin-bottom: 0px;
  color: #fff;
}
.flexslider .slider-description a{
  color: #de4867;
  font-weight: bold;
}
.flexslider .more-link {
  padding: 8px 10px;
  font-size: .9em;
  font-weight: bold;
  display: inline-block;
  background: white;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 14px;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}
.flexslider .flex-direction-nav li {
  list-style: none;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  padding: 10px;
}
.flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  cursor: pointer;
  outline: none;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flexslider .flex-control-paging li .flex-active {
  background: #cc0000;
}
.flexslider .flex-control-nav {
  bottom: 0;
}

/*Menu*/
.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #cc0000;
  padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #cc0000;
}

nav h2 {
  display: none;
}

.menu-base-theme {
  background: none;
}
.menu-base-theme ul {
  background: none;
}
.menu-base-theme li a {
  font-family: 'Muli', sans-serif;
  color: #cc0000;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  text-transform: uppercase;
  outline: none;
  position: relative;
}
.menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
  background: transparent;
  color: #cc0000;
  padding: 10px;
  line-height: 22px;
}
.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}
.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

/*.region-primary-menu {
  display: none;
  width: 100%;
  background: #212020;
  margin-bottom: 15px;
  border-radius: 5px;
}*/

/*Footer Menu*/
.footer-menu {
  background-color:#ededf4;
  padding: 40px 0 30px;
  color: #010066;
}
.footer-menu h2.title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer-menu .region-footer-second h2.title {
  display: none;
}
.footer-logo img {
  /*filter: brightness(0) invert(1);*/
  width: 90%;
  margin-top: -10px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  list-style: none;
}
.footer-nav li + li {
  padding-top: 10px;
}
.footer-nav li a {
  color: #010066;
}
.footer-nav li a:hover {
  color: #cc0000;
}
.footer-inline-nav {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-inline-nav li {
  list-style: none;
  padding: 0 12px;
}
/*.footer-inline-nav li + li {
  padding-left: 24px;
}*/
.footer-inline-nav li a {
  color: #010066;
}
.footer-inline-nav li a:hover {
  color: #cc0000;
}
.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}
.region-footer-menu nav li {
  display: inline-block;
}
.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}

/*Top Menu*/
.top-menu {
  padding: 10px 0;
  text-align: center;
  font-size: .75em;
  background: #f9f9f9;
}

.region-top-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.region-top-menu nav li {
  display: inline-block;
}
.region-top-menu nav li a {
  display: block;
  padding: 2px 10px;
  background: #3ad47b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.region-top-menu nav li a:hover {
  background: #23b962;
}
.region-top-menu nav li:last-child a {
  background: #f00;
}
.region-top-menu nav li:last-child a:hover {
  background: #f11818;
}

/*Demo Typography*/
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight {
  padding: 20px;
  background-color: #f7f7f9;
}
.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0;
}
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bd-example-type .table tr:first-child td {
  border-top: 0;
}

/*.parallax-widget {
  padding: 38px 0;
}
.parallax-widget h2.title {
  font-size: 1.2em;
}*/

.topwidget {
  text-align: center;
}
.topwidget p {
  margin-bottom: 10px;
  padding: 10px;
}
.topwidget .fa {
  font-size: 4em;
  color: #cc0000;
}

#services{
  text-align: center;
}
#services .fa {
    font-size: 4em;
    margin: 10px;
}


.parallax-widget {
  background-size: cover;
}
/*.parallax-widget .parallax-region {
  padding: 20px;
  margin: 0 auto;
}*/
.parallax-widget.zero {
  background-size: cover;
}
.parallax-widget.zero .parallax-region {
  padding: 0;
}
.parallax-widget.one {
  background-size: cover;
}
.parallax-widget.two {
  background-size: cover;
}

.not-front .parallax-region {
  max-width: 1000px;
}

/*----------------------------
	Contact page
-----------------------------*/
.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #E9E8ED;
  padding: 10px 20px;
  background: #FDFDFD;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*----------------------------
	User Login Form
-----------------------------*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #8a8a91;
  font-size: 13px;
  line-height: 20px;
}

/*----------------------------
	Maintainance
-----------------------------*/
.maintenance-page {
  background: url('../images/maintenance-bg.png?1451969854') #66cbff center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-page .site-name a {
  color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -webkit-box-shadow: 5px 5px 0px white;
  -moz-box-shadow: 5px 5px 0px white;
  box-shadow: 5px 5px 0px white;
}
.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

/*----------------------------
	Profile Page
-----------------------------*/
.path-user .profile > div {
  display: inline-block;
}
.path-user .profile .label {
  display: block;
  color: #333;
}

/* Region css */

/*#welcome, #services, #testimonials {
  background: #fff;
}*/

#welcome .parallax-region ,#contact .parallax-region ,#services .parallax-region{
  box-shadow: none;
}

/*#contact button, #contact input, #contact select, #contact textarea {
  width: 90%;
}*/

.path-blogs .blog-image {
  float: left;
  width: 20%;
}

.path-blogs .blog-details {
  float: left;
  width: 70%;
  margin: 15px;

}

.path-blogs .list-item {
  clear: both;
  list-style-type: none;
}


#blogs ul li {
  list-style-type: none;
}

#blogs .blog-content {
  
  background: #fff;
  margin: 10px;
  text-align: center;
}

#blogs h2.title {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
}

#blogs .more-link  {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.google_map i {
    margin: 12px;
    color: #010066;
}

/*  Training section  */
.training-block {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #EDEDF8;
}
.training-block .training-block-counter {
  background-color: #fff;
  min-height: 460px;
  width: 92%;
  margin: 0 auto;
  border-radius: 6px;
  /*margin-top: 50px;*/
  padding-top: 30px;
}
.training-block .training-block-counter h2 {
  margin-bottom: 18px;
  font-family: baskerville-display-pt,serif;
  font-weight: 400;
}
.training-block .training-block-counter hr {
  border: 1px solid #d6d6d6;
  width: 133px;
  margin: 0 auto 26px;
  opacity: 1;
}
.training-block .training-block-counter .training-block-section {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  height: 150px;
}
.training-block .training-block-counter .training-block-section .cnt-num {
  opacity: 0;
  color: #c20f0f;
  font-family: baskerville-display-pt,serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: normal;
}
.training-block .training-block-counter .training-block-section p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5rem;
}
.training-block .training-block-counter.animated .training-block-section .cnt-num {
  opacity: 1;
}

.row-flex{ display: -ms-flexbox; display: flex; flex-wrap: wrap;}
.row-flex:before,
.row-flex:after{ display: none;}
.page-banner{ background: #f5f5f9; padding: 100px 0; text-align: center;}
.top-banner img{ max-width: 100%; width: 1000px;}
.top-blocks{ width: 100%; background: #fff; position: relative;}
.top-blocks .container{ position: relative; z-index: 1;}
.top-blocks .container > .row{ margin-left: 0; margin-right: 0;}
.top-blocks .container > .row > [class*=col-]{ padding-left: 0; padding-right: 0;}
.top-blocks .container > .row:before,
.top-blocks .container > .row:after{ display: none;}
.top-blocks .block-left,
.top-blocks .block-right{ display: flex; align-items: center; height: 100%; padding-top: 75px; padding-bottom: 75px; position: relative;}
.top-blocks .block-left{ padding-right: 40px; border-bottom-right-radius: 50px; overflow: hidden;}
.top-blocks .block-left:before{ content: ""; position: absolute; right: 0; bottom: 0; border-width: 0 0 100px 100px; border-style: solid; border-color: transparent transparent #cc0000 transparent;}
.top-blocks .block-left .item-title{ font-size: 80px; line-height: 1.3; font-weight: bold; color: #fff; font-family: 'Jost', sans-serif;}
.top-blocks .block-right{ padding-left: 40px; border-top-left-radius: 50px; overflow: hidden;}
.top-blocks .block-right:before{ content: ""; position: absolute; left: 0; top: 0; border-width: 0 0 100px 100px; border-style: solid; border-color: transparent transparent transparent #cc0000;}
.top-blocks .block-right h2.title{ text-align: center;}

.kw-blocks-wrap h2.title{ margin-bottom: 80px;}
.kw-block-items{ position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #ededf4; border-radius: 50px 5px 40px 5px; overflow: hidden; box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5); width: 100%; height: 100%;}
.kw-block-items .item-image{ overflow: hidden; border-radius: 5px 5px 0 0;}
.kw-block-items .item-text{ font-size: 24px; color: #fff; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 0; padding: 24px; position: relative; background: #010066; border-radius: 0 0 5px 5px;}

.kw-blocks-main{ padding: 100px 0 75px;}
.kw-blocks-wrap .block-item{ padding-bottom: 24px;}
.kw-blocks-wrap .block-item > .region,
.kw-blocks-wrap .block-item > .region > .block,
.kw-blocks-wrap .block-item > .region > .block > .content,
.kw-blocks-wrap .block-item > .region > .block > .content > .field{ height: 100%; margin: 0;}

.kw-statistics{ padding: 60px 0; background: #cc0000 url('../images/statistics-bg-red.jpg') center center no-repeat; color: #fff; text-align: center;}
.kw-statistics .item-label{ font-size: 16px; font-weight: bold;}
.kw-statistics .item-count{ font-size: 40px; font-weight: bold; font-family: 'Jost', sans-serif;}
.kw-statistics .item-text{ font-size: 20px; font-weight: bold;}

.kw-box-grid{ padding: 100px 0 70px; background: #fff;}
.grid-items,
.grid-items:focus{ background: #f5f5f9; border: 2px solid #f5f5f9; color: #010066; padding: 30px 24px; height: calc(100% - 30px); margin-bottom: 30px; cursor: pointer; text-align: center; min-height: 252px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; justify-content: center; border-radius: 30px 5px 20px 5px; transition: all 0.25s ease; outline: none;}
.grid-items:hover{ background: #fff; border-color: #cc0000; color: #cc0000;}
.grid-items .item-icon{ font-size: 36px; margin-bottom: 16px;}
.grid-items .item-name{ font-size: 20px; font-weight: 600; line-height: 30px;}
.grid-items .item-text{ padding-top: 4px; line-height: 20px;}

/*Breadcrumb*/
.page-breadcrumb{ padding: 24px 0; background: #fff; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);}
.breadcrumb{ padding: 0; margin: 0; background-color: transparent;}
.breadcrumb ul{ padding: 0; margin: 0;}
.breadcrumb ul li{ display: inline-block;}
.breadcrumb ul li:last-child span{ display: none;}

.page-header{ margin: 40px 0 30px; border-bottom: none; padding-bottom: 0; text-align: center;}
.webform-submission-referral-scheme-form,
.webform-submission-exam-preparation-checklist-form,
.webform-submission-participants-form,
.webform-submission-training-need-analysis-form{ padding: 48px 48px 32px; margin: 0 auto 50px; width: 700px; max-width: 100%; background: #fff; border-radius: 30px 5px 20px 5px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);}
.webform-submission-training-need-analysis-form{ width: 100%;}

/* Form Checkbox, Radio */
.form-checkboxes .form-item,
.form-radios .form-item{ margin: 0 0 16px;}
.form-type-radio,
.form-type-checkbox{ position: relative; vertical-align: top; display: inline-block; padding-right: 24px; line-height: 20px;}
.form-type-radio input[type="radio"],
.form-type-checkbox input[type="checkbox"]{ opacity: 0; position: absolute; left: 0; top: 0; margin: 0;}
.form-type-checkbox label.option{ cursor: pointer; padding-left: 30px; padding-top: 1px; display: inline-block; min-height: 20px; font-size:16px; line-height:18px; font-weight: normal; vertical-align: top; color: #2C2C2C;}
.form-type-checkbox label.option:before{ content: ""; position: absolute; width: 20px; height: 20px; top: 0; left: 0; border: 2px solid #010066; background-color: #fff; border-radius: 3px;}
.form-type-checkbox label.option:after{ content: ""; position: absolute; width: 20px; height: 20px; top: 0; left: 0; border-radius: 3px; background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.06,12.996 l3.547,3.641l7.484-7.576' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='nonzero'/%3E%3C/svg%3E ") no-repeat center center; background-size: 20px 20px; opacity: 0;}
.form-type-checkbox input[type="checkbox"]:checked + label.option:before{ background: #010066;}
.form-type-checkbox input[type="checkbox"]:checked + label.option:after{ opacity: 1;}

.form-type-radio label.option{ cursor: pointer; padding-left: 30px; padding-top: 1px; display: block; min-height: 20px; font-size:16px; line-height:18px; font-weight: normal; vertical-align: top; color: #2C2C2C;}
.form-type-radio label.option:before{ content: ""; position: absolute; width: 20px; height: 20px; top: 0; left: 0; border: 2px solid #010066; border-radius: 50%;}
.form-type-radio input[type="radio"]:checked + label.option:after{ content: ""; width: 6px; height: 6px; background-color: #010066; position: absolute; left: 7px; top: 7px; border-radius: 50%;}

.webform-options-display-one-column .form-type-checkbox{ padding-right: 0; display: block;}

.form-item,
.form-actions { margin-top: 0; margin-bottom: 16px;}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="date"],
.form-item input[type="number"],
.form-item input[type="tel"],
.form-item textarea,
.form-item select{ width: 100%; padding: 8px 16px; font-size: 16px; line-height: 20px; border-radius: 4px; resize: none;}
.form-item select{ padding-right: 38px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath fill='none' stroke='%23010066' stroke-width='2.5' stroke-linecap='round' d='M1.448,2.21l7.38,7.379l7.724-7.379'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 14px 12px; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; cursor:pointer;}
.form-item .container-inline{ margin: 0;}
.container-inline div,
.container-inline label{ display: inline-block;}

.webform-has-field-suffix{ display: flex; flex-wrap: wrap;}
.webform-has-field-suffix > label{ width: 100%;}
.webform-has-field-suffix > input{ flex: 1 0 0;}
.webform-has-field-suffix > .field-suffix{ padding-left: 8px; align-self: center;}
.form-item.form-type-datetime .container-inline{ display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px;}
.form-item.form-type-datetime .container-inline > .form-item{ padding-left: 10px; padding-right: 10px;}
.webform-submission-exam-preparation-checklist-form .form-item.form-type-datetime{ margin-bottom: 0;}
.webform-submission-exam-preparation-checklist-form .form-item.form-type-datetime .container-inline > .form-item{ width: 50%;}

.webform-type-webform-checkboxes-other.form-item,
.webform-type-radios.form-item{ margin-bottom: 0;}
.form-item > label + .webform-multiple-table{ margin-top: 12px;}
.webform-submission-participants-form .webform-multiple-table table thead{ display: none;}
.webform-submission-participants-form .webform-multiple-table tr{ border: none;}
.webform-submission-participants-form .webform-multiple-table td{ padding: 0;}
.webform-multiple-table .form-item + .form-item{ margin-top: 16px;}
.webform-multiple-table .form-type-radio + .form-type-radio{ margin-top: 0.4em;}
.form-composite > .fieldset-wrapper > .description{ margin-bottom: 16px; margin-top: -8px;}

.webform-multiple-table .tabledrag-toggle-weight-wrapper{ margin-top: -38px;}
.webform-multiple-table .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight{ background: #f5f5f9; border-bottom: 0; border-radius: 4px 4px 0 0;}
.form-item-details-of-the-projects-done .webform-multiple-add{ padding-top: 6px;}
.form-item-details-of-the-projects-done .webform-multiple-add .form-item{ vertical-align: top; margin-bottom: 0;}
.form-item-details-of-the-projects-done .webform-multiple-add .form-item .form-number{ width: 150px;}
.draggable a.tabledrag-handle{ height: auto;}
a.tabledrag-handle .handle{ width: 16px; height: 16px; background-position: center center; margin: 0; padding: 0;}

.page-kwpp{ margin-top: -120px;}
.page-kwpp .page-banner{ position: relative;}
.heading-bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .1; z-index: 0;}
.heading-bg img{ width: 100%; height: 100%; object-fit: contain;}
.heading-caption{ position: relative; z-index: 1;}
.heading-caption h1{ margin-bottom: 30px;}
.heading-caption p{ font-size: 22px; line-height: 30px;}
.page-content{ padding: 80px 0 40px; /*background: #fff;*/}
.page-content h4{ margin-bottom: 20px;}
.page-content p{ margin-bottom: 20px;}
.mb-2{ margin-bottom: 8px;}
.mb-3{ margin-bottom: 16px;}
.mb-4{ margin-bottom: 24px;}

.our-clients{ height: 800px; padding-top: 40px;}
.items-client{ width: 100%; position: relative; display: flex; justify-content: center; margin: 0; list-style: none;}
.items-client + .items-client{ margin-top: -42px;}
.items-client .item-hex{ position: relative; list-style: none;}
.items-client .item-hex:hover{ z-index: 2;}
.items-client .item-hex .item-wrap{
  -webkit-clip-path: url("#clipping");
  clip-path: url("#clipping");
  -webkit-clip-path: polygon(
    47.5% 5.66987%,
    48.2899% 5.30154%,
    49.13176% 5.07596%,
    50% 5%,
    50.86824% 5.07596%,
    51.7101% 5.30154%,
    52.5% 5.66987%,
    87.14102% 25.66987%,
    87.85495% 26.16978%,
    88.47124% 26.78606%,
    88.97114% 27.5%,
    89.33948% 28.2899%,
    89.56505% 29.13176%,
    89.64102% 30%,
    89.64102% 70%,
    89.56505% 70.86824%,
    89.33948% 71.7101%,
    88.97114% 72.5%,
    88.47124% 73.21394%,
    87.85495% 73.83022%,
    87.14102% 74.33013%,
    52.5% 94.33013%,
    51.7101% 94.69846%,
    50.86824% 94.92404%,
    50% 95%,
    49.13176% 94.92404%,
    48.2899% 94.69846%,
    47.5% 94.33013%,
    12.85898% 74.33013%,
    12.14505% 73.83022%,
    11.52876% 73.21394%,
    11.02886% 72.5%,
    10.66052% 71.7101%,
    10.43495% 70.86824%,
    10.35898% 70%,
    10.35898% 30%,
    10.43495% 29.13176%,
    10.66052% 28.2899%,
    11.02886% 27.5%,
    11.52876% 26.78606%,
    12.14505% 26.16978%,
    12.85898% 25.66987%
  );
  clip-path: polygon(
    47.5% 5.66987%,
    48.2899% 5.30154%,
    49.13176% 5.07596%,
    50% 5%,
    50.86824% 5.07596%,
    51.7101% 5.30154%,
    52.5% 5.66987%,
    87.14102% 25.66987%,
    87.85495% 26.16978%,
    88.47124% 26.78606%,
    88.97114% 27.5%,
    89.33948% 28.2899%,
    89.56505% 29.13176%,
    89.64102% 30%,
    89.64102% 70%,
    89.56505% 70.86824%,
    89.33948% 71.7101%,
    88.97114% 72.5%,
    88.47124% 73.21394%,
    87.85495% 73.83022%,
    87.14102% 74.33013%,
    52.5% 94.33013%,
    51.7101% 94.69846%,
    50.86824% 94.92404%,
    50% 95%,
    49.13176% 94.92404%,
    48.2899% 94.69846%,
    47.5% 94.33013%,
    12.85898% 74.33013%,
    12.14505% 73.83022%,
    11.52876% 73.21394%,
    11.02886% 72.5%,
    10.66052% 71.7101%,
    10.43495% 70.86824%,
    10.35898% 70%,
    10.35898% 30%,
    10.43495% 29.13176%,
    10.66052% 28.2899%,
    11.02886% 27.5%,
    11.52876% 26.78606%,
    12.14505% 26.16978%,
    12.85898% 25.66987%
  );
  overflow: hidden;
  position: relative;
  width: 263px;
  height: 263px;
  background: #010066;
  cursor: pointer;
}
.items-client .item-hex .item-name{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 30px; color: #fff;}
.items-client .item-hex .item-hover{ position: absolute; left: 50%; transform: translateX(-50%); width: 240px; background: #cc0000; padding: 20px 26px; z-index: 2; border-radius: 10px; opacity: 0; visibility: hidden; transition: all 0.2s ease;}
.items-client:not(:last-child) .item-hex .item-hover{ top: 100%; margin-top: -78px;}
.items-client:last-child .item-hex .item-hover{ bottom: 100%; margin-bottom: -78px;}
.items-client .item-hex .item-wrap:hover + .item-hover{ opacity: 1; visibility: visible;}
.items-client .item-hex .item-hover li{ display: inline-block; width: 100%; padding: 6px 0; color: #fff; font-size: 18px; line-height: 22px;}

.views-our-team .views-view-grid .views-row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; width: auto;}
.views-our-team .views-view-grid .views-row .views-col{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100% !important; padding-right: 15px; padding-left: 15px;}
.views-our-team .views-view-grid .views-row .views-col .col-wrap{ background: #cc0000; border: 2px solid #cc0000; color: #fff; padding: 0 50px 20px; height: calc(100% - 120px); margin-bottom: 30px; margin-top: 90px; text-align: center; border-radius: 30px 5px 20px 5px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);}
.views-our-team .views-view-grid .views-row .views-col .col-wrap .views-field-field-team-member-photo{ margin-top: -90px; margin-bottom: 16px;}
.views-our-team .views-view-grid .views-row .views-col .col-wrap .views-field-field-team-member-photo .field-content{ display: inline-block; width: 180px; height: 180px; border: 5px solid #cc0000; overflow: hidden; border-radius: 50%; vertical-align: top;}
.views-our-team .views-view-grid .views-row .views-col .col-wrap .views-field-field-team-member-photo .field-content img{ width: 100%; height: 100%; object-fit: cover;}
.views-our-team .views-view-grid .views-row .views-col .col-wrap .views-field-title{ font-size: 22px; font-weight: 600; line-height: 32px; margin-bottom: 16px;}
.views-our-team .views-view-grid .views-row .views-col .col-wrap .views-field-body p{ margin-bottom: 16px;}

.views-testimonials .views-view-grid .testimonials-row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-body{ position: relative; background: #ffffff; border: 2px solid #fff; color: #010066; padding: 40px 50px 30px; border-radius: 5px 30px 5px 20px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-body:after{ content: ""; position: absolute; right: 40px; bottom: -26px; border-width: 26px 26px 0 0; border-style: solid; border-color: #fff transparent transparent transparent;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-body p{ margin-bottom: 16px;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-field-testimonial-by{ font-size: 18px; font-weight: 600; line-height: 24px; padding: 5px 80px 5px 0; text-align: right; color: #010066;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-field-testimonial-by .field-content{ display: inline-block;}
.views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-field-testimonial-by .field-content:before{ content: ""; width: 20px; height: 2px; background: #010066; display: inline-block; vertical-align: middle; margin: 0 10px;}

.views-resources .views-view-grid .views-row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; margin-right: -15px; margin-left: -15px; width: auto;}
.views-resources .views-view-grid .views-row .views-col{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-right: 15px; padding-left: 15px;}
.views-resources .views-view-grid .views-row .views-col .col-wrap{ background: #ffffff; color: #010066; padding: 0 0 20px; height: calc(100% - 30px); margin-bottom: 30px; text-align: center; border-radius: 30px 5px 20px 5px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); overflow: hidden;}
.views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-field-video{ margin-bottom: 16px;}
.views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-title{ font-size: 22px; font-weight: 600; line-height: 32px; margin-bottom: 16px;}
.views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-title,
.views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-body{ padding: 0 40px;}
.views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-body p{ margin-bottom: 16px;}

.mot-row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; width: auto;}
.mot-row .mot-col{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-right: 15px; padding-left: 15px;}
.mot-row .mot-col .mot-wrap{ background: #cc0000; color: #fff; padding: 40px 40px 20px; height: calc(100% - 30px); margin-bottom: 30px; border-radius: 30px 5px 20px 5px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); overflow: hidden;}
.mot-row .mot-col .mot-wrap .mot-title{ font-size: 22px; font-weight: 600; line-height: 32px; margin-bottom: 16px; text-align: center;}
.mot-row .mot-col .mot-wrap .mot-body{ margin-bottom: 16px;}
.mot-row .mot-col .mot-wrap .mot-body ul{ padding-left: 15px;}

.pager{ margin-top: 0;}
.pager .pager__items{ display: -ms-flexbox; display: flex; justify-content: center; padding-left: 0; list-style: none; border-radius: 0.25rem; }
.pager .pager__items .pager__item a{ position: relative; display: block; padding: 0.5rem 0.875rem; margin-left: -1px; line-height: 1.25; color: #010066; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0; min-width: 40px; text-align: center;}
.pager .pager__items .pager__item a:hover{ z-index: 2; color: #fff; text-decoration: none; background-color: #cc0000; border-color: #dee2e6; }
.pager .pager__items .pager__item a:focus{ z-index: 2; outline: 0; box-shadow: none;}
.pager .pager__items .pager__item:first-child a{ margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.pager .pager__items .pager__item:last-child a{ border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem;}
.pager .pager__items .pager__item.is-active a{ z-index: 1; color: #fff; background-color: #cc0000; border-color: #dee2e6;}
.pager .pager__items .pager__item.disabled a{ color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #ededf4;}

.navbar-wrap{ position: relative;}
.navbar-wrap .navbar-header{ float: none;}
.navbar-toggler{ background: rgba(255,255,255,.01); border: none; padding: 0; margin: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 24px; z-index: 3;}
/*.main-header.minimise .navbar-toggler{ background: #fff;}
.main-header .navbar-toggler.active,
.main-header.minimise .navbar-toggler.active{ background: #010066;}*/
.navbar-toggler .nav-toggler-item{ position:absolute; top:50%; left: 0; width:100%; height:2px; margin-top:-2px; background-color:#010066; cursor:pointer; -webkit-transition:all .2s; transition:all .2s}
/*.navbar-toggler.active .nav-toggler-item{ background-color: #fff;}*/
.navbar-toggler .nav-toggler-item-1{ -webkit-transform:translateY(-8px); -ms-transform:translateY(-8px); transform:translateY(-8px)}
.navbar-toggler .nav-toggler-item-3{ -webkit-transform:translateY(8px); -ms-transform:translateY(8px); transform:translateY(8px)}
.navbar-toggler.active .nav-toggler-item-1{ -webkit-transform:translateY(0) rotate(45deg); -ms-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}
.navbar-toggler.active .nav-toggler-item-2{ -webkit-transform:scale(.1,1); -ms-transform:scale(.1,1);transform:scale(.1,1)}
.navbar-toggler.active .nav-toggler-item-3{ -webkit-transform:translateY(0) rotate(-45deg); -ms-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}
.main-header .region-primary-menu{ position: fixed; top: 0; right: -380px; bottom: 0; width: 360px; max-width: 100%; background: #fff; color: #010066; padding: 80px 40px 20px; transition: all .4s ease; box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); z-index: 2;}
.main-header .region-primary-menu.active{ right: 0;}
.region-primary-menu ul li{ width: 100%; border: none; float: none;}
.region-primary-menu ul li a,
.region-primary-menu ul li a:focus,
.region-primary-menu ul li a:active{ border: none; font-size: 18px; line-height: 28px; padding: 12px 0; color: #010066; background: transparent;}
.region-primary-menu ul li a:hover,
.region-primary-menu ul li.active a{ color: #cc0000; padding: 12px 0; line-height: 28px;}
.navbar-overlay{ visibility: hidden; opacity: 0; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); z-index: 1; transition: all .4s ease;}
.navbar-overlay.active{ visibility: visible; opacity: 1;}

/* Slideshow */
.page-banner{ padding: 50px 0; text-align: left;}
.views_slideshow_main{ padding: 0 15px;}
.views_slideshow_main .views_slideshow_cycle_teaser_section{ width: 100% !important; display: flex;}
.views_slideshow_main .views_slideshow_cycle_teaser_section .views_slideshow_slide{ width: 100% !important;}
/*.views_slideshow_main .views_slideshow_cycle_teaser_section .views_slideshow_slide .views-row,
.views_slideshow_main .views_slideshow_cycle_teaser_section .views_slideshow_slide .views-row .views-field,
.views_slideshow_main .views_slideshow_cycle_teaser_section .views_slideshow_slide .views-row .views-field .field-content{ height: 100%;}*/
.items-slide-image{ display: flex; align-items: center; flex-wrap: wrap; height: 100%;}
.items-slide-image .item-image img{ width: 100%; height: auto;}
.items-slide-image.items-caption{ margin: 0 -15px;}
.items-slide-image.items-caption .item-image,
.items-slide-image.items-caption .item-caption{ width: 100%; padding: 0 15px;}

.views-slideshow-wrap{ position: relative;}
.views-slideshow-wrap .views_slideshow_controls_text_previous,
.views-slideshow-wrap .views_slideshow_controls_text_next{ position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; z-index: 4; background-position: center center; background-repeat: no-repeat; background-size: 12px 18px; background-color: rgba(245,245,249,.75); text-indent: -99999px; border-radius: 50%; transition: all .15s ease;}
.views-slideshow-wrap .views_slideshow_controls_text_previous:hover,
.views-slideshow-wrap .views_slideshow_controls_text_next:hover{ background-color: rgba(245,245,249,.95);}
.views-slideshow-wrap .views_slideshow_controls_text_previous{ left: 5px; background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.689,1.448L2.311,9.172l7.379,7.38' fill='none' stroke='%23010066' stroke-width='2.5' stroke-linecap='round' /%3E%3C/svg%3E ");}
.views-slideshow-wrap .views_slideshow_controls_text_next{ right: 5px; background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.311,16.552l7.378-7.38L2.311,1.448' fill='none' stroke='%23010066' stroke-width='2.5' stroke-linecap='round' /%3E%3C/svg%3E ");}
.views-slideshow-wrap .views_slideshow_controls_text_pause{ display: none;}

.custom-button { display: block; width: 25%; margin: 0 auto; }
.custom-button a{ color: #fff; }


@media (max-width:1199px){
  h2, .h2{ font-size: 38px; line-height: 46px;}

  .top-blocks .block-left .item-title{ font-size: 60px;}
  .kw-blocks-main{ padding: 60px 0 35px;}
  .kw-blocks-wrap h2.title{ margin-bottom: 40px;}
  .kw-block-items{ border-radius: 30px 5px 20px 5px;}
  .kw-block-items .item-text{ font-size: 20px; padding: 16px;}
  .kw-statistics .item-count{ font-size: 36px;}
  .kw-statistics .item-text{ font-size: 18px;}
  .kw-box-grid{ padding: 60px 0 30px;}
  .grid-items .item-name{ font-size: 18px;}

  .c-address{ background: #fff; padding: 40px 50px 24px; border-radius: 30px 5px 20px 5px; box-shadow: 0 2px 3px rgba(0,0,0,0.05); margin-bottom: 24px;}
}
@media (max-width:991px){
  h2, .h2{ font-size: 28px; line-height: 36px;}

  .top-blocks .block-left .item-title{ font-size: 42px;}
  .kw-block-items .item-text{ font-size: 16px;}
}
@media (max-width:767px){
  h2, .h2{ font-size: 24px; line-height: 32px;}
  
  .top-blocks .block-right h2.title {margin:25px;}

  .top-blocks .block-left .item-title{ font-size: 32px;}
  .top-blocks .block-left{ background: #010066; padding: 20px 30px; border-radius: 30px 0 20px 0;}
  .top-blocks .block-right{ background: #fff; padding: 20px 30px; border-radius: 30px 0 20px 0;}
  .kw-blocks-main{ padding: 40px 0 15px;}
  .kw-blocks-wrap h2.title{ margin-bottom: 30px;}
  .kw-block-items{ border-radius: 30px 5px 20px 5px;}
  .kw-statistics .item-count{ font-size: 36px;}
  .kw-statistics .item-text{ font-size: 18px;}
  .kw-box-grid{ padding: 40px 0 10px;}
  .grid-items .item-name{ font-size: 18px;}
  .kw-statistics{ padding: 40px 0 10px;}
  .statistics-items{ margin-bottom: 30px;}
  .contact-form{ padding: 40px 0 24px;}
  .views-our-team .views-view-grid .views-row .views-col .col-wrap{ padding: 0 24px 4px;}
  .views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-body{ padding: 20px 24px 4px;}
  .views-testimonials .views-view-grid .testimonials-row .row-wrap .views-field-field-testimonial-by{ font-size: 16px;}
  .views-resources .views-view-grid .views-row .views-col .col-wrap{ padding: 0 0 4px;}
  .views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-title,
  .views-resources .views-view-grid .views-row .views-col .col-wrap .views-field-body{ padding: 0 24px;}
  .mot-row .mot-col .mot-wrap{ padding: 24px 24px 4px;}

  .page-banner{ padding: 40px 0;}
  .page-content{ padding: 30px 0;}
  .page-banner + .page-content{ padding-top: 0;}
}
@media (max-width:575px){
  .main-header .region-primary-menu{ right: -340px; width: 320px;}
}
@media (min-width:768px){
  .top-blocks:before{ content: ""; background: #010066; position: absolute; left: 0; top: 0; bottom: 0; width: 50%; border-bottom-right-radius: 60px; /* border-radius: 50px 0 50px 0;*/}
  /*.top-blocks:after{ content: ""; background: #fff; position: absolute; right: 0; top: 0; bottom: 0; width: 50%; border-radius: 50px 0 50px 0;}*/
  .top-blocks:after{ content: ""; background: #010066; position: absolute; left: 50%; top: 0; width: 50px; height: 50px;}
  .views-our-team .views-view-grid .views-row .views-col{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50% !important;}
  .views-resources .views-view-grid .views-row .views-col{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .mot-row .mot-col{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}
@media (min-width:1200px){
  #content{ padding-bottom: 40px;}
  .path-frontpage #content{ padding-bottom: 0;}
  .contact-form:after{ content: ""; -webkit-transform: skewX(-18deg); transform: skewX(-18deg); background: #f5f5f9; position: absolute; left: 10%; top: 0; bottom: 0; width: 34%; border-radius: 50px 0 50px 0;}
  .c-address{ padding-top: 50px; position: relative; z-index: 1;}
  /*.views-our-team .views-view-grid{ padding-bottom: 40px;}
  .views-testimonials{ padding-bottom: 30px;}*/
  .views-resources .views-view-grid .views-row .views-col{ -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%;}
  .mot-row .mot-col{ -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%;}
}
@media (min-width:1280px){
  .contact-form:after{ left: 5%;}
}
@media (min-width:1600px){
  .contact-form:after{ left: 10%;}
}