/*!
Template Name: convid-19
Template URI: https://themeforest.net/user/codexcoder
Author: codexcoder.com
Author URI: https://themeforest.net/user/codexcoder
Description: Description
Version: 1.0.0
Text Domain: convid-19
Tags: clinic, corona, coronavirus, Coronavirus disease, coronavirus prevention, covid, covid-19, covid-19 advises, COVID-19 template, doctors, hospital, medical, medical advises, ncov-2019, responsive

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
	*Style-1
	*Style-2
	*Mobile Header
# Page Header
# Banner
	*Style-1
	*Style-2
# Service
# Corona-Count
# Team
# Safe-Actions
# About
	*Style-1
	*Style-2
# Blog
	*Style-1
	*Style-2
	*Style-3
	*Blog Single
# Blog Widget
# Sponsor
# FAQ
# Contact Us
# Fore Zero Page
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* @media (max-width: 991px) {
  body {
    margin-top: 72px;
  }
} */

body.box-layout {
  background: url(../../assets/images/banner/home-4/01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

body.box-layout .body-wrapper {
  background: #fff;
}

@media (min-width: 1200px) {
  body.box-layout .body-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
  }
}

body.box-layout .body-wrapper .transparent-header {
  left: 0;
}

@media (min-width: 1200px) {
  body.box-layout .body-wrapper .header-area.menu-fixed {
    width: 1200px;
    margin: auto;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #696969;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 48px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 576px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #000000;
  outline: none;
}

a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

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

input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ecf0f3;
  outline: none;
  padding: 12px 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select {
  border: 1px solid #ecf0f3;
}

/* @@@@@@@@@@@@@  Global CSS  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-header {
    max-width: 70%;
    margin: 0 auto 60px;
  }
}

@media (min-width: 1200px) {
  .section-header {
    max-width: 63%;
  }
}

.section-header h2 {
  margin-bottom: 15px;
  margin-top: -10px;
}

@media (min-width: 992px) {
  .section-header h2 {
    margin-bottom: 20px;
  }
}

.section-header span {
  margin-bottom: 10px;
  display: block;
  color: #9c47ed;
}

/* @@@@@@@@@@@@@  lab Item Start Here  @@@@@@@@@@@@@@ */
.service-item .service-inner {
  margin: 15px 0;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .service-item .service-inner {
    margin: 15px;
    padding: 30px;
  }
}

.service-item .service-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-item .service-inner .service-thumb {
  margin-bottom: 20px;
}

.service-item .service-inner .service-thumb img {
  width: 93px;
  height: 93px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.service-item .service-inner .service-content h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .service-item .service-inner .service-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.service-item .service-inner .service-content p {
  margin-bottom: 0;
}

.service-item.style-2 .service-inner {
  text-align: center;
  background: rgba(6, 38, 77, 0.5);
  margin: 5px;
}

@media (min-width: 992px) {
  .service-item.style-2 .service-inner {
    text-align: left;
    justify-content: space-between;
  }
}

.service-item.style-2 .service-inner .service-thumb {
  width: 100%;
}

@media (min-width: 992px) {
  .service-item.style-2 .service-inner .service-thumb {
    margin-bottom: 0px;
    width: 95px;
  }
}

@media (min-width: 992px) {
  .service-item.style-2 .service-inner .service-content {
    width: calc(100% - 105px);
  }
}

.service-item.style-2 .service-inner .service-content h4,
.service-item.style-2 .service-inner .service-content p {
  color: #fff;
}

.service-item.style-3 .service-inner {
  margin: 0 0 30px;
  padding: 0;
  align-items: center;
  background: #fff;
  flex-direction: row-reverse;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.service-item.style-3 .service-inner:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.service-item.style-3 .service-inner:hover .service-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.service-item.style-3 .service-inner .service-thumb {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .service-item.style-3 .service-inner .service-thumb {
    width: 50%;
  }
}

.service-item.style-3 .service-inner .service-thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item.style-3 .service-inner .service-content {
  width: 100%;
  padding: 20px;
}

@media (min-width: 576px) {
  .service-item.style-3 .service-inner .service-content {
    width: 50%;
  }
}

.service-item.style-3 .service-inner .service-content .sc-shape {
  right: 0;
  top: -30px;
}

.service-item.style-3 .service-inner .service-content .service-icon {
  margin-bottom: 15px;
}

.corona-item {
  padding: 15px;
}

.corona-item .corona-inner {
  align-items: center;
}

.corona-item .corona-inner .corona-thumb img {
  width: 70px;
  height: 70px;
}

.corona-item .corona-inner .corona-content {
  margin-left: 15px;
}

.corona-item .corona-inner .corona-content h3 {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .corona-item .corona-inner .corona-content h3 {
    line-height: 36px;
  }
}

.corona-item .corona-inner .corona-content p {
  margin-bottom: 0;
}

.post-item .post-item-inner {
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item .post-item-inner .post-thumb a {
  display: block;
}

.post-item .post-item-inner .post-thumb a img {
  width: 100%;
}

.post-item .post-item-inner .post-content {
  padding: 30px 20px;
  background: #fff;
}

.post-item .post-item-inner .post-content h6 {
  margin-bottom: 0;
}

.post-item .post-item-inner .post-content .entry-meta .date {
  font-size: 16px;
  color: #696969;
  display: inline-block;
}

.post-item .post-item-inner .post-content .author-date {
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 15px;
}

.post-item .post-item-inner .post-content .author-date a {
  margin-right: 30px;
  padding: 3px 0;
  display: block;
}

.post-item .post-item-inner .post-content .author-date a:last-child {
  margin-right: 0;
}

.post-item .post-item-inner .post-content .author-date a:hover {
  color: #ff3372;
}

.post-item .post-item-inner .post-content .author-date a i {
  margin-right: 5px;
  color: #cccccc;
}

.post-item .post-item-inner .post-content .post-footer {
  align-items: center;
  padding: 0 20px;
  padding-top: 20px;
  margin: 0 -20px;
  margin-top: 25px;
  border-top: 1px solid #ecf0f3;
  justify-content: space-between;
}

.post-item .post-item-inner .post-content .lab-btn {
  padding: 13px 32px;
  margin-top: 5px;
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}

.post-item.style-2 .post-item-inner .post-content {
  background: #003468;
}

.post-item.style-2 .post-item-inner .post-content h5 a,
.post-item.style-2 .post-item-inner .post-content a,
.post-item.style-2 .post-item-inner .post-content .text-btn,
.post-item.style-2 .post-item-inner .post-content i {
  color: #fff;
}

.post-item.style-2 .post-item-inner .post-content .post-footer {
  border-color: #ecf0f336 !important;
}

.post-item.style-2 .post-item-inner .post-content .post-footer .text-btn {
  color: #fff !important;
}

.post-item.style-2 .post-item-inner .post-content .post-footer .text-btn i {
  color: #fff !important;
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: 10px;
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: 10px;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider img {
  width: 100%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000000;
  z-index: 1;
  text-align: center;
  top: 50%;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active {
  background: #ff3372;
  color: #fff;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: -10%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: -10%;
}

.post-item.video-post iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.post-item.qute-post .post-item-inner:hover .post-thumb img {
  transform: scale(1) !important;
}

.post-item.qute-post .post-item-inner .post-thumb {
  height: 190px;
  background: #ff3372;
}

@media (min-width: 576px) {
  .post-item.qute-post .post-item-inner .post-thumb {
    height: 370px;
  }
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
  margin-top: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 767px) {
  .post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
    display: none;
  }
}

.team-item .team-item-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item .team-item-inner .team-thumb img {
  width: 100%;
}

.team-item .team-item-inner .team-content {
  padding: 20px 20px 30px;
}

@media (min-width: 576px) {
  .team-item .team-item-inner .team-content {
    padding: 30px;
  }
}

.team-item .team-item-inner .team-content .member-name {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item .team-item-inner .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  color: #1c2551;
}

.team-item .team-item-inner .team-content .member-details {
  margin-bottom: 30px;
}

.team-item.style-2 .team-item-inner {
  background: rgba(6, 38, 77, 0.7);
  padding: 10px;
}

.team-item.style-2 .team-item-inner .team-content h5,
.team-item.style-2 .team-item-inner .team-content p,
.team-item.style-2 .team-item-inner .team-content span,
.team-item.style-2 .team-item-inner .team-content li {
  color: #fff;
}

.team-item.style-2 .team-item-inner .team-content li,
.team-item.style-2 .team-item-inner .team-content li>i::after,
.team-item.style-2 .team-item-inner .team-content p.member-details {
  border-color: #ecf0f336 !important;
}

.team-item.style-3 .team-inner {
  text-align: center;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-3 .team-inner::after {
  width: 100%;
  height: 1px;
  bottom: 45px;
  left: 0;
  background: #ecf0f3;
}

.team-item.style-3 .team-inner:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 10px 10px rgba(8, 136, 136, 0.1);
}

.team-item.style-3 .team-inner:hover .team-content a h5 {
  color: #ff3372;
}

.team-item.style-3 .team-inner .team-thumb {
  margin-bottom: 20px;
}

.team-item.style-3 .team-inner .team-thumb img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.team-item.style-3 .team-inner .team-content a h5 {
  margin-bottom: 0;
}

.team-item.style-3 .team-inner .team-content p {
  margin-bottom: 25px;
}

.team-item.style-3 .team-inner .team-content .team-social a {
  padding: 5px;
  background: transparent;
}

.team-item.style-3 .team-inner .team-content .team-social a:hover {
  color: #ff3372 !important;
}

.team-item.style-3 .team-inner .team-content .team-social a.twitter {
  color: #55acee;
}

.team-item.style-3 .team-inner .team-content .team-social a.behance {
  color: #1769ff;
}

.team-item.style-3 .team-inner .team-content .team-social a.instagram {
  color: #e4405f;
}

.team-item.style-3 .team-inner .team-content .team-social a.vimeo {
  color: #3b5998;
}

.team-item.style-3 .team-inner .team-content .team-social a.linkedin {
  color: #007bb5;
}

.team-item.style-3 .team-inner .team-content .team-social a.facebook {
  color: #3b5998;
}

.team-item.style-4 .team-item-inner {
  padding-bottom: 40px;
  margin-bottom: 15px;
}

.team-item.style-4 .team-item-inner::after {
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background: #a835d7;
}

.team-item.style-4 .team-item-inner .team-thumb {
  z-index: 1;
  text-align: center;
  padding: 15px;
}

@media (min-width: 576px) {
  .team-item.style-4 .team-item-inner .team-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
  }
}

.team-item.style-4 .team-item-inner .team-content {
  padding: 20px 20px 30px;
  z-index: 1;
}

@media (min-width: 576px) {
  .team-item.style-4 .team-item-inner .team-content {
    padding: 30px;
    width: 60%;
  }
}

.team-item.style-4 .team-item-inner .team-content .member-name {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-4 .team-item-inner .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  color: #1c2551;
}

.team-item.style-4 .team-item-inner .team-content .member-details {
  margin-bottom: 30px;
}

.team-item.style-4 .team-item-inner .team-content ul li {
  padding: 5px 0;
  color: #fff;
}

.team-item.style-4 .team-item-inner .team-content ul li span {
  width: 100px;
  display: inline-block;
}

.team-item.style-4 .team-item-inner .team-content ul li a {
  margin-right: 10px;
  color: #fff;
}

.safe-item {
  padding: 20px;
  text-align: center;
}

.safe-item::before {
  position: absolute;
  z-index: 2;
  counter-increment: topx;
  content: counter(topx);
  top: 0px;
  left: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  background: #02c685;
  border: 3px solid #06264d;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.safe-item:hover .safe-thumb {
  animation: lab_round 2s linear infinite;
}

.safe-item .safe-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.safe-item .safe-content {
  margin-top: 20px;
}

.safe-item .safe-content h6 {
  color: #fff;
}

@media (min-width: 576px) {
  .safe-item .safe-content h6 {
    font-size: 18px;
  }
}

.safe-item.style-2 {
  padding: 10px;
  padding-top: 60px;
  margin: 5px;
  text-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .safe-item.style-2 {
    padding-top: 10px;
    padding-right: 40px;
    text-align: left;
    justify-content: space-between;
  }
}

.safe-item.style-2::before {
  position: absolute;
  z-index: 2;
  counter-increment: topx;
  content: counter(topx, upper-roman);
  top: 0;
  width: auto;
  height: auto;
  left: 50%;
  right: auto;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #ff3372;
  border: none;
  background: transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .safe-item.style-2::before {
    top: 50%;
    right: 10px;
    left: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.safe-item.style-2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.safe-item.style-2:hover .safe-thumb {
  animation: lab_round 2s linear infinite;
}

.safe-item.style-2 .safe-thumb {
  width: 100%;
}

@media (min-width: 576px) {
  .safe-item.style-2 .safe-thumb {
    width: 70px;
  }
}

.safe-item.style-2 .safe-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.safe-item.style-2 .safe-content {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .safe-item.style-2 .safe-content {
    margin-top: 0;
    width: calc(100% - 90px);
  }
}

.safe-item.style-2 .safe-content h6 {
  color: #000000;
}

@media (min-width: 576px) {
  .safe-item.style-2 .safe-content h6 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.timeline-item {
  padding: 40px 20px;
}

.timeline-item .timeline-content h6 {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .timeline-item .timeline-content h6 {
    font-size: 18px;
  }
}

.timeline-item .timeline-content p {
  margin-bottom: 0;
}

/* @@@@@@@@@@@@@  countdown Start Here  @@@@@@@@@@@@@@ */
.countdown {
  margin: -15px;
  margin-bottom: 30px;
}

.countdown li {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
}

@media (min-width: 576px) {
  .countdown li {
    margin: 15px;
  }
}

.countdown li:last-child .count-number:after {
  display: none;
}

.countdown li .count-number {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .countdown li .count-number {
    font-size: 36px;
  }
}

.countdown li .count-number:after {
  content: ":" !important;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-weight: 700;
  color: #000000;
}

.countdown li .count-number.days {
  color: #ff4f57;
}

.countdown li .count-number.hours {
  color: #e85acb;
}

.countdown li .count-number.minutes {
  color: #0dc4b9;
}

.countdown li .count-number.seconds {
  color: #529bfc;
}

.countdown li .count-text {
  color: #000000;
}

/* @@@@@@@@@@@@@  video thumb Start Here  @@@@@@@@@@@@@@ */
.video-thumb:hover .video-icon i {
  color: #cd201f;
}

.video-thumb img {
  width: 100%;
}

.video-thumb .video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-thumb .video-icon i {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .video-thumb .video-icon i {
    font-size: 60px;
  }
}

/* @@@@@@@@@@@@@  paginations Start Here  @@@@@@@@@@@@@@ */
.paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .paginations {
    margin-bottom: 0;
  }
}

.paginations ul {
  margin: 0;
}

.paginations ul li {
  padding: 5px;
}

.paginations ul li a {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
  color: #696969;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paginations ul li a.active,
.paginations ul li a:hover {
  color: #fff;
  box-shadow: 0 18px 24px rgba(255, 51, 114, 0.36);
  background: #ff3372;
}

.paginations ul li a.dot {
  box-shadow: none;
}

.paginations ul li a.dot:hover {
  background: transparent;
  color: #696969;
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid #ecf0f3;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
  height: 40px;
  left: 0;
  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #000000;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #000000;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
  color: #fff;
  background: #ff3372;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
  right: 0;
  top: 0;
}

/*@@@@@@@@@@@@@@   scocial-media Start Here  @@@@@@@@@@@@@@@@@*/
.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
}

.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.fa-phone-square::before {
  transform: rotate(90deg);
  display: inline-block;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.vimeo {
  background: #3b5998;
}

.bg-white {
  background: #fff;
}

.bg-service,
.bg-action {
  background: #063793;
}

.bg-service h2,
.bg-service h4,
.bg-service p,
.bg-action h2,
.bg-action h4,
.bg-action p {
  color: #fff;
}

.bg-team,
.bg-faq,
.bg-corona {
  background: #f9fcff;
}

.bg-blog {
  background: url(../../assets/images/blog/bg-blog.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-blog .section-header h2,
.bg-blog .section-header p {
  color: #fff;
}

.bg-f9 {
  background: #f9fcff;
}

.bg-f6 {
  background: #f6f8ff;
}

.bg-about,
.bgc-blog {
  background: #06264d;
}

.bg-about h2,
.bg-about h3,
.bg-about h6,
.bg-about p,
.bgc-blog h2,
.bgc-blog h3,
.bgc-blog h6,
.bgc-blog p {
  color: #fff;
}

a>sup {
  font-size: 10px;
  background: #ff3372;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 5px;
}

.bg_img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bg_img .section-header h2,
.bg_img .section-header span {
  color: #fff;
}

.bg_img .service-item .service-inner:hover .service-content h5 {
  color: #000000;
}

.bg_img .service-item .service-inner .service-content h5,
.bg_img .service-item .service-inner .service-content p {
  color: #fff;
}

.home-5-6 .bg_img .section-header span {
  color: #fff;
}

.home-5-6 .section-header span {
  color: #ff3372;
}

@media (min-width: 576px) {
  .home-5-6 .section-header span {
    font-size: 24px;
  }
}

.home-4-shape {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.time-tooltip {
  bottom: 0;
  left: 40%;
  width: 250px;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  text-align: center;
  padding: 20px;
  z-index: 4;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.time-tooltip::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  bottom: -12px;
  left: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.time-tooltip::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px;
}

.time-tooltip .tooltip-holder {
  z-index: 1;
  text-align: left;
}

.time-tooltip .tooltip-holder .tool-list {
  padding: 2.5px 0;
  padding-left: 15px;
  justify-content: space-between;
}

.time-tooltip .tooltip-holder .tool-list::after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff9c00;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(2) .count {
  color: #4fe04e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(2)::after {
  background: #4fe04e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(3) .count {
  color: #ff5f5e;
}

.time-tooltip .tooltip-holder .tool-list:nth-child(3)::after {
  background: #ff5f5e;
}

.time-tooltip .tooltip-holder .tool-list span {
  font-size: 14px;
}

.time-tooltip .tooltip-holder .tool-list span.count {
  color: #ff9c00;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}

.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.padding-tb {
  padding-top: 80px;
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .padding-tb {
    padding-top: 110px;
    padding-bottom: 95px;
  }
}

.lab-btn {
  display: inline-block;
  padding: 16px 25px;
  background: #ff3372;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.lab-btn span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.lab-btn:hover {
  box-shadow: 0 0 24px rgba(255, 51, 114, 0.3);
}

.lab-btn.style-2 {
  background: transparent;
  border: 2px solid #fff;
}

.lab-btn.style-2 span {
  color: #ff3372;
}

.pluse_1,
.pluse_2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 51, 114, 0.1);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: rgba(255, 51, 114, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.pluse_1::after,
.pluse_2::after {
  width: 60px;
  height: 60px;
  background: transparent;
  margin-left: -30px;
  margin-top: -30px;
}

.pluse_1:before,
.pluse_2:before {
  width: 80px;
  height: 80px;
}

.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollToTop i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  top: 0;
  left: 0;
  background: #bf0303;
}

.scrollToTop:hover {
  background: #063793;
}

.lab-ul {
  padding: 0;
  margin: 0;
}

.lab-ul li {
  list-style: none;
}

.lab-ul.icon-style-list {
  margin: 0;
}

.lab-ul.icon-style-list>li {
  padding: 0;
  border-bottom: 1px solid #ecf0f3;
  justify-content: flex-start;
}

.lab-ul.icon-style-list>li:first-child {
  border-top: 1px solid #ecf0f3;
}

.lab-ul.icon-style-list>li i {
  width: 50px;
  text-align: center;
  color: #c2c2c2;
  margin: 0 15px 0 5px;
  line-height: 50px;
  display: inline-block;
}

.lab-ul.icon-style-list>li i:after {
  width: 100%;
  height: calc(100% + 18px);
  border-left: 1px solid #ecf0f3;
  border-right: 1px solid #ecf0f3;
  top: -9px;
  left: 0;
}

.lab-ul.icon-style-list>li span {
  width: calc(100% - 70px);
}

.mask_img {
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.service-item.style-2 .service-inner,
.service-item.style-3 .service-inner,
.corona-item .corona-inner,
.post-item .post-item-inner .post-content .author-date,
.post-item .post-item-inner .post-content .post-footer,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.safe-item.style-2,
.paginations ul li a,
.time-tooltip .tooltip-holder .tool-list,
.header-section .primary-menu,
.header-section .primary-menu .main-area,
.header-section .primary-menu .main-area .main-menu ul,
.mobile-menu .mobile-header,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.banner-section .banner-area .content-part .section-header .button-group,
.banner-section.home-2 .banner-area .content-part .banner-content .button-group,
.banner-section.home-6 .banner-area .corona-count-option .bfr-contents,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li,
.about-section .about-content .ab-title ul li,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area,
.relife-fund .relife-wrap .donate-option .donate-pay,
.relife-fund .relife-wrap .donate-option .donate-pay .person-price,
.help-country .section-wrapper .hc-item .hc-inner,
.blog-section .section-wrapper .right,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags,
.blog-section.blog-single .section-wrapper .navigations-part,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form,
.widget.widget-tags ul.widget-wrapper,
.widget.letest-product .widget-wrapper ul li,
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb,
.faq-section .section-wrapper .tab-lists,
.faq-section .section-wrapper .accordion li .accordion-list,
.contact-us .contact-area .contact-item,
.contact-us .contact-form,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-single .product-details .post-content form,
.shop-single .review .review-nav,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .description .post-item,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.fore-zero-page {
  display: flex;
  flex-wrap: wrap;
}

.section-header,
.service-item.style-3 .service-inner .service-content,
.post-item .post-item-inner,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.post-item.qute-post .post-item-inner .post-thumb,
.team-item.style-3 .team-inner,
.team-item.style-4 .team-item-inner,
.team-item.style-4 .team-item-inner .team-content,
.safe-item,
.safe-item.style-2,
.countdown li .count-number,
.video-thumb,
.paginations ul li a,
.cart-plus-minus,
.p-rel,
.time-tooltip .tooltip-holder,
.time-tooltip .tooltip-holder .tool-list,
.menu-item-has-children>a,
.lab-btn,
.lab-ul.icon-style-list>li i,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.page-header,
.page-header .page-title,
.page-header .page-title .breadcrumb li,
.mobile-menu .mobile-header .header-bar,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner-section,
.banner-section.home-3 .banner-area .content-part .banner-content ul li,
.service-section,
.service-section .service-shape,
.service-section.home-2 .service-wrap,
.service-section.home-7 .section-wrapper .service-item .service-inner,
.corona-count-section .corona-wrap,
.corona-count-section .corona-count-bottom .ccb-thumb,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video i,
.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths,
.corona-count-section.home-2,
.corona-count-section.home-2 .section-header,
.corona-count-section.home-2 .corona-wrap,
.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li,
.safe-actions,
.safe-actions .sa-thumb-part .safe-thumb,
.about-section,
.wwl-cc-section .section-wrapper,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live,
.relife-fund .relife-wrap,
.help-video .section-wrapper .video-item .vedio-thumb .video-icon i,
.help-country .section-wrapper .hc-item .hc-inner,
.help-country .section-wrapper .hc-left .hc-item .hc-inner,
.project-section .section-wrapper .post-item .post-item-inner,
.timeline-section .section-wrapper .timeline-list,
.blog-section,
.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote,
.widget.widget-search .search-wrapper,
.faq-section,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon,
.contact-us .contact-wrap,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-single .product-details .product-thumb,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .post-content form .select-product select,
.shop-single .review .review-content .description .post-item .post-content ul li {
  position: relative;
}

.service-item.style-3 .service-inner .service-content .sc-shape,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev,
.post-item.qute-post .post-item-inner .post-thumb .qute-content,
.team-item.style-3 .team-inner::after,
.team-item.style-4 .team-item-inner::after,
.countdown li .count-number:after,
.video-thumb .video-icon,
.cart-plus-minus .qtybutton,
.home-4-shape,
.time-tooltip,
.time-tooltip .tooltip-holder .tool-list::after,
.menu-item-has-children>a::after,
.pluse_1,
.pluse_2,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.scrollToTop i,
.lab-ul.icon-style-list>li i:after,
.header-section .primary-menu .main-area .main-menu ul li ul,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.page-header .page-header-shape,
.page-header .page-title .breadcrumb li::after,
.mobile-menu .mobile-header,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .mobile-menu,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
.banner-section.home-3 .banner-area .content-part .banner-content ul li::after,
.service-section .service-shape .shape,
.service-section.home-7 .section-wrapper .service-item .service-inner .shape-image,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video,
.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li::after,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case::after,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths::after,
.corona-count-section.home-2::after,
.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li .shape-image,
.safe-actions .action-shape,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content,
.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before,
.about-section .about-shape,
.relife-fund .relife-wrap .rel-shape,
.help-video .section-wrapper .video-item .vedio-thumb .video-icon,
.help-video .section-wrapper .video-item .vedio-thumb .video-icon::after,
.help-video .section-wrapper .video-item .vedio-thumb .video-icon::before,
.help-country .section-wrapper .hc-item .hc-inner .shape-image,
.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content,
.project-section .section-wrapper .post-item .post-item-inner .shape-image,
.timeline-section .section-wrapper .timeline-list::after,
.timeline-section .section-wrapper .timeline-list .timeline-shape,
.timeline-section .section-wrapper .top-round,
.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before,
.widget.widget-search .search-wrapper button,
.faq-section .faq-shape,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-single .product-details .post-content form .select-product i,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  position: absolute;
  content: "";
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul {
  padding: 0;
  margin: 0;
}

.service-item.style-3 .service-inner,
.service-item.style-3 .service-inner .service-thumb,
.post-item,
.cart-plus-minus,
.lab-btn,
.page-header,
.banner-section,
.corona-count-section .corona-count-bottom .ccb-thumb img,
.team-section .team-area .team-item .team-item-inner .team-thumb,
.about-section .about-content .ab-title ul li .ab-thumb,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-left a,
.relife-fund .relife-wrap,
.help-country .section-wrapper .hc-item .hc-inner .hc-thumb,
.project-section .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content,
.widget .widget-header,
.sponsor-section .section-wrapper .sponsor-slider,
.sponsor-section .section-wrapper .sponsor-slider-one,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-single .product-details,
.shop-cart .section-wrapper .cart-bottom {
  overflow: hidden;
}

.service-section .contact-from form input[type=submit],
.relife-fund .relife-wrap .donate-option .donate-amount .pay-price,
.relife-fund .relife-wrap .donate-option .donate-pay .donate-send input.lab-btn {
  cursor: pointer;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes lab_round {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(359deg);
  }
}

@keyframes lab_round_1 {
  form {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(359deg);
  }
}

td {
  color: #000000;
}

td.new_case {
  background: #faedac;
}

td.new_death {
  background: #db0200;
  color: #fff;
}

.dataTables_paginate.paging_simple_numbers,
.dataTables_info {
  display: none;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  outline: none;
  background: transparent;
  margin: 10px;
}

@media (min-width: 992px) {
  div.dataTables_wrapper div.dataTables_length select {
    margin: 0 10px;
  }
}

div#example_length {
  display: inline-block;
  float: left;
}

div#example_filter {
  display: inline-block;
  float: right;
}

.breadcrumb>li+li:before {
  display: none;
}

@media (max-width: 991px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

.header-section {
  z-index: 999;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .header-section {
    display: none;
  }
}

.header-section .header-area.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-section .primary-menu {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-section .primary-menu .logo {
    width: 140px;
  }
}

.header-section .primary-menu .logo a {
  display: block;
}

.header-section .primary-menu .logo a img {
  display: block;
}

.header-section .primary-menu .main-area {
  align-items: center;
}

.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;
  margin: 0;
}

.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.active>a {
  color: #ff3372;
}

.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 38px 20px;
  color: #000000;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;
  background: #ff3372;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  display: block;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff36;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
  padding-left: 20px;
  color: #ff3372;
  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.active>a {
  color: #ff3372 !important;
  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
  margin-right: 0px;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover>ul {
  transform: scaleY(1);
}

@media (min-width: 1200px) {
  .header-section .primary-menu .main-area .header-btn {
    margin-left: 20px;
  }
}

.header-section .primary-menu .main-area .header-btn .lab-btn {
  padding: 16px 40px;
  display: block;
}

.header-section.transparent-header .header-area.menu-fixed {
  background: #06264d;
}

.header-section.transparent-header .primary-menu .main-area .main-menu ul li ul {
  background: #06264d;
}

.header-section.home-4 .primary-menu .main-area .header-btn .lab-btn.style-2 {
  background: #9c47ed;
  border-color: #9c47ed;
}

.header-section.home-4 .primary-menu .main-area .header-btn .lab-btn.style-2 span {
  color: #fff;
}

.header-section.home-4 .primary-menu .main-area .header-btn .lab-btn.style-2:hover {
  background: transparent;
  box-shadow: none;
}

.header-section.home-4 .primary-menu .main-area .header-btn .lab-btn.style-2:hover span {
  color: #9c47ed;
}

.header-section.home-4 .primary-menu .main-area .main-menu ul li a:hover {
  color: #9c47ed;
}

.header-section.home-4 .primary-menu .main-area .main-menu ul li.active>a {
  color: #9c47ed;
}

.header-section.home-4 .primary-menu .main-area .main-menu ul li ul {
  background: #9c47ed;
}

.header-section.home-4 .primary-menu .main-area .main-menu ul li ul li.active>a {
  color: #9c47ed !important;
}

.header-section.home-4 a>sup {
  background: #9c47ed;
}

.header-section.home-7 .primary-menu .main-area .header-btn .lab-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.header-section.home-7 .primary-menu .main-area .header-btn .lab-btn i {
  margin-left: 5px;
}

.header-section.home-7 a>sup {
  color: #ff3372;
  background: #fff;
}

.header-section.home-7 .active>a>sup,
.header-section.home-7 :hover>a>sup {
  color: #fff;
  background: #ff3372;
}

.transparent-header {
  position: absolute !important;
  width: 100%;
  top: 0px;
  z-index: 999;
  background: transparent;
}

.transparent-header .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}

.transparent-header .primary-menu .main-area .header-btn .lab-btn span {
  color: #fff;
}

.page-header {
  margin: 0;
  padding: 75px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: url(../../assets/css/bg-image/bg.jpg);
}

@media (min-width: 992px) {
  .page-header {
    padding: 250px 0 150px;
  }
}

.page-header .page-header-shape {
  right: 0;
  top: 0;
}

.page-header .page-title {
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
}

.page-header .page-title h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 575px) {
  .page-header .page-title h2 {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 0;
  }
}

.page-header .page-title .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  justify-content: center;
}

.page-header .page-title .breadcrumb li {
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 10px;
  color: #fff;
}

.page-header .page-title .breadcrumb li:first-child {
  padding-left: 0;
}

.page-header .page-title .breadcrumb li::after {
  width: 5px;
  height: 2px;
  top: 50%;
  right: -3px;
  background: #fff;
  transform: translateY(-50%);
}

.page-header .page-title .breadcrumb li:last-child::after {
  display: none;
}

.page-header .page-title .breadcrumb li a {
  color: #fff;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu .mobile-header {
  padding: 11px 15px;
  top: 0;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-header .header-bar {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.mobile-menu .mobile-header .header-bar span {
  background: #ff3372;
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu .mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}

.mobile-menu .mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}

.mobile-menu .mobile-header .header-bar.close {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-menu {
  top: 72px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 20px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu {
    width: 50%;
    transform: scaleX(0);
    transform-origin: left;
  }
}

.mobile-menu .mobile-menu.open {
  transform: scaleY(1);
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu.open {
    transform: scaleX(1);
  }
}

@media (min-width: 1200px) {
  .mobile-menu .mobile-menu.open {
    display: none;
  }
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child>a {
  border-bottom: none;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.active>a {
  color: #ff3372;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: #000000;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #ecf0f3;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  outline: none;
  font-size: 96%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children {
  position: relative;
  margin: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
  border: none;
  border-bottom: 1px solid #ecf0f3;
  height: 60px;
  margin: 0;
  padding-right: 35px;
  font-style: italic;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
  color: #000000;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
  top: 0;
  right: 0;
  background-color: transparent;
  color: #000000;
  width: 30px;
  height: 60px;
  outline: none;
  border: none;
  font-size: 16px;
  text-align: center;
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner-section {
  background: linear-gradient(to top, #d1d1f2, #dddcf5, #e9e8f8, #f4f3fc, #ffffff);
  padding: 100px 0;
}

@media (min-width: 992px) {
  .banner-section {
    padding: 170px 0 90px;
  }
}

.banner-section .banner-area .content-part .section-header h2,
.banner-section .banner-area .content-part .section-header h3 {
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .banner-section .banner-area .content-part .section-header h3 {
    font-size: 20px;
  }
}

.banner-section .banner-area .content-part .section-header h2 {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .banner-section .banner-area .content-part .section-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .banner-section .banner-area .content-part .section-header h2 {
    font-size: 60px;
    line-height: 72px;
  }
}

.banner-section .banner-area .content-part .section-header h2.count-people {
  color: #ff3372;
}

@media (min-width: 576px) {
  .banner-section .banner-area .content-part .section-header h2.banner-title-2 {
    font-size: 48px;
  }
}

.banner-section .banner-area .content-part .section-header .button-group {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.banner-section .banner-area .content-part .section-header .button-group .lab-btn {
  margin-bottom: 30px;
  padding: 16px 35px;
}

@media (min-width: 576px) {
  .banner-section .banner-area .content-part .section-header .button-group .lab-btn {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.banner-section .banner-area .content-part .section-header .button-group .lab-btn.style-2 span {
  color: #fff;
}

.banner-section .banner-area .section-wrapper .banner-thumb {
  text-align: center;
}

@media (min-width: 1200px) {
  .banner-section .banner-area .section-wrapper .banner-thumb img {
    max-width: none;
  }
}

.banner-section.home-2 {
  background: url(../../assets/images/banner/home-2/01.jpg) #06264d;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .banner-section.home-2 {
    padding: 250px 0 150px;
  }
}

.banner-section.home-2 .banner-area .content-part .banner-content h2,
.banner-section.home-2 .banner-area .content-part .banner-content p,
.banner-section.home-2 .banner-area .content-part .banner-content .sub-title {
  color: #fff;
}

.banner-section.home-2 .banner-area .content-part .banner-content .sub-title {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .banner-section.home-2 .banner-area .content-part .banner-content .sub-title {
    font-size: 24px;
  }
}

.banner-section.home-2 .banner-area .content-part .banner-content p {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .banner-section.home-2 .banner-area .content-part .banner-content p {
    font-size: 18px;
  }
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group {
  align-items: center;
  margin-top: 40px;
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn {
  margin-bottom: 30px;
  padding: 16px 45px;
}

@media (min-width: 576px) {
  .banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn:hover {
  background: #fff;
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn:hover span {
  color: #ff3372;
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn.style-2 span {
  color: #fff;
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn.style-2:hover {
  background: #ff3372;
  border-color: #ff3372;
}

.banner-section.home-2 .banner-area .content-part .banner-content .button-group .lab-btn.style-2:hover span {
  color: #fff;
}

.banner-section.home-3 {
  background: url(../../assets/images/banner/home-3/01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .banner-section.home-3 {
    padding: 200px 0 100px;
  }
}

.banner-section.home-3 .banner-area .content-part .banner-content h2,
.banner-section.home-3 .banner-area .content-part .banner-content h4 {
  color: #fff;
  line-height: 1.3;
}

.banner-section.home-3 .banner-area .content-part .banner-content h4 {
  font-weight: 500;
}

@media (min-width: 992px) {
  .banner-section.home-3 .banner-area .content-part .banner-content h2 {
    font-size: 60px;
  }
}

.banner-section.home-3 .banner-area .content-part .banner-content h2.count-people {
  color: #00ff99;
}

@media (min-width: 1200px) {
  .banner-section.home-3 .banner-area .content-part .banner-content h2.count-people {
    font-size: 80px;
  }
}

@media (min-width: 576px) {
  .banner-section.home-3 .banner-area .content-part .banner-content ul {
    max-width: 275px;
  }
}

.banner-section.home-3 .banner-area .content-part .banner-content ul li {
  color: #fff;
  padding: 8px 0 8px 20px;
  font-size: 18px;
}

.banner-section.home-3 .banner-area .content-part .banner-content ul li:nth-child(2)::after {
  background: #4fe04e;
}

.banner-section.home-3 .banner-area .content-part .banner-content ul li:nth-child(3)::after {
  background: #ff5f5e;
}

.banner-section.home-3 .banner-area .content-part .banner-content ul li::after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ff9c00;
}

.banner-section.home-3 .banner-area .content-part .banner-content ul li span.count-people {
  float: right;
}

.banner-section.home-3 .banner-area .content-part .banner-content .lab-btn {
  margin-top: 20px;
}

.banner-section.home-3 .banner-area .content-part .banner-content .lab-btn:hover {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
}

.banner-section.home-3 .banner-area .content-part .banner-content .lab-btn span {
  color: #fff;
}

.banner-section.home-3 .banner-area .banner-round {
  animation: lab_round 20s linear infinite;
}

.banner-section.home-4 {
  background: url(../../assets/images/banner/home-4/01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .banner-section.home-4 {
    padding: 200px 0 100px;
  }
}

.banner-section.home-4 .banner-area .content-part .banner-content h2,
.banner-section.home-4 .banner-area .content-part .banner-content p {
  color: #fff;
}

.banner-section.home-4 .banner-area .content-part .banner-content h2 {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
  font-style: italic;
}

@media (min-width: 992px) {
  .banner-section.home-4 .banner-area .content-part .banner-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .banner-section.home-4 .banner-area .content-part .banner-content h2 {
    font-size: 80px;
  }
}

.banner-section.home-4 .banner-area .content-part .banner-content h2 span {
  font-weight: 900;
}

.banner-section.home-4 .banner-area .content-part .banner-content .lab-btn {
  margin-top: 20px;
}

.banner-section.home-4 .banner-area .content-part .banner-content .lab-btn:hover {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
}

.banner-section.home-4 .banner-area .content-part .banner-content .lab-btn span {
  color: #fff;
}

.banner-section.home-4 .banner-area .banner-round {
  animation: lab_round 20s linear infinite;
}

.banner-section.home-5 {
  padding: 200px 0 0;
}

.banner-section.home-5 .banner-area .content-part .banner-content h2 {
  color: #fff;
  text-transform: uppercase;
}

.banner-section.home-5 .banner-area .content-part .banner-content h2 {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
  font-style: italic;
}

@media (min-width: 992px) {
  .banner-section.home-5 .banner-area .content-part .banner-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .banner-section.home-5 .banner-area .content-part .banner-content h2 {
    font-size: 80px;
  }
}

.banner-section.home-5 .banner-area .content-part .banner-content h2.no-italic {
  font-style: normal;
}

.banner-section.home-5 .banner-area .content-part .banner-content h2 span {
  font-weight: 900;
}

.banner-section.home-5 .banner-area .banner-round {
  animation: lab_round 20s linear infinite;
}

.banner-section.home-6 .banner-area .content-part .banner-content h2,
.banner-section.home-6 .banner-area .content-part .banner-content p {
  color: #fff;
}

.banner-section.home-6 .banner-area .content-part .banner-content h2 {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
  font-style: italic;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .banner-section.home-6 .banner-area .content-part .banner-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .banner-section.home-6 .banner-area .content-part .banner-content h2 {
    font-size: 80px;
  }
}

.banner-section.home-6 .banner-area .content-part .banner-content h2 span {
  font-weight: 900;
}

@media (min-width: 1200px) {
  .banner-section.home-6 .banner-area .content-part .banner-content p {
    max-width: 600px;
  }
}

.banner-section.home-6 .banner-area .content-part .banner-content .lab-btn {
  margin-top: 20px;
}

.banner-section.home-6 .banner-area .content-part .banner-content .lab-btn:hover {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
}

.banner-section.home-6 .banner-area .content-part .banner-content .lab-btn span {
  color: #fff;
}

.banner-section.home-6 .banner-area .corona-count-option {
  margin-top: 30px;
}

.banner-section.home-6 .banner-area .corona-count-option .last-update {
  color: #fff;
}

.banner-section.home-6 .banner-area .corona-count-option .bfr-contents .bfr-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.banner-section.home-6 .banner-area .corona-count-option .bfr-contents .bfr-item .bfr-inner .bfr-content p {
  color: #fff;
  margin-bottom: 5px;
}

.banner-section.home-6 .banner-area .corona-count-option .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-total {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

@media (min-width: 576px) {
  .banner-section.home-6 .banner-area .corona-count-option .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-total {
    font-size: 30px;
  }
}

.banner-section.home-6 .banner-area .corona-count-option .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-new {
  color: #fffc00;
  font-size: 18px;
}

.banner-section.home-7 {
  background: url(../../assets/images/banner/home-7/01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 0;
}

@media (min-width: 992px) {
  .banner-section.home-7 {
    padding: 30px 0 0;
  }
}

.banner-section.home-7 .banner-area .content-part .banner-content h2,
.banner-section.home-7 .banner-area .content-part .banner-content h4,
.banner-section.home-7 .banner-area .content-part .banner-content p {
  color: #fff;
}

.banner-section.home-7 .banner-area .content-part .banner-content h2 {
  margin-bottom: 0px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 36px;
}

@media (min-width: 992px) {
  .banner-section.home-7 .banner-area .content-part .banner-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .banner-section.home-7 .banner-area .content-part .banner-content h2 {
    font-size: 74px;
  }
}

.banner-section.home-7 .banner-area .content-part .banner-content h2 span {
  font-weight: 300;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .banner-section.home-7 .banner-area .content-part .banner-content h2 span {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .banner-section.home-7 .banner-area .content-part .banner-content h2 span {
    font-size: 48px;
  }
}

.banner-section.home-7 .banner-area .content-part .banner-content h4 {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .banner-section.home-7 .banner-area .content-part .banner-content h4 {
    font-size: 28px;
  }
}

.banner-section.home-7 .banner-area .content-part .banner-content .lab-btn {
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.banner-section.home-7 .banner-area .content-part .banner-content .lab-btn:hover {
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
}

.banner-section.home-7 .banner-area .content-part .banner-content .lab-btn span {
  color: #fff;
}

/* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
.service-section .service-shape {
  top: -100px;
  display: none;
}

@media (min-width: 1200px) {
  .service-section .service-shape {
    max-width: 1170px;
    margin: auto;
    display: block;
  }
}

.service-section .service-shape .shape {
  top: 100px;
  z-index: 2;
}

.service-section .service-shape .shape.shape-1 {
  left: 0;
}

.service-section .service-shape .shape.shape-2 {
  right: 0;
}

.service-section .section-wrapper .service-item .service-inner:hover {
  background: #fff;
}

.service-section .section-wrapper .service-item .service-inner:hover .service-content h4 {
  color: #000000;
}

.service-section .section-wrapper .service-item .service-inner:hover .service-content p {
  color: #696969;
}

.service-section .section-wrapper .service-item .service-inner .service-content h4,
.service-section .section-wrapper .service-item .service-inner .service-content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section .contact-from {
  padding: 20px;
  margin-top: 30px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 992px) {
  .service-section .contact-from {
    margin-top: -215px;
  }
}

.service-section .contact-from .contact-title {
  margin: 0 -20px 20px -20px;
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #ecf0f3;
}

.service-section .contact-from .contact-title h4 {
  margin-bottom: 0;
}

.service-section .contact-from .contact-title h4 span {
  font-weight: 400;
  color: #ff3372;
}

.service-section .contact-from form {
  padding-top: 15px;
}

.service-section .contact-from form input,
.service-section .contact-from form textarea {
  background: #f9fdff;
  margin-bottom: 20px;
}

.service-section .contact-from form input[type=submit] {
  background: #ff3372;
  color: #fff;
  margin-bottom: 23px;
}

.service-section .contact-from p {
  text-align: center;
  color: #555555;
  font-style: italic;
}

.service-section.home-2 {
  margin-bottom: -15px;
}

.service-section.home-2 .service-wrap {
  transform: translateY(-30px);
  background: #fff;
  z-index: 1;
  padding-top: 60px;
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}

.service-section.home-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section.home-3 .section-header h2,
.service-section.home-3 .section-header p {
  color: #fff;
}

.service-section.home-3 .section-wrapper {
  margin-bottom: 10px;
}

.service-section.home-3.style-2 .service-left h3 {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.service-section.home-3.style-2 .service-left .service-item .service-inner {
  background: rgba(8, 170, 65, 0.5);
}

.service-section.home-3.style-2 .service-left .service-item .service-inner:hover {
  background: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .service-section.home-3.style-2 .service-right {
    margin-top: 60px;
  }
}

.service-section.home-3.style-2 .service-right h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.service-section.home-3.style-2 .service-right .service-item .service-inner {
  background: rgba(229, 36, 36, 0.5);
}

.service-section.home-3.style-2 .service-right .service-item .service-inner:hover {
  background: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-section.home-4 .section-wrapper {
  margin-bottom: 15px;
}

.service-section.home-4 .section-wrapper .service-item .service-inner {
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 768px) {
  .service-section.home-4 .section-wrapper .service-item .service-inner {
    padding: 50px 30px;
  }
}

.service-section.home-4 .section-wrapper .service-item .service-inner:hover .service-content h4,
.service-section.home-4 .section-wrapper .service-item .service-inner:hover .service-content h5 {
  color: #9c47ed;
}

@media (min-width: 576px) {
  .service-section.home-4 .section-wrapper .service-item .service-inner .service-content h5 {
    font-size: 20px;
  }
}

.service-section.home-4 .section-wrapper .service-item .service-inner .service-content h4,
.service-section.home-4 .section-wrapper .service-item .service-inner .service-content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section.home-4 .section-wrapper .service-item .service-inner .service-content p {
  color: #696969;
}

.service-section.home-4 .section-wrapper .service-item .service-inner .service-content .text-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section.home-4 .section-wrapper .service-item .service-inner .service-content .text-btn:hover {
  color: #ff3372;
}

.service-section.home-4 .section-wrapper .service-item.style-2 .service-inner {
  margin: 5px;
  padding: 20px;
}

@media (min-width: 992px) {
  .service-section.home-4 .section-wrapper .service-item.style-2 .service-inner .service-thumb {
    width: 70px;
  }
}

.service-section.home-4 .section-wrapper .service-item.style-2 .service-inner .service-thumb img {
  width: 70px;
  height: 70px;
}

.service-section.home-4 .section-wrapper .service-item.style-2 .service-inner .service-content {
  width: 100%;
}

@media (min-width: 992px) {
  .service-section.home-4 .section-wrapper .service-item.style-2 .service-inner .service-content {
    width: calc(100% - 90px);
  }
}

.service-section.home-4 .section-wrapper .sert-thumb {
  text-align: center;
}

@media (max-width: 991px) {
  .service-section.home-4 .section-wrapper .sert-thumb {
    margin: 40px 0;
  }
}

.service-section.home-4.style-2 .section-wrapper .service-left h3,
.service-section.home-4.style-2 .section-wrapper .service-right h3 {
  text-align: center;
}

@media (min-width: 576px) {

  .service-section.home-4.style-2 .section-wrapper .service-left h3,
  .service-section.home-4.style-2 .section-wrapper .service-right h3 {
    font-size: 24px;
  }
}

.service-section.home-4.style-2 .section-wrapper .service-right .service-item .service-inner {
  background: #d5384d;
}

.service-section.home-4.style-2 .section-wrapper .service-item .service-inner {
  background: #1ab0d3;
}

.service-section.home-4.style-2 .section-wrapper .service-item .service-inner:nth-child(even) {
  background: #d5384d;
}

.service-section.home-4.style-2 .section-wrapper .service-item .service-inner .service-content h4,
.service-section.home-4.style-2 .section-wrapper .service-item .service-inner .service-content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.service-section.home-4.style-2 .section-wrapper .service-item .service-inner .service-content h4 {
  margin-bottom: 10px;
}

.service-section.home-6 .section-header {
  max-width: 100%;
}

.service-section.home-6 .section-wrapper .service-left h3,
.service-section.home-6 .section-wrapper .service-right h3 {
  color: #fff;
}

@media (max-width: 991px) {
  .service-section.home-6 .section-wrapper .service-left {
    margin-bottom: 40px;
  }
}

.service-section.home-6 .section-wrapper .service-item .service-inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 576px) {
  .service-section.home-6 .section-wrapper .service-item .service-inner .service-content h5 {
    font-size: 18px;
  }
}

.service-section.home-6 .section-wrapper .service-item .service-inner .service-content h4,
.service-section.home-6 .section-wrapper .service-item .service-inner .service-content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section.home-6 .section-wrapper .service-item .service-inner .service-content p {
  color: #696969;
}

.service-section.home-6 .section-wrapper .service-item.style-2 .service-inner .service-thumb {
  width: 88px;
}

.service-section.home-6 .section-wrapper .service-item.style-2 .service-inner .service-thumb img {
  width: 80px;
  height: 80px;
}

.service-section.home-7 .section-header h4 span {
  color: #ff3372;
  font-weight: 400;
}

.service-section.home-7 .section-wrapper .service-item .service-inner:hover .service-content h5 {
  color: #ff3372;
}

.service-section.home-7 .section-wrapper .service-item .service-inner .shape-image {
  right: 0;
  top: 0;
}

.service-section.home-7 .section-wrapper .service-item .service-inner .service-content h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* @@@@@@@@@@@@@  corona-count Section Start Here  @@@@@@@@@@@@@@ */
.corona-count-section .corona-wrap {
  margin-top: -20px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(135, 135, 135, 0.1);
}

.corona-count-section .corona-count-top {
  border-bottom: 1px solid #ecf0f3;
}

.corona-count-section .corona-count-top h5 {
  text-align: center;
  padding: 15px;
}

.corona-count-section .corona-count-bottom {
  padding: 30px;
  margin-bottom: 15px;
}

.corona-count-section .corona-count-bottom .ccb-thumb {
  text-align: center;
}

@media (max-width: 991px) {
  .corona-count-section .corona-count-bottom .ccb-thumb {
    margin-bottom: 30px;
  }
}

.corona-count-section .corona-count-bottom .ccb-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  right: 5%;
  top: 10%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #ff3372;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .corona-count-section .corona-count-bottom .ccb-thumb .ccb-video {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
  }
}

.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video i {
  z-index: 2;
}

.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_1,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_2 {
  z-index: 1;
}

.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_1::after,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_1::before,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_2::after,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_2::before {
  background: rgba(255, 51, 114, 0.85);
}

.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_1::before,
.corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_2::before {
  width: 46px;
  height: 46px;
}

@media (min-width: 768px) {

  .corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_1::before,
  .corona-count-section .corona-count-bottom .ccb-thumb .ccb-video .pluse_2::before {
    width: 80px;
    height: 80px;
  }
}

.corona-count-section .corona-count-bottom .ccb-content h6 {
  color: #ff3372;
  margin-bottom: 20px;
  font-size: 18px;
}

.corona-count-section .corona-count-bottom .ccb-content p {
  margin-bottom: 15px;
}

.corona-count-section .corona-count-bottom .ccb-content ul {
  margin-bottom: 30px;
}

.corona-count-section .corona-count-bottom .ccb-content ul li {
  padding: 8px 0;
  color: #696969;
}

.corona-count-section .corona-count-bottom .ccb-content ul li i {
  color: #ff3372;
  margin-right: 10px;
  font-size: 18px;
}

.corona-count-section .corona-count-bottom .ccb-content .lab-btn {
  border-color: #ff3372;
}

.corona-count-section .corona-count-bottom .gmaps iframe {
  border: none;
  width: 100%;
  height: 450px;
}

.corona-count-section .corona-count-bottom .corona-left {
  padding: 20px;
  background: #f6f8ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.corona-count-section .corona-count-bottom .corona-left .cl-title {
  margin-bottom: 15px;
}

.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-left p {
  margin-bottom: 0;
  font-weight: 500;
}

.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li {
  padding: 10px;
  padding-left: 20px;
  margin-right: 20px;
}

.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li::after {
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  background: #ff3371;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li:last-child {
  margin-right: 0;
}

.corona-count-section .corona-count-bottom .corona-left .cl-title .clt-right ul li:last-child::after {
  background: #d67b61;
}

.corona-count-section .corona-count-bottom .corona-right {
  padding: 20px;
  background: #f6f8ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .corona-count-section .corona-count-bottom .corona-right {
    margin-top: 30px;
    overflow-x: auto;
  }
}

.corona-count-section .corona-count-bottom .corona-right .cr-title {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .corona-count-section .corona-count-bottom .corona-right .cr-title .clt-left h6 {
    font-size: 18px;
  }
}

.corona-count-section .corona-count-bottom .corona-right .cr-title .clt-right a {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.corona-count-section .corona-count-bottom .corona-right .cr-title .clt-right a:hover {
  color: #ff3372;
}

@media (max-width: 767px) {
  .corona-count-section .corona-count-bottom .corona-right .cr-body {
    width: 450px;
  }
}

.corona-count-section .corona-count-bottom .corona-right .cr-body .crb-title ul li {
  background: #f9fdff;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body .crb-title ul li .cr-case,
.corona-count-section .corona-count-bottom .corona-right .cr-body .crb-title ul li .cr-deaths {
  padding-left: 0;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body .crb-title ul li .cr-case::after,
.corona-count-section .corona-count-bottom .corona-right .cr-body .crb-title ul li .cr-deaths::after {
  display: none;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li {
  align-items: center;
  text-transform: capitalize;
  padding: 8px 10px;
  background: #fff;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li:nth-child(even) {
  background: #f9fdff;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-country {
  width: 50%;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-country img {
  margin-right: 10px;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths {
  width: 25%;
  padding-left: 15px;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case::after,
.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths::after {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case::after {
  background: #ff8727;
}

.corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths::after {
  background: #d33884;
}

@media (max-width: 991px) {
  .corona-count-section .countcorona {
    overflow-x: auto;
  }
}

.corona-count-section .countcorona .countcorona-area {
  padding: 30px;
}

@media (max-width: 991px) {
  .corona-count-section .countcorona .countcorona-area {
    max-width: 750px;
  }
}

.corona-count-section.home-2::after {
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  background: url(../../assets/css/bg-image/corona-bg.jpg) no-repeat;
}

.corona-count-section.home-2 .section-header,
.corona-count-section.home-2 .corona-wrap {
  z-index: 1;
}

.corona-count-section.home-2 .section-header h2,
.corona-count-section.home-2 .section-header p {
  color: #fff;
}

.corona-count-section.home-2 .corona-wrap {
  margin-top: 0;
}

.corona-count-section.home-4 .corona-wrap {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.corona-count-section.home-4 .corona-wrap .col-12:last-child .corona-item {
  border-right: none;
}

@media (min-width: 1200px) {
  .corona-count-section.home-4 .corona-wrap .corona-item {
    border-right: 1px solid #ededed;
  }
}

.corona-count-section.home-4 .corona-wrap .corona-item .corona-content h3 {
  font-style: italic;
}

.corona-count-section.home-6 .corona-count-bottom .ccb-thumb .ccb-video {
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.corona-count-section.home-6 .corona-count-bottom .ccb-content h2,
.corona-count-section.home-6 .corona-count-bottom .ccb-content h6,
.corona-count-section.home-6 .corona-count-bottom .ccb-content p,
.corona-count-section.home-6 .corona-count-bottom .ccb-content ul li,
.corona-count-section.home-6 .corona-count-bottom .ccb-content i {
  color: #fff;
}

.corona-count-section.home-6 .corona-count-bottom .ccb-content .lab-btn {
  border-color: #fff;
}

.corona-count-section.home-6 .corona-count-bottom .ccb-content .lab-btn span {
  color: #fff;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-content h2,
.corona-count-section.home-7 .corona-count-bottom .ccb-content h4,
.corona-count-section.home-7 .corona-count-bottom .ccb-content p {
  color: #fff;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-content h4 span {
  font-weight: 300;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-content .lab-btn {
  border-color: #fff;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-content .lab-btn span {
  color: #fff;
}

.corona-count-section.home-7 .corona-count-bottom {
  padding: 0;
}

@media (max-width: 991px) {
  .corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content {
    margin-bottom: 40px;
  }
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content h4 {
  margin-bottom: 0;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content h4 span {
  font-weight: 300;
  text-transform: uppercase;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content .ccb-title {
  margin-bottom: 30px;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content .ccb-title h2,
.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content .ccb-title h4 {
  color: #fff;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li .shape-image {
  right: 0;
  top: 0;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li .count-number {
  color: #8f36d2;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li:nth-child(2) .count-number {
  color: #df862d;
}

.corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li:nth-child(3) .count-number {
  color: #b00062;
}

/*@@@@@@@@@@@@@@   Team Section Start Here  @@@@@@@@@@@@@@@@@*/
.team-section .team-area {
  margin-bottom: -15px;
}

.team-section .team-area .team-item .team-item-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-section .team-area .team-item .team-item-inner:hover {
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}

.team-section .team-area .team-item .team-item-inner:hover .team-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-section .team-area .team-item .team-item-inner .team-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-area .team-item .team-item-inner .team-content .member-details {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #ecf0f3;
}

.team-section.home-2 .section-header h2,
.team-section.home-2 .section-header p {
  color: #fff;
}

.team-section.home-6 .team-area {
  margin-bottom: -15px;
}

.team-section.home-6 .team-area .col-12:nth-child(2) .team-item .team-item-inner::after {
  background: #4e14c4;
}

.team-section.home-6 .team-area .col-12:nth-child(3n+1) .team-item .team-item-inner::after {
  background: #26a5fa;
}

.team-section.home-6 .team-area .team-item .team-item-inner {
  margin-bottom: 30px;
}

.team-section.home-6 .team-area .team-item .team-item-inner:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.team-section.home-6 .team-area .team-item .team-item-inner:hover .team-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*@@@@@@@@@@@@@@   safe-actions Section Start Here  @@@@@@@@@@@@@@@@@*/
.safe-actions .action-shape {
  right: 0;
  top: 0;
}

.safe-actions .sa-thumb-part .safe-thumb {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .safe-actions .sa-thumb-part .safe-thumb {
    margin-bottom: 0;
  }
}

.safe-actions .sa-thumb-part .safe-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
    display: none;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content {
  right: 0;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.sa-red .saicon-content::before {
  right: 25px;
  left: auto;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content {
  width: 320px;
  padding: 20px;
  height: auto;
  line-height: 1.5;
  background: #fff;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before {
  width: 16px;
  height: 16px;
  background: #fff;
  left: 25px;
  top: -6px;
  transform: rotate(45deg);
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content p {
  color: #696969;
  margin-bottom: 0;
  font-size: 15px;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon:hover .saicon-content {
  opacity: 1;
  visibility: visible;
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
  top: -10px;
  left: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-1 {
    top: 0;
    left: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
  top: 40px;
  left: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-2 {
    top: 85px;
    left: 45px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
  top: 135px;
  left: 0px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-3 {
    top: 185px;
    left: 25px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
  top: 235px;
  left: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-4 {
    top: 300px;
    left: 55px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
  bottom: -10px;
  left: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-5 {
    bottom: -5px;
    left: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
  top: -10px;
  right: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-6 {
    top: 0;
    right: 130px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
  top: 40px;
  right: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-7 {
    top: 85px;
    right: 45px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
  top: 135px;
  right: 0px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-8 {
    top: 195px;
    right: 25px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
  top: 235px;
  right: 5px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-9 {
    top: 300px;
    right: 55px;
  }
}

.safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
  bottom: -10px;
  right: 80px;
}

@media (min-width: 576px) {
  .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon.saicon-10 {
    bottom: -5px;
    right: 130px;
  }
}

.safe-actions .sa-content-part .sa-title {
  margin-top: 30px;
}

.safe-actions .sa-content-part .sa-title h6 {
  color: #fff;
}

.safe-actions .sa-content-part .sa-title h6 i {
  margin-right: 10px;
}

.safe-actions .sa-content-part ul li {
  padding: 8px 0;
  color: #fff;
}

.safe-actions .sa-content-part ul li i {
  margin-right: 5px;
}

.safe-actions.style-2 {
  background: #06264d;
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
.about-section {
  margin-bottom: 15px;
}

.about-section .about-shape {
  right: 0;
}

@media (max-width: 991px) {
  .about-section .about-thumb {
    margin-bottom: 30px;
  }
}

.about-section .about-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.about-section .about-content .ab-title>span {
  display: inline-block;
  color: #ff3372;
  font-size: 18px;
}

.about-section .about-content .ab-title ul {
  margin-top: 30px;
}

.about-section .about-content .ab-title ul li {
  justify-content: space-between;
  padding: 15px 0;
}

.about-section .about-content .ab-title ul li .ab-thumb {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.about-section .about-content .ab-title ul li .ab-content {
  width: calc(100% - 95px);
}

.about-section .about-content .ab-title ul li .ab-content h6 {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .about-section .about-content .ab-title ul li .ab-content h6 {
    font-size: 20px;
  }
}

.about-section .about-content .ab-title ul li .ab-content p {
  margin-bottom: 0;
}

.about-section.style-2 .about-shape {
  right: auto;
  left: 0;
}

.about-section.style-2 .lab-btn {
  margin-top: 30px;
}

.about-section.style-3 {
  margin-bottom: 0;
}

.about-section.style-3 .about-content .ab-title>span {
  color: #00ff99;
}

/* @@@@@@@@@@@@@  world wide live corona Section Start Here  @@@@@@@@@@@@@@ */
.wwl-cc-section .section-wrapper {
  margin-top: -60px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.wwl-cc-section .section-wrapper .wwl-cc-area {
  background: #fff;
  padding: 7.5px;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top {
  justify-content: center;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item {
  width: calc(100% / 1);
}

@media (min-width: 768px) {
  .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1200px) {
  .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item {
    width: calc(100% / 5);
  }
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(3) .wct-inner .wct-content h3,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(3) .wct-inner .wct-content p {
  color: #38a169;
  background: #f0fff4;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(3) .wct-inner .wct-content p {
  background: #c6f6d5;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(4) .wct-inner .wct-content h3,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(4) .wct-inner .wct-content p {
  color: #ff3a70;
  background: #fff5f5;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(4) .wct-inner .wct-content p {
  background: #fed7d7;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(5) .wct-inner .wct-content h3,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(5) .wct-inner .wct-content p {
  color: #303360;
  background: #fff5f5;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item:nth-child(5) .wct-inner .wct-content p {
  background: #e2e8f0;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner {
  margin: 7.5px;
  background: #fff;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content {
  text-align: center;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content h3,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content p {
  margin-bottom: 0;
  padding: 10px 0;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content h3 {
  color: #ff9000;
  background: #fff2e2;
}

@media (min-width: 576px) {
  .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content h5 {
    font-size: 18px;
  }
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content p {
  color: #ff9000;
  background: #ffe1bd;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area {
  height: 112px;
  padding: 10px;
  text-align: left;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area {
  align-items: center;
  margin-bottom: 10px;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live {
  height: 10px;
  width: 10px;
  z-index: 1;
  margin-right: 10px;
  background: #ff3372;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_1,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2 {
  background: rgba(255, 51, 114, 0.9);
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_1::after,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2::after {
  width: 15px;
  height: 15px;
  margin-left: -7.5px !important;
  margin-top: -7.5px !important;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_1::after,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_1::before,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2::after,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2::before {
  margin-left: -5px;
  margin-top: -5px;
  background: rgba(255, 51, 114, 0.9);
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_1:before,
.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2:before {
  width: 10px;
  height: 10px;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2::before {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live .pluse_2::after {
  background: transparent;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area h5 {
  margin-bottom: 0;
  color: #ff3372;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom {
  margin: 7.5px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area {
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-left a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 2px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-left a img {
  width: 100%;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-right {
  margin-left: 15px;
}

.wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-right a:hover {
  color: #ff3372;
}

/* @@@@@@@@@@@@@  relife fund Section Start Here  @@@@@@@@@@@@@@ */
.relife-fund .relife-wrap {
  margin-top: -40px;
  padding: 40px 20px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 576px) {
  .relife-fund .relife-wrap {
    padding: 50px;
  }
}

.relife-fund .relife-wrap .rel-shape.shape-1 {
  top: 0;
  left: 0;
}

.relife-fund .relife-wrap .rel-shape.shape-2 {
  bottom: 0;
  right: 0;
}

.relife-fund .relife-wrap .relife-title h2,
.relife-fund .relife-wrap .relife-title h4 {
  text-transform: uppercase;
}

.relife-fund .relife-wrap .relife-title h4 {
  margin-bottom: 0;
  font-weight: 300;
}

.relife-fund .relife-wrap .relife-title h2 {
  color: #ff3372;
}

.relife-fund .relife-wrap .donate-option .donate-amount {
  margin-bottom: 20px;
}

.relife-fund .relife-wrap .donate-option .donate-amount .pay-price {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ecf0f3;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin: 3px;
}

.relife-fund .relife-wrap .donate-option .donate-amount .pay-price.active {
  color: #fff;
  background: #ff3372;
  border-color: #ff3372;
}

.relife-fund .relife-wrap .donate-option .donate-pay {
  align-items: center;
}

.relife-fund .relife-wrap .donate-option .donate-pay .person-price {
  margin-right: 10px;
  align-items: center;
  width: 160px;
  border: 2px solid #ff3372;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.relife-fund .relife-wrap .donate-option .donate-pay .person-price label {
  width: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #ff3372;
  margin-bottom: 0;
  padding: 12px;
}

.relife-fund .relife-wrap .donate-option .donate-pay .person-price input {
  width: 100px;
  margin-bottom: 0;
  border: none;
}

@media (max-width: 575px) {
  .relife-fund .relife-wrap .donate-option .donate-pay .donate-send {
    margin-top: 15px;
  }
}

.relife-fund .relife-wrap .donate-option .donate-pay .donate-send input {
  margin-bottom: 0;
}

.relife-fund .relife-wrap .donate-option .donate-pay .donate-send input.lab-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-color: #ff3372;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* @@@@@@@@@@@@@  helps video Section Start Here  @@@@@@@@@@@@@@ */
.help-video .section-header h4 span {
  font-weight: 300;
}

.help-video .section-wrapper .video-item {
  margin-bottom: 15px;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #fff9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon::after,
.help-video .section-wrapper .video-item .vedio-thumb .video-icon::before {
  top: 50%;
  left: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon::after {
  width: 50px;
  height: 50px;
  background: #ff3372;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon::before {
  width: 70px;
  height: 70px;
  background: #fff6;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon i {
  color: #fff;
  z-index: 1;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon:hover {
  background: #ff337252;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon:hover::after {
  background: #fff;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon:hover::before {
  background: #ff337240;
}

.help-video .section-wrapper .video-item .vedio-thumb .video-icon:hover i {
  color: #ff3372;
}

/* @@@@@@@@@@@@@  helps country Section Start Here  @@@@@@@@@@@@@@ */
.help-country .section-header h4 span {
  font-weight: 400;
  color: #ff3372;
}

.help-country .section-wrapper .hc-item .hc-inner {
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
}

.help-country .section-wrapper .hc-item .hc-inner:hover .hc-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.help-country .section-wrapper .hc-item .hc-inner .shape-image {
  right: 0;
  top: 0;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-thumb {
  width: 100%;
}

@media (min-width: 576px) {
  .help-country .section-wrapper .hc-item .hc-inner .hc-thumb {
    width: 35%;
  }
}

.help-country .section-wrapper .hc-item .hc-inner .hc-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content {
  width: 100%;
  padding: 20px;
  padding-right: 60px;
}

@media (min-width: 576px) {
  .help-country .section-wrapper .hc-item .hc-inner .hc-content {
    width: 65%;
  }
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content h3,
.help-country .section-wrapper .hc-item .hc-inner .hc-content h4,
.help-country .section-wrapper .hc-item .hc-inner .hc-content h6,
.help-country .section-wrapper .hc-item .hc-inner .hc-content p {
  margin-bottom: 0;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content p {
  text-transform: uppercase;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content p a {
  color: #ff3372;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content h6:hover {
  color: #ff3372;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content .desc {
  font-size: 18px;
  color: #ff3372;
  font-weight: 700;
}

.help-country .section-wrapper .hc-item .hc-inner .hc-content .desc span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-thumb {
    width: 100%;
  }
}

.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content {
  background: #ff3372;
  bottom: 30px;
  left: 0;
}

@media (min-width: 576px) {
  .help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content {
    width: 65%;
  }
}

.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content h3,
.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content h4,
.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content h6,
.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content p {
  margin-bottom: 0;
  color: #fff;
}

.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content p a {
  color: #fff;
}

@media (min-width: 576px) {
  .help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content .desc {
    font-size: 30px;
  }
}

.help-country .section-wrapper .hc-left .hc-item .hc-inner .hc-content .desc span {
  color: #fff;
}

/* @@@@@@@@@@@@@  Project Section Start Here  @@@@@@@@@@@@@@ */
.project-section .section-header h4 span {
  font-weight: 400;
}

.project-section .section-wrapper .post-item .post-item-inner {
  margin-bottom: 30px;
}

.project-section .section-wrapper .post-item .post-item-inner:hover .post-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-section .section-wrapper .post-item .post-item-inner .shape-image {
  bottom: 0;
  right: 0;
}

.project-section .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .project-section .section-wrapper .post-item .post-item-inner .post-content {
    padding: 30px;
  }
}

.project-section .section-wrapper .post-item .post-item-inner .post-content h5:hover a {
  color: #ff3372;
}

.project-section .section-wrapper .post-item .post-item-inner .post-content .author-date i {
  color: #ff3372;
}

.project-section .section-wrapper .post-item .post-item-inner .post-content .author-date a {
  color: #696969;
}

.project-section .section-wrapper .post-item .post-item-inner .post-content .author-date a:hover {
  color: #ff3372;
}

.project-section .section-wrapper .post-item .post-item-inner .post-content .lab-btn {
  box-shadow: none;
  padding: 8px 30px;
  border-color: #ff3372;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* @@@@@@@@@@@@@  timeline Section Start Here  @@@@@@@@@@@@@@ */
.timeline-section .section-wrapper .timeline-list:nth-child(odd) {
  border-right: 2px dashed #9c47ed;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

@media (max-width: 1199px) {
  .timeline-section .section-wrapper .timeline-list:nth-child(odd) {
    border: none;
  }
}

.timeline-section .section-wrapper .timeline-list:nth-child(odd)::after {
  left: 50px;
  top: 0;
  width: 92%;
  border-top: 2px dashed #9c47ed;
}

.timeline-section .section-wrapper .timeline-list:nth-child(even) {
  border-left: 2px dashed #9c47ed;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

@media (max-width: 1199px) {
  .timeline-section .section-wrapper .timeline-list:nth-child(even) {
    border: none;
  }
}

.timeline-section .section-wrapper .timeline-list:nth-child(even)::after {
  right: 50px;
  top: 0;
  width: 92%;
  border-top: 2px dashed #9c47ed;
}

.timeline-section .section-wrapper .timeline-list:last-child {
  border: none;
}

.timeline-section .section-wrapper .timeline-list:last-child::after {
  right: 50px;
  left: auto;
  top: 0;
  width: 92%;
  border-top: 2px dashed #9c47ed;
}

.timeline-section .section-wrapper .timeline-list::after {
  width: 100%;
  height: 2px;
}

@media (max-width: 1199px) {
  .timeline-section .section-wrapper .timeline-list::after {
    display: none;
  }
}

.timeline-section .section-wrapper .timeline-list .timeline-shape {
  top: -12px;
}

@media (max-width: 1199px) {
  .timeline-section .section-wrapper .timeline-list .timeline-shape {
    display: none;
  }
}

.timeline-section .section-wrapper .timeline-list .timeline-shape.timeline-shape1 {
  left: 50%;
}

.timeline-section .section-wrapper .timeline-list .timeline-shape.timeline-shape2 {
  right: 5%;
}

.timeline-section .section-wrapper .timeline-list .timeline-shape.timeline-shape3 {
  left: 37%;
}

.timeline-section .section-wrapper .timeline-list .timeline-shape.timeline-shape4 {
  left: 5%;
}

.timeline-section .section-wrapper .timeline-list .timeline-shape.timeline-shape5 {
  left: 50%;
}

.timeline-section .section-wrapper .top-round {
  width: 10px;
  height: 10px;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  background: #9c47ed;
  border-radius: 100%;
  z-index: 1;
}

.timeline-section .section-wrapper .top-round .pluse_1:before,
.timeline-section .section-wrapper .top-round .pluse_2:before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background: #9c47ed;
}

.timeline-section .section-wrapper .top-round .pluse_1::after,
.timeline-section .section-wrapper .top-round .pluse_2::after {
  width: 20px;
  height: 20px;
  background: transparent;
}

.timeline-section .section-wrapper .top-round .pluse_2::before {
  margin-left: 0px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .timeline-section .section-wrapper .timeline-item {
    border: 2px dashed #9c47ed;
    margin: 15px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .timeline-section .section-wrapper .timeline-item .top-round {
    top: 10px;
  }
}

/* @@@@@@@@@@@@@  Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section .section-wrapper {
  margin-bottom: -10px;
}

.blog-section .section-wrapper .post-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 25px;
}

.blog-section .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
  transform: scale(1.06);
}

.blog-section .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content {
  padding: 20px;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content h5 a:hover,
.blog-section .section-wrapper .post-item .post-item-inner .post-content h4 a:hover {
  color: #ff3372;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .lab-btn.style-2 {
  border-color: #ff3372;
  box-shadow: none;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn {
  font-weight: 700;
  color: #000000;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover {
  color: #ff3372;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
  color: #ff3372;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
  opacity: 0;
  margin-left: -15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments i {
  font-size: 24px;
  color: #b2b2b2;
}

.blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -8px;
  left: 50%;
  font-size: 12px;
  text-align: center;
  background: #ff3372;
  color: #fff;
  transform: translateX(-50%);
  display: inline-block;
}

.blog-section .section-wrapper .left {
  margin: -15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-section .section-wrapper .left {
    margin-bottom: 0;
  }
}

.blog-section .section-wrapper .left .post-item {
  margin-bottom: 0;
}

.blog-section .section-wrapper .left .post-item .post-item-inner {
  margin: 15px;
}

@media (min-width: 992px) {
  .blog-section .section-wrapper .left .post-item .post-item-inner .post-thumb {
    height: 314px;
  }
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-thumb a {
  height: 100%;
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-thumb a img {
  width: 100%;
  height: 100%;
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-content .entry-meta .date {
  margin-bottom: 15px;
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-content .lab-btn {
  margin-top: 15px;
}

.blog-section .section-wrapper .right {
  justify-content: center;
  margin: -15px;
}

.blog-section .section-wrapper .right .post-item {
  margin-bottom: 0;
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .blog-section .section-wrapper .right .post-item {
    width: calc(100% / 2);
  }
}

.blog-section .section-wrapper .right .post-item .post-item-inner {
  margin: 15px;
}

.blog-section .section-wrapper .right .post-item .post-item-inner .post-content {
  background: #fff;
  padding: 25px 20px;
}

.blog-section .section-wrapper .right .post-item .post-item-inner .post-content h6 {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section .section-wrapper .right .post-item .post-item-inner .post-content h6:hover a {
  color: #ff3372;
}

.blog-section.home-2 .section-header h2,
.blog-section.home-2 .section-header p {
  color: #fff;
}

.blog-section.home-7 .section-header h4 span {
  font-weight: 400;
}

@media (min-width: 992px) {
  .blog-section.home-7 .section-wrapper .left .post-item .post-item-inner .post-thumb {
    height: auto;
  }
}

@media (min-width: 992px) {
  .blog-section.home-7 .section-wrapper .right .post-item .post-item-inner .post-thumb {
    height: 158px;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-thumb img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content {
  padding: 50px 30px;
  background: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content h3 {
  margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post {
  margin-bottom: 15px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post ul li a i {
  padding-right: 5px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post ul li a.admin {
  padding-right: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content p,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content img,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content iframe {
  margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote {
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  background: #ff3372;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before {
  width: 40px;
  height: 40px;
  color: #fff;
  content: "\efcd";
  font-size: 30px;
  font-family: IcoFont !important;
}

@media (max-width: 767px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before {
    display: none;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote p {
    padding-left: 60px;
    font-size: 18px;
    line-height: 30px;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote cite {
  display: block;
  text-align: right;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote cite a {
  color: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section {
  justify-content: space-between;
  align-items: center;
  margin: 40px -30px -25px;
  padding: 23px 30px 0;
  border-top: 1px solid #ecf0f3;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
  margin: 0;
  width: calc(100% / 1);
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li {
  margin: 5px;
  padding: 0;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li:first-child {
    margin-left: 0;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a {
  padding: 10px 20px;
  border: 1px solid #ecf0f3;
  color: #000000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a:hover,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a .active {
  background: #ff3372;
  color: #fff;
  border-color: #ff3372;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
  margin-bottom: 0;
  text-align: center;
  width: calc(100% / 1);
  margin-top: 20px;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
    text-align: right;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .title-border {
  font-size: 20px;
  color: #000f3a;
  margin: 0 0 28px 0;
  padding: 20px 30px;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .title-border {
    padding: 20px 30px;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part {
  justify-content: space-between;
  padding: 25px;
  margin: 30px 0;
}

.blog-section.blog-single .section-wrapper .navigations-part .left {
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .right {
  text-align: right;
  margin: 0;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title,
.blog-section.blog-single .section-wrapper .navigations-part .right .title {
  color: #696969;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .title .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .title .active {
  color: #ff3372;
}

@media (min-width: 768px) {

  .blog-section.blog-single .section-wrapper .navigations-part .left .title,
  .blog-section.blog-single .section-wrapper .navigations-part .right .title {
    max-width: 90%;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev,
.blog-section.blog-single .section-wrapper .navigations-part .right .next,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev {
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev .active {
  color: #ff3372;
}

.blog-section.blog-single .section-wrapper .authors {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .authors {
    justify-content: center;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-thumb {
  width: 160px;
  text-align: center;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .authors .author-content {
    width: calc(100% - 170px);
    margin-top: 0;
    text-align: left;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-content h6 {
  margin-bottom: 5px;
}

.blog-section.blog-single .section-wrapper .authors .author-content p {
  margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media {
  margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
  color: #3b5998;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
  color: #55acee;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
  color: #007bb5;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
  color: #3b5998;
}

.blog-section.blog-single .section-wrapper .comments {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.blog-single .section-wrapper .comments .comment-list {
  margin: 0;
  padding: 20px;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment {
  justify-content: space-between;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  width: calc(100% - 100px);
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
    width: 100%;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
  margin: 0;
  font-size: 18px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #ff3372;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 16px;
  color: #696969;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #ff3372;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
  margin-bottom: 0;
  line-height: 24px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
  padding-right: 0;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding: 0px;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}

.blog-section.blog-single .section-wrapper .comment-respond {
  margin: 30px 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
  padding: 10px 30px 40px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
  justify-content: space-between;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
  color: #696969;
  padding: 10px 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
    width: calc(100% / 2 - 15px);
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"]:nth-child(3) {
    width: 100% !important;
  }
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  background: #f1f6fa;
  border: none;
  outline: none;
  margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  padding: 15px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent {
  width: 100%;
  display: flex;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent input {
  margin-right: 10px;
  width: auto;
  margin-bottom: 0;
  transform: translateY(5px);
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn {
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #ff3372;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn span {
  font-weight: 500;
}

.blog-section.blog-single article {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-section.blog-single article {
    margin-bottom: 0;
  }
}

/* @@@@@@@@@@@@@  Blog Widget Section Start Here  @@@@@@@@@@@@@@ */
.widget {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-header {
  padding: 25px 25px 0;
  border-bottom: 1px solid #ecf0f3;
}

.widget .widget-header h5 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
}

.widget .widget-wrapper {
  margin: 0;
  padding: 15px 0;
}

.widget .widget-wrapper li {
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
  padding: 25px;
}

.widget .widget-wrapper li:last-child {
  border-bottom: none;
}

.widget.widget-search {
  background: #fff;
}

@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 30px;
  }
}

.widget.widget-search .search-wrapper input {
  background: #fafafa;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  outline: none;
}

.widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background: #fafafa;
}

.widget.widget-archive,
.widget.widget-category {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
  color: #000000;
  padding: 15px 25px;
}

.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}

.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
  padding-left: 30px;
  color: #ff5455;
}

.widget.widget-post {
  padding: 0;
}

.widget.widget-post ul.widget-wrapper {
  padding: 0;
}

@media (min-width: 576px) {
  .widget.widget-post ul.widget-wrapper li {
    flex-direction: row-reverse;
  }
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
  height: 80px;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
  width: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 110px);
}

.widget.widget-post ul.widget-wrapper li .post-content a h6 {
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.widget-post ul.widget-wrapper li .post-content a h6:hover {
  color: #ff5455;
}

.widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}

.widget.widget-instagram {
  padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
  padding: 25px 20px;
}

.widget.widget-instagram ul.widget-wrapper li {
  width: Calc(100% / 3);
  padding: 0;
  border: none;
}

.widget.widget-instagram ul.widget-wrapper li a {
  margin: 5px;
  display: inline-block;
}

.widget.widget-tags {
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
  padding: 20px;
  justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
  padding: 5px 15px;
  color: #372f25;
  border: 1px solid #ecf0f3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px;
  font-size: 14px;
  display: inline-block;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
  background: #ff3372;
  color: #fff;
  border-color: #fff;
}

.widget.shop-widget {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-top: 35px;
  padding: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu {
  margin: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li {
  border-bottom: 1px solid #ecf0f3;
  padding: 12px 20px;
}

.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
  border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
  margin-right: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li.open>a {
  color: #ff3372;
}

.widget.shop-widget .widget-wrapper .shop-menu li a {
  display: block;
  font-weight: 500;
  color: #000000;
  width: 100%;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  margin: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
  width: 100%;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
  padding: 2px 0;
  border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a {
  color: #ff3372;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
  color: #ff3372;
}

.widget.letest-product {
  margin-top: 35px;
  padding: 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.widget.letest-product .widget-wrapper ul {
  margin: 0;
}

.widget.letest-product .widget-wrapper ul li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
}

.widget.letest-product .widget-wrapper ul li:last-child {
  border-bottom: none;
}

.widget.letest-product .widget-wrapper ul li:hover .product-thumb img {
  transform: scale(1.1);
}

.widget.letest-product .widget-wrapper ul li:hover .product-content h6 a {
  color: #ff3372;
}

.widget.letest-product .widget-wrapper ul li .product-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}

.widget.letest-product .widget-wrapper ul li .product-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.letest-product .widget-wrapper ul li .product-content {
  padding-left: 15px;
  width: calc(100% - 70px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-content {
    width: 100%;
    margin-bottom: 15px;
  }
}

.widget.letest-product .widget-wrapper ul li .product-content h6 {
  margin: 0;
}

.widget.letest-product .widget-wrapper ul li .product-content h6 a {
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.letest-product .widget-wrapper ul li .product-content p {
  margin-bottom: 0;
}

.widget.letest-product .widget-wrapper ul li .product-content p i {
  font-size: 12px;
  color: #e9ba17;
}

.widget.letest-product .widget-wrapper ul li .product-content p span {
  font-size: 14px;
}

/* @@@@@@@@@@@@@  Sponsor Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section {
  padding: 60px 0;
}

@media (min-width: 576px) {
  .sponsor-section {
    padding: 80px 0;
  }
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb {
  justify-content: center;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb a img,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb:hover a img,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* @@@@@@@@@@@@@  FAQ Section Start Here  @@@@@@@@@@@@@@ */
.faq-section .faq-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .section-wrapper .tab-lists {
  margin-bottom: 30px;
  justify-content: center;
}

.faq-section .section-wrapper .tab-lists .tab-list a {
  margin: 5px;
  padding: 12px 30px;
  cursor: pointer;
  background: #49bcf7;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
}

.faq-section .section-wrapper .tab-lists .tab-list a.active {
  background: #fff !important;
  color: #ff3372 !important;
}

.faq-section .section-wrapper .tab-lists .tab-list:nth-child(2) a {
  background: #d7fbfb;
  color: #3c9b9b;
}

.faq-section .section-wrapper .tab-lists .tab-list:nth-child(3) a {
  background: #fff5d8;
  color: #b4922f;
}

.faq-section .section-wrapper .tab-lists .tab-list:nth-child(4) a {
  background: #ffd8d8;
  color: #c44141;
}

.faq-section .section-wrapper .tab-lists .tab-list:nth-child(5) a {
  background: #f1d8ff;
  color: #813fbf;
}

.faq-section .section-wrapper .accordion {
  margin: 0;
}

.faq-section .section-wrapper .accordion li {
  padding: 20px 0px;
  margin: 1px;
}

.faq-section .section-wrapper .accordion li .accordion-list {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.faq-section .section-wrapper .accordion li .accordion-list.in .left .icon {
  background: #ff3372;
  border-color: #ff3372;
  color: #fff;
}

.faq-section .section-wrapper .accordion li .accordion-list.in .right h6 {
  color: #ff3372;
}

.faq-section .section-wrapper .accordion li .accordion-list .left {
  width: 46px;
  padding-right: 10px;
  text-align: center;
  background: transparent;
}

.faq-section .section-wrapper .accordion li .accordion-list .left .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  background: #fff;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.faq-section .section-wrapper .accordion li .accordion-list .right {
  width: calc(100% - 46px);
}

.faq-section .section-wrapper .accordion li .accordion-list .right h6 {
  margin: 0;
  color: #000000;
}

.faq-section .section-wrapper .accordion li .accordion-answer {
  display: none;
}

.faq-section .section-wrapper .accordion li .accordion-answer p {
  padding-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq-section .section-wrapper .accordion li .accordion-answer p {
    max-width: 390px;
  }
}

.faq-section .section-wrapper .accordion li.style-2 {
  margin-bottom: 5px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.faq-section .section-wrapper .accordion li.style-2 .accordion-answer {
  padding: 10px 25px;
}

.faq-section .section-wrapper .accordion li.style-2 .accordion-answer p {
  max-width: 100%;
}

.faq-section.home-7 .section-header h4 span {
  font-weight: 400;
  color: #ff3372;
}

.faq-section.home-7 .section-wrapper .tab-lists .tab-list a {
  color: #000000;
  background: #fff;
  border: 1px solid #ff3372;
}

.faq-section.home-7 .section-wrapper .tab-lists .tab-list a.active {
  color: #fff !important;
  background: #ff3372 !important;
}

/*@@@@@@@@@@@@@@   Contact Us Page Start Here  @@@@@@@@@@@@@@@@@*/
.contact-us .contact-wrap {
  padding: 30px;
  margin-bottom: -30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-us .contact-wrap .contact-title {
  margin-bottom: 30px;
}

.contact-us .contact-area {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .contact-us .contact-area {
    margin: 0;
  }
}

.contact-us .contact-area .contact-item {
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ecf0f3;
  margin-bottom: 20px;
}

.contact-us .contact-area .contact-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.contact-us .contact-area .contact-item .contact-icon {
  width: 30px;
  text-align: center;
}

.contact-us .contact-area .contact-item .content {
  width: calc(100% - 45px);
}

.contact-us .contact-area .contact-item .content h6 {
  margin-bottom: 0;
}

.contact-us .contact-form {
  justify-content: space-between;
}

.contact-us .contact-form input.contact-input {
  padding: 15px;
  border: 1px solid #ecf0f3;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .contact-us .contact-form input.contact-input {
    width: calc(100% / 2 - 15px);
  }
}

.contact-us .contact-form textarea.contact-input {
  padding: 15px;
  border: 1px solid #ecf0f3;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}

.contact-us .contact-form .lab-btn {
  width: 180px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #ff3372;
}

.contact-us .contact-form .lab-btn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* @@@@@@@@@@@@@  Gmaps Section Start Here  @@@@@@@@@@@@@@ */
.gmaps-section .map-area {
  height: 400px;
}

.gmaps-section .map-area iframe {
  width: 100%;
  height: 400px;
}

/*@@@@@@@@@@@@@@   Shop Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-page .section-header h4 span {
  font-weight: 400;
  color: #ff3372;
}

.shop-page .sidebar-widget .widget-search {
  border: none;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-page .sidebar-widget .widget-search form input {
  background: #fff;
  border: 1px solid #ecf0f3;
}

.shop-page .shop-title {
  padding: 16px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-page .shop-title p {
  margin-bottom: 0;
  color: #000000;
}

.shop-page .shop-title .product-view-mode a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-title .product-view-mode a.active {
  color: #ff3372;
}

.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-page .shop-product-wrap {
  height: auto !important;
}

.shop-page .shop-product-wrap.grid {
  height: auto;
}

.shop-page .shop-product-wrap.grid .product-list-item {
  display: none;
}

.shop-page .shop-product-wrap.list .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page .shop-product-wrap.list .product-item {
  display: none;
}

.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
  z-index: 9;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
  width: 100%;
  transform-origin: left;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  bottom: -100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin: 5px;
  background: #ff3372;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
  text-align: center;
}

.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5 {
  margin: 0;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a:hover,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
  color: #ff3372;
}

.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
  color: #696969;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-page .shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page .shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}

.shop-page .modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #000;
}

.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #ff3372;
  text-shadow: none;
  opacity: 1;
  outline: none;
}

.shop-page .modal .modal-dialog .modal-content button.close:hover {
  color: #000000;
}

.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img {
  width: 100%;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 0;
  }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
  color: #e9ba17;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  margin-top: 30px;
  align-items: center;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .lab-btn {
  border-radius: 2px;
  padding: 9px 24px;
  margin-left: 20px;
  margin-top: 0;
}

.shop-page .paginations {
  margin-bottom: 10px;
}

/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
  border: none;
}

.shop-single .sidebar-widget .widget-search form input {
  background: #fff;
  border: 1px solid #ecf0f3;
}

.shop-single .product-details {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}

.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-thumbs {
  max-width: 80%;
  margin: auto;
}

.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
  cursor: pointer;
  width: 24px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  background: #F6F6F9;
  color: #000000;
  bottom: 15px;
  outline: none;
}

.shop-single .product-details .product-thumb .pro-single-prev {
  right: 0;
}

.shop-single .product-details .product-thumb .pro-single-next {
  left: 0;
}

.shop-single .product-details .post-content {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}

.shop-single .product-details .post-content h4 {
  margin-bottom: 10px;
}

.shop-single .product-details .post-content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.shop-single .product-details .post-content p {
  margin-bottom: 10px;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
  align-items: center;
}

.shop-single .product-details .post-content p.rating i {
  color: #e9ba17;
}

.shop-single .product-details .post-content form {
  justify-content: space-between;
  align-items: center;
}

.shop-single .product-details .post-content form .select-product {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}

.shop-single .product-details .post-content form .select-product select {
  width: 100%;
  height: 40px;
  border: 1px solid #ecf0f3;
  color: #696969;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background: transparent;
  padding-left: 20px;
  font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ecf0f3;
  text-align: center;
  z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
    margin: 0;
  }
}

.shop-single .product-details .post-content form .discount-code {
  width: 100%;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}

.shop-single .product-details .post-content form .discount-code input {
  margin-bottom: 0;
  border-color: #ecf0f3;
}

.shop-single .product-details .post-content form .lab-btn {
  margin-top: 20px;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: #ff3372;
}

.shop-single .review {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-single .review .review-nav {
  margin: 0;
}

.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #06264d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.shop-single .review .review-nav li.active {
  background: #ff3372;
}

.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}

.shop-single .review .review-content.description-show .description {
  display: block;
}

.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content {
  margin: 0;
}

.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin-bottom: 0;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  width: calc(100% - 110px);
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover {
  color: #ff3372;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  margin-bottom: 0;
  line-height: 30px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #ecb341;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
  margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
  border-top: 1px solid #ecf0f3;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
  margin-bottom: 40px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
  position: relative;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
  width: 50px;
  height: 4px;
  background: #ff3372;
  bottom: -20px;
  border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
  border-bottom: 4px dotted #ff3372;
  width: 20px;
  bottom: -20px;
  left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
  border: 1px solid #ecf0f3;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
  align-items: center;
}

@media (max-width: 767px) {
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    margin-bottom: 20px;
  }
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
  margin: 0;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
  list-style: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
  color: #e9ba17;
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  border: 1px solid #ecf0f3;
  width: 100%;
  padding: 10px;
  outline: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: #ff3372;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.shop-single .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .description .post-item {
  align-items: center;
  flex-direction: row-reverse;
}

.shop-single .review .review-content .description .post-item .post-thumb {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-thumb {
    width: calc(100% / 2);
  }
}

.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
    width: calc(100% / 2);
  }
}

.shop-single .review .review-content .description .post-item .post-content ul {
  margin: 0;
}

.shop-single .review .review-content .description .post-item .post-content ul li {
  padding: 8px 0;
  padding-left: 30px;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
  content: "\ec7a";
  top: 8px;
  left: 0;
  color: #e9ba17;
  font-family: IcoFont !important;
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
  width: 100%;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
    width: 96px;
  }

  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
    width: 96px;
  }

  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-price {
    display: none;
  }
}

.shop-cart .section-wrapper .cart-top table thead tr {
  background: #ff3372;
}

.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #fff;
  padding: 18px;
  border: none;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-top table thead tr th {
    font-size: 14px;
    padding: 10px;
  }
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #ecf0f3;
  border-right: none;
  border-left: none;
  border-top: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 10px;
  border: none;
}

@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
  }
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 50px;
  margin: auto;
}

@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 85px;
  }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    display: none;
  }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #ff3372;
}

@media (max-width: 767px) {

  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
    text-align: center;
    font-size: 14px;
  }
}

.shop-cart .section-wrapper .cart-bottom {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
  color: #fff;
  font-weight: 500;
  margin-left: -10px;
  cursor: pointer;
  background: #ff3372;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
    margin-top: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background: #fff;
  color: #000000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
  padding: 10px 30px;
  border: 1px solid #ecf0f3;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
    margin-bottom: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover {
  color: #ff3372;
  border-color: #ff3372;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  width: 100%;
  padding: 9px 20px;
  background: transparent;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ecf0f3;
  position: relative;
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  width: 100%;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  top: 0;
  right: 0;
  padding: 9px 20px;
  color: #fff;
  border: 1px solid #ecf0f3;
  border-radius: 0px 3px 3px 0px;
  background: #ff3372;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  width: 100%;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  width: 170px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ff3372;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ecf0f3;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  margin-bottom: 0;
  color: #ff3372;
}

/*@@@@@@@@@@@@@@   comingsoon section Start Here  @@@@@@@@@@@@@@@@@*/
.coming-soon {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .coming-soon {
    padding: 110px 0;
  }
}

.coming-soon .coming-content-area {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-content-area h2 {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .coming-soon .coming-content-area h2 {
    font-size: 72px;
    line-height: 76px;
  }
}

@media (max-width: 575px) {
  .coming-soon .coming-content-area .countdown {
    margin-top: 20px;
  }
}

/*@@@@@@@@@@@@@@   Fore Zero Page Start Here  @@@@@@@@@@@@@@@@@*/
.fore-zero-page {
  background: #f9fcff;
  padding: 60px 0;
  align-items: center;
}

@media (min-width: 992px) {
  .fore-zero-page {
    padding: 110px 0;
  }
}

.fore-zero-page .images {
  text-align: center;
}

.fore-zero-page .text-content {
  max-width: 600px;
  margin: 30px auto 0px;
}

.fore-zero-page .text-content h3 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .fore-zero-page .text-content h3 {
    font-size: 36px;
  }
}

.fore-zero-page .text-content .lab-btn {
  margin-top: 20px;
}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
footer {
  background-position: center bottom;
  background-size: cover;
}

footer .footer-top .footer-item {
  margin: 30px 0;
}

@media (min-width: 992px) {
  footer .footer-top .footer-item {
    margin: 0;
  }
}

footer .footer-top .footer-item .footer-inner .footer-content .title {
  margin-bottom: 15px;
  margin-top: -8px;
}

@media (min-width: 576px) {
  footer .footer-top .footer-item .footer-inner .footer-content .title {
    margin-bottom: 30px;
  }
}

footer .footer-top .footer-item .footer-inner .footer-content .title h6 {
  font-size: 18px;
  color: #fff;
}

footer .footer-top .footer-item .footer-inner .footer-content .content p {
  color: #fff;
}

footer .footer-top .footer-item .footer-inner .footer-content .content h6 {
  color: #fff;
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul li {
  padding: 8px 0;
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul li p {
  margin-bottom: 0;
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul li p span {
  font-weight: 700;
  padding-right: 10px;
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul li a {
  color: #fff;
}

footer .footer-top .footer-item .footer-inner .footer-content .content ul li a i {
  margin-right: 10px;
}

footer .footer-bottom {
  padding: 35px 0;
  border-top: 1px solid #1f4b9e38;
}

footer .footer-bottom .section-wrapper p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

footer .footer-bottom .section-wrapper p a {
  padding: 5px;
  color: #fff;
}

footer.home-6 .footer-bottom {
  border-top: 1px solid #ffffff21;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

body.rtl a>sup {
  margin-right: 5px;
}

body.rtl .faq-section .section-wrapper .accordion li .accordion-list .left {
  padding-right: 0;
  padding-left: 10px;
}

body.rtl footer .footer-top .footer-item .footer-inner .footer-content .content ul li a i,
body.rtl .corona-count-section .corona-count-bottom .ccb-content ul li i,
body.rtl .safe-actions .sa-content-part .sa-title h6 i,
body.rtl .safe-actions .sa-content-part ul li i,
body.rtl .post-item .post-item-inner .post-content .author-date a i,
body.rtl .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent input {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .corona-item .corona-inner .corona-content {
  margin-left: 0;
  margin-right: 15px;
}

body.rtl .post-item .post-item-inner .post-content .author-date a {
  margin-right: 0;
  margin-left: 30px;
}

body.rtl .post-item .post-item-inner .post-content .author-date a:last-child {
  margin-left: 0;
}

body.rtl .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
  right: auto;
  left: 0;
}

body.rtl .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 0;
  margin-left: 16px;
}

body.rtl .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children ul li.menu-item-has-children {
  margin-left: 0;
}

body.rtl .header-section .primary-menu .main-area .main-menu ul li ul li ul {
  right: 100%;
  left: auto;
}

body.rtl .header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  transform: translateY(-50%) rotate(90deg);
  left: 10px !important;
}

body.rtl .corona-count-section .corona-count-bottom .ccb-thumb .ccb-video {
  left: 5%;
  right: auto;
}

body.rtl .lab-ul.icon-style-list>li i {
  margin: 0 5px 0 15px;
}

body.rtl .banner-section.home-2 {
  background-position: top left;
}

body.rtl .banner-section.home-3 .banner-area .content-part .banner-content ul li {
  padding: 8px 20px 8px 0px;
}

body.rtl .banner-section.home-3 .banner-area .content-part .banner-content ul li::after {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {

  body.rtl .service-item.style-2 .service-inner,
  body.rtl .blog-section.blog-single .section-wrapper .authors .author-content {
    text-align: right;
  }
}

body.rtl .blog-section .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 10px;
}

body.rtl div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  margin-right: .5em;
}

body.rtl .page-header .page-title .breadcrumb li::after {
  left: -3px;
  right: auto;
}

body.rtl .safe-actions .sa-thumb-part .safe-thumb .shape-icon .sa-icon .saicon-content::before {
  right: 25px;
  left: auto;
}

body.rtl .shop-page .modal .modal-dialog .modal-content button.close {
  left: 2px;
  right: auto;
}

body.rtl .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .lab-btn {
  margin-left: auto;
  margin-right: 20px;
}

body.rtl .widget.letest-product .widget-wrapper ul li .product-content,
body.rtl .shop-single .product-details .post-content form .select-product select {
  padding-left: auto;
  padding-right: 15px;
}

body.rtl .widget.widget-search .search-wrapper button,
body.rtl .shop-single .product-details .post-content form .select-product i,
body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  left: 0;
  right: auto;
}

body.rtl .shop-page .shop-product-wrap .product-list-item .product-content {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}

body.rtl .shop-single .review .review-content .description .post-item .post-content ul li {
  padding-left: 0;
  padding-right: 30px;
}

body.rtl .shop-single .review .review-content .description .post-item .post-content ul li::before {
  right: 0;
  left: auto;
}

body.rtl .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-left: 20px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  body.rtl .shop-single .review .review-content .review-showing .content li .post-content {
    padding-left: 0;
    padding-right: 20px;
  }
}

body.rtl .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
  right: 55px;
  left: auto;
}

body.rtl .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  padding-left: 0;
  padding-right: 10px;
}

body.rtl .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

body.rtl .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

body.rtl .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  float: left;
}

body.rtl .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link i {
  transform: rotate(160deg);
  display: inline-block;
  margin-left: 5px;
}

body.rtl .blog-section.blog-single .section-wrapper .navigations-part .right,
body.rtl .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote cite {
  text-align: left;
}

body.rtl .blog-section.blog-single .section-wrapper .navigations-part .left,
body.rtl .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area {
  text-align: right;
}

@media (min-width: 576px) {
  body.rtl .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
    text-align: left;
  }
}

body.rtl .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote p {
  padding-left: 0;
  padding-right: 60px;
}

body.rtl .countdown li .count-number:after {
  left: -30px;
  right: auto;
}

body.rtl .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before {
  transform: rotate(180deg);
}

body.rtl .shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 0;
  padding-left: 5px;
}

body.rtl .corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-country img {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case,
body.rtl .corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths {
  padding-left: 0;
  padding-right: 15px;
}

body.rtl .corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-case::after,
body.rtl .corona-count-section .corona-count-bottom .corona-right .cr-body ul li .cr-deaths::after {
  right: 0;
  left: auto;
}

body.rtl .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-top .wct-item .wct-inner .wct-content .wct-left-area .wct-area .wct-live {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .wwl-cc-section .section-wrapper .wwl-cc-area .wwl-cc-bottom .wcb-area .wcb-right {
  margin-left: 0;
  margin-right: 15px;
}

body.rtl .corona-count-section.home-6 .corona-count-bottom .ccb-thumb .ccb-video {
  left: 50%;
}

@media (min-width: 576px) {
  body.rtl .team-item.style-4 .team-item-inner .team-thumb {
    right: auto;
    left: 0;
  }
}

@media (min-width: 576px) {
  body.rtl .safe-item.style-2 {
    padding-right: 10px;
    padding-left: 40px;
  }
}

body.rtl .safe-item.style-2::before {
  right: auto;
  left: 10px;
}

body.rtl .safe-item.style-2 .safe-content {
  text-align: right;
}

body.rtl .banner-section.home-3 .banner-area .content-part .banner-content ul li span.count-people {
  float: left;
}

body.rtl .page-header .page-title .breadcrumb li:first-child {
  padding-left: 10px;
  padding-right: 0;
}

body.rtl .menu-item-has-children>a::after {
  right: auto;
  left: 0;
}

body.rtl .relife-fund .relife-wrap .donate-option .donate-pay .person-price {
  margin-right: 0;
  margin-left: 10px;
}

body.rtl .corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content .ccb-title,
body.rtl .corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li .media-body {
  text-align: right !important;
}

body.rtl .corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li img {
  margin-right: 0 !important;
  margin-left: 15px;
}

body.rtl .corona-count-section.home-7 .corona-count-bottom .ccb-thumb-content ul li .shape-image,
body.rtl .service-item.style-3 .service-inner .service-content .sc-shape,
body.rtl .help-country .section-wrapper .hc-item .hc-inner .shape-image {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

body.rtl .help-country .section-wrapper .hc-item .hc-inner .hc-content {
  padding-right: 20px;
  padding-left: 60px;
}

/*# sourceMappingURL=style.css.map */