:root {
  --main: #ff7000;
  --main-hvr: #ff7000;
  --main-bg: #000;
  --main-txt: #171717;
  --grey-txt: #7c878e;
  --grey-light: #ffffff80;
  --bg-1: #171717;
  --bg-2: #171717;
  --bg-3: #171717;
  --bg-4: #00206f80;
  --dark-black: #000;
  --light-orng: rgb(255 112 0 / 85%);
  --light-orng-2: #ff700012;
  --heading-1: 2.075rem;
  --heading-2: 1.8875rem;
  --heading-4: 0.95rem;
  --paragraphs: 0.7375rem;
  --small: 12px;
  --small-meduim: 0.77rem;
  --section-padding: 3rem;
  --container-padding: 1rem;
  --footer-text-color: white;
  --footer-background-color: #171717;

  /*heading 1 sizes */
  --h1-s: 1.65rem;
  --h1-m: 1.85rem;
  --h1-l: 2rem;

  /*heading 2 sizes */
  --h2-s: 1.35rem;
  --h2-m: 1.65rem;
  --h2-l: 1.85rem;

  /*heading 3 sizes */
  --h3-s: 1.1rem;
  --h3-m: 1.35rem;
  --h3-l: 1.65rem;

  /*heading 4 sizes */
  --h4-s: 1.15rem;
  --h4-m: 1.2rem;
  --h4-l: 1.25rem;

  /*heading 5 sizes */
  --h5-s: 0.75rem;
  --h5-m: 0.85rem;
  --h5-l: 1rem;

  /*heading 6 sizes */
  --h6-s: 0.5rem;
  --h6-m: 0.65rem;
  --h6-l: 0.85rem;
}

/* 
  --main: var(--main);
  --main-hvr: #00a297; */
/* @import url(https://investtrainingcenter.com/css/fonts/GE_SS_Two_Medium/@font-face/125063e353c1f65c55ba1e3811969217.svg); */

@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v23/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2")
    format("truetype");
}

@font-face {
  font-family: "GE SS Two Light";
  src: url("../fonts/GE_SS_Two_Light/GE_SS_Two_Light.otf");
  /* IE9*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "GE SS Two Light";
  font-style: normal;
  /* text-shadow: 0 1px 1px #626262; */
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
  text-indent: -0.075em;
  line-height: 1.2222;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1,
h1 {
  font-size: var(--h1-s);
}

.h2,
h2 {
  font-size: var(--h2-s);
}

.h3,
h3 {
  font-size: var(--h3-s);
}

.h4,
h4 {
  font-size: var(--h4-s);
}

.h5,
h5 {
  font-size: var(--h5-s);
}

.h6,
h6 {
  font-size: var(--h6-s);
}

@media print, screen and (min-width: 40em) {
  .h1,
  h1 {
    font-size: var(--h1-m);
  }

  .h2,
  h2 {
    font-size: var(--h2-m);
  }

  .h3,
  h3 {
    font-size: var(--h3-m);
  }

  .h4,
  h4 {
    font-size: var(--h4-m);
  }

  .h5,
  h5 {
    font-size: var(--h5-m);
  }

  .h6,
  h6 {
    font-size: var(--h6-m);
  }
}

@media print, screen and (min-width: 64em) {
  .h1,
  h1 {
    font-size: var(--h1-l);
  }

  .h2,
  h2 {
    font-size: var(--h2-l);
  }

  .h3,
  h3 {
    font-size: var(--h3-l);
  }

  .h4,
  h4 {
    font-size: var(--h4-l);
  }

  .h5,
  h5 {
    font-size: var(--h5-l);
  }

  .h6,
  h6 {
    font-size: var(--h6-l);
  }
}

.arabic-font {
  font-family: "GE SS Two Light";
}

body {
  font-family: "Montserrat", "GE SS Two Light";
  color: var(--main-txt);
  background-color: #000;
}

body * {
  font-family: "Montserrat", "GE SS Two Light";
}

html {
  font-family: "Montserrat", "GE SS Two Light";
  color: var(--main-txt);
}

html * {
  font-family: "Montserrat", "GE SS Two Light";
}

a {
  color: var(--main);
  text-decoration: none;
}

a:hover {
  color: var(--main);
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.main-button,
.main-button:focus {
  padding: 0.75rem 1.1875rem !important;
  background-color: var(--main);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px !important;
  border: 1px solid var(--main);
  transition: 0.3s !important;
}

.main-button:hover,
.main-button:focus {
  background-color: var(--light-orng) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# End Bilal Edit
--------------------------------------------------------------*/

.main-title {
  margin-bottom: 50px !important;
  color: #fff !important;
  position: relative;
}
@media (max-width: 767px) {
  .main-title {
    margin-bottom: 30px !important;
  }
}
.main-title::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 3px;
  background-color: var(--main);
  bottom: -10px;
}

.product-kind {
  direction: ltr;
}

.product__info {
  font-size: 13px;
}

.prod_data_header ul {
  font-size: 13px;
}
.prod_data_header p {
  font-size: 15px;
}
.a_header p {
  font-size: 13px;
}

@media (max-width: 767px) {
  .mid_img img {
    display: none;
  }
}

.gategory-label {
  font-size: 13px;
}

.accordion-body h5 {
  font-weight: 600;
}

.accordion-body .list_checkbox {
  font-size: 12px;
}

/*--------------------------------------------------------------
# End Bilal Edit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--main);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--main);
  border-top-color: #fff;
  border-bottom-color: #fff;
  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;
  visibility: hidden;
  opacity: 0.6 !important;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: var(--main);
  color: #fff;
  opacity: 1 !important;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: #000;
  /* var(--main-txt) */
  transition: 0.3s ease-in-out all;
  z-index: 9999s;
  height: 70px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #000;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: auto;
  margin-left: 0px;
}

#header .logo a {
  color: var(--main-txt);
}

#header .logo img {
  max-height: 60px;
}

#footer .logo img {
  max-height: 60px;
}

@media (max-width: 1200px) {
  #header .logo img {
    max-height: 50px;
  }

  #footer .logo img {
    max-height: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  position: unset;
  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 { */
.navbar a,
.navbar .menu-bar {
  margin: 0;
  display: block;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */

  line-height: 1;

  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: var(--small);
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.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: #47b2e4;
}

.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: #ff7000;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bx-x {
  color: #000000;
}

@media (max-width: 75em) {
  .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(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999;
}

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

.navbar-mobile ul {
  width: 340px;
  min-width: 280px;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  border-radius: 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus,
.navbar-mobile .menu-bar,
.navbar-mobile .menu-bar:focus {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: var(--main-txt);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--main-txt);
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.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: #47b2e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #000;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;

  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
}

#hero .btn-get-started {
  font-family: "Jost", "Montserrat", "GE SS Two Light";
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 1.5625rem;
  color: #fff;
  background: var(--main);
}

#hero .btn-get-started:hover {
  background: var(--light-orng);
  transform: translateY(-2px);
}

#hero .btn-watch-video {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

.btn-orange {
  width: fit-content;
  transition: 0.3s ease-in-out;
  color: white;
  background-color: var(--main);
  border-radius: 25px;
  font-size: 14px;
  padding: 8px 15px;
}

.btn-orange:hover {
  transform: scale(1.1);
  color: white;
}

.text-orange,
.text-main {
  color: var(--main);
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

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

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    min-height: 300px;
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    line-height: 36px;
  }

  #hero h2 {
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 0.875rem;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  overflow: hidden;
}

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

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

.section-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--main);
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 500;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
  font-weight: 500;
  font-size: var(--small);
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  color: var(--main);
}

.why-us .content h4 {
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  color: var(--main);
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
}

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

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
  color: var(--main);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.services .icon-box h4 a {
  color: var(--main);
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: var(--small);
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)),
    url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", "Montserrat", "GE SS Two Light";
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: var(--small);
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--main);
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: var(--small);
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: var(--main);
  font-size: 0.875rem;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Clients-section
--------------------------------------------------------------*/
.clients-section {
  background-color: #000;
}

/*--------------------------------------------------------------
# Categories Details Section
--------------------------------------------------------------*/
.category-home-list .category-show {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  animation: fadeInUp 1s;
}

.category-home-list .category-show.show {
  opacity: 1;
  display: block;
}

/* .category-container .hero-img img {
  animation: moveImage 3s linear infinite;
}

@keyframes moveImage {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
} */

.category_p {
  font-size: 26px;
  border-bottom: 1px solid black;
  width: fit-content;
}

.category_list {
  font-size: 15px;
  list-style: none;
}

.category_list li {
  position: relative;
}
.category_list li a {
  color: #fff !important;
}
/* .category_list li::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent transparent var(--main);
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  transition: 0.3s;
} */

.category_list li:hover::before {
  left: -12px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--main);
}

.pricing h4 {
  color: var(--main);
  font-weight: 400;
  font-family: "Jost", "Montserrat", "GE SS Two Light";
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Jost", "Montserrat", "GE SS Two Light";
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", "Montserrat", "GE SS Two Light";
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: var(--main);
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--main);
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: var(--small);
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

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

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

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

.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 .form-group {
  margin-bottom: 20px;
}

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

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  outline: none;
  height: 44px;
}

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

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

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

.breadcrumbs h2 {
  font-weight: 600;
  color: var(--main);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: var(--small);
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: var(--small);
  background: #fff;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: var(--main);
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  outline: none;
  border: 0;
  font-size: 14px;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 0.875rem;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

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

#footer .footer-top .footer-contact h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main);
}

#footer .footer-top .footer-links h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main);
}

#footer .footer-top .footer-contact p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", "Montserrat", "GE SS Two Light";
  color: #000;
}

#footer .footer-top h4 {
  font-weight: bold;
  color: var(--main);
  position: relative;
  padding-bottom: 12px;
}

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

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

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

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

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

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

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

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

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 1.875rem;
  padding-bottom: 2.25rem;
  border-top: 1px solid var(--main);
  color: #000;
}

#footer .footer-bottom a {
  color: #000;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

/* custom styles */
.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.draggable {
  margin-bottom: 10px;
}

.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;
}

.customer-logos {
  max-height: 200px;
  overflow: hidden;
  padding: 0px;
}

.customer-logos img {
  height: 75px;
  width: 75px;
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slick-next {
  color: #47b2e4;
  position: absolute;
  right: 20px;
  bottom: 0;
  background: #ffffff;
  border: 0px;
  outline: 0px;
  box-shadow: 0 0 0 0;
  border-radius: 50px;
  padding: 5px;
  max-width: 100px;
  z-index: 20;
  border: 1px solid #47b2e4;
}

.slick-prev {
  color: #47b2e4;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #ffffff;
  border: 0px;
  outline: 0px;
  box-shadow: 0 0 0 0;
  border-radius: 50px;
  padding: 5px;
  max-width: 100px;
  z-index: 20;
  border: 1px solid #47b2e4;
}

.glass-box {
  clip-path: inset(10em);
  filter: blur(20px);
}

.glass-card {
  border-radius: 5px;
  border: 1px solid rgba(150, 150, 150, 0.2);
  box-sizing: border-box;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  -webkit-transform-style: preserve-3d;
  -webkit-animation: shimmy 6s ease-in-out infinite;
  padding: 5px;
  -webkit-box-shadow: 4px 9px 20px rgb(0 0 0 / 20%),
    5px 5px 10px rgb(0 0 0 / 60%), inset 0px 2px 0px rgb(255 255 255 / 10%);
}

.upcoming-slider .slick-track {
  padding-top: 0;
  padding-bottom: 0;
}

.testemonials-slider .slick-track {
  padding-top: 50px;
  padding-bottom: 0px;
}

.resix2 {
  /* background-color: 00206f; */
  background: #000;

  height: 70px;
}

nav {
  position: unset;
}

header .header_123 {
  max-width: 75rem;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.hero-container {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .hero-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }

  header {
    height: 70px !important;
  }

  header .header_123 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .resix2 {
    height: 72px !important;
  }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font-size: var(--small);
  font-family: Montserrat, "Montserrat", "GE SS Two Light";
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  left: 0 !important;
  border-radius: 0 !important;
  padding: 20px 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slick-next {
  color: #47b2e4;
  position: absolute;
  right: 20px;
  bottom: 0;
  background: #ffffff;
  border: 0px;
  outline: 0px;
  box-shadow: 0 0 0 0;
  border-radius: 50px;
  padding: 5px;
  max-width: 100px;
  z-index: 20;
  border: 1px solid #47b2e4;
}

.slick-prev {
  color: #47b2e4;
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #ffffff;
  border: 0px;
  outline: 0px;
  box-shadow: 0 0 0 0;
  border-radius: 50px;
  padding: 5px;
  max-width: 100px;
  z-index: 20;
  border: 1px solid #47b2e4;
}

.upcoming-slider {
  padding-bottom: 50px;
  /* font-weight: 600; */
  /* text-shadow: 0 0 #fff; */
}

.upcoming-slider .img_prod {
  border-radius: 0.625rem;
}

.upcoming-slider .small_location {
  color: #7c878e;
  margin-bottom: 1.25rem;
  display: block;
  font-size: 13px;
}

.upcoming-slider .card_body {
  position: relative;
  padding: 1.875rem 0;
}

.upcoming-slider .slick-slide {
  padding: 0 0.9375rem;
  padding-top: 0px;
  padding-right: 0.9375rem;
  padding-bottom: 0px;
  padding-left: 0.9375rem;
  margin: 0;
}

.category_x {
  display: table;
  color: #ffffff;
  border-radius: 10px;
  background: #00505c;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 80%;
}

.category_x:hover {
  display: table;
  color: #ffffff;
  border-radius: 10px;
  background: #00505c;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 80%;
}

#footer .footer-newsletter-2 form input[type="submit"] {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 0.875rem;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter-2 form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-newsletter-2 form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
}

#footer .footer-top .footer-newsletter-2 h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.customer-logos .slick-slide {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 130px !important;
  height: 130px;
  border-radius: 50%;
}

.navbar-mobile .partners,
.navbar-mobile .partners:focus {
  text-align: center;
  margin-left: 0.3125rem;
  margin-bottom: 0.625rem;
  color: var(--main);
  border: 1px solid var(--main);
}

.navbar-mobile .contact,
.navbar-mobile .contact:focus {
  text-align: center;
  margin-left: 0.3125rem;
  margin-bottom: 0.625rem;
  color: var(--main);
  border: 1px solid var(--main) 00;
}

.navbar .contact,
.navbar .contact:focus {
  padding: 0.75rem 1.1875rem;
  background-color: var(--main);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid var(--main);
}

.navbar .contact:hover,
.navbar .contact:focus:hover {
  background-color: var(--light-orng);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.navbar .partners,
.navbar .partners:focus {
  padding: 0.75rem 1.1875rem;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .partners:hover,
.navbar .partners:focus:hover {
  background-color: var(--main-hvr);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.navbar .search,
.navbar .search:focus {
  padding: 0.57rem !important;
  border-radius: 50px;
  color: #ffffff;
  font-size: var(--small);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .search:hover,
.navbar .search:focus:hover {
  color: #fff !important;
  transform: translateY(-2px);
  background-color: var(--main-hvr);
}

.navbar-mobile .search,
.navbar-mobile .search:focus {
  margin-left: 0.3125rem;
  color: var(--main);
}

.navbar-mobile .contact,
.navbar-mobile .contact:focus {
  margin-left: 0.3125rem;
  color: #ffffff;
}

.section-title-1 h2 {
  font-family: Montserrat, "Montserrat", "GE SS Two Light";
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  color: var(--main-txt);
}

.view_all {
  width: fit-content;
  display: block;
  color: white;
  background-color: var(--main);
  border-radius: 25px;
  font-size: 14px;
  padding: 8px 15px;
  margin: 10px auto 0;
}

.view_all:hover {
  transform: scale(1.1);
  color: white;
}

.more-link {
  color: var(--main) !important;
  width: fit-content;
  position: relative;
  display: block;
  font-size: 14px !important;
  cursor: pointer;
}

.more-link::after {
  content: "";
  /* display: block; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--main-hvr) !important;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.more-link:hover::after {
  width: 100%;
}

.moveRightBtn .more-link:hover i {
  animation: moveRight 1s linear infinite;
}

@keyframes moveRight {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }
}

.more-link:hover {
  color: var(--main-hvr) !important;

  /* border-bottom: 1px solid #ffffff; */
}

.next_upcoming {
  font-weight: 100;
  font-size: 23px;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-left: 2px;
}

.next_upcoming:hover {
  box-shadow: inset 0 0 0 1px var(--main-hvr);
}

.prev_upcoming {
  font-weight: 100;
  font-size: 23px;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.prev_upcoming:hover {
  box-shadow: inset 0 0 0 1px var(--main-hvr);
}

.hero_p {
  margin-top: 1em;
  margin-bottom: 1em !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400 !important;
}

.hero_title {
  /* font-size: var(--heading-1) !important; */
  display: block;
  line-height: 1.33333;
  font-weight: 500;
}

.bg-primary-1 {
  background: #001f6f;
}

.text-primary-1 {
  color: var(--main-txt);
}

.footer-top .headline {
  display: block;
  color: #000 !important;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-size: 22px;
  font-weight: 600;
}

.footer__menu {
  list-style: none;
  padding-left: 0;
  font-size: 13px;
}

.footer__menu a {
  padding: 0.25rem 0;
  line-height: 1.25rem;
  color: #000;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__menu li {
  display: flex;
  padding: 0;
}

.ftr_scl_icons .bx {
  font-size: 18px;
  display: inline-block;
  background: #ff7000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.ftr_scl_icons a {
  display: flex;
  align-items: center;
}

.ftr_scl_icons a:hover .bx {
  font-size: 18px;
  display: inline-block;
  background: #ff7000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 10px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.ftr_scl_icons a:hover .scl-lnk-txt {
}

.scl-lnk-txt {
  color: var(--main) !important;
  width: fit-content;
  /* border-bottom: 1px solid rgba(150, 150, 150, 0); */
  display: block;
}

.scl-lnk-txt::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid var(--main-hvr) !important;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.ftr_scl_icons a:hover .scl-lnk-txt::after {
  width: 100%;
}

.ftr_scl_icons a:hover .scl-lnk-txt {
  color: var(--main-hvr) !important;

  /* border-bottom: 1px solid #ffffff; */
}

@media print, screen and (min-width: 40em) {
  .footer__menu a {
    padding: 0.625rem 0;
  }
}

.upcoming-slider .slick-dots {
  list-style: none;
  display: flex;
  /* margin-left: auto;
margin-right: auto; */
  justify-content: center;
  width: 100%;
}

.upcoming-slider .slick-dots li {
  height: 1px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.bg-light-orng {
  background-color: var(--light-orng-2);
}

.upcoming-slider .slick-dots li button ::after {
  content: "";
}

.upcoming-slider .slick-dots .slick-active button {
  background: var(--main);
  border: 1px dotted var(--main);
  width: 100%;
}

.upcoming-slider .slick-dots li button {
  border: 1px dotted #ababab;
  width: 100%;
}

.newsletter_cont {
  background: #000;
}

.bg_newsletter {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg_newsletter .section-title-1 {
  font-size: 1.875rem;
}

.bg_newsletter .section-title-1 small {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.83333;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.nwsltr_frm_cont {
  width: 100%;
  max-width: 48.125rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.nwsltr-form-fields .inner {
  position: relative;
  margin-bottom: 1.5625rem;
}

.nwsltr-form-fields .inner input[type="email"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  font-size: 14px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.nwsltr-form-fields .inner input[type="email"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.nwsltr-form-fields .inner input[type="email"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nwsltr-form-fields .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  position: absolute;
  padding: 0;
  top: 0.75rem;
  right: 0.6875rem;
  font-size: var(--small);
  border: 0px solid #ffffff;
  background-color: var(--main);
}

.nwsltr-form-fields .acc_policy {
  max-width: 37.5rem;
  margin: 0 0 1rem;
  position: relative;
  text-align: left;
  font-size: var(--small);
  line-height: 0.875rem;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.nwsltr-form-fields .acc_policy input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

@media (min-width: 40em) {
  .nwsltr-form-fields .inner {
    margin-bottom: 3.125rem;
  }

  .nwsltr-form-fields .inner input[type="email"] {
    padding: 0 5rem 0 2.5rem;
  }

  .bg_newsletter {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .bg_newsletter .section-title-1 {
    font-size: 2.375rem;
  }
}

@media (min-width: 64em) {
  .bg_newsletter {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .bg_newsletter .section-title-1 {
    font-size: 2.8125rem;
  }
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

.bg_newsletter h1 small {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.83333;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .bg_newsletter h1 small {
    font-size: var(--small);
  }
}

.bg_newsletter h1 small {
  color: #ffd616;
}

.text-white {
  /* text-shadow: 0 1px 1px white; */
}

.more-link-1 {
  width: fit-content;

  display: inline-block;
  font-size: var(--small);
  position: relative;
  line-height: 2;
  font-weight: 500;
  color: var(--main);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 64em) {
  #footer .footer-top {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 40em) {
  #footer .footer-top {
    padding-bottom: 1.25rem;
  }
}

.conference-card-link {
  display: block;
  padding: 10px 5px;
  line-height: 1.25;
  position: relative;
  font-size: 13px;
  color: #777;
  border-bottom: 1px solid rgba(2, 27, 65, 0.1);
}

.transform-y {
  transition: 0.3s;
}

.transform-y:hover {
  transform: translatey(-4px);
}

.conference-card-link::after {
  content: "";
  display: block;
  width: 0;
  border-top: 1px solid var(--main);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}

.conference-card-link:hover {
  color: var(--main-txt);
}

.conference-card-link:hover::after {
  width: 100%;
}

a.link-secondary {
  background-color: var(--main);
  border-radius: 30px;
  padding: 11px 15px;
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 13px;
}

a.link-secondary:hover {
  color: white;
  background-color: var(--main-hvr);
}

.rotate-i-90-hover i,
.rotate-i-180-hover i {
  transition: 0.5s all ease-in-out;
}

.rotate-i-90-hover:hover i {
  transform: rotate(90deg);
}

.rotate-i-180-hover:hover i {
  transform: rotate(180deg);
}

.cat_img_container {
  display: block;
  height: 9rem;
}

.cat_img_container img {
  height: 100%;
  object-fit: cover;
}

.cat_title {
  color: var(--main-txt);
}

@media (min-width: 64em) {
  .cat_img_container {
  }
}

.filter-ul {
  display: inline-flex;
  list-style: none;
  font-size: var(--small);
  flex-wrap: wrap;
  padding-left: 0;
}

.filter-ul li {
  margin-bottom: 3px;
  margin-right: 5px;
  border-radius: 1.5rem;
  background-color: #00505c;
  display: block;
  transition: 0.5s all ease-in-out;
  margin-top: 20px;
}

.filter-ul li:hover {
  transform: translateY(-2px);
}

.filter-ul li a {
  padding: 0.5rem 0.75rem;
  font-size: var(--small);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  color: white;
  transition: 0.3s all ease-in-out;
}

.filter-ul li a:hover {
  color: #ebebeb;
}

.blog-card-body p {
  color: #999999;
}

.blog-title {
}

.lines-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 0px !important;
}

.sm_txt_1 {
  letter-spacing: 1px;
  font-size: var(--small);
  line-height: 1.83333;
  color: var(--grey-light);
  font-weight: 500;
}

.hero_title {
  line-height: 1.33333;
  font-weight: 500;
}

.a_header h2 {
  margin-bottom: 1.1em;
  line-height: 1.2222;
  font-weight: 700;
}

.mid_img img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.data_section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cent_col div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**************col padding*****************/
.col- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-md-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-sm-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-lg-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xl-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs- {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-1 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-2 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-3 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-4 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-5 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-7 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-8 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-9 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-10 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-11 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-12 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/**************end col padding****************/

/*Hero product page start*/
.hero_b_1 {
  color: #fff;
  position: relative;
  background-color: var(--main);
  margin: 0.3125rem;
  padding: 0.75rem 1.1875rem;
  border-radius: 1.66667em;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1rem;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid var(--main);
  transition: 0.3s;
}

.prod_data_header h2 {
  margin-bottom: 1.1em;

  line-height: 1.2222;

  font-weight: 500;
}

.prod_cont_img {
  max-height: 50vh;
}

.rm_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hero_p_2 {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-size: var(--paragraphs) !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400 !important;
}

.hero_b_1:hover {
  color: #fff;
  transition: 0.3s;
  transform: translateY(-2px);
  background-color: var(--main-hvr);
  border: 1px solid var(--main-hvr);
}

.hero_b_2 {
  color: var(--main);
  position: relative;
  background-color: transparent;
  margin: 0.3125rem;
  padding: 0.75rem 1.1875rem;
  border-radius: 1.66667em;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1rem;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid var(--main);
  transition: 0.3s;
}

.hero_b_2:hover {
  border: 1px solid var(--main);
  color: #fff;
  transition: 0.3s;
  transform: translateY(-2px);
  background-color: var(--main);
}

.sm_txt {
  font-size: 70%;
  line-height: 1.3;
  padding: 1.1rem;
  display: block;
  color: white;
  font-weight: 400;
  margin-left: 1.5rem;
  background: var(--main);
  border-radius: 0rem 1.6rem 1.6rem 1.6rem;
  text-shadow: none;
  max-width: 320px;
}

/*hero product page end*/

/* Glow Buttons radio and check start*/
/* .glow_check {
  position: relative;
  width: 50px;
  padding-left: 30px;
  justify-content: flex-start;
  min-height: 32px;
  align-items: center;
  align-content: center;
  display: flex;
  width: fit-content;
} */
.glow_check {
  position: relative;
  height: fit-content;
  width: 50px;
  padding-left: 30px;
  justify-content: flex-start;
  min-height: 32px;
  align-items: center;
  display: inline-flex;
  width: fit-content;
}

.glow_check label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 0px 3px 1px var(--main), 0 0 2px 1px var(--main);
  align-content: center;
  justify-content: center;
}

.glow_check label:after {
  content: "";
  width: 7px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 5px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  padding: 1px 1px 2px 6px;
  transform: rotate(-45deg);

  box-shadow: 0px 0px 7px 3px var(--main), inset 0 0 10px 1px var(--main);
  /* background-color: var(--main); */
}

.glow_check label:hover::after {
  opacity: 0.3;
}

.glow_check input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.glow_check input[type="radio"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
  filter: invert(100%) hue-rotate(18deg) brightness(1.7);
}

.glow_check input[type="radio"]:checked + label:after {
  opacity: 1;
}

/* Glow Buttons radio and check end*/
/* form control style */

.form-control {
  border: none;
  box-shadow: 0 0 0px 1px var(--main);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--main);
  outline: 0;
  box-shadow: 0 0 6px 1px var(--main);
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
}

.navbar .dropdown_1 .dropdown-menu {
  background: #ffd6b5;
  background-color: #ffd6b5 !important;
  top: 70px;
}

/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 75em) {
  .navbar .dropdown-menu {
    z-index: -1;
    /* box-shadow: 0px 53px 107px -1px #888; */
  }

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    margin: 0;
  }

  .navbar .nav-item:hover .nav-link::after,
  .navbar .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    height: 2px;
    border: none;
    background-color: var(--main);
    bottom: 0px;
    display: flex;
    max-width: 25px;
  }

  .navbar .nav-link {
    transition: 0.3s;
    position: relative;
  }

  .navbar .nav-link:hover,
  .navbar .nav-item.active .nav-link {
    color: var(--main) !important;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: var(--main);
  }

  .nav-link {
    padding: 0.5rem 0.75rem !important;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
    display: flex;

    justify-content: center;
    align-items: center;
  }

  .navbar .dropdown_1 {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown.active .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 90px;
    overflow: hidden;
    box-shadow: 2px 15px 20px 0px #00000038;
    transition: top 0.3s ease-in-out, opacity 0.5s ease-in-out;
    transform: translatey(-20px);
  }

  .navbar .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    padding: 1rem 0;
    background-color: #fff;
    border-top: 1px solid #abababcc;
  }
}

@media (min-width: 75em) {
  .navbar ul {
    height: 70px !important;
  }

  .navbar .dropdown {
    height: 100%;
  }

  .navbar .dropdown_1 {
    height: 100%;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: -120%;
    display: block;
    visibility: hidden;
    opacity: 0;
    /* transition: top 0.3s ease-in-out, opacity 0.5s ease-in-out; */
  }
}

.lang {
  display: flex !important;
  margin-left: 0.625rem;
  padding: 0.75rem 1.1875rem;
}

.lang i {
  margin-right: 5px;
}

.img_mono {
  display: none;
}

.img_blue {
  display: block;
}

@media (min-width: 75em) {
  .header_hover {
    background-color: #fff !important;
    transition: 0s all linear;
    /* box-shadow: 0 0 1px 2px #ababab; */
    transition: 0.3s ease-in-out;
    border-bottom: 0 !important;
    /* #1c3254  */
  }

  .header_hover .nav-item {
    border-color: #000;
    color: #000 !important;
  }

  .header_hover .nav-item .nav-link {
    border-color: #000;
    color: #000 !important;
  }

  .header_hover .img_mono {
    display: block;
  }

  .header_hover .img_blue {
    display: none;
  }

  .header_hover .lang,
  .header_hover .partners,
  .header_hover .search {
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .header_hover .contact {
    color: #fff !important;
  }

  .header_hover .contact {
    background-color: var(--main);
  }

  .header_hover .dropdown:hover .nav-link {
    color: var(--main) !important;
  }

  .dropdown_1 .dropdown-toggle::after {
    display: none !important;
  }

  .dropdown_1:hover .dropdown-toggle::after {
    display: none !important;
  }

  .dropdown .dropdown-toggle::after {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    content: "";
    position: absolute;
    /* color: var(--main); */
    left: 10px;
    right: 0;
    height: 1px;
    border: none;
    background-color: var(--main);
    bottom: 0px;
    display: flex;
    max-width: 15px;
  }

  .dropdown.show .dropdown-toggle::after {
    content: "";
    position: absolute;
    /* color: var(--main); */
    left: 10px;
    right: 0;
    height: 1px;
    border: none;
    background-color: var(--main);
    bottom: 0px;
    display: flex;
    max-width: 15px;
  }
}

/* .dropdown-toggle::after {
  display: flex;
  max-width: 10px;
  margin-right: auto;
  margin-left: auto;


} */

.dropdown-toggle {
  position: relative;
  display: block;
}

.header_dropbox {
  padding: 0.9375rem;
  margin: 0;

  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.dot_line_after {
  position: relative;
}

.card_blog_header {
  position: relative;
  display: flex;
  margin-bottom: 1.875rem;
  padding: 0;
  min-height: 7rem;
}

.card_blog_header .more-link {
  position: absolute;
  bottom: 7px;
}

.img_blog_header {
  border-radius: 8px;
  margin-right: 1.875rem;
  background: #ababab;
  width: 10.75rem;

  min-width: 10.75rem;
  min-height: 6.25rem;
  height: 6.25rem;
}

.img_blog_header img {
  border-radius: 8px;
}

.blog_date_header {
  color: #7c878e;
  display: block;
  font-size: var(--small);
  margin-bottom: 0.9375rem;
}

.list_drop_header {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  color: #000;
  font-size: 14px;
  list-style: none;

  margin-bottom: 1.5625rem;
}

.list_drop_header a {
  display: flex;
  white-space: normal;
  flex-wrap: nowrap;
  font-size: 15px;
  color: #7c878e;
  font-weight: 400;
  padding: 0 0 0.625rem 0;
  align-items: flex-start;
  justify-content: flex-start;
}

.current-align {
  text-align: left;
}

.list_drop_header a:hover {
  color: var(--main);
  text-decoration: none;
}

.list_drop_header .lst_hdr {
  color: #021b41;
  text-shadow: 0 0 1px #ababab;
  font-size: 15px;
  text-align: start;
  padding-bottom: 5px;
  width: fit-content;
}

@media (max-width: 1199px) {
  .list_drop_header .lst_hdr .line {
    border-bottom: 1px solid var(--main);
    display: block;
  }
  .list_drop_header .lst_test > span i {
    display: none;
  }

  .list_drop_header .lst_test .lst_show h4 {
    display: none;
  }
}

.shdw_hvr {
  padding: 0.9375rem !important;

  border-radius: 0.5rem;
}

.shdw_hvr img {
  margin: 0 10px 0 0;

  width: auto;
  height: 1.625rem;
}

.shdw_hvr p.title {
  margin-bottom: 0;
  white-space: initial;
  margin-left: 0.25rem;
  font-weight: 700;
  font-size: var(--paragraphs);
  color: #7c878e;
}

.shdw_hvr:hover {
  box-shadow: 0 0 15px 0 rgb(2 27 65 / 10%);
}

.shdw_hvr .description {
  color: #7c878e;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: var(--small);
  white-space: pre-wrap;
}

.shdw_hvr .image-catname-container {
  display: flex;

  align-items: center;
}

@media (min-width: 75em) {
  .drop_cont_3 {
    width: calc(25% - 1.875rem);
  }

  .drop_cont_6 {
    width: calc(50% - 1.875rem);
  }

  .desk_hide {
    display: none !important;
  }

  .desk_show {
    display: block !important;
  }

  .desk_no_link {
    pointer-events: none;
  }
}

@media (max-width: 75em) {
  .mobile_no_link {
    pointer-events: none;
  }

  .dropdown-menu .hero-container {
    padding: 0.5rem;
    border-radius: 0.665rem;
  }

  .dropdown-menu .drop_bg {
    background: #e6e6e7;
  }

  .dropdown-menu .hero-container li {
    white-space: normal;
  }

  .dropdown-menu .hero-container .list_drop_header a {
    white-space: normal;
    font-size: 13px;
  }

  .search_mobile {
    margin: 1.875rem -1.875rem 1.25rem -1.875rem;
    padding: 1.25rem 1.875rem;
    background: #ff700080;
  }

  .search_mobile .inner {
    position: relative;
    margin-bottom: 0;
  }

  .search_mobile .inner input[type="text"] {
    display: block;
    width: 100%;
    border-radius: 35px;
    font-size: 13px;
    height: 3.125rem;
    padding: 0 3.125rem 0 1.25rem;
    border: 0px solid #ffffff;
  }

  .search_mobile .inner input[type="text"]:focus-visible {
    outline: none;
    box-shadow: inset 1px 1px 5px 1px var(--main);
  }

  .search_mobile .inner input[type="text"]:focus {
    outline: 0;
    border: 0 none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .search_mobile .inner input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 35px;

    height: 3.125rem;
    padding: 0 3.125rem 0 1.25rem;
    border: 0px solid #ffffff;
  }

  .search_mobile .inner input[type="email"]:focus-visible {
    outline: none;
    box-shadow: inset 1px 1px 5px 1px var(--main);
  }

  .search_mobile .inner input[type="email"]:focus {
    outline: 0;
    border: 0 none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .search_mobile .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.875rem;
    position: absolute;
    padding: 0.75rem;
    right: 0.3125rem;
    top: 0.3125rem;
    font-size: var(--small);
    border: 0px solid #ffffff;
    background-color: var(--main);

    transition: 0.3s;
  }

  .search_mobile .button:hover {
    transition: 0.3s;

    transform: translateY(-2px);
  }

  .navbar a,
  .navbar a:focus {
    padding: 0.625rem 0;
  }

  .navbar-mobile .contact,
  .navbar-mobile .contact:focus {
    padding: 0.625rem 0;
    margin-top: 1.875rem;
    margin-left: 0;
  }

  .navbar-mobile .partners,
  .navbar-mobile .partners:focus {
    padding: 0.625rem 0;
    margin-left: 0;
  }

  /* .dropdown-toggle {
      height: 35px;
  } */

  .dropdown-toggle {
    position: relative;
    display: flex !important;
  }

  .shdw_hvr {
    padding: 0.9375rem;
    border-radius: 0.5rem;
    border: 1px solid #e6e6e6;
    margin: 0.3125rem 0 !important;
  }

  .dropdown-menu {
    position: relative;
  }

  .mobile_p_0 {
    padding: 0 !important;
  }

  .mobile_m_0 {
    margin: 0 !important;
  }

  .mobile_no_dropdown .dropdown-menu {
    display: none !important;
  }

  .mobile_no_dropdown a::after {
    display: none !important;
  }

  .mobile_hide {
    display: none !important;
  }

  .mobile_show {
    display: block !important;
  }
}

.show-1 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.show-1 * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.close_btn {
  top: 0.735rem;
  right: 1rem;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  background-color: #fff;
  background: #fff;
  color: #ff7000;
  cursor: pointer;
}

.search_frm_cont {
  margin-right: 3.75rem;
  text-align: center;
  position: relative;
}

.search-form-fields .inner {
  position: relative;
  margin-bottom: 0;
}

.search-form-fields .inner input[type="text"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.search-form-fields .inner input[type="text"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.search-form-fields .inner input[type="text"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form-fields .inner input[type="email"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.search-form-fields .inner input[type="email"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.search-form-fields .inner input[type="email"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form-fields .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  position: absolute;
  padding: 0;
  top: 0.75rem;
  right: 0.6875rem;
  font-size: var(--small);
  border: 0px solid #ffffff;
  background-color: var(--main);
}

.search-form-fields .acc_policy {
  max-width: 37.5rem;
  margin: 0 0 1rem;
  position: relative;
  text-align: left;
  font-size: var(--small);
  line-height: 0.875rem;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}

.search-form-fields .acc_policy input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

@media (min-width: 40em) {
  .search-form-fields .inner {
  }

  .search-form-fields .inner input[type="email"] {
    padding: 0 5rem 0 2.5rem;
  }

  .search-form-fields .inner input[type="text"] {
    padding: 0 5rem 0 2.5rem;
  }
}

.mob_lang_sect {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.mob_lang_sect li {
  margin-right: 0.625rem;
}

.mob_lang_sect .eng {
  font-size: var(--paragraphs);
  font-weight: 500;

  padding: 0.5rem 0.9375rem;
  background-color: var(--main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 1.66667em;
}

.mob_lang_sect .ar {
  font-size: var(--paragraphs);
  font-weight: 500;

  padding: 0.5rem 0.9375rem;
  background-color: transparent;
  border: 1px solid var(--main);
  color: var(--main);
  line-height: 1;
  text-decoration: none;
  display: block;
  margin: 0;
  border-radius: 1.66667em;
}

.dot_line_after_2 {
  position: relative;
}

/** =======================
 * accordion
 ===========================*/

.accordion_xs {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: 30px auto 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  border-top: 1px solid rgba(2, 27, 65, 0.7);
}

.accordion_xs li {
  font-size: 1.75rem;
  border-bottom: 1px solid rgba(2, 27, 65, 0.7);
  list-style: none;
}

@media (min-width: 64em) {
  .accordion_xs .link {
    font-size: 1.75rem;
  }
}

.accordion_xs .link {
  padding: 1.3em 0;
  cursor: pointer;
  display: block;
  color: var(--main-txt);
  font-size: var(--heading-4);
  font-weight: 500;
  line-height: 1;
  /* border-bottom: 1px solid #CCC; */
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_xs li:last-child .link {
  border-bottom: 0;
}

.accordion_xs li i {
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_xs li i.bx-chevron-down {
  right: 12px;
  left: auto;
  font-size: 2rem;
  top: 1.2rem;
}

.accordion_xs li.open .link {
  color: var(--main);
}

.accordion_xs li.open i {
  color: var(--main);
}

.accordion_xs li.open i.bx-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion_xs li.default .submenu {
  display: block;
}

/**
* submenu
-----------------------------*/
.submenu {
  font-size: var(--small);
  color: var(--main-txt);
  padding: 0 0 3rem 0;
  display: none;
  font-weight: 400;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: var(--main);
  color: #fff;
}

.accord_sect {
  background: #f3f8fc;
}

.accord_sect .title_h2 {
  margin-bottom: 1.7em;
}

.v_card_cont {
  width: 50%;
}

.v_card {
  position: relative;
  max-width: 23.125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  min-height: 3px;
  margin-bottom: 0.9375rem;

  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.v_image {
  min-height: 10px;
}

@media (min-width: 40em) {
  .v_card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 1.875rem;
  }

  .v_card_cont {
    width: 33.333%;
  }
}

@media (min-width: 64em) {
  .v_card_cont {
    width: 25%;
  }
}

.dark_linear_bg {
  background: #000;
}

/* .dark_linear_bg .card {
  height: 435px;
}

.dark_linear_bg .card .d-none {
  height: 100%;
} */

.form_row {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--main-txt);
}

.form_control_wrap {
}

.agenda_form {
  color: var(--main-txt);
}

.agenda_form select {
  color: var(--main-txt);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: listbox;
  appearance: listbox;
  margin-left: -5px;
}

.agenda_form select option {
  opacity: 1;
}

.agenda_form select:focus {
  color: var(--main-txt);
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.75rem;
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

.agenda_form_mail {
  display: block;
}

.agenda_form_label {
  text-align: left;
  line-height: 1rem;
  font-weight: 400;
  font-size: var(--small);
  text-transform: uppercase;
  color: #7c878e;
  display: block;
}

.agenda_form input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: var(--main-txt);
  background: 0 0;
  border: 0;
  /* border-bottom: 1px solid var(--main-txt); */
  outline: none;
  box-shadow: none;
}

.agenda_form ::placeholder {
  color: var(--main-txt);
  opacity: 0.7;
}

.agenda_form textarea ::placeholder {
  color: var(--main-txt) !important;
  opacity: 0.7 !important;
}

.agenda_form textarea::-webkit-input-placeholder {
  color: var(--main-txt);
  opacity: 0.7;
}

.agenda_form textarea {
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: var(--main-txt);
  background: 0 0;
  border: 0;
  /* border-bottom: 1px solid var(--main-txt); */
  outline: none;
  box-shadow: none;
}

.agenda_form input::placeholder {
  color: var(--main-txt);
  opacity: 0.7;
}

.agenda_form .submit_x {
  display: flex;
  align-items: center;
  line-height: 1rem;
  padding: 0.75rem 1.1875rem;
  border: 1px solid transparent;
  border-radius: 2.66667em;
  position: relative;
  background-color: var(--main);
  color: white;

  transition: 0.3s;
}

.agenda_form .submit_x i {
  margin-bottom: -5px;
  font-size: 1.3rem;
  margin-top: -5px;

  margin-left: 0.5rem;
}

.agenda_form .submit_x:hover {
  color: white;
  transition: 0.3s;
  transform: translateY(-2px);
}

.ag_inner {
  /* background: rgba(0, 32, 111, 0.5); */
  padding: 1.5rem;
  border-radius: 1.6667rem;
}

.agenda_form .acc_policy_1 {
  text-align: left;
  margin-bottom: 3rem;
  font-size: 12px;
}

@media (min-width: 50em) {
  .agenda_form textarea {
    height: 4rem;
    padding: 0.375rem 0 1rem;
  }
}

@media (min-width: 64em) {
  .agenda_form textarea {
    height: 4rem;
    padding: 0.375rem 0 1rem;
  }
}

.orange_hdr h1,
.orange_hdr h2,
.orange_hdr h3,
.orange_hdr h4,
.orange_hdr h5,
.orange_hdr h6 {
  color: #ff7000;
}

.ptb-1-5-rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#related_events ul {
  list-style: none;
  padding: 0;
}

#related_events .conference-card-link {
  text-align: left;
}

#related_events ul {
  cursor: pointer;
}

#related_events .rel_link {
  color: #171717;
}

.page-item:first-child .page-link,
.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
  background-color: var(--main);
  border-color: var(--main);
}

.page-item {
  margin: 0px 7px;
  width: 2rem;
  height: 2rem;
}

.page-item.active .page-link {
  border-radius: 50%;
  color: var(--main);
  border-color: var(--main);
  text-decoration: none;
  background-color: #fff;
}

.product-container small {
  font-size: var(--small);
}

.product-container .product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.no-after::after {
  content: unset;
}

.img_search {
  border-radius: 8px;
  margin-right: 1.875rem;
  width: 10.75rem;

  min-width: 10.75rem;
  min-height: 6.25rem;
  height: 6.25rem;
}

.img_search img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.search_container {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 480px) {
  .search_container {
    display: flex;
    flex-wrap: wrap;
  }

  .img_search {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    min-width: unset;
    /* min-height: unset; */

    /* min-height: 10rem; */
    max-height: 8rem;
    aspect-ratio: 18/9;
    height: unset;
  }

  .img_search img {
    max-height: 8rem;
    /* width: unset; */
    aspect-ratio: 18/9;
  }
}

.hr_img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hr_img {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}

.hr_im_1 {
  max-width: 12.5rem;
  padding: 1.25rem 0;
  position: relative;
}

@media (min-width: 40em) {
  .hr_im_1 {
    max-width: 18.75rem;
    margin-left: 1.875rem;
    max-width: 29.375rem;
  }
}

#hero3 {
  background-color: #eaeae0;
}

.mycardbody {
  background-color: #eaeae0;
}

.mycard {
  background-color: #eaeae0;
}

.scroll {
  background-color: #00bfb2;
  outline: 0 !important;
  border: none;
}

.main-timeline {
  font-family: "Poppins", sans-serif;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: calc(50% + 1px);
  padding-left: 80px;
  margin: 0 0 30px;
  float: right;
  position: relative;
}

.main-timeline .timeline-content {
  color: #666;
  min-height: 120px;
  padding: 10px 0;
  border-bottom: 3px solid var(--main);
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #aaa;
  background: linear-gradient(var(--grey-light), var(--main));
  font-size: 27px;
  text-align: center;
  height: 110px;
  width: 110px;
  padding: 20px 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -135px;
  top: 50%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-timeline .timeline-year:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  z-index: -2;
}

.main-timeline .timeline-year span {
  line-height: 32px;
  font-weight: 500;
  color: var(--main);
  display: block;
}

.main-timeline .title {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: var(--heading-4);
  color: var(--main-txt);
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  /* font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 5px; */
}

.main-timeline .description {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding-left: 0;
  padding-right: 80px;
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: -110px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: -135px;
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 2) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-content:before {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-year {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 3) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 4) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-content:before {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-year {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 5) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 6) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-content:before {
  background: linear-gradient(#2ca397, #038c6b);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-year {
  background: linear-gradient(#038c6b, #2ca397);
}

.main-timeline .timeline:nth-child(4n + 7) .title {
  color: #038c6b;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
    padding-left: 140px;
  }

  .main-timeline .timeline:nth-child(even) {
    padding-right: 140px;
  }
}

@media screen and (max-width: 576px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 140px 0 0;
  }

  .main-timeline .timeline-content {
    text-align: center;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -140px;
    right: auto;
  }

  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -118px;
    right: auto;
  }
}

.glowCheckvendor {
  transition: 0.3s all ease-in-out;
}

.not-valid-check {
  box-shadow: 0px 0px 7px 3px #ffcece, inset 0 0 10px 1px #ff5e5e !important;
}

.info-heading {
  text-shadow: 0.2px 0.2px 0.5px;
}

.card_blog {
  background: #000;
  border-radius: 0;
  color: var(--main-txt);
  overflow: visible;

  display: block;
}

.card_blog_multiple {
}

.blog_details {
  position: relative;
  padding: 1.5625rem;
  background-color: #000;
}

@media (min-width: 40em) {
  .card_blog {
    margin-bottom: 1.875rem;
  }

  .blog_headline {
    font-size: var(--heading-4);
  }
}

@media (min-width: 64em) {
  .blog_details {
  }

  .blog_headline {
    font-size: var(--heading-4);
  }
}

.blog_date {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.625rem;
  color: #b3babf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog_headline {
  margin-top: 0.9375rem;
  max-width: 30rem;
  margin-bottom: 1em;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  color: #fff;
  text-rendering: optimizeLegibility;
}

.blog_p {
  margin: 0;
  padding: 0;
  max-width: 30rem;
  margin-bottom: 1.25rem;
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  color: #b3babf;
  text-rendering: optimizeLegibility;
}

.blog_img {
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 52.63157894736842%;
  -webkit-box-shadow: 0 0 2px rgb(19 19 19 / 10%);
  box-shadow: 0 0 2px rgb(19 19 19 / 10%);
}

@media (min-width: 64em) {
  .card_blog_multiple {
    margin: 0;
    margin-left: 8.33333%;
  }
}

.card_blog_multiple .card_blog {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  padding-top: 1.5625rem;
}

.card_blog_multiple .card_blog .blog_details {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .card_blog_multiple .card_blog:first-child {
    border-top: 0 none;
  }

  .card_blog_multiple .card_blog .blog_details {
    padding: 0 !important;
  }
}

.blogs_see_more {
  background-color: var(--light-orng);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1.1875rem;
  padding-top: 1.0625rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.0625rem;
  padding-left: 2.1875rem;
  border: 1px solid transparent;
  border-radius: 1.66667em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-family: inherit;
  font-size: var(--paragraphs);
  font-weight: 500;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
  border: 1px solid;
}

.blogs_see_more:hover {
  color: var(--main-hvr);
  background-color: #ffffff;
}

.slick-slide img {
  display: inherit !important;
}

.slick-slide img {
  display: block !important;
}

.slider_1 {
  background: linear-gradient(90deg, #ffffff, #5fafd8, #ffffff, #5fafd8);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.test_1 {
  background: linear-gradient(90deg, #ffffff, #5fafd8, #ffffff, #5fafd8);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}

.carousel-item {
  min-height: 345px;
}

.ptb-5-5-rem {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.card_blog {
  background: #000;
  border-radius: 0;
  color: var(--main-txt);
  overflow: visible;

  display: block;
}

.card_blog_multiple {
}

.blog_details {
  position: relative;
  padding: 1.5625rem;
}

@media (min-width: 40em) {
  .card_blog {
    margin-bottom: 1.875rem;
  }

  .blog_headline {
    font-size: 18px;
  }
}

@media (min-width: 64em) {
  .blog_details {
  }

  .blog_headline {
    font-size: var(--heading-4);
  }
}

.blog_date {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.625rem;
  color: #b3babf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog_headline {
  margin-top: 0.9375rem;
  max-width: 30rem;
  margin-bottom: 1em;
  font-weight: 500;
  display: block;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  text-rendering: optimizeLegibility;
}

.blog_p {
  margin: 0;
  padding: 0;
  max-width: 30rem;
  margin-bottom: 1.25rem;
  line-height: 2;
  font-size: var(--small);
  font-weight: 400;
  color: #b3babf;
  text-rendering: optimizeLegibility;
}

.blog_img {
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 52.63157894736842%;
  -webkit-box-shadow: 0 0 2px rgb(19 19 19 / 10%);
  box-shadow: 0 0 2px rgb(19 19 19 / 10%);
}

@media (min-width: 64em) {
  .card_blog_multiple {
    margin: 0;
    margin-left: 8.33333%;
  }
}

.card_blog_multiple .card_blog {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  padding-top: 1.5625rem;
}

.card_blog_multiple .card_blog .blog_details {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .card_blog_multiple .card_blog:first-child {
    border-top: 0 none;
  }

  .card_blog_multiple .card_blog .blog_details {
    padding: 0 !important;
  }
}

.blogs_see_more {
  background-color: var(--light-orng);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1.1875rem;
  padding-top: 1.0625rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.0625rem;
  padding-left: 2.1875rem;
  border: 1px solid transparent;
  border-radius: 1.66667em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-family: inherit;
  font-size: var(--paragraphs);
  font-weight: 500;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
  border: 1px solid;
}

.blogs_see_more:hover {
  color: var(--main-hvr);
  background-color: #ffffff;
}

#blogs-section {
  background-color: #000;
}

[title="Invest Center"] {
  width: 100%;
}

@media (min-width: 575px) {
  [title="Invest Center"] {
    width: 100%;
  }
}

.orange_hdr h1,
.orange_hdr h2,
.orange_hdr h3,
.orange_hdr h4,
.orange_hdr h5,
.orange_hdr h6 {
  color: #ff7000;
}

.ptb-1-5-rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.prod_data_header h2 {
  margin-bottom: 1.1em;

  line-height: 1.2222;

  font-weight: 500;
}

.acc_policy_1 {
  text-align: left;
  font-size: 12px;
  line-height: 0.875rem;
  text-transform: none;
  color: white;
  /* Bilal Edit #7c878e */
}

.bg-light-gray {
  background-color: rgb(255 112 0 / 10%);
  /* Bilal Edit #ebebeb6b */
}

.agenda_form .submit_x {
  margin-left: auto;
}

.acc_pol_cont {
  max-width: 23.5rem;
  margin: 2.5rem 0 3.125rem;
}

.contact_form {
  color: #fff;
}

.form_row {
  margin-bottom: 0.75rem;
}

.form_control_wrap {
}

.contact_form_mail {
  display: block;
}

.contact_form_label {
  line-height: 1rem;
  font-weight: 400;
  font-size: var(--small);
  text-transform: uppercase;
  color: #7c878e;
  display: block;
}

.contact_form input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: #fff;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  font-size: 14px;
  box-shadow: none;
  transition: 0.3s ease-in-out all;
}

.contact_form ::placeholder {
  color: #fff;
  opacity: 0.7;
}

.contact_form textarea ::placeholder {
  color: #fff !important;
  opacity: 0.7 !important;
}

.contact_form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.contact_form textarea {
  width: 100%;
  height: 3.5rem;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: #fff;
  background: 0 0;
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  box-shadow: none;
}

.contact_form input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.contact_form .submit_x {
  display: flex;
  align-items: center;
  line-height: 1rem;
  padding: 0.75rem 1.1875rem;
  border: 1px solid transparent;
  border-radius: 2.66667em;
  position: relative;
  background-color: var(--main);
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .contact_form .submit_x {
    margin: 0 auto;
  }
}

.contact_form .submit_x i {
  margin-bottom: -5px;
  font-size: 1.3rem;
  margin-top: -5px;

  margin-left: 0.5rem;
}

.contact_form .submit_x:hover {
  color: #fff;
  transition: 0.3s;
  transform: translateY(-2px);
}

.contact_sect_ {
  background-color: #000;
}

@media (min-width: 50em) {
  .contact_form textarea {
    height: 3rem;
    padding: 0.375rem 0 1rem;
  }
}

@media (min-width: 64em) {
  .contact_form textarea {
    height: 3rem;
    padding: 0.375rem 0 1rem;
  }
}

.speaker_popup:before {
  background: var(--main);
  opacity: 0.5;
  color: white;
}

.speaker_popup .modal-content {
  background: var(--main-bg);
  border-radius: 1.66667em;

  border: 0px solid #fff;
}

.speaker_popup .modal-title {
  color: white;
}

.speaker_popup .modal-header {
  /* background: var(--main); */
  border-radius: 1.66667em 1.66667em 0 0;
  padding: 2rem 3rem;
  padding-bottom: 0;
  color: white;
  border: 0;
}

.speaker_popup .modal-body {
  padding: 2rem 3rem;
  padding-top: 0;
  color: white;
  border: 0;
}

.speaker_popup .modal-footer {
  padding: 2rem 3rem;
  color: white;
}

.speaker_popup .btn_close {
  color: var(--main);
  /* filter: brightness(0) invert(1); */
  border-radius: 1.66667em;
  /* background-color: var(--main); */
  background: transparent;
  background-color: transparent;
  font-size: 2.5rem;
  padding: 0;
  border: none;
}

.btn-close:focus {
  color: white;
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.speakers-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.speakers-slider .slick-dots li {
  height: 1px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.speakers-slider .slick-dots .slick-active button {
  background: var(--main);
  border: 1px dotted var(--main);
  width: 100%;
}

.speakers-slider .slick-dots li button {
  border: 1px dotted #ababab;
  width: 100%;
}

.prev_speaker {
  font-weight: 100;
  font-size: 23px;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.prev_speaker:hover {
  box-shadow: inset 0 0 5px 1px var(--main), 0 0 5px 1px var(--main);
}

.next_speaker {
  font-weight: 100;
  font-size: 23px;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.next_speaker:hover {
  box-shadow: inset 0 0 5px 1px var(--main), 0 0 5px 1px var(--main);
}

.upcoming-slider .slick-slide {
  display: flex;
}

.upcoming-slider .slick-slide > div {
  width: 100%;
  height: 100%;
}

.rm_upco {
  width: fit-content;
  position: absolute;
  bottom: 2.5rem;
}

.accordion-button:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  margin-left: 15px;
}

.accordion-button:not(.collapsed) {
  color: #ff7000;
  background-color: #fff;
  /* background-color: #fff5ed; */
}

.accordion-button:not(.collapsed)::after {
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filter_btn_x {
  /* display: inline-block;
  border-bottom: 0px;
  margin: 0; */
  cursor: pointer;
  padding: 0px 10px;
  width: 100%;
  white-space: nowrap;

  justify-content: left !important;
}

@media (min-width: 880px) {
  .filter_btn_x {
    width: 20%;

    justify-content: center !important;
  }
}

#filterAccordion .accordion-item {
  border: none;
}

#filterAccordion .accordion-button {
  justify-content: center;
  outline: 0;
  box-shadow: none;
  font-size: 0.875rem;
  border-radius: 20px 20px 0 0px;
}

#filterAccordion .accordion-button:not(.collapsed) {
  border-bottom: 0;
}

section#hero.t_hero {
  background: #000 !important;
  color: white;
}

section#hero.t_hero .hero_title {
  color: #fff;
}

section#hero.t_hero h2 {
  color: #fff;
}

.dot_line_after_2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-repeat: repeat-x;
  margin-top: 1rem;
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.form-switch .form-check-input:checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff7000'/%3e%3c/svg%3e");
}

.after-close::after {
  margin: 0px 5px;
}

.form-check-input {
  border: 1px solid var(--light-orng);
  outline: 0;
  box-shadow: none;
}

.form-check-input:focus {
  border: 1px solid var(--light-orng);
  outline: 0;
  box-shadow: none;
}

.small,
small {
  font-size: var(--small);
}

@media (max-width: 880px) {
  #filterAccordion .accordion-button {
    border-radius: 25px;
  }
}

.glow_check_bigger {
  text-align: center;
  position: relative;
  width: 50px;
}

.glow_check_bigger label {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 10px;
  cursor: pointer;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 1px 1px 6px 2px var(--main), 0 0 5px 1px var(--main);
  align-content: center;
  justify-content: center;
}

.glow_check_bigger label:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 8px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  padding: 1px 1px 2px 6px;
  transform: rotate(-45deg);

  box-shadow: 0px 0px 13px 8px var(--main), inset 0 0 5px 1px var(--main);
  /* background-color: var(--main); */
}

.glow_check_bigger label:hover::after {
  opacity: 0.3;
}

.glow_check_bigger input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check_bigger input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.glow_check_bigger input[type="radio"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check_bigger input[type="radio"]:checked + label:after {
  opacity: 1;
}

.red_glow {
  box-shadow: inset 1px 1px 6px 2px #ff0000, 0 0 5px 1px #ff0000 !important;
}

.red_glow_1 {
  box-shadow: inset 1px 1px 2px 1px #ff0000, 1px 1px 5px 1px #ff0000 !important;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #ffffff;
}

.form-switch {
  padding-left: 1.65em;
}

.invalid-input {
  border-color: #ff5757 !important;
}

.grecaptcha-badge {
  bottom: 70px !important;
  display: none;
}

.chng_dt_ppp tr:nth-child(even) {
  background: #cccccc;
}

.chng_dt_ppp tr:nth-child(odd) {
  background: #ececec;
}

.chng_dt_ppp tr {
  cursor: pointer;
}

.chng_dt_ppp tr:hover {
  background: #ff7000ab;
}

.chng_dt_ppp tr td {
  text-align: center;
  padding: 5px 10px;
}

.chng_dt_ppp tr th {
  text-align: center;
  padding: 5px 10px;
}

.chng_dt_ppp a {
  color: #ff7700;
}

.chng_dt_ppp tr {
  text-align: center;
  cursor: pointer;
}

.icetab {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-bottom: 0px;
  margin: 0;
  color: #ff7000;
  cursor: pointer;
  padding: 10px;
  letter-spacing: 2px;
  width: 50%;
  white-space: nowrap;
  font-weight: 600;
}

.icetab .span {
  font-size: 80%;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .icetab {
    width: 25%;
  }
}

#icetab-container {
  display: flex;
  flex-wrap: wrap;
}

#icetab-content {
  overflow: hidden;
  min-height: 250px;
  position: relative;
}

.tabcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  border-top: 0px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  min-height: 100%;
}

.tabcontent.tab-active {
  height: 100%;
  overflow: auto;
  display: block;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.cpn-container {
  margin-left: auto;
  margin-right: auto;
}

.current-tab {
  background: #ff7000;
  color: #fff;
}

button {
  background: white;
  color: #ff7700;
  border: 1px solid #ff7700;
}

.modal-body {
  padding: 0;
}

.agenda-title {
  font-size: 13px;
  color: white;
  font-weight: 700;
}

.agenda-container {
  margin: auto 10px;
  padding-left: 5px;
  text-align: left;
  color: white;
}

.ag_cont_cont {
  max-height: 250px;
  aspect-ratio: 9/15;
  background-size: cover;

  display: -webkit-box;
  border-radius: 5px;
}

.agenda-details {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .agenda-title {
    font-size: 5.5px;
  }

  .agenda-details {
    font-size: 3.5px;
  }

  .agenda-container {
    margin: auto 5px;
    padding-left: 3px;
    text-align: left;
  }
}

.disabled_download {
  background-color: #ababab;
  border-color: #bababa;
}

.disabled_download:hover {
  background-color: #ababab;
  border-color: #bababa;
}

.text-language-direction {
  text-align: left;
}

.right-sidebar-tab-notification {
  height: 670px;
}

/* ============================================================
RIGHT SIDEBAR SECTION
============================================================ */

#right-sidebar {
  background: #fff;
  width: 240px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  right: 0px;
  top: 0;
  padding-top: 75px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.right-sidebar-notifcations {
  padding: 15px;
  width: 385px !important;
}

.hide-right-sidebar {
  /*right:-240px !important;*/
  margin-right: -240px;
}

#right-sidebar > .rightside-navigation {
  height: 100%;
  margin-top: -78px;
}

#right-sidebar ul.sidebar-menu,
ul.sidebar-menu li ul.sub {
  margin: -2px 0 0;
  padding: 0;
}

#right-sidebar ul.sidebar-menu {
  padding-top: 80px;
  list-style: none;
  /*background-color: #fff;*/
}

.fixed-width-unfixed-header #right-sidebar > .rightside-navigation > ul {
  padding-top: 20px !important;
}

#right-sidebar > ul > li > ul.sub {
  display: none;
}

#right-sidebar .sub-menu > .sub li a {
  padding-left: 46px;
}

#right-sidebar > ul > li.active > ul.sub,
#sidebar > ul > li > ul.sub > li > a {
  display: block;
}

#right-sidebar ul.sidebar-menu li ul.sub li {
  background: #f0f0f0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

#right-sidebar ul.sidebar-menu li ul.sub li a {
  margin-left: 25px;
}

#right-sidebar ul.sidebar-menu li ul.sub li:before {
  content: "";
  top: -1px;
  bottom: -1px;
  position: absolute;
  width: 1px;
  border-left: 0px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
  margin-left: 40px;
}

#right-sidebar ul.sidebar-menu li ul.sub li a:before {
  content: "";
  left: 40px;
  top: 20px;
  position: absolute;
  display: block;
  width: 21px;
  border-bottom: 0px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

/** For second level sub menu **/

#right-sidebar ul.sidebar-menu li ul.sub li ul.sub li a:before {
  content: "";
  left: 40px;
  top: 20px;
  position: absolute;
  display: block;
  width: 34px;
  border-bottom: 0px dashed rgba(12, 12, 12, 0.3);
  z-index: 1;
}

#right-sidebar ul.sidebar-menu li ul.sub li > ul.sub li a {
  padding-left: 60px !important;
}

#right-sidebar ul.sidebar-menu li ul.sub li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #738699;
  position: relative;
}

#right-sidebar ul.sidebar-menu li ul.sub li a:hover,
#right-sidebar ul.sidebar-menu li ul.sub li.active a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  background: #c4c4c4;
}

#right-sidebar ul.sidebar-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#right-sidebar ul.sidebar-menu li.sub-menu {
  line-height: 15px;
}

#right-sidebar ul.sidebar-menu ul.sub li {
  border-bottom: none;
}

#right-sidebar ul.sidebar-menu li a span {
  display: inline-block;
}

#right-sidebar ul.sidebar-menu li a {
  color: #84888d;
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 25px;
  font-size: 12px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#right-sidebar ul.sidebar-menu li a.active,
#right-sidebar ul.sidebar-menu li a:focus {
  background-color: #eee;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#right-sidebar ul.sidebar-menu li ul.sub li a.active {
  font-weight: bold;
}

#right-sidebar ul.sidebar-menu li a i {
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#right-sidebar ul.sidebar-menu li a.active i,
ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
  background: #76cf1c;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

#right-sidebar ul.sidebar-menu li a i {
  font-size: 15px;
  padding-right: 6px;
}

#right-sidebar ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
  color: #ffffff;
}

#right-sidebar ul.sidebar-menu li a.active i {
  color: #ffffff;
}

.mail-info,
.mail-info:hover {
  margin: -3px 6px 0 0;
  font-size: 11px;
}

/** Profile Sidebar **/

#right-sidebar ul.sidebar-menu li.sidebar-profile {
  background-color: #3a434d;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-bottom: 10px solid #76cf1c;
}

#right-sidebar ul.sidebar-menu li.sidebar-profile .name {
  margin-top: 10px;
}

#right-sidebar ul.sidebar-menu li.sidebar-profile .image img {
  border-radius: 60%;
}

#right-sidebar ul.sidebar-menu li.sidebar-profile .status {
  margin-top: -10px;
  font-size: 7;
}

#right-sidebar ul.sidebar-menu li.sidebar-profile .status small i {
  color: #76cf1c;
}

/* ============================================================
RIGHT SIDEBAR TOGGLE SECTION
============================================================ */

.btn-bottom-right-sidebar-close {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #e74c3c !important;
  font-size: 15px;
  padding: 6px 8px 8px 10px;
  border-radius: 100%;
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  opacity: 0.8;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.hide-right-bar-notifications .right-sidebar-close {
display: none;
}*/

.right-sidebar-close:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.right-sidebar-toggle-box {
  float: left;
  margin-top: 23px;
  margin-left: -15px;
  background: #76cf1c;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -15px;
}

.right-sidebar-toggle-box i {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 8px 8px 8px 9px;
  color: white;
}

.right-sidebar-toggle-box:hover {
  background: #f6f6f6;
}

.hide-left-bar {
  margin-left: -240px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open-right-bar {
  right: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.merge-right {
  margin-right: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.merge-left {
  margin-left: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hide-right-bar {
  margin-right: -240px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hide-right-bar-notifications {
  margin-right: -388px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle-right-box {
  float: left;
  background: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 35px;
  height: 35px;
}

.toggle-right-box:hover {
  background: #32d2c9;
}

.toggle-right-box:hover i {
  color: rgba(0, 0, 0, 0.3);
}

.toggle-right-box i {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  color: #bfbfc1;
}

.filter_checkbox {
  margin: 4px 7px !important;
}

.filter_label {
  display: flex;
}

.filter_label:hover {
  background-color: white;
}

.link {
  margin: 0px 5px;
  padding: 2px 5px;
  background-color: #ff8b3d;
  color: white;
}

.link > a {
  color: white;
}

.link.active {
  margin: 0px 5px;
  padding: 3px 6px;
  background-color: #ff8b3d;
  color: grey;
  border: 1px solid #ff7700;
}

/*//////////////////////////////////// */

.dropbtn {
  font-size: 18px !important;
  color: white;
  border-radius: 2px;
  width: 150px;
  padding: 5px;
  backdrop-filter: blur(5px);
  background-color: #000000d9;
  border: 2px solid #aeaeae;
  margin-bottom: 7px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 10px;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: grid;
  background-color: #1a1919;
  color: white;
}

.dropdown:hover .dropbtn {
  border-color: #fe7008;
  background-color: #000000db;
  color: white;
}

@media screen and (max-width: 368px) {
  .dropdown {
    margin: 5px;
    margin: 0px;
  }
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #000000db;
}

.h-fit-content {
  height: fit-content;
}

.margin-0px-lr {
  margin-left: 0px;
  margin-right: 0px;
}

.dropdown {
  position: relative;
  display: grid !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1a1919;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
  border-color: #fe7008;
  margin-top: 38px;
}

.dropdown-content a {
  color: white;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #ff8b3d;
}

/*//////// */
.resultspan {
  display: inline-grid;
  text-align: left !important;
  font-size: 10px;
  font-weight: 300;
  color: white;
  margin-bottom: 0px;
  list-style-type: none;
}

.resultspan li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 11px;
  width: 5px;
  height: 1px;
  background: #ff7700;
}

.resultspan li {
  position: relative;
}

.blog-card-image {
  max-height: 150px;
  object-fit: cover;
  height: 70%;
  border-radius: 8px !important;
}

.move-i-right i {
  transition: all 0.3s ease-in-out;
}

.move-i-right:hover i {
  transform: translateX(3px);
}
.shadow {
  /* box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15) !important; */
  background-color: #000;
  color: white;
}
.shadow-lg-hover {
  /* transition: all 0.3s ease-in-out;
  min-height: 235px; */
}

.shadow-lg-hover:hover {
  /* box-shadow: 0 0.2rem 1.5rem rgba(255, 255, 255, 0.35) !important; */
  /* transform: translateY(-3px); */
}

/*//
.bg_input {
  background-color: black;
  border-color: #a1a0a0;
  color: white !important;
  font-size: 20px;
}

@media screen and (max-width:350px) {
  .dropbtn {
    font-size: 14px !important;
  }

  .span-t {
    font-size: 12px !important;
  }
}

hr.dotted {
  border-top: 3px dotted #fe7008 !important;
  margin-top: 5px !important;
  width: 100%;
  margin-bottom: 20px !important;
}

.img_search {
  margin-right: 1.875rem;
}
.srch_icn_dtl {
  color: var(--main);
  margin-right: 5px;
}
.search_container .more-link {
  font-size: 0.8rem;
}

*/
.swiper-pagination-bullet-active {
  background-color: var(--main);
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--main);
}

.swiper-pagination-bullet {
  border-top: 4px solid var(--main);
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: transparent;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1;
}
.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

@keyframes fadeInRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply the animation to your element */
.swiper-slide-active.slide-animation .slider-title {
  animation: fadeInRightToLeft 4s;
}

.swiper-slide-active.slide-animation .hero-img {
  animation: zoomIn 4s;
}

@media (max-width: 767px) {
  .mobileHero {
    height: calc(100vh - -30px);
  }
}
@media (min-width: 768px) {
  .mobileHero {
    height: calc(100vh - 190px);
    min-height: 420px;
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  .mobileHero {
    height: calc(100vh - 220px);
  }
  .mobileHero .swiper-slide {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 0 !important;
}

.navbar .accordion-body {
  position: absolute;
  top: 0;
  left: 240px;
  width: 500px;
  transition: 1s !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.view_more,
.view_more:focus {
  padding: 0.75rem 1.1875rem !important;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  transition: 0.3s !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.view_more:hover,
.view_more:focus:hover {
  background-color: var(--main-hvr);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.overlayCat::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(17 52 50 / 90%);
}

@media (min-width: 1200px) {
  .list_drop_header .lst_test {
    width: 300px !important;
    border: none !important;
    /* position: relative; */
  }

  .list_drop_header .lst_test .lst_show {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    left: 2000px;
    width: calc(100% - 300px);
    transition: transform 0.3s;
    padding: 0 60px 20px;
  }

  .list_drop_header .lst_test:hover,
  .list_drop_header .lst_test.active {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.466);
  }

  .list_drop_header .lst_test.active .lst_show {
    opacity: 1;
    left: 300px;
    transform: translateX(-4px);
  }

  .list_drop_header .lst_test > span {
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown.active .dropdown-menu .vertical-line {
    content: "";
    width: 1px;
    position: absolute;
    background-color: #000;
    height: 200%;
    top: 0;
    left: 340px;
    padding: 0px;
  }
}

.dot_line_after::after {
  content: "";
  display: -1rem;
  position: absolute;
  bottom: -20px;
  left: 0.9375rem;
  right: 0.9375rem;
  height: 0.1875rem;
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  margin-top: 1rem;
}

.dot_line_after_1 {
  position: relative;
}

.dot_line_after_1::after {
  content: "";
  display: -1rem;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0.9375rem;
  height: 0.1875rem;
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  margin-top: 1rem;
}

.blog_see_more_cont_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  height: 0.1875rem;
  background: url("../img/dot.svg");
  background-repeat: repeat- x;
}

.dot_line_after_m {
  position: relative;

  margin-bottom: 3rem;
}

.dot_line_after_m::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0.9375rem;
  right: 0.9375rem;
  height: 0.1875rem;
  border-top: 0.6px dotted var(--main);
  background-repeat: repeat-x;
  margin-top: 1rem;
}
.accordion-button {
  background-color: #fff;
  color: #000;
}
.filter_btn_x.accordion-button::after {
  display: none;
}
.login,
.signup {
  background-color: #000;
}
.login .card,
.signup .card {
  border-radius: 0.65rem !important;
  box-shadow: 0px 0px 18px 1px #ffffffa6;
}
.login form i,
.signup form i,
.login-modal i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid var(--main);
  height: 100%;
  color: var(--main);
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 20px;
}
.login form #eye,
.signup form #eyec,
.signup form #eyep,
.login-modal #eye {
  cursor: pointer;
}
.login .footer,
.login .form-check,
.signup .footer,
.login-modal .card-footer {
  font-size: 0.875rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.product {
  background-color: #000;
  color: white;
}
.active_testimonial {
  background-color: #000;
}

.blogs_section {
  background-color: #000;
}
.hero__circle-img {
  max-width: 100%;
  padding: 2.25rem 0;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.hero__circle-img a {
  background-color: transparent;
}
.hero__circle-img a {
  line-height: inherit;
  color: #00bfb2;
  text-decoration: none;
  cursor: pointer;
}
.hero__circle-img .inner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.hero__circle-img a img {
  border: 0;
}

.hero__circle-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.hero__circle-img .pulse {
  margin: -1.1875rem 0 0 -1.1875rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2.375rem;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: scaleIn 2s infinite cubic-bezier(0, 0, 0.2, 1);
  animation: scaleIn 2s infinite cubic-bezier(0, 0, 0.2, 1);
  z-index: 2;
}
.hero__circle-img .pulse:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(3.75, 3.75);
    transform: scale(6, 6);
    opacity: 0;
  }
}
.hero__circle-img .stroke {
  margin: -4.375rem 0 0 -4.375rem;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 8.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero__circle-img .inner.video::after {
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  z-index: 1;
}
.hero__circle-img .inner::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(/wp-content/themes/innovatrics/assets/img/hero_industry_lines.svg)
    no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  left: 21%;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-youtube {
  color: white;
  background-color: red;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.lst_product_hover {
  position: absolute;
  top: 200%;
  left: 350px;
  transition: 0.3s;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  padding-left: 60px;
}
.lst_product_hover::-webkit-scrollbar {
  width: 0.75em;
}
.lst_product_hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.lst_product_hover::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 20px;
}
.link_product_hover.active .lst_product_hover {
top: 0;
  opacity: 1;
}
@media (min-width: 1200px) {
  .link_product_hover {
    width: 335px !important;
  }
  .link_product_hover > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .link_product_hover:hover,
  .link_product_hover.active {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 47%);
  }
}
.display-style {
  width: 2rem;
  height: 2rem;
  background: var(--main);
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.blog-sticky {
  position: sticky;
  top: 70px;
  z-index: 999;
  border-bottom: 1px solid var(--main);
  border-top: 1px solid var(--main);
}
@media (max-width: 991px) {
  .blog-sticky {
    position: relative;
    top: 0;
  }
}
.blog-sticky .pagination {
  margin-bottom: 0px;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs_section .pagination li {
  transition: 0.3s ease-in-out;
}
.blogs_section .pagination li:hover {
  transform: translateY(-4px);
}
.img-row-left-up::before,
.img-row-right-down::before,
.img-row-left-down::before,
.img-row-right-up::before {
  content: "";
  display: block;
  width: 14.375rem;
  height: 0.875rem;
  position: absolute !important;
  background-image: url(https://t1.investtrainingcenter.com/assets/img/newsletter/newsletter_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  box-sizing: border-box;
}
.img-row-left-up::before {
  top: 0;
  left: 0;
}
.img-row-left-down::before {
  bottom: 0;
  left: 0;
}
.img-row-right-down::before,
.img-row-right-up::before {
  right: -160px;
  transform: rotate(180deg);
}
.img-row-right-down::before {
  bottom: 0;
}
.img-row-right-up::before {
  top: 0;
}
.circle-nb {
  background-color: var(--main);
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
}

.Album-single-image-link > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 3px;
}
.modal {
  z-index: 9999 !important;
}
.font-size-30 {
  font-size: 30px;
}
.white-content p,
.white-content li {
  color: #fff;
}
