.slider-container {
    position: relative;
    width: 90%; /* Zorgt ervoor dat de slider zich aanpast aan de breedte */
    max-width: 900px;
    height: 500px; /* Uniforme hoogte */
    overflow: hidden; /* Voorkomt dat meerdere slides tegelijk zichtbaar zijn */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin: 50px auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider {
    display: flex;
    width: 100%; /* Zorg ervoor dat de slider de volledige breedte gebruikt */
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%; /* Zorgt ervoor dat elke slide 100% van de containerbreedte inneemt */
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Knoppen voor navigatie goed uitlijnen */
.prev, .next {
    position: absolute;
    top: 50%; /* Zorgt dat de knoppen in het midden van de slider staan */
    transform: translateY(-50%);
    background-color: rgba(209, 14, 28, 0.8);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 20px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background-color: rgba(176, 12, 24, 1);
}

/* 🔹 Media query voor een consistente mobiele weergave */
@media (max-width: 768px) {
    .slider-container {
        width: 90%; /* Iets breder op mobiel voor een betere weergave */
        height: 250px; /* Lager zodat het niet te groot wordt */
    }

    .prev, .next {
        padding: 8px; /* Kleinere knoppen op mobiel */
        font-size: 16px;
    }
}

/* Algemene instellingen */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  text-align: center;
}


.title-theorie {
    font-size: 27px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}


.cta-button {
    display: inline-block;
    background-color: #D10000;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
    background-color: #A00000;
    transform: scale(1.05);
}



.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 1px 2px 2px #999;
    right: 40px;
    z-index: 100;
}

.whats-app a:hover {
	color:#15833d
}

.reviewer_center {
	text-align: center;
}

.reviewer .profile_image {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	float: left;
}

.reviewer .info {
	height: 75px;
	display: flex;
	justify-content: center;
}

.reviewer .description p {
	margin-top: 1rem;
	margin-bottom: 0px;
}

.reviewer .info p {
	margin: auto;
}

/* 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: #0F320B;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}

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

body {
	color: #000000;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background: #F3F4F7;
}

p {
    line-height: 19px;
}

@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
}

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

.container{
    max-width: 1120px;
}
/* ------------------------------------------------------------------------------------ */
/* header-aera-style-start */


.header-menu ul li {
    display: inline-block;
    margin-left: 22px;
  }
  .header-menu {
    text-align: right;
  }
  .header-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,.6);
    padding: 40px 0;
    display: block;
  }
  .header-btn a {
    background: #d10e1c;
    padding: 12px;
    border-radius: 16px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
/* header-aera-style-end */

/* hero-aera-style-start */
.hero-aera {
	padding-top: 150px;
	padding-bottom: 170px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-top: 102px;
}
.hero-aera::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	top: 0;
	left: 0;
	opacity: .6;
}
.hero-wrap a i {
	font-size: 23px;
	margin-left: -15px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.hero-wrap a:hover i {
	opacity: 1;
	visibility: visible;
	margin-left: 15px;
}
.hero-wrap {
	text-align: center;
	padding-bottom: 100px;
}
.hero-wrap h3 {
	font-size: 40px;
	color: #fff;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 30px;
}
.hero-wrap a {
	height: 56px;
	background: #d10e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin: auto;
	/* display: inline-block; */
	line-height: 57px;
	padding: 0 20px;
	position: relative;
	width: 234px;
}
.shap {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==);
	height: 156px;
	background-size: 105% 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-position: center left;
}
/* hero-aera-style-end */

.call-button {
    display: block;
    margin-bottom: 8px;
    padding: 8px;
    background-color: #f2f2f2;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: inherit;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.call-button:hover {
    background-color: #e0e0e0;
}


/* Zorgt ervoor dat alle kolommen even hoog blijven */
.profile-aera .container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Zorgt ervoor dat alle kolommen dezelfde hoogte hebben */
    justify-content: center;
}

.col-lg-2 {
    display: flex;
    flex-direction: column;
    align-items: center; /* Zorgt voor horizontale centrering */
    justify-content: center; /* Zorgt voor verticale centrering */
    text-align: center;
    height: 100%; /* Zorgt ervoor dat kolommen even hoog blijven */
}

/* Zorgt ervoor dat de hele box klikbaar is zonder blauwe linkkleur */
.profile-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none; /* Verwijdert de onderstreping van de links */
    color: inherit; /* Zorgt ervoor dat de tekst niet blauw wordt */
    width: 100%;
    height: 100%;
    padding: 20px;
}

/* Profielboxen worden even hoog */
.profile-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Verdeelt icoon en tekst netjes */
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    min-height: 320px;
    background: linear-gradient(180deg,#f3f4f7 0%,#ffffff 100%);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
    width: 100%;
    height: 100%; /* Zorgt ervoor dat de hoogte gelijk blijft */
    transition: all 0.3s ease-in-out; /* Zachte hover-transitie */
}

/* Zorgt ervoor dat icoontjes en tekst in het midden blijven */
.profile-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Alles in het midden zetten */
    align-items: center;
    height: 100%;
}

/* Icoontjes netjes in een rode cirkel */
.profile-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d10e1c;
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background 0.3s ease-in-out;
}

/* Zorgt ervoor dat de tekst gecentreerd blijft */
.profile-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Zorgt ervoor dat tekst op dezelfde hoogte blijft */
    align-items: center;
    text-align: center;
    width: 100%;
}

/* Titels gecentreerd en netjes op één lijn */
.profile-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    white-space: normal; /* Lange tekst wordt afgebroken */
    word-wrap: break-word;
    text-align: center;
    max-width: 100%;
}

/* Zorgt ervoor dat telefoonnummers correct worden afgebroken */
.profile-content h4.phone-number {
    display: block;
    word-break: break-word;
    white-space: normal;
}

/* Ondertekst gecentreerd en op één lijn */
.profile-content p {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    margin: 0;
    min-height: 40px; /* Zorgt ervoor dat alle tekst evenveel ruimte gebruikt */
    display: flex;
    align-items: center; /* Tekst verticaal centreren */
    justify-content: center;
}

/* Hover-effect: kleurverandering bij hover */
.profile-link:hover .profile-icon {
    background: #b50c19; /* Iets donkerdere rode kleur bij hover */
}

.profile-link:hover h4 {
    color: #d10e1c; /* Rood bij hover */
}

/* 🔹 MEDIA QUERIES voor mobiel */

/* Smartphones: 2 kolommen per rij */
@media (max-width: 768px) {
    .col-lg-2 {
        flex: 0 0 50%; /* 2 kolommen naast elkaar */
        max-width: 50%;
    }

    .profile-box {
        min-height: 280px;
        padding: 30px 15px;
    }

    .profile-content h4 {
        font-size: 16px;
    }

    .profile-content p {
        font-size: 15px;
    }
}

/* Kleine telefoons: 1 kolom per rij */
@media (max-width: 480px) {
    .col-lg-2 {
        flex: 0 0 100%; /* 1 kolom per rij */
        max-width: 100%;
    }

    .profile-box {
        min-height: 250px;
        padding: 20px 10px;
    }

    .profile-content h4 {
        font-size: 14px;
    }

    .profile-content p {
        font-size: 14px;
    }
}



/* blog-aera-style-end */
/* ------------------------------------------------------------------------------------ */
.blog-area {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #fff;
}
.btns {
	width: 130px;
	height: 48px;
	background: #d10e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 2px;
}
.btns i {
	font-size: 20px;
	margin-left: -15px;
	visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.btns:hover i{
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
}
.blog-content h4 {
	font-size: 27px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 500;
}
.blog-content p {
	font-size: 15px;
	color: #666;
	line-height: 27px;
	font-weight: 500;
	margin-bottom: 25px;
}
.blog-img {
	box-shadow: 9px 14px 16px 0 rgba(0, 0, 0, 0.32);
}
/* blog-aera-style-end */
/* ------------------------------------------------------------------------------------ */

/* direct-aera-style-start */
/* ------------------------------------------------------------------------------------ */
.direct-area {
	padding-top: 160px;
	padding-bottom: 160px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}
.direct-wrap {
	width: 601px;
	position: center;
	z-index: 99999;
}
.direct-wrap h5 {
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
}
.direct-wrap p {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 25px;
}
.direct-area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.direct-area::after {
	position: absolute;
	width: 100%;
	height: 42%;
	background: #31303C;
	content: "";
	bottom: 0;
	display: none;
}
/* direct-aera-style-end */
/* ------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------ */
/* contact-aera-style-start */
.contact-aera {
    background: #000;
    position: relative;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.contact-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 130px;
	padding-right: 130px;
	background-size: 100% 100%;
	background-position: right;
	position: relative;
	background-attachment: fixed;
}
.contact-wrap::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	top: 0;
	left: 0;
	opacity: .5;
}
.contact-text h3 {
	font-size: 23px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}
.contact-text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 50px;
	color: #fff;
}

.contact-btn a {
	width: 200px;
	height: 46px;
	background: #d10e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-btn a i {
	font-size: 20px;
	margin-left: -15px;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.contact-btn a:hover i{
	margin-left: 15px;
	visibility: visible;
	opacity: 1;
}

.contact-btn input[type=submit] {
	width: 200px;
	height: 46px;
	background: #d10e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-btn input[type=submit] i {
	font-size: 20px;
	margin-left: -15px;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.contact-btn input[type=submit]:hover i{
    margin-left: 15px;
    visibility: visible;
    opacity: 1;
}
.contact-inner {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 130px;
	padding-right: 130px;
}
.contact-title h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-box a {
	font-size: 16px;
	color: #d10e1c !important;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}
.contact-box a.TTE {
	color: #fff !important;
}
.contact-box.yyt {
	margin-top: 25px;
}
.contact-text {
	position: relative;
	z-index: 99;
}
.contact-btn {
	z-index: 999;
	position: relative;
}
/* contact-aera-style-end */
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* footer-aera-style-start */
.footer-aera {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #0C0B19;
}
.footer-title h4 {
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer-content p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: 500;
	margin: 0;
}
.footer-list ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
    position: relative;
    padding-left: 15px;
}
.footer-list ul li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #d10e1c;
	content: "";
	border-radius: 50%;
	left: 0;
	top: 7px;
}
.footer-ads-ct p {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 25px;
	margin-bottom: 25px;
}
.contact-box.ttr a {
    color: #ffff !important;
    font-size: 14px;
    font-weight: 500;
}
.contact-box.ttr {
	margin-bottom: 25px;
}
.footer-ls-list ul li {
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	font-size: 14px;
}
.footer-list ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
}
.copyright-area {
	background: #080711;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright-icon a {
	color: #fff;
	font-size: 22px;
	margin: 0 10px;
}
.copyright-icon {
	text-align: right;
}
.copyright-text p {
	color: #666;
	font-weight: 500;
	font-size: 15px;
	margin: 0;
}
/* footer-aera-style-end */
/* ------------------------------------------------------------------------------------ */
.bar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 27px;
    font-size: 25px;
    z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.offcanva {
	position: fixed;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 9999999999 !important;
	left: 0;
	transition: .8s !important;
	right: 0;
	margin: auto;
	top: -100%;
	padding: 25px;
	overflow: hidden;
}
/* .offcanva.active {
	display: block;
	top: 97px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
} */
.offcanva-menu {
}
.cross {
	position: absolute;
	top: 8px;
	right: 8px;
}
.offcanva.active {
	top: 100px;
	transition: .3s;
	width: 80%;
}

.cross a {
	width: 25px;
	height: 25px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	border-radius: 73%;
}
.header-btn.ffg {
	display: block;
}
.header-btn.ffg a {
	background: #d10e1c;
	/*! margin-top: 25px; */
	/*! margin-right: 10px; */
	/*! margin-left: 10px; */
	height: 48px;
	padding: 0;
	line-height: 48px;
}
.header-area.scroll-header {
	position: fixed;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
	/*! -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; */
	/*! animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; */
	/*! transition: .3s; */
	/*! -webkit-transition: .3s; */
	/*! -moz-transition: .3s; */
	-ms-transition: .3s;
	-o-transition: .3s;
	width: 100%;
    box-shadow: 0px 7px 16px 2px rgba(0,0,0,0.24); 
    z-index: 9999999 !important;
	padding: 0;
}
.bar {
	display: none;
}

.header-area.logo-ctnr {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	z-index: 99999999999999999;
}

.header-area.logo-ctnr.scroll-header img {
  max-width: 227px;
  transition: .3s;
}
.header-logo a img {
  transition: .3s;
}

/* dorid-aera-start-style */

.dorid-area {
	margin-top: 102px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.dorid-area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .6;
	left: 0;
	top: 0;
}
.dorid-wrap {
	padding: 80px 0;
}
.dorid-shap {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMy40QzEwNTAuNTkgMTggMTAxOS40IDg0Ljg5IDczNC40MiA4NC44OWMtMzIwIDAtMzIwLTg0LjMtNjQwLTg0LjNDNTkuNC41OSAyOC4yIDEuNiAwIDMuNFYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAyNC4zMWM0My40Ni01LjY5IDk0LjU2LTkuMjUgMTU4LjQyLTkuMjUgMzIwIDAgMzIwIDg5LjI0IDY0MCA4OS4yNCAyNTYuMTMgMCAzMDcuMjgtNTcuMTYgNDgxLjU4LTgwVjE0MEgweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMjgwIDUxLjc2Yy0yMDEgMTIuNDktMjQyLjQzIDUzLjQtNTEzLjU4IDUzLjQtMzIwIDAtMzIwLTU3LTY0MC01Ny00OC44NS4wMS05MC4yMSAxLjM1LTEyNi40MiAzLjZWMTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 100% 61px;
	bottom: 0;
	height: 61px;
	z-index: 10;
	transform: rotateY(180deg);
}
.dorid-wrap h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
.dorid-btn a {
	width: 206px;
	height: 54px;
	background: #d10e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 15px;
}
.dorid-btn a i {
	font-size: 19px;
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.dorid-btn a:hover i {
	margin-left: 10px;
	opacity: 1;
	visibility: visible;
}
.btns.ttr {
	width: 202px;
	height: 55px;
}
.blog-img.did {
	width: 500px;
	text-align: right;
	float: right;
}
.blog-img.did.ffg {
	float: left;
}
.blog-area.tte {
	padding-top: 0;
	padding-bottom: 40px;
}
.direct-wrap.ttrg {
	width: 710px;
}
.direct-wrap.ttrg h5 {
	margin-bottom: 0;
}
.contact-btn.ttyu a {
	height: 54px;
}
.contact-btn.ttyu {
	padding-top: 50px;
}
/* dorid-aera-start-end */


/* terieven-page-style-start */

.teariven-area {
	margin-top: 102px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.teariven-wrap {
	padding-top: 60px;
	padding-bottom: 120px;
	text-align: center;
	max-width: 800px;
	margin: auto;
}
.tenvir-content h3 {
	font-size: 32px;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: 500;
}
.tenvir-content p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
}
.tenvir-btn {
	padding-top: 25px;
}
.tenvir-btn a {
	height: 50px;
	width: 80px;
	background: #d10e1c;
	display: inline-block;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.tenvir-btn a i {
	font-size: 16px;
	margin-left: -17px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.tenvir-btn a:hover i {
	opacity: 1;
	visibility: visible;
	margin-left: 9px;
}
.dfl-btn {
	width: 100px !important;
	background: #fff !important;
	color: #d10e1c !important;
	margin-left: 10px;
}

.tenvir-sp {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2YzZjRmNyI+PHBhdGggZD0iTTg1My44OTMsODYuOTk4Yy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjMTguMjk1LTEwLjUzNiw0MC44OTEtMTguMjc2LDczLjM3OC0xOC4yNzYgYzM4LjY4NSwwLDY0LjEzMiwxMi41NjQsODUuNDg5LDI4LjM0N0M5MTYuMTkyLDcyLjAxMiw5MDAuOCw4Ni45OTgsODUzLjg5Myw4Ni45OTh6IE01MjYuMjY1LDgwLjk0NSBjLTYuNTE3LTAuNTYyLTEzLjU5OS0wLjg3OS0yMS40MS0wLjg3OWMtNzAuNzk5LDAtOTEuMzM3LDI3LjIyOS0xMzQuNDMzLDM1LjY2MmMxNC45MDEsMy43MiwzMi4xMTgsNi4wNyw1Mi44OTgsNi4wNyBDNDcwLjE3MSwxMjEuNzk3LDUwMC4zNCwxMDMuNDIxLDUyNi4yNjUsODAuOTQ1eiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik02NjMuNDU4LDEwOS42NzFjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjZDNTY3LjA4Niw0NS41NTUsNTk3LjM4MSwwLDY2NS42OTEsMCBjNjEuODU3LDAsODUuMzY5LDI3Ljc4MiwxMTAuMjQ2LDUxLjk0N0M3MzYuODg4LDc0LjQzNCw3MTcuNDU5LDEwOS42NzEsNjYzLjQ1OCwxMDkuNjcxeiBNMjE3LjY4LDk0LjE2MyBjNTUuOTcxLDAsNjIuNTI2LDI0LjAyNiwxMjYuMzM3LDI0LjAyNmM5Ljg1OCwwLDE4LjUwOC0wLjkxNiwyNi40MDQtMi40NjFjLTU3LjE4Ni0xNC4yNzgtODAuMTc3LTQ4LjgwOC0xMzguNjU5LTQ4LjgwOCBjLTc3LjA2MywwLTk5Ljk2LDQ4LjU2OS0xNTEuNzUxLDQ4LjU2OWMtNDAuMDA2LDAtNjAuMDA4LTEyLjIwNi04MC4wMTEtMjkuNTA2djE2LjgwNmMyMC4wMDMsMTAuODkxLDQwLjAwNSwyMS43ODIsODAuMDExLDIxLjc4MiBDMTYwLjAxNCwxMjQuNTcsMTU4LjYwOCw5NC4xNjMsMjE3LjY4LDk0LjE2M3ogTTEyMDAuMTEyLDQ2LjI5MmMtNTcuNDkzLDAtNTYuOTM1LDQ2LjU5NS0xMTUuMDE1LDQ2LjU5NSBjLTUzLjYxMiwwLTU5Ljc1NS0zOS42MTgtMTE1LjYwMi0zOS42MThjLTE1LjI2NywwLTI1LjM4MSwzLjc1MS0zNC42OSw4Ljc0OWMzNi4wOTYsMjYuNjc1LDYwLjUwMyw2Mi41NTIsMTE3LjM0Miw2Mi41NTIgYzY5LjI0OSwwLDc1Ljk1MS00My41NTksMTQ3Ljk2NC00My41NTljMzkuODA0LDAsNTkuOTg2LDEwLjk0Myw3OS44ODgsMjEuNzc3Vjg1Ljk4MiBDMTI2MC4wOTcsNjguNzcxLDEyMzkuOTE2LDQ2LjI5MiwxMjAwLjExMiw0Ni4yOTJ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEwNTIuMTQ3LDEyNC41N2MtNTYuODQsMC04MS4yNDctMzUuODc2LTExNy4zNDItNjIuNTUyYy0xOC42MTMsOS45OTQtMzQuMDA1LDI0Ljk4LTgwLjkxMiwyNC45OCBjLTM4Ljg1OSwwLTU4LjgxMS0xNi40NTUtNzcuOTU2LTM1LjA1MWMtMzkuMDUsMjIuNDg3LTU4LjQ3OSw1Ny43MjQtMTEyLjQ4LDU3LjcyNGMtNjcuMTM3LDAtODAuMzQ1LTIzLjgyNC0xMzcuMTkzLTI4LjcyNiBjLTI1LjkyNSwyMi40NzUtNTYuMDkzLDQwLjg1Mi0xMDIuOTQ2LDQwLjg1MmMtMjAuNzc5LDAtMzcuOTk2LTIuMzQ5LTUyLjg5OC02LjA3Yy03Ljg5NSwxLjU0NS0xNi41NDYsMi40NjEtMjYuNDA0LDIuNDYxIGMtNjMuODExLDAtNzAuMzY2LTI0LjAyNi0xMjYuMzM3LTI0LjAyNmMtNTkuMDcyLDAtNTcuNjY1LDMwLjQwNy0xMzcuNjY5LDMwLjQwN2MtNDAuMDA2LDAtNjAuMDA4LTEwLjg5MS04MC4wMTEtMjEuNzgyVjE0MGgxMjgwIHYtMzcuMjEyYy0xOS45MDMtMTAuODM1LTQwLjA4NC0yMS43NzctNzkuODg4LTIxLjc3N0MxMTI4LjA5OCw4MS4wMTEsMTEyMS4zOTcsMTI0LjU3LDEwNTIuMTQ3LDEyNC41N3oiLz48L2c+PC9zdmc+);
	background-size: 100% 61px;
	bottom: 0;
	height: 61px;
	z-index: 10;
	transform: rotateY(180deg);
}

/* actie-area-style-start */

.actic-box {
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 15px;
}
.actie-hdn p {
	font-size: 16px;
	color: #0c0b19 !important;
	font-weight: 500;
	margin: 0;
}
.actie-heding h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0;
	color: #d10e1c !important;
}
.actie-list ul li {
	font-size: 14px;
	font-weight: 500;
	color: #0c0b19 !important;
	padding-bottom: 18px;
}
.actie-brn a {
	width: 107px;
	font-size: 13px;
	background: #d10e1c;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: auto;
	transition: .3s;
	border: 2px solid transparent;
}
.actie-hdn {
	padding-bottom: 50px;
}
.actie-heding {
	padding-bottom: 50px;
}
.actie-inner {
	background: #fff;
	padding: 30px;
	border-top: 4px solid #d10e1c;
	border-radius: 6px;
}
.actie-title h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #535b7c !important;
}
.actie-btm-list ul li a {
	font-size: 16px;
	color: #959baf !important;
	font-weight: 500;
	margin-bottom: 16px;
	display: block;
}
.actie-aera {
	margin-top: -111px;
	padding-bottom: 30px;
}
.actie-aera.marg {
	margin-top: 0;
}

/* actie-area-style-end */

/* loss-aera-style-start */

.loss-title {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 20px;
}	
.loss-title h5 {
	font-size: 27px;
	color: #333;
	margin: 0;
	font-weight: 500;
}
.loss-box {
	padding: 40px 20px;
	border-top: 4px solid;
	border-color: #d10e1c #1e1584 #1e1584 #1e1584;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 12px 18px -6px rgba(34,56,101,0.12);
	margin-bottom: 20px;
}
.loss-list ul li {
	font-size: 16px;
	color: #535b7c;
	margin-bottom: 11px;
	font-weight: 500;
}
.loss-list ul li:last-child {
	margin-bottom: 0;
}
.ttc {
	color: #959baf !important;
}
.actie-aera.mna {
	margin-top: 0;
	padding-top: 120px;
}
.loss-title.ttrf {
	margin-bottom: 35px;
}
.loss-box.pds {
	padding: 40px 40px;
}
.loss-aera.sp-pd {
	padding-bottom: 100px;
}

/* loss-aera-style-end */

/* terieven-page-style-end */


/* over-page-style-start */

.list-aera {
	padding-top: 60px;
	padding-bottom: 60px;
}
.list-title {
	text-align: center;
	margin-bottom: 50px;
}
.list-title h3 {
	font-size: 27px;
	color: #333;
	font-weight: 500;
	margin: 0;
}
.d-list ul li a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin-bottom: 28px;
	display: block;
	padding-left: 40px;
	position: relative;
}
.d-list ul li a i {
	position: absolute;
	left: 0;
	top: 6px;
	color: #413E92;
}

/* over-page-style-end */



/* blog-page-style-start */

.admin-top p {
	font-size: 15px;
	color: #666;
	margin: 0;
	font-weight: 500;
	line-height: 25px;
}
.admin-top {
	margin-bottom: 29px;
}
.admin-box {
	border: 1px solid #D8D8D8;
}
.admin-content {
	background: #fff;
	padding: 19px;
}
.admin-content h3 {
	font-size: 19px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 500;
}
.admin-content span {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.admin-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	margin: 0;
}
.admin-aera {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #fff;
}

/* blog-page-style-end */

/* contact-page-style-start */

.contact-aera.tter {
	margin-top: 102px;
}
.britch-contact-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.britch-contact-1 input {
	width: 48% !important;
	background: #eee;
	border: 0;
	font-size: 14px;
	color: #999;
	padding: 0 16px;
	height: 60px;
}
.britch-form form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #EEEEEE;
	margin-top: 19px;
	font-size: 14px;
	color: #999;
	padding: 0 16px;
}


.britch-form form select {
	width: 100%;
	height: 60px;
	border: 0;
	background: #EEEEEE;
	margin-top: 19px;
	font-size: 14px;
	color: #999;
	padding: 0 16px;
}

.britch-form form textarea {
	width: 100%;
	border: 0;
	background: #eee;
	margin-top: 20px;
	padding: 20px;
	color: #999;
	height: 250px;
}
.contact-btn.specng {
	padding-top: 20px;
	text-align: right;
	float: right;
}
.batch-title {
	text-align: center;
	margin-bottom: 40px;
}
.batch-title h3 {
	font-size: 27px;
	color: #333;
	font-weight: 500;
	margin: 0;
}
.britch-area {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
}
.contact-btn.specng a {
	width: 165px;
	height: 52px;
}

/* contact-page-style-end */


.bar a {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
  }


  .bar2 {
	opacity: 0;
	visibility: hidden;
  }
  .bar.toggle .bar2 {
	opacity: 1;
	visibility: visible;
	transition: .3s;
  }
  

.offcanva-menu ul li a {
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: #666;
  padding: 11px 5%;
  display: block;
  transition: .2s;
  font-size: 14px;
  font-weight: 600;
}
.offcanva-menu ul li a:hover {
  background-color: rgba(0,0,0,.03);
  opacity: .7;
}
.contact-btn.ttyu.prfs a {
	width: 238px;
	height: 60px;
}
.hero-aera {
	-webkit-appearance: none !important;
}

.bar {
        display: none;
    }

@media (max-width: 768px) {
    .bar {
        display: block !important;
    }
}


.hero-aera {
	-webkit-appearance: none !important;
}