/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&display=swap");
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #565790;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #1E026B;
  line-height: 1.4;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

a {
  color: #565790;
  transition: all ease 0.5s;
  text-decoration: none;
}
a:hover {
  color: #04B9F7;
}

p {
  font-size: 16px;
  color: #565790;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1720px;
}

.container.style1 {
  max-width: 1430px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.bg-one {
  background: rgba(255, 91, 74, 0.03);
}

.bg-two {
  background: rgba(0, 77, 171, 0.02);
}

img {
  max-width: 100%;
  height: auto;
}

.default-btn {
  padding: 13px 30px;
  font-weight: 600;
  font-size: 17px;
  font-family: "Reem Kufi", sans-serif;
  color: #ffffff;
  display: inline-block;
  z-index: 1;
  border-radius: 5px;
  transition: all ease 0.5s;
  position: relative;
  background-color: #04B9F7;
}
.default-btn:hover {
  background-color: #1E026B;
  color: #ffffff;
}

.single-section .title {
  font-weight: 500;
  font-size: 14px;
  color: #04B9F7;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
  display: inline-block;
}
.single-section h2 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}
.section-title .title {
  font-weight: 500;
  font-size: 14px;
  color: #04B9F7;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  display: inline-block;
}
.section-title h2 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}
@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}
@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*
Hero Warp  Style
======================================================*/
.hero-content {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 750px;
}
.hero-content .hero-btn {
  margin-top: 35px;
}
.hero-content .hero-btn .default-btn {
  padding: 12px 35px;
  font-family: "Jost", sans-serif;
}
.hero-content .hero-btn .default-btn.style2 {
  margin-left: 20px;
  background-color: rgb(50, 57, 117);
}
.hero-content .hero-btn .default-btn.style2:hover {
  background-color: #1E026B;
}
.hero-content .title {
  font-weight: 500;
  font-size: 14px;
  color: #04B9F7;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}
.hero-content h1 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 10px;
}
.hero-content p {
  color: #C6C6C6;
  font-size: 18px;
  max-width: 735px;
}

.hero-warp {
  padding-top: 100px;
  position: relative;
  top: -100px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -100px;
  background: #020A55;
}
.hero-warp .hero1-shape {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.hero-warp .hero3-shape {
  position: absolute;
  top: 180px;
  left: 21.5%;
  animation: simple-move 4s 1s linear infinite alternate;
}
.hero-warp .hero4-shape {
  position: absolute;
  bottom: 125px;
  left: 47%;
  animation: simple-move 3s 2s linear infinite alternate;
}
.hero-warp .hero5-shape {
  position: absolute;
  right: 5%;
  top: 30%;
  animation: movebounce 6s 1s linear infinite alternate;
}

.hero-image {
  position: relative;
  text-align: center;
}
.hero-image .hero2-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  z-index: -1;
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: #76079D;
  filter: blur(330px);
}

/*
Service Warp  Style
======================================================*/
.service-warp {
  background: linear-gradient(68.24deg, #EFFAFE 1.45%, #FFF7FF 50.04%, #FFF8E2 97.18%);
  position: relative;
  z-index: 1;
}
.service-warp .section-warp {
  margin-bottom: 35px;
}
.service-warp .section-warp .single-section h2 {
  margin-bottom: -5px;
}
.service-warp .service-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -4;
}
.service-warp .service-shape2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -4;
}

.service-widget {
  background-color: #ffffff;
  box-shadow: 0px 30px 40px rgba(201, 201, 201, 0.25);
  border-radius: 5px;
  padding: 34px 34px 25px 34px;
  position: relative;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}
.service-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  bottom: 0;
  height: 0%;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  width: 100%;
  background: #04B9F7;
}
.service-widget .icon {
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 68px;
  border-radius: 50%;
  background: #EFF7FF;
}
.service-widget h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.service-widget h3 a {
  color: #1E026B;
}
.service-widget .read-more {
  position: relative;
  transition: all ease 0.5s;
  margin-left: -92px;
  overflow: hidden;
}
.service-widget .read-more i {
  position: relative;
  top: 6px;
  left: 4px;
  font-size: 21px;
}
.service-widget .read-more .icon1 {
  transform: rotate(-42deg);
  transition: all ease 0.5s;
}
.service-widget .read-more span {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #1E026B;
  visibility: hidden;
  transition: all ease 0.5s;
  opacity: 0;
}
.service-widget .read-more:hover span {
  color: #04B9F7;
}
.service-widget:hover .read-more {
  margin-left: 0;
}
.service-widget:hover .read-more span {
  opacity: 1;
  visibility: visible;
}
.service-widget:hover .read-more .icon1 {
  transform: rotate(0deg);
}
.service-widget:hover::before {
  opacity: 1;
  height: 100%;
}
.service-widget .btn-style {
  overflow: hidden;
}

/*
Trusted Warp  Style
======================================================*/
.trusted-image {
  padding-right: 190px;
  position: relative;
}
.trusted-image .trusted-box {
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0px 0px 40px rgba(135, 133, 133, 0.25);
  border-radius: 15px;
  padding: 25px 40px;
  text-align: center;
  top: 180px;
  right: 55px;
}
.trusted-image .trusted-box p {
  font-weight: 600;
  font-size: 18px;
  color: #1E026B;
  margin-bottom: 0;
}
.trusted-image .trusted-box p span {
  display: block;
}
.trusted-image .trusted-box h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 1;
  color: #04B9F7;
}

.trusted-content h2 {
  letter-spacing: -0.01em;
  margin-right: -5px;
  margin-bottom: 15px;
}
.trusted-content .trusted-card {
  margin-bottom: 25px;
  position: relative;
  padding: 22px;
  background-color: #ffffff;
}
.trusted-content .trusted-card::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  right: 0;
  bottom: 0;
  transition: all ease 0.5s;
  background-color: rgba(4, 189, 255, 0.24);
}
.trusted-content .trusted-card:hover::before {
  background-color: #04B9F7;
}
.trusted-content .trusted-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.trusted-content .trusted-card h5 a {
  color: #1E026B;
}
.trusted-content .trusted-widget {
  margin-top: 25px;
  margin-bottom: 15px;
}
.trusted-content .trusted-btn .contact-content {
  margin-left: 25px;
}
.trusted-content .trusted-btn .contact-content .content span {
  display: block;
  color: #565790;
  margin-bottom: 3px;
}
.trusted-content .trusted-btn .contact-content .content a {
  font-weight: 500;
  color: #1E026B;
}
.trusted-content .trusted-btn .contact-content .content a:hover {
  color: #04B9F7;
}
.trusted-content .trusted-btn .contact-content .icon {
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 45px;
  margin-right: 12px;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(4, 189, 255, 0.11);
  border: solid 1px rgba(4, 189, 255, 0.11);
}
.trusted-content .trusted-btn .contact-content:hover .icon {
  border-color: #04B9F7;
}

.trusted-warp {
  position: relative;
}
.trusted-warp .trusted-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/*
Process Warp  Style
======================================================*/
.process-warp {
  background: #10002C;
  position: relative;
  z-index: 1;
}
.process-warp .section-title h2 {
  color: #ffffff;
}
.process-warp .process-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.process-warp .process-shape2 {
  position: absolute;
  left: 6%;
  top: 246px;
  animation: simple-move 4s 1s linear infinite alternate;
}
.process-warp .process-shape3 {
  position: absolute;
  right: 10%;
  top: 155px;
  animation: movebounce 6s 1s linear infinite alternate;
}

.process-widget {
  margin-bottom: 25px;
}
.process-widget .image {
  padding-right: 12px;
}
.process-widget .image img {
  border-radius: 15px;
}
.process-widget .content .number {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #23143D;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #04BDFF;
  margin-bottom: 15px;
}
.process-widget .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}
.process-widget .content p {
  color: #D4D4D4;
  padding-right: 20px;
}

.col-lg-4:nth-child(2) .process-widget {
  margin-left: 20px;
}
.col-lg-4:nth-child(3) .process-widget {
  margin-left: 25px;
}

/*
Choose Warp  Style
======================================================*/
.choose-content h2 {
  margin-bottom: 15px;
}
.choose-content .choose-list-warp {
  padding-top: 18px;
  margin-bottom: 20px;
}
.choose-content .choose-list-warp .choose-item {
  position: relative;
  padding: 24px 30px 24px 96px;
  background: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 20px;
}
.choose-content .choose-list-warp .choose-item::before {
  content: "";
  position: absolute;
  left: 76px;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #EBEBEB;
  border-radius: 3px;
}
.choose-content .choose-list-warp .choose-item .icon {
  position: absolute;
  line-height: 1;
  left: 20px;
  top: 20px;
  font-size: 38px;
  color: #04B9F7;
}
.choose-content .choose-list-warp .choose-item h5 {
  margin-bottom: 0;
}

.choose-image {
  padding-left: 60px;
  position: relative;
}
.choose-image .image-one {
  margin-right: -180px;
  margin-top: 125px;
  position: relative;
  width: 385px;
  height: 431px;
  z-index: 1;
}
.choose-image img {
  border-radius: 35px;
}
.choose-image .choose-shape1 {
  border-radius: 0;
  position: absolute;
  margin: auto;
  left: 30px;
  right: 0;
  z-index: -1;
  top: 25px;
}

/*
Funfact Warp  Style
======================================================*/
.funfact-warp {
  background: #009BD2;
  padding-top: 80px;
  padding-bottom: 55px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.funfact-warp .funfact-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  text-align: center;
}
.funfact-warp .funfact-shape2 {
  position: absolute;
  left: 0;
  top: 0;
}
.funfact-warp .funfact-shape3 {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 0;
}
.funfact-warp .funfact-shape4 {
  position: absolute;
  left: 0;
  top: -133px;
  pointer-events: none;
}
.funfact-warp .funfact-shape5 {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: -130px;
}

.funfact-box {
  margin-bottom: 25px;
  text-align: center;
}
.funfact-box h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #ffffff;
}
.funfact-box p {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
.funfact-box.style2 {
  margin-left: 90px;
}

/*
Project Warp  Style
======================================================*/
.project-slider-warp {
  position: relative;
  background: #FFFFFF;
  z-index: 2;
  border-radius: 5px;
  padding: 0 50px 50px 50px;
}
.project-slider-warp .swiper-slide .project-widget {
  position: relative;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.project-slider-warp .swiper-slide .project-widget .image img {
  border-radius: 5px;
}
.project-slider-warp .swiper-slide .project-widget .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  padding: 0 30px 30px 30px;
}
.project-slider-warp .swiper-slide .project-widget .content .icon {
  width: 62px;
  height: 62px;
  border: 5px solid #F7F7F7;
  text-align: center;
  border-radius: 50%;
  background-color: #04B9F7;
  color: #ffffff;
  display: inline-block;
  line-height: 61px;
  font-size: 19px;
  top: -25px;
  margin-bottom: -25px;
  position: relative;
  transition: all ease 0.5s;
}
.project-slider-warp .swiper-slide .project-widget .content .icon:hover {
  background-color: #1E026B;
}
.project-slider-warp .swiper-slide .project-widget .content h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.project-slider-warp .swiper-slide .project-widget .content h3 a {
  color: #1E026B;
}
.project-slider-warp .swiper-slide .project-widget .content h3 a:hover {
  color: #04B9F7;
}
.project-slider-warp .swiper-slide .project-widget .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.project-slider-warp .swiper-slide .project-widget .content ul li {
  color: #04B9F7;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  display: inline-block;
}
.project-slider-warp .swiper-slide .project-widget .content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  transform: rotate(16deg);
  bottom: 0;
  height: 15px;
  width: 1px;
  background-color: #04B9F7;
}
.project-slider-warp .swiper-slide .project-widget .content ul li:last-child {
  padding-right: 0;
}
.project-slider-warp .swiper-slide .project-widget .content ul li:last-child::before {
  display: none;
}
.project-slider-warp .swiper-slide .project-widget .content ul li:first-child {
  padding-left: 0;
}
.project-slider-warp .swiper-slide-active .project-widget .content {
  opacity: 1;
  visibility: visible;
}
.project-slider-warp .swiper-btn .swiper-button-next,
.project-slider-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.project-slider-warp .swiper-btn .swiper-button-next::after,
.project-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.project-slider-warp .swiper-btn .swiper-button-next::before,
.project-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #1E026B;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(30, 2, 107, 0.05);
}
.project-slider-warp .swiper-btn .swiper-button-next:hover::before,
.project-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.project-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: -10px;
}
.project-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.project-slider-warp .swiper-btn .swiper-button-prev {
  left: -10px;
  right: auto;
}
.project-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

/*
Solution Warp  Style
======================================================*/
.solution-content {
  padding-top: 135px;
  padding-bottom: 135px;
}
.solution-content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}

.solution-warp {
  position: relative;
  padding-top: 210px;
  background-image: url(../images/projects/solution1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-top: -210px;
}
.solution-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(21, 5, 48, 0.6715) 43.41%, rgba(21, 5, 48, 0.3485) 100%);
}

.solution-video {
  position: relative;
  text-align: center;
}
.solution-video .video-btn {
  width: 82px;
  height: 82px;
  text-align: center;
  position: relative;
  color: #04B9F7;
  display: inline-block;
  font-size: 36px;
  line-height: 82px;
  cursor: pointer;
  margin-left: 70%;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all ease 0.5s;
}
.solution-video .video-btn:hover {
  background-color: #04B9F7;
  color: #ffffff;
}
.solution-video .video-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  display: inline-block;
  right: -20px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 5s linear infinite;
}

/*
Management Warp  Style
======================================================*/
.management-warp {
  position: relative;
}
.management-warp .management-shape11 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.management-image {
  position: relative;
  padding-left: 145px;
  padding-right: 30px;
}
.management-image .management2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 269px;
  height: 318px;
}

.management-content {
  padding-left: 30px;
}
.management-content h2 {
  margin-bottom: 14px;
}
.management-content .management-item {
  max-width: 340px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.management-content .management-item .icon {
  width: 72px;
  height: 72px;
}
.management-content .management-item .icon-style {
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 84px;
  transition: all ease 0.5s;
  border-radius: 5px;
  font-size: 41px;
  color: #04B9F7;
  background: rgba(4, 189, 255, 0.1);
}
.management-content .management-item h4 {
  font-weight: 500;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}
.management-content .management-item:hover .icon-style {
  background-color: #04B9F7;
  color: #ffffff;
}
.management-content .management-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.management-content .management-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #1E026B;
}
.management-content .management-list li:last-child {
  margin-bottom: 0;
}
.management-content .management-list li i {
  color: #04B9F7;
  position: absolute;
  left: 0;
  top: 3px;
}

/*
Testimonial Warp  Style
======================================================*/
.testimonial-warp {
  background: linear-gradient(68.24deg, #EFFAFE 1.45%, #FFF7FF 50.04%, #FFF8E2 97.18%);
  position: relative;
  z-index: 1;
}
.testimonial-warp .section-warp {
  margin-bottom: 35px;
}
.testimonial-warp .section-warp .single-section {
  max-width: 570px;
}
.testimonial-warp .section-warp .single-section h2 {
  margin-bottom: -5px;
}
.testimonial-warp .service-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -6;
}
.testimonial-warp .service-shape2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -4;
}
.testimonial-warp .testimonial-shape2 {
  position: absolute;
  top: 120px;
  right: 35%;
  animation: simple-rotate 8s 1s linear infinite alternate;
}
.testimonial-warp .testimonial-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -5;
}

.testimonial-slider-warp {
  position: relative;
}
.testimonial-slider-warp .swiper-btn {
  display: flex;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next,
.testimonial-slider-warp .swiper-btn .swiper-button-prev {
  top: -60px;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next::after,
.testimonial-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next::before,
.testimonial-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #1E026B;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(30, 2, 107, 0.05);
}
.testimonial-slider-warp .swiper-btn .swiper-button-next:hover::before,
.testimonial-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.testimonial-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 65px;
}
.testimonial-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

.testimonial-box {
  position: relative;
  padding: 40px;
  border-radius: 5px;
  background-color: #ffffff;
}
.testimonial-box .items {
  margin-bottom: 20px;
}
.testimonial-box .items .user {
  width: 64px;
  height: 64px;
}
.testimonial-box .items .content {
  padding-left: 20px;
}
.testimonial-box .items .content h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial-box .items .content span {
  color: #5050A1;
}
.testimonial-box p {
  font-size: 18px;
  color: #1E026B;
  margin-bottom: 0;
}
.testimonial-box .icon {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 40%;
  transition: all ease 0.5s;
}
.testimonial-box:hover .icon {
  opacity: 100%;
}

/*
Blog Warp  Style
======================================================*/
.blog-card {
  margin-bottom: 25px;
  border-radius: 5px;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.blog-card .image img {
  border-radius: 5px;
}
.blog-card .content {
  padding: 25px 22px 22px 22px;
}
.blog-card .content .blog-date {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.blog-card .content .blog-date li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  padding-right: 30px;
}
.blog-card .content .blog-date li:last-child {
  padding-right: 0;
}
.blog-card .content .blog-date li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.blog-card .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.blog-card .content h3 a {
  color: #1E026B;
}
.blog-card .content h3 a:hover {
  color: #04B9F7;
}
.blog-card .content .blog-team {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.blog-card .content .blog-team .user {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.blog-card .content .blog-team p {
  margin-bottom: 0;
}
.blog-card .content .blog-team .user-content p {
  color: #1E026B;
}
.blog-card:hover {
  transform: translateY(-7px);
}

.blog-warp .section-title {
  max-width: 700px;
}

/*
Footer Warp  Style
======================================================*/
.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .logo {
  margin-bottom: 20px;
}
.footer-widget .footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-contact li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}
.footer-widget .footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-contact li .icon {
  position: absolute;
  left: 0;
  top: 1px;
  text-align: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 56px;
  color: #04B9F7;
  background: #23143D;
}
.footer-widget .footer-contact li a {
  display: block;
  color: #D3D3D3;
  line-height: 28px;
}
.footer-widget .footer-contact li a:hover {
  color: #04B9F7;
}
.footer-widget .footer-contact li p {
  margin-bottom: 0;
  color: #D3D3D3;
  line-height: 28px;
}
.footer-widget h3 {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  margin-bottom: 32px;
  display: inline-block;
  color: #ffffff;
}
.footer-widget .footer-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-link li {
  margin-bottom: 15px;
}
.footer-widget .footer-link li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-link li a {
  color: #D3D3D3;
}
.footer-widget .footer-link li a:hover {
  color: #04B9F7;
}
.footer-widget p {
  color: #D3D3D3;
}
.footer-widget .form-control {
  background: #21123B;
  border-radius: 3px;
  height: 44px;
  padding-left: 15px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #B4B1B1;
}
.footer-widget .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #B4B1B1;
}
.footer-widget .form-control::placeholder {
  transition: all ease 0.5s;
  color: #B4B1B1;
}
.footer-widget .form-control:focus {
  box-shadow: unset;
}
.footer-widget .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-widget .form-control:focus::placeholder {
  color: transparent;
}
.footer-widget .default-btn {
  border: none;
  padding: 10px 25px;
  font-size: 16px;
}

.footer-warp {
  background: #10002C;
  position: relative;
}
.footer-warp .footer-shape1 {
  position: absolute;
  left: 100px;
  top: 56%;
  animation: simple-rotate 8s 1s linear infinite alternate;
}
.footer-warp .footer-shape2 {
  position: absolute;
  top: 160px;
  right: 150px;
  animation: simple-rotate 8s 1s linear infinite alternate;
}
.footer-warp .footer-shape3 {
  position: absolute;
  bottom: -15px;
  right: 49%;
  animation: simple-rotate 8s 1s linear infinite alternate;
}

.col-lg-9 .footer-widget {
  margin-top: 10px;
}

.col-lg-3:nth-child(3) .footer-widget {
  margin-left: 45px;
}
.col-lg-3:nth-child(2) .footer-widget {
  margin-left: 80px;
}

.col-lg-2:nth-child(1) .footer-widget {
  margin-left: 60px;
}

.copyright-warp {
  background: #10002C;
  border-top: 1px solid rgba(237, 237, 237, 0.09);
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-warp .copy-right-content p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.copyright-warp .copy-right-content p a {
  color: #04B9F7;
}
.copyright-warp .social-list {
  text-align: end;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.copyright-warp .social-list li {
  display: inline-block;
  padding-right: 10px;
}
.copyright-warp .social-list li:last-child {
  padding-right: 0;
}
.copyright-warp .social-list li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
  background: #2F2147;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  transition: all ease 0.5s;
}
.copyright-warp .social-list li a:hover {
  color: #04B9F7;
}

/*
Top Header Warp  Style
======================================================*/
.top-header-warp {
  background: #10002C;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header-warp.style2 {
  background: #091761;
}
.top-header-warp .header-social {
  text-align: end;
}
.top-header-warp .header-social .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.top-header-warp .header-social .social-list li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
.top-header-warp .header-social .social-list li:last-child {
  padding-right: 0;
}
.top-header-warp .header-social .social-list li:first-child {
  padding-left: 0;
}
.top-header-warp .header-social .social-list li a {
  color: #FAFAFF;
}
.top-header-warp .header-social .social-list li a:hover {
  color: #04B9F7;
}
.top-header-warp .header-social .social-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -4px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.29);
}
.top-header-warp .header-social .social-list li:last-child::before {
  display: none;
}
.top-header-warp .header-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.top-header-warp .header-content ul li {
  display: inline-block;
  padding-left: 28px;
  padding-right: 35px;
  position: relative;
}
.top-header-warp .header-content ul li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 1px;
  color: #04B9F7;
}
.top-header-warp .header-content ul li a {
  color: #ffffff;
}
.top-header-warp .header-content ul li p {
  color: #ffffff;
}
.top-header-warp .header-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 13px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.29);
}
.top-header-warp .header-content ul li:last-child {
  padding-right: 0;
}
.top-header-warp .header-content ul li:last-child::before {
  display: none;
}

/*
Hero Style2 Warp  Style
======================================================*/
.hero-style2-content {
  max-width: 830px;
}
.hero-style2-content .hero-btn {
  margin-top: 30px;
}
.hero-style2-content .hero-btn .default-btn {
  padding: 12px 35px;
  font-family: "Jost", sans-serif;
}
.hero-style2-content .hero-btn .default-btn.style3 {
  margin-left: 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hero-style2-content .title {
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 14px;
  color: #04B9F7;
  display: inline-block;
  margin-bottom: 5px;
}
.hero-style2-content h1 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #ffffff;
}
.hero-style2-content h1 span {
  color: #04B9F7;
}

.hero-style2-warp {
  background-image: url(../images/heros/hero2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 1;
}
.hero-style2-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: linear-gradient(89.5deg, rgba(8, 2, 80, 0.87) 21.97%, rgba(9, 1, 95, 0.22) 55.88%);
}
.hero-style2-warp .hero2-shape1 {
  position: absolute;
  top: 0;
  left: 14%;
}
.hero-style2-warp .hero2-shape2 {
  position: absolute;
  top: 20px;
  right: 0;
}
.hero-style2-warp .hero2-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
Discover Warp  Style
======================================================*/
.discover-image {
  position: relative;
  padding-bottom: 50px;
  margin-right: 60px;
}
.discover-image .discover2 {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 305px;
  height: 194px;
  border-radius: 5px;
  padding: 12px;
  background-color: #ffffff;
}
.discover-image .discover-shape1 {
  position: absolute;
  left: -40px;
  top: 40px;
  animation: movebounce 6s 1s linear infinite alternate;
}

.discover-content {
  margin-right: -20px;
}
.discover-content h2 {
  margin-bottom: 12px;
}
.discover-content p {
  letter-spacing: -0.01em;
  color: #535992;
}
.discover-content .discover-widget {
  position: relative;
}
.discover-content .discover-item {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #F7F7F7;
  border-radius: 5px;
  margin-right: 100px;
  padding: 12px 130px 12px 12px;
}
.discover-content .discover-item.style2 {
  margin-top: 30px;
}
.discover-content .discover-item li {
  padding-right: 20px;
}
.discover-content .discover-item li .icon {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  font-size: 47px;
  transition: all ease 0.5s;
  color: #04B9F7;
  line-height: 101px;
  width: 81px;
  z-index: 1;
  height: 86px;
  position: relative;
  background-color: #ffffff;
}
.discover-content .discover-item li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  border-radius: 5px;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  background-color: #04B9F7;
}
.discover-content .discover-item li h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
.discover-content .discover-item li p {
  font-size: 15px;
}
.discover-content .discover-item:hover li .icon {
  color: #ffffff;
}
.discover-content .discover-item:hover li .icon::before {
  height: 100%;
  opacity: 1;
}
.discover-content .experience {
  width: 179px;
  height: 179px;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  padding: 35px 0;
  top: 40px;
  z-index: 1;
  right: 15px;
}
.discover-content .experience::before {
  content: "";
  position: absolute;
  top: 10px;
  border-radius: 50%;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #04B9F7;
}
.discover-content .experience h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 0;
  position: relative;
}
.discover-content .experience span {
  color: #ffffff;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.discover-content .default-btn {
  margin-top: 10px;
}

/*
Service Style2 Warp  Style
======================================================*/
.service-style2-warp {
  position: relative;
}
.service-style2-warp .service-shape3 {
  position: absolute;
  right: 15%;
  top: 90px;
  animation: movebounce 6s 1s linear infinite alternate;
}
.service-style2-warp .service-widget {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

/*
Source Warp  Style
======================================================*/
.inner-source-warp {
  position: relative;
  background: linear-gradient(180deg, #FAF6EB 0%, #F1EAFB 100%);
  border-radius: 5px;
  padding: 70px 65px;
  z-index: 1;
  overflow: hidden;
}
.inner-source-warp .source-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner-source-warp h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
}
.inner-source-warp p {
  line-height: 1;
  color: #535992;
  font-size: 24px;
}
.inner-source-warp p .number {
  color: #04B9F7;
  font-weight: 500;
  font-size: 20px;
}

.source-warp {
  position: relative;
  z-index: 1;
}
.source-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 50%;
  width: 100%;
  background: #10002C;
}

/*
Project Style2 Warp  Style
======================================================*/
.project2-slider-warp {
  position: relative;
  z-index: 2;
}
.project2-slider-warp .swiper-slide {
  height: 500px;
}
.project2-slider-warp .swiper-slide .project2-widget {
  position: relative;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.project2-slider-warp .swiper-slide .project2-widget .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  transition: all ease 0.5s;
  border-radius: 5px;
}
.project2-slider-warp .swiper-slide .project2-widget .image.bg1 {
  background-image: url(../images/projects/project4.jpg);
}
.project2-slider-warp .swiper-slide .project2-widget .image.bg2 {
  background-image: url(../images/projects/project5.jpg);
}
.project2-slider-warp .swiper-slide .project2-widget .image.bg3 {
  background-image: url(../images/projects/project6.jpg);
}
.project2-slider-warp .swiper-slide .project2-widget .content {
  text-align: center;
  position: relative;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  padding: 30px 30px 10px 30px;
}
.project2-slider-warp .swiper-slide .project2-widget .content h3 {
  font-weight: 700;
  font-size: 24px;
}
.project2-slider-warp .swiper-slide .project2-widget .content h3 a {
  color: #ffffff;
}
.project2-slider-warp .swiper-slide .project2-widget .content h3 a:hover {
  color: #04B9F7;
}
.project2-slider-warp .swiper-slide .project2-widget .content span {
  color: #04B9F7;
  display: inline-block;
  margin-bottom: 5px;
}
.project2-slider-warp .swiper-slide-prev {
  width: 45% !important;
  height: 500px;
}
.project2-slider-warp .swiper-slide-prev .project2-widget {
  padding: 20px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.06);
}
.project2-slider-warp .swiper-slide-prev .project2-widget .content {
  opacity: 1;
  visibility: visible;
}
.project2-slider-warp .swiper-slide-prev .project2-widget .image {
  height: 350px;
}
.project2-slider-warp .swiper-slide-active {
  width: 25% !important;
}
.project2-slider-warp .swiper-slide-next {
  width: 26% !important;
}
.project2-slider-warp .swiper-btn {
  display: flex;
}
.project2-slider-warp .swiper-btn .swiper-button-next,
.project2-slider-warp .swiper-btn .swiper-button-prev {
  top: -60px;
}
.project2-slider-warp .swiper-btn .swiper-button-next::after,
.project2-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.project2-slider-warp .swiper-btn .swiper-button-next::before,
.project2-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: #110041;
}
.project2-slider-warp .swiper-btn .swiper-button-next:hover::before,
.project2-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.project2-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.project2-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.project2-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 65px;
}
.project2-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

.project-style2-warp {
  background: #10002C;
}
.project-style2-warp .section-warp {
  margin-bottom: 35px;
}
.project-style2-warp .section-warp .single-section {
  max-width: 570px;
}
.project-style2-warp .section-warp .single-section h2 {
  margin-bottom: -5px;
  color: #ffffff;
}

/*
Technology Warp  Style
======================================================*/
.technology-image {
  position: relative;
  padding-left: 170px;
}
.technology-image .technology2 {
  position: absolute;
  width: 334px;
  height: 334px;
  padding: 10px;
  left: 20px;
  bottom: 0;
  background: #FFFFFF;
}
.technology-image img {
  border-radius: 20px;
}
.technology-image .technology-shape1 {
  border-radius: 0;
  position: absolute;
  right: -65px;
  bottom: 60px;
  animation: movebounce 6s 1s linear infinite alternate;
}

.technology-content h2 {
  margin-bottom: 12px;
}
.technology-content p {
  color: #535992;
}
.technology-content .optimize-card {
  margin-top: 18px;
  padding-right: 10px;
}
.technology-content .optimize-card .icon {
  width: 65px;
  height: 63px;
  background: rgba(4, 189, 255, 0.1);
  border-radius: 5px;
  font-size: 35px;
  line-height: 75px;
  color: #04B9F7;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  transition: all ease 0.5s;
  z-index: 1;
}
.technology-content .optimize-card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  right: 0;
  z-index: -1;
  transition: all ease 0.5s;
  height: 0%;
  width: 100%;
  background-color: #04B9F7;
}
.technology-content .optimize-card h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}
.technology-content .optimize-card:hover .icon {
  color: #ffffff;
}
.technology-content .optimize-card:hover .icon::before {
  height: 100%;
  opacity: 1;
}

/*
Testimonial Style2 Warp  Style
======================================================*/
.testimonial2-slider-warp {
  position: relative;
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next,
.testimonial2-slider-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next::after,
.testimonial2-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next::before,
.testimonial2-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #1E026B;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(30, 2, 107, 0.05);
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next:hover::before,
.testimonial2-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 10px;
}
.testimonial2-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.testimonial2-slider-warp .swiper-btn .swiper-button-prev {
  left: 10px;
  right: auto;
}
.testimonial2-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}
.testimonial2-slider-warp .testimonial2-slider {
  margin-left: 85px;
  margin-right: 85px;
}

.testimonial-card {
  position: relative;
  padding: 40px;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.testimonial-card .items {
  margin-bottom: 20px;
}
.testimonial-card .items .user {
  width: 64px;
  height: 64px;
}
.testimonial-card .items .content {
  padding-left: 20px;
}
.testimonial-card .items .content h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial-card .items .content span {
  color: #5050A1;
}
.testimonial-card p {
  font-size: 18px;
  color: #1E026B;
  margin-bottom: 0;
}
.testimonial-card .icon {
  position: absolute;
  right: 50px;
  top: 45px;
  opacity: 20%;
  transition: all ease 0.5s;
}
.testimonial-card:hover .icon {
  opacity: 100%;
}

.testimonial-style2-warp {
  position: relative;
}
.testimonial-style2-warp .testimonial-shape3 {
  position: absolute;
  left: 12%;
  top: 0;
  animation: simple-move 4s 1s linear infinite alternate;
}

/*
Team Warp  Style
======================================================*/
.team-warp {
  background: #10002C;
}
.team-warp .section-warp {
  margin-bottom: 35px;
}
.team-warp .section-warp .single-section h2 {
  margin-bottom: -5px;
  color: #ffffff;
}

.team-card {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}
.team-card .image img {
  border-radius: 5px;
}
.team-card .content {
  text-align: center;
  padding: 15px 25px 5px 25px;
}
.team-card .content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.team-card .content p {
  color: #ffffff;
}
.team-card:hover {
  transform: translateY(-7px);
}

/*
Pricing Warp  Style
======================================================*/
.pricing-card {
  padding: 35px 40px;
  background: #F7F7F7;
  border-radius: 5px;
}
.pricing-card .default-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-card .icon {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 67px;
  font-size: 34px;
  color: #04B9F7;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(4, 189, 255, 0.09);
}
.pricing-card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  z-index: -1;
  width: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: #04B9F7;
}
.pricing-card h5 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
.pricing-card h1 {
  font-weight: 700;
  font-size: 40px;
  color: #04B9F7;
  margin-bottom: 25px;
}
.pricing-card h1 span {
  font-weight: 400;
  font-size: 16px;
  color: #535992;
  position: relative;
  top: -5px;
}
.pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-card ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  font-weight: 500;
  font-size: 18px;
}
.pricing-card ul li:last-child {
  margin-bottom: 0;
}
.pricing-card ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #04B9F7;
}
.pricing-card ul li .flaticon-close {
  font-size: 18px;
  color: red;
}
.pricing-card:hover .icon {
  color: #ffffff;
}
.pricing-card:hover .icon::before {
  height: 100%;
  opacity: 1;
}

.pricing-widget {
  padding-right: 50px;
}

.pricing-content {
  margin-right: -10px;
}
.pricing-content h2 {
  margin-bottom: 15px;
}

/*
Hero Style3 Warp  Style
======================================================*/
.hero-style3-content {
  margin-top: 180px;
  margin-bottom: 180px;
  padding-left: 20px;
  z-index: 1;
  position: relative;
}
.hero-style3-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  bottom: -30px;
  z-index: -1;
  width: 13%;
  background: rgba(4, 189, 255, 0.08);
  border-radius: 20px;
}
.hero-style3-content .title {
  font-weight: 500;
  font-size: 14px;
  color: #04B9F7;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 8px;
}
.hero-style3-content h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.hero-style3-content p {
  color: #535992;
  max-width: 700px;
}
.hero-style3-content .hero-style3-btn {
  margin-top: 30px;
}
.hero-style3-content .hero-style3-btn .video-btn {
  display: flex;
  align-items: center;
  margin-left: 30px;
  color: #1E026B;
  font-size: 18px;
  transition: all ease 0.5s;
  cursor: pointer;
}
.hero-style3-content .hero-style3-btn .video-btn .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 25px;
  color: #04B9F7;
  text-align: center;
  border: 1px solid #1E026B;
  margin-right: 14px;
  transition: all ease 0.5s;
}
.hero-style3-content .hero-style3-btn .video-btn:hover {
  color: #04B9F7;
}
.hero-style3-content .hero-style3-btn .video-btn:hover .icon {
  border-color: #04B9F7;
  color: #1E026B;
}

.hero-style3-warp {
  position: relative;
  z-index: 1;
  background: linear-gradient(89.71deg, #F8F8F8 -0.01%, rgba(248, 248, 248, 0) 98.87%, #F7EDEF 98.87%);
}
.hero-style3-warp .hero3-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero-style3-warp .hero3-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-style3-image {
  position: relative;
  padding-right: 235px;
  padding-left: 70px;
}
.hero-style3-image .hero-form {
  width: 362px;
  top: 45px;
  padding: 40px 32px;
  right: -20px;
  position: absolute;
  border-radius: 10px;
  z-index: 1;
  background: #FFFFFF;
}
.hero-style3-image .hero-form::before {
  content: "";
  position: absolute;
  top: -30px;
  border-radius: 10px;
  left: -30px;
  bottom: -30px;
  z-index: -1;
  right: -30px;
  background: rgba(255, 255, 255, 0.6);
}
.hero-style3-image .hero-form h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
.hero-style3-image .hero-form .form-control {
  background-color: transparent;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  font-size: 15px;
  color: #535992;
  padding-left: 15px;
  margin-bottom: 20px;
}
.hero-style3-image .hero-form .form-control:focus {
  box-shadow: unset;
}
.hero-style3-image .hero-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hero-style3-image .hero-form .form-control:focus::placeholder {
  color: transparent;
}
.hero-style3-image .hero-form .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #535992;
}
.hero-style3-image .hero-form .form-control::placeholder {
  transition: all ease 0.5s;
  color: #535992;
}
.hero-style3-image .hero-form .default-btn {
  width: 100%;
  border: none;
  padding: 12px;
}
.hero-style3-image .style1 {
  margin-bottom: 10px;
}
.hero-style3-image .second-widget {
  padding-top: 40px;
}
.hero-style3-image .rotted-image {
  transform: rotate(330deg);
}

/*
Slider Text  Warp  Style
======================================================*/
.slide-text-warp {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #04B9F7;
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slide-text-warp .container-fluid {
  width: 100%;
}
.slide-text-warp .text-slide {
  display: flex;
  width: 500%;
  height: 50px;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}
.slide-text-warp .text-slide h1 {
  font-weight: 600;
  font-size: 32px;
  width: 50%;
  color: #ffffff;
  display: inline-block;
  padding-right: 50px;
  margin-bottom: 0;
}
.slide-text-warp .text-slide h1 span {
  padding-right: 120px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -30%;
  }
}
/*
Agency Warp  Style
======================================================*/
.agency-content {
  padding-left: 70px;
  padding-right: 40px;
}
.agency-content p {
  color: #535992;
}

.agency-experance {
  text-align: center;
  margin-right: -20px;
}
.agency-experance .agency2 {
  margin-bottom: 30px;
}
.agency-experance .agency-number {
  margin-bottom: 10px;
}
.agency-experance p {
  font-weight: 500;
  font-size: 24px;
  color: #1E026B;
}

.agency-warp {
  position: relative;
}
.agency-warp .agency-shape1 {
  position: absolute;
  bottom: 65px;
  right: 33%;
  animation: simple-move 3s 2s linear infinite alternate;
}
.agency-warp .agency-shape2 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*
Provider Warp  Style
======================================================*/
.provider-warp {
  background: #0C0053;
  position: relative;
}
.provider-warp .section-title h2 {
  color: #ffffff;
}
.provider-warp .provide-shape1 {
  position: absolute;
  top: 125px;
  left: 9%;
  opacity: 50%;
  animation: simple-move 3s 2s linear infinite alternate;
}

.provider-slider-warp {
  position: relative;
}
.provider-slider-warp .swiper-btn .swiper-button-next,
.provider-slider-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
}
.provider-slider-warp .swiper-btn .swiper-button-next::after,
.provider-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.provider-slider-warp .swiper-btn .swiper-button-next::before,
.provider-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.17);
}
.provider-slider-warp .swiper-btn .swiper-button-next:hover::before,
.provider-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.provider-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: -60px;
}
.provider-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.provider-slider-warp .swiper-btn .swiper-button-prev {
  left: -60px;
  right: auto;
}
.provider-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

.provide-card {
  padding: 35px 28px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.provide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  height: 0%;
  transition: all ease 0.5s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  background-color: #04B9F7;
}
.provide-card .icon {
  border-radius: 50%;
  font-size: 45px;
  color: #04B9F7;
  line-height: 95px;
  text-align: center;
  width: 81px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
  height: 81px;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}
.provide-card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  transition: all ease 0.5s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
}
.provide-card h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
.provide-card h3 a {
  color: #ffffff;
}
.provide-card p {
  color: #D3D3D3;
  transition: all ease 0.5s;
}
.provide-card:hover::before {
  opacity: 1;
  height: 100%;
}
.provide-card:hover p {
  color: #ffffff;
}
.provide-card:hover .icon::before {
  height: 100%;
  opacity: 1;
}
.provide-card:hover .provide-shape4 {
  opacity: 1;
}
.provide-card .provide-shape4 {
  position: absolute;
  transition: all ease 0.5s;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

/*
Funfact Warp  Style
======================================================*/
.funfact-style2-warp {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F7F7F7;
  position: relative;
}
.funfact-style2-warp .round-shape1 {
  position: absolute;
  top: 0;
  left: 15%;
  pointer-events: none;
}
.funfact-style2-warp .round-shape2 {
  position: absolute;
  top: 0;
  left: 31%;
  pointer-events: none;
}
.funfact-style2-warp .round-shape3 {
  position: absolute;
  top: 0;
  right: 32%;
  pointer-events: none;
}
.funfact-style2-warp .round-shape4 {
  position: absolute;
  top: 0;
  pointer-events: none;
  right: 15%;
}

.funfact-widget {
  text-align: center;
}
.funfact-widget h1 {
  font-weight: 700;
  font-size: 64px;
  color: #04B9F7;
  margin-bottom: 0;
}
.funfact-widget p {
  font-weight: 600;
  font-size: 20px;
  color: #1E026B;
}

/*
Deliver Warp  Style
======================================================*/
.deliver-image {
  position: relative;
  padding-right: 140px;
  padding-bottom: 50px;
}
.deliver-image .deliver2 {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 296px;
  height: 339px;
  padding-left: 15px;
  padding-top: 20px;
  background-color: #ffffff;
  border-radius: 15px;
}

.deliver-content {
  margin-right: -30px;
}
.deliver-content h2 {
  margin-bottom: 12px;
}
.deliver-content .deliver-list {
  margin-top: 22px;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.deliver-content .deliver-list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 17px;
  bottom: 0;
  z-index: -1;
  height: 75%;
  width: 1px;
  background-color: #04B9F7;
}
.deliver-content .deliver-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
}
.deliver-content .deliver-list li .icon {
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-size: 18px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #04B9F7;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.deliver-content .deliver-list li h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}
.deliver-content .deliver-list li:last-child {
  margin-bottom: 0;
}

/*
Index Warp  Style
======================================================*/
.index-warp {
  background: #0C0053;
}
.index-warp .section-title h2 {
  color: #ffffff;
}

.index-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
  transition: all ease 0.5s;
  position: relative;
}
.index-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: all ease 0.5s;
  border: solid 1px #04B9F7;
}
.index-card .icon {
  width: 59px;
  height: 59px;
  font-size: 35px;
  line-height: 68px;
  color: #04B9F7;
  text-align: center;
  background: #31276E;
  border-radius: 5px;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: #04B9F7;
}
.index-card h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
}
.index-card:hover {
  border-color: transparent;
}
.index-card:hover::before {
  opacity: 1;
  width: 100%;
}
.index-card:hover .icon {
  color: #ffffff;
}
.index-card:hover .icon::before {
  height: 100%;
  opacity: 1;
}

/*
Team Style2 Warp  Style
======================================================*/
.team-style2-warp {
  position: relative;
}
.team-style2-warp .section-warp {
  margin-bottom: 35px;
}
.team-style2-warp .section-warp .single-section h2 {
  margin-bottom: -5px;
}

.team-box {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}
.team-box .image img {
  border-radius: 5px;
}
.team-box .content {
  text-align: center;
  padding: 15px 25px 5px 25px;
}
.team-box .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1E026B;
}
.team-box .content p {
  color: #535992;
}
.team-box:hover {
  transform: translateY(-7px);
}

/*
Mind  Warp  Style
======================================================*/
.mind-content h2 {
  font-weight: 700;
  font-size: 48px;
  color: #1E026B;
}

.mind-warp {
  background: linear-gradient(180deg, #F7F7F7 0%, #F3FEFF 100%);
}

/*
Project Warp  Style
======================================================*/
.project3-slider-warp {
  position: relative;
  z-index: 2;
}
.project3-slider-warp .swiper-slide {
  height: 477px;
}
.project3-slider-warp .swiper-slide .project2-widget {
  position: relative;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.project3-slider-warp .swiper-slide .project2-widget .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 477px;
  transition: all ease 0.5s;
  border-radius: 5px;
}
.project3-slider-warp .swiper-slide .project2-widget .image.bg1 {
  background-image: url(../images/projects/project7.jpg);
}
.project3-slider-warp .swiper-slide .project2-widget .image.bg2 {
  background-image: url(../images/projects/project8.jpg);
}
.project3-slider-warp .swiper-slide .project2-widget .image.bg3 {
  background-image: url(../images/projects/project9.jpg);
}
.project3-slider-warp .swiper-slide .project2-widget .content {
  text-align: center;
  position: relative;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  padding: 25px 30px 0 30px;
}
.project3-slider-warp .swiper-slide .project2-widget .content h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}
.project3-slider-warp .swiper-slide .project2-widget .content h3 a {
  color: #ffffff;
}
.project3-slider-warp .swiper-slide .project2-widget .content h3 a:hover {
  color: #04B9F7;
}
.project3-slider-warp .swiper-slide .project2-widget .content span {
  color: #04B9F7;
  display: inline-block;
  margin-bottom: 0;
}
.project3-slider-warp .swiper-slide-prev {
  width: 48% !important;
  height: 477px;
}
.project3-slider-warp .swiper-slide-prev .project2-widget {
  padding: 20px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.06);
}
.project3-slider-warp .swiper-slide-prev .project2-widget .content {
  opacity: 1;
  visibility: visible;
}
.project3-slider-warp .swiper-slide-prev .project2-widget .image {
  height: 345px;
}
.project3-slider-warp .swiper-slide-active {
  width: 24% !important;
}
.project3-slider-warp .swiper-slide-next {
  width: 23% !important;
}
.project3-slider-warp .swiper-btn .swiper-button-next,
.project3-slider-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.project3-slider-warp .swiper-btn .swiper-button-next::after,
.project3-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.project3-slider-warp .swiper-btn .swiper-button-next::before,
.project3-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(255, 255, 255, 0.17);
}
.project3-slider-warp .swiper-btn .swiper-button-next:hover::before,
.project3-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.project3-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: -60px;
}
.project3-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.project3-slider-warp .swiper-btn .swiper-button-prev {
  left: -60px;
  right: auto;
}
.project3-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

.project-style3-warp {
  background: #0C0053;
  position: relative;
}
.project-style3-warp .section-title h2 {
  color: #ffffff;
}
.project-style3-warp .last-project-shape1 {
  position: absolute;
  right: 100px;
  top: 37%;
}

/*
Testimonial Style3 Warp  Style
======================================================*/
.testimonial3-slider-warp {
  position: relative;
}
.testimonial3-slider-warp .swiper-btn {
  display: flex;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next,
.testimonial3-slider-warp .swiper-btn .swiper-button-prev {
  top: -50px;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next::after,
.testimonial3-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next::before,
.testimonial3-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 53px;
  color: #1E026B;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: rgba(30, 2, 107, 0.04);
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next:hover::before,
.testimonial3-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #04B9F7;
  color: #ffffff;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 20px;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f112";
}
.testimonial3-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 85px;
}
.testimonial3-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f113";
}

.testimonial-style3-warp .section-warp {
  margin-bottom: 25px;
}

/*
Provide Style2 Warp  Style
======================================================*/
.provider-style2-warp {
  background: #10002C;
  position: relative;
  z-index: 1;
}
.provider-style2-warp .provide-shape1 {
  position: absolute;
  top: 125px;
  left: 9%;
  opacity: 50%;
  animation: simple-move 3s 2s linear infinite alternate;
}

.provide-card.style2 {
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 25px;
}

/*
Project Warp  Style
======================================================*/
.testimonial-style4-warp .testimonial-shape3 {
  position: absolute;
  left: 12%;
  top: 100px;
  animation: simple-move 4s 1s linear infinite alternate;
}

/*
inner Warp  Style
======================================================*/
.inner-hero-warp {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  background: linear-gradient(68.24deg, #EFFAFE 1.45%, #FFF7FF 50.04%, #FFF8E2 97.18%);
}
.inner-hero-warp .inner-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}
.inner-hero-warp .inner-shape2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
.inner-hero-warp .inner-shape3 {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.inner-hero-warp .inner-shape4 {
  position: absolute;
  top: 30%;
  left: 11%;
  animation: simple-move 3s 2s linear infinite alternate;
}
.inner-hero-warp .inner-shape5 {
  position: absolute;
  top: 47%;
  right: 17%;
  animation: simple-move 3s 2s linear infinite alternate;
}

.inner-hero-content {
  text-align: center;
}
.inner-hero-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-hero-content ul li {
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  color: #1E026B;
  position: relative;
}
.inner-hero-content ul li a {
  color: #04B9F7;
}
.inner-hero-content ul li:last-child {
  padding-right: 0;
}
.inner-hero-content ul li:last-child::before {
  display: none;
}
.inner-hero-content ul li:first-child {
  padding-left: 0;
}
.inner-hero-content ul li::before {
  transform: rotate(27deg);
  content: "";
  position: absolute;
  top: 6px;
  right: -5px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: #1E026B;
}
.inner-hero-content h1 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 5px;
}

/*
Inner Team  Area  Style
======================================================*/
.all-pagination {
  padding-top: 10px;
}
.all-pagination.style2 {
  margin-top: 20px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination li {
  padding-right: 5px;
  padding-left: 5px;
}
.all-pagination .pagination li:last-child {
  padding-right: 0;
}
.all-pagination .pagination li:last-child .page-link i {
  position: relative;
  left: 1px;
  top: 2px;
}
.all-pagination .pagination li:first-child {
  padding-left: 0;
}
.all-pagination .pagination li:first-child .page-link i {
  position: relative;
  left: -2px;
  top: 3px;
}
.all-pagination .pagination li .page-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(4, 189, 255, 0.08);
  text-align: center;
  line-height: 40px;
  border: none;
  color: #1E026B;
  transition: all ease 0.5s;
  font-weight: 400;
  font-size: 16px;
}
.all-pagination .pagination li .page-link:hover {
  background-color: #04B9F7;
  color: #ffffff;
}
.all-pagination .pagination li .page-link:hover i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active {
  background-color: #04B9F7;
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link:focus {
  box-shadow: unset;
}

.team-box.style2 {
  margin-bottom: 40px;
}

/*
Inner Testimonial  Area  Style
======================================================*/
.testimonial-card.style2 {
  margin: 0 0 30px 0;
}

.pricing-card.style2 {
  margin-bottom: 25px;
}

.index-style2-warp {
  background: #F7F7F7;
}
.index-style2-warp .section-title h2 {
  color: #1E026B;
}

.index-card.style2 {
  border: 1px solid rgba(30, 2, 107, 0.05);
}
.index-card.style2 .icon {
  background-color: #ffffff;
  color: #04B9F7;
}
.index-card.style2 h5 {
  color: #1E026B;
}
.index-card.style2:hover .icon {
  color: #ffffff;
}

/*
Inner Accordion  Warp  Style
======================================================*/
.accordion-widget {
  max-width: 1100px;
  margin: auto;
}
.accordion-widget .accordion-item {
  border-left: none !important;
  border-right: none !important;
  border-color: rgba(3, 43, 102, 0.1);
}
.accordion-widget .accordion-item:last-child .accordion-button {
  padding-bottom: 0 !important;
}
.accordion-widget .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 18px;
  color: #1E026B;
  font-family: "Jost";
  background-color: transparent;
  border: none !important;
  padding: 25px 0 20px 0;
}
.accordion-widget .accordion-item .accordion-button::after {
  background-image: url(../images/svgs/accordion2.svg);
  background-size: auto;
}
.accordion-widget .accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: 0;
}
.accordion-widget .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
  border-bottom: solid 1px rgba(3, 43, 102, 0.1) !important;
  color: #04B9F7;
}
.accordion-widget .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svgs/accordion1.svg);
  transform: none !important;
}
.accordion-widget .accordion-item .accordion-body {
  padding: 20px 0px 15px 0px;
  color: #535992;
}
.accordion-widget .accordion-item:first-child {
  border-top: none !important;
}
.accordion-widget .accordion-item:first-child .accordion-button {
  padding-top: 0 !important;
}
.accordion-widget .accordion-item:last-child {
  border-bottom: none !important;
}

.inner-login-warp {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 12px;
}
.inner-login-warp h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.inner-login-warp label {
  color: #1E026B;
  margin-bottom: 8px;
}
.inner-login-warp .form-control {
  height: 50px;
  background: #F7F7F7;
  border-radius: 4px;
  border: none;
  padding-left: 20px;
}
.inner-login-warp .form-control:focus {
  box-shadow: unset;
}
.inner-login-warp .default-btn {
  border: none;
  padding: 14px 60px;
  margin-top: 10px;
}
.inner-login-warp .form-check {
  margin-bottom: 0;
}
.inner-login-warp .form-check label {
  margin-bottom: 0;
}
.inner-login-warp .form-check .form-check-input {
  color: #535992;
}
.inner-login-warp .form-check .form-check-input:focus {
  box-shadow: unset;
  outline: 0;
}
.inner-login-warp .form-check a {
  color: #535992;
}

.service-tab-list {
  margin-right: 20px;
}
.service-tab-list .nav-tabs {
  display: block !important;
  border: none;
}
.service-tab-list .nav-tabs .nav-item {
  margin-bottom: 15px;
}
.service-tab-list .nav-tabs .nav-tab-link {
  position: relative;
}
.service-tab-list .nav-tabs .nav-tab-link .goal-button {
  display: flex;
  padding: 10px 25px;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.service-tab-list .nav-tabs .nav-tab-link .goal-button span {
  color: #535992;
  letter-spacing: -0.01em;
}
.service-tab-list .nav-tabs .nav-tab-link .goal-button .icon {
  color: #1E026B;
  position: relative;
  top: 4px;
  font-size: 12px;
}
.service-tab-list .nav-tabs .nav-tab-link.active .goal-button {
  background-color: #04B9F7;
}
.service-tab-list .nav-tabs .nav-tab-link.active .goal-button span {
  color: #ffffff;
}
.service-tab-list .nav-tabs .nav-tab-link.active .goal-button .icon {
  color: #ffffff;
}

.all-boxes {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 35px 30px;
}
.all-boxes h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.question-answer h5 {
  font-weight: 700;
  font-size: 32px;
  color: #1E026B;
  margin-bottom: 25px;
}
.question-answer img {
  border-radius: 10px;
  margin-bottom: 20px;
}

/*
Inner Service  Warp  Style
======================================================*/
.service-small-widget {
  padding-right: 20px;
}
.service-small-widget .brochures {
  margin-bottom: 30px;
}
.service-small-widget .brochures ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-small-widget .brochures ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 10px;
  background-color: #ffffff;
}
.service-small-widget .brochures ul li:last-child {
  margin-bottom: 0;
}
.service-small-widget .brochures ul li .icon {
  text-align: center;
  width: 58px;
  line-height: 62px;
  height: 62px;
  background: rgba(4, 189, 255, 0.04);
  border-radius: 2px;
}
.service-small-widget .brochures ul li h5 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
}
.service-small-widget .service-provider {
  background-image: url(../images/heros/service-details4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 36px;
}
.service-small-widget .service-provider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(30, 2, 107, 0.85);
  border-radius: 5px;
}
.service-small-widget .service-provider h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  color: #04B9F7;
}
.service-small-widget .service-provider h5 {
  font-weight: 600;
  font-size: 16px;
  color: #EDFAFF;
  margin-bottom: 15px;
}
.service-small-widget .service-provider p {
  color: #D4D4D4;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-details-big-widget .variation {
  margin: 35px 0 40px 0;
  background: #F7F7F7;
  position: relative;
  border-bottom: 5px solid rgba(4, 189, 255, 0.41);
  border-radius: 5px;
  padding: 30px 45px;
  border-bottom: solid 5px rgba(4, 189, 255, 0.41);
}
.service-details-big-widget .variation .quote2 {
  position: absolute;
  bottom: 15px;
  right: 35px;
  opacity: 21%;
}
.service-details-big-widget .variation h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 34px;
}
.service-details-big-widget .under-service {
  margin-bottom: 20px;
}
.service-details-big-widget .under-service h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-details-big-widget .under-service p {
  margin-bottom: 20px;
}
.service-details-big-widget .under-service .image-box h5 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.service-details-big-widget .under-service .image-box p {
  margin-bottom: 0;
}
.service-details-big-widget p {
  color: #535992;
}
.service-details-big-widget .what-can h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-details-big-widget .what-can p {
  margin-bottom: 22px;
}
.service-details-big-widget .what-can ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-details-big-widget .what-can ul li {
  padding: 16px 15px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #1E026B;
}
.service-details-big-widget .what-can ul li:last-child {
  margin-bottom: 0;
}

/*
Inner Project  Warp  Style
======================================================*/
.project-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 25px;
}
.project-box .image img {
  border-radius: 5px;
}
.project-box .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7F7F7;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  padding: 0 30px 30px 30px;
}
.project-box .content .icon {
  width: 57px;
  height: 57px;
  border: 5px solid #F7F7F7;
  text-align: center;
  border-radius: 50%;
  background-color: #04B9F7;
  color: #ffffff;
  display: inline-block;
  line-height: 53px;
  top: -25px;
  margin-bottom: -25px;
  position: relative;
  transition: all ease 0.5s;
}
.project-box .content .icon:hover {
  background-color: #1E026B;
}
.project-box .content h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}
.project-box .content h3 a {
  color: #1E026B;
}
.project-box .content h3 a:hover {
  color: #04B9F7;
}
.project-box .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.project-box .content ul li {
  color: #04B9F7;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  display: inline-block;
}
.project-box .content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  transform: rotate(16deg);
  bottom: 0;
  height: 15px;
  width: 1px;
  background-color: #04B9F7;
}
.project-box .content ul li:last-child {
  padding-right: 0;
}
.project-box .content ul li:last-child::before {
  display: none;
}
.project-box .content ul li:first-child {
  padding-left: 0;
}
.project-box:hover .content {
  opacity: 1;
  visibility: visible;
}

.inner-project-details {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.inner-project-details .first-heading {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}
.inner-project-details .hardson {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  top: -80px;
  margin-bottom: -45px;
  padding: 38px 50px;
  position: relative;
  background-color: #ffffff;
}
.inner-project-details .hardson ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.inner-project-details .hardson ul li {
  display: inline-block;
}
.inner-project-details .hardson ul li span {
  color: #535992;
}
.inner-project-details .hardson ul li h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.inner-project-details .dictionary {
  margin: 25px 0 40px 0;
  background: #F7F7F7;
  position: relative;
  border-bottom: 5px solid rgba(4, 189, 255, 0.41);
  border-radius: 5px;
  padding: 30px 45px;
  border-bottom: solid 5px rgba(4, 189, 255, 0.41);
}
.inner-project-details .dictionary .quote2 {
  position: absolute;
  bottom: 5px;
  right: 35px;
  opacity: 21%;
}
.inner-project-details .dictionary h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.8;
}
.inner-project-details .problem h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.inner-project-details .problem ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.inner-project-details .problem ul li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
.inner-project-details .problem ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #04B9F7;
}
.inner-project-details .problem h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

/*
Inner Blog  Warp  Style
======================================================*/
.blog-small-warp {
  padding-right: 20px;
}
.blog-small-warp .input-widget {
  margin-bottom: 30px;
}
.blog-small-warp .input-widget .input-box {
  position: relative;
}
.blog-small-warp .input-widget .input-box .form-control {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding-left: 20px;
  font-size: 15px;
}
.blog-small-warp .input-widget .input-box .form-control:focus {
  box-shadow: unset;
}
.blog-small-warp .input-widget .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-small-warp .input-widget .input-box .form-control:focus::placeholder {
  color: transparent;
}
.blog-small-warp .input-widget .input-box .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #535992;
}
.blog-small-warp .input-widget .input-box .form-control::placeholder {
  transition: all ease 0.5s;
  color: #535992;
}
.blog-small-warp .input-widget .input-box .default-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: none;
  padding: 10px 16px;
}
.blog-small-warp .categories {
  margin-bottom: 30px;
}
.blog-small-warp .categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-small-warp .categories ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}
.blog-small-warp .categories ul li:last-child {
  margin-bottom: 0;
}
.blog-small-warp .categories ul li a {
  display: flex;
  padding: 10px 25px;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  transition: all ease 0.5s;
}
.blog-small-warp .categories ul li a p {
  color: #535992;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.blog-small-warp .categories ul li a i {
  color: #1E026B;
  position: relative;
  top: 4px;
  transition: all ease 0.5s;
  font-size: 12px;
}
.blog-small-warp .categories ul li:hover a {
  background-color: #04B9F7;
}
.blog-small-warp .categories ul li:hover a p {
  color: #ffffff;
}
.blog-small-warp .categories ul li:hover a i {
  color: #ffffff;
}
.blog-small-warp .recent-post {
  margin-bottom: 30px;
}
.blog-small-warp .recent-post .blog-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-small-warp .recent-post .blog-post:last-child {
  margin-bottom: 0;
}
.blog-small-warp .recent-post .blog-post .thumb {
  width: 81px;
  height: 75px;
  margin-right: 18px;
  position: relative;
  display: inline-block;
}
.blog-small-warp .recent-post .blog-post .thumb .full-image {
  width: 81px;
  height: 75px;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.blog-small-warp .recent-post .blog-post .thumb .full-image.bg-1 {
  background-image: url("../images/blogs/blog-details4.jpg");
}
.blog-small-warp .recent-post .blog-post .thumb .full-image.bg-2 {
  background-image: url("../images/blogs/blog-details5.jpg");
}
.blog-small-warp .recent-post .blog-post .thumb .full-image.bg-3 {
  background-image: url("../images/blogs/blog-details6.jpg");
}
.blog-small-warp .recent-post .blog-post .post-content p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  color: #04B9F7;
}
.blog-small-warp .recent-post .blog-post .post-content h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.blog-small-warp .recent-post .blog-post .post-content h5 a {
  color: #1E026B;
  transition: all ease 0.5s;
}
.blog-small-warp .recent-post .blog-post .post-content h5 a:hover {
  color: #04B9F7;
}
.blog-small-warp .recent-post .blog-post.last-blog {
  margin-bottom: 0px;
}
.blog-small-warp .tags a {
  padding: 5px 18px;
  color: #535992;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 8px 0;
  background-color: #ffffff;
  transition: all ease 0.5s;
}
.blog-small-warp .tags a:hover {
  background-color: #04B9F7;
  border-color: #04B9F7;
  color: #ffffff;
}

.blog-big-warp h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}
.blog-big-warp .image {
  position: relative;
}
.blog-big-warp .image .date {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #04B9F7;
}
.blog-big-warp .image .date p {
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 600;
}
.blog-big-warp .image .date p span {
  display: block;
}
.blog-big-warp .ashley {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.blog-big-warp .ashley li {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 50px;
}
.blog-big-warp .ashley li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 22px;
  bottom: 0;
  height: 17px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.blog-big-warp .ashley li:last-child {
  padding-right: 0;
}
.blog-big-warp .ashley li:last-child::before {
  display: none;
}
.blog-big-warp .ashley li img {
  position: absolute;
  top: 3px;
  left: 0;
}
.blog-big-warp .dictionary {
  margin: 25px 0 40px 0;
  background: #F7F7F7;
  position: relative;
  border-bottom: 5px solid rgba(4, 189, 255, 0.41);
  border-radius: 5px;
  padding: 30px 45px;
  border-bottom: solid 5px rgba(4, 189, 255, 0.41);
}
.blog-big-warp .dictionary .quote2 {
  position: absolute;
  bottom: 5px;
  right: 35px;
  opacity: 21%;
}
.blog-big-warp .dictionary h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.8;
}
.blog-big-warp .articles h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-big-warp .articles p {
  font-size: 18px;
  margin-bottom: 25px;
}
.blog-big-warp .approach h4 {
  font-weight: 600;
  font-size: 24px;
}
.blog-big-warp .share-tag {
  padding: 25px 30px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-big-warp .share-tag .tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .share-tag .tags ul li {
  display: inline-block;
  padding-right: 5px;
}
.blog-big-warp .share-tag .tags ul li h5 {
  font-weight: 600;
  font-size: 18px;
}
.blog-big-warp .share-tag .tags ul li a {
  color: #535992;
}
.blog-big-warp .share-tag .tags ul li a:hover {
  color: #04B9F7;
}
.blog-big-warp .share-tag .share ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .share-tag .share ul li {
  display: inline-block;
  padding-right: 5px;
}
.blog-big-warp .share-tag .share ul li h5 {
  font-weight: 600;
  font-size: 18px;
  padding-right: 12px;
}
.blog-big-warp .share-tag .share ul li a {
  width: 36px;
  height: 36px;
  color: #04B9F7;
  line-height: 36px;
  text-align: center;
  background: #EBFAFF;
  display: inline-block;
  transition: all ease 0.5s;
  border-radius: 50%;
}
.blog-big-warp .share-tag .share ul li a:hover {
  background-color: #04B9F7;
  color: #ffffff;
}
.blog-big-warp .comments-warp h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-big-warp .comments-warp .form-control {
  height: 52px;
  background: #F7F7F7;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
}
.blog-big-warp .comments-warp .form-control:focus {
  box-shadow: unset;
}
.blog-big-warp .comments-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-big-warp .comments-warp .form-control:focus::placeholder {
  color: transparent;
}
.blog-big-warp .comments-warp .form-control::-moz-placeholder {
  color: #535992;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-big-warp .comments-warp .form-control::placeholder {
  color: #535992;
  transition: all ease 0.5s;
}
.blog-big-warp .comments-warp textarea {
  height: 150px !important;
  padding-top: 12px;
}
.blog-big-warp .comments-warp .form-check-input:focus {
  box-shadow: unset;
  outline: 0;
}
.blog-big-warp .comments-warp label {
  color: #535992;
}
.blog-big-warp .comments-warp .default-btn {
  border: none;
}
.blog-big-warp .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

/*
Inner Contact  Warp  Style
======================================================*/
.contact-small-warp {
  padding-right: 20px;
}
.contact-small-warp .contact-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.contact-small-warp .contact-widget ul li {
  display: inline-block;
  padding-right: 20px;
}
.contact-small-warp .contact-widget ul li:last-child {
  padding-right: 0;
}
.contact-small-warp .contact-widget ul li .icon {
  width: 107px;
  height: 107px;
  background: #F7F7F7;
  border-radius: 5px;
  text-align: center;
  line-height: 125px;
  font-size: 55px;
  color: #04B9F7;
}
.contact-small-warp .contact-widget ul li .content a {
  display: block;
}
.contact-small-warp .contact-widget ul li .content p {
  padding-right: 50px;
}
.contact-small-warp .contact-widget ul li .content h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.contact-small-warp .social-list {
  margin-top: 50px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-small-warp .social-list li {
  display: inline-block;
  padding-right: 10px;
}
.contact-small-warp .social-list li:last-child {
  padding-right: 0;
}
.contact-small-warp .social-list li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #04B9F7;
  background: rgba(30, 2, 107, 0.06);
  text-align: center;
  line-height: 34px;
  display: inline-block;
  transition: all ease 0.5s;
}
.contact-small-warp .social-list li a:hover {
  color: #ffffff;
  background-color: #04B9F7;
}
.contact-small-warp .social-list li h5 {
  font-weight: 500;
  font-size: 20px;
  color: #535992;
  padding-right: 5px;
}

.contact-big-warp {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 40px 40px;
}
.contact-big-warp h3 {
  font-weight: 700;
  font-size: 36px;
}
.contact-big-warp .form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
}
.contact-big-warp .form-control:focus {
  box-shadow: unset;
}
.contact-big-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-big-warp .form-control:focus::placeholder {
  color: transparent;
}
.contact-big-warp .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #535992;
}
.contact-big-warp .form-control::placeholder {
  transition: all ease 0.5s;
  color: #535992;
}
.contact-big-warp textarea {
  height: 116px !important;
  padding-top: 12px;
}
.contact-big-warp .default-btn {
  border: none;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #1E026B;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}
.error-area .error-content-wrap .default-btn:hover {
  color: #04B9F7;
}

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #04B9F7;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #1E026B;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #1E026B;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #04B9F7;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1E026B;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #1E026B;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1E026B;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
  color: #555555;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  color: #555555;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #04B9F7;
  font-size: 20px;
}

.inner-map iframe {
  width: 100%;
  height: 570px;
  display: block;
}/*# sourceMappingURL=style.css.map */

#preloader {
    background: #00BFFF; /* or your preferred blue */
    height: 100vh;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cube-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading {
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}