:root {
  --theme-color: #d10909;
  --theme-color2: #2E6AEE;
  --color-header: #020842;
  --color-text: #636D6C;
  --color-text2: #626C6B;
  --color-black: #000;
  --color-body: #74787c;
  --color-white: #ffffff;
  --bg-color: #F9F7F3;
  --color-border: #0208421A;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --body-font: "Open Sans", sans-serif;
  --heading-font: "Open Sans", sans-serif;
}

.custom-container-45 {
  max-width: 1520px !important;
  margin: 0 auto;
}

.breadcrumb-wrapper {
  position: relative;
}

.breadcrumb-wrapper .right-shape {
  position: absolute;
  right: 20px;
  top: -350px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .right-shape {
    display: none;
  }
}

.breadcrumb-wrapper .bottom-shape {
  position: absolute;
  right: -80px;
  bottom: -110px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .bottom-shape {
    display: none;
  }
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(2, 8, 66, 0.92) 0%, rgba(2, 8, 66, 0) 100%);
}

.breadcrumb-wrapper .page-heading {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
  }
}

.breadcrumb-wrapper .page-heading h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  color: var(--white);
  font-weight: 500;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li i {
  color: var(--white);
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}

.error-wrapper .error-items h2 {
  font-size: 66px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .error-wrapper .error-items h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .error-wrapper .error-items h2 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .error-wrapper .error-items h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .error-wrapper .error-items h2 {
    font-size: 35px;
  }
}

.error-wrapper .error-items p {
  margin-bottom: 30px;
}

.error-wrapper .error-image img {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-color);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Animations */
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

/* Main Menu Styles */
.site-header .main-menu>ul>li>a {
  padding: 16px 0;
}

.site-header .main-menu>ul>li:first-child a {
  margin-left: 0;
}

.site-header .main-menu>ul>li:last-child a {
  margin-right: 0;
}

/* CONTACT INFO WIDGET STYLES */
.contact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-label {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.info-details {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-header);
}

/* Search Styles */

.videomagazine-search-wrapper .search-icon {
  font-size: 24px;
  cursor: pointer;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme-color);
}

input.main-search-input::placeholder {
  color: var(--theme-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme-color);
  cursor: pointer;
}

/* Hero Widget Styles */

.hero-2 {
  position: relative;
  padding: 100px 0;
}

.hero-2 .shape {
  position: absolute;
  left: 50%;
}

@media (max-width: 767px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}

.hero-2 .hero-content h1 {
  margin-bottom: 20px;
  font-size: 66px;
  color: var(--color-header);
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    justify-content: center;
    margin-top: 30px;
  }
}

.hero-2 .hero-content .hero-button .video-btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 30px;
  transition: .4s;
}

.hero-2 .hero-content .hero-button .video-btn:hover {
  color: var(--theme-color);
}

.hero-2 .hero-content .hero-button .video-btn .video-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.hero-2 .hero-content .hero-button .text {
  font-weight: 700;
  color: var(--color-header);
}

.hero-2 .hero-content .rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 110px;
}

.hero-2 .hero-content .hero-client {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.hero-2 .hero-content .hero-client p {
  font-weight: 600;
  color: var(--color-header);
  margin-bottom: 0;
}

.hero-2 .hero-image {
  margin-bottom: -100px;
}

@media (max-width: 1600px) {
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-image {
    margin-bottom: 0;
  }

  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-image {
    margin: 0 auto;
    text-align: center;
  }
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .hero-image {
  height: 812px;
  width: 750px;
  object-fit: cover;
} */
/* aaaaaaaaaaaaaaaaaaaaaa */
/* .hero-content {
  padding-right: 260px;
} */

/* COUNTER STYLES */
.about-wrapper-2 .about-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.about-wrapper-2 .counter-icon {
  font-size: 52px;
  color: var(--theme-color);
}

.about-wrapper-2 .about-counter-item {
  display: flex;
  align-items: center;
}

.about-wrapper-2.style-two .about-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  gap: 0;
  flex-direction: column;
}

.about-wrapper-2.style-two .counter-shape img {
  animation: cir36 10s linear infinite;
}

.about-counter-item .text .counter-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.about-wrapper-2.style-two .about-counter-item .text .counter-title {
  font-size: 16px;
  color: var(--color-white);
  font-family: var(--body-font);
  font-weight: 500;
}

.about-wrapper-2.style-two .about-counter-item {
  flex-direction: column;
}

.about-wrapper-2 .about-counter .content .counter-number {
  font-size: 66px;
  color: var(--theme-color);
}

.about-wrapper-2.style-two .about-counter-item .about-counter .content .counter-number {
  font-size: 42px;
  color: var(--color-white);
  margin-bottom: 0;
}

.about-wrapper-2.style-two .about-counter-item .text .counter-number {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-counter {
    padding-right: 0;
    border-right: none;
    flex-wrap: wrap;
  }
}

.about-wrapper-2 .about-counter.style-2 {
  border-right: 1px none;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-counter .content {
    margin-bottom: 2px;
  }
}

.about-wrapper-2 .about-content .about-counter-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.about-wrapper-2 .about-content .about-counter-item .about-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(2, 8, 66, 0.13);
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item .about-counter {
    padding-right: 0;
    border-right: none;
    flex-wrap: wrap;
  }
}

.about-wrapper-2 .about-content .about-counter-item .about-counter.style-2 {
  border-right: 1px none;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item .about-counter .content {
    margin-bottom: 2px;
  }
}

/* Project Styles */
.project-section {
  position: relative;
}

.project-section .top-shape {
  position: absolute;
  top: -100px;
  right: -150px;
}

@media (max-width: 1199px) {
  .project-section .top-shape {
    display: none;
  }
}

.project-section .bottom-shape {
  position: absolute;
  right: 60px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .project-section .bottom-shape {
    display: none;
  }
}

.project-section .swiper-dot {
  margin-top: 40px;
  text-align: center;
}

.project-section .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background: rgb(2, 8, 66);
  opacity: 1;
  border-radius: 10px;
}

.project-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.project-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(2, 8, 66);
  transition: 0.6s;
  position: relative;
}

.project-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgb(2, 8, 66);
  content: "";
}

.project-wrapper {
  margin-left: -40%;
  margin-right: -10%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .project-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .project-wrapper {
    margin-top: 30px;
  }
}

.project-title {
  font-size: 22px;
  line-height: 154%;
  font-weight: 700;
}

/* .gprojects-wrapper .project-image {
  position: relative;
  height: 570px;
} */
 /* aaaaaaaaaaaaaaaaa */

.gprojects-wrapper .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gprojects-wrapper .project-image .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: -30px;
  border-radius: 4px;
  background: var(--color-white);
  padding: 30px;
}

.gprojects-wrapper .project-image .content span a {
  color: var(--theme-color);
}

.gprojects-wrapper .project-image .content span a:hover {
  color: var(--color-black);
}

.gprojects-wrapper .project-image .content h3 a:hover {
  color: var(--theme-color);
}

.gprojects-wrapper .project-image .content .arrow-icon {
  color: var(--color-white);
  background: var(--theme-color);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  top: -28px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gprojects-wrapper .project-image .content .arrow-icon i {
  transform: rotate(-45deg);
}

.gprojects-wrapper .project-image:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-item {
  margin-bottom: 20px;
}

.projects-wrapper-2 .project-main-card .project-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-wrapper-2 .project-main-card .project-card:not(:last-child) {
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
}

.project-wrapper-2 .project-main-card .project-card .project-list {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 40px 0;
}

@media (max-width: 575px) {
  .project-wrapper-2 .project-main-card .project-card .project-list {
    gap: 18px;
  }
}

.project-wrapper-2 .project-main-card .project-card .project-list li {
  font-size: 30px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: var(--color-header);
}

.project-wrapper-2 .project-main-card .project-card .project-list li span {
  color: var(--theme-color);
  font-weight: 500;
}

@media (max-width: 991px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 20px;
  }
}

.project-wrapper-2 .project-main-card .project-card .project-list li a:hover {
  color: var(--theme-color);
}

.project-wrapper-2 .project-main-card .project-card .icon {
  color: var(--color-header);
  font-size: 14px;
}

.project-wrapper-2 .project-main-card .project-card .icon a:hover i {
  color: var(--theme-color);
}

.project-wrapper-2 .project-main-card .project-image img {
  width: 100%;
  height: 100%;

}

/*testimonial slider*/


.testimonial-box-items .client-info {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .testimonial-box-items .client-info {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}

.testimonial-box-items .quote-icon {
  position: absolute;
  right: 55px;
  bottom: 55px;
}

.testimonial-box-items .star i {
  margin-right: 5px;
}

.testimonial-section .swiper-dot {
  margin-top: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonial-section .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background: rgb(2, 8, 66);
  opacity: 1;
  border-radius: 10px;
}

.testimonial-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(2, 8, 66);
  transition: 0.6s;
  position: relative;
}

.testimonial-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgb(2, 8, 66);
  content: "";
}

.testimonial-box-items .client-info img {
  object-fit: cover;
}

.testimonial-box-items {
  margin-top: 30px;
  position: relative;
  border-radius: 4px;
  background: var(--color-white);
  padding: 50px 40px;
}

@media (max-width: 575px) {
  .testimonial-box-items {
    padding: 35px;
  }
}

.testimonial-main-box .testimonial-box-items .testi-top-img {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.testimonial-main-box .testimonial-box-items .testi-top-img .icon {
  position: absolute;
  right: 95px;
  top: 0;
  font-size: 60px;
  color: var(--theme-color);
}

.testimonial-main-box .testimonial-box-items .testi-top-img .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .testimonial-main-box .testimonial-box-items .testi-top-img .content {
    margin-top: 18px;
    bottom: -70px;
  }
}

@media (max-width: 1399px) {
  .testimonial-main-box .testimonial-box-items .testi-top-img .content h4 {
    color: var(--color-header);
    font-size: 19px;
  }
}

.testimonial-main-box .testimonial-box-items .testi-top-img .content p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

.testimonial-box-items .testi-title {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .testimonial-box-items .testi-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .testimonial-box-items .testi-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .testimonial-box-items .testi-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .testimonial-box-items .testi-title {
    font-size: 20px;
  }
}


/*testimonial main box without slider*/

.testimonial-main-box {
  position: relative;
}

.testimonial-main-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(235, 243, 252, 0) 0%, #EBF3FC 75.76%);
  height: 297px;
  bottom: 0;
  left: 50%;
  right: 50%;
  top: initial;
  transform: translateX(-50%);
  border-radius: 270px 270px 0px 0px;
  z-index: 1;
}

.testimonial-main-box .testimonial-box-items .testi-top-img .content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .testimonial-main-box::before {
    display: none;
  }
}

.testimonial-main-box .testimonial-box-items {

  background: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 30px;
  padding: 50px 0;
}

@media (max-width: 1399px) {
  .testimonial-main-box .testimonial-box-items {
    padding: 95px 0;
  }
}

.testimonial-main-box .testimonial-box-items .testi-top .star {
  color: var(--theme-color);
}

.testimonial-main-box .testimonial-box-items .testi-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.testimonial-main-box .testimonial-box-items .testi-content {
  padding: 0 60px;
}

.testimonial-main-box .testimonial-box-items .testi-top-img {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.testimonial-main-box .testimonial-box-items .testi-top-img .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .testimonial-main-box .testimonial-box-items .testi-top-img .content {
    margin-top: 18px;
    bottom: -70px;
  }
}

@media (max-width: 1399px) {
  .testimonial-main-box .testimonial-box-items .testi-top-img .content h4 {
    color: var(--color-header);
    font-size: 19px;
  }
}

ul.pricing-list, ul.post-date{
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Videomagazine Button Styles */
.videomagazine-btn {
  background: var(--theme-color);
  color: var(--color-white, #ffffff);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding: 21px 42px;
  border-radius: 4px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
}

.videomagazine-btn::before {
  content: "";
  background-color: var(--color-header, #1C1C1C);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 4px;
}

.videomagazine-btn::after {
  content: "";
  background-color: var(--color-header, #1C1C1C);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 4px;
}

.videomagazine-btn .button-icon {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
}

.videomagazine-btn .button-icon i,
.videomagazine-btn .button-icon svg {
  width: 1em;
  height: 1em;
  font-size: 16px;
  display: block;
}

.videomagazine-btn:hover {
  color: var(--color-white, #ffffff);
}

.videomagazine-btn:hover::before,
.videomagazine-btn:hover::after {
  width: 100%;
}

.videomagazine-btn:hover .button-icon {
  transform: rotate(0);
}

@media (max-width: 767px) {
  .videomagazine-btn {
      padding: 20px 32px;
  }
}

@media (max-width: 575px) {
  .videomagazine-btn {
      padding: 18px 30px;
      font-size: 14px;
  }
}

/*hero video button*/
.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-popup{
  display: flex;
  justify-content: center;
  align-items: center;
}


/*Hero Slider*/

.swiper-dot4 {
  text-align: center;
}
.swiper-dot4 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: 0.6s;
  background-color: var(--color-white);
  border: 1px solid var(--theme-color);
  opacity: 1;
  border-radius: 100%;
  position: relative;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  transition: 0.6s;
  position: relative;
  width: 30px;
  border-radius: 30px;
}

.hero-1 {
  position: relative;
  padding: 200px 0 320px;
  overflow: hidden;
  position: relative;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../assets/img/hero/overlay.png);
}
@media (max-width: 1199px) {
  .hero-1 {
      padding: 180px 0 200px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
      padding: 150px 0 170px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
      padding: 140px 0 140px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
      padding: 120px 0 120px;
  }
}
.hero-1 .circle-shape {
  position: absolute;
  top: 14%;
  left: -24%;
}
@media (max-width: 1199px) {
  .hero-1 .circle-shape {
      display: none;
  }
}
.hero-1 .dot-circle {
  position: absolute;
  right: -190px;
  bottom: -125px;
}
@media (max-width: 1199px) {
  .hero-1 .dot-circle {
      display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
}
.hero-1 .hero-content h1 {
  color: var(--color-white);
  margin-bottom: 30px;
}
.hero-1 .hero-content p {
  color: var(--color-white);
}
.hero-1 .hero-content .theme-btn {
  margin-top: 40px;
}

.hero-section {
  position: relative;
}
.hero-section .array-button {
  display: grid;
  gap: 20px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 55px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .hero-section .array-button {
      display: none;
  }
}
.hero-section .array-button .array-next, .hero-section .array-button .array-prev {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--color-white);
  transition: all 0.4s ease-in-out;
  border: none;
}
.hero-section .array-button .array-next:hover {
  background: var(--color-white);
  color: var(--color-header);
}
.hero-section .array-button .array-prev {
  background: var(--color-white);
  color: var(--color-header);
}
.hero-section .array-button .array-prev:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/* Section Title Styles */
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  width: 100%;
}

.section-title.text-center span,
.section-title.text-center h2,
.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-right span,
.section-title.text-right h2,
.section-title.text-right p {
  margin-left: auto;
}

.section-title span {
  font-size: 13px;
  color: var(--theme-color);
  font-weight: 600;
  border-radius: 4px;
  background: #EBF3FC;
  padding: 12px 19px;
  line-height: 1;
  letter-spacing: 0.26px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.section-title span.style-2 {
  background: #EBF3FC;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background: #EBF3FC;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
      padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-title-area {
      flex-wrap: wrap;
      gap: 30px;
  }
  .section-padding {
      padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .section-title {
      margin-bottom: 0;
  }
}


/* video */


.cta-video-wrapper {
  padding: 190px 0;
  border-radius: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 9;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cta-video-wrapper {
    padding: 160px 0;
  }
}
@media (max-width: 991px) {
  .cta-video-wrapper {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .cta-video-wrapper {
    padding: 110px 0;
  }
}
@media (max-width: 575px) {
  .cta-video-wrapper {
    padding: 90px 0;
  }
}
.cta-video-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 8, 66, 0.27);
  border-radius: 20px;
  z-index: -1;
}
.cta-video-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .left-shape {
    display: none;
  }
}
.cta-video-wrapper .right-shape {
  position: absolute;
  right: -120px;
  bottom: -257px;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .right-shape {
    display: none;
  }
}
.cta-video-wrapper .dot-shape {
  position: absolute;
  left: -30px;
  bottom: -70px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .dot-shape {
    display: none;
  }
}
.cta-video-wrapper .video-btn {
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--theme-color);
  font-size: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .cta-video-wrapper .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.cta-video-section {
  position: relative;
}
.cta-video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #EBF3FC;
  top: 50%;
}




.cta-video-section2 {
  position: relative;
  background-attachment: fixed;
}
.cta-video-section2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 8, 66, 0.27);
}
.cta-video-section2 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.cta-video-section2 .right-shape {
  right: -166px;
  position: absolute;
  bottom: -275px;
}

.cta-video-wrapper3 {
  padding: 250px 0;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.cta-video-wrapper3 .video-btn {
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--theme-color);
  font-size: 24px;
  display: inline-block;
}


.cta-video-wrapper {
  padding: 190px 0;
  border-radius: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 9;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cta-video-wrapper {
      padding: 160px 0;
  }
}
@media (max-width: 991px) {
  .cta-video-wrapper {
      padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .cta-video-wrapper {
      padding: 110px 0;
  }
}
@media (max-width: 575px) {
  .cta-video-wrapper {
      padding: 90px 0;
  }
}
.cta-video-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 8, 66, 0.27);
  border-radius: 20px;
  z-index: -1;
}
.cta-video-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .left-shape {
      display: none;
  }
}
.cta-video-wrapper .right-shape {
  position: absolute;
  right: -120px;
  bottom: -257px;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .right-shape {
      display: none;
  }
}
.cta-video-wrapper .dot-shape {
  position: absolute;
  left: -30px;
  bottom: -70px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cta-video-wrapper .dot-shape {
      display: none;
  }
}
.cta-video-wrapper .video-btn {
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--theme-color);
  font-size: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .cta-video-wrapper .video-btn {
      width: 80px;
      height: 80px;
      line-height: 80px;
  }
}

.cta-video-section {
  position: relative;
}
.cta-video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #EBF3FC;
  top: 50%;
}

/* Max width: 450px */
@media (max-width: 450px) {
  .videobox.vb figure a img {
    height: 250px !important;
  }
  .blogposttwo.bgp2 {
    height: 350px !important;
  }
  /* .videobox2.vb2 {
    height: 350px !important;
  } */
}

/* Max width: 575px */
@media (min-width: 451px) and (max-width: 575px) {
  .videobox.vb figure a img {
    height: 280px !important;
  }
  .blogposttwo.bgp2 {
    height: 500px !important;
  }
  /* .videobox2.vb2 {
    height: 430px !important;
  } */
}

/* Max width: 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .videobox.vb figure a img {
    height: 220px !important;
  }
  .blogposttwo.bgp2 {
    height: 600px !important;
  }
  /* .videobox2.vb2 {
    height: 525px !important;
  } */
}









/* Medium devices (tablets, 768px and down) */
@media (max-width: 767px) {
  .videobox2.vb2 {
    height: 525px;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 745px) {
  .videobox2.vb2 {
    height: 525px;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 720px) {
  .videobox2.vb2 {
    height: 500px;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 680px) {
  .videobox2.vb2 {
    height: 465px;
  }
}
/* Medium devices (tablets, 768px and down) */
@media (max-width: 630px) {
  .videobox2.vb2 {
    height: 430px;
  }
}
/* Small devices (phones, 576px and down) */
@media (max-width: 575px) {
  .videobox2.vb2 {
    height: 390px;
  }
}
/* Small devices (phones, 576px and down) */
@media (max-width: 500px) {
  .videobox2.vb2 {
    height: 350px;
  }
}
/* Extra small devices (phones < 450px) */
@media (max-width: 450px) {
  .videobox2.vb2 {
    height: 300px;
  }
}
/* Extra small devices (phones < 450px) */
@media (max-width: 400px) {
  .videobox2.vb2 {
    height: 260px;
  }
}

/* Extra small devices (phones < 450px) */
@media (max-width: 350px) {
  .videobox2.vb2 {
    height: 235px;
  }
}





.cta-wrapper {
  padding: 120px 50px;
}
@media (max-width: 1199px) {
  .cta-wrapper {
      padding: 100px 40px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
      padding: 80px 30px;
  }
}
.cta-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  background: linear-gradient(106deg, rgba(42, 211, 248, 0.88) 10.42%, rgba(147, 60, 255, 0.88) 98.32%);
}
.cta-wrapper .cta-button {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-button {
      flex-wrap: wrap;
  }
}
.cta-wrapper .cta-button .theme-btn {
  background: var(--color-white);
  color: var(--theme-color);
}
.cta-wrapper .cta-button .cta-icon {
  display: flex;
  align-items: center;
}
.cta-wrapper .cta-button .cta-icon i {
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: var(--theme-color);
}
.cta-wrapper .cta-button .cta-icon .cta-content {
  margin-left: 12px;
}
.cta-wrapper .cta-button .cta-icon .cta-content p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.67);
}
.cta-wrapper .cta-button .cta-icon .cta-content h5 {
  color: var(--color-white);
}

.cta-section2 {
  position: relative;
}
.cta-section2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(235, 243, 252);
  top: -50%;
}

.cta-video-section2 {
  position: relative;
  background-attachment: fixed;
}
.cta-video-section2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 8, 66, 0.27);
}
.cta-video-section2 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.cta-video-section2 .right-shape {
  right: -166px;
  position: absolute;
  bottom: -275px;
}

.cta-video-wrapper3 {
  padding: 250px 0;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.cta-video-wrapper3 .video-btn {
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--theme-color);
  font-size: 24px;
  display: inline-block;
}

/*project*/
.project-main-card .project-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-main-card .project-card:not(:last-child) {
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
}
.project-main-card .project-card .project-list {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 40px 0;
}
@media (max-width: 575px) {
  .project-main-card .project-card .project-list {
      gap: 18px;
  }
}
.project-main-card .project-card .project-list li {
  font-size: 30px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: var(--color-header);
}
.project-main-card .project-card .project-list li span {
  color: var(--theme-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .project-main-card .project-card .project-list li {
      font-size: 28px;
  }
}
@media (max-width: 767px) {
  .project-main-card .project-card .project-list li {
      font-size: 24px;
  }
}
@media (max-width: 575px) {
  .project-main-card .project-card .project-list li {
      font-size: 20px;
  }
}
.project-main-card .project-card .project-list li a:hover {
  color: var(--theme-color);
}
.project-main-card .project-card .icon {
  color: var(--color-header);
  font-size: 14px;
}
.project-main-card .project-card .icon a:hover i {
  color: var(--theme-color);
}
.project-main-card .project-image img {
  width: 100%;
  height: 100%;

}

/*faq*/

@media (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-items.style-2 {
      margin-top: 30px;
  }
}
.faq-wrapper .faq-content .faq-items .accordion-item {
  border: 0;
  background-color: var(--color-white);
  border-radius: 4px;
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-header {
  border: none;
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-header);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--color-white);
  padding: 22px 22px 0;
  text-transform: capitalize;
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-header .accordion-button::after {
  content: "\f078";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  color: var(--color-header);
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f077";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  transform: rotate(0);
  color: var(--color-header);
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  padding: 25px 30px;
  color: var(--color-header);
}
.faq-wrapper .faq-content .faq-items .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 15px;
  color: #504E4E;
  background: var(--color-white);
}

.faq-section {
  position: relative;
}
.faq-section .shape {
  position: absolute;
  left: 26%;
  top: 15%;
}
@media (max-width: 1199px) {
  .faq-section .shape {
      display: none;
  }
}
.faq-section .shape2 {
  position: absolute;
  top: 100px;
  right: 60px;
}
@media (max-width: 1199px) {
  .faq-section .shape2 {
      display: none;
  }
}

/*service one*/
.service-wrapper-2 .service-card-items .icon {
  width: 98px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  background: var(--color-white);
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  filter: drop-shadow(7px 11px 50px rgba(2, 8, 66, 0.07));
}
.service-wrapper-2 .service-card-items .content {
  position: relative;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.service-wrapper-2 .service-card-items .content h4 {
  margin-bottom: 10px;
}
.service-wrapper-2 .service-card-items .content h4 a:hover {
  color: var(--theme-color);
}
.service-wrapper-2 .service-card-items .content p br {
  display: initial;
}
.service-wrapper-2 .service-card-items .content .link-btn {
  margin-top: 20px;
  color: var(--theme-color);
}
.service-wrapper-2 .service-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 30px;
  border-radius: 144px 144px 12px 12px;
  background: var(--color-white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  height: initial;
}
@media (max-width: 1199px) {
  .service-wrapper-2 .service-card-items::before {
      display: none;
  }
}



.service-card-items {
  margin-top: 30px;
}
.service-card-items .service-image {
  position: relative;
}
.service-card-items .service-image img {
  width: 100%;
  height: 100%;

}
.service-card-items .service-image .service-content {

  background: var(--color-white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 30px;
}
.service-card-items .service-image .service-content .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card-items .service-image .service-content .content-item .content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-card-items .service-image .service-content .content-item .content .text h4 {
  font-size: 20px;
  font-weight: 500;
}
.service-card-items .service-image .service-content .content-item .arrow-icon i {
  transform: rotate(-45deg);
  color: var(--color-header);
}
.service-card-items .service-image .service-content .service-bottom {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.service-card-items:hover .service-image .service-content .service-bottom {
  height: 170px;
}
.service-card-items:hover .service-image .service-content .service-bottom p {
  margin-top: 20px;
  margin-bottom: 30px;
}


.link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: var(--color-header);
}



/*team*/

.team-card-item {
  margin-top: 30px;
}
.team-card-item.style-2 {
  margin-top: 0;
}
.team-card-item.style-2 .team-image img {

}

.team-card-item .team-image {
  position: relative;
  overflow: hidden;
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-item .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(2, 8, 66, 0) 23.8%, rgba(2, 8, 66, 0.92) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .team-content {
  position: absolute;
  bottom: -25px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-item .team-image .team-content .team-contact li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-card-item .team-image .team-content .team-contact li i {
  color: var(--theme-color);
  font-size: 18px;
  margin-right: 5px;
}
.team-card-item .team-image .team-content .team-contact li a {
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
}
.team-card-item .team-image .team-content .team-contact li:not(:last-child) {
  margin-bottom: 5px;
}
.team-card-item .team-image .social-icon {
  padding: 18px 15px;
  background: var(--color-white);
  backdrop-filter: blur(15px);
  position: absolute;
  right: -100px;
  bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.team-card-item .team-image .social-icon li a {
  color: var(--theme-color);
  display: block;
}
.team-card-item .content {
  text-align: center;
  padding: 25px 0;
}
.team-card-item .content p {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color);
  letter-spacing: 0.3px;
}
.team-card-item .content h4 a:hover {
  color: var(--theme-color);
}
.team-card-item:hover .team-image::before {
  opacity: 1;
  visibility: visible;
}
.team-card-item:hover .team-image .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.team-card-item:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.team-details-wrapper .team-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--color-border);

  position: relative;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items {
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      text-align: center;
  }
}
.team-details-wrapper .team-author-items .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .shape {
      display: none;
  }
}
.team-details-wrapper .team-author-items .thumb {
  max-width: 370px;
}
.team-details-wrapper .team-author-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.team-details-wrapper .team-author-items .content {
  max-width: 700px;
}
.team-details-wrapper .team-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-author-items .content h2 {
      font-size: 26px;
  }
}
.team-details-wrapper .team-author-items .content span {
  margin-bottom: 10px;
  display: inline-block;
}
.team-details-wrapper .team-author-items .content ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-author-items .content ul {
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 20px;
      margin-top: 20px;
      justify-content: center;
  }
}
.team-details-wrapper .team-author-items .content ul li {
  color: var(--color-header);
}
.team-details-wrapper .team-author-items .content ul li span {
  font-weight: 500;
  color: var(--theme-color);
}
.team-details-wrapper .team-author-items .content ul li i {
  margin-right: 5px;
}
.team-details-wrapper .team-author-items .content ul li .color-star {
  color: var(--theme-color);
}
.team-details-wrapper .team-author-items .content .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}
.team-details-wrapper .team-author-items .content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme-color);
}
.team-details-wrapper .team-author-items .content .social-icon a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  color: var(--color-white);
  border: 1px solid transparent;
}
.team-details-wrapper .details-info-items {
  padding: 70px 0;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 767px) {
  .team-details-wrapper .details-info-items {
      padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .details-info-items {
      padding: 40px 0;
  }
}
.team-details-wrapper .details-info-items .info-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.team-details-wrapper .details-info-items .progress-wrap {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .team-details-wrapper .details-info-items .progress-wrap {
      margin-left: 0;
  }
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--color-header);
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 0px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme-color);
  height: 10px;
  width: 0;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .details-info-items .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
      width: 0;
  }
  100% {
      width: 90%;
  }
}
@keyframes load2 {
  0% {
      width: 0;
  }
  100% {
      width: 70%;
  }
}
@keyframes load3 {
  0% {
      width: 0;
  }
  100% {
      width: 55%;
  }
}/*# sourceMappingURL=main.css.map */


/*project slider*/

.top-shape {
  position: absolute;
  top: -100px;
  right: -150px;
}
@media (max-width: 1199px) {
  .top-shape {
      display: none;
  }
}
.bottom-shape {
  position: absolute;
  right: 60px;
  bottom: 0px;
}
@media (max-width: 1199px) {
  .bottom-shape {
      display: none;
  }
}
.swiper-dot {
  margin-top: 40px;
  text-align: center;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background: rgb(2, 8, 66);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(2, 8, 66);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgb(2, 8, 66);
  content: "";
}
.project-wrapper {
  margin-left: -40%;
  margin-right: -10%;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .project-wrapper {
      margin-left: 0;
      margin-right: 0;
  }
}
@media (max-width: 767px) {
  .project-wrapper {
      margin-top: 30px;
  }
}
.project-wrapper .project-image {
  position: relative;
}
.project-wrapper .project-image img {
  width: 100%;
  height: 100%;
}
.project-wrapper .project-image .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: -30px;
  border-radius: 4px;
  background: var(--color-white);
  padding: 30px;
}
.project-wrapper .project-image .content span {
  color: var(--theme-color);
}
.project-wrapper .project-image .content h3 a:hover {
  color: var(--theme-color);
}
.project-wrapper .project-image .content .arrow-icon {
  color: var(--color-white);
  background: var(--theme-color);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  top: -28px;
  right: 30px;
}
.project-wrapper .project-image .content .arrow-icon i {
  transform: rotate(-45deg);
}
.project-wrapper .project-image:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}



/*pricing table*/

.pricing-box-items {

  background: #FFF;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  padding: 50px;
  margin-top: 30px;
}
.pricing-box-items .pricing-header span {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 4px;
  background: #EBF3FC;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
}
.pricing-box-items .pricing-header h2 {
  font-size: 66px;
  font-weight: 700;
  color: var(--theme-color);
  margin-top: 20px;
}
@media (max-width: 991px) {
  .pricing-box-items .pricing-header h2 {
      font-size: 50px;
  }
}
.pricing-box-items .pricing-header h2 sub {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
}
.pricing-box-items .pricing-header p {
  margin-top: 10px;
}
.pricing-box-items .theme-btn {
  margin-top: 30px;
  margin-bottom: 25px;
}
.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}


.pricing-section .nav {
  border: none;
  justify-self: center;
  margin-bottom: 30px;
}
.pricing-section .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.pricing-section .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--color-text);
  margin-bottom: 0;
}
.pricing-section .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--theme-color);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme-color);
}
.pricing-section .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFD25D;
  z-index: 1;
}
.pricing-section .nav .nav-link:first-child {
  padding-left: 0;
}
.pricing-section .nav .nav-link:last-child {
  padding-right: 0;
}
.pricing-section .nav .nav-link:last-child::after {
  display: none;
}
.pricing-section .nav .nav-link:last-child::before {
  display: none;
}
.pricing-section .nav .nav-link.active {
  color: var(--color-header);
}
.pricing-section .nav .nav-link.active::after {
  right: 8px;
}
.nav-link.active,
.nav-item.show .nav-link {
  background-color: transparent!important;
}

/*blog & news*/

.news-box-items {
  margin-top: 30px;
  background-color: var(--white);

  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  position: relative;
  z-index: 9;
}
.news-box-items .news-img {
  padding: 15px;
  padding-bottom: 0;
  position: relative;
}
.news-box-items .news-img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.news-box-items .news-img .post-box {
  position: absolute;
  bottom: 15px;
  left: 30px;
  border-radius: 4px;
  line-height: 1;
  background: #EBF3FC;
  display: inline-flex;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--theme-color);
}
.news-box-items .news-content {
  padding: 30px;
}
.news-box-items .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-box-items .news-content .post-date {
      flex-wrap: wrap;
      gap: 20px;
  }
}
.news-box-items .news-content .post-date li {
  font-size: 14px;
  font-weight: 500;
}
.news-box-items .news-content .post-date li i {
  margin-right: 10px;
  color: var(--theme-color);
}
.news-box-items .news-content h3 {
  font-size: 21px;
}
@media (max-width: 1199px) {
  .news-box-items .news-content h3 {
      font-size: 20px;
  }
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme-color);
}
.news-box-items .news-content p {
  margin-top: 15px;
}