:root {
  --thm-font: "InterVariable" ; /* Headings */
  --thm-b-font: "InterVariable";  /* Body font */
  --thm-base: #1F4E79; /* Primary color */
  --thm-base-hover: #1F4E79; /* Primary hover */
  --thm-base-rgb: 254, 90, 14; /* Primary rgb */ /* Primary low hue */
  --thm-secondary: #1E1E1E; /* Secondary */
  --thm-secondary-hover: #070606; /* Secondary */ /* Secondary rgb */
  --thm-b-text: #1E1E1E; /* Body text */ /* Body text rgb */
  --thm-border: #e1e1e1; /* Borders */ /* Borders rgb */
  --thm-bg:#fff;
}
body{
  font-family: var(--thm-b-font);
  background-color: var(--thm-bg);
}

/* animation */

/* General */

::selection{
  background-color: var(--thm-base);
  color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--thm-b-font);
  overflow-x: hidden;
  color: var(--thm-b-text);
  font-size: 16px;
  line-height: 1.8;
}

.gallery-thumb{
  position: relative;
}

.gallery-thumb::before{
  content: "\f002";
  position: absolute;
  right: 20px;
  top: 30px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.gallery-thumb:hover::before{
  top: 20px;
  opacity: 1;
  visibility: visible;
}

.section {
  position: relative;
  padding: 50px 0;
}

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

.section-title {
  position: relative;
  max-width: 640px;
}

.section-title.centered {
  text-align: center;
  margin: 0 auto 50px;
}
.section-title .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
}

.section-title .title.sm{
  font-size: 2rem;
}

#section-cta2 .section-title .title{
  color:#add8ff;
}

.section-title .subtitle {
  display: inline-flex;
  color: var(--thm-base);
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.section-title .btn-link {
  margin-top: 20px;
}

.required {
  font-size: 12px;
  line-height: 1;
  color: #f78686;
  font-style: normal;
}

img {
  max-width: 100%;
}

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

label {
  margin-bottom: 10px;
  color: var(--thm-b-text);
  font-weight: 500;
}

label.error{
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

b, strong {
  font-weight: 600;
}

.dark-overlay {
  position: relative;
  z-index: 1;
}


.dark-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: -1;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

/* Buttons */
button,
input[type=reset],
input[type="button"],
input[type="submit"],
.sigma_btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: var(--thm-bg);
  border: 0;
  color: var(--thm-base);
  border: solid 2px var(--thm-base);
  font-size: 14px;
  font-weight: 600;
  padding: 17px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-radius: 5px ;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

button i,
input[type=reset] i,
input[type="button"] i,
input[type="submit"] i,
.sigma_btn i {
  margin: 0 0 0 10px;
  color: var(--thm-bg);
  z-index: 1;
}

.sigma_banner-text .sigma_btn{
  background-color: var(--thm-base);
  color:#fff;
}

.btn-pill button,
.btn-pill input[type=reset],
.btn-pill input[type="button"],
.btn-pill input[type="submit"],
.btn-pill .sigma_btn {
  border-radius: 5px;
}



button.secondary,
input[type=reset].secondary,
input[type="button"].secondary,
input[type="submit"].secondary,
.sigma_btn.secondary {
  background-color: var(--thm-secondary);
}

button.secondary:hover,
input[type=reset].secondary:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover,
.sigma_btn.secondary:hover,
button.secondary:focus,
input[type=reset].secondary:focus,
input[type="button"].secondary:focus,
input[type="submit"].secondary:focus,
.sigma_btn.secondary:focus {
  color: #fff;
}

button.light,
input[type=reset].light,
input[type="button"].light,
input[type="submit"].light,
.sigma_btn.light {
  background-color: var(--thm-bg);
  color: var(--thm-secondary);
}

button.light i,
input[type=reset].light i,
input[type="button"].light i,
input[type="submit"].light i,
.sigma_btn.light i {
  color: var(--thm-secondary);
}

button.light:hover,
input[type=reset].light:hover,
input[type="button"].light:hover,
input[type="submit"].light:hover,
.sigma_btn.light:hover,
button.light:focus,
input[type=reset].light:focus,
input[type="button"].light:focus,
input[type="submit"].light:focus,
.sigma_btn.light:focus {
  color: var(--thm-secondary);
}

/* btn-hover-styles */
/* Style 1 */
.btn-style-1 button:before,
.btn-style-1 input[type=reset]:before,
.btn-style-1 input[type="button"]:before,
.btn-style-1 input[type="submit"]:before,
.btn-style-1 .sigma_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: calc(100% - 10px);
  border-radius: 0;
  background-color: var(--thm-base-hover);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}

/* Style 2 */

/* Style 3 */

/* Style 4 */

/* Style 5 */

/* Style 6 */

/* Style 7 */

/* Style 8 */

/* Style 9 */

/* for secondary btn */
button.secondary:before,
input[type=reset].secondary:before,
input[type="button"].secondary:before,
input[type="submit"].secondary:before,
.sigma_btn.secondary:before {
  background-color: var(--thm-secondary-hover);
}

/* for tertiary btn */

/* for light btn */
button.light:before,
input[type=reset].light:before,
input[type="button"].light:before,
input[type="submit"].light:before,
.sigma_btn.light:before {
  background-color: rgba(0, 0, 0, 0.1);
}

/* for buttons have rounded borders */


button.close:before{
  content: none;
}

button.btn-sm,
input[type=reset].btn-sm,
input[type="button"].btn-sm,
input[type="submit"].btn-sm,
.sigma_btn.btn-sm {
  font-size: 14px;
  padding: 6px 10px;
  margin:10px auto;
  text-transform: capitalize;
}

.btn-link {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.btn-link:hover {
  text-decoration: none;
  color: var(--thm-base-hover);
}

.btn-link i {
  transition: 0.3s;
  margin-left: 10px;
  font-size: 13px;
}

.btn-link:hover i {
  margin-left: 13px;
}

/* Inputs */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea,
.form-control {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: #f4f5f8;
  border: 1px solid var(--thm-border);
  border-radius: 0;
  transition: all 300ms ease;
  font-family: var(--thm-b-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 17px;
}

textarea {
  padding: 15px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group>i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}

textarea {
  height: auto;
  resize: none;
  line-height: 1;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--thm-base);
}

input[type="number"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #a5a5a5;
}

/*Checkboxes and radios*/
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--thm-bg);
  border: 1px solid var(--thm-border);
  border-radius: 3px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  outline: 0;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  width: 16px;
}

input[type="radio"]+label:before {
  border-radius: 50%;
}

input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 5px;
  content: " ";
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  transition: 0.3s;
}

input[type="radio"]+label:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: var(--thm-base);
}

input[type=checkbox]:checked+label:before {
  background-color: var(--thm-base);
  border-color: var(--thm-base);
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
  opacity: 1;
}

/*Checkbox With Toggle Swich*/

/* Input Groups */
.input-group input[type="number"],
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="password"],
.input-group input[type="tel"],
.input-group input[type="url"],
.input-group input[type="search"],
.input-group select,
.input-group textarea,
.input-group .form-control {
  flex: 1 auto;
  width: 1%;
}

.input-group-prepend,
.input-group-append {
  margin: 0;
}

.input-group-append button i{
  margin: 0;
}

.input-group-prepend button,
.input-group-prepend input[type=reset],
.input-group-prepend input[type="button"],
.input-group-prepend input[type="submit"],
.input-group-prepend .sigma_btn,
.input-group-prepend button:before,
.input-group-prepend input[type=reset]:before,
.input-group-prepend input[type="button"]:before,
.input-group-prepend input[type="submit"]:before,
.input-group-prepend .sigma_btn:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.input-group input[type="number"]:last-child,
.input-group input[type="text"]:last-child,
.input-group input[type="email"]:last-child,
.input-group input[type="password"]:last-child,
.input-group input[type="tel"]:last-child,
.input-group input[type="url"]:last-child,
.input-group input[type="search"]:last-child,
.input-group select:last-child,
.input-group textarea:last-child,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group input[type="number"]:not(:last-child),
.input-group input[type="text"]:not(:last-child),
.input-group input[type="email"]:not(:last-child),
.input-group input[type="password"]:not(:last-child),
.input-group input[type="tel"]:not(:last-child),
.input-group input[type="url"]:not(:last-child),
.input-group input[type="search"]:not(:last-child),
.input-group select:not(:last-child),
.input-group textarea:not(:last-child),
.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append button,
.input-group-append input[type=reset],
.input-group-append input[type="button"],
.input-group-append input[type="submit"],
.input-group-append .sigma_btn,
.input-group-append button:before,
.input-group-append input[type=reset]:before,
.input-group-append input[type="button"]:before,
.input-group-append input[type="submit"]:before,
.input-group-append .sigma_btn:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

/* Colors &  background-colors */
.primary-color {
  color: var(--thm-base);
}

.twitter {
  background-color: rgb(44, 170, 225) !important;
  color: #fff;
}

.twitter:before {
  background-color: #2488b3 !important;
}

.google {
  background-color: rgb(220, 74, 56) !important;
  color: #fff;
}

.google:before {
  background-color: #af1705 !important;
}

/* Slick */
.slick-slide {
  position: relative;
  outline: none;
}

.slick-prev,
.slick-next {
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--thm-bg);
  color: var(--thm-secondary);
  border: 0;
  padding: 0;
  outline: none;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: var(--thm-base);
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

[class*="btn-style-"] .slick-prev::after,
[class*="btn-style-"] .slick-next::after {
  display: none;
}

[class*="btn-style-"] .slick-prev::before,
[class*="btn-style-"] .slick-next::before {
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

[class*="btn-style-"] .slick-prev:hover::before,
[class*="btn-style-"] .slick-next:hover::before{
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

[class*="btn-style-"] .slick-next::before,
.slick-next:before {
  content: "\f054";
}

.slick-dots li:focus,
.slick-dots li:hover,
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: var(--thm-bg);
  border-radius: 50%;
  transition: 0.3s;
  border: 0;
  padding: 0;
}

[class*="btn-style-"] .slick-dots li button::after,
[class*="btn-style-"] .slick-dots li button::before {
  display: none;
}

.slick-dots .slick-active button {
  background-color: var(--thm-base);
}

/*--- custom arrows ---- */

/* Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--thm-font);
  font-weight: 700;
  color: var(--thm-base);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.7;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--thm-base);
  transition: .3s;
  display: inline-block;
}

a:hover,
a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
a:hover {
  color: var(--thm-base-hover);
  text-decoration: none;
}

/*======================
Tables
========================*/
table{
  margin-bottom: 30px;
}
table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: var(--thm-bg);
}

table th {
    font-weight: 500;
    color: var(--thm-secondary);
    font-size: 16px;
    border: 1px solid var(--thm-border);
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid var(--thm-border);
}

table img {
    width: 40px;
    border-radius: 0;
}

.sigma_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.sigma_close:hover span {
  opacity: 1;
}

.sigma_close span {
  position: absolute;
  width: 24px;
  height: 2px;
  opacity: .5;
  transition: .3s;
  background-color: var(--thm-secondary);
}

.sigma_close.light span {
  background-color: var(--thm-bg);
}

.sigma_close span:first-child {
  transform: rotate(45deg);
}

.sigma_close:hover span:first-child {
  transform: rotate(0deg);
}

.sigma_close:hover span:last-child {
  transform: rotate(180deg);
}

.sigma_close span:last-child {
  transform: rotate(135deg);
}

/* Header */
.sigma_header {
  position: relative;
  background-color: var(--thm-bg);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.navbar {
  padding: 0;
  position:static;
  justify-content: space-evenly;
}

.sigma_header .sigma_logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.sigma_header .sigma_logo-wrapper .sigma_logo{
  max-width: 400px;
}
.sigma_logo img{
  width:280px;
  margin:20px 0;
}
.sigma_header .navbar-nav {
  flex-direction: row;
}

.sigma_header .navbar-nav li {
  transition: 0.3s;
}

.sigma_header .navbar-nav li a {
  display: block;
  padding: 30px 15px;
  color: var(--thm-secondary);
  font-weight: bolder;
  position: relative;
  font-size: 16px;
  /*text-transform: uppercase;*/
}

.sigma_header .navbar-nav li:first-child>a {
  padding-left: 0;
}

.sigma_header .navbar-nav li:last-child>a {
  padding-right: 0;
  padding-left: 5px;
}

.sigma_header .navbar-nav li a:hover,
.sigma_header .navbar-nav li.active>a {
  color: var(--thm-base);
}

.sigma_header .navbar-nav li .sub-menu {
  position: absolute;
  top: 110%;
  min-width: 250px;
  background-color: var(--thm-bg);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width:100%;
  left:0;
}
.sigma_header .navbar-nav li .sub-menu .sub-menu-container{
  width:350px;
}
.sigma_header .navbar-nav li .sub-menu .sub-menu-container span{
  margin-left:20px;
  font-size:16px;
}
.sigma_header .navbar-nav li .sub-menu .sub-menu-container .sub-menu-placeholder{
  left: 350px;
  right: 0;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding:30px;
  text-align: center;
}
.sigma_header .navbar-nav li .sub-menu li{
  padding-right:15px;
}
.sigma_header .navbar-nav li .sub-menu li .thd-menu{
  position: absolute;
  top:0; 
  opacity: 0;
  left:350px;
  z-index: 999;
  right:0;  
  height:100%;
  visibility: hidden;
  transition: 0.3s;
  flex-wrap: wrap;
  padding:10px;
  overflow-y:auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px); 
  justify-content: space-evenly;
  align-content: flex-start;
  gap: 10px;
  background-color: var(--thm-bg);
}
 .sigma_header .navbar-nav li .sub-menu li:hover>.thd-menu{
  opacity: 1;
  visibility: visible;
}

.sigma_header .navbar-nav li .sub-menu li .thd-menu a{
  border:none;
  padding:0;
}
.sigma_header .navbar-nav li .sub-menu li img.cat-header{
  width: 60px;
  height:60px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #666;
}
.sigma_header .navbar-nav li .sub-menu li .thd-menu .thd-menu-item{
  height:220px;
  display: flex;
  box-sizing: border-box; 
  text-align: center;
  flex-direction: column; 
}
.sigma_header .navbar-nav li .sub-menu li .thd-menu .thd-menu-item .img-wrapper{
  width:200px;
  height:150px;
}
.sigma_header .navbar-nav li .sub-menu li .thd-menu .thd-menu-item .img-wrapper img{
  width:100%;
  height:100%;
  object-fit: contain;
}
.sigma_header .navbar-nav li .sub-menu li .thd-menu .thd-menu-item .thd-menu-title{
  margin:10px 0;
}
.sigma_header .navbar-nav li .sub-menu li a {
  border-bottom: 1px solid var(--thm-border);
  padding: 15px;
  display: flex;
  font-weight: 500;
  align-items: center;
  position: relative;
  
}
.sigma_header .navbar-nav li.menu-item-has-children > a::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat center / contain;
  margin-left: 4px;
  vertical-align: middle;
}

.sigma_header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: none;
}

.sigma_header .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 85%;
  left:0;
}

.sigma_header .navbar-nav li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

/* Header top */
.sigma_header-top {
  background-color: var(--thm-bg);
  border-bottom: 1px solid var(--thm-border);
  padding: 0;
}

.sigma_header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.sigma_header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.sigma_header-top .sigma_header-top-nav li {
  margin: 0;
}

.sigma_header-top .sigma_header-top-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.sigma_header-top .sigma_header-top-nav li+li {
  margin-left: 10px;
}

.sigma_header-top-contacts .sigma_header-top-nav li a {
  display: block;
  font-size: 14px;
  width: 41px;
  height: 41px;
  background-color: rgba(var(--thm-base-rgb), .25);
  display: inline-flex;
  color: var(--thm-base);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 0;
}
.sigma_header-top-contacts .sigma_header-top-nav li a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

/* Header bottom */

/* Header Controls starts */
.sigma_header .sigma_header-controls ul {
  display: flex;
  align-items: center;
}

.sigma_header .sigma_header-controls ul li+li {
  margin-left: 15px;
}

.sigma_header .aside-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid var(--thm-border);
  border-radius: 10px;
  transition: 0.3s;
}

.sigma_header .aside-toggle:hover {
  background-color: #f8f8f8;
}
.sigma_header .aside-toggle:hover span{
  margin: 0;
}
.sigma_header .aside-toggle:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px,-3px);
}
.sigma_header .aside-toggle:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px,3px);
}

.sigma_header .aside-toggle {
  display: none;
}

.sigma_header .aside-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--thm-secondary);
  transition: .3s;
  transform-origin: right;
}

.sigma_header .aside-toggle span+span {
  margin-top: 5px;
}

.sigma_header .sigma_header-controls.style-2 .aside-toggle{
  border-radius: 50%;
}

.sigma_header .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}

/* Style 2 */
.sigma_header.style-2 .sigma_header-top-contacts .sigma_header-top-nav li a{
  background-color: transparent;
  border: 1px solid var(--thm-border);
  color: var(--thm-secondary);
}
.sigma_header.style-2 .sigma_header-top-contacts .sigma_header-top-nav li a:hover{
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: #fff;
}

/* Style 3 */
.sigma_header.style-3{
  background-color: transparent;
  box-shadow: none;
}


.sigma_header-top .sigma_header-top-contacts ul li a{
  color: var(--thm-secondary);
}

.sigma_header-top .sigma_header-top-contacts ul li a:hover{
  color: var(--thm-base-hover);
}
.sigma_header-top.dark-bg{
  background-color: var(--thm-secondary);
}

.sigma_header-top.dark-bg .sigma_header-top-links li a,
.sigma_header-top.dark-bg .sigma_header-top-links li select,
.sigma_header-top.dark-bg .sigma_header-top-contacts ul li a{
  color: #fff;
}

.sigma_header.style-3 .sigma_header-top,
.sigma_header.style-5 .sigma_header-top{
  border: 0;
  padding: 10px 20px;
}
.sigma_header.style-3 .sigma_header-middle,
.sigma_header.style-5 .sigma_header-middle{
  padding: 0 20px;
  background-color: var(--thm-bg);
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.sigma_header.style-3 .sigma_header-top-inner,
.sigma_header.style-5 .sigma_header-top-inner,
.sigma_header.style-7 .sigma_header-top-inner{
  padding: 0;
}


.sigma_header.style-3 .aside-toggle,
.sigma_header.style-5 .aside-toggle{
  width: 50px;
  height: 50px;
}


.sigma_header.style-3 .sigma_header-top-contacts .sigma_header-top-nav li a{
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

.sigma_header.style-3 .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
.sigma_header.style-5 .sigma_header-top-contacts .sigma_header-top-nav li a:hover{
  background-color: var(--thm-base);
}

/* Style 4 */

/* Style 5 */

.sigma_header.style-5 .sigma_header-top,
.sigma_header.style-5 .sigma_header-middle{
  padding-left: 0;
  padding-right: 0;
}

.sigma_header.style-5 .sigma_header-top-contacts .sigma_header-top-nav li a,
.sigma_header.style-7 .sigma_header-top-contacts .sigma_header-top-nav li a{
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
}
.sigma_header.style-5 .sigma_header-top-contacts .sigma_header-top-nav li a:hover,
.sigma_header.style-7 .sigma_header-top-contacts .sigma_header-top-nav li a:hover{
  background-color: transparent;
  color: var(--thm-base-hover);
}
.sigma_header.style-5 .sigma_header-top .sigma_header-top-nav li+li,
.sigma_header.style-7 .sigma_header-top .sigma_header-top-nav li+li{
  margin-left: 24px;
}
.sigma_header .sigma_header-top-links li a,
.sigma_header .sigma_header-top-links li select{
  display: flex;
  align-items: center;
  color: var(--thm-secondary);
  font-size: 14px;
  font-weight: 400;
}

.sigma_header .sigma_header-top-links li select{
  background-color: transparent;
  height: auto;
  padding: 0;
  border: 0;
  background-image: none;
  -webkit-appearance: auto;
  cursor: pointer;
}

.sigma_header .sigma_header-top-links li a:hover,
.sigma_header .sigma_header-top-links li select:hover{
  color: var(--thm-base-hover);
}

.sigma_header .sigma_header-top-links li a i{
  margin-right: 10px;
}

.sigma_header .sigma_header-top-links li + li{
  margin-left: 15px;
}


.sigma_header.style-5 .aside-toggle:hover{
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: #fff;
}

/* Style 6 */


/* Style 7 */

.sigma_header.style-7 .sigma_header-top{
  background-color: var(--thm-base);
}

.sigma_header.style-7 .sigma_header-top-links li a,
.sigma_header.style-7 .sigma_header-top-links li select,
.sigma_header.style-7 .sigma_header-top-contacts .sigma_header-top-nav li a{
  color: #fff;
}

.sigma_header.style-7 .sigma_header-top-links li a:hover,
.sigma_header.style-7 .sigma_header-top-links li select:hover{
  color: var(--thm-base-hover);
}

.sigma_header.style-7 .sigma_header-top-inner .sigma_btn{
  border-radius: 0;
  padding: 12px 30px;
  box-shadow: none;
}

.sigma_header.style-7 .sigma_header-top-inner .sigma_btn:before{
  border-radius: 0;
}

.sigma_header.style-7 .navbar-nav > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
  opacity: 0.5;
}
.sigma_header.style-7 .navbar-nav li .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  right: 18px;
  font-size: 14px;
  opacity: 0.5;
}

.sigma_header.style-7 .navbar-nav{
  margin-left: auto;
  margin-right: 80px;
}

/* Style 8 */

/* style 8 has dark bg */


/* Search Form */
.search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.search-form-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper .sigma_close {
  position: absolute;
  top: 60px;
  right: 60px;
  border-color: #fff;
}

.search-form-wrapper .sigma_close span {
  background-color: var(--thm-bg);
}

.search-form-wrapper form {
  position: relative;
  width: 70%;
  transition-duration: .3s;
  transition-delay: .3s;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.search-form-wrapper.open form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  height: 80px;
  width: 100%;
  outline: none;
  color: #fff;
  font-weight: 400;
}

.search-form-wrapper form input::placeholder {
  color: #fff;
}

.search-form-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}

.search-form-wrapper .search-btn:before{
  content: none;
}
.search-form-wrapper .search-btn i{
  transition: 0.3s;
}

.search-form-wrapper .search-btn:hover i {
  color: var(--thm-base);
}

/*Aside*/
.sigma_aside .sigma_close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 99;
  background-color: var(--thm-bg);
  transition: .3s;
  overflow-y: auto;
}

.sigma_aside-overlay.aside-trigger,
.sigma_aside:not(.sigma_aside-desktop) {
  display: none;
}

.sigma_aside .sigma_logo-wrapper {
  padding: 30px 15px;
}

.sigma_aside .navbar-nav li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: var(--thm-secondary);
  font-weight: 600;
  border-bottom: 1px solid var(--thm-border);
}

.sigma_aside .navbar-nav li a:hover{
  color: var(--thm-base);
}


.sigma_aside .navbar-nav li.menu-item-has-children>a .dropdown_icon{
  position: absolute;
  right: 18px;
  display: flex;
  align-items: center;
}
.sigma_aside .navbar-nav li .sub-menu {
  display: none;
}

.sigma_aside .navbar-nav li .sub-menu {
  background-color: #f8f8f8;
}

.sigma_aside-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
}

.aside-open .sigma_aside {
  left: 0;
}

.aside-open .sigma_aside:not(.sigma_aside-desktop)+.sigma_aside-overlay {
  opacity: 1;
  visibility: visible;
}

/*-------------- Subheader --------------------------- */
.sigma_subheader {
  position: relative;
  padding:0;
  height:100%;
  display:flex;
  justify-content:start;
  align-items: center;
}

.sigma_subheader .container {
  position: relative;
}
.sigma_subheader .container h3 {
  position: relative;
  font-size:2rem;
}

/* Style 2 */

/* Style 3 */
.sigma_subheader.style-3 {
  padding: 0;
}

/* Style 4 */

/* Style 5 */
.sigma_subheader.style-5::after {
  content: '';
  background-color: var(--thm-bg);
  display: block;
  width: 120%;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -28px;
  transform: rotate(-2deg);
}

/* Style 6 */

/* Style 7 */
.sigma_subheader.style-9,
.sigma_subheader.style-7 {
}

.sigma_subheader.style-9.dark-overlay:before{
  background-color: rgba(0, 0, 0, .4);
}

/* Style 10 */

/* Style 11 */



/*-------------- Video Icon & Ratings General style --------------------------- */

.sigma_rating {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}

.sigma_rating i {
  display: inline-block;
  color: #fcb71b;
}

.sigma_rating i+i {
  padding-left: 4px;
}

/*-------------- Info Box --------------------------- */
/* Info Box style 1 */
.sigma_info {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  padding: 40px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.sigma_info .sigma_info-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.sigma_info .sigma_info-title .sigma_info-icon{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 20px;
}

.sigma_info .sigma_info-title .sigma_info-icon i {
  font-size: 40px;
  line-height: 0;
}

.sigma_info .sigma_info-title h5 {
  margin: 0;
  flex: 1;
  font-size: 20px;
}

.sigma_info .sigma_info-description p {
  margin-bottom: 0;
}

/* Info Box style 2, 3 , 4 & 7 */
.sigma_info.style-2 {
  padding: 30px;
  background-color: var(--thm-bg);
}

.sigma_info.style-2 .sigma_info-title,
.sigma_info.style-3 .sigma_info-title,
.sigma_info.style-7 .sigma_info-title,
.sigma_info.style-13 .sigma_info-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  max-width: 100%;
}

.sigma_info.style-2 .sigma_info-title .sigma_info-icon {
  border-radius: 8px
}

.sigma_info.style-2 .sigma_info-title .sigma_info-icon,
.sigma_info.style-3 .sigma_info-title .sigma_info-icon,
.sigma_info.style-7 .sigma_info-title .sigma_info-icon,
.sigma_info.style-13 .sigma_info-title .sigma_info-icon {
  margin-right: 0;
}

.sigma_info.style-2 .sigma_info-title h5,
.sigma_info.style-7 .sigma_info-title h5,
.sigma_info.style-13 .sigma_info-title h5 {
  margin: 25px 0 14px;
}

.sigma_info.style-2 .sigma_btn,
.sigma_info.style-13 .sigma_btn,
.sigma_info.style-2 .btn-link,
.sigma_info.style-13 .btn-link {
  margin-top: 15px;
}

/* Info Box style 3 & 6 */
.sigma_info.style-3,
.sigma_info.style-5 {
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.sigma_info.style-3 .sigma_info-title {
  align-items: center;
}

.sigma_info.style-3 .sigma_info-title .sigma_info-icon {
  border-radius: 6px;
  background-color: var(--thm-base);
  margin-bottom: 30px;
  margin-right: 0;
  color: #fff;
}

.sigma_info.style-3 .sigma_info-title h5 {
  margin: 0 0 12px;
}

.sigma_info.style-3 a {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-text);
  border-radius: 50%;
  margin: 30px auto 0;
}

.sigma_info.style-3 a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

/* Info Box style 4 */


.sigma_info.style-5 .sigma_info-description h5 {
  margin-bottom: 15px;
}

/* Info Box style 5 */
.sigma_info.style-5 {
  background-color: #f8f8f8;
  border-radius: 0;
}

.sigma_info.style-5 .sigma_info-description {
  padding: 30px;
}

/* Info Box style 6 */

/* Info Box style 7 */
.sigma_info.style-7 {
  padding: 40px 30px;
  overflow: hidden;
}

.sigma_info.style-7 .sigma_info-title .sigma_info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* Info Box style 8 */

/*-------------- Features --------------------------- */

/* Info Box style 9 */
.sigma_info.style-9 {
  background-color: var(--thm-bg);
  box-shadow: none;
  border: 1px solid var(--thm-border);
  border-radius: 25px;
  transition: .3s;
  padding: 30px;
}

.sigma_info.style-9 * {
  transition: .3s;
}

.sigma_info.style-9 .sigma_info-title {
  display: flex;
  align-items: center;
}

.sigma_info.style-9 .sigma_info-title .sigma_info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-bg);
  color: var(--thm-base);
  box-shadow: 0px 0 40px 5px rgba(0, 0, 0, .03);
  border-radius: 50%;
  margin-right: 20px;
}

.sigma_info.style-9 .sigma_info-title .sigma_info-icon i {
  font-size: 16px;
}

.sigma_info.style-9 .sigma_info-title p {
  margin: 0;
}

.sigma_info.style-9 .sigma_info-description {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sigma_info.style-9 .sigma_info-description i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-secondary);
  color: #fff;
  border-radius: 50%;
  margin: 0;
}

.sigma_info.style-9:hover {
  background-color: var(--thm-secondary);
}

.sigma_info.style-9:hover * {
  color: #fff;
}

.sigma_info.style-9:hover .sigma_info-title .sigma_info-icon {
  background-color: var(--thm-base);
}

.sigma_info.style-9:hover .sigma_info-description i {
  background-color: var(--thm-base);
}

/* info box style 10 */

/* info box style 11 */

.sigma_info.style-13 {
  box-shadow: none;
  text-align: center;
}


.sigma_info.style-13 .sigma_info-title {
  align-items: center;
}


.sigma_info.style-13 .sigma_info-title .sigma_info-icon {
  border-radius: 6px;
}

/* info box style 12 */

/* info box style 13 */
.sigma_info.style-13 {
  padding: 0;
  margin: 0;
}

.sigma_info.style-13 .sigma_info-description p {
  max-width: 700px;
  margin: 0 auto;
}

.sigma_info.style-13 .sigma_info-description {
  margin-bottom: 15px;
}

hr {
  border-top: 1px solid var(--thm-border);
  margin: 30px 0;
}

/* info box style 14 */

/* info box style 15 */

/* info box style 16 */

/* info box style 17 */

/* info box style 18 */

/* info box style 19 */

/* info box style 20 */

/* info box style 21 */

/* info box style 22 */

/* info box style 23 */


/* info box style 24 */

/* info box style 25 */

/*-------------- Category --------------------------- */
/* Category style 1 */

/* Category style 2 */

/* Category style 3 */

/*-------------- General Section --------------------------- */
/* Style 1 */

/* Style 2 */

/* Style 3 */

/* Style 4 */

/* Style 5 */

/*-------------- Blog Sections --------------------------- */
/* Pagination */
.pagination {
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item .page-link {
  color: #fff;
  border-radius: 50%;
}

.pagination .page-link {
  border: 0;
  background-color: var(--thm-base);
  box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  margin-left: 15px;
}

.pagination .page-item.active .page-link {
  background-color: var(--thm-bg);
  color: var(--thm-secondary);
  border-radius:50%;
}

.pagination .page-item:not(.active) .page-link:hover,
.pagination .page-item:not(.active) .page-link:focus {
  color: var(--thm-base);
  outline: none;
}

/* Style 1 */
.sigma_post {
  position: relative;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  background-color: var(--thm-bg);
  margin-bottom: 30px;
  transition: 0.3s;
}

.sigma_post .sigma_post-thumb {
  position: relative;
  overflow: hidden;
}

.sigma_post .sigma_post-thumb a:first-child{
  display: block;
}

.sigma_post .sigma_post-thumb img{
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1.618;
  background-color: var(--thm-bg);
}

.sigma_post .sigma_post-thumb:hover img {
  transform: scale(1.1);
}

.sigma_post .sigma_post-categories {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
}

.sigma_post .sigma_post-categories a,
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  background-color: var(--thm-base);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 26px;
  transition: 0.3s;
}

.sigma_post .sigma_post-categories a:hover,
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories a:hover {
  background-color: var(--thm-base-hover);
}

.sigma_post .sigma_post-categories a+a {
  margin-left: 10px;
}

.sigma_post .sigma_post-body {
  padding: 30px;
  position: relative;
}

.sigma_post .sigma_post-body:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 10px;
  height: 10px;
  background-color: var(--thm-base);
}

.sigma_post .sigma_post-meta {
  border-bottom: 1px solid var(--thm-border);
  padding-bottom: 15px;
}

.sigma_post .sigma_post-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.sigma_post .sigma_post-meta ul li {
  font-family: var(--thm-font);
  color: var(--thm-b-text);
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.sigma_post .sigma_post-meta ul li i {
  margin-top: -4px;
}

.sigma_post .sigma_post-meta ul li a {
  color: var(--thm-b-text);
}

.sigma_post .sigma_post-meta ul li a:hover {
  color: var(--thm-base-hover);
}

.sigma_post .sigma_post-meta ul li+li {
  padding-left: 10px;
  margin-left: 10px;
}

.sigma_post .sigma_post-meta ul li+li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--thm-border);
}

.sigma_post .sigma_post-body .sigma_post-content {
  padding: 15px 0 0;
}

.sigma_post .sigma_post-body .sigma_post-content h5 {
  margin-bottom: 15px;
}

.sigma_post .sigma_post-body .btn-link {
  color: var(--thm-secondary);
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
}

.sigma_post .sigma_post-body .btn-link i {
  color: var(--thm-base);
}

.sigma_post .sigma_post-body .btn-link:hover {
  color: var(--thm-base-hover);
}

/* Style 2 */
.sigma_post.style-2 .sigma_post-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.sigma_post.style-2 img {
  width: 100%;
}

.sigma_post.style-2 .sigma_post-body:before {
  content: none;
}

.sigma_post.style-2 .sigma_post-body .sigma_post-content {
  padding: 0;
}

.sigma_post.style-2 .sigma_post-body .sigma_post-content h5 a,
.sigma_post.style-2 .sigma_post-body .sigma_post-content p {
  color: #fff;
}

.sigma_post.style-2 .sigma_post-body .sigma_post-content h5 a:hover {
  color: var(--thm-base-hover);
}

.sigma_post.style-2 .sigma_post-body .sigma_post-content p{
  font-size: 15px;
}

.sigma_post.style-2 .sigma_post-body .btn-link {
  color: var(--thm-base);
}

/* Style 3 */
.sigma_post.style-3 {
  background-color: transparent;
  box-shadow: none;
}

.sigma_post.style-3 .sigma_post-body {
  border-radius: 0;
  background-color: var(--thm-bg);
  width: calc(100% - 30px);
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: -25px auto 0;
  height: 250px;
  overflow: hidden;
}

.sigma_post.style-3 .sigma_post-body:before {
  content: none;
}

.sigma_post.style-3 .sigma_post-thumb {
  border-radius: 0;
}

.sigma_post.style-3 .sigma_post-meta {
  border-bottom: none;
  padding: 0;
}

.sigma_post.style-3 .sigma_post-meta ul,
.sigma_post.style-5 .sigma_post-meta ul {
  margin: 0;
}

.sigma_post.style-3 .sigma_post-meta ul li.author img {
  border-radius: 50%;
  margin-right: 10px;
}

.sigma_post.style-3 .sigma_post-meta ul li+li {
  padding-left: 0;
}

.sigma_post.style-3 .sigma_post-meta ul li+li:before {
  content: none;
}

.sigma_post.style-3 .sigma_post-body .sigma_post-content {
  padding: 15px 0;
}

.sigma_post.style-3 .sigma_post-body .sigma_post-content h5 {
  margin-bottom: 0;
}

/* Style 4 */

/* Style 5 */
.sigma_post.style-5 {
  border-radius: 0;
  overflow: hidden;
}

.sigma_post.style-5 .sigma_post-body:before {
  content: none;
}

.sigma_post.style-5 .sigma_post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

 .sigma_post.style-5 .sigma_post-meta a{
  color: var(--thm-b-text);
  font-family: var(--thm-font);
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
}

.sigma_post.style-5 .sigma_post-meta a:hover {
  color: var(--thm-base-hover);
}

.sigma_post.style-5 .sigma_post-meta a i {
  color: var(--thm-base);
  font-weight: 500;
  margin-right: 8px;
  font-size: 16px;
}

.sigma_post.style-5 .sigma_post-meta ul li+li:before {
  content: none;
}

.sigma_post.style-5 .sigma_post-meta ul li+li {
  padding-left: 0;
}

.sigma_post.style-5 .sigma_post-meta ul li a {
  color: var(--thm-base);
  font-weight: 500;
  font-size: 16px;
}

/* Style 6 */

.sigma_post.style-7,
.sigma_post.style-9 {
  box-shadow: none;
  background-color: transparent;
}


.sigma_post.style-7 .sigma_post-body,
.sigma_post.style-9 .sigma_post-body {
  padding: 15px 0 0 0;
}


.sigma_post.style-9 .sigma_post-body .sigma_post-content {
  padding: 15px 0 0;
}


.sigma_post.style-7 .sigma_post-meta,
.sigma_post.style-9 .sigma_post-meta {
  padding: 0;
  border: 0;
}


.sigma_post.style-7 .sigma_post-body:before,
.sigma_post.style-9 .sigma_post-body:before {
  content: none;
}

/* Style 7 */
.sigma_post.style-7 {
  margin-bottom: 60px;
}

.sigma_post.style-7 .sigma_post-body .sigma_post-content h5+p {
  margin: 15px 0;
}

.sigma_post.style-7 .sigma_post-body .sigma_post-content h5 {
  margin-bottom: 0;
}

.sigma_post.style-7 .sigma_post-body .sigma_post-content {
  padding: 0;
}

.sigma_post.style-7 .sigma_post-meta ul li i {
  margin-right: 10px;
  font-size: 16px;
}

.sigma_post.style-7 .sigma_post-meta ul li+li:before {
  content: none;
}

.sigma_post.style-7 .sigma_post-meta ul li+li {
  padding-left: 0;
  margin-left: 20px;
}

/* Style 8 */

.sigma_post .sigma_post-body:before {
  content: none;
}


.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .author-info span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-b-text);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 10px;
}


.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .author-info .author-name {
  color: var(--thm-secondary);
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}


.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .author-info .author-name:hover {
  color: var(--thm-base-hover);
}

/* Style 9 */
.sigma_post.style-9 .sigma_post-body .sigma_post-content {
  border-bottom: 1px solid var(--thm-base);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.sigma_post.style-9 .sigma_post-body .btn-link {
  margin-top: 0;
}

/* Style 10 */

/* Style 11 */

/* Style 12 */

/* Style 13 */

.sigma_post.style-13{
  box-shadow: none;
}
.sigma_post.style-13 .sigma_post-body{
 border: 2px solid var(--thm-border);
 border-top: 0;
 padding: 20px 30px 30px;
}
.sigma_post.style-13 .sigma_post-meta{
  border: 0;
  padding: 0;
}
.sigma_post.style-13 .sigma_post-meta ul li:last-child a{
  color: var(--thm-base);
}
.sigma_post.style-13 .sigma_post-meta ul li:last-child a:hover{
  color: var(--thm-base-hover);
}

/* Style 14 */

/* Style 15 */

/* Post-list */

/*Blog: Misc*/
.sigma_post h5 {
  font-size: 34px;
}

.col-lg-6 .sigma_post h5 {
  font-size: 28px;
}

.col-lg-6 .sigma_post.style-7,
.col-lg-4 .sigma_post.style-7 {
  margin-bottom: 30px;
}


.col-lg-4 .sigma_post h5,
.col-lg-5 .sigma_post h5 {
  font-size: 22px;
}


.col-lg-4 .sigma_post.style-7 .sigma_post-body,
.col-lg-4 .sigma_post.style-9 .sigma_post-body {
  padding: 20px 0 0;
}

/*------- Formats------------- */
/*  post format gallery */

/*  post format Quote */

/*  post format Video */

/*  post format Audio */

/*  post format Link */

/*-------------- Blog Widgets --------------------------- */
.sidebar .widget {
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}

.sidebar .widget+.widget {
  margin-top: 50px;
}

.sidebar .widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
}

.sidebar .widget .widget-title::before {
  content: '';
  background-color: var(--thm-base);
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}

.sidebar .widget .btn-link {
  margin-top: 10px;
}

/*== search Widget & banner widget start ==*/

/*== category Widget start ==*/
.widget.widget-categories ul li+li,
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post+.sigma_recent-post {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--thm-border);
}

.widget.widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--thm-b-text);
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}

.widget.widget-categories ul li a:hover {
  padding-left: 24px;
}

.widget.widget-categories ul li a:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}

.widget.widget-categories ul li a:hover {
  color: var(--thm-base);
}

.widget.widget-categories ul li a span {
  color: #fff;
  background-color: var(--thm-base);
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.widget.widget-categories ul li a span:hover {
  background-color: var(--thm-base-hover);
}

/*== Recent Post Widget start ==*/
.widget.widget-sigma-recent-posts .sigma_recent-post {
  display: flex;
  align-items: center;
}

.widget.widget-sigma-recent-posts .sigma_recent-post+.sigma_recent-post {
  margin-top: 30px;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-image {
  position: relative;
  margin-right: 15px;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-image span {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 14px;
  color: #fff;
  font-size: 14px;
  background-color: var(--thm-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: .3s;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-image:hover span {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr {
  flex: 1;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr h6 a {
  color: var(--thm-secondary);
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr h6 a:hover,
.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr .date:hover {
  color: var(--thm-base);
}

.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr .date {
  color: var(--thm-b-text);
  font-size: 14px;
  display: inline-block;
}

/* Recent Post Style 2 */
.widget.widget-sigma-recent-posts.style-2 .sigma_recent-post {
  flex-direction: column;
  align-items: start;
}

.widget.widget-sigma-recent-posts.style-2 .sigma_recent-post .recent-post-image {
  margin-right: 0;
  margin-bottom: 15px;
}

/* Recent Post Style 3 */
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .recent-post-descr h6 {
  margin: 8px 0 16px;
}

.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post {
  display: block;
}

.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories a {
  margin-bottom: 8px;
  margin-right: 8px;
}

/* Recent Post Style 4 */

/*== Tags Widget start ==*/

/*== Banner Widget start ==*/

/*== Follow Widget start ==*/

/*== Insta Widget start ==*/

/* Sidebar style 2 */

/* Sidebar style 3 */

/* Sidebar style 4 */

/* Sidebar style 5 */
.sidebar-style-5 .sidebar .widget .widget-title::before {
  left: 0;
  width: 100px;
  z-index: -1;
  opacity: .3;
}

.sidebar-style-5 .sidebar .widget .widget-title {
  padding-left: 25px;
}

/* Sidebar style 6 */

/* Sidebar style 7 */


/* Sidebar style 8 */


/* Sidebar style 9 */


/* Sidebar style 10 */

/*-------------- Blog details Sections --------------------------- */
.sigma_post-details-meta{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sigma_post-details-meta span{
  display: inline-block;
  margin: 0 20px 5px 0;
  font-family: var(--thm-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.sigma_post-details-meta span i{
  margin-right: 5px;
  color: var(--thm-base);
}

/* Style 2 */

/* Style 3 */

.entry-content img{
  margin-bottom: 20px;
}

.blockquote,
.entry-content blockquote{
  position: relative;
  margin: 20px 0 30px;
  color: #fff;
  padding: 10px 20px;
  border-left: 0;
  text-align: left;
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-color: #313131;
  border-radius: 10px;
  font-style: italic;
}

.blockquote::before,
.entry-content blockquote::before{
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 160px;
  content: "\f10e";
  color: #fff;
  opacity: .1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blockquote cite,
.entry-content blockquote cite{
  position: relative;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
  color: var(--thm-base);
}

.blockquote p,
.entry-content blockquote p{
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

/* Style 4 */

/* Style 5 */

/* Style 6 */

/*-------------- Services Sections --------------------------- */

/* Services */

/* Style 2 & 3 */

/* Style 4 */

/* Style 5 */


/* Style 6 */

/* Style 7 */

/* Style 8 */

/* Style 9 */

/* Style 10 */

/* Style 11 */

/* Style 12 */

/* Style 13 */

/* Style 14 */

/* Style 15 */

/* Style 16 */

/* Style 17 */

/* Style 17 with bg */

/* style 18 */


/* style 19 */



/*-------------- Portfolio Sections --------------------------- */

/* Style 1 */

/* Style 2 */

/* Style 3 (slider version) */

/* Style 4 (slider version) */

/* Style 5 */

/* Style 6 */

/* Style 7 */

/* Isotope filter */
/* bordered filter items */

/* background filter items */

/* round border filter items */

/* Style 8 */

/* Style 9 */

/* Style 10 */

/* Style 11 */

/* Style 12 */

/* Style 13 */


/* Style 14 */

/* Style 15 */

/*-------------- Team Sections --------------------------- */
/* style 1 */

/* style 2 */

/* style 3 */

/* style 4 */

/* style 5 */

/* style 6 */

/* style 7 */

/* style 8 */

/* style 9 */

/* style 10 */

/* style 11 */

/* style 12 */

/* --- style-13 --- */

/* --- style-14 --- */

/* --- style-15 --- */

/* --- style-16 --- */


/* --- style-17 --- */


/*-------------- Testimonial Sections --------------------------- */
/* style 1 */

/* style 2 */

/* style 3 */

/* style 4 */

/* style 5 */

/* style 6 */

/* style 7 */

/* style 8 */

/* style 9 */

/* style 10 */

/* style 11 */

/* style 12 */

/* style 13 */

/* style 14 */


/*-------------- FAQ & Accordions Sections --------------------------- */
/* Accordion style 1 */

/* Accordion style 2 */

/* Accordion style 3 */

/* Accordion style 4 */

/* Accordion style 5 */

/* Accordion style 6 */

/* Faq style 7 */

/* Faq style 8 */

/* Faq style 9 */

/* Faq style 10 */

/* Faq style 11 */

/* Faq style 12 */

/* Faq style 13 */


/*-------------- Tab Sections --------------------------- */
/* Tab items style 1 */

/* Tab items style 2 */

/* Tab items style 3 */

/* Tab items style 4 */

/* Tab items style 5 */

/* Tab items style 6 */

/* Tab items style 7 */

/* Tab items style 8 */

/* Tab items style 9 */

/* Tab items style 10 */

/* Tab items style 11 */

/* Tab items style 12 */

/* Tab items style 13 */

/*-------------- Contact Form --------------------------- */
/* style 1 */

/* contact block */

/* contact block style 2 */

/* contact block style 3 */

/* style 2 */

/* style 3 */

/* style 4 */

/* style 5 */


/* style 6 */


/* style 7 */

/*-------------- Clients --------------------------- */

/* style 1 */

/* style 2 */

/* style 3 */

/*-------------- CTA --------------------------- */
/* style 1 */
.sigma_cta {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* style 2 */
.sigma_cta.style-2 {
  background-color: var(--thm-base);
  padding: 50px 50px 55px;
  z-index: 1;
}

/* style 3 */
.sigma_cta.style-3 {
  padding: 0 30px;
  border-right: 1px solid var(--thm-border);
  margin-bottom: 30px;
}

/* style 4 */

/* style 5 */
.sigma_cta.style-5 {
  border-radius: 6px;
}

.sigma_cta.style-5 .sigma_cta-content {
  padding: 60px 60px 70px;
}

/* style 6 */
.sigma_cta.style-7,
.sigma_cta.style-9 {
  text-align: left;
  padding: 50px;
  border-radius: 25px;
  background-color: var(--thm-bg);
  box-shadow: 0px 3px 24px rgba(0, 0, 0, .04);
  overflow: visible;
}

/* style 7 */
.sigma_cta.style-7{
  padding: 30px;
}

.sigma_cta.style-7 h5,
.sigma_cta.style-9 h5 {
  margin: 0;
  font-size: 28px;
  padding-left: 170px;
}

.sigma_cta.style-7 img {
  position: absolute;
  bottom: 0;
  left: 40px;
}

/* Style 8 */

/* Style 9 */

.sigma_cta.style-9{
  background-color: var(--thm-base);
  border-radius: 6px;
  box-shadow: 0px 3px 24px rgb(0 0 0 / 4%);
  padding: 40px;
}

.sigma_cta.style-9 .sigma_cta-content i{
  color: #fff;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
}

.sigma_cta.style-9 .sigma_cta-content h5{
  padding-left: 0;
  color: #fff;
  flex: 1;
  margin-bottom: 0;
}
.sigma_cta.style-9 form input{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
}

.sigma_cta.style-9 form input::placeholder{
  color: #fff;
}


/* Style 10 */

/* Style 11 */

/* Style 12 */

/* Style 13 */

.sigma_cta.style-13{
  border-top: 10px solid var(--thm-base);
  padding: 30px 40px 20px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 4%);
  text-align: left;
  background-color: var(--thm-bg);
}

.sigma_cta.style-13 form input{
  background-color: transparent;
  border: 1px solid var(--thm-border);
}

.sigma_cta.style-13 form .input-group > i{
  left: calc(100% - 180px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* Style 14 */

/* Style 15 */


/*-------------- Banner (Hero Sections) --------------------------- */
.sigma_banner {
  position: relative;
  z-index: 1;
  height:55vh;
}

.sigma_banner .banner-slider-inner {
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sigma_banner .title {
  font-size: 70px;
  line-height: 1.2;
}

.sigma_banner h5 {
  font-weight: 500;
  font-size: 20px;
  position: relative;
}


.sigma_banner-slider-2 .slick-prev,
.sigma_banner-slider-2 .slick-next {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--thm-base);
  color: #fff;
}


.sigma_banner-slider-2 .slick-prev:hover,
.sigma_banner-slider-2 .slick-next:hover {
  background-color: var(--thm-base-hover);
}


.sigma_banner-slider-2 .slick-next {
  right: 10px;
  left: auto;
}


.sigma_banner-slider-2:hover .slick-prev {
  left: 20px;
  opacity: 1;
  visibility: visible;
}


.sigma_banner-slider-2:hover .slick-next {
  right: 20px;
  opacity: 1;
  visibility: visible;
}


.sigma_banner-slider-2 .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}


.sigma_banner-slider-2 .slick-dots li button {
  background-color: var(--thm-border);
}


.sigma_banner-slider-2 .slick-dots .slick-active button {
  background-color: var(--thm-base);
}

/* style 2 */
.sigma_banner.style-2 .sigma_banner-slider-2 .slick-dots {
  bottom: 140px;
  left: 0;
  transform: none;
}

.sigma_banner.style-2 .sigma_banner-slider-2 .slick-prev {
  left: -85px;
}

.sigma_banner.style-2 .sigma_banner-slider-2 .slick-next {
  right: -85px
}

.sigma_banner.style-2 .sigma_banner-slider-2:hover .slick-prev {
  left: -80px;
}

.sigma_banner.style-2 .sigma_banner-slider-2:hover .slick-next {
  right: -80px;
}

/* style 3 */

/* style 4 */

/* style 5 */

.sigma_banner.style-5 .banner-slider-inner {
  padding: 140px 0;
}

/* style 6 */

/* Style 7 */
.sigma_banner.style-7 .title {
  margin: 0 0 60px;
  font-size: 98px;
}

.sigma_banner.style-7 p {
  text-transform: uppercase;
  font-weight: 500;
}

.sigma_banner.style-7 .banner-slider-inner {
  padding: 130px 0 110px;
}

/* Style 8 */

/* Style 9 */

.sigma_banner.style-9 .banner-slider-inner{
  padding: 120px 0;
}
.sigma_banner.style-9 form .input-group-append{
 padding: 6px;
}

.sigma_banner.style-9 form .input-group{
  box-shadow: 0px 3px 24px rgb(0 0 0 / 4%);
  background-color: var(--thm-bg);
}

.sigma_banner.style-9 form input{
  background-color: var(--thm-bg);
  border: 0;
  height: 70px;
}


/* Style 10 */
/*-------------- Footer Sections --------------------------- */

/* style 1 */

/* style 2 */

/* style 3 */

/* style 4 */

/* style 5 */

/* style 6 */

/* style 7 */


/* footer newsletter */

/* Dark Footer */

/*-------------- About Sections --------------------------- */
/* style 1 */
.sigma_about {
  position: relative;
}

/* style 2 */

/* style 3 */

/* style 4 */

/* Style 5 */

/* Style 7 */

/* Style 8 */


/* Style 9 */

/* Style 10 */

/* Style 11 */

/* Style 12 */

/* Style 13 */

/* Style 14 */

/* Style 15 */

/* Style 16 */

/* Style 17 */

/* Style 18 */

/* Style 19 */

/* Style 20 */


/* Style 21 */


/*-------------- Progress & Media Sections --------------------------- */

/*-------------- Pricing Sections --------------------------- */

/* Style 2 */

/* Style 3 */

/* Style 4 */



/*-------------- Counter Sections --------------------------- */

/* Style 2 */

/* Style 3 */

/* Style 4 */

/* Style 5 */

/*-------------- To Top Sections --------------------------- */
.sigma_top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: var(--thm-bg);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.sigma_top i {
  transition: .3s;
}

.sigma_top:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.sigma_top:hover i {
  transform: translateY(-3px);
}

.sigma_top.active {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/* Style 2 */
.sigma_top.style-2 {
  border-radius: 0;
}

/* Style 3 */
.sigma_top.style-3 {
  background-color: var(--thm-base);
  color: #fff;
}

.sigma_top.style-3:hover {
  box-shadow: 0 0 40px 5px rgba(var(--thm-base-rgb), .3);
}

/*-------------- Instagram Sections --------------------------- */

/* Style 2 */

/* Style 3 */

/* Style 4 */

/* Style 5 */


/*-------------- NEwsletter popup & modals Sections --------------------------- */

/* Style 3 */

/* Style 4 */

/* Style 5 */

/*-------------- Preloader Sections --------------------------- */

/* Preloader: Dual */

/* Preloader: Default */

/* Preloader: Eclipse */

/* Preloader: Spinner */

/* Preloader: Ripple */

/* Preloader: Gear */

/* Preloader: Pulse */

/* Preloader: Squares */
@media (max-width: 1399px) and (min-width: 1200px) {
  .sigma_logo img{
    width:200px;
  }
  .sigma_header .navbar-nav li a{
    padding:30px 8px;
  }
}
/* Responsive */
@media (max-width: 1199px) and (min-width: 991px) {
  .sigma_logo img{
    width:150px;
  }
  .sigma_header .navbar-nav li a{
    padding: 30px 8px;
  }

   /* about style 17 */

  /* about style 21 */

  /* service style 19 */

  /* infobox style 26 */

  /* post details */

  /* contact style 6 */

}

@media (max-width: 1199px) {
.sigma_header .sigma_logo-wrapper .sigma_logo{
  max-width: 250px;
}
     /* portfolio style 15 */

/* info box style 24 */

}


@media (max-width: 991px) {

  /* utility classes */
  h1 {
    font-size: 40px;
  }

  
  body {
    font-size: 14px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title.centered {
    margin: 0 auto 30px;
  }

  /* header */
  .sigma_header .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sigma_header .aside-toggle {
    display: flex;
  }

  .sigma_header .navbar-nav {
    display: none;
  }

  .sigma_aside-overlay.aside-trigger,
  .sigma_aside:not(.sigma_aside-desktop) {
    display: block;
  }

  .sigma_banner .title {
    font-size: 42px;
  }

  /* banner style 3 */

  /* banner style 4 */

  /* banner style 6 */

  /* About style 3 */

  /* About style 3 */

  /* About style 12 */

  /* About style 14 */

  /* About style 15 */

  /* about style 17 */

  /* about style 21 */

  /* Portfolio Style 2 */

  /* Portfolio Style 3 */

  /* Team Style 10 */

  /* Accordion Style 1 */

  /* Accordion Style 5 */

  /* info box style 13 */

  /* service style 19 */

  /* infobox style 25 */

  /* sigma_form */

  /* sigma_contact-map*/

  /* Cta style 3 */
  .sigma_cta.style-3 {
    border: none;
  }

  /* Cta style 5 */

  /* infobox style 18 */

/* infobox style 26 */


  .pagination {
    margin-bottom: 40px;
  }

  /* blog style 13 */

  /* Instagram */

  /* contact */
/* contact style 5 */

/* contact style 6 */
.sigma_subheader .container h3{
  font-size:1.2rem;
}
}

@media (max-width: 767px) {

  /* utility classes */
  h4 {
    font-size: 22px;
  }

  .section-title .title.sm,
  .section-title .title{
    font-size: 36px;
  }

  .section{
    padding: 60px 0;
  }
  .section.section-padding{
    padding: 60px 0 30px;
  }

  /* Subheader */

  /* Banners */
  .sigma_banner .banner-slider-inner,
  .sigma_banner.style-5 .banner-slider-inner {
    padding: 100px 0;
  }

  .sigma_banner.style-2 .sigma_banner-slider-2 .slick-dots {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sigma_banner.style-7 .title {
    margin: 0;
    font-size: 58px;
  }

  .sigma_banner.style-7 .banner-slider-inner {
    padding: 80px 0 90px;
  }

  /* About style 3 */

  /* About style 9 */

  /* Blog Post */
  .sigma_post h5 {
    font-size: 22px;
  }

  /* post details */



  /* Portfolio Style 3 */

  /* Team Style 3 */

   /* Service Style 10 */

  /* Testimonial Style 6 */

  /* Testimonial Style 7 */

  /* Testimonial Style 12 */

  /* sigma_form */
  /* contact style 5 */

  /* Clients style 2 */

  /* footer style 2 */
}

@media (max-width: 576px) {

  /* utility classes */
  h1 {
    font-size: 30px;
  }
  h2{
    font-size: 28px;
  }

  .search-form-wrapper form {
    width: 100%;
  }

  /* Buttons & inputs */
  button,
  input[type=reset],
  input[type="button"],
  input[type="submit"],
  .sigma_btn {
    padding: 12px 18px;
    border-radius: 5px;
  }

  input[type="number"],
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  select,
  textarea,
  .form-control {
    height: 50px;
    padding: 14px 20px;
  }

  /* Subheader */

  /* banner style 6 */

  /* About style 3 */

  /* About style 9 */

  /* About style 18 */

  /* About style 19 */

  /* about style 21 */


  /* Blog Post */

  /* Isotope Filter */

  /* Team Style 5 */

   /* Team Style 17 */

  /* Tab items style */

  /* Tab items style 3 */

  /* Tab items style 7 & 13 */

  /* Tab items style 10 */

  /* sigma_form */

  /* Cta */

  /* Cta style 2 */
  .sigma_cta.style-2 {
    padding: 50px 30px 60px;
  }

  /* Cta style 5 */
  .sigma_cta.style-5 .sigma_cta-content {
    padding: 60px 30px 70px
  }

   /* Cta style 9 */
  .sigma_cta.style-9{
    padding: 20px;
  }

  /* Cta style 10 */

  /* Cta style 13, 14 */
  .sigma_cta.style-13{
    padding-left: 20px;
    padding-right: 20px;
  }

   /* Service Style 12 */

   /* Service Style 18 */

  /* infobox style 17  & 18*/

/* infobox Style 27 */

  /* Footer style 3 */

  /* Pricing */

  /* Counter */

  /* portfolio */

  /* Testimonial */

/* Testimonial Style 14 */

  /* Popup */

  /* Post details */
  .sigma_post-details-meta{
    display: block;
  }
  .sigma_post-details-meta span{
    display: block;
    margin: 0 0 10px;
  }

  /* contact style 6 */

  /* Instagram */

}
.sigma_product {
  position: relative;
}

.sigma_product .sigma_product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sigma_product .sigma_product-thumb img {
  transition: .3s;
  width: 100%;
  margin:auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.sigma_product .sigma_product-thumb a{
  text-align: center;
}

.sigma_product .sigma_product-thumb:hover img {
  transform: scale(1.1);
}
  .sigma_product-title{       
  line-height: 35px;
  font-weight: bold;
  color: var(--thm-base);
}
  .sigma_product-title a {
  color: var(--thm-secondary);
}

  .sigma_product-title a:hover {
  color: var(--thm-base-hover);
}

.sigma_product-footer {
  display: flex;
  align-items: center;
}

/* Style 2 */

/* Style 3 */
.sigma_product.style-3 {
  position: relative;
  padding: 20px;
  background-color: var(--thm-bg);
  border: 1px solid var(--thm-border);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
  border-radius: 8px;
  margin-bottom: 30px;
  transition: .3s;
}

.sigma_product.style-3 .sigma_rating {
  margin: 15px 0;
}


.sigma_product.style-3 .sigma_product-thumb:hover img {
  transform: scale(1) rotate(0);
}

/* Style 4 */
.sigma_product.style-5 {
  text-align: center;
}


.sigma_product.style-5 .sigma_rating {
  justify-content: center;
}

.sigma_product.style-5 .sigma_rating {
  margin: 15px 0;
}

/* Style 5 */
.sigma_product.style-5 .sigma_product-thumb a{
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  margin: 10px 0;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(0,0,0,.1);
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  min-width: 150px;
}
.sigma_product.style-5 .sigma_product-thumb a:hover{
  background-color: var(--thm-base);
}
.sigma_product.style-5:hover  .sigma_product-thumb a{
  opacity: 1;
  visibility: visible;
}
.sigma_product.style-5 .sigma_product-footer .sigma_btn{
  font-size: 12px;
}
.sigma_product.style-5 .sigma_product-footer{
  justify-content: center;
}
.sigma_product.style-5 .sigma_product-footer .sigma_btn:not(.light){
  margin: 0 5px;
}
.sigma_product.style-5 .sigma_product-footer .sigma_btn.light{
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* style 6 */
.masonry-item .sigma_rating{
  justify-content: center;
  margin: 15px 0;
}

/* Style 7 */
.sigma_product.style-7{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  background-color: var(--thm-bg);
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
  border: 1px solid var(--thm-border);
}

.sigma_product.style-7 .sigma_product-thumb{
  width: 125px;
  margin-right: 15px;
}
.sigma_product.style-7 .sigma_rating{
  margin: 0 0 15px;
}
.sigma_product.style-7 .sigma_product-footer{
  justify-content: space-between;
}

/* Other */
.sigma_shop-global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--thm-border);
}

.sigma_shop-global p {
  color: var(--thm-secondary);
  font-weight: 500;
  margin-bottom: 0;
}

.sigma_shop-global a {
  color: var(--thm-secondary);
}

.sigma_shop-global a:hover {
  color: var(--thm-base-hover);
}

/* 6.3.3 Products Quick View & Details */

/* 6.3.4. Cart & Wishlist */
td.remove {
  width: 30px;
}

td.remove button::after,
td.remove button::before {
  display: none;
}

td.remove button {
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
}

td.remove button span {
  background-color: red;
  width: 15px;
}

/* 6.3.5. Checkout */

/* 6.3.6 Products (Recent View) */
@media(max-width: 575px) {
  .sigma_product.style-7{
    display: block;
  }
  .sigma_product.style-7 .sigma_product-thumb{
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer {
            background: linear-gradient(135deg, #666666 0%, #333333 50%, #0d0d0d 100%);
            color: #fff;
            padding: 50px 0 20px;
            margin-top: auto;
            border-top: 1px solid rgba(255, 107, 53, 0.2);
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .footer-left {
            flex: 1;
            min-width: 300px;
            margin-bottom: 30px;
            padding-right: 20px;
        }
        
        .footer-right {
            flex: 2;
            display: flex;
            flex-wrap: wrap;
            min-width: 300px;
        }
        
        .contact-column {
            flex: 1;
            min-width: 300px;
            padding-right: 20px;
            margin-bottom: 30px;
        }
        
        .footer-logo {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            background: linear-gradient(to right, #ff6b35, #ffa726);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: inline-block;
        }
        
        .company-description {
            margin-bottom: 30px;
            line-height: 1.6;
            color: #ddd;
            font-size: 1rem;
        }
        .contact-column h3{
           color:#FFF;
           font-size:1.5rem;
        }
        .contact-info p {
            margin-bottom: 12px;
            line-height: 1.5;
            color: #ddd;
            font-size: 0.95rem;
        }
        
        .contact-info i {
            width: 20px;
            margin-right: 10px;
            color: #ff6b35;
        }

        .address {
            margin-bottom: 20px;
        }
        
        .address h4 {
            font-size: 1.1rem;
            margin-bottom: 8px;
            color: #fff;
        }
        
        .address p {
            color: #bbb;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        
        .back-to-top {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            background: linear-gradient(to right, #ff6b35, #ffa726);
            padding: 12px 25px;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
            width: 180px;
        }
        
        .back-to-top:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
            background: linear-gradient(to right, #ff8a5c, #ffb74d);
        }
        
        .back-to-top i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .back-to-top:hover i {
            transform: translateY(-3px);
        }
        
        .copyright {
            width: 100%;
            text-align: center;
            padding-top: 30px;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 107, 53, 0.3);
            color: #aaa;
            font-size: 0.9rem;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
            
            .footer-left, .contact-column {
                min-width: 100%;
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .footer-right {
                flex-direction: column;
            }
            
            .back-to-top {
                width: 100%;
            }
        }
        
        /* 顶部返回按钮的动画 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .footer-left, .contact-column {
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .contact-column:nth-child(1) {
            animation-delay: 0.2s;
        }
        
        .contact-column:nth-child(2) {
            animation-delay: 0.4s;
        }
                .dropdown {
            position: relative;
            display: inline-block;
        }

        .sigma_rating i.gray{
          color:#ddd;
        }
        
        .dropbtn {
            background-color: var(--thm-base); 
            color: white;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 500;
            width: 200px;
            border: none;
            cursor: pointer;
            border-radius: 4px;
            transition: background-color 0.3s ease;
            letter-spacing: 0.5px;
        }


        .dropbtn:hover {
            background-color: #e04e0b; 
        }


        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #ffffff;
            width: 200px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15); 
            z-index: 1; 
            border-radius: 4px;
            overflow: hidden;
            margin-top: 0; 
            border-bottom: 3px solid var(--thm-base); 
        }
        .dropdown-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-size: 14px;
            transition: all 0.2s ease;
            border-bottom: 1px solid #f0f0f0;
        }
        .dropdown-content a:last-child {
            border-bottom: none;
        }
        .dropdown:hover .dropdown-content {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }
        .dropdown-content a:hover {
            background-color: #fff5f2; 
            color: var(--thm-base);
            padding-left: 20px; 
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .masonry-item .sigma_product-title{
          margin:10px 0;
        }
        .masonry-item .feature_list{
          display: flex;
          margin:10px 0;
          justify-content: center;
          flex-wrap: wrap;
          align-items: flex-start;
        }
        .masonry-item .sub_title{
          margin: 10px 5px;
          font-size: 14px;
          text-align: center;
          color: #666;
        }
        .masonry-item .feature_list li{
            background: #bed4e7;
            color: var(--primary-color);
            padding: 5px 12px;
            margin:5px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .masonry-item{
          padding:30px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          flex: 0 0 50%;
          max-width: 50%;
        }
.banner-panel {
    display: flex;
    align-items: center;
    margin-bottom:50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(230, 81, 0, 0.15);
    overflow: hidden;
}

.banner-visual {
    flex: 0 0 220px;
    height: 180px;
    background: linear-gradient(135deg, #1F4E79 0%, rgb(57, 110, 160) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-visual::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
}

.banner-visual svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.banner-content {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title {
    font-size: 1.6rem;
    color: #2d3436;
    margin: 0 0 12px 0;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.banner-desc {
    color: #636e72;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
}

.highlight {
    color: #205b9c;
    font-weight: 600;
}

@media (max-width: 768px) {
    .banner-panel {
        flex-direction: row;
    }
    .banner-visual {
        flex: 0 0 100px;
        height: 100%;
        min-height: 140px;
    }
    .banner-visual svg {
        width: 50px;
        height: 50px;
    }
    .banner-content {
        padding: 20px;
    }
    .banner-title {
        font-size: 1.3rem;
    }
    .banner-desc {
        font-size: 0.9rem;
    }
}
.sigma_product{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
   min-height: 100px; 
   height: 100%;
}
.sigma_header .navbar-nav li .normal_nav_lv2 {
  position: absolute;
  top: 110%;
  min-width: 250px;
  background-color: var(--thm-bg);
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.sigma_header .navbar-nav li .normal_nav_lv2 li a {
  border-bottom: 1px solid var(--thm-border);
  padding: 15px;
  display: flex;
  font-weight: 500;
  align-items: center;
  position: relative;
}

.sigma_header .navbar-nav li .normal_nav_lv2 li:last-child a {
  border-bottom: none;
}

.sigma_header .navbar-nav li.menu-item-has-children:hover>.normal_nav_lv2 {
  opacity: 1;
  visibility: visible;
  top: 85%;
}

.sigma_header .navbar-nav li.menu-item-has-children .normal_nav_lv2 li .normal_nav_lv2 {
  left: 100%;
  top: 0;
}
.sigma_header.style-7 .navbar-nav li .normal_nav_lv2 li.menu-item-has-children > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  right: 18px;
  font-size: 14px;
  opacity: 0.5;
}
.sigma_aside .navbar-nav li .normal_nav_lv2 {
  display: none;
}

.sigma_aside .navbar-nav li .normal_nav_lv2 {
  background-color: #f8f8f8;
}
.location{
  margin:20px 0;
  padding:20px 0;
  position: relative;
  
}
.location:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--thm-base);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.location {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
  
  /* 关键：让链接作为整体换行，不切断单词 */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; /* 分隔符间距统一 */
}

/* 链接保持完整，不被中途断开 */
.location a {
  text-decoration: none;
  white-space: nowrap; /* 链接文字永远不切断 */
}

.location a:hover {
  text-decoration: underline;
}

/* 手机端更紧凑美观 */
@media (max-width: 768px) {
  .location {
    font-size: 13px;
    line-height: 1.5;
  }
}
.sigma_banner-text h4{
  color:#fff;
}

.service-section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #333333;
  border: 2px solid var(--thm-base);
  border-radius: 8px;
  background-color: transparent;
}

.service-icon svg {
  width: 40px;
  height: 40px;
  fill:var(--thm-base);
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}
/* Main section with white background */
.app_industry-applications {
  padding:60px 20px;
  font-family: Arial, sans-serif;
}

.app_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section header */
.app_section-header {
  text-align: center;
  margin-bottom: 50px;
}

.app_section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 20px 0;
}

.app_section-subtitle {
  font-size: 16px;
  color: #555555;
  margin: 0;
}

/* Responsive grid */
.app_cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Card with dark background image and white text */
.app_industry-card {
  background-position: center;
  background-size: 100% auto;
  object-fit: cover; /* 备用兼容 */
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height:200px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Dark overlay for readability */
.app_industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.app_industry-card:hover {
  transform: translateY(-8px);
}

.app_industry-card:hover::before {
  background-color: rgba(254, 90, 14, 0.4);
}

/* Card text - white color */
.app_card-title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 2;
}

.app_card-desc {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .app_section-title {
    font-size: 28px;
  }

  .app_industry-card {
    padding: 30px 16px;
  }
  .masonry-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Base section styles - white background */
.fis_featured-solutions {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

/* Container for centered content */
.fis_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section header */
.fis_section-header {
  text-align: center;
  margin-bottom: 45px;
}

.fis_section-title {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px 0;
}

/* Responsive grid layout for 3 cards */
.fis_solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Solution card styles */
.fis_solution-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease;
  cursor: default;
}

/* Hover animation for card */
.fis_solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--thm-base);
}

/* Card image container */
.fis_card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.fis_card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card content */
.fis_card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding: 20px 24px 12px;
  margin: 0;
}

.fis_card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  padding: 0 24px 24px;
  margin: 0;
}

/* Responsive breakpoint for mobile */
@media (max-width: 768px) {
  .fis_section-title {
    font-size: 28px;
  }
  
  .fis_card-image {
    height: 180px;
  }
}

        /* Main Section Wrapper */

        /* Section Title */
        .kc-title {
            font-size: 32px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 40px;
            text-align: center;
        }

        /* Column Container Flex Layout */
        .kc-columns-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }

        /* Single Column Style */
        .kc-column {
            flex: 1;
            min-width: 280px;
            max-width: 360px;
        }

        /* Column Header */
        .kc-column-header {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: 2px solid var(--thm-base);
        }

        /* Blog Post Card */
        .kc-post-card {
            position: relative;
            margin-bottom: 25px;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .kc-post-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        /* 16:9 Aspect Ratio Wrapper */
        .kc-post-image-wrap {
            position: relative;
            width: 100%;
            padding-top: 56.25%;
            background-color: #f5f5f5;
        }

        /* Full cover solid transparent black mask */
        .kc-post-image-wrap::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.55);
            z-index: 1;
        }

        /* Thumbnail Image */
        .kc-post-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .kc-post-card:hover .kc-post-thumbnail {
            transform: scale(1.05);
        }

        /* Post Content Inside Image Bottom */
        .kc-post-inner-content {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 20px 15px;
            z-index: 2;
        }

        .kc-post-category {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            color: #add8ff;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .kc-post-title {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 6px;
            line-height: 1.4;
        }

        .kc-post-date {
            font-size: 12px;
            color: #ffffff;
            opacity: 0.9;
        }
       #section-cta2{
          margin:60px 0;
        }
                /* Main section container */
        .distributor-section {
            width: 100%;
            margin: 0 auto;
            max-width: 1140px;
            padding: 60px 20px;
            background-color: var(--thm-bg);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        /* Content container - text and button */
        .distributor-content {
            flex: 1;
            max-width: 550px;
            /* Center align all content inside (title, text, button) */
            text-align: center;
        }

        /* Section title */

        /* Description text */
        .distributor-description {
            font-size: 16px;
            color: #000000;
            line-height: 1.6;
            margin-bottom: 30px;
            text-align: left;
        }



        .distributor-button:hover {
            opacity: 0.9;
        }

        /* Image container */
        .distributor-image-wrapper {
            flex: 1;
            max-width: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* SVG placeholder image */

        /* Responsive design for mobile devices */
        @media (max-width: 768px) {
            .distributor-section {
                flex-direction: column;
                padding: 40px 20px;
            }
        }
        /* Main footer container with black gradient */
        .ndt_footer_wrapper {
            width: 100%;
            background: linear-gradient(135deg, #666666 0%, #333333 50%, #0d0d0d 100%);
            color: #ffffff;
            padding: 60px 0 25px;
        }

        /* Content container with max-width */
        .ndt_footer_container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 25px;
        }

        /* Grid layout for four columns */
        .ndt_footer_grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 35px;
            margin-bottom: 30px;
        }

        /* Column heading styles */
        .ndt_footer_heading {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 22px;
            color: #ffffff;
            position: relative;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        /* Orange underline for headings */
        .ndt_footer_heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50%;
            height: 2px;
            background-color: var(--thm-bg);
        }

        /* Column content/text styles */
        .ndt_footer_col p {
            font-size: 16px;
            line-height: 1.7;
            color: #e0e0e0;
            margin-bottom: 12px;
        }

        /* List styles */
        .ndt_footer_list {
            list-style: none;
        }

        .ndt_footer_list li {
            margin-bottom: 4px;
        }

        /* Link styles */
        .ndt_footer_link {
            color: #e0e0e0;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .ndt_footer_link:hover {
            color: var(--thm-base);
            padding-left: 6px;
        }

        /* Contact information styling */
        .ndt_contact_info {
            font-size: 16px;
            line-height: 1.8;
            color: #e0e0e0;
        }
        .ndt_footer_followus svg{
          background-color: #000;
          width:40px;
          height: 40px;
          border-radius: 6px;
        }

        /* Divider between content and copyright */
        .ndt_footer_divider {
            height: 1px;
            background-color: #b0b0b0;
            margin: 30px 0 20px;
        }

        /* Copyright and bottom links row */
        .ndt_footer_bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            font-size: 16px;
            color: #b0b0b0;
        }

        .ndt_footer_copyright {
            color: #b0b0b0;
        }

        .ndt_footer_bottom_in_germany {
            display: flex;
            gap: 10px;
        }

        .ndt_footer_bottom_link {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
            margin:0 20px;
        }
        .ndt_footer_bottom_links {
            display: inline;
        }
        .ndt_footer_bottom_link:hover {
            color: var(--thm-base);
        }

        /* Responsive breakpoints */
        @media (max-width: 992px) {
            .ndt_footer_grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px 25px;
            }
                        .ndt_footer_bottom_links{
              display: block;
            }
            .ndt_footer_bottom_link{
              margin:0px;
            }
        }

        @media (max-width: 576px) {
            .ndt_footer_grid {
                grid-template-columns: 1fr;
            }
            
            .ndt_footer_bottom {
                flex-direction: column;
                text-align: center;
            }
            .ndt_footer_bottom_links{
              display: block;
            }
            .ndt_footer_bottom_link{
              margin:0px;
            }
        }
        .inspect-help-section {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
.help-btn-group .btn-sm{
  margin:0px;
}

.help-title {
    font-size: 26px;
    margin: 0 0 30px;
    font-weight: 600;
}

.help-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    box-sizing: border-box;
}



.cat_section {
      max-width: 1200px;
      margin: 0 auto;
    }

    .cat_card_wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    /* 卡片：不固定高度，自动等高 */
    .cat_card {
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%; /* 关键：让所有卡片撑到同高 */
    }
    .cat_card_img_wrap {
      overflow: hidden;
    }
    .cat_card_img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: all 0.3s ease;
      transform: scale(1);
    }
    .cat_card:hover .cat_card_img {
      transform: scale(1.1);
    }
    /* 内容区域：flex 撑满，按钮贴底 */
    .cat_card_content {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
    }

    .cat_card_title {
      font-size: 18px;
      font-weight: 600;
      color: var(--thm-base);
      margin: 0 0 12px 0;
    }

    .cat_card_desc {
      font-size: 14px;
      color: var(--thm-b-text);
      line-height: 1.6;
      margin: 0 0 20px 0;
      flex-grow: 1; /* 关键：把按钮顶到底部 */
    }

    @media (max-width: 768px) {
      .cat_card_wrap {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .cat_card_wrap {
        grid-template-columns: 1fr;
      }
    }
    
        .kcm_section {
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
        }
        .kcm_section a{
          display: block;
        }

        .kcm_section_title {
            font-size: 2.5rem;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
            color: var(--thm-base);
        }

        .kcm_card_container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .kcm_blog_card {
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.3s ease;
            cursor: pointer;
        }

        .kcm_blog_card:hover {
            transform: translateY(-5px);
        }

        .kcm_card_image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .kcm_card_content {
            padding: 20px;
        }

        .kcm_card_category {
            font-size: 14px;
            font-weight: 500;
            color: #4299e1;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .kcm_card_title {
            font-size: 18px;
            font-weight: 600;
            color: var(--thm-base);
            line-height: 1.4;
            margin-bottom: 12px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .kcm_card_date {
            font-size: 13px;
            color: #718096;
        }

        @media (max-width: 992px) {
            .kcm_card_container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 576px) {
            .kcm_card_container {
                grid-template-columns: 1fr;
            }
            .kcm_section_title {
                font-size: 26px;
            }
        }
        #translate-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        .sigma_header .sigma_header-controls
        ul.language-dropdown {
            position: absolute;
            top: 100%;
            left: -50%;
            min-width: 100px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            z-index: 999;
            list-style: none;
            padding: 6px 0;
            margin: 0; 
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0s linear 0.2s;
            display: block;
        }
        .sigma_header .sigma_header-controls
        ul.language-dropdown li {
            padding: 6px 12px;
            font-size: 14px;
            margin-left:0;
            color: #333;
        }

        ul.language-dropdown li:hover {
            background-color: #f5f5f5;
            cursor: pointer;
        }
        #translate-wrapper:hover .language-dropdown,
        ul.language-dropdown:hover {
            opacity: 1;
            visibility: visible;
            transition: opacity 0.2s ease, visibility 0s linear 0s;
        }

        .sigma_header-controls-inner li a.sigma_btn {
          display: block;
        }
        #google_translate_element{
          display: block;
          
        }
        #google_translate_element_mobile{
          margin:0 15px;
        }
        .sigma_aside a.sigma_btn{
          margin:15px;
          width:90%;
        }