/*
Theme Name: Chessandm
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website developed by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* CSS Document */
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, font, 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 {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Nunito', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {margin:0;padding:0; outline: 0 none;}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{

    text-rendering: optimizeLegibility;
}
h1{
    font-size: 56px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 20px;
}
h2{
    font-size: 42px;
    line-height: 57px;
    font-weight: 600;
    margin-bottom: 20px;
}
h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 29px;
}
h4{
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}
h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
h6{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
p{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 29px;
}
p strong,
strong{
    font-size: 18px;
    font-weight: bold;
}
p em,
em{
    font-size: 18px;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
a{
    color: #4b96e6;
    font-size: 18px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{ margin-bottom: 20px;}
ul li{}
ol li{}
ul li a,
ol li a{}
blockquote{

}
input{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;
}
.wrapper{
    width: 1550px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.global-link {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    padding: 20px 40px

}
.global-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#4b96e6;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -2;
}
.global-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #2781e1 ;
    transition: all 0.3s;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -1;
}
.global-link:hover {
    color: #fff;
}
.global-link:hover:before {
    width: 100%;
}
.global-link-sec{
    display: inline-block;
    padding: 0.75rem 1.25rem;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    padding: 20px 40px;
}
.global-link-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    border: 2px solid #fff;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -2;
}
.global-link-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff ;
    transition: all 0.3s;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: -1;
}
.global-link-sec:hover {
    color: #4B96E6;
}
.global-link-sec:hover:before {
    width: 100%;
}
.center-link {
    width: 100%;
    text-align: center;
}
/*### Menu ###*/
nav.menu{

}
nav.menu ul{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
nav.menu ul li{
    display: inline-block;
    list-style: none;
}
nav.menu ul li a{
    display: block;
    color: #4F556F;
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
    line-height: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


nav.menu ul li.current_page_item a,
nav.menu ul li:hover a{
    color: #4b96e6
}
nav.menu .global-link{
    margin-left: 20px;
    padding: 0;

}


nav.menu .global-link a{
    padding: 15px 30px;
    margin-left: 0px;
    text-transform: none;
    color: #fff;
}
nav.menu ul li.global-link:hover a{
    color: #fff;
}
.admin-bar #header{
    margin-top: 32px;
}
nav.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.hamburger-button{
    display: none;
}
.header .menu-menu-container {
    flex: 0 0 auto;    
}
.header-circle-menu {
    margin-top: 18px;
    float: right;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212121;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
} 
#nav-icon3 span:nth-child(1) {
    top: 0px;
} 
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*### End Menu ###*/
/*### Header ###*/

.header{
    background: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.header .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: 100%;
}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;
}
.headroom.headroom--top{
    padding: 10px 0px 10px 0px;

}
.headroom--not-top{
    background: #fff;
    padding: 10px 0px;
    margin-top: 0px;
}
.page-template-home .headroom--top{
    background: #fff;
}
.headroom.headroom--unpinned {
    top: -110px;

}
.headroom--not-top .logo{
    height: 65px;
    width: 180px;
}
#header{
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);


}
.admin-bar #header.fixedhead{
    margin-top: 32px;

}
.logo{
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 65px;
    width: 180px;
}
/*### End Header ###*/
/*### Content ###*/
.slider-top .slide{
    background-size: cover;
    height: inherit !important;
}
.slider-top .slick-track{
    display: flex !important;
}
.slider-top .slide .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 0 10%;
    position: relative;
    z-index: 9;
}
.slider-top .slide .wrapper .content-box{
    width: 100%;
}
.slider-top .slide .wrapper .content-box h4{
    color: #fff;
}
.slider-top .slide .wrapper .content-box h1{
    color: #fff;
    margin-bottom: 20px;
}
.slider-top .slide .wrapper .image img{
    margin: 0 auto;
}
.slider-top .slide .wrapper .content-box .text{
    margin-bottom: 20px;
}
.slider-top .slide .wrapper .content-box p{
    color: #fff;
    font-size: 21px;
    line-height: 34px;
}
.slider-top .slide .wrapper .content-box .global-link-sec{
    margin-right: 20px
}


.left-text .wrapper,
.right-text .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

}
.left-text,
.right-text{
    overflow-x: hidden;
    margin: 120px 0;
}
.left-text{
    background: #F7F7F7;
    padding: 80px 0;
    margin-bottom: 0;
}
.left-text .left{
    flex: 45%;
    margin-right: 5%;
}
.left-text .right{
    padding: 5% 0;
    width: calc(50% + (( 100vw - 1550px) / 2 ));
    margin-right: calc((-100vw + 1550px) / 2 );
}
.right-text .right{
    flex: 40%;
    margin-left: calc(5% + 40px);
}
.right-text .left{
    padding: 5% 0;
    width: calc(50% + (( 100vw - 1550px) / 2 ) - 40px);
    margin-left:  calc((-100vw + 1550px) / 2 );
}
.left-text .right img,
.right-text .left img{
    display: block;
}
.right-text .left img{
    float: right;
    margin-right: -40px;
}
.left-text .right img{
    float: left;
    margin-left: -40px;
}
.carousel-box{
    background: #F7F7F7;
    padding: 80px 0;
}
.carousel-slider{
    margin: 50px 0 0;
    padding-left: calc((100vw - 1550px) / 2);
    padding-bottom: 75px;
    overflow: hidden;
}
.carousel-slider .slick-track{
    display: flex;
}
.carousel-slider .slick-list{
    overflow: visible;
}

.carousel-slider  .carousel-slide{
    width:500px!important;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex!important;
    align-items: flex-start;
}

.carousel-slider .carousel-slide img{
    max-width: 80px;
    height: auto;

}
.carousel-slider .carousel-slide .image-bg{
    width: 80px;
    height: 80px;
    min-width: 80px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
}
.arrow-prev {
    background: #A8ADB3;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: calc((100vw - 1550px) / 2 + 30px);
    bottom: 0;

}

.arrow-next{
    background: #A8ADB3;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    left: calc((100vw - 1550px) / 2 + 90px);
    bottom: 0;
}
.slider-top .arrow-next{
    top:50%;
    right: 5%;
    left: initial;
    z-index: 1;
    background: #4b96e6;
}
.slider-top .arrow-prev{
    top:50%;
    left: 5%;
    z-index: 1;
    background: #4b96e6;
}
.arrow-prev:hover,
.arrow-next:hover{
    background: #4B96E6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.arrow-prev svg,
.arrow-next svg{
    font-size: 20px;
    height: 50px;
}

.carousel-top{
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 30px;
}
.carousel-top h3{
    margin-bottom: 0;
}
.malta-flag{
    margin: 80px 0;
}
.malta-flag h2{
    margin-bottom: 70px;
}
.mf-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mf-list .mf-list-item{
    flex: 0 47%;
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}
.mf-list .mf-list-item img{
    max-width: 80px;
}
.mf-list .mf-list-item .text{
    margin-left: 30px;

}
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form input[type=email]{
    box-shadow: none;
    line-height: 40px;
    border-color: #eee;
    font-size: 2rem;
    display: inline-block;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    padding: 6px 12px;
    border: none;
    color: #fff;
    border-bottom: 2px solid #ddd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.contact-form input[type=text]:hover,
.contact-form input[type=url]:hover,
.contact-form input[type=email]:hover{
    border-color: #4b96e6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-form input[type=submit]{
    border: none;
    background: #4b96e6;
    cursor: pointer;
}
.contact-form input[type=submit]:hover{
    background: #2781e1;
}

.contact-form textarea{
    box-shadow: none;
    line-height: 2.5rem;
    border-color: #eee;
    font-size: 2rem;
    height:40px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 12px;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 2px solid #ddd;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    resize: none;
    font-family: 'Nunito', sans-serif;
}
.contact-form textarea:hover{
    height: 150px;
    padding: 6px 12px;
    border-color: #4b96e6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.filter{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*### End Content ###*/


/*### Footer ###*/

.footer{
    background: #272727;
    padding: 5% 0;
}
.footer .wrapper{
    display: flex;
}
.footer .left,
.footer .right{
    width: 46%;
}
.footer .left{
    margin-right: 6%;
}
.footer h3,
.footer h2{
    color: #ffffff; 
}
.footer p{
    font-size: 15px;
    line-height: 26px;
    color: #bbbbbb;
}
.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 15px;
    line-height: 26px;
    color: #bbbbbb;
    text-decoration: none;;
}

.footer ul li a:hover{
    text-decoration: underline;
}
.footer .phone,
.footer .mail,
.footer .address{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer .phone .text,
.footer .mail .text,
.footer .address .text{
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    display: inline-block;

}
.footer .phone span.icon,
.footer .mail span.icon,
.footer .address span.icon{
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    margin-right: 10px;
}
.footer .phone span.icon{
    background: url('images/phone.png') center no-repeat;
    background-size: 80%;
}
.footer .mail span.icon{
    background: url('images/mail.png') center no-repeat;
    background-size: 80%;
}
.footer .address span.icon{
    background: url('images/address.png') center no-repeat;
    background-size: 80%;
}
.coppy{
    text-align: center;
    background: #181818;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*### End Footer ###*/


/*### RESPONSIVE ###*/

@media only screen and (max-width: 1600px) {
    .wrapper {
        width: 100%;
        padding: 0 7%;
    }
    .left-text .right {
        padding: 5% 0;
        width: calc(50% + (( 100vw - 100%) / 2 ));
        margin-right: calc((-100vw + 100%) / 2 );
    }
    .right-text .left {
        padding: 5% 0;
        width: calc(50% + (( 100vw - 100%) / 2 ));
        margin-left: calc((-100vw + 100%) / 2 );
    }
    .carousel-slider .arrow-prev{
        left: 7%;
    }
    .carousel-slider  .arrow-next{
        left: calc(7% + 60px);
    }
    .carousel-slider{
        padding-left: 5%;
    }
}
@media only screen and (max-width: 1400px) {

    .top-contact .wrapper{
        padding: 0 10%;
    }


}
@media only screen and (max-width: 1300px) {
    nav.menu ul li a{
        font-size: 18px;
    }
    .slider-top .slide .wrapper .image img{
        width: 100%;
        height: auto;
    }
    nav.menu .global-link-sec a {
        padding: 15px 30px;
    }

    .top-contact .wrapper{
        padding: 0 5%;
    }

}
@media only screen and (max-width: 1200px) {
    nav.menu ul li a {
        font-size: 16px;
    }
    nav.menu .global-link-sec {
        margin-left: 10px;
        min-width: 125px;
    }
    nav.menu .global-link-sec a {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .header .menu-menu-container{
        display: none;
    }
    .slider-top .slide .wrapper {
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 10vh;
        padding-top: 10vh;
    }
    .slider-top{
        margin-top: 86px;
    }
    nav.menu {
        flex-wrap: wrap;
    }
    nav.menu .header-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.menu .header-menu{
        height: calc(100vh - 90px);
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .mobile-open-menu  .header .menu-menu-container{
        display: block;
    }
    .header .menu-header-menu-container{
        width: 100%;
        flex:0 0 auto;
    }
    .hamburger-button{
        display: block;
    }
    nav.menu ul li {
        margin-bottom: 10px;
    }
    nav.menu ul li ul.sub-menu{
        position: relative;
        display: block;
    }
    nav.menu ul li ul.sub-menu li{
        display: block;
        width: 100%;

    }
    nav.menu ul li ul.sub-menu li a,
    nav.menu ul li a{
        line-height: 5rem;
        font-size: 2.6rem;
    }
    .hamburger-button{
        display: block;
    }
    nav.menu ul li ul.sub-menu{
        position: relative;
        display: block;
    }
    nav.menu ul li ul.sub-menu li{
        display: block;
        width: 100%;
    }
    nav.menu ul li ul.sub-menu li a,
    nav.menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }
    .header .menu-menu-container {
        width: 100%;
        flex: 0 0 auto;
    }
    nav.menu .global-link a{
        padding: 0px 30px;
    }
    .header .menu-header-menu-container{
        width: 100%;
        flex: 0 0 auto;
    }
    nav.menu .global-link-sec a {
        line-height: 22px;
        font-size: 17px;
        margin-left: 0;
    }
    nav.menu .global-link-sec {
        margin-top: 20px;
    }
    .slider-top .slide .wrapper .content-box .global-link-sec{
        margin-bottom: 20px;
    }
    .progress-slider-section{
        padding: 50px 0;
    }
    .left-text .wrapper{
        flex-direction: column-reverse;
    } 
    .right-text .wrapper{
        flex-direction: column;
    }
    .left-text .right,
    .right-text .left{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .left-text .right img, .right-text .left img{
        float: none;
        margin: 0 auto;
    }

    .left-text .left{
        flex: 100%;
        margin-right: 0%;
    }
    .right-text .left img{
        float: none;
        margin: 0 auto;
    }
    .right-text .right {
        flex: 100%;
        margin-left: 0;

    }
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .left, .footer .mid, .footer .right{
        width: 100%;
    }

    .carousel-slider{
        padding-left: 0;
    }
    .mf-list .mf-list-item{
        flex: 0 100%;
    }
    .left-text .right img,
    .right-text .left img,
    .right-text .left img{
        width: 100%;
        height: auto;
    }
    .left-text .right{
        margin-right: 0;
    }
    .left-text .right, .right-text .left{
        padding: 0;
    }
    .carousel-slider .carousel-slide .image-bg{
        margin: 0 auto 20px;
        overflow: visible;
    }
    .carousel-top{
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .carousel-top h3 {
        text-align: center;
        width: 100%;
    }
    .footer,
    .left-text,
    .carousel-box{
        padding: 60px 0;
    }
    .malta-flag{
        margin: 60px 0 10px;
    }
    .left-text, .right-text{
        margin: 60px 0;
    }
    .left-text{
        margin-bottom: 0;
        margin-top: 0;
    }
    .mobile-open-menu .headroom.headroom--unpinned{
        top: 0px;
    }
    .mobile-open-menu  .header{
        height: 100vh
    }
     .global-link{
        background-color: #4b96e6;
    }

    .global-link:hover{
        background:#2781e1;
    }
    .global-link-sec:hover{
        background: #fff;
    }



    .global-link-sec:hover:after{
        display: none;
    }
    .global-link:after,
    .global-link-sec:before,
    .global-link:before{
        display: none;
    }
}
@media only screen and (max-width: 720px) {
    h1{
        font-size: 30px;
        line-height: 38px
    }
    h2{
        font-size: 24px;
        line-height: 34px
    }

}
@media only screen and (max-width: 480px) {
    .carousel-slider .carousel-slide {
        width: 100% !important;
        height: auto;
        flex-direction: column;
    }
    .mf-list .mf-list-item {
        flex-direction: column;
    }
    .mf-list .mf-list-item img{
        margin-bottom: 20px;
    }
    .mf-list .mf-list-item .text{
        margin-left: 0;
    }
}
@media only screen and (max-width: 320px) {}


/*### END RESPONSIVE ###*/