header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 4rem;
    /** background-color: #001a2d; **/
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header.pin {
    background-color: #FFF;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: fixed;
}

header .logo {
    display: inline-block;
    position: relative;
    height: 50px;
    width: auto;
    width: 190px;
}

header .logo a img {
    position: absolute;
    left: 0;
    top: 0;
}

header .logo img.color {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .logo img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header.pin .logo img.color {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header.pin .logo img {

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .navbar {
    padding: 0;
    margin: 0;
}

header .navbar .nav-item {
    padding: 0 0.542rem;
    position: relative;
}

header .navbar .nav-item:first-child {
    padding-left: 0;
}

header .navbar .nav-item:last-child {
    padding-right: 0;
    border-right: none;
}

header.pin .navbar-nav .nav-link {
    color: #060D19;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .navbar-nav .nav-link {
    padding: 0!important;
    margin: 0;
    font-weight: 500;
    font-size: 0.667rem;
    line-height: 120%;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .nav-link:focus,
header .nav-link:hover,
header .nav-link.active,
header .show .nav-link,
header .nav-link.current,
header.pin .nav-link:focus,
header.pin .nav-link:hover,
header.pin .nav-link.active,
header.pin .show .nav-link,
header.pin .nav-link.current {
    color: #BA000E;
}

header .dropdown-submenu {
    position: relative;
}

header .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 15px;
    background-color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    margin-top: 20px;
    width: 100%;
    min-width: 180px;
    border: none;
}

header .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    min-width: 180px;
}

header .dropdown-menu a {
    font-weight: 500;
    font-size: 0.667rem;
    line-height: 120%;
    color: #060D19;
    text-transform: uppercase;
}

header .dropdown-menu a:hover,
header .dropdown-toggle.open {
    color: #BA000E;
}

header .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

header .dropdown-menu li {
    line-height: 1;
    padding: 3px 0;
}

header .dropdown-toggle:after {
    display: none;
}

header .navbar-nav .nav-item .collapse-open {
    position: absolute;
    right: 0;
    top: 0;
    height: 51px !important;
    width: 45px;
    background-color: #000;
    display: block;
    cursor: pointer;
    z-index: 10;
}

header .navbar-nav .nav-item .collapse-open.collapsed:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    padding-left: 0;
}

header .navbar-nav .nav-item .collapse-open:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 45px;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #FFF;
    padding-left: 2px;
}

.banner-box {
    width: 100%;
    height: -webkit-calc(100vh - 4.000rem);
    height: -moz-calc(100vh - 4.000rem);
    height: calc(100vh - 4.000rem);
    position: relative;
    padding-bottom: 5.208rem;
    min-height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-box .covid-banner {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #BA000E;
    color: #FFF;
    font-size: 2.083rem;
    line-height: 120%;
    height: 5.208rem;
    font-weight: 600;
}

.banner-box .covid-banner .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.main-box {
    width: 100%;
    padding: 6.667rem 0 0 0;
    position: relative;
}

.main-box .block {
    width: 100%;
    position: relative;
    padding-bottom: 6.667rem;
}

.main-box .block .text {
    position: relative;
    width: 100%;
    padding-left: 2.708rem;
    margin-bottom: 2.500rem;
    display: block;
}

.main-box .block .text p,
.main-box .block .text ul {
    margin-bottom: 1.667rem;
}

.main-box .block .text p:last-of-type,
.main-box .block .text ul:last-of-type {
    margin-bottom: 0;
}

.main-box .block .text:before {
    width: 0.1rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #BA000E;
    content: "";
}

.main-box .block .text.no-border:before {
    display: none;
}

.block .text-margin-left {
    padding-left: 2.708rem;
}

.block .single-box {
    position: relative;
    display: block;
    padding-bottom: 3.333rem;
}



.block .single-box .text {
    padding-right: 0.833rem;
}

.block .single-box .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 2.500rem;
    padding-right: 0.833rem;
    display: block;
}

.block .single-box .image {
    display: block;
    padding-left: 2.500rem;
    padding-right: 0.833rem;
    min-height: 9.583rem;
}

.block .single-box .image img {
    max-width: 7.708rem;
    max-height: 7.083rem;
    width: auto;
    height: auto;
    display: inline-block;
}


.block .single-box .image.smaller {
    min-height: 7.5rem;
}

.block .single-box .image.smaller img {
    max-width: 5.5rem;
    max-height: 5.5rem;
}

.block .single-box h3 {
    display: block;
    padding-left: 2.500rem;
    margin-bottom: 1.667rem;
}

.block .single-box.empty .image,
.block .single-box.empty .bottom {
    padding-left: 0.833rem;
    padding-right: 0.833rem;
}

.single-news-block {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    /*background-color: rgba(255,255,255, 0.1);*/
    background-color: rgba(15,13,13, 0.16);
    padding-bottom: 5.455rem;
}

.single-news-block .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    padding: 0 1.458rem;
    padding-bottom: 1.458rem;
}

.single-news-block:hover .btn {
     border: 2px solid #BA000E;
    background-color: transparent;
    color: #FFF;
}

.single-news-block .image {
    position: relative;
    width: 100%;
    padding-top: 80%;
}

.single-news-block .image .image-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-news-block .details {
    padding: 1.458rem;
    width: 100%;
    display: block;
    padding-bottom: 0;
    /*background-color: #141414;*/
}

.single-news-block.home {
    padding-bottom: 0;
}

.single-news-block.home .details {
    padding: 1.458rem;
}


.single-news-block .details .content-preview {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    font-weight: 400;
}

.single-news-block .details .details {
    font-size: 0.833rem;
    line-height: 135%;
}

.client-testimonial-block {
    width: 100%;
    position: relative;
    background-image: url('/images/testimonial.webp');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    color: #FFF;
    padding: 7.083rem 0;
    text-align: center;
}

.client-testimonial-block.updated {
    background-color: rgba(255,255,255,.03);
    padding: 90px 0;
    margin: 2rem 0 6rem 0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.client-testimonial-block span {
    color: #620027;
    position: relative;
    z-index: 100;
}

.client-testimonial-block .item {
    font-size: 15px;
    letter-spacing: 0.02rem;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
}

.client-testimonial-block .item .quote {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 50px;
}

.client-testimonial-block .item .quote:before {
    font-size: 100px;
    color: #BA000E;
    position: absolute;
    left: 0;
    top: 26px;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    content: "“";
}

.client-testimonial-block .item .quote:after {
    font-size: 100px;
    color: #BA000E;
    position: absolute;
    right: 0;
    bottom: -26px;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    content: "“";
}

.client-testimonial-block .item .quote span {
    position: relative;
    z-index: 10;
}

.simple-block {
    width: 100%;
    padding: 3rem 0;
    background-color: #001a2d;
    text-align: center;
    font-weight: 600;
}

.simple-block .block {
    width: 100%;
    display: block;
    background-color: rgba(255,255,255,.05);
    padding: 3rem;
    text-align: center;
}

footer {
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,.05);
    padding-top: 3.542rem;
    font-size: 0.667rem;
    line-height: 135%;
}

footer .menu li a {
    font-size: 0.667rem;
    line-height: 140%;
    text-transform: uppercase;
}

footer .menu li a .fab {
    font-size: 1rem;
}

footer .menu li a:hover {
    text-decoration: underline;
}

footer .menu li {
    margin-bottom: 0.625rem;
}

footer .menu li:last-child {
    margin-bottom: 0;
}

footer .copy {
    margin-top: 2rem;
    padding: 1rem 0;
    background-color: rgba(255,255,255,.03);
}
footer {
    background-color: rgb(0 25 43);
}
footer, footer a, footer p, footer li {
    color: #fff;
    transition: all .3s ease-out !important;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer img.image-auto-new {
    width: 200px;
}
footer img.linkedinImage {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* about page */

.about-top {
    width: 100%;
    position: relative;
    display: block;
    height: 100vh;
}

.about-top .container-fluid {
    max-width: 1344px;
    padding-left: 0;
    padding-right: 0;
}

.about-top .image {
    width: 35%;
}

.about-top .image .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-top .text {
    width: 65%;
    padding: 1.65rem 5.417rem 1.65rem 5.417rem;
}

.about-top .text.with-bg {
    font-size: 1.250rem;
    line-height: 155%;
    font-weight: 600;
    padding: 1.667rem 5.417rem 1.667rem 5.417rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-nav {
    width: 100%;
    position: relative;
    text-align: right;
    background-color: #FFF;
    padding: 0.083rem 0 0.125rem 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.sub-nav .nav-tabs {
    border-bottom: none;
}

.sub-nav.fixed {
    position: fixed;
    left: 0;
    top: 4rem;
    bottom: auto;
    z-index: 20;
}

.sub-nav .list-inline-item:not(:last-child) {
    padding-right: 0.8rem;
}

.sub-nav .list-inline-item {
    line-height: 0;
}

.sub-nav .nav-tabs .nav-link {
    font-size: 0.7rem;
    line-height: 120%;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    border: none;
    background-color: transparent!important;
    text-decoration: none!important;
    color: #303030;
    padding: 0.5rem 0.7rem;
}

.sub-nav .nav-tabs .nav-item.show .nav-link,
.sub-nav .nav-tabs .nav-link.active,
.sub-nav .nav-tabs .nav-link:focus,
.sub-nav .nav-tabs .nav-link:hover {
    color: #BA000E;
}

.sub-nav a:hover {
    text-decoration: underline;
}

.sub-nav .container {
    max-width: 1170px;
}

.our-people-slider .item {
    padding-left: 0.833rem;
    padding-right: 0.833rem;
    text-align: center;
    outline: none!important;
}

.our-people-slider .item strong {
    display: block;
}

.our-people-slider .item .image {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: white;
    margin-bottom: 1.042rem;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.our-people-slider .item.slick-center .image {
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.slick-dotted.slick-slider {
    margin-bottom: 3.500rem;
}

.slick-dots {
    bottom: -2.875rem;
    /*color: #001f38 !important;*/
}

.slick-dots li button:before {
    content: "";
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #ffffff;
    opacity: 1;
}


/* our core values css */

.image-text-top {
    width: 100%;
    position: relative;
    display: block;
    height: -webkit-calc(100vh - 1.6rem);
    height: -moz-calc(100vh - 1.6rem);
    height: calc(100vh - 1.6rem);
    min-height: 550px;
    top: -2.4rem;
}

.image-text-top .container-fluid {
    max-width: 1360px;
    padding-left: 0;
    padding-right: 0;
}

.image-text-top .image {
    width: 35%;
}

.image-text-top .image .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-text-top .text {
    width: 65%;
    padding: 1.65rem 5.417rem 1.65rem 5.417rem;
}

.image-text-top .text .padding {
    padding-right: 25%;
}

.squared-list li {
    position: relative;
    padding-left: 2.500rem;
    margin-bottom: 1.250rem;
}

.squared-list li:before {
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    left: 0;
    top: 0.4rem;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    display: inline-block;
}

.blog-bg {
    width: 100%;
    position: relative;
    height: 19rem;
}

.blog-bg .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-title {
    width: 100%;
    position: relative;
    height: -webkit-calc(100vh - 21.5rem);
    height: -moz-calc(100vh - 21.5rem);
    height: calc(100vh - 21.5rem);
    min-height: 25rem;
}

.blog-title .container-fluid {
    max-width: 1170px;
}


/* contact us */

.row-smaller {
    margin-left: -3px!important;
    margin-right: -3px!important;
}

.col-smaller {
    padding-left: 3px!important;
    padding-right: 3px!important;
}

.top-banner.contact {
    background-color: #001a2d;
    font-size: 0.833rem;
    line-height: 150%;
    padding-bottom: 0;
}

.top-banner.no-scroll {
    padding-bottom: 0;
}

.top-banner.no-scroll:before {
    display: none;
}

.top-banner.contact:before {
    display: none;
}

.top-banner.contact h4 a {
    color: #BA000E;
}

.top-banner.contact .checkbox .error {
    position: absolute;
    bottom: -12px;
    left: 0;
}

.feedback-section {
    padding: 0.5rem 0.8rem;
    color: #FFF;
    font-weight: 500;
    border: 1px solid red;
    font-size: 0.75rem;
    display: inline-block;
    width: auto;
}

.feedback-section.success {
    border: 1px solid green;
}

.modal .close {
    color: #FFF!important;
    opacity: 1!important;
    text-shadow: none!important;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

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

.main-box.contact .nav-tabs {
    border: none;
}

.main-box.contact .nav-tabs .nav-item {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.main-box.contact .nav-tabs .nav-link {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent!important;
    border: none;
    font-size: 1.250rem;
    line-height: 120%;
}

.main-box.contact .nav-tabs .nav-link:after {
    display: inline-block;
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.main-box.contact .nav-tabs .nav-item.show .nav-link:after,
.main-box.contact .nav-tabs .nav-link.active:after,
.main-box.contact .nav-tabs .nav-link:focus:after,
.main-box.contact .nav-tabs .nav-link:hover:after  {
    margin-left: 1rem;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.main-box.contact .nav-tabs .nav-item.show .nav-link,
.main-box.contact .nav-tabs .nav-link.active {
    color: #BA000E;
}

.job-single {
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(255,255,255, 0.1);
    padding: 1.2rem 1.5rem;
}

.open-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 50;
    display: block;
}

.custom-tabs .nav-tabs {
    border: none;
}

.custom-tabs .nav-tabs .nav-link {
    border: none;
    position: relative;
    width: 33.333%;
    background-color: transparent!important;
    color: #FFF!important;
}

.custom-tabs.two .nav-tabs .nav-link {
    width: 50%;
}

.custom-tabs .single-box:hover .btn {
    border: 2px solid #BA000E;
    background-color: transparent;
    color: #FFF;
}

.top-location {
    padding-right: 130px;
    position: relative;
}

.top-location .btn {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.top-location .btn .fas {
    font-size: 1rem;
    display: inline-block;
    margin-top: -2px;
    margin-right: 0.5rem;
}

.pagination .page-link {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #FFF;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
}

.pagination .page-item.active .page-link {
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
}

.pagination .page-link:hover {
    background-color: rgba(255, 255, 255, .1);
}

.top-banner {
    width: 100%;
    height: 100vh;
    min-height: 620px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
    padding-bottom: 60px;
}

.top-banner.auto {
    min-height: 100px;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 12rem;
}


.top-banner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background-color: #001a2d;
    content: "";
    z-index: 15;
    border-top: 1px solid #B80719;
}

.top-banner .sub-title {
    font-size: 1.091rem;
    line-height: 130%;
    font-weight: 600;
}

.top-banner .scroll-down-custom-button {
    bottom: -13px;
}

.top-banner.smaller .container {
    max-width: 1280px;
}

.new-homepage-banner .container,
.top-banner .container {
    max-width: 1580px;
}

.top-banner.contact .container {
    max-width: 980px;
}

.top-banner.auto .container {
    max-width: 1140px;
}

.top-banner .image {
    display: inline-block;
    margin-left: -13rem;
}

.bigger-zindex {
    position: relative;
    z-index: 20;
}

.about-top {
    height: 100vh;
    min-height: 650px;
}

.about-top .first {
    height: -webkit-calc((100vh / 2) + 2rem);
    height: -moz-calc((100vh / 2) + 2rem);
    height: calc((100vh / 2) + 2rem);
}

.about-top .first img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.about-top .second {
    height: -webkit-calc((100vh / 2) - 8rem);
    height: -moz-calc((100vh / 2) - 8rem);
    height: calc((100vh / 2) - 8rem);
}

.top-banner .contact-image {
    left: -6rem;
    position: relative;
}

.top-banner .gif-image {
    left: -13rem;
    position: relative;
    margin-left: 0;
    width: 280%;
    bottom: -3rem;
}

.job-top-banner {
    background-color: #001a2d !important;
    padding: 6rem 0;
}

.w200 {
    width: 200px;
    max-width: 100%;
}

.w130 {
    width: 130px;
    max-width: 100%;
}

.modal-content {
    background-color: #000;
    border-color: #000;
}

.blog-user {
    display: inline-block;
    position: relative;
    margin-top: 5rem;
    text-align: center;
    width: 160px;
    font-size: 0.9rem;
}

.blog-user .avatar {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #CCC;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.big-letters {
    font-size: 15vw;
    line-height: 90%;
    color: #BA000E;
    font-weight: 600;
}

.custom-login-div,
.error-page {
    width: 100%;
    display: block;
    position: relative;
    padding: 10rem 0;
}

.custom-login-div .card {
    background-color: #000;
    border-color: #000;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.custom-login-div .card label {
    font-size: 0.8rem;
}

.custom-login-div .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.2rem 1.5rem;
    font-size: 1.3rem;
    -webkit-border-top-left-radius: 1rem;
    -moz-border-radius-topleft: 1rem;
    border-top-left-radius: 1rem;
    -webkit-border-top-right-radius: 1rem;
    -moz-border-radius-topright: 1rem;
    border-top-right-radius: 1rem;
}

.custom-login-div .card-body {
    padding: 1.5rem;
}

#job-apply-modal.modal {
    overflow-y: scroll!important;
}

.float-menu {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
     -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
         transform: translate(0,-50%);
    z-index: 50;
    width: 160px;
}

.float-menu ul li {
    padding: 3px 0;
}

.float-menu .navbar {
    padding: 0;
}
.float-menu ul li a {
    width: 100%;
    display: block;
    padding: 10px;
    padding-left: 40px!important;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    position: relative;
    -webkit-transform: translate(130px,0);
    -moz-transform: translate(130px,0);
     -ms-transform: translate(130px,0);
      -o-transform: translate(130px,0);
         transform: translate(130px,0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border: 1px solid transparent;
    border-right: none!important;
}

.float-menu ul li a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 15px;
    background-color: #fafafa;
    content: "";
    display: block;
}

.float-menu ul li a:hover,
.float-menu ul li a.active {
    background-color: rgba(255,255,255,.85);
    color: #BA000E;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
     -ms-transform: translate(0,0);
      -o-transform: translate(0,0);
         transform: translate(0,0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-color: #BA000E;
}

.float-menu ul li a:hover:before,
.float-menu ul li a.active:before {
    background-color: #BA000E;
}

.bottom_text {
    font-size: 1.2rem !important;
    line-height: 220% !important;
}

.job-single {
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.2rem 1.5rem;
    height: 100%;
}

.form-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0 ;
    top: 0;
    right:0;
    bottom:0;
    display: block;
    background-color: rgba(0,0,0,.75);
    z-index: 2500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.form-loader.opened {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    visibility: visible;
    opacity: 1;
}

.form-loader-overflow {
    overflow: hidden!important;
}

/* scroll down button */

a.scroll-down-custom-button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 20;
    display: inline-block;
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
         -o-transform: translate(0, 0%);
            transform: translate(0, 0%);
    color: #fff;
    letter-spacing: 0.1rem;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 45px;
    font-size: 0.8rem;
}
a.scroll-down-custom-button:hover {
    opacity: .5;
}
a.scroll-down-custom-button span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    -moz-animation: sdb07 2s infinite;
      -o-animation: sdb07 2s infinite;
         animation: sdb07 2s infinite;
    opacity: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a.scroll-down-custom-button:before {
    content: "Scroll down";
    position: absolute;
    width: 95px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -19px;
    display: inline-block;
    text-align: center;
}
a.scroll-down-custom-button span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
      -o-animation-delay: 0s;
         animation-delay: 0s;
}
a.scroll-down-custom-button span:nth-of-type(2) {
    top: 12px;
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
      -o-animation-delay: .15s;
         animation-delay: .15s;
}
a.scroll-down-custom-button span:nth-of-type(3) {
    top: 24px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
      -o-animation-delay: .3s;
         animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* scroll down button */

.top-banner.wseries {
    height: auto;
    padding: 4rem 0;
}

.top-banner.wseries h1 {
    padding-top: 8rem;
}

.top-banner.wseries .video-box {
    padding-top: 6rem;
}

.home-top-tabs {
    display: block;
    position: relative;
}

.home-top-tabs .nav-tabs {
    margin-left: -25px;
    margin-right: -25px;
    border: none;
}

.home-top-tabs .nav-tabs .nav-item {
    width: 33.333%;
    padding: 0 25px;
}

.home-top-tabs .nav-tabs .nav-link {
    width: 100%;
    display: block;
    font-size: 0.9rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03rem;
    min-height: 3.636rem;
    padding: 1.152rem 0.606rem;
    text-align: center;
    color: #FFF;
    background-color: transparent;
    border: 2px solid #87060F;
}

.home-top-tabs .nav-tabs .nav-item.show .nav-link,
.home-top-tabs .nav-tabs .nav-link.active,
.home-top-tabs .nav-tabs .nav-link:focus,
.home-top-tabs .nav-tabs .nav-link:hover {
    color: #161616;
    background-color: #FFF;
}

.download-box {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 1.5rem;
    background-color: #1A364C;
    text-align: left;
}

.download-box .btn {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 150px;
    max-width: 100%;
}

.download-box .sub-title {
    font-size: 0.8rem;
}

.out-core-values-box {
    width: 100%;
    display: block;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        background-color: rgba(255,255,255,.03);
        padding: 3rem 2rem;
}
.new-slider .item {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.new-slider .boxed {
    background-color: rgba(255,255,255,.25);
    padding: 3rem 2rem;
    display: block;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    width: 100%;
}

.new-slider .boxed.updated {
    background-color: transparent;
    padding: 0;
    display: block;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    width: 100%;
    padding-top: 2.5rem;
}

.new-slider .boxed.updated .inside {
    background-color: rgba(255,255,255,.25);
    padding: 5rem 4rem 4rem 4rem;
    display: block;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    width: 100%;
    position: relative;
}

.new-slider .boxed.updated .text {
    font-size: 0.727rem;
    line-height: 160%;
    font-weight: 600;
    padding-left: 1.5rem
}

.new-slider .boxed.updated .icon {
    height: 5.5rem;
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: -2.5rem;
}

.new-slider .boxed.updated .icon img {
    max-height: 5.5rem;
    display: inline-block;
}

.slider-wrapper.smaller {
    margin-left: -400px;
    margin-right: -400px;
}

.slider-wrapper {
    margin-left: -700px;
    margin-right: -700px;
    padding-bottom: 80px;
}

.slider-wrapper .slider-pages {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slider-wrapper .slider-nav {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.new-slider .item.slick-center {
   padding-top: 0;
   -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.new-slider .slick-prev {
    left: 50%;
    margin-left: -35px;
    top: auto;
    bottom: -30px;
    width: 25px;
    height: 11px;
    background-image: url('/images/icon-arrow-left.svg');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center content;
    z-index: 100;
}

.new-slider .slick-next {
    right: 50%;
    margin-right: -35px;
    top: auto;
    bottom: -30px;
    width: 25px;
    height: 11px;
    background-image: url('/images/icon-arrow-right.svg');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center content;
    z-index: 100;
}

.new-slider .slick-prev:before,
.new-slider .slick-next:before {
    display: none;
}

.slider-wrapper .carousel-prev {
    left: 50%;
    margin-left: -35px;
    top: auto;
    bottom: 55px;
    position: absolute;
    z-index: 100;
}

.slider-wrapper .carousel-next {
    right: 50%;
    margin-right: -35px;
    top: auto;
    bottom: 55px;
    position: absolute;
    z-index: 100;
}

.new-slider .item img {
    margin-left: 2.708rem;
    max-width: 100px;
    max-height: 100px;
}

.new-homepage-banner {
    width: 100%;
    display: block;
    position: relative;
    height: 100vh;
    min-height: 620px;
}

.new-homepage-banner .new-home-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.new-homepage-banner .new-home-slider .slick-track,
.new-homepage-banner .new-home-slider .slick-list {
    height: 100%;
}

.new-homepage-banner .new-home-slider .item {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
}

.new-homepage-banner .bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 25;
    background-color: #001A2D;
    height: 60px;
    border-top: 1px solid #B80719;
}

.new-homepage-banner .scroll-down-custom-button {
    bottom: -14px;
    z-index: 30;
}

img.gif-image {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.circle-slider .items {
    text-align: center;
}

.circle-slider .slick-slide img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.news-single {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 5.455rem;
    background-color: #172F40;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.news-single .image {
    width: 100%;
    display: block;
    position: relative;
    height: 13.030rem;
    margin-bottom: 1.212rem;
    overflow: hidden;
}

.news-single .image .preview {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1) rotate(0deg);
       -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}

.news-single:hover .image .preview{
    -webkit-transform: scale(1.08) rotate(-1deg);
       -moz-transform: scale(1.08) rotate(-1deg);
        -ms-transform: scale(1.08) rotate(-1deg);
         -o-transform: scale(1.08) rotate(-1deg);
            transform: scale(1.08) rotate(-1deg);
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}


.news-single .image .preview:before {
    content: "";
    width: 10.303rem;
    height: 3.091rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-image: url('/images/efi-big-white.svg');
    display: none;
}

.news-single .title {
    padding: 0 1.818rem 1.212rem 1.818rem;
    font-weight: 600;
}

.news-single .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    padding: 0 1.818rem 1.212rem 1.818rem;
}

.news-single .date {
    font-size: 0.848rem;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 1.212rem;
}

.news-single:hover .btn {
    border: 2px solid #BA000E;
    background-color: transprent;
    color: #FFF;
}

.news-single:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.news-single.featured {
    background-color: #FFF;
    color: #001A2D;
    padding-bottom: 3.5rem;
    width: 100%;
    max-width: 365px;
    text-align: left;
    display: inline-block;
}

.news-single.featured:hover {
    background-color: #FFF;
    color: #001A2D;
}

.news-single.featured:hover .btn{
    background-color: #001A2D;
    border-color: #001A2D;
    color: #FFFFFF;
}

.news-single.featured .title span {
    display: block;
    font-size: 0.727rem;
    line-height: 120%;
}

.news-single.featured .image {
    height: 6.061rem;
    margin-left: 0;
    max-width: 100%;
}

.top-banner.bottom-border {
    border-bottom: 1px solid #B80719;
}

.top-banner .search-box {
    width: 100%;
    max-width: 450px;
    display: inline-block;
}

.top-banner .search-box .form-control {
    border-color: rgba(255,255,255,.74);
    background-color: rgba(255,255,255,.74);
    color: #001A2D;
    padding-left: 40px;
}

.top-banner .search-box .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #001A2D;
}

.top-banner .search-box .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #001A2D;
}

.top-banner .search-box .form-control:-moz-placeholder {
    color: #001A2D;
}

.top-banner .search-box .form-control::-moz-placeholder {
    color: #001A2D;
}

.top-banner .search-box .form-control::-ms-input-placeholder {
    color: #001A2D;
}

.top-banner .search-box button {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent!important;
}

.top-banner .search-box .advance-dropdown,
.top-banner .search-box .search-autocomplete-popup {
    position: absolute;
    left: 0;
    top: 1.400rem;
    background-color: rgba(255, 255, 255, 0.74);
    -webkit-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
    width: 100%;
    padding: 2.500rem 1.500rem 1.500rem 1.500rem;
    display: none;
    z-index: 1;
    max-height:175px;
    overflow-y:auto;
    overflow-x:hidden;
    scroll-behavior: smooth;
}

.search-autocomplete-popup::-webkit-scrollbar {
    width: 0.55rem;
}

.search-autocomplete-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.search-autocomplete-popup::-webkit-scrollbar-thumb {
  background-color: #172F40;
  outline: none;
}

.top-banner .search-box .advance-dropdown ul li,
.top-banner .search-box .search-autocomplete-popup ul li {
    margin-bottom: 1rem;
}

.top-banner .search-box .advance-dropdown ul li:last-child,
.top-banner .search-box .search-autocomplete-popup ul li:last-child {
    margin-bottom: 0;
}

.top-banner .search-box .advance-dropdown ul li a,
.top-banner .search-box .search-autocomplete-popup ul li a {
    font-size: 0.9rem;
    line-height: 100%;
    font-weight: 500;
    color: #001A2D;
}

.top-banner .search-box .advance-dropdown ul li a span,
.top-banner .search-box .search-autocomplete-popup ul li a span {
    opacity: .5;
}

.filter-suggestion-type {
    color:#696969; 
    font-weight: 400; 
    font-size: 0.7rem;
}

.main-resources {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    margin-top: -4.545rem;
    padding-bottom: 4rem;
}

.main-resources .filter a {
    font-size: 0.727rem;
    line-height: 120%;
    font-weight: 600;
    color: rgba(255,255,255,.57);
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.main-resources .filter .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.main-resources .filter a.active:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    display: block;
    content: "";
    background-color: #BA0003;
    left: 0px;
}

.main-resources .filter a:hover {
    color: #FFF;
}

.main-resources .filter a.active,
.main-resources .filter a.active:hover {
    color: #FFF;
}

.main-resources .resources-pagination a {
    font-size: 1.091rem;
    line-height: 120%;
    color: rgba(255,255,255,.73);
}

.main-resources .resources-pagination a:hover {
    color: #FFF;
}

.main-resources .resources-pagination a.active,
.main-resources .resources-pagination a.active:hover {
    color: #BA000E;
}

.main-resources .resources-pagination .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
} 

.image-with-placeholder {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 70%;
}

.image-with-placeholder .preview {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
}

.main-box.resource-single-page {
    padding: 8rem 0 5rem 0;
}   

.main-box.resource-single-page .text {
    font-size: 0.727rem;
    line-height: 160%;
    font-weight: 400;
}

.main-box.resource-single-page .podcast {
    width: 100%;
    display: block;
    position: relative;
}

.main-box.resource-single-page .podcast .box {
    width: 100%;
    display: block;
    position: relative;
}

.main-box.resource-single-page .podcast .box .inside {
    width: 100%;
    display: block;
    position: relative;
    padding: 2.424rem 1.818rem;
    padding-right: 16.970rem;
    background-color: #172F40;
    color: #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.main-box.resource-single-page .podcast .box  .image {
    width: 15.152rem;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 10;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-color: #011A2D;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.main-box.resource-single-page .podcast .box .actions .buttons {
    width: 140px;
}

.main-box.resource-single-page .podcast .box .actions .buttons .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.main-box.resource-single-page .podcast .box .actions .time {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}

.main-box.resource-single-page .podcast .box .actions .time .bar {
    width: 100%;
    display: block;
    position: relative;
    height: 0.182rem;
    background-color: #011A2D;

}

.main-box.resource-single-page .podcast .box .actions .time .bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 0.182rem;
    background-color: #BA0003;
    display: block;
}

.main-box.resource-single-page .podcast .bottom {
    font-weight: 300;
}

.main-box.resource-single-page .podcast .box .actions .buttons .list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}

.error_pdf_field,
.error_span,
.error_careers,
#form_spinner,
#subscribe_spinner {
    display: none;
}

/** =============================================================== **/
/** Responsive CSS below **/
/** =============================================================== **/

@media (max-width: 1900px) {
    .new-homepage-banner .container,
    .top-banner .container {
        max-width: 1200px;
    }
}

@media (max-width: 1600px) {

    .top-banner .gif-image {
        width: 230%;
        bottom: -3rem;
    }
}

@media (max-width: 1400px) {
    .blog-bg {
        height: 15rem;
    }
    .blog-title {
        height: -webkit-calc(100vh - 17.5rem);
        height: -moz-calc(100vh - 17.5rem);
        height: calc(100vh - 17.5rem);
        min-height: 19rem;
    }
    .about-top {
        min-height: 100px;
    }
    .about-top,
    .about-top .first,
    .about-top .second {
        height: auto;
    }
    .custom-login-div,
    .error-page {
        padding: 8rem 0;
    }

    .top-banner .gif-image {
        width: 200%;
        bottom: -1rem;
        left: -6rem;
    }
}

@media (max-width: 1199.98px) {
    .btn {
        white-space: normal;
    }
    .new-homepage-banner .container,
    .top-banner .container {
        max-width: 100%;
        overflow-x: hidden;
    }
    .main-box {
        padding-top: 4rem;
    }
    h1,
    .h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.8rem;
    }
    h3,
    .h3 {
        font-size: 1.3rem;
    }
    h4,
    .h4 {
        font-size: 1.2rem;
    }
    .main-box .block {
        padding-bottom: 5rem;
    }
    .main-box .block.smaller-padding-bottom {
        padding-bottom: 3rem;
    }
    .client-testimonial-block {
        padding: 5rem 0;
    }
    footer {
        padding-top: 2.8rem;
    }
    .banner-box .covid-banner {
        font-size: 1.8rem;
    }
    .top-banner {
        min-height: 100px;
    }
    .new-homepage-banner {
        min-height: 600px;
    }
    .new-homepage-banner .new-home-slider .item {
       height: 100%;
    }

    .new-homepage-banner .bottom-bar {
        bottom: 0;
        height: 40px;
    }
    .new-homepage-banner .scroll-down-custom-button {
        bottom: -15px;
    }
    .new-homepage-banner .scroll-down-custom-button:before {
        display: none;
    }
    .job-top-banner {
        padding: 4rem 0;
    }
    .custom-login-div,
    .error-page {
        padding: 7rem 0;
    }
    .top-banner.contact {
        height: auto;
        padding: 7rem 0 3rem 0;
    }
    .float-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #FFF;
        top: auto;
        -webkit-transform: translate(0,0);
           -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
             -o-transform: translate(0,0);
                transform: translate(0,0);
    }
    .float-menu .navbar-toggler.collapsed .fas {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    }

    .float-menu .navbar-toggler .fas {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    }
    .float-menu .navbar {
        padding: 5px 10px;
        color: #BA000E;
    }
    .float-menu ul li a {
        padding: 8px 10px!important;
        font-size: 0.8rem;
        line-height: 120%;
        color: #000;
        border: 1px solid transparent;
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .float-menu ul li a:before {
        display: none;
    }
    .float-menu ul li a:hover, .float-menu ul li a.active {
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
        color: #BA000E;
        border: 1px solid #BA000E;
    }
    .top-banner .image {
        display: inline-block;
        margin-left: 0;
        width: 100%;
    }
    .top-banner .gif-image {
        width: 190%;
        left: -4rem;
        bottom: 0;
    }
    .top-banner.wseries {
        padding: 4rem 0;
    }

    .top-banner.wseries h1 {
        padding-top: 3rem;
    }

    .top-banner.wseries .video-box {
        padding-top: 4rem;
    }
    .back-to-top {
        bottom: 3.515rem;
        right: 15px;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    }
    .new-slider .item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .client-testimonial-block.updated {
        padding: 3rem 0 4rem 0;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 15px;
    }
    .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .block .single-box .image img {
        max-width: 5rem;
        max-height: 6rem;
    }
    .block .single-box .image {
        min-height: 7.583rem;
    }
    .block .smaller-image {
        max-width: 8rem;
        max-height: 10rem;
    }
    .single-news-block .image {
        padding-top: 65%;
    }
    .about-top .text,
    .about-top .image,
    .about-top .text.with-bg {
        width: 100%;
        padding: 3rem 20px;
    }
    .about-top .image {
        padding-top: 0;
    }
    .about-top .text.with-bg {
        font-size: 1.1rem;
    }
    header,
    header .container,
    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
        overflow: visible!important;
        height: auto;
        z-index: 1000;
    }
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .logo {
        text-align: left;
        margin-left: 20px;
    }
    header .logo,
    header .navigation {
        width: auto;
    }
    header .logo a {
        margin-left: 20px;
        display: inline-block;
    }
    header .logo a img {
        height: 40px;
        width: auto;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    header .hamburger {
        position: absolute;
        padding: 0!important;
        top: -41px;
        right: 20px;
        opacity: 1!important;
        z-index: 100;
    }
    header .navbar-collapse {
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 1000;
        width: 100%;
        background-color: #FFF;
        -webkit-box-shadow: 0 .3rem 0.5rem rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 .3rem 0.5rem rgba(0, 0, 0, .25);
        box-shadow: 0 .3rem 0.5rem rgba(0, 0, 0, .25)
    }
    header .navbar-nav .nav-item {
        padding: 0!important;
        width: 100%;
        display: block;
    }
    header .navbar-nav .nav-link,
    header .navbar-nav .nav-item .nav-link,
    header .navbar-nav .btn {
        font-size: 1.125rem;
        line-height: 110%;
        text-align: center;
        text-decoration: none;
        padding: 1rem 1.1rem 0.90rem 1.1rem !important;
        color: #000;
        font-weight: 600;
        border-top: 1px solid rgba(0, 0, 0, .31);
        width: 100%;
        display: block;
    }
    header .navbar-nav .nav-link:after,
    header .navbar-nav .nav-link:before {
        display: none;
    }
    header .navbar .nav-item:last-child .nav-link {
        font-size: 1.125rem;
        line-height: 110%;
        text-align: center;
        text-decoration: none;
        padding: 0.8rem 1.1rem!important;
        font-weight: 600;
    }
    header .navbar-nav .nav-link:hover,
    header .nav-link:focus,
    header .nav-link:hover {
        background-color: #000;
        text-decoration: none!important;
        color: #FFF;
    }
    header .navbar-nav .nav-link.active,
    header .navbar-nav .nav-link.active:hover {
        background-color: #000;
        color: #FFF;
    }
    header .navbar-nav .nav-item .nav-link {
        min-height: 45px;
        padding-right: 55px;
    }
    header .collapsed-menu li {
        position: relative;
    }
    header .collapsed-menu li a {
        font-size: 0.95rem;
        line-height: 110%;
        text-align: left;
        text-decoration: none;
        padding: 0.7rem 1rem!important;
        color: #000;
        font-weight: 400;
        border-top: 1px solid rgba(0, 0, 0, .31);
        width: 100%;
        display: block;
        background-color: #FFF;
    }
    header .collapsed-menu li a:hover {
        background-color: #000;
        color: #FFF;
    }
    header .navbar-nav .nav-item .collapsed-menu .nav-link {
        font-size: 0.95rem;
        line-height: 110%;
        text-align: center;
        text-decoration: none;
        padding: 0.7rem 1rem!important;
        color: #FFF;
        font-weight: 400;
        border-top: 1px solid rgba(255, 255, 255, .31);
        width: 100%;
        display: block;
        background-color: #90010c;
        min-height: 37px;
    }
    header .navbar-nav .nav-item .collapsed-menu .nav-link:hover {
        background-color: #27731b;
    }
    header .navbar-nav .nav-item .collapsed-menu .collapse-open {
        width: 37px;
        height: 37px;
    }
    header .navbar-nav .nav-item .collapsed-menu .collapse-open.collapsed:before,
    header .navbar-nav .nav-item .collapsed-menu .collapse-open:before {
        line-height: 30px;
        font-size: 40px;
    }
    header .navbar-nav .nav-item .collapsed-menu li .collapsed-menu li a {
        background-color: #236917;
    }
    header .navbar-nav .nav-item .collapsed-menu li .collapsed-menu li a:hover {
        background-color: #1d5d13;
    }
    header .navbar-nav .nav-item .collapsed-menu li .collapsed-menu li .collapsed-menu li a {
        background-color: #18540f;
    }
    header .navbar-nav .nav-item .collapsed-menu li .collapsed-menu li .collapsed-menu li a:hover {
        background-color: #14490c;
    }
    header .navbar-nav .nav-item .nav-link,
    header .navbar-nav .btn,
    header .navbar .nav-item:last-child .nav-link {
        text-align: left;
    }
    header .collapsed-menu li a,
    header .navbar-nav .nav-item .collapsed-menu .nav-link {
        padding-left: 40px!important;
        text-align: left;
    }
    header .collapsed-menu li .collapsed-menu li a,
    header .navbar-nav .nav-item .collapsed-menu .collapsed-menu .nav-link {
        padding-left: 60px!important;
    }
    header .collapsed-menu li .collapsed-menu li .collapsed-menu li a,
    header .navbar-nav .nav-item .collapsed-menu .collapsed-menu .collapsed-menu .nav-link {
        padding-left: 80px!important;
    }
    .image-text-top {
        min-height: 300px;
    }
    .custom-login-div,
    .error-page {
        padding: 5rem 0;
    }
    .top-banner .contact-image {
        left: auto;
        position: relative;
    }
    .top-banner .gif-image {
        width: 200%;
        left: -4rem;
        bottom: 0;
    }
    .top-banner.wseries {
        padding: 4rem 0;
    }

    .top-banner.wseries h1 {
        padding-top: 3rem;
    }

    .top-banner.wseries .video-box {
        padding-top: 4rem;
    }
    .slider-wrapper,
    .slider-wrapper.smaller {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 80px;
    }
    .new-slider .item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .new-slider .item img {
        margin-left: 2.708rem;
        max-width: 100px;
        max-height: 100px;
    }
    .main-resources {
        padding: 3rem 0;
        margin: 0;
    }
    [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
           -moz-transition-delay: 0s !important;
             -o-transition-delay: 0s !important;
                transition-delay: 0s !important;
    }
    .top-banner.auto {
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .banner-box {
        height: auto;
        padding: 3rem 0 0 0;
        min-height: 100px;
    }
    .banner-box .covid-banner {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 3rem;
    }
    .block .single-box {
        margin-top: 3rem;
        padding-bottom: 0;
    }
    .block .single-box.no-top-margin {
        margin-top: 0;
    }
    .block .single-box .image {
        min-height: 1rem;
        margin-bottom: 1rem;
    }
    .block .single-box .bottom {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .single-news-block .image {
        padding-top: 50%;
    }
    .main-box {
        padding-top: 4rem;
    }
    h1,
    .h1 {
        font-size: 2.1rem;
        margin-bottom: 1.8rem;
    }
    h2,
    .h2 {
        font-size: 1.6rem;
    }
    h3,
    .h3 {
        font-size: 1.1rem;
    }
    h4,
    .h4 {
        font-size: 1.05rem;
    }
    .main-box .block,
    .main-box .block.smaller-padding-bottom {
        padding-bottom: 4rem;
    }
    .client-testimonial-block {
        padding: 4rem 0;
    }
    footer {
        padding-top: 2.2rem;
    }
    .banner-box .covid-banner {
        font-size: 1.6rem;
    }
    .main-box .block .text {
        padding-left: 2rem;
        margin-bottom: 2.000rem;
    }
    .block .single-box .bottom,
    .block .single-box h3,
    .block .single-box .image,
    .block .text-margin-left {
        padding-left: 2rem;
    }
    .image-text-top .text {
        width: 55%;
        padding: 1.65rem 3.417rem 1.65rem 3.417rem;
    }
    .image-text-top .image {
        width: 45%;
    }
    .image-text-top {
        min-height: 100px;
    }
    .image-text-top .text .padding {
        padding-right: 0;
    }
    .main-box.contact .nav-tabs .nav-item {
        display: inline-block;
        width: auto;
        margin-right: 2rem;
    }
    .custom-tabs.two .nav-tabs .nav-link,
    .custom-tabs .nav-tabs .nav-link {
        width: 100%;
    }
    .top-banner {
        height: auto;
        padding: 7rem 0 3rem 0;
    }
    .top-banner.about {
        padding-bottom: 3rem;
    }
    .top-banner .image {
        width: auto;
        max-width: 100%;
        margin-left: 0;
    }
    .job-top-banner {
        padding: 3rem 0;
    }
    .blog-user {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
    .custom-login-div,
    .error-page {
        padding: 4rem 0;
    }
    .sub-nav {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 5rem;
    }
    .sub-nav.fixed {
        top: 4.6rem;
        margin-top: 0;
    }
    .main-box.contact .nav-tabs .nav-link:after {
        display: none;
    }
    .simple-block .block {
        padding: 2rem 25px;
    }
    .top-banner .gif-image {
        width: 280%;
        left: -2rem;
        bottom: 0;
        max-width: 161%;
    }
    .top-banner.wseries {
        padding: 4rem 0;
    }

    .top-banner.wseries h1 {
        padding-top: 3rem;
    }

    .top-banner.wseries .video-box {
        padding-top: 4rem;
    }
    .top-banner:before {
        display: none;
    }
    .home-top-tabs .nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
    }
    .home-top-tabs .nav-tabs .nav-item {
        padding: 0 15px;
    }
    .home-top-tabs .nav-tabs .nav-item {
        width: 50%;
    }
    .home-top-tabs .nav-tabs .nav-item:last-child {
        margin-left: 25%;
    }
    .top-banner .scroll-down-custom-button {
        display: none;
    }
    .new-homepage-banner {
        min-height: 100px;
        height: auto;
        padding: 8rem 0 6rem 0;
    }
    .top-banner.no-scroll {
        padding-bottom: 3rem;
    }
    .client-testimonial-block.updated {
        padding: 40px 0;
        margin: 1rem 0 3rem 0;
    }
    .news-single.featured .image {
        width: 100%;
        max-height: 100%;
    }
    .top-banner .sub-title {
        font-size: 0.9rem;
    }
    .main-resources {
        padding: 2rem 0;
    }
    .main-box.resource-single-page .podcast .box .inside {
        padding-right: 230px;
    }
    .main-box.resource-single-page .podcast .box .image {
        width: 200px;
    }
    .block .single-box .image.smaller {
        min-height: 6rem;
    }
    .block .single-box .image.smaller img {
        max-width: 5rem;
        max-height: 5rem;
    }
    .new-slider .boxed.updated .inside {
        padding: 4rem 2.5rem 2.5rem 2.5rem;
    }
    .new-slider .item img {
        margin-left: 1.5rem;
    }
    .client-testimonial-block .item {
        font-size: 12px;
        line-height: 160%;
    }
    .client-testimonial-block .item .quote:before {
        font-size: 70px;
        top: 17px;
    }
    .client-testimonial-block .item .quote:after {
        font-size: 70px;
        bottom: -17px;
    }
    .top-banner.auto {
        padding-bottom: 5rem!important;
    }
    .top-banner .search-box {
        max-width: 350px;
    }
    header .navbar-nav .nav-item .collapse-open {
        height: 45px;
    }
}   

@media (max-width: 575.98px) {
    .banner-box img {
        max-height: 45px;
    }
    .banner-box .covid-banner {
        font-size: 1.3rem;
        height: auto;
        padding: 1rem 0px;
    }
    .main-box {
        padding-top: 3rem;
    }
    h1,
    .h1 {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }
    h2,
    .h2 {
        font-size: 1.6rem;
    }
    h3,
    .h3 {
        font-size: 1.2rem;
    }
    h4,
    .h4 {
        font-size: 1.1rem;
    }
    .main-box .block,
    .main-box .block.smaller-padding-bottom {
        padding-bottom: 3rem;
    }
    .client-testimonial-block {
        padding: 3rem 0;
    }
    .simple-block {
        padding: 2rem 0;
    }
    .simple-block .block {
        padding: 2rem 25px;
    }
    footer {
        padding-top: 1.8rem;
    }
    footer .copy {
        padding-left: 10%;
        padding-right: 10%;
    }
    .banner-box .covid-banner {
        font-size: 1.3rem;
    }
    .image-text-top .text {
        width: 100%;
        padding: 2rem 20px;
    }
    .image-text-top {
        height: auto;
        min-height: 10px;
    }
    .image-text-top {
        top: 0;
    }
    .job-top-banner {
        padding: 3rem 0;
    }
    .simple-block.with-top-border:before {
        width: 90%;
        margin-left: -45%;
    }
    .custom-login-div,
    .error-page {
        padding: 3rem 0;
    }
    .top-banner.wseries h1 {
        padding-top: 0;
    }
    .top-banner.wseries {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
    .top-banner .image,
    .top-banner .gif-image {
        max-width: 150px;
        left: 0;
    }
    .home-top-tabs .nav-tabs .nav-item {
        width: 100%;
    }
    .home-top-tabs .nav-tabs .nav-item:last-child {
        margin-left: 0%;
    }
    .new-homepage-banner {
        padding: 7rem 0 6rem 0;
    }
    .news-single .image {
        height: auto;
        padding-top: 50%;
    }
    .news-single.featured .image {
        width: 100%;
        max-height: 100%;
    }

    .main-box.resource-single-page .podcast .box .inside {
        padding: 2.5rem 2rem;
    }
    .main-box.resource-single-page .podcast .box .image {
        width: 100%;
        height: 40vw;
        position: relative;
        display: block;
        top: auto;
        right: auto;
        margin: 0;
    }
    .testimonials-slider h2 {
        font-size: 1.3rem;
    }
    .embed-responsive-4by3::before {
        padding-top: 140%;
    }
    .top-banner.auto {
        padding-bottom: 3rem!important;
    }
}



@media (max-width: 450px) {
    .top-banner .image {
        max-width: 130px;
    }
    .news-single.featured .image {
        width: 100%;
        max-height: 100%;
    }
    .main-box.resource-single-page .podcast .bottom div {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width: 370px) {
    .top-banner .image {
        max-width: 120px;
    }
    .news-single.featured .image {
        width: 100%;
        max-height: 100%;
    }
}


/** =============================================================== **/
/** IPAD Landscape Media query only **/
/** =============================================================== **/

@media only screen
/* Portrait iPad */

and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}

@media only screen
/* Landscape iPad */

and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

@media only screen
/* Portrait  iPad Pro */

and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}

@media only screen
/* Landscape iPad Pro */

and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* ----------- Windows Phone ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 480px) and (device-height: 800px) {}


/* Portrait */

@media screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 480px) and (device-height: 800px) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- HTC One ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {}


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- Google Pixel ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {}


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- Google Pixel XL ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {}


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- Galaxy S3 ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {}


/* Portrait */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- Galaxy S4, S5 and Note 3 ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {}


/* Portrait */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- Galaxy S6 ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {}


/* Portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- iPhone 4 and 4S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .blog-title {
        height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        min-height: 100px;
    }
    .main-box {
        padding-top: 3rem;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .blog-title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 10px;
    }
    .main-box {
        padding-top: 2rem;
    }
    .blog-bg {
        height: 8rem;
    }
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    -moz-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #BA000E;
}

.pin .hamburger.is-active .hamburger-inner,
.pin .hamburger.is-active .hamburger-inner::before,
.pin .hamburger.is-active .hamburger-inner::after {
    background-color: #BA000E;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #BA000E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -o-transition-property: transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    -moz-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}


/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -moz-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    -moz-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    -webkit-transition-property: none;
    -o-transition-property: none;
    -moz-transition-property: none;
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    -moz-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    -moz-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Count {
    display: none;
}

.main-box.main-blog {padding: 8rem 0 0 0;}

footer .image-auto-logo {
    max-width: 60px;
    width: auto;
}

@media (max-width: 575.98px) {  .main-box.main-blog { padding-top: 6rem;}}



footer .image-auto-logo {
  margin-left: 18px;
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}
footer a .image-auto-logo {
  margin-left: 0px;
}