:focus {outline:0 !important;}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* colours */
.preloader-line {
box-shadow: inset 0 0 0 2px #381068;
}
.bg-primary {
  background-color: #381068 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #6E1FCF !important;
}
.btn {
letter-spacing:1px;
}
.btn-primary {
  color: #fff;
  background-color: #6E1FCF;
  border-color: #6E1FCF;
  box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.15), 0 8px 5px -5px rgba(0, 0, 0, 0.09), 0 4px 15px -2px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #381068;
  border-color: #381068;
  box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.25), 0 8px 10px -5px rgba(0, 0, 0, 0.09), 0 4px 25px -2px rgba(0, 0, 0, 0.14);
}
.btn-secondary {
    color: #fff;
    background-color: #000031;
    border-color: #000031;
    box-shadow: 0 12px 35px -10px rgba(77, 182, 172, 0.55), 0 8px 10px -5px rgba(0, 0, 0, 0.09), 0 4px 25px -2px rgba(0, 0, 0, 0.14);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #000067;
  border-color: #000067;
  box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.25), 0 8px 10px -5px rgba(0, 0, 0, 0.09), 0 4px 25px -2px rgba(0, 0, 0, 0.14);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #381068;
    border-color: transparent;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle, .show > .btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #000067;
    border-color: transparent;
    box-shadow: none;
}
.dk-link{
color:#000031;
font-weight:500;
}
.dk-link:hover{
color:#444444;
}
.bg-secondary {
  background-color: #6E1FCF !important;
}

.bg-secondary-2 {
  background-color: #000031 !important;
}

.bg-light {
  background-color: #F2F5F7 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #591616 !important;
}

.text-hover-primary:hover, .text-hover-primary:focus {
  color: #00bfb3 !important;
}

.btn-dark {
    color: #fff;
    background-color: #1c2833;
    box-shadow: none!important;
}

.go-to-top a {
    background-color: #212f3d;
    box-shadow: none!important;
}

.go-to-top a:hover, .go-to-top a:focus {
    background-color: #381068;
    box-shadow: none!important;
}

#scrolling-nav li.active > a { 
color: #000031; 
}

/* navigation adjust */
.navik-header .logo img {
width: 138px;
}
.burger-menu {
top: 42px;
}
@media (min-width: 1280px) {
.navik-header-container {
height: 120px;
}
.center-menu-1 .navik-menu > ul:first-child {
    padding: 0 0;
    text-align: right;
}
.logoCenter {
    padding-left:10px;
    padding-right:10px;
  }

.navik-header .logo img {
width: auto;
max-width: inherit;
max-height: 90px;
}
.navik-header .logo img {
width: 138px;
}
.navik-menu > ul > li > a {
position: relative;
box-sizing: border-box;
height: 120px;
padding: 0 15px;
line-height: 120px;
white-space: nowrap;
}
.navik-header.sticky {
box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
}
.navik-header.sticky .navik-header-container {
height: 90px;
}
.navik-header.sticky .navik-menu > ul > li > a {
height: 90px;
line-height: 90px;
}

.navik-header.sticky .logo img {
max-height: 70px;
width:108px;
}
/* three classes below change navbar link and hover */
.header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu > a,
  .header-opacity-on .navik-menu > ul > li:hover > a,
  .header-opacity-on .navik-menu > ul > li.current-menu > a {
    color: #ffffff;
    opacity:0.7;
  }
.navik-menu ul li > a {
color: #444444;
letter-spacing: 2px;
font-weight: 600;
}
.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
  color: #000031;
}

}
@media only screen and (max-width: 1279px){
.navik-menu ul li > a {
  letter-spacing: 2px;
}
.navik-menu ul li:hover > a {
  color: #000031;
  background-color: #ffffff;
}
.navik-header .logo img {
width: 108px;
}
}
.navik-header .container-fluid {
padding-left: 30px;
padding-right: 30px;
}
@media only screen and (max-width: 767px){
.navik-header .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}

/* backgrounds */
.bg-grey {
    background-color: #d8e0e2 !important;
}
/* typography */
h4, h5, h6,
.h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000031;
  letter-spacing:1px;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-family: "norwesterregular",sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #000031;
  letter-spacing:0;
}

.text-colored {
  color: #381068 !important;
}

/* hero */
.banner-slides-container .bg-image:before{
content: " ";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,49,0.2);  
}

.banner-slides-container.green .bg-image:before{
content: " ";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.3);  
}

.banner-slides-container.no-filter .bg-image:before{
content: " ";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0);  
}
.banner-slides-container h1{
letter-spacing:-3px;
}

.banner-slides-container .btn{
box-shadow:none;
min-width: 200px;
}

@media only screen and (max-width: 599px){

.banner-slides-container h1{
letter-spacing:-1px;
}
.banner-slides-container h1 span{
display:block;
}
.mob-line-break span{
display:block;        
}   
}
.banner-slides-container .bg-image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
/* stuff that wont change */
.banner-middle{
margin-bottom: 1rem;
}

.testimonial-1 .testimonial-details {
  position: relative;
  padding: 2.1875rem 2.5rem;
  background-color: #f4f6f7;
  text-align:center;
}

.testimonial-1 .testimonial-details::before {
  display:none;
}

/* Floating Social Media in requested */
.float-sm{
    position: absolute;
    right:0;
    top:120px;
    width: 42px;
    height: 168px;
	z-index: 21;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-transition-animation-duration: 1s;
    animation-delay: 3s;

}
.fl-fl {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.fl-fl i {
  font-size: 22px;
  width: 30px;
  line-height: 42px;
}
.fl-fl a {
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; 
}
.fl-fl a:hover {
  color: #ffffff !important;
  text-decoration: none;
  opacity:0.7;
}

.float-fb {
  top: 0;
	background-color: #381068;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.float-tw {
  top: 42px;
  background-color: #381068;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  
}
.float-li {
  top: 84px;
  background-color: #381068;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  
}
.float-in{
  top: 126px;
	background-color: #381068;
}

@media only screen and (max-width: 1279px){
.float-sm{
    top:108px;
    width: 168;
    height: 42px;
}
.float-fb {
  top: 0;
	right:126px;
    border-bottom: none;
}
.float-tw {
  top: 0;
  right:84px;
  border-bottom: none;
  border-left: 1px solid rgba(255,255,255,0.2);
  
}
.float-li {
  top: 0;
	right:42px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-bottom: none;
}
.float-in{
  top:0px;
	right:0;
    border-bottom: none;
    border-left: 1px solid rgba(255,255,255,0.2);
    
}
}
.sponser-1{
max-width:360px;
display:block;
margin:10px auto 40px;
}

.sponser-2, .sponser-3{
max-width:210px;
display:block;
margin:0 auto 40px;
}
.sponser-4{
max-width:120px;
display:block;
margin:10px auto 40px;
}
@media only screen and (max-width: 991px){
.sponser-4{
max-width:160px;
margin:10px auto 80px;
}
}
.social-map .btn{
width:45%;
margin:5px 5px;
}
@media only screen and (max-width: 400px){
.social-map .btn{
width:100%;
margin:5px 5px;
}
}
/* contact page */
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  color: #29364d;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #eee;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #381068;
}
.form-control.input-sm {
  height: 40px;
  line-height: 40px;
}
.form-control::-webkit-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.form-control::placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
textarea.form-control {
  resize: none;
  min-height: 110px;
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-select {
  border: 2px solid #eee;
  background-color: #fff;
  position: relative;
}
.form-select:after {
  content: "\e131";
  font-family: 'hody-icons';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.form-group {
  margin-bottom: 25px;
}

.form-group .checkbox input[type=checkbox],
.form-group .radio input[type=checkbox],
.form-group .checkbox-inline input[type=checkbox],
.form-group .radio-inline input[type=checkbox],
.form-group .checkbox input[type=radio],
.form-group .radio input[type=radio],
.form-group .checkbox-inline input[type=radio],
.form-group .radio-inline input[type=radio] {
  margin-top: 0;
}
.form-group textarea {
  min-height: 140px;
}
.form-group.has-error .form-control {
  border-color: #ff4656;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}

/* Form Buttons */
.contact-form-border{
border-bottom: solid 1px rgba(31,31,31,0.08);	
}

.btn-form-func {
  background: #381068;
    border-radius: 0.1875rem;
	border: 1px solid #381068;
	color: #ffffff;
	display: inline-block;	
	overflow: hidden;
	padding: 20px 60px 20px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1.1;
	width: 100%;
	font-size: 12px;
    letter-spacing: 2.5px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	margin-bottom: 10px;
}

.btn-form-func:hover {
	color: #ffffff;	
	background: #2A1053;
	border: 1px solid #2A1053;
}

.btn-form-func:focus {
	outline: none;
}

.btn-form-func .btn-form-func-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 15px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: center;
}

.btn-form-func .icon {
  border-left: 1px solid #b2bec3;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}

.btn-form-func i{
 font-size:20px;
 line-height: 2;
}

.btn-form-func:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 300ms ease;
}

.btn-form-func:hover .btn-form-func-content {
  right: 100%;
}

.btn-form-func:hover .icon {
  border-left: 0;
  font-size: 1.4em;
  width: 100%;
}

.btn-form-func:hover:after {
  opacity: .2;
}

.btn-form-func.btn-form-func-alt-color {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-form-func.btn-form-func-alt-color .icon {
  border-left-color: #b2bec3;
}

.btn-form-func.btn-form-func-alt-color:after {
  background-color: transparent;
}

.parsley-errors-list {
	margin-top: 8px;
    margin-left:-40px;
	list-style-type: none;
	transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
#sendyFormContent{
    position: relative;
}
.sent-message{
width:100%;
height:100vh;
position:relative;
}

.sent-center{
position:absolute;
top:50%;
left:50%;
width:300px;
transform:translate(-50%,-50%);
}
.sent-center h3{
font-size:18px;
font-weight: 400;
letter-spacing:2.5px;
text-transform: uppercase;
margin-bottom: 5px;
color:#000031;
}
.sent-center p{
font-size:15px;
color: #444444;
}

.sent-logo{
max-width:200px;
display:block;
margin:0 auto 20px;
}
.sent-logo img{
max-width:200px;
}
/* modal */

.modal-content {
  position: relative;
  background-color: #381068;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #381068;
}

.modal-header .close {
  float: right;
  font-size:46px;
  line-height:.8;
  font-family: 'Montserrat', sans-serif;
  color:#ffffff !important;
  font-weight: 200 !important;
  opacity:1;
  text-shadow: none!important;
}

.modal-header .close:hover {
  color:#ffffff !important;
  opacity:1;
}
.close span::before, .close span::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
}

.modal-title {
	position: relative;
	display: inline-block;
	color:#ffffff;
	letter-spacing: 2.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	line-height: 34px !important;
}

.modal-body {
  position: relative;
  padding: 30px;
  background:#f7f7f7;
}

.modal-footer {
  padding: 15px 30px 15px 30px;
  text-align: right;
  border-top: 1px solid #ccc;
  background:#f7f7f7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
   margin: 0!important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}

.uline a{
 border-bottom:solid 1px;
 font-weight:400;
 padding-bottom: 3px;
 color: #29364d;
}

.uline a:hover {
    color: #381068;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}

.modal-body h5, .h5 {
  font-size: 1.25rem;
}

textarea::-webkit-input-placeholder {
font-style: italic;
font-size: 18px!important;
font-weight: 300!important;
}

textarea:-moz-placeholder { /* Firefox 18- */
font-style: italic;
font-size: 18px!important;
font-weight: 300!important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
font-style: italic;
font-size: 18px!important;
font-weight: 300!important;
}

textarea:-ms-input-placeholder {
font-style: italic;
font-size: 18px!important;
font-weight: 300!important;
}

.map-section{
padding-top:175px;
background:#ffffff;
}

.footer-nav{
font-size:13px;
letter-spacing:2px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background: #000031;
    min-height: 60px;
    color: #ffffff;
    padding: 0 0 0 120px;
    font-family: 'Montserrat', sans-serif; 
	font-weight: 500;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    
	
}

#cookieConsent p {
    display: inline;
	font-size: 15px;
	line-height: 60px;
    color: #a6a6db;
    margin: 0;
}
#cookieConsent a {
    text-decoration: none;
	margin: 0 10px 0 10px;
	color: rgba(255, 255, 255, 0.7);
}
#cookieConsent a:hover {
    color: #fff;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px;
    font-size:24px;
    margin: 10px 130px 0 0;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0s;
}
#closeCookieConsent:hover {
    color: rgba(255, 255, 255, 1);
}
#cookieConsent a.cookieConsentOK {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    border-radius: 0;
	border:solid 1px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    margin: 0 10px 0 10px;
	line-height:1rem;
	padding: 8px 12px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #fff;
    border:solid 1px rgba(255, 255, 255, 1);
	color:#1f1f1f;
}

@media (max-width: 1400px){
#cookieConsent {
    padding: 0 0 0 80px;	
}
#closeCookieConsent {
    margin: 10px 90px 0 0;
}
}
@media (max-width: 1280px){
#cookieConsent {
    padding: 0 0 0 50px;	
}
#closeCookieConsent {
    margin: 10px 60px 0 0;
}
}
@media (max-width: 991px){
#cookieConsent {
    padding: 0 0 0 20px;	
}
#closeCookieConsent {
    margin: 10px 30px 0 0;
}
}


@media (max-width: 650px){
#cookieConsent p {
    display: block;
	line-height: 25px;
	margin-left: 0;
	margin-bottom: 15px;
}
#cookieConsent a.cookieConsentOK {
    display:block;
	text-align: center;
	margin: 10px 0 0 0;
	line-height:20px;
}
#cookieConsent {
    max-width: 320px;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -160px;
}
#cookieConsent a {
    margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#closeCookieConsent {
     margin:-6px 0 0 0;
}

}

@media (max-width: 380px){
#cookieConsent {
    max-width: 100%;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -50%;
}
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
/*Cookie Consent End*/

.footer-bottom-container span{
padding: 0 10px;
}

.owl-item .carousel-component-item .bg-image { width:110%!important; }

.footer-social a{
font-size:22px;
}
.travel-icon{
max-width:160px;
display:block;
margin:0 auto 20px;
padding: 15px;
border-radius: 80px;
}
.travel-txt{
text-align:center;
padding-bottom:50px;
}