ul{
    list-style-type: none;
}
.tel{
    text-align: center;
    color: #ff6600;
}
nav ul li a{
    color: black !important;
}
nav ul li a:hover{
    text-decoration: none;
}
nav li{
    display: inline-block;
    vertical-align: middle;
    padding: 50px 9px;
    border-top: 2px solid white;
    margin: 0;
}
.node-content ul{
    list-style-type: disc;
}
nav li:hover{
    border-top: 2px solid #3c8cbf;
}
nav li.active{
    border-top: 2px solid #3c8cbf;
}
nav li:hover a{
    color: #3c8cbf !important;
}
.main-logo{
    margin-top: 20px;
}
.page-title{
  width: 100%;
  background-image: url("../img/page-title.png");
  background-size: cover;
}
.page-title h1{
    position: relative;
  margin-top: 30px;
  z-index: 2;
}
.sidebar h2{
  padding-left: 10px;
   text-transform: uppercase;
   line-height: 1.5em;
}
.main-heading{
    color: #3c8cbf;
    display: inline-block;
    position: relative;
    height: 40px;
    padding-top: 13px;
}
.blue-space{
    height: 138px;
    background-color: #058dc2d4;
    width: 73.2vw;
    position: absolute;
    left: 0;
    z-index: 0;
}
.gray-space-2 {
    position: absolute;
    height: initial;
    background-color: #E4E7E9;
    width: 73.2vw;
    z-index: -1;
}
.dark-space {
    position: absolute;
    height: 50%;
    background-color: #383838;
    width: 73.2vw;
    z-index: -1;
}
.gray-space-3 {
    position: absolute;
    height: 100%;
    background-color: #E4E7E9;
    width: 73.2vw;
    z-index: -1;
}
.wrapper-card{
    margin-top: 40px;
    margin-bottom: 60px;
}
.wrapper-card p{
    margin: 0;
}
.sidebar h2{
    margin-top: 45px;
    padding-left: 30px;
    color: #007bff;
}
.footer-heading{
    color: #ff6600 !important;
    font-size: 0.8rem !important;
}
footer{
    margin-top: 50px;
}
footer ul{
    padding: 0;
    margin-top: 30px;
}
.dark-footer{
    color: #c6c6c6 !important;
}
.dark-footer h2{
    color: #c6c6c6 !important;
}
.dark-footer a{
    color: #c6c6c6 !important;
}
ul.contacts li{
    margin: 0;
}
.navbar{
    text-align: right;
    justify-content: flex-end !important;
}
ul {
    margin: 0!important;
}
#logo-alternative{
    display: none;
}
@media screen and (min-width: 1200px){
    .container {
        max-width: 1300px !important;
    }
}
@media screen and (max-width: 991px){
    #tel {
        display: none !important;
    }
    nav li{
        padding: 2vh;
    }
}
@media screen and (min-width: 991px){
    #tel-2 {
        display: none !important;
    }
}
@media screen and (max-width: 991px){
    .main-logo img{
        display: none;
    }
    #logo-alternative{
        display: block;
    }
}
@media screen and (max-width: 768px){
    /*.sidebar{
        display: none;
    }
    .sidebar-footer{
        display: none;
    }*/
    .gray-space-3{
        width: 97.5vw;
    }
    .gray-space{
        width: 97.5vw;
    }
    .dark-space{
        width: 97.5vw;
    }
    body{
        font-size: 16px !important;
    }
}