:root {
  --primary-color: #111c8f;
  --secondary-color: #002af7;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 400;
}

a {
  color: #041463;
  text-decoration: none;
  cursor: pointer;
}

.title {
  margin-top: 10px;
  margin-bottom: 20px;
}

h1.title {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 2.5em;
  position: relative;
  color: #333;
  padding-left: 25px;
}

h2.title {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.8em;
  position: relative;
  color: #333;
  padding-left: 25px;
}

h1.title:before,
h2.title:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary-color);
}

h1.title.text-center {
  padding: 0px;
}

h1.title.text-center:before {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary-color);
}

h1.title.text-white:before {
  background: #fff;
}

.text-big {
  font-size: 4em;
}

.btn {
  color: #fff;
  background-color: var(--secondary-color);
  cursor: pointer;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  border-radius: 50px;
  padding: 6px 20px;
}

.btn:hover {
  text-decoration: none;
  background: var(--secondary-color);
  color: #fff;
}

.btn-4 {
  overflow: hidden;
  position: relative;
}

.btn-4 span {
  z-index: 20;
}

.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}

.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.btn-big {
  font-size: 1.3em;
  padding: 0.7em 3em;
}

.header-btn .btn {
  padding: 10px 10px;
  display: inline-flex;
  font-size: 20px;
}

.bg-blue {
  background-color: var(--primary-color);
}

.bg-l-blue {
  background-color: #cbd4ff;
}

.bg-d-blue {
  background-color: var(--secondary-color);
}

h1.font-big {
  font-size: 3em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/*-----============= Header =============---------*/

header {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  animation: slideout 0.8s;
  border-bottom: 1px solid #fff;
}

header.fixed-top {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #000;
  backdrop-filter: blur(0px);
  animation: slidein 0.8s;
  animation-fill-mode: forwards;
}

@keyframes slidein {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes slideout {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0px);
  }
}

header.fixed-top .navbar-nav li .nav-link {
  color: #000;
}

#header-title {
  min-height: 400px;
  background: url(../img/slider/HeaderBackground.jpeg) no-repeat center bottom;
}

ul.social li {
  color: #000;
  display: inline-block;
  list-style: none;
}

.logo {
  position: relative;
}

.logo img {
  max-width: 190px;
  padding: 0;
  width: 100%;
}

.logo {
  width: 200px;
}

ul.social {
  margin-bottom: 0px;
  padding: 0px;
}

ul.social li i {
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
}

.btn-hdr {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0px 5px;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
  color: #fff;
  display: block;
  width: 100px;
  height: 40px;
}

.btn-hdr:before {
  content: "Call Now";
  display: block;
  width: 100%;
  height: auto;
}

.btn-srvc {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 15px;
  margin: 0px 5px;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  width: auto;
  height: 40px;
}

.btn-srvc:after,
.btn-srvc:before {
  display: none;
}

.navbar .container-fluid {
  padding: 12px;
}

.navbar-toggler {
  border: 0px;
  height: 45px;
  border-radius: 0px;
}

span.navbar-toggler-icon {
  display: table-cell;
  background: #fff;
  padding: 10px 15px;
  width: 50px !important;
}

span.navbar-toggler-icon:before {
  content: "\f0c9";
  display: contents;
  font-family: "Font Awesome 5 Pro";
  color: #000;
  width: 1.5em;
  height: 1.5em;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  height: 100px;
}

.navbar-nav li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 6px;
  align-items: center;
  display: flex;
}

.navbar-nav li .nav-link {
  color: #000;
  letter-spacing: 0.07rem;
  position: relative;
}

.navbar-nav li .nav-link:after {
  content: "";
  background: #000;
  width: 3px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover:after {
  bottom: 100%;
}

.navbar-nav li .nav-link:hover:after,
.navbar-nav li .nav-link.active:after {
  width: 80%;
}

.dropdown-toggle::after {
  border: 0px;
}

.dropdown-menu[data-bs-popper] {
  top: 60px;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  background: #24a5e8;
  min-width: 200px;
  top: 100%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.dropdown-menu li {
  padding: 0px;
}

.dropdown-menu li a {
  padding: 10px 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.dropdown-menu li a:hover {
  background: transparent;
  color: #035caf;
}

.dropdown-item.active {
  background-color: transparent;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
  top: 100%;
}

#slider {
  overflow: hidden;
  min-height: 600px;
}

#slider .overview {
  background: rgb(6, 86, 175);
  background: -moz-linear-gradient(328deg,
      rgb(0, 0, 0) 0%,
      rgba(36, 165, 232, 0) 60%);
  background: -webkit-linear-gradient(328deg,
      rgb(0, 0, 0) 0%,
      rgba(36, 165, 232, 0) 60%);
  background: linear-gradient(328deg,
      rgb(0, 0, 0) 0%,
      rgba(36, 165, 232, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
}

#slider .slide-img {
  overflow: hidden;
}

#slider .slide-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


/*-----============= Offer =============---------*/

#offer h1 {
  font-family: "Josefin Sans", sans-serif;
}

.blue-box {
  /* position: relative; */
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
}

/* .blue-box:before {
  content: "";
  width: 450px;
  height: 450px;
  display: flex;
  background-color: var(--primary-color);
  border-radius: 55em;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  box-shadow: 0 0 40px #666;
} */

.blue-box {
  width: 450px;
  height: 450px;
  background-color: var(--primary-color);
  border-radius: 55em;
  margin: 0 auto;
  box-shadow: 0 0 40px #666;
  align-content: center;
}

/* Mobile styles (for screens ≤ 767px) */
@media (max-width: 767px) {
  .blue-box:before {
    width: 300px;
    height: 300px;
  }
}

.blue-box span {
  font-size: 1.4em;
}

/*-----============= Video =============---------*/

/* #video-sec {
  position: relative;
  z-index: 0;
  margin-top: -100px;
} */

.video-img {
  position: relative;
}

.video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 3;
}

.video-img img {
  width: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 500px;
}

/* blob */
.anim-img-video {
  background-image: url(../img/video.png);
  width: 500px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  background-size: cover;
  -webkit-background-position: center;
  background-position: center center;
  margin: 30px;
  animation: animate 18s ease-in-out infinite;
  box-shadow: 0 5px 5px 5px rgba(255, 255, 255, 0);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  position: relative;
  overflow: visible;
  display: inline-block;
}

.anim-img-video:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 500px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  animation: animate 8s ease-in-out infinite;
  transition: all 1s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: visible;
}

/*
.anim-img-video:after {
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: animate 14s ease-in-out infinite;
    transition: all 1s ease-in-out;
    right: 0;
    margin: 0 auto;
}
*/
@keyframes animate {

  0%,
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

/*-----============= Why Us =============---------*/

.features .card {
  border-radius: 0px;
  min-height: 400px;
  border-top: 0px;
  border-right: 0;
  justify-content: start;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 0;
  border-color: var(--primary-color);
}

.features .card .card-title,
.features .card .card-info {
  transition: all 0.5s ease-in-out 0s;
}

.features .card .card-icon {
  font-size: 3em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.features .card:before {
  content: "";
  background-color: var(--primary-color);
  width: 0%;
  height: 100%;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.features .card:hover:before {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.features .card:hover .card-title,
.features .card:hover .card-info {
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.features .card:hover .card-icon {
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

/*-----============= Services =============---------*/

.srvc-box .box {
  max-width: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.srvc-box .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(6, 86, 175);
  background: -moz-linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.3) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.3) 100%);
  background: linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.3) 100%);
}

.srvc-box .box:hover img {
  opacity: 0.4;
}

.srvc-box .box:hover:before {
  background: rgb(6, 86, 175);
  background: -moz-linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.8) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.8) 100%);
  background: linear-gradient(0deg,
      rgba(6, 86, 175, 0.8) 0%,
      rgba(36, 165, 232, 0.8) 100%);
}

.srvc-box .box h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.srvc-box .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.srvc-box .box img {
  height: auto;
  min-height: 450px;
  width: auto;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  z-index: 0;
}

/*-----============= About =============---------*/

.about-img {
  max-height: 600px;
  max-width: 500px;
  position: relative;
  padding: 20px;
  margin: 0 auto;
}

.about-img img {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.about-img img.img-round {
  position: absolute;
  bottom: -20%;
  left: -10%;
  border-radius: 100px;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border: 0.7em solid #fff;
}

.career-sec {
  background: rgba(0, 0, 0, 0.7) url(../img/home-para.jpeg) center fixed;
  background-size: cover;
  background-blend-mode: color;
}

/*=============== Video Section ==============*/

.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(rgba(255, 0, 35, 0.8) 60%,
      rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 40px 0px;
  box-shadow: 0px 0px 25px 3px #fff;
  user-select: none;
  -webkit-user-drag: none;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #830c0f;
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/*=============== Contact ==============*/

.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--secondary-color);
}

#contact form input,
#contact form textarea {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #333;
}

#contact form textarea {
  height: 98px;
}

/*=============== Login and SignUp ==============*/

.signup-section {
  padding: 5em 0;
  min-height: calc(100vh - 280px);
}

.signup-box {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-img,
.login-wrap {
  width: 100%;
}

.login-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-wrap {
  background: #041360;
  color: #fff;
  /* font-size: 1.3rem; */
}

.signup-box form input {
  border-radius: 5px;
  border: 1px solid #333;
  /* font-size: 1.6rem; */
  /* padding: 1rem 1.3rem; */
}

.signup-box .form-group input:autofill,
.signup-box .form-group input:-webkit-autofill,
.signup-box .form-group input:-webkit-autofill:hover,
.signup-box .form-group input:-webkit-autofill:focus,
.signup-box .form-group input:-internal-autofill-selected {
  border: 1px solid #000;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 1.3rem !important;
}

/*=============== Blog ==============*/

.blog__header img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.blog-box {
  overflow: hidden;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  background: #ece9e6;
  background: linear-gradient(to right, #ffffff, #ece9e6);
  height: 100%;
}

.blog__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: 16px;
}

.blog__body h4 {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-detail h1 {
  font-size: 1.5rem;
}

.blog-detail img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.blog_meta {
  display: flex;
}

.blog_meta li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

.blog_meta li a {
  text-transform: capitalize;
  color: #666;
  font-size: 13px;
}

.blog_meta li a i {
  margin-right: 5px;
  color: #ff324d;
  vertical-align: middle;
}



/*=============== Media Query ==============*/

@media only screen and (max-width: 1140px) {
  #offer h1 {
    font-size: 1.75rem;
  }

  #offer .p-70 {
    padding: 40px;
  }

  .blue-box {
    width: 370px;
    height: 370px;
  }
}

@media only screen and (max-width: 1023px) {

  #slider .wbg-layer {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 65%) !important;
  }
}

@media only screen and (max-width: 991px) {


  .navbar-collapse {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    background: var(--primary-color);
    z-index: 99;
  }


  .navbar-nav {
    height: 100%;
  }

  .navbar-nav li a.nav-link {
    color: #fff;
  }

  .navbar-nav li .nav-link:after {
    background-color: #fff;
  }

  header.fixed-top .navbar-nav li .nav-link {
    color: #fff;
  }

  /* .navbar-nav {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #999;
    left: 0;
    display: inline-table;
    z-index: 1;
    top: 60px;
  } */

  .navbar-nav li {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 6px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
  }


  .blue-box:before {
    display: none;
  }

  .blue-box {
    background-color: var(--primary-color);
    padding: 30px 0;
    border-radius: 150px;
  }

}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {
  #offer .p-70 {
    padding: 30px;
  }

  .features .card {
    min-height: 350px;
    border-right: 1px;
  }

  .anim-img-video,
  .anim-img-video:before {
    margin: 0px;
    width: 350px;
    height: 350px;
  }

  h1.font-big {
    font-size: 2em;
  }

  .btn.btn-big {
    font-size: 1em;
    padding: 0.7em 2em;
  }

  .blue-box {
    width: auto;
    height: auto;
    min-height: 250px;
  }

  #offer,
  #video-sec {
    overflow: hidden;
  }

  #video-sec .plr-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.p-30 {
    padding: 15px;
  }

  #video-sec .mt-50 {
    margin-top: 0px;
  }

  h1.title {
    font-size: 2em;
  }

  .header-btn .btn {
    max-width: 250px;
    width: auto;
    font-size: 13px;
  }

  .logo {
    width: 140px;
  }

  .navbar-collapse {
    top: 80px;
  }
}

.fs-7 {
  font-size: 0.9rem !important;
}