/*
Theme Name: Techni Plast
Author: Cyberworx
Author URI: https://cyberworx.in
Version: 1.0
*/
html, body {
	font-family: "Hanken Grotesk", serif;
	font-weight:400;
	font-size:18px;
	color:#676767;
}
h1, h2, h3, h4 {
	font-family: "Outfit", serif;
	font-weight:500;
}
footer {
    background: #fff;
    padding-top: 50px;
    position: relative;
}
footer h2.widgettitle, footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    font-family: "Hanken Grotesk", serif;
    margin-bottom: 18px;
    color: #1B1918;
}

footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 13px;
    display: grid
;
    /* grid-template-rows: repeat(4, 1fr); */
    /* grid-auto-flow: column; */
}

footer .menu li a, footer p {
    text-decoration: none;
    color: #676767;
    font-size: 16px;
}

footer .menu li {
    width: 100%;
}
.copyright {
    border-top: 1px solid #E20015;
    padding: 20px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.copyright p {
    margin: 0;
    color: #1B1918;
}

.copyright p a {
    text-decoration: none;
    color: #1B1918;
    font-weight: 600;
}

.copyright p a:hover {
    color: #E20015;
}
footer .footer-widget p a {
    color: #676767;
}
.title h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #1B1918;
    margin-bottom: 0;
}

.title p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 25px;
}
.title.big h2 {
    font-weight: 400;
    font-size: 65px;
    line-height: 85px;
}
.section-image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}
.title {
    margin-bottom: 35px;
    position: relative;
}
.section-btn {
    margin-top: 50px;
}
.btn .content {
    background: #E20015;
    border: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.54px;
    padding: 12px;
    min-width: 150px;
    position: relative;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #E20015;
}

.btn .border-back {
    width: 100%;
    height: 100%;
    border: 1px solid #E20015;
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.btn-row {
    display: flex;
	align-items: center;
    column-gap: 23px;
}
.btn:hover .content {
    box-shadow: 5px 5px 0px 0px #000000a6;
    background: #1B1918;
    border-color: #1B1918;
}
.text-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 19.54px;
    color: #106ADF;
    display: inline-flex;
    column-gap: 6px;
    align-items: center;
}
.btn:hover:before {
    border-color: #000000a6;
}
.text-btn:hover {
    color: #e20015;
    text-decoration: none;
}
.theme-bg {
    background: #CE2B3B;
    color: #fff;
}

.theme-bg .title h2, .theme-bg .title h5 {
    color: #fff;
}

.title h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23.45px;
    margin-bottom: 8px;
    color: #E20015;
}
.text-btn.white {
    color: #fff;
}
.heading-font {
    font-family: "Outfit", serif;
}

.text-btn.heading-font {
    font-size: 18px;
    font-weight: 400;
    text-underline-offset: 2px;
}
.section-content a.text-btn {
    margin-top: 27px;
}
img.right-cricle-element {
    position: absolute;
    right: 24px;
    top: 20px;
    pointer-events: none;
}

.section-space {
    padding: 70px 0;
    position: relative;
}

img.left-cricle-element {
    position: absolute;
    bottom: 50px;
    left: -50px;
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 6%;
}
.center-border {
    position: relative;
}

.center-border:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #DC3344;
}
img.footer-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
	pointer-events:none;
}
.btn-white {
    background: #fff;
}

.btn-white:before {
    border-color: #fff;
}
.btn-white-outline {
    border: 1px solid #fff;
    color:#fff;
}
.btn-white-outline:before {
    border-color: #fff;
}
.product-block .image {
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-block .image img {
    width: auto;
    height: auto;
    height: 150px;
    max-width: 80%;
    object-fit: contain;
}

.product-block .image {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    height: 313px;
    transition: 0.4s;
}

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

.product-block .content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30.24px;
    color: #1B1918;
    margin-bottom: 15px;
}
.text-btn.red {
    color: #E20015;
}
.category-block {
    position: relative;
    transform: scale(0.85);
    transition: 0.4s;
}

.category-block .image {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.category-block .image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}


.category-block .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 10;
}

.category-block .content {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 10;
    color: #fff;
    transition: 0.4s;
}

.category-block .content h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
}

.category-block .content  a.text-btn {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.68px;
    text-underline-offset: 2px;
    transform: translateY(80px);
    transition: 0.4s;
}
.category-slider 
 .swiper-slide.swiper-slide-active .category-block {
    transform: scale(1);
}
.theme-swiper-arrow {
    width: 62px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #E20015;
    background: #fff;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
}

.theme-swiper-arrow:after {
    display: none;
}
.swiper-button-prev.theme-swiper-arrow {left: calc(50% - 35px);}

.swiper-button-next.theme-swiper-arrow {
    left: calc(50% + 35px);
}

.category-slider {
    padding-bottom: 20px;
}
.category-slider .swiper-slide.swiper-slide-active .category-block .content a.text-btn {
    transform: translateY(0);
}
.category-slider .swiper-slide.swiper-slide-active .category-block .content {
    transform: translateY(-20px);
}
.bg-grey {
    background: #F8F8F8;
}
.usp-block {
    border-right: 1px solid #E8E8E8;
    background: #fff;
    padding: 45px 38px !important;
    min-height: 377px;
    /* display: grid; */
    /* place-content: space-between; */
}

.usp-block h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 35.28px;
    color: #1B1918;
    margin-bottom: 19px;
}

.usp-block p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.45px;
}

.usp-block span.count {
    width: 58px;
    height: 58px;
    display: grid;
    background: #E200151A;
    place-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 28px;
    line-height: 35.28px;
    color: #1B1918;
    margin-bottom: 50px;
}
.customer-logo-block {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 16px;
}

.customer-logo-block .logo {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    transition: 0.4s;
}

.customer-logo-block .logo img {
    max-width: 100%;
    height: auto;
    max-height: 61px;
    width: auto;
}
.static-swiper-arrow .theme-swiper-arrow {
    position: static;
    transform: none;
}
.static-swiper-arrow {
    display: flex;
    gap: 15px;
}

.static-swiper-arrow .theme-swiper-arrow:nth-child(1) {
    order: 2;
}
.theme-swiper-arrow.red {
    background: #E20015;
    border: 1px solid #fff;
}

.theme-swiper-arrow.red svg path {
    stroke: #fff;
}
.usp-border {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

.usp-block:nth-child(n+3) {
    border: none;
}
.blog-block {
    position: relative;
}

.blog-block .image {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.blog-block .image img {
    width: 100%;
    height: 286px;
    transition: 0.4s;
    object-fit: cover;
}

.blog-block .content h3 {
    color: #1B1918;
    font-weight: 400;
    font-size: 24px;
    line-height: 30.24px;
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.main-menu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
    align-items: start;
}

.main-menu ul li a {
    color: #1B1918;
    text-decoration: none;
    font-weight: 600;
}

.main-menu ul li a:hover {
    color: #E20015;
}

.main-menu ul li.menu-item-has-children ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #fff;
    width: 250px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translateY(20px);
}

.main-menu > ul > li {
    position: relative;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 0;
    background: #f8f8f8;
    z-index: 100000;
}
header.header-scrolled{
    box-shadow: 0px 0px 16px #00000054;
}
.main-menu ul li {
    position: relative;
}

.main-menu ul li.menu-item-has-children ul li a {
    padding: 10px 15px;
    display: block;
}

.main-menu ul li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.height-screen {
    height: 100vh;
}
.scroll-btn {
    position: absolute;
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.85px;
    color: #1B1918;
}

.scroll-btn svg {
    transition: 0.4s;
    animation:scrolldown 1s infinite linear;
}

@keyframes scrolldown {
    0% {transform: translateY(0px)}
    100% {transform: translateY(20px)}
}

header .logo img {
    height: 63px;
    width: auto;
}

body.home.page-template header .logo img {
    /* position: absolute; */
    /* top: 40vh; */
    /* width: 318px; */
    /* height: auto; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

header .logo {
}
.homescreen .center-logo {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* transform-origin: center; */
}
.homescreen {
    display: grid;
    place-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
}
.btn {
    padding: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    border: none;
}


.btn.btn-white-outline span.border-back {
    border-color: #fff;
}
.btn.btn-white span.content {
    background: #fff;
    border-color: #fff;
}
.btn.btn-white-outline span.content {
    border: 1px solid #fff;
}
.btn.btn-white:hover  span.content {
    color: #000;
}

.btn.btn-white-outline:hover span.content {
    background: #1B1918;
    box-shadow: 5px 5px 0px 0px #000000a6;
    border-color: #1B1918;
}
.homescreen .center-logo img {
    height: auto;
    width: auto;
}
/* body.home.page-template header .logo {
    position: absolute;
    opacity: 0;
    transform: scale(0);
    left: 6%;
    width: max-content;
} */
.section-image {
    overflow: hidden;
}

.section-image:hover img {
    scale: 1.05;
}
.category-slider .swiper-slide.swiper-slide-active .category-block:hover .image img {
    scale: 1.1;
}

.usp-block:hover span.count {
    background: #e20015;
    color: #fff;
}

.customer-logo-block .logo:hover {
    transform: translateY(-10px);
}

.product-block:hover .image {
    box-shadow: 0px 0px 15px #0000001f;
    transform: translateY(-10px);
}

footer .menu li a:hover {
    color: #e20015;
}

footer .footer-widget p a:hover {
    color: #e20015;
}

.text-btn svg {
    transition: 0.4s;
}

.text-btn:hover svg {
        transform: translateX(10px);
}
.theme-swiper-arrow:hover {
    background: #E20015;
}

.theme-swiper-arrow:hover svg path {
    stroke: #fff;
}
.blog-block .image .date {
    background: #1B1918;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 16.9px;
    padding: 25px 16px;
    font-family: "Outfit", serif;
    z-index: 10;
}

.blog-block .image .date span.year {
    font-weight: 700;
    font-size: 18px;
    line-height: 20.29px;
}
.main-menu ul li.menu-item-has-children:after {
    content: "";
    display: block;
    opacity: 1;
    visibility: visible;
    background: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1L4 4L1 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 20px;
    height: 20px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 4px;
}
.event-popup-tv {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #DDDDDD;
    margin-bottom: 40px;
    height: auto;
    max-height: 500px;
    padding: 30px;
    background: #fff;
    min-height: 400px;
}
.event-popup-tv img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    background: #fff;
    margin: 0 auto;
    display: block;
}
.event-detail-popup .thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.event-detail-popup .thumbnails > div {
    width: 64px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
    cursor: pointer;
    transition: 0.4s;
    position:relative;
}

.event-detail-popup .thumbnails > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-detail-popup .modal-content {
    background: transparent;
    border: none;
    position: relative;
}

.event-detail-popup .modal-content .modal-header {
    border: none;
    padding: 0;
}

.event-detail-popup .modal-content .modal-header button.btn-close {
 width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 999;
}

.modal-backdrop {
    opacity: 0.6 !IMPORTANT;
}
.event-detail-popup .prev-photo-btn, .event-detail-popup .next-photo-btn {
    position: absolute;
    top: calc(50% - 80px);
    /* left: -30px; */
    background: transparent;
    border: none;
    padding: 20px;
    background: #E20015;
}

.event-detail-popup .next-photo-btn {
    left: auto;
    right: 17px;
}
.event-detail-popup .thumbnails .thumb.active {
    scale: 1.25;
}
.blog-block:hover .image img {
    scale: 1.1;
}
.event-detail-popup .thumbnails .thumb button {
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-block .image button.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: no-repeat;
    border: none;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.event-popup-tv .iframe-video, .event-popup-tv iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.page-banner img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    object-position: center;
}

.page-banner {
    position: relative;
}

.page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 10;
}

.page-banner .title {
    position: absolute;
    top: 50%;
    z-index: 15;
    width: 100%;
}
header.inner-page {
    background: transparent;
    position: absolute;
}

header.inner-page .main-menu ul.nav > li > a {
    color: #fff;
}

.btn.btn-white span.border-back {
    border-color: #fff;
}
.page-banner .title h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    margin-bottom: 12px;
}


.page-banner .title nav ol.breadcrumb li a, .page-banner .title nav ol.breadcrumb li {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.page-banner .title nav ol.breadcrumb {
    margin: 0;
}

.page-banner .title nav ol.breadcrumb li:before {
    color: #fff;
}
header.inner-page .main-menu ul li.menu-item-has-children:after {
    filter: brightness(0) invert(1);
}
.title  h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #1B1918;
    margin-bottom: 20px;
}
.sticky-content-section > div {
    position: sticky;
    top: 0;
}
.section-image.rounded-left {
    border-radius: 20px 0 0 20px;
}
.sub-cate-tags .tag {
    border: 2px solid #E4E4E4;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.85px;
    display: inline-block;
    min-width: 110px;
    text-align: center;
    padding: 5px 20px;
    text-decoration: none;
    color: #1B1918;
}

.sub-cate-tags {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.sub-cate-tags .tag:hover {
    border-color: #ce2b3b;
    background: #ce2b3b;
    color: #fff;
}
.section-image.round {
    border-radius: 15px;
}
.text-btn.theme {
    color: #E20015;
}
.list-group a.list-group-item.list-group-item-action {
    background: #F8F8F8;
    color: #272727;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 18px 26px;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #DEDEDE;
    border-top-color: #DEDEDE;
}

.list-group {
    border-radius: 0;
}

.list-group a.list-group-item.list-group-item-action.active {
    background: #CE2B3B;
    color: #fff;
    font-weight: 600;
}

.list-group li:hover > a.list-group-item.list-group-item-action {
    background: #CE2B3B;
    color: #fff;
}
.product-block .image .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 11px;
    padding: 0 11px 3px 11px;
}

.product-block .image .detail > div {
    width: 50%;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #272727;
    display: inline-flex;
    column-gap: 5px;
    align-items: center;
}
.product-block .image .detail > div svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
}
.product-block .image .icon {
    margin-bottom: 40px;
}
.contact-from {
    padding: 46px;
}

.form-control {
  background: transparent;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

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

.form-select {
    border-radius: 0;
    padding: 10px 10px;
}

.form-group p {
    margin: 0;
}

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

textarea.form-control {
    height: 120px;
}


label.btn.btn-white.cf-submit-btn span.content {
    padding: 0;
    display: block;
}

label.btn.btn-white.cf-submit-btn span.content input {
    width: 100%;
    border: none;
    background: transparent;
    display: block;
    padding: 15px 0;
}

span.wpcf7-spinner {
    position: absolute;
    right: -80px;
    top: 20px;
}
.form-control:focus {
    background: transparent;
    box-shadow: none;
    color: #fff;
}
.contact-details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}

.contact-details .contact-block {
    display: flex;
    column-gap: 11px;
}

.contact-details .contact-block .icon {
    width: 24px;
    padding-top: 3px;
}

.contact-details .contact-block .icon svg {
    width: 24px;
}


.contact-details .contact-block .detail h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1B1918;
    font-family: "Outfit", serif;
    margin-bottom: 5px;
}

.contact-details .contact-block .detail .info a, .contact-details .contact-block .detail .info {
    color: #676767;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    position: relative;
}
.contact-details .contact-block .detail .info a:not(:last-child):after {
    content: "|";
    position: relative;
    right: -10px;
}

.contact-details .contact-block .detail .info a {
    padding-right: 20px;
}
.contact-details .contact-block .detail .info a:hover {
    color: #ce2b3b;
}
span.wpcf7-not-valid-tip {
    background: #fff;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}
.google-map iframe {
    width: 100%;
    height: 450px;
}
.usp-block.with-icon span.count {padding: 0;background: transparent;line-height: initial;position: relative;left: 15px;}

.usp-block.with-icon span.count:before {
    content: "";
    width: 47px;
    height: 47px;
    background: #E200151A;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: -15px;
}
.milestones-slider-section {
    height: 630px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.milestones-slider-section .milestones-year-panel {
    width: 154px;
    position: relative;
}
.milestones-slider .milestones-year {
    width: 64px;
    height: 64px;
    background: #F8F8F8;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #1B1918;
    margin: 0 auto;
    transition: 0.4s;
}

.milestones-slider .swiper-slide.swiper-slide-active .milestones-year {
   scale:2.3;
   background: #E20015;
   border-color: #E20015;
   color: #fff;
   font-size: 10px;
}
.milestones-slider .swiper-slide.swiper-slide {
    height: 154px;
}
.milestones-slider-section .milestones-year-panel:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #CBCBCB;
    transform: translateX(-50%);
}
.milestones-slider-section .milestones-content-panel {
    width: calc(100% - 154px);
}
.theme-bg .title h3 {
    color: #fff;
}
.mask-tp{
    -webkit-mask-image: url('assets/images/tp-logo.png');
  mask-image: url('assets/images/tp-logo.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 80%;
}
.blog-block .image.big img {
    height: 412px;
    object-fit: cover;
}
.product-detail-popup.event-detail-popup .thumbnails > div img {
    object-fit: contain;
}
.product-detail-popup .event-popup-tv img {
    object-fit: contain;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.product-detail-popup .event-popup-tv {
    background: #fff;
}
.event-detail-popup .thumbnails .thumb.video-thumb img {
    opacity: 0.1;
}
.milestones-content-panel .swiper-slide {
    display: flex;
    align-items: center;
}
.milestones-content-panel .milestones-content {
    padding: 0 6%;
    display: none;
}

.milestones-content-panel .milestones-content h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35.28px;
    color: #1B1918;
    margin-bottom: 13px;
}

.milestones-content-panel .milestones-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31.27px;
    margin: 0;
}
.milestones-content-panel  .milestones-content.active {
    display: block;
}
header.inner-page .main-menu a.btn.btn-white svg {
    display: none;
}
.list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group ul li ul li a.list-group-item.list-group-item-action {
    padding-left: 50px;
    display: block;
    background: #e7e7e7;
}

.list-group ul li ul {
    display: none;
}
.list-group ul li {
    position: relative;
}

.category-dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: no-repeat;
    border: none;
    outline: none;
    height: 70px;
    width: 80px;
    z-index: 50;
}

.category-dropdown-btn svg {
    width: 20px;
}
.list-group ul li ul.show {
    display: block;
}
header.inner-page.header-scrolled {
    background: #f8f8f8;
    position: fixed;
}

header.inner-page.header-scrolled .main-menu ul.nav > li > a {
    color: #000;
}
.dark-logo-scroll{
    display: none;
}
header.inner-page.header-scrolled .light-logo-scroll {
    display: none;
}

header.inner-page.header-scrolled .dark-logo-scroll {
    display: block;
}
.blog-block .content {
    margin-top: 23px;
}

.blog-block  .more-text-blog {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 0 0;
}
.big-bullet-point {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 38px;
    color: #1B1918;
}

.big-bullet-point:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #CE2B3B;
    position: absolute;
    left: 15px;
    top: 3px;
    border-radius: 50%;
}
.business-svg {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 48% 47%;
    width: 100%;
    z-index: 2;
	pointer-events: none;
}
.animation-bottom-screen {
    padding-top: 10% !IMPORTANT;
}
.business-svg.mobile{
    display:none;
}
.modal-backdrop.fade.show {
    z-index: 99999999;
}

.modal.fade {
    z-index: 999999999;
}
.bg-grey-dark {
    background: #efefef;
}
.pin-spacer {
    pointer-events: none;
}
a.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999999999;
}

a.whatsapp-btn img {
    width: 60px;
}
.modal-popup-view img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
    display: block;
    margin: 0 auto;
}

.modal-popup-thumbnail {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    height: 70px;
}

.modal-popup-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-popup-thumbnail button {
    position: absolute;
    background: transparent;
    padding: 0;
    border: none;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-popup-view {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

.modal-popup-view iframe {
    width: 100%;
    height: auto;
    min-height: 390px;
    object-fit: contain;
}
.modal-slider-popup .swiper-button-next, .modal-slider-popup .swiper-button-prev {
    padding: 20px;
    background: #E20015;
    color: #fff;
    margin: 0 -10px;
}

.modal-slider-popup .swiper-button-next:after, .modal-slider-popup .swiper-button-prev:after {
    font-size: 14px;
}
.active>.page-link, .page-link.active {
    background: #ce2b3b !IMPORTANT;
    border-color: #ce2b3b !IMPORTANT;
}

.page-link {
    color: #ce2b3b !important;
}
span.page-link.current {
    color: #fff !important;
}
.main-menu ul li.menu-item-has-children ul li {
    width: 100%;
}