@font-face {
    font-family: 'orbit';
    src:  url('../fonts/orbit.eot?6gywpo');
    src:  url('../fonts/orbit.eot?6gywpo#iefix') format('embedded-opentype'),
      url('../fonts/orbit.ttf?6gywpo') format('truetype'),
      url('../fonts/orbit.woff?6gywpo') format('woff'),
      url('../fonts/orbit.svg?6gywpo#orbit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'orbit' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-call:before {
    content: "\e900";
  }
  .icon-callender:before {
    content: "\e901";
  }
  .icon-close:before {
    content: "\e902";
  }
  .icon-facebook:before {
    content: "\e903";
  }
  .icon-heart:before {
    content: "\e904";
  }
  .icon-linkedin:before {
    content: "\e905";
  }
  .icon-mail:before {
    content: "\e906";
  }
  .icon-menu .path1:before {
    content: "\e907";
    color: rgb(0, 0, 0);
    opacity: 0.998;
  }
  .icon-menu .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(0, 0, 0);
    opacity: 0.998;
  }
  .icon-menu .path3:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  .icon-pin:before {
    content: "\e90a";
  }
  .icon-time:before {
    content: "\e90b";
  }
  .icon-twitter:before {
    content: "\e90c";
  }
  .icon-video:before {
    content: "\e90d";
  }
  

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

h2 {
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

h3,
h4 {
    letter-spacing: 0.05em;
}

p {
    font-size: 14px;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.666em;
    letter-spacing: 0.05em;
}

.btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: #FE8506;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 40px;
    }

    p {
        font-size: 15px;
    }

    .btn {
        font-size: 16px;
    }

    .btn:hover {
        background: #D27009;
    }
}





.image-text {
    background-color: #EAEAEA;
    padding: 50px 0;
}

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


.image-text__img,
.image-text__text {
    width: 100%;
}

.image-text__img img {
    display: block;
    margin: 0 auto;
}

.image-text__text {
    padding-top: 30px;
}

.image-text__text h2 {
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 24px;
    line-height: 1.2em;
}

.image-text__text .btn {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .image-text {
        background-color: #EAEAEA;
        padding: 70px 0;
    }
}

@media (min-width: 1025px) {


    .image-text__img {
        width: 340px;
    }

    .image-text__text {
        width: calc(100% - 340px);
        padding-left: 32px;
        padding-top: 0;
    }
    
}

@media (min-width: 1200px) {

    .image-text {
        padding: 105px 0;
    }
    
    .flex-opposite {
        flex-direction: row-reverse;
    }

    .image-text__img {
        width: 540px;
    }

    .image-text__text {
        width: calc(100% - 540px);
    }

    .image-text__text h2 {
        padding: 0 0 15px 0;
        font-size: 35px;
    }

    .image-text__text .btn {
        margin-top: 25px;
    }

}


.image-buttons {
    padding: 50px 0;
}

.image-buttons .row {
    justify-content: center;
}

.image-button {
    position: relative;
    display: flex;
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
    height: 70px;
    align-items: center;
    box-shadow: 0 0px 15px rgba(0,0,0,0.15);
}

.image-button__img {
    z-index: 1;
    height: 100%;
    width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
       display: block;

}

.image-button__hover {
    padding: 0 20px;
    margin-top: -0;
    position: relative;
    z-index: 1;
    width: calc(100% - 70px);
    background-color: #fff;
}

.image-button__hover h3 {
    margin: 0;
    padding: 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .image-button {
        display: block;
        margin-top: 30px;
        height: auto;
        box-shadow: none;
    }
    
    .image-button__img {
        width: 100%;
    
    }
    
    .image-button__hover {
        padding: 0 20px;
        margin-top: -35px;
        position: relative;
        z-index: 2;
        width: 100%;
        background-color: transparent;
        text-align: center;
    }
    
    .image-button__hover h3 {
        padding: 20px 0;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        box-shadow: 0 0px 15px rgba(0,0,0,0.15);
        background-color: #fff;
    }
}

@media (min-width:1200px) {
    .image-buttons {
        padding: 90px 0;
    }

    .image-button {
        margin-top: 20px;
    }

    .image-button__img {
        box-shadow: 0 11px 55px rgba(0,0,0,0.25);
    }
    
    .image-button__hover {
        padding: 0 30px;
    }

    .image-button__hover h3 {
        box-shadow: 0 11px 55px rgba(0,0,0,0.25);
    }

    .image-button:hover .image-button__hover h3 {
        color: #fff;
        background: #FE8506;
    }
}

.gallery-item {
    padding: 0 15px;
}

.gallery {
    
    cursor: pointer;
}

.galleries {
    background: #F5F5F5;
    padding: 70px 0;
}

.fluid {
    padding: 20px 0 35px 0;
}

.pop-up {
    display: none;
    background: none;
    padding: 30px 20px;
    background-color: #fff;
}


.pop-img {
    height: 250px;
    margin-bottom: 20px;
}

.pop-text  h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

.pop-text p {
    line-height: 1.666em;
}

.pop-text ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 38px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.pop-text ul li i {
    vertical-align: middle;
    padding: 0 10px 3px 0;
}

@media (min-width: 768px) {
    .pop-flex {
        display: flex;
        align-items: center;
    }
    
    .pop-img {
        width: 280px;
        height: auto;
        margin: 0;
    }
    
    .pop-text {
        background-color: #fff;
        padding: 0 30px;
        width: 474px;
       
    }
}

.page-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(2, 1, 0, 0.3);
    padding: 14px 0;
    z-index: 9;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px;
}

.header-right ul,
.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-right ul li {
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #D9D9D9;
}

.header-right ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.header-right ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2em;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.js-menu-toggle {
    margin-left: 5px;
    cursor: pointer;
}

.js-menu-toggle span {
    width: 30px;
    height: 2px;
    background: #FE8506;
    display: block;
    margin: 6px 0;
}

@media (min-width: 768px) {
    .page-header {
        padding: 15px 0;
    }

    .logo {
        width: 125px;
    }
    
    .header-right ul li {
        padding: 0 12px;
    }
    
    .header-right ul li a {
        font-size: 16px;
    }
    
    .js-menu-toggle {
        margin-left: 30px;
        cursor: pointer;
    }
    
    .js-menu-toggle span {
        width: 35px;
        height: 2px;
        background: #FE8506;
        display: block;
        margin: 8px 0;
    }
}

@media (min-width: 1200px) {
    .page-header {
        padding: 0 0;
        height: 100vh;
        background: transparent;
    }

    .page-header__top {
        padding: 17px 0;
        background: rgba(2, 1, 0, 0.3);
    }

    .logo {
        width: 143px;
    }
    
    .header-right ul li {
        padding: 0 13px;
    }
    
    .header-right ul li a {
        font-size: 18px;
    }

    .header-right ul li a:hover {
        color: #FE8506;
    }

}

.nav-primary {
    display: none;
    background: rgba(2, 1, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.nav-primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-primary ul li {
    margin: 0;
    padding: 0;
}

.nav-primary ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    display: block;
    text-decoration: none;
    padding: 14px 22px;
    border-bottom: 1px solid rgba(2, 1, 0, 0.7);
}


@media (min-width: 1200px) {
    .nav-primary {
        display: block;
        background: rgba(2, 1, 0, 0.36);
        top: auto;
        left: 0;
        width: 100%;
        bottom: 0;
        transition: all ease-in-out 0.5s;
    }

    .nav-primary ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .nav-primary ul li a {
        font-size: 18px;
        padding: 20px 80px;
        border-bottom: none;
    }

    .nav-primary ul li a:hover,
    .nav-primary ul li.active a {
        background: rgba(2, 1, 0, 0.7);
    }

    .fixed .nav-primary {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 67px;
        background: rgba(0,0,0,0.9);
        transition: all ease-in-out 0.5s;
    }

    .fixed .nav-primary ul li a:hover,
    .fixed .nav-primary ul li.active a {
        background: #FE8506;
        color: #fff;
    }
}

.masthead {
    position: relative;
    height: 350px;
}

.video-container {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

video#v1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
}


@media (min-width: 768px) {
    .masthead {
        height: 500px;
    } 
}

@media (min-width: 1200px) {
    .masthead {
        height: 100vh;
    } 
}


.logo-carousel {
    padding: 20px 0;
}

.logo-carousel .slick-initialized .slick-slide {
    margin: 0 15px;
}

.logo-carousel img {
    max-width: 100%;
    display: block;
    filter: grayscale(100%);
    cursor: pointer;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.logo-carousel img:hover {
    filter: grayscale(0);
}


@media (min-width: 1200px) {
    .logo-carousel {
        padding: 70px 0;
    }
}


/* news */

.news {
    position: relative;
    padding: 50px 0 40px 0;
    background: #F5F5F5;
}

.news h2 {
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
}

.feature-news__link {
    text-decoration: none;
    display: block;
    position: relative;
}

.feature-news__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.feature-news__content {
    position: relative;
    z-index: 1;
    background: linear-gradient(9.52deg, #000000 11.06%, rgba(0, 0, 0, 0) 113.17%);
    padding: 60px 15px 30px;
}

.feature-news__content h4 {
    margin: 0;
    padding: 0 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    color: #FFFFFF;
}

.feature-news__content p {
    margin: 0;
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    color: #D9D9D9;
}

.feature-news__info ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.feature-news__info ul li {
    margin: 0;
    padding: 0 25px 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    color: #FFFFFF;
}

.feature-news__info ul li i {
    font-size: 20px;
    vertical-align: middle;
    padding: 0 5px 4px 0;
}

.related-news {
    margin-top: 30px;
}

.related-news__col {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.related-news__image {
    width: 70px;
    height: 80px;
}

.related-news__image a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}

.related-news__content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.related-news__content a {
    margin: 0;
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    color: #121212;
    text-decoration: none;
    display: block;
}

.related-news__info ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

.related-news__info ul li {
    margin: 0;
    padding: 0 25px 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    color: #131313;
}

.related-news__info ul li i {
    font-size: 17px;
    vertical-align: middle;
    padding: 0 5px 4px 0;
}

@media (min-width: 768px) {
    .news {
        padding: 70px 0 60px 0;
    }
    
    .news h2 {
        padding: 0 0 25px;
    }

    .feature-news__content {
        padding: 150px 25px 30px;
    }
    
    .feature-news__content h4 {
        padding: 0 0 15px;
        font-size: 30px;
    }
    
    .feature-news__content p {
        padding: 0 0 20px;
        font-size: 16px;
    }
    
    .feature-news__info ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
    }
    
    .feature-news__info ul li {
        padding: 0 30px 0 0;
        font-size: 16px;
    }
    
    .feature-news__info ul li i {
        font-size: 20px;
    }
    
    .related-news {
        margin-top: 30px;
    }
    
    .related-news__col {
        margin-bottom: 18px;
    }
    
    .related-news__image {
        width: 170px;
        height: 98px;
    }
    
    .related-news__content {
        width: calc(100% - 170px);
        padding-left: 20px;
    }
    
    .related-news__content a {
        padding: 0 0 10px;
        font-size: 16px;
    }
    
    .related-news__info ul li {
        font-size: 16px;
    }
    
}


@media (min-width: 1200px) {
    .news {
        padding: 72px 0 72px 0;
    }

    .news h2 {
        padding: 0 0 40px;
    }

    .news__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .feature-news {
        width: 745px;
    }

    .related-news {
        width: calc(100% - 745px);
        margin-top: 0;
        padding-left: 30px;
    }

    .feature-news__link {
        height: 445px;
        z-index: 1;
    }

    .feature-news__link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(9.52deg, #000000 11.06%, rgba(0, 0, 0, 0) 113.17%);
        z-index: 1;
    }

    .feature-news__content {
        padding: 20px ;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        background: transparent;
        flex-direction: column;
        align-items: flex-start;
    }

    .related-news__content a {
        padding: 0 0 15px;
        font-size: 18px;
    }

    .related-news .btn {
        margin-top: 18px;
    }

}

.cards {
    padding: 90px 0 70px 0;
    background: #F5F5F5;
}


.cards h2 {
    padding-bottom: 40px;
}

.card__details h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

.card__details {
    padding: 20px 0;
}

.card__details h4 a {
    color: #000;
    text-decoration: none;
}

.card__details p {
    padding: 0;
}

.card-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.card-item {
    margin-bottom: 32px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    border: 1px solid #F0F0F0;
    padding: 10px 10px 20px 10px;
    transition: transform .2s linear;
    box-shadow: 4px 7px 11px rgba(0,0,0,0.09);
    background: #fff;
}

.card:hover {
    transform: translate3d(0,-5px,0);
}


.page-footer {
    position: relative;
    padding: 40px 0 0;
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 30px;
}

.footer-info {
    margin-bottom: 35px;
}

.footer-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    position: relative;
    padding: 0 0 0 26px;
    margin-bottom: 20px;
}

.footer-info p i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.footer-info p a {
    color: #000;
}

.social-media h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    color: #393838;
    margin: 0;
    padding: 0 0 15px;
}

.social-media ul {
    display: flex;
    gap: 15px;
}

.social-media ul li {
    margin: 0;
    padding: 0;
}

.social-media ul li a {
    display: block;
    font-size: 28px;
    color: #2B2A2A;
    line-height: 1em;
}

.footer-right {
    padding-top: 40px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-menu ul li {
    padding: 0 15px;
    border-left: 1px solid #D9D9D9;
}

.footer-menu ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.footer-menu ul li a {
    display: block;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1em;
    font-weight: normal;
}

.footer-form {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #E9E4E1;
}

.form-col {
    margin-bottom: 22px;
}

.form-col input {
    width: 100%;
    height: 46px;
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0 18px;
    font-family: 'Poppins', sans-serif;
}

.form-col textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 15px 18px;
    resize: none;
    font-family: 'Poppins', sans-serif;
}

.form-col input:focus,
.form-col textarea:focus {
    border-color: #8D8C8C;
    outline: none;
    background: #f6f6f6;
}

.form-col input[type="submit"] {
    width: 186px;
    height: 50px;
    border: none;
    background: #FE8506;
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    cursor: pointer;
}

.copyright {
    border-top: 1px solid #E9E4E1;
    font-size: 13px;
    color: #565656;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    padding: 16px 15px;
    text-align: center;
}

.back-to-top {
    text-align: center;
    padding-bottom: 15px;
}

.back-to-top a {
    font-size: 14px;
    color: #FE8506;
    line-height: 1em;
    font-weight: 500;
    margin: 0;
    padding: 0 0;
    text-transform: uppercase;
}

.back-to-top a img {
    max-width: 50px;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .back-to-top {
        text-align: center;
        padding-bottom: 0;
        position: absolute;
        bottom: 26px;
        right: 20px;
		z-index: 2
    }
}

@media (min-width: 1200px) {
    .page-footer {
        padding-top: 40px;
    }

    .footer-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-left {
        width: 620px;
        padding-top: 20px;
    }

    .footer-right {
        width: calc(100% - 620px);
        padding-top: 0;
        border-left: 1px solid #E9E4E1;
        position: relative;
    }

    .footer-right::before {
        content: "";
        position: absolute;
        left: -1px;
        top: -40px;
        width: 1px;
        height: 50px;
        background: #E9E4E1;
    }

    .footer-logo {
        max-width: 300px;
        margin-bottom: 45px;
    }

    .footer-info {
        margin-bottom: 50px;
        max-width: 510px;
    }

    .footer-info p {
        font-size: 16px;
        padding: 0 0 0 35px;
        margin-bottom: 20px;
    }

    .footer-info p i {
        top: 2px;
        font-size: 22px;
    }

    .social-media ul {
        gap: 20px;
    }

    .social-media h4 {
        padding: 0 0 20px;
    }

    .footer-form {
        margin-top: 24px;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    .footer-menu {
        padding-left: 30px;
    }

    .footer-menu ul li a:hover,
    .footer-info p a:hover,
    .social-media ul li a:hover {
        color: #FE8506;
    }

    .form-col input[type="submit"]:hover {
        background: #000;
    }

    .copyright {
        font-size: 16px;
        padding: 18px 15px;
    }

    .back-to-top {
        bottom: 80px;
        right: 30px
    }

    .social-media ul li a {
        font-size: 33px;
    }

}

.wysiwyg {
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .wysiwyg {
        padding: 90px 0;
    }
}

/*------------------------------------*\
    
    FX Tabs/Accordion - Global styling for all tabs/accordions

    Add custom tabs/accordion styling to this file if it should be applied to all tabs/accordions on the site
    Otherwise, put your styles in individual block stylesheets

\*------------------------------------*/

.tab-accordion__tabs {
    margin-top: 20px;
}

.tab-accordion__panel:not(.is-active) .tab-accordion__panel__content {
    display: none;
}

.tab-accordion__tabs {
    display: flex;
    flex-wrap: wrap;
    top: 0;
    position: relative;
    z-index: 2;
}

.tab-accordion__tab,
.tab-accordion__panel__toggle {
    list-style-type: none !important;
    margin: 10px 0 0;
    padding: 0;
    display: block;
    color: inherit;
    line-height: normal;
    background: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    text-transform: uppercase;
}

.tab-accordion__tab.is-active,
.tab-accordion__panel__toggle.is-active {
    border-bottom: 1px solid #fff;
}

.tab-accordion__panel__toggle.is-active {
    border-radius: 5px 5px 0 0;
}

.tab-accordion__tab.is-active,
.tab-accordion__tab:hover,
.tab-accordion__tab:focus,
.tab-accordion__panel__toggle.is-active,
.tab-accordion__panel__toggle:hover,
.tab-accordion__panel__toggle:focus {
    color: #fff;
    background: #FE8506;
    text-decoration: none;
    border-color: #FE8506;
}

.tab-accordion__tab:focus:not(:focus-visible),
.tab-accordion__panel__toggle:focus:not(:focus-visible) {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.tab-accordion__panel__content {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.tab-accordion {
    position: relative;
}

.tab-accordion__panel__content .blog-listing__pagination [class*="col-"] {
    padding-left: 0;
}

.tab-accordion__panel__content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.tab-accordion__panel__content ul li {
    padding: 4px;
    width: 33.33%;
}

@media (min-width: 768px) {
    .tab-accordion__tab,
    .tab-accordion__panel__toggle {
        font-size: 16px;
    }
    .tab-accordion__panel__content {
        padding: 20px;
    }

    .tab-accordion__panel__content ul {
        margin: 0 -8px;
    }
    
    .tab-accordion__panel__content ul li {
        padding: 8px;
        width: 25%;
    }
}

@media (min-width: 1025px) {
    .tab-accordion__panel__content {
        position: relative;
        width: 100%;
        border-radius: 0;
        border: none;
        padding: 0;
        background: none;
    }

    .tab-accordion__tab,
    .tab-accordion__panel__toggle {
        border-radius: 0;
        margin: 0;
        width: auto;
        padding: 20px 50px;
        border-color: #E4E4E4;
        letter-spacing: 0.05em;
        font-size: 16px;
        color: #FE8506;
        font-weight: 500;
    }


    .tab-accordion__panel__content ul li {
        width: 16.66%;
    }

    .tab-accordion__panel__content ul li a {
        border: 1px solid #ddd;
        display: block;
        padding: 5px;
        background-color: #fff;
    }

    .tab-accordion__panel__content ul li a img {
        display: block;
    }

    .tab-accordion__tabs {
        justify-content: space-between;
    }

    .tab-accordion__panels {
        margin-top: 15px;
    }

    .tab-accordion__tab:focus:not(:focus-visible),
    .tab-accordion__panel__toggle:focus:not(:focus-visible),
    .tab-accordion__tab.is-active, .tab-accordion__panel__toggle.is-active {
        border: 1px solid #FE8506;
    }

}

.tab-accordion {
    background: #F5F5F5;
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .tab-accordion {
        padding: 90px 0;
    }

    
    .tab-accordion__tabs {
        margin-top: 40px;
    }

    .fancybox-button {
        width: 44px;
        height: 44px;
        padding: 10px !important;
    }
}


.masthead--innerpage {
    height: auto;
}

.masthead--innerpage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}

.masthead--innerpage__content {
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    padding: 110px 0 50px;
}

.masthead--innerpage__content h1 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}

.page-header--inner {
    height: auto;
}

.page-header--inner .header-right ul {
    display: block;
}

.page-header--inner .nav-primary {
    background: rgba(2, 1, 0, 1);
}


@media (min-width: 768px) {

    .masthead--innerpage__content {
        padding: 140px 0 60px;
    }
    
    .masthead--innerpage__content h1 {
        font-size: 40px;
    }

}


@media (min-width: 1200px) {

    .masthead--innerpage__content {
        padding: 140px 0 60px;
        background: rgba(0,0,0,0.4);
    }

    .header-right ul li {
        padding: 0 23px;
        border-right: none;
    }

    .page-header--inner .nav-primary {
        position: relative;
        display: block !important;
        background: transparent;
    }

    .page-header--inner .header-right ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .page-header--inner .nav-primary ul li a {
        padding: 0 0;
    }

    .nav-primary ul li a:hover,
    .nav-primary ul li.active a {
        background: transparent;
        color: #FE8506;
    }

}



.logo-carousel--grey {
    background: #F5F5F5;
}


.page-header--inner1,
.masthead--innerpage {
    height: 252px;
}

.collaboration {
    padding: 90px 0;
    background: #F5F5F5;
}

.collaboration ul li {
    padding: 20px 0;
    position: relative;
	mix-blend-mode: multiply;
}

.collaboration ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/left-border.png) 0 0 repeat-x;
}

.collaboration ul li:last-child::after {
    display: none;
}

.collaboration ul li img {
    display: block;
	max-width: 150px;
}

.collaboration ul li img.small {
    display: block;
	max-width: 100px;
}

.collaboration__title {
    margin: 0;
    padding: 15px 0 10px 0;
    color: #0E0E0E;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.collaboration__title span {
    display: block;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.collaboration__cta {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .collaboration ul li {
        display: flex;
        align-items: flex-start;
        padding: 30px 0;
    }

    .collaboration ul li:last-child {
        padding-bottom: 0;
    }

    .collaboration ul li img {
        width: 104px;
    }

    .collaboration__details {
        width: calc(100% - 104px);
        padding-left: 20px;
    }

    .collaboration__title {
        padding-top: 0;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .collaboration ul {
        display: flex;
        flex-wrap: wrap;
    }

    .collaboration ul li {
        padding: 50px 30px 50px 0;
        width: 50%;
    }

    .collaboration ul li:nth-child(2n) {
        padding-left: 30px;
        padding-right: 0;
    }

    .collaboration ul li:nth-child(2n)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
    }

    .collaboration ul li:nth-child(2)::before {
        height: calc(100% - 50px);
    }

    .collaboration ul li:nth-child(9) {
        padding-bottom: 0;
    }

    .collaboration ul li:nth-child(9)::after {
        display: none;
    }
    
    .collaboration__cta:hover {
        color: #000;
    }

    .collaboration ul li:nth-child(9)::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
      }

}


img.alignright,
img.alignleft {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

img.aligncenter {
    height: 250px;
    width: 100%;
    margin: 10px 0 22px 0;
    object-fit: cover;
}

img.alignright {
    float: right;
    margin: 10px 0 22px 0;
}

img.alignleft {
    float: left;
    margin: 10px 0 22px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-latest h2 {
    text-align: left;
    padding-bottom: 24px;
}

.news-latest h4 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4em;
    color: #000000;
}

@media (min-width: 768px) {
    img.alignright,
    img.alignleft,
    img.aligncenter {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    img.aligncenter {
        height: 240px;
        margin: 25px 0 40px 0;
    }

    img.alignright,
    img.alignleft {
        height: 520px;
        width: 39%;
        object-fit: cover;
    }

    img.alignleft--big {
        width: calc(61% - 50px);
    }
    
    img.alignright {
        float: right;
        margin: 5px 0 20px 50px;
    }
    
    img.alignleft {
        float: left;
        margin: 5px 50px 20px 0;
    }

    img.img--full {
        height: auto;
    }
}

.experience-text {
    padding-bottom: 50px;
}

.experience-text ul li {
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.experience-text ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/left-border.png) 0 0 repeat-x;
}

.experience-text ul li h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #FA8402;
    font-weight: 700;
}

.experience-text ul li h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4D4D4D;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) { 
    .experience-text ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .experience-text ul li {
        width: 50%;
        padding: 40px 30px;
    }

    .experience-text ul li:nth-child(2n)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
    }

    .experience-text ul li:nth-child(3)::after,
    .experience-text ul li:last-child::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .experience-text {
        padding-bottom: 90px;
    }

    .experience-text ul li {
        width: 25%;
        padding: 0 50px;
    }

    .experience-text ul li:first-child {
        padding-left: 0;
    }

    .experience-text ul li:last-child {
        padding-right: 0;
    }
    
    .experience-text ul li::after {
        display: none;
    }

    .experience-text ul li:nth-child(3)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
    }
}

.box-text {
    padding: 50px 0;
    background: #F5F5F5;
}

.box-text  ul li {
    padding: 30px;
    position: relative;
    text-align: center;
}

.box-text ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/left-border.png) 0 0 repeat-x;
}

.box-text ul li:last-child::after {
    display: none;
}

.box-text ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.box-text ul li p {
    padding: 0;
}

@media (min-width: 768px) {
    .box-text ul {
        display: flex;
        flex-wrap: wrap;
    }

    .box-text h2 {
        padding-bottom: 45px;
    }
    
    .box-text  ul li {
        padding: 30px;
        width: 50%;
    }

    .box-text ul li:nth-child(7)::after {
        display: none;
    }

    .box-text ul li:nth-child(2n)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
    }
    
}

@media (min-width: 1200px) {
    .box-text {
        padding: 90px 0;
    }

    .box-text  ul li {
        padding: 45px 45px;
        width: 25%;
    }

    .box-text ul li:nth-child(5)::after,
    .box-text ul li:nth-child(6)::after {
        display: none;
    }

    .box-text ul li:nth-child(3)::before,
    .box-text ul li:nth-child(7)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: url(../img/top-border.png) 0 0 repeat-y;
    }
}


/* about-us */

.about-us {
    padding: 50px 0;
    color: #303030;
}

.about-us img {
    max-width: 100%;
    margin-bottom: 25px;
}

.success h2 {
    padding-bottom: 30px;
}

.success img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.success {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .about-us {
        padding: 80px 0;
    }

    .about-us img {
        max-width: 100%;
        margin-bottom: 0;
    }

    .success {
        padding-bottom: 80px;
    }
}


/* team */

.team {
    padding: 70px 0;
    background: #FCFCFC;
}

.team h2 {
    padding-bottom: 30px;
}

.team__col {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.team__image,
.team__image img {
    width: 100%;
    height: 100%;
}

.team__image img {
    object-fit: cover;
}

.team__hover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #151515;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

@media (min-width: 1200px) {
    .team__hover {
        display: none;
    }

    .team__col:hover  .team__hover {
        display: block;
    }

    .team h2 {
        padding-bottom: 35px;
    }
}


.service-planetarium {
    padding: 50px 0;
    background: #F5F5F5;
    color: #252525;
}

.planetarium-col h2 {
    padding-bottom: 30px;
}

.service-planetarium h4 {
    padding: 0 0 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0E0E0E;
}

.service-planetarium p {
    padding: 0 0 25px;
    color: #252525;
}

.service-planetarium img  {
    margin-bottom: 25px;
}

@media (min-width: 1200px) {

    .service-planetarium {
        padding: 90px 0 70px;
    }
    
    .service-planetarium h4 {
        padding: 0 0 10px;
    }
    
    .service-planetarium p {
        padding: 0 0 30px;
    }

    .planetarium__content {
        padding-left: 25px;
    }
    
    .planetarium-col h2 {
        font-size: 38px;
    }

    .planetarium-col img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
}



/* projects-buttons */


.projects-buttons {
    padding: 50px 0;
    background: #F5F5F5;
}

.projects-buttons h2 {
    padding: 0 0 30px 0;
}

.projects-button {
    padding: 15px 15px;
    border: 1px solid #E6E3E3;
    position: relative;
    max-width: 100%;
    display: block;
    background: #fff;
	margin: 0 0 25px 0
}

.project-button__img {
    width: 100%;
    height: 170px;
    position: relative;
}

.project-button__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-category {
    padding: 3px 13px;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    color: #434343;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.project-button__img .project-category img {
    width: auto;
    height: auto;
    object-fit: inherit;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 2px;
    display: inline-block;
}

.project-info {
    padding-top: 20px;
	text-align: center;
}

.project-info h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2em;
}

.project-info h4 {
    margin: 0 0 15px;
    padding: 0 0 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2em;
    color: #434343;
}

.project-info h4 i {
    font-size: 13px;
    vertical-align: middle;
    padding: 0 2px 4px 0;
}

.project-info p {
    margin: 0 0 0;
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    color: #303030;
}

.more-btn {
    margin: 0 0 0;
    padding: 0 0 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    color: #999999;
    text-align: right;
}


.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 55px;
    height: 68px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9;
    top: 50%;
    margin-top: -22px;
    background-size: 100% 100%;
}

.slick-arrow:hover {
    width: 52px;
    height: 68px;
}

.slick-next {
    right: -20px;
    background: url(../img/next-arrow.png) 0 0 no-repeat;
}

.slick-prev {
    left:  -10px;
    background: url(../img/prev-arrow.png) 0 0 no-repeat;
}

.slick-next:hover {
    right: 0px;
    background: url(../img/next-arrow-h.png) 0 0 no-repeat;
}

.slick-prev:hover {
    left:  -20px;
    background: url(../img/prev-arrow-h.png) 0 0 no-repeat;
}

.projects-buttons .slick-initialized .slick-slide {
    margin: 0 15px ;
}

.projects-setions {
    padding-bottom: 80px;
}

.logo-carousel--gray {
    background: #F5F5F5;
}

@media (min-width: 1200px) {
    .projects-buttons {
        padding: 90px 0 50px; 
    }
	
	.project-button__img {
		height: 280px;
	}

}



/* road-map */

.road-map {
    padding: 90px 0 70px 0;
    background: #F5F5F5;
}

.road-map__area {
    position: relative;
}

.road-map__area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 90px;
    width: 2px;
    height: calc(100% - 95px);
    border-left: 2px dashed #0E0E0E;
}

.road-map__col {
    position: relative;
    padding: 20px 0 20px 20px;
}

.road-map__col::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 65px;
    width: 26px;
    height: 26px;
    background: url(../img/rounded2.png) 0 0 no-repeat;
}

.road-map__col::after {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 2px;
    width: 8px;
    height: 10px;
    background: url(../img/road-arrow.png) 0 0 no-repeat;
    transform: rotate(90deg);
}

.road-map__info {
    padding-top: 10px;
}

.road-map__info h3 {
    margin: 0 0 0;
    padding: 0 0 4px 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2em;
    color: #FE5F06;
}

.road-map__info h4 {
    margin: 0 0 0;
    padding: 0 0 4px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #232323;
    text-transform: uppercase;
}

.road-map__info p {
    margin: 0 0 0;
    padding: 0 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    color: #646464;
}

.road-map_flag {
    min-height: 58px;
}

@media (min-width: 768px) {
    .road-map__area {
        max-width: 600px;
        margin: 0 auto;
    }

}


@media (min-width: 1200px) {
    .road-map__area {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }

    .road-map__info {
        padding-top: 45px;
    }

    .road-map__area::before {
        left: 25px;
        top: 90px;
        width: 100%;
        height: 3px;
        border-left: none;
        border-top: 2px dashed #0E0E0E;
    }

    .road-map__col::before {
        left: 7px;
        top: 77px;
    }

    .road-map__col::after {
        left: auto;
        bottom: auto;
        width: 20px;
        height: 12px;
        background: url(../img/road-arrow.png) center 0 no-repeat #F5F5F5;
        transform: none;
        top: 86px;
        right: 28px;
    }

    .road-map__col {
        width: 165px;
    }

    
}





/* success-section */

.success-section {
    padding: 50px 0;
    background-color: #FCFCFC;
}

.js-success-slider .slick-track {
    display: flex;
    align-items: self-start;
    padding-bottom: 40px;
}

.js-success-slider .slick-list::before {
    content: '';
    position: absolute;
    top: 73px;
    left: 10px;
    width: 100%;
    height: 1px;
    background-image: url(../img/line-border.png);
    background-repeat: no-repeat;
}

.success-text-card-content {
    padding: 33px 0 0;
    position: relative;
}

.success-text-card-content::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 28px;
    width: 12px;
    height: 12px;
    background-image: url(../img/border-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11;
}

.pointer {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -14px;
    left: -15px;
}

.pointer img {
    width: 100%;
    height: 100%;
}

.success-heading h2 {
    text-align: center;
    padding: 0 0 30px;
}

.success-text-card-image {
    height: 74px;
}

.success-text-card-content h5 {
    padding: 0 0 15px;
    margin: 0;
    color: #FE5F06;
    font-size: 20px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase; 
}

.success-text-card-content h4 {
    padding: 0 0 10px;
    margin: 0;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; 
}

.success-text-card-content p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px; 
}

.success-text-card {
    padding: 0 15px;
}

.js-success-slider .slick-prev  {
    right: unset;
    left: 50%;
    margin: 0 0 0 -25px;
    background-image: url(../img/slick-prev-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}


.js-success-slider .slick-next  {
    right: unset;
    left: 50%;
    margin: 0 0 0 25px;
    background-image: url(../img/slick-next-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}

.js-success-slider .slick-arrow {
    top: unset;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    transform: translate(-50% , 0);
}

@media(min-width: 1200px) {
    .success-section {
        padding: 90px 0;
    }

    .js-success-slider .slick-track {
        padding-bottom: 0px;
    }
    
}



.road-success-flag-image {
    position: relative;
    margin: 0 0 56px 14px;
}

.road-success-slide-item {
    position: relative;
}

.road-success-slide-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    background: url(../img/roadmap-dot.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
}

.road-success-slide-item:before {
    content: "";
    position: absolute;
    background: url(../img/roadmap-right-arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    right: 0;
    top: 78px;
}

.road-success-slider.slick-initialized .slick-slide {
    vertical-align: top;
    margin: 0 5px;
}

.road-success-slide-item h3 {
    color: #FE5F06;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
}

.road-success-slide-item h3 span {
    color: #232323;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.road-success-slider {
    position: relative;
    margin-top: 25px;
}

.road-success-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px dashed #0E0E0E;
    left: 0;
    top: 82px;
}

.road-success {
    padding: 50px 0;
}

@media(min-width: 768px) {
    .road-success-slider.slick-initialized .slick-slide {
        margin: 0 20px;
        width: 129px;
    }

    .road-success {
        padding: 90px 0;
    }
}


.fx-accordion {
    position: relative;
    margin-bottom: 30px;
}

.fx-accordion__panel__toggle {
    position: relative;
    list-style-type: none !important;
    margin: 5px 0 0;
    display: block;
    color: #FE5F06;
    line-height: normal;
    background: #fff;
    padding: 15px 35px 15px 20px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
}


.fx-accordion__panel.is-expanded .fx-accordion__panel__toggle,
.fx-accordion__panel__toggle:hover,
.fx-accordion__panel__toggle:focus {
    color: #fff;
    background: #FE8506;
    text-decoration: none;
}

.fx-accordion__panel.is-expanded .fx-accordion__panel__toggle {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #fff;
}

.fx-accordion__panel .fx-accordion__panel__toggle:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7.5px 0 7.5px;
    border-color: #374046 transparent transparent transparent;
}

.fx-accordion__panel.is-expanded .fx-accordion__panel__toggle:after {
    border-width: 0 7.5px 11px 7.5px;
    border-color: transparent transparent #fff transparent;
}

.fx-accordion__panel:not(.is-expanded) .fx-accordion__panel__content {
    display: none;
}

.fx-accordion__panel__content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
}

.fx-accordion__panel {
    background-color: #ffff;
}

.news-latest {
	background: #fff;
}

.card__img {
	height: 283px;
    background-image: url(../img/news-default-image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.card__img img {
	height: 100% !important;
}


/* 12.10 */


.about-us--inner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
}

.about-us--inner__wrap {
    position: relative;
    z-index: 2;
    background: linear-gradient(184deg, rgba(255, 255, 255, 0.87) 4.2%, rgba(255, 255, 255, 0.96) 24.67%, rgba(255, 255, 255, 0.96) 46.01%, rgba(255, 255, 255, 0.88) 71.6%, rgba(255, 255, 255, 0.79) 81.67%);
    padding: 50px 0;
}

.about-half-and-half {
    padding: 50px 0 0;
}

.about-half-and-half__wrap {
    padding-bottom: 20px;
}

.about-half-and-half__right-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.about-half-and-half__left-image {
    width: 375px;
    height: 370px;
    position: absolute;
    left: 0;
    top: 200px;
    display: none;
}

.about-half-and-half__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.road-success {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
}

.road-success__wrap {
    position: relative;
    z-index: 2;
    background: linear-gradient(103deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.93) 51.04%, rgba(255, 255, 255, 0.96) 100%);
    padding: 50px 0;
}
 
@media (min-width: 768px) {
    .about-half-and-half__right-image img {
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .about-us img.alignright {
        width: 56%;
        height: 500px;
    }

    .about-us--inner p {
        padding-bottom: 30px;
    }

    .about-us--inner__wrap {
        padding: 130px 0;
    }

    .about-half-and-half {
        padding: 100px 0;
        position: relative;
    }
    
    .about-half-and-half__wrap {
        padding-bottom: 0;
        width: 50%;
        padding-right: 50px;
    }

    .about-half-and-half__right-image {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .about-half-and-half__right-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .road-success__wrap {
        padding: 100px 0;
    }
}

@media (min-width: 1920px) {
    .about-half-and-half {
        padding: 0 0;
        margin: 100px 0;
    }

    .about-half-and-half__wrap {
        width: 800px;
        padding: 100px 0 100px 150px;
    }   

    .about-half-and-half__right-image {
        width: 730px;
    }

    .about-half-and-half__left-image {
        display: block;
    }

}


/* 19.03.24 */

.production__wrap {
    padding: 50px 0;
    color: #303030;
}

.production__image {
    width: 100%;
    height: 250px;
}

.production__content__wrap {
    background: rgba(255, 255, 255, 0.88);
    padding: 30px 0 10px;
}

.production__content__image {
    width: 100%;
    height: 160px;
}



@media (min-width: 768px) {
    .production__wrap {
        padding: 60px 0;
    }
    
    .production__image {
        height: 400px;
    }
    
    .production__content__wrap {
        padding: 40px 0 20px;
    }
    
    .production__content__image {
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .production__wrap {
        padding: 90px 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .production__image {
        height: 620px;
        width: calc(100% - 480px);
        padding-right: 30px;
    }

    .production__content {
        width: 480px;
        margin-top: 48px;
    }
    
    .production__content__wrap {
        padding: 90px 0 70px 50px;
        width: calc(100% + 210px);
        margin-left: -210px;
        position: relative;
        z-index: 1;
    }
    
    .production__content__image {
        height: 240px;
    }

    .production__content__wrap h2 {
        font-size: 35px;
        letter-spacing: 0;
    }
}

/* formats */

.formats {
    padding-bottom: 50px;
}

.formats__top-content {
    padding: 0 0 25px;
    color: #303030;
}

.formats__feature-col,
.formats__col {
    background: #fff;
    border: 1px solid #F0F0F0;
    padding: 15px 10px 0;
    color: #303030;
    margin-bottom: 20px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.06);
}

.formats__feature-image,
.formats__image {
    width: 100%;
    height: 130px;
}

.formats__info {
    padding: 20px 0 0;
}

.formats__info h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #2E2E2E;
}

.formats__info h3 span {
    font-size: 12px;
}

.formats__info h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

@media (min-width: 1200px) {
    
    .formats__feature-image {
        height: 220px;
    }

    .formats__col {
        display: flex;
        align-items: center;
    }

    .formats__image {
        width: 180px;
        height: 153px;
    }
    
    .formats__col .formats__info {
        width: calc(100% - 180px);
        padding: 0 0 0 15px;
    }
    
    .formats__info h3 {
        margin: 0 0 8px;
        font-size: 20px;
    }

}


/* narration */

.narration {
    padding: 50px 0;
    background: #F9F9F9;
    color: #303030;
}

.narration__top-content {
    padding: 0 0 15px;
    color: #303030;
}

.narration__image {
    width: 100%;
    height: 200px;
}

.narration__info {
    padding: 20px 0 0;
}

.narration__info-col {
    padding: 5px 0 0;
}

.narration__info h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #2E2E2E;
}

.narration__info p {
    font-size: 15px;
    letter-spacing: 0;
}

.narration__info h3 span {
    font-size: 12px;
}

.narration__info h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.narration__info h4 {
    margin: 15px 0 10px;
    padding: 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    color: #000000;
}

.section-padding {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .narration,
    .section-padding {
        padding: 60px 0;
    }

    .narration__image {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .narration,
    .section-padding {
        padding: 90px 0;
    }

    .narration__column {
        display: flex;
        align-items: flex-start;
    }

    .narration__image {
        height: 460px;
        width: 56%;
    }

    .narration__info {
        width: 44%;
        padding: 0 0 0 50px;
    }

    .narration__info-col {
        padding: 0 0 0;
    }

    .narration__info h3 {
        margin: 0 0 6px;
        font-size: 20px;
    }

    .narration__info h4 {
        margin: 12px 0 10px;
        font-size: 25px;
        line-height: 1.3em;
    }
}

/* virtual-image-text */

.virtual-image-text {
    color: #303030;
}

.virtual-image-text__text {
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .virtual-image-text__text {
        padding-bottom: 0;
    }

    .flex-center {
        align-items: center;
    }
}


/* film-destribution */

.film-destribution {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
    color: #303030;
}

.film-destribution__wrap {
    position: relative;
    z-index: 2;
    background: linear-gradient(184deg, rgba(255, 255, 255, 0.87) 4.2%, rgba(255, 255, 255, 0.96) 24.67%, rgba(255, 255, 255, 0.96) 46.01%, rgba(255, 255, 255, 0.88) 71.6%, rgba(255, 255, 255, 0.79) 81.67%);
}

.film-destribution__top-content h3 {
    margin: 20px 0 20px;
    padding: 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    color: #2E2E2E;
}

.film-destribution__top-content h4 {
    margin: 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.1em;
}

.film-destribution-item {
    margin-top: 20px;
}

.film-destribution__link {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #F0F0F0;
    background: #fff;
    padding: 10px 10px;
    color: #2E2E2E;
    transition: transform .2s linear;
}

.film-destribution__image {
    width: 100%;
    height: 360px;
}

.film-destribution__info {
    padding-top: 20px;
    text-align: center;
}

.film-destribution__info h5 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    color: #FE5F06;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media (min-width: 1200px) {
    .film-destribution__top-content h3 {
        margin: 30px 0 50px;
        font-size: 30px;
        letter-spacing: 0.1em;
    }
    
    .film-destribution__top-content h4 {
        font-size: 25px;
        padding-bottom: 15px;
    }

    .film-destribution__link:hover {
        transform: translate3d(0,-10px,0);
        transition: transform .2s linear;
    }

    .film-destribution__info {
        padding: 20px 15px 0;
    }
    
}


/* two-column-text */

.two-column-text {
    color: #303030;
}

.two-column-text__col {
    background: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.16);
    padding: 15px;
    margin-top: 20px;
}

.two-column-text__image {
    width: 100%;
    height: 200px;
}

.two-column-text__text {
    padding: 20px 0 0;
}

.two-column-text__text h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #2E2E2E;
}

.two-column-text__text p {
    letter-spacing: 0;
    font-size: 14px;
}

.two-column-text__text h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

@media (min-width: 768px) {
    .two-column-text__col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .two-column-text__image {
        width: 208px;
        height: 275px;
    }

    .two-column-text__text {
        padding: 0 0 0 20px;
        width: calc(100% - 208px);
    }


}


/* quality */

.quality {
    background: #F9F9F9;
    color: #303030;
}

.quality__content h2 {
    font-size: 20px;
}

.quality__content__col {
    margin-top: 5px;
}

.quality__content__col h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #2E2E2E;
}

.quality__content__col p {
    letter-spacing: 0;
}

.quality__content__col h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.quality__image-text {
    margin-top: 20px;
}

.quality__image {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.quality__image-text h3 {
    margin: 0 0 14px;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #000000;
}

@media (min-width: 768px) {
    .quality__content h2 {
        font-size: 30px;
    }

    .quality__image {
        height: 244px;
    }
    
    .quality__image-text h3 {
        margin: 0 0 14px;
        padding: 0;
        font-size: 25px;
        line-height: 1.3em;
        font-weight: 500;
        color: #000000;
    }
}

@media (min-width: 1200px) {
    .quality__image-text {
        margin-top: 0;
        padding-left: 50px;
    }

    .quality__content h2 {
        padding-bottom: 20px;
    }

    .quality__content__col {
        margin-top: 10px;
    }
}



/* footer-inner */
.footer-inner {
    position: relative;
}

.footer-link ul li a {
    color: #000;
    font-weight: 400;
}

.footer-link ul li {
    margin-bottom: 7px;
    display: block;
}

.footer-link {
    margin-bottom: 25px;
}

.footer-inner .footer-logo a {
    display: block;
}  

.footer-inner .footer-logo {
    max-width: 200px;
}

.footer-inner .footer-logo a img {
    max-width: 100%;
}

.footer-inner {
    padding: 40px 0 0 ;
}

.footer-inner h4 {
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #E9E4E1;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    color: #565656;
    padding: 0;
}

@media(min-width: 768px) {
    .footer-inner-wrapper {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .footer-contact {
        width: calc(100% - 300px);
        padding: 0 32px 0 50px;
    }

    .footer-inner h4 {
        margin: 0 0 12px;
    }

    .footer-inner .social-media {
        position: absolute;
        margin: 0;
        top: 100px;
        left: 0;
    }

    .footer-inner .footer-info {
        margin-bottom: 0;
    }

    .footer-inner .back-to-top {
        bottom: 90px;
        right: 60px;
    }
}

@media(min-width: 1200px) {
    .footer-inner .social-media {
        position: relative;
        top: 0;
    }

    .footer-inner-wrapper {
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-inner .footer-logo {
        max-width: 374px;
    }

    .footer-contact {
        width: auto;
        padding: 0;
        max-width: 464px;
    }

    .footer-link ul li a:hover {
        color: #fe8506;
    }

    .footer-inner h4 {
        font-size: 20px;
    }

    .footer-inner {
        padding: 50px 0 0;
    }

    .footer-inner .footer-info {
        margin-bottom: 30px;
    }

    .footer-inner .back-to-top a img {
        max-width: 50px;
    }

    .footer-inner .back-to-top {
        bottom: 16px;
    	right: 0;
    }
}

/* footer-inner */


.inner-planetarium {
    background-color: #fff;
}

.planetarium-half-and-half-content-wrapper {
    padding: 0 21px 30px;
}

.planetarium-half-and-half-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planetarium-half-and-half-icon-heading h3 {
    font-size: 17px;
    color: #0E0E0E;
    font-weight: 600;
    margin: 0;
}

.planetarium-half-and-half-icon-heading h3 span {
    font-size: 15px;
    display: block;
    color: #FE5F06;
    font-weight: 600;
    margin-top: 5px;
}

.planetarium-half-and-half-icon-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12px;
}

.planetarium-half-and-half-icon {
    margin-right: 20px;
    display: flex;
}

.planetarium-half-overflow-wrapper {
    padding: 30px 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.11);
}

.planetarium-half-overflow-col p:last-child {
    padding: 0;
}

.planetarium-half-overflow-col {
    margin-bottom: 30px;
}

.planetarium-half-and-half + .planetarium-half-overflow {
    margin-top: -30px;
    position: relative;
}

.planetarium-half-overflow {
    padding: 0 0 40px;
}


@media(min-width: 768px) {
    .planetarium-half-and-half-content-wrapper {
        padding: 0 52px 30px;
    }

    .planetarium-half-overflow-wrapper {
        padding: 50px 50px 20px;
    }

    .planetarium-half-and-half + .planetarium-half-overflow {
        margin-top: -60px;
    }

    .planetarium-half-overflow {
        padding: 0 0 60px;
    }
}


@media(min-width: 1200px) {
    .planetarium-half-and-half {
        display: flex;
    }
    
    .planetarium-half-and-half-content {
        width: 60%;
    }
    
    .planetarium-half-and-half-img {
        width: 40%;
        position: relative;
        min-height: 471px;
    }
    
    .planetarium-half-and-half-content-wrapper {
        padding: 0 46px 0 33px;
        max-width: 905px;
        margin-left: auto;
    }

    .planetarium-half-and-half-content-wrapper p {
        font-size: 15px;
    }

    .planetarium-half-and-half-img img {
        position: absolute;
    }

    .planetarium-half-and-half-icon-heading h3 {
        font-size: 20px;
    }

    .planetarium-half-overflow .container {
        max-width: 1408px;
    }
    
    .planetarium-half-and-half + .planetarium-half-overflow {
        margin-top: -180px;
    }

    .planetarium-half-overflow {
        padding: 0 0 90px;
    }
}


.inner-image-text {
    padding: 45px 0;
}

.inner-image-text-image {
    margin: 10px 0 20px;
}

.inner-image-text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-image-text-row {
    margin-bottom: 40px;
}

.inner-image-text-text p:last-child {
    padding: 0;
}

.inner-image-text-text p span {
    display: block;
    font-weight: 600;
}


@media(min-width: 1200px) {
    .inner-image-text-row {
        display: flex;
        justify-content: space-between;
    }

    .inner-image-text-image {
        width: 47%;
        margin: 0;
    }

    .inner-image-text-text {
        width: 50%;
        padding-left: 18px;
    }

    .inner-image-text .container {
        max-width: 1408px;
    }

    .inner-image-text-row {
        margin-bottom: 50px;
    }

    .flex-opposite .inner-image-text-text {
        padding-left: 0;
        padding-right: 0;
        width: 47%;
    }

    .flex-opposite .inner-image-text-image {
        width: 50%;
        max-width: 674px;
    }

    .inner-image-text-top-content {
        margin-bottom: 20px;
    }

    .inner-image-text {
        padding: 90px 0;
    }
}


.content-width-image-overlay-image {
    position: relative;
    height: 281px;
}

.content-width-image-overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
} 

.content-width-image-overlay-content {
    position: relative;
    background-color: #FE8506;
    border: 1px solid #CD6900;
    padding: 42px 30px 37px;
    box-shadow: 4px 7px 11px rgba(176, 94, 7, 0.33);
    width: 90%;
    max-width: 1036px;
    margin: -30px auto 0;
    text-align: center;
}

.content-width-image-overlay-content p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.content-width-image-overlay-icon {
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translate(-50%, 0);
}

.black-bg-cosmos .container {
    max-width: 1408px;
}


@media(min-width: 1200px) {
    .content-width-image-overlay-content p {
        font-size: 20px;
    }
}


.black-bg-cosmos-wrapper {
    background-color: #222222;
    padding: 50px 30px;
    color: #fff;
}

.black-bg-cosmos h2 {
    color: #fff;
    text-transform: uppercase;
}

.black-bg-cosmos-wrapper img {
    margin-bottom: 30px;
}

.black-bg-cosmos-wrapper p:last-child {
    padding: 0;
}

.video-box {
    height: 300px;
    cursor: pointer;
    position: relative;
}

.video-image {
    margin: 30px 0 50px;
}

.video-image-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-image .container {
    max-width: 1408px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-gray {
    background-color: #FAFAFA;
}

.planetarium-service {
    padding: 45px 0;
}

.logo-heading-icon {
    width: auto !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

.planetarium-service .inner-planetarium {
    padding: 0 !important;
    background-color: transparent;
}


@media(min-width: 768px) {
    .video-box {
        height: 350px;
    }

    .planetarium-service {
        padding: 60px 0;
    }
}

@media(min-width: 1200px) {
    .video-box {
        height: 528px;
    }

    .planetarium-service {
        padding: 90px 0;
    }

    .inner-planetarium-wrapper {
        display: flex;
        margin: 0 -25px;
        width: calc(100% + 50px);
    }

    .inner-planetarium-left {
        width: calc(44% - 50px);
        margin: 0 25px;
    }
    .inner-planetarium-right {
        width: calc(56% - 50px);
        margin: 0 25px;
    }

    .inner-planetarium .container {
        max-width: 1408px;
    }

    .service-planetarium img:last-child {
        margin-bottom: 0;
    }
}


.contact {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
    color: #303030;
}

.contact-overlay {
    padding: 60px 0;
    background: rgba(255,255,255,0.75);
    position: relative;
    z-index: 1;
}

.contact-form {
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(92,61,0,0.15);
}

label {
    color: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}

.contact-right {
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(92,61,0,0.15);
    margin-top: 30px;
    position: relative;
}


.contact-address-col {
    margin-top: 27px;
}

.contact-address-col:first-child {
    margin-top: 0;
}

.contact-address-col h6 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
}

.contact-address-col h6:before {
    bottom: 0;
    right: unset;
    top: unset;
    left: 0;
}

.contact-address-col ul li {
    padding: 0 0 0 30px;
    margin: 0 0 25px 0;
    font-size: 15px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 1.35em;
    position: relative;
}

.contact-address-col ul li span {
    padding: 0 0 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.35em;
    position: relative;
    display: block;
}

.contact-address-col ul li:last-child {
    margin: 0;
}

.contact-address-col ul {
    padding: 0;
    margin: 0;
}

.contact-address-col ul li:before {
    display: none;
}

.contact-address-col ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2B2B2B;
    font-size: 20px;
}

.contact-address-col ul li i.icon-map {
    font-size: 15px;
}

.contact-address-col ul li a {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 500;
}

.contact-heading {
    margin-bottom: 27px;
}

.form-col-btn p {
    padding: 0 0 10px 0;
    font-size: 12px;
}

.contact-location-map {
    box-shadow: 0 0 10px rgba(92,61,0,0.15);
}

.contact-location-map {
    height: 398px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-location-map iframe {
    height: 100%;
    width: 100%;
}

.contact-location {
    position: relative;
	background: #FBFBFB;
}

.contact-location h2 {
    padding-bottom: 22px;
}

.contact-right .social-media {
    margin-top: 35px;
}

@media(min-width: 768px) {
    .contact-overlay {
        padding: 80px 0;
    }
    
    .contact-form {
        padding: 45px 56px 53px 56px;
    }

    .contact-right {
        width: 100%;
        padding: 40px 40px;
    }

    .contact-address-col {
        width: 100%;
        padding: 0 0;
        margin: 0;
    }

    .contact-location h2 {
        font-size: 42px;
    }
}

@media(min-width: 1200px) {
    .contact-overlay {
        padding: 100px 0;
    }
    
    .contact-form {
        padding: 45px 76px 30px 76px;
    }

    .contact-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact-left {
        width: calc(100% - 400px);
        padding-right: 32px;
    }

    .contact-address-col {
        width: 100%;
        padding: 0;
        margin: 27px 0 0 0;
    }

    .contact-right {
        width: 400px;
        margin: 0;
        display: inline-block;
        padding: 50px 50px 80px 50px;
        height: 100%;
    }

    .contact-address-col ul li a:hover {
        color: #FE8506;
        border-color: #FE8506;
    }

    .contact-location-left-img {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .contact-location-right-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .contact-right .social-media {
        margin-top: 50px;
    }

    .contact-location-map {
        height: 500px;
    }
	
	.news-latest img.alignright {
		max-width: 550px !important;
	 }
}

.cards-flex {
	justify-content: center;
}

.page-header--inner1 .nav-primary {
    top:60px
}

@media (min-width: 1200px) {
    .page-header--inner1 .nav-primary {
            top: auto
    }

    .fixed .nav-primary {
        top: 0 !important;
    }
}