/**
* Template Name: Dewi
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}


/* h1,
h2,
h3,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
}

h4{font-family: 'Jost', sans-serif;} */

:root{
  --bg-primary: #0f86c0;
  --bg-blue: #0d83bc; 
  --bg-gradient: linear-gradient(#44c5fe, #077cb7);
  --bg-gradient2: linear-gradient(#4a3bca, #077cb7);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.card {
  border: 1px solid #198754;
}
.back-to-top {
  display: none!important;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--bg-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--bg-blue);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0277b2;
  border-top-color: #43c4fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* .topbar {
  padding: 10px;
  background: var(--bg-blue);
  color: #fff;
}
.topbar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.topbar .bi {
  padding-right: 8px;
  color: #3cbaf2;
}
.topbar .social-media a {
  padding-right: 12px;
}
@media(max-width: 991px){
  .topbar{
    margin: 0 auto;
    text-align: center;
  }
} */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 31px;
  position: static;
}
@media(max-width: 991px){
  #header .fixed-top{
    background: #fff;
  }
}
#header.header-scrolled,
#header.header-inner-pages {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 10px 0;
  z-index: 9999;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #0d83bc;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 0;
  border-radius: 4px;
  color: #000;
  border: 2px solid #fff;
} */

/* .navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #0276b0;
} */

/* .navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
  text-decoration: none;
  font-style: italic;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4a3bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
} */

/**
* Mobile Navigation 
*/
/* .mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .bi.mobile-nav-toggle.bi-x {
    color: #fff;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0276b0;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0276b0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
@media (max-width:991px){
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 31px;
    background: #fff;
  }
}
.fa-solid.fa-phone {
  font-size: 20px!important;
  padding-top: 23px;
  color: #0276b1;
}
.icon-details p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.icon-details h3 {
  font-size: 16px;
  font-family: 'roboto';
} */
/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
/* .slider{
  padding: 0px;
}
#rev_slider_3_1_wrapper .zeus.tparrows {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1)
}

#rev_slider_3_1_wrapper .zeus.tparrows:before {
	font-family: 'revicons';
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-leftarrow:before {
	content: '\e824'
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-rightarrow:before {
	content: '\e825'
}

#rev_slider_3_1_wrapper .zeus .tp-title-wrap {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-radius: 50%
}

#rev_slider_3_1_wrapper .zeus .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transform: translatex(-100%);
	-webkit-transform: translatex(-100%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s
}

#rev_slider_3_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
	transform: translatex(100%);
	-webkit-transform: translatex(100%)
}

#rev_slider_3_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
	transform: translatex(0);
	-webkit-transform: translatex(0);
	opacity: 1
}

#rev_slider_3_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

#rev_slider_3_1_wrapper .uranus .tp-bullet {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background: transparent;
	width: 15px;
	height: 15px
}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	border: none;
	border-radius: 50%;
	background: transparent
}

#rev_slider_3_1_wrapper .uranus .tp-bullet-inner {
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute
}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: rgba(255, 255, 255, 1)
}
.main-banner {
  display: none;
}
@media(max-width: 991px){
  .slider{
    padding-top: 0;
  }
}
@media(max-width: 500px){
  .slider {
    display: none;
  }
  .page-banner {
    display: none;
  }
  .main-banner {
    display: block;
  }
  .rs-parallax-wrap {
    margin-left: 45px;
  }
  .demo-section h4 {
    color: #fff;
    text-align: center !important;
    font-size: 22px;
    padding-bottom: 20px !important;
  } */
  /* rs-arrow,
  rs-arrow span,
  rs-arrow::before {
    display: none!important;
  }
  rs-layer-wrap {
    left: 0!important;
    position: absolute;
  }
  #slider-3-slide-9-layer-0 {
    font-size: 16px!important;
  }
  .rs-parallax-wrap {
    position: absolute;
    left: 0;
  }
   */
/* }
.main-banner {
  color: #fff;
  text-align: center;
  padding: 0;
  background: url(../img/slider.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.main-banner .overlay {
  padding: 35px 0;
  background: #00000085;
}
.main-banner h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}
.main-banner-text {
  padding: 0 15px;
}
.main-banner-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}  */
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-content h2 {
  color: #000;
  font-weight: bold;
  font-size: 50px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.banner-content h3 {
  font-size: 15px;
  color: #000;
  font-family: 'Poppins';
  width: 70%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
}
.video-sec h3 {
  background: #ee0505;
  color: #fff;
  padding: 0;
  font-family: 'Poppins';
  font-size: 18px;
  width: 100%;
  padding: 6px 0;
}
.single-video {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.single-video .fa-solid.fa-circle-play {
  position: absolute;
  top: 40%;
  font-size: 49px;
  /* background: #fff; */
  border-radius: 50%;
  color: #ee0505;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.single-video i:before {
  background: #fff;
  width: 48px !important;
  display: inline-flex;
  border-radius: 50%;
}
.single-why-choose {
  padding: 15px;
}
.single-why-choose .card {
  height: 260px;
}
.feature-icon {
  padding: 6px;
  font-size: 20px;
}
.feature-content h4 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
}
.video-feature .btn-warning {
  border-radius: 10px;
}
.video-feature button {
  font-size: 18px;
  font-weight: 800;
  border-radius: 50px;
  font-family: 'Open Sans';
}
.why-choose-icon img {
  width: 104px;
}
.why-coose-content {
  padding: 15px 0;
}
.why-coose-content h4 {
  color: #000;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 22px;
}
.why-coose-content p {
  color: #000;
  font-size: 14px;
}
@media (max-width:1199px){
  .single-why-choose .card {
    height: auto;
  }
  .banner-content h2 {
    font-size: 40px;
  }
  .banner-content h3 {
    width: 90%;
  }
  .video-sec h3 {
    background: #ee0505;
    color: #fff;
    padding: 0;
    font-family: 'Poppins';
    font-size: 18px;
    width: 100%;
    padding: 6px 0;
  }
  /* .banner-content h3 {
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans';
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 600;
  
  } */
}
.single-why-you-get {
  padding-bottom: 20px;
}
.why-you-get-icon i {
  color: #ee0505;
  font-size: 22px;
}
.why-you-get-content p {
  font-size: 14px;
  height: 55px;
}
.why-you-get-content {
  color: #000;
  display: grid;
  align-content: center;
  padding: 0 10px;
}
.why-you-get-content h4 {
  font-weight: bold;
  font-size: 16px;
  height: 35px;
}
.sub-heading h2 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
.w-custom {
  width: 65%;
  font-weight: 800;
  font-size: 18px;
  border-radius: 50px;
  font-family: 'Open Sans';
}
.w-auto {
  width: auto!important;
  font-weight: 800;
  font-size: 14px;
  border-radius: 50px;
  font-family: 'Open Sans';
}
.single-perfect {
  padding: 0 0 25px 0;
}
.register-content {
  padding: 25px 0;
}
.register-content h3 {
  color: #000;
  font-size: 18px;
  /*! font-weight: bold; */
  padding-bottom: 15px;
}
.register-content h3 i {
  color: green;
}
@media (max-width:991px){
  .w-custom {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
  }
  .why-you-get-content p {
    font-size: 14px;
    height: auto;
  }
}
/*--------------------------------------------------------------
# Demo
--------------------------------------------------------------*/
.demo-section{
  background: #0176b1;
  padding: 40px;
}
.demo-section h4{
  color: #fff;
  text-align: left;
  font-size: 26px;
  padding-bottom: 0;
}
.demo-section h4 a{
  color: #fff;
  text-decoration: none;
}
.demo-button-sec{
  margin: 0 auto;
  text-align: center;
}
.demo-btn {
  background: #0fadf5;
  padding: 10px 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: ease all .5s;
}
.demo-btn:hover {
  background: #2a94ca;
  padding: 10px 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: ease all .5s;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #0276b0;
  border: 2px solid #0276b0;
}

#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #0276b0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  position: relative;
/*! padding-bottom: 16px; */
}
.section-title h1 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
.section-title h1 span {
  display: block;
  color: #0176b1;
}
.section-title h2 span{
  font-size: 22px;
  color: #000;
}
/* .section-title h1 span::after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background: #4a3bca;
  margin: 4px;
}
.heading::after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background: #2699d2;
  margin: 8px auto;
} */
.section-title h3 {
  color: #000;
  text-transform: capitalize;
}
.section-title h2 {
  border-left: 4px solid #000;
}
.section-title h2 span {
  margin: 0 auto;
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0075b0;
  font-family: "Raleway", sans-serif;
  padding-left: 10px;
  text-transform: uppercase;
}
/* .section-title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background: #2699d2;
  margin: 8px auto;
  position: absolute;
  transform: rotate(90deg);
  width: 35px;
  left: inherit;
} */
.section-title p{
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding: 15px 0;
}
/* .section-title hr {
  margin: 5px;
} */
/*--------------------------------------------------------------
# Service 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Package 
--------------------------------------------------------------*/
.package {
  background: #087cb61c;
}
.package .section-title h3 {
  font-weight: bold;
  margin: 0;
}
.package .section-title  {
  padding-bottom: 25px;
}
.service-item-sec{
  padding: 0;
  background: #fff;
  /* box-shadow: 0px 10px 5px 0px #000; */
  /* box-shadow: 0px 10px 29px 0px rgba(194, 194, 194, 0.75); */
  height: 488px;
}
.single-service-item {
  background: #fff;
  border: 1px solid #dbdada;
  transition: ease all .5s;
}
.single-service-item:hover {
  transition: ease all .5s;
  box-shadow: 0px 0px 17px 0px #b1c0c7;
}
.single-button{
  padding: 10px;
}

.service-content h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  background: linear-gradient(#46c5fe, #0175b0);
  color: #fff;
  text-align: center;
}
.service-content h4{
  font-family: 'Roboto';
  padding: 10px 0;
  background: #8e919352;
  text-align: center;
  font-size: 18px;
}
/* .service-icon{
  margin-bottom: 10px;
} */
.service-icon .fa-solid{
  padding: 15px;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  border: 4px solid #2baeed;
  transition: ease all .5s;
  width: 70px;
  height: 70px;
}
.service-item-sec:hover .fa-solid,
.service-icon:hover .fa-solid{
  transition: ease all .5s;
  transform: translate(0px, -5px);
}
.service-content p {
  padding: 15px;
  height: 200px;
  overflow: hidden;
}
.service-content h5{
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  background: #dbdcdc;
  font-weight: bold;
}
.service-content ul {
  list-style-type: none;
}
.service-content li {
  padding-bottom: 10px;
}

.button-sec a, .button-sec {
  background: #057bb6;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.background-grediant{
  background: var(--bg-gradient);
}
.background-grediant2{
  background: var(--bg-gradient2);
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
  /* .about .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  } */
#client-details {
  background: url(../img/background.jpg) no-repeat;
  background-size: cover;
  padding: 0;
}
#client-details .overlay {
  padding: 60px 0;
  background: #0d82bc5e;
}
.client-details .section-title span {
  border: none;
  font-weight: 600;
  font-size: 26px;
  font-family: 'Poppins';
  text-transform: uppercase;
  line-height: 1.5;
}
.client-details-sec {
  padding: 25px 0;
  display: flex;
  /*! margin-top: 70px; */
}
.client-details p{
  color: #fff;
  font-family: 'Poppins';
  font-size: 13px;
}
.client-details .count-box {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.client-details .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.client-details .count-box span {
  font-size: 38px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #FFF;
  /*! margin-left: 60px; */
}

.client-details .count-box p {
  padding: 5px 0 0 0;
  /*! margin: 8px 0 0 62px; */
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #43c4fd;
}

.client-details .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.client-details .count-box a:hover {
  color: #477392;
}
.feature-icon img {
  width: 67px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}
.feature-content {
  padding: 10px 0 0 0;
}
.feature-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width:768px){
  .client-details .count-box span {
    font-size: 30px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #FFF;
  }
  .client-details .count-box p {
    font-size: 14px;
  }
}
.partners {
  padding: 0;
  background: url(../img/partners.jpg) no-repeat;
  background-size: cover;
}
.partners-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
  text-shadow: 0px -1px 0px #000;
  font-weight: bold;
  line-height: 1.5;
}
.partners-content h2 span {
  color: #0176b1;
}
.partners-content p {
  color: #fff;
  font-family: 'Poppins';
}
.partners .overlay {
  /* color: #fff; */
  padding: 120px 0;
  background: #000000bf;
}
/* .single-partner-logo img */
.single-partner-logo {
  margin: 0 auto;
  text-align: center;
}
.single-partner-logo img {
  width: 80%;
  padding: 15px;
}
.single-client {
  padding: 25px;
}
.client-logo img {
  filter: grayscale(100);
  transition: ease 5s;
}
.client-logo img:hover {
  filter: grayscale(0);
  transition: ease 5s;
}
.single-demo-item-description-sec{
  padding: 15px;
}
.single-demo-item-details {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.single-demo-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #151717D6;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-demo-item-details:hover .overlay {
  height: 100%;
}

.single-demo-item-details:hover .single-demo-item-details-title{
  display: none;
}

.single-demo-item-details .single-demo-item-description {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  right: 0;
  padding: 10px;
  width: 100%;
}

.single-demo-item-description h5{
  font-weight: bold;
}

.single-demo-item-description h5 .fa-solid{
  color: #0477b1;
  padding-right: 8px;
}

.single-demo-item-description p{
  font-size: 14px;
  padding: 10px 0;
}

.single-demo-item-description button {
  width: 100%;
  padding: 4px 0 8px 0;
  margin: 0;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  background: #0579b3;
  border: none;
  color: #fff;
  text-transform: uppercase;
  transition: ease all .5s;
}

.single-demo-item-description button:hover {
  width: 100%;
  padding: 4px 0 8px 0;
  margin: 0;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  background: #45c5fe;
  border: none;
  color: #fff;
  text-transform: uppercase;
  transition: ease all .5s;
}
.single-demo-item-details-title {
  background: #1790ca;
  margin-top: -50px;
  z-index: 999;
  width: 100%;
  position: relative;
  padding: 10px 15px;
}
.single-demo-item-details-title .fa-solid{
  color: #fff;
  padding-right: 10px;
}
.single-demo-item-details-title h5{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.about .content {
  font-size: 15px;
}
.text-left {
  text-align: left !important;
}
.about-content{
  padding: 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about-content h4{
  color: #000;
}

.about .content ul {
  list-style: none;
  padding: 0;
}
.about-content p {
  padding-bottom: 0;
  margin: 0;
  color: #000;
}
.services-list {
  padding: 25px;
}
.services-list .card {
  position: relative;
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, .09);
}
.services-list .box {
  position: absolute;
  left: -30px;
  top: 20%;
} 
.services-list .box img {
  width: 80px;
  background: #fff;
  padding: 10px;
}
.services-list .card-content h3 {
  font-size: 25px;
  font-weight: bold;
}
.services-list .card-content p {
  font-family: 'Poppins';
  font-size: 14px;
}
.section-header {
  padding: 0 0 35px 0;
  text-align: center;
  position: relative;
}
.section-header h2,
.section-header a {
  padding: 8px 12px;
  margin: 0;
  color: #000;
  font-size: 38px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.section-header::after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background: #198754;
  margin: 5px auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  /*! margin: 0; */
}
.single-list {
  padding: 10px 0 0 0;
}
.section-header h2 span,
.section-header a span {
  color: #000;
}
.single-list p {
  padding: 10px;
  color: #fff;
  background: linear-gradient(#044460, #2f8fb9);
  height: 65px;
  align-items: center;
  display: flex;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Poppins';
  margin: 0;
}
.single-list p i {
  padding-right: 10px;
}
@media (max-width: 991px){
  .section-header {
    /*! background: linear-gradient(#44c3fb, #0378b2); */
  }
  .section-header h2,
  .section-header a {
    font-size: 32px;
    padding: 10px;
    background: none;
    text-align: center;
  }
}
.demo-content.text-center h4 {
  text-align: center;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* .contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #0276b0;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0276b0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #0276b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

.offer-price h4 {
  font-family: 'Poppins';
  font-size: 16px;
}
.what-we-do h3 {
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.section-subheader h3 {
  text-align: center;
  line-height: 1.5;
}
.single-faeture {
  padding: 15px 0;
}
.single-faeture .card {
  padding: 20px;
  text-align: center;
}
.single-faeture .card-icon img {
  width: 100px;
}
.single-faeture .card-content h3 {
  width: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f4f4f4;
  padding: 15px;
  color: #000;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Roboto';
}

#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  width: 60% !important;
  padding-bottom: 15px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0276b0;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 9px;
  color: #45c6ff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0276b0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0276b0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

.footer-links .fa-solid.fa-phone{
  padding: 0;
}

#footer .footer-bottom{
  padding: 10px 0;
}


#footer .credits {
  padding-top: 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
/* .page-banner {
  background: url(../img/page-banner.jpg);
} */
.page-banner {
  padding: 0;
  /*! background: url(../img/page-header-bg.jpg); */
  background: url(../img/about-banner.jpg);
}
.page-banner .overlay {
  padding: 60px 0;
  background: #50b7ea82;
/*   background: #0478b2c2; */
  /*! background-position: center; */
}
.page-content {
  padding: 50px;
  font-size: 21px;
}
.page-content h2 {
  font-family: 'Rajdhani';
  text-transform: uppercase;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: #000;
/*   color: #fff; */
}
.breadcrumbs {
  padding: 0 0 15px 0;
  background: none;
  min-height: auto;
  margin: 0 auto;
  text-align: center;
}

.breadcrumbs ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  /* flex-wrap: wrap;
  list-style: none;
  padding: 0;
  */ margin: 0;
}

.breadcrumbs ul li,
.breadcrumbs ul li a{
  color: #000;
/*   color: #fff; */
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumbs ul li+li {
  padding-left: 10px;
}

.breadcrumbs ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
/*   color: #41c2fb; */
  content: "/";
  font-weight: bold;
}

@media (max-width: 992px) {


  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
.link{
  margin:10px 0;
}
.about-img-sec {
  position: relative;
}
.about-img {
  /*! position: relative; */
  z-index: 99;
  overflow: hidden;
  /*border-radius: 50%;*/
}
.box{
  animation: animName 100s linear infinite;
  position: absolute;
  bottom: 0;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme2 {

  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(-180deg);
  }

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

.about-img-sec {
  position: relative;
}
.about-img img {
  transition: ease all 5s;
}
.about-img img:hover {
  /*transform: scale(1.5);*/
  transition: ease all 5s;
}
.about-right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-content .section-header h5 {
  text-transform: uppercase;
  font-size: 18px;
}
.about-content .section-header {
  text-align: left;
  padding: 0 0 16px 0;
}
.about-content .section-header h2 {
  padding: 0;
  font-size: 45px;
}
.about-content .section-header h2 span {
  display: block;
}
.single-feature {
  color: #000;
  padding-bottom: 0;
}
.single-feature-icon i {
  color: var(--bg-blue);
}
.single-feature-content p {
  font-weight: 600;
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

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

.faq .faq-container .faq-item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 14px;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  text-align: left;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
  font-size: 22px;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding: 15px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
.mission-content {
  background: #0378b2;
  color: #fff;
  height: 100%;
}
.vision-content {
  background: #30ade8;
  color: #fff;
  height: 100%;
}
.vision-content .single-content .section-header,
.mission-content .single-content .section-header {
  padding: 0;
}
.vision-content .single-content h2,
.mission-content .single-content h2 {
  color: #fff !important;
  padding: 0 0 25px 0;
}
@media (max-width:991px){
  .single-content.p-md-4 {
    padding: 25px;
  }
}
.progress-icon {
  background: #0b5b84;
  width: 35px;
  height: 35px;
  padding: 6px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.progress {
  margin-bottom: 0;
  background-color : #DFDFDF;
  width : auto;
  height : 10px;
  /*! padding : 5px; */
  border-radius : 25px;
}
.progress-list .card {
  padding: 10px;
}
.progress-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.bar-1 {
  width : 98%;
}
.bar-2 {
  width : 85%;
}
.bar-3 {
  width : 65%;
}

.percent {
  width : 100%;
  height : 30px;
background: rgb(252,176,69);
background: #0b5b84;
  border-radius : 0;
  animation: progress 2s ease-in 1s forwards;
}
  
.progress-list {
  padding-bottom: 18px;
}
@keyframes progress {
  0% {
    width : 0%;
    opacity : 0;  
  }
  100% {

  }
}
.smm-banner {
  background: url(../img/smm-banner.jpg);
  background-position: center;
}
.seo-banner {
  background: url(../img/seo-banner.jpg);
  background-position: center;
  background-position-x: right;
}
.faq .section-header {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.faq-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  opacity: .5;
}
.bubbles
{
    position: relative;
    display: flex;
}
.bubbles span
{
    position: relative;
    width: 10px;
    height: 10px;
    background: #4fc3dc;
    margin: 0 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #4fc3dc44,
     0 0 50px #4fc3dc,
     0 0 100px #4fc3dc;
    animation: animate 15s linear infinite;
    animation-duration: calc(110s / var(--i));
}
.bubbles span:nth-child(even){
    background: #ff2d75;
    box-shadow: 0 0 0 10px #ff2d7544,
    0 0 50px #ff2d75,
    0 0 100px #ff2d75;

}

@keyframes animate
{
    0%{
        transform: translateY(100vh) scale(0);
    }
    100%{
        transform: translateY(-10vh) scale(1);
    }
}

/* body{
    min-height: 100vh;
    background: #0c192c;
}
.container{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
} */
.logo-img img {
  width: 259px;
  height: auto;
  padding-bottom: 15px;
  background: #fbfcfc;
  padding: 15px;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #dc143c;
  }
  
  50% {
    box-shadow: 0 0 30px 0 #dc143c;
  }
}

.btn-glow {
  background: #dc143c;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 34px;
  box-shadow: 0 0 0 0 #dc143c;
  animation: glow 1.4s ease-out infinite;
}

@keyframes blink {
  0% { text-shadow: 0 0 15px #dc143c; }
  50% { text-shadow: none; }
  100% { text-shadow: 0 0 15px #dc143c; }
}

@-webkit-keyframes blink {
  0% { text-shadow: 0 0 15px #dc143c; }
  50% { text-shadow: 0 0 0; }
  100% { text-shadow: 0 0 15px #dc143c; }
}

.text-highight {
  -webkit-animation: blink 3.0s linear infinite;
  -moz-animation: blink 3.0s linear infinite;
  -ms-animation: blink 3.0s linear infinite;
  -o-animation: blink 3.0s linear infinite;
  animation: blink 3.0s linear infinite;
}
.discount {
  text-decoration: line-through;
}
.offer-price .discount {
  color: #b9b9b9;
  text-decoration: line-through;
}