@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700,800,900');
*{
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}
p{
    font-weight: 400;
    line-height: 1.7;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
.bar_icon{
    display: none;
}
.container{
    width: 70%;
    margin: auto;
}
ul{
    font-weight: 400;
    padding: 0;
    list-style: none;
}
a{
    font-weight: 400;
    text-decoration: none;
}
@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/BEBAS___.TTF')  format('truetype');
}
.heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 5px;
    font-family: MyWebFont, sans-serif;
    color: #545454;
    font-weight: 600;
}
/* Header Style */
header{
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.top_nav{
    width: 90%;
    padding: 7px 5%;
    background-color: #36479c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_lft,.top_nav ul{
    display: flex;
    align-items: center;
}
.top_lft p{
    margin-right: 10px;
    color: #fff;
}
.top_lft a{
    color: #fff;
}
.top_nav ul li a{
    margin-right: 10px;
    display: block;
}
.top_nav ul li:last-child a{
    margin-right: 0;
}
.top_nav ul li a img{
    width: 80%;
}
nav{
    width: 90%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,.75);
    z-index: 99;
}
.logo{
    width: 15%;
    display: block;
}
.logo img{
    width: 100%;
}
.nav{
    display: flex;
}
.nav li a {
    margin-right: 30px;
    color: #000;
    padding: 35px 0;
    display: block;
    border-bottom: 5px solid rgba(255,255,255,0);
    transition: all .5s ease-in-out;
}
.nav li a:hover{
    border-bottom: 5px solid #36479c;
    border-bottom-width: 100%;
}
.active a{
    border-bottom: 5px solid #36479c !important;
}
.nav li:last-child a{
    margin-right: 0;
}
.fixed {
    width: 90%;
    padding: 0 5%;
    background-color: #fff !important;
    position: fixed;
    top: 0;
    transition: top 0.3s;
    z-index: 999999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.fixed li a{
    padding: 23px 0;
}
.dropdown {
   position: relative;
   display: inline-block !important;
}

.dropdown .dropdown_menu {
   list-style-type: none;
    background-color: #36479c;
    position: absolute;
    display: none;
    z-index: 1;
    padding: 0;
}

.dropdown .dropdown_menu li:hover {
   background-color: rgba(0, 0, 0, 0, 1);
}

.dropdown div {
   height: 20px;
}

.dropdown .dropdown_menu li {
   min-width: 175px;
    text-align: left;
    display: block;
    margin-right: 0;
}

.dropdown .dropdown_menu li a {
   padding: 14px 20px !important;
    text-decoration: none;
    color: #FFF !important;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5) !important;
    margin-right: 0;
}

.dropdown:hover .dropdown_menu {
   display: block;
}
.slider {
    width: 100%;
    position: absolute !important;
    top: 44px;
    height: 44.2vh;
    z-index: -1 !important;
    background-size: cover !important;
    background-position: center !important;
}
/* Footer Style */
footer{
    width: 90%;
    padding: 50px 5%;
    background-color: #404040;
}
.footer{
    display: flex;
    justify-content: space-between;
    color: #cfcfcf;
}
.col{
    margin-top: 25px;
}
.col iframe{
    width: 100%;
}
.col:nth-child(2){
    width: 20%;
}
.col h3{
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.col:nth-child(1) p:nth-child(3){
    margin: 15px 0;
}
.col:nth-child(3) ul,.col:nth-child(4) ul{
    line-height: 2;
}
.col:nth-child(3) ul li a,.col:nth-child(4) ul li a{
    color: #cfcfcf;
    text-transform: uppercase;
}
.col:nth-child(5){
    margin-top: 80px;
}
.col:nth-child(5) li{
    margin-bottom: 15px;
}
.col ul li a:hover{
    color: #f26124;
}
.copy{
    width: 90%;
    padding: 7px 5%;
    background-color: #030821;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy a{
    display: flex;
    align-items: center;
    color: #fff;
}
.copy a img{
    margin-left: 10px;
    width: 80px;
}
/* Media Query */
@media only screen and (max-width:1920px) and (min-width:1601px){
    .fixed li a{
        padding: 30px 0;
    }
}
@media only screen and (max-width:1440px){
    .nav li a{
        margin-right: 20px;
    }
}
@media (max-width: 1280px) and (min-width:1024px){
    .col h3{
        font-size: 20px;
    }
    .col p, .col ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width:1024px){
    .logo{
        width: 25%;
    }
    .bar_icon {
        display: block !important;
        color: #36479c;
        font-size: 2em;
        position: absolute;
        right: 5%;
        top: 7%;
        padding: 3px 13px;
    }
    .fixed .bar_icon{
        top: 21%;
    }
   .nav {
      flex: 2;
      height: 0;
      list-style-type: none;
      visibility: hidden;
      margin-left: auto;
      display: -webkit-flex;
      display: block !important;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
   }
   .nav li{
      margin-right: 0 !important;
       width: 100%;
   }
   .active_nav li a {
      display: block !important;
      font-size: 20px;
       border-bottom: 0;
   }
    .nav li:first-child a {
        border-bottom: 0;
    }
   .active_nav {
        padding: 0px;
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: visible;
        display: block;
        left: 0;
        top: 0;
        margin: auto;
        padding-top: 24%;
        background-color: #36479c;
        z-index: 9999;
    }
   .menuclose {
      position: absolute;
      right: 10px;
      top: 30px;
      color: #fff;
      font-size: 2em;
      background-color: transparent;
      border: 0px;
   }
   .nav{
     display: none;
    }
   .nav li a {
        text-align: center;
        display: block;
        margin: 0px;
        font-weight: bold;
        width: 100%;
        padding: 10px 0px;
        transition-property: all;
        transition-duration: 400ms;
        color: #fff;
    }
    .nav li.active a {
        background-color: transparent;
        color: #f16a24;
    }
    .dropdown{
      min-width: 100%;
      position: relative;
      display: inline-block !important;
   }
   .dropdown .dropdown_menu{
      min-width: 100%;
    position: relative;
    margin: 10px 0 0 0px;
      background-color: #36479c;
   }
   .dropdown div{
      height: 0px;
   }
   .dropdown .dropdown_menu li a{
      border-bottom: 0;
      text-align: center;
       border-bottom: 0 !important;
       padding: 10px 0 !important;
   }
    .footer{
        flex-wrap: wrap;
    }
    .col{
        width: 48% !important;
    }
    .col:first-child p{
        text-align: justify;
    }
    .col:nth-child(5){
        margin-top: 30px;
        display: flex;
    }
    .col:nth-child(5) li{
        margin-bottom: 0;
        margin-right: 15px;
    }
}
@media only screen and (max-width:768px){
    .top_nav{
        display: block;
    }
    .top_lft{
        display: block;
        text-align: center;
    }
    .top_lft p{
        margin-right: 0;
        font-size: 18px;
    }
    .top_nav ul{
        justify-content: center;
        margin-top: 15px;
    }
    .logo{
        width: 45%;
    }
    .bar_icon{
        top: 9%;
    }
    .heading{
        font-size: 2em !important;
    }
    .container{
        width: 90%;
    }
    .col{
        width: 100% !important;
    }
}
@media only screen and (max-width:500px){
    .logo{
        width: 60%;
    }
    .bar_icon{
        top: 16.5%;
    }
    .copy{
        flex-wrap: wrap;
        justify-content: center;
    }
}