body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a3a3a3;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.6;
    background-color: #1C1B19;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Prata", sans-serif;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
	text-decoration: none;
    outline: none;
    transition: .3s;
}
.bg-gray a {
    color: #fff;
}

.h-280 {
	height: 280px !important;
}
.h-590 {
	height: 590px !important;
}
.btn {
    border: none;
}
.d-menu-hidden {
    display: none;
}
.site-header .site-header-bottom-inner > ul > li.d-menu-hidden > a {
    padding: 0 20px;
    color: #1C1B19;
    font-family: 'Rubik', sans-serif;
}

.sigma-subheader {
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}
.sigma-subheader:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    /*background-color: #353530;*/
    opacity: 0.6;
    content: '';
}
.sigma-subheader.text-center .container {
    align-items: center;
}
.has-header-absolute .sigma-subheader .container {
    padding-top: 250px;
}
.sigma-subheader .container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 180px;
    padding-bottom: 130px;
}
.sigma-subheader .subheader-caption {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
.sigma-subheader .page-title {
    font-size: 72px;
    color: #fff;
    text-transform: none;
    line-height: 1.2;
    margin: 0;
    word-break: break-word;
}
.sigma-subheader .breadcrumb {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 22;
    padding: 0;
    background-color: #353530;
    text-align: center;
    border-radius: 0;
    margin-top: 0;
    color: #fcd462;
    margin: 0 auto;
    align-items: center;
}
.breadcrumb li {
    padding: 20px 0;
}
.breadcrumb li:first-child {
    padding-left: 25px;
}
.breadcrumb i {
    margin: 0 10px;
    font-size: 7px;
}
.breadcrumb a, .breadcrumb li, .breadcrumb-item.active {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    margin-right: 0px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}
.breadcrumb .breadcrumb-item a {
    color: #ffffff;
}
.sigma-subheader.style-4 .breadcrumb i, .sigma-subheader.style-4 .breadcrumb li:last-child, .sigma-subheader.style-4 .breadcrumb li.active {
    color: #fcd462;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb li:last-child {
    padding-right: 25px;
}
.breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item+.breadcrumb-item::before, .sigma-subheader.style-4 .breadcrumb li:last-child, .breadcrumb i, .breadcrumb li, .breadcrumb i, .sigma-subheader.style-4 .breadcrumb i, .sigma-subheader.style-4 .breadcrumb li:last-child, .sigma-subheader.style-4 .breadcrumb li.active {
    color: #fcd462;
}
.breadcrumb, .sigma-subheader.style-4 .breadcrumb {
    background-color: #353530;
}
.sigma-subheader.style-4 .breadcrumb {
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    justify-content: center;
}
.heading-subtitle {
    text-transform: uppercase;
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
}
.text-left .section-title, .text-left.section-title {
	text-align: left;
}
.section-title .icon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title .icon.custom:before, .section-title .icon.custom:after {
    content: "";
    width: 160px;
    height: 1px;
    background-color: #40403b;
}

.section-title span.title-tag, .section-title .heading-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
    margin: 0;
    color: #a3a3a3;
    font-family: "Rubik";
}
.section-title .heading-title {
    font-size: 52px;
    line-height: 1.125;
    letter-spacing: -1px;
    color: #fff;
}

.primary-btn, .bg-gray .primary-btn {
    background-color: #fcd462;
    -webkit-box-shadow: 0px 14px 24px 0px rgb(252 212 98 / 30%);
    box-shadow: 0px 14px 24px 0px rgb(252 212 98 / 30%);
    color: #1C1B19;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;    
    display: inline-block;
    line-height: 60px;
    padding: 0 25px;
	border: 2px solid #fcd462;
}
.primary-btn:hover {
    background: none;
    border: 2px solid #fcd462;
    color: #fcd462;
}

.primary-btn-outline {
	background: none;
    color: rgb(163, 163, 163);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;    
    display: inline-block;
    line-height: 60px;
    padding: 0 30px;
	border: 2px solid rgb(64, 64, 59);
}
.primary-btn-outline:hover {
	background-color: #fcd462;
	color: #1C1B19;
	border: 2px solid #fcd462;
}
.btn-group {
	display: flex;
	flex-wrap: wrap;
}
.btn-group .primary-btn {
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 236px;
}
.btn-group .primary-btn-outline {
	margin-right: 10px;
	margin-bottom: 10px;
}

.site-header {
    display: block;
}
.site-header .container {
	padding-left:0;
	padding-right:0;
}
.site-header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.site-header .site-header-top {
    background-color: #1c1b19;
    padding: 0;

}
.site-header .site-header-bottom-inner {
    padding: 0 40px;
}
.site-header .site-header-bottom-inner, .site-header .site-header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.site-header .site-header-bottom-inner > ul, .site-header .site-header-top-inner > ul {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.site-header-bottom-inner > ul {
    margin-right: 0;
    margin-left: auto;
}

.site-header .site-header-top .social-info {
    display: flex;
    align-items: center;
}

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


.site-header .site-header-bottom ul li, .site-header .site-header-top ul li {
    position: relative;
}

.site-header .site-header-bottom-inner > ul > li > a, .site-header .site-header-top-inner > ul > li > a {
    font-size: 14px;
    font-family: "Prata";
    font-weight: 600;
    color: #fff;
    padding: 40px 20px;
    display: block;
}
.site-header .site-header-bottom-inner > ul > li > a:hover, .site-header .site-header-bottom-inner > ul > li.active > a:hover {
	color: #fcd462;
}
.site-header .site-header-top .social-info li + li {
    margin-left: 20px;
}

.site-header .site-header-top .social-info li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

.site-header .site-header-top-inner .navbar-nav > li > a {
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.site-header:not(.sticky) .site-header-bottom {
    background-color: transparent;
}

.site-header .logo-wrap.site-logo img {
    max-width: 160px;
}

.burger-icon.aside-m-trigger {
    display: none;
}
.site-header.header-scheme-dark .burger-icon span {
    background-color: #fff;
}
.burger-icon {
    position: relative;
    display: block;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transform-origin: center;
}
.burger-icon span + span {
    margin-top: 5px;
}
.burger-icon span:nth-child(1) {
    transition: opacity .3s cubic-bezier(.77,0,.175,1),
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(2) {
    width: 25px;
    transition: opacity .3s cubic-bezier(.77,0,.175,1) .3s,
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(3) {
    width: 20px;
    transition: opacity .3s cubic-bezier(.77,0,.175,1),
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon:hover span {
    width: 30px;
}

.section {
    position: relative;
}
.footer {
    padding-top: 50px !important;
    /* padding-right: 65px !important; */
    /* padding-left: 65px !important; */
    background: #1c1b19 url(../images/patterns/pattern-01-min.png) !important;
}
.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
	display: flex;
    align-items: center;
}
.footer ul.menu li {
    margin: 0;
    padding: 0;
}
.footer ul.menu li + li {
    margin-left: 15px;
}
.footer ul.menu li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.footer ul.menu li a:hover {
	color: #fcd462;
}

.footer ul.menu li a i {
    margin-right: 10px;
    font-size: 16px;
}

.social_links_wrapper .social_links {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.social_links_wrapper .social_links li {
    margin: 0;
}
.social_links_wrapper .social_links li + li {
    margin-left: 5px;
}

.social_links_wrapper .social_links li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #1c1b19;
}

.social_links_wrapper .social_links li a:hover {
	color: #000;
    background-color: #fcd462;
}

.cta-section .cta-inner {
    position: relative;
}
.cta-features .single-feature {
    display: flex;
    align-items: flex-start;
}
.cta-features .single-feature:last-child {
    margin-bottom: 0;
}
.cta-features .single-feature .icon {
    color: #fcd462;
    background-color: transparent;
    width: auto;
    height: auto;
    box-shadow: none;
    line-height: 1;
    font-size: 40px;
    border-radius: 0;
    margin-right: 20px;
}
.cta-features .single-feature .cta-desc {
    padding-left: 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
    flex: 1;
}
.cta-features .single-feature .cta-desc h4 {
    font-size: 20px;
    margin-bottom: 10px;
	color: #fff
}
.cta-features .single-feature .cta-desc p {
    color: #fff;
}

.to-top__btn {
    display: flex;
    align-items: center;
}
.to-top__btn i {
    background: #fcd462;
    color: #1c1b19;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.to-top__btn span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.features-loop .feature-box {
    border-color: #353530;
}
.features-loop .feature-box .icon {
    margin-bottom: 30px;
    font-size: 70px;
    color: #fcd462;
    line-height: 1;
}
.features-loop .feature-box h4 {
    color: #f7f7f7;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.features-loop .feature-box p {
    margin-bottom: 0;
}
.features-loop .feature-box {
    padding: 50px 30px;
    background-color: #353530;
}
.subscribe-form {
    margin-bottom: 20px;
	position: relative;
    display: flex;
	flex-wrap: wrap;
}
input[type="number"], input[type="date"] , input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    padding: 0px 15px;
    margin-bottom: 20px;
    font-weight: 400;
    background-color: #1c1b19;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
	outline:none;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    font-weight: 700;
    background-color: #fcd462;
    color: #1c1b19;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 19px 40px;
    font-size: 14px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
}

.subscribe-form input {
    background: none;
    border-bottom: 2px solid #40403b;
    color: #fff;
    padding-left: 10px;
	margin-bottom:0
}

/*.subscribe-form button {
    background: none;
    color: #a3a3a3;
    position: absolute;
    left: 0;
	height: 60px;
    padding: 19px 20px;
}
*/


.bg-black {
    background-color: #1c1b19;
}
.bg-gray {
    background-color: #353530;
    color: #ffffff;
}
.fs-110 {
	font-size: 110px;
}
.p-40 {
    padding: 40px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-115 {
    padding-top: 115px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pl-40 {
    padding-left: 40px;
}

.mt-25 {
    margin-top: 25px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 25px;
}
.mb-50 {
    margin-bottom: 50px;
}

.pattern-wrap {
    position: absolute;
    background: #fcd462;
    right: 0;
    height: 100%;
    width: 30%;
    top: 0;
}

.pattern-wrap .pattern {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}
.pattern-wrap .pattern::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background-size: cover;
    background-position: right;
}


.slick-dots {
	display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
	font-size: 1.25rem;
	margin-bottom: 0
}
.slick-dots li {
    margin: 0 .75rem;
}
.slick-dots button {
	visibility: hidden;
	padding: 0;
}
.slick-dots .slick-active {
	color: #fcd462;
	font-size: 1.5rem;
}

.head-slider .slick-dots {
	margin-top: -40px;
}

.slider-section .container {
	padding: 0
}

.head-slider .heading-title{
    z-index: 2;
    font-family: "Old Standard TT", serif;
    height: auto;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 58px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.advantages-item {
    display: block;
    margin-bottom: 30px;
    border: 2px solid rgba(133, 133, 133, 0.2);
    padding: 20px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.advantages-item .icon {
    height: 50px;
    width: 50px;
    background-color: #fcd462;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1b19;
    margin-left: 0;
}

.advantages-item .icon-hidden {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    font-size: 100px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    display: flex;
    transition: .3s;
}
.advantages-item:hover .icon-hidden {
    visibility: visible;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
.advantages-item .h5 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.advantages-item span {
    color: #a3a3a3;
}

.hotline-section {
    position: relative;
    padding-top: 115px;
    padding-bottom: 115px;
    background-image: url(../images/hotline.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hotline-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #353530;
    z-index: -1;
    opacity: 0.6;
}

.sigma_product-category a .sigma_product-category-body {
    padding: 30px;
    background-color: #1c1b19;
    text-align: center;
}

.sigma_product-category a .sigma_product-category-body i {
    line-height: 1;
    font-size: 40px;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.sigma_product-category a .sigma_product-category-body h5 {
    font-size: 24px;
    margin-bottom: 20px;
    transition: .3s;
}

.sigma_product-category a .sigma_product-category-body p {
    color: #a3a3a3;
	margin: 0;
}

.about-section {
    background: #1c1b19 url(../images/p1-about-us.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.test-section {
    background: #1c1b19 url(../images/about-bg-1a.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.about-section img {
    height: auto;
}
.test-character-image  {
	height: auto;
}

.sigma-post-style-4.sigma-post {
    position: relative;
}
.sigma-post-style-4.sigma-post .sigma-post-wrapper {
    height: 512px;
}
.sigma-post-style-4.has-post-thumbnail .post-thumbnail {
    display: block;
    height: 100%;
    width: 100%;
}
.blog-style-4 .sigma-post.has-post-thumbnail .sigma-post-wrapper:after {
    content: '';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(180deg, #28282800 0%, #282828 100%);
    max-width: none;
    height: 100%;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner::before {
    content: '';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(180deg, #fff00 0%, #fff 100%);
    max-width: none;
    height: 100%;
    z-index: -1;
}
.sigma-post-wrapper header .posted-on {
    display: block;
    padding: 15px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    font-family: "Prata", sans-serif;
	top: -40px;
    width: auto;
    height: auto;
}
.sigma-post-style-4 .sigma-post-wrapper header .posted-on {
	position: relative;
    top: auto;
    right: auto;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.sigma-post-wrapper header .posted-on a {
    color: #fff;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
}
.sigma-post-wrapper header .posted-on a i {
    display: none;
}
.sigma-post-wrapper .entry-title {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0;
    word-break: break-word;
}
    
.sigma-post-style-4 .sigma-post-wrapper img {
    object-fit: cover;
}
.sigma-post-style-4 .sigma-post-wrapper .entry-title {
    font-size: 24px;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper .entry-title a, .sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a {
    color: #fff;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
	padding-top: 0;	
}

.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
    margin-top: 0;
    flex-direction: row;
}

.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a {
    display: flex;
    align-items: center;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a {
    font-weight: 400;
    font-size: 14px;
    color: #a3a3a3;
}

.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a::before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: opacity 1s ease, width 1s ease, margin 1s ease;
    margin-right: 15px;
    transition: .3s;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i {
    margin: 0 0 0 15px;
}

.sigma-post-style-5.sigma-post {
    margin-bottom: 30px;
}
.sigma-post-style-5.sigma-post img {
    height: auto;
}

.sigma-post-style-5 .sigma-post-inner {
    padding: 40px;
    background: #353530;
}

.sigma-post-style-5 .sigma-post-wrapper header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.sigma-post-style-5 .sigma-post-wrapper header .posted-on {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 0px;
}
.sigma-post-style-5 .sigma-post-wrapper .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 22px;
    margin-bottom: 20px;
    color:#fff;
}
.sigma-post-style-5 .sigma-post-wrapper .entry-title a {
    color: #fff;
}
.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner .entry-content {
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    margin-top: 20px;
}

.video-wrap {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	z-index: 2;
    position: relative;
}
.video-about .video-wrap {
    height: 650px;
}
.video-wrap a.popup-video {
    color: #ffffff;
	background-color: #353530;
	border-radius: 50%;
    -webkit-box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 30%);
    box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 30%);
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    position: relative;
	position: absolute;
}
.video-wrap a.popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1s linear infinite;
    animation: pulse-border-2 1s linear infinite;
}

.video-wrap a.popup-video::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}
.infobox-style-5 {
    padding: 50px 50px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
	background-color: #292929;
    border: none;
    overflow: hidden;
	height: 100%;
}

.infobox-style-5 p, .infobox-style-5 h4 {
    color: #ffffff;
}

.infobox-style-5 h4 {
	margin-bottom: 20px;
}

.infobox-style-5 .count {
    font-size: 120px;
    position: static;
    color: #3d3c38;
    margin-bottom: 15px;
    line-height: normal;
    font-family: "Prata", serif;
}
.infobox-style-5 .icon {
    opacity: 0.2;
    font-size: 100px;
    color: #fcd462;
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 1;
    margin-bottom: 0;
}

.counter-box.counter-box-two {
    background-color: #353530;
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
}
.counter-box.counter-box-two .icon {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    color: #fcd462;
    margin: 0;
    line-height: 1;
}
.counter-box.counter-box-two h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Old Standard TT", serif;
	color: #fff;
}
.counter-box .title {
    color: #999999;
    height: 2rem;
    display: flex;
}
.counter-text-left .counter-box {
    text-align: left;
}

.sigma_product {
	padding: 0 10px;
}
.sigma_product-inner {
    position: relative;
    margin-bottom: 30px;
    transition: .3s;
}
.testimonials-slider .sigma_product-inner {
    margin-bottom: 0;
}
.testimonials-slider .slick-dots {
    margin-bottom: 2rem;
}

.sigma_product .sigma_product-thumb {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.sigma_product .sigma_product-thumb img {
    transition: .3s;
    margin: 0 auto;
    margin-bottom: 0;
    width: 100%;
	height: auto;
    max-width: 100%;
}

.sigma_product .sigma_product-body h5 {
    margin: 0 0 20px;
    font-size: 20px;
    word-break: break-word;
	color: #fff;
}
.sigma_product .sigma_product-body p {
    font-size: 14px;
    font-weight: 600;
}
.sigma_product .sigma_product-body {
    padding: 30px;
    background-color: transparent;
	text-align: center;
}

.sigma_product .sigma_product-body-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
	margin: 0;
}

.product-cat-style-4 .sigma_product-category {
    overflow: hidden;
}
.product-cat-style-4 .sigma_product-category a {
    position: relative;
    display: block;
    height: 100%;
    color: #a3a3a3;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-cat-style-4 .sigma_product-category a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(17, 17, 17, 0.50196) 0%, rgba(17, 17, 17, 0.25) 44%, rgba(17, 17, 17, 0) 100%);
    content: '';
}

.product-cat-style-4 .sigma_product-category a .sigma_product-category-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    padding-right: 80px;
	text-align: left;
	background: transparent;
}

.test-image-wrapper {
    position: relative;
}
.test-character-item {
    cursor: pointer;
}
.test-character-body {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0;
    padding-right: 30px;
    text-align: left;
    background: transparent;
}
.test-character-body .h3, .test-character-body .h4 {
    color: #fff;
}

.product-cat-style-4 .sigma_product-category a h5 {
    color: #fff;
   /* margin-bottom: 10px;*/
   margin-bottom: 2px;
    font-size: 36px;
}
.product-cat-style-4 .sigma_product-category a p {
    margin: 0;
    color: #fff;
}

.product-cat-style-4 .sigma_product-category a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.product-cat-style-4 .sigma_product-category:hover a img {
    transform: scale(1.1);
}

span.price {
	color: #fcd462;
}

.input-group .icon {
    position: absolute;
    left: 40px;
    top: 4px;
    color: #fcd462;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
    line-height: 26px;
}
.contact-form .wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.input-group input, .input-group select, .input-group textarea, .input-group select {
    padding-left: 80px;
}
.input-group textarea {
    height: 150px;
    width: 100%;
    resize: none;
    padding: 20px 15px;
    padding-left: 80px;
}
.input-group input[type="number"], .input-group input[type="date"], .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 {
    height: 60px;
    width: 100%;
}

.w-850 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.test-step .item-title {
    color: #fff;
}

.primary-btn-outline {
    background: none;
    color: rgb(163, 163, 163);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    line-height: 60px;
    padding: 0 30px;
    border: 2px solid rgb(64, 64, 59);
}

.calculator-slider .slick-slide img {
    display: inline;
}

.calculator-slider .slick-dots {
    margin-left: 1.5rem;
}

.calculator-slider.slick-slider .slick-arrow {
    top: unset;
    bottom: 203px;
}

.calculator-slider.slick-slider .slick-prev.slick-arrow {
    right: unset;
    left: 0;
}

.test-step, .calc-step {
    display: none;
}
.test-answer-wrapper2, .test-answer-wrapper {
    padding: 0;
    margin: 0;
    list-style:none;
}
.test-answer-wrapper2 li {
    margin: 1rem .5rem 0;
    min-width: 140px;
}

.test-answer-wrapper li, .calc-btn {
    background: none;
    color: rgb(163, 163, 163);
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-weight: 500;
    display: inline-block;
    padding: 15px;
    border: 2px solid rgb(64, 64, 59);
    margin-bottom: 1rem;
    
}
.calc-btns .calc-btn {
    margin-right: 1rem;
}
#test-online .test-answer-wrapper li {
    width: 100%;
}

.test-answer-wrapper li:hover, .calc-btn:hover {
    background-color: #fcd462;
    color: #1C1B19;
    border: 2px solid #fcd462;
}

.testimonials-row .h4, .testimonials-row .h6 {
    color: #fcd462;
}

.accordion-item {
    background: transparent;
    border: none;
}

.accordion-collapse.p-40{
    padding-top: 0px;
}

.accordion-item .accordion-header {
    position: relative;
    transition: all .3s ease-out 0s;
    color: #fff;
    padding: 20px 30px 20px 30px;
    font-size: 20px;
    letter-spacing: -1px;
}
.accordion-item:hover .accordion-header {
    background-color: #353530;
    color: #fcd462;
}
.accordion-collapse {
    background-color: #353530;
}
.accordion-button:not(.collapsed), .accordion-button {
    color: inherit;
    background: transparent;
    box-shadow: none;
    outline:none;
    border:none;
    white-space: unset;
    line-height:1.5;
    padding: 1rem 60px 1rem 0rem;
    min-height:80px;
    text-transform: none;
}
.accordion-button:focus {
    border:none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fcd462;
}

.accordion-item .menu-link {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fcd462;
    z-index: 2;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.accordion-item:hover .menu-link {
    right: 40px;
    visibility: visible;
    opacity: 1;
}
.accordion-button::after {
    display:none;
}

.slick-arrow {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    background-color: #1c1b19;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
    padding: 0;
}
.slick-slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -150px;
    font-size: 0;
}
.slick-slider .slick-prev.slick-arrow {
    right: 90px;
}
.slick-slider .slick-prev.slick-arrow:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 200;
    padding-left: 20px;
    transition: .3s;
}
.slick-slider .slick-arrow.slick-next {
    background-color: #fcd462;
}
.slick-slider .slick-next.slick-arrow:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 200;
    padding-left: 10px;
    color: #1c1b19;
    transition: .3s;
}
.slick-arrow:hover {
    background-color: #fcd462;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(252, 212, 98, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(252, 212, 98, 0.3);
}
.slick-slide {
    overflow: hidden;
}
.swiper-slide-active {
    min-height: 700px;
}
.swiper-slide-active::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 750px;
    top: -39px;
    left: -39px;
    background-image: url(/images/iphone-slider2.png);
    z-index: 99;
}
.swiper-slide img {
    width: 100%;
}


.input-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}
.text-danger {
    color: #dc3545!important;
}
.input-group.input-group-two input, .input-group.input-group-two select {
    background-color: #353530;
    border: 0;
    height: 60px;
    padding: 0 50px 0 30px;
    color: #a3a3a3;
}

.input-group.input-group-two textarea {
    background-color: #353530;
    border: 0;
    height: 60px;
    padding: 10px 50px 0 30px;
    color: #a3a3a3;
}

.diamond-spark.spark-1 {
    animation-name: spark1;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
}
.diamond-spark.spark-2 {
    animation-name: spark2;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
}
.diamond-spark.spark-3 {
    animation-name: spark3;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
}
.diamond-spark.spark-4 {
    animation-name: spark4;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
}

@keyframes spark1 {
    0%{
      transform: translate(0,0);
      opacity: 1;
    }
    100%{
      transform: translate(-100px,-100px);
      opacity: 0;
    }
}
  @keyframes spark2 {
    0%{
      transform: translate(0,0);
      opacity: 1;
    }
    100%{
      transform: translate(100px, -100px);
      opacity: 0;
    }
  }
  @keyframes spark3 {
    0%{
      transform: translate(0,0);
      opacity: 1;
    }
    100%{
      transform: translate(-100px, 100px);
      opacity: 0;
    }
  }
  @keyframes spark4 {
    0%{
      transform: translate(0,0);
      opacity: 1;
    }
    100%{
      transform: translate(100px,100px);
      opacity: 0;
    }
  }
@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
    .site-header-bottom-inner {
        flex-wrap:wrap;
    }
    .site-header-bottom .navbar-nav {
        order: 3;
        flex-direction: column !important;
        width: 100%;
    }
	.site-header-bottom .burger-icon.aside-m-trigger {
		position: relative;
		width: 45px;
		height: 45px;
		border: 2px solid rgba(133, 133, 133, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 0;
		transition: .3s;
		margin-left: 10px;
	}
	.d-menu-hidden {
	    display: block;
	}
	.m-menu-hidden {
		display: none !important;
	}
	.m-menu-hidden.active {
		display: flex !important;
	}
	.site-header .site-header-bottom-inner {
		padding: 20px;
	}
	.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
		text-align: left;
	}
	.site-header .site-header-bottom-inner > ul > li > a {
	    padding: 20px;
	}
}
@media (max-width: 1025px){
    .sigma-subheader {
        background-position-x: -750px;
    }
}
@media (max-width: 767px) {
    
.site-header .site-header-top-inner {
    padding-left: 20px;
}
    .pattern-wrap {
        display: none;
    }
	.btn-group {
		justify-content: center;
	}
	.mobile-order-1 {
		order: 1;
	}
	.mobile-order-2 {
		order: 2;
	}
	.section-title .heading-title {
		font-size: 42px;
	}
	.mobile-hidden {
		display: none;
	}
	.footer ul.menu {
	    flex-direction: column;
	    align-items: flex-start
	}
	.footer ul.menu li {
	    margin-bottom: 10px;
	}
	.footer ul.menu li + li {
        margin-left: 0;
	}
	.fs-110 {
        font-size: 50px;
    }
    .sigma-subheader .container {
        padding-top: 160px;
    }
    .site-header .logo-wrap.site-logo img {
        max-width: 130px;
    }
    .sigma-subheader .page-title {
        font-size: 30px;
    }
    .head-slider .heading-title {
        font-size: 36px;
        text-align: center;
    }
    .test-answer-wrapper li {
        background-color:rgba(0,0,0,.7);
    }
    
    .pt-115 {
        padding-top: 65px;
    }
    .pb-115 {
        padding-bottom: 65px;
    }
    
    .hotline-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}
@media (max-width: 479px) {
	#hotline-form-btn {
	    height: 40px;
	}
	.sigma_product {
		padding: 0;
	}
	.sigma-subheader {
        background-position-x: -700px;
    }
    .primary-btn, .primary-btn-outline {
        font-size: 12px;
        padding: 0 15px;
    }
    .head-group .primary-btn, .head-group .primary-btn-outline {
        min-width: 100%;
        padding: 0 7px;
    }
    .footer .primary-btn {
        padding: 0 15px;
    }
}
@media (max-width: 419px) {
	.subscribe-form input {
		margin-bottom: 20px
	}
	.section-title .heading-title {
        font-size: 32px;
    }
    .product-cat-style-4 .sigma_product-category a h5 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .site-header .site-header-bottom-inner > ul > li:first-child > a, .site-header .site-header-top-inner > ul > li:first-child > a {
        padding-left: 0;
	}
	.col-xl-6 {
	    max-width: 50%;
	}
}
@media (min-width: 1400px) {
	.container-xxl {
		max-width: 1140px;
	}
}

#dialog-content.fancybox__content {
    padding: 0;
}
.img-mobile-hidden {
    display: inline;
}
.img-desktop-hidden {
    display: none;
}
@media (max-width: 1199px) {
    .mob-order-1 {
        order: 1;
    }
    
    .img-mobile-hidden {
        display: none;    
    }
    
    .img-desktop-hidden {
        display: inline;
    }

    .mob-order-2 {
        order: 2;
    }
    .mob-mt-30 {
        margin-top: 30px;
    }
    .mob-flex-v {
        display: flex;
        flex-direction: column;
    }
}
.target .select, .target.active .noselect {
    display: none;
}
.target.active .select {
    display: block;
    color: #fcd462;
}
.btn-check:checked+.primary-btn-outline {
    background-color: #fcd462;
    color: #1c1b19;
}