/*
@File: Vaximo Theme Styles

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

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

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

** - Default Btn Area Style
** - Read More Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area
** - Hero Slider Area Style
** - Feature Area Style
** - About Area Style
** - Services Area Style
** - Prevent Area Style
** - Process Area Style
** - Project Area Style
** - Product Area Style
** - Appointment Area Style
** - Blog Area Style
** - Blog Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Sidebar Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Rubik", sans-serif;
  color: #212121;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0e0129;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #0e0129;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: capitalize;
}

h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #0e0129;
  border: 1px solid #e8e8e8;
  background-color: #f2f9fc;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #495057;
}
.form-control::placeholder {
  color: #495057;
}
.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-100 {
  margin-top: -100px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #010c16;
}

.bg-color-f9f9f9 {
  background-color: #f9f9f9;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.default-btn i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0e0129;
  z-index: -1;
  transition: all 0.5s;
}
.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #0e0129;
  z-index: -1;
  transition: all 0.5s;
}
.default-btn.active {
  margin-left: 20px;
  color: #0e0129;
  background-color: #ffffff;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}
.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

/*
Read More Area Style*/
.read-more {
  line-height: 1;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.read-more i {
  position: relative;
  top: 2px;
}
.read-more:hover i {
  animation: rotation 0.5s linear infinite;
}

.seku-new-nav-area.hide-wp-nav {
  margin-top: 0;
}
.seku-new-nav-area.hide-wp-nav .navbar-area.is-sticky {
  margin-top: 32px;
}
.seku-new-nav-area .navbar-brand h2 {
  color: #000;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}
.header-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.header-area .top-header-area {
  border-bottom: 1px solid #11132d;
  background-color: rgba(17, 19, 45, 0.2);
  padding: 15px 0;
}
.header-area .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 20px;
  color: #ffffff;
  font-size: 14px;
}
.header-area .top-header-area .header-content-left li:last-child {
  padding-right: 0;
}
.header-area .top-header-area .header-content-left li a {
  color: #ffffff;
  display: inline-block;
}
.header-area .top-header-area .header-content-left li i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
.header-area .top-header-area .header-content-right {
  float: right;
  line-height: 1;
}
.header-area .top-header-area .header-content-right li {
  display: inline-block;
}
.header-area .top-header-area .header-content-right li a {
  color: #ffffff;
  padding: 0 10px;
}
.header-area .top-header-area .header-content-right li a i {
  font-size: 16px;
}
.header-area .top-header-area .header-content-right li a svg {
  font-size: 16px;
  fill: #ffffff;
  position: relative;
  top: -3px;
}
.header-area .top-header-area .header-content-right li:last-child a {
  padding-right: 0;
}

.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 14px;
  content: "\f105";
  margin-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

/*
Nav Area Style
======================================================*/
.nav-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.nav-area .navbar-area .main-nav {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #11132d;
  background-color: rgba(17, 19, 45, 0.2);
}
.nav-area .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #0e0129;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  white-space: inherit;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -100%;
  transform: scaleX(0);
  top: 0;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active ul li a {
  color: #000;
}
.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}
.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #0e0129;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}
.nav-area.nav-area-three .navbar-area .main-nav {
  background-color: rgba(0, 2, 11, 0.88);
  border: none;
}
.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us {
  display: inline-block;
}
.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a {
  color: #ffffff;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  top: -4px;
}
.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a i {
  font-size: 35px;
  position: absolute;
  top: -10px;
  left: 0;
}
.nav-area.nav-area-three .navbar-area .main-nav .others-option .cart-btn {
  top: 2px;
}
.nav-area .others-option {
  position: relative;
  top: 4px;
}
.nav-area .others-option .get-quote {
  display: inline-block;
  position: relative;
}
.nav-area .others-option .get-quote .default-btn {
  padding: 12px 20px;
}
.nav-area .others-option .burger-menu {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.nav-area .others-option .burger-menu i {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -2px;
}
.nav-area .others-option .cart-btn {
  display: inline-block;
  position: relative;
  top: -8px;
  color: #ffffff;
  margin-right: 15px;
  font-size: 20px;
}
.nav-area .others-option .cart-btn span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13.9px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: red;
  font-size: 10px;
  font-weight: 600;
}

.navbar .collapse ul li ul .menu-item-has-children > a::after {
  width: 0;
  height: 0;
  font-size: 19px;
  vertical-align: 0;
  margin-left: -5px;
  position: absolute;
  top: 29px;
  transform: rotate(-90deg);
  content: "\e9f8";
  font-family: "boxicons" !important;
}

.banner-four .banner-area.banner-area-two .banner-site-img {
  top: -5px;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 100px;
}
.banner-area.banner-item-bg-1 {
  background-image: url(../../assets/img/banner-img/home-one/bg.jpg);
}
.banner-area .banner-text {
  position: relative;
  max-width: 690px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -8px;
}
.banner-area .banner-text span {
  color: #ffffff;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}
.banner-area .banner-text h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.1;
}
.banner-area .banner-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
}
.banner-area .video-btn {
  margin: auto;
  display: block;
}
.banner-area.banner-area-two {
  padding-top: 0;
  padding-bottom: 0;
  height: 810px;
  background-color: #090218;
}
.banner-area.banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/banner-img/home-two/banner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: FocuS 1s linear 1s infinite;
}
.banner-area.banner-area-two .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.banner-area.banner-area-two .banner-text {
  margin-top: 100px;
}
.banner-area.banner-area-two .banner-text h1 {
  font-size: 68px;
}
.banner-area.banner-area-two .banner-site-img {
  position: relative;
  top: 60px;
}
.banner-area.banner-area-two .banner-site-img.four {
  top: -5px;
}
.banner-area.banner-area-three {
  background-image: url(../../assets/img/banner-img/home-three/bg-.jpg);
  height: 850px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.banner-area.banner-area-three .banner-text {
  margin: -30px auto 0;
  text-align: center;
}
.banner-area.banner-area-three .banner-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  animation: FocuS 1s linear 1s infinite;
}
.banner-area.banner-area-three .banner-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner-area.banner-area-three .banner-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-area.banner-area-three .banner-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-area.banner-area-three .follow-us {
  position: absolute;
  top: 50%;
  right: -67px;
  transform: rotate(90deg);
}
.banner-area.banner-area-three .follow-us ul {
  line-height: 1;
}
.banner-area.banner-area-three .follow-us ul li {
  display: inline-block;
  color: #ffffff;
  padding: 0 2px;
}
.banner-area.banner-area-three .follow-us ul li a {
  line-height: 40px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.banner-area.banner-area-three .follow-us ul li a:hover {
  background-color: #ffffff;
}
.banner-area.banner-area-three .follow-us ul li a i {
  color: #ffffff;
  font-size: 20px;
}
.banner-area.banner-area-three .follow-us ul li a img {
  width: 16px;
  height: 16px;
  position: relative;
  top: -5px;
}
.banner-area.banner-area-three .follow-us ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(72%) saturate(5186%) hue-rotate(350deg) brightness(90%) contrast(85%);
}
.banner-area.banner-area-three .follow-us ul span {
  display: inline-block;
  position: relative;
  top: -4px;
}
.banner-area.banner-area-three.banner-area-ten {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area.banner-area-three.banner-area-ten::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.banner-area.banner-area-three.banner-area-ten .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.banner-area.banner-area-three.banner-area-ten .banner-text {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

/*
Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  animation: moveLeftBounces-one 20s linear infinite;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  animation: moveLeftBounces-one 20s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line-three:nth-child(3)::after {
  animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@keyframes moveLeftBounces-one {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1000px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
FocuS Area Style
======================================================*/
@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.hero-slider-area .slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-slider-area .slider-item.slider-item-bg-1 {
  background-image: url(../../assets/img/slider-img/1.jpg);
}
.hero-slider-area .slider-item.slider-item-bg-2 {
  background-image: url(../../assets/img/slider-img/2.jpg);
}
.hero-slider-area .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 55, 130, 0.9);
  z-index: -1;
}
.hero-slider-area .slider-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 55, 130, 0.9);
  z-index: -1;
}
.hero-slider-area .slider-item .slider-text {
  position: relative;
  max-width: 690px;
  z-index: 1;
  overflow: hidden;
  margin-top: 100px;
}
.hero-slider-area .slider-item .slider-text span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.hero-slider-area .slider-item .slider-text h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-slider-area .slider-item .slider-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
}
.hero-slider-area .slider-item .video-btn {
  margin: auto;
  display: block;
  margin-top: 100px;
}
.hero-slider-area .owl-item.active .slider-item::before {
  animation: 3s 0.3s fadeInUp both;
}
.hero-slider-area .owl-item.active .slider-item::after {
  animation: 3s 0.3s fadeInDown both;
}
.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
  overflow: hidden;
}
.hero-slider-area .owl-item.active .slider-text.one h1 {
  animation: 2s 0.2s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.one p {
  animation: 3s 0.3s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
  animation: 4s 0.4s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.two h1 {
  animation: 2s 0.2s fadeInLeft both;
}
.hero-slider-area .owl-item.active .slider-text.two p {
  animation: 2s 0.2s fadeInRight both;
}
.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
  animation: 2s 0.2s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .one.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}
.hero-slider-area .owl-item.active .two.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}
.hero-slider-area .owl-prev i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.hero-slider-area .owl-next i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: -100px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(30px);
}
.hero-slider-area .owl-next i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 0;
}
.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: -100px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  transform: translateY(30px);
}
.hero-slider-area .owl-prev i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 0;
}
.hero-slider-area:hover .owl-prev {
  left: 30px;
}
.hero-slider-area:hover .owl-next {
  right: 30px;
}
.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.hero-slider-area .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*
Features Area Style
======================================================*/
.features-area {
  margin-top: -100px;
}
.features-area .container {
  max-width: 1110px;
}
.features-area .single-features {
  background-color: #010414;
  transition: all 0.5s;
  border-right: 1px solid #101323;
}
.features-area .single-features::before {
  width: 0;
  height: 2px;
  bottom: 0;
  top: unset;
  right: 0;
  transition: all 0.5s;
  z-index: 1;
}
.features-area .single-features:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.features-area .single-features:hover p {
  color: #212121;
}
.features-area .single-features:hover::after {
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.features-area .single-features:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  width: 100%;
}
.features-area .col-lg-4:nth-child(3) .single-features {
  border: none;
}

.single-features {
  background-color: #140f14;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.single-features::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
}
.single-features::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  z-index: -1;
  transition: all 0.5s;
}
.single-features h3 {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.single-features h3 i {
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: -3px;
  transition: all 0.5s;
}
.single-features p {
  color: #ffffff;
  margin-bottom: 0;
}
.single-features span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80px;
  color: #292529;
  opacity: 0.5;
}
.single-features:hover h3 {
  color: #ffffff;
}
.single-features:hover h3 i {
  color: #ffffff;
}
.single-features:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

/*
Partner Area Style
======================================================*/
.partner-area .partner-item {
  background-color: transparent;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.partner-area .partner-item .partner-overly {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.partner-area .partner-item:hover .partner-overly {
  top: 0;
}
.partner-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

/* 08/08/2020 */
/*
Security Area Style
======================================================*/
.security-area-two {
  background-image: url(../../assets/img/security-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.security-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #090218;
  opacity: 0.9;
  z-index: -1;
}
.security-area-two .section-title h2, .security-area-two .section-title h1, .security-area-two .section-title h3, .security-area-two .section-title h4, .security-area-two .section-title h5 {
  color: #ffffff;
}
.security-area-two .section-title p {
  color: #ffffff;
}

.single-security {
  background-color: #fef4f8;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.single-security i {
  font-size: 30px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.single-security h3 {
  font-size: 20px;
  margin-bottom: 9px;
}
.single-security:hover {
  transform: translateY(-5px);
}
.single-security:hover i {
  transform: rotateY(360deg);
}

/* 08/08/2020 */
/*
Approach Area Style
======================================================*/
.approach-area {
  position: relative;
}
.approach-area .approach-shape {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.approach-content {
  margin-top: -10px;
}
.approach-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
.approach-content ul {
  margin-top: 30px;
}
.approach-content ul li {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.approach-content ul li:last-child {
  margin-bottom: 0;
}
.approach-content ul li i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.approach-content ul li h3 {
  margin-bottom: 12px;
}
.approach-content ul li:hover {
  transform: translateY(-5px);
  background-color: #fefafc;
}
.approach-content ul li:hover i {
  color: #ffffff;
}

/*
Solutions Area Style
======================================================*/
.single-solutions {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.5s;
}
.single-solutions.solutions-time-bg-1 {
  background-image: url(../img/solution-img/1.jpg);
}
.single-solutions.solutions-time-bg-2 {
  background-image: url(../img/solution-img/2.jpg);
}
.single-solutions.solutions-time-bg-3 {
  background-image: url(../img/solution-img/3.jpg);
}
.single-solutions.solutions-time-bg-4 {
  background-image: url(../img/solution-img/4.jpg);
}
.single-solutions.solutions-time-bg-5 {
  background-image: url(../img/solution-img/5.jpg);
}
.single-solutions.solutions-time-bg-6 {
  background-image: url(../img/solution-img/6.jpg);
}
.single-solutions.solutions-time-bg-7 {
  background-image: url(../img/project/1.jpg);
}
.single-solutions.solutions-time-bg-8 {
  background-image: url(../img/project/2.jpg);
}
.single-solutions.solutions-time-bg-9 {
  background-image: url(../img/project/3.jpg);
}
.single-solutions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(1, 4, 20, 0.99));
  z-index: -1;
}
.single-solutions::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: linear-gradient(to bottom, rgba(216, 6, 80, 0.9), rgba(216, 6, 80, 0.9));
  opacity: 0.8;
  z-index: -1;
  transition: all 0.5s;
}
.single-solutions .solutions-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.single-solutions h3 {
  color: #ffffff;
  margin-bottom: 13px;
}
.single-solutions p {
  color: #ffffff;
}
.single-solutions ul, .single-solutions ol {
  list-style-type: disc;
}
.single-solutions ul li, .single-solutions ol li {
  color: #ffffff;
}
.single-solutions:hover {
  transform: translateY(-5px);
}
.single-solutions:hover .read-more {
  color: #ffffff;
}
.single-solutions:hover::after {
  height: 100%;
  top: 0;
  bottom: auto;
}

/*
Electronic Area Style
=================================================*/
.electronic-content {
  margin-top: -8px;
  margin-bottom: -8px;
}
.electronic-content h2 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #ffffff;
}
.electronic-content .electronic-tab-wrap .electronic-tab .tabs {
  border-bottom: 2px solid #2f3840;
  margin-bottom: 30px;
}
.electronic-content .electronic-tab-wrap .electronic-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.electronic-content .electronic-tab-wrap .electronic-tab .tabs li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
}
.electronic-content .electronic-tab-wrap .electronic-tab .tabs li a {
  padding-left: 0 !important;
  color: #ffffff;
}
.electronic-content .electronic-tab-wrap .electronic-tab .tabs .current::before {
  width: 100%;
  right: auto;
  left: 0;
}
.electronic-content .electronic-tab-wrap .electronic-tab p {
  color: #ffffff;
}
.electronic-content .electronic-tab-wrap .electronic-tab .default-btn {
  width: unset !important;
  margin-top: 15px;
}
.electronic-content .tab .tabs_item {
  display: none;
}
.electronic-content .tab .tabs_item:first-child {
  display: block;
}

.electronic-img {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/* 08/08/2020 */
/*
Electronic Area Style
=================================================*/
.complete-area {
  position: relative;
}
.complete-area .complete-shape {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
.complete-area .complete-shape.two {
  right: unset;
  left: 0;
}
.complete-area .complete-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.complete-area.style .single-security {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.complete-area.style .single-security::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -16px;
  border-top: 25px solid #f9b2cb;
  border-right: 25px solid transparent;
  border-bottom: 0;
  border-left: 25px solid transparent;
  transform: rotate(-45deg);
}

.single-security {
  position: relative;
  z-index: 1;
}
.single-security::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  transition: all 0.5s;
  z-index: -1;
}
.single-security i {
  transition: all 0.5s;
}
.single-security h3 {
  transition: all 0.5s;
}
.single-security p {
  transition: all 0.5s;
}
.single-security:hover i {
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.single-security:hover h3 {
  color: #ffffff;
}
.single-security:hover p {
  color: #ffffff;
}
.single-security:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.complete-img {
  background-image: url(../../assets/img/complete-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Client Area Style
======================================================*/
.client-area {
  background-image: url(../../assets/img/client-img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.client-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010e19;
  opacity: 0.82;
  z-index: -1;
}
.client-area .owl-item.active.center .single-client .quotes {
  color: #ffffff;
  transform: rotateX(180deg);
}
.client-area .owl-item.active.center .single-client p {
  color: #ffffff;
}
.client-area .owl-item.active.center .single-client ul li i {
  color: #ffffff;
}

.single-client {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 165px;
  border-radius: 4px;
  transition: all 0.5s;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.single-client .quotes {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  transition: all 0.5s;
}
.single-client p {
  transition: all 0.5s;
}
.single-client ul li {
  display: inline-block;
}
.single-client ul li i {
  font-size: 20px;
  transition: all 0.5s;
}
.single-client::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 45px solid #ffffff;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 50px solid transparent;
  bottom: -24px;
  left: 20px;
  transition: all 0.5s;
}

.client-img {
  position: absolute;
  left: 30px;
  bottom: -170px;
}
.client-img img {
  border-radius: 10px !important;
  margin-bottom: 15px;
}
.client-img h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
}
.client-img span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}

/* 08/08/2020 */
/*
Cybersecurity Area Style
======================================================*/
.cybersecurity-area {
  position: relative;
}
.cybersecurity-area.colo-bg {
  background-color: #010414;
}
.cybersecurity-area .cybersecurity-shape {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.cybersecurity-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.cybersecurity-content p {
  margin-bottom: 30px;
}
.cybersecurity-content ul li {
  display: inline-block;
  background-color: #fef4f8;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 4px;
}
.cybersecurity-content ul li:last-child {
  margin-bottom: 0;
}
.cybersecurity-content ul li i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
  background-color: #fddae7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
.cybersecurity-content ul li:hover i {
  color: #ffffff;
}
.cybersecurity-content.three h2 {
  color: #ffffff;
}
.cybersecurity-content.three p {
  color: #ffffff;
}

.cybersecurity-img {
  background-image: url(../../assets/img/cybersecurity-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.cybersecurity-img.bg-2 {
  background-image: url(../../assets/img/cybersecurity-img-2.jpg);
}
.cybersecurity-img.bg-3 {
  background-image: url(../../assets/img/cybersecurity-img-3.jpg);
}

/*
Blog Area Style
======================================================*/
.single-blog {
  position: relative;
  transition: all 0.5s;
  margin-bottom: 30px;
}
.single-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(14, 1, 41, 0.99));
}
.single-blog span {
  background-color: #ffffff;
  color: #212121;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.5s;
}
.single-blog .blog-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.single-blog .blog-content .date {
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.single-blog .blog-content .date i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 25px;
}
.single-blog .blog-content h3 {
  margin-bottom: 12px;
}
.single-blog .blog-content h3 a {
  color: #ffffff;
}
.single-blog .blog-content p {
  color: #ffffff;
}
.single-blog .blog-content .mt-use {
  margin-top: 20px;
}
.single-blog:hover {
  transform: translateY(-5px);
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
  background-image: url(../../assets/img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.footer-top-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0129;
  opacity: 0.9;
  z-index: -1;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  background-color: #05224c;
  padding: 20px 0;
}
.footer-bottom-area .copy-right p {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
}
.footer-bottom-area .copy-right p a {
  color: #ffffff;
}
.footer-bottom-area .condition-privacy {
  float: right;
}
.footer-bottom-area .condition-privacy ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.footer-bottom-area .condition-privacy ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -7px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
}
.footer-bottom-area .condition-privacy ul li:last-child {
  padding-right: 0;
}
.footer-bottom-area .condition-privacy ul li:last-child::before {
  display: none;
}
.footer-bottom-area .condition-privacy ul li a {
  color: #ffffff;
}

/*====================================================
HOME TWO STYLE AREA
======================================================*/
/*
Manual Area Style
======================================================*/
.manual-content {
  max-width: 540px;
  margin-left: auto;
  margin-top: -8px;
}
.manual-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}
.manual-content p {
  margin-bottom: 30px;
  color: #ffffff;
}
.manual-content ul li {
  display: inline-block;
  background-color: #fdeff4;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.manual-content ul li:last-child {
  margin-bottom: 0;
}
.manual-content ul li i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
}
.manual-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  transition: all 0.5s;
  z-index: -1;
}
.manual-content ul li:hover {
  color: #ffffff;
}
.manual-content ul li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.manual-content ul li:hover i {
  color: #ffffff;
}

/*
Counter Area Style
======================================================*/
.single-counter {
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}
.single-counter i {
  background-color: #e3f7fc;
  font-size: 40px;
  line-height: 1;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  transition: all 0.5s;
}
.single-counter p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-counter h2 {
  color: #0e0129;
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}
.single-counter:hover {
  transform: translateY(-5px);
}
.single-counter:hover i {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*
Pricing Area Style
======================================================*/
.pricing-area {
  padding-bottom: 120px;
}
.pricing-area .section-title {
  margin-bottom: 110px;
}

.single-pricing {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.single-pricing::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/shape/5.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}
.single-pricing.active {
  transform: scale(1.2);
  z-index: 2;
  position: relative;
}
.single-pricing .pricing-content {
  background-color: #fef4f8;
  padding: 30px;
  margin-bottom: 30px;
}
.single-pricing h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.single-pricing h1 sub {
  font-size: 14px;
  font-weight: normal;
  color: #9e9b9b;
}
.single-pricing ul li {
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #fef4f8;
}
.single-pricing ul li i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.single-pricing ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-pricing ul li span {
  color: #9e9b9b;
}
.single-pricing ul li span i {
  color: #9e9b9b;
}
.single-pricing .default-btn {
  margin-top: 30px;
  margin-bottom: -8px;
}
.single-pricing:hover {
  transform: translateY(-5px);
}
.single-pricing:hover.active {
  transform: scale(1.2);
}

/*
Transform Area Style
======================================================*/
.transform-area {
  position: relative;
}
.transform-area .shape-1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.transform-area .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.transform-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
  margin-left: -100px;
  margin-top: 100px;
}
.transform-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: -11px;
}
.transform-content p {
  margin-bottom: 30px;
}
.transform-content .skill-bar {
  margin-bottom: 20px;
}
.transform-content .skill-bar .progress-title-holder {
  position: relative;
}
.transform-content .skill-bar .progress-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.transform-content .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 0 !important;
}
.transform-content .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.transform-content .skill-bar .down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
  display: none;
}
.transform-content .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #ebeded;
  border-radius: 50px;
}
.transform-content .skill-bar .progress-content {
  height: 6px;
  background-image: linear-gradient(to bottom right, #fb715b, #fb715b);
  border-radius: 50px;
  width: 0%;
}
.transform-content .skill-bar .percent {
  margin-bottom: 0 !important;
  color: #0e0129 !important;
  font-size: 16px;
}
.transform-content .skill-bar:last-child {
  margin-bottom: 0;
}

/*
Performance Area Style
======================================================*/
.performance-area {
  background-image: url(../../assets/img/performance-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.performance-area.bg-none {
  background-image: none;
}
.performance-area.bg-none::before {
  display: none;
}
.performance-area.bg-none .single-security {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.performance-area.bg-none .single-security img {
  position: absolute;
  bottom: 0;
  left: -90px;
  z-index: -1;
  transition: all 0.5s;
}
.performance-area.bg-none .single-security:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.performance-area.bg-none .single-security:hover img {
  left: -20px;
}
.performance-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010a1b;
  opacity: 0.78;
}
.performance-area .single-security {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.performance-area .single-security span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.performance-area .single-security span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fee5ee;
  border-radius: 50px;
  z-index: -1;
}
.performance-area .single-security span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 40px;
  background-color: #fee5ee;
  border-radius: 50px;
  z-index: -1;
}
.performance-area .single-security span i {
  background-image: none;
}
.performance-area .single-security h3 {
  margin-bottom: 10px;
}
.performance-area .single-security p {
  margin-bottom: 10px;
}
.performance-area .single-security img {
  bottom: -40px !important;
  left: -40px !important;
}
.performance-area .single-security::before {
  background-image: linear-gradient(to bottom right, #02071e, #02071e);
}
.performance-area .single-security:hover {
  background-color: #ffffff;
}
.performance-area .single-security:hover span::before {
  display: none !important;
}
.performance-area .single-security:hover span::after {
  display: none !important;
}
.performance-area .single-security:hover span i {
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.performance-area .single-security:hover h3 {
  color: #ffffff;
}
.performance-area .single-security:hover p {
  color: #ffffff;
}
.performance-area .single-security:hover ul li, .performance-area .single-security:hover ol li {
  color: #ffffff;
}
.performance-area .single-security:hover img {
  left: -40px !important;
}
.performance-area .single-security ul {
  list-style-type: disc;
}
.performance-area .owl-theme .owl-dots {
  line-height: 1;
}
.performance-area .owl-theme .owl-dots .owl-dot span {
  background-color: #ffffff;
  width: 10px;
  height: 5px;
  border-radius: 0 !important;
  transition: all 0.5s;
}
.performance-area .owl-theme .owl-dots .owl-dot.active span {
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  width: 20px;
}

/*
Choose Area Style
======================================================*/
.choose-area {
  background-image: url(../../assets/img/choose-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.choose-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a031b;
  opacity: 0.63;
  z-index: -1;
}

.choose-wrap {
  background-color: #010c16;
  max-width: 540px;
  margin: auto;
  padding: 30px;
}
.choose-wrap h2 {
  color: #ffffff;
  font-size: 40px;
  margin-top: -11px;
  margin-bottom: 15px;
}
.choose-wrap p {
  color: #ffffff;
  margin-bottom: 20px;
}
.choose-wrap ul li {
  color: #ffffff;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.choose-wrap ul li:last-child {
  margin-bottom: 0;
}
.choose-wrap ul li i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #221b31;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.5s;
  color: #ffffff;
}
.choose-wrap ul li:hover i {
  background-color: #ffffff;
  color: #221b31;
}
.choose-wrap .default-btn {
  margin-bottom: -8px;
}

.choose-area-four {
  background-color: #010c16;
}

/*
Graph Area Style
======================================================*/
.graph-content.text-center h3, .graph-content.text-right h3 {
  max-width: none;
}
.graph-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}
.graph-content p {
  color: #ffffff;
}
.graph-content h3 {
  color: #ffffff;
  max-width: 300px;
  margin-bottom: 25px;
  line-height: 1.5;
}

/*
Project Area Style
======================================================*/
.project-area .owl-item.active.center .single-solutions {
  height: 430px;
  margin-top: 0;
}
.project-area .owl-item.active.center .single-solutions::after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.project-area .owl-item.active.center .single-solutions .read-more {
  color: #ffffff;
}
.project-area .single-solutions {
  margin-bottom: 0;
  margin-top: 30px;
}

/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 

/*
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  padding-top: 240px;
  padding-bottom: 150px;
  text-align: center;
  z-index: 1;
  background-color: #0e0129;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: FocuS 1s linear 1s infinite;
}
.page-title-area .page-title-content h1 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.page-title-area .page-title-content h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}
.page-title-area .page-title-content h4 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}
.page-title-area .page-title-content h5 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}
.page-title-area .page-title-content h6 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}
.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 10px;
  height: 10px;
}
.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}
.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

/*
Client Page Area Style
=====================================================*/
.client-area-page .single-client {
  background-color: #fef4f8;
  margin-bottom: 195px;
  transition: all 0.5s;
}
.client-area-page .single-client::before {
  border-top: 45px solid #fef4f8;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
}
.client-area-page .single-client .client-img {
  left: 0;
  right: 0;
}
.client-area-page .single-client .client-img h3 {
  color: #0e0129;
}
.client-area-page .single-client:hover {
  transform: translateY(-5px);
}

/*
Team Area Style
=================================================*/
.team-area .container {
  max-width: 1300px;
}

.single-team {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s;
}
.single-team .image {
  position: relative;
}
.single-team .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
  opacity: 0.5;
  transition: all 0.5s;
}
.single-team .image .social {
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.single-team .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.single-team .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #0e0129;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
}
.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-team .image .social li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px; /* Adjust width as needed */
  height: 18px;
}
.single-team .image .social li a:hover {
  color: #ffffff;
}
.single-team .image .social li:nth-child(1) {
  transition-delay: 0.2s;
}
.single-team .image .social li:nth-child(2) {
  transition-delay: 0.3s;
}
.single-team .image .social li:nth-child(3) {
  transition-delay: 0.4s;
}
.single-team .image .social li:nth-child(4) {
  transition-delay: 0.5s;
}
.single-team .content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  margin: -30px auto 0;
  max-width: 250px;
  transition: all 0.5s;
}
.single-team .content h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.single-team .content span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}
.single-team:hover {
  transform: translateY(-5px);
}
.single-team:hover .content {
  max-width: 100%;
}
.single-team:hover .image::before {
  width: 100%;
  left: 0;
  right: auto;
}
.single-team:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #0e0129;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 25px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact-area #contactForm {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
}
.faq-contact-area #contactForm .form-group {
  margin-bottom: 30px;
}
.faq-contact-area #contactForm .default-btn {
  margin: 20px auto 0;
  display: table;
}
.faq-contact-area #contactForm #msgSubmit {
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
}
.faq-contact-area #contactForm .hidden {
  display: none;
}
.faq-contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #dc3545;
}

/*
Terms Conditions Area CSS
======================================================*/
.terms-conditions-area h3 {
  margin-bottom: 30px;
}
.terms-conditions-area ul li {
  margin-bottom: 20px;
}
.terms-conditions-area ul li p {
  position: relative;
  padding-left: 35px;
}
.terms-conditions-area ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

.single-privacy h3 {
  margin-bottom: 30px;
}
.single-privacy ul li {
  margin-bottom: 20px;
}
.single-privacy ul li p {
  position: relative;
  padding-left: 35px;
}
.single-privacy ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
  position: relative;
  z-index: 1;
}
.user-area-all-style .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin: auto;
  max-width: 570px;
}
.user-area-all-style .contact-form-action form .submit-btn {
  margin-top: 24px;
}
.user-area-all-style .contact-form-action form .default-btn {
  font-size: 14px;
  padding: 15px 40px;
  margin-bottom: 30px;
}
.user-area-all-style .contact-form-action form .default-btn.btn-two {
  display: table;
  margin: 0 auto 0;
  padding: 15px 40px;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
  background-color: #db4a39;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
  background-color: #3b5998;
  display: table;
  margin: 0 auto 30px;
}
.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
  background-color: #00acee;
  float: right;
}
.user-area-all-style .contact-form-action form .reset-btn {
  margin-top: 0;
}
.user-area-all-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}
.user-area-all-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}
.user-area-all-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}
.user-area-all-style .contact-form-action .account-desc {
  margin: 25px auto 0;
  display: table;
  font-weight: 600;
}
.user-area-all-style .contact-form-action .account-desc a {
  margin-left: 10px;
  font-weight: 600;
}
.user-area-all-style .contact-form-action #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.user-area-all-style .contact-form-action #chb2 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.user-area-all-style .contact-form-action .forget {
  float: right;
  font-weight: 600;
}
.user-area-all-style .contact-form-action .now-register {
  font-weight: 600;
  float: right;
  margin-bottom: 30px;
}
.user-area-all-style .contact-form-action .now-log-in {
  font-weight: 600;
}
.user-area-all-style .contact-form-action .now-log-in .font-q {
  font-weight: 600;
}
.user-area-all-style .log-in-img {
  background-image: url(../../assets/img/log-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.user-area-all-style .sign-in-img {
  background-image: url(../../assets/img/sign-in-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.recover-password-area .contact-form-action {
  max-width: 570px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.recover-password-area .contact-form-action .form-heading h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.recover-password-area .contact-form-action .form-heading p {
  margin-bottom: 30px;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.4;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  background-color: #fef4f8;
  padding: 70px 30px;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #0e0129;
  font-size: 60px;
  margin-top: -18px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #0e0129;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border: 1px solid #0e0129;
  color: #212121;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.coming-soon-area .coming-soon-content ul {
  margin-top: 30px;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  margin: 0 5px;
}
.coming-soon-area .coming-soon-content ul li a {
  width: 30px;
  height: 30px;
  line-height: 36px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s;
}
.coming-soon-area .coming-soon-content ul li a i {
  font-size: 18px;
}
.coming-soon-area .coming-soon-content ul li a:hover {
  transform: translateY(-5px);
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  color: #0e0129;
}
.error-area .error-content-wrap h1 .a {
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #ff0000;
  animation: bounce 2s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  animation: bounce 3s infinite linear;
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #0e0129;
}

/*
Solutions Area Style
=====================================================*/
.solutions-area.section-width .container {
  max-width: 1300px;
}

/*
Contact Info Area Style
=====================================================*/
.single-contact-info {
  text-align: center;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 100px 30px;
}
.single-contact-info i {
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
}
.single-contact-info h3 {
  margin-bottom: 10px;
}
.single-contact-info p {
  margin-bottom: 5px;
}
.single-contact-info a {
  display: block;
  margin-bottom: 5px;
}
.single-contact-info a:last-child {
  margin-bottom: 0;
}

.single-contact-map iframe {
  height: 395px;
  width: 100%;
}

/*
Contact Info Area Style
=====================================================*/
.services-details h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.services-details img {
  margin-bottom: 20px;
}
.services-details p {
  margin-bottom: 20px;
}
.services-details .choose-wrap {
  background-color: #fcf2f6;
  max-width: unset !important;
  margin-bottom: 20px;
}
.services-details .choose-wrap h2 {
  color: #0e0129;
  font-size: 28px;
}
.services-details .choose-wrap p {
  color: #212121;
}
.services-details .choose-wrap ul li {
  color: #0e0129;
}

.services-related-post {
  font-size: 28px;
  margin-bottom: 20px;
}

.services-details-info {
  padding-left: 15px;
}

.services-list {
  padding-left: 0;
  list-style-type: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.services-list li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 30px;
  position: relative;
  color: #0e0129;
  font-size: 15px;
  font-weight: 500;
}
.services-list li a::before {
  content: "\e9fa";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "boxicons";
  font-size: 18px;
}
.services-list li a:hover, .services-list li a.active {
  color: #ffffff;
}
.services-list li:last-child a {
  border-bottom: none;
}

.download-file {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 30px;
}
.download-file h3 {
  margin-bottom: 25px;
  font-size: 24px;
}
.download-file ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.download-file ul li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #0e0129;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}
.download-file ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-file ul li:first-child {
  border-top: 1px solid #eeeeee;
}

.services-contact-info {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 30px;
}
.services-contact-info h3 {
  margin-bottom: 15px;
  font-size: 28px;
}
.services-contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.services-contact-info ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #6b6b84;
  font-weight: 500;
  font-size: 15px;
  padding-left: 35px;
  padding-bottom: 20px;
}
.services-contact-info ul li span {
  color: #0e0129;
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
}
.services-contact-info ul li a {
  display: block;
  color: #6b6b84;
  margin-bottom: 8px;
}
.services-contact-info ul li a:last-child {
  margin-bottom: 0;
}
.services-contact-info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 25px;
}
.services-contact-info ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*
Transform Area Style
=====================================================*/
.transform-area-five .transform-img {
  background-image: url(../../assets/img/transform-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.transform-area-five .transform-content-five {
  padding: 35px;
  margin: 0;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  z-index: 9999;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 10;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}
.loader-wrapper p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin-reverse 0.6s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1s linear infinite;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #0e0129;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 89px;
  text-align: center;
  border-radius: 0;
  position: relative;
  top: 3px;
  z-index: 1;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}
.video-btn i {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}
.video-btn::before {
  animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
  animation: ripple 1.6s ease-out infinite;
}
.video-btn:hover i {
  color: #ffffff;
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Section Title Area Style*/
.section-title {
  max-width: 660px;
  margin: -12px auto 60px;
  text-align: center;
  position: relative;
}
.section-title span {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title.white-title span {
  color: #ffffff;
}
.section-title.white-title h2 {
  color: #ffffff;
}
.section-title.white-title p {
  color: #ffffff;
}

.white-color-title .section-title span {
  color: #ffffff;
}
.white-color-title .section-title h2 {
  color: #ffffff;
}
.white-color-title .section-title p {
  color: #ffffff;
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #0e0129;
  color: #ffffff;
}
.nice-select .option.selected.focus {
  color: #0e0129;
}

/*
Page-navigation Area Style*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}
.page-navigation-area .page-link {
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}
.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}
.page-navigation-area .page-link:hover {
  color: #ffffff;
  border: 1px solid;
}
.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}
.page-navigation-area .page-item {
  padding: 0 8px 0;
}
.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}
.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
}

/* WP Css */
.hide-wp-nav {
  margin-top: 32px;
}
.hide-wp-nav .navbar-area.is-sticky {
  margin-top: 32px;
}

.navbar-brand h2 {
  color: #ffffff;
}

.nav-area-six .navbar-brand h2 {
  color: #111111;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.single-footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
}
.single-footer-widget p {
  margin-bottom: 0;
}
.single-footer-widget ul li {
  margin-bottom: 10px;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul li a {
  position: relative;
  padding-left: 20px;
}
.single-footer-widget ul li a:hover {
  transform: translateX(2px);
}
.single-footer-widget ul li a::before {
  position: absolute;
  content: "\e9fd";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  left: 0;
  top: -5px;
  font-size: 20px;
}
.single-footer-widget ul.contact_links li {
  position: relative;
  padding-left: 30px;
}
.single-footer-widget ul.contact_links li a {
  position: relative;
  padding-left: 30px;
}
.single-footer-widget ul.contact_links li a i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
}
.single-footer-widget ul.contact_links li a span {
  display: block;
  font-weight: 600;
}
.single-footer-widget ul.contact_links li a::before {
  display: none;
}
.single-footer-widget ul.contact_links li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}
.single-footer-widget ul.contact_links li span {
  display: block;
  font-weight: 600;
}
.single-footer-widget ul.contact_links li.pl-0 {
  padding-left: 0;
}

.footer-top-area table {
  background: transparent;
}
.footer-top-area .single-footer-widget {
  margin-bottom: 30px;
}
.footer-top-area .single-footer-widget h3 {
  color: #ffffff;
}
.footer-top-area .single-footer-widget h3::before {
  background-color: #ffffff;
}
.footer-top-area .single-footer-widget p {
  color: #ffffff;
}
.footer-top-area .single-footer-widget ul li {
  color: #ffffff;
  color: #ffffff;
}
.footer-top-area .single-footer-widget ul li a {
  color: #ffffff;
}
.footer-top-area .single-footer-widget ul li ul {
  margin-top: 10px;
  padding-left: 15px;
}
.footer-top-area .single-footer-widget .recentcomments .comment-author-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.footer-top-area .single-footer-widget .recentcomments a {
  font-weight: 600;
}
.footer-top-area .widget_rss ul li {
  margin-bottom: 20px;
}
.footer-top-area .widget_rss ul li::before {
  top: 10px;
}
.footer-top-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.footer-top-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.footer-top-area .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 10px 0 10px;
  display: block;
  text-transform: uppercase;
}
.footer-top-area .widget_rss ul li .rssSummary {
  line-height: 25px;
  font-size: 14px;
}
.footer-top-area .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
}
.footer-top-area .widget_rss p {
  color: #cecece;
}
.footer-top-area .widget_text p {
  color: #cecece;
}
.footer-top-area .widget_text p img {
  margin: 10px 0;
}
.footer-top-area .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}
.footer-top-area select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}
.footer-top-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-right: 4px;
  text-transform: capitalize;
  color: #fff;
}
.footer-top-area ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.footer-top-area ul li:last-child {
  margin-bottom: 0;
}
.footer-top-area table td, .footer-top-area table th {
  padding: 6px 5px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
.footer-top-area table caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
  color: #fafafa;
}
.footer-top-area .select {
  color: #333;
  margin-bottom: 0;
}
.footer-top-area span.post-count {
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.footer-top-area .rsswidget {
  display: inline-block;
  color: #ffffff;
}
.footer-top-area .nice-select ul.list li {
  color: #555;
}
.footer-top-area .wp-calendar-nav a {
  color: #ffffff;
}

.nav-color {
  background-color: #190f3c;
}

.mt-80 {
  margin-top: 110px;
}

.team-area .elementor-column-wrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.team-area .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px;
}

.wpcf7-list-item-label {
  position: relative;
  top: -1px;
  font-size: 13px;
}
.wpcf7-list-item-label a {
  display: inline-block;
}
.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

span.wpcf7-list-item {
  margin-left: 0;
}
span.wpcf7-list-item label {
  margin-bottom: 0;
}

.contact-section span.wpcf7-list-item {
  margin-left: -15px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 10px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px;
  text-align: center;
}

/* WP CSS */
.footer-top-area table {
  background: transparent;
}
.footer-top-area .single-footer-widget {
  margin-bottom: 30px;
}
.footer-top-area .single-footer-widget ul li {
  color: #ffffff;
}
.footer-top-area .single-footer-widget ul li ul {
  margin-top: 10px;
  padding-left: 15px;
}
.footer-top-area .single-footer-widget .recentcomments .comment-author-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.footer-top-area .single-footer-widget .recentcomments a {
  font-weight: 600;
}
.footer-top-area .widget_rss ul li {
  margin-bottom: 20px;
}
.footer-top-area .widget_rss ul li::before {
  top: 10px;
}
.footer-top-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.footer-top-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.footer-top-area .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 10px 0 10px;
  display: block;
  text-transform: uppercase;
}
.footer-top-area .widget_rss ul li .rssSummary {
  line-height: 25px;
  font-size: 14px;
}
.footer-top-area .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
}
.footer-top-area .widget_rss p {
  color: #cecece;
}
.footer-top-area .widget_text p {
  color: #cecece;
}
.footer-top-area .widget_text p img {
  margin: 10px 0;
}
.footer-top-area .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}
.footer-top-area select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}
.footer-top-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-right: 4px;
  text-transform: capitalize;
  color: #fff;
}
.footer-top-area ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.footer-top-area ul li:last-child {
  margin-bottom: 0;
}
.footer-top-area table td, .footer-top-area table th {
  padding: 6px 5px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
.footer-top-area table caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
  color: #fafafa;
}
.footer-top-area .select {
  color: #333;
  margin-bottom: 0;
}
.footer-top-area span.post-count {
  float: right;
  font-size: 14px;
  color: #ffffff;
}
.footer-top-area .rsswidget {
  display: inline-block;
  color: #ffffff;
}
.footer-top-area .nice-select ul.list li {
  color: #555;
}
.footer-top-area .wp-calendar-nav a {
  color: #ffffff;
}

.vaximo-single-blank-page {
  height: 600px;
}

.pt-remove .pt-100 {
  padding-top: 0 !important;
  padding-bottom: 100px;
}
.pt-remove .pb-70 {
  padding-top: 0 !important;
  padding-bottom: 70px;
}

/* Blog Unit test all */
/*================================================
Sidebar Area CSS
=================================================*/
/* Widget sidebar */
.blog-sidebar {
  padding-left: 15px;
}

.blog-sidebar .widget {
  margin-top: 30px;
}

.blog-sidebar .widget:first-child {
  margin-top: 0;
}

.blog-sidebar .widget {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background-color: #ffffff;
}

.blog-sidebar .widget .widget-title {
  color: #0e0129;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  font-size: 20px;
}

.blog-sidebar .widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.blog-sidebar .widget ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.blog-sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-sidebar .widget ul li span {
  display: inline-block;
}

.blog-sidebar .widget ul li a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.blog-sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.blog-sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #666666;
}

.blog-sidebar .widget_search form {
  position: relative;
}

.blog-sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.blog-sidebar .widget_search form .screen-reader-text {
  display: none;
}

.blog-sidebar .widget_search form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.4s;
}

.blog-sidebar .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.blog-sidebar .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.4s;
}

.blog-sidebar .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  padding: 8px 15px;
}

.blog-sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li::before {
  top: 10px;
}

.blog-sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #666666;
  font-weight: 600;
  font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
  color: #555;
  line-height: 25px;
  font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
  display: inline-block;
  color: #222;
}

.blog-sidebar .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  text-transform: capitalize;
  margin-top: 8px;
  margin-right: 4px;
}

.blog-sidebar .tagcloud a:hover, .blog-sidebar .tagcloud a:focus {
  color: #ffffff;
}

.blog-sidebar .widget_text p img {
  margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.blog-sidebar .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a, .blog-sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover, .blog-sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.blog-sidebar .calendar_wrap table td, .blog-sidebar .calendar_wrap table th {
  padding: 8px 5px;
}

.blog-sidebar .calendar_wrap caption {
  padding-top: 0;
  caption-side: top;
  font-weight: 600;
}

.blog-sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.blog-sidebar .widget_recent_comments .recentcomments {
  color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.blog-sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.blog-sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

.blog-sidebar p {
  font-size: 15px;
}

.blog-sidebar span.post-count {
  float: right;
  font-size: 13px;
  color: #666666;
}

.nice-select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  float: none;
  white-space: normal;
}

.nice-select span.current {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}

.nice-select ul.list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  border-radius: 0;
  width: 100%;
  overflow-y: auto;
}

.nice-select ul.list li {
  list-style-type: none !important;
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: auto;
  text-transform: capitalize;
}

.nice-select ul.list li::before {
  display: none;
}

.widget_text form br {
  display: none;
}

/* End Widget sidebar */
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}

/* End WP core style */
.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  transition: 0.4s;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-blog-post .entry-thumbnail a img {
  transition: 0.4s;
  border-radius: 5px;
}

.single-blog-post .entry-thumbnail a {
  display: block;
}
.single-blog-post .entry-thumbnail a img {
  width: 100%;
}

.single-blog-post .post-content {
  padding: 40px 30px;
  position: relative;
}

.single-blog-post .post-content .entry-meta {
  padding-left: 0;
  margin-bottom: 6px;
  list-style-type: none;
}

.single-blog-post .post-content .entry-meta li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #666666;
  font-size: 15px;
}

.single-blog-post .post-content .entry-meta li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: rotate(1deg) translateY(-50%);
  width: 1px;
  height: 13px;
}

.single-blog-post .post-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.single-blog-post .post-content .entry-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .entry-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .post-content h3 a {
  display: block;
  color: #0e0129;
}

.single-blog-post .post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.single-blog-post .post-content .learn-more-btn {
  margin-top: 15px;
}

.single-blog-post:hover {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.single-blog-post:hover .entry-thumbnail a img {
  opacity: 0.7;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  position: relative;
  z-index: 1;
}

.blog-details .blog-details-content {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  border-top: none;
  overflow: hidden;
}

.blog-details .blog-details-content .entry-meta li span a {
  font-weight: 400;
}

.blog-details .blog-details-content .entry-meta li i {
  font-style: normal;
}

.blog-details .blog-details-content .entry-meta li a {
  text-decoration: none;
}

.blog-details .blog-details-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.blog-details .blog-details-content .category {
  padding: 0;
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  list-style-type: none;
  clear: both;
}

.blog-details .blog-details-content .category li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-details .blog-details-content .category li span.icon-book {
  font-weight: 600;
  color: #323232;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details .blog-details-content .category li span.icon-book i {
  font-style: normal;
  font-size: 16px;
}

.blog-details .blog-details-content .category li:last-child span {
  display: none;
}

.blog-details .blog-details-content .category li a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  color: #666666;
}

.entry-meta {
  padding-left: 0;
  margin-bottom: 17px;
  list-style-type: none;
  text-transform: capitalize;
}

.entry-meta li {
  position: relative;
  display: inline-block;
  margin-right: 21px;
}

.entry-meta li a {
  display: inline-block;
}

.entry-meta li i {
  margin-right: 2px;
}

.entry-meta li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -14px;
  width: 6px;
  height: 1px;
}

.entry-meta li:last-child {
  margin-right: 0;
}

.entry-meta li:last-child::before {
  display: none;
}

blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

blockquote p {
  color: #0e0129;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: center;
}

blockquote.has-text-align-right p {
  text-align: right;
}

blockquote cite {
  display: none;
}

blockquote::before {
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "boxicons";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.5;
}

blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 14px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  color: #ffffff;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

.pages-links {
  margin: 15px 0;
}

.pages-links .page-links-title {
  padding-right: 5px;
  font-weight: 500;
}

.pages-links .post-page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pages-links .post-page-numbers.current, .pages-links .post-page-numbers:hover, .pages-links .post-page-numbers:focus {
  color: #ffffff;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/* Unit test pages style 
====================================================================*/
/* Sticky Post */
.sticky .post-content {
  padding-left: 40px !important;
  background: #343a40;
}

.sticky .post-content .title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  position: absolute;
  left: -30px;
  top: 2px;
  font-size: 25px;
  font-weight: 600;
}

.sticky .post-content .entry-meta li {
  color: #ffffff !important;
}

.sticky .post-content .entry-meta li a {
  color: #ffffff !important;
}

.sticky .post-content .entry-meta li::before {
  background: #fff !important;
}

.sticky .post-content .title a {
  color: #ffffff;
}

.sticky .post-content p {
  color: #ffffff;
}

/* End Sticky Post */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content .entry-content a {
  text-decoration: underline;
  display: inline-block;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  line-height: 1.8;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.page-main-content kbd {
  background-color: #f1f0f0;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: #ffffff;
}

table td, table th {
  padding: 10px 15px;
  border: 1px solid #d3dbe2;
  font-size: 13px;
}

table td a {
  font-weight: 600;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

/* End Page Markup And Formatting */
/* parco posts thumb */
.widget_vaximo_posts_thumbs {
  position: relative;
  overflow: hidden;
}

.widget_vaximo_posts_thumbs .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget_vaximo_posts_thumbs .item:last-child {
  margin-bottom: 0;
}

.widget_vaximo_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_vaximo_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget_vaximo_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_vaximo_posts_thumbs .item .info time {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget_vaximo_posts_thumbs .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600 !important;
}

.widget_vaximo_posts_thumbs .item .info .title a {
  color: #0e0129;
  font-family: Rubik;
}

.post-tag-media {
  background-color: #fafafa;
  clear: both;
  margin-top: 20px;
  padding: 10px 25px;
}

.post-tag-media ul {
  padding: 0 !important;
  margin: 0 !important;
}

.post-tag-media ul li {
  display: inline-block;
  margin: 5px 0;
}

.post-tag-media ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-media ul li a {
  margin-left: 5px;
  text-transform: capitalize;
  font-size: 13px;
  border: 1px solid #ececec;
  padding: 3px 15px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fff;
  border-radius: 10px;
}

.post-tag-media ul li a:hover {
  color: #fff !important;
}

.post-tag-media ul.social-share {
  text-align: right;
}

/* HTML Tags and Formatting */
.blog-details .blog-details-content .entry-meta {
  margin-top: 10px;
}

.blog-details .blog-details-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content p {
  line-height: 1.8;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .blog-details-content dl a, .blog-details .blog-details-content ol a, .blog-details .blog-details-content ul a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dl a:hover, .blog-details .blog-details-content ol a:hover, .blog-details .blog-details-content ul a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #000000;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #666666;
}

.blog-details .blog-details-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ol {
  padding-left: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #666666;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 10px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  font-weight: 500;
  color: #212529;
}

.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em, .blog-details .blog-details-content i {
  font-style: italic;
}

.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #eee;
}

.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

.blog-details .blog-details-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details .blog-details-content i.fa {
  font-style: normal;
}

.blog-details .blog-details-content ul.entry-meta {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}

.blog-details .blog-details-content ul.entry-meta li a {
  text-transform: capitalize;
  color: #666666;
}

.blog-details .blog-details-content ul.entry-meta li span a {
  text-decoration: none;
}

.blog-details .blog-details-content iframe, .blog-details .blog-details-content video {
  width: 100%;
}

/* End HTML Tags and Formatting */
/* main page: Comments */
.comments-area .comment-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comments-area .comment-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.comments-area .comment-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comments-area .comment-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comments-area .comment-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.comments-area .comment-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.comments-area .comment-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.comments-area .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 10px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.comments-area .comment-content kbd {
  background-color: #fafafa;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 6px;
}

.comments-area .comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
  color: #000000;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End main page: Comments */
/* Comments list style */
#comments {
  clear: both;
  overflow: hidden;
  list-style: none;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body a {
  text-decoration: underline;
  display: inline-block;
}

#comments .comment-list .comment-body a:hover {
  text-decoration: none;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 5px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 20px;
}

#comments .comment-list .comment-body .reply a {
  border: 1px solid #ded9d9;
  background: #ffffff;
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

#comments .comment-list .comment-body .reply a:hover {
  color: #ffffff;
}

#comments .comment-author {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  clear: both;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 500;
  color: #000000;
}

#comments .comment-author b.fn a {
  color: #000000;
  text-decoration: none;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  text-decoration: none !important;
  display: inline-block;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

.comments-title {
  position: relative;
  margin-bottom: 25px !important;
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.comments-title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 13px;
  height: 25px;
  width: 3px;
  transform: translateY(-50%);
}

/* End Comments list style */
/* Comment form */
.comment-respond {
  background: #ffffff;
  padding: 0;
  clear: both;
}

.comment-respond .comment-reply-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.comment-respond .comment-reply-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -30px;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: red;
  display: inline-block;
}

.comment-respond label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
}

.comment-respond input[type=date], .comment-respond input[type=time], .comment-respond input[type=datetime-local], .comment-respond input[type=week], .comment-respond input[type=month], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=number], .comment-respond textarea {
  background-image: none;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #000;
  padding: 0.625em 15px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}

.comment-respond textarea {
  height: auto !important;
}

.comment-respond .form-submit {
  text-align: left;
}

.comment-respond .form-submit input {
  border: none;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 700;
  font-size: 14px;
}

.comment-respond .form-submit input:hover, .comment-respond .form-submit input:focus {
  color: #ffffff;
  background: #393953;
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 13.4px;
}

.comment-respond p.comment-notes {
  line-height: 26px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.comment-respond p.logged-in-as a {
  display: inline-block;
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.parent .comment-respond p.form-submit, .depth-1 .comment-respond p.form-submit {
  margin-bottom: 30px;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.wp-block-image figcaption a {
  text-decoration: underline;
  display: inline-block;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #222 !important;
  border-color: #222;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-pullquote blockquote::before, .wp-block-pullquote blockquote::after {
  display: none;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
}

.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: "-";
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 500;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 500;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: -5px !important;
  margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 3px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 12px 0 0;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
  display: inline-block;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Post password form style */
.post-password-form label {
  font-weight: 500;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 5px 15px;
}

.post-password-form input[type=submit] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}

.post-password-form input[type=submit]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* End Post password form style */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
}

/* End Pingback style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #eee;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  background: #fff;
  display: block;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #fff;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

/* End Comment navigation */
/* Post search not found form */
.no-results .alert .page-title {
  margin: 0;
  font-size: 20px;
}

.no-results h1.page-title {
  font-size: 22px;
  font-weight: 500;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.4s;
}

.search-form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  transition: 0.4s;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
}

.search-form .search-submit:hover {
  color: #ffffff;
  background: #000000;
}

.search-form label {
  display: block;
}

/* End Post search not found form */
/*learn-more-btn*/
.learn-more-btn {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}

.learn-more-btn i {
  position: relative;
  top: 2px;
}

.learn-more-btn:hover i {
  animation: rotation 0.5s linear infinite;
}

.archive-description p {
  color: #ffffff;
}

.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 500;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  color: #666666 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: #ffffff !important;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  max-width: 100%;
  display: block;
  outline: 0;
  transition: 0.4s;
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.wp-block-search button:hover {
  color: #ffffff;
  background: #393953 !important;
}

.footer-top-padding.pb-70 {
  padding-bottom: 0;
}

.footer-top-padding.pt-100 {
  padding-top: 0;
}

/*====================================================
HOME SIX STYLE AREA
======================================================*/
/*
Section Title Area Style*/
.section-title-six {
  max-width: 660px;
  margin: -6px auto 60px;
  text-align: center;
  position: relative;
}
.section-title-six span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-title-six h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.section-title-six h2:last-child {
  margin-bottom: 0;
}
.section-title-six p {
  max-width: 500px;
  margin: auto;
}
.section-title-six.white-title span {
  color: #ffffff;
}
.section-title-six.white-title h2 {
  color: #ffffff;
}
.section-title-six.white-title p {
  color: #ffffff;
}

/*
Header Area Style
======================================================*/
.header-area-six .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.header-area-six .top-header-area {
  background-color: #f9f9f9;
  padding: 15px 0;
}
.header-area-six .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 20px;
  color: #0e0129;
  font-size: 15px;
}
.header-area-six .top-header-area .header-content-left li:last-child {
  padding-right: 0;
}
.header-area-six .top-header-area .header-content-left li a {
  color: #0e0129;
  display: inline-block;
}
.header-area-six .top-header-area .header-content-left li i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
  transition: all 0.5s;
}
.header-area-six .top-header-area .header-content-right {
  float: right;
}
.header-area-six .top-header-area .header-content-right .language-area {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 2px;
  position: relative;
  margin-right: 20px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top {
  position: relative;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-bar span {
  position: relative;
  top: 1px;
  color: #0e0129;
  transition: all 0.5s;
  font-size: 15px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-bar i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom {
  list-style: none;
  position: absolute;
  top: 50px;
  padding: 20px !important;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 200px;
  left: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin: 0;
  text-align: left;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom .language-item {
  margin-bottom: 15px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom .language-item:last-child {
  margin-bottom: 0;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom .language-item .language-link {
  color: #0e0129;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top .language-item-bottom .language-item .language-link img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.header-area-six .top-header-area .header-content-right .language-area .language-item-top:hover .language-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 35px;
  z-index: 9999;
}
.header-area-six .top-header-area .header-content-right .log-in-sign-up {
  display: inline-block;
}
.header-area-six .top-header-area .header-content-right .log-in-sign-up li {
  display: inline-block;
  margin-right: 30px;
}
.header-area-six .top-header-area .header-content-right .log-in-sign-up li:last-child {
  margin-right: 0;
}
.header-area-six .top-header-area .header-content-right .log-in-sign-up li i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.header-area-six .top-header-area .header-content-right .log-in-sign-up li a {
  color: #0e0129;
  font-size: 15px;
}

/*
Nav Area Style
======================================================*/
.nav-area-six .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.nav-area-six .navbar-area .main-nav {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-area-six .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #0e0129;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #0e0129;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active ul li a {
  color: #000;
}
.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}
.nav-area-six .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}
.nav-area-six .others-option {
  position: relative;
  top: 2px;
  margin-right: 40px;
}
.nav-area-six .others-option .option-item {
  color: #212121;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.nav-area-six .others-option .option-item .search-overlay {
  display: none;
}
.nav-area-six .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 500px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.nav-area-six .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.nav-area-six .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #0e0129;
  outline: 0;
  transition: all 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}
.nav-area-six .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  transition: all 0.5s;
  padding: 0;
}
.nav-area-six .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #0e0129;
}
.nav-area-six .others-option .option-item .search-btn {
  cursor: pointer;
  transition: all 0.5s;
  color: #0e0129;
  font-size: 20px;
  text-align: center;
}
.nav-area-six .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  color: #0e0129;
  font-size: 20px;
  text-align: center;
}
.nav-area-six .others-option .option-item .close-btn.active {
  display: block;
}
.nav-area-six .others-option .cart-icon {
  display: inline-block;
  margin-right: 50px;
}
.nav-area-six .others-option .cart-icon .cart {
  position: relative;
}
.nav-area-six .others-option .cart-icon .cart i {
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #0e0129;
}
.nav-area-six .others-option .cart-icon .cart span {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 15px;
  height: 15px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}
.nav-area-six .others-option .sidebar-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.nav-area-six .others-option .sidebar-menu::before {
  content: "";
  position: absolute;
  top: -19px;
  right: -122px;
  width: 170px;
  height: 74px;
  z-index: -1;
  border-radius: 0 0 0 40px;
}
.nav-area-six .others-option .sidebar-menu .burger-menu {
  display: inline-block;
  text-align: center;
  font-size: 25px;
}
.nav-area-six .others-option .sidebar-menu .burger-menu i {
  color: #ffffff;
}

/*
Sidebar Area Style
======================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 400px;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 1;
  padding: 40px;
}
.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}
.sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 0;
  float: right;
  text-align: center;
  position: relative;
  top: 1px;
  border-radius: 50%;
}
.sidebar-modal .sidebar-header .close-btn:hover {
  color: #ffffff;
}
.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}
.sidebar-modal .sidebar-about .title h2 {
  margin-bottom: 0;
  font-size: 20px;
}
.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}
.sidebar-modal .contact-us {
  margin-bottom: 30px;
}
.sidebar-modal .contact-us h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
.sidebar-modal .contact-us h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}
.sidebar-modal .contact-us ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar-modal .contact-us ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.sidebar-modal .contact-us ul li:last-child {
  margin-bottom: 0;
}
.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
.sidebar-modal .contact-us ul li a {
  display: block;
}
.sidebar-modal .sidebar-gallery-feed {
  margin-bottom: 30px;
}
.sidebar-modal .sidebar-gallery-feed h3 {
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}
.sidebar-modal .sidebar-gallery-feed h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}
.sidebar-modal .sidebar-gallery-feed ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}
.sidebar-modal .sidebar-gallery-feed ul li {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.sidebar-modal .sidebar-gallery-feed ul li a {
  display: block;
  position: relative;
}
.sidebar-modal .sidebar-gallery-feed ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-modal .sidebar-gallery-feed ul li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.sidebar-modal .sidebar-follow-us h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
.sidebar-modal .sidebar-follow-us h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}
.sidebar-modal .sidebar-follow-us .social-wrap {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
.sidebar-modal .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d80650;
  transition: all 0.5s;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a i {
  font-size: 18px;
  color: #ffffff;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
  background-color: #0e0129;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}
.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*
Banner Area Style
======================================================*/
.banner-area-six {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 70px;
}
.banner-area-six .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.banner-area-six .banner-text {
  position: relative;
  max-width: 690px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -8px;
}
.banner-area-six .banner-text h1 {
  font-size: 68px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.banner-area-six .banner-text p {
  font-size: 16px;
  margin-bottom: 35px;
}
.banner-area-six .banner-text .default-btn {
  border: 1px solid;
}
.banner-area-six .banner-text .default-btn:hover {
  border-color: #0e0129;
}
.banner-area-six .banner-text .default-btn.active i {
  transition: all 0.5s;
}
.banner-area-six .banner-text .default-btn.active:hover {
  border-color: #0e0129;
}
.banner-area-six .banner-text .default-btn.active:hover i {
  color: #ffffff;
}
.banner-area-six .banner-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: FocuS 1s linear 1s infinite;
}
.banner-area-six .banner-shape-2 {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
  animation: FocuS 1s linear 1s infinite;
}

/*
Services Area Style
=================================================*/
.services-tab-slider .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-40px);
  margin: 0;
}
.services-tab-slider .owl-nav .owl-prev i {
  font-size: 20px;
  color: #0e0129;
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
.services-tab-slider .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
.services-tab-slider .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-40px);
  margin: 0;
}
.services-tab-slider .owl-nav .owl-next i {
  font-size: 20px;
  color: #0e0129;
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
.services-tab-slider .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.services-tab-slider .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.services-content {
  margin-top: -8px;
  margin-bottom: -8px;
}
.services-content h2 {
  font-size: 40px;
  margin-bottom: 50px;
  color: #ffffff;
}
.services-content .services-tab-wrap .services-tab .tabs {
  margin-bottom: 50px;
  text-align: center;
}
.services-content .services-tab-wrap .services-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  border-bottom: 2px solid #212121;
  padding-left: 0 !important;
  color: #212121;
  cursor: pointer;
}
.services-content .services-tab-wrap .services-tab .tabs li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
}
.services-content .services-tab-wrap .services-tab .tabs .current::before {
  width: 100%;
  right: auto;
  left: 0;
}
.services-content .services-tab-wrap .services-tab h3 {
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 700;
}
.services-content .services-tab-wrap .services-tab .default-btn {
  width: unset !important;
  margin-top: 15px;
}
.services-content .tab .tabs_item {
  display: none;
}
.services-content .tab .tabs_item:first-child {
  display: block;
}

/*
Serve Area Style
=================================================*/
.single-serve {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.single-serve i {
  position: absolute;
  top: 7px;
  left: 0;
  border: 1px solid;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  font-size: 40px;
  text-align: center;
  background-color: #ffffff;
}
.single-serve h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
.single-serve:hover {
  transform: translateY(-5px);
}

/*
Counter Area Style
=================================================*/
.counter-area-six {
  background-color: #0e0129;
}
.counter-area-six .col-lg-3:nth-child(4) .single-counters::before {
  display: none;
}

.single-counters {
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.single-counters::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #232223;
}
.single-counters i {
  border: 1px solid;
  font-size: 40px;
  line-height: 1;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  transition: all 0.5s;
}
.single-counters p {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-counters h2 {
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}
.single-counters .target {
  position: relative;
  top: 2px;
  right: 9px;
}
.single-counters:hover {
  transform: translateY(-5px);
}
.single-counters:hover i {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
}

/*
Services Area Style
=================================================*/
.choose-us-six-content .tabs li {
  padding: 0;
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  background-color: #e7e7e7;
  margin-bottom: 20px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  color: #212121;
  text-align: right;
  display: block;
}
.choose-us-six-content .tabs li i {
  float: left;
  position: relative;
  top: -2px;
  left: -8px;
  font-size: 30px;
}
.choose-us-six-content .tabs li:last-child {
  margin-bottom: 0;
}
.choose-us-six-content .tabs .current {
  color: #ffffff;
}

.choose-us-content {
  background-color: rgba(216, 6, 80, 0.9);
  width: 442px;
  height: 442px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  margin-right: -30px;
  position: relative;
  right: -60px;
  z-index: 999;
}
.choose-us-content .choose-us {
  padding: 80px;
  color: #ffffff;
}
.choose-us-content .choose-us h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}
.choose-us-content .shape-1 {
  position: absolute;
  top: -50px;
  right: 60px;
  animation: rotation 100s infinite linear;
}
.choose-us-content .shape-3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  animation: rotation 100s infinite linear;
}

.choose-us-img {
  position: relative;
  left: -60px;
  z-index: 1;
}
.choose-us-img img {
  border-radius: 50% !important;
}
.choose-us-img .shape-2 {
  position: absolute;
  bottom: 25px;
  right: 0;
  animation: rotation 100s infinite linear;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
Testimonials Area Style
======================================================*/
.testimonials-area .section-title-six {
  position: relative;
  z-index: 2;
}

.testimonials {
  text-align: center;
  max-width: 810px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.testimonials .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-90px);
  margin: 0;
}
.testimonials .owl-nav .owl-prev i {
  font-size: 20px;
  color: #0e0129;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
.testimonials .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
.testimonials .owl-nav .owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-90px);
  margin: 0;
}
.testimonials .owl-nav .owl-next i {
  font-size: 20px;
  color: #0e0129;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
.testimonials .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.testimonials .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.testimonials .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.testimonials .quote {
  position: absolute;
  top: -175px;
  left: 0;
  right: 0;
  font-size: 350px;
  line-height: 1;
  color: #ebebeb;
  z-index: -1;
}

.testimonials-item {
  margin-bottom: 30px;
}
.testimonials-item p {
  margin-bottom: 40px;
  font-size: 20px;
}
.testimonials-item .testimonials-view {
  position: relative;
  display: inline-block;
  padding-left: 90px;
  text-align: left;
}
.testimonials-item .testimonials-view img {
  position: absolute;
  top: -12px;
  left: 0;
}
.testimonials-item .testimonials-view h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.testimonials-item .testimonials-view span {
  font-weight: normal;
  margin-bottom: 0;
}

/*
video Area Style
======================================================*/
.video-area-six {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-area-six::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fafafa;
}

.video-img-six {
  max-width: 810px;
  margin: auto;
  position: relative;
}
.video-img-six .video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-img-six h3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
}
.video-img-six .video-btn {
  border-radius: 50%;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  transition: all 0.5s;
}
.video-img-six .video-btn:hover {
  background: #d80650;
}
.video-img-six .video-btn:hover i {
  color: #ffffff;
}
.video-img-six .video-btn::before {
  border-radius: 50%;
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}
.video-img-six .video-btn::after {
  border-radius: 50%;
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

/*
Lats Talk Area Style
======================================================*/
.lats-talk-area {
  background-image: url(../../assets/img/home-six/talk-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.lats-talk-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0129;
  opacity: 0.2;
  z-index: -1;
}
.lats-talk-area .lats-talk-content {
  text-align: center;
  max-width: 810px;
  margin: auto;
}
.lats-talk-area .lats-talk-content h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 40px;
}
.lats-talk-area .lats-talk-content p {
  max-width: 500px;
  margin: 0 auto 30px;
  color: #ffffff;
}
.lats-talk-area .lats-talk-content.text-left, .lats-talk-area .lats-talk-content.text-right {
  max-width: none;
}
.lats-talk-area .lats-talk-content.text-left p, .lats-talk-area .lats-talk-content.text-right p {
  max-width: none;
}

/*
Blog Area Style
======================================================*/
.single-blog-post-area {
  position: relative;
  transition: all 0.5s;
  margin-bottom: 30px;
}
.single-blog-post-area .blog-content-area {
  padding-top: 20px;
}
.single-blog-post-area .blog-content-area ul {
  line-height: 1;
  margin-bottom: 15px;
}
.single-blog-post-area .blog-content-area ul li {
  display: inline-block;
  margin-right: 10px;
}
.single-blog-post-area .blog-content-area ul li i {
  margin-right: 5px;
}
.single-blog-post-area .blog-content-area h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.single-blog-post-area .blog-content-area h3 a {
  color: #0e0129;
}
.single-blog-post-area:hover {
  transform: translateY(-5px);
}

/*
Footer Top Area Style
======================================================*/
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}
.footer-area .single-footer-widget .logo {
  margin-bottom: 20px;
}
.footer-area .single-footer-widget .logo .logo-title {
  color: #111111;
  margin: 0;
}
.footer-area .single-footer-widget p {
  margin-bottom: 15px;
}
.footer-area .single-footer-widget .social-icon {
  line-height: 1;
  margin-top: 20px;
}
.footer-area .single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.footer-area .single-footer-widget .social-icon li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0e0129;
  transition: all 0.5s;
}
.footer-area .single-footer-widget .social-icon li a i {
  font-size: 16px;
  color: #ffffff;
}
.footer-area .single-footer-widget .social-icon li a svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.footer-area .single-footer-widget .social-icon li a:hover {
  transform: translateY(-2px);
}
.footer-area .single-footer-widget .social-icon li a::before {
  display: none;
}
.footer-area .single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 700;
}
.footer-area .single-footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #b2b2b2;
}
.footer-area .single-footer-widget .address li {
  position: relative;
  margin-bottom: 12px;
}
.footer-area .single-footer-widget .address li a {
  color: #212121;
}
.footer-area .single-footer-widget .address li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .address li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
}
.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
  position: relative;
}
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget ul li a {
  color: #212121;
}
.footer-area .single-footer-widget ul li:hover::before {
  border-radius: 50%;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  border-top: 1px solid #e1e2e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy-right-area p {
  color: #212121;
}
.copy-right-area .footer-menu {
  float: right;
}
.copy-right-area .footer-menu li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.copy-right-area .footer-menu li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -18px;
  width: 10px;
  height: 2px;
  background-color: #212121;
}
.copy-right-area .footer-menu li:first-child::before {
  display: none;
}
.copy-right-area .footer-menu li:last-child {
  margin-right: 0;
}
.copy-right-area .footer-menu li a {
  color: #212121;
}

.hide-wp-nav .nav-area-six .navbar-area.is-sticky {
  margin-top: 32px;
}

.woocommerce .nice-select {
  display: none;
}
.woocommerce select {
  display: block !important;
}

.shop-sidebar .woocommerce ul.cart_list li img, .shop-sidebar .woocommerce ul.product_list_widget li img {
  float: left;
}

.services-details ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.choose-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  transform: translateX(8px);
}

.hint--right:hover:after {
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

[class*=hint--]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

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

.body-with-black-color {
  background-color: #1C0531;
}
.body-with-black-color .section-title h2 {
  color: #ffffff;
}
.body-with-black-color .section-title p {
  color: #ABA8AE !important;
}
.body-with-black-color .section-title.white-title p {
  color: #ffffff !important;
}
.body-with-black-color.safer-world-area-without-color .safer-world-content h3 {
  color: #ffffff;
}
.body-with-black-color.safer-world-area-without-color .safer-world-content p {
  color: #ABA8AE;
  border-bottom: 1px solid #452C5B;
}
.body-with-black-color.safer-world-area-without-color .safer-world-content .safer-world-inner-box h4 {
  color: #ffffff;
}
.body-with-black-color.safer-world-area-without-color .safer-world-content .safer-world-inner-box p {
  color: #ABA8AE;
  border-bottom: none;
}
.body-with-black-color .home-control-content h3 {
  color: #ffffff;
}
.body-with-black-color .home-control-content p {
  color: #ABA8AE;
}
.body-with-black-color .home-control-content .home-control-tab-wrap .home-control-tab .tabs li {
  background-color: #241036;
  color: #B0A8A8;
}
.body-with-black-color .home-control-content .home-control-tab-wrap .tab_content .tabs_item p {
  color: #ABA8AE;
}
.body-with-black-color .home-control-content .home-control-tab-wrap .tab_content .tabs_item .list li {
  color: #E8E8E8;
}
.body-with-black-color .home-control-content .home-control-tab-wrap .tab_content .tabs_item .list li i {
  background: linear-gradient(129.37deg, #603364 8.09%, #7F3668 100%);
}

.seku-new-nav-area.nav-with-black-color .navbar-brand h2 {
  color: #fff;
}

/*
Section Title Wrap CSS
======================================================*/
.section-title-wrap {
  margin-bottom: 45px;
}
.section-title-wrap h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
.section-title-wrap p {
  color: #707070;
}
.section-title-wrap .wrap-btn {
  text-align: end;
}
.section-title-wrap .wrap-btn .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}

/*
Seku New Navbar Area CSS
======================================================*/
.seku-new-nav-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.seku-new-nav-area .navbar-area .main-nav {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.seku-new-nav-area .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #0e0129;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #d80650;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #d80650;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #0e0129;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #d80650;
  transition: all 0.5s;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #d80650;
  background-color: #f3f3f3;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #d80650;
  background-color: #f3f3f3;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active ul li a {
  color: #000;
}
.seku-new-nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}
.seku-new-nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}
.seku-new-nav-area .others-option {
  margin-left: 30px;
}
.seku-new-nav-area .others-option .option-item {
  color: #212121;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.seku-new-nav-area .others-option .option-item:last-child {
  margin-right: 0;
}
.seku-new-nav-area .others-option .option-item .search-overlay {
  display: none;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 500px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup .search-form {
  position: relative;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #0e0129;
  outline: 0;
  transition: all 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #d80650;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #d80650;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  transition: all 0.5s;
  padding: 0;
}
.seku-new-nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #0e0129;
}
.seku-new-nav-area .others-option .option-item .search-btn {
  cursor: pointer;
  transition: all 0.5s;
  color: #0e0129;
  font-size: 25px;
  position: relative;
  top: 2.8px;
}
.seku-new-nav-area .others-option .option-item .search-btn:hover {
  color: #d80650;
}
.seku-new-nav-area .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  color: #0e0129;
  font-size: 25px;
  text-align: center;
}
.seku-new-nav-area .others-option .option-item .close-btn.active {
  display: block;
  color: #d80650;
}
.seku-new-nav-area .others-option .option-item .default-btn {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 5px;
  background-image: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}
.seku-new-nav-area.nav-with-black-color {
  background: #1C0531;
}
.seku-new-nav-area.nav-with-black-color .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.seku-new-nav-area.nav-with-black-color .navbar-area.is-sticky {
  background: #1C0531;
}
.seku-new-nav-area.nav-with-black-color .others-option .option-item .search-btn {
  color: #ffffff;
}
.seku-new-nav-area.nav-with-black-color .others-option .option-item .search-btn:hover {
  color: #d80650;
}
.seku-new-nav-area.nav-with-black-color .others-option .option-item .close-btn {
  color: #ffffff;
}
.seku-new-nav-area.nav-with-black-color .others-option .option-item .close-btn.active {
  color: #d80650;
}

/*
Seku New Top Header CSS
======================================================*/
.new-top-header-area {
  background: #241531;
  padding-top: 12px;
  padding-bottom: 12px;
}
.new-top-header-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.new-top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 20px;
  color: #ffffff;
  font-size: 14px;
}
.new-top-header-area .header-content-left li:last-child {
  padding-right: 0;
}
.new-top-header-area .header-content-left li a {
  color: #ffffff;
  display: inline-block;
}
.new-top-header-area .header-content-left li i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.new-top-header-area .header-content-left li:hover a {
  color: #d80650;
}
.new-top-header-area .header-content-left li:hover a i {
  color: #d80650;
}
.new-top-header-area .header-content-right {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}
.new-top-header-area .header-content-right li {
  display: inline-block;
  margin-right: 5px;
}
.new-top-header-area .header-content-right li:last-child {
  margin-right: 0;
}
.new-top-header-area .header-content-right li a {
  color: #ffffff;
}
.new-top-header-area .header-content-right li a i {
  font-size: 16px;
  position: relative;
  line-height: 1;
  top: 1.8px;
  transition: all 0.5s;
}
.new-top-header-area .header-content-right li a svg {
  fill: #ffffff;
  position: relative;
  top: -1px;
}
.new-top-header-area .header-content-right li:hover a {
  color: #d80650;
}
.new-top-header-area .header-content-right li:hover a i {
  color: #d80650;
}

/*
New Main Banner Area CSS
======================================================*/
.new-main-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.new-main-banner-slides-item {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.new-main-banner-slides-item .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}

.new-main-banner-content {
  position: relative;
  z-index: 9;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-right: 0;
}
.new-main-banner-content span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
}
.new-main-banner-content h1 {
  font-size: 80px;
  margin-bottom: 25px;
  color: #ffffff;
}
.new-main-banner-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.new-main-banner-content .banner-btn {
  padding: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.new-main-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.new-main-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.new-main-banner-content .banner-btn li .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: #000000;
}
.new-main-banner-content .banner-btn li .default-btn::before {
  background: #d80650;
}
.new-main-banner-content .banner-btn li .default-btn::after {
  background: #d80650;
}
.new-main-banner-content .banner-btn li .default-btn.color-two {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.new-main-banner-content .banner-btn li .default-btn.color-two::before {
  background: #ffffff;
}
.new-main-banner-content .banner-btn li .default-btn.color-two::after {
  background: #ffffff;
}
.new-main-banner-content .banner-btn li .default-btn.color-two:hover {
  color: #000000;
}

.new-main-banner-image {
  background-image: url(../../assets/img/more-home/banner/banner-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.new-main-banner-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #010A32;
  opacity: 0.5;
}

.new-main-home-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 2.5%;
  top: 45%;
  transform: translateY(-45%) translateX(-2.5%);
}
.new-main-home-slides.owl-theme .owl-nav [class*=owl-] {
  display: block;
  margin: 15px 0;
  width: 55px;
  height: 55px;
  background: #000000;
  border-radius: 0;
  border: none;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 25px;
  position: relative;
  z-index: 1;
}
.new-main-home-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.new-main-home-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 1;
}

.new-main-banner-shape {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 1;
  max-width: 550px;
}

.new-main-banner-area-wrap {
  position: relative;
  z-index: 1;
}
.new-main-banner-area-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #000000;
  bottom: 0;
  z-index: -1;
}

.new-main-banner-wrap-item {
  background-image: url(../../assets/img/more-home/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-left: 30px;
  margin-right: 30px;
}

.new-main-banner-wrap-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: 130px;
}
.new-main-banner-wrap-content h1 {
  font-size: 80px;
  margin-bottom: 25px;
  color: #ffffff;
}
.new-main-banner-wrap-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.new-main-banner-wrap-content .banner-btn {
  padding: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.new-main-banner-wrap-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.new-main-banner-wrap-content .banner-btn li:last-child {
  margin-right: 0;
}
.new-main-banner-wrap-content .banner-btn li .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}
.new-main-banner-wrap-content .banner-btn li .default-btn::before {
  background: #d80650;
}
.new-main-banner-wrap-content .banner-btn li .default-btn::after {
  background: #d80650;
}
.new-main-banner-wrap-content .banner-btn li .default-btn.color-two {
  border: 1px solid #ffffff;
  background: transparent;
}
.new-main-banner-wrap-content .banner-btn li .default-btn.color-two::before {
  background: #ffffff;
}
.new-main-banner-wrap-content .banner-btn li .default-btn.color-two::after {
  background: #ffffff;
}
.new-main-banner-wrap-content .banner-btn li .default-btn.color-two:hover {
  color: #000000;
}

.new-main-banner-area-with-black-color {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.new-main-banner-area-with-black-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.new-main-banner-black-content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  color: #ffffff;
}
.new-main-banner-black-content p {
  color: #ABA8AE;
  margin-bottom: 0;
}
.new-main-banner-black-content .banner-btn {
  padding: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.new-main-banner-black-content .banner-btn li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.new-main-banner-black-content .banner-btn li:last-child {
  margin-right: 0;
}
.new-main-banner-black-content .banner-btn li .default-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}
.new-main-banner-black-content .banner-btn li .default-btn::before {
  background: #d80650;
}
.new-main-banner-black-content .banner-btn li .default-btn::after {
  background: #d80650;
}
.new-main-banner-black-content .banner-btn li .default-btn.color-two {
  border: 1px solid #d80650;
  background: transparent;
}
.new-main-banner-black-content .banner-btn li .default-btn.color-two::before {
  background: #d80650;
}
.new-main-banner-black-content .banner-btn li .default-btn.color-two::after {
  background: #d80650;
}
.new-main-banner-black-content .banner-btn li .default-btn.color-two:hover {
  color: #ffffff;
}

.new-main-banner-black-image {
  text-align: center;
}

.new-main-banner-black-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: -1;
}

/*
Seku Features Area CSS
======================================================*/
.seku-features-area.with-black-color {
  background-color: #000000;
}
.seku-features-area.with-black-color .single-seku-features-card {
  background-color: #382549;
}
.seku-features-area.body-with-black-color .single-seku-features-card {
  background-color: #382549;
}

.single-seku-features-card {
  background-color: #000000;
  padding: 35px 30px 30px 30px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  margin-bottom: 25px;
}
.single-seku-features-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
}
.single-seku-features-card h3 {
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  padding-left: 50px;
  transition: all 0.5s;
}
.single-seku-features-card h3 img {
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.5s;
}
.single-seku-features-card p {
  color: #ABA8AE;
  margin-bottom: 0;
  transition: all 0.5s;
}
.single-seku-features-card:hover {
  transform: translateY(-5px);
}
.single-seku-features-card:hover h3 {
  color: #ffffff;
}
.single-seku-features-card:hover h3 i {
  color: #ffffff;
}
.single-seku-features-card:hover p {
  color: #ffffff;
}
.single-seku-features-card:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.single-seku-features-card.bg-382549 {
  background-color: #382549;
}

/*
Safer World Area CSS
======================================================*/
.safer-world-area {
  background-color: #FBFBFB;
}
.safer-world-area.with-black-color {
  background-color: #000000;
}
.safer-world-area.with-black-color .safer-world-content h3 {
  color: #ffffff;
}
.safer-world-area.with-black-color .safer-world-content p {
  color: #ABA8AE;
  border-bottom: 1px solid #452C5B;
}
.safer-world-area.with-black-color .safer-world-content .safer-world-inner-box h4 {
  color: #ffffff;
}
.safer-world-area.with-black-color .safer-world-content .safer-world-inner-box p {
  color: #ABA8AE;
  border-bottom: none;
}

.safer-world-content {
  padding-left: 30px;
}
.safer-world-content h3 {
  font-size: 50px;
  margin-bottom: 18px;
}
.safer-world-content p {
  margin-bottom: 0;
  border-bottom: 1px solid #ECECEC;
  color: #707070;
  padding-bottom: 25px;
}
.safer-world-content .safer-world-inner-box {
  margin-top: 25px;
}
.safer-world-content .safer-world-inner-box h4 {
  font-size: 28px;
  margin-bottom: 15px;
}
.safer-world-content .safer-world-inner-box p {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.safer-world-content .safer-world-btn {
  margin-top: 30px;
}
.safer-world-content .safer-world-btn .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}
.safer-world-content.white-color-content h3 {
  color: #ffffff;
}
.safer-world-content.white-color-content p {
  border-bottom: 1px solid #452C5B;
  color: #ABA8AE;
}
.safer-world-content.white-color-content .safer-world-inner-box h4 {
  color: #ffffff;
}
.safer-world-content.white-color-content .safer-world-inner-box p {
  color: #ABA8AE;
  border-bottom: none;
}

/*
Complete Website Security Area CSS
======================================================*/
.complete-website-security-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.complete-website-security-area .section-title p {
  color: #707070;
}

.complete-website-security-card {
  background-color: #382549;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.complete-website-security-card.with-white-color {
  background: #ffffff;
  border: 1px solid #f9f9f9;
}
.complete-website-security-card.with-white-color h3 a {
  color: #000000;
}
.complete-website-security-card.with-white-color p {
  color: #707070;
}
.complete-website-security-card.with-white-color:hover h3 a {
  color: #ffffff;
}
.complete-website-security-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
}
.complete-website-security-card .icon {
  margin-bottom: 25px;
}
.complete-website-security-card .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  color: #ffffff;
  font-size: 45px;
  border-radius: 50px;
  text-align: center;
}
.complete-website-security-card h3 {
  margin-bottom: 15px;
  font-size: 28px;
}
.complete-website-security-card h3 a {
  color: #ffffff;
}
.complete-website-security-card p {
  color: #ABA8AE;
  transition: all 0.5s;
  margin-bottom: 0;
}
.complete-website-security-card .security-shape {
  position: absolute;
  right: -30px;
  top: -30px;
  transition: all 0.5s;
  opacity: 0;
}
.complete-website-security-card:hover {
  transform: translateY(-5px);
}
.complete-website-security-card:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.complete-website-security-card:hover p {
  color: #ffffff;
}
.complete-website-security-card:hover .security-shape {
  right: 0;
  top: 0;
  opacity: 1;
}
.complete-website-security-card.mb-25 {
  margin-bottom: 25px;
}

.complete-website-security-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.complete-website-security-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 10px;
  padding: 0;
  background: #ECECEC;
  color: #d80650;
  transition: var(--transition);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -70px;
  top: 45%;
  transform: translateY(-45%);
  border-radius: 5px;
}
.complete-website-security-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 5px;
}
.complete-website-security-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -70px;
  left: auto;
}
.complete-website-security-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}
.complete-website-security-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 1;
}

.website-security-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Funfacts Style Two Area CSS
=================================================*/
.funfacts-style-two-area {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

.single-funfacts-card {
  margin-bottom: 25px;
  position: relative;
  padding-left: 105px;
  transition: all 0.5s;
}
.single-funfacts-card .icon {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-funfacts-card .icon i {
  display: inline-block;
  height: 90px;
  width: 75px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition: all 0.5s;
}
.single-funfacts-card h3 {
  line-height: 1;
  font-size: 55px;
  margin-bottom: 10px;
  color: #ffffff;
}
.single-funfacts-card .sign {
  position: relative;
  top: 1.5px;
  left: 5px;
}
.single-funfacts-card p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.single-funfacts-card:hover {
  transform: translateY(-5px);
}
.single-funfacts-card:hover .icon i {
  background-color: #ffffff;
  color: #d80650;
}

/*================================================
Success Projects Area CSS
=================================================*/
.success-projects-area {
  overflow: hidden;
}
.success-projects-area .container-fluid {
  overflow: hidden;
  left: calc((100% - 1320px) / 2);
  position: relative;
}

.single-success-projects-card {
  margin-bottom: 25px;
  transition: all 0.5s;
  position: relative;
}
.single-success-projects-card .projects-image {
  position: relative;
  overflow: hidden;
}
.single-success-projects-card .projects-image .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.single-success-projects-card .projects-image .icon a i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  color: #ffffff;
  font-size: 25px;
  transition: all 0.5s;
}
.single-success-projects-card .projects-image::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(56, 37, 73, 0) 41.93%, #382549 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.single-success-projects-card .projects-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.single-success-projects-card .projects-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.single-success-projects-card .projects-content h3 a {
  color: #ffffff;
}
.single-success-projects-card:hover {
  transform: translateY(-10px) !important;
}
.single-success-projects-card:hover .projects-image .icon {
  top: 45%;
  transform: translateY(-45%);
  opacity: 1;
  visibility: visible;
}
.single-success-projects-card:hover .projects-content h3 a {
  color: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
}

.success-projects-section-content {
  padding-right: 25px;
}
.success-projects-section-content h3 {
  font-size: 50px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.success-projects-section-content p {
  margin-bottom: 25px;
  color: #707070;
}
.success-projects-section-content .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}

.success-projects-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
  border: 1px solid #d80650;
}
.success-projects-slides.owl-theme .owl-dots .owl-dot:hover span, .success-projects-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #d80650;
  transform: scale(1.5);
}
.success-projects-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  text-align: start;
}

/*================================================
Testimonials Wrap Area CSS
=================================================*/
.testimonials-wrap-area {
  background-image: url(../../assets/img/more-home/testimonials/testimonials-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonials-wrap-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #1C0531;
  opacity: 0.75;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.single-testimonials-card {
  background: #251533;
  padding: 35px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
}
.single-testimonials-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
}
.single-testimonials-card p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
}
.single-testimonials-card .client-info {
  margin-top: 20px;
}
.single-testimonials-card .client-info h3 {
  font-size: 22px;
  margin-bottom: 0;
  color: #ffffff;
}
.single-testimonials-card .client-info span {
  font-size: 14px;
  color: #FAD6DD;
  display: inline-block;
  margin-top: 12px;
}
.single-testimonials-card .rating {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  right: 45px;
  bottom: 50px;
}
.single-testimonials-card .rating li {
  display: inline-block;
  margin-right: 2px;
}
.single-testimonials-card .rating li:last-child {
  margin-right: 0;
}
.single-testimonials-card .rating li i {
  color: #FFB800;
}
.single-testimonials-card .quote-shape {
  position: absolute;
  right: 45px;
  bottom: -20px;
}
.single-testimonials-card:hover::after {
  width: 100%;
}

.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #382549;
  transition: all 0.5s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
  border: 1px solid #d80650;
}
.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #d80650;
  transform: scale(1.5);
}
.testimonials-wrap-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  text-align: center;
}

/*================================================
Home Control Area CSS
=================================================*/
.home-control-content h3 {
  font-size: 50px;
  margin-bottom: 18px;
}
.home-control-content p {
  margin-bottom: 0;
  color: #707070;
}
.home-control-content .home-control-tab-wrap {
  margin-top: 30px;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs {
  margin-bottom: 30px;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs li {
  display: inline-block;
  background-color: #F8F8F8;
  padding: 10px 25px;
  font-weight: 500;
  position: relative;
  color: #848484;
  margin-right: -4px;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #d80650;
  transition: all 0.5s;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs li a {
  color: #848484;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs .current a {
  color: #d80650;
}
.home-control-content .home-control-tab-wrap .home-control-tab .tabs .current::before {
  height: 100%;
  right: auto;
  left: 0;
}
.home-control-content .home-control-tab-wrap .home-control-tab p {
  color: #ffffff;
}
.home-control-content .home-control-tab-wrap .home-control-tab .default-btn {
  width: unset !important;
  margin-top: 15px;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item p {
  margin-bottom: 0;
  color: #707070;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item .list li {
  list-style-type: none;
  margin-bottom: 25px;
  color: #382549;
  position: relative;
  padding-left: 35px;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item .list li:last-child {
  margin-bottom: 0;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item .list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  color: #ffffff;
  font-size: 20px;
  border-radius: 50px;
}
.home-control-content .home-control-tab-wrap .tab_content .tabs_item .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}
.home-control-content .tab .tabs_item {
  display: none;
}
.home-control-content .tab .tabs_item:first-child {
  display: block;
}
.home-control-content.white-color-content h3 {
  color: #ffffff;
}
.home-control-content.white-color-content p {
  color: #ABA8AE;
}
.home-control-content.white-color-content .home-control-tab-wrap .home-control-tab .tabs li {
  background-color: #241036;
  color: #B0A8A8;
}
.home-control-content.white-color-content .home-control-tab-wrap .tab_content .tabs_item p {
  color: #ABA8AE;
}
.home-control-content.white-color-content .home-control-tab-wrap .tab_content .tabs_item .list li {
  color: #E8E8E8;
}
.home-control-content.white-color-content .home-control-tab-wrap .tab_content .tabs_item .list li i {
  background: linear-gradient(129.37deg, #603364 8.09%, #7F3668 100%);
}

.home-control-image {
  padding-left: 35px;
}
.home-control-image img {
  border-radius: 30px !important;
}

/*================================================
Plans Area CSS
=================================================*/
.plans-area {
  background-color: #FBFBFB;
}
.plans-area .section-title p {
  color: #707070;
}

.single-plans-card {
  margin-bottom: 25px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.5s;
  border: 1px solid #d80650;
  position: relative;
  z-index: 1;
}
.single-plans-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
}
.single-plans-card .pricing-header h3 {
  margin-bottom: 10px;
  font-size: 25px;
  transition: all 0.5s;
}
.single-plans-card .pricing-header p {
  color: #848484;
  font-size: 14px;
  transition: all 0.5s;
}
.single-plans-card .price {
  margin-top: 20px;
}
.single-plans-card .price h4 {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1;
  transition: all 0.5s;
}
.single-plans-card .price h4 span {
  color: #848484;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  left: 8px;
  top: -5px;
  transition: all 0.5s;
}
.single-plans-card .features-list {
  margin-top: 30px;
}
.single-plans-card .features-list h5 {
  font-size: 15px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  transition: all 0.5s;
}
.single-plans-card .features-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-plans-card .features-list ul li {
  color: #848484;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  transition: all 0.5s;
}
.single-plans-card .features-list ul li i {
  position: absolute;
  color: #d80650;
  font-size: 15px;
  top: 3.5px;
  left: 0;
  transition: all 0.5s;
}
.single-plans-card .features-list ul li:last-child {
  margin-bottom: 0;
}
.single-plans-card .features-list ul li.bg-C4C4C4 {
  color: #C4C4C4;
}
.single-plans-card .features-list ul li.bg-C4C4C4 i {
  color: #C4C4C4;
}
.single-plans-card .link-btn {
  width: 100%;
  display: block;
  margin-top: 25px;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
  font-size: 15px;
  font-weight: 500;
}
.single-plans-card .link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 50px rgba(107, 124, 147, 0.15);
}
.single-plans-card .plans-shape {
  position: absolute;
  right: -50px;
  top: -50px;
  transition: all 0.5s;
}
.single-plans-card:hover {
  border: 1px solid #d80650;
  transform: translateY(-5px);
}
.single-plans-card:hover::after {
  width: 100%;
}
.single-plans-card:hover .pricing-header h3 {
  color: #ffffff;
}
.single-plans-card:hover .pricing-header p {
  color: #ffffff;
}
.single-plans-card:hover .price h4 {
  color: #ffffff;
}
.single-plans-card:hover .price h4 span {
  color: #ffffff;
}
.single-plans-card:hover .features-list h5 {
  color: #ffffff;
}
.single-plans-card:hover .features-list ul li {
  color: #ffffff;
}
.single-plans-card:hover .features-list ul li i {
  color: #ffffff;
}
.single-plans-card:hover .plans-shape {
  right: 0;
  top: 0;
  opacity: 1;
}

/*================================================
Operation Center Area CSS
=================================================*/
.operation-center-image {
  border-radius: 0px 30px 30px 30px;
  overflow: hidden;
}
.operation-center-image img {
  border-radius: 0px 30px 30px 30px;
  transition: all 0.5s;
}
.operation-center-image:hover img {
  transform: scale(1.2);
}

.operation-center-content {
  padding-left: 25px;
}
.operation-center-content h3 {
  font-size: 50px;
  margin-bottom: 18px;
}
.operation-center-content p {
  color: #707070;
  margin-bottom: 0;
}
.operation-center-content .operation-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.operation-center-content .operation-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.operation-center-content .operation-list li:last-child {
  margin-bottom: 0;
}
.operation-center-content .operation-list li span {
  color: #848484;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  border: 1px solid #FFE4EE;
  position: relative;
  padding: 20px 20px 20px 65px;
  border-radius: 5px;
}
.operation-center-content .operation-list li span i {
  left: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  color: #ffffff;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  transition: all 0.5s;
}
.operation-center-content.white-color-content h3 {
  color: #ffffff;
}
.operation-center-content.white-color-content p {
  color: #ABA8AE;
}
.operation-center-content.white-color-content .operation-list li span {
  border: 1px solid #382549;
  color: #ffffff;
}
.operation-center-content.white-color-content .operation-list li span i {
  background: linear-gradient(129.37deg, #603364 8.09%, #7F3668 100%);
}

/*================================================
Expert Team Area CSS
=================================================*/
.expert-team-area {
  background-color: #FBFBFB;
}

.expert-team-content.with-left {
  padding-left: 30px;
}
.expert-team-content h3 {
  font-size: 50px;
  margin-bottom: 15px;
}
.expert-team-content p {
  color: #707070;
  margin-bottom: 20px;
}
.expert-team-content .default-btn {
  background-color: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}

/*================================================
Latest News Area CSS
=================================================*/
.latest-news-area {
  overflow: hidden;
}
.latest-news-area .section-title p {
  color: #707070;
}
.latest-news-area .container-fluid {
  overflow: hidden;
  left: calc((100% - 1320px) / 2);
  position: relative;
}
.latest-news-area .container-fluid .latest-news-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.latest-news-area .container-fluid .latest-news-slides.owl-theme .owl-nav [class*=owl-] {
  left: -20px;
  top: 40%;
  transform: translateY(-40%);
  background-color: transparent;
}
.latest-news-area .container-fluid .latest-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 22%;
  transform: translateX(-22%);
  left: auto;
}

.latest-news-card {
  margin-bottom: 25px;
  transition: all 0.5s;
}
.latest-news-card .news-image a img {
  display: inline-block;
}
.latest-news-card .news-content {
  margin-top: 25px;
}
.latest-news-card .news-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.latest-news-card .news-content h3 a {
  color: #000000;
}
.latest-news-card .news-content p {
  color: #707070;
}
.latest-news-card:hover {
  transform: translateY(-5px);
}
.latest-news-card.white-color-content {
  background-color: transparent;
  border: 1px solid #241036;
  padding: 30px;
  border-radius: 5px;
}
.latest-news-card.white-color-content .news-content h3 a {
  color: #ffffff;
}
.latest-news-card.white-color-content .news-content p {
  color: #88808E;
}

.latest-news-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.latest-news-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 10px;
  padding: 0;
  background: #ffffff;
  color: #d80650;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  left: -70px;
  top: 45%;
  transform: translateY(-45%);
  border-radius: 50px;
  border: 1px solid #d80650;
}
.latest-news-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 50px;
}
.latest-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -70px;
  left: auto;
}
.latest-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}
.latest-news-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 1;
}

/*================================================
Footer Style Two Area CSS
=================================================*/
.footer-style-two-with-color {
  background-color: #251533;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-footer-widget-card {
  margin-bottom: 25px;
}
.single-footer-widget-card .logo {
  margin-bottom: 25px;
}
.single-footer-widget-card p {
  color: #ABA8AE;
  margin-bottom: 20px;
}
.single-footer-widget-card .social-links {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.single-footer-widget-card .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.single-footer-widget-card .social-links li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #ffffff;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  font-size: 18px; /* Adjust icon size to match the image */
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-footer-widget-card .social-links li a i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-footer-widget-card .social-links li a:hover {
  transform: translateY(-5px);
}
.single-footer-widget-card .social-links li a img {
  width: 16px; /* Adjusted to be similar to icon */
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute; /* Center it */
}
.single-footer-widget-card h3 {
  color: #ffffff;
  margin-bottom: 25px;
}
.single-footer-widget-card .custom-links {
  padding: 0;
  margin-bottom: 0;
}
.single-footer-widget-card .custom-links li {
  list-style-type: none;
  margin-bottom: 10px;
}
.single-footer-widget-card .custom-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget-card .custom-links li a {
  color: #ABA8AE;
}
.single-footer-widget-card .custom-links li a:hover {
  color: #d80650;
  letter-spacing: 1px;
}
.single-footer-widget-card .footer-contact-info {
  padding: 0;
  margin-bottom: 0;
}
.single-footer-widget-card .footer-contact-info li {
  color: #ABA8AE;
  margin-bottom: 15px;
}
.single-footer-widget-card .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget-card .footer-contact-info li span {
  color: #ffffff;
}
.single-footer-widget-card .footer-contact-info li a {
  color: #ABA8AE;
}
.single-footer-widget-card .footer-contact-info li a:hover {
  color: #d80650;
}
.single-footer-widget-card .widget-newsletter-content {
  margin-bottom: 20px;
}
.single-footer-widget-card .widget-newsletter-content p {
  color: #ABA8AE;
  margin-bottom: 0;
}
.single-footer-widget-card .newsletter-form {
  margin-top: 20px;
}
.single-footer-widget-card .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #392C45;
  border: 1px solid #392C45;
  height: 50px;
  padding: 20px;
  border-radius: 5px;
  outline: 0;
  color: #86818A;
}
.single-footer-widget-card .newsletter-form .input-newsletter::-moz-placeholder {
  color: #86818A;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.single-footer-widget-card .newsletter-form .input-newsletter::placeholder {
  color: #86818A;
  transition: all 0.5s;
}
.single-footer-widget-card .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.single-footer-widget-card .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.single-footer-widget-card .newsletter-form .default-btn {
  display: inline-block;
  border: none;
  margin-top: 10px;
  width: 100%;
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}
.single-footer-widget-card .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 5px;
  font-weight: 400;
  font-weight: 400;
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
  max-width: unset;
}

.footer-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.copyright-style-two-with-color {
  background-color: #1C0531;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 75px;
}
.copyright-style-two-with-color p {
  color: #ABA8AE;
}
.copyright-style-two-with-color p b {
  color: #d80650;
}
.copyright-style-two-with-color p a {
  color: #d80650;
  font-weight: 500;
}

.lines-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines-line .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #382647;
  overflow: hidden;
}
.lines-line .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: run 15s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  border-radius: 50%;
}
.lines-line .line:nth-child(1) {
  margin-left: -18%;
}
.lines-line .line:nth-child(2) {
  margin-left: 115px;
}
.lines-line .line:nth-child(3) {
  margin-left: 30%;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*================================================
Partner Style Two Area CSS
=================================================*/
.partner-slides .partner-item-card {
  text-align: center;
  overflow: hidden;
}
.partner-slides .partner-item-card img {
  transition: all 0.5s;
}
.partner-slides .partner-item-card:hover img {
  transform: scale(0.9);
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  overflow: hidden;
}
.overview-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.overview-area .container-fluid .row {
  padding-left: 0;
  padding-right: 0;
}
.overview-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.overview-content-box {
  position: relative;
}
.overview-content-box img {
  width: 100%;
}
.overview-content-box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 45px;
  max-width: 555px;
}
.overview-content-box .content h3 {
  font-size: 50px;
  margin-bottom: 30px;
  color: #ffffff;
}
.overview-content-box .content .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}
.overview-content-box .content .default-btn::before {
  background: #d80650;
}
.overview-content-box .content .default-btn::after {
  background: #d80650;
}

/*================================================
Cyber Defenses Area CSS
=================================================*/
.cyber-defenses-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cyber-defenses-list-tabs .nav {
  padding: 0;
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 50px;
  text-align: center;
}
.cyber-defenses-list-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 20px;
}
.cyber-defenses-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.cyber-defenses-list-tabs .nav .nav-item .nav-link {
  display: inline-block;
  background: transparent;
  border: 1px solid #382549;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
.cyber-defenses-list-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(129.37deg, #603364 8.09%, #7F3668 100%);
  transition: all 0.5s;
  border-radius: 5px;
  z-index: -1;
}
.cyber-defenses-list-tabs .nav .nav-item .nav-link:hover, .cyber-defenses-list-tabs .nav .nav-item .nav-link.active {
  color: #ffffff;
}
.cyber-defenses-list-tabs .nav .nav-item .nav-link:hover::before, .cyber-defenses-list-tabs .nav .nav-item .nav-link.active::before {
  height: 100%;
}

.fullwidth .cyber-defenses-content {
  max-width: 100%;
}

.cyber-defenses-content {
  max-width: 550px;
}
.cyber-defenses-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff;
}
.cyber-defenses-content p {
  margin-bottom: 0;
  color: #ABA8AE;
}
.cyber-defenses-content .cyber-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cyber-defenses-content .cyber-list li {
  color: #E8E8E8;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 25px;
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}
.cyber-defenses-content .cyber-list li:last-child {
  margin-bottom: 0;
}
.cyber-defenses-content .cyber-list li i {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background: linear-gradient(129.37deg, #603364 8.09%, #7F3668 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.cyber-defenses-content .cyber-btn {
  margin-top: 30px;
}
.cyber-defenses-content .cyber-btn .default-btn {
  background: linear-gradient(136.1deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
}

.cyber-defenses-image {
  text-align: end;
}

.cyber-defenses-shape {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateY(-10%);
  z-index: -1;
}

.blog-sidebar .widget_search form .wp-block-search__button {
  width: 100px !important;
}

.single-footer-widget.widget_block .wp-block-heading {
  color: #fff;
}

.ns-fun-facts-card .title h3 span {
  font-family: "Urbanist", sans-serif;
}

/* Start "Government Cyber Defense", "Cyber Training And Awareness" & "AI Powered Security" Demo Style CSS
==============================================================*/
/* Colors Style (Newly Added) */
.teachers-fonts-home {
  font-family: "Teachers", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #66648B;
}
.teachers-fonts-home h1, .teachers-fonts-home h2, .teachers-fonts-home h3, .teachers-fonts-home h4, .teachers-fonts-home h5, .teachers-fonts-home h6 {
  font-family: "Teachers", sans-serif;
  color: #0B0B22;
  font-weight: 600;
}
.teachers-fonts-home h1 a, .teachers-fonts-home h2 a, .teachers-fonts-home h3 a, .teachers-fonts-home h4 a, .teachers-fonts-home h5 a, .teachers-fonts-home h6 a {
  color: #0B0B22;
}
.teachers-fonts-home h1 a:hover, .teachers-fonts-home h2 a:hover, .teachers-fonts-home h3 a:hover, .teachers-fonts-home h4 a:hover, .teachers-fonts-home h5 a:hover, .teachers-fonts-home h6 a:hover {
  color: #2A82D9;
}
.teachers-fonts-home p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #66648B;
  line-height: 1.8;
}

.ai-whole-bg-black {
  background-color: #0B0B22;
}

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

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

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

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

.gcd-default-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  color: #ffffff !important;
  font-weight: 600;
  padding: 13.5px 25px;
  border-radius: 5px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gcd-default-btn i {
  font-size: 20px;
}
.gcd-default-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.gcd-default-btn:hover::before {
  opacity: 1;
}

.gcd-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.gcd-section-title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.gcd-section-title .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-section-title.text-left .sub {
  justify-content: start;
}
.gcd-section-title h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0;
}
.gcd-section-title h2 strong {
  font-weight: 800;
}
.gcd-section-title h2 span {
  display: block;
}
.gcd-section-title .see-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
  position: relative;
  top: -15px;
}
.gcd-section-title .see-btn i {
  font-size: 20px;
}
.gcd-section-title .see-btn:hover {
  letter-spacing: 1px;
}
.gcd-section-title .certified-list {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.gcd-section-title .certified-list li {
  list-style-type: none;
  margin-right: 50px;
}
.gcd-section-title .certified-list li:last-child {
  margin-right: 0;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes marquee-left {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*================================================
Gradient Top Header Area CSS
=================================================*/
.gradient-top-header-area {
  background: linear-gradient(90deg, #CCCBFF 0%, #CCCBFF 100%);
  padding-top: 15px;
  padding-bottom: 15px;
}
.gradient-top-header-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.gradient-top-header-area.wrap2 {
  background: linear-gradient(90deg, #CCCBFF 0%, #8381FF 100%);
}

.gradient-top-header-info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.gradient-top-header-info li {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 7px;
  margin-right: 20px;
  line-height: 1;
}
.gradient-top-header-info li i {
  color: #2A82D9;
  font-size: 17px;
}
.gradient-top-header-info li span {
  color: #3F3E60;
}
.gradient-top-header-info li span a {
  color: #3F3E60;
}
.gradient-top-header-info li span a:hover {
  color: #2A82D9;
}
.gradient-top-header-info li:last-child {
  margin-right: 0;
}

.gradient-top-header-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.gradient-top-header-middle i {
  color: #23228C;
  font-size: 20px;
}
.gradient-top-header-middle span {
  color: #3F3E60;
  font-size: 15px;
}
.gradient-top-header-middle span a {
  font-weight: 600;
  color: #23228C;
}
.gradient-top-header-middle span a:hover {
  color: #2A82D9;
}

.gradient-top-header-social {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
.gradient-top-header-social li {
  list-style-type: none;
  margin-right: 20px;
}
.gradient-top-header-social li a i {
  color: #0B0B22;
  transition: all 0.5s;
  font-size: 17px;
}
.gradient-top-header-social li a i:hover {
  color: #23228C;
}
.gradient-top-header-social li:last-child {
  margin-right: 0;
}

.government-cyber-defense-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.government-cyber-defense-navbar .navbar-area .main-nav {
  border-bottom: none;
  background: rgba(11, 11, 34, 0.4);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
.government-cyber-defense-navbar .navbar-area .main-nav .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
  margin: 0 15px;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 14px;
  content: "\e9e4";
  margin-left: 8px;
  font-family: boxicons !important;
  font-weight: 400;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 15px;
  position: relative;
  top: 2.5px;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #2A82D9;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #2A82D9;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e0129;
  border-bottom: 1px dashed #eeeeee;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #2A82D9;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #2A82D9;
  background-color: #f3f3f3;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2A82D9;
  background-color: #f3f3f3;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.government-cyber-defense-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.government-cyber-defense-navbar .others-option {
  margin-left: 30px;
  position: relative;
  top: 0;
}

.cyber-training-awareness-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
}
.cyber-training-awareness-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav {
  border-bottom: none;
  background: transparent;
  margin-top: -42px;
  padding-top: 10px;
  padding-bottom: 0;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 25px;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item a {
  color: #0B0B22;
  margin: 0 15px;
  text-transform: capitalize;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 14px;
  content: "\e9e4";
  margin-left: 8px;
  font-family: boxicons !important;
  font-weight: 400;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item a i {
  font-size: 15px;
  position: relative;
  top: 2.5px;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item a:hover {
  color: #2A82D9;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item a.active {
  color: #2A82D9;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e0129;
  border-bottom: 1px dashed #eeeeee;
  border-radius: 10px;
  margin: 0;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #2A82D9;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #2A82D9;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2A82D9;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.cyber-training-awareness-navbar .cta-navbar .main-nav nav .navbar-nav.right {
  margin-left: auto;
}
.cyber-training-awareness-navbar .others-option {
  margin-left: 30px;
  position: relative;
  top: 0;
}

.ai-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.ai-navbar .navbar-area.is-sticky {
  box-shadow: unset;
}
.ai-navbar .navbar-area .main-nav {
  border-bottom: none;
  background: transparent;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.ai-navbar .navbar-area .main-nav .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
  margin: 0 15px;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 14px;
  content: "\e9e4";
  margin-left: 8px;
  font-family: boxicons !important;
  font-weight: 400;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 15px;
  position: relative;
  top: 2.5px;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #2A82D9;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #2A82D9;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #0e0129;
  border-bottom: 1px dashed #eeeeee;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #2A82D9;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #2A82D9;
  background-color: #f3f3f3;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2A82D9;
  background-color: #f3f3f3;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.ai-navbar .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}
.ai-navbar .others-option {
  margin-left: 30px;
  position: relative;
  top: 0;
}

.optional-header-with-position-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.cta-middle-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cta-middle-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-middle-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

/*================================================
Government Cyber Defense Banner Area CSS
=================================================*/
.government-cyber-defense-banner-area {
  background-image: url(../img/gcd/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 300px;
  padding-bottom: 120px;
}

.government-cyber-defense-banner-content {
  max-width: 1190px;
  margin: auto;
  text-align: center;
  position: relative;
  /* Video default small size */
}
.government-cyber-defense-banner-content .sub-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3.5px 20px;
  background-color: #8381FF;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 15px;
  position: absolute;
  left: 255px;
  top: -32px;
  transform: rotate(-17.262deg);
}
.government-cyber-defense-banner-content .sub {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
  display: inline-block;
  margin-bottom: 10px;
}
.government-cyber-defense-banner-content h1 {
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 0;
}
.government-cyber-defense-banner-content h1 span {
  display: block;
}
.government-cyber-defense-banner-content h1 .banner-video {
  width: 165px;
  border-radius: 130px;
  position: relative;
  top: 18.5px;
}
.government-cyber-defense-banner-content .middle-shape {
  margin-top: 30px;
  margin-bottom: 40px;
}
.government-cyber-defense-banner-content .trusted-box {
  border-radius: 90px;
  background: rgba(11, 11, 34, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 30px 50px;
  max-width: 820px;
  margin: auto;
}
.government-cyber-defense-banner-content .trusted-box h5 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 25px;
}
.government-cyber-defense-banner-content .trusted-box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
}
.government-cyber-defense-banner-content .trusted-box .list li {
  list-style-type: none;
}
.government-cyber-defense-banner-content .video-container {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: 18px;
}
.government-cyber-defense-banner-content .scroll-video {
  width: 162px;
  height: 92px;
  transform: scale(1);
  transition: width 1.8s cubic-bezier(0.25, 1, 0.5, 1), height 1.8s cubic-bezier(0.25, 1, 0.5, 1), transform 1.8s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth both ways */
  border-radius: 130px;
  display: block;
  margin: 0 auto;
}
.government-cyber-defense-banner-content .scroll-video.full-width {
  width: 100%;
  height: auto;
  transform: scale(1.05); /* Slight zoom */
  border-radius: 0;
}

.gcd-banner-shape1 {
  position: absolute;
  left: 0;
  bottom: 290px;
  z-index: -1;
}

.gcd-banner-shape2 {
  position: absolute;
  right: 0;
  top: 220px;
  z-index: -1;
}

/*================================================
GCD About Area CSS
=================================================*/
.gcd-about-area {
  overflow: hidden;
}
.gcd-about-area .container-fluid {
  padding-left: 0;
  padding-right: 30px;
}

.gcd-about-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
}

.gcd-about-content {
  max-width: 970px;
  margin-left: 50px;
}
.gcd-about-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gcd-about-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-about-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 1.5;
}
.gcd-about-content h2 strong {
  font-weight: 800;
}
.gcd-about-content .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.gcd-about-content .inner .top .left {
  max-width: 462px;
}
.gcd-about-content .inner .top .left h4 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 15px;
}
.gcd-about-content .inner .top .left p {
  margin-bottom: 0;
}
.gcd-about-content .inner .top .right {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 225px;
}
.gcd-about-content .inner .top .right .image img {
  max-width: 85px;
}
.gcd-about-content .inner .top .right .rating .list {
  line-height: 1;
  display: flex;
  margin-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}
.gcd-about-content .inner .top .right .rating .list li {
  margin-right: 5px;
}
.gcd-about-content .inner .top .right .rating .list li i {
  color: #F5C70B;
  font-size: 15px;
}
.gcd-about-content .inner .top .right .rating .list li:last-child {
  margin-right: 0;
}
.gcd-about-content .inner .top .right .rating h5 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4;
}
.gcd-about-content .inner .line {
  margin-top: 25px;
  margin-bottom: 25px;
}
.gcd-about-content .inner .bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.gcd-about-content .inner .bottom .left {
  max-width: 462px;
}
.gcd-about-content .inner .bottom .left h4 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 15px;
}
.gcd-about-content .inner .bottom .left p {
  margin-bottom: 0;
}

/*================================================
GCD Services Area CSS
=================================================*/
.gcd-services-area {
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(42, 130, 217, 0.1) 0%, rgba(90, 209, 230, 0.1) 100%);
  margin: 0 30px 25px;
}

.gcd-services-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 25px;
}
.gcd-services-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
}
.gcd-services-item .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #EBF4FC;
  font-size: 20px;
  border-radius: 7px;
  transition: all 0.5s;
}
.gcd-services-item .link-btn i {
  font-size: 23.5px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gcd-services-item .content {
  margin-top: 295px;
}
.gcd-services-item .content h3 {
  font-size: 23.5px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.gcd-services-item .content .learn-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.gcd-services-item .content .learn-btn i {
  font-size: 20px;
}
.gcd-services-item .content .learn-btn:hover {
  letter-spacing: 1px;
}
.gcd-services-item .shape1 {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: -1;
  transition: all 0.5s;
  opacity: 1;
}
.gcd-services-item .shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.gcd-services-item:hover::before {
  opacity: 0;
}
.gcd-services-item:hover .content h3 a {
  color: #ffffff;
}
.gcd-services-item:hover .shape1 {
  opacity: 0;
}
.gcd-services-item:hover .shape2 {
  opacity: 1;
}

.gcd-services-bottom {
  border-radius: 60px;
  border: 1px solid #2A82D9;
  background: #ffffff;
  max-width: 520px;
  margin: 70px auto 0;
  text-align: center;
  padding: 15px 25px;
  position: relative;
  top: 25px;
}
.gcd-services-bottom a {
  display: inline-flex;
  align-items: center;
  color: #8381FF;
  font-weight: 700;
  gap: 7px;
}
.gcd-services-bottom a i {
  font-size: 20px;
}
.gcd-services-bottom a:hover {
  color: #2A82D9;
}

/*================================================
GCD Advertise Area CSS
=================================================*/
.gcd-advertise-area {
  overflow: hidden;
}
.gcd-advertise-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.gcd-advertise-content .top {
  direction: rtl;
}
.gcd-advertise-content h1 {
  white-space: nowrap;
  font-size: 85px;
  color: #66648B;
  margin-bottom: 0;
  font-weight: 400;
  animation: marquee 15s linear infinite forwards;
  line-height: 1;
}
.gcd-advertise-content h1 strong {
  font-weight: 700;
}
.gcd-advertise-content h1:hover {
  animation-play-state: paused;
}
.gcd-advertise-content h1 .gap {
  margin: 0 10px;
}
.gcd-advertise-content .bottom {
  direction: ltr;
  margin-top: 30px;
}
.gcd-advertise-content .bottom h1 {
  animation: marquee-left 20s linear infinite forwards;
}
.gcd-advertise-content .bottom h1:hover {
  animation-play-state: paused;
}

/*================================================
GCD Features Area CSS
=================================================*/
.gcd-features-area {
  position: relative;
}

.gcd-features-card {
  display: flex;
  align-items: start;
  margin-bottom: 25px;
  position: sticky;
  top: 200px;
}
.gcd-features-card .image img {
  max-width: 115px;
}
.gcd-features-card .content {
  margin-left: 10px;
}
.gcd-features-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.gcd-features-card .content p {
  margin-bottom: 0;
}

.col-lg-4:nth-child(2) .gcd-features-card {
  margin-top: 150px;
}
.col-lg-4:nth-child(3) .gcd-features-card {
  margin-top: 320px;
}

/*================================================
GCD Overview Area CSS
=================================================*/
.gcd-overview-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.gcd-overview-items {
  position: relative;
}
.gcd-overview-items .gcd-overview-item {
  position: sticky;
  top: 150px;
  overflow: hidden;
}
.gcd-overview-items .gcd-overview-in-item {
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  padding: 120px 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.gcd-overview-items .gcd-overview-in-item:last-child {
  margin-bottom: 0;
}
.gcd-overview-items .gcd-overview-in-item .shape1 {
  position: absolute;
  left: 80px;
  top: 0;
  z-index: -1;
}
.gcd-overview-items .gcd-overview-in-item .shape2 {
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: -1;
}
.gcd-overview-items .gcd-overview-in-item .shape3 {
  position: absolute;
  top: 80px;
  right: 110px;
  z-index: -1;
}
.gcd-overview-items .gcd-overview-in-item.purpleGradient {
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
}
.gcd-overview-items .gcd-overview-in-item.blueGradient {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
}

.gcd-report-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 50px;
}
.gcd-report-image .vector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.gcd-report-content {
  padding-left: 85px;
}
.gcd-report-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gcd-report-content .sub span {
  color: #0B0B22;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-report-content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ffffff;
}
.gcd-report-content h2 strong {
  font-weight: 800;
}
.gcd-report-content p {
  color: #0B0B22;
  margin-bottom: 0;
}
.gcd-report-content .info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.gcd-report-content .info li {
  list-style-type: none;
  margin-right: 25px;
}
.gcd-report-content .info li .gcd-default-btn {
  background: #0B0B22;
}
.gcd-report-content .info li .call {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #0B0B22;
  border-radius: 5px;
  padding: 12.5px 25px;
}
.gcd-report-content .info li .call i {
  color: #0B0B22;
}
.gcd-report-content .info li .call span {
  font-weight: 600;
  color: #0B0B22;
}
.gcd-report-content .info li .call span a {
  color: #ffffff;
  font-weight: 700;
}
.gcd-report-content .info li .call:hover {
  border: 1px solid #23228C;
}
.gcd-report-content .info li:last-child {
  margin-right: 0;
}

.gcd-control-content {
  padding-right: 80px;
}
.gcd-control-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gcd-control-content .sub span {
  color: #0B0B22;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-control-content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #ffffff;
}
.gcd-control-content h2 strong {
  font-weight: 800;
}
.gcd-control-content .control-box {
  background-color: #0B0B22;
  padding: 30px;
  border-radius: 7px;
}
.gcd-control-content .control-box .item {
  text-align: center;
}
.gcd-control-content .control-box .item .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.gcd-control-content .control-box .item .top h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.gcd-control-content .control-box .item .top h3 .sign {
  position: relative;
  top: -1px;
}
.gcd-control-content .control-box .item .top p {
  color: rgba(255, 255, 255, 0.82);
}
.gcd-control-content .control-box .item p {
  color: #85859B;
}

.gcd-control-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 50px;
}
.gcd-control-image .vector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.gcd-control-image .vector img {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.gcd-support-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 50px;
}
.gcd-support-image .vector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.gcd-support-content {
  padding-left: 80px;
}
.gcd-support-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gcd-support-content .sub span {
  color: #0B0B22;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-support-content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
}
.gcd-support-content h2 strong {
  font-weight: 800;
}
.gcd-support-content .faq-accordion {
  margin-top: 30px;
}
.gcd-support-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.gcd-support-content .faq-accordion .accordion .accordion-item {
  display: block;
  background-color: transparent;
  margin-bottom: 22px;
  box-shadow: unset;
  border: none;
  border-bottom: 1px solid rgba(11, 11, 34, 0.2);
  border-radius: 0;
}
.gcd-support-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.gcd-support-content .faq-accordion .accordion .accordion-title {
  padding: 0 37px 15px 0;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.gcd-support-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 20px;
  transition: all 0.5s;
  color: #0B0B22;
}
.gcd-support-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}
.gcd-support-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 2.5px 0 25px 0;
}
.gcd-support-content .faq-accordion .accordion .accordion-content p {
  color: #393959;
}
.gcd-support-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
GCD Choose Area CSS
=================================================*/
.gcd-choose-area {
  overflow: hidden;
}

.gcd-choose-card .icon {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.gcd-choose-card .icon::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, rgba(42, 130, 217, 0.3) 0%, rgba(90, 209, 230, 0.3) 100%);
}
.gcd-choose-card h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.gcd-choose-card p {
  margin-bottom: 0;
}

.gcd-choose-image {
  margin-bottom: 65px;
  position: relative;
}
.gcd-choose-image .choose-video {
  display: flex;
  max-width: 100%;
}
.gcd-choose-image .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}
.gcd-choose-image .mask img {
  width: 100%;
  height: 100%;
}

/*================================================
GCD Testimonial Area CSS
=================================================*/
.gcd-testimonial-area {
  overflow: hidden;
  background-color: #0B0B22;
  border-radius: 0px 10px 0px 0px;
}
.gcd-testimonial-area .gcd-section-title {
  text-align: start;
}
.gcd-testimonial-area .gcd-section-title .sub {
  justify-content: start;
}
.gcd-testimonial-area.without-bg-black {
  background-color: transparent;
}
.gcd-testimonial-area.without-bg-black .gcd-testimonial-pagination .swiper-pagination-bullet {
  background-color: #66648B;
}
.gcd-testimonial-area.without-bg-black .gcd-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A82D9;
}

.gcd-testimonial-card {
  background-color: #F3F3FF;
  padding: 30px;
  border-radius: 10px;
}
.gcd-testimonial-card .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.gcd-testimonial-card .info .image img {
  border: 3px solid #ffffff;
  max-width: 55px;
}
.gcd-testimonial-card .info .title h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0%;
}
.gcd-testimonial-card .info .title h3 i {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gcd-testimonial-card .info .title span {
  font-size: 14px;
  display: block;
  margin-top: 1.5px;
}
.gcd-testimonial-card p {
  margin-bottom: 0;
}
.gcd-testimonial-card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}
.gcd-testimonial-card .bottom .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.gcd-testimonial-card .bottom .rating li {
  list-style-type: none;
  margin-right: 5px;
}
.gcd-testimonial-card .bottom .rating li i {
  color: #F5C70B;
}
.gcd-testimonial-card .bottom .rating li:last-child {
  margin-right: 0;
}
.gcd-testimonial-card .bottom .right {
  text-align: end;
}
.gcd-testimonial-card .bottom .right span {
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 2px;
}

.gcd-testimonial-slider {
  margin-right: -450px;
}

.gcd-testimonial-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.gcd-testimonial-pagination .swiper-pagination-bullet {
  opacity: 100%;
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin: 0 7px !important;
}
.gcd-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2A82D9;
}

/*================================================
GCD Motto Area CSS
=================================================*/
.gcd-motto-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gcd-motto-area .container-fluid {
  padding-left: 0;
  padding-right: 30px;
}
.gcd-motto-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 300px;
  background-color: #0B0B22;
  z-index: -1;
}

.gcd-motto-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 0px 20px 20px 0px;
}

.gcd-motto-content {
  position: relative;
  max-width: 750px;
  padding: 55px 0px 55px 90px;
}
.gcd-motto-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gcd-motto-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.gcd-motto-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.gcd-motto-content h2 strong {
  font-weight: 800;
}
.gcd-motto-content .gcd-motto-tab .tabs {
  display: flex;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.gcd-motto-content .gcd-motto-tab .tabs li {
  list-style-type: none;
  margin-right: 25px;
}
.gcd-motto-content .gcd-motto-tab .tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: #0B0B22;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  padding: 17px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #F3F3F3;
}
.gcd-motto-content .gcd-motto-tab .tabs li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.gcd-motto-content .gcd-motto-tab .tabs li:hover a, .gcd-motto-content .gcd-motto-tab .tabs li.current a {
  color: #ffffff;
  border: 1px solid #8381FF;
}
.gcd-motto-content .gcd-motto-tab .tabs li:hover a::before, .gcd-motto-content .gcd-motto-tab .tabs li.current a::before {
  opacity: 1;
}
.gcd-motto-content .gcd-motto-tab .tabs li:last-child {
  margin-right: 0;
}
.gcd-motto-content .gcd-motto-tab .inner-content .content {
  margin-bottom: 30px;
}
.gcd-motto-content .gcd-motto-tab .inner-content .content h3 {
  font-size: 23.5px;
  margin-bottom: 12px;
}
.gcd-motto-content .gcd-motto-tab .inner-content .content p {
  margin-bottom: 0;
}
.gcd-motto-content .gcd-motto-tab .inner-content .count-item h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.gcd-motto-content .gcd-motto-tab .inner-content .count-item h3 .sign {
  position: relative;
  top: -1px;
}
.gcd-motto-content .gcd-motto-tab .inner-content .count-item p {
  margin-bottom: 0;
}
.gcd-motto-content .gcd-motto-tab .inner-content .motto-btn {
  display: flex;
  margin-top: 30px;
}
.gcd-motto-content .wrap-shape1 {
  position: absolute;
  right: -85px;
  bottom: 57px;
  z-index: -1;
}

/*================================================
GCD Motto Area CSS
=================================================*/
.gcd-blog-card {
  margin-bottom: 25px;
}
.gcd-blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.gcd-blog-card .image img {
  border-radius: 10px;
  transition: all 0.5s;
}
.gcd-blog-card .content {
  margin-top: 25px;
}
.gcd-blog-card .content span {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.gcd-blog-card .content span i {
  color: #8381FF;
  font-size: 17px;
}
.gcd-blog-card .content h3 {
  font-size: 23.5px;
  line-height: 1.5;
  margin-bottom: 0;
}
.gcd-blog-card:hover .image img {
  transform: scale(1.1);
}

.gcd-blog-large-card {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 55px;
}
.gcd-blog-large-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.gcd-blog-large-card .content span {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  color: #DBDBE8;
}
.gcd-blog-large-card .content span i {
  color: #8381FF;
  font-size: 17px;
}
.gcd-blog-large-card .content h3 {
  font-size: 23.5px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 430px;
}
.gcd-blog-large-card .content h3 a {
  color: #ffffff;
}
.gcd-blog-large-card .content h3 a:hover {
  color: #2A82D9;
}
.gcd-blog-large-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(259deg, rgba(11, 11, 34, 0.1) 4.29%, rgba(11, 11, 34, 0.7) 63.36%);
}

/*================================================
Cyber Training & Awareness Banner Area CSS
=================================================*/
.cyber-training-awareness-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 130px;
}
.cyber-training-awareness-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cyber-training-awareness-banner-content {
  max-width: 985px;
}
.cyber-training-awareness-banner-content h2 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.cyber-training-awareness-banner-content p {
  color: #BEBDD1;
  margin-bottom: 0;
  max-width: 595px;
}
.cyber-training-awareness-banner-content .info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 595px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  padding: 15px 15px 15px 0px;
}
.cyber-training-awareness-banner-content .info-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #87A8FF;
  z-index: -1;
  border-radius: 0px 7px 7px 0px;
  margin-left: -100%;
}
.cyber-training-awareness-banner-content .info-wrap .info {
  display: flex;
  align-items: center;
}
.cyber-training-awareness-banner-content .info-wrap .info .icon i {
  font-size: 35px;
  color: #0B0B22;
}
.cyber-training-awareness-banner-content .info-wrap .info .title {
  margin-left: 15px;
}
.cyber-training-awareness-banner-content .info-wrap .info .title h5 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.cyber-training-awareness-banner-content .info-wrap .info .title span {
  color: #3F3E62;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.cyber-training-awareness-banner-content .info-wrap .arrow-btn {
  margin-left: 20px;
}
.cyber-training-awareness-banner-content .info-wrap .arrow-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0B0B22;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.5s;
}
.cyber-training-awareness-banner-content .info-wrap .arrow-btn a i:hover {
  background-color: #2A82D9;
  color: #ffffff;
}
.cyber-training-awareness-banner-content .banner-video-wrap {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.cyber-training-awareness-banner-content .banner-video-wrap .image {
  position: relative;
}
.cyber-training-awareness-banner-content .banner-video-wrap .image .video-wrap {
  display: flex;
  max-width: 200px;
  border-radius: 10px;
}
.cyber-training-awareness-banner-content .banner-video-wrap .image .cta-video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
}
.cyber-training-awareness-banner-content .banner-video-wrap .image .cta-video-btn i {
  font-size: 70px;
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cyber-training-awareness-banner-content .banner-video-wrap .content {
  max-width: 250px;
  margin-left: 25px;
}
.cyber-training-awareness-banner-content .banner-video-wrap .content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C70B;
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 3.5px;
  padding: 5px 15px;
  margin-bottom: 12px;
}
.cyber-training-awareness-banner-content .banner-video-wrap .content h5 {
  font-size: 17px;
  font-weight: 500;
  color: #EBF4FC;
  margin-bottom: 0;
  line-height: 1.5;
}

/*================================================
CTA Courses Area CSS
=================================================*/
.cta-courses-item {
  padding: 370px 30px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 25px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.cta-courses-item .free-btn {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #D7D6FF;
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
.cta-courses-item .paid-btn {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #97FF04;
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
.cta-courses-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.cta-courses-item .content h3 {
  font-size: 22.5px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.cta-courses-item .content .view-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.cta-courses-item .content .view-btn i {
  font-size: 20px;
}
.cta-courses-item .content .view-btn:hover {
  letter-spacing: 1px;
}
.cta-courses-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eaf4fb;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 10px;
}
.cta-courses-item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #0B0B22 3.17%, rgba(11, 11, 34, 0.3) 99.89%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 10px;
}
.cta-courses-item .shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
}
.cta-courses-item:hover {
  border-radius: 10px;
}
.cta-courses-item:hover .content a {
  color: #ffffff;
}
.cta-courses-item:hover::before {
  opacity: 0;
}
.cta-courses-item:hover::after {
  opacity: 1;
}
.cta-courses-item:hover .shape {
  opacity: 0;
}

.cta-courses-bottom {
  border-radius: 60px;
  border: 1px solid #2A82D9;
  background: #ffffff;
  max-width: 520px;
  margin: 20px auto 0;
  text-align: center;
  padding: 15px 25px;
}
.cta-courses-bottom a {
  display: inline-flex;
  align-items: center;
  color: #8381FF;
  font-weight: 700;
  gap: 7px;
}
.cta-courses-bottom a i {
  font-size: 20px;
}
.cta-courses-bottom a:hover {
  color: #2A82D9;
}

.cta-courses-form {
  margin-bottom: 50px;
}
.cta-courses-form p {
  margin-bottom: 30px;
}
.cta-courses-form .search {
  margin-bottom: 30px;
}
.cta-courses-form .search label {
  color: #0B0B22;
  display: block;
  margin-bottom: 10px;
}
.cta-courses-form .search .box {
  position: relative;
}
.cta-courses-form .search .box .form-control {
  height: 55px;
  border-radius: 5px;
  border: 1px solid rgba(83, 104, 135, 0.2);
  background-color: transparent;
}
.cta-courses-form .search .box button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #8381FF;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.cta-courses-form .search .box button:hover {
  background-color: #2A82D9;
}
.cta-courses-form .filters h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta-courses-form .filters h5 button {
  background-color: transparent;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #2A82D9;
}
.cta-courses-form .filters .form-group label {
  color: #0B0B22;
  display: block;
  margin-bottom: 10px;
}
.cta-courses-form .filters .form-group .form-control {
  height: 55px;
  border-radius: 5px;
  border: 1px solid rgba(83, 104, 135, 0.2);
  background: transparent;
  padding: 7px 20px;
}

/*================================================
CTA About Area CSS
=================================================*/
.cta-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-about-area .container-fluid {
  overflow: hidden;
  padding-left: calc((100% - 1300px) / 2);
  padding-right: 0;
}

.cta-about-content {
  max-width: 710px;
}
.cta-about-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cta-about-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.cta-about-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-right: -190px;
}
.cta-about-content h2 strong {
  font-weight: 800;
}
.cta-about-content p {
  max-width: 500px;
  margin-bottom: 0;
}
.cta-about-content .about-btn {
  display: flex;
  margin-top: 30px;
}

.cta-about-image {
  position: relative;
}
.cta-about-image .wrap-shape {
  position: absolute;
  left: 230px;
  top: 25px;
}
.cta-about-image .wrap-shape img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cta-about-advertise {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: -1;
}
.cta-about-advertise h1 {
  white-space: nowrap;
  font-size: 85px;
  color: rgba(102, 100, 139, 0.1);
  margin-bottom: 0;
  font-weight: 800;
  animation: marquee-left 15s linear infinite forwards;
  line-height: 1;
}
.cta-about-advertise h1:hover {
  animation-play-state: paused;
}
.cta-about-advertise h1 .gap {
  margin: 0 10px;
}

/*================================================
CTA Features Area CSS
=================================================*/
.cta-features-area {
  overflow: hidden;
}

.cta-features-large-image {
  margin-bottom: 55px;
}

.cta-features-card .bar {
  width: 55px;
  height: 5.5px;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  margin-bottom: 20px;
}
.cta-features-card h3 {
  font-size: 23.5px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.cta-features-card p {
  margin-bottom: 0;
}

/*================================================
CTA Overview Area CSS
=================================================*/
.cta-overview-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  margin: 0 30px;
}
.cta-overview-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
  background-color: #ffffff;
  z-index: -1;
}

.cta-overview-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cta-overview-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.cta-overview-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #ffffff;
}
.cta-overview-content h2 strong {
  font-weight: 800;
}
.cta-overview-content p {
  color: #C9C9FF;
  margin-bottom: 0;
}
.cta-overview-content .overview-count-items {
  margin-top: 80px;
  max-width: 565px;
}
.cta-overview-content .overview-count-items .count-item {
  border-radius: 20px;
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.6) 3.55%, rgba(218, 218, 255, 0.6) 97.14%);
  -webkit-backdrop-filter: blur(37px);
          backdrop-filter: blur(37px);
  padding: 40px 30px;
  text-align: center;
}
.cta-overview-content .overview-count-items .count-item .image {
  margin-bottom: 25px;
}
.cta-overview-content .overview-count-items .count-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}
.cta-overview-content .overview-count-items .count-item h3 .sign {
  position: relative;
  top: -1px;
}
.cta-overview-content .overview-count-items .count-item p {
  margin-bottom: 0;
  color: #66648B;
}
.cta-overview-content .overview-count-items .col-lg-6:nth-child(2) .count-item {
  margin-top: 55px;
}

.cta-overview-image .image {
  padding-left: 100px;
}
.cta-overview-image .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 150px;
  margin-bottom: 0;
}
.cta-overview-image .list li {
  list-style-type: none;
  margin-right: 20px;
}
.cta-overview-image .list li:last-child {
  margin-right: 0;
}

.cta-overview-rectangle {
  position: absolute;
  right: 70px;
  top: 0;
  height: 100%;
  z-index: -11;
}
.cta-overview-rectangle img {
  height: 100%;
}

/*================================================
CTA Work Area CSS
=================================================*/
.cta-work-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-work-inner {
  position: relative;
  z-index: 1;
}
.cta-work-inner .wrap-shape {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.7;
}

.cta-work-left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 400px;
}
.cta-work-left img {
  margin-bottom: 20px;
}
.cta-work-left p {
  font-size: 18px;
  font-weight: 700;
  color: #0B0B22;
}
.cta-work-left .try-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.cta-work-left .try-btn i {
  font-size: 20px;
}
.cta-work-left .try-btn:hover {
  letter-spacing: 1px;
}

.cta-work-items {
  position: relative;
}
.cta-work-items .work-item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 40px;
  position: relative;
}
.cta-work-items .work-item .number {
  font-size: 95px;
  font-weight: 800;
  color: rgba(11, 11, 34, 0.1);
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 40px;
}
.cta-work-items .work-item h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.cta-work-items .work-item p {
  margin-bottom: 0;
}
.cta-work-items .work-item:nth-child(1) {
  position: relative;
  left: -437px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(2) {
  position: relative;
  left: -125px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(3) {
  position: relative;
  right: -125px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(4) {
  position: relative;
  right: -437px;
}
.cta-work-items .work-item:nth-child(5) {
  position: relative;
  left: -437px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(6) {
  position: relative;
  left: -125px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(7) {
  position: relative;
  right: -125px;
  margin-bottom: -25px;
}
.cta-work-items .work-item:nth-child(8) {
  position: relative;
  right: -437px;
}

.cta-work-content {
  margin-left: -50px;
}
.cta-work-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cta-work-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.cta-work-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
.cta-work-content h2 strong {
  font-weight: 800;
}

/*================================================
CTA Tools Area CSS
=================================================*/
.cta-tools-inner {
  background-color: #0B0B22;
  padding: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.cta-tools-card {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 50px 45px;
  text-align: center;
}
.cta-tools-card img {
  margin-bottom: 30px;
}
.cta-tools-card h5 {
  margin-bottom: 0;
  font-size: 23.5px;
  line-height: 1.5;
  color: #ffffff;
}
.cta-tools-card h5 span {
  display: block;
}

.cta-tools-content {
  padding-left: 30px;
}
.cta-tools-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cta-tools-content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.cta-tools-content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #ffffff;
}
.cta-tools-content h2 strong {
  font-weight: 800;
}
.cta-tools-content p {
  color: #BEBDD1;
}

.cta-tools-box {
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  padding: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-tools-box h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 200px;
  color: #ffffff;
  line-height: 1.5;
}
.cta-tools-box h3 strong {
  font-weight: 800;
}
.cta-tools-box .explore-btn {
  display: inline-flex;
  align-items: center;
  background: #0B0B22;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.cta-tools-box .explore-btn i {
  font-size: 20px;
}
.cta-tools-box .explore-btn:hover {
  letter-spacing: 1px;
}
.cta-tools-box .tools {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================================================
AI Powered Security Banner Area CSS
=================================================*/
.ai-powered-security-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 120px;
}
.ai-powered-security-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.ai-powered-security-banner-content {
  max-width: 820px;
}
.ai-powered-security-banner-content .video-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 100px;
}
.ai-powered-security-banner-content .video-wrap .ai-video-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 30px;
}
.ai-powered-security-banner-content .video-wrap .title h5 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 17px;
}
.ai-powered-security-banner-content .video-wrap .title p {
  color: #BEBDD1;
  font-size: 15px;
}
.ai-powered-security-banner-content .video-wrap .title p strong {
  font-weight: 700;
}
.ai-powered-security-banner-content .video-wrap .title p span {
  font-weight: 700;
  color: #2A82D9;
}
.ai-powered-security-banner-content .sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8381FF;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 8px 12px;
  border-radius: 3.5px;
  margin-bottom: 12px;
}
.ai-powered-security-banner-content h2 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.ai-powered-security-banner-content .wrap-btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ai-powered-security-banner-content .wrap-btn li {
  list-style-type: none;
  margin-right: 25px;
}
.ai-powered-security-banner-content .wrap-btn li .gcd-default-btn {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
}
.ai-powered-security-banner-content .wrap-btn li .gcd-default-btn::before {
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
}
.ai-powered-security-banner-content .wrap-btn li p {
  max-width: 315px;
  margin-bottom: 0;
  color: #8583AC;
  font-size: 15px;
}
.ai-powered-security-banner-content .wrap-btn li p span {
  color: #BEBDD1;
}
.ai-powered-security-banner-content .wrap-btn li:last-child {
  margin-right: 0;
}

.ai-powered-security-banner-image {
  margin-left: 50px;
  position: relative;
}
.ai-powered-security-banner-image .sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  color: #ffffff;
  font-weight: 800;
  border: 3.5px solid #171646;
  border-radius: 50px;
  position: absolute;
  left: 37px;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
.ai-powered-security-banner-image .security {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  color: #ffffff;
  font-weight: 800;
  border: 3.5px solid #171646;
  border-radius: 50px;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

.ai-powered-security-banner-line {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: -1;
  max-width: 910px;
}

.ai-powered-security-banner-ellipse1 {
  position: absolute;
  left: 100px;
  top: 150px;
  display: inline-block;
  height: 470px;
  width: 470px;
  border-radius: 471px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  filter: blur(287px);
  z-index: -1;
}

.ai-powered-security-banner-ellipse2 {
  position: absolute;
  right: 100px;
  bottom: 0;
  display: inline-block;
  height: 470px;
  width: 470px;
  border-radius: 471px;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  filter: blur(232px);
  z-index: -1;
}

/*================================================
AI Trust Area CSS
=================================================*/
.ai-trust-inner {
  border-radius: 10px;
  background: #0B0B22;
  padding: 35px 100px;
  max-width: 1080px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 11;
}
.ai-trust-inner h5 {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 50px;
}
.ai-trust-inner .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0;
}
.ai-trust-inner .list li {
  list-style-type: none;
}

/*================================================
AI Powered Security Inner Area CSS
=================================================*/
.ai-powered-security-whole-inner {
  position: relative;
  z-index: 1;
}
.ai-powered-security-whole-inner .ellipse1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 387px;
  width: 387px;
  border-radius: 471px;
  background-color: #C54BBF;
  filter: blur(307px);
  z-index: -1;
}

.ai-powered-security-sidebar {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ai-powered-security-sidebar li {
  margin-bottom: 20px;
}
.ai-powered-security-sidebar li .scroll-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  color: #777689;
  transition: all 0.5s;
}
.ai-powered-security-sidebar li .scroll-link:hover, .ai-powered-security-sidebar li .scroll-link.active {
  background: rgba(255, 255, 255, 0.1);
  color: #CFCEEE;
}
.ai-powered-security-sidebar li:last-child {
  margin-bottom: 0;
}

/*================================================
AI Overview Area CSS
=================================================*/
.ai-overview-area {
  position: relative;
  z-index: 1;
}
.ai-overview-area .ellipse {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 470px;
  width: 470px;
  border-radius: 470px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  filter: blur(287px);
  z-index: -1;
}

.ai-overview-content .image {
  margin-bottom: 20px;
}
.ai-overview-content .content {
  margin-bottom: 35px;
}
.ai-overview-content .content h3 {
  color: #E4E4E4;
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ai-overview-content .content p {
  color: #8583AC;
  margin-bottom: 0;
}
.ai-overview-content .overview-btn {
  display: flex;
}

/*================================================
AI Why Area CSS
=================================================*/
.ai-why-area {
  position: relative;
  z-index: 1;
}
.ai-why-area .ellipse {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: inline-block;
  height: 470px;
  width: 470px;
  border-radius: 470px;
  background: linear-gradient(276deg, rgba(131, 129, 255, 0.8) 1.45%, rgba(51, 48, 229, 0.8) 95.86%);
  filter: blur(232px);
  z-index: -1;
}

.ai-why-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ai-why-accordion .accordion .accordion-item {
  display: block;
  background-color: transparent;
  margin-bottom: 25px;
  box-shadow: unset;
  border: none;
  border-left: 3.5px solid #8381FF;
  border-radius: 0;
  padding-left: 35px;
}
.ai-why-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.ai-why-accordion .accordion .accordion-title {
  padding: 0 30px 0 0;
  color: #E4E4E4;
  text-decoration: none;
  display: block;
  font-size: 23.5px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.ai-why-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 20px;
  transition: all 0.5s;
  color: #ffffff;
}
.ai-why-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.ai-why-accordion .accordion .accordion-content {
  display: none;
  padding: 15px 0 0 0;
}
.ai-why-accordion .accordion .accordion-content p {
  color: #8583AC;
}
.ai-why-accordion .accordion .accordion-content.show {
  display: block;
}

.ai-why-image {
  padding-left: 20px;
}

/*================================================
AI Innovation Area CSS
=================================================*/
.ai-innovation-area {
  position: relative;
  z-index: 1;
}
.ai-innovation-area .ellipse {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 387px;
  width: 387px;
  border-radius: 387px;
  background: #C54BBF;
  filter: blur(307px);
  z-index: -1;
}

.ai-innovation-card {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.2) 100%);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 30px 25px;
  text-align: center;
}
.ai-innovation-card img {
  margin-bottom: 35px;
}
.ai-innovation-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}
.ai-innovation-card p {
  color: #8583AC;
  margin-bottom: 0;
}

/*================================================
AI Solutions Area CSS
=================================================*/
.ai-solutions-area {
  position: relative;
  z-index: 1;
}
.ai-solutions-area .ellipse {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 471px;
  width: 471px;
  border-radius: 471px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  filter: blur(287px);
  z-index: -1;
}

.ai-solutions-slider {
  margin-right: 0;
}

.ai-solutions-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.ai-solutions-card .image img {
  border-radius: 10px;
  transition: all 0.5s;
}
.ai-solutions-card .content {
  padding-top: 30px;
}
.ai-solutions-card .content h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ai-solutions-card .content h3 a {
  color: #E4E4E4;
}
.ai-solutions-card .content h3 a:hover {
  color: #2A82D9;
}
.ai-solutions-card .content p {
  color: #8583AC;
  margin-bottom: 17px;
}
.ai-solutions-card .content .case-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.ai-solutions-card .content .case-btn i {
  font-size: 20px;
}
.ai-solutions-card .content .case-btn:hover {
  letter-spacing: 1px;
}
.ai-solutions-card:hover .image img {
  transform: scale(1.1);
}

.ai-solutions-pagination {
  display: flex;
  margin-top: 55px;
}
.ai-solutions-pagination .swiper-pagination-bullet {
  width: 100%;
  display: block;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  opacity: 100%;
  height: 3px;
  margin: 0 !important;
}
.ai-solutions-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8381FF;
  border-radius: 0;
}

/*================================================
AI Platforms Area CSS
=================================================*/
.ai-platforms-area {
  position: relative;
  z-index: 1;
}
.ai-platforms-area .ellipse1 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 387px;
  width: 387px;
  border-radius: 387px;
  background: #C54BBF;
  filter: blur(272px);
  z-index: -1;
}
.ai-platforms-area .ellipse2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 471px;
  width: 471px;
  border-radius: 471px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  filter: blur(287px);
  z-index: -1;
}

.ai-platforms-tabs .nav {
  display: flex;
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
.ai-platforms-tabs .nav .nav-item {
  margin-right: 25px;
}
.ai-platforms-tabs .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8583AC;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding: 0 0 20px 0;
  border: none;
  background-color: transparent;
  transition: all 0.5s;
  position: relative;
}
.ai-platforms-tabs .nav .nav-item .nav-link i {
  font-size: 20px;
  color: #8583AC;
  transition: all 0.5s;
  position: relative;
  top: -1px;
}
.ai-platforms-tabs .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(276deg, #8381FF 1.45%, #3330E5 95.86%);
  transition: all 0.5s;
  opacity: 0;
}
.ai-platforms-tabs .nav .nav-item .nav-link:hover, .ai-platforms-tabs .nav .nav-item .nav-link.active {
  color: #EBF4FC;
}
.ai-platforms-tabs .nav .nav-item .nav-link:hover i, .ai-platforms-tabs .nav .nav-item .nav-link.active i {
  color: #8381FF;
}
.ai-platforms-tabs .nav .nav-item .nav-link:hover::before, .ai-platforms-tabs .nav .nav-item .nav-link.active::before {
  width: 100px;
  opacity: 1;
}
.ai-platforms-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.ai-platforms-tabs .ai-platforms-content .image {
  margin-bottom: 50px;
}
.ai-platforms-tabs .ai-platforms-content .content {
  max-width: 530px;
}
.ai-platforms-tabs .ai-platforms-content .content h3 {
  color: #E4E4E4;
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ai-platforms-tabs .ai-platforms-content .content p {
  color: #8583AC;
  margin-bottom: 0;
}
.ai-platforms-tabs .ai-platforms-content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ai-platforms-tabs .ai-platforms-content .list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8583AC;
  margin-bottom: 15px;
}
.ai-platforms-tabs .ai-platforms-content .list li i {
  font-size: 20px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-platforms-tabs .ai-platforms-content .list li:last-child {
  margin-bottom: 0;
}

/*================================================
AI Blog Area CSS
=================================================*/
.ai-blog-area {
  position: relative;
  z-index: 1;
}
.ai-blog-area .ellipse1 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 387px;
  width: 387px;
  border-radius: 387px;
  background: #C54BBF;
  filter: blur(272px);
  z-index: -1;
}
.ai-blog-area .ellipse2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 471px;
  width: 471px;
  border-radius: 471px;
  background: linear-gradient(276deg, rgba(131, 129, 255, 0.8) 1.45%, rgba(51, 48, 229, 0.8) 95.86%);
  filter: blur(232px);
  z-index: -1;
}

.ai-blog-tabs {
  display: flex;
  justify-content: end;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ai-blog-tabs .nav-item {
  margin-right: 15px;
}
.ai-blog-tabs .nav-item .nav-link {
  border: none;
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ai-blog-tabs .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.ai-blog-tabs .nav-item .nav-link:hover::before, .ai-blog-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.ai-blog-tabs .nav-item:last-child {
  margin-right: 0;
}

.ai-blog-left-card {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(112px);
          backdrop-filter: blur(112px);
  position: relative;
  padding: 75px 25px 35px 25px;
}
.ai-blog-left-card .content {
  margin-bottom: 145px;
}
.ai-blog-left-card .content span {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  color: #DBDBE8;
}
.ai-blog-left-card .content span i {
  color: #8381FF;
  font-size: 17px;
}
.ai-blog-left-card .content h3 {
  font-size: 23.5px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}
.ai-blog-left-card .content h3 a {
  color: #ffffff;
}
.ai-blog-left-card .content h3 a:hover {
  color: #2A82D9;
}
.ai-blog-left-card .blog-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.ai-blog-left-card .blog-btn i {
  font-size: 20px;
}
.ai-blog-left-card .blog-btn:hover {
  letter-spacing: 1px;
}
.ai-blog-left-card .tag {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #97FF04;
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}

.ai-blog-middle-card {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(112px);
          backdrop-filter: blur(112px);
}
.ai-blog-middle-card .image {
  position: relative;
}
.ai-blog-middle-card .image img {
  border-radius: 10px 10px 0 0;
}
.ai-blog-middle-card .image .tag {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: linear-gradient(0deg, #5AD1E6 0%, #5AD1E6 100%);
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
.ai-blog-middle-card .content {
  padding: 37px 25px;
}
.ai-blog-middle-card .content span {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  color: #DBDBE8;
}
.ai-blog-middle-card .content span i {
  color: #8381FF;
  font-size: 17px;
}
.ai-blog-middle-card .content h3 {
  font-size: 23.5px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}
.ai-blog-middle-card .content h3 a {
  color: #ffffff;
}
.ai-blog-middle-card .content h3 a:hover {
  color: #2A82D9;
}

.ai-blog-right-card {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(112px);
          backdrop-filter: blur(112px);
  padding: 65px 25px 25px 25px;
  position: relative;
}
.ai-blog-right-card .content {
  margin-bottom: 30px;
}
.ai-blog-right-card .content h3 {
  font-size: 23.5px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}
.ai-blog-right-card .content h3 a {
  color: #ffffff;
}
.ai-blog-right-card .content h3 a:hover {
  color: #2A82D9;
}
.ai-blog-right-card .content .blog-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  gap: 8px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.5s;
}
.ai-blog-right-card .content .blog-btn i {
  font-size: 20px;
}
.ai-blog-right-card .content .blog-btn:hover {
  letter-spacing: 1px;
}
.ai-blog-right-card .image img {
  border-radius: 10px;
}
.ai-blog-right-card .tag {
  display: inline-flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #BCBBFF;
  color: #0B0B22;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}

/*================================================
AI Request Demo Area CSS
=================================================*/
.ai-request-demo-area {
  position: relative;
  z-index: 1;
}
.ai-request-demo-area .ellipse1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  height: 471px;
  width: 471px;
  border-radius: 471px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  filter: blur(287px);
  z-index: -1;
}
.ai-request-demo-area .ellipse2 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 387px;
  width: 387px;
  border-radius: 387px;
  background: #C54BBF;
  filter: blur(272px);
  z-index: -1;
}

.ai-request-demo-content .content {
  margin-bottom: 100px;
}
.ai-request-demo-content .content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ai-request-demo-content .content .sub span {
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.ai-request-demo-content .content h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
.ai-request-demo-content .content h2 strong {
  font-weight: 800;
}

.ai-request-demo-form {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  margin-left: 25px;
}
.ai-request-demo-form .form-group {
  margin-bottom: 15px;
}
.ai-request-demo-form .form-group .gap {
  color: #DBDBE8;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.ai-request-demo-form .form-group .form-control {
  height: 55px;
  border-radius: 5px;
  border: 1px solid #536887;
  background: transparent;
  color: #DBDBE8;
  transition: all 0.5s;
}
.ai-request-demo-form .form-group .form-control::-moz-placeholder {
  color: #DBDBE8;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ai-request-demo-form .form-group .form-control::placeholder {
  color: #DBDBE8;
  transition: all 0.5s;
}
.ai-request-demo-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.ai-request-demo-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

/*================================================
AI Explore Area CSS
=================================================*/
.ai-explore-inner {
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  padding: 60px 80px;
}

.ai-explore-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 40px;
}
.ai-explore-image .vector {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.ai-explore-content {
  padding-left: 70px;
}
.ai-explore-content .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ai-explore-content .sub span {
  color: #0B0B22;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.ai-explore-content h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ffffff;
}
.ai-explore-content h2 strong {
  font-weight: 800;
}
.ai-explore-content p {
  color: #0B0B22;
  margin-bottom: 0;
}
.ai-explore-content .explore-btn {
  display: flex;
  margin-top: 30px;
}
.ai-explore-content .explore-btn .gcd-default-btn {
  background: #0B0B22;
}

/*================================================
CTA Page Banner Area CSS
=================================================*/
.cta-page-banner-area {
  background-image: url(../img/cta/page-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 120px;
}

.cta-page-banner-content {
  text-align: center;
}
.cta-page-banner-content h2 {
  color: #ffffff;
  font-size: 65px;
  margin-bottom: 15px;
}
.cta-page-banner-content .list {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cta-page-banner-content .list li {
  font-family: "Inter", sans-serif;
  list-style-type: none;
  font-weight: 700;
  color: #ffffff;
  margin-right: 40px;
  position: relative;
}
.cta-page-banner-content .list li a {
  color: #2A82D9;
}
.cta-page-banner-content .list li a:hover {
  color: #8381FF;
}
.cta-page-banner-content .list li::before {
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background-color: #2A82D9;
  border-radius: 50px;
}
.cta-page-banner-content .list li:last-child {
  margin-right: 0;
}
.cta-page-banner-content .list li:last-child::before {
  display: none;
}

/*================================================
CTA Courses Details Area CSS
=================================================*/
.cta-courses-details-desc h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.3;
}
.cta-courses-details-desc h2 strong {
  font-weight: 800;
}
.cta-courses-details-desc .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cta-courses-details-desc .content h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 0;
}
.cta-courses-details-desc .content .list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cta-courses-details-desc .content .list li {
  list-style-type: none;
  font-size: 14px;
  margin-right: 40px;
  position: relative;
}
.cta-courses-details-desc .content .list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 1px;
  height: 14px;
  background: rgba(155, 151, 182, 0.3);
}
.cta-courses-details-desc .content .list li:last-child {
  margin-right: 0;
}
.cta-courses-details-desc .content .list li:last-child::before {
  display: none;
}
.cta-courses-details-desc .courses-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-item {
  display: block;
  border-radius: 10px;
  background-color: #E9E9FF;
  margin-bottom: 25px;
  box-shadow: unset;
  border: none;
  padding: 5px 5px 5px 5px;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title {
  padding: 20px 55px 20px 25px;
  text-decoration: none;
  display: block;
  position: relative;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left span {
  color: #0B0B22;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left .list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left .list li {
  list-style-type: none;
  font-size: 14px;
  margin-right: 40px;
  position: relative;
  color: #66648B;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left .list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 1px;
  height: 14px;
  background: rgba(155, 151, 182, 0.3);
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left .list li:last-child {
  margin-right: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title .left .list li:last-child::before {
  display: none;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: all 0.5s;
  color: #66648B;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-title.active i::before {
  content: "\ea57";
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content {
  display: none;
  background-color: #ffffff;
  border-radius: 10px;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style-type: none;
  padding: 20px;
  border-bottom: 1px solid #F6F4EF;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .left i {
  color: #66648B;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .left span {
  color: #66648B;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .right .preview {
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 0;
  color: #8381FF;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .right span {
  color: #66648B;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .right .download {
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 0;
  color: #09A074;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li .right .lock {
  color: #0B0B22;
  background: transparent;
  padding: 0;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content .info-list li:last-child {
  border-bottom: none;
}
.cta-courses-details-desc .courses-accordion .accordion .accordion-content.show {
  display: block;
}

.cta-courses-details-sidebar {
  background-color: #F1F0F3;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 24px 0px rgba(178, 174, 159, 0.2);
}
.cta-courses-details-sidebar .image {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.cta-courses-details-sidebar .image img {
  border-radius: 10px;
}
.cta-courses-details-sidebar .image .cta-video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 72px;
  width: 72px;
  line-height: 72px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.5s;
}
.cta-courses-details-sidebar .image .cta-video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}
.cta-courses-details-sidebar .image .cta-video-btn:hover {
  border: 1px solid #2A82D9;
}
.cta-courses-details-sidebar .information {
  padding: 0 25px 35px 25px;
}
.cta-courses-details-sidebar .information h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 25px;
}
.cta-courses-details-sidebar .information .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cta-courses-details-sidebar .information .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #F1F0F3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cta-courses-details-sidebar .information .list li .left {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cta-courses-details-sidebar .information .list li .right .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta-courses-details-sidebar .information .list li .right .price h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  color: #66648B;
}
.cta-courses-details-sidebar .information .list li .right .price h3 {
  font-size: 20px;
  font-weight: 800;
  color: #D80650;
  margin-bottom: 0;
}
.cta-courses-details-sidebar .information .list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cta-courses-details-sidebar .add-to-cart-btn {
  margin-top: 35px;
  text-align: center;
}
.cta-courses-details-sidebar .add-to-cart-btn .gcd-default-btn {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
}
.cta-courses-details-sidebar .add-to-cart-btn .gcd-default-btn::before {
  background: linear-gradient(136deg, #D80650 1.84%, #FE5D68 100%);
}
.cta-courses-details-sidebar .add-to-cart-btn span {
  display: block;
  margin-top: 15px;
}
.cta-courses-details-sidebar .share {
  margin-top: 50px;
  text-align: center;
}
.cta-courses-details-sidebar .share h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cta-courses-details-sidebar .share .social-list {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.cta-courses-details-sidebar .share .social-list li {
  margin-right: 12px;
}
.cta-courses-details-sidebar .share .social-list li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 60px;
  background-color: #EDEDFF;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 20px;
  color: #8381FF;
}
.cta-courses-details-sidebar .share .social-list li a i:hover {
  background-color: #8381FF;
  color: #ffffff;
}
.cta-courses-details-sidebar .share .social-list li:last-child {
  margin-right: 0;
}

/*================================================
Footer Style Wrap Area CSS
=================================================*/
.footer-style-wrap-area {
  overflow: hidden;
  background-color: #0B0B22;
  padding-top: 45px;
}
.footer-style-wrap-area.little-top-wrap {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.footer-style-wrap-area.little-top-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  z-index: -1;
}
.footer-style-wrap-area.little-top-wrap .footer-advertise-content h1 {
  color: rgba(102, 100, 139, 0.4);
}
.footer-style-wrap-area.bg-black-wrap {
  background-color: #151435;
}
.footer-style-wrap-area.bg-black-wrap::before {
  background-color: #0B0B22;
}

.footer-advertise-content {
  margin-bottom: 100px;
}
.footer-advertise-content h1 {
  white-space: nowrap;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  font-weight: 700;
  animation: marquee-left 15s linear infinite forwards;
  line-height: 1;
}
.footer-advertise-content h1:hover {
  animation-play-state: paused;
}
.footer-advertise-content h1 .gap {
  margin: 0 10px;
}

.single-footer-wrap-widget {
  margin-bottom: 25px;
}
.single-footer-wrap-widget.width-350 {
  max-width: 350px;
}
.single-footer-wrap-widget .logo {
  margin-bottom: 25px;
}
.single-footer-wrap-widget p {
  color: #8B8AA4;
  margin-bottom: 25px;
}
.single-footer-wrap-widget span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #ffffff;
}
.single-footer-wrap-widget .newsletter-form {
  position: relative;
  margin-top: 10px;
}
.single-footer-wrap-widget .newsletter-form .form-control {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  height: 55px;
  padding: 10px 155px 10px 20px;
  border-radius: 5px;
  outline: 0;
  color: #8B8AA4;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.single-footer-wrap-widget .newsletter-form .form-control::-moz-placeholder {
  color: #8B8AA4;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.single-footer-wrap-widget .newsletter-form .form-control::placeholder {
  color: #8B8AA4;
  transition: all 0.5s;
}
.single-footer-wrap-widget .newsletter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.single-footer-wrap-widget .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}
.single-footer-wrap-widget .newsletter-form .gcd-default-btn {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 45px;
  padding: 7.5px 17px;
}
.single-footer-wrap-widget .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 5px;
  font-weight: 400;
  font-weight: 400;
}
.single-footer-wrap-widget h3 {
  font-size: 23.5px;
  color: #ffffff;
  margin-bottom: 50px;
}
.single-footer-wrap-widget .links {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.single-footer-wrap-widget .links li {
  list-style-type: none;
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.single-footer-wrap-widget .links li a {
  color: #ffffff;
}
.single-footer-wrap-widget .links li a:hover {
  color: #2A82D9;
}
.single-footer-wrap-widget .links li:last-child {
  margin-bottom: 0;
}

.copyright-style-wrap-area {
  background-color: #232338;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-style-wrap-area span {
  color: #ffffff;
}
.copyright-style-wrap-area span a {
  color: #d80650;
  font-weight: 500;
}

.single-footer-wrap-widget.col-lg-3:nth-child(1) {
  width: 40%;
  padding-right: 50px;
}
.single-footer-wrap-widget.col-lg-3:nth-child(2) {
  width: 20%;
}
.single-footer-wrap-widget.col-lg-3:nth-child(3) {
  width: 20%;
}
.single-footer-wrap-widget.col-lg-3:nth-child(4) {
  width: 20%;
}
.single-footer-wrap-widget ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.single-footer-wrap-widget ul li {
  list-style-type: none;
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.single-footer-wrap-widget ul li a {
  color: #ffffff;
}
.single-footer-wrap-widget ul li a:hover {
  color: #2A82D9;
}
.single-footer-wrap-widget ul li:last-child {
  margin-bottom: 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .gcd-testimonial-slider {
    margin-left: 0;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(2) {
    width: 100%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(3) {
    width: 100%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(4) {
    width: 100%;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gcd-testimonial-slider {
    margin-left: 0;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(2) {
    width: 33.33%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(3) {
    width: 33.33%;
  }
  .single-footer-wrap-widget.col-lg-3:nth-child(4) {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gcd-testimonial-slider {
    margin-left: 0;
  }
}
.elementor-widget-Ai_Menu {
  position: sticky;
  top: 150px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.help-btn-ara {
  position: fixed;
  top: 50%;
  right: -85px;
  transform: rotate(270deg);
  z-index: 99;
}
.help-btn-ara .help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  color: #ffffff !important;
  font-weight: 600;
  padding: 15.5px 27px;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Teachers", sans-serif;
}
.help-btn-ara .help-btn.gcd-default-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #2A82D9 0%, #5AD1E6 100%);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.help-btn-ara .help-btn:hover::before {
  opacity: 1;
}

.rs-display {
  display: none !important;
}

.nav-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100% !important;
}
.nav-area.is-sticky.vaximo-hide-adminbar {
  top: 70px;
}

.elementor-editor-active .hide-wp-nav, .elementor-editor-active .hide-wp-nav .navbar-area.is-sticky {
  margin-top: 0;
}
.gcd-blog-large-card .content.rel {
    position: relative;
}