@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir-TextBold.woff2") format("woff2"), url("/assets/fonts/Agrandir-TextBold.woff") format("woff"), url("/assets/fonts/Agrandir-TextBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Grand";
  src: url("/assets/fonts/Agrandir-GrandHeavy.woff2") format("woff2"), url("/assets/fonts/Agrandir-GrandHeavy.woff") format("woff"), url("/assets/fonts/Agrandir-GrandHeavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Wide";
  src: url("/assets/fonts/Agrandir-WideLight.woff2") format("woff2"), url("/assets/fonts/Agrandir-WideLight.woff") format("woff"), url("/assets/fonts/Agrandir-WideLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Narrow";
  src: url("/assets/fonts/Agrandir-Narrow.woff2") format("woff2"), url("/assets/fonts/Agrandir-Narrow.woff") format("woff"), url("/assets/fonts/Agrandir-Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Grand";
  src: url("/assets/fonts/Agrandir-GrandLight.woff2") format("woff2"), url("/assets/fonts/Agrandir-GrandLight.woff") format("woff"), url("/assets/fonts/Agrandir-GrandLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Tight";
  src: url("/assets/fonts/Agrandir-Tight.woff2") format("woff2"), url("/assets/fonts/Agrandir-Tight.woff") format("woff"), url("/assets/fonts/Agrandir-Tight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir-Regular.woff2") format("woff2"), url("/assets/fonts/Agrandir-Regular.woff") format("woff"), url("/assets/fonts/Agrandir-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir Wide";
  src: url("/assets/fonts/Agrandir-WideBlackItalic.woff2") format("woff2"), url("/assets/fonts/Agrandir-WideBlackItalic.woff") format("woff"), url("/assets/fonts/Agrandir-WideBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("/assets/fonts/Agrandir-ThinItalic.woff2") format("woff2"), url("/assets/fonts/Agrandir-ThinItalic.woff") format("woff"), url("/assets/fonts/Agrandir-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*!
 * Copyright (C) 2022 Designble - All Rights Reserved
   Unauthorized copying of this file, via any medium is strictly prohibited
   Proprietary and confidential
 */
/* Variables */
/* Used for background color */
/* Used for top header */
/* Used for services buttons border */
/* Used for services buttons background */
/* Used for header and the same button color */
/* Used for cards */
/* Second darkest shade of the color palette, used for nothing */
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-family: Agrandir Grand;
  /* Declares general font usage throughout the site */
  scroll-behavior: smooth;
  /* Declares smooth scrolling on modern browsers */
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: black;
}

.signinbody {
  background-color: #373b44;
  width: 100%;
  display: flex;
  justify-content: center;
}

.maincontent {
  z-index: 10;
  background-color: #373b44;
}

.signinbutton {
  text-decoration: none;
  color: white;
  font-size: 20px;
  z-index: 1;
}

.headerbutton {
  background-color: #265ec7;
  font-family: Agrandir Grand;
  font-weight: bold;
  border: none;
  color: white;
  padding: 16px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 50px;
}

.headerbutton:hover {
  background-color: #1a4087;
}

.signinboxdiv {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.signinbox {
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
  transition: 0.2s ease-in-out;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #2d3038;
  width: 600px;
}

.signinbutton:hover:after {
  width: 100%;
}

.header-right {
  float: right;
  visibility: visible;
}

.button {
  float: left;
  color: lightgrey;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 0px;
}

.button:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 0;
  height: 100%;
  background: #0e2247;
  transition: all 0.35s;
  border-radius: 0px;
}

.signinbutton span {
  z-index: -1;
}

.signinbutton:after {
  height: 100%;
}

.button span {
  position: relative;
  z-index: 2;
  margin-left: -30px;
}

.navbutton {
  font-size: 25px;
  padding: 12px;
  line-height: 25px;
  margin-right: 60px;
  border-radius: 0px;
}

.navbutton span {
  position: relative;
  z-index: 2;
  margin-left: -50px;
}

.navbutton:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0e2247;
  transition: all 0.35s;
}

.navbutton.logo {
  font-size: 25px;
  font-weight: bold;
}

.navbutton:hover {
  color: white;
}

.navbutton:hover:after {
  width: 100%;
}

.navbutton:hover:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.navbutton:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.navbutton.active {
  background-color: #0e2247;
  color: white !important;
}

form {
  max-width: 420px;
  margin: 50px auto;
}
@media (max-width: 470px) {
  form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

a {
  color: lightgrey;
}

.inputfield {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #0b1c3b;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  font-family: Agrandir Grand;
  transition: 0.2s;
  border-radius: 0px;
}

.inputfield:focus {
  color: grey;
  border: 2px solid #0e2247;
}

.inputtextarea {
  resize: vertical;
  transition: 0s;
  min-height: 170px;
}

.formdisclaimer {
  color: lightgrey;
  text-align: center;
}

.formsubmitbutton {
  font-family: Agrandir Grand, Arial, Helvetica, sans-serif;
  width: 100%;
  background: #0e2247;
  border: solid #16346d 1px;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -4px;
  font-weight: 700;
  -webkit-appearance: none;
}

.formsubmitbutton:hover {
  background: #0b1c3b;
}

.minilogo {
  width: 150px;
  margin-top: 10px;
  margin-left: 50px;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

.landingtitle {
  margin-top: 79px;
  width: auto;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  background-color: #fff;
  background-image: linear-gradient(to right, #000, #fff, #000);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.landingsubtitle {
  width: auto;
  text-align: center;
  margin-left: 55px;
  font-size: 26px;
  font-weight: 300;
  color: white;
}

.underline {
  position: relative;
  visibility: visible;
}

.underline:before {
  content: "";
  visibility: visible;
  position: absolute;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  animation: underlineanim 1s;
  animation-direction: alternate;
  animation-delay: 0.9s;
}

.personcontacts a:first-child {
  margin-left: 0;
}

.personcontacts a:last-child {
  margin-right: 0;
}

.personcontacts a {
  margin-right: 3.5px;
  margin-left: 3.5px;
}

.personcontacts {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.icon {
  transition: 0.2s;
  text-decoration: none;
  color: #808080;
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.icon:hover {
  transition: 0.2s;
  color: #c2c2c2;
}
@keyframes underlineanim {
  from {
    width: 0%;
  }
  to {
    visibility: visible;
    width: 100%;
  }
}
.underlined {
  content: "";
  visibility: visible;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-color: #fff;
}

.landing {
  font-weight: 800;
}

.storetitlearea {
  color: white;
  background-color: black;
  margin-bottom: 80px;
  text-align: center;
}
.storetitlearea h1,
.storetitlearea h2 {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .storetitlearea h1,
  .storetitlearea h2 {
    font-size: 1.5em;
  }
}

.storesubtitle {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 50px;
  color: white;
  background-color: black;
  text-align: center;
}

.mainheader {
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 100px;
  z-index: 100 !important;
  justify-content: space-between;
}
.mainheader__menu {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: white;
  display: none;
}
.mainheader__menu svg {
  height: 100%;
  width: 100%;
}
.mainheader .headerbar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 56px;
  border-radius: 40px;
  align-items: center;
  white-space: nowrap;
  z-index: 100;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.301);
  padding: 10px 22px;
  color: white;
  display: flex;
  gap: 40px;
  font-size: 16px;
  font-family: Montserrat;
  flex-wrap: wrap;
  margin-top: 15px;
}
.mainheader .headerbar a {
  text-decoration: none;
  padding: 5px;
}
.mainheader .headerbar a:hover {
  color: grey;
}
.mainheader .navactive {
  color: white;
  font-weight: 600;
}
.mainheader .headerbarright {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Montserrat;
  margin-top: 15px;
}
.mainheader .headerbarright a {
  text-decoration: none;
}
@media screen and (max-width: 440px) {
  .mainheader .minilogo {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 875px) {
  .mainheader .headerbar {
    margin-left: -24px !important;
    gap: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .mainheader {
    padding: 30px;
  }
  .mainheader .minilogolink {
    width: 50%;
  }
  .mainheader .headerbar {
    margin-top: 15px;
    order: 2;
    margin-left: 20px;
  }
  .mainheader .headerbarright {
    order: 3;
    width: 50%;
    margin-right: -151px;
  }
  .mainheader .headerbarright .headerbutton {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1220px) {
  .mainheader .headerbar {
    order: 2;
    margin-left: -10px;
  }
  .mainheader .headerbarright {
    order: 3;
  }
}
@media screen and (max-width: 1158px) {
  .mainheader .headerbar {
    order: 3;
    margin-left: -10px;
  }
  .mainheader .headerbarright {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .mainheader__menu {
    display: block;
  }
  .mainheader .headerbar {
    display: none;
  }
  .mainheader .headerbarright {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .headerbar,
  .headerbarright {
    font-size: 16px;
    gap: 20px;
  }
}
.intro {
  height: calc(100vh - 145.86px);
  /* margin-bottom: 57px; */
  position: relative;
  /* margin-top: -145px; */
}

.arrow {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.bgVideo {
  filter: opacity(100%);
  position: absolute;
  top: -105px;
  left: 0;
  width: 100%;
  height: calc(100% + 147px);
  -o-object-fit: cover;
     object-fit: cover;
  /* filter: opacity(45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; */
}

section {
  width: 100%;
  padding: 0 10px;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #373b44;
}

.bluesection {
  margin-top: 25px;
  background-color: #0e2247;
  /* position: relative;
  margin-top: 7%; */
}

.aboutstatssection {
  background-color: #2d3038;
  width: 100%;
  height: 310px;
  text-align: center;
  margin-bottom: 90px;
}

.wow {
  background-color: #2d3038;
}

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 20px;
  color: lightgrey;
}

.statcoltitle {
  font-weight: 200;
}

.whydiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.whytitle {
  text-align: left;
  padding-left: 20px;
  font-size: 17px;
}

.aboutdiv1 {
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}

.bottombannersection {
  background-color: #0e2247;
  padding-left: 20%;
  padding-right: 23%;
  margin-bottom: -70px;
  padding-bottom: 20px;
  display: block;
}

.bottombannertext {
  margin-top: 89px;
  font-size: 29px;
  color: lightgrey;
  float: left;
}

.boostbusinessservicesbutton {
  margin-top: 75px;
  margin-left: 40px;
  margin-right: 29px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #1a4087;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 230px;
  text-align: center;
}

.boostbusinessaboutbutton {
  margin-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #0b1c3b;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 230px;
  text-align: center;
  margin-left: 10px;
}

@media screen and (max-width: 1225px) {
  .boostbusinessaboutbutton {
    margin-top: 30px;
  }
}
.boostbusinessservicesbutton:hover {
  background-color: #16346d;
}

.boostbusinessaboutbutton:hover {
  background-color: #0a1833;
}

.largebutton {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #1a4087;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  width: 210px;
  text-align: center;
  cursor: pointer;
}

.largebutton:hover {
  background-color: #16346d;
}

.contactlargebutton {
  display: block;
  margin-top: 50px;
  width: auto;
  margin-left: 25%;
  margin-right: 25%;
}

@media screen and (max-width: 430px) {
  .contactlargebutton {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.seeallservicesbutton {
  position: relative;
  margin-top: 0px;
}

.projectsfocusbutton {
  margin-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #1a4087;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 50%;
  text-align: center;
  margin-right: 0px;
}

.projectsfocusbutton:hover {
  background-color: #16346d !important;
}

.projectsunfocusbutton {
  margin-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #0b1c3b;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 50%;
  text-align: center;
  margin-right: 20px;
}

.projectsunfocusbutton:hover {
  background-color: #0a1833;
}

.projectsbuttonsdiv {
  margin-top: -60px;
  width: 100%;
  margin-right: 0px;
  display: flex;
  justify-content: center;
}

.projectscomingfocusbutton {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #1a4087;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.projectscomingfocusbutton:hover {
  background-color: #16346d !important;
}

.projectscomingunfocusbutton {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #0b1c3b;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  transition: 0.5;
  float: right;
  width: 100%;
  text-align: center;
}

.projectscomingunfocusbutton:hover {
  background-color: #0a1833;
}

.hirebannerlargebutton {
  width: 260px;
  font-size: 16px;
  display: block;
  margin-left: -50px;
  margin-top: 20px;
  margin-bottom: 33px;
}

.projectscomingdiv {
  transition: 0.2s;
  margin-top: -140px;
  visibility: hidden;
}

.projectcat {
  margin-bottom: 15px;
  margin-top: 0px;
  color: lightgrey;
}

.projecttitle {
  margin-bottom: 10px;
}

.jobtitle {
  margin-bottom: 0px;
  margin-top: -5px;
}

.websitedescription {
  text-align: center;
}

.jobdescription {
  margin-top: 10px;
  color: lightgrey;
  text-align: center;
}

.projectscomingsoonbox:hover .moretocomeplaceholder {
  visibility: hidden;
  transition: 0.2s;
}

.projectscomingsoonbox:hover .projectscomingdiv {
  visibility: visible;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}

.projectscomingsoonbox:not(:hover) .moretocomeplaceholder {
  visibility: visible;
  transition: 0.2s;
}

.projectscomingsoonbox:not(:hover) .projectscomingdiv {
  visibility: hidden;
  animation: 1s fadeOut;
  animation-fill-mode: backwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
.servicesbottombanner {
  margin-top: 70px;
  background-image: url(/assets/images/questionsbanner.png);
  background-size: cover;
}

.boostbottombanner {
  background-image: url(/assets/images/arrows.png);
  background-size: cover;
  min-height: 200px;
}

.landing-cursor {
  font-size: 6rem;
  opacity: 1;
  animation: blink 0.4s infinite;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes blink {
  100% {
    opacity: 0;
    animation-iteration-count: infinite;
  }
}
.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  display: flex;
}

.contactoptionsdiv {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 200px;
}

.contactboxesdiv {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .contactboxesdiv {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 860px) {
  .contactboxesdiv {
    grid-template-columns: 1fr;
  }
}
.contactboxesdiv.legal {
  grid-template-columns: repeat(2, 1fr);
}

.contactboxeswholediv {
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contactboxdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  height: 550px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contactboxdiv:nth-child(3) {
    grid-column: 1/5;
  }
}
@media screen and (max-width: 860px) {
  .contactboxdiv:nth-child(3) {
    grid-column: auto;
  }
}

.b1div {
  background-color: #112855;
}

.b2div {
  background-color: #0e2247;
}

.b3div {
  background-color: #0b1c3b;
}

.column {
  flex: 50%;
}

@media screen and (max-width: 1215px) {
  .pagetitleh3 {
    font-size: 25px;
  }
}
.whatwedotitle {
  font-size: 30px;
  color: lightgrey;
  width: 100%;
  text-align: center;
}

.centerparagraph {
  text-align: center;
  font-size: 20px;
  color: lightgrey;
  width: 70%;
}

#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  right: 200px;
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  z-index: 1;
  /* adds animation for all transitions */
  transition: 0.25s ease-in-out;
  -webkit-text-size-adjust: none;
  cursor: pointer;
  margin-top: 70px;
}

@media screen and (max-width: 368px) {
  .bluesection {
    padding: 0px;
  }
}
@media screen and (max-width: 700px) {
  .bluesection {
    margin-top: 62px;
  }
}
@media screen and (max-width: 600px) {
  .bluesection {
    margin-top: 28px;
  }
}
@media screen and (max-width: 750px) {
  .bgVideo {
    height: 111vh !important;
    top: -189px !important;
  }
}
@media screen and (max-width: 1340px) {
  .bgVideo {
    height: 115vh;
    top: -216px;
  }
  .minilogo {
    margin-left: -10px;
  }
}
@media screen and (max-width: 360px) {
  .bgVideo {
    height: 116vh;
    top: -181px;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    height: calc(100vh - 110px) !important;
  }
  .bgVideo {
    height: 109vh;
    top: -153px;
  }
  #drawer-toggle-label {
    right: 20px;
    margin-top: 0px;
  }
  #drawer-toggle-label:before {
    top: 40px !important;
  }
  .title1 {
    margin-top: 70px;
  }
}
#drawer-toggle-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #8d8d8d;
  right: 13px;
  box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
  /* adds animation for all transitions */
  transition: 0.25s ease-in-out;
  -webkit-text-size-adjust: none;
}

#drawer {
  position: fixed;
  top: 0;
  right: -50%;
  height: 100%;
  width: 50%;
  background: #2f2f2f;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
  padding-top: 80px;
  /* adds animation for all transitions */
  transition: 0.25s ease-in-out;
  -webkit-text-size-adjust: none;
  z-index: 1000;
}

#drawer-toggle:checked ~ #drawer-toggle-label {
  height: 100%;
  width: 50%;
  background: transparent;
}

#drawer-toggle:checked ~ #drawer-toggle-label,
#drawer-toggle:checked ~ header {
  right: 50%;
}

#drawer-toggle:checked ~ #drawer {
  right: 0px;
}

#drawer-toggle:checked ~ #page-content {
  margin-left: 50%;
}

#drawer ul {
  list-style-type: none;
}

#drawer ul a {
  display: block;
  padding: 10px;
  color: #c7c7c7;
  text-decoration: none;
}

#drawer ul a:hover {
  color: white;
}

/**
 * Box model adjustments
 * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5
 */
/**
  * 1. Force a vertical scrollbar - http://cbrac.co/163MspB
  * NOTE: Use `text-rendering` with caution - http://cbrac.co/SJt8p1
  * NOTE: Avoid the webkit anti-aliasing trap - http://cbrac.co/TAdhbH
  * NOTE: IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the
  *       viewport <meta> tag is used - http://cbrac.co/1cFrAvl
  */
.listing-modal-1 {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.listing-modal-2 {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.listing-modal-3 {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.listing-modal-1.is-visible {
  visibility: visible;
}

.listing-modal-2.is-visible {
  visibility: visible;
}

.listing-modal-3.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.listing-modal-1.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.listing-modal-2.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.listing-modal-3.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: absolute;
  border-radius: 0px;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 40%;
  margin-left: -16em;
  background-color: #373b44;
  color: lightgrey;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.listing-modal-1.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.listing-modal-2.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.listing-modal-3.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #373b44;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  color: lightgrey;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-heading-subtitle {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.careerbuttondiv {
  margin-top: 40px;
}

.careermidfocusbutton {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  background-color: #1a4087;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  font-family: Montserrat;
  transition: 0.5;
  text-align: center;
  cursor: pointer;
  width: 250px;
  margin-right: 3.5px;
}

.careermidfocusbutton:hover {
  background-color: #16346d;
}

.careermidunfocusbutton {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  background-color: #0b1c3b;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  font-family: Montserrat;
  transition: 0.5;
  text-align: center;
  cursor: pointer;
  width: 250px;
  margin-left: 3.5px;
}

.careermidfunocusbutton:hover {
  background-color: #0a1833;
}

.secondarysubtitle {
  text-align: center;
  font-size: 40px;
  color: lightgrey;
  font-size: 30px;
  margin-top: 55px;
  margin-bottom: -50px;
}

.slide-over {
  position: fixed;
  z-index: 10;
  inset: 0;
  pointer-events: none;
}
.slide-over.active {
  pointer-events: auto;
  z-index: 2000000001;
}
.slide-over.active .overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: auto;
}
.slide-over.active .sidenav {
  transform: translateX(0);
  opacity: 100%;
}
.slide-over .overlay {
  transition: all 0.5s linear;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  inset: 0;
  position: absolute;
  pointer-events: none;
}
.slide-over .sidenav {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2000000001 !important;
  box-shadow: 10px 10px 10px #000;
  max-width: 28rem;
  right: 0;
  background-color: #111;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 10;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.slide-over .sidenav.about {
  max-width: 40rem;
}
.slide-over .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 35px;
  color: #818181;
  display: block;
  transition: 0.3s;
  margin-bottom: 20px;
}

.sidenav .sidenavlinks {
  width: 20%;
  padding-left: 70px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.footer {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat;
  width: 100%;
  color: lightgrey;
  /* height: 217px; */
  background-color: #0a1833;
  padding: 20px 11%;
  margin-top: 70px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.footer .footerimage {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  filter: grayscale(200%);
}
.footer .footerimage img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
}
.footer .footerleft {
  left: -300px;
  bottom: -225px;
}
.footer .footerleft img {
  width: 80%;
  height: 80%;
}
.footer .footerright {
  right: -285px;
  bottom: -15px;
}
.footer .footerright img {
  width: 115%;
  height: 115%;
}
.footer .minilogo {
  margin-left: 67px;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  .footer .footerright {
    right: -182px;
    width: 70%;
    bottom: -90px;
  }
  .footer .footerleft {
    left: -169px;
    bottom: -184px;
    width: 70%;
  }
}
@media screen and (max-width: 880px) {
  .footer .footerright {
    right: -182px;
    width: 80%;
    bottom: -136px;
  }
  .footer .footerleft {
    left: -152px;
    bottom: -265px;
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .footer .footerright {
    right: -184px;
    width: 90%;
    bottom: 442px;
  }
  .footer .footerleft {
    left: -180px;
    bottom: -400px;
    width: 75%;
  }
}
@media screen and (max-width: 570px) {
  .footer .footerright {
    right: -218px;
    width: 120%;
    bottom: 442px;
  }
  .footer .footerleft {
    left: -185px;
    bottom: -776px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .footer .footerright {
    right: -268px;
    width: 200%;
    bottom: 442px;
  }
  .footer .footerleft {
    left: -179px;
    bottom: -1013px;
    width: 160%;
  }
}
@media screen and (max-width: 1080px) {
  .footer .minilogo {
    margin-left: 22px;
  }
}
@media screen and (max-width: 780px) {
  .footer .minilogo {
    margin-left: 22px;
    display: grid;
  }
}

.footercontent {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin: 50px;
  font-size: 14px;
  z-index: 3;
}
.footercontent a {
  text-decoration: none;
  color: rgb(157, 157, 157);
}
.footercontent p {
  color: rgb(157, 157, 157);
}
.footercontent h4 {
  font-weight: 300;
}
.footercontent div {
  padding: 20px;
}
.footercontent div:nth-child(1) {
  grid-area: 1/1/3/2;
}
.footercontent div:nth-child(2) {
  grid-area: 1/2/3/3;
}
.footercontent div:nth-child(3) {
  grid-area: 1/3/2/4;
}
.footercontent div:nth-child(4) {
  grid-area: 1/4/2/5;
}
.footercontent div:nth-child(5) {
  grid-area: 1/5/3/6;
}
.footercontent div:nth-child(6) {
  grid-area: 2/span 2/3;
}
@media screen and (max-width: 1080px) {
  .footercontent {
    display: flex;
    gap: -21px;
    flex-wrap: wrap;
    margin: 0;
  }
  .footercontent div {
    text-align: start;
  }
}

@media screen and (max-width: 800px) {
  .footeridenity {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footeridenity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footeridenity a .p {
  color: rgb(202, 199, 199);
}
@media screen and (max-width: 600px) {
  .footeridenity .footercopyrighttextdiv {
    display: none;
  }
  .footeridenity .select {
    display: none;
  }
  .footeridenity .footerorta {
    margin: 10px;
    width: 290px;
    flex-wrap: wrap;
  }
  .footeridenity .minilogo {
    margin-left: 0;
  }
}

.footerseparator {
  border-top: inset;
  width: 100vw;
  margin-left: -15%;
  z-index: 3;
  opacity: 0.3;
  border-width: 5px;
}

.footerorta a {
  text-decoration: none;
}

#footer {
  background-color: #0a1833;
}

@media screen and (max-width: 390px) {
  .footer {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;
    text-align: center;
  }
  .footerminilogo {
    margin-right: 140px;
  }
  .footercopyrighttextdiv {
    margin-right: 15px;
  }
  .footercopyrighttextbottom {
    padding-right: 18px;
  }
  .footercopyrighttext {
    padding-left: 15px !important;
  }
}
.footercopyrighttext {
  padding-left: 30px;
  padding-top: -20px;
  color: darkgray;
  font-size: 16px !important;
}

.footercopyrighttextbottom {
  padding-left: 30px;
  margin-top: -4px;
  color: darkgray;
  font-size: 16px !important;
  text-decoration: none;
}

.footerminilogo {
  width: 125px;
  margin: 0 auto;
  border-radius: 0px;
}

.signinformlogo {
  margin-top: 30px;
  margin-bottom: -20px;
}

.footercopyrighttextdiv {
  overflow: hidden;
}

.footersocialmediaiconsdiv {
  margin-top: 20px;
  margin-left: 30px;
}

.socialmedicon {
  text-decoration: none;
  color: darkgray;
  margin-right: 20px;
  font-size: 22px;
}

.socialmedicon:hover {
  display: inline-block;
  filter: brightness(70%);
  border-radius: 50%;
}

.maincontainer {
  display: flex;
  align-items: center;
}

.pagetitle {
  font-size: 65px;
  color: white;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .pagetitle {
    font-size: 40px;
  }
}

.homeservicescardlink {
  text-decoration: none;
}

.graytitle {
  color: lightgrey !important;
}

.pagesubtitle {
  font-size: 30px;
  font-family: Montserrat;
  color: lightgray;
  width: 100%;
  text-align: center;
  margin-right: 10px;
}

.separateservicessubtitle {
  margin-top: -20px;
}

.separateservicessubtitlefirst {
  margin-bottom: -40px;
}

.pagetitleh2 {
  font-size: clamp(1rem, 12vw, 4rem);
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.packagetitle {
  font-size: 2.5rem;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .packagetitle {
    font-size: 2rem;
  }
}

.pagetitlecool {
  font-size: 60px;
  color: lightgray;
  width: 100%;
  text-align: center;
  font-weight: 700;
  transform: skew(0deg);
  text-align: left;
  margin-left: 100px;
}

.pagetitleh3 {
  font-size: 35px;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.pagetitleh4 {
  font-size: 27px;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.contactcolumnparagraph {
  font-size: 20px;
  color: lightgrey;
  text-align: center;
  margin-top: -10px;
  font-family: Montserrat;
  display: block;
  width: 100%;
  height: 70px;
}

.bigparagraph {
  font-size: 25px;
  font-family: Montserrat;
  color: lightgray;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  padding-left: 20%;
  padding-right: 20%;
}

.firstonpage {
  margin-bottom: -120px;
}

.secondonpage {
  margin-top: -50px;
  margin-bottom: 100px;
}

.teamimg {
  border: 0;
}

.clear {
  clear: both;
}

.teamareatitle {
  font-size: 40px;
  margin-bottom: -25px;
  margin-top: 50px;
}

.teamareasubtitle {
  font-size: 25px;
  margin-top: 40px;
}

.teamareamission {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.teammembername {
  margin-bottom: 10px;
  text-decoration: none;
  color: lightgrey;
  transition: all 0.1s ease-in;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.1s ease-in;
}

.btn-transparent {
  background: rgba(0, 0, 0, 0.2);
}

.btn-transparent:hover {
  background: rgba(0, 0, 0, 0.4);
}

.separator {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 5px;
}

.servicescontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  justify-content: center;
  margin-bottom: 60px;
  gap: 30px;
}

.packagescontainer {
  padding-bottom: 80px;
}

.servicescontainer .servicesbox {
  position: relative;
  width: 350px;
  padding: 40px;
  background: #2b2b2b;
  margin: 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
  transition: 0.2s ease-in-out;
}

.servicescontainer .servicesbox .servicesicon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-weight: 700;
  transition: 1s;
}

.servicescontainer .servicesbox:nth-child(1) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox:nth-child(2) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox:nth-child(3) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox:nth-child(4) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox:nth-child(5) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox:nth-child(6) .servicesicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.servicescontainer .servicesbox .servicecontent {
  position: relative;
  z-index: 1;
  transition: 0, 5;
}

.servicescontainer .servicesbox:hover .servicecontent {
  color: #fff;
}

.projectscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  justify-content: center;
}

.projectscontainer .projectsbox {
  position: relative;
  width: 550px;
  padding: 40px;
  background: #2d3038;
  margin: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.whatwedocontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 30px;
  gap: 20px;
  padding: 0 15px;
}

.whatwedocontainer .whatwedobox {
  position: relative;
  width: auto;
  max-width: 350px;
  min-width: 275px;
  padding: 40px;
  background: #373b44;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
  transition: all 1s;
}
@media screen and (max-width: 950px) {
  .whatwedocontainer .whatwedobox {
    max-width: auto;
    min-width: auto;
  }
}

.whatwedobox:hover {
  box-shadow: 0px 3px 115px -28px rgba(0, 0, 0, 0.7);
  transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
}
.whatwedocontainer .whatwedobox .whatwedoicon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 0%;
  font-weight: 700;
}

.whatwedocontainer .whatwedobox:nth-child(1) .whatwedoicon {
  box-shadow: 0 0 0 0 #373b44;
  background: #373b44;
}

.whatwedocontainer .whatwedobox .whatwedocontent {
  position: relative;
  z-index: 1;
}

.whyuscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  justify-content: center;
  margin-bottom: 60px;
  max-width: 980px;
  gap: 20px;
}

.whyusbox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  min-width: 250px;
  width: 50%;
  background: #373b44;
  padding: 40px 20px 40px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 950px) {
  .whyusbox {
    flex-direction: column;
    width: 100%;
  }
}
.whyusbox .whyusimage {
  height: 75px;
  width: 100px;
}
.whyusbox .whyusimage img {
  height: 100%;
  width: 100%;
}
.whyusbox .whyuscontent {
  width: 100%;
  max-width: 400px;
}

.whyusbox:hover {
  box-shadow: 0px 3px 115px -28px rgba(0, 0, 0, 0.7);
  transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
}

.toolscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  justify-content: center;
  margin-bottom: 60px;
}

.toolscontainer .toolsbox {
  position: relative;
  width: 350px;
  background: #373b44;
  margin: 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: 0px 3px 115px -54px rgba(0, 0, 0, 0.7);
}

.toolsbox:hover {
  box-shadow: 0px 3px 115px -28px rgba(0, 0, 0, 0.7);
  transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
}

.toolscontainer .toolsbox .toolsicon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-weight: 700;
  transition: 1s;
}

.toolscontainer .toolsbox .toolscontent {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  transition: 0, 5;
}

.toolscardimage {
  width: 100%;
}

.whyusicon {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  border-radius: 50%;
  font-weight: 700;
  transition: 1s;
  font-size: 8px;
}

.whyusdescription {
  margin-left: 20px;
  text-align: left;
  margin-top: -10px;
  font-family: Montserrat;
}

.whyuscontainer .whyusbox .whyusicon {
  box-shadow: 0 0 0 0 #0e2247;
  background: #0e2247;
}

.whyuscontainer .whyusbox .whatwedocontent {
  position: relative;
  z-index: 1;
  transition: 0, 5;
}

.servicescontainer .whyusbox:hover .whatwedocontent {
  color: #fff;
}

.servicesdescription {
  color: lightgrey;
  font-family: Montserrat;
  display: block;
  width: 100%;
  height: 100px;
}

.moretocomeplaceholder {
  transition: 0.2s;
  line-height: 90px;
}

.whatwedoicon {
  color: lightgrey !important;
}

.servicesbutton {
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  background-color: #1a4087 !important;
  padding-left: 18px;
  border-radius: 0px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid #265ec7 1px;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.5;
  width: 100% !important;
}

.aboutparagraph {
  margin-top: -35px;
  margin-bottom: 60px;
}

.servicesbuttonunfocus {
  display: inline-block;
  padding: 10px 20px;
  background-color: #373b44;
  font-weight: bold;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.5;
  border: solid #616879 1px;
  margin-right: 10px;
  width: 100% !important;
}

.servicesbutton:hover {
  background-color: #16346d !important;
}

.servicesbuttonunfocus:hover {
  background-color: #2c3038;
}

.projectimage {
  width: 100%;
  height: 300px;
  -o-object-fit: fill;
  object-fit: fill;
  margin-top: -40px;
  margin-bottom: 10px;
}

.packageimage {
  width: 131%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  margin-top: -40px;
  margin-left: -40px;
  margin-bottom: 10px;
}

.sectionitemsdiv1 {
  width: 50%;
  float: left;
  font-family: Montserrat;
}

.sectionitemsdiv2 {
  width: 50%;
  float: left;
  font-family: Montserrat;
}

.sectionitem {
  text-align: center;
}

.packagedescription {
  font-family: Montserrat;
  color: lightgrey;
}

.privacypolicysubtitle {
  width: auto;
  text-align: center;
  font-size: 30px;
  color: white;
}

.privacypolicytext {
  text-align: justify;
  text-justify: inner-word;
  color: lightgrey;
  font-family: Montserrat;
  margin-bottom: 50px;
}

.privacypolicydiv {
  margin-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
}

.packagewhatsincluded {
  font-weight: bold;
  margin-top: 83px;
}

.packageitem {
  margin-top: 10px;
  font-family: Montserrat;
  font-size: 15px;
}

.packageseemore {
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-decoration: underline;
}

.packageitemdivider {
  width: 1000%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -50px;
  margin-right: -50px;
  border: none;
  height: 1px;
  color: rgb(105, 105, 105);
  background-color: rgb(105, 105, 105);
}

.buttonsdiv1 {
  margin-top: 93px;
}

.buttonsdiv3 {
  margin-top: 74px;
}

#speakers {
  padding: 60px 0;
  text-align: center;
}

#speakers p {
  padding: 20px 0 60px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
}

#speakers h3 {
  padding: 0 0 15px;
  font-family: "norwester";
  font-size: 36px;
  text-transform: uppercase;
}

#speakers h4 {
  margin-top: -20px;
  font-size: 32px;
  font-weight: 700;
}

#speakers h4 span {
  display: block;
  position: relative;
  left: -40px;
  top: 10px;
  font-size: 20px;
  background: 0;
  padding: 0;
}

#speakers .teamimg {
  width: 100%;
  max-width: 240px;
  margin: 10px;
  margin-top: 0;
  border: 20px solid transparent;
  transition: all 0.1s ease-in;
  border: 10px solid #0b1c3b;
}

#speakers .teamimg:hover {
  z-index: 10;
  transition: all 0.1s ease-in;
}

#speakers span {
  padding: 8px 20px;
  position: relative;
  top: -64px;
  left: -42px;
  display: inline-block;
  background-image: linear-gradient(225deg, #1a4087 0, #1a4087 67%, #1a4087 100%);
  font-size: 16px;
  color: white;
}

.hover_img {
  display: none;
}

.member-profile:hover .unhover_img {
  display: none;
}

.member-profile:hover .hover_img {
  display: block;
}

.teamimg {
  transition: transform 0.5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

.teamimg:hover {
  filter: grayscale(0);
  transform: scale(1.04);
}

#speakers li {
  display: inline-block;
  padding: 0 6px;
  font-size: 18px;
}

#speakers li a {
  color: grey;
  transition: all 0.1s ease-in;
}

#speakers li a:hover {
  color: darkgrey;
}

.row2 {
  display: none;
}

.actions {
  z-index: 99;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  margin-right: 26px;
}

.row1 .col-md-3,
.row2 .col-md-3 {
  padding-bottom: 40px;
}

.workssubtitle {
  font-size: 1em;
  font-weight: 0;
  bottom: 50px;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  grid-gap: 20px;
  margin: 50px;
}

@media (max-width: 600px) {
  .works-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  background-color: white;
  overflow: hidden;
}

.works-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.works-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.works-card__gradient {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: brightness(0.3);
  backdrop-filter: brightness(0.3);
  transition: all 0.2s ease-in;
}

.works-card__gradient:hover {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: brightness(0.3);
  backdrop-filter: brightness(0.6);
}

.works-card__title {
  width: 100%;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding-top: 200px;
  position: absolute;
}

@media (min-width: 568px) and (max-width: 992px) {
  .row1 .col-md-3,
  .row2 .col-md-3 {
    display: inline-block;
    max-width: 50%;
  }
  #speakers .teamimg {
    max-width: 300px;
  }
}
.bannersection {
  height: 10vh !important;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-bottom: 30px;
  background-image: url(/assets/images/pluses.png);
  background-size: cover;
}

@supports (background-image: url("pluses.webp")) {
  .bannersection {
    height: 10vh !important;
    margin-top: 50px;
    margin-bottom: 80px;
    background-image: url(/assets/images/pluses.webp);
    background-size: cover;
  }
}
.bannertitle {
  margin-bottom: 20px;
  margin-left: -50px;
  font-size: 60px;
  font-weight: 700;
  width: auto;
  text-align: center;
  color: lightgrey;
}

.bannerdescription {
  margin-top: 20px;
  margin-left: -50px;
  color: lightgrey;
  font-size: 30px;
  width: auto;
  text-align: center;
}

.togglelabel {
  display: none;
}

.containers {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #1e3258;
  padding-top: 10px;
  padding-bottom: 10px;
}
.containers .slider {
  width: 100%;
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.containers .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  margin-right: 23px;
}
.containers .slider .logos .fab {
  width: clamp(200px, 20%, 400px);
  animation: fade-in 1s;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  width: 80%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccd1d9;
  z-index: 1;
}

.timeline-block {
  width: calc(50% + 8px);
  display: flex;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl;
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #f5f7fa;
  background: #0e2247;
  margin-top: 10px;
  z-index: 9999;
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: lightgrey;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}

.milestonedescription {
  margin-top: 5px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.contactcolumn {
  float: left;
  width: 33.33%;
}

.contactrow:after {
  content: "";
  display: table;
  clear: both;
}

.contactleft,
.contactright {
  width: 25%;
}

.contactmiddle {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .contactcolumn {
    width: 100%;
  }
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: 0.3s;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.showcaseimg {
  width: 100%;
}

.enterToRight {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: enterToRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: enterToRight;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: enterToRight;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-direction: forwards;
}

.enterToLeft {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: enterToLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: enterToLeft;
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: enterToLeft;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  animation-direction: forwards;
}

.enterToLeft,
.enterToRight {
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-direction: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: forwards;
}
@keyframes enterToLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enterToRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 2060px) {
  .bottombannersection {
    padding-left: 15%;
    padding-right: 17%;
  }
}
@media screen and (max-width: 1748px) {
  .bottombannersection {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1470px) {
  .bottombannersection {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1225px) {
  .bottombannertext {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -40px;
  }
  .boostbusinessbuttondiv {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .bigparagraph {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }
  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-block-right {
    float: none;
  }
  .timeline-block-left {
    float: none;
    direction: ltr;
  }
  .bigparagraph {
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media all and (max-width: 350px) {
  #drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: 50px;
  }
  #drawer-toggle:checked ~ #drawer-toggle-label,
  #drawer-toggle:checked ~ header {
    right: calc(100% - 50px);
  }
  #drawer-toggle:checked ~ #drawer {
    width: calc(100% - 50px);
    padding: 20px;
  }
  #drawer-toggle:checked ~ #page-content {
    margin-right: calc(100% - 50px);
  }
}
@media screen and (max-width: 1110px) {
  .header-right {
    visibility: hidden;
  }
  #drawer-toggle,
  #drawer-toggle-label,
  #drawer {
    visibility: visible;
  }
}
* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.project {
  background-color: #0e2247;
}

@media screen and (max-width: 1530px) {
  .topheader {
    padding-left: 100px;
    padding-right: 100px;
  }
  .landingtitle {
    margin-left: 10px;
  }
  .landingsubtitle {
    margin-left: 14px;
  }
  .landingsubtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .landingtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .landingtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .graytitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .pagetitleh2 {
    font-size: 40px;
  }
  .pagesubtitle {
    font-size: 20px;
  }
}
.card {
  background: #212121;
  width: 350px;
  color: white;
  position: relative;
}
.card .pattern {
  pointer-events: none;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1.5px, transparent 1px), linear-gradient(to right, rgba(255, 255, 255, 0.1) 1.5px, transparent 1px);
  background-size: 50px 50px;
}
.card .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  padding: 30px;
  height: 650px;
}
.card .content svg {
  height: 25px;
  width: 25px;
}
.card .content h1 {
  font-weight: 600;
  font-size: 22px;
}
.card .content ul,
.card .content p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.card .content ul {
  margin-block: 0;
  padding-inline: 0;
  list-style-position: inside;
}

.businesscard {
  outline: solid 10px #16346d;
}

.most-popular {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #16346d;
  color: white;
  padding: 4px 20px;
  font-size: 18px;
  width: 70%;
  text-align: center;
  z-index: 99;
}

.circle {
  background: #001e79;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 50px;
  font-weight: bold;
  font-size: 1.2em;
  width: 50px;
  margin: 0 auto;
}
.circle span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 0 15px;
}
.circle .chart {
  display: block;
  padding: 5px;
}

.servicescontainer .box-body {
  display: flex;
  width: 300px;
  flex-direction: column;
  margin-bottom: 100px;
  margin-top: 30px;
}
.servicescontainer .box-body .chart .pagesubtitle {
  margin: 0;
  gap: 0px;
}
.servicescontainer .box-body .chart .pagesubtitle b {
  font-size: 24px;
  font-weight: 700;
}
.servicescontainer .box-body .chart .pagesubtitle p {
  font-size: 14px;
  line-height: 22px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.select {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
}

.option {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 30px 0 35px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: rgb(33, 43, 65);
  border-top: rgba(34, 34, 34, 0.329) solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background 0.4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 50px;
}

.option:hover {
  background: rgb(33, 43, 65);
}

.select:focus .option {
  position: relative;
  pointer-events: auto;
}

.selectopt {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.selectopt:checked + .option {
  order: 1;
  z-index: 2;
  border-top: none;
  position: relative;
}

.selectopt:checked + .option:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.548);
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3;
}

.selectopt:checked + .option:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: "";
}/*# sourceMappingURL=style.css.map */