

  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/


  @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  @import url(font-awesome.min.css);


  body {
    font-family: "Poppins", sans-serif;
    color: #332e64;
  }

  a {
    color: #3fbbc0;
  }

  a:hover {
    color: #65c9cd;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  }

  .btn-primary {
      color: #fff;
      background-color: #13132b;
      border-color: #ff5c5c;
  }

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

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

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

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

  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }

  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #ed3136;
    color: #fff;
    transition: all 0.4s;
  }

  .back-to-top i:hover {
    background: #ffffff;
    color: #ff5c5c;
  }

  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
      background: transparent;
      color: #ffffff!important;
      /* height: 40px; */
      line-height: 30px;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.5s;
  }
  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;

      border-top: 2px solid red;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 20px;
  }
  a.slider_btn {
      border: 1px solid #fff;
      padding: 10px;
          background-color: #13132b;
      color: #fff;
  }
  section.seo_sec.equal-top_bottom_spacing.position-relative.clients_section.py-5 {
      background: #28649880;
      top:60px;
  }
  .item{
    background-color: #fff;
        min-height: 451px;
  }
  #topbar.topbar-scrolled {
    top: -60px;
  }

  #topbar i {
    padding-right: 6px;
  }

  .call-links ul {
      margin: 0;
      padding: 0;
  }

  .call-links ul li {display: inline-block;
      color: #599f39;
      padding: 0 15px;
      float: right;
      background: #286397;}

  .call-links li:last-child {
      padding-right: 0;
  }

  .call-links ul li i {color: #ffffff;font-size: 18px;}

  .call-links ul li a {
      color: #ffffff;
      text-decoration: none;
      color: #fff !important;
  }
  .call-links ul li a:hover {    color: #28272a;}

  .social-links a {padding: 0 10px;color: #ffffff;display: inline-block;}

  .social-links a:hover {color: #28272a;}
    
    
  

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
      /* background: #fff; */
      background: #fff;
      transition: all 0.5s;
      z-index: 997;
      padding: 12px 0;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); 
  }

  .abt-bg {
      background: #F7F7F7;
      padding: 0px 50px;
  }
  @media (max-width: 992px) {
    #header {
      padding: 15px 0;
    }
  }

  #header.header-scrolled {
    top: 0;background: #ffff;
  }

  #header.header-scrolled .mobile-nav-toggle {top: 20px ;}

  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

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

  #header .logo img {
    max-height: 100px;
    padding-left: 203px;
  }
.nav-menu{
padding-right: 50px;
}
  @media (max-width: 992px) {
    #header {
      top: 0px;
    }
    #header .logo {
      font-size: 28px;
    }
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-menu > ul {
    display: flex;
  }

  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0px 10px 13px;
  }

  .nav-menu a {
      display: block;
      position: relative;
      color: #686868;
      transition: 0.3s;
      font-size: 16px;
      line-height: 14px;
    text-transform: uppercase;
      font-weight: 600;
      font-family: sans-serif;
  }
  #header .nav-menu a:hover, .nav-menu li:hover > a {
    color: #a70e13;
  }


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

  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }

  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
text-transform: capitalize!important;
    color: #000000;
    list-style: none;
      appearance: none; /* Removes OS-specific styling */
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: callibari,Sans-Serif;
  }

  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #dd4952;
  }

  .nav-menu .drop-down > a:after {
    content: '▼';
    font-family: IcoFont;
    padding-left: 5px;
    font-size: 12px;
  }

  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: auto;
    right: 100%;
  }

  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: '▼';
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }

  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      right: 100%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      right: 100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
     content: '▼';
    }
  }

  /* Appointment Button */
  .appointment-btn {
    margin-left: 25px;
    background: #3fbbc0;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }

  .appointment-btn:hover {
    background: #65c9cd;
    color: #fff;
  }

  @media (max-width: 768px) {
    .appointment-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
  }
.abt-bg {
      background: #F7F7F7;
      padding: 0px 50px;
  }
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  .mobile-nav-toggle i {
    color: #ffffff;
  }

  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #09445a;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }

  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }

  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #3fbbc0;
    text-decoration: none;
  }

  .mobile-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }

  .mobile-nav .active.drop-down > a:after {
    content: "\f106";
  }

  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }

  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }

  .mobile-nav .drop-down li {
    padding-left: 20px;
  }

  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(60, 60, 60, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.8);
    overflow: hidden;
    position: relative;
  }

  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #hero .container {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top: 4px solid #3fbbc0;
  }

  @media (max-width: 1200px) {
    #hero .container {
      margin-left: 50px;
      margin-right: 50px;
    }
  }

  #hero h2 {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
  }

  #hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #555555;
  }

  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }

  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
  }

  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-left,
  #hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
  }

  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-left,
  #hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
    top: 112px;
  }

  @media (max-width: 992px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
      top: 66px;
    }
  }

  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(63, 187, 192, 0.4);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
  }

  #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(63, 187, 192, 0.6);
    color: rgba(255, 255, 255, 0.8);
  }

  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: 0.3s;
  }

  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #3fbbc0;
  }

  #hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #3fbbc0;
  }

  #hero .btn-get-started:hover {
    background: #65c9cd;
  }

  @media (max-width: 992px) {
    #hero {
      height: 100vh;
    }
    #hero .container {
      margin-top: 100px;
    }
  }

  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
    .inner-products .sidebar-link {display: none;
  }
  }

  @media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }

  @media (max-height: 500px) {
    #hero {
      height: 160vh;
    }
  }

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

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

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; color: #28272a;
  }

  .section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ff5c5c;
    bottom: 0;
    left: calc(50% - 25px);
  }

  .section-title p {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {background-color:transparent;
    padding: 20px 0;
    min-height: 40px;
    margin-top: 120px;
  }

  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 70px;
    }
  }

  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;color: #fff;text-transform: uppercase;
  }

  @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;color: #fff;
    font-size: 16px;
  }
  .breadcrumbs ol li a {color: #ff5c5c;}
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }

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

  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
    .abt-bg {
      background: #F7F7F7;
      padding: 0px 50px;
  }
  }

  /*--------------------------------------------------------------
  # Featured Services
  --------------------------------------------------------------*/
  .featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }

  .featured-services .icon-box::before {
    content: '';
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }

  .featured-services .icon-box:hover::before {
    background: #3fbbc0;
    top: 0;
    border-radius: 0px;
  }

  .featured-services .icon {
    margin-bottom: 15px;
  }

  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #3fbbc0;
    transition: all 0.3s ease-in-out;
  }

  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .featured-services .title a {
    color: #111;
  }

  .featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
  }

  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
    background: #3fbbc0;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
  }

  .cta h3 {
    font-size: 28px;
    font-weight: 700;
  }

  .cta .cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }

  .cta .cta-btn:hover {
    background: #fff;
    color: #3fbbc0;
  }

  /* --new inner banner--*/

  .inner-banner {
      position: relative;
      background-position: center top;
      background-image: url(images/backgrounds/inner-banner-bg-1-1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: unset;
  }

  .inner-banner .container {
      /*padding-top: 260px;
      padding-bottom: 213px;*/
      padding-top: 220px;
      padding-bottom: 110px;
      position: relative;
      text-align: center;
  }

  .inner-banner__title {
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: bold;text-shadow: 2px 0px 7px #000000;
  }

  .thm-breadcrumb {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px;
  }

  .list-unstyled {
      padding-left: 0;
      list-style: none;
  }

  .thm-breadcrumb li {
      color: #fff;
  }

  .thm-breadcrumb li + li {
      font-size: 16px;
  }

  .thm-breadcrumb li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .thm-breadcrumb li a {
      font-size: 16px;
      color: #fff;
  }

  .thm-breadcrumb li+li:before {
      /*content: '\f105'!important;*/
      font-family: 'Font Awesome'!important;
      font-size: 16px!important;
      color: #fff!important;
      margin-left: 10px;
      margin-right: 10px;
  }





  /*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/

  .about {background-color: #ffffff; padding: 60px 0; 
    background-image: url(../img/main-about-bg.jpg);
      background-size: cover;}

      .signature {
      align-items: flex-start;
      display: flex;
      justify-content: center;
      }

  .signature p {margin-bottom:5px;color: #003366;}

    .signature .signature-image {
      border-radius: 50%;
      margin-right: 25px;
      max-width: 78px;
      overflow: hidden;
  }

  .signature .signature-content {
      display: flex;
      flex-direction: column;
  }

  .signature .signature-content span {
      color: #28272a;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 15px;
      margin-top: 0px;
      padding-bottom: 25px;
      position: relative;font-size: 16px;
      
  }

  .signature .signature-content span:before {
      background: #dd4454;
      bottom: 0;
      content: "";
      height: 2px;
      position: absolute;
      right: 64px;
      width: 45px;
  }

  .btn {
      border-radius: 5em;
      border-width: 2px;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 4px;
      min-width: 130px;
      padding: 10px 18px;
      text-align: center;
      text-transform: capitalize;
  }

  .btn-gradient {
      background-image: linear-gradient(to right, #286498 0%, #3d9095 50%, #2f699b 100%);
      background-size: 200% auto;
      transition: 0.5s;
      color: #fff;
  }

  .btn-gradient:hover {
    background-position: right center;
    color: #fff;
  }

  .btn.big-btn {
      border-radius: 5em;
      font-weight: 500;
      min-width: 100px;
      padding: 10px 10px;
      margin-bottom: 20px;
  }

  .about .content img {margin-bottom: 35px;}

  .about .section-title {
    text-align: left;
    padding-bottom: 30px;
  }

  .about h2 {color: #28272a;font-size: 36px;font-weight: 600;}

  .about .content h3 {
    font-weight: 600; line-height: 24px;margin-bottom: 30px;
    font-size: 16px; color: #28272a;font-family: 'Poppins', sans-serif;
  }

  .about .content ul {
    list-style: none;
    padding: 0;
  }

  .about .content ul li {
    padding-bottom: 8px;font-size: 15px;
  }

  .about .content ul i {
    font-size: 16px;
    padding-right: 4px;
    color: #ff5c5c;
  }
  .about p {
    font-size: 18px;font-family: 'Poppins', sans-serif;color: #999999; font-weight: 600;
  }

  .about .content p {
    font-size: 16px;font-family: 'Poppins', sans-serif;color: #999999;font-weight: 400;
  }

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


  .inner-page img {margin-bottom: 40px;}

  .inner-page h3 {font-weight: 600;font-size: 24px;color: #393939;}

  .inner-page p {font-size: 18px;color: #000000;font-weight: 400;}

  .inner-page ul {list-style: none;
      padding: 0;} 

  .inner-page a {color: #000;}  

  .inner-page ul li {font-size: 18px;color: #000000;padding-bottom: 0px;display: flex;line-height: 30px;} 

  .inner-page ul i {
      font-size: 16px;
      padding-right: 10px;
      color: #ed3136;padding-top: 7px;
  }

  .about-img h4 {font-weight: 600;font-size: 22px;color: #393939;}

  .about-img {text-align: center;
      background: #f5f5f5;
      padding: 30px;
      margin-bottom: 30px;
      min-height: 355px;
      background-position: top;
      transition: all .5s;
      color: #FFF;border:1px solid #f2f2f2;}

  .about-img:hover {border:1px solid #f2f2f2; box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.1), 3px 3px 20px -3px rgba(0, 0, 0, 0.1), -3px 3px 20px -3px rgba(0, 0, 0, 0.1);}   

  .about-img img {margin-bottom: 20px;}



  .shadow {box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.1), 3px 3px 20px -3px rgba(0, 0, 0, 0.1), -3px 3px 20px -3px rgba(0, 0, 0, 0.1);}

  /*--inner products--*/

  .inner-products {padding: 60px 0;}

  .inner-products .table {margin-bottom: 30px;}

  .table-bordered td, .table-bordered th {
      border: 0px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;
  }

  .table-primary, .table-primary>td, .table-primary>th {
      background-color: transparent;
  }

  .grey-sector {padding: 10px 15px;background-color: #f7f7f7;}

  .inner-products .content h3 {
    font-weight: 600;
    font-size: 24px;margin-bottom: 0px
  }

  .inner-products .content h5 {
    font-weight: 600;
    font-size: 20px;margin-bottom: 0px;
    /*margin-bottom: 30px;*/

  }

  .inner-products .content p {
    font-size: 18px;
  }

  .inner-products .content img {
    margin-bottom: 35px;
  }



  .inner-products .content ol li {font-size: 18px;margin-bottom: 15px;}

  .inner-products .sidebar-link {border: 1px solid #dedede;margin-bottom: 35px;padding: 0px 0px;overflow: hidden;}

  .inner-products .widget-title {margin-bottom: 0;font-weight: 600;background-color: #1a191d; text-transform: capitalize;font-size: 20px;color: #fff; padding: 20px 25px;}

  .inner-products .sidebar-link ul.menu1 {
      list-style: none; padding: 0;
      margin: 0;
  }

  .inner-products .sidebar-link ul li {
      list-style-position: inside;
  }

  .sidebar-link ul li a {
      font-size: 17px;
      text-transform: capitalize;
      color: #1a191d;
      display: block;
      padding: 20px 20px;
      border-bottom: 1px solid #dedede;
      background-color: #fff;
      position: relative;
  }

  .sidebar-link ul li.current-menu-item>a, .sidebar-link ul li>a:hover {color: #fff;background-color: #ff5c5c;}



  .service-box.service-3:hover {
      border: 0;
      /*transform: scale(1.05);*/
      z-index: 1;
      box-shadow: 0 3px 13px #da241c;
      /*width: 330px;*/
      /*min-height: 359px;*/
  }

  .service-box.service-3:hover .service-box.service-3 h4 {color: #ff5c5c;}

  .service-box.service-3 h4 {
      font-weight: 600; font-size: 24px;line-height: 1.2;color: #222222;
    
  }

  .service-box {
      border: 2px solid transparent;
      padding: 30px;
      transition: .3s;
  }

  .service-box.service-3 img {
      margin-bottom: 18px;
      width: 100%;
  }

  .sidebar-toggle {
    margin-left: -240px;
  }

  .sidebarLink {margin: 30px 0;border: 1px solid #dedede;padding: 10px;}

  .sidebarLink a {font-size: 18px; color: #000;}

  .sidebar {
    width: 350px;
    /*height: 100%;*/
    background: #ffffff;/*border: 1px solid #dedede;*/
    position:relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
  .sidebar #leftside-navigation ul,
  .sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
  }
  .sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /*.sidebar #leftside-navigation ul li.active > a {
    color: #fff;
      background-color: #cd0001;
  }*/

  .sidebar #leftside-navigation ul li.active > a {
    color: #cd0001;
    
  }

  .sidebar #leftside-navigation ul ul li.active > a {
    color: #cd0001;background-color: #ffffff;
  }
  .sidebar #leftside-navigation ul li.active ul {
    display: block;
  }
  .sidebar #leftside-navigation ul li a {
    color: #000000; font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 16px;
    outline: 0;text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .sidebar #leftside-navigation ul li a:hover {
    /*color: #ffffff;background-color: #cd0001;*/color: #cd0001;
  }

  .sidebar #leftside-navigation ul ul li a:hover {
    color: #cd0001;background-color: #ffffff;
  }
  .sidebar #leftside-navigation ul li a span {
    display: inline-block;
  }
  .sidebar #leftside-navigation ul li a i {
    width: 20px;
  }
  .sidebar #leftside-navigation ul li a i .fa-angle-left,
  .sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
  }
  .sidebar #leftside-navigation ul ul {
    display: none;
  }
  .sidebar #leftside-navigation ul ul li {
    background: #f8f8f8;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    /*border-bottom: none;*/
  }
  .sidebar #leftside-navigation ul ul li a {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #1a191d;
  }


  .table {font-size: 18px;}


  .products__single {
      background-color: #fff;
      text-align: center;
      padding: 0px;
      margin-bottom: 30px;border: 1px solid #dedede;
      border-bottom: 10px solid #dedede;
  }

  .products__single img {
      margin-bottom: 18px;
      width: 100%;
  }

  .products__single h2 {
      font-weight: 500;
      font-size: 24px;
      color: #000;
  }

  .products__single:hover h2 {
      color: #dd4853;
  }

  .products__single:hover {border-bottom: 10px solid #dd4853;}

  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  td {
      border-radius: 5px;
      border: 2px solid #000;
      padding: 5px 5px 5px 10px;
      margin: 5px;
      
  }
  /*--inner page--*/

  .pack {  text-align: center;}

  .pack h6 {font-size: 20px;font-weight: bold;}



  .inner-page { padding: 30px 0; }


  .inner-page .content img {margin-bottom: 35px;}

  .inner-page .content h3 {
    font-weight: 600;
    font-size: 24px;
  }

  .inner-page .content ul {
    list-style: none;
    padding: 0;
  }

  .inner-page .content ul li {
    padding-bottom: 8px;font-size: 15px; color: #222222;
  }

  .inner-page .content ul i {
    font-size: 16px;
    padding-right: 4px;
    color: #ff5c5c;
  }

  .inner-page .content p {
    font-size: 18px;
  }

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


  /*--Products--*/

  .product {background-color:#ffffff;
      padding-top: 40px;
      position: relative;
      padding-bottom: 40px;}

  .service-one__single {
      /* background-color: #f3f3f3ff; */
      text-align: center;
      padding: 10px;
      margin-bottom: 30px;
      border-bottom: 10px solid #dedede;
      min-height: 295px;
      /* background-image: url('../img/industry/texture-background.png'); */
      background-size: cover;              /* Ensures the image covers the entire container */
      background-repeat: no-repeat;        /* Prevents the image from repeating */
      background-position: center center;  /* Centers the image */
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      border-radius: 20px;
      margin: 5px 5px 5px 5px;
  }


  .service-one__single:hover {border-bottom: 10px solid #FFDB58;}

  .service-one__single:hover h2 {color: #FFDB58;}

  .service-one__single h2 {font-weight: 500; font-size: 24px; color:#000;}

  .service-one__single img {margin-bottom: 18px; width: 50%; border-radius: 50%;
  }



  /*--services--*/

  .top-services { background-color: #000000; padding-bottom: 100px;}

  .container-px-0 [class*='container'] {
      padding-left: 0;
      padding-right: 0;
  }

  .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
  .c-gutter-0 .row, div.row.c-gutter-0 {
      margin-left: 0;
      margin-right: 0;
  }
  .c-gutter-0 [class*="col-"], .row.c-gutter-0 > [class*="col-"] {
      padding-left: 0;
      padding-right: 0;
  }

  .ds {
      background-color: #09445a;
      color: #fff;
  }

  .ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
      color: #fff;font-size: 21px;
  }

  .ds [class*="btn-outline-"] {
      color: #fff;
  }

  .ds .btn-outline-darkgrey:hover {
      background-color: #f2f5f7;
      color: #09445a;
  }

  .service-v2 [class*="col-"]:nth-child(1) .service-single.with-icon.layout2 {
      background: rgba(102, 0, 0, 0.9);
  }

  .service-v2 [class*="col-"]:nth-child(2) .service-single.with-icon.layout2 {
      background: rgba(132, 2, 2, 0.9);
  }

  .service-v2 [class*="col-"]:nth-child(3) .service-single.with-icon.layout2 {
      background: rgba(157, 3, 3, 0.9);
  }

  .service-v2 [class*="col-"]:nth-child(4) .service-single.with-icon.layout2 {
      background: rgba(185, 2, 2, 0.9);
  }

  .service-v2 [class*="col-"]:nth-child(5) .service-single.with-icon.layout2 {
      background: rgba(215, 3, 3, 0.9);
  }

  .service-v2 [class*="col-"]:nth-child(6) .service-single.with-icon.layout2 {
      background: rgba(243, 6, 6, 0.9);
  }

  .service-single.with-icon.layout2 {
      overflow: auto;
      padding: 55px;
      position: static;
      transition: none;
  }

  .service-single.with-icon {
      height: 100%;
      overflow: hidden;
      position: relative;
      transition: 0.6s ease-in-out;
  }

  .icon-styled {
      display: inline-block;
      line-height: 1;
      text-align: center;
  }

  .fs-50 {
      font-size: 50px;
  }

  .service-v2 [class*="col-"]:nth-child(1) .service-single.with-icon.layout2 .icon-styled i {
      background: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .service-single.with-icon.layout2 h6, .service-single.with-icon.layout2 h5 {
      margin-bottom: 20px;
      margin-top: 20px;
      padding-bottom: 25px;
      position: relative;
  }

  .service-v2 [class*="col-"]:nth-child(1) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-v2 [class*="col-"]:nth-child(2) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-v2 [class*="col-"]:nth-child(3) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-v2 [class*="col-"]:nth-child(4) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-v2 [class*="col-"]:nth-child(5) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-v2 [class*="col-"]:nth-child(6) .service-single.with-icon.layout2:hover {
      background-image: linear-gradient(to top, #c1090e 0%, #ed3136 100%);
  }

  .service-single.with-icon.layout2 h6:after, .service-single.with-icon.layout2 h5:after {
      background: #dd4454;
      bottom: 0;
      content: "";
      display: inline-block;
      height: 2px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 50px;
  }

  .icon-box p {
      margin: 20px auto 0;font-size: 16px;
  }

  .service-single.with-icon.layout2 a.btn {
      border-radius: 50%;
      margin-top: 28px;
      min-width: 40px;
      padding: 10px 0px;
  }

  .btn-outline-darkgrey {
      border-color: #f2f5f7;
  }

  @media (max-width: 1400px) {
    .service-single.with-icon.layout2 {
      padding: 40px 15px;
  }

  }

  @media (max-width: 1800px) {
    .service-single.with-icon.layout2 {
      padding: 40px;
  }
  }

  /*--Contact page--*/

  .conn {border: 1px solid #d2232a; padding: 20px 50px; margin-bottom: 50px;}
  .conn p {margin-left: 40px;font-size: 18px; }
  .conn a {margin-left: 40px;color: #000000;font-size: 18px; }

  .pt-30 {
      padding-top: 30px !important;
  }

  .pb-40 {
      padding-bottom: 40px;
  }

  .contact-form {
      position: relative;
    background: #54c6d4;
      text-align: center; padding: 30px;
  }
  .conn h2 {font-family: 'Poppins', sans-serif;
      font-size: 36px; font-weight: bold;
  }

  .icon-circle {
    font-size: 30px;
    border: 1px solid #d5d5d5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    display: block;
  }
  .icon-circle {
      border: 1px solid #d2232a;
      color: #d2232a;
  }

  .contact-form {
      position: relative;
    background: #f3f3f3;
      text-align: center; padding: 30px;
  }
  .conn h2{color: #28272a;
      font-size: 40px; font-weight: bold;
  }
  .contact-form h4{color: #28272a;
      font-size: 40px; font-weight: bold;
  }
  .contact-form p {color: #28272a;
      font-size: 18px; line-height: 25px;
  }

  .contact-form input[type="text"] {
      display: block;
      height: 46px;
      margin-bottom: 32px;
      width: 100%;
      font-size: 14px;
      padding: 0 15px;
      border: 1px solid #28272a;
      color: #000;
      background: transparent;
      -webkit-appearance: none;
      border-radius: 0;
      
  }
  .contact-form textarea {
      height: 202px;border: 1px solid #fff;background: transparent;   
  }
  .contact-form ::placeholder {
    color: #999;display: block;text-align:center;
    opacity: 1; /* Firefox */
  }

  .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #28272a;text-align:center;
  }

  .contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #28272a;text-align:center;
  }



  .map {
      width: 100%;
      height: 320px;
  }

  .mb-80 {
      margin-bottom: 80px;
  }

  .form-group {
      margin-bottom: 0px;
  }

  /*--Contact page--*/

  .contact-info h2{color:#414149;font-size:26px;font-weight:600;margin-bottom:30px}
  .contact-meta-info h4{font-size:18px;font-weight:600;margin-bottom:10px}
  .contact-meta-info h4 i {
      font-size: 18px;
      color: #ff5c5c;
      border-radius: 50%;
      padding: 8px;
      border: 2px dotted #ff5c5c;margin-right: 10px;
  }
  .contact-meta-info>p {margin-bottom:0;font-size: 18px;}

  .contact-meta-info a {color: #393939;font-size: 18px;}
  .contact-meta-info a:hover, a:focus, a:hover {
      color: #ff5c5c;
      text-decoration: none;
  }

  .contact-form>h3 {
      font-size: 26px;
      font-weight: 600;
      
      margin-bottom: 40px;
  }

  .contact-form input, .contact-form select {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      font-size: 18px;
      height: 50px;
      border: 0;
      border: 1px solid #ddd;
      padding: 0 15px;
  }

  .contact-form input, .contact-form textarea, .contact-form select{
    /* background: rgba(0,0,0,0);*/
      border-image: none;
      margin-bottom: 30px;
      width: 100%;
      
  }

  .contact-form textarea {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      height: 170px;font-size: 18px;
      border: 1px solid #28272a;
      padding: 15px;
  }




  .btn.brand-btn {
      color: #fff;
      background-color: #ff5c5c;
      border: none;
      border-radius: 0;
      padding: 0 30px;
      font-size: 16px;
      line-height: 50px;
      font-weight: 600;
      text-transform: capitalize;
      height: 50px;display: inline-block;
  }

  .btn.brand-btn:hover {font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      background-color: #000000;
      border-color: #40ba37;}

  /*--Home Video--*/


  .videoBg {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), transparent url(../img/vdieo-bg.jpg) center center/cover no-repeat scroll;
      /*background: linear-gradient(rgba(2, 13, 38, 0.68), rgba(2, 13, 38, 0.68)), transparent url(../img/vdieo-bg.jpg) center center/cover no-repeat scroll;*/
  }

  .videoBgIn {padding: 40px;margin-bottom: 120px; margin-top: 108px; text-align: center;}

  .videoBgIn h2 {color: #fff;font-size: 60px;font-weight: bold;}

  .video {margin-bottom: 35px;}



  /*--Home Milestone*/

  .milestone {padding-top: 60px; padding-bottom: 60px;}

  .milestoneBox {margin-bottom: 30px;}

  .milestone h6 {font-size: 18px;
      font-weight: 600;
    
      margin-bottom: 20px;
      margin-top: 20px;
      position: relative;
      color: #000000;
    }
  .milestone p {font-size: 16px;color: #999999; line-height: 24px;}

  /*--Home Clients--*/

  .clients {
    background-color: #f5f5f5!important;
    background-image: url(../img/map-alter.png)!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      background-size: contain!important;
      padding-top: 80px; padding-bottom: 80px;
  }

  .clients-title { text-align: center;
      padding-bottom: 30px;}

  .clients-title p {font-size: 18px;color: #000000; line-height: 30px;}

  .clients-title h4 {   
      font-size: 40px;
      font-weight: bold;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
      color: #28272a;}

  .clients-title h4 span {color: #ed3136;}

  .clients h6 { font-size: 13px;
      font-weight: bold;
      font-family: ' sans-serif';
      padding-top: 20px;
      margin-bottom: 30px;
    
      position: relative;
      color: #040506;}

  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  .features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }

  .features .icon-box i {
    font-size: 48px;
    float: left;
    color: #3fbbc0;
  }

  .features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
  }

  .features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .icon-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .services .icon {
    display: flex;
    justify-content: center;
  }

  .services .icon i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #3fbbc0;
    font-size: 40px;
    overflow: hidden;
    padding-top: 20px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  }

  .services .icon-box:hover .icon i {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
  }

  .services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
  }

  .services .title a {
    color: #444444;
    transition: 0.3s;
  }

  .services .title a:hover {
    color: #3fbbc0;
  }

  .services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
  }

  .services .description {
    line-height: 24px;
    font-size: 14px;
  }

  /*--------------------------------------------------------------
  # Appointments
  --------------------------------------------------------------*/
  /*.appointment .php-email-form {
    width: 100%;
  }

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

  .appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }

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

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

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

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

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

  .appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
  }

  .appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
    border-color: #3fbbc0;
  }

  .appointment .php-email-form input, .appointment .php-email-form select {
    height: 44px;
  }

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

  .appointment .php-email-form button[type="submit"] {
    background: #3fbbc0;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }

  .appointment .php-email-form button[type="submit"]:hover {
    background: #52c2c6;
  }*/

  /*--------------------------------------------------------------
  # Departments
  --------------------------------------------------------------*/
  .departments .nav-tabs {
    border: 0;
  }

  .departments .nav-link {
    border: 0;
    padding: 20px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #fff;
  }

  .departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
  }

  .departments .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .departments .nav-link:hover h4 {
    color: #3fbbc0;
  }

  .departments .nav-link.active {
    background: #f7fcfc;
    border-color: #3fbbc0;
  }

  .departments .nav-link.active h4 {
    color: #3fbbc0;
  }

  .departments .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out;
  }

  .departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0;
  }

  @media (max-width: 768px) {
    .departments .tab-pane img {
      float: none;
      padding: 0 0 15px 0;
      max-width: 100%;
    }
  }

  .departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3fbbc0;
  }

  .departments .tab-pane p {
    color: #777777;
  }

  .departments .tab-pane p:last-child {
    margin-bottom: 0;
  }

  @-webkit-keyframes slide-down {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes slide-down {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/


  .testimonials {padding: 60px 0;}

  .testimonials .testimonial-item {
    box-sizing: content-box;
    /*min-height: 320px;*/
    border: 1px solid #e5e5e5;
      padding: 30px 20px 25px 40px;margin: 0 20px;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    /*margin: -40px 0 0 40px;*/
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
  }

  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 6px 0px;
    color: #111;
  }

  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ff5c5c;
    margin: 0 0 11px 0px;
  }

  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #b2e4e6;
    font-size: 26px;
  }

  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }

  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }



  .testimonials .testimonial-item p {
    
    margin: 0 0px 15px 0px;
    /*padding: 20px 20px 60px 20px;*/
    /*background: #f0fafa;*/
    position: relative;
    /*border-radius: 6px;*/
    position: relative; color: #848484;
    z-index: 1;font-size: 16px;
  }

  .testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 20px;
    text-align: center;
  }

  .testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .testimonials .owl-dot.active {
    background-color: #ff5c5c !important;
  }

  @media (max-width: 767px) {
    .testimonials {
      margin: 30px 10px;
    }
  }

  /*--------------------------------------------------------------
  # Doctors
  --------------------------------------------------------------*/
  .doctors .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
  }

  .doctors .member .member-img {
    position: relative;
    overflow: hidden;
  }

  .doctors .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
  }

  .doctors .member .social a {
    transition: color 0.3s;
    color: #555555;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
  }

  .doctors .member .social a:hover {
    color: #3fbbc0;
  }

  .doctors .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }

  .doctors .member .member-info {
    padding: 25px 15px;
  }

  .doctors .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #555555;
  }

  .doctors .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
  }

  .doctors .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
  }

  .doctors .member:hover .social {
    opacity: 1;
  }

  /*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/
  .gallery {
    overflow: hidden;
  }

  .gallery .owl-nav, .gallery .owl-dots {
    margin-top: 25px;
    text-align: center;
  }

  .gallery .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .gallery .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0f4f5 !important;
  }

  .gallery .owl-dot.active {
    background-color: #3fbbc0 !important;
  }

  .gallery .gallery-carousel .owl-stage-outer {
    overflow: visible;
  }

  .gallery .gallery-carousel .center {
    border: 6px solid #3fbbc0;
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1;
  }

  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  .pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
  }

  .pricing h4 {
    font-size: 36px;
    color: #3fbbc0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }

  .pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }

  .pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
  }

  .pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }

  .pricing ul li {
    padding-bottom: 16px;
  }

  .pricing ul i {
    color: #3fbbc0;
    font-size: 18px;
    padding-right: 4px;
  }

  .pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
  }

  .pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }

  .pricing .btn-buy {
    background: #3fbbc0;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
  }

  .pricing .btn-buy:hover {
    background: #65c9cd;
  }

  .pricing .featured h3 {
    color: #fff;
    background: #3fbbc0;
  }

  .pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #3fbbc0;
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Frequently Asked Questioins
  --------------------------------------------------------------*/
  .faq {
    padding: 60px 0;
  }

  .faq .faq-list {
    padding: 0;
    list-style: none;
  }

  .faq .faq-list li {
    padding: 0 0 20px 25px;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: #3fbbc0;
    font-size: 18px;
    font-weight: 500;
  }

  .faq .faq-list i {
    font-size: 18px;
    position: absolute;
    left: -25px;
    top: 6px;
  }

  .faq .faq-list p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .faq .faq-list a.collapse {
    color: #3fbbc0;
  }

  .faq .faq-list a.collapsed {
    color: #343a40;
  }

  .faq .faq-list a.collapsed:hover {
    color: #3fbbc0;
  }

  .faq .faq-list a.collapsed i::before {
    content: "\eab2" !important;
  }

  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  /*.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 20px 0 30px 0;
  }

  .contact .info-box i {
    font-size: 32px;
    color: #3fbbc0;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
  }

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

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

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

  .contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }

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

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

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

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

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

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

  .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
    background-color:transparent;
  }

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

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

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

  .contact .php-email-form button[type="submit"]:hover {
    background: #65c9cd;
  }*/

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

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

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    /*background: #29282b;*/
    padding: 0 0 0px 0;
    color: #555555;
    font-size: 15px;
  }
.footer-bottom{
  background-color: #039151;
  padding-top: 8px;
}
  #footer .footer-top {
  /* background: #29282b;*/
    padding: 40px 0px 0px 0px;
    border-bottom: 1px solid;
  }

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

  #footer .footer-top .footer-info p i {padding-right: 10px; 
      font-size: 18px;color: #ed3136;}

  #footer .footer-top .footer-info a {color: #ffffff;}
    
  #footer .footer-top .footer-info a:hover {color: #ff5c5c;}

  #footer .footer-top .footer-info h3 {
    font-size: 24px; color: #fff;
    margin: 0 0 30px 0;
    padding: 0px 0 10px 0;
    line-height: 2;
    font-weight: 500;
  }



  .footer-newsletter p {font-size: 15px;
      line-height: 24px;
      margin-bottom: 30px;
      color: #ffffff;
    }

  .footer-newsletter p span {font-size: 18px;font-weight: 600;}

  .footer-newsletter {margin-bottom: 30px;}
  .footer-newsletter img {margin-bottom: 0px;}

  .footer-newsletter a {color: #fff;}
  .footer-newsletter a:hover {color: #ed3136;}

  #footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0; color: #ffffff;
    
  }

  .certificate ul {list-style: none; padding: 0; margin-top: 20px;}
  .certificate li {display: inline;}

  #footer .footer-top .social-links a i {}

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

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

  #footer .footer-top h4 {
    font-size: 24px;
    font-weight: 500;
    position: relative;line-height: 2;
    color: #fff; padding: 0px 0 30px 0;
  }



  #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: #3fbbc0;
    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: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;text-transform: uppercase;
  }

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

  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #d5d5d5;
    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: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3fbbc0;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

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

  #footer .copyright {
      /* text-align: center; */
      padding-top: 5px;
      color: #071c02;
      background-color: #a7d4f4;
      align-items: center;
      text-align: center;
      font-size: 17px;
  }

  #footer .copyright span {color: #ed3136;}

  #footer .credits {
    padding-top: 30px;
    /*text-align: center;*/
    font-size: 15px;color: #fff;
  }
 .copyright{
  color: #fff;
 }
  #footer .credits a {color: #ed3136;}


  .carousel-indicators {display: none;}

  #carousel .carousel-item.boat {
    background-image: url("../img/slide/slide-1.jpg");
    background-size:100% 100%;
  }

  #carousel .carousel-item.sea {
    background-image: url("../img/slide/slide-2.jpg");
    background-size:100% 100%;
  }

  #carousel .carousel-item.river {
    background-image: url("../img/slide/slide-3.jpg");
    background-size:100% 100%;
  }

  #carousel .carousel-item {
    height: 100vh;
    width: 100%;
    /*min-height: 350px;*/min-height: 500px;
    background: no-repeat center center scroll;
    background-size: cover;
  }

  #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  }

  #carousel .intro_layers {
      /*-webkit-animation: bubble 5s linear infinite;
      animation: bubble 5s linear infinite;
      background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);*/
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 250px;
      max-width: 730px;
      padding: 187px 63px;
      position: relative;
      width: 100%;
      z-index: 1;
  }

  @-webkit-keyframes bubble {
    0%,
    100% {
      border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }

    25% {
      border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }

    50% {
      border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }

    75% {
      border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
  }

  @keyframes bubble {
    0%,
    100% {
      border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }

    25% {
      border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }

    50% {
      border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }

    75% {
      border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
  }

  @media (max-width: 768px) {

    #carousel.intro_layers {
      padding: 50px;
      text-align: center;
    }

  }

  @media (max-width: 1200px) {

    #carousel .intro_layers {
      margin: 0 auto;
      padding: 100px 63px;
    }

  }



  .scaleAppear {
      -webkit-animation: scaleAppear 750ms ease;
      -moz-animation: scaleAppear 750ms ease;
      -ms-animation: scaleAppear 750ms ease;
      -o-animation: scaleAppear 750ms ease;
      animation: scaleAppear 750ms ease;
  }

  @-webkit-keyframes scaleAppear{0%{opacity:0;-webkit-transform:scale(0)}
  100%{opacity:1;-webkit-transform:scale(1)}}

  @-moz-keyframes scaleAppear{0%{opacity:0;-moz-transform:scale(0)}
  100%{opacity:1;-moz-transform:scale(1)}}

  @-ms-keyframes scaleAppear{0%{opacity:0;-ms-transform:scale(0)}100%{opacity:1;-ms-transform:scale(1)}}

  @-o-keyframes scaleAppear{0%{opacity:0;-o-transform:scale(0)}100%{opacity:1;-o-transform:scale(1)}}

  @keyframes scaleAppear{0%{opacity:0;transform:scale(0)}
  100%{opacity:1;transform:scale(1)}}

  #carousel .carousel-item .caption {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 0px; padding-top: 80px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;text-align: center;
  }

  #carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
    font-size: 44px;
      line-height: 60px; color: #ffffff;
      font-weight: bold;margin-bottom: 20px;text-shadow: 2px 0px 7px #000000;
  }

  #carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
    font-size: 26px;
      line-height: 24px;
      font-weight: 500;
      margin-bottom: 20px;
      padding: 0px;
  }

  #carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
  }

  /* Button */
  .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border: none;
    /*border-left: 3px solid #1c8314;*/
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #ff5c5c;
  }

  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #000000;
    border-color: #40ba37;
  }



  /* Slider */



  .slick-slide {
      margin: 0px 20px;
  }

  .slick-slide img {
    /* width: 100%;*/
  }

  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
    
  /*--------------------------------------------------------------
  # Globaly
  --------------------------------------------------------------*/      

  .global{ overflow: hidden; padding: 50px 0;}

  .globalBg {/*background-image:url(../img/globalBg.jpg) !important;*/ background-color: #fafafa;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;}

  .global h5{  
      color: #28272a;
      font-family: 'Poppins', sans-serif;
      font-weight:bold;
      padding: 0;
      font-size: 40px;
      margin-bottom: 16px;}

  .global p {font-size: 18px;
      color: #000000;
      line-height: 30px;}   

  .global h5 span{  color: #ed3136; }
  .wpb_wrapper{}
  .tooltip {}
  .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -60px;
      opacity: 0;
      transition: opacity 0.3s;
  }
  .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
  }

  .hotspot-item a:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
  }
  .cqtooltip-wrapper img {
      width: 100%;
      height: auto;
  }
  .cqtooltip-wrapper {
      position: relative;
      margin: 0 auto;
  }
  .cq-hotspots{position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      z-index: 100;}
  .cq-hotspots .hotspot-item {
      position: absolute;
  }
  .cqtooltip-wrapper .cq-hotspots .hotspot-item a {
      border: none;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
  }
  .cq-hotspots .hotspot-item a{width:24px;height:24px;border:2px solid rgba(255,255,255,.4);color:#fff;text-decoration:none;position:absolute;left:auto;top:auto;border-radius:100%;-moz-transition:all .2s ease-out 0;-o-transition:all .2s ease-out 0;-webkit-transition:all .2s ease-out;-webkit-transition-delay:0;transition:all .2s ease-out 0}

  .cq-hotspots .hotspot-item.pulse-white a{border:none;-webkit-animation:pulse-white 2s ease-out infinite;-moz-animation:pulse-white 2s ease-out infinite;animation:pulse-white 2s ease-out infinite}
  .cq-hotspots .hotspot-item.pulse-gray a{border:none;-webkit-animation:pulse-gray 2s ease-out infinite;-moz-animation:pulse-gray 2s ease-out infinite;animation:pulse-gray 2s ease-out infinite}

  .cq-hotspots .hotspot-item.pulse-red a{border:none;-webkit-animation:pulse-red 2s ease-out infinite;-moz-animation:pulse-red 2s ease-out infinite;animation:pulse-red 2s ease-out infinite}

  .cq-hotspots .hotspot-item.pulse-green a{border:none;-webkit-animation:pulse-green 2s ease-out infinite;-moz-animation:pulse-green 2s ease-out infinite;animation:pulse-green 2s ease-out infinite}
  .cq-hotspots .hotspot-item.pulse-yellow a{border:none;-webkit-animation:pulse-yellow 2s ease-out infinite;-moz-animation:pulse-yellow 2s ease-out infinite;animation:pulse-yellow 2s ease-out infinite}
  .cq-hotspots .hotspot-item.pulse-blue a{border:none;-webkit-animation:pulse-blue 2s ease-out infinite;-moz-animation:pulse-blue 2s ease-out infinite;animation:pulse-blue 2s ease-out infinite}
  .cq-hotspots .hotspot-item.pulse-purple a{border:none;-webkit-animation:pulse-purple 2s ease-out infinite;-moz-animation:pulse-purple 2s ease-out infinite;animation:pulse-purple 2s ease-out infinite}
  .cq-hotspots .hotspot-item a:hover{-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-animation:none;-moz-animation:none;animation:none}
  .cq-hotspots .hotspot-item a span{width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:100%;position:absolute;display:block;background:#FFF;left:50%;top:50%}
  .cq-hotspots .hotspot-item a i{display:block;font-size:12px;position:relative;width:100%;text-align:center;font-style:normal;color:#fff;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
  .cq-hotspots .hotspot-item.cq-pulse a i{margin-top:6px}

  .cq-hotspots .hotspot-item a span .tooltiptext {
      background: #555;     width: 116px;padding: 5px 0;position: absolute;
      height: 40px;border-radius: 6px;margin-left: -53px;left: 61%;top: -620%; z-index: 1;font-size: 18px;
  }
  .tooltipster-base.tooltipster-light .tooltipster-content {
      padding: 1em 1em;
      border: none;
      background-color: #13162b;
      color: #fff;
  }
  .wpb_content_element{margin-bottom: 0 !important;}


  .our-products .prod-list .item img, .avilable-prodc .avilable-color .item img{
    border-top:0px solid #142a64;
  }
  .our-products .prod-list .item h3, .avilable-prodc .avilable-color .item h3{
    text-align:center;
    background:#142a64;
    display:block;
    margin:0px;
    color:#fff;
    padding:10px 0px 10px;
    font-size:16px;
  }
  .our-products .prod-list .item .triangle-down-left, .avilable-prodc .avilable-color .item .triangle-down-left{
      width: 100%;
      height: 0;
      padding-bottom: 19%;
      overflow: hidden;
    position: absolute;
      margin-top: -35px;
  }
  .our-products .prod-list .item  .triangle-down-left:after, .avilable-prodc .avilable-color .item .triangle-down-left:after{
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-right: 317px solid transparent;
      border-bottom: 36px solid #142a64;
  }

  .our-products .owl-carousel .owl-nav .owl-prev, .avilable-prodc .owl-carousel .owl-nav .owl-prev{
    position: absolute;
      top: 35%;
      left: -18px;
    background: #ed3136;
      border-radius: 0px;border: 0;
  }
  .our-products .owl-carousel .owl-nav .owl-next, .avilable-prodc .owl-carousel .owl-nav .owl-next{
    position: absolute;
      top: 35%;
      right: -18px;
      background: #ed3136;
      border-radius: 0px;border: 0;
  }
  .our-products .owl-carousel .owl-nav .owl-prev img, .our-products .owl-carousel .owl-nav .owl-next img, 
  .avilable-prodc .owl-carousel .owl-nav .owl-prev img, .avilable-prodc .owl-carousel .owl-nav .owl-next img{
  filter: invert(1);    margin-bottom: 0px;
  }
  .our-products .owl-carousel .owl-nav .owl-prev:hover, .our-products .owl-carousel .owl-nav .owl-next:hover, 
  .avilable-prodc .owl-carousel .owl-nav .owl-prev:hover, .avilable-prodc .owl-carousel .owl-nav .owl-next:hover{
  background:#c1090e;border: 0;
  }
  /* MY STYLES CODE HERE START */

  .custom-tab {
      color:#ffffff;
      border-radius: 0;
      border-left: 4px solid transparent;
      transition: all 0.3s;
      /* border-bottom: 2px solid; */
      background-color: rgb(42 60 88);
  }
  .custom-tab:hover {
    background-color: #168816;
  color:hsl(0, 0%, 5%) ;
  }

  .custom-tab.active {
    background-color: #199e19; /* Red background */
    color: #fff !important;   /* White text */
    font-weight: bold;
    border-left: 4px solid hsl(0, 100%, 38%); /* Darker red border on left */
  }


  /* 
  card abt */

  .chairman-section {
    background-color: #f8f8f8;
  }

  .chairman-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .chairman-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .chairman-name {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
  }

  .chairman-title {
    font-size: 16px;
    color: #f5a623; /* golden-orange */
    font-weight: 500;
    margin-top: 5px;
  }

  .chairman-quote {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-top: 15px;
  }

  .chairman-role {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
  }

  .highlight {
    background-color: #ffd43b;
    padding: 2px 4px;
    border-radius: 3px;
  }.chairman-section {
    background-color: #f8f8f8;
  }

  .chairman-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .chairman-content {
    background-color: #fff;
    border-radius: 8px;
  }

  .chairman-name {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
  }

  .chairman-title {
    font-size: 16px;
    color: #f5a623; /* golden-orange */
    font-weight: 500;
    margin-top: 5px;
  }

  .chairman-quote {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-top: 15px;
  }

  .chairman-role {
    font-size: 14px;
    color: #999;
    margin-top: 10px;

  }

  .highlight {
    background-color: #ffd43b;
    padding: 2px 4px;
    border-radius: 3px;
  }
  .abt-left{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
      padding: 11px;
      margin: 58px 0px;
  }
  