/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #1B1B21;
    font-family: 'Libre Baskerville', serif;

}

body {
    color: #545051;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 1170px;
}


@font-face {
    font-family: 'ITC Berkeley Oldstyle Std';
    src: url('../fonts/BerkeleyStd-Bold.woff2') format('woff2'),
    url('../fonts/BerkeleyStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


/* Header bar section start */


.main-menu-blk ul li a {
    color: #809cab;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-area {
    background: #003957;
	border-top: 3px solid #fff;
}

.main-menu-blk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.main-menu-blk ul li {
    display: inline-block;
    margin-left: 67px;
}

.main-menu-blk ul li a {
    padding: 29px 0;
    display: block;
    position: relative;
    letter-spacing: 1px;
}

.main-menu-blk ul li a:after {
    position: absolute;
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background: #bc9d1e;
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
}

.main-menu-blk ul li.active-menu > a {
    color: #fff;
}

.main-menu-blk ul li.active-menu > a:after {
    width: 100%;
}

/* Header bar section  END */


/* Hero area css start */
.hero-content-inner {
    background: #fff;
    max-width: 400px;
    padding: 42px;
    padding-top: 73px;
    margin-top: -85px;

    -webkit-box-shadow: 4px -4px 36px #000000b8;

    box-shadow: 4px -4px 36px #000000b8;
}

.hero-content-inner h6.smaller-text {
    color: #003957;
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-content-inner h2 {
    font-size: 33px;
    color: #003957;
    font-family: 'ITC Berkeley Oldstyle Std';
}

.hero-content-inner h2 span {
    color: #bc9d1e;
}

.hero-content-inner h2 span.smaller-text {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
}

.main-menu-blk {
    position: relative;
    z-index: 9;
}

.hero-content-inner p {
    font-size: 18px;
    color: #003957;
    font-family: 'Libre Baskerville', serif;
    line-height: 41px;
}

.hero-content-inner > a {
    background: #bc9d1e;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 17px;
    margin-top: 22px;
}

.hero-area {
    height: 750px;
    background-size: cover;
    background-position: center center;
}

.menu-close {
    display: none;
}

.menu-open-icon {
    display: none;
}

.hero-content-inner a:hover {
    background: #003957;
}

.hero-content-inner a {
    -webkit-transition: .3s;
    transition: .3s;
}

/* Hero area css end */


/* Lists area css start */


.single-lists-blk h3 {
    font-size: 20px;
    color: #BC9D1E;
    font-weight: 700;
    margin-bottom: 20px;
}

.lists-inner ul li a {
    color: #003957;
    font-size: 20px;
    line-height: 33px;
    transition: all 0.3s;
}

.lists-inner ul li a:hover {
    color: #BC9D1E;
}

.lists-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lists-area {
    padding: 80px 0;
}


/* Lists area css end */


/* Slider area css start */


.slider-area {
    background: #f2f2f2;
}

.slider-blk {
    max-width: 718px;
    margin: 0 auto;
}

.single-slide-item h2 {
    font-size: 46px;
    line-height: 74px;
    color: #003957;
    font-style: italic;
    margin-bottom: 0;
}

.single-slide-item {
    text-align: center;
}

.slider-area {
    background: #f2f2f2;
    height: 451px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.slider-blk .owl-dots {
    display: none;
}

.slider-blk .owl-nav button {
    position: absolute;
    left: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.slider-blk .owl-nav button.owl-next {
    left: auto;
    right: -150px;
}

.slider-blk .owl-prev {
    background-image: url(../img/arrow-left.png) !important;
    height: 48px;
    width: 21px;
    background-size: cover !important;
}

.slider-blk .owl-next {
    background-image: url(../img/arrow-right.png) !important;
    height: 48px;
    width: 21px;
    background-size: cover !important;
}

.call-to-action-content h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #BC9D1E;
    margin-bottom: 52px;
}

.call-to-action-content p {
    font-size: 20px;
    line-height: 33px;
    color: #003957;
}

.call-to-action-area {
    padding: 100px 0;
}

.call-to-action-content {
    max-width: 746px;
    margin: 0 auto;
}

.site-btn {
    background: #bc9d1e;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
}

.call-to-action-content a {
    font-size: 11px;
    font-weight: 600;
    height: 33px;
    line-height: 33px;
    width: 187px;
    text-align: center;
    margin: 0 auto;
    display: block;
	letter-spacing: 0.2rem;
}

.call-to-action-content a:hover {
    background: #003957;
    color: #fff;
}

/* Slider area css end */


/* Cookie css start */


.cookie-wrap {
    max-width: 740px;
    background: #fff;
    padding: 75px;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
}

.ck-top-title h2 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 33px;
    color: #003957;
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
}

.ck-top-title h2 span {
    color: #bc9d1e;
}

.ck-top-title h6.smaller-text {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ck-top-title h2 span.smaller-text {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

.ck-top-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #003957;
    font-family: 'Roboto', sans-serif;
}

.ck-top-title p {
    font-size: 19px;
    line-height: 31px;
    color: #003957;
    margin-top: 38px;
}

.ck-top-title button.site-btn {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 24px;
    margin-top: 27px;
    cursor: pointer;
    border: none;
}

.cookie-modal .modal-dialog {
    max-width: 740px;

}

.cookie-modal .modal-body {
    padding: 0;
}

.modal-backdrop {

    background-color: #003957;
}

.modal-backdrop.show {
    opacity: .95;
}

.ck-top-title p a {
    color: #BC9D1E;
}

/* Cookie css end */


/* Team page css start */

.hero-area.team-page {
    height: 400px;
}

.hero-area.team-page .hero-content-inner {
    padding-bottom: 10px;
}

.tm-content h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003957;
    letter-spacing: 0.2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    line-height: 21px;
}

.tm-content h3 span {
    display: block;
    color: #BC9D1E;
}

.team-img a {
    display: block;
}
.team-img img {
    width: 100%;
}

.team-img {
    border-bottom: 1px solid #657b78;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.single-team-blk {
    width: 270px;
}


.section-title {
    text-align: center;
}

.section-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #003957;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 23px;
}

.section-title h2 {
    font-size: 20px;
    color: #BC9D1E;
    font-weight: 700;
    letter-spacing: 1px;
}

.team-area {
    padding: 100px 0;
}

.single-team-blk {
    margin-bottom: 50px;
}


.tm-content {
    position: relative;
}

.tm-popup-btn {
    position: absolute;
    right: 0;
    bottom: -3px;
    background: transparent;
    border: none;
    cursor: pointer;
}


.team-modal-inner {
    max-width: 960px;
    padding: 40px 30px;
    min-height: 671px;
}

.team-modal .modal-dialog {
    max-width: 962px;
}

.team-modal .modal-body {
    padding: 0;
}

.team-modal .modal-content {
    border-radius: 0;
}


.member-info p {
    font-size: 19px;
    line-height: 31px;
    color: #003957;
}

.member-info {
    padding-left: 30px;
}

.member-info p a {
    color: #BC9D1E;
}

.team-modal .close {
    position: absolute;
    right: 12px;
    top: 10px;

}


.team-modal .modal-next {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #BC9D1E;
	letter-spacing: 0.2rem;
}

.team-modal .modal-next img {
    margin-left: 6px;
}


/* Team page css end */


/* Diensten page css start */


.team-area.dst-form-area .section-title p {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    font-size: 19px;
    line-height: 33px;
    color: #003957;
}

.dst-form {
    max-width: 760px;
    margin: 0 auto;
}

.dst-form h3 {
    font-size: 15px;
    text-align: center;
    color: #003957;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.single-inpt label {
    font-size: 13px;
    display: block;
    color: #003957;
}

.single-inpt input {
    width: 100%;
    height: 35px;
    background: #ededed;
    border: none;
    padding: 0 15px;
}

.single-inpt {
    margin-bottom: 20px;
}

.single-inpt textarea {
    width: 100%;
    height: 192px;
    resize: none;
    background: #ededed;
    border: none;
    padding: 15px;
}


.sub-btn button {
    width: 117px;
    height: 33px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    background: #bc9d1e;
    color: #fff;
    margin: 0 auto;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.sub-btn {
    margin-top: 70px;
}

.dst-form h3 {
    margin-bottom: 70px;
}

.sub-btn button:hover {
    background: #003957;
    cursor: pointer;
}


/* Diensten page css end */


/* Footer area css start */


.footer-area {
    background: #003957;
    padding-top: 65px;
    padding-bottom: 70px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.footer-widget-content p {
    font-size: 14px;
    line-height: 39px;
    color: #fff;
}

.footer-widget-content a {
    color: #fff;
    transition: all 0.3s;
}

.footer-widget-content a:hover {
    color: #bc9d1e;
}

.footer-menu ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #809cab;
    letter-spacing: 1px;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 69px;
}

.footer-menu ul li:hover a,
.footer-menu ul li.active-menu a {
    color: #fff;
}

/* Footer area css end */


/* New page css start */


.map-blk img {
    width: 100%;
}

.contact-left-content p {
    font-size: 23px;
    line-height: 48px;
    color: #003957;
}

.contact-widget h3 {
    font-size: 16px;
    font-weight: 700;
    color: #003957;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.contact-widget p {
    font-size: 20px;
    line-height: 42px;
}

.contact-number-blk a {
    color: #003957;
    display: block;
    font-size: 20px;
    line-height: 37px;
}

.contact-widget {
    margin-top: 28px;
}

.contact-widget p {
    color: #003957;
}

.contact-right-content p {
    font-size: 20px;
    color: #003957;
    line-height: 39px;
}

.contact-right-content p a {
    color: #bc9d1e;
}

.ex-pd {
    padding: 0 70px;
}


.contact-number-blk a.yellow-color {
    color: #bc9d1e;
}


.dstn-all-content {
    max-width: 718px;
    margin: 0 auto;
}

.dstn-all-content h2 {
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    color: #003957;
    margin-bottom: 40px;
}

.dstn-all-content p {
    font-size: 20px;
    line-height: 38px;
    color: #003957;
}

.single-dst h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #003957;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 27px;
}

.single-dst {
    margin-top: 45px;
}

.single-lists-blk h4 {
    font-size: 13px;
    font-weight: 700;
    color: #003957;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.bottom-contnet h3 {
    font-size: 23px;
    color: #BC9D1E;
    text-align: center;
    font-weight: 700;
}

.bottom-contnet p {
    font-size: 23px;
    color: #003957;
    line-height: 50px;
}

p {
}

.d-rt p {
    font-size: 20px;
    line-height: 36px;
}

.d-left {
    padding-right: 40px;
}


input.wpcf7-form-control.wpcf7-submit {
    width: 117px;
    height: 33px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    background: #bc9d1e;
    color: #fff;
    margin: 0 auto;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
	letter-spacing: 0.2rem;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #003957;
    cursor: pointer;
}

.error-text {
    text-align: center;
}

.error-text h2 {
    font-size: 150px;
    color: #dc3545;
}

.error-btn-bh a {
    background: #bc9d1e;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 17px;
    margin-top: 22px;
}

.error-page {
    padding: 100px 0;
}

/* New page css end */

#cookie-law-info-bar {
    width: 740px !important;
    background: #fff;
    padding: 75px !important;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    text-align: left;
    max-height: inherit !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}

#cookie-law-info-bar .sub-logo {
    color: #003957;
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

#cookie-law-info-bar .logo {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 33px;
    color: #003957;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
    vertical-align: text-top;
    line-height: 1;
}

#cookie-law-info-bar .logo span {
    color: #bc9d1e;
    vertical-align: top !important;
}

#cookie-law-info-bar .ck-top-title p.short-desc {
    font-size: 19px;
    font-weight: 700;
    color: #003957;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}

#cookie-law-info-bar .ck-top-title p {
    font-size: 19px;
    line-height: 31px;
    color: #003957;
    margin-top: 38px;
    font-weight: 400;
}

#cookie-law-info-bar .ck-top-title .cli-plugin-button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 24px;
    margin-top: 27px;
    cursor: pointer;
    border: none;
    background: #bc9d1e !important;
    transition: all 0.3s;
	border: 1px solid #bc9d1e;
}

#cookie-law-info-bar .ck-top-title .cli-plugin-button:hover {
    background: #003957 !important;
	border-color: #003957 !important;
}

.cli-modal-backdrop.cli-show {
    background-color: #003957 !important;
    opacity: .7 !important;
}


#cookie-law-info-bar #cookie_action_close_header_reject {
    color: #bc9d1e !important;
	background: #fff !important;
	border-color: #bc9d1e !important;
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover{
	color: #fff !important;
	background: #bc9d1e !important;
}


.banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}






