/*
Conquer Template
http://www.templatemo.com/tm-476-conquer
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
p{
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover { text-decoration: none; }

/* Start Main Menu */
header {
  /*background-image: url("../img_kont/bg-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  padding: 235px 0;
  /*margin-bottom: 60px;*/
  /*background-attachment: fixed;*/
  /*background-size: 100% 100%;*/
}

ul {
    padding: 0;
    margin: 0;
}
nav > ul > li { list-style: none; }

.m-top80{
  margin-top: 80px;
}
.m-top-minus{
  margin-top: -20px;
}
.m-top-minus150{
  margin-top: -150px;
}

ul#menu {
background: #40475A none repeat scroll 0 0;
padding: 6px;
position: fixed;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 999;
    }

.block{
  display: flex;
  flex-direction: row;
  margin-left: 50px;
  margin-top: 20px;
  width: 100%;
  height: 100%;
}

.left{
  text-align: left;
}

.ml-40{
  margin-left: 40px;
}
.ml-80{
  margin-left: 80px;
}
.mr-80{
  margin-right: 80px;
}
.fs-20{
  font-size: 20px;
}
.fs-18{
  font-size: 18px;
}
.header-content  h1 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
}
.header-content h4 {
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px #333;
}
.center{
  text-align: center;
  align-items: center;
}

.h4{
  font-size: 25px;
  font-weight: 700;
  color: #524540;
}
/* End Header CSS */



/* Start Testimornial CSS */
h2 {
    color: #666666;
}

.bg-self{
  background-color: #B3B221;
  color: #fff;
}

.bg-3d{
  background-color: #4B5263;
  color: #fff;
}

.bg-law{
  background-color: #F57434;
  color: #fff;
}

/* End Testimornial CSS */

.mt-50{
  margin-top: 50px;
}


/* Media Queries
----------------------*/

@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  
  header {
    height: 75vh;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  } 

  ul#menu { display:none; }

  .header-content h1 {
   font-size: 55px;
  }

  .footer-content h4 { font-size: 16px; }
  
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-nav {
    background-color: #383E4C;
    max-height: 0;
    -webkit-transition: max-height 0.8s;
            transition: max-height 0.8s;
    overflow: hidden;
  }
  
}

/*    Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-content h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 520px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  header { height: 50vh; }
}