@import url("font-awesome.css");
.text-white {
  color: #fff; }

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none; }

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
.image-caption {
  margin-bottom: 30px;
  text-align: center;
  font-size: 90%; }

.text-red {
  color: #ff0000 !important; }

a {
  text-decoration: none;
  color: #ff0000; }

.no-padding {
  padding: 0px !important; }

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

section {
  overflow: hidden; }
  @media (max-width: 991px) {
    section .side-template-text {
      display: none; } }
  section .side-template-text .side-text {
    position: relative; }
  section .side-template-text.left {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    width: 100%;
    z-index: 100;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    section .side-template-text.left:after {
      width: 100%;
      height: 1px;
      background: #333;
      content: '';
      display: block; }
    section .side-template-text.left.white:after {
      background: #fff; }
  section .side-template-text.black {
    text-align: center; }
    section .side-template-text.black span {
      color: #1c1c1c;
      right: 23%;
      text-transform: uppercase; }
  section .side-template-text.white {
    bottom: 0;
    text-align: center; }
    section .side-template-text.white span {
      color: #fff;
      right: 23%;
      text-transform: uppercase; }
  section.main-slider {
    margin: 0; }
    section.main-slider .img {
      height: auto;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 400px;
      z-index: 1; }
      section.main-slider .img:after {
        position: absolute;
        z-index: 2;
        width: 100%;
        content: '';
        display: block;
        left: 0;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.69); }

.events .main-slider {
  margin: 0; }
  .events .main-slider .img {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    z-index: 1; }

textarea {
  overflow: hidden; }

p, .text {
  position: relative;
  line-height: 1.5em; }

/* FORM Elements ***/
input[type='text'], select, input[type='password'], input[type='email'] {
  border: 1px solid #DDD;
  padding: 5px; }

select {
  display: block; }

#user-register-form input[type="text"] {
  width: 100%; }

.easy-breadcrumb {
  color: #FFF; }

.box {
  border: 1px solid #EEE;
  box-shadow: 2px 2px 5px #E1E1E1;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #FFF; }

.box-white {
  border: 1px solid #EEE;
  box-shadow: 2px 2px 5px #E1E1E1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  background: #FFF; }

.page-wrapper {
  background: #F4F4F4; }

/*
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.4em;
}

h1 {
	font-size: 45px;
	line-height: 1.8em;
}

h2 {
	font-size: 40px;
	line-height: 1.4em;
}

h3 {
	font-size: 35px;
	line-height: 1.5em;
}
*/
html {
  font-size: 16px; }

body {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 1.25em; }

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 400;
  line-height: 1.15; }

h1 {
  margin-top: 0;
  font-size: 2.488em; }

h2 {
  font-size: 2.074em; }

h3 {
  font-size: 1.953em; }

h4 {
  font-size: 1.563em; }

h5 {
  font-size: 1.25em; }

small, .text_small {
  font-size: 0.8em; }

.bordered {
  border: 1px solid #999999;
  margin-bottom: 0 !important; }

.nav-pills .nav-link {
  background: #6E7C84;
  color: #FFFFFF;
  margin-right: 5px;
  font-weight: 700;
  border-radius: 0;
  padding: 2px 10px;
  border: 1px solid #DDDDDD; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #FFFFFF;
  color: #FF0000;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: 2px 10px; }

.icon-openacc {
  content: url("/sites/all/themes/max-website/images/open-access.svg");
  width: 17px; }

/***** NODE *****/
.node-teaser {
  padding-bottom: 15px;
  border-bottom: 0;
  margin-bottom: 15px; }

.main-content ul:not(.tabs, .nav-tabs, .nav-pills) {
  margin-left: 20px; }
  .main-content ul:not(.tabs, .nav-tabs, .nav-pills) li::before {
    padding-left: 0px;
    list-style: square;
    float: left;
    content: "\2022";
    color: #ff0000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

/*************************/
/* About Profits Section */
/*************************/
.about-section {
  position: relative;
  padding: 30px 0px;
  background: #E0E6E9; }
  .about-section .icon {
    background: #fff;
    position: relative;
    z-index: 2; }
  .about-section .image-right {
    background: url("/sites/all/themes/max-website/images/about-us.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3; }
    .about-section .image-right:after {
      min-height: 700px;
      content: '';
      display: block; }
  .about-section h2 {
    position: relative;
    color: #242424;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: right;
    padding-right: 30px; }
    .about-section h2:after {
      position: absolute;
      content: '';
      right: -18px;
      top: 4px;
      width: 1px;
      height: 110px;
      background-color: #c4c4c4; }
  .about-section .text {
    position: relative;
    padding-left: 35px;
    color: #797979;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .about-section .text {
        padding-left: 18px; } }
    @media (max-width: 767.98px) {
      .about-section .text {
        padding: 40px; } }
    @media (max-width: 575.98px) {
      .about-section .text {
        padding: 40px; } }
    .about-section .text .relative {
      position: relative; }
      .about-section .text .relative .red {
        background: #ff0000;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 767.98px) {
          .about-section .text .relative .red {
            position: absolute;
            left: 0; } }
        @media (max-width: 575.98px) {
          .about-section .text .relative .red {
            position: relative; } }
        .about-section .text .relative .red .text {
          color: #fff; }
          .about-section .text .relative .red .text h3 {
            font-weight: 100;
            text-transform: uppercase;
            font-size: 27px;
            line-height: 26px; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .about-section .text .relative .red .text h3 {
                font-size: 22px !important; } }
          .about-section .text .relative .red .text .bold {
            font-weight: 500; }
          .about-section .text .relative .red .text .number {
            font-size: 36px;
            margin-bottom: 20px;
            margin-top: 50px; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .about-section .text .relative .red .text .number {
                font-size: 36px !important; } }
          .about-section .text .relative .red .text .line {
            width: 100%;
            height: 1px;
            background: #fff;
            margin-top: 40px; }
      .about-section .text .relative .grey {
        background: #F2F2F2;
        box-shadow: 9px -6px 10px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 3; }
        .about-section .text .relative .grey h3 {
          font-weight: 500;
          font-size: 31px;
          line-height: 34px;
          text-align: left;
          color: #434343;
          padding-top: 20px;
          padding-bottom: 20px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .about-section .text .relative .grey h3 {
              font-size: 22px !important; } }
      .about-section .text .relative .grey-2 {
        background: #F9F9F9;
        display: flex;
        box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.13);
        position: relative;
        z-index: 2; }
        .about-section .text .relative .grey-2 p {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 20px; }
    .about-section .text img {
      width: 100%; }
  .about-section ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 10px; }
    .about-section ul li::before {
      /*
		  padding-left: 0px;
		  list-style:square;
*/
      content: "\2022";
      color: #fdc52a;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.gdpr [class^="icon-"] {
  font-size: 40px;
  color: #ff0000; }

.gdpr h3 {
  font-size: 40px;
  margin-bottom: 30px; }

#messages {
  background: #FFF;
  padding: 10px; }
  #messages .messages {
    margin: 0; }

/*
input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	position: relative;
	padding: 6px 32px;
	line-height: 29px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 50px;
	background: #0191d8;
	border: 2px solid #0191d8;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
*/
.float-box {
  position: relative;
  top: -80px;
  z-index: 1;
  margin-bottom: -80px;
  padding: 22px 40px 22px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }

/***** GENERAL CSS **********/
.page-title {
  position: absolute;
  padding: 20px 0px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 2;
  bottom: 0;
  width: 100%; }
  .page-title h1 {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 5px; }
  .page-title .date-title {
    color: #fff;
    text-transform: uppercase; }
  .page-title span {
    color: #fff; }
  .page-title .type-event {
    display: inline-block;
    color: #fff; }
    .page-title .type-event a {
      color: #fff; }

.easy-breadcrumb {
  color: #1e4381;
  padding-bottom: 10px;
  color: #fff; }
  .easy-breadcrumb span a {
    color: #fff; }

.page-breadcrumb {
  position: relative; }
  .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif; }
    .page-breadcrumb li:after {
      position: absolute;
      content: '\f105';
      right: -4px;
      top: 0px;
      color: #ffffff;
      font-family: 'FontAwesome'; }
    .page-breadcrumb li:last-child {
      padding-right: 0px;
      margin-right: 0px; }
      .page-breadcrumb li:last-child::after {
        display: none; }
    .page-breadcrumb li a {
      color: #fdc52a;
      font-weight: 500; }

/**************** Header Top *****************/
.main-header .header-top {
  position: relative;
  border-bottom: none;
  padding: 14px 0px; }
  .main-header .header-top .top-left {
    position: relative;
    float: left; }
    .main-header .header-top .top-left .links {
      position: relative; }
      .main-header .header-top .top-left .links li {
        position: relative;
        float: left;
        margin-right: 0px;
        border-right: 1px solid #1e4381;
        border-color: #1e4381; }
        .main-header .header-top .top-left .links li:last-child {
          border: none;
          margin-right: 0px; }
        .main-header .header-top .top-left .links li a {
          position: relative;
          color: #1e4381;
          font-size: 16px;
          display: inline-block;
          padding: 0px;
          padding-right: 22px; }
          .main-header .header-top .top-left .links li a .icon {
            position: relative;
            margin-right: 8px;
            color: #1e4381; }
  .main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 5px 0px; }
    .main-header .header-top .top-right .social-icon-three {
      float: left;
      border-right: 1px solid #1e4381;
      padding: 0px 25px 0px 0px;
      border-color: #1e4381; }
      .main-header .header-top .top-right .social-icon-three li {
        line-height: 1em; }
    .main-header .header-top .top-right #search-block-form--2 .icon i {
      color: #ff0000; }
    .main-header .header-top .top-right #search-block-form--2 #edit-search-block-form--4 {
      background: transparent;
      color: #333;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      position: relative;
      top: -15px; }
    .main-header .header-top .top-right i.better_search {
      width: 2em;
      height: 2em; }
  .main-header .header-top .language {
    margin-left: 0px;
    top: 0px;
    border-left: none;
    margin-top: 0px;
    padding: 0 15px; }
    .main-header .header-top .language > a {
      color: #242424; }
  .main-header .header-top .social-icon {
    position: relative; }
    .main-header .header-top .social-icon li {
      position: relative;
      margin-left: 0px;
      float: left; }
      .main-header .header-top .social-icon li a {
        position: relative;
        color: #fff;
        font-size: 18px;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        .main-header .header-top .social-icon li a:hover {
          opacity: 0.8; }

.main-header.show-logo .tb-megamenu .tb-megamenu-nav a, .main-header .header-upper.fixed-header .tb-megamenu .tb-megamenu-nav a {
  color: #222; }
  .main-header.show-logo .tb-megamenu .tb-megamenu-nav a .caret, .main-header .header-upper.fixed-header .tb-megamenu .tb-megamenu-nav a .caret {
    border-top-color: #222;
    border-bottom-color: #222; }

.main-header.show-logo .tb-megamenu .tb-megamenu-nav .open a:hover .caret, .main-header .header-upper.fixed-header .tb-megamenu .tb-megamenu-nav .open a:hover .caret {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000; }

.main-header.show-logo .social-icon a {
  color: #ff0000 !important; }

/*Social Icon Three*/
/*** 
====================================================================
	News Section
==================================================================== ***/
.news-section {
  position: relative;
  padding: 90px 0px 20px;
  background-color: #f1f1f1; }
  .news-section.style-two {
    background-color: #ffffff; }
  .news-section.alternate {
    padding-bottom: 130px; }
  .news-section.style-three {
    background: none;
    padding: 95px 0px 60px; }

.news-block {
  position: relative;
  margin-bottom: 40px; }
  .news-block .inner-box {
    position: relative; }
    .news-block .inner-box .image {
      position: relative; }
      .news-block .inner-box .image img {
        position: relative;
        width: 100%;
        display: block; }
      .news-block .inner-box .image .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8)); }
        .news-block .inner-box .image .overlay-box .content {
          position: absolute;
          left: 0px;
          bottom: 0px;
          padding: 0px 35px 40px; }
        .news-block .inner-box .image .overlay-box .post-date {
          position: relative;
          font-size: 15px;
          font-weight: 600;
          color: #ffffff;
          margin-bottom: 10px;
          font-family: 'Poppins', sans-serif; }
        .news-block .inner-box .image .overlay-box h3 {
          position: relative;
          font-size: 20px;
          font-weight: 600;
          color: #ffffff;
          line-height: 1.5em; }
          .news-block .inner-box .image .overlay-box h3 a {
            position: relative;
            color: #ffffff;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease; }
            .news-block .inner-box .image .overlay-box h3 a:hover {
              color: #ff0000; }

/*** 
====================================================================
	Testimonial Section Three
====================================================================
***/
.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("/sites/all/themes/max-website/images/background/testimonials_background.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .testimonials .owl-stage-outer {
    padding-top: 52px; }
  .testimonials .testimonial-section {
    position: relative; }
    .testimonials .testimonial-section .owl-dots {
      text-align: center;
      padding: 20px 0;
      position: absolute;
      bottom: 0;
      left: 35px; }
      .testimonials .testimonial-section .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-right: 8px;
        border-radius: 50%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        display: inline-block;
        border: 1px solid #999; }
        .testimonials .testimonial-section .owl-dots .owl-dot:hover, .testimonials .testimonial-section .owl-dots .owl-dot.active {
          background-color: #ff0000;
          border: 1px solid #ff0000; }
    .testimonials .testimonial-section .testimonial-block {
      position: relative; }
      .testimonials .testimonial-section .testimonial-block .inner-box {
        position: relative; }
        .testimonials .testimonial-section .testimonial-block .inner-box .upper-box {
          position: relative;
          border-radius: 3px;
          background-color: #ff0000;
          padding: 38px 25px 38px 20px;
          border-radius: 0; }
          .testimonials .testimonial-section .testimonial-block .inner-box .upper-box .content {
            position: relative;
            padding-left: 40px;
            color: #fff;
            padding-top: 14px;
            padding-bottom: 10px; }
        .testimonials .testimonial-section .testimonial-block .inner-box .box-red {
          background: rgba(255, 255, 255, 0.8); }
          .testimonials .testimonial-section .testimonial-block .inner-box .box-red .box-icon {
            position: absolute;
            left: 47px;
            top: 46px;
            color: #ff0000;
            font-size: 45px;
            line-height: 1em; }
            @media (max-width: 767.98px) {
              .testimonials .testimonial-section .testimonial-block .inner-box .box-red .box-icon {
                left: 120px; } }
          .testimonials .testimonial-section .testimonial-block .inner-box .box-red .box-type {
            position: absolute;
            background: #6E7C84;
            width: 100%;
            padding: 7px 7px 3px 7px;
            top: -50px; }
            .testimonials .testimonial-section .testimonial-block .inner-box .box-red .box-type ul li {
              color: #fff;
              text-transform: uppercase;
              font-size: 30px;
              font-weight: 500;
              margin: 0;
              padding-left: 20px;
              padding-top: 7px; }
        .testimonials .testimonial-section .testimonial-block .inner-box .author-img {
          position: absolute;
          left: 50px;
          top: -46px;
          width: 80px;
          height: 80px;
          border: 3px solid #fff;
          border-radius: 50px;
          overflow: hidden; }
        .testimonials .testimonial-section .testimonial-block .inner-box .author-name {
          position: relative;
          font-size: 18px;
          line-height: 1.4em;
          text-transform: capitalize;
          font-weight: 500;
          padding-top: 50px;
          padding-left: 108px; }
          .testimonials .testimonial-section .testimonial-block .inner-box .author-name a {
            color: #222; }
          @media (max-width: 767.98px) {
            .testimonials .testimonial-section .testimonial-block .inner-box .author-name {
              padding-left: 168px; } }
        .testimonials .testimonial-section .testimonial-block .inner-box .location {
          position: relative;
          font-size: 24px;
          font-weight: 500;
          padding-left: 107px;
          color: #ea0029;
          margin-top: 0px;
          padding-right: 30px; }
          @media (max-width: 767.98px) {
            .testimonials .testimonial-section .testimonial-block .inner-box .location {
              padding-left: 168px;
              margin-bottom: 21px; } }
      .testimonials .testimonial-section .testimonial-block .inner-box .lower-box .author-name {
        color: #797979; }
      .testimonials .testimonial-section .testimonial-block .inner-box .lower-box .location {
        color: #47aadd; }

/* End Testimonial Section */
/*** 
====================================================================
	Clients Section
====================================================================
***/
.partner-section {
  position: relative;
  background-color: #fff; }
  .partner-section .slide-item img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 60%; }
    @media (max-width: 767px) {
      .partner-section .slide-item img {
        width: 100%;
        padding: 50px; } }
    .partner-section .slide-item img:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
  .partner-section .auto-container {
    padding: 70px 0px 35px; }
    .partner-section .auto-container.alternate {
      background: none;
      padding: 70px 0px 90px; }
    .partner-section .auto-container.style-six .inner-container {
      padding: 60px 0px;
      border-bottom: 1px solid #dddddd; }
    .partner-section .auto-container .partner-outer {
      position: relative; }
      .partner-section .auto-container .partner-outer .owl-prev {
        position: absolute;
        left: -4px;
        top: 40%; }
      .partner-section .auto-container .partner-outer .owl-next {
        position: absolute;
        right: -4px;
        top: 40%; }
        .partner-section .auto-container .partner-outer .owl-next:active, .partner-section .auto-container .partner-outer .owl-next:focus, .partner-section .auto-container .partner-outer .owl-next:hover {
          background-color: #ff0000;
          border-color: transparent; }
      .partner-section .auto-container .partner-outer .owl-prev:active, .partner-section .auto-container .partner-outer .owl-prev:focus, .partner-section .auto-container .partner-outer .owl-prev:hover {
        background-color: #ff0000;
        border-color: transparent; }
      .partner-section .auto-container .partner-outer .owl-next:hover, .partner-section .auto-container .partner-outer .owl-prev:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .partner-section .auto-container .partner-outer .owl-next:active, .partner-section .auto-container .partner-outer .owl-next:focus, .partner-section .auto-container .partner-outer .owl-next:hover {
        color: #f4f3f5;
        background-color: #ff0000;
        border-color: #ff0000;
        -webkit-box-shadow: 0 0 0 7px rgba(235, 0, 44, 0.3);
        box-shadow: 0 0 0 7px rgba(235, 0, 44, 0.3); }
      .partner-section .auto-container .partner-outer .owl-prev:active, .partner-section .auto-container .partner-outer .owl-prev:focus, .partner-section .auto-container .partner-outer .owl-prev:hover {
        color: #f4f3f5;
        background-color: #ff0000;
        border-color: #ff0000;
        -webkit-box-shadow: 0 0 0 7px rgba(235, 0, 44, 0.3);
        box-shadow: 0 0 0 7px rgba(235, 0, 44, 0.3); }
      .partner-section .auto-container .partner-outer .owl-dots {
        margin-top: 30px; }
      .partner-section .auto-container .partner-outer .owl-dot.active span {
        background: #ff0000; }
      .partner-section .auto-container .partner-outer .owl-next:hover {
        opacity: 1; }
      .partner-section .auto-container .partner-outer .owl-prev {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 1.2em;
        line-height: 40px;
        color: #2c1b3d;
        text-align: center;
        text-decoration: none;
        background-color: rgba(244, 243, 245, 0.7);
        background-image: none;
        border: 2px solid #2c1b3d;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 0 0 rgba(32, 253, 195, 0.3);
        box-shadow: 0 0 0 0 rgba(32, 253, 195, 0.3);
        -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: background-color 0.4s ease, box-shadow 0.4s ease, -o-transform 0.4s ease;
        transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
        .partner-section .auto-container .partner-outer .owl-prev:hover {
          opacity: 1; }
      .partner-section .auto-container .partner-outer .owl-next {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 1.2em;
        line-height: 40px;
        color: #2c1b3d;
        text-align: center;
        text-decoration: none;
        background-color: rgba(244, 243, 245, 0.7);
        background-image: none;
        border: 2px solid #2c1b3d;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 0 0 rgba(32, 253, 195, 0.3);
        box-shadow: 0 0 0 0 rgba(32, 253, 195, 0.3);
        -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: background-color 0.4s ease, box-shadow 0.4s ease, -o-transform 0.4s ease;
        transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .partner-section .side-template-text span {
    right: 42% !important; }

/* NEWSLETTER THEME CSS */
.newsletter-widget {
  color: #FFF;
  position: relative; }
  .newsletter-widget label {
    display: none; }
  .newsletter-widget a {
    color: #FFF;
    text-decoration: underline; }
  .newsletter-widget input[type="tel"], .newsletter-widget input[type="email"], .newsletter-widget input[type="text"] {
    /*
	    position: relative;
	    display: block;
*/
    margin-top: 0;
    width: 80%;
    line-height: 26px;
    height: 47px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.5);
    float: left; }
  .newsletter-widget input[type="submit"], .newsletter-widget button {
    /*
    position: absolute;
    right: 0px;
    top: 0px;
*/
    width: 47px;
    height: 47px;
    line-height: 40px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border: rgba(255, 255, 255, 0.5);
    border-radius: 0px 4px 4px 0px;
    font-family: 'FontAwesome';
    background-color: rgba(255, 255, 255, 0.5); }
    .newsletter-widget input[type="submit"].disabled, .newsletter-widget button.disabled {
      color: rgba(255, 255, 255, 0.3); }

/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  background-color: #414B51; }
  .main-footer .upper-box {
    position: relative;
    top: -45px;
    z-index: 1;
    margin-bottom: -80px;
    padding: 22px 40px 22px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  .main-footer .widgets-section {
    position: relative;
    padding: 35px 0px 30px; }
  .main-footer .footer-column span .social-icon-slider {
    display: inline-block;
    padding-left: 0 !important; }
    .main-footer .footer-column span .social-icon-slider li {
      display: inline-block;
      padding-left: 5px; }
      .main-footer .footer-column span .social-icon-slider li a {
        font-size: 18px; }
        .main-footer .footer-column span .social-icon-slider li a:hover {
          color: red; }
  .main-footer .footer-column .footer-widget {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .main-footer .footer-column .footer-widget {
        text-align: center; } }
    .main-footer .footer-column .footer-widget .first {
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0;
      position: absolute;
      left: -6px;
      width: auto;
      white-space: nowrap;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media (max-width: 768px) {
        .main-footer .footer-column .footer-widget .first {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          position: relative;
          left: auto !important;
          top: auto !important;
          font-weight: bold;
          margin-bottom: 20px; } }
      .main-footer .footer-column .footer-widget .first:nth-child(1) {
        top: 64px; }
      .main-footer .footer-column .footer-widget .first.informations {
        top: 109px; }
    .main-footer .footer-column .footer-widget span {
      color: #E0E6E9; }
      .main-footer .footer-column .footer-widget span a {
        color: #E0E6E9; }
      .main-footer .footer-column .footer-widget span ul {
        padding-left: 30px; }
        @media (max-width: 768px) {
          .main-footer .footer-column .footer-widget span ul {
            padding-left: 0; } }
    .main-footer .footer-column .footer-widget h2 {
      position: relative;
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      line-height: 1.2em;
      margin-bottom: 25px;
      text-transform: capitalize;
      display: inline-block; }
    .main-footer .footer-column .footer-widget .logo-widget {
      position: relative; }
      .main-footer .footer-column .footer-widget .logo-widget .logo {
        position: relative;
        margin-bottom: 15px;
        margin-top: -20px; }
      .main-footer .footer-column .footer-widget .logo-widget .text {
        position: relative;
        color: #cccccc;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 12px; }
      .main-footer .footer-column .footer-widget .logo-widget .read-more {
        position: relative;
        color: #2b6ad3;
        font-size: 15px; }
        .main-footer .footer-column .footer-widget .logo-widget .read-more:hover {
          color: #ffffff;
          text-decoration: underline; }
    .main-footer .footer-column .footer-widget.logo-widget ul {
      padding-left: 0; }
    .main-footer .footer-column .footer-widget.logo-widget svg {
      width: 90%; }
      .main-footer .footer-column .footer-widget.logo-widget svg #Group_143 {
        text-align: left;
        left: -14px !important;
        position: relative; }
  .main-footer .info-widget {
    position: relative; }
  .main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(252, 252, 252, 0.05);
    background: #000;
    font-size: 14px;
    line-height: 18px;
    color: #DDD; }
    .main-footer .footer-bottom .pull-right hr {
      border: 1px solid #444; }
    .main-footer .footer-bottom a {
      padding-right: 10px;
      padding-left: 10px; }

.newsletter-widget .widget-content .text {
  position: relative;
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif; }

.main-footer .newsletter-widget .form-group {
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
  margin-bottom: 28px; }
  .main-footer .newsletter-widget .form-group input[type="text"], .main-footer .newsletter-widget .form-group input[type="tel"], .main-footer .newsletter-widget .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .main-footer .newsletter-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .main-footer .newsletter-widget .form-group input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 47px;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: #ff0000;
    border-radius: 0px 4px 4px 0px; }

.main-footer .newsletter-widget button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 54px;
  height: 47px;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: #ff0000;
  border-radius: 0px 4px 4px 0px; }

/**********************************************************************/
/***********  TABLE STYLES ********************************************/
/**********************************************************************/
.table-bordered {
  border: 1px solid #DDD;
  border-top: 1px solid #005a84; }
  .table-bordered tr:nth-child(odd) {
    background: #F5F5F5;
    border-top: 2px solid #DDD;
    font-size: 90%; }
  .table-bordered tr:nth-child(even) {
    background: #F9F9F9;
    border-top: 2px solid #DDD;
    font-size: 90%; }
  .table-bordered tr:first-child td {
    background: #028fd5;
    border: 1px solid #005a84;
    color: #FFF;
    font-size: 90%; }
  .table-bordered td {
    padding: 10px !important;
    vertical-align: top; }

.table-style1 {
  border: 0;
  border-top: 1px solid #005a84; }
  .table-style1 tr:nth-child(odd) {
    background: #F5F5F5;
    border-top: 1px solid #005a84;
    font-size: 90%; }
  .table-style1 tr:nth-child(even) {
    background: #F9F9F9;
    border-top: 1px solid #005a84;
    font-size: 90%; }
  .table-style1 tr:first-child td {
    background: #028fd5;
    border: 1px solid #005a84;
    color: #FFF;
    font-size: 90%; }
  .table-style1 td {
    padding: 10px !important;
    vertical-align: top; }

/**********************************************************************/
/***********  NEWS & EVENTS Style ********************************************/
/**********************************************************************/
.news-events .container-fluid {
  padding: 0; }
  .news-events .container-fluid:before {
    content: none; }
  @media (max-width: 767px) {
    .news-events .container-fluid {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }

.news-events, .about-section-two {
  background: #fff; }
  .news-events .news-events-page, .about-section-two .news-events-page {
    margin-top: 80px;
    margin-bottom: 80px; }
    .news-events .news-events-page .item-grid, .about-section-two .news-events-page .item-grid {
      margin-bottom: 50px;
      box-shadow: 0 5px 20px rgba(107, 124, 141, 0.4);
      transition: 0.8s; }
      .news-events .news-events-page .item-grid:hover .content-image img, .about-section-two .news-events-page .item-grid:hover .content-image img {
        transform: scale(1.1);
        transition: 0.8s; }
      .news-events .news-events-page .item-grid .content-image, .about-section-two .news-events-page .item-grid .content-image {
        position: relative;
        overflow: hidden;
        transition: 0.8s; }
        .news-events .news-events-page .item-grid .content-image img, .about-section-two .news-events-page .item-grid .content-image img {
          transition: 0.8s; }
        .news-events .news-events-page .item-grid .content-image .type, .about-section-two .news-events-page .item-grid .content-image .type {
          position: absolute;
          left: 10px;
          top: 10px;
          background: rgba(0, 0, 0, 0.74);
          padding: 5px;
          color: #fff; }
      .news-events .news-events-page .item-grid .content, .about-section-two .news-events-page .item-grid .content {
        min-height: 360px;
        padding: 30px 30px 80px 30px;
        text-align: left;
        align-items: start;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative; }
        .news-events .news-events-page .item-grid .content span, .about-section-two .news-events-page .item-grid .content span {
          display: flex;
          padding-right: 5px;
          line-height: 25px;
          float: left;
          font-size: 15px; }
          .news-events .news-events-page .item-grid .content span p, .about-section-two .news-events-page .item-grid .content span p {
            display: inline-block; }
        .news-events .news-events-page .item-grid .content .title, .about-section-two .news-events-page .item-grid .content .title {
          font-size: 20px;
          color: #222;
          font-weight: 800;
          margin-bottom: 10px; }
        .news-events .news-events-page .item-grid .content .info, .about-section-two .news-events-page .item-grid .content .info {
          display: inline-block !important;
          font-weight: 200;
          color: #6E7C84; }
          .news-events .news-events-page .item-grid .content .info span, .about-section-two .news-events-page .item-grid .content .info span {
            display: flex;
            float: left;
            margin-bottom: 5px; }
            .news-events .news-events-page .item-grid .content .info span p, .about-section-two .news-events-page .item-grid .content .info span p {
              margin: 0; }
      .news-events .news-events-page .item-grid .link, .about-section-two .news-events-page .item-grid .link {
        opacity: 1;
        background: #ff0000;
        padding: 5px 20px 5px 20px;
        color: #fff;
        margin-left: auto; }
      .news-events .news-events-page .item-grid .footer, .about-section-two .news-events-page .item-grid .footer {
        border-top: 1px solid #eee;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 10px 14px;
        font-size: 12px; }
        .news-events .news-events-page .item-grid .footer .box-left, .about-section-two .news-events-page .item-grid .footer .box-left {
          flex: 1;
          display: flex;
          align-items: center; }
          .news-events .news-events-page .item-grid .footer .box-left img, .about-section-two .news-events-page .item-grid .footer .box-left img {
            width: 80%; }
        .news-events .news-events-page .item-grid .footer .box-right, .about-section-two .news-events-page .item-grid .footer .box-right {
          flex: 1;
          display: flex;
          align-items: center; }

.view-training-events .item-grid {
  min-height: inherit; }

.view .item-list .pager li:before {
  content: none; }

.item-grid {
  margin-bottom: 50px;
  box-shadow: 0 5px 20px rgba(107, 124, 141, 0.4);
  transition: 0.8s;
  min-height: 600px;
  position: relative; }
  .item-grid:hover img {
    transform: scale(1.1);
    transition: 0.8s; }
  .item-grid:hover .content .link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff0000;
    padding: 10px;
    transition: 0.8s;
    color: #fff;
    opacity: 1; }
  .item-grid .content-image {
    position: relative;
    overflow: hidden;
    transition: 0.8s; }
    .item-grid .content-image img {
      transition: 0.8s;
      margin-bottom: 0; }
    .item-grid .content-image .type {
      position: absolute;
      left: 10px;
      top: 10px;
      background: rgba(0, 0, 0, 0.74);
      padding: 5px;
      color: #fff; }
  .item-grid .content {
    min-height: 360px;
    padding: 30px 30px 80px 30px;
    text-align: left;
    align-items: start;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; }
    .item-grid .content .link {
      opacity: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #fff; }
    .item-grid .content span {
      display: flex;
      padding-right: 5px;
      line-height: 25px;
      font-size: 15px; }
      .item-grid .content span p {
        display: inline-block; }
    .item-grid .content .title {
      font-size: 20px;
      color: #222;
      font-weight: 800;
      margin-bottom: 10px; }
    .item-grid .content .info {
      display: inline-block !important;
      font-weight: 200;
      color: #6E7C84; }
      .item-grid .content .info span {
        display: flex;
        float: left;
        margin-bottom: 5px; }
        .item-grid .content .info span p {
          margin: 0; }
    .item-grid .content .calendar {
      width: 100%; }
      .item-grid .content .calendar .date span {
        display: flex;
        float: left;
        line-height: 17px; }
    .item-grid .content .location span {
      float: left;
      display: contents; }
  .item-grid .link {
    opacity: 1;
    background: #ff0000;
    padding: 5px 20px 5px 20px;
    color: #fff;
    margin-left: auto; }
    .item-grid .link:hover {
      background: #333; }
  .item-grid .footer {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 14px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .item-grid .footer .box-left {
      flex: 1;
      display: flex;
      align-items: center; }
      .item-grid .footer .box-left img {
        width: 80%; }
    .item-grid .footer .box-right {
      flex: 1;
      display: flex;
      align-items: center; }

.training-blocks .item-grid .content-image {
  overflow: hidden; }

.clearfix:after, .comment-form .form-horizontal p:after, .container-fluid:after, .container:after, .row:after {
  clear: both; }

.block-overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.overlay5 .block-overlay {
  background-color: rgba(224, 230, 233, 0.85); }

.overlay5 .text-area h5, .overlay5 .text-area h3, .overlay5 .text-area h4, .overlay5 .text-area p {
  color: #273a42; }

.overlay-3 .block-overlay {
  background-color: rgba(39, 58, 66, 0.85); }

.overlay-3 .text-area h5, .overlay-3 .text-area h3, .overlay-3 .text-area h4, .overlay-3 .text-area p {
  color: #fff; }

.overlay-4 .block-overlay {
  background-color: rgba(0, 0, 0, 0.75); }

.overlay-4 .text-area h5, .overlay-4 .text-area h3, .overlay-4 .text-area h4, .overlay-4 .text-area p {
  color: #fff; }

.overlay-5 .text-area h4, .overlay-5 .text-area h2, .overlay-5 .text-area h3, .overlay-5 .text-area p {
  color: #fff;
  margin-top: 0; }

.overlay-5 .block-overlay {
  background-color: rgba(39, 58, 66, 0.35); }

.overlay-6 .block-overlay {
  background-color: rgba(0, 0, 0, 0.75); }

.overlay-6 .text-area h5, .overlay-6 .text-area h3, .overlay-6 .text-area h4, .overlay-6 .text-area p {
  color: #fff; }

.overlay-7 .block-overlay {
  background-color: rgba(0, 0, 0, 0.75); }

.overlay-7 .text-area h5, .overlay-7 .text-area h3, .overlay-7 .text-area h4, .overlay-7 .text-area p {
  color: #fff; }

.overlay-twitter .block-overlay {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e6e9;
  border-right: 1px solid #e0e6e9; }

.overlay-twitter .text-area h5, .overlay-twitter .text-area h3, .overlay-twitter .text-area h4, .overlay-twitter .text-area p {
  color: #273a42; }

.overlay-twitter .action-buttons a .go-action {
  background-color: transparent; }

.overlay-twitter .facilities span {
  color: #273a42 !important;
  line-height: 1.5em; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 480px) {
  .flex {
    display: block; } }

.square-block:after {
  content: "";
  padding-bottom: 100%;
  display: block; }

.m-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: .1em;
  text-transform: uppercase; }

.m-title-alt {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300; }

@media (max-width: 480px) {
  .m-title, .m-title-alt {
    font-size: 18px; } }

@media (max-width: 480px) {
  .m-title-alt {
    font-size: 18px; } }

.btn .btn-text, .comment-form input[type=submit] .btn-text {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 10px; }

.c-btn {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid rgba(39, 58, 66, 0.5);
  background-color: transparent;
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.c-btn i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.c-btn.c-btn-m.white {
  background-color: #fff;
  border: transparent; }
  .c-btn.c-btn-m.white:hover {
    background-color: #e0e6e9; }

.c-btn.c-btn-s {
  height: 40px;
  width: 40px;
  opacity: .5; }

.c-btn.c-btn-s.white {
  background-color: #fff;
  opacity: 1;
  border: transparent; }
  .c-btn.c-btn-s.white:hover {
    background-color: #e0e6e9; }

.c-btn.c-btn-xs {
  height: 30px;
  width: 30px;
  border: none; }

.square-block:hover .c-btn {
  background-color: #eee;
  -webkit-box-shadow: 0 15px 20px 0 rgba(18, 31, 38, 0.6);
  box-shadow: 0 15px 20px 0 rgba(18, 31, 38, 0.6);
  opacity: 1; }

.c-btn .icon-arrow-right {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.news-single-block.square-block:hover .c-btn .icon-arrow-right {
  color: #273a42; }

@media (max-width: 767px) {
  .single .body-content .box-single {
    padding-left: 0;
    padding-right: 0; } }

.news-events {
  z-index: 1;
  position: relative; }
  .news-events .title-section {
    margin-top: 90px; }
  .news-events .single-block {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    background-color: #f9f9f9 !important;
    height: 100%;
    cursor: pointer;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-backface-visibility: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-decoration: none;
    float: left; }
    .news-events .single-block.overlay-twitter {
      background-color: #f2f2f2 !important; }
      .news-events .single-block.overlay-twitter:hover {
        box-shadow: none; }
      .news-events .single-block.overlay-twitter .timeline-Widget {
        background-color: #f2f2f2 !important; }
      .news-events .single-block.overlay-twitter .twitter #twitter-widget-0 {
        width: 100% !important;
        position: absolute !important;
        background-color: #f2f2f2 !important; }
        .news-events .single-block.overlay-twitter .twitter #twitter-widget-0 a {
          text-decoration: underline;
          color: #6E7C84; }
        .news-events .single-block.overlay-twitter .twitter #twitter-widget-0 .timeline-Widget {
          border-radius: 0 !important; }
      .news-events .single-block.overlay-twitter .twitter .text-area {
        color: #fff;
        top: 0px;
        padding: 20px; }
        .news-events .single-block.overlay-twitter .twitter .text-area a {
          color: #fff;
          text-decoration: underline;
          cursor: pointer; }
        .news-events .single-block.overlay-twitter .twitter .text-area .view-header a {
          color: #E0E6E9;
          cursor: pointer; }
        .news-events .single-block.overlay-twitter .twitter .text-area .view-header i {
          font-size: 25px;
          color: #E0E6E9; }
        .news-events .single-block.overlay-twitter .twitter .text-area .view-header h3 {
          font-size: 24px;
          margin-top: 20px;
          color: #E0E6E9;
          margin-bottom: 5px; }
        .news-events .single-block.overlay-twitter .twitter .text-area .view-content {
          font-size: 15px; }
        .news-events .single-block.overlay-twitter .twitter .text-area .view-content {
          margin-top: 20px;
          height: 200px;
          overflow: hidden; }
          @media (min-width: 1000.98px) {
            .news-events .single-block.overlay-twitter .twitter .text-area .view-content {
              height: 300px; } }
          @media (max-width: 575.98px) {
            .news-events .single-block.overlay-twitter .twitter .text-area .view-content {
              height: 200px !important; } }
          @media (max-width: 767px) {
            .news-events .single-block.overlay-twitter .twitter .text-area .view-content {
              height: 350px; } }
          .news-events .single-block.overlay-twitter .twitter .text-area .view-content:hover {
            overflow: scroll; }
      .news-events .single-block.overlay-twitter .twitter .field-content {
        float: left;
        margin-bottom: 30px; }
        .news-events .single-block.overlay-twitter .twitter .field-content .tweet-image {
          width: 40px;
          height: 40px;
          display: inline-block;
          float: left; }
          .news-events .single-block.overlay-twitter .twitter .field-content .tweet-image img {
            width: 40px;
            height: 40px;
            border-radius: 37px; }
        .news-events .single-block.overlay-twitter .twitter .field-content .tweet-content {
          padding-left: 50px; }
    .news-events .single-block .image {
      background-image: url("http://max-website/sites/default/files/placeholder-image.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
    .news-events .single-block:hover {
      z-index: 7;
      text-decoration: none; }
    .news-events .single-block a {
      text-decoration: none; }
      .news-events .single-block a.cta-link {
        display: inline-block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: absolute; }
      .news-events .single-block a .text-area:focus, .news-events .single-block a:focus {
        outline: 0; }
    .news-events .single-block .date {
      text-transform: uppercase;
      font-size: 15px; }
    @media (max-width: 1200px) and (min-width: 991px) {
      .news-events .single-block.col-lg-3, .news-events .single-block.col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.single-block.default:hover, .single-block:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(18, 31, 38, 0.2);
  box-shadow: 0 15px 20px 0 rgba(18, 31, 38, 0.2); }

@media (max-width: 767px) {
  .single-block {
    border-right: none; } }

.single-block.default.double-block {
  border-bottom: none; }
  .single-block.default.double-block.square-block:after {
    padding-bottom: 50%; }
  .single-block.default.double-block.faq-block.square-block:after {
    padding-bottom: calc(50%); }

@media (max-width: 1200px) and (min-width: 991px) {
  .single-block.default.double-block.square-block:after {
    padding-bottom: 100%; } }

@media (max-width: 991px) {
  .single-block.default.double-block.square-block:after {
    padding-bottom: 100%; } }

.single-block.default.overlay-4 .text-area {
  position: absolute;
  padding: 0;
  top: 40px;
  left: 40px;
  right: 40px; }
  .single-block.default.overlay-4 .text-area span {
    display: inline-block; }
    .single-block.default.overlay-4 .text-area span .date {
      color: #fff; }
  .single-block.default.overlay-4 .text-area .icon-clock3 {
    color: #fff;
    position: relative;
    top: -4px;
    padding-left: 5px;
    padding-right: 5px; }

.single-block.default.overlay-6 .text-area {
  position: absolute;
  padding: 0;
  top: 40px;
  left: 40px;
  right: 40px; }
  .single-block.default.overlay-6 .text-area span {
    display: inline-block; }
  .single-block.default.overlay-6 .text-area .icon-clock3 {
    position: relative;
    top: -4px;
    padding-left: 5px;
    padding-right: 5px; }

.single-block.default.overlay-4 .text-area .m-title, .single-block.default.overlay-4 .text-area .m-title-alt {
  color: #fff; }

.single-block.default.overlay-5 .text-area {
  position: absolute;
  padding: 0;
  bottom: 40px;
  left: 40px;
  right: 40px; }
  .single-block.default.overlay-5 .text-area span {
    display: inline-block;
    color: #fff;
    padding-top: 10px; }
    .single-block.default.overlay-5 .text-area span .date {
      color: #fff; }

.btn .single-block.default.overlay-5 .text-area .btn-text {
  color: #fff; }

.single-block.default.overlay-6 .text-area {
  position: absolute;
  padding: 0;
  bottom: 40px;
  left: 40px;
  right: 40px; }
  .single-block.default.overlay-6 .text-area .date {
    color: #121f26; }
  .single-block.default.overlay-6 .text-area .m-title {
    padding-top: 10px;
    padding-bottom: 10px; }

.single-block.default.overlay-6 .text-area .m-title, .single-block.default.overlay-6 .text-area .m-title-alt {
  color: #6E7C84; }

.single-block.long-block .text-area {
  bottom: 50px !important; }
  .single-block.long-block .text-area a {
    color: #fff !important; }

.single-block.default a {
  color: #121f26;
  cursor: pointer; }
  .single-block.default a:hover {
    text-decoration: none; }

.single-block.default .text-area {
  position: absolute;
  padding: 40px; }
  .single-block.default .text-area h5 {
    color: #75858e;
    margin-bottom: 20px; }
  .single-block.default .text-area h4 {
    padding-bottom: 20px; }
  .single-block.default .text-area p {
    overflow: hidden;
    margin-bottom: 0;
    height: auto; }

.single-block.default .action-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4; }
  .single-block.default .action-buttons ul {
    height: 40px; }
    .single-block.default .action-buttons ul .download:hover + .share {
      background-color: #fff; }

.single-block.default:hover {
  z-index: 10;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.single-block.default.double-block {
  background: #eee; }

.related .single-block.double-block.square-block:after {
  padding-bottom: 50%; }

@media (max-width: 1200px) and (min-width: 991px) {
  .related .single-block.double-block.square-block:after {
    padding-bottom: 70%; } }

@media (max-width: 991px) {
  .related .single-block.double-block.square-block:after {
    padding-bottom: 100%; } }

@media (max-width: 1200px) and (min-width: 991px) {
  .related .single-block.double-block.square-block:after {
    padding-bottom: 100%; } }

@media (max-width: 991px) {
  .related .single-block.double-block.square-block:after {
    padding-bottom: 100%; } }

.single-block.double-block.overlay-7 .text-area .m-title {
  padding-bottom: 20px;
  cursor: pointer; }

.single-block.double-block.overlay-7 .text-area span {
  color: #333;
  display: inline-block; }

.single-block.long-block.square-block:after {
  padding-bottom: 200%; }

@media (max-width: 1200px) and (min-width: 991px) {
  .single-block.double-block.square-block:after {
    padding-bottom: 70%; } }

@media (max-width: 991px) {
  .single-block.double-block.square-block:after {
    padding-bottom: 100%; } }

@media (max-width: 1200px) and (min-width: 991px) {
  .single-block.long-block.square-block:after {
    padding-bottom: 100%; } }

@media (max-width: 991px) {
  .single-block.long-block.square-block:after {
    padding-bottom: 100%; } }

.single-block.news-single-block.square-block .text-area .btn-text {
  color: rgba(39, 58, 66, 0.8); }

.single-block.news-single-block.square-block .text-area .m-title, .single-block.news-single-block.square-block .text-area .m-title-alt {
  padding-bottom: 20px;
  margin-top: 0; }

.single-block.overlay-6 .block-overlay, .single-block.overlay-4 .block-overlay, .single-block.overlay-5 .block-overlay {
  border-right: none;
  border-bottom: none; }

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  z-index: 30000000; }
  #p_prldr .svg_anm {
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 100%;
    animation: Animationopacity 3s ease infinite;
    -webkit-animation: Animationopacity 3s ease infinite; }

@keyframes Animationopacity {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }

@-webkit-keyframes Animationopacity {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }

.training-section {
  position: fixed;
  right: -9px;
  top: 30%;
  z-index: 50; }

.secondary_menu {
  background: #6E7C84; }
  .secondary_menu .views-exposed-widget ul, .secondary_menu #block-menu-menu-training-menu ul, .secondary_menu #block-block-22 ul, .secondary_menu #block-block-31 ul {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
    .secondary_menu .views-exposed-widget ul li, .secondary_menu #block-menu-menu-training-menu ul li, .secondary_menu #block-block-22 ul li, .secondary_menu #block-block-31 ul li {
      display: inline-block;
      padding-right: 10px; }
    .secondary_menu .views-exposed-widget ul a, .secondary_menu #block-menu-menu-training-menu ul a, .secondary_menu #block-block-22 ul a, .secondary_menu #block-block-31 ul a {
      text-transform: uppercase;
      font-size: 18px;
      color: #fff;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms; }
      .secondary_menu .views-exposed-widget ul a.active, .secondary_menu #block-menu-menu-training-menu ul a.active, .secondary_menu #block-block-22 ul a.active, .secondary_menu #block-block-31 ul a.active {
        font-weight: 600;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms; }
  .secondary_menu .views-exposed-widget .form-item, .secondary_menu .views-exposed-widget .navigation, .secondary_menu #block-menu-menu-training-menu .form-item, .secondary_menu #block-menu-menu-training-menu .navigation, .secondary_menu #block-block-22 .form-item, .secondary_menu #block-block-22 .navigation, .secondary_menu #block-block-31 .form-item, .secondary_menu #block-block-31 .navigation {
    display: inline-block;
    padding: 5px; }
    .secondary_menu .views-exposed-widget .form-item a, .secondary_menu .views-exposed-widget .navigation a, .secondary_menu #block-menu-menu-training-menu .form-item a, .secondary_menu #block-menu-menu-training-menu .navigation a, .secondary_menu #block-block-22 .form-item a, .secondary_menu #block-block-22 .navigation a, .secondary_menu #block-block-31 .form-item a, .secondary_menu #block-block-31 .navigation a {
      text-transform: uppercase;
      font-size: 18px;
      color: #fff;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms; }
      .secondary_menu .views-exposed-widget .form-item a.active, .secondary_menu .views-exposed-widget .navigation a.active, .secondary_menu #block-menu-menu-training-menu .form-item a.active, .secondary_menu #block-menu-menu-training-menu .navigation a.active, .secondary_menu #block-block-22 .form-item a.active, .secondary_menu #block-block-22 .navigation a.active, .secondary_menu #block-block-31 .form-item a.active, .secondary_menu #block-block-31 .navigation a.active {
        font-weight: 600;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms; }

.section-emphasis.training #content-emphasis-region:after {
  content: none !important; }

.section-emphasis.training #content-emphasis-region .b-btn-2 {
  color: #222 !important; }
  .section-emphasis.training #content-emphasis-region .b-btn-2:before {
    border-color: #222 !important; }
  .section-emphasis.training #content-emphasis-region .b-btn-2 .icon-right.after:after {
    content: none; }
  .section-emphasis.training #content-emphasis-region .b-btn-2 .icon-right.after:before {
    content: none; }
  .section-emphasis.training #content-emphasis-region .b-btn-2 a {
    color: #222; }

.section-emphasis.training #content-emphasis-region .text {
  padding: 30px; }

.section-emphasis.training .bg-color {
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 0 2px 30px 0 #e0e5f0;
  box-shadow: 0 2px 30px 0 #e0e5f0;
  border: 1px solid #e0e5f0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center; }

.section-emphasis .box-intro-img {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 968px) {
    .section-emphasis .box-intro-img {
      height: 550px; } }
  .section-emphasis .box-intro-img #content-emphasis-region {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1; }
    .section-emphasis .box-intro-img #content-emphasis-region:after {
      background: rgba(0, 0, 0, 0.63);
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: ''; }
    .section-emphasis .box-intro-img #content-emphasis-region .content-text {
      display: flex;
      align-items: center;
      padding: 60px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 3; }
      .section-emphasis .box-intro-img #content-emphasis-region .content-text .text, .section-emphasis .box-intro-img #content-emphasis-region .content-text .title {
        text-align: left;
        padding: 10px;
        color: #fff; }
      .section-emphasis .box-intro-img #content-emphasis-region .content-text .title {
        font-size: 27px; }
      .section-emphasis .box-intro-img #content-emphasis-region .content-text .text {
        font-size: 16px; }
      @media (max-width: 968px) {
        .section-emphasis .box-intro-img #content-emphasis-region .content-text {
          display: block; } }
    .section-emphasis .box-intro-img #content-emphasis-region .text {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 3;
      padding-top: 30px;
      padding-bottom: 30px; }

.section-content-text-2 {
  padding: 100px 0px 100px 0px; }

.copyright a {
  color: #fff;
  text-decoration: underline; }

.next-prev-node .nav-previous,
.next-prev-node .nav-next {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  z-index: 90; }
  .next-prev-node .nav-previous div,
  .next-prev-node .nav-next div {
    position: absolute;
    top: 0;
    padding: 14px 15px;
    background: #778c99;
    height: 100px;
    color: #fff;
    overflow: hidden;
    width: 265px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1; }

.next-prev-node .nav-previous {
  left: 0; }
  .next-prev-node .nav-previous div {
    left: -300px;
    height: 100px; }
    .next-prev-node .nav-previous div img {
      float: right;
      display: block;
      margin-left: 15px;
      margin-bottom: 2px; }
    .next-prev-node .nav-previous div .post-title {
      float: left;
      width: 120px;
      display: inline-block;
      text-align: right; }
  .next-prev-node .nav-previous:hover div {
    left: 46px; }

.next-prev-node .nav-next {
  right: 0; }
  .next-prev-node .nav-next div {
    right: -300px; }
    .next-prev-node .nav-next div img {
      float: left;
      display: block;
      margin-right: 15px;
      margin-bottom: 2px; }
    .next-prev-node .nav-next div .post-title {
      float: right;
      width: 120px;
      display: inline-block; }
  .next-prev-node .nav-next:hover div {
    right: 46px; }

.next-prev-node .meta-nav {
  height: 100px;
  width: 46px;
  line-height: 100px;
  background: #414B51;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 2; }

.next-prev-node img {
  width: 100px;
  height: auto;
  max-height: 72px; }

.page-404 {
  background-image: url("/sites/all/themes/max-website/images/background/cooperations.jpg");
  background-size: cover;
  z-index: 1;
  position: relative; }
  .page-404:before {
    background: rgba(0, 0, 0, 0.66);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
  .page-404 .section-404 {
    height: 100vh;
    overflow: visible;
    position: relative;
    z-index: 3;
    color: #fff; }
    @media (max-width: 768px) {
      .page-404 .section-404 .p1 {
        font-size: 110%; } }
    @media (max-width: 768px) {
      .page-404 .section-404 .p2 {
        font-size: 90%; } }
    .page-404 .section-404 #search-block-form--2 .icon {
      position: relative;
      bottom: -25px; }
    .page-404 .section-404 #search-block-form--2 input {
      background: transparent;
      color: #000;
      border-bottom: 1px solid #000;
      border-radius: 0; }

#search__panel {
  width: 100%;
  z-index: 300;
  position: absolute;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s; }
  #search__panel > * {
    pointer-events: auto; }
  #search__panel.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    visibility: visible; }
  #search__panel .search-block {
    padding-top: 101px;
    padding-bottom: 50px;
    background: #fff;
    text-align: center; }
    #search__panel .search-block #search-button-close {
      position: absolute;
      top: 50px;
      right: 50px; }
    #search__panel .search-block .container-inline {
      position: relative; }
      #search__panel .search-block .container-inline .form-actions {
        position: absolute;
        top: 0;
        right: 0;
        top: 20px; }
        #search__panel .search-block .container-inline .form-actions .btn {
          background: transparent;
          color: #777;
          font-size: 24px;
          padding: 0; }
          #search__panel .search-block .container-inline .form-actions .btn:hover {
            color: red !important; }
        #search__panel .search-block .container-inline .form-actions:after {
          content: none !important; }
    #search__panel .search-block .form-item input {
      width: 100%;
      display: block;
      padding: 0;
      background: #fff;
      border: 0 none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
      border-bottom: 1px solid #e3e4e5;
      text-align: left;
      margin-bottom: 15px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-appearance: none;
      border-radius: 0; }
      #search__panel .search-block .form-item input[title] {
        color: #888; }
      @media screen and (min-width: 600px) and (max-width: 799px) {
        #search__panel .search-block .form-item input {
          font-size: 21px; } }
      @media screen and (min-width: 800px) and (max-width: 1039px) {
        #search__panel .search-block .form-item input {
          font-size: 24px; } }
      @media screen and (min-width: 1040px) {
        #search__panel .search-block .form-item input {
          font-size: 27px; } }
      @media screen and (min-width: 600px) {
        #search__panel .search-block .form-item input {
          height: 50px;
          line-height: 50px; } }
      @media screen and (min-width: 800px) {
        #search__panel .search-block .form-item input {
          height: 74px;
          line-height: 74px; } }
  @media screen and (min-width: 600px) {
    #search__panel .search-block {
      padding-top: 156px; } }
  @media screen and (min-width: 800px) {
    #search__panel .search-block {
      padding-top: 147px; } }
  @media screen and (min-width: 1040px) {
    #search__panel .search-block {
      padding-top: 156px; } }

.search-results.node-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .search-results.node-results .item {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #778c99; }
