/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/


/* @font-face {
    font-family: 'Lato Black';
    src: url(../fonts/Lato-Black.ttf);
}
@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
 */
body, html {
  /*background-color: #fefefe;*/
  position: relative;
  font-family: "Times New Roman";
  height: 100%;
    margin: 0;
}
/* ================= normalizing =============*/

a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none!important;
  list-style: none;
}
img{width: 100%;}
input[type="number"]{
  appearance:textfield;
  -webkit-appearance:textfield;
  -moz-appearance:textfield;
  -ms-appearance:textfield;
  -o-appearance:textfield;
}

/*============================ HEADER ===========================*/
.header_wrp {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 20px;
}
.header_wrp span.menu-icon {
    background-color: #c4c4c4;
    height: 5px;
    display: block;
    margin-bottom: 10px;
    width: 60px;
    clear: left;
}
.header_wrp .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 150px;
}
.header_wrp .menu {
    padding: 20px 20px;
}
.header_wrp .sidenav a {
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
}
.header_wrp .sidenav ul.menu li {
    width: 390px;
}

.header_wrp .sidenav a:hover {
   color: #0433ff;
}

.header_wrp .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 86px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .header_wrp .sidenav {padding-top: 15px;}
  .header_wrp .sidenav a {font-size: 18px;}
}
.header_wrp .menu_bar {
  float: right;
}
.header_wrp .menu_bar:hover {
  cursor: pointer;
}
.pd-0 {
  padding: 0;
}
/*.img-box {
    margin-top: 140px;
}*/
.link_section {
    margin-top: 100px;
}
.link_section a {
    color: #0433ff;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: underline !important;
    margin-bottom: 6px;
}
/*================================================================================ */
.banner_section {
    padding-top: 100px;
}
h1 {
    color: #0433ff;
    font-size: 42px;
    text-align: center;
        font-family: "Times New Roman";
}
.banner_section_p {
    color: #0433ff;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    font-family: "Times New Roman";
}
h2 {
    color: #1f82b6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
}
p {
  color: #1f82b6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}
.parallax_content {
    text-align: justify;
    padding: 80px 30px;
    background-color: rgba(255,255,255, 0.9);
    font-size: 25px;
    font-weight: 200;
    position: absolute;
    left: 0;
    right: 0 !important;
    top: 25%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
.parallax_content h2 {
    margin-bottom: 70px;
    text-transform: lowercase;
    font-size: 32px;
}
.parallax_content p {
  	color: #1f82b6;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.no_parallax_content {
    padding: 80px 30px;
    text-align: center;
    background-color: rgba(255,255,255, 0.9);
}
.no_parallax_content h2 {
    margin-bottom: 70px;
    text-transform: lowercase;
    font-size: 32px;
}
.no_parallax_content p {
  color: #1f82b6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
h3.banner_section_title {
    color: #0433ff;
    font-size: 21px;
    text-align: center;
    font-family: "Times New Roman";
    letter-spacing: 1px;
    font-weight: 500;
}
.poster_block img {
    max-width: 240px;
    margin: 0 auto;
}
.poster_block {
  margin-top: 150px;
    max-width: 1170px;
    margin: 0 auto;
}
.poster_block h4 {
    color: #0433ff;
    font-size: 16px;
    text-align: center;
    font-family: "Times New Roman";
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 35px;
}
.poster_block p {
    color: #0433ff;
    font-size: 14px;
    text-align: center;
    font-family: "Times New Roman";
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 9px;
    line-height: 1.4;
}
/* =============== end ============*/

.bgimg-parallax {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-parallax {
  min-height: 100%;
}
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

/*================================================================================ */
/* LESS Compiled to CSS (Please read PDF guide to manage colors via LESS 
  with just a single line of code editing) */
/*=================================================================================*/ 
main.master_wrap {
    min-height: 100%;
    position: relative;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer {
    background-color: #454545;
    padding: 25px 0;
    display:none;
}
.footer-two {
    padding-top: 15px;
}

.footer-two ul {
    margin: 0 auto;
    display: table;
}
.footer-two ul li {
    display: inline-block;
    font-size: 18px;
    padding-right: 22px;
}
.footer-two li a {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.footer-three {
    float: right;
    padding-top: 15px;
}
.footer-three i {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.copright-block {
    background-color: #f1f1f1;
    padding: 12px 0;
    margin-top: 30px;
}
.copright-block p {
    color: #7c7c7c;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}
.home_ver_2 .parallax_content{
  position: static;
  max-width: 100%;
  padding: 150px 0;
}
.parallax_content.no_image {
    padding-bottom: 0;
}
.home_ver_2 .container{
  width: 100%;
  padding: 0;
}
.home_ver_2 .parallax_content img{
    padding-top: 50px;
}
img.limited_height{
    max-height: 800px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}