/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

:root {
	/* Theme */
	--color-panel-background: #fff;
	--color-background: #5c2f8d;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color:#fff;
    color: #5c2d8f;
}
a, a:hover{
    text-decoration:none !important;
    color: #f9a834;
    cursor: pointer;
}
body {
    font-family: 'Montserrat', sans-serif;
}.black_overlay, .blackpop{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgb(41, 4, 40);
	z-index:1001;
	-moz-opacity: 0.8;
	opacity: 0.5;
	filter: alpha(opacity=80);
}.white_content, .linkspop {
	display: none;
	position: relative;
	top: 25%;
	margin: 0 auto;
	/*width: 70%;*/
	height: auto;
    padding: 6pt;
    padding-bottom: 5rem;
	/* border: 6pt solid #fff; */
	background-color: rgba(255, 255, 255, 0.95);
	z-index:1002;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: auto;
	animation: fadein 2s;
	-moz-animation: fadein 2s;/* Firefox */
	-webkit-animation: fadein 2s;/* Safari and Chrome */
    -o-animation: fadein 2s;/* Opera */
    width: 90%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.linkspop{
	display:none;
	position: fixed;
	width: 90%;
	text-align: center;
	left: 5%;
	top: 10%;
	margin: auto;
	overflow: auto;
	height: 80%;
	background: #fff;
	padding-bottom: 37px;
	border: 3px solid rgba(0, 0, 0, 0.63);
}.blackpop{
position: fixed;}.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: auto;
    padding: 12px 0;
    font-size: 4em;
    width: 70%;
    color: #fff;
    font-weight: 700;
    /* background-color: rgba(255, 255, 255, 0.7); */
}
h2{
    font-weight: bold;
}
/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    /* background: rgba(92, 45, 143, .9); */
    background: rgba(248, 158, 30, 1);
    text-transform: uppercase;
    font-weight: bold;
    /* border: 3px solid rgba(255, 255, 255, 0.7); */
    border-radius: 60px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background: rgb(222, 141, 27);
}

.btn-light {
    color: #fff;
    border-radius: 40px;
    background-color: rgb(240, 153, 51);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #1a191b;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
}
.header p {
    font-size: 1.3em;
    color: white;
    font-weight: bold;
    max-width: 1000px;
    padding: .5em;
    margin: 0 auto;
  }
/* About */

.about {
    /* background-color: #A6BFA9; */
    padding: 50px 0;


}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}.country{
	max-width: 178px;
}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../images/callout.png) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}.logo{
    max-width: 30%;
    margin-top: 8px;
    display: none;
}.country_text{
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    width: 78%;
    margin: auto;
    font-weight: bold;
    background: #1a191b;
    text-transform: uppercase;
    font-weight: bold;
    /* border: 3px solid rgba(255, 255, 255, 0.7); */
    border-radius: 60px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}.country_text:hover{
 background: rgba(0, 0, 0, 0.70);
}.wrapper{
	display:inline-flex;
    flex-wrap: wrap;
}
/* FAQ */
.accordion
{
	width: 100%;
	margin: 1em auto;
	position: relative;
}
.accordion p 
{
	padding: 0;
    color: #5c2d8f;
}
.accordion__button 
{
	background: var(--color-background);
	color: var(--color-panel-background);
	cursor: pointer;
	padding: 1em;
	width: 100%;
	max-width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
	font-weight: bold;
	transition: 0.4s;
}

.section--body .active,
.section--body .accordion__button:hover {
  background-color: var(--color-background); 
  border: 1px solid #5c2d8f !important;
}

.accordion__body {
  padding: 1em;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #5c2d8f; 
  width: 100%;
  max-width: 100%;
}
/* FAQ END */

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

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

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.footer {
	background-color: #1a191b;
	color: #fff;
    padding: 60px 0 100px 0;
}.iconcolor{
	color: #2d114e;
}.fa-times-circle-o{
	font-size: 3em !important;
	text-align: right !important;
	padding-right: 10px !important;
	padding-top: 10px;
	color: #565456 !important;
    cursor:pointer;
    
}.kopje{
	font-weight:bold;
		
}
@media(max-width:768px) {
.map {
	height: 75%;
}.wrapper{
	display:block;
}.white_content {
	width: 99%;
	height: auto;
	margin-bottom: 1px
}
body{
    height: 50%;
}
.header{
    background: url(../images/bg-wap.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position:top;
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 768px;
}
.text-vertical-center h1 {
    font-size: 3em;
}
.header h2 {
    font-size: 2em;
    margin-top: 2em;
}
.header p {
    font-size: 1em;
    color: white;
    font-weight: bold;
    max-width: 768px;
    padding: .5em;
    margin: 0 auto;
  }

}