@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/* Placeholder Color */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adc1cb !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #adc1cb !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #adc1cb !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #adc1cb !important;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #013f4e;
  background: #e6e7e8;
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
img {
  max-width: 100%;
}

header {
  position: fixed;
  z-index: 15555;
  width: 100%;
  left: 0;
  top: 0;
}
header .navbar {
  margin: 0;
  padding: 0;
}
header .navbar-brand {
  width: 138px;
}
header .navbar-brand img {
  max-width: 100%;
}
header .navbar > .container {
  height: 100px;
  padding: 0 32px;
  background: #e6e7e8;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #003e6f;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffa01a;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  z-index: 15;
  left: 15px;
}
.bx-slider-wrapper {
  margin: 0;
  padding: 0;
  padding-top: 130px;
  background: #002347;
}
.bx-slider-wrapper .bx-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background: transparent;
  -webkit-box-shadow: none;
}
.bx-slider-wrapper .bx-controls.bx-has-controls-direction {
  width: 100%;
  padding: 0 32px;
  background: transparent;
  position: absolute;
  bottom: 77px;
  right: 0;
}
.bx-slider-wrapper .bx-controls-direction {
  position: relative;
}
.bx-slider-wrapper .bx-wrapper .bx-controls-direction a {
  top: 39px;
}
.bx-slider-wrapper .bx-wrapper .bx-prev {
  left: auto;
  right: 41px;
  background: url(../images/controls.png) no-repeat 0 0px;
}
.bx-slider-wrapper .bx-wrapper .bx-next {
  right: 0;
  background: url(../images/controls.png) no-repeat -40px 0px;
}
.bx-slider-wrapper .bx-wrapper .bx-prev:hover,
.bx-slider-wrapper .bx-wrapper .bx-prev:focus {
  background-position: 0px -35px;
}
.bx-slider-wrapper .bx-wrapper .bx-next:hover,
.bx-slider-wrapper .bx-wrapper .bx-next:focus {
  background-position: -40px -35px;
}
.bx-slider-wrapper .bxslider > div {
  min-width: 100%;
}
.bx-slider-wrapper .bx-wrapper img {
  width: 100%;
}
.bx-slider-wrapper .banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #008ba6c2;
}
.bx-slider-wrapper .banner-caption-bottom {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 160px;
  background: #008ba6;
}
.banner-caption-bottom h4 {
  margin: 0;
  color: #fff;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
.banner-caption h2,
.banner-caption p {
  margin: 0 auto;
  max-width: 50%;
  color: #e6e7e8;
  text-align: center;
  position: relative;
}
.banner-caption h2 {
  color: #002347;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner-caption p {
  font-size: 17px;
}

.main-container {
  color: #e6e7e8;
  padding: 140px 0;
  background-color: #013f4e;
}
.home-banner-text h1,
.craig-heading h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  text-transform: uppercase;
}
.home-banner-text p,
.craig-para p {
  font-size: 18px;
}
.home-btn button {
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  margin-top: 35px;
  padding: 8px 25px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: initial;
  border: 1px solid #008ba6;
}
.home-btn button:hover {
  background-color: #008ba6;
}
.home-btn button .css-vubbuv {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  user-select: none;
  font-size: 1.5rem;
  fill: currentcolor;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.about-section {
  padding: 80px 0;
}
.blockdiv {
  width: 100%;
  height: 100%;
  background: #013f4e;
}
.about-wrp {
  padding: 35px 50px;
  padding-right: 0;
}
.about-wrp h2 {
  font-size: 35px;
  font-weight: 700;
  color: #008ba6;
}
.about-wrp p {
  font-size: 16px;
  line-height: 28px;
}
.services-wrapper a {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 10px;
  background: #ffa01a;
}
.services-wrapper .box-color-2 {
  background: #008ba6;
}
.services-wrapper h3 {
  margin: 0;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  min-height: 88px;
  padding: 20px 10px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.box-card {
  position: relative;
}
.box-card img {
  border-radius: 10px 10px 0 0;
}
.box-card:after {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  background: rgba(47, 48, 50, 0.85);
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
}
.services-wrapper a:hover .box-card:after {
  opacity: 1;
}
.box-card p {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 0 20px;
  color: #e6e7e8;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
  transition: 0.3s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.services-wrapper a:hover .box-card p {
  opacity: 1;
  z-index: 15;
  height: 100%;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0%, 0) scale(1);
  transform: translate3d(0, 0%, 0) scale(1);
}
.home-craig-container {
  width: 100%;
  display: flex;
  margin-top: 50px;
  align-items: center;
  background-color: #013f4e;
  justify-content: space-between;
}
.home-craig-left,
.home-craig-left img {
  width: 100%;
  height: 100%;
}
.home-craig-right {
  width: 100%;
  height: 100%;
  display: flex;
  color: #e6e7e8;
  align-items: start;
  flex-direction: column;
  background-color: #013f4e;
  justify-content: space-evenly;
}
.home-craig-right-cover {
  width: 100%;
  margin: auto;
  max-width: 70%;
}
footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #002347;
}
footer .fixed_flex,
footer .flex {
  display: flex;
}
footer .flex-content {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
footer h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
footer a {
  margin: 15px 0;
  display: block;
  font-size: 14px;
  color: #ffffff99;
}
footer a:hover {
  color: #fff;
}
footer .css-vubbuv {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  user-select: none;
  font-size: 1.5rem;
  fill: currentcolor;
  display: inline-block;
  color: #ffa01a !important;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
footer .flex-content p {
  color: #fff;
  font-size: 15px;
  text-align: start;
}
footer fieldset {
  border: 0;
  padding: 0;
}
footer fieldset input {
  border: 0;
  height: 35px;
  width: 250px;
  padding: 1rem;
  color: #ffffff99;
  border-top-left-radius: 5px;
  background-color: #334f6c;
  border-bottom-left-radius: 5px;
}
footer fieldset .btn {
  border: 0;
  width: 130px;
  height: 35px;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  align-items: center;
  background-color: #ffa01a;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
footer fieldset .btn_2:hover {
  border: 0;
  color: #ffa01a;
  background-color: #fff;
}
footer .flex:last-child .flex-content:last-child {
  text-align: right;
}
footer .flex:last-child a {
  width: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0.5rem;
  margin-right: 3px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background-color: #334f6c;
}
footer .flex:last-child a:hover {
  background-color: #ffa01a;
}
footer .flex-footer {
  display: flex;
  align-items: center;
}
footer .flex-footer p {
  margin: 0;
}
footer .flex-footer:last-child {
  justify-content: end;
}
.inner-banner {
  padding-top: 130px;
  background: #002347;
}
.inner-content {
  padding: 100px 0;
}
.inner-content + .inner-content {
  padding-top: 0;
}
.g-map iframe {
  width: 100%;
  border: none;
  height: 600px;
}
.contact-page-map iframe {
  width: 100%;
  border: none;
  height: 450px;
}
.global-content-title,
.global-content-description {
  color: #333;
  font-size: 43px;
  text-align: start;
  margin-bottom: 10px;
}
.global-content-title {
  font-size: 43px;
  font-weight: 800;
  line-height: 51px;
}
.global-content-description {
  font-size: 16px;
  line-height: 26px;
}
.global-tech-logo {
  padding-left: 30px;
}
.row-content-reverse {
  flex-direction: row-reverse;
}
.row-content-reverse .global-tech-logo {
  padding-left: 0;
  padding-right: 30px;
}
.contact-info {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.contact-info-item {
  height: 220px;
  padding: 30px 0;
  background: #071c34;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-icon .css-vubbuv {
  width: 1em;
  height: 1em;
  color: white;
  font-size: 3rem;
  flex-shrink: 0;
  user-select: none;
  fill: currentcolor;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-info-text span {
  width: 100%;
  color: #999;
  font-size: 16px;
  display: inline-block;
}
.contact-page-sec {
  padding: 100px 0;
}
.contact-page-map {
  margin-top: 36px;
}
.contact-page-form {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.contact-page-form form {
  padding: 20px 0 0;
}
.contact-page-form input,
.single-input-field textarea {
  width: 100%;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9 none repeat scroll 0 0;
}
.contact-page-form input {
  margin-bottom: 20px;
}
.single-input-field textarea {
  height: 120px;
}
.single-input-fieldsbtn button {
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: #013f4e;
}
.inner-banner-with-caption {
  position: relative;
}
.inner-banner-caption {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100% - 130px);
}
.inner-banner-with-caption h1 {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 58px;
  font-weight: 800;
  color: #e6e7e8;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner-with-caption:before {
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.services-desc .sr-text-wrp {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.services-desc .sr-text-wrp h2 {
  font-size: 45px;
  color: #013f4e;
  font-weight: 700;
  text-transform: uppercase;
}
.services-desc .sr-text-wrp p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}
