/*!
Theme Name: comtradeintegration
Theme URI: https://comtradeintegration.com/
Author: CAN web team, Milos Mladenovic, Bogoljub Gojkovic
Author URI: https://comtradeintegration.com/
*/

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

html, body {
    font-family: "Manrope", sans-serif;
    color:#fff;
    background: #0B0A17;
}

strong {
    font-weight: bold
}


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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 97.222%;
    letter-spacing: -2.16px;
}
.h1-title {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.889%;
    letter-spacing: -1.44px;
}
h2 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%;
    letter-spacing: -1.8px;
}
.h2-title {
    font-weight: 600;
}
h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.96px;
}
.h3-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.667%;
    letter-spacing: -0.72px;
}
p, li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%
}
.p-smaller {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    letter-spacing: -0.48px;
}
strong {
    font-weight: 700;
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
/**************************************************************
    *HEADER
**************************************************************/
header {
    z-index: 9;
    width: 100%;
    position: absolute;
    /* -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); */
}
header .top {
    padding: 0;
}
header ul {
    display: -webkit-flex;
    display: flex
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.main-header ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.main-header li {
    position: relative;
    padding: 32px 25px 34px;
}
.main-header ul a {
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-header .menu > li > a:hover {
    top: -2px;
}
/* .main-header .sub-menu a {
    font-weight: 400;
    font-size: 18px;
}
.main-header ul a:hover {
    color:#648c1e;
} */
.mobile-menu {
    display: none;
}

.p-0 {
    padding: 0
}
.sticky-header {
    position: fixed;
    width: 100%;
    background: linear-gradient(108deg, rgba(11, 10, 23, 0.60) 0%, rgba(11, 10, 23, 0.20) 100%);
    backdrop-filter: blur(5px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sticky-logo {
    display: none;
}
.sticky-header .sticky-logo {
    display: block;
}
.sticky-header  .white-logo {
    display: none;
} 
.main-header .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #0B0A17;
}  
.main-header .sub-menu li a {
    padding: 10px 13px;
    display: block;
} 
/***********************************************
   * MOBILE NAV 
***********************************************/
.close-nav-mob, .sidenav, .mobile-menu {
    display: none;
}

.logo-nav {
    display: block;
}

.mob-search-form {
    position: relative;
}

.mob-search-form input[type="text"] {
    border: 0;
    border-bottom: 1px solid #d2d6de;
    font-size: 16px;
    line-height: 2.5;
    padding: 0 10px;
    color: #B7BDCB;
    width: 100%;
}

.mob-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    background: url('images/search.svg');
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.main-header .sub-menu {
    display: none;
    position: absolute;
    min-width: 195px;
    left: 0px;
    top: 70px;
    border: 1px solid #0B0A17;
    background: rgba(20, 20, 42, 0.50);
    flex-direction: column;
}
.main-header .sub-menu .sub-menu, .sticky-header .main-header .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
}
.main-header .sub-menu li:last-child {
    border-bottom: 0;
}
.sticky-header .main-header .sub-menu {
    top: 87px;
}
@media screen and (max-width: 1199px) {
    #mySidenav {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        z-index: 9999;
        max-width: 375px;
        background: #0B0A17;
    }

    .active-menu-mobile {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transition: transform .4s ease-in-out !important;
        -moz-transition: transform .4s ease-in-out !important;
        -o-transition: transform .4s ease-in-out !important;
        transition: transform .4s ease-in-out !important
    }

    .sidenav {
        background: #fff;
        height: 0;
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0px;
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        width: 100%;
        z-index: 9998;
        transition-delay: 2.5s;
        min-height: 100vh;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
        display: block;
    }
    input[type="submit"], button, textarea {
        -webkit-appearance: none;
        appearance: none;
    }
    .menu-item-1449 {
        display: none;
    }

    .sidenav-inner {
        padding: 30px 20px 10px;
    }
    .sidenav-inner .sub-menu li:last-of-type {
        border-bottom: 0;
    }
    .sidenav-inner .sub-menu {
        display: none;
    }
    .close-nav-mob {
        cursor: pointer;
        display: block;
    }

    .mobile-menu {
        display: block;
    }
    .sticky-header .mobile-menu > svg {
        position: relative;
        top:3px;
    }
    .sidenav-inner .menu-menu-1-container li {
        font-size: 14px;
        line-height: 3.50;
        color: #000;
        font-weight: bold;
        padding: 0;
    }

    /* .sidenav-inner .menu-menu-1-container li:last-of-type {
        border-bottom: 0;
    } */

    .sidenav-bottom ul {
        overflow: hidden;
        padding: 20px 20px 10px;
    }

    .sidenav-bottom nav li {
        display: block;
        padding: 0 10px;
    }

    /* .sidenav-bottom nav li a {
        font-size: 16px;
        line-height: 2.5;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    } */

    .mobile-menu {
        cursor: pointer;
    }
    .main-header {
        display: none !important;
    }
    .banner-text {
        padding-right: 15px;
    }
    .menu li a {
        display: block;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
      }
    .menu-item-has-children > a img {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .sidenav-inner .menu-item-has-children > a.active-menu-item > img {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    /* .sidenav-inner .menu-item-has-children > a::after {
        content: " ";
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('images/arrow-mobile.svg');
        background-repeat: repeat;
        background-size: auto;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 8px;
        margin-top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    } */
    /* .sidenav-inner .menu-item-has-children > a.active-menu-item::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    } */
    .sidenav-inner .menu li {
        margin-bottom: 15px;
    }
    .sidenav-inner .menu li {
        display: block;
        width: 100%;
        align-items: center;
        color: #fff;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%;
        position: relative;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .sidenav-inner .menu li .active-menu-item + .mob-arrow {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    .sidenav-inner .menu li .mob-arrow {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    /* .sidenav-inner .menu li a.active-menu-item {
        color: #80F;
    } 
    .sidenav-inner .menu li a.active-menu-item::after {
        fill: #80F;
    } */
    .sidenav-inner .sub-menu li a {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 183.333%;
        padding: 5px 0 5px 10px;
    }
    .sidenav-inner .sub-menu li {
        margin-bottom: 0;
    }
    .side-header {
        display: flex;
        justify-content: space-between;
        padding: 23px 12px 23px 20px;
    }
    .menu .menu-item-has-children > .sub-menu {
        padding-top: 10px;
    }
    .sidenav-inner .sub-menu .sub-menu {
        padding-top: 0;
    }
    .sidenav-inner .sub-menu .sub-menu li a {
        padding-left: 20px;
    }
}
/* header .sub-menu {
    display: none;  
} */
/*******************************************
    *FOOTER
*******************************************/
footer {
    background: #090A17;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}  
.footer-up {
    padding: 32px 0;
    justify-content: space-between;
}
footer .menu {
    display: flex;
    margin-top: 11px;
}
footer .menu > li > a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 50px;
    color: #FFF;
}
footer .sub-menu {
    margin-top: 7px;
}
footer .sub-menu > li > a {
    color: #B6B3BD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 235.714%;
}
.down-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 30px 0;
}
.down-footer .d-flex {
    justify-content: space-between;
    align-items: center;
}
.social-footer {
    display: flex;
    align-items: center;
}
.social-footer a {
    margin-left: 23px;
}
.adress-footer a {
    margin-left: 35px;
}
.adress-footer li, .adress-footer li a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer .menu ul {
    display: flex;
}
footer .menu ul li {
    margin-left: 50px;
}
/**************************************************************
    * CONTENT
**************************************************************/
.home-banner {
    height: 100vh;
    min-height: 500px;
    position: relative;
    background: #000;
    /* background: linear-gradient(90deg, #000 17.07%, rgba(4, 4, 35, 0.00) 78.44%); */
}
.banner-text {
    position: absolute;
    top: 42%;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    color: #fff;
}
.banner-text h2 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.main-button, input[type="submit"] {
    background: #fff;
    padding: 12px 23px;
    display: flex;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: fit-content;
    border: 0;
    color: #80F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-button:hover, input[type="submit"]:hover {
    background: #80F;
    color:#fff;
}
/* .main-button img, .main-button svg, .main-button-invert img, .main-button-invert svg {
} */
.main-button img, .main-button svg  {
    margin-left: 10px;
}
.main-button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7429%) hue-rotate(328deg) brightness(126%) contrast(102%);
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.home-banner .myVideo {
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
#home-video-slider .slick-dots {
    position: absolute;
    bottom: 50px;
    display: flex;
    width: 100%;
    max-width: 1435px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#home-video-slider .slick-dots > li {
    flex: 0 0 21.5%;
    max-width: 21.5%;
    margin: 0 2%;
}
#home-video-slider .slick-dots span {
    text-indent: -9999px;
    height: 3px;
    background: #fff;
    border: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#home-video-slider .slick-dots > li.slick-active span {
    background: #80F;
}
.slider-dot-link {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
}
.slider-dot-link svg {
    margin-left: 10px;
}
.padding-60 {
    padding: 60px 0;
}
.txt-section h2, .txt-section p {
    text-align: center;
}
.txt-section h2 {
    padding-bottom: 35px;
}
.txt-text {
    max-width: 930px;
    margin: 0 auto;
}
.txt-text span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.72px;
}
.pt-120 {
    padding-top: 120px;
}
.txt-video, .full-video-section {
    position: relative;
    height: 450px;
}
.overlay{
    background: rgba(20, 20, 42, 0.30);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.txt-video video, .full-video-section video{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.txt-video h2, .full-video-section h2 {
    text-align: left;
}
.txt-video-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.txt-video-text .play-button, .banner-play .play-button {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height:  280%;
    letter-spacing: -0.25px; 
}
.txt-video-text .play-button svg,.banner-play .play-button svg {
    margin-right: 15px;
}
.txt-video {
    margin-top: 60px;
}
.play-button svg {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.play-button:hover svg path{
    fill: #fff;
}
.contact-section {
    text-align: center;
}
.contact-section p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.25px;
    padding-top: 20px;
}
.contact-section .main-button {
    margin: 40px auto 0;
}
.pb-120 {
    padding-bottom: 120px;
}
.flip-box {
    background: #09c1e8;
    padding: 35px;
    overflow: hidden;
    cursor: pointer;
    height: 512px;
    display: flex;

    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.flip-box-outher {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.flip-box-outher:hover .flip-box {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    opacity: 1;
    transform: scale(1.2);
}

.flip-box .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.flip-box-outher h5 {
    color: #80F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 171.429%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    position: absolute;
  top: 30px;
  z-index: 999;
}
.img-flip .flip-box-outher .up {
    top: auto;
}

/* .flip-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom:0;
    padding: 35px;
} */
.flip-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flip-text a {
    bottom: 35px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
} 
.flip-text a:hover, .flip-text a:hover svg path {
    color:#80F;
    fill:#80F;
}
.flip-text a svg {
    margin-left: 10px;
}    
.flip-text a svg path {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.flip-box-outher:hover a {
    opacity: 1;
}
.flip-text h3 {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(0%);
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
}

.flip-text p {
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.flip-box-outher:hover p {

    opacity: 1;
}

.flip-box-outher:hover h3 {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transform: translateY(-30%);
}
.flip-box-outher .up {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s ease;
    /* transition-delay: 0.5s; */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    flex-direction: column;
    padding: 40px 35px;
    z-index: 2;
}

.flip-box-outher:hover .up {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.flip-box .inner h3 {
    position: absolute;
    bottom: 40px;
    padding: 0 35px;
    margin-bottom: 0;
    top: auto;
    color: #FFF;
}
.news-boxes h2, .news-slider-section h2 {
    text-align: center;
    margin-bottom: 50px;
}
.container-small {
    max-width: 1160px;
}
.slider-text-part h5 {
    color: rgba(0, 220, 190, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 7px;
}
.slider-text-part h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.slider-text-part h4 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-top: 70px;
}
.slider-text-part h6 {
    color: rgba(0, 220, 190, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}
.slider-arrows {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.slider-arrows span {
    margin-right: 19px;
}
.slider-arrows > span {
    cursor: pointer;
}
.slider-arrows span:hover rect {
    fill: #80F;
}
.slider-arrows span:hover path {
    fill: #fff;
}
.slider-arrows span rect, .slider-arrows span path {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.bottom-footer svg:hover path .social-footer svg:hover path {
    fill: #8800FF;
}
.banner-section {
    height: 100vh;
    max-height: 660px;
    min-height: 550px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.news-banner {
    height: 580px;
}
.news-banner p {
    color: #FFF;
    font-weight: 500;
    line-height: 155.556%;
    margin-top: 20px;
}
.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-section video {
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.management-section h2 {
    text-align: center;
    margin-bottom: 60px;
}
.overflow-hidden {
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.overflow-hidden > img {
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: block;
}
.leadership-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.leadership-box h3 {
    margin-top: 40px
}
.leadership-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
}
.leadership-box {
    margin-bottom: 70px;
}
.padding-120 {
    padding: 120px 0;
}
.contact-location-box {
    border: 3px solid #80F;
    margin-bottom: 40px;
}
.contact-location-box img {
    width: 100%;
    display: block;
}
.contact-location-box h3 {
    font-weight: 400;
}
.contact-location-box h3 strong {
    font-weight: 700;
}
.locations-left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.locations-left li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    line-height: 155.556%;
    letter-spacing: -0.36px;
}
.locations-left li a {
    color: #80F;
    font-weight: 700;
    text-decoration: underline;
}    
.contact-form-section h2, .contact-form-section h4 {
    text-align: center;
}
.contact-form-section h4 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.25px;
    margin-top: 25px;
}
.container-contact {
    max-width: 925px;
}
.form-row {
    display: flex;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-form-section form input[type="text"], .contact-form-section form input[type="email"], .expert-form input[type="text"], .expert-form input[type="email"] {
    width: 100%;
    height: 54px;
    border: 0;
    outline: none;
    padding: 17px 25px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Manrope", sans-serif !important;
    background: #1E1E37;
    letter-spacing: -0.28px;
}
.contact-form-section form textarea {
    max-width: 100%;
    height: 410px;
    background: #1E1E37;
    resize: none;
    padding: 17px 25px;
    color: #fff;
    width: 100%;
    border: 0;
    outline: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Manrope", sans-serif !important;
}
.expert-form input[type="text"], .expert-form input[type="email"] { 
    margin-top: 11px;
}
.form-row div + div {
    margin-left: 30px;
}
.contact-form-section .input {
    width: 100%;
    margin-bottom: 30px;
}
.contact-form-section form {
    margin-top: 80px;
}
.wpcf7-list-item {
    margin-left:0;
}
.check .wpcf7-list-item-label {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-left:12px;
}
.wpcf7-not-valid-tip {
    color:#fff;
    font-size: 14px;
}
.contact-form-section input[type="submit"] {
    margin: 30px auto 0;
    min-width: 146px;
}
#news-slider.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    margin-right: 30px;
}
#news-slider  .slick-list {
    display: flex;
}
#news-slider .slick-list {
    padding: 0 15% 0 0 !important;
}
#news-slider .slick-track {
    display: flex !important;
  }
#news-slider .news-box {
    margin-right: 30px;
}
.news-slider-section {
    position: relative;
}
#news-slider + .container {
    position: relative;
}
.news-slider-section .slider-arrows {
    bottom: auto;
}
.half-text h3 {
    color: #00DCBE;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%;
}
.half-text h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.96px;
}
.half-text h2 {
    margin-bottom: 53px;
}
.half-text .main-button {
    margin-top: 60px;
}
.row-reverse {
    flex-direction: row-reverse;
}
/* .half-text {
    max-width: 590px;   
    margin: 0 auto;
} */
.half-section .row-reverse img {
    float: right
}
.number-section h2 {
    text-align: center;
}
.box-number {
    border: 3px solid #14142A;
    background: #14142A;
    padding: 64px 45px;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.box-number h3, .box-number2 h3 {
    color: #FFF;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.92px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.box-number p, .box-number2 p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -0.48px;
}
.box-number:hover {
    border: 3px solid #80F;
}
.box-number:hover h3 {
    color:#80F;
}
.mb-70 {
    margin-bottom: 70px;
}
.strong {
    font-weight: 700;
}
.box-hover-section .row-cards > div {
    margin-bottom: 30px;
}
.box-hover-section .single-card, .grid-box .single-card {
    padding: 40px;
    position: relative;
    height: 100%;
    background: #14142A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.grid-box .single-card {
    background: transparent;
}
.box-hover-section h3 {
    margin-bottom: 30px;
} 
.grid-item {    
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #14142A;
}

.box-hover-section .single-card:hover, .bento-b .grid-item:hover {
    background: rgba(136, 0, 255, 0.50);
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.grid-box .single-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover !important;
}
.grid-box.grid6-box .single-card {
    justify-content: flex-start;
}
.grid-box.grid-box-6.grid6-box .single-card {
    justify-content: space-between;
}
.bg-bento .grid-box.grid6-box .single-card {
    justify-content: space-between;
}
.grid-box .single-card h3 {
    margin-bottom: 30px;
}
.hidden-arrow {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: #80F;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.single-card:hover .hidden-arrow {
    display: block;
}
.hidden-arrow svg, .horizontal-box-card svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.overflow-img {
    overflow: hidden;
}
.overflow-img img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.overflow-img:hover > img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.single-box-card {
    background: #0B0A17;
    padding: 48px 24px;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
@media (min-width: 991px) {
    .col-5 {
        flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
    }
}
.single-box-card p, .outline-box p {
    margin-top: 27px;
}
.single-box-card:hover {
    background: #80F;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.horizontal-box-card {
    padding: 23px 20px;
    background: #14142A;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
}
.horizontal-link-card {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 155.556%;
}
.horizontal-link-card:hover {
    opacity: 0.85;
}
.horizontal-box-card:hover {
    background: linear-gradient(90deg, #80F 0%, #6436FF 100%);
}
.hidden-arrow-horizontal {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 100%;
    background: #fff;
    display: none;
}
.horizontal-box-section a .horizontal-box-card:hover  .hidden-arrow-horizontal {
    display: block;
}
.outline-box {
    padding: 48px 22px;
    border: 3px solid #80F;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.box-title2 {
    justify-content: center;
}
.mb30 {
    margin-bottom: 30px;
}
.outline-box h3 span {
    font-weight: 400;
}
.outline1-section .row > div, .outline2-section .row > div {
    display: flex;
}
.outline-box h4 {
    color: #80F;
    font-size: 18px;
    font-weight: 400;
    line-height: 188.889%;
    letter-spacing: -0.36px;
}
.outline2-section .outline-box  {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.outline2-section .outline-box:hover {
    background: linear-gradient(315deg, #80F -16.49%, #14142A 105.98%);
    border: 0;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}
.outline-icon-section .single-card {
    border: 3px solid #80F;
    padding: 44px 29px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.outline-icon-section .single-card h3 {
    line-height: 109.375%;
    min-height: 110px;
}
.outline-icon-section .single-card .icon{
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px 0;
}

.outline-icon-section .single-card:hover {
    background: #14142A;
}
.box-border-line-section .single-card {
    background: #14142A;
    padding: 150px 80px 150px 55px;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
}
.box-border-line-section .row > div {
    margin-bottom: 30px;
}
.box-border-line-section .single-card h3 {
    margin-bottom: 30px;
}
.box-border-line-section .single-card:hover {
    background: #090A17;
}
.line-draw {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #6436FF;
    transition: all 0.5s ease-in-out;
}
.single-card:hover .line-draw {
    width: 100%;
}
.box-number2 {
    position: relative;
}
.line-draw2 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 10px;
    background: #80F;
    transition: all 0.5s ease-in-out;
}
.box-number2:hover .line-draw2 {
    width: 120px;
}
.box-number2 h3 {
    padding-top: 20px;
}
.partners > div {
    padding: 30px 20px;
    text-align: center;
}
.partners-section .d-flex {
    flex-wrap: wrap;
}
.partners-section .d-flex > div {
    max-width: 20%;
    flex: 0 0 20%;
}
.partners-section svg {
    max-width: 100%;
    height: auto;
}
.questions-and-answers {
    position: relative;
} 
.questions-and-answers #accordion .card-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
#accordion .card-header span {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: -1px;
    padding: 35px 0;
}
.acc-card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0;
    cursor: pointer;
}
.questions-and-answers #accordion .card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.questions-and-answers #accordion .card-header h5 svg {
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
.questions-and-answers #accordion .active-acc .card-header h5 svg {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.acc-card-body {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.48px;
    width: 90%;
}
.full-video-txt h2 {
    margin-bottom: 30px;
}
.full-video-section {
    height: 402px;
}
.experts-section h4 {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.25px;
}
.experts-section h2 {
    margin-bottom: 25px;
}
.tab-box {
    background: #14142A;
    margin-top: 80px;
}
.tab-right {
    padding: 15px 40px;
}
.tab-left img {
    display: block;
}
.tab-left {
    max-width: 265px;
    min-width: 265px;
}
.tab-right p, .tab-right li  {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.half-border-section .row {
    padding: 110px 80px;
}
.expert-form {
    padding: 80px;
}
.expert-form-inner {
    margin-top: 23px;
}
.check p label {
    line-height: 1;
    display: flex;
    align-items: flex-start;
}
.expert-form input[type="submit"] {
    margin-top: 50px;
}
.expert-form h2 {
    margin-bottom: 15px;
}
.bg-image {
    background-size: cover !important;
}
.expert-form-inner .check {
    margin-top: 11px;
}
.half-border-section .half-text {
    max-width: 665px;
}
.grid-box {
    display: grid;
    row-gap: 26px;
    column-gap: 26px;
    flex-shrink: 0;
    grid-template-areas: "item1 item2 item2 item3"  "item1 item4 item5 item3" "item6 item6 item7 item7";
}
.bento-six .grid6-box {
    grid-template-areas: "item1 item2 item3 item3"  "item4 item4 item5 item6";
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid7-box {
    grid-template-areas: "item1 item2 item2 item3"  "item1 item4 item5 item3" "item6 item6 item7 item7";
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid10-box {
    grid-template-areas: "item1 item2 item3"  "item4 item5 item3" "item6 item6 item7" "item8 item9 item10";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid9-box {
    grid-template-areas: "item1 item2 item3"  "item4 item5 item3" "item6 item6 item7" "item8 item9 item9";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid8-box {
    grid-template-areas: "item1 item2 item3"  "item4 item5 item3" "item6 item7 item8";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid5-box {
    grid-template-areas: "item1 item2 item3"  "item4 item2 item5";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid4-box {
    grid-template-areas: "item1 item1 item2"  "item3 item4 item2";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid3-box {
    grid-template-areas: "item1 item1 item2"  "item3 item3 item2";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid6-box {
    grid-template-areas: "item1 item1 item2"  "item3 item4 item2" "item5 item6 item6";
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-item {
    background: #14142A;
}
.grid-item1 { grid-area: item1; }
.grid-item2 { grid-area: item2; }
.grid-item3 { grid-area: item3; }
.grid-item4 { grid-area: item4; }
.grid-item5 { grid-area: item5; }
.grid-item6 { grid-area: item6; }
.grid-item7 { grid-area: item7; }
.grid-item8 { grid-area: item8; }
.grid-item9 { grid-area: item9; }

.grid-box-6 .grid-item1 {
    grid-row: 1 / 8;
}
.grid-box-6 .grid-item2 {
    grid-row: 1 / 8;
}
.grid-box-6 .grid-item3 {
    grid-row: 1 / 7;
}
.grid-box-6 .grid-item4 {
    grid-row: 8 / 15;
}
.grid-box-6 .grid-item5 {
    grid-row: 7 / 15;
}
.grid-box-6 .grid-item6 {
    grid-row: 7 / 15;
}
#cert-accordion .card-header {
    padding: 22px 22px 22px 30px;
    border: 1px solid #14142A;
    background: #0B0A17;
    display: flex;
}
#cert-accordion .card-header h6 {
    color: #80F;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.64px;
}
#cert-accordion .card-header h5 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    line-height: 131.25%;
    letter-spacing: -0.64px;
    margin-left:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.collapse-left {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.collapse-right a {
    color: #80F;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.collapse-right a::after {
    content: url('images/download-button.png');
    display: inline-block;
    margin-left: 24px;
}
.collapse-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 22px 27px 70px;
    border: 1px solid #0B0A17;
    background: #14142A;
}
#cert-accordion .active-acc .card-header {
    border: 3px solid #80F;
}
.header-padding {
    padding-top: 90px;
}
.half-text p {
    margin-bottom: 25px;
}
.half-text ul {
    padding-left: 15px;
}
.half-text li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%;
    list-style: square;
}
.half-text li::marker {
    color:#80F;
}
.number2-section .row > div {
    margin-bottom: 95px;
}
.number2-section .row > div:nth-last-of-type(4), .number2-section .row > div:nth-last-of-type(1), .number2-section .row > div:nth-last-of-type(2), .number2-section .row > div:nth-last-of-type(3) {
    margin-bottom: 0px;
}
.featured-partners {
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #80F;
    
}
.partners-section .featured-partners.d-flex > div {
    max-width: 33%;
    flex: 0 0 33%;
}
.partners-section .featured-partners p {
    margin-top: 20px;
}
.grid10-box .single-card:hover .hidden-arrow, .grid9-box .single-card:hover .hidden-arrow, .grid3-box .single-card:hover .hidden-arrow, .grid4-box .single-card:hover .hidden-arrow, .grid5-box .single-card:hover .hidden-arrow, .grid8-box .single-card:hover .hidden-arrow, .grid6-box .single-card:hover .hidden-arrow {
    display: none;
}
.card-link {
    bottom: 35px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.36px;
}
.grid10-box .single-card:hover .card-link, .grid9-box .single-card:hover .card-link, .grid3-box .single-card:hover .card-link, .grid4-box .single-card:hover .card-link, .grid5-box .single-card:hover .card-link, .grid8-box .single-card:hover .card-link, .grid6-box .single-card:hover .card-link {
    opacity: 1;
}
.grid10-box.grid-box .single-card h3, .grid9-box.grid-box .single-card h3, .grid3-box.grid-box .single-card h3, .grid4-box.grid-box .single-card h3, .grid5-box.grid-box .single-card h3, .grid8-box.grid-box .single-card h3, .grid6-box.grid-box .single-card h3 {
    margin-bottom: 110px;
}
.grid10-box .single-card:hover p, .grid9-box .single-card:hover p, .grid3-box .single-card:hover p, .grid4-box .single-card:hover p, .grid5-box .single-card:hover p, .grid8-box .single-card:hover p, .grid5-box .single-card:hover p {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}
.grid10-box .single-card p, .grid9-box .single-card p, .grid3-box .single-card p, .grid4-box .single-card p, .grid5-box .single-card p, .grid8-box .single-card p, .grid6-box .single-card p {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.card-link a svg {
    margin-left: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.card-link a:hover svg {
    margin-left: 20px;
}
.small-number-box h5 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.833%;
    letter-spacing: -0.96px;
    margin-bottom: 13px;
}
.small-number-box p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.half-numbers {
    margin-top: 40px;
}
.half-numbers .small-number-box {
    margin-right: 10%;
}
.half-numbers .small-number-box:last-of-type {
    margin-right: 0;
}
.rowEm {
    margin-bottom: 30px;
}
.box-title {
    display: flex;
    align-items: center;
}
.black-box-card {
    padding: 80px 50px;
    background: #0B0A17;
    min-height: 550px;
    display: flex;
    margin-bottom: 26px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.black-box-card h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.833%;
    letter-spacing: -2px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.black-box-card:hover h3 {
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
}
.black-box-card p {
    bottom: 50px;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    max-width: 75%;
}
.black-box-card:hover p {
    opacity: 1;
}
.black-box-card:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}
.banner-section .container {
    height: 100%;
    position: relative;
}
.banner-play { 
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.half-section video {
    max-width: 95%;
    height: auto;
}
.half-section .row-reverse video {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
    .small-container {
        max-width: 920px;
    }
}
.news-link {
    display: flex;
    flex-direction: column;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    height: 100%;
    padding: 25px 21px;
    border: 3px solid #FF0051;
  }
.news-link .image {
    height: 230px;
    position: relative;
}
.news-link .details {
    padding: 20px 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.news-link h5 {
    color: #FF0051;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 171.429%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news-link h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 131.25%;
    letter-spacing: -0.96px;
    margin-bottom: 55px;
}
.news-link p {
    color: #FFF;
    font-weight: 500;
    line-height: 155.556%;
    margin-bottom: 47px;
}
.news-link span {
    color: #80F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.news-link span svg {
    margin-left: 9px;
    transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-link span:hover svg {
    margin-left: 15px;
}
.news-content .row > div {
    margin-bottom: 30px;
}
.news-link .category {
    margin-left:10px;
    margin-top: 10px;
    background: #FF0051;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 14px;
}
.news-content .pagination {
    justify-content: center;
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-numbers.current {
   color: #FF0051;
   font-weight: 700;
}

.news-content .pagination svg path {
    fill: #FFF;
}
.news-single-section {
    padding: 200px 0 120px;
}
.news-single-content h1 {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 123.077%;
    letter-spacing: -1.95px;
}
.news-single-content .excerpt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 58px;
    margin-top: 40px;
}
.news-single-content img {
    max-width: 100%;
    height: auto;
}
.news-single-content .image {
    margin-bottom: 54px;
}
.news-single-content p {
    margin-bottom: 30px;
}
.news-single-content {
    max-width: 835px;
}
.single-item {
    margin-bottom: 30px;
}
.insights-footer .share {
    display: flex;
    align-items: center;
}
.share h6, .pagination a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 250%;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination a span {
    margin: 0 10px;
}
.share a {
    margin-left: 30px;
}
.insights-footer {
    margin-top: 100px;
}
.horizontal-links {
    padding: 120px 100px;
}
.horizontal-links-section .container + .container > .horizontal-links {
    margin-top: 120px;
}
.violet {
    color:#80F;
}
.bottom-banner {
    position: relative;
}
.bottom-banner h2 {
    margin-bottom: 20px;
}
.bottom-banner a {
    margin-top: 55px;
}
.box-elements-section h2 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 166.667%;
    letter-spacing: -0.54px;
    display: block;
    margin-top: 10px;
}
.bento-box-section p {
    max-width: 565px;
}
.blog-content .news-link {
    border: 3px solid #00DCBE;
}
.blog-content .news-link h5 {
    color: #00DCBE;
}
.event-content .news-link {
    border: 3px solid #80F;
}
.event-content .news-link h5 {
    color: #80F;
}
.contact-location-box iframe {
    width: 100%;
    display: block;
}
.txt-banner {
    position: relative;
    height: 358px;
}
.jobs-single-banner {
    border-radius: 25px;
    background: #14142a;
    min-height: 340px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.podcast-content {
    padding: 100px 0 80px;
}
.small-cont {
    max-width: 830px;
}
.podcast-content p {
    margin-bottom: 25px;
}
.our-culture-notice {
    border: 1px solid #80F;
    background: #14142a;
    padding: 65px 35px;
    margin-bottom: 30px;
}
.txt-banner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.txt-banner .small-cont {
    display: flex;
    height: 100%;
}
.jobs-banner-text {
    width: 100%;
}
.our-culture-notice h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.25px;
    margin-bottom: 31px;
}
.content p a, .content li a {
    color: #80F;
}
.txt-content ol {
    list-style: decimal;
    padding-left: 15px;
}
.txt-content ul {
    list-style: disc;
    padding-left: 15px;
}
.txt-content ol, .txt-content ul {
    margin-bottom: 25px;
}
/**************************************
    * RESPONSIVE
**************************************/
@media screen and (min-width: 1921px) {
   
}
@media screen and (max-width: 1600px) {
    .h1-title, h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 55px;
    }
    .h3-title {
        font-size: 22px;
    }
    .banner-text h2, .txt-video-text .play-button, .banner-play .play-button {
        font-size: 24px;
    }
    .flip-text h3, h3, #cert-accordion .card-header h5, #cert-accordion .card-header h6, .half-text h4 {
        font-size: 28px;
    }
    .box-number h3, .box-number2 h3 {
        font-size: 60px;
    }
    .box-number p, .box-number2 p {
        font-size: 22px;
    }
    .box-number {
        padding: 55px 40px;
    }
    .mb-70 {
        margin-bottom: 60px;
    }
    .box-hover-section .single-card, .grid-box .single-card {
        padding: 35px;
    }
    .single-box-card {
        padding: 40px 22px;
    }
    .outline-icon-section .single-card .icon {
        margin: 25px 0;
    }
    .box-border-line-section .single-card {
        padding: 100px 50px;
    }
    .collapse-right a, .collapse-left, .acc-card-body, .experts-section h4, .contact-section p, .contact-form-section h4 {
        font-size: 22px;
    }
    #accordion .card-header span, .small-number-box h5, .black-box-card h3 {
        font-size: 40px;
    }
    .expert-form {
        padding: 50px;
    }
    .tab-right {
        padding: 10px 20px;
    }
    .tab-left {
        max-width: 245px;
        min-width: 245px;
      }
    .header-padding {
        padding-top: 50px;
    }
    .black-box-card {
        padding: 70px 40px;
        min-height: 480px;
    }    
    .black-box-card:hover h3 {
        transform: translateY(-35%);
        -webkit-transform: translateY(-35%);
    }
    .txt-text span {
        font-size: 22px;
    }
    #home-video-slider .slick-dots {
        max-width: 1350px;
    }
    .locations-left {
        padding: 20px 40px;
    }
    .horizontal-links {
        padding: 90px 70px;
    }
    .horizontal-links-section .container + .container > .horizontal-links {
        margin-top: 100px;
    }
    .tab-right p, .tab-right li  {
        font-size: 17px;
    }    
}
@media screen and (max-width: 1400px) {
    #home-video-slider .slick-dots {
        max-width: 1160px;
    }
}
@media screen and (max-width: 1199px) {
    .h1-title, h1 {
        font-size: 58px;
    }
    h2 {
        font-size: 46px;
    }
    .h3-title {
        font-size: 20px;
    }
    .banner-text h2, .txt-video-text .play-button, .banner-play .play-button {
        font-size: 22px;
    }
    .box-number h3, .box-number2 h3 {
        font-size: 50px;
    }
    .box-number p, .box-number2 p {
        font-size: 20px;
    }
    .box-number {
        padding: 35px 20px;
    }
    .mb-70 {
        margin-bottom: 50px;
    }
    .box-hover-section .single-card, .grid-box .single-card {
        padding: 25px;
    }
    .single-box-card {
        padding: 35px 20px;
    }
    .outline-icon-section .single-card .icon {
        margin: 20px 0;
    }
    .box-border-line-section .single-card {
        padding: 60px 35px;
    }
    .collapse-right a, .collapse-left, .acc-card-body, .experts-section h4, .contact-section p, .contact-form-section h4 {
        font-size: 20px;
    }
    #accordion .card-header span, .small-number-box h5, .black-box-card h3 {
        font-size: 35px;
    }
    .expert-form {
        padding: 30px;
    }
    .tab-right {
        padding: 22px 35px;
    }
    header .top {
        padding: 23px 0;
    }
    .padding-60 {
        padding: 40px 0;
    }
    .pt-120 {
        padding-top: 80px;
    }
    .pb-120 {
        padding-bottom: 80px;
    }

    .txt-video {
        margin-top: 40px;
    }
    .slick-slide img {
        max-width: 100%;
        height: auto;
    }
    footer .menu ul li {
        margin-left: 35px;
    }
    .down-footer .d-flex {
        flex-wrap: wrap;
    }
    .social-footer a {
        margin: 20px 25px 0 0;
    }
    .banner-section h5 {
        margin-bottom: 20px;
    }
    .half-text .main-button {
        margin-top: 30px;
    }
    .half-text h2 {
        margin-bottom: 30px;
    }
    .box-hover-section h3 {
        margin-bottom: 25px;
    }
    .horizontal-box-card svg {
        max-width: 17px;
        height: auto;
    }
    .outline2-section .outline-box {
        padding: 40px 28px;
    }
    .outline-icon-section .single-card {
        padding: 35px 20px;
    }
    .full-video-section {
        height: 330px;
    }
    .half-border-section .row {
        padding: 60px 40px;
    }
    .locations-left {
        padding: 30px;
    }
    .leadership-box {
        margin-bottom: 50px;
    }
    .contact-form-section form {
        margin-top: 50px;
    }
    .experts-boxes .tab-box {
        align-items: center !important;
    }
    .header-padding {
        padding-top: 65px;
    }
    .partners-section .featured-partners p {
        font-size: 16px;
    }
    .black-box-card {
        padding: 50px 30px;
    }    
    .txt-text span {
        font-size: 20px;
    }
    .menu li.menu-item-has-children:hover > .sub-menu {
        display: none;
    }
    #home-video-slider .slick-dots {
        max-width: 975px;
    }
    .horizontal-links {
        padding: 60px 50px;
    }
    .horizontal-links-section .container + .container > .horizontal-links {
        margin-top: 80px;
    }
    .tab-left {
        max-width: 260px;
        min-width: 1px;
    }
    .grid-box-6.grid-box {
        display: flex;
        flex-wrap: wrap;
        row-gap: 26px;
        column-gap: 4%;
    }
    .grid-box-6.grid-box .grid-item {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        max-width: 48%;
    }
    .podcast-content {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .h1-title, h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .h3-title {
        font-size: 22px;
    }
    .banner-text h2, .txt-video-text .play-button, .banner-play .play-button {
        font-size: 20px;
    }
    .box-number h3, .box-number2 h3 {
        font-size: 40px;
    }
    .box-number p, .box-number2 p {
        font-size: 18px;
    }
    .box-number {
        padding: 35px 20px;
    }
    .mb-70, .bottom-contact-box h2, .management-section h2 {
        margin-bottom: 40px;
    }
    .box-hover-section .single-card, .grid-box .single-card {
        padding: 25px;
    }
    .single-box-card {
        padding: 35px 20px;
    }
    .outline-icon-section .single-card .icon {
        margin: 20px 0;
    }
    .box-border-line-section .single-card {
        padding: 40px 25px;
    }
    .collapse-right a, .collapse-left, .acc-card-body, .experts-section h4, .contact-section p, .contact-form-section h4 {
        font-size: 20px;
    }
    #accordion .card-header span, .small-number-box h5,.black-box-card h3 {
        font-size: 30px;
    }
    .expert-form {
        padding: 30px;
    }
    .tab-right {
        padding: 22px 35px;
    }
    header .top {
        padding: 23px 0;
    }
    .padding-60 {
        padding: 30px 0;
    }
    .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }

    .txt-video {
        margin-top: 40px;
    }
    .slick-slide img {
        max-width: 100%;
        height: auto;
    }
    footer .menu ul li {
        margin-left: 35px;
    }
    .down-footer .d-flex {
        flex-wrap: wrap;
    }
    .social-footer a {
        margin: 20px 25px 0 0;
    }
    .banner-section h5 {
        margin-bottom: 20px;
    }
    .half-text .main-button {
        margin-top: 30px;
    }
    .half-text h2 {
        margin-bottom: 30px;
    }
    .box-hover-section h3 {
        margin-bottom: 25px;
    }
    .horizontal-box-card svg {
        max-width: 17px;
        height: auto;
    }
    .outline2-section .outline-box {
        padding: 40px 28px;
    }
    .outline-icon-section .single-card {
        padding: 35px 20px;
    }
    .full-video-section {
        height: 330px;
    }
    .half-border-section .row {
        padding: 60px 40px;
    }
    .locations-left {
        padding: 30px;
    }
    .leadership-box {
        margin-bottom: 50px;
    }
    .contact-form-section form {
        margin-top: 50px;
    }
    .txt-video, .full-video-section {
        height: 350px;
    }
    .play-button svg {
        max-width: 60px;
        height: auto;
    }
    .slider-text-part h4 {
        margin-top: 25px;
    }
    .slider-text-part h3, .slider-text-part h4 {
        font-size: 22px;
    }    
    .slider-text-part p, .flip-text a {
        font-size: 16px;
    }
    .slider-arrows {
        bottom: -40px
    }
    .flip-text h3, h3, #cert-accordion .card-header h5, #cert-accordion .card-header h6, .half-text h4 {
        font-size: 26px;
    }
    .footer-up, footer .menu, footer .menu ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer .menu ul li {
        margin-left: 0;
        margin-top: 15px;
    }
    .down-footer .d-flex {
        flex-direction: column-reverse;
    }
    .social-footer a {
        margin: 0 15px 20px;
    }
    .adress-footer li {
        margin: 10px 0;
    }
    .adress-footer a {
        margin: 0;
        display: block;
    }
    .flip-text {
        padding: 30px;
    }
    .banner-section {
        height: 100vh;
        max-height: 530px;
        min-height: 500px;
    }    
    .txt-section h2 {
        padding-bottom: 25px;
    }
    .half-text p, .half-text li {
        font-size: 16px;
    }
    .align-items-center {
        align-items: flex-start !important;
    }
    .number-section .row > div{
        margin-bottom: 26px;
    }
    .grid-box {
        display: flex;
        flex-wrap: wrap;
        row-gap: 26px;
        column-gap: 4%;
    }
    .grid-box .grid-item {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        max-width: 48%;
    }
    .box-elements-section .row-cards {
        justify-content: center;
    }
    .box-elements-section .row-cards > div, .outline-icon-section .row-cards > div { 
        margin-bottom: 26px;
    }
    .single-box-card p, .outline-box p {
        margin-top: 20px;
    }
    .grid-box .single-card h3 {
        margin-bottom: 25px;
    }
    .outline-box {
        padding: 40px 20px;
    }   
    .outline-box h4 {
        font-size: 16px;
    } 
    .outline-icon-section .single-card .icon {
        margin: 10px 0;
    }
    .outline-icon-section .single-card h3 {
        min-height: 100px;
    }
    .box-number2 {
        margin-bottom: 30px;
    }
    .partners-section .d-flex > div {
        max-width: 25%;
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
    }
    #cert-accordion .card-header h5, #cert-accordion .card-header h6, .half-text h4 {
        font-size: 24px
    }
    .experts-section h4 br {
        display: none;
    }
    .tab-right {
        padding: 22px 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .experts-boxes .tab-box {
        margin-top: 40px;
    }
    .news-boxes h2, .news-slider-section h2 {
        margin-bottom: 40px;
    }
    .half-text p {
        margin-bottom: 15px;
    }
    .number2-section .row > div {
        margin-bottom: 0;
    }
    .grid10-box.grid-box .single-card h3 {
        margin-bottom: 65px;
    }
    .small-number-box p {
        font-size: 14px;
    }
    .half-numbers .small-number-box {
        margin-right: 7%;
    }
    .txt-text span {
        font-size: 18px;
    }
    .banner-play {
        right: auto;
        top: 85%;
    }
    #home-video-slider .slick-dots {
        max-width: 725px;
    }
    .slider-dot-link {
        font-size: 16px;
    }
    .horizontal-links {
        padding: 60px 40px;
    }
    .horizontal-links-section .container + .container > .horizontal-links {
        margin-top: 60px;
    }
    .contact-location-box iframe { 
        height: 350px;
    }
    .our-culture-notice h4 {
        font-size: 22px;
    }
    .our-culture-notice {
        margin-bottom: 25px;
    }
    .podcast-content p {
        margin-bottom: 20px;
    }
    .podcast-content {
        padding: 60px 0;
    }
    footer .menu > li > a {
        margin: 10px 0;
        display: block;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .h1-title, h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .h3-title {
        font-size: 20px;
    }
    .banner-text h2, .txt-video-text .play-button, .banner-play .play-button {
        font-size: 18px;
    }
    .box-number h3, .box-number2 h3 {
        font-size: 40px;
    }
    .box-number p, .box-number2 p {
        font-size: 16px;
    }
    .box-number {
        padding: 30px 20px;
    }
    .mb-70, .bottom-contact-box h2, .management-section h2 {
        margin-bottom: 30px;
    }
    .box-hover-section .single-card, .grid-box .single-card {
        padding: 20px;
    }
    .single-box-card {
        padding: 30px 20px;
    }
    .outline-icon-section .single-card .icon {
        margin: 10px 0;
    }
    .box-border-line-section .single-card {
        padding: 30px 20px;
    }
    .collapse-right a, .collapse-left, .acc-card-body, .experts-section h4, .contact-section p, .contact-form-section h4 {
        font-size: 16px;
    }
    #accordion .card-header span {
        font-size: 22px;
    }
    .expert-form {
        padding: 25px 10px;
    }
    .tab-right {
        padding: 22px 35px;
    }
    header .top {
        padding: 23px 0;
    }
    .padding-60 {
        padding: 25px 0;
    }
    .pt-120 {
        padding-top: 50px;
    }
    .pb-120 {
        padding-bottom: 50px;
    }

    .txt-video {
        margin-top: 30px;
    }
    .slick-slide img {
        max-width: 100%;
        height: auto;
    }
    footer .menu ul li {
        margin-left: 30px;
    }
    .down-footer .d-flex {
        flex-wrap: wrap;
    }
    .social-footer a {
        margin: 20px 25px 0 0;
    }
    .banner-section h5 {
        margin-bottom: 20px;
    }
    .half-text .main-button {
        margin-top: 25px;
    }
    .half-text h2 {
        margin-bottom: 25px;
    }
    .box-hover-section h3 {
        margin-bottom: 25px;
    }
    .horizontal-box-card svg {
        max-width: 17px;
        height: auto;
    }
    .outline2-section .outline-box {
        padding: 40px 20px;
    }
    .outline-icon-section .single-card {
        padding: 35px 20px;
    }
    .full-video-section {
        height: 300px;
    }
    .half-border-section .row {
        padding: 50px 30px;
    }
    .locations-left {
        padding: 20px;
    }
    .leadership-box {
        margin-bottom: 30px;
    }
    .contact-form-section form {
        margin-top: 30px;
    }
    .txt-video, .full-video-section {
        height: 300px;
    }
    .play-button svg {
        max-width: 50px;
        height: auto;
    }
    .slider-text-part h4 {
        margin-top: 25px;
    }
    .slider-text-part h3, .slider-text-part h4 {
        font-size: 18px;
    }    
    .slider-text-part p, .flip-text a {
        font-size: 16px;
    }
    .slider-arrows {
        bottom: -40px
    }
    .flip-text h3, h3, #cert-accordion .card-header h5, #cert-accordion .card-header h6, .half-text h4 {
        font-size: 24px;
    }
    .footer-up, footer .menu, footer .menu ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer .menu ul li {
        margin-left: 0;
        margin-top: 15px;
    }
    .down-footer .d-flex {
        flex-direction: column-reverse;
    }
    .social-footer a {
        margin: 0 15px 20px;
    }
    .adress-footer li {
        margin: 10px 0;
    }
    .adress-footer a {
        margin: 0;
        display: block;
    }
    .flip-text {
        padding: 30px;
    }
    .banner-section {
        height: 100vh;
        max-height: 530px;
        min-height: 500px;
    }    
    .txt-section h2 {
        padding-bottom: 25px;
    }
    .half-text p, .half-text li {
        font-size: 16px;
    }
    .align-items-center {
        align-items: flex-start !important;
    }
    .number-section .row > div{
        margin-bottom: 26px;
    }
    .grid-box {
        display: flex;
        flex-wrap: wrap;
        row-gap: 26px;
        column-gap: 0;
    }
    .grid-box .grid-item {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .box-elements-section .row-cards {
        justify-content: center;
    }
    .box-elements-section .row-cards > div, .outline-icon-section .row-cards > div { 
        margin-bottom: 26px;
    }
    .grid-box .single-card h3 {
        margin-bottom: 25px;
    }
    .outline-box {
        padding: 40px 20px;
    }   
    .outline-box h4 {
        font-size: 16px;
    } 
    .outline-icon-section .single-card .icon {
        margin: 30px 0;
    }
    .outline-icon-section .single-card h3 {
        min-height: 1px;
    }
    .box-number2 {
        margin-bottom: 30px;
    }
    .partners-section .d-flex > div {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }
    #cert-accordion .card-header h5, #cert-accordion .card-header h6, .half-text h4 {
        font-size: 20px
    }
    .experts-section h4 br {
        display: none;
    }
    .tab-right {
        padding: 22px 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .experts-boxes .tab-box {
        margin-top: 40px;
        padding: 20px;
    }
    .half-slider .slider-client  {
        max-width: 477px;
        margin: 0 auto;
    }
    .slider-text-part, .half-text {
        margin-top: 30px;
    }
    .number-section .row > div:last-of-type {
        margin-bottom: 0;
    }
    p {
        font-size: 16px;
    }
    .hidden-arrow {
        width: 40px;
        height: 40px;
    }
    .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }
    .hidden-arrow-horizontal {
        width: 74px;
    }
    .horizontal-box-card svg {
        max-width: 15px;
        height: auto;
    }
    .box-border-line-section .row  > div {
        margin-bottom: 30px;
    }
    .box-border-line-section .row  > div:last-of-type {
        margin-bottom: 0px;
    }
    .box-number2 {
        text-align: center;
    }
    .line-draw2 {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .number2-section .row  > div:last-of-type .box-number2 {
        margin-bottom: 0;
    }
    #cert-accordion .card-header {
        padding: 20px;
    }
    #cert-accordion .card-header h5 {
        margin-left: 15px;
    }
    #cert-accordion .card-header h5 span {
        padding-right: 10px;
    }
    .collapse-row {
        padding: 20px 20px 20px 50px;
    }
    .collapse-left ,.collapse-right a, .acc-card-body {
        font-size: 16px;
    }
    .collapse-right a::after {
        margin-left: 15px;
    }
    .questions-and-answers #accordion .card-header h5 svg {
        max-width: 25px;
        height: auto;
    }
    #accordion .card-header span {
        padding: 25px 0;
    }
    .half-border-section .row {
        padding: 40px 10px;
    }
    .half-border-section .row {
        flex-direction: column-reverse;
        margin: 0;
    }
    .expert-form input[type="submit"] {
        margin-top: 30px;
    }
    .experts-boxes .tab-box {
        flex-direction: column;
    }
    .tab-left {
        margin: 0 auto;
    }
    .tab-right {
        text-align: center;
    }
    .tab-right p, .tab-right li {
        font-size: 16px;
    }
    .tab-right h3 {
        font-size: 22px;
    }
    .news-boxes h2, .news-slider-section h2 {
        margin-bottom: 30px;
    }
    .adress-footer li {
        text-align: center;
    }
    .home-banner {
        max-height: 640px;
    }
    .form-row {
        flex-wrap: wrap;
    }
    .form-row div + div {
        margin-left: 0px;
    }
    .contact-form-section .input {
        margin-bottom: 20px;
    }
    .contact-form-section form input[type="text"], .contact-form-section form input[type="email"], .expert-form input[type="text"], .expert-form input[type="email"] {
        padding: 15px 20px;
    }
    .leadership-box {
        max-width: 328px;
        margin: 0 auto 30px;
    }
    .leadership-box h3 {
        margin-top: 20px;
    }
    #news-slider .flip-box-outher {
        margin-bottom: 15px;
    }
    .news-slider-section .slider-arrows, .half-slider .slider-arrows {
        position: relative;
        display: flex;
        justify-content: end;
        bottom: auto
    }
    .news-slider-section .slider-arrows span, .half-slider .slider-arrows span {
        margin-right: 0px;
        margin-left: 20px;
    }
    #slider-client {
        margin-bottom: 20px;
    }
    .number-section h2 {
        margin-bottom: 30px;
    }
    .questions-and-answers #accordion .acc-card {
        border-bottom: 2px solid #fff;
    }
    .questions-and-answers  .acc-card-body {
        padding-bottom: 30px;
    }
    .partners-section .featured-partners.d-flex > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .grid10-box.grid-box .single-card h3 {
        margin-bottom: 25px;
    }
    .small-number-box p {
        font-size: 14px;
    }
    .half-numbers .small-number-box {
        margin-right: 0;
    }
    .half-numbers {
        margin-top: 30px;
    }
    .half-section .d-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .small-number-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px 20px;
    }
    footer .menu > li > a {
        margin: 10px 0;
        display: block;
        font-size: 16px
    }
    .black-box-card {
        min-height: 400px;
    }
    h1 br {
        display: none;
    }
    #home-video-slider .slick-dots {
        max-width: 525px;
    }
    .slider-dot-link {
        font-size: 14px;
    }
    #home-video-slider .slick-dots span {
        margin-bottom: 7px;
    }
    .horizontal-links {
        padding: 50px 20px 20px;
    }
    .horizontal-links-section .container + .container > .horizontal-links {
        margin-top: 50px;
    }
    .half-section video {
        max-width: 100%; 
    }    
    .bottom-banner a {
        margin-top: 30px;
    }
    .box-elements-section h2 span {
        font-size: 16px;
    }
    .box-border-line-section .single-card h3 {
        margin-bottom: 20px;
    }
    .grid-box-6.grid-box .grid-item {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .grid10-box.grid-box .single-card h3, .grid9-box.grid-box .single-card h3, .grid3-box.grid-box .single-card h3, .grid4-box.grid-box .single-card h3, .grid5-box.grid-box .single-card h3, .grid8-box.grid-box .single-card h3, .grid6-box.grid-box .single-card h3 {
        margin-bottom: 50px;
    }
    .contact-location-box iframe { 
        height: 300px;
    }
    .txt-banner {
        position: relative;
        height: 300px;
        min-height: 300px;
    }
    .our-culture-notice {
        margin-bottom: 20px;
        padding: 25px 20px;
    }
    .our-culture-notice h4 {
        font-size: 20px;
    }
    .podcast-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px) {
    #home-video-slider .slick-dots {
        max-width: 88%;
    }
    .slider-dot-link {
        font-size: 12px;
    }
    #home-video-slider .slick-dots > li {
        flex: 0 0 22.5%;
        max-width: 22.5%;
        margin: 0 5px;
    }
    .slider-dot-link svg {
        margin-left: 6px;
        width: 10px;
        height: auto;
    }
}

