/* =============================================================================
   1. General Styles
============================================================================= */

html{
  scroll-behavior: smooth;
}
/* Body
============================================================================= */
body {
    margin: 0;
    padding: 0;
    color: #515151;
    overflow-x: hidden;
    font-weight: normal;
    font: 16px/1.6 Avenir, Helvetica, sans-serif, serif;
    background: none;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}



/* Link
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
a {
    color: #64BC4C;
    cursor: pointer;
    text-decoration: none;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
/* Hover / Focus
----------------------------------------------------------------------------- */
a:hover,
a:focus {
    color: #121212;
    text-decoration: none;
}
a:focus { outline: thin dotted; }

/* circle / hover
----------------------------------------------------------------------------- */

.content-block{
  background: #061326;
  padding: 40px 55px;
  font-size: 15px;
  margin-bottom: 25px;
  border-radius: 4px;
}
.content-block:last-child{
  margin-bottom: 0px;
}

============================================================================= */
/* Selection Color
----------------------------------------------------------------------------- */
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #121212;
}

/* List
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
ol,
ul {
    padding: 0;
    margin: 20px auto 15px;
    list-style-position: inside;
}
ol:first-child,
ul:first-child {
    margin-top: -5px;
}
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}


/* Items
----------------------------------------------------------------------------- */
ol li,
ul li {
    margin-bottom: 5px;
}
ol li:last-of-type,
ul li:last-of-type {
    margin-bottom: 0;
}


/* Heading
============================================================================= */
h1,h2,h3,h4,h5,h6 {
    padding: 0;
    color: #e2bb32;
    letter-spacing: 0;
    margin: 10px auto;
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.0;
  text-shadow:1px 1px 15px rgba(0, 0, 0, 0.71);
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
h3 { font-size: 26px; font-weight: normal; line-height: 1.3; }
h4 { font-size: 22px; font-weight: normal; line-height: 1.3; }
h5 { font-size: 22px; font-weight: 500; line-height: 1.4; }
h6 { font-size: 20px; font-weight: 500; line-height: 1.4; }

/* Paragraph
============================================================================= */
p { margin: 0 0 15px 0; }
p:last-of-type { margin-bottom: 0; }

/* =============================================================================
   4. Main Wrapper
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
#main-wrapper {
    padding: 0;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100vh;
    max-width: 1600px;
    position: relative;
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;

    -webkit-transition: all 0.50s ease-in-out;
       -moz-transition: all 0.50s ease-in-out;
         -o-transition: all 0.50s ease-in-out;
            transition: all 0.50s ease-in-out;
}
.no-js #main-wrapper { opacity: 1; }


/* Full Width Wrapper
----------------------------------------------------------------------------- */
body.full-width-page #main-wrapper { max-width: 100%; }




/* =============================================================================
   5. Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.header-section {
    width: 100%;
    z-index: 101;
    display: block;
    position: relative;
    background: url('../images/Hero.jpg') no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.header-section #navbar{
  margin-top: 20px;
  float: right;
}
.header-section .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.7s;
}

.header-section .navbar-toggle .top-bar {
    transform: translateX(3px) rotate(135deg);
    transform-origin: 40% 200%;
}
.header-section .navbar-nav>li>a, .header-section .navbar-nav>li>a:active, .header-section .navbar-nav>li>a:focus{
  color: #e2bb32;
  font-weight: 900;
  text-transform: uppercase;
  outline: 0;
}
.header-section .navbar-nav>li>a:hover{
  color: #e2bb32;
  opacity: .8;
}
.header-section .navbar-toggle .mid-bar {
    opacity: 0;
}

.header-section .navbar-toggle .bot-bar {
    transform: translateX(3px) rotate(-135deg);
    transform-origin: 40% -80%;
}

.header-section .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.header-section .navbar-toggle.collapsed .mid-bar {
    opacity: 1;
}

.header-section .navbar-toggle.collapsed .bot-bar {
    transform: rotate(0);
}
.header-section p{
  font-size: 22px;
  padding: 0 100px;
}
/* Container
----------------------------------------------------------------------------- */
.header-section-container {
    width: 100%;
    display: block;
    position: relative;
}
header .navbar{
  background: transparent;
  border: 0;
  padding: 0 25px;
}
header .navbar.sticky{
  background: #000;
  border: 0;
  padding: 0 25px;
}



/* =============================================================================
   6. Top Header
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
.top-header {
    z-index: 3;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}


/* List
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu {
    width: 0;
    height: 0;
    top: 10px;
    margin: 0;
    padding: 0;
    left: -20px;
    z-index: 16;
    list-style: none;
    overflow: hidden;
    text-align: left;
    position: absolute;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}


/* Items
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
ul.navbar-nav > li > ul.sub-menu li:first-child { margin-top: 10px; }


/* Link
----------------------------------------------------------------------------- */
/* Wrapper
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a {
    width: 100%;
    opacity: 0.75;
    display: block;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 22px;
    padding: 10px 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Hover
--------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li a:hover {
    opacity: 1;
    background-color: #ebebeb;
}


/* Main Item ( First Item )
----------------------------------------------------------------------------- */
ul.navbar-nav > li > ul.sub-menu li:first-child > a {
    opacity: 1;
    text-transform: uppercase;
}
ul.navbar-nav > li > ul.sub-menu li:first-child > a:hover { background-color: transparent; }



/* Social Icons Block
----------------------------------------------------------------------------- */
.header-menu.header-menu-left .social-icons-block {
    width: auto;
    float: right;
    padding: 9px 0;
    text-align: right;
}
.navbar-brand {
    padding: 0;
    height: auto;
    margin: 0 auto;
    color: #121212;
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 80px;
    text-transform: uppercase;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
}

/* Image
--------------------------------------------------------- */
.navbar-brand > img {
    max-width: 100%;
    width: 105px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}

.section{
  padding: 70px 0;
}


/* =============================================================================
   65. Footer
============================================================================= */
/* Wrapper
----------------------------------------------------------------------------- */
footer{
  font-size: 12px;
  padding: 120px 0;
  background: url(../images/Footer.jpg) no-repeat top center;
  background-size: cover;
}
footer h4{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.copyright{
  margin-top: 20px;
}
