/**
* Template Name: Bell
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
/* Global Colors */
:root {
  --color-default: #212529;
  --color-default-rgb: 33, 37, 41;
  --color-background: #ffffff;
  --color-background-rgb: 255, 255, 255;
  --color-primary: #e84545;
  --color-primary-rgb: 232, 69, 69;
  --color-secondary: #32353a;
  --color-secondary-rgb: 50, 53, 58;
  --color-box-background: #ffffff;
  --color-box-background-rgb: 255, 255, 255;
  --color-inverse: #ffffff;
  --color-inverse-rgb: 255, 255, 255;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  transition: 0.5s;
  text-decoration: none;
  color: #199EB8;
}

a:hover {
  color: #23c2e1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #199EB8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #1ebddc;
  color: #fff;
}

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

/* ==================================================
  Elements
  ================================================== */
.btn {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #007185;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #199EB8;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);*/
  background: #ffffff;
  height: 90px;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

.scrolled-offset {
  margin-top: 70px;
}
.blink-link {
  animation: blinkColors 2s  infinite;
}

@keyframes blinkColors {
  0%   { color: #ff0000; }  /* Red */
  50%  { color: #00ff00; }  /* Green */
  100% { color: #ff0000; }  /* Red again */
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #002452;
  padding-left: 15px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
  font-size: 18px;
}

.header-social-links a:hover {
  color: #0149a5;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

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

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #002452;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #555;
}

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

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

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

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

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

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

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

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

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

  .navbar ul {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    position: relative;
    width: 100%;
    height: 81vh;
    background: url(../img/back-banner.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 10px;
    overflow: hidden;
    
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(245 245 245 / 79%); /* Black with 50% opacity */
    z-index: 1;
}

/* Make sure any content inside .hero appears above the overlay */
.hero > * {
    position: relative;
    z-index: 2;
}

.hero h1 {
  /* margin: 0;
  font-size: 25px;
  font-weight: 900;
  color:#008764;
  padding-top: 25px; */

  font-size: 40px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: math-auto;
    background: -webkit-linear-gradient(-34deg, #008764 5%, #003c57 53%, #002452 91%);
    -webkit-background-clip: text;
    color: #ffffff00;
    margin-top: 10px;

}

.hero h2 {
  color: #002452;
  margin: 12px 0;
  font-size: 29px;
  font-weight: 600;
}
.hero h3 {
  color: #008764;
  margin: 0px 0px 30px 0px;
  font-size: 25px;
  font-weight: 600;
}
.hero hr {
  height: 8px;
  background: linear-gradient(151deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);
  width: 100%;
  opacity: 1;
  border-radius: 50%;
}
.hero .hero-img {
  text-align: right;
}
.hero .hero-img img{
  -webkit-animation: a-seven 10s infinite linear;
  animation: a-seven 10s infinite linear;
  padding-left: 100px;
}
@media (min-width: 1500px) {
  .hero {
    padding: 30px;
  }
  .hero h1 {
  font-size: 25px;
  }
  .hero h2 {
  margin: 5px 0;
  font-size: 20px;
 }
 .hero h3 {
  color: #008764;
  margin: 0px 0px 10px 0px;
  font-size: 20px;
}
}



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

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #007185;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 50px 0;
  background-color: #fafafa;
  min-height: 40px;
  box-shadow: 0px 0px 12px 0px #a19d9d;
  
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* ==================================================
  Welcome Styling
  ================================================== */
.welcome {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
  background: url("../img/parallax-bg.jpg") center top no-repeat;
}

.welcome h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.welcome p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
/* .features {
  padding-bottom: 45px;
}

.features h2 {
  color: #199EB8;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col>div>div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col>div>div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.feature-col h3 {
  color: #199EB8;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
} */

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: 0.75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row>div {
  padding: 0;
}

.portfolio-grid .row>div .card img {
  width: 100%;
}

.portfolio-grid .row>div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row>div .card .portfolio-over>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
  color: #fff;
  opacity: 0.75;
  padding: 0 45px;
}

.portfolio-grid .row>div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
  color: #232323;
}

.team .col-sm-3 {
  padding: 0;
}

.team .card>a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: 0.75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: 0.75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 186, 45, 1) 0%, rgba(0, 49, 147, 1) 70%);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background: linear-gradient(21deg, rgb(0 34 234) 0%, rgb(0 0 0) 98%, rgba(0,36,247,1) 100%);
  height: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

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

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #e9e9e9cc;
  font-family: Poppins;
}

.contact .info-item:hover i {
  background: #fff;
  color: #01037c;
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
  
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

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

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

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

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

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

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

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

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

.contact .php-email-form button[type=submit] {
  background: #007185;
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

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

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

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

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

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

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {

  section,
  .block,
  .cta {
    padding: 35px 0;
  }

  .features {
    padding-bottom: 5px;
  }

  p,
  .block p {
    margin: 0;
  }

  .hero-brand {
    margin-bottom: 35px;
  }

  .tagline {
    margin: 35px 0;
  }

  h1 {
    font-size: 32px;
    margin: 0;
  }

  h2,
  .tagline {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 25px;
  }

  h3 {
    font-size: 14px;
  }

  .hero {
    padding: 75px 0;
  }

  .stats-col {
    margin-bottom: 25px;
  }

  .block {
    height: auto;
  }

  .feature-col {
    padding-bottom: 30px;
  }

  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }

  .portfolio-grid .card .card-text {
    font-size: 13px;
  }

  .team .team-over {
    padding-top: 20px;
  }

  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }

  .site-footer .social-nav {
    margin-bottom: 35px;
  }

  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }

  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* New section */
.about-sec{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position:relative;
  width:100%;
}

/* About Section - Home Page
------------------------------*/
.about {
  --color-background: #f4f4f4;
  padding-left: 15px;
}

.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: rgba(var(--color-primary-rgb), 0.05);
  color: var(--color-primary);
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  color: #007185;
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
  color: var(--color-inverse);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: var(--color-box-background);
}

.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: rgba(var(--color-primary-rgb), 0.05);
  color: #007185;
}

.about .icon-box h3 {
  color: var(--color-secondary);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box:hover i {
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
  color: var(--color-inverse);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}

/* service */
.section-title {
	margin-bottom: 50px;
	margin-top: -7px
}

.section-title h2 {
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 0;
	padding-bottom: 15px;
	position: relative
}

.section-title h2:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);
	border-radius: 5px
}

.section-title {
	margin-bottom: 20px;
	margin-top: -7px;
}

.section-title h4 {
	font-weight: 700;
    font-size: 40px;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(1 13 46) 0%, rgba(0, 49, 147, 1) 70%);
    color: #fff;
    padding: 15px 30px;
    border-radius: 20px;
}

.section-title h5 {
	font-weight: 700;
    font-size: 25px;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 186, 45, 1) 0%, rgba(0, 49, 147, 1) 70%);
    color: #fff;
    padding: 10px 20px;
}




.service-item {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 25px 0 #ddddddbf;
	box-shadow: 0 0 25px 0 #ddddddbf;
	text-align: center;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 175px;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

/* .service-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .5;
	background: linear-gradient(126deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.service-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none
} */
/* 
.service-item:hover:before {
	opacity: 1
}

.service-item:hover .service-front {
	display: none;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.service-item:hover .service-end {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.service-item:hover .service-end p {
	margin-bottom: 24px
} */

.service-item .service-front {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	display: block
}

.service-item .service-front i {
	display: block;
	color: #4d93e9;
	font-size: 65px;
	margin-bottom: 20px
}

.service-item .service-front h3 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 14px
}

.service-item .service-front p {
	margin-bottom: 0
}

.service-item .service-end {
	position: relative;
	display: none;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	padding-top: 4px;
	padding-bottom: 5px
}

.service-item .service-end i {
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	font-size: 170px;
	color: #fff;
	opacity: .1;
	z-index: -1
}

.service-item .service-end h3 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px
}

.service-item .service-end p {
	margin-bottom: 0;
	color: #fff
}

.service-item .service-end a {
	display: inline-block;
	color: #199eb8fc;
	background-color: #fff;
	padding: 12px 15px
}

.service-item .service-end a:hover {
	color: #fff;
	background-color: #111
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.popup {
	padding: 0;
	margin: 0 200px;
	border-width: 0;
	display: none;
	overflow: visible
}

@media (min-width:0px) and (max-width:1199.98px) {
	.popup {
		margin: 0 20px
	}
}

.popup .popup-wrapper {
	background-color: #f8fbff
}

.popup .popup-wrapper .lhs-img-wrap {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 20px
}

.popup .popup-wrapper .lhs-img-wrap .image-wrap img {
	width: 100%;
	height: auto
}

@media (min-width:0px) and (max-width:767.98px) {
	.popup .popup-wrapper .image-wrap img {
		padding: 0;
		margin: 0 0 20px
	}
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.popup {
	padding: 0;
	margin: 0 200px;
	border-width: 0;
	display: none;
	overflow: visible
}

@media (min-width:0px) and (max-width:1199.98px) {
	.popup {
		margin: 0 20px
	}
}

.popup .popup-wrapper {
	background-color: #f8fbff
}

.popup .popup-wrapper .lhs-img-wrap {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 20px
}

.popup .popup-wrapper .lhs-img-wrap .image-wrap img {
	width: 100%;
	height: auto
}

@media (min-width:0px) and (max-width:767.98px) {
	.popup .popup-wrapper .image-wrap img {
		padding: 0;
		margin: 0 0 20px
	}
}

.popup .popup-wrapper .lhs-img-wrap .popup-banner-content {
	position: absolute;
	top: 0;
	padding: 35px
}

.popup .popup-wrapper .lhs-img-wrap .popup-banner-content h2 {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 35px
}

.popup .popup-wrapper .lhs-img-wrap .popup-banner-content h2 span {
	font-family: OpenSans-ExtraBold, sans-serif
}

.popup .popup-wrapper .fancybox-toolbar {
	top: 110px;
	right: 30px;
	margin: 0;
	padding: 0
}

.popup .popup-wrapper .fancybox-button.fancybox-button--fullscreen,
.popup .popup-wrapper .fancybox-button.fancybox-button--share {
	display: none
}

.popup .popup-wrapper .fancybox-slide {
	top: 15%;
	height: 80%
}

.popup .popup-wrapper .rhs-content-wrap {
	width: 66%;
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	background-color: #fff
}

.popup .popup-wrapper h3 {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	color: #232323;
	position: relative
}

.popup .popup-wrapper h3::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);
	border-radius: 5px
}

.popup .popup-wrapper p {
	font-family: Poppins;
	color: #666;
	font-size: 15px
}

.popup .popup-wrapper .rhs-content-wrap ul {
	margin: 0;
	padding: 0 0 0 15px
}

.popup .popup-wrapper .rhs-content-wrap ul li {
	color: #145091;
	font-family: OpenSans-Semibold, sans-serif;
	font-size: 16px;
	margin-bottom: 15px
}

.popup .popup-wrapper .rhs-content-wrap ul li span {
	color: #666
}

@media (min-width:992px) and (max-width:1199.98px) {
	.fancybox-toolbar {
		top: 10%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.fancybox-toolbar {
		top: 6%;
		height: 60%
	}
}

.fancybox-toolbar {
	top: 110px;
	right: 30px;
	margin: 0;
	padding: 0
}

.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--share {
	display: none
}

.fancybox-slide {
	top: 15%;
	height: 80%
}

@media (min-width:992px) and (max-width:1199.98px) {
	.fancybox-slide {
		top: 10%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.fancybox-slide {
		top: 6%;
		height: 60%
	}
}

.inner-scroll {
	padding: 30px;
	overflow: auto;
	height: 490px
}

.image-wrap img {
	padding-left: 15px
}

.fancybox-slide {
	overflow: hidden
}

.fancybox-bg {
	background: #000
}

.cta {
	margin: 20px 0 30px
}

.cta a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);
	font-weight: 500;
	padding: 20px;
	border-radius: 5px;
	transition: .5s all ease
}

.cta a:hover {
	background-color: #111
}

@media (min-width:0px) and (max-width:767.98px) {
	.slider-item.slider-item-img {
		min-height: 740px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.slider-item.slider-item-img {
		min-height: 970px
	}
}

div.fancybox-scroll {
	max-height: calc(100% - 100px);
	max-width: 100%;
	padding: 0
}

div.fancybox-scroll img {
	vertical-align: top
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 7px;
	right: 20px;
	top: 20px;
	background: #199eb8fc;
	border-radius: 25px;
	color: #fff;
	transition: all .3s ease 0s
}

.fancybox-slide--html .fancybox-close-small:hover {
	background: #000
}

@media (min-width:0px) and (max-width:767.98px) {
	.slider-item.laparoscopic-slider .slider-text {
		margin-top: 0;
		top: 44%;
		position: absolute;
		padding-right: 20px
	}

	.cta a {
		font-size: 12px;
		padding: 15px
	}

	.inner-scroll {
		height: 410px
	}

	.fancybox-slide--html .fancybox-close-small {
		padding: 6px;
		right: 10px;
		top: 10px
	}

	.fancybox-button {
		height: 34px;
		width: 34px
	}
}


.about-item {
	margin-bottom: 30px
}

.about-item h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px
}

.about-item p {
	margin-bottom: 40px
}

.about-item ul {
	margin: 0;
	padding: 0;
	margin-bottom: 40px
}

.about-item ul li {
	list-style-type: none;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #111;
	margin-bottom: 12px
}

.about-item ul li:last-child {
	margin-bottom: 0
}

.about-item ul li i {
	display: inline-block;
	margin-right: 10px;
	color: #0046c0;
	font-size: 23px;
	position: relative;
	top: 2px
}

.about-item a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background-color: #0046c0;
	font-weight: 500;
	padding: 20px 45px;
	border-radius: 5px
}

.about-item a:hover {
	color: 15px;
	background-color: #111
}

.about-left {
	position: relative
}

.about-left img {
	width: 100%;
	z-index: 1;
	border-radius: 10px;
	-webkit-animation: a-seven 10s infinite linear;
	animation: a-seven 10s infinite linear
}

.about-left:before {
	position: absolute;
	content: '';
	top: -10px;
	left: -10px;
	width: 430px;
	height: 375px;
	border-radius: 10px;
	z-index: -1;
	-webkit-animation: a-one 5s infinite linear;
	animation: a-one 5s infinite linear;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);

}

.about-left:after {
	position: absolute;
	content: '';
	bottom: -10px;
	right: -10px;
	width: 430px;
	height: 375px;
	border-radius: 10px;
	z-index: -1;
	-webkit-animation: a-two 5s infinite linear;
	animation: a-two 5s infinite linear;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);

}

@-webkit-keyframes a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes a-one {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes a-two {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.about-right {
	padding-left: 40px;
	position: relative
}
.about-right p{
    font-size: 17px;
	text-align: justify;
}
.about-right img {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: -1;
    width: 56px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

@-webkit-keyframes a-three {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes a-three {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}


.meeta-event-sponsors-4 .meeta-sponsor-wrap {
  position: relative;
  padding-top: 15px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
  content: "";
  background: #ebebeb;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
  border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-1 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-2 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-3 {
  padding-right: 20px;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-4 {
  padding-right: 20px;
  border-right: 0;
}

.meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box .meeta-sponsor-logo {
  height: 130px;
  line-height: 120px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .meeta-event-sponsors-4 .meeta-sponsor-wrap {
    padding-top: 0px;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap::before {
    display: none;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box {
    border-right: 0;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-1 {
    padding-right: 0px;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-2 {
    padding-right: 0px;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-3 {
    padding-right: 0px;
  }
  .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-4 {
    padding-right: 0px;
    border-right: 0;
  }
}

@media (max-width: 1199px) {
  .speaker-wrap-layout3 {
    padding-top: 107px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout3 {
    padding-top: 92px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout3 {
    padding-top: 77px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout3 {
    padding-top: 62px;
  }
}
.speaker-wrap-layout3{
  background-image: url(../img/ASCO-Oct-2024_Brochur.jpg);
  background-position: bottom;
  background-size: cover;
}
.services-area{
  background-image: url(../img/ASCO-Oct-2024_Brochur-3.jpg);
  background-position: bottom;
  background-size: cover;
}
.speaker-wrap-layout3 .register-content {
  color: #041A57;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.speaker-wrap-layout3 .register-content i {
  margin-right: 10px;
  font-size: 6px;
}

.speaker-box-layout3 {
  padding: 30px 30px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #D9D6D6;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.speaker-box-layout3 .animated-bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(126deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
  opacity: 0;
  transition: width 0.4s linear, height 0.4s linear, opacity 0.4s linear;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.speaker-box-layout3 .figure-box {
  text-align: center;
  margin-bottom: 20px;
}

.speaker-box-layout3 .figure-box img {
  border-radius: 10%;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.speaker-box-layout3 .content-box {
  text-align: center;
}

.speaker-box-layout3 .content-box .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.speaker-box-layout3 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .title a:hover {
  color: #cdcdcd;
}

.speaker-box-layout3 .content-box .sub-title {
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}

.speaker-box-layout3 .content-box .speaker-social ul li {
  margin: 0 2px;
}

.speaker-box-layout3 .content-box .speaker-social ul li a {
  display: inline-block;
  color: #A9A9A9;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul li a:hover {
  color: #A9A9A9;
}

.speaker-box-layout3:hover {
  border-color: #003193;
}

.speaker-box-layout3:hover .animated-bg {
  width: 1500px;
  height: 1500px;
  opacity: 1;
}

.speaker-box-layout3:hover .figure-box img {
  filter: grayscale(0);
}

.speaker-box-layout3:hover .title a {
  color: #ffffff;
}

.speaker-box-layout3:hover .sub-title {
  color: #EEEEEE;
}

.speaker-box-layout3:hover .speaker-social ul li a {
  color: #ffffff;
}








.upcoming-area {
  position: relative;
  background-image: url(../img/bg-image-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}
.upcoming-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
 background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);


}
.upcoming-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(17, 17, 17, 0.5);
}

.upcoming-list {
  text-align: center;
  position: relative;
  z-index: 2;
}
.upcoming-list .live-auctions-countdown {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.upcoming-list .live-auctions-countdown li {
  width: 120px;
  height: 90px;
  border: 1px solid rgb(0 135 100 / 30%);
  border-radius: 10px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #008764;
  font-family: var(--bodyFontFamily);
  background: #d3d3d3ad;
}
.upcoming-list .live-auctions-countdown li:last-child {
  margin-right: 0;
}
.upcoming-list .live-auctions-countdown li span {
  /*color: var(--whiteColor);*/
  /*font-size: 35px;*/
  /*font-family: var(--fontFamily);*/
  /*font-weight: bold;*/
    font-size: 35px;
    font-family: var(--fontFamily);
    font-weight: bold;
    background-image: linear-gradient(to right, #00b92e, #003193);
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.upcoming-list .live-auctions-countdown .bgs-border-10 {
  border: 1px solid rgb(0 36 82 / 34%);
  border-radius: 10px;
}
.upcoming-list .upcoming-btn {
  margin-top: 40px;
}
.upcoming-list .upcoming-btn  .read-more {
  background: linear-gradient(40deg, rgba(0,0,0,1) 0%, rgba(0,150,88,1) 0%, rgba(0,113,133,1) 55%, rgba(0,83,168,1) 100%);
  color: var(--color-inverse);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rainbow-btn {
    margin: 50px auto;
    width: 600px;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding: 8px;
    height: 100px; 
}
.rainbow-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(115deg,#00D40E,#009658,#0053A8,#003193);
    background-size: 50% 100%
}
.rainbow-btn span {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    background: #010524d9;
    border-radius: 3px;
    display: block;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    font-size: 40px;
    padding: 10px;
}
.rainbow-btn:focus:before,
.rainbow-btn:hover:before {
    animation: rainbow-btn .75s linear infinite
}

@keyframes rainbow-btn {
    to {
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 767px) {
  .rainbow-btn{
    margin: 28px auto !important;
    width: 300px !important;
  }
  .rainbow-btn span {
    font-size: 25px !important;
  }
  .upcoming-list .live-auctions-countdown li {
    font-size: 12px;
    width: 100px;
    height: 90px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .upcoming-list .live-auctions-countdown li:last-child {
    margin-right: 20px;
  }
  .upcoming-list .live-auctions-countdown li span {
    font-size: 25px;
  }
  .upcoming-list .upcoming-btn {
    margin-top: 15px;
  }
 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .upcoming-list .live-auctions-countdown li {
    width: 115px;
    height: 115px;
    font-size: 13px;
  }
  .upcoming-list .live-auctions-countdown li span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .upcoming-list .live-auctions-countdown li {
    width: 110px;
    height: 80px;
    font-size: 12px;
  }
  .upcoming-list .live-auctions-countdown li span {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*.clients .clients-slider .swiper-slide img {*/
  /* opacity: 0.5; */
/*  transition: 0.3s;*/
/*}*/

/*.clients .clients-slider .swiper-slide img:hover {*/
/*  opacity: 1;*/
/*}*/

/*.clients .clients-slider .swiper-pagination {*/
/*  margin-top: 20px;*/
/*  position: relative;*/
/*}*/

/*.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  background-color: #fff;*/
/*  opacity: 1;*/
/*  border: 1px solid #4154f1;*/
/*}*/

/*.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {*/
/*  background-color: #4154f1;*/
/*}*/



/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.clients{
  /*background-image: url(../../images/excbg-11.jpg);*/
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center top;

}
.clients table{
  background: linear-gradient(140deg, rgba(0,0,36,1) 0%, rgba(9,9,121,1) 26%, rgba(4,6,54,1) 87%);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 30px;
  border-image:none !important;
  /*width:75% !important;*/

}

.clients table th {
  border: none;
  border-collapse: separate;
  border-spacing: 30px;
  border-radius: 13px;
  text-align: center;
}
.clients table th span {
  font-size: 14px;
  font-weight: 300;
}
.clients table, td {
  border: 2px solid;
  border-image: linear-gradient(45deg, #00f088, #104da6, #32137b, #050222) 1;
  border-collapse: separate;
  border-spacing: 20px;
}
.clients table td {
  padding: 10px;
    border-collapse: separate !important;
    border-spacing: 15px;
    border: double 2px transparent;
    border-radius: 15px;
    /*background-image: linear-gradient(#010131, #001281), radial-gradient(circle at top left, #00f088, #104da6, #32137b,#050222) !important;*/
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #010131;
}
.clients h4{
  font-weight: 700;
  font-size: 17px;
}

.clients p{
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .clients {
    padding: 20px 0px;
   }
  .clients .mb{
    padding-left: 220px;
  }
  .clients table th{
     font-size: 10px;
  }
  .clients table td{
    padding: 12px;
    font-size: 10px;
  }
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
.section-with-bg{
  padding: 0px;
}
#schedule {
  /*padding: 60px 0 60px 0;*/
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 80px;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 25px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

#schedule .nav-tabs a.active {
  background-color: #00b195;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
/* ...........................ABOUT.................................... */

/*--Section Spacing--*/
.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


.meeta-about-section-3 .about-images-3-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.meeta-about-section-3 .about-images-3-wrap .shape-1 {
  position: absolute;
  top: -28px;
  left: 178px;
  z-index: -1;
}

.meeta-about-section-3 .about-images-3-wrap .shape-2 {
  position: absolute;
  bottom: 0;
  left: 185px;
  z-index: -1;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-big {
  padding-right: 12px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-big img {
  border-radius: 15px;
  width: 100%;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small {
  padding-left: 12px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
  margin-bottom: 24px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 img {
  border-radius: 15px;
}

.meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 img {
  border-radius: 15px;
}


.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 {
  margin-bottom: 30px;
}

.meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
  font-size: 40px;
  line-height: 48px;
}

.meeta-about-section-3 .about-content-3-wrap .about-content-3 .text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #1a0a1e;
  margin-bottom: 15px;
}

.meeta-about-section-3 .about-content-3-wrap .about-content-3 p {
  font-size: 16px;
}


@media only screen and (max-width: 1199px) {
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    position: absolute;
    bottom: 0;
    left: 137px;
    z-index: -1;
  }
  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 240px;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 255px;
  }
  .meeta-about-section-3 .about-content-3-wrap {
    padding-left: 0px;
    margin-top: 20px;
  }
  .section-title h2{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .meeta-about-section-3 .about-images-3-wrap {
    justify-content: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    left: 50px;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    left: 168px;
  }
}

@media only screen and (max-width: 575px) {
  .meeta-about-section-3 .about-images-3-wrap {
    display: block;
    text-align: center;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-1 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .shape-2 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small {
    padding-left: 0px;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-1 {
    display: none;
  }
  .meeta-about-section-3 .about-images-3-wrap .about-img-small .image-2 {
    display: none;
  }
  .meeta-about-section-3 .about-content-3-wrap .meeta-section-title-2 .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

/* ..........................................Host City........................................ */

.pagecontent{
  padding: 40px 10px;
}

.pagecontenthead{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.pagecontent p{
  font-size: 16px;
}
.imgicon{
  width:70px;float: left;padding:0px 10px;
}
.main-head-para{
  text-align: center;
}
.pageheadingsub{
    font-size: 147px;
    font-family: 'Raleway';
    font-weight: 900;
    text-transform: uppercase;
    background: -webkit-linear-gradient(-89deg, #003193 37%, #00616f 70% 70%, #00765f 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    padding: 10px;
    color: #fbfbfb;
    letter-spacing: 41px;
  
}
@media only screen and (max-width: 991px) {
  .pageheadingsub {
    font-size: 50px;
    letter-spacing: 11px;
}
}
.pagediv{
  margin: 0 0 8px;
}
.mainheader {
  background-image: linear-gradient(to right, #00b92e, #003193);;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  z-index: 22;
  font-size: 36px;
  font-family: 'Philosopher', sans-serif;
  margin-bottom: 8px;
  position: relative;
}
.imgthemes{
  margin:8px  auto !important;
  background: linear-gradient(28deg, rgb(0 184 46) 36%, rgba(0, 186, 45, 1) 34% 34%, rgb(0 49 147) 83%);
  padding: 4px;
  border-radius: 50px;
}

.imgcommittee{
  margin:8px  auto !important;
  background-image: linear-gradient(to right, #00b92d, #00b233, #009c42, #003193, #003193);
  padding: 4px;
  width: 150px !important;
   border-top-left-radius: 40px;
  border-bottom-right-radius:40px;
}
/* ..........................................Host Country........................................ */

.Exccommittee{
  background-image: url(../../images/excbg.jpg);
  background-repeat: no-repeat;
   padding: 120px 10px; background-position: center top;
}
.highlighttext1 {
  padding: 6px 12px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
  font-size: 13px;
  font-weight: 700;color: #ffffff;
  position: relative;
  border-radius: 50px;
}
.highlighttext2
{
  padding: 10px 12px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
  font-size: 16px;
  font-weight: 700;color: #ffffff;
  position: relative;
  border-radius: 50px;
}
.shapeleftBorder1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  min-width: 1.25rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
}
.shaperightBorder1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.25rem;
  min-width: 1.25rem;
  height: 2px;
  background-image: linear-gradient(to right, #361238, #361238);
}
@media only screen and (max-width: 991px) {
  .Exccommittee{
   padding: 30px 10px;
  }
}

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

.section-padding-03 {
  padding: 100px 0;
}
.about-section .about-thumb-wrap {
  margin-right: -165px;
  text-align: center;
}

.about-section .about-thumb-wrap img {
  margin-bottom: 35px;
}

.about-section .about-thumb-wrap img:last-child {
  margin-right: 95px;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-thumb-wrap img:last-child {
    margin-right: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-thumb-wrap {
    margin: 0;
    margin-top: 80px;
  }
  .about-section .about-thumb-wrap img:last-child {
    margin: 0;
  }
}

.about-section .about-content-wrap {
  padding: 120px 60px;
  border: 10px solid #008059;
  position: relative;
  margin-top: 40px;
  background-color: #ffffff;
  z-index: 0;
}

.about-section .about-content-wrap .about-box-shape {
  position: absolute;
  bottom: -53px;
  right: -53px;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -46px;
    right: -46px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -55px;
    right: -55px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .about-content-wrap .about-box-shape {
    bottom: -45px;
    right: -45px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section .about-content-wrap .about-box-shape {
    display: none;
  }
}

.about-section .about-content-wrap .about-shape-x {
  position: absolute;
  top: 40px;
  right: 60px;
  -webkit-animation: round-01 3s linear infinite;
          animation: round-01 3s linear infinite;
}

.about-section .about-content-wrap .section-paragraph {
  padding-right: 100px;
  margin-bottom: 40px;
}
.about-section .about-content-wrap .section-paragraph p{
  font-size: 15px;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-content-wrap .section-paragraph {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .about-content-wrap {
    padding: 90px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section .about-content-wrap {
    padding: 60px 20px;
  }
}
.about-page .section-title {
  margin-bottom: 120px;
}

.about-page .about-right-content .section-paragraph {
  margin-bottom: 30px;
}

.about-page .about-content-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
  margin-left: -145px;
  margin-top: 90px;
  border-color: #fc097c;
}

.about-page .about-content-wrap .section-title {
  margin-bottom: 50px;
}

.about-page .about-content-wrap .about-item {
  display: flex;
  padding-right: 100px;
  margin-bottom: 30px;
}

.about-page .about-content-wrap .about-item .icon {
  height: 100%;
  transition: all 400ms ease;
}

.about-page .about-content-wrap .about-item:hover .icon {
  transform: scale(-1) rotate(180deg);
}

.about-page .about-content-wrap .about-item .about-item-content {
  margin-left: 30px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-heading {
  font-size: 22px;
  margin-bottom: 10px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-description {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .about-page .about-content-wrap {
    padding-right: 35px;
    padding-left: 35px;
  }
  .about-page .about-content-wrap .about-item {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .about-page .section-title {
    margin-bottom: 20px;
  }
  .about-page .about-content-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-page .about-content-wrap .about-item {
    padding-right: 0;
  }
}


/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.section-with-bg .reg table{
  background-color: #efefef !important;
  font-weight: 700;
  font-size: 22px;
  border-radius: 0px !important;
  width:100% !important;
  border: 1px solid #616161 !important;

}
.section-with-bg .reg table th {
  border: 1px solid #616161 !important;
  border-collapse: none !important;
  border-radius: 0px !important;
  text-align: center;
  font-weight: 500;
  font-size: 20px;

}
.section-with-bg .reg table tr {
  background-color: #00b332 !important;
  color:#fff;
  text-align:center;
  border: 1px solid #616161 !important;

}
.section-with-bg .reg table th span {
  font-size: 14px;
  font-weight: 300;
}
.section-with-bg .reg table, td {
   border: 1px solid #616161 !important;
  border-collapse: none !important;
  border-spacing: 0px;
  border-radius: 0px ;
  background: #f0f0f0 !important;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
}

.blog-posts .post-img {
  max-height: 350px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog-posts .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-posts .title a {
  color: #004165;
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: #001a28;
}

.blog-posts .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-posts .meta-top ul li+li {
  padding-left: 20px;
}

.blog-posts .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-posts .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-posts .content {
  margin-top: 20px;
}

.blog-posts .content .read-more {
  text-align: right;
}

.blog-posts .content .read-more a {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 1px 2px;
  transition: 0.3s;
  font-size: 12px;
  border-radius: 4px;
}

.blog-posts .content .read-more a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  height: 100% !important;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.landing-v2-speaker-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/ASCO-Oct-2024_Brochur.jpg);
  background-position: bottom;
  background-size: cover;
}
.landing-v2-speaker-area .shape-01,
.landing-v2-speaker-area .shape-02,
.landing-v2-speaker-area .shape-03,
.landing-v2-speaker-area .shape-04 {
  position: absolute;
  z-index: -1;
}
.landing-v2-speaker-area .shape-01 {
  bottom: 0;
  right: 0px;
}
.landing-v2-speaker-area .shape-02 {
  top: 40%;
  left: 7%;
  -webkit-animation: trangle 1.5s linear infinite;
     -moz-animation: trangle 1.5s linear infinite;
       -o-animation: trangle 1.5s linear infinite;
          animation: trangle 1.5s linear infinite;
}
.landing-v2-speaker-area .shape-03 {
  top: 20%;
  right: 10%;
  -webkit-animation: rotate 1.5s linear infinite;
     -moz-animation: rotate 1.5s linear infinite;
       -o-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
.landing-v2-speaker-area .shape-04 {
  bottom: 10%;
  left: 7%;
}

.landing-v2-speaker-wrapper {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 50px 50px;
}

.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .thumb::before {
  opacity: 0.85;
  visibility: visible;
}
.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .shape-1 img path,
.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .shape-1 svg path {
  fill: #041A57;
}
.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .shape-2,
.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .shape-3 {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.landing-v2-single-speaker:hover .landing-v2-speaker-thumb .social ul li:nth-child(1), .landing-v2-single-speaker:hover .landing-v2-speaker-thumb .social ul li:nth-child(2), .landing-v2-single-speaker:hover .landing-v2-speaker-thumb .social ul li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}
.landing-v2-single-speaker:hover .landing-v2-speaker-title a {
  color: #041A57;
}
.landing-v2-single-speaker:hover .landing-v2-speaker-title span {
  color: #041A57;
}

.landing-v2-speaker-thumb {
  position: relative;
  max-width: 175px;
  max-height: 330px;
  padding: 12px;
  z-index: 1;
  margin: 0 auto;
}
.landing-v2-speaker-thumb .thumb {
  position: relative;
  z-index: 1;
}
.landing-v2-speaker-thumb .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: var(--landing-v2-about-overlay);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-v2-speaker-thumb .thumb img {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.landing-v2-speaker-thumb .shape-1,
.landing-v2-speaker-thumb .shape-2,
.landing-v2-speaker-thumb .shape-3 {
  position: absolute;
  z-index: -1;
}
.landing-v2-speaker-thumb .shape-1 {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.landing-v2-speaker-thumb .shape-1 img,
.landing-v2-speaker-thumb .shape-1 svg {
  max-width: 100%;
  max-height: 100%;
}
.landing-v2-speaker-thumb .shape-1 img path,
.landing-v2-speaker-thumb .shape-1 svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-v2-speaker-thumb .shape-2,
.landing-v2-speaker-thumb .shape-3 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-v2-speaker-thumb .shape-2 {
  top: 40px;
  right: -30px;
  -webkit-transform: translateX(-45px) translateY(20px);
     -moz-transform: translateX(-45px) translateY(20px);
      -ms-transform: translateX(-45px) translateY(20px);
       -o-transform: translateX(-45px) translateY(20px);
          transform: translateX(-45px) translateY(20px);
}
.landing-v2-speaker-thumb .shape-3 {
  bottom: 55px;
  left: -15px;
  -webkit-transform: translateX(30px) translateY(-25px);
     -moz-transform: translateX(30px) translateY(-25px);
      -ms-transform: translateX(30px) translateY(-25px);
       -o-transform: translateX(30px) translateY(-25px);
          transform: translateX(30px) translateY(-25px);
}
.landing-v2-speaker-thumb .social {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.landing-v2-speaker-title {
  margin-top: 20px;
  text-align: center;
  font-family: Raleway, Helvetica, Arial, sans-serif;

}
.landing-v2-speaker-title a {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #041A57;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-v2-speaker-title span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: var(--white-txt);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}

.landing-v2-speaker-title span a{
  display: block;
  font-size: 15px;
  line-height: 1;
  color: var(--white-txt);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 8px;
  color: #048966;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .landing-v2-speaker-wrapper {
    grid-gap: 50px;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 991px) {
  .landing-v2-speaker-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .landing-v2-single-speaker{
    left: 28% !important;
  }
}
@media screen and (max-width: 767px) {
  .landing-v2-speaker-area .shape-01 {
    max-width: 100px;
  }
  .landing-v2-speaker-area .shape-02 {
    top: 5%;
  }
  .landing-v2-speaker-wrapper {
    padding: 0px 20px;
  }
  .landing-v2-speaker-title {
    margin-top: 15px;
  }
  .landing-v2-speaker-title a {
    font-size: 20px;
  }
  .landing-v2-speaker-title span {
    font-size: 14px;
  }
  .landing-v2-speaker-thumb .shape-2 {
    top: 50px;
    right: -15px;
    max-width: 90px;
  }
}
@media screen and (max-width: 575px) {
  .landing-v2-speaker-area .shape-04 {
    display: none;
  }
  .landing-v2-speaker-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
    grid-gap: 30px;
  }
}

 /* The Modal (background) */
            .modal {
                display: none;
                /* Hidden by default */
                position: fixed;
                /* Stay in place */
                z-index: 999999;
                /* Sit on top (higher than other content) */
                left: 0;
                top: 0;
                width: 100%;
                /* Full width */
                height: 100%;
                /* Full height */
                overflow: auto;
                /* Enable scroll if needed */
                background-color: rgba(0, 0, 0, 0.7);
                /* Black w/ opacity */
                justify-content: center;
                /* Center horizontally */
                align-items: center;
                /* Center vertically */
                padding-top: 60px;
                /* Optional: Space from the top */
            }

            /* Modal Content/Box */
            .modal-content {
                background-color: #fefefe;
                margin: auto;
                /* For older browsers/center alignment */
                padding: 30px;
                border: 1px solid #888;
                width: 80%;
                /* Could be more responsive */
                max-width: 800px;
                /* Max width for larger screens */
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                animation-name: animatetop;
                animation-duration: 0.4s;
                border-radius: 8px;
                position: relative;
                /* For positioning the close button */
            }

            .modal-content h2 {
                font-size: 30px;
                margin-bottom: 12px;
            }

            .modal-content .affilation {
                font-size: 15px;
                margin-bottom: 30px;
                text-align: center;
            }

            /* The Close Button */
            .close-button {
                color: #aaa;
                float: right;
                /* Positions to the right */
                font-size: 28px;
                font-weight: bold;
                position: absolute;
                /* Position relative to .modal-content */
                top: 10px;
                right: 20px;
                cursor: pointer;
            }

            .close-button:hover,
            .close-button:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

            /* Add Animation (Optional) */
            @keyframes animatetop {
                from {
                    top: -300px;
                    opacity: 0
                }

                to {
                    top: 0;
                    opacity: 1
                }
            }
            
            
              .bundle-offer {
  background-color: var(--surface-color);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 40px 0px;
  position: relative;
  overflow: hidden;
}

 .bundle-offer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #00b82f;
}

 .bundle-offer h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000316;
  margin-bottom: 15px;
}

 .bundle-offer p {
  color: #000316;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

 .bundle-offer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

 .bundle-offer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--default-color);
}

 .bundle-offer ul li i {
  color: #00b234;
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

 .bundle-offer .bundle-price {
  margin-bottom: 25px;
}

 .bundle-offer .bundle-price .original {
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-decoration: line-through;
  margin-right: 15px;
}

 .bundle-offer .bundle-price .discounted {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-color);
}

 .bundle-offer .btn-bundle {
  display: inline-block;
  background-color: #01062e;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

 .bundle-offer .btn-bundle:hover {
  background-color: #01138b;
  transform: translateY(-3px);
}
 ====================================================================
    Features Section Two
    ====================================================================
    ***/
    .sec-title{
        position:relative;
        margin-bottom:50px;
    }
    .sec-title .title{
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 1em;
        color: #ff8a01;
        font-weight: 500;
        background: rgb(247,0,104);
        background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
        background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
        background: linear-gradient(to left, rgb(0 186 45) 0%, rgb(0 49 147) 25%, rgb(0 186 45) 75%, rgb(0 49 147) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }
    .sec-title h2{
        position: relative;
        display: inline-block;
        font-size: 56px;
        line-height: 1.2em;
        color: #050223;
        font-weight: 700;
        margin-bottom: 40px;
    }
    .sec-title .text{
        position: relative;
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-top: 30px;
    }
    .sec-title.light h2,
    .sec-title.light .title{
    color: #ffffff;
    -webkit-text-fill-color:inherit; 
    }
    .features-section-two{
    position: relative;
    padding: 70px 0 100px;
    background: linear-gradient(-51deg, rgb(0 0 0 / 0%) 0%, rgb(0 186 45 / 41%) 0%, rgb(0 49 147 / 13%) 70%);
    }
    .features-section-two.style-two{
    padding: 120px 0 100px;
    }
    .features-section-two .title-block{
    position: relative;
    margin-bottom: 40px;
    }
    .features-section-two .title-block .inner-box{
    padding: 50px 30px 0;
    background-color:#ffffff00;
    }
    .features-section-two .title-block .sec-title{
    margin-bottom: 0;
    }
    .features-section-two .title-block .sec-title .title{
    margin-bottom: 5px;
    }
    .feature-block-two{
    position: relative;
    margin-bottom: 40px;
    }
    .feature-block-two .inner-box{
    position: relative;
    padding: 40px 30px;
    padding-left: 100px;
    background-color:#ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgba(0,0,0,0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    }
    .feature-block-two .inner-box:hover{
    box-shadow: none;
    }
    .feature-block-two .icon-box{
    position: absolute;
    left: 30px;
    top: 50px;
    display: block;
    margin-bottom: 30px;
    }
    .feature-block-two .icon-box .icon{
    position: relative;
    display: inline-block;
    font-size: 50px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    background: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 186, 45, 1) 0%, rgba(0, 49, 147, 1) 70%);
    transition: all 400ms ease;
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #00ba2e 0%, #003193 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .feature-block-two .inner-box:hover .icon-box .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    }
    .feature-block-two h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #12114a;
    font-weight: 700;
    margin-bottom: 10px;
    }
    .feature-block-two h4 a{
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    .feature-block-two h4 a:hover{
    color: #f14b59;
    }
    .feature-block-two .text{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    cursor: default;
    }
    .feature-block-two .link-box{
    position: relative;
    display: block;
    }
    .feature-block-two .link-box a{
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    }
    /***
    
    /*--------------------------------------------------------------
# Excerpt Section
--------------------------------------------------------------*/
.excerpt {
  padding: 40px 0;
  background-color: var(--background-color);
  overflow: hidden;
}

.excerpt .book-excerpt-wrapper {
  position: relative;
}

.excerpt .book-page-design {
  background-color: var(--surface-color);
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .excerpt .book-page-design {
    padding: 40px 25px;
  }
}

.excerpt .book-page-design:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 186, 45, 1) 0%, rgba(0, 49, 147, 1) 70%);
}

.excerpt .cta-wrapper {
  margin-top: 30px;
}

.excerpt .cta-wrapper .btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #060022;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
    box-shadow: 0 5px 15px rgb(3 2 33 / 85%);
}

.excerpt .cta-wrapper .btn-read-more i {
  transition: transform 0.3s ease;
}

.excerpt .cta-wrapper .btn-read-more:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

.excerpt .cta-wrapper .btn-read-more:hover i {
  transform: translateX(5px);
}

@media (max-width: 992px) {
  .excerpt .section-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .excerpt {
    padding: 60px 0;
  }

}

====================================================================
    Marquee Section CSS
====================================================================***/
.marquee-section {
  position: relative;
  padding: 20px 0 60px;
}
.marquee-section .text {
  position: relative;
  transition: all 300ms ease;
}
.marquee-section .text:hover {
  color: var(--theme-color1);
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.rtl .marquee-container {
  direction: ltr;
}
.marquee-container:hover .marquee {
  animation-play-state: paused;
}
.marquee-container .marquee {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.marquee-container .marquee .text {
  position: relative;
  color: #002452;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 30px;
  /*text-transform: uppercase;*/
}
.marquee-container .marquee .text a{
  position: relative;
  color: #002452;
  /*text-transform: uppercase;*/
}
.marquee-container .marquee .text:hover {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .marquee-container .marquee .text {
    font-size: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .marquee-container .marquee .text {
    font-size: 40px;
    padding: 0 10px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/***

.rs-events-schedule {
         overflow: hidden;
         }
         .rs-events-schedule .events-schedule-tabs {
         width: 100%;
         position: relative;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list {
         max-width: 100%;
         list-style: none;
         font-size: 22px;
         font-weight: 500;
         line-height: 56px;
         text-align: center;
         border-top: 2px solid #d90845;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li {
         line-height: normal;
         display: inline-block;
         width: 20%;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li + li {
         padding-left: 30px;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li span {
         display: block;
         font-size: 13px;
         color: #676767;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a {
         border: 1px solid #ccc;
         font-weight: 600;
         color: #0e1b4d;
         padding: 10px 10px;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a:hover,
         .rs-events-schedule .events-schedule-tabs .eventday-list li a.active {
         border: none;
         font-weight: 600;
         background-color: #0e1b4d;
         color: #fff;
         padding: 10px 10px;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a:hover span,
         .rs-events-schedule .events-schedule-tabs .eventday-list li a.active span {
         color: #ccc;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist {
         display: block;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li {
         display: inline-block;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li a {
         display: block;
        font-size: 20px;
        font-weight: 500;
        color: #676767;
        background: antiquewhite;
        padding: 10px;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li a:hover,
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li a.active {
         color: #000000;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade {
         height: 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade.show {
         height: 100%;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 {
         overflow: hidden;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn {
         float: left;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn .primary-btn {
         width: 120px;
         text-transform: capitalize;
         border-bottom: 0;
         padding: 4px 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons {
         float: right;
         padding-top: 1px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons .share-title {
         margin-right: 15px;
         font-weight: 500;
         display: inline-block;
         padding-top: 3px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link {
         float: right;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li {
         float: left;
         list-style: none;
         padding: 2px 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li:first-child a {
         margin-left: 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li a {
         font-size: 12px;
         font-weight: 500;
         color: #676767;
         padding: 7px 8px;
         border: 1px solid #ddd;
         border-radius: 4px;
         margin-left: 14px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li a:hover {
         background: #d90845;
         color: #fff;
         border: 1px solid #d90845;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info .meta-date {
         display: block;
         margin: 0 0 5px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info h3 {
         margin: 0 0 6px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .event-shedule-info p {
         margin: 0 0 20px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes > .eventday-sublist {
         text-align: center;
         }
         .rs-events-schedule .events-schedule-contents .events-subinner {
         background: #fafafa;
         }
         .rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items {
         border-radius: 6px;
         }
         .rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items + .events-items {
         margin-top: 30px;
         }
         .rs-events-schedule .events-schedule-contents .event-author img {
         width: 100px;
         height: auto;
         border-radius: 50%;
         border: 5px solid #d90845;
         }
         .rs-events-schedule .events-schedule-contents .event-author span {
         display: block;
         }
         .rs-events-schedule .events-schedule-contents .event-author span.author-cty {
         color: #d90845;
         margin: 15px 0 0;
         }
         .rs-events-schedule .events-schedule-contents .event-author h4 {
         margin: 3px 0;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list {
         border-top: 0;
         margin-bottom: 30px;
         justify-content: center;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a {
         margin: 0;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.show,
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a:hover {
         padding: 13px 45px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.show span,
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a:hover span {
         color: #ccc;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active {
         position: relative;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active span {
         color: #ccc;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:hover {
         position: relative;
         padding: 13px 45px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:hover span {
         color: #ccc;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-tabs .eventday-list li a.active:before {
         content: "";
         border: solid #0e1b4d;
         border-width: 0 3px 3px 0;
         display: inline-block;
         padding: 8px;
         transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
         position: absolute;
         bottom: -10px;
         left: 47%;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items {
         padding: 0 30px;
         margin: 0 5px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items:first-child {
         padding-top: 30px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items:last-child {
         padding-bottom: 30px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-4 {
         padding-right: 0;
         padding-left: 0;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8 {
         padding-left: 30px;
         background: #fff;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .event-shedule-info {
         padding-top: 20px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .event-author {
         border: 1px solid #e1e1e1;
         padding: 25px 0;
         border-radius: 5px 0 0 5px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-subinner {
         padding: 50px 25px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-subinner .events-items {
         background: #fff;
         padding: 30px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs {
         padding: 0 0 0 80px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
         top: 0;
         left: 40px;
         max-width: 100%;
         list-style: none;
         position: absolute;
         text-transform: uppercase;
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg);
         -webkit-transform-origin: 20px 20px;
         -moz-transform-origin: 20px 20px;
         -ms-transform-origin: 20px 20px;
         -o-transform-origin: 20px 20px;
         transform-origin: 20px 20px;
         z-index: 1;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li {
         width: 200px;
         text-align: center;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a {
         padding: 13px 0;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list .active span {
         color: #ccc;
         }
         .rs-events-schedule.drak-color .event-author span {
         color: #ccc;
         }
         .rs-events-schedule.drak-color.rs-events-schedule1 .eventday-list li a {
         border-color: #d90845;
         }
         .rs-events-schedule.drak-color.rs-events-schedule1 .event-author h4 {
         color: #fff;
         }
         .rs-events-schedule.drak-color .events-schedule-contents .events-subinner {
         background: #000929;
         }
         .gray-color {
         background-color: #0e1b4d;
         }
         /* Layout: Large Devices. */
         @media only screen and (max-width: 1300px) {
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
         left: 50px;
         }
         }
         /* Layout: Large Devices. */
         @media only screen and (min-width: 1200px) and (max-width: 1300px) {
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs {
         padding: 0 0 0 90px;
         }
         }
         /* Tablet Layout: 991px. */
         @media only screen and (min-width: 992px) and (max-width: 1199px) {
         .rs-events-schedule2 .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn,
         .rs-events-schedule2 .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons {
         float: none;
         }
         .rs-events-schedule2 .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons {
         padding-top: 10px;
         }
         }
         /* Tablet Layout: 1199px. */
         @media only screen and (max-width: 1199px) {
         .rs-events-schedule .events-schedule-tabs .eventday-list li{
         width: 25% !important;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a {
         padding: 12px 30px;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list {
         font-size: 24px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
         position: static;
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
         -webkit-transform-origin: 0;
         -moz-transform-origin: 0;
         -ms-transform-origin: 0;
         -o-transform-origin: 0;
         transform-origin: 0;
         margin-bottom: 20px;
         }
         .rs-events-schedule.rs-events-schedule2 .events-schedule-tabs {
         padding: 0;
         }
         .rs-events-schedule.rs-events-schedule2 .events-subinner {
         padding: 30px;
         }
         }
         /* Medium Layout: 991px. */
         @media only screen and (max-width: 991px) {
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8{
         background: transparent;
         }
         .rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8 .event-shedule-info{
         background: #fff;
         padding: 15px;
         }
         .rs-events-schedule2 .events-items .event-shedule-info{
         border-top: 1px solid #f0f0f0;
         padding-top: 20px;
         margin-top: 20px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items{
         margin-left: 0;
         margin-right: 0;
         }
         .drak-color.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8,
         .menu-area{
         background: transparent !important;
         }
         .rs-events-schedule1.drak-color .events-schedule-contents .events-items .event-shedule-info{
         background: #fff;
         padding: 15px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .event-author {
         border-radius: 0;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a{
         padding: 9px !important;
         font-size: 20px !important;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-4 {
         padding: 0 15px;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8 {
         padding-left: 15px;
         }
         }
         /* Mobile Layout: 767px. */
         @media only screen and (max-width: 767px) {
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link{
         text-align: left;
         margin-top: 8px;
         float: none;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li{
         display: block;
         width: 100% !important;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li + li{
         margin-top: 30px;
         padding-left: 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn,
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .social-shareicons{
         float: none;
         padding-bottom: 7px;
         }
         .our-event-sponsors2 .sponsor-tabs-list ul li a {
         width: 130px;
         margin: 0 8px;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .event-btn{
         padding-bottom: 10px;
         }
         }
         /* Small Device : 590px. */
         @media only screen and (max-width: 575px) {
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items .col-lg-8{
         background: #fafafa;
         }
         .rs-events-schedule2 .events-schedule-contents .events-subinner {
         background: #fff;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-list li a{
         margin-top: 0;
         }
         .rs-events-schedule.rs-events-schedule2 .events-subinner {
         padding: 0;
         }
         .rs-events-schedule.rs-events-schedule2 .events-subinner .events-items{
         padding: 30px 0 0;
         }
         .rs-events-schedule2.drak-color .events-items .event-shedule-info{
         padding-left: 15px;
         padding-right: 15px;
         padding-bottom: 24px;
         }
         .rs-testimonial .testi-filter li + li{
         margin-top: 30px;
         }
         .rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items{
         border-radius: 0;
         }
         }
         /* Small Device : 480px. */
         @media only screen and (max-width: 480px) {
         .rs-events-schedule .events-schedule-tabs .eventday-list li a{
         font-size: 18px !important;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist {
         display: block;
         padding: 10px 0;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li {
         display: block;
         }
         .rs-events-schedule .events-schedule-tabs .eventday-sublist li a{
         padding: 0;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items {
         padding: 0;
         }
         .rs-events-schedule1.drak-color .events-schedule-contents .events-items:first-child{
         padding-top: 0;
         }
         .rs-events-schedule1.drak-color .events-schedule-contents .events-subinner .events-shedule-subdes .events-items{
         margin-top: 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link {
         float: none;
         overflow: hidden;
         padding-bottom: 2px;
         padding-top: 10px;
         }
         .rs-events-schedule1{
         background-color: #fafafa;
         }
         .rs-events-schedule.rs-events-schedule1 .events-schedule-contents .events-items:last-child {
         padding-bottom: 0;
         }
         .rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .share-section2 .share-link li a{
         padding: 7px;
         }
         }


.client-section-two {
  position: relative;
  padding: 80px 0;
}
.client-section-two .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .client-section-two .client-block-two.empty {
    display: none;
  }
}

.client-block-two .inner-box {
  position: relative;
}
.client-block-two .inner-box .image {
  padding:20px;
  position: relative;
  margin-bottom: 0;
  border: 1px solid #002452;
  border-radius:30px;
  height: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color-light);
}
.client-block-two .inner-box .image:hover img:first-child {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  filter: blur(0);
}
.client-block-two .inner-box .image:hover img:nth-child(2) {
  transform: translateY(-50%) scaleY(2);
  opacity: 0;
  filter: blur(10px);
}
.client-block-two .inner-box .image img {
  position: relative;
  width: auto !important;
  display: inline-block !important;
  transition: all 500ms ease;
}
.client-block-two .inner-box .image img:first-child {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  transform: translateY(50%) scaleY(2);
  opacity: 0;
  filter: blur(10px);
  
}
    .client-block-two h3, .sponsors-category{
        color:#007185;
        text-align:center;
        position:relative;
    }
    .client-block-two h3::before, .sponsors-category::before {
    transform: translate(-50%, -50%);
    content: "";
    width: 20%;
    position: absolute;
    height: 2px;
    top: 100%;
    left: 50%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 186, 45, 1) 0%, rgba(0, 49, 147, 1) 70%);
    }
    
    @media (min-width: 992px) {
        .col-lg-3 {
            flex: 0 0 auto !important;
            width: 20% !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .col-md-4 {
            flex: 0 0 auto !important;
            width: 30% !important;
        }
    }

    