/**
* 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;
}
.bg-gry{
    background: #f2f7fb;
    
}
/*--------------------------------------------------------------
# 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: "Raleway", 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%);
    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;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
    color: rgba(255, 255, 255, 0.8);
    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: #008764;
}

@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: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 18px;
  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: #199EB8;
}

.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: #008764;
  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: #199EB8;
}

.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: #199EB8;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-img-3.webp) top center no-repeat;
  background-size: cover;
  padding: 0;
}

.hero h1 {
    font-size: 86px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-linear-gradient(-34deg, #ffffff 5%, #ffffff 53%, #ffffff 91%);
    -webkit-background-clip: text;
    color: #ffffff00;
}
.hero h2{
    color: #ffffff;
    margin: 15px 0;
    font-size: 41px;
    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;
}
@media (min-width: 1400px) {

.hero .hero-img {
  text-align: right;
}
.hero .hero-img img{
  -webkit-animation: a-seven 10s infinite linear;
  animation: a-seven 10s infinite linear;
  padding-right: 100px;
}
.lg-logo{
    width: 83%;
}


}
@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 {
  padding: 20px 0;
  background-image: linear-gradient(#010131, #001281), radial-gradient(circle at top left, #00f088, #104da6, #32137b, #050222) !important;
  min-height: 40px;
}
.breadcrumbs a{
    color: #fff;
}

.breadcrumbs ol>li{
    color: #fff;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@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 {
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 14px rgb(102 102 102 / 45%);
    background: #fff;
}

.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;
}

.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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#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: "Raleway", Helvetica, Arial, sans-serif;
  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: 1200px) {

  .about .icon-box p {
      font-size: 13px;
    }
}

@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
}

.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: 1;
    z-index: -1;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}



.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: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 35px
}

.popup .popup-wrapper .lhs-img-wrap .popup-banner-content h2 span {
	font-family: "Raleway", Helvetica, Arial, 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: "Raleway", Helvetica, Arial, sans-serif;
	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: "Raleway", Helvetica, Arial, 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{
	text-align: justify;
}
.about-right img {
	position: absolute;
	top: -55px;
	right: 0;
	z-index: -1;
	width: 500px;
	-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;
  }
}

.services-area {
    background-image: url(../img/ASCO-Oct-2024_Brochur-3.jpg);
    background-position: bottom;
    background-size: cover;
}

.speaker-wrap-layout3 {
    background-image: url(../img/ASCO-Oct-2024_Brochur.jpg);
    background-position: bottom;
    background-size: cover;
}
.speaker-wrap-layout3 .register-content {
  color: #041A57;
  font-size: 18px;
  font-family: "Raleway", Helvetica, Arial, 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;
  min-height: 417px;
}

.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%;
  /*filter: grayscale(100%);*/
  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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.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;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.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: 160px;
    height: 132px;
    border: 1px solid rgba(248, 248, 248, 0.4);
    border-radius: 10px;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #E4E4E4;
    font-family: var(--bodyFontFamily);
}
.upcoming-list .live-auctions-countdown li:last-child {
  margin-right: 0;
}
.upcoming-list .live-auctions-countdown li span {
  color: var(--whiteColor);
  font-size: 50px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.upcoming-list .live-auctions-countdown .bgs-border-10 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    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: "Raleway", Helvetica, Arial, sans-serif;
  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;
}
@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: 140px;
    height: 125px;
  }
  .upcoming-list .live-auctions-countdown li span {
    font-size: 40px;
  }
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 50px 0 50px 0;
  background: #f4f4f4;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 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: #6e6e6e;
  content: "/";
}


/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.clients table{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    border-radius: 0px;
    border-image: none !important;
    width: 75% !important;
    background: #f5f5f5;
    -webkit-box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.63);
    -moz-box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.63);
    box-shadow: 5px 7px 12px -7px rgba(0,0,0,0.63);
    /* box-shadow: 0px 2px 2px 28px rgb(102 102 102 / 45%); */
    margin-bottom: 10px;

}
.clients table th {
  border: none;
  border-collapse: separate !important;
  border-spacing: 30px;
  border-radius: 13px;
  text-align: center;
  color: #002452;

}
.clients table th span {
  font-size: 14px;
  font-weight: 800;
}
.clients table, td {
  border: 2px solid;
  border-collapse: separate !important;
  border-spacing: 30px;
}
.clients table td {
    padding: 15px;
    border-collapse: separate !important;
    border-spacing: 30px !important;
    border: double 2px transparent !important;
    border-radius: 15px !important;
    background-image: linear-gradient(#010131, #001281), radial-gradient(circle at top left, #00f088, #104da6, #32137b,#050222) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    color: #ffffff;
} 
@media only screen and (max-width:767px){
	.clients table, td {

    border-collapse: separate !important;
    border-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.clients table td {
    padding: 9px;
    font-size: 11px;

}
.clients table th {
    font-size: 10px;
}
.clients table th span {
    font-size: 10px;
}

}
@media only screen and (max-width:991px){
	.clients table, td {

    border-collapse: separate !important;
    border-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#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: #00b332;
  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{

    display: inline-block;
    color: transparent;
    font-weight: 700;
    font-size: 45px !important;
    line-height: 32px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: linear-gradient(to right, #00b92e, #003193);
    -webkit-text-stroke: 1px #00b92d;   

}
.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: "Raleway", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  position: relative;
}
.imgthemes{
  margin:8px  auto !important;
  /*background-image: linear-gradient(to right, #00b92d, #00b233, #009c42, #003193, #003193);*/
  padding: 4px;
  border-top-left-radius: 40px;
  border-bottom-right-radius:40px;
}

.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-size: contain;background-repeat: no-repeat;
   padding: 60px 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);
}
/*----------------------------------------*/

.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 img:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-thumb-wrap {
    margin: 0;
    margin-top: 80px;
  }
}

.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;
}

@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;
  }
}



/*--------------------------------------------------------------
# Program Table
--------------------------------------------------------------*/
.section-with-bg 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: 16px;
}
/*--------------------------------------------------------------
# About Gha
--------------------------------------------------------------*/


.bg-gray {
    background-color: #f5fbff;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-t80 {
    padding-top: 80px;
}
.what-we-do-section2{
	position: relative;
}
.what-we-do-section2 .what-we-do-content {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
    z-index: 1;

}

@media only screen and (max-width:767px){
	.what-we-do-section2 .hilite-large-title{display:none;}
}
.what-we-do-section{
	position: relative;
	top: -60px;
	padding-top: 140px;
}

.what-we-do-section .hilite-large-title{position: absolute;right: -2px;bottom: -20px;z-index: 1;}
.what-we-do-section .hilite-large-title span {
	font-size: 120px;
	line-height: 100px;
	color:#fff;
	opacity: 1;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -2px;
}

.what-we-do-content{
	position: relative;
	bottom: -130px;
	margin-top: -130px;
	z-index:3;
}

.whatWedo-media-section{
	position:relative;
	margin-left:30px;
	margin-right: 0px;
}

.whatWedo-media-section img{
	width:100%;
}


.whatWedo-media-content{
	position: absolute;
    bottom: 60px;
    left: -30px;
    right: 82px;
}

@media only screen and (max-width:1199px){
	.what-we-do-content {
		position: relative;
		bottom: 0px;
		margin-top: 0px;
		z-index: 3;
		margin-bottom: 30px;
	}
	.what-we-do-section .whatWedo-info-section .wt-icon-card {
		margin-right: 0px;
	}
	
	.what-we-do-section{
		top: -60px;
		padding-top: 80px;
	}

}
@media only screen and  (max-width:991px){
.what-we-do-section {
    position: relative;
    top: 0px;
    padding-top: 80px;
}

.what-we-do-content  .whatWedo-info-section {
    margin-left: 0px;
    margin-top: 30px;
}
.what-we-do-section2 .hilite-large-title span{
    display: none;
}
}
@media only screen and (max-width:767px){
.whatWedo-media-content {
    right: 30px;
}
.what-we-do-section .hilite-large-title{display:none;}

}

@media only screen and (max-width:400px){
.whatWedo-media-section {
    margin-left: 0px;
}

.whatWedo-media-content {
	position: relative;	right: auto;	top: auto;	left: auto;	bottom: auto;
}
.whatWedo-media-content:before{display:none;}
.whatWedo-media-content:after{display:none;}
}

.whatWedo-media-inner{
	position:relative;
	z-index:1;
	padding:20px 30px;
	background: rgb(252,93,22); /* Old browsers */
	background: -moz-linear-gradientlinear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(3 31 88) 0%, rgba(0,49,147,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(3 31 88) 0%, rgba(0,49,147,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5d16', endColorstr='#02173c',GradientType=1 ); /* IE6-9 */
}

.whatWedo-media-content h3 {
    margin-bottom: 2px;
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 800;
}
.whatWedo-media-content p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.whatWedo-media-content:before{
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: 15px;
	left: 15px;
	content: '';
	background-color:#f1f1f1;
	z-index: 0;
}

.whatWedo-media-content:after{
	position: absolute;
	left: 0px;
	bottom: -60px;
	content: '';
	z-index: 0;
	width: 0;
	height: 0;
	border-top: 60px solid #0e67c7;
	border-left: 30px solid transparent;
}

.whatWedo-info-section{margin-left:30px;}

.wt-icon-card-outer{padding-top:15px;}

.wt-icon-card{padding:20px;}
.wt-icon-card .wt-card-header{padding-bottom:10px;}
.wt-icon-card .wt-card-header i{font-size:48px;padding-right:10px; line-height: 48px;display: inline-block;}
.wt-icon-card .wt-card-header span{font-size:30px; }
.wt-icon-card .wt-card-content p{margin-bottom:0px;}

.whatWedo-info-section .wt-icon-card{margin-right: 130px; margin-bottom:30px}
.whatWedo-info-section .wt-icon-card:last-child{margin-bottom:0px}

@media only screen and (max-width:1199px){
	.what-we-do-section2 .whatWedo-info-section .wt-icon-card{margin-right: 0px;}	
}

@media only screen and (max-width:991px){
	.what-we-do-section2 .whatWedo-info-section{margin-left:0px;}	
}

.what-we-do-section2{
	position: relative;

}
.what-we-do-section2 .hilite-large-title{position: absolute;right: -2px;bottom: -20px;z-index: 1;}
.what-we-do-section2 .hilite-large-title span {
	font-size: 60px;
    line-height: 100px;
    color: #dfdfdf;
    opacity: 0.8;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: -2px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.what-we-do-section2 .what-we-do-content {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
    z-index: 1;

}
/*@media only screen and (max-width:1600px){*/
/*      .hero h1 {*/
/*    font-size: 80px;*/
/*    font-weight: 600;*/
/*    }*/
/*}*/
@media only screen and (max-width:1400px){
	.what-we-do-section2 .hilite-large-title span {
	font-size: 35px;

    }
      .hero h1 {
    font-size: 50px;
    font-weight: 600;
    }
  .hero h2 {
    color: #ffffff;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 600;
}
    .hero hr {
      width: 100%;
      height: 6px;
    }
}

@media only screen and (max-width:767px){
	.what-we-do-section2 .hilite-large-title{display:none;}
}
.site-text-primary{
    color: #007185;

}

.whatWedo-info-section {
    margin-left: 30px;
}
.left.wt-small-separator-outer {
    text-align: left;
    font-size: 16px;
}
.left.wt-small-separator-outer p {
    color: #333;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    line-height: 1.55;
}
.left.wt-small-separator-outer h3 {
    color: #008764;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;

}

.left.wt-small-separator-outer h4 {
    color: #002452;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.wt-small-separator {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;

}

.left .wt-small-separator div.sep-leaf-left {
    position: relative;
}

.wt-small-separator div {
    display: inline-block;
}
.left .wt-small-separator div.sep-leaf-right {
    position: relative;
    margin-left: 50px;
}
.left .wt-small-separator div.sep-leaf-right:before {
    right: 0px;
    position: absolute;
    content: '';
    background-color: #007185;
    width: 40px;
    height: 3px;
    bottom: 0px
}

.left.wt-small-separator-outer .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: "Raleway", Helvetica, Arial, sans-serif;
  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;
}

.left.wt-small-separator-outer .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.left.wt-small-separator-outer .read-more:hover {
  padding-right: 19px;
}

.left.wt-small-separator-outer .read-more:hover i {
  margin-left: 10px;
}

.ts-intro {
  padding: 80px 0 60px; }

.intro-line {
  background-repeat: no-repeat;
  background-position: center; }

.single-intro-text {
  padding: 40px 45px 40px 40px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 20px;

}
  .single-intro-text i {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 55px;
    color: #bababa; }
  .single-intro-text p {
    margin-bottom: 0; }
  .single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: linear-gradient(90deg, rgb(0 135 100) 0%, rgb(0 135 100) 0%, rgb(0 36 82) 70%);
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
    }
    .ts-title{
        font-size: 19px;
    }
    
.clints-brand {
    border: 1px solid #eee;
    float: left;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.clints-brand figure img {
    width: 100%
}

.clints-brand>figure {
    background-size: contain;
    display: inline-block;
    text-align: center;
 
}
