@charset "utf-8";
/* CSS Document */

*{
    padding: 0;
    margin: 0; box-sizing:border-box
   }
body{
   font-family: lato,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1240px;
}
.container .section{
    position: relative;
    width: 100%;
   
}
.nd-padding {
  padding: 20px;
}
.col-md-33 {
  width: 50%;
  float: left;
	padding: 0 20px;
}
.col-md-77 {
  width: 50%;
  float:right;
}
.col-md-77 img {
  width: 95%;
  border-radius: 5%;
}
.padding-gap{width: 8% !important;}
.section{ width: 100%; float: left;
   background: url(../images/banner.jpg) top center no-repeat;
    background-size:cover;min-height:560px; margin-top:5%;
}
.section-internal {
  width: 100%;
  float: left;
  background: url("../images/banner-internal.jpg") top center no-repeat;
    background-size: auto;
  background-size: cover;
  min-height: 510px;
  margin-top: 5%;
}
.dropmenu {
 top: 51%;
width: 136px;
}
.dropmenu li {
  background: #0e0e1c;
border-bottom:1px solid #2c1602;
}
.dropmenu li:hover{background:#bb5800;}
ul li:hover > ul, ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul {
  background: #0c293e;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
position:absolute;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}
.container .nav.active ul.menu ul.dropmenu li a {
  height:20px;
  line-height:10px;margin-bottom: 10px;
}
/***********  .nav   ************/
.container .nav{
    position: fixed;
    top: 0;   left: 0;
    height: 80px;   width: 100%;  
    z-index: 5;
    background:#0a0a1e;
    box-sizing: border-box;
    padding: 0 110px;
    transition: .9s;
}
.container .nav.active{
    height: 60px;   
    padding: 0 70px;
    background:rgb(13, 18, 22);
}

/************** .nav img h1 *******************/
.container .nav img{
    float: left;
    transition: .9s;padding-top: 10px;
}
.container .nav.active img{
    padding-top: 0px;
}
.container .nav h1{
    float: right;
    display: none;
}

/************** .nav .menu  *******************/
.container .nav ul.menu{
    position: relative;
    float: right;
    top: 25%;
}
.container .nav.active ul.menu{
    top: 0;
}
.container .nav ul.menu li{
    list-style: none;
    float: left;position: relative;
}
.container .nav ul.menu li a{
    position: relative;
    display: inline-block;
    color: #d1e1fd;font-size: 13px;
    text-decoration: none;  text-transform: uppercase;
    padding: 10px 20px;
    box-sizing: border-box;
}
.container .nav ul.menu li:hover a,.container .nav ul.menu li a.color{
}
.container .nav.active ul.menu li a{
    height: 60px;
    line-height: 40px;
}
.ndrcontact-nummer p a{color:#3d688a;
text-decoration: none;}
.col-md-3 {
    width: 7%;
}
.banner-tx {
    width: 42%;    margin-top: 10%;
    float: left;
    padding: 3% 0;background: #12192045;
}
.banner-tx-top {
    color:#e6e6e6;
    font-size: 38px;
    line-height: 50px;
}
.banner-tx p {
    color:#a29b9b;
}
.call-now {
    float: left;
    z-index: 7;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color:#F5F5F5;
    background:#ff7e0b;
    border-width: 1px;
    border-radius: 4px;
    outline: none;
    box-shadow: rgb(153 153 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0px;
    padding: 15px 28px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    transform-origin: 50% 50% 0px;
    margin-top: 15px;font-weight:normal;
    margin-right: 20px;
}
.call-now:hover{background:#19222a; color: #fff; font-weight:normal;}
.col-12 {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.ndrcontact-nummer h2 {
    color:#3b3d4a;
    text-align:left;
    font-size: 20px; padding:10px 0;
    font-family: Inter, sans-serif, Arial;
}
.coverage-text h1 {
  color:#ff7e0b;
  text-align: center;
  font-size: 20px;
  font-family: Inter, sans-serif, Arial;
}
.sedeum {
    float: none !important;
    margin: 0 auto !important;
}
.sedeum hr {
    background: #f38020;
height: 3px;
width: 37%;
text-align: center;
margin: 10px auto;
}
hr {
    border: 0;
}
.col-md-6 {
    width: 47%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.col-md-6 img {
    text-align: center;
    width: 100%;border-radius: 5%;
}
.col-md-6 p {
    line-height: 24px;
}
.ndrcontact-nummer p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 24px;
   font-weight: initial;
    text-align: justify;
    color: #373538;
    display: inline-block;
}
.gap-tx {
    padding: 40px;
}
.col-md-6 p {
    line-height: 24px;
}
.ndrcontact-ul {
    padding: 10px 0;
}
ul.ndrcontact-ul li {
    position: relative;
    color:#45454a;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 7px;
    line-height: 30px;
    list-style: none;
}
ul.ndrcontact-ul li:before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    height: 8px;
    width: 8px;
    background:#ff7e0b;
    border-radius: 30px;
    
}
.ndrcontact-nummer p {
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;    color:#45454a;
font-size: 15px;
 font-weight:normal
    display: inline-block;
}
.coverall {
    width: 100%;
    float: left;
}
.ndrcontact-footer p {font-size:14px;
    color: #7c7980;
}

.entry p {
  text-align: center;
  padding: 1em;
}

.container .faders {
  width: 100%;
  position: absolute;
  height: 100%;
}

.faders .right,
.faders .left {
  background: linear-gradient(
    to right,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.col-md-3{width:50%; float: left;}
.col-md-3 img {width: 95%;
border-radius: 5%;}
.col-md-7{width:50%; float: right}
.white-tx p {padding:20px;text-align: justify; color:#fff;}
.shadow:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
   border-bottom: 5px solid #f38020 !important;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%)!important;
}
 .ndrcontact-nummer2{
  width: 100%;
  float: left;
  background: #f5f5f5;
}
.ndrcontact-nummer p b{
  color: #e56d01;
}
.col-md-10 {width:100%; float: left;padding:20px 0}
.areas-covers-blue-bg {color: #fff; text-align: center; padding: 40px 0;}
.areas-covers-white-bg { width: 100%; float: left; background:#f2f2f4;padding: 1.4em 1em; border-radius: 10px;margin-bottom: 20px;}
.areas-covers-boxes{width: 33%;
    float: left; text-align: center;
    padding: 20px;
border: 1px solid #faf0f0;
    padding: 20px;min-height: 250px;
    box-shadow: 0 2px 2px #ccc;}
.areas-covers-boxes img {}
.areas-covers-boxes h3 {color:#444444!important;}
.areas-covers-boxes p {color:#444444!important;}
.areas-covers-left img {width: 100%;}
.read-more {background:#3b3e41;
    color: #fff !important;
    font-size: 1rem;
    margin-top: 10px;
    border: 0 none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 8px 25px;
    border-radius: 7px !important;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 42%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 42%);
    -webkit-transition: .1s ease-in-out all;
    -o-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;}
.read-more a {color: #fff;}
/************** footer *******************/
.footer { width:100%; float: left; background: url("../images/footer-bg.jpg") top center no-repeat;
background-size:cover;padding: 40px 0;}
.ndrcontact-footer h4{color:#a7b6cf; font-weight: 400;font-family: "Roboto",sans-serif;padding-bottom: 15px;}
.footer-follow-nummerndrcontact li{ border-bottom:1px solid #2a2a2a !important}
.footer-follow-nummerndrcontact img{ width: 58%;}
.footer-top{ background:#0c0d0f;  width: 100%; float: left; padding: 20px 0; }
.ndrcontact-footer { width:30%; float: left;  margin: 30px 10px;}
.footer-top h4 {  color: #fff !important; opacity:0.7;  font-size:17px;  padding-bottom: 10px;   margin-bottom: 20px; font-family: 'Montserrat', sans-serif;  letter-spacing: 1px;}
.ndrcontact-footer ul { width: 100%;  float: left;}
.con li img{ width: 12%;padding-right: 10px;}
.ndrcontact-footer ul li {  padding: 7px 0;  color: #d1d1d1;   letter-spacing: 0.5px;}
.ndrcontact-footer ul {  width: 100%;  float: left;}
.footer-follow-nummerndrcontact {  width: 96%;  float: left;  padding: 10px;}
.ndrcontact-footer ul li {padding: 7px 0;list-style: none;letter-spacing: 0.5px;border-bottom: 1px solid #171b24;}
.footer-follow-nummerndrcontact li { list-style: none;   display: inline-block;  padding:5px 0px !important;  color: #bbb;  margin: 0 0px 0px 0px;  border-radius: 2px; text-align:center;}
.ndrcontact-footer ul li a {  text-decoration: none;     padding: 10px 0;   text-decoration: none;  color:rgba(170, 170, 170, 0.5);
font-size: 13px;}
.footer-follow-nummerndrcontact li a {   text-decoration: none;  color: #87cde4;}
.footer-bottom p {
    font-size:13px;
    color:#7c7980;
}
.footer-bottom a {
    color:#ff7e0b;
    text-decoration: none;
}
.footer-bottom{width: 100%;
    float: left; text-align: center;
    padding: 20px 0px;
    background:rgb(7, 13, 23)}

.footer-follow-ndrcontact ul {
    width: 100%;
    float: left;
}
.footer-follow-ndrcontact li {
    list-style: none;
    display: inline-block;
    padding: 5px 0px !important;
    color: #bbb;
    margin: 0 0px 0px 0px;
    border-radius: 2px;
    text-align: center;
}
.media-text li a {
    font-size: 15px !important;
    font-weight: bold;
    padding: 10px 19px !important;
    background: rgba(0,0,0,0.05);
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top:25px;
    cursor: pointer;
    z-index: 12399994;
}
.button::before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
}
.button {
    cursor: pointer;
}
.button::after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
}
.button.menu-opened::before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.button.menu-opened::after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button {display: none;}

/*********** Media Queries******************/
@media screen and (max-width: 934px) { 
    .container .nav,.container .nav.active{ height: auto;    padding: 10px 30px;  background:#0a243d;}
    .container .nav img,.container .nav.active img{   float: left;}
    .container .nav h1{
        float: right;
        display: block;
        top: 10px;
        position: relative;
        cursor: pointer;}  
    .container .nav ul.menu,.container .nav.active ul.menu{
        clear: both;
        margin-top: 70px; 
        float: none;
        top: 0;
        width: 100%;
        text-align: center;
        display: none;
    }  
    .container .nav ul.menu.display,.container .nav.active ul.menu.display{
        display: block; 
    }
    .container .nav ul.menu li{
        list-style: none;
        float: none;
        width: 100%;
    }
    .container .nav ul.menu li a,.container .nav.active ul.menu li a{
        width: 100%;
        line-height: 40px;
        padding: 0;
        height: auto;
     }
}
    @media (max-width:1170px) and (min-width:768px){ 
    .container{width:100%;} 
     .col-md-6{height: auto}
}

@media only screen and (max-width: 1000px) and (min-width: 935px){ 
    .container{width:100%;} 
    .col-md-6 img{ width: 100%;}
    .col-md-6{height: auto}
}

@media (max-width:934px) and (min-width:480px){ 
   .container{width:100%;} 
    .logo { top: -11px;}
    .banner-tx {   width: 100%;background:#1e2f63b5;margin-top:23%; padding: 10px;}
    .section {  min-height: 350px;}
    .coverage-text h1 {font-size:16px;}
.coverage-text h2 {font-size: 15px;}
.coverage-text h3 {font-size:15px;}
    .col-4{width: 100%;padding: 10px 0;}
    .col-md-6 {  width:100%;height: auto;}
    .col-3 { width:100%;}
        .col-3 {    width:100%;}
    .banner-tx-top {   font-size: 25px;   line-height: 40px;   padding-top: 20px;}
    .col-md-6 img{ width: 100%;}
    .gap-tx{padding: 0;}
    .ndrcontact-footer{width: 100%;margin:0!important;}
    .button {display:block}
    .col-md-7{width:100%; float: left;}
    .col-md-3{width:100%; float: left;}
    .areas-covers-boxes{width:100%}
    .button {top:18px;}
	.col-md-10 {
  padding: 0px 0;
}
	.dropmenu {
  width: 100%;
}
	ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  float: none;
  position: static;
}
}

@media (max-width:480px) and (min-width:320px){ 
    .container{width:100%;} 
    .logo { top: -11px;}
    .banner-tx {   width: 100%;background:#0e0f11b5;margin-top:23%;padding: 10px;}
	.section-internal {
  min-height: 324px;
}
    .section { min-height: 350px;}
    .coverage-text h1 {font-size:16px;}
.coverage-text h2 {font-size: 15px;}
.coverage-text h3 {font-size:15px;}
    .col-4{width: 100%;padding: 10px 0;}
    .col-md-6 {  width:100%;height: auto;}
    .col-3 { width:100%;}
     .col-3 {    width:100%;}
    .banner-tx-top {   font-size: 25px;   line-height: 40px;   padding-top: 20px;}
    .col-md-6 img{ width: 100%;}
    .gap-tx{padding: 0;}
    .ndrcontact-footer{width: 100%;margin:0!important;}
    .button {display:block}
    .col-md-7{width:100%; float: left;}
    .col-md-3{width:100%; float: left;}
    .areas-covers-boxes{width:100%}
    .button {top:18px;}
	.section-internal {min-height: 345px;}
	.col-md-10 {
  padding: 0px 0;
}
	.dropmenu {
  width: 100%;
}
	ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  float: none;
  position: static;
}
}
