@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
/* MAIN COLOR */
/* SECONDARY COLOR */
html,
body {
  height: 100%;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}

html {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 22px;
  }
}

p {
  font-size: .81rem;
}

@media (max-width: 480px) {
  p {
    font-size: 1rem;
  }
}

h1 {
  font-size: 2.0736rem;
}

h1 {
  font-size: 25.92px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 50.625px;
  }
}

h2 {
  font-size: 1.728rem;
}

h2 {
  font-size: 25.92px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 50.625px;
  }
}

h3 {
  font-size: 1.25rem;
  margin-bottom: .1rem;
  font-weight: 700;
}

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

q,
blockquote {
  quotes: "“" "”";
}

a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
  text-decoration: none;
}

.navbarFixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.logo {
  max-height: 60px;
}

@media (max-width: 767px) {
  .logo {
    max-height: 50px;
  }
}

.logo-footer {
  max-height: 33px;
  margin-bottom: 10px;
}

.img-footer {
  width: 100%;
  margin: auto;
}

img.img-footer {
  border-radius: 9px;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0065dd;
  -webkit-text-fill-color: #0065dd;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

nav.navbar {
  z-index: 1000;
  border: none;
}

nav.navbar .navbar-nav .nav-link {
  text-align: center;
  align-items: center;
  color: #000;
  border-radius: 5px;
  font-size: .8rem;
}

@media (max-width: 767px) {
  nav.navbar .navbar-nav .nav-link {
    margin-top: 0;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
  }
}

nav.navbar .navbar-nav .nav-link:hover {
  background: #0c141b;
  color: #fff;
}

@media (max-width: 1024px) {
  nav.navbar .navbar-nav .nav-link:hover {
    background: transparent;
    outline: 0;
    color: #000;
  }
}

nav.navbar .navbar-nav .nav-link:focus, nav.navbar .navbar-nav .nav-link:active {
  background: transparent;
  color: #000;
  outline: 0;
}

.btn-default {
  border: 1px solid #2387cf;
  background: linear-gradient(to bottom right, #2387cf, #0c141b);
  color: #fff;
  padding: 0.75em 2em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 2em 0em;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(35, 135, 207, 0.7);
  width: 100%;
}

.btn-default:hover {
  background: #2387cf;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .btn-default:hover {
    background: #0c141b;
    color: #fff;
  }
}

.banner-pad, .section-f, .section-h {
  padding: 250px 0;
}

@media (max-width: 991px) {
  .banner-pad, .section-f, .section-h {
    padding: 200px 0;
  }
}

@media (max-width: 768px) {
  .banner-pad, .section-f, .section-h {
    padding: 125px 0;
  }
}

@media (max-width: 560px) {
  .banner-pad, .section-f, .section-h {
    padding: 50px 0;
  }
}

.banner-pad-hero, .section-a {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .banner-pad-hero, .section-a {
    padding: 200px 0;
  }
}

@media (max-width: 768px) {
  .banner-pad-hero, .section-a {
    padding: 125px 0;
  }
}

@media (max-width: 560px) {
  .banner-pad-hero, .section-a {
    padding: 50px 0;
  }
}

.bg, .section-f, .section-h, .section-a {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

section {
  padding: 50px 0;
}

section span {
  font-weight: bold;
  color: #0c141b;
}

.section-a {
  color: white;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.3), #000), url(../img/hero.jpg) no-repeat top;
  background-size: cover;
  padding: 90px 0;
}

.section-b {
  background-color: #f2f2f2;
}

.section-d {
  background: linear-gradient(to bottom, black 5%, rgba(0, 0, 0, 0) 15%), url(../img/bg-abstract.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section-d {
    text-align: center;
  }
}

.section-d i {
  padding-right: 10px;
  width: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section-d i {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1em;
  }
}

.section-d a {
  color: #fff;
  margin-bottom: 10px;
}

.section-d a, .section-d p {
  font-size: .7em;
}

@media screen and (max-width: 767px) {
  .section-d a, .section-d p {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}

.section-d p {
  display: inline;
}

@media screen and (max-width: 767px) {
  .section-d p {
    display: inline-block;
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .section-d a, .section-d i {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}

.section-e h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  color: #0c141b;
}

.section-e h3 {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: bold;
}

.section-e i {
  background-color: #0c141b;
  padding: 25px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
  font-size: 50px;
}

.section-e .serv-desc {
  margin-bottom: 40px;
}

.section-f {
  background-image: linear-gradient(to bottom right, rgba(12, 20, 27, 0.8), rgba(35, 135, 207, 0.5)), url("../img/bg2.jpg");
  color: white;
  background-position: center bottom;
}

.section-h {
  background-image: linear-gradient(to bottom right, rgba(12, 20, 27, 0.8), rgba(35, 135, 207, 0.5)), url("../img/bg3.jpg");
  color: white;
}

#contact {
  padding: 100px 0px;
  color: white;
}

@media (max-width: 1200px) {
  #contact {
    padding: 125px 0px;
  }
}

#contact .darkBox {
  background: rgba(0, 0, 0, 0.55);
  padding: 50px;
}

@media (max-width: 768px) {
  #contact .darkBox {
    padding: 25px;
  }
}

#contact i {
  font-size: 30px;
}

#contact .contact-icon-padding {
  padding: 30px;
}

#contact .box {
  min-height: 121px;
  background: linear-gradient(to bottom right, #066cb5, #2387cf);
  border-radius: 5px;
  padding: 26px;
  margin: 16px;
  border: 2px solid #fff;
}

@media (max-width: 1024px) {
  #contact .box {
    margin-top: 25px;
  }
}

#contact .box-2 {
  height: 100%;
  background: url(../img/char-2.png) no-repeat center;
  background-size: contain;
  margin: 16px;
  min-height: 400px;
}

@media (max-width: 1024px) {
  #contact .box-2 {
    margin-top: 25px;
  }
}

#contact .new-margin {
  margin: auto;
}

hr {
  border: 3px solid #2387cf;
  border-radius: 10px;
  max-width: 300px;
}

footer {
  padding: 50px 0px 20px;
  background: black;
  color: #fff;
  font-size: 15px;
}

footer a {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 990px) {
  footer a {
    font-size: 13px;
  }
}

footer a:hover {
  color: white;
  outline: 0 !important;
  text-decoration: none;
}

footer a:focus {
  color: #fff;
  outline: 0 !important;
  text-decoration: none;
}

footer p {
  font-size: 15px;
}

@media (max-width: 990px) {
  footer p {
    font-size: 13px;
  }
}

.top-pad {
  padding: 3em;
  background: white;
}

@media (max-width: 990px) {
  .top-pad {
    padding: 1em;
  }
}

.terms p,
.privacy p {
  font-size: 1rem;
}

.terms ol li,
.privacy ol li {
  font-size: 1rem;
}

.terms ol ol li,
.privacy ol ol li {
  font-size: 0.85rem;
}

.imgBg1, .imgBg2 {
  background-size: cover;
  background-position: top center;
  height: 450px;
}

@media (max-width: 1305px) {
  .imgBg1, .imgBg2 {
    height: 475px;
  }
}

@media (max-width: 1200px) {
  .imgBg1, .imgBg2 {
    height: 525px;
  }
}

@media (max-width: 768px) {
  .imgBg1, .imgBg2 {
    height: 400px;
  }
}

@media (max-width: 450px) {
  .imgBg1, .imgBg2 {
    height: 250px;
  }
}

.imgBg1 {
  background-image: url(../img/img1.jpg);
}

.imgBg2 {
  background-image: url(../img/img2.jpg);
}

.primaryBg {
  background: #0c141b;
  padding: 3em 0em;
}

.noPad {
  padding: 0;
}

.pad {
  padding: 0em 6em;
}

@media (max-width: 768px) {
  .pad {
    padding: 3em;
  }
}

.noMar {
  margin-left: 0px;
  margin-right: 0px;
}

.marTop {
  margin-top: 50px;
}

.whtTxt {
  color: #fff;
}

#contact {
  position: relative;
}

#contact a {
  color: white;
}

#aboutus {
  padding: 100px 0px;
  position: relative;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.5), #000), url(../img/bg1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

#aboutus p {
  margin-bottom: 50px;
}

@media (max-width: 989px) {
  #aboutus .image-section {
    display: none;
  }
}

#aboutus .image-section img {
  width: 100%;
  display: block;
  height: 611px;
}

.no-padding {
  padding: 0px;
}

.some-padding {
  padding: 40px;
}

#whatwedo {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.5), #000), url(../img/bg-3.webp) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.color-wht {
  color: #fff;
}

.margin-auto {
  margin: auto;
}

#services {
  padding: 100px 0px;
  position: relative;
}

#services img {
  width: 100%;
  display: block;
  margin: 0px auto;
  max-width: 400px;
  box-shadow: 5px 5px 1px #cecaca;
}

@media (max-width: 767px) {
  #services img {
    margin-top: 35px;
  }
}

.bg1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}

.bg3 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 150%;
  left: 70%;
  z-index: -1;
  background: url("../img/bg3.svg") top left no-repeat;
  background-size: contain;
}

h1, h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

h2 {
  color: #2387cf;
}

.bg-color {
  background-color: #e8f1fd;
  padding: 20px;
  border-radius: 5px;
}

.bg-image-section {
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
  display: none;
}

@media (max-width: 989px) {
  .bg-image-section {
    display: block;
  }
}

.bg-image-section-3 {
  background-image: url("../img/bg4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
}

.row-direction {
  flex-direction: column;
  gap: 40px;
}

.hero-color {
  padding: 26px;
  background: linear-gradient(#89341a, #f38c08);
  border-radius: 5px;
  opacity: .8;
}

.text-center {
  text-align: center;
}

.card-new {
  border: 1px solid #bab8b8;
  box-shadow: 5px 5px 1px #cecaca;
}

@media (max-width: 989px) {
  .card-new {
    border: 0px;
  }
}

.mySlides {
  display: none;
  width: 100%;
}

#anchorwhatwedo {
  font-weight: 400;
}

.white-para {
  color: #fff;
  text-shadow: 1px 2px 2px #000;
}

.myBGslides {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  width: 100%;
}

.services-box {
  min-height: 292px;
  padding: 21px;
  -ms-flex: 0 0 24% !important;
  flex: 0 0 24% !important;
  border-radius: 5px;
  background: linear-gradient(to bottom right, #066cb5, #2387cf);
  color: #fff;
}

@media (max-width: 991px) {
  .services-box {
    min-height: 334px;
  }
}

@media (max-width: 768px) {
  .services-box {
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    margin-bottom: 10px;
    min-height: 221px;
  }
}

@media (max-width: 580px) {
  .services-box {
    -ms-flex: 0 0 96% !important;
    flex: 0 0 96% !important;
    min-height: 160px;
    margin: 2%;
  }
}

.services-box-title-flex-container {
  display: flex;
}

.services-box-title-flex {
  flex: 1;
}

.services-box-icon-flex {
  flex: 1;
  display: flex !important;
  justify-content: flex-end;
}

.services-box-2 {
  background: transparent;
}

.services-box-icon-flex-2 {
  justify-content: flex-start;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.gap {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .gap {
    margin-bottom: 4px;
  }
}

.services-box-6 {
  border: 2px solid #0c141b;
  padding: 21px;
  flex: 0 0 49.3% !important;
  max-width: 49.3% !important;
  border-radius: 5px;
  box-shadow: 3px 3px #00000054;
  min-height: 195px;
  background: linear-gradient(#0c141b, #2387cf);
  color: #fff;
}

@media (max-width: 991px) {
  .services-box-6 {
    min-height: 205px;
  }
}

@media (max-width: 768px) {
  .services-box-6 {
    min-height: 222px;
  }
}

@media (max-width: 580px) {
  .services-box-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    min-height: 160px;
    max-width: 100% !important;
    margin-bottom: 13px;
  }
}

.space-between {
  justify-content: space-between !important;
}

.icon-size {
  font-size: 44px;
}

@media (max-width: 991px) {
  .icon-size-medium {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .icon-size-medium {
    font-size: 30px;
  }
}

.flex-section-icons {
  display: flex;
  margin: 1rem 0;
}

.grow-icon {
  margin-right: 8px;
}

.grow {
  flex-direction: column;
  height: 49px;
  width: 22%;
  float: left;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  text-align: left;
  overflow: hidden;
}

.grow:hover {
  height: 145px;
}

@media (max-width: 991px) {
  .grow, .grow:hover {
    height: 100%;
    width: 100%;
  }
}

.card_slider {
  background-color: #0c141b;
  padding: 3rem;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider li {
  list-style: none;
  position: relative;
  text-align: center;
}

.slider figure {
  max-width: 750px;
  position: relative;
  overflow: hidden;
  border-radius: 80px 0px 80px 0px;
  margin: auto;
  border: 4px solid #fff;
}

@media (max-width: 1200px) {
  .slider figure {
    max-width: 550px;
  }
}

@media (max-width: 780px) {
  .slider figure {
    max-width: 300px;
  }
}

@media (max-width: 425px) {
  .slider figure {
    max-width: 400px;
  }
}

.slider figure img {
  width: 100%;
  aspect-ratio: 16/9;
}

.slider figure:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #1a2e35;
  width: 100%;
  height: 65%;
  border-radius: 80px 0px 80px 0px;
  z-index: 0;
}

.slider figure img {
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.slider .slick-active li:hover figure img, .slider .slick-current + .slick-active figure img, .slider .slick-current + .slick-active li .title, .slider .slick-current + .slick-active li p, .slider .slick-active li:hover .title, .slider .slick-active li:hover p {
  opacity: 1;
}

.slider .slick-arrow {
  position: absolute;
  z-index: 1;
}

.slider .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 40px;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slider li .title {
  color: #fff;
  margin-top: 10px;
  opacity: 1;
  transition: 0.5s;
}

.slider li p {
  color: #fff;
  position: relative;
  top: -15px;
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 920px) {
  .slider li .title {
    font-size: 14px;
  }
  .slider li p {
    font-size: 12px;
  }
}

#cta {
  padding: 50px 0px;
  position: relative;
}

.cta-image {
  width: 100%;
  border-radius: 5px;
}

.text-align-center {
  text-align: center;
}
