/*
    Theme Name: SKN Theme
	Description: SKN Website Theme
	Version: 1.0.0
	Author: Siteguru
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
font-display:swap;
  font-family: 'icomoon';
  src: url('/wp-content/themes/skntheme/./../skntheme/fonts/icomoon.eot?nq30p8');
  src: url('/wp-content/themes/skntheme/./../skntheme/fonts/icomoon.eot?nq30p8#iefix') format('embedded-opentype'), url('/wp-content/themes/skntheme/./../skntheme/fonts/icomoon.ttf?nq30p8') format('truetype'), url('/wp-content/themes/skntheme/./../skntheme/fonts/icomoon.woff?nq30p8') format('woff'), url('/wp-content/themes/skntheme/./../skntheme/fonts/icomoon.svg?nq30p8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e901";
  color: #fff;
}

.icon-search:before {
  content: "\e900";
  color: #fff;
}

.icon-menu:before {
  content: "\e906";
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
  color: #142E1D;
  font-family: 'Heebo', sans-serif;
  /*background: #F8F9F8;*/
  background: transparent;
}

html {
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

p,
h6,
a {
  font-size: 18px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  color: #000;
}

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

img {
  max-width: 100%;
}

.btn {
  padding: 9px 40px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 600;
  height: 60px;
  transition: all 0.2s;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-success {
  border-color: #4CAB6D;
  background-color: #4CAB6D;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #000000;
  border-color: #000000;
}

.text-success {
  color: #4CAB6D !important;
}

.text-danger {
  color: #E50F51 !important;
}

.bg-gray {
  background: #F8F9F8;
}


/* header*/

header {
  background: #000000;
}

header .navbar.fixed-top {
  background: #000;
}

header img {
  max-width: 200px;
}

header .navbar-light .navbar-nav.navbar-center .active>.nav-link {
  font-weight: 600;
  color: #fff;
}

header .navbar-light .navbar-nav.navbar-center .nav-item:hover .nav-link {
  color: #4CAB6D;
}

header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 20px;
  position: relative;
}

header .navbar-light .navbar-nav .nav-item {
  padding: 0 15px;
}

header .navbar-light .navbar-nav .nav-item:first-child {
  padding-right: 0;
}

header .form-inline input {
  background: transparent;
  border: none;
  font-size: 20px;
  padding-right: 40px;
  width: 148px !important;
}

header .form-inline input:focus {
  outline: none;
  background: transparent;
  color: #fff;
  opacity: 0.8;
  border: none !important;
}

header .form-inline .icon-search {
  position: absolute;
  right: 15px;
  opacity: 0.5;
  font-size: 24px;
  color: #fff;
}

header .navbar-brand img {
  max-width: 120px;
  margin-left: 35px;
}

main {
  padding-top: 75px;
  min-height: calc(100vh - 360px);
}

.main-heading {
  font-weight: 700;
  color: #4CAB6D;
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 40px;
}


/* Hero */

.hero-section {
  padding: 20px 0;
}

.hero-section h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.hero-section h3 {
  font-size: 30px;
  line-height: 50px;
  margin-top: 50px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.hero-section img {
  height: 400px;
}

.post-time {
  display: flex;
}

.post-time li {
  padding: 0 7px;
  font-size: 18px;
}

.post-time li:first-child {
  padding-right: 0;
}

.post-time li:last-child,
.post-time li:nth-child(3) {
  color: #8A978E;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #8A978E !important;
  margin: 0;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 3px 7px #00000024;
}

.owl-nav button.owl-prev {
  left: -60px;
  font-size: 40px !important;
  line-height: 15px !important;
}

.owl-nav button.owl-next {
  right: -60px;
  font-size: 45px !important;
  line-height: 14px !important;
}

.card {
  border: 0;
  border-radius: 20px;
}


/* Main Content */

.main-content {
  padding: 40px 0;
}

.title-bar {
  background: #142E1D;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0 8px;
}

.title-bar p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.post-block .post-time {
  margin-bottom: 20px;
  margin-top: 16px;
}

.post-block .post-time li {
  font-size: 16px;
}

.post-block h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
}

.post-block p {
  font-size: 20px;
  line-height: 40px;
}

.post-block .post-img {
  margin-top: 70px;
}

.post-block .media {
  margin-top: 15px;
}

.video-block .media img {
  max-width: 150px;
}

.video-block h5 {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}

.video-block p {
  font-size: 14px;
}

.video-block .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

.video-block .video-icon img {
  width: 120px;
}

.video-block .video-icon-sm {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.video-block .video-icon-sm img {
  width: 30px;
}

#points {
  padding: 15px 0 12px;
}

#points .item {
  font-size: 20px;
  position: relative;
}

#points .item span {
  font-weight: 600;
}

#points .item:after {
  content: "";
  background: #ccc7c7;
  position: absolute;
  right: -22px;
  top: 0;
  width: 1px;
  height: 26px;
}

.about-section {
  padding-bottom: 40px;
  padding-top: 20px;
}

.about-section .team-block .card-body {
  background: #4CAB6D;
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
}

.about-section h2 {
  font-size: 40px;
  line-height: 70px;
  font-weight: 600;
}

.about-section h4 {
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
}

.about-section p {
  font-size: 18px;
  line-height: 30px;
}

.about-section .team-block .card {
  padding: 0 30px;
  background: transparent;
}

.about-section .team-block h5 {
  font-size: 24px;
  font-weight: 600;
}

.about-section .team-block p {
  font-size: 15px;
  margin-bottom: 0;
}

.about-section .team-block {
  padding-bottom: 40px;
}

.about-section .card.bg-gray {
  border-radius: 30px;
}

.about-section .card.bg-gray .card-body {
  padding: 20px 40px;
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 50px;
}

.contact-section h2,
.term-section h2 {
  font-size: 40px;
  line-height: 70px;
  font-weight: 600;
}

.contact-section h3 {
  font-size: 30px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-section p {
  font-size: 20px;
  margin-bottom: 30px;
}

.contact-section .card {
  border-radius: 30px;
  padding: 40px 30px 10px 40px;
}

.contact-section .btn {
  min-width: 320px;
}

.contact-section .form-group {
  margin-bottom: 40px;
}

.contact-section .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #142E1D;
  background: transparent;
  font-size: 30px;
  font-weight: 600;
  padding-right: 0;
  color: #142E1D;
  text-align: left;
}

.contact-section .form-control::placeholder {
  color: #142E1D;
}

.term-section {
  padding: 20px 0 40px;
}

.term-section h3 {
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 0;
}

.term-section h3 span {
  color: #142E1D;
  font-weight: 300;
  font-size: 20px;
  float: left;
}

.term-section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.top-article h4 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}

.top-article .media img {
  margin-right: 15px;
}

.top-article ul li {
  font-size: 16px;
}

.top-article p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
}

.top-article .border-left {
  border-left: 1px solid #000;
}

.chart-block img {
  width: 100%;
}

.chart-block h4 {
  font-size: 25px;
  color: #4CAB6D;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.chart-block h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.chart-block p {
  font-size: 16px;
  line-height: 24px;
}

.post-block .link {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #4CAB6D;
}

.chart-bg .chart-inner {
  background-image: linear-gradient(0deg, #0000004d, #00000054), url('/wp-content/themes/skntheme/./../skntheme/images/chart.png');
  background-position: center;
  background-size: cover;
  padding: 60px 30px 10px;
}

.chart-bg .chart-inner a {
  color: #fff;
}

.chart-bg .chart-inner h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.chart-bg .chart-inner p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 40px;
}

.chart-bg .chart-outer {
  padding: 30px 40px;
  background: #E8EAE8;
}

.chart-bg .border-left {
  border-left: 1px solid #142E1D !important;
}

.chart-bg hr {
  border-top: 1px solid #142E1D !important;
  position: relative;
}

.chart-bg .chart-outer hr:after {
  content: "";
  background: #e8eae8;
  width: 60px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -30px;
}

.left-sidebar .chart-bg ul li,
.left-sidebar .video-block ul li {
  border-bottom: 1px solid #cdc7c7;
  padding: 15px 0;
}

.left-sidebar .chart-bg ul li h3 {
  font-weight: 700;
  color: #8A978E;
  font-size: 30px;
  margin-bottom: 0;
  margin-left: 20px;
}

.left-sidebar .bg-gray {
  background: #E7EAE8;
}

.left-sidebar .chart-bg .chart-inner {
  padding: 60px 15px 5px;
  width: 100%;
}

.left-sidebar .video-block .video-icon-sm {
  top: 85%;
  color: #fff;
  right: 15px;
  font-size: 14px;
  left: unset;
}

.left-sidebar .video-block .video-icon-sm img {
  width: 16px;
}

.left-sidebar .video-block .media h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.left-sidebar .video-block .media h3 {
  font-weight: 700;
  color: #8A978E;
  font-size: 30px;
  margin-bottom: 0;
  margin-left: 30px;
}

.left-sidebar .video-bg {
  padding: 50px 15px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.left-sidebar .video-bg p {
  font-size: 20px;
}

.left-sidebar .video-list {
  width: 160px;
}

.graph-block ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.graph-block ul li:first-child {
  border-bottom: 1px solid #dadfdc;
  background: #F8F9F8;
  padding: 0 6px;
}

.graph-block ul li:first-child p {
  line-height: 22px;
}

.graph-block ul p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 5px 0;
}

.graph-block ul h6 {
  font-size: 15px;
  margin-bottom: 0;
  width: 200px;
  text-align: left;
}

.graph-block h3 {
  font-size: 25px;
  font-weight: 600;
}

.graph-block h5 {
  font-size: 20px;
  font-weight: 600;
}

.left-sidebar .graph-block .btn {
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  font-weight: 600;
  padding: 1px 70px;
}

.single-post .article-content {
  font-size: clamp(16px, 1.6vw, 16px);
  /* body text */
  line-height: 1.6;
  /* max-width: 720px; */
  margin: 0 auto;
  /* padding: 0 clamp(16px, 4vw, 40px); */
}

/* H1 */
.single-post .article-content h1 {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.25;
  margin: 0 0 16px;
}

/* H2 */
.single-post .article-content h2 {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.3;
  margin: 32px 0 12px;
}

/* H3 */
.single-post .article-content h3 {
  font-size: clamp(20px, 2.5vw, 22px);
  line-height: 1.35;
  margin: 28px 0 10px;
}

/* H4 */
.single-post .article-content h4 {
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.4;
  margin: 24px 0 8px;
}

/* H5 */
.single-post .article-content h5 {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.45;
  margin: 20px 0 6px;
}

.single-post .article-section .card-body .media .media-body .row {
  padding-right: 0;
}

/* Paragraph spacing */
.single-post .article-content p {
  font-size: clamp(16px, 2vw, 16px);
  margin-bottom: 1.2em;
}

.single-post .article-content .card-body {
  padding: 0;
}

.text-sm {
  font-size: 15px;
  margin-top: 20px;
}

.article-banner img {
  height: 500px;
  object-fit: cover;
}

.market-section {
  padding: 20px 0 30px;
}

.market-section table tr td,
.market-section table tr {
  border: none;
  vertical-align: middle;
  font-size: 15px;
}

.market-section .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F9F8;
}

.market-section table tr td strong {
  font-size: 20px;
  font-weight: 600;
}

.market-section .form-control {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2cbf5f36;
  border-radius: 31px;
  font-size: 20px;
  color: #000000;
}

.market-section form label {
  font-size: 40px;
  font-weight: 600;
}

.market-section .card-header {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.market-section .card-header ul {
  display: flex;
  justify-content: space-between;
}

.market-section .card-header ul .btn {
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  font-weight: 600;
  padding: 1px 35px;
}

.market-section .card-header ul li {
  font-weight: 600;
  font-size: 20px;
  background: transparent;
  border: 0;
}

.market-section .card-header h2 {
  font-size: 40px;
  font-weight: 600;
}

.market-section .card-header p {
  font-size: 20px;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 1em;
}

#test-analysis {
  position: fixed;
  top: -38px;
  right: -100px;
  max-width: 350px;
  height: 350px;
}

#test-analysis,
#sending {
  padding: 0 !important;
}

#test-analysis .modal-dialog {
  margin: 0;
  max-width: 350px;
  height: 350px;
}

#test-analysis .modal-body {
  color: #fff;
  background: #12110F;
  border-radius: 50%;
  padding: 132px 118px 75px 51px;
}

#test-analysis .modal-content,
#sending .modal-content {
  background: transparent;
  border: none;
}

.modal .btn {
  font-size: 18px;
  padding: 7px 40px;
  height: 42px;
}

.modal .btn:hover,
.modal .btn:focus {
  background: #1f8041;
}

#test-analysis p {
  font-size: 18px;
  margin-bottom: 25px;
}

#sending .modal-dialog {
  margin: 0;
  max-width: 550px;
  height: 450px;
  max-height: 450px;
}

.sending-width .modal-dialog {
  margin: 0;
  max-width: 680px !important;
  height: 680px !important;
  max-height: 680px !important;
}

#sending .modal-body {
  color: #fff;
  background: #4CAB6D;
  border-radius: 50%;
  padding: 150px 200px 33px 40px;
}

#sending {
  position: fixed;
  top: -78px;
  right: -149px;
  max-width: 600px;
  height: 450px;
  max-height: 450px;
  overflow-y: hidden;
}

.sending-width {
  max-width: 680px !important;
  height: 680px !important;
  max-height: 680px !important;
}

#sending .modal-content {
  height: 450px;
}

.sending-width .modal-content {
  height: 680px !important;
}

#sending .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 600;
  text-align: left;
}

#sending .form-control::placeholder {
  color: #fff;
}

#sending .close {
  color: #FFFFFFB3;
  opacity: 0.7;
  position: absolute;
  top: 105px;
  right: 185px;
  font-size: 30px;
}

#test-analysis .close {
  color: #FFFFFFB3;
  opacity: 0.7;
  position: absolute;
  top: 55px;
  right: 115px;
  font-size: 24px;
}

#sending h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

#sending p {
  font-size: 24px;
  margin-bottom: 20px;
}

.sending-width h3 {
  font-size: 45px;
}

.sending-width p {
  font-size: 28px;
  margin-bottom: 10px;
}

#sending .btn-dark {
  opacity: 0.31;
}

.social-fixed,
.sticky-social {
  position: fixed;
  left: 20px;
  top: 90px;
  z-index: 99;
  transition: all 0.3s;
  display: none;
}

.sticky-social {
  display: block;
}

.social-fixed {
  list-style: none;
}

.social-fixed li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  /*z-index: 9999;*/
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.social-fixed li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}

.social-fixed li.facebook {
  background: #4C6DAB;
}

.social-fixed li.email {
  background: #4F16CE;
}

.social-fixed li.phone {
  background: #4CAB6D;
}

.social-fixed li.whatsapp {
  background: #02C230;
}

.social-fixed li.twitter {
  background: #3EA3E7;
}

.social-fixed li.telegram {
  background: #25B2E8;
}

.social-fixed li.facebook div.slider {
  background: #4C6DAB;
}

.social-fixed li.email div.slider {
  background: #4F16CE;
}

.social-fixed li.phone div.slider {
  background: #4CAB6D;
}

.social-fixed li.twitter div.slider {
  background: #3EA3E7;
}

.social-fixed li.telegram div.slider {
  background: #25B2E8;
}

.social-fixed li.whatsapp div.slider {
  background: #02C230;
}

.social-fixed .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 50px;
  background: #eebb5c;
  /*z-index: -8;*/
  border-radius: 30px;
  transition: all 0.2s 0.2s ease;
}

.social-fixed .slider p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 50px;
  padding-left: 20px;
  opacity: 0;
  transition: all 0.1s ease;
}

.social-fixed li:hover .slider {
  width: 220px;
  transition: all 0.3s ease;
}

.social-fixed li:hover .slider p {
  opacity: 1;
  /*transition: all 1s 0.1s ease;*/
}

.social-fixed .slider i {
  position: absolute;
  right: 0;
  top: 0;
  transform: unset;
  left: unset;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.left-sidebar .nav-pills li {
  width: 50%;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.left-sidebar .nav-pills .nav-link {
  width: 100%;
  color: #142E1D;
  font-size: 20px;
  font-weight: 600;
  background: transparent;
}

.left-sidebar .nav-pills .nav-link.active {
  background: #4CAB6D;
  color: #fff;
  padding: 0;
  border-radius: 0;
  padding: 2px 5px;
}


/* Footer */

footer {
  padding: 80px 0 120px;
  background: #000000;
  color: #fff;
}

footer a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

footer a:hover {
  color: #4CAB6D !important
}

footer p {
  font-size: 20px;
}

footer li {
  padding: 10px 0;
}

.social-link {
  margin-bottom: 15px;
}

.social-link li {
  display: inline-block;
  padding: 0 15px;
}

.social-link li:last-child {
  padding-left: 0;
}

.social-link li img {
  max-width: 34px;
}

.hero-section a,
.post-block a,
.video-block a,
.top-article a,
.chart-block a {
  color: #142E1D;
}

.hero-section a:hover,
.post-block a:hover,
.video-block a:hover,
.top-article a:hover,
.chart-block a:hover {
  color: #000;
}

.chart-bg .chart-outer a {
  color: #fff;
}

.sticky-sidebar1.fixed {
  position: fixed;
  top: 100px;
  width: 425px;
}

.sticky-sidebar1.bottom {
  bottom: 0;
  position: absolute;
  top: auto;
}


/*.point-section {
position: absolute;
width: 100%;
left: 0;
right: 0;
background: #fff;
}
*/

.sticky-bottom {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #F8F9F8;
  box-shadow: 5px 0px 7px #00000021;
  transition: 0.2s all;
}

.chart-bg .line-gray,
.line-gray {
  border-top: 1px solid #e5e6e5 !important;
}

.modal-open {
  padding-right: 0 !important;
}


/*#field-show {
display: none;
}*/

.plus.menu-opened.active>i {
  display: none;
}

.plus.menu-opened .icon,
.plus.menu-opened a.btn {
  display: none;
}

.plus.menu-opened .btn-menu {
  right: 0;
  margin-right: 0;
}

.plus {
  position: relative;
  width: 60px;
  height: 60px;
  background: #142E1D;
  display: block;
  float: none;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  z-index: 9999;
  border-radius: 50%;
  cursor: pointer;
}


/*TO TOP*/

.plus.to-top a.btn:nth-child(1) {
  bottom: calc(100% + 10px);
}

.plus.to-top a.btn:nth-child(2) {
  bottom: calc(100% + 70px);
}

.plus.to-top a.btn:nth-child(3) {
  bottom: calc(100% + 130px);
}

.plus.to-top a.btn:nth-child(4) {
  bottom: calc(100% + 190px);
}


/*TO EXPLODE*/

.plus.explosion a.btn:nth-child(1) {
  left: calc(100% + 5px);
  bottom: 50px;
}

.plus.explosion a.btn:nth-child(2) {
  left: calc(100% + 5px);
  top: 50px;
}

.plus.explosion a.btn:nth-child(3) {
  right: calc(100% + 5px);
  top: 50px;
}

.plus.explosion a.btn:nth-child(4) {
  right: calc(100% + 5px);
  bottom: 50px;
}

.plus a.btn {
  position: absolute;
  width: 60px;
  bottom: 0;
  height: 60px;
  padding: 0;
  display: block;
  line-height: 50px;
  box-shadow: none;
  font-size: 24px;
  text-align: center;
  color: #fff;
  z-index: 9999;
  border-radius: 0%;
  transform: scale(0);
  transition: all ease 0.3s;
}

.plus a.btn:nth-child(1) {
  /*background: #00acee;*/
  transition-delay: 0s;
}

.plus a.btn:nth-child(2) {
  /*background: #c4302b;*/
  transition-delay: 0.1s;
}

.plus a.btn:nth-child(3) {
  /*background: #3f729b;*/
  transition-delay: 0.2s;
}

.plus a.btn:nth-child(4) {
  /*background: #3b5998;*/
  transition-delay: 0.3s;
}

.plus.active .btn {
  transform: scale(1);
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.plus>i {
  transition: all ease 0.5s;
  width: 60px;
  line-height: 50px;
  display: block;
}

.plus.active>i {
  transform: rotate(404deg);
}

.logo:after {
  width: 200px;
  height: 34px;
  margin-left: -100px;
}

.plus-menu .icon form {
  position: absolute;
  top: -4px;
  right: calc(100% - 40px);
  z-index: 2;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.plus-menu .icon.active form {
  width: 250px;
  opacity: 1;
  pointer-events: initial;
}

.plus-menu .icon form input[type=text] {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 28px;
  padding: 10.5px 20px 10.5px 40px;
  border: none;
  background: var(--vermelho-principal);
}

.hamburger {
  padding: 0 !important;
}

.hamburger-box {
  width: 24px !important;
  top: 7px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 24px !important;
  height: 3px !important;
  background: #fff !important;
}

.hamburger--slider .hamburger-inner:before {
  top: 7px !important;
}

.hamburger--slider .hamburger-inner:after {
  top: 14px !important;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -14px, 0) rotate(-90deg) !important;
}

.hamburger--slider.is-active .hamburger-box {
  top: 4px !important;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1 !important;
}

.plus.active .plus-menu:after {
  content: "";
  background: #142E1D;
  width: 60px;
  height: 300px;
  position: absolute;
  top: -249px;
  right: 0px;
  border-radius: 30px;
  z-index: -999;
}

.plus {
  position: fixed;
  bottom: 60px;
  right: 15px;
}

.plus.close {
  opacity: 1 !important;
}

.plus-menu span {
  font-size: 10px;
  display: block;
  font-weight: 100;
}

.btn-close {
  border-bottom: 0 !important;
}

.btn-close span {
  position: relative;
  top: -28px;
}

.btn-youtube span {
  position: relative;
  top: -15px;
}

.btn-instagram span {
  position: relative;
  top: -15px;
}

.info-text {
  position: relative;
  top: -10px;
}

.nav-home {
  background: #142E1D;
}

.nav-home .nav-link,
.changeside .new-cat-menu li a {
  color: #fff;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}


.changeside .new-cat-menu li a{
   white-space: nowrap;
   height:40px;
   display:flex;
   align-items:center;
   justify-content:center;
}
.changeside .new-cat-menu{
   overflow-x:scroll;
   flex-wrap:nowrap;
   gap:5px;
}

.nav-home .nav-link.active,
.nav-home .show>.nav-link,
.changeside .new-cat-menu li.active a {
  background: transparent;
  border-bottom: 4px solid #4CAB6D;
  border-radius: 2px;
  font-weight: 600;
}

.main-mobile {
  display: none;
  padding-top: 90px;
}

.main-mobile .card {
  margin-bottom: 15px;
}

.mobile-overlay {
  position: fixed;
  top: 107px;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
}


/* Media Query */

@media (min-width: 1740px) {

  .social-fixed,
  .sticky-social {
    position: fixed;
    left: 160px;
  }
}

@media (min-width: 1450px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1365px;
  }

  .social-link li {
    padding: 0 20px;
  }
}

@media (min-width: 991px) {
  .modal-backdrop.show {
    opacity: 0;
    display: none;
  }

  #field-show {
    display: none;
  }
}

@media (max-width: 1450px) {
  header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  header .navbar-light .navbar-nav .nav-item {
    padding: 0 12px;
  }

  header .form-inline input {
    width: 105px !important;
  }

  .video-block .media img {
    max-width: 100px;
  }

  .video-block h5 {
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
  }

  .left-sidebar .graph-block .btn {
    padding: 1px 30px;
  }

  .sticky-sidebar1.fixed {
    position: fixed;
    top: 100px;
    width: 350px;
  }

  .social-fixed {
    position: fixed;
    left: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0 8px;
  }

  header .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }

  .left-sidebar .chart-bg .chart-inner {
    padding: 40px 15px 5px;
    width: 100%;
  }

  .chart-bg .chart-inner h5 {
    font-size: 16px;
  }

  .social-fixed {
    display: none;
  }

  .social-link li {
    padding: 0 10px;
  }

  .hero-section h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
  }

  .hero-section h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }

  .top-article .border-left {
    border-left: 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .graph-block h3 {
    font-size: 16px;
  }

  .graph-block h5 {
    font-size: 15px;
  }

  .graph-block ul p {
    font-size: 14px;
  }

  .graph-block ul p {
    font-size: 16px;
  }

  .graph-block ul h6 {
    width: 160px;
  }

  .sticky-sidebar1.fixed {
    position: relative !important;
    top: 0;
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0;
    /*border-bottom: 1px solid #fefefe91 !important;*/
  }

  header .navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: none !important;
  }

  header .navbar-light .navbar-nav.navbar-center .active>.nav-link,
  header .navbar-light .navbar-nav.navbar-center .nav-item:hover .nav-link {
    padding: 10px 0px 10px;
  }

  header .navbar-light .navbar-nav .nav-link {
    padding: 15px 0px;
    font-size: 20px;
  }

  header .navbar-nav {
    margin: 30px 0 20px !important;
    text-align: center;
  }

  header .navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #000;
    padding: 20px 0;
  }

  .header-shadow .navbar-expand-lg {
    box-shadow: 0px 3px 46px 0 rgba(0, 0, 0, 0.09);
  }

  .navbar-toggler {
    border: none;
    color: #fff !important;
    font-size: 30px;
  }

  header .navbar-brand img {
    max-width: 100px;
    margin-left: 0;
  }

  main {
    padding-top: 82px;
  }

  .top-article h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .top-article ul li {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .top-article p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .top-article .media img {
    margin-right: 15px;
    width: 110px;
  }

  .top-article .media {
    margin-top: 20px;
  }

  .top-article .main-heading {
    margin-bottom: 0px;
  }

  #sending .modal-body {
    padding: 70px 70px 20px 80px;
  }

  #sending {
    position: fixed;
    top: 0;
    left: -30px;
    right: unset;
    height: auto;
    max-height: 100% !important;
  }

  #sending .modal-content {
    height: auto;
  }

  #sending .modal-dialog {
    height: auto;
    max-width: 425px;
    max-height: 100% !important;
  }

  #sending h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #sending p {
    font-size: 13px;
    margin-bottom: 5px;
  }

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

  #sending .close {
    top: 20px;
    right: 44%;
    font-size: 30px;
  }

  #sending .form-control {
    font-size: 13px;
  }

  #sending .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .modal .btn {
    font-size: 13px;
    padding: 4px 40px;
    height: 31px;
  }

  #test-analysis {
    display: none !important;
  }

  .main-heading {
    font-weight: 600;
    color: #4CAB6D;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0 80px;
  }

  .contact-section h2,
  .term-section h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .contact-section h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-section p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact-section hr,
  .about-section hr,
  .term-section hr {
    margin-top: 0;
  }

  .contact-section .form-control {
    font-size: 16px;
    border-bottom: 1px solid #8a978e;
  }

  .contact-section .form-group {
    margin-bottom: 20px;
  }

  .contact-section .card {
    border-radius: 43px;
    padding: 0;
  }

  .btn {
    padding: 7px 40px;
    font-size: 18px;
    height: 40px;
  }

  .contact-section .btn {
    min-width: 180px;
    margin: 0 auto;
    position: relative;
    top: 38px;
  }

  .about-section .card.bg-gray .card-body {
    padding: 20px 20px;
  }

  .about-section .team-block .card {
    padding: 0;
  }

  .about-section h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .about-section h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .about-section .team-block h5 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .about-section .team-block p {
    font-size: 13px;
  }

  .about-section .card.bg-gray .card-body {
    padding: 15px 20px;
  }

  .term-section h3 {
    background: #EFF1EF;
    border-radius: 30px;
    padding: 6px 15px;
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .term-section p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .term-section h3 span {
    display: block;
    text-align: left;
    float: unset;
  }

  .hero-section h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .article-banner img {
    height: 160px;
  }

  .article-section .card p {
    line-height: 25px;
    font-size: 16px;
  }

  .article-section .card h3 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .article-section {
    padding-top: 10px;
  }

  .hero-section .card-body {
    padding: 15px;
  }

  .post-time li {
    padding: 0 5px;
    font-size: 12px;
  }

  .post-block h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .post-block p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }

  .post-block h4 img {
    width: 25px !important;
  }

  .post-block .card-body {
    padding: 15px 10px;
  }

  .chart-bg .card-body {
    padding: 15px 10px;
  }

  .chart-block h6 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }

  .chart-block p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .chart-block h4 {
    margin-bottom: 10px;
  }

  .chart-bg .chart-inner {
    padding: 50px 15px 10px;
    margin: 15px 0;
  }

  .chart-bg .border-left {
    border-left: 0 !important;
    border-bottom: 1px solid #142E1D !important;
  }

  .chart-bg .chart-outer {
    padding: 10px 15px;
  }

  .video-block .media img {
    margin-right: 10px;
  }

  .video-block .video-icon img {
    width: 55px;
  }

  .video-block .video-icon {
    margin-top: -27px;
    margin-left: -27px;
  }

  .video-block .video-icon-sm img {
    width: 20px;
  }

  #points .item {
    font-size: 16px;
  }

  .graph-block h5 {
    font-size: 16px;
  }

  .left-sidebar .graph-block .btn {
    padding: 1px 45px;
  }

  .left-sidebar .video-block .media h3 {
    margin-left: 12px;
  }

  .left-sidebar .video-block .media h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .chart-bg .chart-inner h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .left-sidebar .chart-bg .chart-inner {
    padding: 50px 15px 5px;
    width: 100%;
  }

  .post-block .post-img {
    margin-top: 0;
  }

  .post-block .post-time {
    margin-bottom: 10px;
  }

  .post-block .post-time li {
    color: #8A978E;
  }

  .post-block p {
    width: 100%;
  }

  .market-section form label {
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
  }

  .market-section h4 {
    color: #4CAB6D;
  }

  .market-section .list-group-item strong {
    font-size: 16px;
  }

  .market-section ul li {
    padding: 6px 5px;
  }

  .market-section ul .list-group-item,
  .market-section ul li:first-child {
    border: none;
  }

  .market-section ul li:nth-child(even) {
    background: #f5f5f5;
  }

  .market-section .card-header p {
    font-size: 16px;
  }

  .market-section .card-header h2 {
    font-size: 30px;
    margin-bottom: 15px !important;
  }

  .hero-section img {
    height: auto;
  }

  .navbar .icon-search {
    font-size: 28px;
    position: relative;
    top: 3px;
  }

  footer p a {
    font-weight: 400;
  }

  .social-link li {
    width: 32%;
    text-align: center;
    padding: 10px 15px;
  }

  .footer-logo {
    width: 230px;
  }

  .social-link li:last-child {
    padding-left: 15px;
  }

  .contact-section {
    background: #EFF1EF;
    padding-bottom: 60px;
  }

  .term-section {
    padding: 20px 0 20px;
  }

  .about-section .bg-gray {
    background: #fff;
  }

  .team-block {
    background: #EFF1EF;
    border-radius: 20px;
    padding: 20px 10px 30px !important;
  }

  .about-content {
    background: #EFF1EF;
    border-radius: 20px;
    padding: 25px 10px 10px;
    margin-bottom: 20px;
  }

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

  .article-section .card.bg-gray {
    background: #fff;
  }

  .title-bar p {
    font-size: 16px;
  }

  .title-bar {
    padding: 9px 0 0px;
  }

  .article-section .sticky-sidebar1 {
    display: none;
  }

  .main-desktop {
    display: none;
  }

  .main-mobile {
    display: block;
  }

  .video-block.left-sidebar .video-icon-sm {
    position: relative;
    color: #fff;
    left: 0;
    right: 0;
  }

  .video-block.left-sidebar .media {
    margin-bottom: 10px;
  }

  .video-block.left-sidebar .media h3 {
    color: #8A978E;
    font-weight: 700;
    margin-left: 15px;
  }

  .left-sidebar .nav-pills .nav-link {
    font-size: 16px;
  }

  .left-sidebar .video-bg {
    padding: 30px 15px;
  }

  .nav-home {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 5px;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 30px 40px 70px 30px;
    background: #000000;
    color: #fff;
  }
}

.video-js .vjs-big-play-button {
  height: 40px !important;
  width: 40px !important;
  bottom: 10px !important;
  top: auto !important;
  right: auto !important;
  left: 10px !important;
}

.smallvideo .video-js .vjs-big-play-button {
  height: 24px !important;
  width: 24px !important;
  bottom: 5px !important;
  left: 5px !important;
}

.mobile-overlay {
  z-index: -1;
}

.page-template-template-home .lastsectside {
  display: none;
}





/*=============== Today (18 / 03 / 25 ======================)*/



/*======================== Desktop CSS Task ======================-*/


/*=================== header CSS =====================*/




header nav.navbar ul.navbar-nav li:first-child {
  padding-left: 14px !important;

}

header nav.navbar ul.navbar-nav {
  width: max-content;
  gap: 13px;
  margin-right: auto;
  margin-left: 0 !important;
}

header nav.navbar ul.navbar-nav li {
  width: max-content;
  padding: 0 !important;
}

header nav.navbar ul.navbar-nav li a {
  font-size: 14px;
}

header nav.navbar #navbarSupportedContent a.navbar-brand img {
  margin-left: 0;
}



/*=================== header CSS =====================*/



/* =================== Article page design ====================== */

.card.top-article .card-body .row {
  flex-direction: row;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: start !important;
  align-items: start !important;
  max-width: 100%;
}


.card.top-article .card-body .row .col-lg-12.col-xl-12 {
  flex: 0 0 50%;
  max-width: 50%;
}


.card.top-article .card-body .row .col-lg-12.col-xl-12:first-child {
  /* padding-left: 0 !important; */
  border-right: 1px solid #dee2e6 !important;
  padding-right: 25px !important;
}

.card.top-article .card-body .row a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: start;
}

.card.top-article .card-body .row .media {
  flex-direction: row-reverse !important;
}

.card.top-article .card-body .row .post-time li:first-child {
  padding-left: 0;
}


.card.post-block .card-body .media-body .row .margtop .video-js {
  margin-top: 12px !important;
}

/* =================== Article page design ====================== */

/* =================== Home Post Design 2 ====================== */

.card.post-block .card-body .media .row {
  flex-direction: row-reverse;
}

.card.post-block .card-body .media .row .col-5 a img {
  margin-top: 10px;
}

.card.post-block .card-body .media .row ul.post-time {
  margin-top: 0;
}

/* =================== Home Post Design 2 ====================== */



/* =================== Home Post Design ====================== */


.card.post-block.section2 .card-body .media .row {
  flex-direction: row-reverse;
  margin-top: -17px;
}

.card.post-block.section2 .card-body .media .row .col-5.col-sm-4.margtop a img {
  margin-top: 25px;
}

.card.post-block.section2 .card-body .media .row ul.post-time {
  margin-top: 16px;
}

/* =================== Home Post Design ====================== */


/* =================== Video Post Design ====================== */


.card.video-block .row {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  align-items: start;
}

.card.video-block .row .col-sm-4 {
  flex: 0 0 50%;
  max-width: calc(100% / 2 - 20px);
}

.card.video-block .row .media {
  flex-direction: row-reverse;
}

.card.video-block .row .media a {
  width: 70%;
  padding-left: 25px;
}

.card.video-block .row .media .media-body h5 {
  font-size: 20px;
  line-height: 25px;
}



/* =================== Video Post Design ====================== */



/* ================== Footer Design =================== */

footer .row.align-items-center {
  align-items: start !important;
}

footer .row.align-items-center .logolink img {
  margin-top: -10px;
}

footer .row ul.addr_p.pc_addr {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

footer .row ul.addr_p.pc_addr li {
  position: unset !important;
  text-align: left !important;
  padding-left: 0 !important;
}

footer .row ul.addr_p.pc_addr li strong {
  margin-left: 0 !important;
}


footer .row .text-lg-left>p.mb-4.mt-4>strong {
  padding-left: 0 !important;
}

/* ================== Footer Design =================== */



/*======================== Desktop CSS Task ======================-*/




/*======================== Responsive CSS Task ======================-*/


/*=============== Laptop Screens ====================*/


/*=================== header CSS =====================*/



#ajaxsearchlite1 .probox .proinput form input[type="search"] {
  text-align: left !important;
  direction: ltr !important;
}

#ajaxsearchlite1 .probox {
  margin-left: 7px;
}


#ajaxsearchlite1 .probox .proinput {
  margin-left: 0;
}

header nav.navbar ul.navbar-nav {
  gap: 11px;
}

header nav.navbar ul.navbar-nav li a {
  font-size: 12px;
}




@media (min-width:1200px) and (max-width:1400px) {

  .card.video-block .row .media .media-body h5 {
    font-size: 17px;
  }
}


@media (min-width:1280px) {
  header nav.navbar ul.navbar-nav {
    gap: 20px;
    justify-content: center;
    margin: 0 auto !important;
    width:100%;
  }

  header nav.navbar ul.navbar-nav li a {
    width: max-content;
    display: inline-block;
    text-align: center;
  }

  #ajaxsearchlite1 .probox .promagnifier svg {
    width: 14px !important;
  }
}


@media (min-width:992px) and (max-width:1199.99px) {

   header nav.navbar ul.navbar-nav li a{
     font-size:10.5px;
  }
  
  header nav.navbar #navbarSupportedContent #ajaxsearchlite1 .probox .proinput {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  header nav.navbar #navbarSupportedContent #ajaxsearchlite1 .probox .proinput form input::placeholder {
    font-size: 15px;
  }

  header nav.navbar ul.navbar-nav {
    justify-content: center;
    width:100%;
  }

  header nav.navbar #navbarSupportedContent #ajaxsearchlite1 .probox .promagnifier .innericon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    padding-left: 10px;
  }

  header nav.navbar #navbarSupportedContent #ajaxsearchlite1 .probox .promagnifier .innericon svg {
    height: 15px;
    width: 15px;
  }

  .card.video-block .row .media .media-body h5 {
    font-size: 15px;
  }
}


#ajaxsearchlite1 .probox .proinput form input[type="search"]::placeholder {
  font-size: 16px !important;
  width: max-content !important;
  text-align: left !important;
  direction: ltr !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input[type="search"] {
  text-align: left !important;
}

#ajaxsearchlite1 .probox .promagnifier svg {
  width: 18px;
}

.hidehr {
  display: none !important;
}


@media(min-width:1200px) and (max-width:1365.98px){
 header nav.navbar ul.navbar-nav li a{
     font-size:12px;
  }
}


/*=============== Laptop Screens ====================*/


/*=================== header CSS =====================*/


/*======================== Responsive CSS Task ======================-*/



/*=============== Today (18 / 03 / 25 ======================)*/


.tradingview-widget-container.container {
  padding: 40px 0px;
}

.tradingview-widget-copyright {
  display: none !important;
}

.label__link-dzbd7lyV {
  display: none !important;
}

/* 21-04-2025 */

.widget-overview {
  margin-top: 30px;
  position: relative;
  isolation: isolate;
}

.widget-heading {
  font-weight: 600;
  display: inline-block;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
  /* -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  padding: 5px 10px;
  background: #f2f2f2;
  font-size: 20px;
}

.widget-sliders .item,
.widget-sidebar .tradingview-widget-container,
.sector-table-wrap {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding: 15px;
  /* min-height: 440px; */
  /* width: 100% !important; */
  border-radius: 10px;
}

.private-company {
  margin-top: 35px;
}

.sector-table-wrap table {
  width: 100%;
  border: 1px solid #ebebeb;
}

.sector-table-wrap table tbody tr td,
.sector-table-wrap table tbody tr th {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e6eaef;
  font-size: 13px;
}

.sector-table-wrap {
  margin-top: 50px;
}

.tradingview-widget-container {
  min-height: 440px;
}

.font-bold {
  font-weight: bold;
}

marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
}

.marquee-content-items {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.marquee-content-items li {
  position: relative;
}

.marquee-content-items li::after {
  content: "|";
  margin: 0 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.marquee-content-items li:last-child::after {
  display: none;
}

/* video section */
.video-slider-section {
  background-color: #4b4b4b;
  /* background-color: #4DAB6F; */
  padding: 0 30px;
  border-radius: 10px;
  padding-bottom: 20px !important;
}

.video-slider-section video,
.video-slider-section iframe {
  border-radius: 10px;
  background-color: #4DAB6F;
  padding: 10px;
}

.video-slider-section h3,
.video-slider-section p {
  color: #fff;
}

.video-slider-section .owl-prev,
.video-slider-section .owl-next {
  width: 35px !important;
  height: 35px !important;
  font-size: 30px !important;
  background: #4DAB6F !important;
}

.video-slider-section .owl-nav button {
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-slider-section .owl-nav button i {
  color: #000;
  font-size: 14px;
  line-height: 15px;
}

@media screen and (max-width: 767px) {
  .widget-overview .owl-nav button.owl-next {
    right: 0;
    top: -100px;
    left: unset;
  }

  .card.post-block.section2 .media .media-body .post-time {
    transform: translateX(-15px);
  }

  .video-slider-section h3 {
    font-size: 25px;
  }

  .widget-overview .owl-nav button.owl-prev {
    left: 0;
    top: -100px;
  }

  .main .widget-overview .owl-nav button.owl-prev,
  .main .widget-overview .owl-nav button.owl-next {
    top: -50px;
  }

  .card.top-article .card-body .row .col-lg-12.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card.top-article .card-body .row {
    flex-direction: column;
  }

  .card.post-block.section2 .media .media-body .row .margtop {
    padding-left: 18px;
  }

  .card.post-block.section2 .media .media-body .row .margtop picture {
    margin-left: 0 !important;
  }

  .card.post-block.section2 .media .media-body .row .margtop picture img {
    margin-top: 7px !important;
  }

  .card post-block.section2 .media .col-5.col-sm-2 .post-img img {
    margin-bottom: 0;
  }

  .post-block .post-img {
    margin-left: 0 !important;
  }

  .post-block h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
  }

  .video-slider-section .owl-carousel {
    z-index: 0;
  }

  .top-article .media picture {
    padding: 0 15px 0 0;
  }

  .card.top-article .card-body .row .col-lg-12.col-xl-12:first-child {
    padding: 0 15px 0 15px !important;
  }

  .top-article h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
  }

  .card post-block .media .col-5.col-sm-2 .post-img img {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .hero-section.mobile-only .card .card-body .row .col-md-12.col-lg-5 h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .hero-section.mobile-only .card .card-body .row .col-md-12.col-lg-5>p {
    margin-top: 15px;
  }

  .related_articles .card.post-block .card-body .media .media-body .col-5.col-sm-2 img {
    margin-top: 0;
  }

  .related_articles .card.post-block .card-body .media .media-body .col-md-12.d-md-none p {
    padding-top: 15px;
  }

  .related_articles .card.post-block .card-body .media .media-body .col-7.col-sm-10 h4 {
    margin: 0;
    margin-bottom: 10px;
  }

  .related_articles .card.post-block .card-body .media .media-body .col-7.col-sm-10 h4 img {
    margin: 0 !important;
    margin-right: 10px !important;
    border-radius: 100px;
  }

  .related_articles .card.post-block .card-body .media .media-body .col-7.col-sm-10 .post-time {
    margin-left: -5px;
  }

  .hide-in-mobile {
    display: none;
  }

  header .navbar-light .navbar-nav .menu-item {
    padding-left: 14px !important;
  }
}

/* home page v2 */

.index-tabs {
  background: #142E1D;
}

.index-tabs-lists {
  display: flex;
  align-items: start;
  justify-content: start;
  padding-top: 50px;
  width: 100%;
  gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  z-index: 11;
  top: 82px;
  left: 0;
  background: #142E1D;
}

.index-tabs-lists li.nav-item {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3rem 0;
}

.index-tabs-lists li.nav-item.active {
  background: transparent;
  border-bottom: 4px solid #4CAB6D;
  border-radius: 2px;
  font-weight: 600;
}

.index-tabs a {
  color: #fff;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}

.main .hero-section.mobile-only {
  padding-top: 100px;
}

.main .main-heading {
  font-size: 26px;
}

.main .chart-block h4 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .main .hero-section {
    padding: 20px 0;
  }

  .desktop-only {
    display: none;
  }

  footer {
    position: unset !important;
  }
}

@media only screen and (min-width: 1270px) and (max-width: 1366px) {
  .main .hero-section h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 992px) {
  .index-tabs-lists{
     padding-top:0;
     top: 143px;
  }
  .index-tabs a{
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 	 
}

@media (max-width: 767.98px){
  .index-tabs-lists{
     top: 128px;
  }
}

@media screen and (max-width: 475px) {
  .video-slider-section h3 {
    font-size: 20px;
  }
}

.archive.category .hero-section .card .card-body {
  background: #f1f6f5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.22);
}

.archive.category .hero-section .card .card-body picture img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.postid-57312 .article-banner img {
  object-fit: contain;
  max-height: 300px;
}




/* --------------- Sector Table ------------------ */


.sector-table-wrap {
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333;
}

.sector-table-wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #1a202c;
  text-align: center;
}

.sector-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.sector-table th,
.sector-table td {
  padding: 0.75rem 1rem;
  text-align: left;
}

.sector-table th {
  background-color: #f7fafc;
  color: #2d3748;
  font-weight: 600;
  border-bottom: 2px solid #e2e8f0;
}

.sector-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.sector-table tr:hover {
  background-color: #edf2f7;
}

.sector-table td {
  border-bottom: 1px solid #e2e8f0;
}

.sector-table td:nth-child(2),
.sector-table th:nth-child(2) {
  text-align: right;
}


/*----------------- Sector Table ------------------*/


/*---------------- Yahoo table -------------------*/


/* .yahoo-table-wrapper {
	overflow-x: scroll;
	width: 100%;
} */

.yahoo-table-wrapper .yahoo-table {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #ccc !important;
  /* border-radius: 12px; */
}

.dataTables_scrollHeadInner .yahoo-table {
  border-bottom: none !important;
}


.yahoo-table-wrapper .yahoo-table th,
.yahoo-table-wrapper .yahoo-table td {
  left: 0;
  text-align: left;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 8px;
  height: 33px;
  border-right: none !important;
  border-bottom: none !important;
  transition: color 0.3s ease;
  border-radius: 0 !important;
}

.yahoo-table-wrapper .yahoo-table td {
  font-size: 12px;
  border-bottom: 1px solid #ccc !important;
  border-right: none !important;
}

.yahoo-table-wrapper .yahoo-table th:first-child,
.yahoo-table-wrapper .yahoo-table td:first-child {
  border-right: 1px solid #ccc !important;
  z-index: 1;
}

.yahoo-table-wrapper .yahoo-table th {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.yahoo-table-wrapper .text-right {
  text-align: right !important;
  padding-right: 13px !important;
}

.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Price: activate to sort column ascending"],
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Change: activate to sort column ascending"],
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Change %: activate to sort column ascending"] {
  padding-right: 22px !important;
  padding-left: 0 !important;
}

.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Volume: activate to sort column ascending"] {
  padding-right: 8px !important;
  padding-left: 0 !important;
}

.yahoo-table-wrapper .yahoo-table td:first-child {
  color: #9fd7ff;
  font-weight: 700;
}

.yahoo-table-wrapper .yahoo-table tbody tr {
  transition: background-color 0.3s ease;
}

.yahoo-table-wrapper .yahoo-table tbody tr:hover {

  background-color: #eee;
}


.dataTables_scrollHead table.yahoo-table {
  border-radius: 12px 12px 0 0;
}

.dataTables_scrollBody table.yahoo-table {
  border-radius: 0 0 12px 12px;
}


.yahoo-table-wrapper .yahoo-table th:first-child:hover {
  color: #9fd7ff;
}


/*
.yahoo-table-wrapper .yahoo-table td:not(:first-child) {
	border-bottom: 1px solid #ccc !important;
	 border-radius: 0 0 8px 8px; 
}
*/

.yahoo-table-wrapper table.yahoo-table thead th::before,
.yahoo-table-wrapper table.yahoo-table thead th::after {
  display: none !important;
  content: none !important;
}


.yahoo-table-wrapper .yahoo-table thead th:hover {
  color: #9fd7ff;
}

.positive {
  color: #00aa76;
}

.negative {
  color: #ff4143;
}

.neutral {
  color: #b0b9c1;
}




.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 8px;
}


.dataTables_scrollBody {
  scrollbar-width: thick;
  scrollbar-color: #ccc #eee;
  border: none !important;
  border-radius: 0 0 12px 12px !important;
}

.dataTables_scrollBody {
  max-width: 100%;
  overflow: auto;
  border-radius: 0 0 12px 12px !important;
}




table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
  display: none !important;
}


.dataTables_paginate {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
}

.dataTables_paginate a.paginate_button {
  padding: 8px 14px;
  border-radius: 12px;
  background-color: #fff;
  color: #4DAB6F;
  border: 1px solid #4DAB6F;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.dataTables_paginate a.paginate_button:hover:not(.current):not(.disabled) {
  background-color: #4DAB6F;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(77, 171, 111, 0.3);
  border: 1px solid transparent;
}

.dataTables_paginate a.paginate_button.current {
  background-color: #4DAB6F !important;
  color: #fff !important;
  font-weight: 600;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(77, 171, 111, 0.4);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: .3em 0.6em;
}

.dataTables_paginate a.paginate_button.disabled {
  background-color: #f5f5f5;
  color: #ccc;
  border: 1px solid #ddd;
  cursor: not-allowed;
  box-shadow: none;
}

.dataTables_paginate .ellipsis {
  color: #999;
  padding: 8px 10px;
  font-size: 16px;
}


.dataTables_paginate>span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.dataTables_scrollHead table.yahoo-table thead th:last-child {
  border-right: 1px solid #ccc !important;
}

.dataTables_scrollHead table.yahoo-table {
  padding-top: 6px;
  padding-bottom: 6px;
}

.dataTables_scrollBody table.yahoo-table {
  padding-top: 2px;
  padding-bottom: 3px;
}

.dataTables_scrollBody table.yahoo-table tbody tr:last-child td {
  border-bottom: none !important;
}

.yahoo-table-wrapper .yahoo-table {
  border: none !important;
}

.yahoo-table-wrapper .dataTables_scroll {
  border-radius: 12px;
  border: 1px solid #ccc !important;
  padding-bottom: 3px;
}

.yahoo-table-wrapper .dataTables_scrollBody table.yahoo-table,
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table {
  border-radius: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.yahoo-table-wrapper .dataTables_scrollBody {
  border-radius: 0 0 12px 12px !important;
  border: 1px solid #ccc !important;
  border: none !important;
  border-top: none !important;
}

.yahoo-table-wrapper .dataTables_scrollHead {
  border: 1px solid #ccc !important;
  border-radius: 12px 12px 0 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}






.yahoo-table-wrapper {
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
}


.yahoo-table-wrapper .dataTables_scrollBody .dtfc-fixed-left {
  border-left: none !important;
}

.yahoo-table-wrapper .dataTables_scrollBody.scrolled .symbol-td {
  /*    border-left: 1px solid #ccc !important;*/
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.yahoo-table-wrapper .dataTables_scrollHead.scrolled .dtfc-fixed-left {
  border-right: 0 !important;
}


.yahoo-table-wrapper .dataTables_filter {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}


.yahoo-table-wrapper .dataTables_filter label {
  width: 100%;
  margin-bottom: 20px;
}

.yahoo-table-wrapper .dataTables_filter label {
  width: 100%;
}

.yahoo-table-wrapper .dataTables_filter label input {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-left: 10px;
  margin-left: 10px;
}


.yahoo-table-wrapper>h3 {
  font-size: 1.5rem;
  color: #1a202c;
}




/* .sparkline {
    display: block;
    margin: 0 auto;
} */

.sparkline svg {
  width: 100%;
  height: 30px;
}

.sparkline path {
  fill: none !important;
  /* No fill */
  stroke-width: 2 !important;
  /* Thin line */
  stroke-linecap: round;
  /* Rounded ends */
  stroke-linejoin: round;
}












/*------------- Changes css in future -----------------*/


/*
@media(min-width:2000px){
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 75%;
	}
}

*/


.range-cell {
  min-width: 120px;
  padding-top: 15px !important;
}

.range-bar {
  position: relative;
  height: 2px !important;
  background-color: #aaa;
  border-radius: 8px;
  margin-bottom: 4px;
}

.range-indicator {
  position: absolute;
  top: -6px;
  width: 5px;
  height: 14px;
  background-color: #9fd7ff;
  border-radius: 8px;
  transform: translateX(-50%);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #000;
}


/*------------- Changes css in future -----------------*/





/*---------------- Yahoo table -------------------*/



/*------------------ Privacy Company ----------------*/

.private-company .nav-pills .nav-link.active {
  color: #fff;
  background-color: #4DAB6F;
}

.private-company .nav-pills {
  margin-bottom: 20px;
}

.private-company .nav-pills .nav-link {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 550;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a202c;
  font-size: 1rem;
  line-height: 21px;
  height: 36px;
  transition: all 0.3s ease;
}

.private-company .yahoo-table-wrapper {
  background: #ffffff;
  padding: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-top: 15px;
}


.private-company .dataTables_scrollHead table.yahoo-table thead th {
  position: relative;
  border: none !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}


.private-company .dataTables_scrollHead table.yahoo-table thead th.dtfc-fixed-left::after {
  display: none;
}


.private-company .dataTables_scrollHead {
  border-bottom: 0 !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr {
  width: 100%;
}

/*.private-company .dataTables_scrollHead table.yahoo-table thead th,
.private-company .dataTables_scrollBody table.yahoo-table tbody td {
   text-align: right !important;
   padding: 0 !important;
}
*/

.private-company .dataTables_scrollHead table.yahoo-table thead th:first-child,
.private-company .dataTables_scrollBody table.yahoo-table tbody td:first-child {
  border-right: 1px solid #ccc !important;
  border: none !important;
  text-align: left !important;
  padding: 0 10px !important;
}


.private-company .dataTables_scrollHead table.yahoo-table thead th:first-child {
  /*	padding: 0 30px 0 10px !important;*/
  border-bottom: 0 !important;
}

.private-company .dataTables_scrollBody table.yahoo-table tbody td.sorting_1.dtfc-fixed-left {
  border: none !important;
  border-right: 1px solid #ccc !important;
}

.private-company .dataTables_scrollBody table.yahoo-table tbody td {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th,
.private-company .dataTables_scrollBody table.yahoo-table tbody td {
  cursor: pointer;
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  height: 36px;
  border: none !important;
  transition: color 0.3s ease;
  border-radius: 0 !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th {
  padding: 0 20px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th {
  font-weight: 700;
  font-size: 12px;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th.column-3 {
  padding: 0 40px 0 60px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th.column-2 {
  padding-left: 30px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-2,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(2) {
  text-align: left !important;
}

/*-------------- NEW CSS ----------------*/

.private-company .pc-widget {
  background: #ffffff !important;
  padding: 1.5rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #ccc !important;
  border-radius: 12px !important;
}

.private-company .pc-widget .tab-content {
  border: none !important;
  padding: 0 !important;
}

.private-company .table-responsive table {
  border: none !important;
  margin-bottom: 0 !important;
}

.private-company .tab-content .tab-pane.active {
  border-radius: 12px;
  border: 1px solid #ccc;
}

.private-company .table-responsive table th,
.private-company .table-responsive table td {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  height: 36px;
  border: none;
  white-space: nowrap;
  line-height: 1.5;
  border-radius: 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  transition: color 0.3s ease;
}

.private-company .table-responsive table th:hover {
  color: #9fd7ff;
}



.private-company .table-responsive table th {
  font-weight: 700;
  font-size: 12px;
}


.private-company .table-responsive table td:first-child {
  color: #9fd7ff;
}

.private-company .table-responsive table th:first-child,
.private-company .table-responsive table td:first-child {
  border-right: 1px solid #ccc;
}

.private-company .table-responsive table tbody tr.row-8 td {
  border-bottom: 0;
}

.private-company .table-responsive.scrolled th:first-child,
.private-company .table-responsive.scrolled td:first-child {
  left: 0px;
  position: sticky;
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
}

/*-------------- NEW CSS ----------------*/























/*.private-company .dataTables_scrollHead table.yahoo-table thead th.column-3 {
	padding-right: 19px !important;
	padding-left: 28px !important;
	text-align: right;
	padding-right: 0 !important;
	padding: 0 !important;
}

.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(3) {
	text-align: right;
	padding: 0;
	padding-right: 20px;
}*/


/*.private-company .dataTables_scrollHead table.yahoo-table thead th,
.private-company .dataTables_scrollBody table.yahoo-table tbody td{
	width: 50px !important;
	padding: 0 !important;
}*/



/*.private-company .dataTables_scrollHead table.yahoo-table thead th.column-4 {
	padding-right: 20px !important;
	padding-left: 15px !important;
	text-align: right;
	padding: 0 !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th.column-7,
.private-company .dataTables_scrollHead table.yahoo-table thead th.column-9 {
	padding-left: 0;
	text-align: left;
	padding: 0 !important;
}*/




/*.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-1,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:first-child{
   padding: 0 25px 0 10px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-1{
	width:0px !important;
	padding-right: 29.5px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-2,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(2){
    padding: 0 10px 0 10px !important;
}*/

/*
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-3{
	transform: translateX(19px);
}

.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(3){
	width: 0px !important;
}

.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(4){
	width: 0px !important;
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-4{
	transform: translateX(21px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-5{
	transform: translateX(20px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-6{
	width:0 !important;
	transform: translateX(17px);
}



.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(7),
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(9){
	width: 0 !important;	
	transform:translateX(20px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-7{
	transform:translateX(37px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-8{
	transform:translateX(14px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-9{
	transform:translateX(33px);
}


.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(10){
	transform:translateX(10px);
}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-10{
	transform:translateX(15px);
}
*/


/*.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-1,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(1),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-2,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(2),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-7,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(7),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-9,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(9),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-10,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(10){
	text-align:left;

}

.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-3,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(3),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-4,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(4),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-6,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(6),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-8,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(8),
.private-company .dataTables_scrollHead table.yahoo-table thead tr th.column-5,
.private-company .dataTables_scrollBody table.yahoo-table tbody tr td:nth-child(5){
	text-align:right;

}*/








/*.private-company .dataTables_scrollHead table.yahoo-table thead th {
	text-align: right;
}

.private-company .dataTables_scrollHead table.yahoo-table thead th:first-child,
.private-company .dataTables_scrollHead table.yahoo-table thead th:nth-child(2),
.private-company .dataTables_scrollHead table.yahoo-table thead th:nth-child(7),
.private-company .dataTables_scrollHead table.yahoo-table thead th:nth-child(9),
.private-company .dataTables_scrollHead table.yahoo-table thead th:last-child {
	text-align: left;
}*/



.no-data {
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}




/*------------------ Privacy Company ----------------*/

.article-section .card-body .media .media-body {
  width: 100%;
  max-width: 100%;
}

.article-section .card-body .media .media-body .row {
  width: 100%;
  padding-right: 50px;
}

/* popup form */

.popup-form-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

/* footer layout fix in responsive */

@media screen and (max-width: 767px) {

  footer a,
  footer p,
  footer ul.addr_p {
    font-size: 18px;
  }

  footer strong,
  footer .ml-sm-3,
  footer .mx-sm-3 {
    margin-left: 0 !important;
  }
}


.popup-lead-form .wpcf7 input[type="url"],
.popup-lead-form .wpcf7 input[type="email"],
.popup-lead-form .wpcf7 input[type="tel"],
.popup-lead-form .wpcf7 input[type="text"],
.popup-lead-form .wpcf7 .wpcf7-select {
  display: block !important;
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 12px;
  color: #000000;
  font-family: "Roboto";
  font-weight: 400;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #69727d;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px;
  direction: ltr;

}

.popup-lead-form .wpcf7 .btn-success {
  background-color: #4DAB6F !important;
  color: #ffffff !important;
  font-family: "Open Sans Hebrew", Sans-serif;
  flex-basis: 100%;
  min-height: 40px;
  font-weight: 500;
  cursor: pointer;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  border-radius: 3px;
  -webkit-appearance: button;
  text-transform: none;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transform: translateY(0px);
  transition: all .3s;
  height: auto;
  width: 100%;
  margin: 0 !important;
}


.popup-lead-form .wpcf7 .btn-success:hover {
  transform: translateY(4px);
}

.popup-lead-form .wpcf7 .wpcf7-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  outline: none;
}

.popup-lead-form .wpcf7 .wpcf7-select::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #7A7A7A;
  line-height: 1.5;
}


.popup-lead-form .select-wrapper {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.popup-lead-form .select-wrapper .select-caret-down-wrapper {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
}

.popup-lead-form .select-wrapper>p {
  width: 100%;
  margin-bottom: 0 !important;
}


.popup-lead-form .form-group {
  margin-bottom: 0 !important;
}

.popup-lead-form .form-group>p {
  margin-bottom: 7px !important;
}

.popup-lead-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}


/*--------- NEW CSS FOR THE MENU -------------*/

.chart-block h6,
.chart-block p {
  color: #142E1D;
}

.contact-section form .form-group input {
  direction: ltr;
}


.main-points h3 {
  color: #1f8041;
}

.main-points ul {
  list-style: inside;
  padding-left: 0;
}

.main-points ul li::marker {
  color: #1f8041;
}


@media (min-width:768px) {
  .main-points {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    border-top: 6px solid #4CAB6D;
    padding-top: 30px;
  }

  .main-points h3 {
    margin: 0;
    line-height: 1;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .6px;
    line-height: 1.05;
    margin-bottom: 12px;
    margin-top: 2px;
    text-transform: uppercase;
    margin-top: 10px !important;
  }

  .main-points ul.points-list {
    list-style: disc;
  }

  .main-points ul.points-list {
    list-style: disc;
    padding-right: 20px;
  }

  .main-points ul.points-list li {
    padding: 10px 0;
    font-weight: 550;
  }

  .main-points ul.points-list li::marker {
    color: #4CAB6D;
  }

  .share-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .share-icon-container .share-icon {
    gap: 10px;
  }

  .images-border-box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #9b9b9b;
  }
}

@media (max-width:767.98px) {
  .images-border-box {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px dotted #9b9b9b;
  }

  .main-points {
    margin-top: 30px;
    margin-bottom: 0;
    border-top: 6px solid #4CAB6D;
    padding-top: 30px;
  }

  .main-points ul.points-list li {
    padding: 10px 0;
  }

  .share-icon-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}


/*------------ NEW CSS FOR HERO BANNER -----------------*/

      .new-hero-section {
        position: relative;
        width: 100%;
        display: block;
        margin: 30px auto;
      }

      .new-hero-section .highlight-news-container {
        background-color: #4dab6f;
        position: relative;
        width: 100%;
        height: 515px;
      }

      .new-hero-section .highlight-news-container .highlight-news-image {
        width: 100%;
        display: block;
        height: 100%;
      }

      .new-hero-section .highlight-news-container .highlight-news-image img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        max-width: 100%;
      }

      .new-hero-section .highlight-news-container .news-container {
        padding: 0px 32px 10px 32px;
        position: absolute;
        width: 100%;
        z-index: 2;
        background: #4dab6f;
        bottom: 0;
      }

      .new-hero-section .highlight-news-container .news-container::before {
        height: 63px;
        top: -63px;
        background: linear-gradient(#0000, #4dab6f);
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
      }

      .new-hero-section .highlight-news-container .news-container h2 {
        margin: 15px 0;
        font-size: 32px;
        line-height: 36px;
        font-family: inherit;
        font-weight: 700;
      }

      .new-hero-section .highlight-news-container .news-container h2 a {
        color: #fff;
        text-decoration: none;
        font-size:100%;
      }
      .new-hero-section .highlight-news-container .news-container h2 a:hover {
        text-decoration: underline;
      }

      .new-hero-section .highlight-news-container .news-container p {
        margin-bottom: 0;
        padding-top: 12px;
        border-top: 1px solid #fff;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;  
        margin-top: 10px;
        margin-bottom: 10px;  
      }

      .new-hero-section .highlight-news-container .news-container p a.category {
        background-color: rgb(75, 75, 75);
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 10px;
      }

      .new-hero-section
        .highlight-news-container
        .news-container
        p
        a.news-sub-heading {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 600;
        font-family: inherit;
         display:block;
          margin-top:10px;
      }
      .new-hero-section .related-news-section .related-news-post {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .new-hero-section .related-news-section .related-news-post {
        gap: 10px;
      }

      .new-hero-section .related-news-section .related-news-post img {
        height: 150px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
      }

      .new-hero-section .related-news-section .related-news-post{
        margin-bottom:15px;
      }

	.new-hero-section .related-news-section .related-news-post p{
      line-height:1;
      display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

      .new-hero-section .related-news-section .related-news-post p a {
        color: #000;
        text-decoration: none;
        font-size: 18px;
        line-height: 20px;
        font-family: inherit;
        font-weight: 600;
      }

      .new-hero-section .related-news-section .related-news-post p a:hover {
        text-decoration: underline;
      }

	  .new-hero-section .widget{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 10px;
      }

      .hero-section .news-main-container.widget-wrap{
            margin-top: 35px;
      }

       @media (min-width: 1024px) and (max-width: 1199.98px){
         .new-hero-section .highlight-news-container .news-container h2 {
          font-size: 20px;
          line-height: 22px;
        }
        .new-hero-section .highlight-news-container{          
          height: 405px;
          min-height: unset;
        }
         .new-hero-section .related-news-section .related-news-post p a{
          font-size: 16px;
          line-height: 16px;
        }
      }

      @media (max-width: 1023.98px) {
       
        .new-hero-section .highlight-news-container .news-container h2 {
          font-size: 34px;
          line-height: 38px;
        }

        .new-hero-section .related-news-section .related-news-post p a{
          font-size: 16px;
          line-height: 18px;
        }
      }

      @media(max-width:991.98px){
        .hero-section .news-main-container.widget-wrap{
            margin-top: 0px;   
        }
        
         .new-hero-section .news-main-container {
          gap: 40px;
        }
      }

      @media (max-width: 767.98px) {
        .new-hero-section .highlight-news-container{
          height: auto;
          min-height: 440px;
        }
        .new-hero-section .highlight-news-container .news-container h2 {
          font-size: 24px;
          line-height: 27px;
        }
      }

/*------------ NEW CSS FOR HERO BANNER -----------------*/
