* {
  transition: all 0.5s linear;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/*
@font-face {
font-family: "inter-font";
src: url(../fonts/inter-font.ttf);
}
*/
.blue-bg {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #2b2e83;
  padding-top: 0px;
  max-width: 90%;
  margin: auto;
  max-width: 1170px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bg-blue {
  background: #2b2e83;
}
.top-icon {
  transform: rotate(100deg);
}
.social-icon a {
  color: #fff;
}
.social-icon {
  border: 1px solid #fff;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 2px;
  text-align: center;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-bg h6 {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-toggler-icon {
  background-color: #000 !important;
}
.nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6) !important;
  letter-spacing: 1px;
  padding: 15px 10px !important;
}
.nav-link:hover {
  color: #2daae1 !important;
}
header {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  overflow: visible !important;
  border-bottom: 3px solid #2daae1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99999999999;
}

body {
  padding-top: 144px;
}

@media (max-width: 1199.98px) {
  body {
    padding-top: 137px;
  }
}

.apollo-logo {
  width: 200px;
}
.navbar-toggler {
  outline: none !important;
}

/*navicon*/
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

/**
* Animate collapse into X.
*/

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

/**
* Animate collapse open into hamburger menu
*/

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.carousel-item {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.parallax_bg {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.center {
  position: relative;
  padding: 16% 8%;
  width: auto;
  margin: auto;
}
.blue-btn {
  color: #fff;
  background: #2daae1;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 17px;
  padding: 12px 30px;
  border: 0;
  font-weight: 500;
}
.blue-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #2b2e83;
}
.center h1 {
  color: #fff;
}
.center p {
  color: #fff;
}
.center h3 {
  color: #fff;
}
.center h3 {
  font-size: 35px;
}
.center h1 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
.base-color {
  color: #2daae1;
}
h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.line {
  position: absolute;
  width: 200px;
  border: 1px solid #2daae1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}
.box1 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  z-index: 100;
}
.box2 {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background: #fff;
}
.crd {
  position: relative;
  overflow: hidden;
}
.zoom-img:hover {
  transform: scale(1.2);
}
.card {
  transition: transform 0.8s;
}
.card-text h4 {
  font-size: 17px;
  font-weight: 600;
}
.card-text p {
  font-size: 14px;
  color: #767676;
}
.cards {
  max-width: 400px;
  margin: auto;
}

/*Counter*/
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
  background: #2daae1;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item {
  background: #2daae1;
}
.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 992px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .projectFactsWrap .item {
    flex: 0 0 100%;
  }
}

/* AUTHOR LINK */

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}
.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}
.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }
}
.blue-box h3 {
  color: #2daae1;
  font-size: 16px;
  font-weight: 600;
}
.blue-box {
  background-color: #2b2e83;
  padding: 25px;
  min-height: 700px;
}
.blue-box p {
  font-size: 15px;
}
.bg-light-blue {
  background-color: #2daae1;
}
.text-light-blue {
  color: #2daae1;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
.crd {
  max-width: 450px;
  position: relative;
}
.btn-blue:hover {
  background-color: #2daae1;
}
.btn-blue {
  background-color: #2b2e83;
  color: #fff;
  padding: 8px 15px;
  border: 0;
}
.date {
  position: absolute;
  background-color: #2b2e83;
  color: #fff;
  padding: 3px 15px;
  font-size: 13px;
}
/*-- global css --*/

.overlay {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0.5, 0, 2, 0.7);
  opacity: 0;
  visibility: hidden;
}

/*-- simple overlay css --*/

.simple-overlay {
  opacity: 0;
  visibility: hidden;
}
.crd-img:hover .simple-overlay {
  visibility: visible;
  opacity: 1;
}
.crd-img {
  position: relative;
}
/*-- left to right overlay --*/

.simple-overlay-1 {
  width: 0px;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay-1 {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.bg-quot {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    url(../img/get-a-quote-from-apollo.jpg);
  /*    background: url(../img/get-a-quote-from-apollo.jpg) no-repeat center;*/
  background-size: cover;
  min-height: 500px;
}
.bg-quot h1 {
  font-size: 60px;
  font-weight: 700;
}
.btn-light-blue {
  background-color: #2daae1;
  border: none;
  line-height: 21px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 3px;
  color: #fff;
  padding: 0.5em 1em;
}
.faq {
  background: url(../img/faq.webp) no-repeat center;
  background-size: cover;
}
.card-header {
  padding: 5px 5px;
  margin-bottom: 0;
  background-color: #2daae1;
  border: none;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.faq .btn-link {
  color: #fff;
  font-weight: 600;
}
.faq .card-body {
  background-color: transparent !important;
  color: #fff;
}
.faq .card {
  background-color: transparent;
}
.faq h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.font-700 {
  font-weight: 700;
}
footer h5 {
  font-weight: 300;
}
.btn-transparent {
  border: 2px solid #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  padding: 15px 30px;
  color: #fff;
}
footer h4 {
  font-size: 20px;
  font-weight: 600;
}
.links a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: 500;
}
footer h6 {
  font-size: 14px !important;
}

/* <--- About page -----!*/

.bg-about-gray {
  background-color: #f2f2f2 !important;
  padding: 30px 0px 30px 0px;
}
.text-wid {
  padding-top: 15px !important;
  padding-right: 20px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
  max-width: 1080px;
  text-align: center;
  font-weight: 400;
  color: #767676;
  max-width: 670px;
  margin: 0 auto;
  text-align: justify;
}

.about-box {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.about-box img {
  width: 55px;
  margin-bottom: 1rem;
}

.about-box .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 10px 0;
}

.about-box .text {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.team {
  padding: 4rem 0;
}

.team .row > .text-center {
  margin: 1rem 0 2rem;
}

.team .team-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top center;
}

.team .team-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2daae1;
  margin: 1rem 0 0.5rem;
}

.team .team-designation {
  font-size: 14px;
  color: #464646;
}

.accreditation .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.accreditation .text {
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.accreditation .text a {
  color: #2daae1;
  font-weight: bold;
  font-style: italic;
}

.project-wrap {
  margin-bottom: 1.5rem;
  background-color: #f1f1f1;
  padding: 4rem 0;
}

.project-wrap .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1a1a1a;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.title-underline {
  position: relative;
}

.title-underline::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-color: #2d3239;
  position: absolute;
  top: 0;
  left: 1px;
}

.title-underline::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #2daae1;
  position: absolute;
  top: 4px;
  left: 20px;
}

.project-wrap .text {
  color: #666;
  padding: 0.75rem 0;
}

.project-wrap .text strong {
  color: #000;
}

.portfolio:hover {
  text-decoration: none;
}

.portfolio {
  margin: 3rem 0;
  background: #fff;
}

.portfolio .title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.portfolio .category {
  font-size: 12px;
  color: #0c71c3;
  font-weight: 600;
}

.contact-form label {
  font-weight: 700;
  color: #333;
}

.contact-form .form-control,
.contact-form .btn-default {
  border-radius: 0;
  border-color: #ccc;
  color: #333;
}

.contact-details {
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

.contact-details strong {
  font-size: 14px;
  color: #444;
  font-weight: 700;
}

.blog-wrap {
  background: #fff;
  display: block;
}

.blog-wrap:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.blog-wrap .blog-details {
  padding: 1rem;
}

.blog-wrap .blog-title {
  color: #333;
  font-weight: 500;
  font-size: 26px;
}

.blog-wrap .blog-meta {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.blog-wrap .blog-description {
  margin-top: 1rem;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.about-services {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.service-wrap {
  background-color: #f2f2f2;
  padding: 2.5rem 1.5rem;
}

.service-wrap .title {
  color: #333;
  font-size: 26px;
  font-weight: 500;
}

.service-wrap .description {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 28px;
}

.quote-btn {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
}

.quote-btn:hover {
  text-decoration: none;
  color: #000;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.quote-btn span {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  padding-left: 1rem;
  display: none;
}

.quote-btn:hover span {
  display: inline;
}
