.header {
    position: relative;
    margin: 0 40px;
}
.navbar {
    border-radius: 3px;
    border: 0;
    background-color: #e06c27;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 40px;
}
.nav {
    border-radius: 3px;
    border: 0;
    z-index: 9999;
    width: 100%;
    top: 40px;
    padding: 20px 0;
}
.image-slider{
    width: 100%;
}
.navbar-nav > li > a{padding: 18px 15px;color:#fff;}
.header-info{
    float: left;
    position: relative;
    margin: 20px 20px;
    padding-right: 20px;
    font-size: 14px;
    padding-bottom: 1px;
    font-weight: 400;
}
.language-wrapper {
    float: right;
    position: relative;
    padding: 37px 20px 0 20px;
    font-weight: 400;
}
.language-wrapper a, .language-wrapper a:visited{color:#fff;}
.language-wrapper .dropdown-toggle .fa-globe {
    font-size: 18px;
    float: left;
    margin-right: 8px;
    margin-top:2px;
}


.language-wrapper .dropdown-toggle .fa-angle-down {
    font-size: 13px;
    margin: 5px 0 0 8px;
    float: right;

}
.language-wrapper .dropdown-menu {
    left: 0;
    min-width: 90px;
    font-size: 14px;
    text-transform: none;
    padding: 5px 0;
    border-radius: 5px;
    margin: 0 0 0 16px;
}
li {
    padding: 0px;
    list-style: none;
}

.language-wrapper .dropdown-menu li a {
    font-weight:400;
    color: #1a1c28;
}

.open > .dropdown-menu {
    display: block;
}

.navbar-brand {
    float: none;
    height: auto;
    display: block;
}
.navbar-brand img{
    display: block;
    border-radius: 50px;
}
.nav .open > a{ background:none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border: 0;
}

.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li > a:visited {
    background: none;
    color: #ffffff;
}

.navbar-nav > li > a:hover{
    color: #1a1c28;
}

.navbar-nav > li .dropdown-menu.service {
    width: 210px;
    margin-top: 2px;
    padding: 5px 0;
    border-radius:6px;
}


.navbar-nav > li .dropdown-menu {
    font-size: 12px;
    padding: 0;
    border-radius: 0px;
    width: 100%;
    position: absolute;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.nav .open > a:hover{
    background-color: #e06c27;
}

.right-social {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 33px 20px 0 40px;
}

.social-link .fa {
    font-size: 14px;
    margin-right: 10px;
}
.social-link i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease 0s;
}



.social-link .img-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease 0s;
}
.social-link .img-wrap img {
    filter: brightness(0) invert(1);
}

.social-link .fa:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}
.social-link:hover .img-wrap {
    background: #000;
    border-color:#000;
}