*
{
    font-family: 'AileronRegular', serif;
    color: #151515;
    box-sizing: border-box;
    margin: 0;
}


.mb-xs
{
  margin-bottom: 4px;
}

.mb-sm
{
  margin-bottom: 6px;
}
.mb-r
{
  margin-bottom: 8px;
}
.mb-md
{
  margin-bottom: 12px;
}
.mb-lg
{
  margin-bottom: 16px;
}
.mb-xl
{
  margin-bottom: 20px;
}

.header-text
{
  font-size: 2.4rem;
    letter-spacing: -.5px;
    font-family: AileronSemiBold;
    line-height: 180%;
}

.sm-header
{
  font-size: 1.2rem;
  letter-spacing: -.15px;
  font-family: 'AileronRegular';
}

@font-face {
  font-family: 'ButlerRegular';
     src: url('../fonts/Butler.woff');
     /* src: url('Butler.woff') format('woff'),
          url('Butler.ttf') format('truetype'),
          url('Butler.svg#UbuntuItalic') format('svg'); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ButlerBold';
     src: url('../fonts/Butler-Bold.woff');
     /* src: url('Butler.woff') format('woff'),
          url('Butler.ttf') format('truetype'),
          url('Butler.svg#UbuntuItalic') format('svg'); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AileronRegular';
     src: url('../fonts/Aileron-Regular.otf');
     /* src: url('Butler.woff') format('woff'),
          url('Butler.ttf') format('truetype'),
          url('Butler.svg#UbuntuItalic') format('svg'); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AileronBold';
     src: url('../fonts/Aileron-Bold.otf');
     /* src: url('Butler.woff') format('woff'),
          url('Butler.ttf') format('truetype'),
          url('Butler.svg#UbuntuItalic') format('svg'); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AileronSemiBold';
     src: url('../fonts/Aileron-SemiBold.otf');
     /* src: url('Butler.woff') format('woff'),
          url('Butler.ttf') format('truetype'),
          url('Butler.svg#UbuntuItalic') format('svg'); */
  font-weight: normal;
  font-style: normal;
}

body
{
  background-color: #fff;
  /* background-color: #1B1B1B; */
}

label
{
  font-size: .75rem;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: -.15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 4px;
}

.input-group
{
  margin-bottom: 40px;
}

.form-input
{
  border: 1px solid #b3b3b3;
  outline: none;
  font-size: .95rem;
  font-weight: 500;
  background-color: #fff;
  padding: 20px 24px;
  width: 100%;
}

.submit-button
{
  background-color: #011E30;
  font-size: .85rem;
  margin-top: 40px;
  font-weight:600;
  padding: 24px 24px;
  width: 100%;
  border: 0;
  letter-spacing: -.15px;
  color: #fff;
  /* text-transform: uppercase; */
  margin-bottom: 4px;

}
.reveal-text {
  /* visibility: hidden; */
  /* color: #fff; */
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.credit {
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: Termina, sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
}
.credit a {
  color: #fff;
  text-transform: lowercase;
}

body
{
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
}
.brand-color
{
  color:#e2b026;
}


a {
  /* font-family: Montserrat; */
  position: relative;
  text-decoration: none;
}
/* 
a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  left: 0%;
  background: black;
  transition: width .3s ease;
}

a:hover:after{
  width: 100%;
  left: 0%;
  background: black;
} */

.cursor-dot-outline{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /* border: 1px solid black; */
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  border:1px solid rgba(1, 30, 48,1);
  animation: spin 5s linear 2s infinite alternate;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 9999;
  background-color: rgba(1, 30, 48,0);
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
}


/* .cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(1, 30, 48,.75)
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  border:1px dashed rgba(1, 30, 48,1);
  animation: spin 5s linear 2s infinite alternate;
} */


.hover {
  background-color: red;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}


/* Nav */
.nav
{
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  /* box-shadow: 0 0 1rem rgb(0 0 0 / 0%); */
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: .25s ease-in all;
  /* background-color: rgba(255, 255, 255,0.1); */
}
.nav::before
{
  position: absolute;
  content: '';
  top: 0;
  z-index: 0;
  left: 0;
  height: 0;
  width: 100%;
  box-shadow: 0 0 1rem rgb(0 0 0 / 0%);
  background-color: #011E30;
  background-color: #0C1B4C;
  background-color: #001528;
  background-color: rgba(255,255,255,0.85);
  transition: .25s ease-in all;
  backdrop-filter: saturate(180%) blur(20px);
  /* background-color: rgba(255, 255, 255,0.1); */
}

.nav-sticky::before
{
  height: 100%; 
  z-index: -1;
  /* border-bottom: 1px solid #fafafa; */
  /* box-shadow: 0 0 1rem rgb(0 0 0 / 5%); */
  border-bottom: 1px solid rgba(239, 239, 239,.85);
}

.nav-content
{
  width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    padding: 8px 40px;
    margin: auto;
}

.nav-flex
{
  display: flex;
  justify-content: space-between;
}
.nav-flex a
{
  padding: 12px;
  margin: auto 12px;
  color: #fff;
  font-family: 'AileronSemiBold';
  font-weight: normal;
  font-size: .95rem;
  letter-spacing: .15px;
}
.nav-sticky .nav-flex a
{
  padding: 12px;
  margin: auto 12px;
  color: #001528;
  font-family: 'AileronSemiBold';
  font-weight: normal;
  font-size: .95rem;
  letter-spacing: .15px;
}

.logo
{
  height: 64px;
  width: auto;
}

@keyframes spin {
  from {transform: (180);transform-origin: center;}
  to {transform: rotateZ(-180);transform-origin: center;}
}

html,
html *,
body,
body * {
  /* cursor: none; */
}


p
{
    font-family: 'AileronRegular', sans-serif;
    line-height: 1.618;
    color: #011E30;
}

html,body,main
{
    margin: 0;
}

h1,h2,h3,h4,.reveal-text span
{
  /* 'DM Serif Display', serif */
  /* font-family: 'AileronSemiBold'; */
  font-family: 'AileronSemiBold','DM Serif Display', serif;
    font-weight: normal;
    letter-spacing: -.5px;
}


.container
{
    margin: auto;
    width: 100%;
    max-width: 100%;
    min-height: 520px;
    position: relative;
}

.cta-content
{
  /* text-align: center; */
}

.cta-container
{
    min-height: 100vh;
    position: relative;
    /* background-color: #151515; */
    background-image: url('../img/bg-1.jpeg');
    background-size: cover;
    z-index: 0;
    width: 100%;
}
/* .cta-img-container
{
    min-height: 100vh;
    position: absolute;
    background-color: #151515;
    background-image: url('../img/bg-1.jpeg');
    background-size: cover;
    z-index: 0;
    width: 100%;
} */

.cta-container::before
{
    opacity:1;
    background: linear-gradient(to right,rgba(0, 21, 40,0.8),rgba(0, 21, 40,0.1));
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.cta-text
{
    color: #fff!important;
    font-size: 4rem;
    letter-spacing: -.5px;
    max-width: 560px;
    line-height: 1.4;
    /* text-align: center; */
    font-family: 'AileronBold'!important;
    /* margin: auto; */
}

.cta-text span
{
  /* 'DM Serif Display', */
  font-family: 'AileronBold'!important;
  color: #fff;
}

.cta-sub-text span
{
  font-family: 'AileronRegular';
  color: #fff;
  letter-spacing: .25px;
}

.cta-sub-text
{
    max-width: 40%;
    font-size: .95rem;
    color: #efefef;
    margin-top: 12px;
}

.cta-btn
{
    padding: 24px 44px;
    margin-top: 48px;
    background-color: #fff;
    font-weight: normal;
    border: 0;
    letter-spacing: .25px;
    display: inline-block;
    font-family: 'AileronSemiBold';
    font-size: .9rem;
}


.sec-btn
{
    padding: 20px 44px;
    margin-top: 48px;
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #151515;
    color: #151515;
    letter-spacing: .25px;
    display: inline-block;
    font-family: 'AileronSemiBold';
    font-size: .9rem;
}

.content
{
    width: 100%;
    max-width: 1280px;
    display: block;
    padding: 220px 40px;
    margin: auto;
}

.page-content
{
    width: 100%;
    max-width: 1280px;
    display: block;
    padding: 140px 40px;
    margin: auto;
}


/* About section */


.about-img-container
{
  height: 580px;
  width: 420px;
  margin: auto;
  background-image: url(../img/snb.jpeg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  position: relative;
}
.about-img-container::after
{
  content: '';
  /* border: 1px solid #b9e4ff; */
  background-color: #e0f3ff;
  position: absolute;
  z-index: -1;
  left: 24px;
  top: 24px;
  width: 100%;
  height: 100%;
}
.services-grid
{
  display: grid;
  grid-template-columns: 32.3% 32.3% 32.3%;
  justify-content: space-between;
  margin-top: 48px;
}
.section-header
{
  font-size: 2.4rem;
  font-weight: 500;
}

.service-header
{
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.service-text
{
  font-size: 1rem;
}
.about-header
{
  position: absolute;
  font-size: 4rem;
  top: 10%;
  opacity: .35;
  right: 10%;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    color: transparent;
  font-weight: 500;
}
.about-content
{
  padding: 0;
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
.about-page-content
{
  padding: 120px 40px;
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
.about-text-header
{
    font-size: 2.4rem;
    letter-spacing: -.5px;
    line-height: 148%;
}
.about-text
{
    font-size: 1.2rem;
    letter-spacing: -.15px;
    margin-top: 24px;
    font-family: 'AileronRegular';
    font-weight: normal;
    line-height: 180%;
}
.r-text
{
    font-size: 1.2rem;
    letter-spacing: -.15px;
    margin-top: 24px;
    font-family: 'AileronRegular';
    font-weight: normal;
    line-height: 180%;
}
.about-text span,.r-text span
{
    font-size: 1.05rem;
    letter-spacing: -.15px;
    font-family: 'AileronRegular';
    font-weight: normal;
    line-height: 180%;
}

.analytics-flex
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  margin-top:40px;
}

.analytics-item
{
  /* border-right: 1px solid #011E30; */
  /* padding: 24px 24px; */
  padding: 12px 0px;
  margin-right: 40px;
  /* border-top: 2px solid #151515; */
}
.analytics-item:first-child
{
  padding-left: 0;
}
.analytics-item:last-child
{
  border-right: 0;
  /* padding: 64px 40px; */
  /* text-align: center; */
}

.analytics-item h4
{
  font-size: 1.8rem;
  color: #454545;
  font-weight: 500;
}

.analytics-item p
{
  font-size: .8rem;
  
}
/* Services section */
.service-container
{
  background-color: #FAFBFF;
}

.service-header
{
  position: absolute;
  top: 80px;
  left: 120px;
}
.service-header p
{
  font-size: .9rem;
  line-height: 1.4;
  position: relative;
  color: #151515;
}
.service-header p::after
{
  content: '';
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 1px;
  position: absolute;
  background-color: #151515;
}
.project-container .content
{
  padding: 180px 40px;
}

.service-text
{
  font-size: 2.5rem;
  letter-spacing: -.5px;
  color:#151515;
  font-weight: 500;
  line-height: 200%;
}
.service-text span
{
  color:#151515;
}

.service-info-btn
{
border: .5px solid #fff;
font-size: .75rem;
display: inline-block;
letter-spacing: 1px;
margin-top: 40px;
font-weight: 400;
text-transform: uppercase;
padding: 24px 48px;
font-family: 'AileronRegular', sans-serif;
color: #fff;
}
/* Project Section */

.project-container
{
padding: 180px 40px;
width: auto;
overflow-x: hidden;
background-color: #011E30;
}

/* Statistics */

.statistics-content
{
width: 100%;
background-color: #011E30;
max-width: 980px;
display: block;
height:240px;
padding: 80px 40px;
margin: auto;
}

/* Scroll css */

html.has-scroll-smooth {
overflow: hidden; }

html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.has-scroll-smooth body {
overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
height: 100vh;
display: inline-block;
white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
display: inline-block;
vertical-align: top;
white-space: nowrap;
height: 100%; }

.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0; }
.c-scrollbar:hover {
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
width: 100%;
height: 10px;
top: auto;
bottom: 0;
transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
transform: scaleY(1.3); }

.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
right: auto;
bottom: 0; }



/* Project section */

.section-floating-header
{
  position: absolute;
  top: 80px;
  left: 120px;
}
.section-floating-header p
{
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #011E30;
}
.section-floating-header p::after
{
  content: '';
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 1px;
  position: absolute;
  background-color: #011E30;
}
      /* Slider */

.slider-item
{
  position: relative;
  overflow: hidden;
  padding-right: 64px;
  /* border-right: 1px solid #c3c3c3; */
  z-index: 0;
}
.slider-item img
{
  /* max-width: 720px; */
  width: auto;
  max-height: 420px;
  height: 100%;
  border-radius: 2px;
}
.slider-item-content
{
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  z-index: 9;
  /* position: absolute; */
  height: auto;
  width: 100%;
  left: 0%;
  padding: 24px 0;
  /* background-color: #011E30; */
  bottom: 0;
}
.slider-item h3
{
  color: #151515;
  font-weight: normal;
  font-size: 1.2rem;
  z-index: 9;
  margin-bottom: 8px;
}
.slider-item p
{
  color: #151515;
  font-weight: 400;
  font-family: 'AileronRegular';
  font-size: .9rem;
}

.slider-item::after
{
  /* background-color: rgba(0, 0, 0,.25); */
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 200px;
  /* background: linear-gradient(to top,rgba(0,0,0,0.95),rgba(0,0,0,0)); */
  width: 100%;
}




/* Project Slider */

.project-slider-item
{
  position: relative;
  overflow: hidden;
  padding-right: 64px;
  /* border-right: 1px solid #c3c3c3; */
  z-index: 0;
}
.project-slider-item img
{
  /* max-width: 720px; */
  width: auto;
  max-height: 480px;
  height: 100%;
  border-radius: 2px;
}


/* Testimonial Section */


.testimonial-section
{
  background-color: #FAFBFF;
}

.testimonial-item
{
  text-align: center;
  max-width: 920px;
  margin: auto;
}
.testimonial-text
{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 600;
}
.testimonial-client
{
  font-size: 1.05rem;
  color: #757575;
  text-align: right;
  font-weight: 600;
}


/* Page Header */
.page-header
{
  background-color: #011E30;
  background-image: url('../img/bg-sri.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 120px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.page-header::before
{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: rgba(1, 30, 48,.35);
}
.page-header .content
{
  padding: 140px 40px;
  padding-top: 180px;
}

.page-header h2
{
  font-size: 2.2rem;
  max-width: 620px;
  line-height: 1.618;
  color: #fff;
  font-weight: 500;
}
.page-header p
{
  font-size: 0.95rem;
  font-weight: 500;
  color: #e2b026;
}

/* Contact Page */

.contact-container .content
{
  padding: 80px 40px;
  max-width: 1280px;
  margin: auto;
}
.contact-grid
{
  display: grid;
  grid-template-columns: 18% 18% 30% 30%;
  padding: 48px 0;
  justify-content: space-between;
  margin-bottom: 80px;
}


.contact-grid .xs-text
{
  font-size: .89rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #757575;
}
.contact-grid .r-text
{
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
}
.contact-grid a
{
  display: block;
  margin-bottom: 12px;
}

.map-container
{
  background-color: #FAFBFF;
  height: 480px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}


/* Projects Page */


.projects-container
{
  background-color: #fff;
}
.project-filter-header-content
{
  padding: 80px 40px;
}
.project-filter-container
{
  display: flex;
  justify-content: flex-start;
}
.project-filter-item
{
  background-color: #efefef;
  text-align: center;
  border-radius: 24px;
  padding: 12px 24px;
  min-width: 70px;
  margin-right: 13px;
}
.project-filter-item p
{
  font-size: .9rem;
  text-align: center;
  font-weight: 600;
}

.project-grid
{
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}

.project-item
{
  width: 100%;
  background-color: #fffef5;
  padding: 0;
}
.project-item-img-container
{
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.project-item:nth-child(even)
{
  margin-top: 80px;
}

.project-item-img-container img
{
  width: 120%;
  top: -5%;
  left: -5%;
  height: 120%;
  position: absolute;
}

.project-item-content
{
  padding: 28px 0;
}

.project-item-content h3
{
  color: #151515;
  font-weight: normal;
  font-size: 1.2rem;
  z-index: 9;
  margin-bottom: 8px;
}
.project-item-content p
{
  color: #151515;
  font-weight: 400;
  font-family: 'AileronRegular';
  font-size: .9rem;
}


/* About Page */

.img-container
{
  padding: 0 48px;
}

.img-container img
{
  max-width: 100%;
}
.centered-content
{
  max-width: 1080px;
  
}
.about-page-header-text
{
  font-size: 1.8rem;
  font-weight: normal;
  /* max-width: 620px; */
  line-height: 168%;
}

.about-page-text-grid
{
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  margin-top: 40px;
}
.about-page-text
{
  color: #959595!important;
  font-size: 1.05rem;
  font-weight: normal;
  line-height: 168%;
}
.about-page-text span
{
  color: #454545!important;
  font-family: 'AileronRegular';
}


.about-data-flex
{
  /* background-color: #efefef; */
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
  margin-top: 80px;
}
.about-data-item
{
  display: block;
  /* border-right: 1px solid #e3e3e3; */
  /* background-color: #fff; */
  margin-right: 16px;
  padding: 24px 24px;
}
.about-data-item:first-child
{
  /* border-right: 1px solid #e3e3e3; */
  /* padding-left: 0; */
}
.about-data-item:last-child
{
  /* border-right: 0; */
  margin-right: 0;
}
.about-data-item h4
{
  font-size: 2.4rem;
  letter-spacing: -.5px;
}
.about-data-item p
{
  color: #454545;
  font-size: 1.05rem;
}




/* Service page */

.service-page-container .content
{
  padding: 80px 40px;
}
.service-item
{
  display: grid;
  grid-template-columns: 2fr 3fr 5fr;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 1px solid #e3e3e3;
}
.service-item:last-child
{
  border-bottom: 0;
}
.service-item h3
{
  font-size: 1.6rem;
  padding-right: 40px;
  font-weight: 600;
  line-height: 180%;
}
.service-item p
{
  font-size: 1.05rem;
  line-height: 180%;
}


/* Bottom CTA */

.bottom-cta-section
{
  background-color: #FAFBFF;
}
.bottom-cta-content
{
  display: block;
  padding: 80px 40px;
  text-align: center;
}

.bottom-cta-text
{
    font-size: 2rem;
    letter-spacing: -.15px;
    max-width: 620px;
    margin: auto;
}

.bottom-cta-btn
{
  padding: 24px 56px;
    margin-top: 48px;
    background-color: #011E30;
    font-weight: normal;
    border: 0;
    letter-spacing: .25px;
    display: inline-block;
    font-family: 'AileronSemiBold';
    font-size: .9rem;
    color: #fff;
}
/* Footer */

footer
{
  width: 100%;
  border-top: 1px solid #e3e3e3;
  background-color: #011E30;
  background-color: #071020;
}

.footer-content
{
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  padding-top: 40px;
  margin: auto;
}
.b-footer
{
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #18364a;
}
.b-footer p
{
  font-size: .85rem;
  letter-spacing: 0px;
  color: #fff;
}
.b-footer a
{
  font-size: .85rem;
  color: #fff;
  letter-spacing: 0px;
  text-decoration: underline;
  font-family: 'AileronSemiBold';
}

.footer-grid
{
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-grid div h4
{
  margin-bottom: 24px;
  font-family: 'AileronRegular';
  font-size: .9rem;
  font-weight: 400;
  color: #959595;
}

.footer-grid div a,.footer-grid div p
{
  display: block;
  font-size: .85rem;
  font-weight: 300;
  color: #e3e3e3;
  font-family: 'AileronRegular';
  margin-bottom: 16px;
}



/* Splide */


.splide__pagination {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__pagination__page {
  width: 12em;
  height: 2px;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  background-color: #d3d3d3;
  -webkit-transition: .3s;
  transition: .3s;
}


.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__pagination__page.is-active {
  background-color: #151515;
  opacity: 1;
}


.splide__arrow 
{
  background-color: transparent;
  border: 1px solid #000;
  height: 64px;
  width: 64px;
  position: absolute;
  top:unset;
  left: auto;
  bottom: -120px;
}

.splide__arrow--next
{
  right: 0!important;
  bottom: -94px;
  margin: 0!important;
  margin-bottom: 0;
}
.splide__arrow--prev
{
  right: 94px;
  bottom: -94px;
}



/* Project Info Page */

.project-page-content
{
  max-width: 1080px;
  padding: 80px 40px;
  margin: auto; 
}

.project-page-header .content
{
  padding: 40px 40px;
  max-width: 1080px;
  margin: auto;
  padding-top: 180px;
}
.project-info-grid
{
  padding: 0px 40px;
  padding-top: 40px;
  max-width: 1080px;
  margin: auto;
  padding-bottom: 40px;
  /* max-width: 1020px; */
  border-top: 1px solid #4a606d;
  display: grid;
  grid-template-columns: 20% 20% 20%;
  justify-content: space-between;
  row-gap: 40px;
  margin-bottom: 80px;
}

.project-info-grid .xs-text
{
  color: #c3c3c3;
  font-size: .75rem;
  letter-spacing: .5px;
  font-weight: bold;
  text-transform: uppercase;
}

.project-info-grid .r-text
{
  color: #fff;
  font-size: 1rem;
  letter-spacing: -.15px;
}

.project-page-content .r-text
{
  font-size: 1.2rem;
  line-height: 2;
}
.project-page-content .xs-text
{
  font-size: .85rem;
  color: #959595;
  margin-bottom: 16px;
  font-family: 'AileronSemiBold';
  letter-spacing: .5px;
  font-weight: bolder;
  text-transform: uppercase;
}

.project-image-container
{
  width: 100%;
}

.project-image-container .content
{
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding: 80px 40px;
}

.project-image-container .content .xs-text
{
  font-size: .85rem;
  color: #959595;
  margin-bottom: 16px;
  font-family: 'AileronSemiBold';
  letter-spacing: .5px;
  font-weight: bolder;
  text-transform: uppercase;
}


.project-image-container
{
  margin-bottom: 120px;
}