@import url('https://fonts.googleapis.com/css?family=Coda:400,800|Michroma|PT+Sans:400,400i,700,700i|Squada+One');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
*{
   margin: 0;
   font-family: 'Electrolize', sans-serif;
}
p{
   line-height: 2;
   font-weight: 300;
}
.heading{
   color: #22519e;
   text-transform: uppercase;
   font-size: 2.5em;
   text-align: center;
}
body{
    overflow-x: hidden;
}
/*Header Style */
header{
   width: 100%;
   height: 70vh;
   background-size: cover !important;
   background-position: center !important;
   position: relative;
}
.headerlogo{
   display: block;
   z-index: 999999;
   position: absolute;
}
.headerlogo img{
   width: 35%;
   margin-left: 25px;
   margin-top: 25px;
}
.bl_bg{
   width: 330px;
   position: absolute;
   left: 0;
   top: 0;
}
.bar_icon{
   display: none;
}
.caption{
   position: absolute;
   right: 3%;
   bottom: 15%;
   color: #22519e;
}
.caption h1{
      /*font-size: 2.1em;*/
   font-size: 2.1em;
   text-align: right;
}
.caption p{
   font-size: 18px;
   text-align: right;
}
.enq_btn{
    margin-top: 10px;
    width: 150px;
    text-align: center !important;
    float: right;
    background-color: #22519e;
    color: #fff;
    cursor: pointer;
    font-size: 15px !important;
    padding: 5px 0;
}
.br_bg{
   width: 750px;
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
}
.fixed {
   position: fixed !important;
   top: 0 !important;
   z-index: 999999;
   width: 100% !important;
   border-bottom: 1px solid #fff;
   left: 0;
}
.nav{
   width: 85%;
   height: 60px;
   display: flex;
   padding: 0;
   list-style: none;
   justify-content: space-between;
   background-color: #2f2f2f;
   align-items: center;
   position: absolute;
   top: 94%;
   left: 0;
   right: 0;
   margin: auto;
} 
.nav li{
   width: 14%;
   height: 100%;
}
.nav li a{
   width: 100%;
   height: 100%;
   padding: 20px 0;
   display: block;
   text-decoration: none;
   color: #fff;
   text-align: center;
}
.nav li.active a{
   color: #2093d1;
}
.fixed li{
   background-color: transparent !important;
}
.fixed li a{
   color: #fff !important;
}
.fixed li.active a{
   color: #2093d1 !important;
}
/*Footer Style */
footer{
   width: 94%;
   padding: 3% 3% 0 3%;
   background-image: url(../images/footer-bg.png);
   background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
   color: #fff;
}
.inner_footer {
    width: 90%;
    padding: 5% 5% 6%;
    margin: auto;
    background-color: #22519e;
    display: flex;
    justify-content: space-between;
}
.logo{
   width: 17%;
   display: block;
}
.logo img{
   display: block;
   width: 100%;
}
.right_sec{
   width: 75%;
}
.footer_menu{
   padding: 0;
   display: flex;
   list-style: none;
}
.footer_menu li{
   margin-right: 30px;
}
.footer_menu li:last-child{
   margin-right: 0;
}
.footer_menu li a{
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
   display: block;
}
.footer_txt{
   margin: 30px 0;
}
.social{
   display: flex;
   align-items: center;
}
.social a{
   text-decoration: none;
   color: #fff;
}
.social a:nth-child(2){
   margin: 0 30px;
}
.social ul{
   list-style: none;
   display: flex;
}
.social ul li{
   margin-right: 20px;
}
.copy{
   display: flex;
   align-items: center;
   margin: 10px 0;
   font-size: 10px;
}
.easton{
   display: flex;
   align-items: center;
   margin: 10px 0;
   font-size: 10px;
    color: black;
}
.copyright{
    display: flex;
    justify-content: space-between;
}
.easton img{
   margin-left: 15px;
   width: 100px;
}
/* Popup Style */
.popup_overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.9);
   filter: alpha(opacity=70);
   z-index: 999999;
   display: none;
}
.pop_enquiry{
   width: 20%;
   margin: auto;
   position:absolute;
   display:hidden;
   top:50px;
   left: 0;
    right: 0;
   z-index:9999;
   padding:50px 0;
   border-radius:5px;
    background-color: #22519e;
   padding: 3%;
}
.pop_enquiry p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.pop_enquiry .fa{
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.pop_enquiry form input {
   display: block;
   width: 100%;
   margin: auto;
   border: none;
   background-color: transparent;
   border-bottom: 1px solid white;
   font-size: 16px;
   outline: none;
   color: #fff;
   margin-top: 20px;
}
.pop_enquiry form textarea{
    display: block;
   width: 100%;
   margin: auto;
   border: none;
   background-color: transparent;
   border-bottom: 1px solid white;
   font-size: 16px;
   outline: none;
   color: #fff;
   margin-top: 20px;
}
.pop_enquiry form button {
   width: 40%;
    padding: 10px 0;
    color: #234087;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
   cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* Media Query */
@media only screen and (max-width: 1160px){
   .heading{
      font-size: 2em !important;
   }
}
@media only screen and (max-width:1024px){
   footer{
      background-size: cover;
      background-position: right;
   }
   .logo{
      width: 20%;
   }
   .footer_menu{
      flex-wrap: wrap;
   }
   .footer_menu li a{
      margin-bottom: 15px;
   }
    .pop_enquiry{
        width: 30%;
    }
}
@media only screen and (max-width:768px){
     footer{
      background-size: cover !important;
      background-position: 0 !important;
   }
    header{
        overflow: hidden;
    }
   .heading{
      font-size: 1.7em !important;
   }
   .caption{
      color: #fff;
       bottom: 5%;
   }
    .enq_btn{
        background-color: #fff;
        color: #22519e;
    }
    .caption h1 br{
        display: none;
    }
   .br_bg{
      display: none;
   }
   .bar_icon {
      display: block !important;
      color: #fff;
      font-size: 2em;
      position: absolute;
      right: 5%;
       top: 8%;
      z-index: 999999;
   }
   .nav{
      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 ul li{
      margin-right: 0 !important;
   }
   .active_nav li a {
      display: block !important;
      font-size: 20px;
   }
   .active_nav {
      padding: 0px;
      position: fixed;
      width: 100%;
      height: 100%;
      visibility: visible;
      display: block;
      left: 0;
      top: 0;
      margin: auto;
      padding-top: 20%;
         z-index: 999999;
   }
   .menuclose {
      position: absolute;
    right: 6%;
    top: 4%;
    color: #2b509d !important;
    font-size: 2em;
    border: 0px;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
   }
   .nav li ,.fixed li.active{
    width: 100%;
    height: auto;
    background-color: transparent !important;
}
   .fixed li.active{
      background-color: transparent !important;
      color: #000 !important;
   }
   .nav li a {
      text-align: center;
      display: block;
      margin: 0px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0px;
      transition-property: all;
      transition-duration: 400ms;
       color: #fff;
   }
   .nav li a:hover {
      color: #2093d1;
   }
   .nav li.active a{
      color: #000 !important;
   }
   .inner_footer{
      display: block;
   }
   .logo{
      width: 40%;
      margin-bottom: 30px;
   }
   .right_sec{
      width: 100%;
   }
    .enq_btn{
        float: none;
        margin: auto;
    }
    .pop_enquiry{
        width: 70%;
    }
}
@media only screen and (max-width:500px){
       footer{
      background-size: cover !important;
      background-position: none !important;
   }
    .easton img {
    margin-left: 15px;
    width: 70px;
}
   header{
      height: 70vh;
   }
   .headerlogo img{
      width: 28%;
   }
   .bl_bg{
      width: 250px;
   }
   .caption h1,.caption p{
      text-align: center;
   }
   .logo{
      width: 60%;
   }
   .footer_menu{
      display: block;
   }
   .footer_txt{
      text-align: justify;
   }
   .social{
      display: block;
   }
   .social a{
      display: block;
   }
   .social a:nth-child(2){
      margin: 15px 0;
   }
   .social ul{
      justify-content: flex-start;
      padding: 0;
   }
}