* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    background-color: #01080f;
}
::-webkit-scrollbar {
    width: 0px;
}
@font-face {
    font-family: "SnasmBookItalic"; 
    src: url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.eot"); 
    src: url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.eot?#iefix") 
    format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.woff2") 
    format("woff2"), url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.woff") 
    format("woff"), url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.ttf") 
    format("truetype"), url("//db.onlinewebfonts.com/t/ce10f237c19f387ff0f671bc88d9e7ad.svg#SnasmW00-BookItalic") 
    format("svg"); 
}
@font-face {
    font-family: 'ethnocentric';
    src: url('../font/ethnocentricrg.ttf');
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}  
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 1000;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
} 
#loader-wrapper .loader-section.section-right {
    right: 0;
} 
#loader {
    display: block;
    width: 100px;
    height: 100px;
    margin: 50 auto;
}
@-webkit-keyframes load-x {
    0% {
        left: -10px;
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
        z-index: 2;
    }
    50% {
        left: 60px;
        transform: scale(1);
    }
    75% {
        transform: scale(0.5);
        z-index: 1;
    }
    100% {
        left: -10px;
        transform: scale(1);
    }
}
@keyframes load-x {
    0% {
        left: -10px;
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
        z-index: 2;
    }
    50% {
        left: 60px;
        transform: scale(1);
    }
    75% {
        transform: scale(0.5);
        z-index: 1;
    }
    100% {
        left: -10px;
        transform: scale(1);
    }
}
@-webkit-keyframes load-y {
    0% {
        right: -10px;
        transform: scale(1);
    }
    25% {
        transform: scale(0.5);
    }
    50% {
        right: 60px;
        transform: scale(1);
        z-index: 1;
    }
    75% {
        transform: scale(1.5);
        z-index: 2;
    }
    100% {
        right: -10px;
        transform: scale(1);
    }
}
@keyframes load-y {
    0% {
        right: -10px;
        transform: scale(1);
    }
    25% {
        transform: scale(0.5);
    }
    50% {
        right: 60px;
        transform: scale(1);
        z-index: 1;
    }
    75% {
        transform: scale(1.5);
        z-index: 2;
    }
    100% {
        right: -10px;
        transform: scale(1);
    }
}
#loader p {
    text-align: center;
    font-family: "Hanna", serif;
    font-weight: 50;
    color: #c02942;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite;
}
@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateY(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateY(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}  
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
  
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.3s 1s ease-out;
} 
[class*=entypo-]:before {
    font-family: "entypo", sans-serif;
}  
.preload * {
    transition: none !important;
}  
#loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 0;
    left: 50%;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}
#loader .circle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 9px rgba(255, 255, 255, .7);
}
#loader .circle:nth-child(2) {
    animation-delay: 240ms;
}
#loader .circle:nth-child(3) {
    animation-delay: 480ms;
}
#loader .circle:nth-child(4) {
    animation-delay: 720ms;
}
#loader .circle:nth-child(5) {
    animation-delay: 960ms;
}
@keyframes orbit {
    0% {
      transform: rotate(225deg);
      opacity: 1;
      animation-timing-function: ease-out;
    }
    7% {
      transform: rotate(345deg);
      animation-timing-function: linear;
    }
    30% {
      transform: rotate(455deg);
      animation-timing-function: ease-in-out;
    }
    39% {
      transform: rotate(690deg);
      animation-timing-function: linear;
    }
    70% {
      transform: rotate(815deg);
      opacity: 1;
      animation-timing-function: ease-out;
    }
    75% {
      transform: rotate(945deg);
      animation-timing-function: ease-out;
    }
    76% {
      transform: rotate(945deg);
      opacity: 0;
    }
    100% {
      transform: rotate(945deg);
      opacity: 0;
    }
}
.hide-navbar{
    top: -100px;
    opacity: 0;
}
.visible-navbar{
    transform: translateY(100px);
    opacity: 1;
}
.hide-text-box{
    left: -100px;
    opacity: 0;
}
.visible-text-box {
    transform: translateX(200px);
    opacity: 1;
}
.homeJumbotron {
    width: 100%;
    height: 110vh;
    padding: 0 8%;
    background-image: url('../img/TFSCover.jpg');
    background-size: cover;
    transition: 3s;
}
.container{
    width: 100%;
    padding: 0 8%;
}
.content{
    display: flex;
    padding: 5% 0;
    width: 100%;
    background-color: #01080f;
    background-size: cover;
    align-items: center;
    /* background: url('../img/MainBc.jpg'); */
}
.content h1{
    color: #fff;
    font-family: 'ethnocentric';
    text-align: center;
}
.content .row .column .card h1{
    color: #fff;
    padding: 5px  0;
    font-family: 'ethnocentric';
    text-align: center;
}
.content h4{
    color: #fff;
    font-family: 'ethnocentric';
    text-align: left;
    font-weight: 300;
    color: #e47724;
}
.content p{
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}
nav {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
    position: fixed;
    background: transparent;
    /* background-color:rgb(219, 219, 219); */
    transition: 2s;
    top: 0;
    z-index: 99;
}
nav div a {
    color: #fff;
    font-family: 'SnasmBookItalic';
    font-size: 14px;

}
nav ul.nonMobile{
    flex: 1;
    text-align: right;
    padding-right: 8%;
}
nav ul.nonMobile li.nonMobile{
    display: inline-block;
    list-style: none;
    margin: 7px 7px;
}
#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
}
#hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}
.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.open .bar2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-180deg);
}
.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}
.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: 2s;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(30vh);
    width: 100%;
}
.mobile-menu li {
    margin-top: 10px;
    list-style: none;
}
@media screen and (max-width:768px) {
    .homeJumbotron {
        height: 100vh;
        background-position: 1000px 0;
    }
    nav ul.nonMobile{
        flex: none;
        display: none;
        padding: 0%;
    }
    nav ul.nonMobile li.nonMobile{
        display: none;
        margin: 0px 0px;
    }
    #hamburger-icon {
        display: block;
    }
    .first-links {
        color: #fff;
        text-decoration: none;    
        position: relative;
        font-family: 'ethnocentric';
        font-size: 12px;
        transition: 0.4s;
    }
    .second-links {
        color: rgb(3, 40, 82);
        text-decoration: none;    
        position: relative;
        font-family: 'ethnocentric';
        font-size: 12px;
        transition: 0.4s;
    }
    nav div a {
        font-size: 10px;
    }
    #loader-wrapper {
        display: none;
    }
}
.first-links {
    color: #fff;
    text-decoration: none;    
    position: relative;
    font-family: 'ethnocentric';
    font-size: 12px;
    transition: 0.4s;
}
.first-links::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    transition: width 0.4s;
}
.first-links:hover::after {
    content: '';
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
}
.lang-links {
    color: #FD8600;
    text-decoration: none;    
    position: relative;
    font-family: 'ethnocentric';
    font-size: 15px;
    transition: 0.4s;
}
.lang-links::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #FD8600;
    transition: width 0.4s;
}
.lang-links:hover::after {
    content: '';
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #FD8600;
}
.second-links {
    color: rgb(3, 40, 82);
    text-decoration: none;    
    position: relative;
    font-family: 'ethnocentric';
    font-size: 12px;
    transition: 0.4s;
}
.second-links::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(3, 40, 82);
    transition: width 0.4s;
}
.second-links:hover::after {
    content: '';
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(3, 40, 82);
}
.logo {
    margin: 0 8%;
    width: 230px;
    cursor: pointer;
    transition: 0.4s;
}
.column {
    float: left;
    width: 33%;
    padding: 0 5px;
}
.column-tab {
    width: 30%;
    padding: 15px 5px;
}
.row {
    margin: 0 -5px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
}
.card {
    box-shadow: 0 4px 8px 0 rgba(184, 182, 182, 0.2);
    width: 3;
    height: 700px;
    padding: 16px;
    text-align: center;
    align-items: center;
    background-color: transparent;
    margin: 20px 0;
}  
.text-box {
    color: #fff;
    position: absolute;
    bottom: 7%;
    font-family: 'SnasmBookItalic';
    transition: 3s;
}
.text-box h1{
    font-size: 65px;
    line-height: 65px;
    width: 105%;
    margin-left: -10px;
    color: transparent;
    -webkit-text-stroke: #fff;
    background: url('../img/Fast.jpg');
    -webkit-background-clip: text;
    animation: back 20s linear infinite;
    background-position: 0 55%;
}
@keyframes back {
    100%{
        background-position: 10000px 0;
    }
    
}
.text-box h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 100%;
}
.arrow-container {
    display: block;
    margin-top: 28px;
    width: 100px;
    height: 35px;
    position: absolute;
    top: 80%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) rotateZ(0deg);
}
.arrow-container:hover {
    cursor: pointer;
}
.arrow-container:hover .arrow {
    top: 50%;
}
.arrow-container:hover .arrow:before {
    transform: translate(-50%, -50%) rotateZ(-30deg);
}
.arrow-container:hover .arrow:after {
    transform: translate(-50%, -50%) rotateZ(30deg);
}

.arrow {
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
}
.arrow:before, .arrow:after {
    transition: all 0.4s ease;
    content: "";
    display: block;
    position: absolute;
    transform-origin: bottom right;
    background: #fff;
    width: 3px;
    height: 25px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotateZ(-45deg);
}
.arrow:after {
    transform-origin: bottom left;
    transform: translate(-50%, -50%) rotateZ(45deg);
}
.arrow:nth-child(1) {
    opacity: 0.3;
    top: 35%;
}
.arrow:nth-child(2) {
    opacity: 0.6;
    top: 55%;
}
.arrow:nth-child(3) {
    opacity: 0.9;
    top: 75%;
}
.visible-arrow {
    transition: 2s;
    /* transform: translateY(90%); */
    top: 90%;
    opacity: 1;
}
.tab {
    display: flex;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    padding: 5%;
    justify-content: center;
}
.tab button{
    display: flex;
    color: #fff;
    width: 100px;
    height: 100px;
    background-color: inherit;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 64px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.tabcontent {
    display: none;
}
.tab button:hover {
    transition: 2s;
    color: #005AFF;
    border: 1px solid #005AFF;
}
.tab button.active {
    color: #005AFF;
    border: 1px solid #005AFF;
}
.sub-content {
    width: 100%;
    text-align: center;
}
.sub-content h3{
    color: #fff;
    font-family: 'ethnocentric';
}
.accordion {
    width: 100%;
    max-width: 1080px;
    height: 250px;
    overflow: hidden;
    margin: 50px auto;
}
.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
    background-size: cover;
}
.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}
.accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}
.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.accordion ul li div a h2 {
    font-family: 'ethnocentric';
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}
.accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
}
.accordion ul li:nth-child(1) {
    background-image: url("../img/TFSPOSLOGO.png");
}
.accordion ul li:nth-child(2) {
    background-image: url("../img/deo.jpg");
}
.accordion ul li:nth-child(3) {
    background-image: url("http://michael-ferry.com/assets/accordion3.jpg");
}
/* .accordion ul li:nth-child(4) {
    background-image: url("http://michael-ferry.com/assets/accordion4.jpg");
}
.accordion ul li:nth-child(5) {
    background-image: url("http://michael-ferry.com/assets/accordion5.jpg");
}
.accordion ul li:nth-child(6) {
    background-image: url("http://michael-ferry.com/assets/accordion6.jpg");
} */
.accordion ul:hover li, .accordion ul:focus-within li {
    width: 8%;
}
.accordion ul li:focus {
    outline: none;
}
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus {
    width: 60%;
}
.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a *,
.accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.accordion ul:hover li {
    width: 8% !important;
}
.accordion ul:hover li a * {
    opacity: 0 !important;
}
.accordion ul:hover li:hover {
    width: 20% !important;
}
.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
  
@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }
    .accordion {
        height: auto;
    }
    .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            -webkit-transition: none;
            transition: none;
        }
}
.slick-slide {
  margin: 0px 30px;
} 
.slick-slide img {
  width: 100%;
}
.footer-distributed{
    background: #020f1d;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}
.footer-distributed .footer-left{
    width: 40%;
}
.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}
.footer-distributed h3 span{
    color:  lightseagreen;
}
.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}
.footer-distributed .footer-links a{
    display: inline-block;
    font-family: 'ethnocentric';
    font-size: 13px;
    text-decoration: none;
    color:  inherit;
}
.footer-distributed .footer-company-name{
    color:  rgb(116, 116, 116);
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.footer-distributed .footer-center{
    width: 35%;
}
.footer-distributed .footer-center ion-icon{
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}
.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
font-weight:400;
    vertical-align: middle;
    margin:0;
}
.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}
.footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;;
}
.footer-distributed .footer-links a:before {
content: "|";
font-weight:300;
font-size: 20px;
left: 0;
color: #fff;
display: inline-block;
padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
content: none;
}
.footer-distributed .footer-right{
    width: 20%;
}
.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    margin: 0;
}
.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-distributed .footer-icons{
    margin-top: 25px;
}
.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.footer-distributed .footer-icons a ion-icon:hover{
    color: #005AFF;
    transition: 1s;
}
@media (max-width: 880px) {
  
    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}
  
