/*styles*/

:root {
  --primary: #1c2d56;
  --secondary: #e21f26;
  --grey: #f9f9f9;
}

.pojo-a11y-toolbar-toggle,
#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    z-index: 99999;
}

body #pojo-a11y-toolbar {
    top: 150px !important;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", serif !important;
    color: #555 !important;
}

.font2 {
    font-family: 'Prata', serif;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1400px;
    position: relative;
    height: 100%;
    padding: 0;
}

.container.sml {
    max-width: 1100px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a.download-lnk-pdf {
    color: white!important;
}

hr {
    margin: 20px 0;
    background-color: #dbdbdb;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}

.heading h1, .heading h2, .heading h3,
.sub-heading h1, .sub-heading h2, .sub-heading h3,
.title h1, .title h2, .title h3,
.small-title h1, .small-title h2, .small-title h3,
.hero-title h1, .hero-title h2, .hero-title h3 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: inherit !important;
    line-height: inherit !important;
}

p.bold {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}

p.legal {
    color: black;
    line-height: 26px;
}

.no-margin {
    margin: 0 !important;
}

.breadcrumb {
    padding: 10px 0;
    color: white;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    background: #003684;
    border-radius: 0;
    font-size: 13px;
}

.bottom-header .material-icons {
    margin-right: -10px;
    position: relative;
    top: 3px;
}

.scroll-button {
    padding: 8px;
    position: fixed;
    right: 40px;
    bottom: -100px;
    z-index: 1;
    color: black !important;
    background: #fff;
    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
    border-radius: 3px;
    transition: all 0.4s ease;
    background: rgb(210, 210, 210);
}

.header.stuck .scroll-button {
    bottom: 40px;
}

.header.stuck,.header.mid {
    margin-bottom: 120px;
}

.header .scroll-button .material-icons {
    transition: all 0.4s ease;
    vertical-align: middle;
    font-size: 24px;
}

.scroll-button .material-icons:hover {
    color: white;
}

a {
    color: inherit;
}

a.btn {
    color: white;
}

/* Header */

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    font-size: 87%;
}

.header .phone-block {
    position: absolute;
    top: 100%;
    right: 20px;
    background: red;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
}

.header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.bottom-header {
    position: relative;
    background: var(--primary);
    color: white;
    z-index: 999;
    width: 100%;
    padding: 10px;
/*    border-bottom: 1px solid #ebebeb;*/
}

.header.mid .bottom-header {
    position: fixed;
    top: -200px;
    z-index: 10;
    transition: all 0.8s ease;
    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
}

.header.stuck .bottom-header {
    top: 0;
}

.header.mid .bottom-header .logo {
/*    width: 150px;*/
}

.bottom-header .logo {
    position: relative;
}

.bottom-header .logo img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    max-height: 100px;
}

.bottom-header .menu {
    height: 100%;
}

.bottom-header .menu ul {
    display: -webkit-box;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    position: relative;
    padding-left: 0;
    height: 100%;
    margin-bottom: 0;
}

.bottom-header .menu ul li {
    position: relative;
    display: inline-block;
    padding: 18px;
    transition: all 0.5s ease;
}

.bottom-header .menu ul li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    background: #e21f26;
    height: auto;
    margin-left: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.bottom-header .menu ul li.menu-item-has-children .sub-menu li a:hover {
    color: black;
}

.bottom-header .menu ul li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.bottom-header .menu ul li a {
    position: relative;
    color: white;
    transition: all 0.25s ease;
    font-size: 16px;
    font-weight: 600;
}

.bottom-header .menu ul li a:hover {
    color: var(--secondary);
    text-decoration: none;
}

.bottom-header ul li ul.dropdown {
  position: absolute !important;
  left: 0;
  top: 70px;
  margin-left: 0;
  transition: all 0.4s ease;
  display: block !important;
  opacity: 0;
  background: white;
  text-align: left;
  height: auto;
  visibility: hidden;
  margin: 0;
  padding: 10px 0;
  box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
  z-index: 9;
}

.bottom-header ul li:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.bottom-header ul li ul.dropdown li {
  float: none;
  width: 100%;
  padding: 10px 30px;
  white-space: nowrap;
}

ul.double {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.bottom-header ul li ul.dropdown span {
  font-size: 7px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  opacity: .6;
}

/*Home*/

.hero {
    height: 100%;
/*    min-height: 65vh;*/
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    border-bottom: 20px solid white;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgb(255 255 255 / 85%);
    display: none;
}

.hero .before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    height: 85%;
    background: var(--primary);
}

.hero .before::before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 20%;
    background: white;
}

.hero .before {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .before ul.socials::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: white;
}

.hero .before ul.socials::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: white;
}


.hero .before ul.socials {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}

.hero .before ul.socials li {
    list-style: none;
}

.hero .before ul.socials li a {
    color: white;
    font-size: 30px;
}

.hero .overlay {
    position: relative;
    max-width: 1000px;
    background: rgb(255 255 255 / 35%);
    padding: 40px;
    border-radius: 15px;
    display: inline-block;
}

.hero .overlay .tag {
    padding: 10px 20px;
    background: var(--secondary);
    border-radius: 5px;
    display: inline-block;
    color: white;
}

.hero .overlay .tag span {
    position: relative;
    padding-left: 40px;
}

.hero .overlay .tag span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}

.hero .overlay .main {
    font-size: 45px;
    line-height: 60px;
    /*margin: 20px 0;*/
    padding: 0;
    font-weight: 600;
    color: var(--primary);
}

.wp-block-image .aligncenter {
    margin: 20px 0;
}

.info-blocks {
    position: relative;
}

.info-blocks .info-section {
    background: white;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    padding: 20px 40px;
    min-height: 200px;
}

.info-blocks .big {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 40px;
    border-top: 5px solid var(--secondary);
    background: white;
    font-size: 24px;
    font-weight: 600;
/*    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);*/
}

.info-blocks .page-block {
    padding: 10px 0;
}

.info-blocks .page-block i {
    font-size: 35px;
    color: var(--primary);
}

.info-blocks .page-block .ptitle {
    font-size: 22px;
}

.info-blocks .page-block a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.info-blocks .attribute {
    background: var(--secondary);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.info-blocks .attribute.two {
    background: var(--primary);
}

.info-blocks .attribute i {
    font-size: 45px;
}

.info-blocks .attribute .number {
    display: block;
    font-weight: bold;
    font-size: 45px;
}

.welcome {
    padding: 80px 0;
}

.welcome .welcome-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.wwd {
    padding: 80px 0;
    padding-bottom: 180px;
}

.wwd .wblock {
    padding: 40px;
    border-radius: 20px;
    background: white;
    margin: 10px;
}

.wwd .wblock i {
    color: var(--secondary);
    font-size: 45px;
}

.wwd .wblock .wtitle {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 600;
    color: var(--primary);
}

.wwd .wblock a {
    color: var(--primary);
}

.wwd .wblock a i {
    font-size: 16px;
    color: var(--primary);
}

.why {
    position: relative;
}

.why .big-image-slider {
    height: 100%;
}

.why .big-image-slider .slick-track,
.why .big-image-slider .slick-list {
    height: 100%;
}

.why .why-image {
    position: relative;
    height: 100%;
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*    transform: translateY(-100px);*/
}

.why .why-text {
    padding: 80px;
    background: var(--primary);
    color: white;
}

.why .why-text .hold {
    max-width: 700px;
}

.gallery-section {
    margin: 0;
}

.gallery-section .image {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.banner {
    background: var(--secondary);
    color: white;
    padding: 40px 0;
}

.banner i {
    font-size: 35px;
}

.events {
    position: relative;
    padding: 80px 0;
    background: #f4f4f4;
}

.events .eimage {
    height: 293px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 4;
}

.events .event-hold {
    position: relative;
    padding: 20px;
    background: white;
    z-index: 4;
    display: block;
}

.events .event-hold .event {
    margin: 10px 0;
}

.events .event-hold .event .image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.events .event-hold .event .info {
    font-size: 14px;
    color: #777;
}

.events .event-hold .event .etitle {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}

.events .event-hold .event a {
    color: var(--secondary);
}

.events::before {
    content: "";
    position: absolute;
    top: 450px;
    left: 0;
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../img/hero2.jpg);
    z-index: 2;
}

.events::after {
    content: "";
    position: absolute;
    top: 450px;
    left: 0;
    height: 400px;
    width: 100%;
    background: #1c2d56bd;
    z-index: 3;
}

.events-hold {
    position: relative;
    height: 203px;
}

/*Defaults*/

.pagination {
    display: inline-block;
    padding: 0;
    margin: 20px auto 0;
}

.pagination a,
.pagination span {
    color: #0B2254;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #0B2254;
    margin: 0 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover,
.pagination span.current {
    background-color: #0B2254;
    color: #fff;
}

.pagination a.prev,
.pagination a.next {
    font-weight: bold;
}

.pagination a.disabled {
    pointer-events: none;
    opacity: 0.5;
}


p a {
    font-weight: 600;
/*    color: #e21f26;*/
    text-decoration: underline;
}

.shake-button:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
    transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
    transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
    transform: translate3d(2px, 0, 0);
    }
}

.sub {
    color: var(--secondary);
    margin-bottom: 20px;
}

.heading,
.title {
    position: relative;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--primary);
}

.heading.alt {
    color: white;
}

.title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 30px;
    height: 5px;
    background: #3094cf;
}

/*.heading::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 30px;
    height: 5px;
    background: white;
}

.heading.alt::before {
    background: #3094cf;
}

.heading.center::before {
    left: 50%;
    transform: translateX(-50%);
}*/

.form-control {
    border-radius: 25px;
    height: 44px;
}

.btn span {
    margin-left: 4px;
    margin-right: -5px;
    position: relative;
    top: 2px;
}

.btn {
    color: black;
    background: white;
    padding: 10px 28px;
    border-radius: 25px;
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid white;
/*    font-size: 16px;*/
    line-height: normal;
/*    text-transform: uppercase;*/
    letter-spacing: 1px;
    margin-right: 10px;
    z-index: 1;
}

.btn:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.btn {
    color: white;
    background: var(--secondary);
    border: 2px solid var(--secondary);
    text-transform: uppercase;
}

.btn:hover {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.header.stuck .btn:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn.hero-button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}

.btn.centered {
    margin-top: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 50px;
}

.slick-dots li button::before {
    font-size: 14px
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: white;
}

.slick-dots li button::before { 
    color: white;
    opacity: .6;
}

.slick-next::before, .slick-prev::before {
    display: none;
}

.hero-slider .slick-arrow.slick-prev {
    left: 30px;
    z-index: 9;
}

.hero-slider .slick-arrow.slick-next {
    right: 30px;
    z-index: 9;
}

.hero-slider .slick-arrow {
    position: absolute;
    color: white;
    font-size: 50px;
    border: none;
    box-shadow: none;
    transition: all .5s;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next, .slick-prev {
	width: 52px;
	height: 52px;
}

.block {
    position: relative;
    padding: 100px;
}

.block.grey {
    background: #f9f9f9;
}

.block.blue {
    color: white;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.block.blue::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003684;
    opacity: .95;
}

.info-chunk {
    position: relative;
    padding: 20px;
    border: 1px solid #ffffff2e;
    margin-bottom: 25px;
    background: #ffffff12;
}

.info-chunk p {
    min-height: 100px;
}

.info-chunk .title {
    font-size: 24px;
    margin-top: 10px !important;
}

.info-chunk span {
    width: 50px;
    height: 50px;
    position: relative;
    display: table-cell;
    background: #ffffff36;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    border-radius: 50%;
}

.blocks-hold, .blocks-hold .row {
    height: 100%;
}

.blocks-hold .title {
    margin: 0;
}

.panel-block {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    background: white;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
}

.info-block {
    position: relative;
    padding: 30px;
    border-left: 1px solid #ececec;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
}

.info-block p {
    min-height: 195px;
}

.info-block .title {
    margin-bottom: 5px;
}

.info-block .title small {
    font-size: 16px;
    font-weight: lighter;
}

.info-block.first {
    color: white;
}

.info-block.first::before {
    background: #003684;
    opacity: .95;
}

/*.info-block.first .btn {
    color: var(--secondary);
    background: white;
    border-color: white;
}*/

.info-block:hover::before {
    background: #003684;
    opacity: .95;
}

.info-block:hover {
    color: white;
}

.info-block:hover .btn {
    color: var(--secondary);
    background: white;
    border-color: white;
}

.info-block::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all 0.4s ease;
    z-index: 1;
}

.info-block .content {
    position: relative;
    z-index: 2;
}

.info-block.last {
    border-right: 1px solid #ececec;
}

.count-up {
    position: relative;
    padding: 40px;
}

.counter-value {
    background: #001734de;
    color: #ceeff8;
    width: 110px;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 12px;
    font-size: 50px;
}

.side-hold .side-image {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 5px;
    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
    min-height: 400px;
}

.side-hold .side-image.tall {
    height: 550px;
}

.side-hold .side-image.taller {
    height: 620px;
}

/*.side-hold .side-image::before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: 101%;
    height: 10%;
    background: white;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.side-hold .side-image::after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -1px;
    width: 101%;
    height: 10%;
    background: white;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}*/
/*
.side-hold.left .side-image {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}*/

/*.side-hold.left .side-image::before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: 101%;
    height: 10%;
    background: white;
    clip-path: polygon(0 0, 0% 100%, 100% 0);;
}

.side-hold.left .side-image::after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -1px;
    width: 101%;
    height: 10%;
    background: white;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);;
}*/

.side-block {
    padding: 60px 20px;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.side-block.disclaimer {
    background: #092f5c;
    color: white;
    padding: 40px 25px;
    border-radius: 7px;
}

.block.disclaimer {
    padding-top: 20px;
}

.side-block.disclaimer .title.line::after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.side-block.disclaimer p {
    margin-bottom: 5px;
}

.content-block {
    margin-bottom: 60px;
}

.blue-image {
    position: relative;
    width: 100%;
    margin: 60px 0;
}

.blue-image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001734;
    opacity: .8;
}

.inner-section {
    position: relative;
    left: 0;
    width: 100%;
    color: white;
    padding: 20px 0;
}

.para-logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.para-logo img {
    max-height: 200px;
}

.testimonial-block {
    position: relative;
    padding: 40px 30px;
    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
    border-radius: 4px;
    background: white;
    min-height: 275px;
}

.icon-hold span {
    font-size: 35px;
    background: var(--secondary);
    padding: 20px;
    border-radius: 50%;
    color: white;
    margin-bottom: 10px;
    display: inline-block;
}

/*.title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 32px;
    color: #555;
}

.title.line::before {
    content: '';
    width: 60px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: var(--secondary);
    left: 0;
}

.title.line::after {
    content: '';
    width: calc(100% - 68px);
    height: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: 0;
    position: absolute;
    right: 0;
}*/

.info-blocks {
    position: relative;
    padding: 40px 0;
    background: #fbfbfb;
}

.info-blocks .iblock {
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin: 15px 0;
}

.info-blocks .iblock .btitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.info-blocks .iblock .content {
    font-size: 14px;
}

/*Forms*/

select.wpcf7-form-control.wpcf7-select,input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 10px 0;
/*    padding: 12px;*/
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #eee;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    margin-bottom: 22px;
}

.wpcf7-submit {
    float: right;
    margin-right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: var(--secondary);
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 !important;
    padding: 10px !important;
    border: 2px solid var(--secondary) !important;
    border-radius: 3px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: var(--secondary) !important;
	color: white !important;
	margin: 20px 0 !important;
    padding: 10px !important;
    border: 2px solid var(--secondary) !important;
    border-radius: 3px !important;
    text-align: center !important;
}

.block.entry-page textarea.wpcf7-form-control.wpcf7-textarea {
    height: 180px;
}

.right-float input {
    float: right;
}

.grey-block a {
    color: white;
}

.quote a {
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.find-us {
    padding: 80px 0;
    background: #f7f7f7;
}

.post-block {
    display: block;
    position: relative;
    margin: 10px;
    text-decoration: none;
}

.post-block .image {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.post-block .text-hold {
    position: relative;
    padding: 20px;
}

.post-block .text-hold .post-title {
    margin-top: 10px;
}

.post-block .date i {
    color: red;
}

.post-block:hover {
    text-decoration: none;
}

/*Menu*/

.menu-burger  {
  border: none;
  padding: 0;
  position: relative;
  display: block;
  background: transparent;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  float: right;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.burger-nav svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.9);
}
.burger-nav .opened svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.opened path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.opened path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.opened path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.opened path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.opened path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.opened path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .tag {
        font-weight: 400;
        font-size: 19px;
/*        text-transform: uppercase;*/
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .top_banner, .main .bottom_banner {
         text-align: center;
         color: white;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .social {
        display: inline-flex;
        position: relative;
        right: 30px;
    }
    .social li a {
        color: white;
        font-size: 20px;
        text-decoration: none !important;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }

/*Footer*/

.block.contactform {
    background: #f7f7f7;
    position: relative;
}

.footer {
    padding: 80px;
    padding-bottom: 0;
/*    background: #1f1f1f;*/
    background: white;
    text-decoration: none;
    line-height: 35px;
    font-size: 16px;
}

.footer .logo {
    position: relative;
    margin-bottom: 20px;
}

.footer .logo img {
    max-width: 215px;
}

.footer hr {
    opacity: .3;
    margin: 0 0 15px 0;
}

.footer-title {
    font-size: 32px;
    color: var(--primary);
    padding-bottom: 25px;
}

.footer-heading {
    position: relative;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    color: var(--primary);
}

/*.footer-heading::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--secondary);
}*/

.footer-logo {
    position: relative;
}

.footer img {
    max-height: 150px;
}

.footer ul.social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
    right: unset;
    margin-top: 20px;
}

.footer ul.social li {
    display: inline-block;
}

.footer ul.social li a {
    font-size: 32px;
    margin: 0 5px;
}

.footer ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--primary);
}

.footer ul li a:hover {
    color: var(--secondary);
}

.footer-bottom {
    padding-bottom: 15px;
    font-size: 13px;
    color: var(--primary);
}

.footer-bottom a {
    color: var(--primary);
}

.footer-bottom a:hover {
    color: var(--secondary);
    text-decoration: none;
    border-bottom: none;
    transition: all .3s ease;
}

.footer-details-left {
    text-align: left;
}

.footer-details-right {
    text-align: right;
}

.footer span {
    vertical-align: middle;
    margin-right: 5px;
    color: var(--secondary);
}

.footer .material-icons {
    vertical-align: middle;
    margin-right: 5px;
    top: -1px;
    position: relative;
    font-size: 20px;
}

.footer .location {
    line-height: 30px;
}

@media (max-width: 1200px) {

    .hero-content {
        padding: 100px;
    }

    .hero-title {
        font-size: 50px;
    }

    .bottom-header .menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .why .why-image {
        background-size: contain;
    }

    .bottom-header {
        padding: 5px 20px;
    }

    .hero-button {
        display: none;
    }

    .bottom-header .menu {
        position: relative;
        top: 0;
        transform: none;
    }

    .bottom-header .menu ul li {
        width: 100%;
        text-align: center;
    }

    .bottom-header ul {
        display: block;
    }

    .bottom-header ul li {
        display: inline-block;
        padding: 10px;
        position: relative;
        transition: all 0.5s ease;
        text-align: center;
    }

    .bottom-header ul li a {
        color: white;
        position: relative;
        padding: 40px 0;
        margin: 0 0px 0 0;
        height: auto;
        transition: all 0.5s ease;
        font-size: 22px;
    }

    .bottom-header .menu ul li a {
        font-size: 14px;
        padding: 0;
    }

    .bottom-header .menu ul li {
        display: block;
        padding: 10px;
        font-size: 22px;
    }

    .bottom-header .menu ul {
        height: 100%;
        width: 100%;
        background: #1c2d56;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        padding: 50px;
        padding-top: 80px;
        overflow-y: scroll;
    }

    .bottom-header .menu ul.active {
        opacity: 1;
        visibility: visible;
    }

    .bottom-header .menu ul li.menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        padding: 10px;
        margin: 0;
        margin-top: 20px;
    }

    .bottom-header .menu ul li a::before, .bottom-header .menu ul li a::after {
        display: none;
    }

    .hero {
	    max-height: none;
	    margin-bottom: 0;
	}

    .hero .overlay .tag {
        font-size: 18px;
    }

    .hero .overlay .main,
    .heading, .title {
        font-size: 35px;
        line-height: 40px;
    }

    .panel-block {
	    position: relative;
	    max-width: 100%;
	    left: 0;
	    transform: translate(0);
	    width: 100%;
	    bottom: 0;
	    background: white;
	    border: 1px solid #f0f0f0;
	    box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
	    border-radius: 0;
	}

    .info-block {
        text-align: center;
    }

	.blue-image {
		height: 100%;
	}

	.inner-section {
		top: 0;
		transform: translateY(0);
        text-align: center;
	}

    .para-logo {
        top: 65%;
        transform: translateY(-50%);
    }

    .progress-blocks {
        display: none;
    }

    .testimonial-block {
        margin-bottom: 20px;
    }

    .info-chunk p {
      min-height: 0;
    }

    .testimonial-block {
        min-height: 0;
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

}

@media (max-width: 768px) {

    .hero-slider {
        max-height: 100%;
    }

    .right-float input {
        margin-top: 15px;
        float: left;
    }

    .hero-image::after {
        display: none;
    }

    .hero-title {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .hero-sub-title {
        font-size: 30px;
    }

    .block {
        padding: 50px 30px;
    }

    .side-image.tall {
        height: 500px;
    }

    .footer-details-left {
    text-align: center;
    }

    .footer-details-right {
        text-align: center;
    }

    body {
        text-align: center;
    }

    .hero-content {
        padding: 80px;
    }

    .side-hold.left .side-image, .side-hold.right .side-image {
        height: 400px;
    }

    [type="reset"], [type="submit"], a.acf-button {
        float: none;
        display: block;
        left: 50%;
        transform: translate(-50%);
        margin-top: 20px;
    }

    .bottom-header .logo, .bottom-header.drop .logo {
        width: 180px;
    }

    .icon-block {
        width: fit-content;
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }

    .hero.small .hero-title {
      font-size: 36px;
      margin-bottom: 0;
    }

    .bottom-header .logo, .header.mid .bottom-header .logo{
      width: 140px;
    }

    .why .why-image {
        background-size: contain;
        min-height: 300px;
    }

    .why .why-text {
        padding: 80px 20px;
    }

}

@media (max-width: 576px) {

    .bottom-header .logo, .header.mid .bottom-header .logo {
      width: 125px;
    }

    .hero.small .hero-title {
      font-size: 30px;
      margin-bottom: 0;
    }

    .block {
	    padding: 45px 15px;
	}

    .title.counter {
        font-size: 25px;
        margin-bottom: 40px;
    }   

    .side-image.tall {
        height: 350px;
    }

    .side-block {
        padding: 40px 20px;
    }

    .bullets {
        font-size: 18px;
    }

    .title {
        font-size: 26px;
    }

    .panel-block {
        text-align: center;
    }

    body {
        text-align: center;
    }

    #prevBtn {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    #nextBtn {
        right: 0;
        position: relative;
        top: 0;
        min-width: 180px;
        display: block;
    }

    .hero-content {
        padding: 60px 30px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .btn {
        margin-bottom: 10px;
    }

    .content-block {
        margin-bottom: 30px;
    }

    .side-hold.left .side-image, .side-hold.right .side-image {
        height: 300px;
    }

}

@media (max-width: 400px) {

    .hero-slider {
        max-height: 100%;
    }

    .para-logo {
        padding-top: 20px;
    }

    .hero-content p {
        font-size: 17px;
    }

    .side-hold.left .side-image, .side-hold.right .side-image {
        height: 250px;
    }

}

@media (max-width: 200px) {

    .hero-slider {
        max-height: 100%;
    }

}
