/*!
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; } }

/*--------------------------------------------------------------
# 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 {
  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; }

textarea {
  width: 100%;
  outline: none; }

/* @@@@@@@@@@@@@  Global CSS  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
  text-align: center;
  margin-bottom: 30px; }
  @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; } }

/* @@@@@@@@@@@@@  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 .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: 15px; } }
  .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; }

.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; }
  .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; }

.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; } }

/* @@@@@@@@@@@@@  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; }

/*@@@@@@@@@@@@@@   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-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; }

/* @@@@@@@@@@@@@  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: #ff3372; }
  .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, .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, .paginations ul li a, .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, .about-section .about-content .ab-title ul li, .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, .sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb, .sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb, .faq-section .section-wrapper .accordion li .accordion-list, .contact-us .contact-area .contact-item, .contact-us .contact-form, .fore-zero-page {
  display: flex;
  flex-wrap: wrap; }

.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, .safe-item, .countdown li .count-number, .video-thumb, .paginations ul li a, .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, .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.home-2, .corona-count-section.home-2 .section-header, .corona-count-section.home-2 .corona-wrap, .safe-actions, .safe-actions .sa-thumb-part .safe-thumb, .about-section, .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 {
  position: relative; }

.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, .countdown li .count-number:after, .video-thumb .video-icon, .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, .corona-count-section .corona-count-bottom .ccb-thumb .ccb-video, .corona-count-section.home-2::after, .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, .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 {
  position: absolute;
  content: ""; }

footer .footer-top .footer-item .footer-inner .footer-content .content ul {
  padding: 0;
  margin: 0; }

.post-item, .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, .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 {
  overflow: hidden; }

@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); } }
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; }

.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; }

.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: #06264d; }
  @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; }
    .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; }
      .page-header .page-title .breadcrumb li {
        font-weight: 600;
        text-transform: capitalize;
        padding: 0px 10px;
        color: #fff; }
        .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) no-repeat;
    background-position: center; }
    @media (min-width: 992px) {
      .banner-section.home-2 {
        padding: 250px 0 150px; } }
@media (min-width: 992px) and (max-width: 1439px) {
  .banner-section.home-2 .banner-area .content-part {
    margin-right: 115px; } }

    .banner-section.home-2 .banner-area .content-part .banner-content h2, .banner-section.home-2 .banner-area .content-part .banner-content p {
      color: #fff; }
    .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; }

/* @@@@@@@@@@@@@  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: 0;
    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.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); }

/* @@@@@@@@@@@@@  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; }
@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; }

/*@@@@@@@@@@@@@@   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; }

/*@@@@@@@@@@@@@@   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: 18px; } }
        .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; }

/* @@@@@@@@@@@@@  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.home-2 .section-header h2, .blog-section.home-2 .section-header p {
  color: #fff; }
.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; }

/* @@@@@@@@@@@@@  Sponsor Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section {
  padding-top: 0; }
  .sponsor-section .section-wrapper {
    padding-top: 70px;
    border-top: 1px solid #ecf0f3; }
    .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 .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; } }

/*@@@@@@@@@@@@@@   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-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: 600px; }
  .gmaps-section .map-area iframe {
    width: 100%;
    height: 600px; }

/*@@@@@@@@@@@@@@   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 #1f4b9e; }
    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; }

/*# sourceMappingURL=style.css.map */
