@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap");
/* our team scroll images */
.our-team .cover {
  position: relative;
}
.our-team .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-team .right {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.our-team .scroll-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.our-team .child img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.our-team .scroll-images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: transparent;
}

.our-team .scroll-images::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.our-team .child {
  min-width: 33.3%;
  height: auto;
  margin: 1px 10px;
  overflow: hidden;
}

.our-team button {
  outline: none;
  cursor: pointer;
  width: fit-content;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 10px;
  background: #ffffff;
}
.our-team i {
  color: blue;
}
/* our team scroll images end */
body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
:root {
  --white: #fff;
  --secondary-color: #22062c;
  --merak-color: #397eb9;
  --bg: #100726;
}
html {
  scroll-behavior: smooth;
}
.order-first {
  order: 0 !important;
}
.btn-primary {
  font-size: 16px;
  width: 200px;
  text-align: center;
  height: 50px;
  border: none;
  background: linear-gradient(to right, #ffffff 50%, #253551 50%);
  background-size: 201% 102%;
  background-position: right;
  transition: all 0.5s ease-in-out;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  outline: none;
  font-weight: 600;
}

.btn-primary:hover {
  background-position: left;
  color: #397eb9;
}
.btn-secondary {
  font-size: 16px;
  width: 200px;
  text-align: center;
  height: 50px;
  border: none;
  background: linear-gradient(to right, #397eb9 50%, #ffffff 50%);
  background-size: 201% 100%;
  background-position: right;
  transition: all 0.5s ease-in-out;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  color: #253551;
  font-weight: 600;
}
.btn-secondary:hover {
  background-position: left;
  color: #ffffff;
}

.btn-cards {
  font-size: 16px;
  width: 200px;
  text-align: center;
  height: 50px;
  border: none;
  background: linear-gradient(to right, #397eb9 50%, #253551 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: all 0.5s ease-in-out;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.btn-cards:hover {
  background-position: left;
  color: #fff;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
p {
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
  font-weight: 400;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.s-title {
  color: var(--merak-color);
  text-align: center;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.home-in {
  padding: 86px 0 0;
}
.home-in a img {
  width: 230px;
  margin-left: -12px;
}
nav {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.nav-img {
  width: 180px;
}
.nav-sticky {
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 9999;
  position: sticky;
  background-color: #397eb9 !important;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s;
}
.nav-sticky .nav-img {
  width: 120px;
  transition: all 0.5s;
  margin: 0;
}
.home-left {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
}
.home-left h1 {
  font-size: 80px;
  line-height: 90px;
  color: var(--white);
  font-weight: 800;
  animation-duration: 3s;
}

.home-left p {
  padding: 40px 0;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.home-btn {
  animation-duration: 5s;
  animation-fill-mode: both;
}

.home-btn a {
  text-transform: uppercase;
}
.home-btn a + a {
  margin-left: 20px;
}

.active {
  opacity: 1;
  transform: scale(1);
}

.home-right figure img {
  width: 77%;
  display: block;
  margin: 0 auto;
}
.banner {
  position: relative;
  background: url(../images/landing-bg.png) no-repeat;
  background-size: cover;
}
/* .banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 28%;
  right: 0px;
  top: 19%;
  bottom: 0;
  background: url(../images/home-square.png) no-repeat;
  width: 100%;
  height: 100%;
  transform: translateZ(0) scale(1, 1);
  transition: all 0.2s ease-in-out;
  animation: increase2 14s linear 14ms infinite;
  margin: 0 auto;
}
@keyframes increase2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  background: url(../images/home-banner.jpg) no-repeat;
  background-size: cover;
  animation: increase 14s linear 14ms infinite;
  transition: all 0.2s ease-in-out;
  z-index: -2;
}
.banner-text {
  width: 60%;
  padding: 35% 10% 0 0;
}
@keyframes increase {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
} */

.about-us {
  padding: 70px 0;
  background: var(--bg);
}
.about-us h2 {
  color: var(--white);
  text-align: center;
}
.about-us p {
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.services {
  padding: 70px 0;
  background: var(--merak-color);
}
.services span {
  color: var(--white);
}
.services-in {
  position: relative;
}
.services-dots {
  position: absolute;
  right: -47px;
  top: -12%;
}
.services-dots-bottom {
  position: absolute;
  left: -47px;
  bottom: -12%;
}
.services-dots img {
}
.services h2 {
  color: var(--white);
  text-align: center;
  font-weight: 600;
}
.services-card-in {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.services-card {
  background-color: var(--white);
  padding: 40px 20px 92px;
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  transition: all 0.5s;
  transform: scale(1);
}
.services-card:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.services-card h4 {
  font-size: 20px;
  line-height: 30px;
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  text-transform: uppercase;
}
.services-card p {
  color: #333;
  padding: 10px 0 30px;
}
.services-card a {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
figure {
  margin: 0;
}
.progress-ser {
  padding: 80px 0;
  background-color: var(--white);
}
.progress-ser-in {
  position: relative;
}
.progress-ser-in h2 {
  color: var(--merak-color);
  text-align: center;
}
.progress-ser-in span {
  color: var(--merak-color);
  text-align: center;
  display: block;
}
.progress-ser-in p {
  color: #333;
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
  line-height: 35px;
}
/* .progress-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-left figure img {
  width: 95%;
} */
.progress-ser-dots {
  position: absolute;
  left: -45px;
  top: -15.5%;
}
/* 
.progress-left-in span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.progress-left-in h2 {
  color: var(--white);
}
.progress-left-in p {
  color: #d3d3d4;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 38px;
} */
.partners {
  padding: 80px 0;
  background: var(--merak-color);
}
.partners h2 {
  color: #fff;
  text-align: center;
}

.partners span {
  color: #fff;
  text-align: center;
}
.partners ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 40px 0 0 0;
}
.partners ul li img {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.partners ul li img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.our-team {
  padding: 70px 0;
  background: var(--white); /* Old browsers */
}
.our-team h2 {
  color: var(--merak-color);
  text-align: center;
}
.our-team ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.our-team ul li img {
  width: 100%;
}

.item {
}
.our-team-row {
  width: 69%;
  margin: 0 auto;
}
.item-card-shadow {
  width: 95%;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
  margin: 0 auto;
  border-top: 0;
  height: 100%;
  margin: 0 20px 20px;
}
.item-dawson {
  padding-bottom: 45px;
}
.item-card-shadow h6 {
  color: var(--merak-color);
  font-size: 25px;
  text-align: center;
  padding-top: 15px;
}
.item-card-shadow p {
  color: #000;
  font-size: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.item-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  /* margin-bottom: 40px; */
}
.item-card img {
  width: 100%;
}
.item-card:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: all 0.5s;
}
.item-card .overlay {
  color: #000;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,333333+85 */
  background: #d9d9d9; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(217 217 217 / 50%) 0%,
    #333333 85%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgb(217 217 217 / 50%) 0%,
    #333333 85%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(217 217 217 / 50%) 0%,
    #333333 85%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.clean .overlay p {
  font-size: 14px;
  color: var(--white);
  text-align: center;
}
.clean .overlay:hover .overlay-animation {
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateX(-4%);
  right: 0;
}
.clean .overlay h6 {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.clean .overlay span {
  height: 3px;
  background-color: var(--white);
  position: absolute;
  top: 62%;
  left: 0;
}

.clean .overlay:hover {
  opacity: 1;
}

.clean .overlay:hover .overlay-animation {
  animation: slide 0.7s;
}

.clean .overlay:hover span {
  animation: line 0.5s forwards;
}

@keyframes slide {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-4%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-4%);
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.animation-border {
  animation: animateLine 5s infinite forwards;
  width: 120px;
  height: 2px;
  background: var(--merak-color);
  margin: 0 auto;
}
.animation-border2 {
  animation: animateLine 5s infinite forwards;
  width: 120px;
  height: 2px;
  background: var(--white);
  margin: 0 auto;
}
.animate-line {
}
@keyframes animateLine {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
.footer-top {
  padding: 70px 0;
  background-color: #ffffff;
  background: url(../images/foooter-top-banner.jpg) no-repeat center center;
  background-size: cover;
}
.footer-top-left {
  position: relative;
}
/* .footer-top-left h6 {
  position: absolute;
  right: 33%;
  top: 0;
  color: #000;
  font-size: 25px;
  transition: all 2s ease-in-out;
}
.footer-top-left:hover h6 {
  right: 20%;
  transition: all 2s ease-in-out;
} */

.footer-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top-right p {
  color: #0b051c;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.footer-top-right p img {
  position: absolute;
  top: -26px;
  left: -3px;
  width: 70px;
}
.footer-top-right h3 {
  font-size: 28px;
  line-height: 36px;
  color: var(--merak-color);
  font-weight: 600;
  text-align: center;
}
footer {
  background-color: var(--bg);
  padding: 20px 0;
}
footer h6 {
  font-size: 15px;
  line-height: 26px;
  color: var(--white);
  font-weight: 400;
  text-align: center;
}
.footer-top-in {
  position: relative;
}
.footer-dots {
  position: absolute;
  right: -47px;
  top: -21%;
}
.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 10px;
  z-index: 1111;
  box-shadow: 0 0 10px 0 #00000094;
}

.scrollTop a {
  font-size: 18px;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}
.our-team .container {
  position: relative;
}
.our-team button.left-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  outline: 0;
  margin: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
}
.our-team button.right-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  transform: translateY(-50%);
}
.our-team button.right-arrow i,
.our-team button.left-arrow i {
  font-size: 20px;
  color: #397eb9;
}
.multiple-items-c {
  padding-top: 40px;
}
