/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

 .loader-dot {
  
  font-size: 1.8rem;
  opacity: 0;
  -moz-animation: showDot 2s infinite linear;
  -o-animation: showDot 2s infinite linear;    
  -webkit-animation: showDot 2s infinite linear;
  animation: showDot 2s infinite linear;

}

#loader-dot-1 {

  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;    
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#loader-dot-2 {

  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;    
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#loader-dot-3 {

  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;    
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

@-moz-keyframes showDot {

  0% { opacity: 1; }
  100% { opacity: 0); }
}

@-o-keyframes showDot {

  0% { opacity: 1; }
  100% { opacity: 0); }
}

@-webkit-keyframes showDot {

 0% { opacity: 1; }
  100% { opacity: 0); }
}

@keyframes showDot {

  0% { opacity: 1; }
  100% { opacity: 0); }
}

.loader-text{

  text-align:center;
  margin:auto;
}

body {
    padding-top: 67px;
    font-family: 'Poppins', sans-serif;
    color: #262626;
    padding-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #bac4db;
}

::selection {
  color: #fff;
  background: #bac4db;
}

header {

  padding: 40px 0;
}

footer {

  padding: 40px 0;
}

section {

  padding: 60px 0;
}



.gradient-after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

.gradient-after:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   left: 0;

} 

.gradient-before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}

.gradient-before:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
   left: 0;

} 

.alert#cookie-consent {

  margin-bottom: 0px;
  background: #000;
  color: #a1aecf;
  border-color: #000;

}

.full-size-background {
    background: url(../img/backgrounds/interior-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/backgrounds/interior-1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/backgrounds/interior-1.jpg', sizingMethod='scale')";
}

.bg-overlay {

  position: absolute;
  left: 0; 
  top: 0;
  width: 100%;
  height:100%;
  background-color: rgba(8, 21, 46, 0.8);
}

.v-top {

  vertical-align: top;
}

strong {

  font-weight: 600;
}

.section-divide {


  border: 0;
  border-top: 4px solid #08152e;
}

.lead {

  font-size: 1rem;
}

/* ==========================================================================
COLOURS
========================================================================== */


.bg-light-grey {

    background-color: #f2f2f2;
}

.bg-white {

    background-color: #ffffff;
}

.bg-black {

    background-color: #000000;
}

.bg-dark-blue {

    background-color: #08152e !important;
    color:#fff;
}

.bg-opaque-blue {

    background-color: rgba(8, 21, 46, 0.9);
    
}

.text-light-grey {

    color: #eeeeee;
}

.text-white {

    color: #cccccc;
}

.text-purple {

    color: #2d13d6;
}

.text-light-purple {

    color: #bac4db;
}

.special-text {

  color: #f2665a;
}

/* ==========================================================================
FONT STYLES
========================================================================== */

h1 {

  font-size: 2.2em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;

}

h2 {

  font-size: 2.2em;

}


h3 {

  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 300;
}

.section-header {

  font-size: 2.2em;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #08152e;
  padding-top: 40px;


}

.primary-text {

  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;

}


strong {

  font-weight: 500;
}


a {

  color: #bac4db;

}

a:hover {

  color: #bac4db;

}

/* ==========================================================================
BUTTONS
========================================================================== */


.btn-orange, a.btn-orange {

  background-color: #2d13d6;
  color: #fff !important;
  border: 4px solid #2d13d6;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
 
}

.btn-lg{

  font-size: 1.4rem;
}

.btn-orange:hover, a.btn-orange:hover {

  -webkit-transition: .3s ease-in;
  transition: .3s ease;
  background-color: transparent;
  color: #2d13d6 !important;

}

.slide-btn:hover {

  -webkit-transition: .3s ease-in;
  transition: .3s ease;
  border: 4px solid #fff;
  color: #fff !important;
}


.close {

  opacity: 1;
  text-shadow: none;
  color:#fff !important;
}

.close:hover {

  color: #bac4db !important;
  opacity: 1;
  text-shadow: none;
}

button:focus, .btn-next:focus, .btn:focus {

  outline:0 !important;
  box-shadow: none;

}

.btn-next {

  width: 100%;
  font-size: 1.4rem;
  margin: 2rem 0 1.8rem 0;

}

/* ==========================================================================
NAV
========================================================================== */

.navbar {

  padding: .8rem 0rem !important
}

.nav {

  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}

.nav-item {

  padding: 0rem 0;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #bac4db;
  
}

.nav-link {

  color: #262626;
  padding: .8rem .8rem;

}

.nav-link.active {

  color: #bac4db;
}

.nav-link i {

  font-size: .8rem;

}

.navbar-brand {

  position: absolute;
  margin-left: 10px;
  top: 0;
  display: none;

}

.navbar-brand img {

  width: 44px;
  height: 44px;
}

.dropdown-toggle::after {
    display: none !important;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: .0;
}

.dropdown-menu {

  position: static;
  float: none;
  border-radius: 0;
  border: 0;
  background: #2d13d6;
  padding: 0rem 0rem;
  
}

.dropdown-item {

  padding: .8rem 1.6rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}


.dropdown-item.active, .dropdown-item:active {

  background-color: #2d13d6;
  color: #fff;
}

.dropdown-item:hover {

    background-color: #2d13d6 !important;
    color: #bac4db !important;

}

.menu-icon-container {

    position: relative;
    right:0;
    padding: 0;
    z-index:4;
    float: right;
    margin-top: 5px;
    margin-right: 5px;

}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;

  z-index: 999999;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #262626;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==========================================================================
SOCIAL MEDIA TAB
========================================================================== */

.social-tab {

  font-size: 2rem;
  padding: .2rem;
  background: #08152e;
  color: #fff;
  position: fixed;
  border-radius: 4px 0px 0px 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: -80px;
  z-index: 4;
  -webkit-transition: .2s ease;
  transition: .2s ease;

}

.social-scrolled {

  margin-right: 0px;
}

.social-tab i {

  display: block;
  margin: .8rem 0rem;
}

.social-tab a {

  color: #fff;
}

/* ==========================================================================
HEADER
========================================================================== */

.logo-container {

  padding: 80px 0;

}

.primary-logo {

  opacity: 1;
  transform: scale(0);
  -webkit-animation: grow .8s forwards 1s; /* Safari 4.0 - 8.0 */
   -webkit-animation-delay: 1s;
  animation:  grow .8s forwards 1s;
   animation-delay: 1s;
}

.primary-logo circle {

  fill: #08152e;
}

@-webkit-keyframes grow {
  0%   {transform: scale(0);}
  60% {transform: scale(1.2)}
  80% {transform: scale(1)}
  100% {transform: scale(1)}
}
@keyframes grow {
  0%   {transform: scale(0);} 
  60% {transform: scale(1.2)}
  80% {transform: scale(1)}
  100% {transform: scale(1)}
}

.logo-text {

  fill: #ffffff;
  opacity: 0;
  -webkit-animation: fadeText .8s forwards 1.6s; /* Safari 4.0 - 8.0 */
  animation:  fadeText .8s forwards 1.6s;
 
}

@-webkit-keyframes fadeText {
  from  {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeText {
   from  {opacity: 0;}
  to {opacity: 1;}
}

.primary-logo rect {

  fill: #ffffff;
  width: 0px;
}

#logo-rect {

  width: 0px;
  -webkit-animation: divide .2s forwards 1.8s; /* Safari 4.0 - 8.0 */
  animation:  divide .2s forwards 1.8s;
}

@-webkit-keyframes divide {
  from  {width: 0px;}
  to {width: 365px;}
}

@keyframes divide {
  from  {width: 0px;}
  to {width: 365px;}
}


.hide-logo {

  opacity: 0;
}

#home .lead {

   font-family: 'Playfair Display', serif;
   font-size: 1.4rem;
}

/* ==========================================================================
BANNER
========================================================================== */

.banner {

  position: relative;

}

.banner h1, .banner h2 {

  color: #fff;
}

.banner h2 {
	padding: 2.6rem 0;
	font-size: 2rem;
	font-weight: 600;
}


/* ==========================================================================
ABOUT
========================================================================== */


#about .img-fade {
	position:relative;
	background: url(../img/backgrounds/interior-2.jpg) no-repeat center;
	background-size: cover;
}



/* ==========================================================================
SERVICES
========================================================================== */


#services .img-fade {
	position:relative;
	background-size: cover;
	overflow-x: hidden;
}

#interiors-section {

	background: url(../img/backgrounds/interior-1.jpg) no-repeat center;
}

#exteriors-section {

	background: url(../img/backgrounds/exteriors-1.jpg) no-repeat center;
}

/* ==========================================================================
AGENDA
========================================================================== */

.table {

    margin: auto;
    font-size: 1rem;
}

.table td {

    text-align: left;
    display: block;
    width: 100%;
}

.table td:nth-child(1) {

    border: none;
    background: #333;
    color: #fff;
    background-color: #08152e;
}

/* ==========================================================================
GALLERY
========================================================================== */


.make-table {
    
    display:table;
    width:100%;
    height:100%;
}

.make-cell {
    
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height:100%;
}


.team-square {
    
   height:350px;
   padding:0px;    
   background: #fee333;
   color:#1a1a1a;

}

.team-square-odd {
    
    background: #000000;
    color:#ffffff;
}

.team-content {
   
    display: inline-block;
   
}

.team-content h3 {
   
    text-align: center;
   
}

.team-header-bar {
    
    height: 10px;
    display: block;
    width: 40px;
    background: #ffffff;
    
}

.team-member-square {
    
    height:350px;
    padding:0px;
    background-size: cover;
    background-position:center bottom;
    background-repeat: no-repeat;
    color:#ffffff;
    border:1px solid #fff;

}

.team-overlay {
    
    background-color: rgba(0, 0, 0, 0.2);
    
    opacity:1;
    position:absolute;
    width:100%;
    height:100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.team-member-square:hover .team-overlay{
    
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
  background-color: rgba(8, 21, 46, 0.9);
    opacity:1;
}


.team-member-content {
    
    margin-top: 200px;
    visibility: hidden;
    opacity:0;
    z-index:999;
    position: relative;
    padding-left:20px;
    padding-right:20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.fadeUp {

    margin-top: 0px;
}

.team-member-square:hover .team-member-content{
    
    visibility: visible;
    opacity:1;
}

.team-member-square h3{
    
    font-size: 1.8em;
    font-family: 'Playfair Display', serif;
}


.speaker-title {

    font-family: 'Poppins', sans-serif;
    color: #ffc157;

}

.carousel-modal {

  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;

}

.carousel{

  width: 100%;
  max-width: 900px;
  padding: 4rem 0rem;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.carousel img {

  width: 100%;
  margin: auto;
}

.carousel-control-prev, .carousel-control-next {

  width: 10%;

}

.carousel-control-prev:hover{

 background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
}

.carousel-control-next:hover{

 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
}

.carousel-close {

  color: #fff;
  font-size: 2rem;
  padding: .8rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index:999999;
}


/* ==========================================================================
CONTACT
========================================================================== */


.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {

    background-color: #a1aecf;

}

.form-control{

  border: 2px solid #08152e;
  color: #08152e;
  background: transparent;
  border-radius: 0px !important;
  -webkit-transition: none;
  transition:none;

}

.custom-select {

  border: 2px solid #08152e;
  border-radius: 0px !important;
  
}

.form-control:focus, .custom-select:focus {

  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease;
  border: 0px;
  border-bottom: 2px solid #bac4db;
  box-shadow: none !important;
  border-radius: 0px !important;

}

.input-animated input, .input-animated select, .input-animated textarea {

  margin-top: 32px;
}

.animated-label {

  font-size:.8rem;
  position:absolute;
  color:#888;
  margin: 8px 0px 0 17px;
  -webkit-transition: all 400ms ease;
  transition: all 200ms ease;
  
}

.w-icon {

  margin-left: 50px;
}

.label-completed  {

  font-size: .8rem;
  margin: -32px 0px 0 0px;
  color: #262626;

}


.has-icon {

  padding-left: 45px;

}

.form-icon {

  font-size: 1.4em;
  position: absolute;
  margin-top: -38px;
  margin-left: 0px;
  background: #08152e;
  color: #fff;
  padding: 8px;

}

.fa-paper-plane {

  font-size: 2rem;
}


/* ==========================================================================
FOOTER
========================================================================== */

footer {

  font-weight: 400;
}

footer h6 {

  color: #fff;
  font-weight: 600;
  padding: .2rem 0rem;
  display: inline-block;
}

footer i {

  font-size: 1.2rem;
}

.foot-locations i {

  color: #bac4db;
}

.review {

  font-style: italic;
  margin-bottom: 5px;
  padding-left:20px;
}

.review::before {
    content: '\201C';
    font-family: Serif;
    color: #bac4db;
    position: absolute;
    opacity: 1;
    font-size: 3rem;
    margin-top: -20px;
    margin-left: -35px;
}

.review::after {
    content: '\201D';
    font-family: Serif;
    color: #bac4db;
    position: absolute;
    opacity: 1;
    font-size: 3rem;
    margin-top: -10px;
    margin-left: 5px;
}


footer hr {

  border: none;
  border-top: 1px solid #fff;
}

.footlinks {

  padding-top: 20px;
  font-size: .8rem;
}

.copyright {

  font-size: .8rem;
}

/* ==========================================================================
MODALS
========================================================================== */

.modal .close {

  color: #000 !important;

}

.modal .close:hover; {

  color: #bac4db !important;

}

/* ==========================================================================
IE9 FIX CLASSES
========================================================================== */

.ie-fix {float:left;}

.ie-clear{clear:both;}