

/*sticky header position*/
.header-section{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0px 0px;
}
.logo{
    color: #fff !important; 
}

.black{
    background: rgba(0, 0, 0, 0.80) !important;
}

.display {
  display: table;
}


.video {
position: relative;
top: 0px;
background-color: black;
height: 90vh;
min-height: 25rem;
width: 100%;
overflow: hidden;
}

.video video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

@media(max-width: 800px){
.video video{
  display: none;
}
.video{
  width: 100% !important;
  height: 30vh !important;
  background: url(../img/slider-cover.jpg);
  background-size: cover;
}
}



.main-navbar ul {
    list-style: none;
    margin: 0;
}

.main-navbar a:hover {
    cursor: pointer;
    text-decoration: none;
}
.main-navbar a:focus {
    outline: none;
}
.main-navbar img,
.main-navbar object {
    max-width: 100%;
    height: auto;
}
.main-navbar object {
    height: 100%;
}

/*
MAIN HEADER
=============================
*/
/*.main-navbar {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
}*/
/*body.navigation-open .main-header {
    position: absolute;
    height: 100%;
}*/

/* ==================================== */

.menu-bar {
    display: block;
    position: relative;
    background: #a91e29;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    transition: all 300ms;
    margin: 0 auto;
}
.main-navbar .header-top.sticky-header .menu-bar {
    background: #fff;
}

.bar1 {
    top: 0;
    animation: topbar-back 500ms;
    animation-fill-mode: both;
    animation-play-state: initial !important;
}

.bar2 {
    opacity: 1;
}

.bar3 {
    bottom: 0;
    animation: bottombar-back 500ms;
    animation-fill-mode: both;
    animation-play-state: initial !important;
}

.menu-bar+.menu-bar {
    margin-top: 4px;
}

.toggled .bar1 {
    top: 25%;
    animation: topbar-x 500ms;
    animation-fill-mode: both;
}

.toggled .bar2 {
    opacity: 0;
}

.toggled .bar3 {
    bottom: 25%;
    animation: bottombar-x 500ms;
    animation-fill-mode: both;
}

@keyframes topbar-x {
    0% {
        top: 0;
        -webkit-transform: rotate(0deg);
    }

    45% {
        top: 25%;
        -webkit-transform: rotate(145deg);
    }

    75% {
        -webkit-transform: rotate(130deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
    }
}

@keyframes topbar-back {
    0% {
        top: 25%;
        -webkit-transform: rotate(135deg);
    }

    45% {
        -webkit-transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0deg);
    }

    45% {
        bottom: 25%;
        -webkit-transform: rotate(-145deg);
    }

    75% {
        -webkit-transform: rotate(-130deg);
    }

    100% {
        -webkit-transform: rotate(-135deg);
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 25%;
        -webkit-transform: rotate(-135deg);
    }

    45% {
        -webkit-transform: rotate(10deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
    }
}
/* ==================================== */
.main-navbar .header-top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 9;
    background: transparent;
    transition: 0.1s;
}


.header-top.sticky-header {
    background: rgba(0, 0, 0, 0.8) !important;
    transition: 0.1s;
}
.main-navbar .logo {
    float: left;
    position: relative;
    z-index: 4;
    max-width: 250px;
    transition: 0.2s;
}
.main-navbar .logo img {
    max-height: 65px;
    transition: 0.2s;
}
.main-navbar .header-top.sticky-header .logo img {
    max-height: 40px;
    transition: 0.2s;
}

  /* ====================================== */
.main-navbar .toggle-menu {
    float: right;
    margin: 10px 0;
    position: relative;
    z-index: 4;
}
.main-navbar .header-top.sticky-header .toggle-menu {
    margin: 0px;
    transition: 0.3s;
}
.main-navbar .toggle-menu a {
    color: #a91e29;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    transition: 0s !important;
}
.main-navbar .header-top.sticky-header .toggle-menu a {
    color: #fff;
    transition: 0s !important;
}
/* ++++++++++++++++++++++++++++++
        Menu Work
  +++++++++++++++++++++++++++++++ */

.main-navbar .toggle-menu a.menu-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    padding-top: 9px;
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.645, 0.650);
}

.main-navbar .toggle-menu a.menu-icon em {
    position: absolute;
    right: 35px;
    top: 3.9px;
    /*color: #000;*/
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
}


.main-navbar .header-top.sticky-header .toggle-menu a.menu-icon em {
    color: #fff;
}
.header-top.sticky-header

.navigation-visible .toggle-menu a.menu-icon span, 
.navigation-visible .toggle-menu a.menu-icon span:after, 
.navigation-visible .toggle-menu a.menu-icon span:before {
    background: #72706c;
}
.navigation-visible .toggle-menu a.menu-icon span, 
.toggle-menu a.menu-icon.close-icon span {
    background: none;
}
/* .toggle-menu a.menu-icon span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #a91e29;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.toggle-menu a.menu-icon span:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #a91e29;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
} */
.navigation-visible .toggle-menu a.menu-icon span:before, 
.toggle-menu a.menu-icon.close-icon span:before {
    top: 0;
    transform: rotate(45deg);
}
.header-right a.menu-icon span:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.navigation-visible .toggle-menu a.menu-icon span:after, 
.toggle-menu a.menu-icon.close-icon span:after {
    top: 0;
    transform: rotate(-45deg);
}

/* End toggle menu */
/* End of menu */


.main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    padding: 150px 0;
    color: #72706c;
    text-align: center;
    z-index: 3;
    display: block;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    overflow: hidden;
}
.main-navigation .menu {
    width: 100%;
    margin-bottom: 70px;
    margin-left:  170px !important;
    padding: 0px !important;
}
.main-navigation .menu:after {
    content: "";
    display: block;
    clear: both;
}
.main-navigation .menu li {
    float: left;
    width: calc(25% - 2px);
    height: 250px;
    margin: 0 -3px 0 0;
    position: relative;
    z-index: 1;
}
.main-navigation .menu li:hover {
    z-index: 10;
}
.main-navigation .menu li a {
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 192px;
    font-size: 1.4em;
    color: #72706c;
    margin: 0;
    box-shadow: inset 0 0 0 3px #72706c;
    padding: 30px;
    z-index: 1;
    border: none !important
}
.main-navigation .menu li.current-menu-item a {
    color: #72706c !important;
}
.main-navigation .menu li a:hover {
    color: #961617 !important;
    z-index: 2;
}
.main-navigation .menu li a::before, .main-navigation .menu li a::after {
    border: 3px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
}
.main-navigation .menu li a::before {
    top: 0;
    left: 0;
}
.main-navigation .menu li a::after {
    bottom: 0;
    right: 0;
}
.main-navigation .menu li a:hover::before, .main-navigation .menu li a:hover::after {
    width: 100%;
    height: 100%;
}
.main-navigation .menu li a:hover::before {
    border-top-color: #961617;
    border-right-color: #961617;
    -webkit-transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
}
.main-navigation .menu li a:hover::after {
    border-bottom-color: #961617;
    border-left-color: #961617;
    -webkit-transition: border-color 0s ease-out 0.5s,width 10s ease-out 0.5s,height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
}
.main-navigation article {
    display: inline-block;
    width: 100%;
}
.main-navigation article a {
    font-size: 1.667em;
    font-weight: 400;
}
.main-navigation article a {
    color: #72706c;
}
.main-navigation article:hover {
    color: #fff;
}
.main-navigation article:hover a {
    color: #961617;
}
.main-navigation .social {
    display: inline-block;
    margin: 120px 0 50px;
    position: relative;
}
.main-navigation .social:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    margin: 0 0 0 -350px;
    width: 700px;
    height: 3px;
    background: #72706c;
}
.main-navigation .social a {
    float: left;
    width: 50px;
    height: 50px;
    border: 3px solid #72706c;
    margin: -3px -1px 0 -2px;
    position: relative;
    color: #72706c;
    line-height: 45px;
}
.main-navigation .social a:hover {
    color: #961617;
    border-color: #961617;
    z-index: 99;
}
.main-navigation .social a.linkedin {
    margin-top: -50px;
    height: 50px;
    margin-bottom: 56px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media (max-height: 780px) and (max-width: 1700px) {
    .main-navigation {
        opacity: 1;
        padding: 130px 0;
    }   
    .main-navigation ul.menu {
        max-width: 990px;
        width: 100%;
        margin: 0 auto 70px;
        /* Middle adjustment */
        margin-left: none;
    }
    .main-navigation ul.menu li {
        width: 200px;
        height: 200px;
    }
    .main-navigation  ul.menu li a {
        line-height: 135px;
    }
    .main-navigation .social {
        margin: 110px 0 30px;
    }
}


@media (max-width: 992px) {
    .main-navigation {
        padding: 100px 0;
    }
    .main-navbar .logo img {
        max-height: 40px;
    }
    .main-navigation ul.menu li {
        height: 50px;
        width: 100%;
        margin-bottom: -3px;
    }
    .main-navigation ul.menu li a {
        line-height: 30px;
        padding: 10px;
        font-size: 18px;
    }
    .main-navigation article {
        display: none;
    }
    .main-navigation .social {
        margin: 20px 0 30px;
    }
}