html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #FFFFFF;
}

h1 {
  font-weight: 600;
  font-size: 80px;
  font-style: italic;
  margin: 3px;
}
h2 {
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 25px;
}
h4 {
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  margin: 0px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.red-text {
  color: #E42928;
}
.home-subtitle {
  color: #E42928;
  font-size: 22px;
}
.home h1 {
  margin-top: -15px;
  padding: 0;
}
.services h5 {
  margin: 10px 0px 0px 0px;
}
br {
  display: block;
  content: "";
  margin-top: 10px;
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(20, 20, 20, 0.3);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: rgba(20, 20, 20, 0.5);
}
.scroll-to-top i {
  font-weight: 800;
}

.top-contacts-btn-container {
  position: fixed;
  top: 47px;
  right: 90px;
  z-index: 99;
}
.top-contacts-btn-container div {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}
.top-contacts-btn-container div:nth-child(2) {
  margin: 0px 10px;
}
.top-contacts-btn-container div p {
  line-height: 1px;
  font-size: 13px;
  margin: 0px;
  font-weight: 300;
}
.top-contacts-btn-container .active a {
  color: #E42928;
}
.top-contacts-btn-container div hr {
  border: 0.5px solid #FFFFFF;
  margin: 8px 0px;
}

.top-contacts-btn-container a {
  filter: brightness(100%) contrast(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-contacts-btn-container a:hover {
  filter: brightness(65%) contrast(120%);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-location-btn, .contact-send-btn, .social-network-icons > a {
  filter: brightness(100%) contrast(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-location-btn:hover, .contact-send-btn:hover, .social-network-icons > a:hover {
  filter: brightness(70%) contrast(120%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-send-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.contact-send-btn:focus{
  border: none;
  outline: none;
}
.contact-send-success {
  font-size: 13px;
}
.contacts form .form-group:nth-child(3),
.contacts form .form-group.terms {
    margin-bottom: 5px
}
.contacts .terms label {
  font-size: 13px;
}
.contacts .terms a {
  text-decoration: underline;
}
.cookieinfo .cookieinfo-close {
  padding: 1px 10px !important;
  min-width: 70px !important;
  margin-top: 4px !important;
}

.home {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  background-image: url("../img/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.intro {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  background-image: url("../img/intro.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro2 p {
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.intro2-1, .intro2-2, .intro2-3, .intro2-4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 0px;
}
.intro2-1 > p, .intro2-2 > p, .intro2-3 > p, .intro2-4 > p {
  padding-top: 20px;
}
.intro2-1 { background-image: url("../img/serv1.jpg"); }
.intro2-2 { background-image: url("../img/serv2.jpg"); }
.intro2-3 { background-image: url("../img/serv3.jpg"); }
.intro2-4 { background-image: url("../img/serv4.jpg"); }

.intro2-1 > div, .intro2-2 > div, .intro2-3 > div, .intro2-4 > div {
  width: 100%;
  height: 100%;
  padding: 100px 50px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.intro2-1 > div:hover, .intro2-2 > div:hover, .intro2-3 > div:hover, .intro2-4 > div:hover {
  background-color: rgba(0, 0, 0, 0.5);

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


.center {
  text-align: center;
}

.home, .intro, .company, .services, .contacts-container {
  padding-top: 100px;
  padding-bottom: 40px;

}

.company {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  background-image: url("../img/company_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.company2 {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #055AA5 !important;
}
.company2 .content-text {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 25px;
}
.company2 .signature-text {
  font-size: 12px;
}
.company2 .signature-text b {
  font-weight: 600;
}
.company2 .signature-text {
  font-weight: 300;
  font-style: italic;
}
.intro2 br, .company2 .signature-text br, .contacts br {
  margin-top: 0px;
}

.services {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  background-image: url("../img/services_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services h5 {
  margin-top: 20px;
}
.WEEE {
  width: 54px !important;
}
.contacts {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 0;
  background-image: url("../img/contacts_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts p {
  margin-bottom: 10px;
}
.contacts .address-bold-text {
  font-weight: 800;
  font-size: 18px;
}
.contacts .address-italic-text {
  font-weight: 300;
  font-style: italic;
}
.contacts .mail-text {
  border-bottom: 1px solid #385DA6;
  font-size: 15px;
}
.contacts .mail-text:hover {
  border-bottom: 1px solid #FFFFFF;
}
.contacts .mail-text a:hover {
  text-decoration: none;
}
.contacts form input,
.contacts form textarea {
  opacity: 0.9;
  border: none;
  border-radius: 0;
  font-size: 13px;
  color: #385DA6;
}
.contacts form input::placeholder,
.contacts form textarea::placeholder {
  color: #385DA6;
}
.contacts form input:-ms-input-placeholder,
.contacts form textarea:-ms-input-placeholder {
  color: #385DA6;
}
.contacts form input::-ms-input-placeholder,
.contacts form textarea::-ms-input-placeholder {
  color: #385DA6;
}
.contacts form input:focus,
.contacts form textarea:focus {
  color: #385DA6;
  outline: none;
}
.contacts-container,
.copyright-container {
  max-width: 100%;
}
.copyright-container {
  padding: 25px 0px;
}
.contacts-container { background-color: rgba(228, 41, 40, 0.8); filter: brightness(115%) contrast(115%); }
.copyright-container { background-color: rgba(5, 10, 165, 0.8); filter: brightness(115%) contrast(115%); }
.copyright-container p {
  font-size: 14px;
  padding: 15px;
}
.copyright-container .social-network-icons { font-size: 30px; }

.home {
  height: 100vh;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}

.logo {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 999;
}

@media (max-width: 900px) {
  h2 {
    font-size: 54px;
  }
  .logo img {
    width: 125px;
  }
  .top-contacts-btn-container div {
    margin: 0px 2px;
  }
  .top-contacts-btn-container div:nth-child(2) {
    margin: 0px 6px;
  }
  .overlay nav ul {
    left: 45%;
  }
  .home h1 {
    margin: 15px;
    margin-top: 7px;
    font-size: 55px;
    line-height: 0.9;
  }
  .home-subtitle {
    font-size: 20px;
  }
  .contacts .col-lg-3 {
    margin-bottom: 20px;
  }
}

a {
  color: #FFFFFF;
}
a:hover, a:focus, a:active {
  color: #FFFFFF;
}

/*Jump animation on scroll mouse icon*/
div.scroll-mouse-btn {
  position:absolute;
  bottom:30px;
  width:100%;
  font-size:70px;
  font-weight:bold;
  color:#4794D3;

  -webkit-animation: jump 1.5s ease 0s infinite normal ;
  animation: jump 1.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
  0%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  20%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  40%{
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  }
  50%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  60%{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  }
  80%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}

@keyframes jump {
  0%{
  transform: translateY(0);
  }
  20%{
  transform: translateY(0);
  }
  40%{
  transform: translateY(-30px);
  }
  50%{
  transform: translateY(0);
  }
  60%{
  transform: translateY(-15px);
  }
  80%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(0);
  }
}
/* Endof::Jump animation on scroll mouse icon*/


/*Scrollbar styles*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #D8D8D8;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C11F1F;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #991212;
}
/*endof:: Scrollbar styles*/


/*Fullscreen menu styles*/
#nav-btn{
  cursor: pointer;
  height: 56px;
  opacity: 0;
  position: fixed;
  right: 25px;
  top: 35px;
  width: 56px;
  z-index: 100;
}
#nav-btn + label{
  display: block;
  height: 4px;
  height: 36px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 44px;
  width: 36px;
}
#nav-btn + span{
  background-color: #FFFFFF;
  cursor: pointer;
  display: block;
  height: 2px;
  position: fixed;
  right: 35px;
    top: 60px;
  width: 36px;
  z-index: 99;
}
#nav-btn + span::before,
#nav-btn + span::after{
  background-color: #FFFFFF;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 36px;
}
#nav-btn + span::before{
  top: -7px;
}
#nav-btn + span::after{
  bottom: -7px;
}
#nav-btn:checked + span{
  background-color: #F5060A;
}
#nav-btn + span::before,
#nav-btn + span::after{
  transition-delay: 0.3s, 0s;
  transition-duration: 0.3s, 0.3s;
}
#nav-btn + span::before{
  transition-property: top, transform;
}
#nav-btn + span::after{
  transition-property: bottom, transform;
}
#nav-btn:checked + span{
  background: none;
}
#nav-btn:checked + span::before{
  top: 0;
  transform: rotate(45deg);
}
#nav-btn:checked + span::after{
  bottom: 0;
  transform: rotate(-45deg);
}
#nav-btn:checked + span::before,
#nav-btn:checked + span::after{
  transition-delay: 0s, 0.3s;
}
#nav-btn:checked ~ nav{
  left: 0px;
  opacity: 100;
  position: fixed;
  visibility: 1;
  z-index: 98;
}
#nav-btn:checked ~ nav ul{
  transform: translate(-50%, -50%);
}
nav{
  background: rgba(30, 25, 77, 0.9) none repeat scroll 0% 0%;
    filter: brightness(115%) contrast(115%);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
  visibility: 0;
  width: 100%;
  z-index: -1;
}
nav ul{
  left: 50%;
  moz-transition: all 1s ease-in-out;
  o-transition: all 1s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  transition: all 1s ease-in-out;
  webkit-transition: all 1s ease-in-out;
}
nav li{
  font-size: 30px;
  list-style: none;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}
nav ul li a:hover{
  color: #E42928;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav li a{
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav li a.active{
  color: #E42928;
}
/*endof:: Fullscreen menu styles*/