@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*** GENERIC CSS ***/
html,body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Barlow', sans-serif;
    color: #000;
    background: #f0f2f5;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button,a,.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev,
input[type="submit"] {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fbba20;
    color: #b92b33;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#333;
    font-family: 'Barlow', sans-serif;
}

.section-title.normal {
    border: none;
    padding-block-end: 0;
}

.section-title.normal h2 {
    margin-bottom: 0;
}

.section-title {
    border-left: 5px solid #4E82C6;
    display: inline-block;
    padding-left: 10px;
}

.section-title h6 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #4E82C6;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0px;
    padding-left: 3px;
}

.section-title h2 {
    font-size: 34px;
    font-weight: bold;
    font-size: 50px;
    color: #000;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: -12px;
    margin-bottom: 0px;
    margin-bottom: 0;
    line-height: 1.1;
}

.divider {
    width: 80px;
    height: 1px;
    background: #000;
    display: block;
    margin: 30px 0;
}

.divider.white {
    background: #fff;
}

.centered {
    margin: 30px auto!important;
}

.section-title.white h2 {
    color: #fff;
}

.section-title.white h2 {
    color:#fff;
}

.section-title.white h6:after {
    background: #fff;
}


.section-title.white {
    border-color: #fff;
}

.section-title h2 span {
    color: #4E82C6;
}


.section-title.white h6 {
    color:#fff;
}

.section-title.white p {
    color:#fff;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

h6 {
    font-family: 'Montserrat', sans-serif;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    display: inline-block;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    font-weight: 600;
    padding: 0px 20px;
    min-width: 100px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: #4e82c6;
    text-align: center;
    border-radius: 40px;
    line-height: 45px;
}

.btn-default.greyborderbtn {
    background: none;
    line-height: 43px;
    border:1px solid #bdbdbd;
    color: #b3b3b3;
}

.btn-default.white {
    background: #fff;
    color: #000;
    border-color:#fff;
}

.btn-default.whiteborder {
    background: none;
    color: #fff;
    padding: 0px 20px;
    margin: 0px 5px;
    border-color:#fff;
}

.btn-default.whiteborder:hover {
    background: #b92b33;
    color: #fff;
    border-color:#b92b33;
}

.btn-default.blackhover:hover {
    color: #fff;
    background:#000;
    border-color:#000;
}

.btn-default.bordered {
    background: none;
    color:#fbba20;
    padding:13px 35px;
    border: 2px solid #fbba20;
}

.btn-default:hover,
.btn-default.active {
    color: #fff;
    background:#000;
    border-color:#000;
}

.btn-default.active:hover {
    color: #fff;
    background:#000;
    border-color:#000;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#fbba20;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #fbba20;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.gold {
    color: #fbba20;
}

/*** TOPBAR ***/
.topbar {
    background: #000;
}

.topbar .alert {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}

.topbar .alert p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.topbar .alert button {
    display: inline-block;
    position: relative !important;
    padding: 0 !important;
    top: auto!important;
    right: auto!important;
    float: none;
    margin-left: 6px;
}

.topbar p {
    color: #fff;
    padding: 11px 0px;
}

.topbar p a {
    opacity: .6;
    vertical-align: middle;
    display: inline-block;
    top: -2px;
    position: relative;
    margin-left: 10px;
}
.container {
    max-width: 1200px;
}


/*** HEADER ***/
.header {
	padding:20px 0px;
	z-index:9999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f0f2f5;
}

.navbar-nav>li {
    margin: 0px 0px 0px 35px;
}

.navbar-nav .nav-link {
    color: #000;
    line-height: 15px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    padding: 0px 0px!important;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
    color: #fff;
    background: #4e82c6;
    text-align: center;
    min-width: 150px;
    border-radius: 40px;
    line-height: 40px;
}

.navbar-light .navbar-nav .nav-item.dropdown>.nav-link,
.navbar-light .navbar-nav .nav-item.menu-item-has-children>.nav-link {
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link,
.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background: none!important;
    color: #4E82C6 !important;
}

.navbar-light .navbar-nav .nav-item.lbtn:hover>.nav-link {
    background: #000!important;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav li {
	display:inline-block;
    vertical-align: top;
}

.navbar-nav.lt,
.navbar-nav.rt {
    min-width: 150px;
}

.navbar-nav.lt li {
    margin-left: 0;
}

.navbar-brand img {
    max-width:151px;
    margin-right: 10px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
}

ul.sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 230px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    text-align: center;
    background: none;
}

ul.sub-menu li {
	width:100%;
	padding-bottom:0px !important; 
    position: relative;
}

ul.sub-menu li a {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 16px;
    color: #fff!important;
    border: none;
    text-transform: uppercase;
    margin-bottom: 1px;
    background-color: rgba(26, 26, 26, .75);
}

ul.sub-menu li:last-child::after {
    display: none;
}

.navbar-nav .nav-item ul.sub-menu li:hover:after {
    background: #000;
}

.navbar-nav .nav-item ul.sub-menu li:hover a {
    background: #aa1f2e !important;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.social-div {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
    z-index: 5;
    text-align: center;
}

.social-div a:hover {
    background: #0a3ea3;
    color: #fff;
}

.social-div a:hover img {
    filter: brightness(1) invert(1);
}

.social-div .fc-divider {
    width: 1px;
    height: 31px;
    background: #fff;
    margin: 5px 0px;
    display: inline-block;
}

.social-div .insta {
    position: relative;
}

.social-div a {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 43px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all .6s ease;
    background: #fff;
    color: #2a2b2c;
    border-radius: 50%;
}

.social-div a img {
    max-width: 20px;
    margin: 0;
}

.postion-vidoe {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    object-fit: cover;
}

.overlay {
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.6);
    height:100%;
    width:100%;
}

.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 15px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 16px;
    right: 3px;
}

.header ul.navbar-upper.navbar-nav>li {
    margin: 0 10px;
}

.header ul.navbar-upper {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
}

.header ul.navbar-upper li a {
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.header ul.rt {
    margin-left: 40px;
    border-left:1px solid rgba(255, 255, 255, .2);
    padding: 10px 0px;
}

.header ul.rt li {
    margin-left: 25px;
}

.header .navbar-nav.rt .nav-link {
    font-size: 16px;
}

.header .menu-item-search input {
    background: #fff;
    border: #fbba20 1px solid;
}

.input-group-append {
    margin-left: -1px;
}

.navbar-upper .input-group .btn {
    background: #fbba20;
    color: #000;
    border: none;
}

/**** PAGE banner ****/
.pagebanner {
    padding: 30px 0px 40px 0px;
    background: #fff;
    position: relative;
}

.pagebanner p {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pagebanner p i {
    margin: 0px 2px;
}

.pagebanner p span {
    color: rgba(0, 0, 0, 1);
}

.pagebanner .al {
    position: absolute;
    bottom: -34px;
    width: 100%;
    left: 0;
    z-index: 9;
}

/*** CONTACT ***/
.contact-info {
    position: relative;
}

.contact-info .al {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.contactimap {
    float: left;
    margin: 0;
    height: 1000px !important;
}

.contact-info .bgs {
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 60px 100px 250px 100px;
}

.contactinfo {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.contactinfo img {
    margin-right: 20px;
}

.contactinfo h6 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.contactinfo h6 a.b20 {
    color: #202020;
    color: #000;
}

.contactinfo h6 .bl {
    color: #1c4273;
    color: #000;
}

.contactinfo h6 a {
    color: #000;
}

.contactinfo h6 a:hover {
    color: #1c4273;
}


.contactinfo h6 span {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: initial;
}

/**** Partner ****/
.partner {
    padding: 60px 0px 30px 0px;
    background: #000;
}

.mbs>div {
    margin-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.partner h3 {
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/**** LOGIN FORM ****/
.loginform {
    padding: 80px 0px 80px 0px;
}

.loginform .section-title h2 {
    font-size: 40px;
    font-weight: bold;
}

.loginform .bgwhite {
    background: #fff;
    padding: 60px 50px;
    margin-top: 50px;
    border-radius: 15px;
}


.loginform h3 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.loginform .bgwhite p {
    color: #000;
    font-size: 17px;
    margin-bottom: 40px;
}

.loginform .bgwhite p a {
    color: #4e82c6;
    font-weight: bold;
}

.loginform p {
    color: rgba(0, 0, 0, 0.7);
}

.loginform label {
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

label.checki {
    font-size: 17px;
}

.loginform .submit {
    margin-top: 40px;
}

.loginform .forgot {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    float: right;
    margin-top: 3px;
    font-size: 15px;
}

.loginform .forgot:hover {
    color: #4e82c6;
}

label.checki input {
    border:1px solid #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
    position: relative;
    outline:none !important;
    box-shadow:none !important;
}

label.checki input:checked:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 2px;
}

.form-control {
    display: block;
    width: 100%;
    background: none;
    border-radius: 35px;
    padding: 0px 22px;
    border: 1px solid #d9d9d9;
    color: #000;
    background: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    height: 55px;
    outline: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #d9d9d9;
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

/*** Impressum ***/
.impressum {
    padding: 80px 0px;
}

.impressum h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.impressum p {
    color: #4d4d4d;
    line-height: 1.5;
    font-weight: 500;
}

.impressum p a {
    color: #000;
    line-height: 1.4;
    font-weight: 500;
}

.navigation-anchor .fa {
    float: right;
    margin-top: 10px;
    font-size: 16px;
}

.impressum #sidebar {
    min-width: 350px;
    max-width: 350px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    display: inline-block;
}

.impressum .navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.impressum .navi ul li .dropdown-menu a {
    display: inline-block;
    width: 100%;
}

.impressum .tps {
    padding-top: 30px;
    padding-left: 20px;
}

.impressum .navi ul li .dropdown-menu {
    top: 0 !important;
    bottom: auto !important;
    transform: none !important;
    border: none;
    background: none;
    border-radius: 0;
    position: relative !important;
    display: block !important;
    padding-left: 20px;
}

.impressum .navi ul li {
    padding-bottom: 5px;
}

.impressum .navi ul li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    opacity: .7;
    cursor: pointer;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
    border-radius: 3px;
}

.impressum hr {
    margin: 35px 0px;
}

.impressum .navi ul li a.active {
    color: #000;
    opacity: 1;
    background: #f0f2f5;
}

.homeheader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 

body.homi .header {
    background: none;
    border: none;
}

body.homi .header .navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

/*** banner ***/
.banner {
    background:url(../img/bg-banner.png) 50% 50% no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 220px;
}

.banner .section-title {
    border-width: 7px;
    border-color: #fff;
}

.banner .section-title h6 {
    color: #add0fd;
}

.banner .section-title h2 {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
    font-size: 77px;
    margin-bottom: 15px;
}

.banner .section-title p {
    color: #fff;
    line-height: 1.5;
}

/*** Newsection ***/
.newsection {
    margin-top: -100px;
}

.newsbox {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.newsbox .img img {
    border-radius: 10px 10px 0px 0px;
}

.newsbox .text {
    padding: 35px 30px 25px 30px;
}

.newsbox h6 {
    color: #4e82c6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.newsbox h3 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 45px;
}

.readbtn {
    display: inline-block;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

.readbtn img {
    position: relative;
    margin-left: 3px;
    top: -1px;
}

.readbtn:hover {
    color: #4e82c6;
}

.infouber {
    background: url(../img/homi1.png) 100% 78% no-repeat;
    background-size: 45% auto;
    padding: 250px 0px 200px 0px;
    margin-top: -150px;
    margin-bottom: -100px;
}

.infouber p {
    color: rgba(0, 0, 0, 0.7);
}

.infouber .it {
    color: #000;
    font-style: italic;    
    font-weight: 500;
}

.wirheis {
    background:#1c4273 url(../img/.png) 100% 78% no-repeat;
    background-size: 45% auto;
    padding: 100px 0px 50px 0px;
}

.wirheis p {
    color: rgba(255,255,255,0.8);
}

.wirheis .img img {
    max-width: 110%;
}

.iconbox {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.iconbox>img {
    max-width: 51px;
    margin-right: 12px;
}

.iconbox h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}

.iconbox h4 span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
}


.deihighlight {
    background: url(../img/bg-deihighlight.png) bottom center no-repeat;
    background-size: cover;
    padding: 100px 0px 130px 0px;
}

.highlightbox {
    border-radius: 10px;
    height: 100%;
    background: #1b2f49;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.highlightbox .img img {
    border-radius: 10px 10px 0px 0px;
}

.highlightbox .text {
    padding: 25px 30px 10px 30px;
}

.highlightbox h6 {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    font-weight: 500;
}

.highlightbox h3 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.datein {
    padding: 100px 0px;
    background: #fff;
}

.datein p {
    color: rgba(0, 0, 0, 0.7);
}

.pdfbox .pdfdiv:first-child {
    border-radius: 10px 10px 0px 0px;
}

.pdfbox .pdfdiv:nth-child(2n) {
    background: #ffffff;
    border-color:#e5e5e5;
}

.pdfbox .pdfdiv:nth-child(2n) .icon {
    border-color:#e5e5e5;
}

.pdfbox .pdfdiv:last-child {
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid #d8dadd;
}

.pdfbox .pdfdiv {
    display: flex;
    align-items: center;
    background: #f0f2f5;
    border: 1px solid #d8dadd;
    border-bottom: none;
}

.pdfdiv .text {
    display: flex;
    align-items: center;
    padding: 8px 13px;
    padding: 15px 16px;
}

.pdfdiv .icon {
    margin-left: auto;
    border-left: 1px solid #d8dadd;
    padding: 25px 24px;
}

.pdfdiv h4 {
    color: #1c4273;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    margin: 0px;
    margin-left: 7px;
}

.pdfdiv h4 span {
    color: #78797b;
    font-size: 14px;
    text-transform: initial;
    font-weight: 500;
}


.contact-info .bgwhite {
    background: #fff;
    padding-top: 40px;
    position: relative;
}

.contact-info .bgwhite h3 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-info .bgwhite .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-info .bgwhite .form-control.user {
    background: url(../img/icon-user-black.png) 0px 50% no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
}

.contact-info .bgwhite .form-control.email {
    background: url(../img/icon-email-black.png) 0px 50% no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
}

.contact-info .bgwhite textarea.form-control {
    background: url(../img/icon-edit-black.png) 0px 0px no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
    height: 120px;
}

.contact-info .bgwhite .form-control::-webkit-input-placeholder {
    color: #000;
}

.contact-info .bgwhite label.checki {
    font-size: 14px;
}

.contact-info .bgwhite .submit {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-info.homi {
    background:#f0f2f5 url(../img/bg-contact.png) center right no-repeat;
    background-size: 60% 100%;
    padding: 85px 0px;
}

.contact-info.homi .bgwhite {
    background: none;
    padding: 0px 15px;
    border-radius: 0;
}

.contact-info.homi .bgwhite h3 {
    color: #fff;
    font-size: 20px;
}

.contact-info.homi .bgwhite .form-control {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.contact-info.homi .bgwhite .form-control.user {
    background: url(../img/icon-user2.png) 0px 50% no-repeat;
    background-size: 18px auto;
}

.contact-info.homi .bgwhite .form-control.email {
    background: url(../img/icon-email2.png) 0px 50% no-repeat;
    background-size: 18px auto;
}

.contact-info.homi .bgwhite textarea.form-control {
    background: url(../img/icon-edit2.png) 0px 0px no-repeat;
    background-size: 18px auto;
}

.contact-info.homi .bgwhite .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-info.homi label.checki {
    color: #fff;
}

.contact-info.homi label.checki input {
    border-color:#fff;
}

.contact-info.homi label.checki input:before {
    color:#fff;
}

.contact-info.homi .contactinfo {
    margin-bottom: 0px;
    border-top: 1px solid #ccced0;
    padding: 17px 0px;
}

.contact-info.homi .contactinfo.lt {
    border-bottom: 1px solid #ccced0;
}

.contact-info.homi .contactinfo h6 span {
    color:#78797b;
    font-size: 15px;
    font-weight: 500;
}

.contact-info.homi .contactinfo.lt h6 {
    font-size: 16px;
}

.userbox {
    display: flex;
    align-items: center;
}

.userbox>img {
    max-width: 90px;
    border-radius: 50%;
    margin-right: 15px;
}

.userbox h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.userbox h4 span {
    color: #78797b;
    font-size: 15px;
    font-weight: 500;
    text-transform: initial;
}


#video .modal-dialog {
    max-width: 60%;
}

.vidmodal .close {
    opacity: 1;
    color:#fff;
    font-size: 48px;
    font-weight: 300;
}

.vidmodal .modal-content {
    background: none;
    border: none;
    border-radius: 0;
}


/*** ***/
.pagebanner.blogpage .para {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 10px;
}

.userbox.small>img {
    max-width: 36px;
    min-width: 36px;
}

.userbox.small h4 {
    text-transform: inherit;
    font-weight: 400;
}

.userbox.small h4 span {
    font-size: 18px;
    font-weight: 400;
}

.userbox.small h4 em {
    font-style: normal;
    padding: 0px 10px;
    font-size: 18px;
}

.pagebanner.blogpage .userbox.small {
    margin-bottom: 30px;
}

.newsection.bloginfo {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 80px;
}

.newsbox .icon-play {
    position: absolute;
    top: 25px;
    left: 40px;
    max-width: 40px;
}

.newsbox.blogbox .text h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 13px;
}

.newsbox.blogbox .text {
    padding:30px 25px 25px 25px;
}

.newsbox.blogbox .text h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.newsbox.blogbox .text p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
    text-overflow: ellipsis;
}

.newsbox.blogbox.lgbox .text {
    padding-bottom: 60px;
    height: 100%;
    position: relative;
}

.newsbox.blogbox.lgbox .img img {
    border-radius: 10px 0px 0px 10px ;
}

.newsbox.blogbox.lgbox .text h3 {
    font-size: 22px;
    line-height: 1.2;
}

.newsbox.blogbox.lgbox .text p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

.newsbox.blogbox.lgbox .readbtn {
    position: absolute;
    bottom: 35px;
    left: 25px;
}

.fw-500 {
    font-weight: 500;
}

.filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.filters ul li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: -1px;
    cursor: pointer;
}

.filters ul li {
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 35px;
}

.filters ul li.active {
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    border-bottom: 2px solid #000;
}

.newsection.bloginfo .pagi p {
}

.pagi ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.pagi ul li {
    display: inline-block;
    margin: 0px 0px;
    vertical-align: middle;
}

.pagi ul li:first-child {
    margin-right: 20px;
}

.pagi ul li:first-child a {
    border: 2px solid #4e82c6;
    padding-right: 2px;
}

.pagi ul li:first-child a:hover {
    border: 2px solid #4e82c6;
    background: #4e82c6;
}

.pagi ul li:first-child a:hover img {
    filter: brightness(0) invert(1);
}

.pagi ul li:last-child {
    margin-left: 20px;
}

.pagi ul li:last-child a {
    border: 2px solid #4e82c6;
    padding-left: 2px;
}

.pagi ul li:last-child a:hover {
    border: 2px solid #4e82c6;
    background: #4e82c6;
}

.pagi ul li:last-child a:hover img {
    filter: brightness(0) invert(1);
}

.pagi ul li a {
    display: inline-block;
    min-width: 48px;
    height: 48px;
    border: 2px solid transparent;
    color:#000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagi ul li a:hover,
.pagi ul li.active a {
    border: 2px solid #1c4273;
    color:#1c4273;
    font-weight: bold;
}


/*** FOOTER ***/
.footer {
    padding: 40px 0px 0px 0px;
    background: #000;
}

.footer h3 {
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 22px;
}

.footer p {
    color: #fff;
}

.footer-col {
    position: relative;
    padding: 0px 15px;
}

.footer-col::after {
    content: '';
    width: 1px;
    height: 115px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #373737;
    right: 0;
}

.footer-col.footer-col-four::after {
    opacity: 0;
}

.footer .royal-logo img {
    max-height: 100px;
}

.footer .footer-logo img {
    max-height: 150px;
}

.footer .sutton-logo img {
    max-height: 90px;
}

.footer .logoexp {
    display: inline-block;
    margin-top: 10px;
}

.footer .logoexp img {
    max-height: 50px;
}

.footer ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.footer ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #f7f3e7;
    color: rgba(255,255,255,0.7);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footer .social-link {
    font-weight: 400;
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    text-align: left;
}

.footer-contact-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.footer-contact-item span {
    min-width: 20px;
    color: rgba(255,255,255,0.7);
    margin-right: 5px;
}

.footer-contact-item.lt {
    align-items: start;
}

.footer .links a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.footer-contact-item {
    color: #fff;
}

.footer-contact-item a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-contact-item.social a {
    font-size: 18px;
    margin-right: 25px;
}

.footer-contact-item span {
    font-weight: 400;
    font-size: 14px;
}

.footer-contact-item:nth-child(3) span {
    font-size: 16px;
}

.footer .links a:hover,
.footer-contact-item a:hover,
.footer a:hover {
    color: #4E82C6  !important;
}

.footer .line {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 60px;
    width: 100%;
    padding: 0 150px;
}

.footer .line p {
    display: block;
    text-align: center;
    color: #fff;
    padding: 30px 0 10px 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.footer .inf p {
    color: #fff;
    margin-top: 60px;
    font-size: 14px;
}

.footer .copy p {
    color: #fff;
    border-top: 1px solid #363636;
    padding: 20px 0;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.center-div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/

.impressum .navi ul li {
    padding-bottom: 5px;
    position: relative;
}

.submenu-anchor::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 16px;
    right: 3px;
}

.impressum .navi ul li .submenu-anchor {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}

.impressum .navi ul li .submenu-anchor.active + ul.submenu,
.impressum .navi ul li .submenu-anchor2.active + ul.submenu {
    display:  block !important;
}

.impressum .navi ul li .submenu-anchor.active + ul.submenu {
    display: block !important;
}

.impressum .navi ul.submenu {
    top: 0 !important;
    bottom: auto !important;
    transform: none !important;
    border: none;
    background: none;
    border-radius: 0;
    position: relative !important;
    display: none;
    padding-left: 20px;
}


/*** ***/
.member-area .pagebanner {
    background: none;
    padding-top: 20px;
    padding-bottom: 0px;
}

.member-area .rts {
    padding-right: 40px;
    padding-left: 20px;
}

.member-area .pagebanner {
    background: none;
    padding-top: 20px;
    padding-bottom: 0px;
}

.member-area .filters ul {
    display: flex;
    justify-content: space-between;
}

.member-area .filters ul li {
    margin: 0;
}

.member-area .newsbox.blogbox {
    padding: 0px 15px;
}

.member-area .newsbox.blogbox .text {
    padding: 25px 0px 25px 0px;
}

.member-area .newsbox.blogbox .text h6 {
    font-family: 'Barlow', sans-serif;
}

.member-area .newsbox.blogbox .img figure {
    display: inline-block;
    width: 100%;
    height: 180px;
    margin: 0;
    border-radius: 10px 0px 0px 10px;
    float: left;
}

.member-area .readbtn {
    font-size: 14px;
}

.member-area .bgleft {
    background: #fff;
    padding: 60px 80px;
}

.member-area .footer-contact-item {
    margin-bottom: 25px;
}

.member-area .footer-contact-item.fts a {
    font-weight: 400;
}

.member-area .footer-contact-item.log img {
    opacity:.5;
}

.member-area .footer-contact-item.log a {
    font-weight: 500;
    color: #808080;
}

.member-area .footer-contact-item span {
    min-width: 26px;
}

.member-area .footer-contact-item a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.impressum .navi ul li {
	padding-bottom: 5px;
	position: relative;
}

.submenu-anchor::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: absolute;
	top: 16px;
	right: 3px;
}

.impressum .navi ul li .submenu-anchor {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 999;
	opacity: 1;
	cursor: pointer;
}

.impressum .navi ul li .submenu-anchor.active + ul.submenu,
.impressum .navi ul li .submenu-anchor2.active + ul.submenu {
	display:  block !important;
}

.impressum .navi ul li .submenu-anchor.active + ul.submenu {
	display: block !important;
}

.impressum .navi ul.submenu {
	top: 0 !important;
	bottom: auto !important;
	transform: none !important;
	border: none;
	background: none;
	border-radius: 0;
	position: relative !important;
	display: none;
	padding-left: 20px;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
	color:#fff;
}

.loginform .um-form input[type="text"],
.loginform .um-form input[type="password"] {
	display: block !important;
	width: 100% !important;
	background: none !important;
	border-radius: 35px;
	padding: 0px 22px !important;
	border: 1px solid #d9d9d9 !important;
	color: #000 !important;
	background: #fff !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	font-weight: 400!important; 
	height: 55px !important;
	outline: 0px !important;
	outline: none !important;
	box-shadow: none !important;
}

.um-282.um {
	max-width: 100% !important;
}

.loginform input[type="submit"] {
	margin-top: 40px !important;
	display: inline-block !important;
	position: relative !important;
	transition: all .3s !important;
	font-weight: 500 !important;
	font-weight: 600 !important;
	padding: 0px 20px !important;
	min-width: 100% !important;
	letter-spacing: .5px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 16px !important;
	background: #4e82c6 !important;
	text-align: center !important;
	border-radius: 40px !important;
	line-height: 45px !important;
}

.loginform input[type="submit"]>:hover {
	background: #000 !important;
	color: #fff !important;
}

.um-field-checkbox-state i, .um-field-radio-state i {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #000;
	transition: all .2s linear;
}

.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
	color: #000;
}

.um-field-checkbox-option, .um-field-radio-option {
	margin: 0 0 0 28px;
	line-height: 24px;
	color: #000!important;
	display: block;
}

a.um-link-alt {
	color: rgba(0, 0, 0, 0.5) !important;
	font-weight: 600!important;
	margin-top: 3px!important;
	font-size: 15px!important;
}

.um-toggle-password {
	right: 7px !important;
	top: 7px !important;
}

.um-field {
	padding: 5px 0 0 0!important;
}

.um-field-label label {
	font-weight: 500 !important;
	margin-bottom: 0 !important;
}

.deihighlight {
	background-color: #fff !important;
}

.wpcf7-list-item {
	margin: 0 0 0 0 !important;
}

.newsbox.blogbox.lgbox .img img.w-100 {
	min-height: 452px;
	object-fit: cover;
}
