/********** Fixes  **********/
button:focus {
    outline: 1px dotted;
    outline: none;
}
.btn{
box-shadow: none !important;
}
/* fix for IE */
img {
    width: 100%;
}
/********** Fixes End  **********/

/********** Typography  **********/

h1, h2,
.h1, .h2 {
  font-family: 'afterglowregular';
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #29364d;
}
p.sm-headline{
font-size:12px;
letter-spacing:2.5px;
}

.text-white.section-title-3::after {
background-color: rgba(255, 255, 255, 0.5);
}

.text-primary {
  color: #7a378c!important;
}
.text-primary.section-title-3::after {
background-color: #7a378c;
}
.bulleted.marg{
margin-left:-20px;
margin-bottom: 20px;    
}
/********** Typography End  **********/

/********** Custom Links  **********/
.text-btn-normal {
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  font-size:12px;
  font-weight: 600;
  letter-spacing:2.5px;
  line-height: 1;
  padding-bottom:3px;
  border-bottom: solid 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.text-btn-normal.dark{
color:#29364d;    
}
.text-btn-normal.dark:hover{
color:#7a378c;    
}

.text-btn-normal.light{
color:#ffffff;    
}
.text-btn-normal.light:hover{
color:#ffffff;
opacity:0.7;
}
/********** Custom Links End  **********/

/********** Nav Adjustments  **********/
#scrolling-nav li.active > a { 
color: #ecd8f2!important; 
}
.header-shadow-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.header-shadow-wrapper::after {
  position: relative;
  top: -60px;
  display: block;
  width: 100%;
  height: 60px;
  content: "";
  webkit-box-shadow: 5px 5px 15px 0 rgba(31,31,31,0.07000000000000001);
    box-shadow: 5px 5px 15px 0 rgba(31,31,31,0.07000000000000001);
}
.social-nav-1 .fab,
.social-nav-2 .fab{
font-size: 15px;
}
.social-nav-1 a {
padding: 0 10px 0 20px!important;
}
.social-nav-2 a {
padding: 0 0 0 10px!important;
}

.navik-header .container-fluid{
padding-left:30px;
padding-right:30px;
}
@media only screen and (max-width: 1330px){
.navik-header .container-fluid{
padding-left:15px;
padding-right:15px;
}
}
@media only screen and (max-width: 1280px){
.social-nav-1,
.social-nav-2 {
display:none;
}
}
@media only screen and (max-width: 767px){
.navik-header .logo {
float: left;
padding: 19px 40px 19px 0;
}
.navik-menu {
clear: both;
}
.burger-menu {
 right: 0;
}
.navik-header .container-fluid{
padding-left:15px;
padding-right:15px;
}
}
/********** Nav Adjustments End  **********/

/********** Hero  **********/

.lg-hero-logo{
max-width: 200px;
position:absolute;
top:20px;
left:50px;
z-index:2;
}
.page-title.no-ol::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(41, 54, 77, 0);
}
.header-text-block {
position:absolute;
right:150px;
bottom:70px;
text-align: right;
width:80%;
z-index:1;
padding-bottom: 100px;
color:#ffffff;
}
.header-text-block .h1,
.header-text-block h1{
font-size: 90px;
line-height: 99px;
}
.c-scrolldown {
  width: 1px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  right: 12px;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}
.header-contact-block {
position:absolute;
right:32px;
bottom:10px;
z-index:2;
color:#ffffff!important;
}
.header-contact-block a{
font-family: 'Montserrat', 'Arial', 'sans-serif', sans-serif;
font-weight: 600 !important;
font-size: 12px;
color:#ffffff;
text-transform: uppercase;
letter-spacing: 2.5px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.header-contact-block a:hover{
color:#ffffff;
opacity:0.75;
}
.ma-divider {
display: inline-block;
background: #ffffff;
width: 1px;
height: 15px;
margin-bottom: -2px;
margin-left:20px;
margin-right:20px;
}
.social-mobile{
display:none;
}
.social-mobile-nav{
display:none;
}
@media only screen and (max-width: 1400px){
.header-text-block .h1,
.header-text-block h1{
font-size: 80px;
line-height: 89px;
}
}


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


.social-mobile-nav{
display: block;
position: absolute;
top:11px;
left:300px;
}
.social-mobile-nav .btn-icon-only.btn-lg, .btn-group-lg > .btn-icon-only.btn {
  width: 44px;
  height: 44px;
  line-height: 42px;
}
.social-mobile-nav .btn-outline-light {
  color: #ecd8f2;
  border-color: #ecd8f2;
  box-shadow: none;
}
.social-mobile-nav .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus {
  color: #a66d97;
  background-color: #ecd8f2;
  border-color: #ecd8f2;
  box-shadow: none;
}
}


@media only screen and (max-width: 1280px){
.lg-hero-logo{
max-width: 200px;
position:absolute;
top:110px;
left:50px;
}
.header-text-block .h1,
.header-text-block h1{
font-size: 70px;
line-height: 82px;
}

}
@media only screen and (max-width: 1100px){
.header-text-block .h1,
.header-text-block h1{
font-size: 60px;
line-height: 69px;
}
.header-text-block {
padding-bottom: 110px;
}
}
@media only screen and (max-width: 991px){
.header-text-block .h1,
.header-text-block h1{
font-size: 50px;
line-height: 62px;
}
.lg-hero-logo{
max-width: 200px;
position:absolute;
top:110px;
left:50%;
margin-left:-100px;
}
.header-text-block {
position:absolute;
right:50px;
bottom:70px;
text-align: right;
width:80%;
z-index:1;
padding-bottom: 110px;
color:#ffffff;
}
}
@media only screen and (max-width: 767px){
.header-text-block .h1,
.header-text-block h1{
font-size: 42px;
line-height: 50px;
}
.header-text-block {
position:absolute;
right:0;
top:230px;
bottom:auto;
text-align: center;
width:100%;
z-index:1;
padding-bottom: 0;
padding-left:30px;
padding-right:30px;
color:#ffffff;
}
.lg-hero-logo{
max-width: 180px;
position:absolute;
top:30px;
left:50%;
margin-left:-100px;
}
.c-scrolldown,
.header-contact-block {
display:none;
}
.social-mobile{
display: block;
position: absolute;
width: 100%;
z-index: 2;
top:460px;
}
.social-mobile-nav{
display:none;
}
}
@media only screen and (max-width: 380px){
.social-mobile{
top:400px;
}
}
/********** Hero End  **********/

/********** Jarrallax End  **********/

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.j-content-table {
    display: table;
    width: 100%;
    height: 700px;
    background-color: rgba(0,0,0,0)!important;
    color: #fff;
}
.j-content-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 991px){
.j-content-table {
    height: 400px;
}
}

@media only screen and (max-width: 767px){
.j-content-table {
    height: 350px;
}
}

/********** Jarrallax End  **********/

/********** Background images  **********/

.bg-image.al-lt {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.bg-image.al-rt {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax-img.al-rt {
    object-position: 100% 50%!important;
}
.jarallax-img.al-lft {
    object-position: 0% 50%!important;
}

/********** Background Images End  **********/

/********** Background Colours  **********/
.bg-primary {
  background-color: #7a378c !important;
}
.bg-primary-dark {
  background-color: #502a5f !important;
}
.bg-primary-lt {
  background-color: #854a8c !important;
}
.bg-primary-lt-2 {
  background-color: #a66d97 !important;
}
.bg-secondary {
  background-color: #bf9d8a !important;
}
.bg-light-pink {
  background-color: #ecd8f2 !important;
}

/********** Background Colours End  **********/

/********** Footer  **********/

.ld-footer{
 font-size: 0.875rem;   
}
.ld-footer h6{
 font-size:13px;
letter-spacing:1.5px;
}
.ld-footer a{
 color: rgba(255, 255, 255, 1)   
}

.ld-footer a:hover{
 color: rgba(255, 255, 255, 0.75)   
}
 .mt-lg-up20 {
    margin-top: -20px !important;
  }
.mission-pad{
padding-right:50px;
}
@media only screen and (max-width: 1279px){
.mission-pad{
padding-right:0;
}
}
@media only screen and (max-width: 767px){
.widget.logo-holder{
max-width:220px;
display:block;
margin:0 auto;
}
}

/********** Footer End  **********/

/********** Testimonials  **********/

.testimonial-1 .testimonial-details {
  position: relative;
  padding: 1rem 2.5rem;
  background-color: transparent;
  text-align:center;
}
.testimonial-1 .testimonial-details p{
font-weight: 300;
font-size:17px;
}
.author{
text-align: center;
margin-top: 20px;
}
.testimonial-1 .testimonial-details::before {
  display:none;
}
.owl-theme .owl-dots .owl-dot span::before {
  background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff;
}
@media only screen and (max-width: 599px){
.testimonial-1 .testimonial-details {
  padding: 1rem 1rem;
}
}
/********** Testimonials End  **********/

/********** Cookie Consent Begin  **********/

#cookieConsent {
    background: #854a8c;
    min-height: 60px;
    color: #ffffff;
    padding: 0 0 0 120px;
    font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
    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: #ffffff;
    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  **********/

/********** Form Controls  **********/

.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 #e0e0e0;
  background-color: rgba(255, 255, 255, 0.9);
  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: #854a8c;
  background-color: rgba(255, 255, 255, 0.9);
}
.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: 130px;
}
.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);
}
@media only screen and (max-width: 599px){
.p-5.smmp{
padding-left:15px!important;
padding-right:15px!important;
}
}
/********** Form Controls End  **********/

/********** Modal  **********/

.modal-content {
  position: relative;
  background-color: #a66d97;
  -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 #a66d97;
}

.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;
}
}

/********** Modal End  **********/

.harmony-font {
  font-family: 'afterglowregular'!important;
}

/********** Arrow Accordion  **********/

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f7f7f7;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #854a8c;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #f7f7f7;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #f7f7f7;
  line-height: 30px;
  color: #222;
}

/********** Padding fix  **********/

@media (max-width: 991px){
.ptr-5  {
  padding-top: 3rem !important;
}
}

/********** Page Title 2  **********/


.page-title-2 {
  position: relative;
  min-height: 40vh;
}

.page-title-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(41, 54, 77, 0.3);
}

.page-title-2.page-title-no-overlay::after {
  display: none;
}

.page-title-container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-title-2 {
    min-height: 55vh;
	margin-top:-66px;
  }
}

@media (min-width: 1280px) {
  .page-title-2 {
    min-height: 50vh;
	margin-top:0;
  }
}

