/*-----------------------------------------------------------

@File: TORADO Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
-------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins: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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #555555;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0E1E36;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

a {
  color: #555555;
  transition: all ease 0.5s;
  text-decoration: none;
}
a:hover {
  color: #0E1E36;
}

p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-0E1E36 {
  background: #0E1E36;
}

.bg-F5F5F5 {
  background: #F5F5F5;
}

/*
Button Bg Color Container Warp Style
======================================================*/
.container-fluid {
  max-width: 1570px;
}

.container-fluid-style2 {
  max-width: 1660px;
}

.register-warp {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.register-warp .container-fluid {
  max-width: 1520px;
}
.register-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
}

.responsive-image {
  display: none;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.section-title h2 {
  font-size: 48px;
  margin-bottom: 0;
}
.section-title h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-title h2 span::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 10px;
  background: #FCCDDA;
}
.section-title .title {
  font-size: 16px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 500;
  color: #EF0548;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
}
.section-title .title img {
  position: relative;
  margin-right: 8px;
  top: -2px;
}
.section-title .title.style2 {
  padding-right: 0;
}
.section-title .title.style2::before {
  display: none;
}
.section-title .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.section-title.max-1 {
  max-width: 648px;
}
.section-title.max-2 {
  max-width: 720px;
}
.section-title.max-3 {
  max-width: 740px;
}

.single-section h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.single-section h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.single-section h2 span::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 10px;
  background: #FCCDDA;
}
.single-section .title {
  font-size: 16px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 500;
  color: #EF0548;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
}
.single-section .title img {
  position: relative;
  margin-right: 8px;
  top: -2px;
}
.single-section .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.single-section .title.style2 {
  padding-right: 0;
}
.single-section .title.style2::before {
  display: none;
}

.section-warp {
  margin-bottom: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.section-warp .single-section {
  max-width: 600px;
}
.section-warp .single-section h2 {
  margin-bottom: 0;
}

.default-btn {
  background-color: #EF0548;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
  border: none;
  z-index: 1;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #EF0548;
}
.default-btn:hover::before {
  width: 100%;
  border-color: #EF0548;
  background-color: #000000;
}
.default-btn:hover::after {
  width: 100%;
  border-color: #EF0548;
  background-color: #000000;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  height: 100%;
  width: 55%;
  border: solid 1px #EF0548;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  height: 100%;
  width: 50%;
  border: solid 1px #EF0548;
  z-index: -1;
  transition: all ease 0.5s;
}
.default-btn img {
  position: relative;
  left: 4px;
}

.search-can {
  max-width: 100%;
}
.search-can .search-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 50px;
  height: 60px;
}
.search-can .search-form .btn-close {
  position: absolute;
  right: 0;
  opacity: 1;
  top: 50%;
  filter: brightness(0) saturate(100%) invert(65%) sepia(46%) saturate(5189%) hue-rotate(323deg) brightness(103%) contrast(101%);
  transform: translateY(-12px);
}
.search-can .search-form .btn-close:focus {
  box-shadow: unset;
  outline: 0;
}
.search-can .search-form .search-button {
  position: absolute;
  right: 65px;
  transform: translateY(-17px);
  background-color: transparent;
  border: none;
  font-size: 22px;
  color: #0E1E36;
  top: 50%;
}
.search-can .search-form .form-control {
  height: 55px;
  padding-left: 25px;
}
.search-can .search-form .form-control:focus {
  box-shadow: unset;
  border-color: #EF0548;
}
.search-can .search-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-can .search-form .form-control:focus::placeholder {
  color: transparent;
}
.search-can .search-form .form-control::-moz-placeholder {
  color: #555555;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-can .search-form .form-control::placeholder {
  color: #555555;
  transition: all ease 0.5s;
}
.search-can .offcanvas-body {
  padding: 50px;
  background-image: url(../images/services/service-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-can .offcanvas {
  max-height: 145px;
}

.default-btn-style2 {
  background-color: #0E1E36;
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #0E1E36;
  transition: all ease 0.5s;
  border: none;
  z-index: 1;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 38px;
  padding-top: 14px;
  padding-bottom: 22px;
}
.default-btn-style2::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  top: -6px;
  background-color: #ffffff;
  border: solid 1px #EF0548;
}
.default-btn-style2:hover {
  background-color: #EF0548;
  color: #EF0548;
}
.default-btn-style2:hover::before {
  border-color: #0E1E36;
}

/*
Slider Btn Warp Style
======================================================*/
.pagination-slider-warp .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #EF0548;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #DDDDDD !important;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #EF0548;
  background-color: transparent;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover::before {
  opacity: 1;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 0;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #EF0548;
  background-color: transparent;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.swiper-btn .swiper-button-next::after,
.swiper-btn .swiper-button-prev::after {
  display: none;
}
.swiper-btn .swiper-button-next::before,
.swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 60px;
  display: block;
  height: 60px;
  line-height: 63px;
  color: #0E1E36;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: #ffffff;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.06);
}
.swiper-btn .swiper-button-next:hover::before,
.swiper-btn .swiper-button-prev:hover::before {
  background-color: #EF0548;
  color: #ffffff;
}
.swiper-btn .swiper-button-next {
  left: auto;
  right: -80px;
}
.swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f116";
}
.swiper-btn .swiper-button-prev {
  left: -80px;
  right: auto;
}
.swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  font-size: 20px;
  content: "\f102";
}

/*
All Key Style
======================================================*/
@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;
  }
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
/*
Header Warp Style
======================================================*/
.top-header-warp {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-content .header-content-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-content .header-content-list li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  padding-right: 40px;
  color: #ffffff;
}
.header-content .header-content-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #EF0548;
}
.header-content .header-content-list li:last-child {
  padding-right: 0;
}
.header-content .header-content-list li a {
  color: #ffffff;
}
.header-content .header-content-list li a:hover {
  color: #EF0548;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-contact .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-contact .contact-list li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.header-contact .contact-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  transform: rotate(26deg);
  right: 9px;
  bottom: 0;
  height: 16px;
  width: 1px;
  background-color: #cccccc;
}
.header-contact .contact-list li:last-child {
  padding-right: 0;
}
.header-contact .contact-list li:last-child::before {
  display: none;
}
.header-contact .contact-list li a {
  color: #cccccc;
}
.header-contact .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: -5px;
  margin-left: 50px;
}
.header-contact .social-list li {
  display: inline-block;
  padding-right: 18px;
  margin-bottom: -8px;
}
.header-contact .social-list li a {
  line-height: 0;
  color: #ffffff;
  opacity: 0.3;
}
.header-contact .social-list li a:hover {
  color: #ffffff;
  opacity: 1;
}
.header-contact .social-list li:last-child {
  padding-right: 0;
}

/*
Hero Warp Style
======================================================*/
.hero-warp {
  background-image: url(../images/heros/hero1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.hero-warp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 69%;
  background-image: url(../images/heros/hero-color-bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-warp .hero-shape1 {
  position: absolute;
  top: 75px;
  left: 30%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape2 {
  position: absolute;
  left: 50px;
  top: 235px;
  pointer-events: none;
  animation: movebounce 6s 1s linear infinite alternate;
}
.hero-warp .hero-shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-warp .hero-shape4 {
  position: absolute;
  bottom: 185px;
  left: 39%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape5 {
  position: absolute;
  bottom: 183px;
  right: 35.5%;
  pointer-events: none;
}
.hero-warp .hero-shape6 {
  position: absolute;
  top: 195px;
  left: 49.8%;
  pointer-events: none;
  animation: simple-scale 3s 2s linear infinite alternate;
}
.hero-warp .hero-shape7 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  pointer-events: none;
}

.hero-content {
  max-width: 700px;
  padding-top: 185px;
  padding-bottom: 225px;
}
.hero-content .title {
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 18px;
  background-color: rgb(38, 52, 74);
}
.hero-content .title .color {
  color: #EF0548;
}
.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero-content p {
  color: #CCC;
  margin-bottom: 35px;
}

/*
Trending Warp Style
======================================================*/
.inner-trending-warp {
  background-image: url(../images/services/service-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px;
  text-align: center;
  margin-top: -40px;
  border-radius: 5px;
  z-index: 2;
}
.inner-trending-warp .trending-content {
  padding-top: 15px;
  display: block;
  padding-bottom: 15px;
  border-radius: 5px;
  padding: 15px 25px;
}
.inner-trending-warp .trending-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.inner-trending-warp .trending-content p span {
  color: #EF0548;
}

.trending-card {
  margin-bottom: 145px;
  position: relative;
  transition: all ease 0.5s;
}
.trending-card .image img {
  border-radius: 5px;
}
.trending-card .content {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 37px 35px;
  border-radius: 5px;
  transition: all ease 0.5s;
  left: 40px;
  right: 40px;
  overflow: hidden;
  margin-top: -50px;
}
.trending-card .content .read-more {
  position: relative;
  top: -10px;
  opacity: 0;
  padding-right: 25px;
  transition: all ease 0.5s;
}
.trending-card .content .read-more:hover {
  text-decoration: underline;
}
.trending-card .content .read-more i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
}
.trending-card .content h3 {
  font-size: 22px;
  transition: all ease 0.5s;
  margin-bottom: -20px;
}
.trending-card .content h3 a {
  color: #0E1E36;
}
.trending-card .content .service-card-shape1 {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0;
}
.trending-card:hover .content {
  background-color: #EF0548;
}
.trending-card:hover .content .read-more {
  opacity: 1;
  top: 0;
}
.trending-card:hover .content h3 {
  margin-bottom: 20px;
}
.trending-card.active .content {
  background-color: #EF0548;
}
.trending-card.active .content .read-more {
  opacity: 1;
  top: 0;
  color: #ffffff;
}
.trending-card.active .content h3 {
  margin-bottom: 18px;
}
.trending-card.active .content h3 a {
  color: #ffffff;
}

/*
About Warp Style
======================================================*/
.about-image {
  max-width: 560px;
  position: relative;
}
.about-image .about-shape1 {
  position: absolute;
  top: -15px;
  left: 180px;
}
.about-image .about-shape2 {
  position: absolute;
  bottom: 105px;
  left: -50px;
}

.about-content {
  max-width: 680px;
  margin-right: -40px;
  margin-left: -20px;
}
.about-content .about-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.about-content .about-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
}
.about-content .about-list li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #EF0548;
  font-size: 22px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-progress {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  display: flex;
}
.about-content .about-progress li {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
.about-content .about-progress li:last-child {
  padding-right: 0;
}
.about-content .about-progress li .progress-style {
  width: 80px;
  height: 80px;
}
.about-content .about-progress li .progress-style .progress {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.about-content .about-progress li .progress-style .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid rgb(238, 238, 238);
  position: absolute;
  top: 0;
  left: 0;
}
.about-content .about-progress li .progress-style .progress span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.about-content .about-progress li .progress-style .progress .progress-left {
  left: 0;
}
.about-content .about-progress li .progress-style .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}
.about-content .about-progress li .progress-style .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #EF0548;
}
.about-content .about-progress li .progress-style .progress .progress-right {
  right: 0;
}
.about-content .about-progress li .progress-style .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.about-content .about-progress li .progress-style .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  font-family: Poppins;
  color: #0E1E36;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.about-content .about-progress li .progress-style .progress .progress-value .timer {
  position: relative;
  left: -5px;
}
.about-content .about-progress li .progress-style .progress .progress-value .present {
  position: absolute;
  right: 5px;
  top: -1px !important;
}
.about-content .about-progress li .progress-style .progress.blue .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.yellow .progress-left .progress-bar {
  animation: loading-2 1.2s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.about-content .about-progress li .progress-style .progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}
.about-content .about-progress li h4 {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 600;
}
.about-content .about-progress li h4 span {
  display: block;
}

.about-warp {
  position: relative;
}
.about-warp .about-shape3 {
  position: absolute;
  bottom: 100px;
  right: 20%;
  pointer-events: none;
  animation: simple-move 3s 2s linear infinite alternate;
}
.about-warp .about-shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.about-warp .about-shape5 {
  position: absolute;
  top: -250px;
  z-index: -1;
  pointer-events: none;
}

/*
Service Warp Style
======================================================*/
.service-card {
  margin-bottom: 25px;
}
.service-card.box-shadow {
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.service-card .content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 5px 5px;
  padding: 65px 40px 35px 40px;
  transition: all ease 0.5s;
}
.service-card .content::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  background-color: #0E1E36;
}
.service-card .content .service-card-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.5s;
}
.service-card .content .icon {
  position: absolute;
  top: -40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  border: 1px solid #F5F5F5;
  text-align: center;
  border-radius: 50%;
}
.service-card .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.service-card .content h3 a {
  color: #0E1E36;
}
.service-card .content h3 a:hover {
  color: #EF0548;
}
.service-card .content p {
  margin-bottom: 25px;
}
.service-card .content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  color: #EF0548;
  border: 1px solid #EEE;
  z-index: 2;
}
.service-card .content .read-more i {
  position: relative;
  top: 3px;
}
.service-card:hover .content .read-more {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #0E1E36;
}
.service-card:hover .content::before {
  height: 100%;
}
.service-card:hover .content .service-card-shape {
  opacity: 1;
}
.service-card:hover .content h3 a {
  color: #ffffff;
}
.service-card:hover .content p {
  color: #EEE;
}
.service-card:hover .content .icon {
  background-color: #EF0548;
  border-color: #EF0548;
}
.service-card:hover .content .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(48%) saturate(0%) hue-rotate(145deg) brightness(111%) contrast(101%);
}
.service-card:hover .image img {
  transform: scale(1.1);
  border-radius: 5px 5px 0px 0px;
}
.service-card .image {
  overflow: hidden;
}
.service-card .image img {
  transition: all ease 0.5s;
  border-radius: 5px 5px 0px 0px;
}

.service-slider-warp {
  position: relative;
}

.service-warp {
  position: relative;
}
.service-warp .service-shape1 {
  position: absolute;
  top: 120px;
  right: 12%;
}
.service-warp .service-shape2 {
  position: absolute;
  left: 0;
  bottom: 16%;
}
.service-warp .service-link {
  margin-bottom: 25px;
  margin-top: 20px;
}
.service-warp .service-link a {
  color: #EF0548;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  padding-right: 22px;
}
.service-warp .service-link a i {
  position: absolute;
  right: 0;
  top: 2px;
}

/*
Portfolio Warp Style
======================================================*/
.portfolio-warp {
  position: relative;
}
.portfolio-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #F5F5F5;
}
.portfolio-warp .container-fluid {
  max-width: 100%;
  padding: 0 !important;
}
.portfolio-warp .portfolio-shape1 {
  position: absolute;
  top: 10px;
  left: 55%;
}

.portfolio-card {
  position: relative;
}
.portfolio-card .image img {
  border-radius: 5px;
}
.portfolio-card .content-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all ease 0.5s;
}
.portfolio-card .content-icon .content {
  background-color: #0E1E36;
  padding: 35px 55px 35px 35px;
}
.portfolio-card .content-icon .content .title {
  padding-left: 55px;
  position: relative;
  color: #EF0548;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.portfolio-card .content-icon .content .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.portfolio-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.portfolio-card .content-icon .content h3 a {
  color: #ffffff;
}
.portfolio-card .content-icon .icon {
  background-color: #EF0548;
  padding: 50px 30px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
}
.portfolio-card.active .content-icon {
  opacity: 1;
}
.portfolio-card:hover .content-icon {
  opacity: 1;
}

/*
Map Warp Style
======================================================*/
.map-warp {
  position: relative;
}
.map-warp .map {
  position: relative;
}
.map-warp .map .content-card {
  position: absolute;
  width: 28px;
  height: 28px;
}
.map-warp .map .content-card.style1 {
  top: 115px;
  left: 375px;
}
.map-warp .map .content-card.style2 {
  top: 165px;
  left: 165px;
}
.map-warp .map .content-card.style3 {
  bottom: 390px;
  left: 696px;
}
.map-warp .map .content-card.style4 {
  top: 195px;
  right: 185px;
}
.map-warp .map .content-card.style5 {
  bottom: 220px;
  left: 375px;
}
.map-warp .map .content-card.style6 {
  bottom: 90px;
  right: 165px;
}
.map-warp .map .content-card .icon-content {
  position: absolute;
  top: -130px;
  left: -130px;
  display: flex;
  width: 324px;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  padding: 20px 20px;
  pointer-events: none;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.map-warp .map .content-card .icon-content::before {
  content: url(../images/svgs/vector.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-35px);
}
.map-warp .map .content-card .icon-content .tag {
  padding-left: 15px;
}
.map-warp .map .content-card .icon-content .icon-style {
  width: 48px;
  height: 48.068px;
}
.map-warp .map .content-card .icon-content .icon-style .icon {
  width: 48px;
  height: 48.068px;
}
.map-warp .map .content-card:hover .icon-content {
  opacity: 1;
  visibility: visible;
}
.map-warp .map .content-card.active .icon-content {
  opacity: 1;
  visibility: visible;
}
.map-warp .map .content-card .hover-icon {
  position: relative;
  cursor: pointer;
}

/*
Register Warp Style
======================================================*/
.inner-register-warp {
  position: relative;
  background-color: #0E1E36;
  padding: 70px 75px;
  border-radius: 5px;
  z-index: 1;
}
.inner-register-warp .register-shape1 {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.inner-register-warp .register1 {
  position: absolute;
  bottom: 0;
  left: 30%;
  z-index: 2;
}
.inner-register-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  border-radius: 0 5px 0 5px;
  background-color: #EF0548;
}

.register-content {
  max-width: 365px;
}
.register-content h2 {
  color: #ffffff;
}
.register-content p {
  color: #CCC;
  margin-bottom: 32px;
}
.register-content .phone-call {
  display: flex;
}
.register-content .phone-call .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EF0548;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
}
.register-content .phone-call .content {
  margin-left: 15px;
}
.register-content .phone-call .content span {
  display: block;
  font-size: 14px;
  color: #CCC;
}
.register-content .phone-call .content a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.register-form {
  max-width: 560px;
  margin-left: auto;
}
.register-form .form-control {
  height: 60px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  padding-left: 20px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.register-form .form-control:focus {
  box-shadow: unset;
}
.register-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.register-form .form-control:focus::placeholder {
  color: transparent;
}
.register-form .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #888;
}
.register-form .form-control::placeholder {
  transition: all ease 0.5s;
  color: #888;
}
.register-form textarea {
  height: 160px !important;
  padding-top: 12px;
}
.register-form .default-btn {
  width: 100%;
  background-color: #0E1E36;
}
.register-form .default-btn::before {
  border-color: #0E1E36;
}
.register-form .default-btn::after {
  border-color: #0E1E36;
}

/*
Team Warp Style
======================================================*/
.team-slider-warp {
  position: relative;
}
.team-slider-warp .swiper {
  overflow: inherit;
}

.team-warp {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-warp .team-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.team-card {
  margin-bottom: 25px;
  padding: 38px;
  margin-top: 40px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}
.team-card .image img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 82% 90%, 82% 90%, 0 100%, 0% 30%);
          clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 82% 90%, 82% 90%, 0 100%, 0% 30%);
  border-radius: 5px;
}
.team-card .content {
  padding-top: 25px;
}
.team-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.team-card .content h3 a {
  color: #0E1E36;
}
.team-card .content h3 a:hover {
  color: #EF0548;
}
.team-card .content p {
  margin-bottom: 20px;
}
.team-card .content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.team-card .content .social-list li {
  padding-right: 14px;
  display: inline-block;
}
.team-card .content .social-list li:last-child {
  padding-right: 0;
}
.team-card .content .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: #F5F5F5;
  color: #0E1E36;
  text-align: center;
  transition: all ease 0.5s;
}
.team-card .content .social-list li .icon:hover {
  background-color: #EF0548;
  color: #ffffff;
}
.team-card.style2 {
  margin-top: 0;
}

.team-shape-warp {
  position: relative;
}
.team-shape-warp.team-shape-warp2 .team-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.team-shape-warp .team-shape {
  position: absolute;
  top: -250px;
  z-index: -1;
  pointer-events: none;
}
.team-shape-warp .service-link {
  margin-bottom: 25px;
  margin-top: 20px;
}
.team-shape-warp .service-link a {
  color: #EF0548;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  padding-right: 22px;
}
.team-shape-warp .service-link a i {
  position: absolute;
  right: 0;
  top: 2px;
}

/*
Process Warp Style
======================================================*/
.process-card {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.process-card .icon {
  width: 70px;
  height: 70px;
  line-height: 75px;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.process-card .icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 70px;
  height: 70px;
  z-index: -1;
  border-radius: 50%;
  background: #F5F5F5;
}
.process-card .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  width: 100%;
  background-color: #EF0548;
}
.process-card .process-card-shape {
  position: absolute;
  top: -30px;
  right: 0;
  left: 55px;
  margin-left: auto;
  margin-right: auto;
}
.process-card .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.process-warp {
  position: relative;
}
.process-warp .process-card-shape2 {
  position: absolute;
  top: 52%;
  left: 31%;
}
.process-warp .process-card-shape3 {
  position: absolute;
  top: 52%;
  right: 31%;
}
.process-warp .process-shape1 {
  position: absolute;
  top: 100px;
  left: 12%;
}
.process-warp .process-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

/*
Fun Fact Warp Style
======================================================*/
.fun-fact-warp {
  position: relative;
  z-index: 1;
  margin-bottom: -155px;
}
.fun-fact-warp::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 84%;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  height: 100%;
  background-image: url(../images/abouts/counter-bg.jpg);
}

.counter-list {
  list-style: none;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-list li {
  display: inline-block;
}
.counter-list li .expert-counter {
  text-align: center;
  margin-bottom: 25px;
}
.counter-list li .expert-counter h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
.counter-list li .expert-counter p {
  color: #CCC;
}

.testimonial-slide-warp {
  position: relative;
}
.testimonial-slide-warp .swiper-btn {
  display: flex;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next,
.testimonial-slide-warp .swiper-btn .swiper-button-prev {
  top: -80px;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next::after,
.testimonial-slide-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial-slide-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.testimonial-slide-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 80px;
}

.testimonial-warp {
  background-image: url(../images/heros/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 255px;
}
.testimonial-warp .trending-content {
  padding-top: 15px;
  display: block;
  padding-bottom: 15px;
  border-radius: 5px;
  padding: 15px 25px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.testimonial-warp .trending-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.testimonial-warp .trending-content p span {
  color: #EF0548;
}
.testimonial-warp .testimonial-shape {
  position: absolute;
  top: 320px;
  left: 55%;
}

.testimonial-card {
  margin-bottom: 25px;
  border-radius: 5px;
  background: #ffffff;
  padding: 50px;
  position: relative;
}
.testimonial-card .user-content {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.testimonial-card .user-content .user {
  height: 90px;
  width: 90px;
}
.testimonial-card .user-content .user img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.testimonial-card .user-content .content {
  margin-left: 20px;
}
.testimonial-card .user-content .content h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.testimonial-card .user-content .content span {
  color: rgb(85, 85, 85);
}
.testimonial-card .star i {
  color: #FFC107;
  font-size: 18px;
  margin: 2px;
}
.testimonial-card p {
  margin-bottom: 20px;
}
.testimonial-card .quote {
  position: absolute;
  top: 50px;
  right: 50px;
}

.blog-card {
  margin-bottom: 25px;
}
.blog-card .image {
  position: relative;
  overflow: hidden;
}
.blog-card .image img {
  transition: all ease 0.5s;
  border-radius: 5px 5px 0 0;
}
.blog-card .image .date {
  background-color: #EF0548;
  border-radius: 0px 0px 5px 5px;
  width: 75px;
  padding: 11px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px;
}
.blog-card .image .date span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: Poppins;
}
.blog-card .image .date p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog-card .image .date p:last-child {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #ffffff;
}
.blog-card .content {
  background-color: #ffffff;
  padding: 25px 35px 40px 38px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
}
.blog-card .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
  background-color: #0E1E36;
}
.blog-card .content span {
  color: #EF0548;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.blog-card .content h3 a {
  color: #0E1E36;
}
.blog-card .content .read-more {
  border-radius: 5px;
  border: 1px solid #EEE;
  padding: 16px 35px;
  color: #EF0548;
  display: inline-block;
  font-weight: 500;
  z-index: 2;
  position: relative;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-card .content .blog-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all ease 0.5s;
  opacity: 0;
  pointer-events: none;
}
.blog-card:hover .content::before {
  height: 100%;
}
.blog-card:hover .content span {
  color: #ffffff;
}
.blog-card:hover .content h3 a {
  color: #ffffff;
}
.blog-card:hover .content .read-more {
  background-color: #0E1E36;
  border-color: #ffffff;
  color: #ffffff;
}
.blog-card:hover .content .blog-card-shape {
  opacity: 1;
}
.blog-card:hover .image img {
  transform: scale(1.1);
  border-radius: 5px 5px 0 0;
}

.inner-today-warp {
  background-color: #EF0548;
  position: relative;
  padding: 95px;
  border-radius: 5px;
  margin-bottom: -145px;
  z-index: 1;
}
.inner-today-warp .today-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.inner-today-warp .content {
  margin-right: -65px;
}
.inner-today-warp .content h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #ffffff;
}
.inner-today-warp .content p {
  color: #EEE;
}
.inner-today-warp .default-btn {
  background-color: #0E1E36;
}
.inner-today-warp .default-btn::before {
  border-color: #0E1E36;
}
.inner-today-warp .default-btn::after {
  border-color: #0E1E36;
}
.inner-today-warp .default-btn-style2 {
  color: #ffffff;
}
.inner-today-warp .default-btn-style2::before {
  border-color: #0E1E36;
  background-color: #EF0548;
}
.inner-today-warp .today-shape2 {
  position: absolute;
  bottom: -40px;
  right: 30%;
  pointer-events: none;
}
.inner-today-warp .today-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.footer-warp {
  background-image: url(../images/heros/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 245px;
}
.footer-warp.style2 {
  padding-top: 100px;
}
.footer-warp .another-warp .col-lg-3:nth-child(2) .footer-widget {
  margin-left: 50px;
}
.footer-warp .another-warp .col-lg-3:nth-child(3) .footer-widget {
  margin-left: 15px;
}
.footer-warp .another-warp .col-lg-3:nth-child(4) .footer-widget {
  margin-left: -25px;
}
.footer-warp .copy-right-warp {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-warp .copy-right-warp p {
  color: #CCC;
  margin-bottom: 0;
}
.footer-warp .copy-right-warp p span {
  color: #EF0548;
}
.footer-warp .copy-right-warp p a {
  color: #EF0548;
}
.footer-warp .copy-right-warp .copy-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-warp .copy-right-warp .copy-link li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.footer-warp .copy-right-warp .copy-link li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 9px;
  bottom: 0;
  height: 18px;
  width: 1px;
  background-color: #CCC;
}
.footer-warp .copy-right-warp .copy-link li:last-child {
  padding-right: 0;
}
.footer-warp .copy-right-warp .copy-link li:last-child::before {
  display: none;
}
.footer-warp .copy-right-warp .copy-link li a {
  color: #CCC;
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget h3 {
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
.footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -60px;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.footer-widget .schedule {
  border-radius: 5px;
  background: #1A2940;
  max-width: 277px;
  padding: 32px 25px;
  margin-bottom: 0;
  list-style: none;
}
.footer-widget .schedule li {
  margin-bottom: 12px;
  color: #CCC;
  position: relative;
  padding-left: 20px;
}
.footer-widget .schedule li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer-widget .footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-links li {
  position: relative;
  margin-bottom: 14px;
  color: #ffffff;
  padding-left: 25px;
}
.footer-widget .footer-links li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-widget .footer-links li a {
  color: #cccccc;
}
.footer-widget .footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.footer-widget .footer-item:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-item .content {
  margin-left: 20px;
}
.footer-widget .footer-item .content span {
  font-size: 14px;
  font-family: Poppins;
  color: #EF0548;
  display: block;
  margin-bottom: 12px;
}
.footer-widget .footer-item .content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.footer-widget .footer-item .content h4 a {
  color: #ffffff;
}
.footer-widget .footer-item .user-style {
  height: 70px;
  width: 70px;
}
.footer-widget .footer-item .user-style .user {
  height: 70px;
  width: 70px;
}
.footer-widget .footer-item .user-style .user img {
  border-radius: 50%;
}

.blog-widget {
  max-width: 475px;
}
.blog-widget .logo {
  margin-bottom: 20px;
}
.blog-widget p {
  color: #EEEEEE;
  line-height: 2;
}

.footer-group {
  max-width: 620px;
}
.footer-group h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer-group h5 img {
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.footer-group .footer-input {
  height: 81px;
  position: relative;
}
.footer-group .footer-input .form-control {
  background-color: transparent;
  border-radius: 5px;
  height: 81px;
  padding-left: 25px;
  color: #bdb6b6;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-group .footer-input .form-control:focus {
  box-shadow: unset;
}
.footer-group .footer-input .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-group .footer-input .form-control:focus::placeholder {
  color: transparent;
}
.footer-group .footer-input .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #bdb6b6;
}
.footer-group .footer-input .form-control::placeholder {
  transition: all ease 0.5s;
  color: #bdb6b6;
}
.footer-group .footer-input .default-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.hero-style2-warp {
  background-color: #F5F5F5;
  background-image: url(../images/heros/hero-style2-image1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 335px;
  top: -105px;
  margin-bottom: -100px;
  padding-bottom: 255px;
}
.hero-style2-warp .hero-style2-image2 {
  position: absolute;
  bottom: 0;
  left: 27%;
}
.hero-style2-warp .hero-style2-image3 {
  position: absolute;
  bottom: 40px;
  left: 56%;
  border-radius: 5px;
}
.hero-style2-warp .hero2-shape1 {
  position: absolute;
  top: 25%;
  left: 8%;
}
.hero-style2-warp .hero2-shape2 {
  position: absolute;
  top: 20%;
  left: 35%;
}
.hero-style2-warp .hero2-shape3 {
  position: absolute;
  top: 29%;
  left: 51.6%;
}
.hero-style2-warp .hero2-shape4 {
  position: absolute;
  bottom: 24%;
  left: 46%;
}
.hero-style2-warp .hero2-shape5 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-style2-warp .content {
  max-width: 695px;
}
.hero-style2-warp .content .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-style2-warp .content .title span {
  color: #EF0548;
}
.hero-style2-warp .content h1 {
  font-size: 64px;
  margin-bottom: 20px;
  font-weight: 800;
}
.hero-style2-warp .content .default-btn-style2 {
  background-color: #EF0548;
  margin-top: 25px;
  color: #EF0548;
}
.hero-style2-warp .content .default-btn-style2::before {
  background-color: #F5F5F5;
}
.hero-style2-warp .shape-content {
  position: absolute;
  bottom: 45px;
  left: 39%;
}
.hero-style2-warp .shape-content h6 {
  font-size: 22px;
  margin-bottom: 0;
}
.hero-style2-warp .shape-content span {
  color: rgb(136, 136, 136);
  font-size: 14px;
  display: block;
}

.advisor-card {
  margin-bottom: 45px;
  position: relative;
  padding: 38px 38px 60px 38px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(20, 19, 35, 0.05);
}
.advisor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: all ease 0.5s;
  border-radius: 5px;
  background-color: #0E1E36;
}
.advisor-card .icon {
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 1;
  color: #EF0548;
  transition: all ease 0.5s;
}
.advisor-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.advisor-card .number {
  position: absolute;
  top: 30px;
  color: #F5F5F5;
  font-family: Poppins;
  font-weight: 700;
  transition: all ease 0.5s;
  font-size: 55px;
  right: 40px;
}
.advisor-card .advisor-card-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  transition: all ease 0.5s;
}
.advisor-card .circle-icon {
  width: 70px;
  height: 70px;
  line-height: 72px;
  font-size: 22px;
  text-align: center;
  color: #EF0548;
  border-radius: 50%;
  border: solid 1px transparent;
  position: absolute;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
  bottom: -25px;
  background-color: #ffffff;
}
.advisor-card:hover::before {
  height: 100%;
}
.advisor-card:hover h3 {
  color: #ffffff;
}
.advisor-card:hover p {
  color: #EEE;
}
.advisor-card:hover .icon {
  color: #ffffff;
}
.advisor-card:hover .advisor-card-shape {
  opacity: 1;
}
.advisor-card:hover .number {
  opacity: 0.1;
}
.advisor-card:hover .circle-icon {
  background-color: #EF0548;
  color: #ffffff;
  border-color: #ffffff;
}

.advisor-warp {
  position: relative;
}
.advisor-warp .advisor-shape {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  z-index: -1;
}

.strategy-image {
  position: relative;
  max-width: 590px;
}
.strategy-image .strategy-count {
  position: absolute;
  background-color: #EF0548;
  border-radius: 5px;
  width: 240px;
  padding: 35px;
  bottom: 0;
  left: 65px;
}
.strategy-image .strategy-count h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
}
.strategy-image .strategy-count p {
  margin-bottom: 0;
  color: #ffffff;
}
.strategy-image .strategy-count .strategy-shape {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.strategy-image .image img {
  border-radius: 5px;
}

.strategy-content {
  max-width: 680px;
  margin-right: -30px;
  margin-left: -10px;
}
.strategy-content .strategy-box {
  margin-bottom: 25px;
}
.strategy-content .strategy-box .icon {
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 78px;
  color: #EF0548;
  text-align: center;
  border-radius: 5px;
  background: #FCCDDA;
  margin-bottom: 28px;
}
.strategy-content .strategy-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.strategy-content .strategy-box p {
  margin-bottom: 0;
}
.strategy-content p {
  margin-bottom: 25px;
}
.strategy-content .default-btn-style2 {
  margin-top: 15px;
  color: #EF0548;
  background-color: #EF0548;
}

.strategy-warp {
  position: relative;
}
.strategy-warp .strategy-shape2 {
  position: absolute;
  bottom: 80px;
  right: 10%;
  z-index: -1;
}
.strategy-warp .strategy-shape3 {
  position: absolute;
  bottom: 95px;
  right: 28%;
}

.provide-card {
  margin-bottom: 25px;
}
.provide-card .content {
  position: relative;
  padding: 40px 25px 40px 38px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
.provide-card .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  background-color: #0E1E36;
}
.provide-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.provide-card .content h3 a {
  color: #0E1E36;
}
.provide-card .content p {
  margin-bottom: 25px;
}
.provide-card .content .provide-card-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .provide-card-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all ease 0.5s;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .provide-card-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all ease 0.5s;
  pointer-events: none;
  z-index: -1;
}
.provide-card .content .icon {
  width: 60px;
  height: 60px;
  color: #EF0548;
  font-size: 22px;
  line-height: 66px;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
}
.provide-card .content .linked-icon {
  color: #EF0548;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.provide-card .content .another-icon {
  position: absolute;
  right: 40px;
  bottom: 25px;
}
.provide-card .image {
  overflow: hidden;
}
.provide-card .image img {
  border-radius: 5px 5px 0 0;
  transition: all ease 0.5s;
}
.provide-card:hover .image img {
  transform: scale(1.1);
}
.provide-card:hover .content::before {
  height: 100%;
}
.provide-card:hover .content h3 a {
  color: #ffffff;
}
.provide-card:hover .content p {
  color: #CCCCCC;
}
.provide-card:hover .content .another-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(261deg) brightness(107%) contrast(101%);
}
.provide-card:hover .content .icon {
  background-color: #EF0548;
  color: #ffffff;
}
.provide-card:hover .content .provide-card-shape2 {
  opacity: 0;
}
.provide-card:hover .content .provide-card-shape3 {
  opacity: 1;
}
.provide-card:hover .content .provide-card-shape1 {
  opacity: 0.1;
}

.provide-slider-warp {
  position: relative;
}

.choose-content {
  margin-right: -20px;
}
.choose-content h2 {
  letter-spacing: -0.1rem;
  margin-bottom: 25px;
}
.choose-content .icon-content {
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 35px;
}
.choose-content .icon-content .icon-style {
  width: 75px;
  height: 75px;
}
.choose-content .icon-content .icon-style .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  color: #EF0548;
  font-size: 40px;
  border: 1px solid #EEE;
}
.choose-content .icon-content .content {
  padding-left: 18px;
}
.choose-content .icon-content .content p {
  font-size: 20px;
  font-family: Poppins;
  color: #0E1E36;
  margin-bottom: 2px;
}
.choose-content .icon-content .content .faqs {
  color: #EF0548;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.choose-content .icon-content .content i {
  color: #0E1E36;
  position: relative;
  font-size: 22px;
  top: 3px;
  padding-right: 10px;
}

.choose-image {
  max-width: 600px;
  padding-left: 60px;
  padding-bottom: 200px;
  padding-right: 115px;
  margin-left: auto;
  position: relative;
}
.choose-image .choose1 {
  width: 425px;
  border-radius: 5px;
}
.choose-image .choose2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  border-radius: 5px;
}
.choose-image .survey {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 225px;
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 83px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 78%, 0 100%, 0 0);
  background-color: #0E1E36;
}
.choose-image .survey .round-number {
  width: 100px;
  height: 100px;
  padding: 34px 0;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EF0548;
}
.choose-image .survey .round-number::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed #EF0548;
  border-spacing: 2px;
}
.choose-image .survey .round-number h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #ffffff;
}
.choose-image .survey p {
  color: #EEE;
  margin-bottom: 0;
}

.choose-warp {
  position: relative;
}
.choose-warp .choose-shape2 {
  position: absolute;
  right: 10%;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.choose-warp .choose-shape1 {
  position: absolute;
  bottom: 18%;
  left: 40%;
}

.inner-counter-warp {
  position: relative;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  padding: 95px 65px 70px 65px;
  margin-bottom: -150px;
}
.inner-counter-warp .counter-map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.inner-counter-warp .expert-counter {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.inner-counter-warp .expert-counter .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: #0E1E36;
  position: relative;
  z-index: 2;
}
.inner-counter-warp .expert-counter .icon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -7px;
  z-index: 0;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #EF0548;
}
.inner-counter-warp .expert-counter .content {
  margin-left: 20px;
}
.inner-counter-warp .expert-counter .content h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 600;
}
.inner-counter-warp .col-lg-3:nth-child(4) .expert-counter {
  margin-left: 65px;
}
.inner-counter-warp .col-lg-3:nth-child(3) .expert-counter {
  margin-left: 50px;
}
.inner-counter-warp .col-lg-3:nth-child(2) .expert-counter {
  margin-left: 30px;
}

.auxiliary-warp {
  background-image: url(../images/heros/oxilary-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 322px;
  padding-bottom: 322px;
}
.auxiliary-warp.style2 {
  padding-top: 272px;
  padding-bottom: 272px;
}

.effective-warp {
  margin-top: -400px;
  position: relative;
}
.effective-warp .section-title h2 {
  color: #ffffff;
}
.effective-warp .section-title h2 span::before {
  background-color: #EF0548;
}
.effective-warp .effective-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.effective-card {
  position: relative;
  margin-bottom: 25px;
}
.effective-card .image img {
  border-radius: 5px;
}
.effective-card .content-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
}
.effective-card .content-icon .content {
  background-color: #ffffff;
  padding: 35px 30px 35px 35px;
  width: 365px;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
}
.effective-card .content-icon .content .title {
  padding-left: 55px;
  position: relative;
  color: #EF0548;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.effective-card .content-icon .content .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.effective-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.effective-card .content-icon .content h3 a {
  color: #0E1E36;
}
.effective-card .content-icon .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background-image: url(../images/shapes/effective-card-shape2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.effective-card .content-icon .icon {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  color: #EF0548;
  position: relative;
  margin-left: -30px;
  font-size: 20px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.06);
  z-index: 2;
  transition: all ease 0.5s;
}
.effective-card .content-icon .effective-card-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all ease 0.5s;
  opacity: 0;
  pointer-events: none;
}
.effective-card:hover .content-icon .content {
  background-color: #0E1E36;
}
.effective-card:hover .content-icon .content::before {
  opacity: 0;
}
.effective-card:hover .content-icon .content h3 a {
  color: #ffffff;
}
.effective-card:hover .content-icon .icon {
  background-color: #EF0548;
  color: #ffffff;
}
.effective-card:hover .content-icon .effective-card-shape {
  opacity: 1;
}

.information-form {
  max-width: 700px;
  position: relative;
  padding: 70px;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  border-radius: 5px;
}
.information-form h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.information-form p {
  margin-bottom: 35px;
}
.information-form .form-control {
  height: 60px;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid #EEE;
  background-color: transparent;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.information-form .form-control:focus {
  box-shadow: unset;
  border-color: #EF0548;
}
.information-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.information-form .form-control:focus::placeholder {
  color: transparent;
}
.information-form .form-control::-moz-placeholder {
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #888;
}
.information-form .form-control::placeholder {
  transition: all ease 0.5s;
  color: #888;
}
.information-form textarea {
  height: 160px !important;
  padding-top: 12px;
}
.information-form .info-form-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.info-content {
  max-width: 565px;
  margin-right: -20px;
  margin-left: -10px;
}
.info-content .default-btn-style2 {
  background-color: #EF0548;
  margin-top: 18px;
  color: #EF0548;
}
.info-content .get-info {
  margin-top: 35px;
}
.info-content .get-info .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.info-content .get-info .info-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
  font-family: Poppins;
  font-size: 22px;
  color: #0E1E36;
  font-weight: 600;
}
.info-content .get-info .info-list li a {
  color: #0E1E36;
}
.info-content .get-info .info-list li:last-child {
  margin-bottom: 0;
}
.info-content .get-info .info-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #0E1E36;
}
.info-content .get-info .info-list li p {
  color: #555;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  margin-top: 8px;
}

.information-warp {
  position: relative;
}
.information-warp .info-shape1 {
  position: absolute;
  right: 13%;
  top: 28%;
  z-index: -1;
  pointer-events: none;
}
.information-warp .info-shape2 {
  position: absolute;
  top: -63px;
  right: 23%;
  pointer-events: none;
}

.member-card {
  margin-bottom: 25px;
  margin-right: 30px;
  position: relative;
}
.member-card .content-icon {
  display: flex;
  align-items: center;
  padding-top: 25px;
  position: relative;
  justify-content: space-between;
}
.member-card .content-icon .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.member-card .content-icon .content h3 a {
  color: #0E1E36;
}
.member-card .content-icon .content p {
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link {
  padding-right: 30px;
  height: 55px;
}
.member-card .content-icon .icon-link .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  top: -52px;
  position: relative;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li {
  margin-bottom: 12px;
}
.member-card .content-icon .icon-link .social-list li:first-child {
  position: relative;
  z-index: 1;
  top: 0;
}
.member-card .content-icon .icon-link .social-list li .icon {
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  line-height: 62px;
  color: #0E1E36;
}
.member-card .content-icon .icon-link .social-list li:nth-child(2) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(3) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(4) {
  position: absolute;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list li:nth-child(5) {
  position: absolute;
  margin-bottom: 0;
  top: 0;
  transition: all ease 0.5s;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(2) {
  top: -270px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(3) {
  top: -202px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(4) {
  top: -136px;
}
.member-card .content-icon .icon-link .social-list:hover li:nth-child(5) {
  top: -70px;
}
.member-card .content-icon .icon-link .share {
  width: 55px;
  height: 55px;
  display: block;
  color: #EF0548;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  line-height: 65px;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.04);
}
.member-card .content-icon .member-card2 {
  position: absolute;
  right: 80px;
  opacity: 0;
  transition: all ease 0.5s;
}
.member-card .image {
  position: relative;
}
.member-card .image .member-card1 {
  position: absolute;
  right: -30px;
  top: 30px;
  z-index: -1;
}
.member-card .image img {
  border-radius: 5px;
}
.member-card:hover .member-card2 {
  opacity: 1;
}

.member-slider-warp {
  position: relative;
}

.member-warp {
  position: relative;
}
.member-warp .member-shape {
  position: absolute;
  top: 150px;
  left: 12%;
}

.easy-widget {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.easy-widget .number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #EBE8E8;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.easy-widget .number h1 {
  font-size: 50px;
  line-height: 100px;
  color: #ffffff;
  transition: all ease 0.5s;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
}
.easy-widget h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.easy-widget .easy-card-shape1 {
  position: absolute;
  top: 35px;
  left: 93%;
}
.easy-widget:hover .number {
  background-color: #EF0548;
  border-color: #EF0548;
}
.easy-widget:hover .number h1 {
  color: #EF0548;
  -webkit-text-stroke: 1px #ffffff;
}

.easy-warp {
  position: relative;
}
.easy-warp .easy-shape1 {
  position: absolute;
  top: 100px;
  left: 12%;
  pointer-events: none;
}
.easy-warp .easy-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.inner-partner-warp {
  background-image: url(../images/heros/partner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.04);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 70px 80px;
  text-align: center;
}

.client-card {
  border: solid 1px #EEEEEE;
  padding: 35px 34px;
  background-color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.05);
}
.client-card .icon-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.client-card .icon-star .star i {
  color: #FFC107;
  font-size: 18px;
  padding-right: 5px;
}
.client-card .icon-star .icon img {
  transition: all ease 0.5s;
}
.client-card .user-content {
  margin-top: 20px;
  padding: 44px 28px 30px 28px;
  display: flex;
  align-items: center;
  background-image: url(../images/shapes/client-border.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.client-card .user-content .user-style {
  height: 75px;
  width: 75px;
}
.client-card .user-content .user-style .user {
  height: 75px;
  width: 75px;
}
.client-card .user-content .user-style .user img {
  border-radius: 50%;
}
.client-card .user-content .content {
  margin-left: 20px;
}
.client-card .user-content .content h5 {
  font-size: 19px;
  margin-bottom: 5px;
}
.client-card .user-content .content p {
  margin-bottom: 0;
}
.client-card:hover .icon-star .icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(6184%) hue-rotate(335deg) brightness(90%) contrast(110%);
}

.client-warp {
  position: relative;
}
.client-warp .testimonial-shape {
  position: absolute;
  top: 320px;
  left: 55%;
}
.client-warp .client-shape1 {
  position: absolute;
  bottom: 170px;
  left: 0;
  pointer-events: none;
}

.blog-box {
  margin-bottom: 25px;
}
.blog-box .image img {
  border-radius: 5px;
}
.blog-box .content {
  padding: 25px;
  border-radius: 5px;
  background: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  position: relative;
  transition: all ease 0.5s;
  z-index: 2;
}
.blog-box .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  height: 0;
  transition: all ease 0.5s;
  width: 100%;
  z-index: -1;
  box-shadow: 0px 0px 30px 10px rgba(14, 30, 54, 0.05);
  background-color: #0E1E36;
}
.blog-box .content .date-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-box .content .date-list li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-left: 30px;
  font-family: Poppins;
  transition: all ease 0.5s;
}
.blog-box .content .date-list li:last-child {
  padding-right: 0;
}
.blog-box .content .date-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #EF0548;
}
.blog-box .content .date-list li a {
  font-family: Poppins;
}
.blog-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.blog-box .content h3 a {
  color: #0E1E36;
}
.blog-box .content p {
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.blog-box .content .read-more {
  font-weight: 500;
  color: #EF0548;
  font-family: Poppins;
}
.blog-box .content .blog-box-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.5s;
}
.blog-box:hover .content::before {
  height: 100%;
}
.blog-box:hover .content .date-list li {
  color: #CCCCCC;
}
.blog-box:hover .content .date-list li a {
  color: #CCCCCC;
}
.blog-box:hover .content .blog-box-shape {
  opacity: 1;
}
.blog-box:hover .content p {
  color: #CCCCCC;
}
.blog-box:hover .content h3 a {
  color: #ffffff;
}

.blog-style2-warp {
  position: relative;
}
.blog-style2-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  background: #F5F5F5;
}

.third-header {
  position: relative;
  z-index: 3;
  background-color: #EF0548;
  padding-bottom: 60px;
}
.third-header .header-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.third-header .header-content-list li i {
  color: #ffffff;
}
.third-header .header-contact .contact-list li {
  color: #ffffff;
}
.third-header .header-contact .contact-list li a {
  color: #ffffff;
}
.third-header .header-contact .social-list li a {
  line-height: 0;
  color: #ffffff;
  opacity: 1;
}

.hero-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 310px;
  padding-bottom: 230px;
  z-index: 1;
}
.hero-slide-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  opacity: 0.8000000119;
  background: #131313;
}
.hero-slide-bg.bg1 {
  background-image: url(../images/heros/hero-bg1.jpg);
}
.hero-slide-bg.bg2 {
  background-image: url(../images/heros/hero-bg2.jpg);
}
.hero-slide-bg.bg3 {
  background-image: url(../images/heros/hero-bg3.jpg);
}
.hero-slide-bg.bg4 {
  background-image: url(../images/heros/hero-bg4.jpg);
}
.hero-slide-bg .hero3-shape3 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 27%;
  transform: translateY(5px);
}
.hero-slide-bg .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero-slide-bg .content .title {
  font-weight: 600;
  color: #EF0548;
  display: block;
  margin-bottom: 14px;
}
.hero-slide-bg .content h1 {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero-slide-bg .content p {
  color: #EEE;
  margin-bottom: 30px;
}
.hero-slide-bg .hero3-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.hero-slide-bg .hero3-shape2 {
  position: absolute;
  bottom: 18%;
  right: 16%;
}
.hero-slide-bg .hero3-shape4 {
  position: absolute;
  bottom: 28%;
  left: 26%;
}

.hero-style3-warp {
  position: relative;
  margin-top: -55px;
}
.hero-style3-warp .swiper-btn .swiper-button-next,
.hero-style3-warp .swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 52%);
}
.hero-style3-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 150px;
}
.hero-style3-warp .swiper-btn .swiper-button-prev {
  left: 150px;
  right: auto;
}
.hero-style3-warp .swiper-btn .swiper-button-next::before,
.hero-style3-warp .swiper-btn .swiper-button-prev::before {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.hero-style3-warp .swiper-btn .swiper-button-next:hover::before,
.hero-style3-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #EF0548;
  color: #ffffff;
}

.innovative-image {
  position: relative;
  padding-right: 120px;
  max-width: 675px;
  margin-right: -30px;
}
.innovative-image .performance {
  width: 440px;
  box-shadow: 0px 0px 50px 15px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  padding: 50px;
  bottom: 30px;
}
.innovative-image .performance .icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.innovative-image .performance .icon-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.innovative-image .performance .performance-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innovative-image .performance .performance-list li {
  display: flex;
  align-items: center;
}
.innovative-image .performance .performance-list li .round-icon {
  width: 50px;
  height: 50px;
}
.innovative-image .performance .performance-list li .round-icon .list-icon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #EF0548;
}
.innovative-image .performance .performance-list li .content {
  margin-left: 15px;
}
.innovative-image .performance .performance-list li .content h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.innovative-image .performance .performance-list li .content h5 img {
  position: relative;
  top: -2px;
}
.innovative-image .performance .content-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.innovative-image .performance .content-number p {
  font-family: Poppins;
  margin-bottom: 0;
}
.innovative-image .performance .content-number span {
  font-weight: 600;
  color: #0E1E36;
}
.innovative-image .performance .progress-warp {
  padding-top: 25px;
  margin-top: 25px;
  border-top: solid 1px #EEE;
}
.innovative-image .performance .progress-warp .progress {
  border-radius: 3px;
  background: #EEE;
  height: 10px;
}
.innovative-image .performance .progress-warp .progress-bar {
  background-color: #EF0548;
}
.innovative-image .experience {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  left: -86px;
  top: 50px;
  background-image: url(../images/shapes/experience.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  padding: 30px 30px;
}
.innovative-image .experience h1 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 0;
}
.innovative-image .experience p {
  font-family: Poppins;
  color: #ffffff;
}
.innovative-image .innovative1 {
  border-radius: 5px;
}

.innovative-content {
  max-width: 585px;
  margin-right: -40px;
  margin-left: 60px;
}
.innovative-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.innovative-content ul li {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}
.innovative-content ul li .icon {
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 5px;
  text-align: center;
  font-size: 35px;
  color: #EF0548;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #EF0548;
}
.innovative-content ul li h5 {
  font-size: 22px;
  font-weight: 600;
}
.innovative-content ul li:last-child {
  margin-bottom: 0;
}
.innovative-content .default-btn {
  margin-top: 40px;
}

.innovative-warp {
  position: relative;
}
.innovative-warp .innovative-shape1 {
  position: absolute;
  top: 198px;
  left: 49%;
}
.innovative-warp .innovative-shape2 {
  position: absolute;
  right: 0;
  bottom: 23%;
  z-index: -1;
}
.innovative-warp .innovative-shape3 {
  position: absolute;
  bottom: 70px;
  right: 23%;
}

.inner-customer-warp {
  margin-bottom: 0;
}

.customer-warp {
  position: relative;
}
.customer-warp::before {
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  height: 1px;
  width: 41%;
  background-color: rgb(221, 221, 221);
}
.customer-warp::after {
  content: "";
  position: absolute;
  top: 86px;
  right: 0;
  height: 1px;
  width: 41%;
  background-color: rgb(221, 221, 221);
}
.customer-warp .section-title h1 {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 2.4px;
  background-image: url(../images/shapes/text-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reforms-warp {
  background-color: #0E1E36;
  position: relative;
  z-index: 1;
}
.reforms-warp .reform-shape1 {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.reforms-content {
  max-width: 450px;
  margin-right: -20px;
}
.reforms-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.reforms-content .video-image {
  position: relative;
  margin-bottom: 30px;
}
.reforms-content .video-image .rounded-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-37px);
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  cursor: pointer;
  color: #ffffff;
  background-color: #EF0548;
  transition: all ease 0.5s;
}
.reforms-content .video-image .rounded-circle:hover {
  background-color: #ffffff;
  color: #EF0548;
}
.reforms-content .video-image img {
  border-radius: 5px;
}
.reforms-content p {
  color: #cccccc;
}
.reforms-content .service-btn {
  color: #EF0548;
}
.reforms-content .service-btn i {
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 18px;
}

.reform-big-warp {
  margin-left: 70px;
}
.reform-big-warp .reform-card {
  margin-bottom: 25px;
  border-radius: 5px;
  background: #1A2940;
  position: relative;
  padding: 38px;
}
.reform-big-warp .reform-card .reform-card-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.reform-big-warp .reform-card .icon {
  margin-bottom: 20px;
}
.reform-big-warp .reform-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.reform-big-warp .reform-card h3 a {
  color: #ffffff;
}
.reform-big-warp .reform-card p {
  color: #CCC;
  margin-bottom: 18px;
}
.reform-big-warp .reform-card .read-more {
  color: #EF0548;
}
.reform-big-warp .reform-card .read-more i {
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 18px;
}

.mission-content {
  max-width: 600px;
}
.mission-content .progress-bar {
  margin-bottom: 25px;
}
.mission-content .progress-bar .progress-content {
  margin-bottom: 12px;
}
.mission-content .progress-bar .progress-content h6 {
  font-size: 18px;
  font-weight: 600;
}
.mission-content .progress-bar .progress-content span {
  font-size: 18px;
  font-weight: 600;
  color: #0E1E36;
  font-family: Poppins;
}
.mission-content .progress {
  --progress: 0%;
  width: 100%;
  background-color: #F3F3F3;
  height: 8px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.mission-content .progress .bar {
  width: 80%;
  height: 100%;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  background: #EF0548;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.mission-content .progress .bar2 {
  width: 90%;
  height: 100%;
  background: #EF0548;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
@property --progress {
  .mission-content {
    syntax: "<length>";
    initial-value: 0%;
    inherits: true;
  }
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes end {}
.mission-content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  border: 1px solid #EF0548;
  color: #EF0548;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.mission-content p {
  margin-bottom: 25px;
}

.mission-image .mission2 {
  margin-top: 30px;
}
.mission-image img {
  border-radius: 5px;
}

.mission-warp {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mission-warp .mission-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.mission-warp .mission-shape2 {
  position: absolute;
  bottom: 83px;
  left: 38%;
}
.mission-warp .mission-shape3 {
  position: absolute;
  bottom: 75px;
  right: 29%;
  z-index: -1;
}

.companies-warp {
  background-image: url(../images/heros/companies-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 185px;
  position: relative;
}
.companies-warp .section-title h2 {
  color: #ffffff;
}
.companies-warp .pagination-slider-warp .swiper-pagination-bullet::after {
  background-color: #324054 !important;
}
.companies-warp .companies-shape1 {
  position: absolute;
  top: 260px;
  left: 200px;
}
.companies-warp .companies-shape2 {
  position: absolute;
  top: 120px;
  right: 10%;
}
.companies-warp .companies-shape3 {
  position: absolute;
  bottom: 100px;
  right: 27%;
}

.info-content .read-more {
  padding: 18px 40px;
  border-radius: 5px;
  border: 1px solid #EF0548;
  color: #EF0548;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px;
}

.information-style2-warp {
  position: relative;
}
.information-style2-warp .information-form {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.information-style2-warp .info-shape1 {
  position: absolute;
  right: 13%;
  bottom: 14%;
  z-index: -1;
}

.member-card.style2 {
  margin-right: 0;
}
.member-card.style2 .content-icon {
  width: 355px;
  position: absolute;
  left: 0;
  bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  padding: 22px 30px;
  border-radius: 5px;
}
.member-card.style2 .content-icon .icon-link {
  padding-right: 0;
}
.member-card.style2 .content-icon .icon-link .social-list {
  top: 4px;
  right: -55px;
}
.member-card.style2 .content-icon .team-card-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
.member-card.style2:hover .content-icon {
  background-color: #0E1E36;
}
.member-card.style2:hover .content-icon .content h3 a {
  color: #ffffff;
}
.member-card.style2:hover .content-icon .content p {
  color: #cccccc;
}

.people-warp {
  position: relative;
}
.people-warp .people-shape1 {
  position: absolute;
  top: 75px;
  left: 14%;
}

.solution-card {
  margin-bottom: 25px;
  border-radius: 50%;
  text-align: center;
  height: 325px;
  width: 325px;
  position: relative;
  padding: 45px 40px;
  border: solid 5px #ffffff;
}
.solution-card .number h1 {
  font-size: 100px;
  line-height: 100px;
  color: transparent;
  transition: all ease 0.5s;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
}
.solution-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.solution-card .icon {
  width: 80px;
  height: 100px;
  border-radius: 50%;
  background-color: #F5F5F5;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 106px;
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 9px;
}
.solution-card .icon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  z-index: -1;
  background-color: #EF0548;
}
.solution-card .easy-card-shape2 {
  position: absolute;
  top: 35px;
  left: 93%;
}
.solution-card:hover .number h1 {
  color: #EF0548;
  -webkit-text-stroke: 1px #ffffff;
}
.solution-card .solutions-card-shape1 {
  position: absolute;
  bottom: -20px;
  right: -115px;
}
.solution-card .solutions-card-shape2 {
  position: absolute;
  bottom: -20px;
  right: -30px;
}

.solution-warp {
  position: relative;
  z-index: 1;
}
.solution-warp .col-lg-4:nth-child(1) .solution-card {
  margin-right: auto;
}
.solution-warp .col-lg-4:nth-child(2) .solution-card {
  margin-right: auto;
  margin-left: auto;
}
.solution-warp .col-lg-4:nth-child(3) .solution-card {
  margin-left: auto;
}
.solution-warp .solutions-shape1 {
  position: absolute;
  top: 160px;
  left: 14%;
}
.solution-warp .solutions-shape2 {
  position: absolute;
  top: 110px;
  right: 15%;
}
.solution-warp .solutions-shape3 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.solution-warp .solutions-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.inner-partner-warp {
  position: relative;
  z-index: 1;
}
.inner-partner-warp.style2 {
  margin-bottom: -100px;
}

.review-warp {
  position: relative;
  margin-top: -340px;
}
.review-warp .testimonial-shape {
  position: absolute;
  top: 60px;
  left: 55%;
}
.review-warp .section-warp h2 {
  color: #ffffff;
}
.review-warp .review-shape1 {
  position: absolute;
  top: 52.4%;
  z-index: -1;
  pointer-events: none;
}
.review-warp .both-shape {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.review-warp .swiper-btn .swiper-button-next::before,
.review-warp .swiper-button-prev::before {
  background: #26344A;
  color: #ffffff;
}

.review-card {
  margin-bottom: 25px;
  box-shadow: 0px 0px 50px 10px rgba(14, 30, 54, 0.05);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 38px;
}
.review-card .user-content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.review-card .user-content .user {
  height: 75px;
  width: 75px;
}
.review-card .user-content .user img {
  border-radius: 50px;
}
.review-card .user-content .content {
  margin-left: 20px;
}
.review-card .user-content .content h4 {
  font-size: 19px;
  margin-bottom: 5px;
}
.review-card p {
  margin-bottom: 20px;
}
.review-card .star i {
  color: #FFC107;
  margin-right: 4px;
  font-size: 18px;
}
.review-card .quote {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 30px;
  bottom: 56px;
}

.blog-style3-warp {
  position: relative;
}
.blog-style3-warp .blog-shape2 {
  position: absolute;
  top: 0;
  left: 14%;
}
.blog-style3-warp .blog-shape1 {
  position: absolute;
  top: 36%;
  right: 6%;
  pointer-events: none;
  z-index: -1;
}

.inner2-today-warp {
  padding: 80px;
  overflow: hidden;
}
.inner2-today-warp .want-content {
  max-width: 270px;
}
.inner2-today-warp .want-content h4 {
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 0;
}
.inner2-today-warp .contact-icon {
  text-align: center;
  position: relative;
}
.inner2-today-warp .contact-icon::before {
  content: "";
  position: absolute;
  width: 104px;
  left: 0;
  top: 42px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}
.inner2-today-warp .contact-icon::after {
  content: "";
  position: absolute;
  width: 104px;
  right: 0;
  top: 42px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.25);
}
.inner2-today-warp .contact-icon .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0E1E36;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  line-height: 85px;
  font-size: 22px;
}
.inner2-today-warp .contact-content {
  margin-left: auto;
  max-width: 200px;
}
.inner2-today-warp .contact-content a {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}
.inner2-today-warp .today-shape3 {
  position: absolute;
  top: -30px;
  right: 40%;
}

.inner-hero-warp {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
  z-index: 1;
}
.inner-hero-warp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 62%;
  background-image: url(../images/shapes/all-inner-main-shape.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-hero-warp.bg1 {
  background-image: url(../images/heros/about-bg.jpg);
}
.inner-hero-warp.testimonial-bg {
  background-image: url(../images/heros/testimonial-bg1.jpg);
}
.inner-hero-warp.blog-bg {
  background-image: url(../images/heros/blog-bg.jpg);
}
.inner-hero-warp.contact-bg {
  background-image: url(../images/heros/about-bg.jpg);
}
.inner-hero-warp.faq-bg {
  background-image: url(../images/heros/faq-bg.jpg);
}
.inner-hero-warp.portfolio-bg {
  background-image: url(../images/heros/portfolio-details-bg.jpg);
}
.inner-hero-warp.portfolio-bg1 {
  background-image: url(../images/heros/portfolio-bg.jpg);
}
.inner-hero-warp.pricing-bg {
  background-image: url(../images/heros/pricing-bg.jpg);
}
.inner-hero-warp.service-bg2 {
  background-image: url(../images/heros/service-bg.jpg);
}
.inner-hero-warp.service-bg1 {
  background-image: url(../images/heros/service-bg.jpg);
}
.inner-hero-warp.team-bg2 {
  background-image: url(../images/heros/team-details.jpg);
}
.inner-hero-warp.team-bg1 {
  background-image: url(../images/heros/team.jpg);
}
.inner-hero-warp .inner-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.inner-hero-warp .inner-shape4 {
  position: absolute;
  left: 42.8%;
  top: 43%;
}
.inner-hero-warp .inner-shape2 {
  bottom: 83px;
  position: absolute;
  left: 35%;
}
.inner-hero-warp .inner-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.inner-hero-warp .content {
  position: relative;
}
.inner-hero-warp .content h1 {
  font-size: 100px;
  line-height: 100px;
  color: transparent;
  transition: all ease 0.5s;
  margin-bottom: 0;
  position: absolute;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  top: -38px;
}
.inner-hero-warp .content .inner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.inner-hero-warp .content .inner-list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  color: #EF0548;
}
.inner-hero-warp .content .inner-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 12px;
  bottom: 0;
  height: 18px;
  width: 2px;
  background-color: #ffffff;
}
.inner-hero-warp .content .inner-list li:last-child {
  padding-right: 0;
}
.inner-hero-warp .content .inner-list li:last-child::before {
  display: none;
}
.inner-hero-warp .content .inner-list li a {
  color: #ffffff;
}
.inner-hero-warp .content h2 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 0;
}
.inner-hero-warp .inner-shape3 {
  top: 50px;
  position: absolute;
  left: 35%;
}

/*
Pagination Style
=======================================================*/
.all-pagination {
  padding-top: 10px;
  margin-bottom: -15px;
}
.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;
  top: 2px;
  color: #EF0548;
  font-size: 22px;
}
.all-pagination .pagination li:first-child {
  padding-left: 0;
}
.all-pagination .pagination li:first-child .page-link i {
  position: relative;
  left: 0;
  color: #EF0548;
  top: 3px;
  font-size: 22px;
}
.all-pagination .pagination li .page-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 51px;
  border: none;
  color: #BBB;
  transition: all ease 0.5s;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}
.all-pagination .pagination li .page-link:hover {
  background-color: #EF0548;
  color: #ffffff;
}
.all-pagination .pagination li .page-link:hover i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active {
  background-color: #EF0548;
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link:focus {
  box-shadow: unset;
}

.service-card .box-shadow {
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}

.service-video-warp {
  background-image: url(../images/services/video-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.service-video-warp .service-video-content {
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.service-video-warp .service-video-content .video-btn {
  height: 70px;
  width: 70px;
  background-color: #EF0548;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  font-size: 28px;
  color: #ffffff;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}
.service-video-warp .service-video-content .video-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: rgba(239, 5, 72, 0.2);
  border-radius: 50%;
}
.service-video-warp .service-video-content .title {
  font-size: 16px;
  font-family: Poppins;
  display: inline-block;
  font-weight: 500;
  color: #EF0548;
  position: relative;
  margin-bottom: 12px;
  padding-right: 55px;
  margin-top: 22px;
}
.service-video-warp .service-video-content .title::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 48px;
  background-color: #EF0548;
}
.service-video-warp .service-video-content h2 {
  font-size: 48px;
  margin-bottom: 25px;
  color: #ffffff;
}
.service-video-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(14, 30, 54, 0.7);
}
.service-video-warp .service-video-shape1 {
  position: absolute;
  top: 223px;
  left: 17%;
}
.service-video-warp .service-video-shape2 {
  position: absolute;
  bottom: 154px;
  right: 15%;
}

.service-big-warp .content1 {
  margin-bottom: 35px;
}
.service-big-warp .content1 h3 {
  font-size: 48px;
  margin-bottom: 15px;
}
.service-big-warp .image {
  margin-bottom: 35px;
}
.service-big-warp .image img {
  border-radius: 5px;
}
.service-big-warp .content2 {
  margin-bottom: 35px;
}
.service-big-warp .content2 h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-big-warp .image-content {
  margin-bottom: 30px;
}
.service-big-warp .image-content .image2 {
  margin-bottom: 25px;
}
.service-big-warp .image-content .image2 img {
  border-radius: 5px;
}
.service-big-warp .image-content .content3 {
  margin-bottom: 25px;
}
.service-big-warp .image-content .content3 .content3-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.service-big-warp .image-content .content3 .content3-list li {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 18px 20px 18px 50px;
  font-size: 16px;
  font-weight: 500;
  color: #0E1E36;
  background: rgba(239, 5, 72, 0.06);
}
.service-big-warp .image-content .content3 .content3-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 30px;
  bottom: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #EF0548;
}
.service-big-warp .content4 {
  margin-bottom: 30px;
}
.service-big-warp .content4 h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-big-warp .content4 .content4-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-big-warp .content4 .content4-list li {
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
.service-big-warp .content4 .content4-list li:last-child {
  margin-bottom: 0;
}
.service-big-warp .content4 .content4-list li .icon {
  width: 50px;
  height: 46px;
  left: 0;
  top: 3px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  border-radius: 5px;
  background: #EF0548;
}
.service-big-warp .content5 {
  margin-bottom: 25px;
}
.service-big-warp .content5 h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.service-big-warp .content5 p {
  margin-bottom: 0;
}

.service-small-warp .input-box {
  height: 100px;
  padding: 20px 22px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #F5F5F5;
}
.service-small-warp .input-box .input-submit {
  height: 60px;
  position: relative;
}
.service-small-warp .input-box .form-control {
  height: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}
.service-small-warp .input-box .form-control:focus {
  box-shadow: unset;
}
.service-small-warp .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control:focus::placeholder {
  color: transparent;
}
.service-small-warp .input-box .form-control::-moz-placeholder {
  color: #888;
}
.service-small-warp .input-box .form-control::placeholder {
  color: #888;
}
.service-small-warp .input-box .default-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
  padding: 18px 25px;
}
.service-small-warp .all-boxes {
  padding: 40px;
  border-radius: 5px;
  background: #F5F5F5;
}
.service-small-warp .all-boxes h3 {
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
}
.service-small-warp .all-boxes h3::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -40px;
  bottom: 0;
  width: 2px;
  height: 50px;
  background-color: #EF0548;
}
.service-small-warp .category {
  margin-bottom: 30px;
}
.service-small-warp .category .categories-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-small-warp .category .categories-list li {
  position: relative;
  padding: 18px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  transition: all ease 0.5s;
}
.service-small-warp .category .categories-list li:hover {
  background-color: #EF0548;
}
.service-small-warp .category .categories-list li:hover a {
  color: #ffffff;
}
.service-small-warp .category .categories-list li:hover i {
  color: #ffffff;
}
.service-small-warp .category .categories-list li:last-child {
  margin-bottom: 0;
}
.service-small-warp .category .categories-list li i {
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: all ease 0.5s;
  color: #EF0548;
}
.service-small-warp .category .categories-list li a {
  color: #0E1E36;
}
.service-small-warp .need-warp {
  text-align: center;
  background-color: #0E1E36;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 5px;
  position: relative;
}
.service-small-warp .need-warp .logo {
  margin-bottom: 20px;
  display: block;
}
.service-small-warp .need-warp h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.service-small-warp .need-warp .service-details-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.service-small-warp .need-warp .service-details-shape2 {
  position: absolute;
  top: 50px;
  right: 50px;
  pointer-events: none;
}
.service-small-warp .need-warp .service-details-shape3 {
  position: absolute;
  bottom: 50px;
  right: -20px;
  pointer-events: none;
}
.service-small-warp .tags {
  margin-top: 30px;
}
.service-small-warp .tags a {
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
  display: inline-block;
  margin: 5px 3px 5px 0;
  color: #0E1E36;
}
.service-small-warp .tags a:hover {
  background-color: #EF0548;
  color: #ffffff;
}

.pricing-top-content {
  margin-bottom: 30px;
}
.pricing-top-content .pricing-content {
  max-width: 460px;
  margin-right: -20px;
}

.pricing-section {
  position: relative;
}
.pricing-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 0;
  height: 70px;
  width: 1px;
  background-color: rgba(14, 30, 54, 0.15);
}

.pricing-card {
  text-align: center;
  padding: 35px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}
.pricing-card .title {
  font-family: Poppins;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #EF0548;
  font-weight: 500;
}
.pricing-card .cost {
  position: relative;
  padding: 40px;
  background-color: #0E1E36;
}
.pricing-card .cost .pricing-card-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.pricing-card .cost h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 5px;
}
.pricing-card .cost p {
  color: #cccccc;
  margin-bottom: 0;
}
.pricing-card .content {
  padding: 15px;
  border-bottom: rgba(14, 30, 54, 0.1) solid 1px;
}
.pricing-card .content p {
  font-size: 14px;
}
.pricing-card .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.pricing-card .pricing-list li {
  margin-bottom: 12px;
}
.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-list li span {
  text-decoration: line-through;
  color: #BBBBBB;
}
.pricing-card .get-start {
  padding: 18px 40px;
  color: #EF0548;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #EF0548;
}
.pricing-card .get-start:hover {
  background-color: #EF0548;
  color: #ffffff;
}

.tab-warp {
  position: relative;
}
.tab-warp .pricing-tab {
  position: absolute;
  right: 0;
  top: -115px;
}
.tab-warp .pricing-tab .nav-link {
  padding: 18px 25px;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 600;
  color: #0E1E36;
}
.tab-warp .pricing-tab .nav-link.active {
  background-color: #EF0548;
  color: #ffffff;
  border-radius: 5px;
}

.blog-big-warp {
  padding-right: 20px;
}
.blog-big-warp .image {
  position: relative;
}
.blog-big-warp .image .date {
  background-color: #EF0548;
  border-radius: 0px 0px 5px 5px;
  width: 75px;
  padding: 11px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 30px;
}
.blog-big-warp .image .date span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: Poppins;
}
.blog-big-warp .image .date p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog-big-warp .image .date p:last-child {
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #ffffff;
}
.blog-big-warp .content1 {
  margin-top: 20px;
  margin-bottom: 45px;
}
.blog-big-warp .content1 .title {
  color: #EF0548;
  font-family: Poppins;
  display: block;
  margin-bottom: 12px;
}
.blog-big-warp .content1 h2 {
  font-size: 40px;
  margin-bottom: 22px;
}
.blog-big-warp .social-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: solid 1px #EEE;
}
.blog-big-warp .social-share .tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .social-share .tags ul li {
  display: inline-block;
}
.blog-big-warp .social-share .tags ul li h4 {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}
.blog-big-warp .social-share .tags ul li a {
  padding: 12px 20px;
  background: #F5F5F5;
  border-radius: 5px;
  transition: all ease 0.5s;
  margin-right: 5px;
  color: #0E1E36;
}
.blog-big-warp .social-share .tags ul li a:hover {
  background-color: #EF0548;
  color: #ffffff;
}
.blog-big-warp .social-share .social-warp .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .social-share .social-warp .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.blog-big-warp .social-share .social-warp .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgb(245, 245, 245);
  color: #0E1E36;
}
.blog-big-warp .social-share .social-warp .social-list li .icon:hover {
  background-color: #EF0548;
  color: #ffffff;
}
.blog-big-warp .social-share .social-warp .social-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .meetup-warp {
  margin-bottom: 100px;
}
.blog-big-warp .meetup-warp .meetup1 {
  padding: 22px 80px 22px 35px;
  border-radius: 5px;
  background: #F5F5F5;
  position: relative;
  transition: all ease 0.5s;
  display: inline-block;
}
.blog-big-warp .meetup-warp .meetup1:hover {
  background-color: #0E1E36;
}
.blog-big-warp .meetup-warp .meetup1:hover p {
  color: #ffffff;
}
.blog-big-warp .meetup-warp .meetup1 p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0E1E36;
  transition: all ease 0.5s;
}
.blog-big-warp .meetup-warp .meetup1 .meetup-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-big-warp .meetup-warp .meetup1.style2 {
  text-align: end;
  padding: 22px 35px 22px 80px;
}
.blog-big-warp .comment-warp {
  margin-bottom: 100px;
}
.blog-big-warp .comment-warp h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-big-warp .comment-warp .comment-item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EEE;
}
.blog-big-warp .comment-warp .comment-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-big-warp .comment-warp .comment-item .user-style {
  width: 88px;
  height: 88px;
}
.blog-big-warp .comment-warp .comment-item .user-style .user {
  width: 88px;
  height: 88px;
}
.blog-big-warp .comment-warp .comment-item .user-style .user img {
  border-radius: 50%;
}
.blog-big-warp .comment-warp .comment-item .content {
  margin-left: 25px;
}
.blog-big-warp .comment-warp .comment-item .content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-big-warp .comment-warp .comment-item .content span {
  display: block;
  margin-bottom: 8px;
}
.blog-big-warp .comment-warp .comment-item .content p {
  margin-bottom: 0;
}
.blog-big-warp .comment-reply-warp {
  padding: 50px;
  border-radius: 5px;
  background-color: #F5F5F5;
}
.blog-big-warp .comment-reply-warp h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-big-warp .comment-reply-warp .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp .form-control:focus {
  box-shadow: unset;
}
.blog-big-warp .comment-reply-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-big-warp .comment-reply-warp .form-control:focus::placeholder {
  color: transparent;
}
.blog-big-warp .comment-reply-warp .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.blog-big-warp .comment-reply-warp textarea {
  height: 160px !important;
  padding-top: 12px;
}

.team-details-image img {
  border-radius: 5px;
}

.team-details-content {
  max-width: 620px;
  margin-left: 40px;
}
.team-details-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.team-details-content .title {
  display: block;
  color: #EF0548;
  margin-bottom: 12px;
}
.team-details-content .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.team-details-content .info-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 22px;
  color: #0E1E36;
  font-weight: 600;
}
.team-details-content .info-list li a {
  color: #0E1E36;
}
.team-details-content .info-list li:last-child {
  margin-bottom: 0;
}
.team-details-content .info-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #0E1E36;
}
.team-details-content .info-list li p {
  color: #555;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  margin-top: 15px;
}
.team-details-content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.team-details-content .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.team-details-content .social-list li .icon {
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgb(245, 245, 245);
  color: #0E1E36;
}
.team-details-content .social-list li .icon:hover {
  background-color: #EF0548;
  color: #ffffff;
}
.team-details-content .social-list li:last-child {
  padding-right: 0;
}

.personal-experience {
  padding-top: 80px;
  width: 1207px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #DDDDDD;
  margin-top: 80px;
}
.personal-experience .personal-progress {
  max-width: 505px;
  margin-left: auto;
}
.personal-experience .personal-progress .progress-bar {
  margin-bottom: 25px;
}
.personal-experience .personal-progress .progress-bar .progress-content {
  margin-bottom: 15px;
}
.personal-experience .personal-progress .progress-bar .progress-content h6 {
  font-size: 18px;
  font-weight: 600;
}
.personal-experience .personal-progress .progress-bar .progress-content span {
  font-size: 18px;
  font-weight: 600;
  color: #0E1E36;
  font-family: Poppins;
}
.personal-experience .personal-progress .progress {
  --progress: 0%;
  width: 100%;
  background-color: #F3F3F3;
  height: 10px;
  border-radius: 0;
}
.personal-experience .personal-progress .progress .bar {
  width: 80%;
  height: 100%;
  border-radius: 0;
  background: #EF0548;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.personal-experience .personal-progress .progress .bar2 {
  width: 90%;
  height: 100%;
  background: #EF0548;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
.personal-experience .personal-progress .progress .bar3 {
  width: 75%;
  height: 100%;
  background: #EF0548;
  background-repeat: repeat;
  animation: shine 4s ease-in infinite, end 1s ease-out 1 7s;
  transition: width 3s ease 3s;
}
@property --progress {
  .personal-experience .personal-progress {
    syntax: "<length>";
    initial-value: 0%;
    inherits: true;
  }
}
@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes end {}
.personal-experience .personal-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.team-details-warp {
  position: relative;
  z-index: 1;
}
.team-details-warp .team-details-shape1 {
  position: absolute;
  bottom: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  z-index: -1;
}

.inner-team-contact {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.inner-team-contact .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.inner-team-contact .form-control:focus {
  box-shadow: unset;
}
.inner-team-contact .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-team-contact .form-control:focus::placeholder {
  color: transparent;
}
.inner-team-contact .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-team-contact .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.inner-team-contact textarea {
  height: 160px !important;
  padding-top: 12px;
}
.inner-team-contact .default-btn {
  margin-right: 10px;
  margin-left: 10px;
}

.team-contact-warp {
  position: relative;
  z-index: 1;
}
.team-contact-warp .team-contact-shape1 {
  position: absolute;
  top: 38%;
  z-index: -1;
  pointer-events: none;
}
.team-contact-warp .team-contact-shape2 {
  position: absolute;
  top: 20%;
  left: 15%;
  pointer-events: none;
}

.team-card.box-shadow {
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
  position: relative;
  margin-top: 0;
}
.team-card.box-shadow .team-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.portfolio-big-warp {
  padding-right: 20px;
}
.portfolio-big-warp .image {
  position: relative;
}
.portfolio-big-warp .image img {
  border-radius: 5px;
}
.portfolio-big-warp .image .image-content {
  max-width: 350px;
  padding: 22px 28px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-big-warp .image .image-content .image-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-big-warp .image .image-content .image-list li {
  position: relative;
  margin-bottom: 10px;
  font-family: Poppins;
}
.portfolio-big-warp .image .image-content .image-list li span {
  color: #0E1E36;
  font-weight: 600;
}
.portfolio-big-warp .image .image-content .image-list li a {
  margin: 5px;
  position: relative;
  top: 4px;
  color: rgb(187, 187, 187);
}
.portfolio-big-warp .image .image-content .image-list li a:hover {
  color: #EF0548;
}
.portfolio-big-warp .content1 {
  margin-top: 25px;
  margin-bottom: 30px;
}
.portfolio-big-warp .content1 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.portfolio-big-warp .content2 {
  margin-bottom: 30px;
}
.portfolio-big-warp .content2 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.portfolio-big-warp .content2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-big-warp .content2 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.portfolio-big-warp .content2 ul li:last-child {
  margin-bottom: 0;
}
.portfolio-big-warp .content2 ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.portfolio-big-warp .finance-warp {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgb(238, 238, 238);
  border-top: solid 1px rgb(238, 238, 238);
}
.portfolio-big-warp .finance-warp .finance-item .image {
  width: 80px;
  height: 80px;
}
.portfolio-big-warp .finance-warp .finance-item .image img {
  border-radius: 5px;
}
.portfolio-big-warp .finance-warp .finance-item .content {
  margin-left: 20px;
}
.portfolio-big-warp .finance-warp .finance-item .content span {
  color: #EF0548;
  display: block;
  margin-bottom: 10px;
}
.portfolio-big-warp .finance-warp .finance-item.style2 {
  text-align: end;
}
.portfolio-big-warp .finance-warp .finance-item.style2 .content {
  margin-left: 0;
  margin-right: 20px;
}
.portfolio-big-warp .finance-warp i {
  font-size: 20px;
  padding-left: 15px;
  padding-right: 5px;
}
.portfolio-big-warp .finance-warp i:hover {
  color: #EF0548;
}

.faq-content {
  padding-right: 10px;
}
.faq-content .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-body {
  background-color: #ffffff;
  padding: 12px 5px 5px 5px;
}
.faq-content .accordion-button {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #0E1E36;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px 10px rgba(14, 30, 54, 0.06);
  border-radius: 5px;
  padding: 20px 35px;
}
.faq-content .accordion-button .faq-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.faq-content .accordion-button:not(.collapsed) {
  background-color: #0E1E36;
  color: #ffffff;
}
.faq-content .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(107%) contrast(106%);
}

.question-content h2 {
  margin-bottom: 20px;
}
.question-content .form-control {
  height: 60px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
  box-shadow: 0px 4px 30px 10px rgba(14, 30, 54, 0.06);
}
.question-content .form-control:focus::-moz-placeholder {
  color: transparent;
}
.question-content .form-control:focus::placeholder {
  color: transparent;
}
.question-content .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.question-content .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.question-content textarea {
  height: 160px !important;
  padding-top: 12px;
}

.question-warp .choose-shape1 {
  position: absolute;
  top: -13%;
  left: 58%;
  bottom: auto;
}

.map-warp iframe {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
}

.contact-card {
  margin-bottom: 25px;
  text-align: center;
  padding: 50px 20px;
  background-color: #0E1E36;
  position: relative;
  border-radius: 5px;
}
.contact-card .contact-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.contact-card .icon {
  font-size: 40px;
  color: #EF0548;
  margin-bottom: 20px;
}
.contact-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-card a {
  color: #CCC;
  display: block;
  line-height: 1.8;
}
.contact-card a:hover {
  color: #EF0548;
}
.contact-card span {
  color: #CCC;
  display: block;
  line-height: 1.8;
}

.inner-contact-card {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
}
.inner-contact-card .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control:focus {
  box-shadow: unset;
}
.inner-contact-card .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-contact-card .form-control:focus::placeholder {
  color: transparent;
}
.inner-contact-card .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.inner-contact-card textarea {
  height: 160px !important;
  padding-top: 12px;
}
.inner-contact-card .contact-form {
  margin-top: 25px;
}

.contact-card-warp {
  position: relative;
  z-index: 1;
}
.contact-card-warp .team-contact-shape1 {
  position: absolute;
  top: 38%;
  z-index: -1;
  pointer-events: none;
}
.contact-card-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88%;
  width: 100%;
  z-index: -1;
  background-color: #F5F5F5;
}

.bar-class {
  display: none;
}

.link-tag {
  margin-bottom: 30px;
}

/*
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: #0E1E36;
}
.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: #EF0548;
}

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #EF0548;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #0E1E36;
  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: #0E1E36;
}
.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: #EF0548;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #0E1E36;
}
.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: #0E1E36;
  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: #0E1E36;
  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: #EF0548;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */