/* CSS*/
.fab-wrapper {
  position: fixed;
  bottom: 7rem;
  right: 3rem;
  z-index: 999;
}
.fab-checkbox {
  display: none;
}
.fab2 {
  position: absolute;
  bottom: -6rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: blue;
  border-radius: 50%;
  background: var(--secondary-color);
  /* box-shadow: 0px 5px 20px #81a4f1; */
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px;
  border: 1px solid var(--secondary-color);
}

.fab2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  /* background-color: rgba(255, 255, 255, 0.1); */
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab2:hover {
  background: var(--primary-color);
  /* box-shadow: 0px 5px 20px 5px #81a4f1; */
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab2 .fab-dots {
  height: 6px;
}

.fab2 .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab2 .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #dddddd;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0 0.1rem 1rem rgb(210 210 210 / 82%);
  transition: all 1s ease;
  opacity: 0;
  font-size: 18px;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #c8c8c8;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}
.fab-wheel .fab-action-5 {
  left: 0;
  bottom: -5rem;
}

/* CSS*/
/* NAVS BEFORE */
.main-header--three .main-menu .main-menu__list li.active:before {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var( --secondary-color);
    bottom: -2px;
    transition: all 300ms linear 0ms;
}
.main-header--three .main-menu .main-menu__list li:hover:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var( --secondary-color);
    bottom: 0px;
    transition: all 300ms linear 0ms;
}
/* NAVS BEFORE */

/* LOGO */
.main-header__logo img{
    height: 82px;
    width: auto;
}
.main-header__logo a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-header__logo p {
    color: var(--karoons-white);
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 0px;
    letter-spacing: 7px;
    margin-bottom: 0px;
}
.main-header__logo .logo-text b{
    color: #f5f5f5;
    letter-spacing: 2.6px;
    font-size: 8px;
    margin-top: -3px !important;
    display: block;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.main-header__logo a h1 {
    font-size: 28px;
    /* font-family: "Barlow Semi Condensed", serif; */
    font-weight: 600;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/* LOGO */


/* DOWNLOAD CATALOG */
.catalog {
    align-content: center;
    align-items: center;
    background: #000000;
    background-image: url(../images/cta.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between !important;
    display: flex;
    padding: 30px 50px 30px 50px;
    border-radius: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: var( --secondary-color);
    box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px -95px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    z-index: 9;
    position: relative;
    border-top: 2px solid var( --secondary-color);
}
.catalog .background-overlay {
    background-color: transparent;
    background-image: linear-gradient(70deg, #000000 50%, #FFFFFF00 100%) !important;
    opacity: 0.5;
}
.catalog .catalog-text{
    width: auto;
    margin-bottom: 0;
}
.catalog .catalog-text h3{
    color: black !important;
    -webkit-text-stroke-color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0px;
}
.catalog-btn .btn {
    font-family: "Teko", Sans-serif;
    text-transform: uppercase;
    line-height: 42px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 3px 3px 3px 3px;
    padding: 5px 20px 0px 30px;
    background: var( --secondary-color);
    border: none;
}
.btn.btn-style0 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}
.catalog-btn .btn i{
    background-color: #FFFFFF;
    --gradient-color-from2: #FFFFFF;
    width: 25px;
    height: 25px;
    border-radius: 3px 3px 3px 3px;
    margin-left: 10px;
    color: #000000;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn.btn-style0:hover {
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.btn:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
}
/* DOWNLOAD CATALOG */

/* TOPBAR */
.topbar{
    background-image: url(../images/bg-topbar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5px 20px 5px 20px;
    width: 100%;
}
.topbar.topbar2{
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5px 20px 5px 20px;
    width: 100%;
}
.topbar .container.elementor-column-gap-default {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    justify-content: space-between;
}   
.pxl-link {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.pxl-link a:not(:hover) {
    color: #FFFFFF;
}
.pxl-link .pxl-link--icon {
    min-width: 24px;
    margin-top: 5px;
    font-size: 15px;
    display: inline-flex;
    gap: 15px;
}
.pxl-icon-color-gradient i {
    color: #dfdfdf;
    font-size: 12px;
}
.pxl-item--link a{
    color: #dfdfdf;
    font-size: 12px;
}
.sticky-header--cloned.active .topbar{
    visibility: hidden;
}
/* TOPBAR */

/* FOOTER */
.footer-widget__info__content p b{
    font-size: 15px;
    text-transform: uppercase;
}
.footer-widget.footer-widget--links{
    position: relative;
}
.footer-widget--contact{
    position: relative;
}
.footer-widget.footer-widget--links::before, .footer-widget--contact:before {
    content: '';
    height: 4px;
    position: absolute;
    border-radius: 4px;
    width: 10%;
    bottom: 0;
    top: 27px;
    background-color: var( --secondary-color);
}
.footer-widget__title{
    position: relative;
}
.footer-widget__title::before{
    content: '';
    height: 4px;
    position: absolute;
    border-radius: 4px;
    width: 8%;
    bottom: 0;
    top: 27px;
    left: 12%;
    background-color: var( --secondary-color);
}
.footer-widget.footer-widget--links::after, .footer-widget--contact:after {
    content: '';
    height: 4px;
    position: absolute;
    border-radius: 4px;
    width: 6%;
    bottom: 0;
    top: 27px;
    left: 22%;
    background-color: var( --secondary-color);
}
/* FOOTER */

/* BREADCRUMBS */
.page__banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 60px;
    overflow: hidden;
}
.page__banner1 {
    /*position: relative;*/
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 60px;
    overflow: hidden;
}
@media (max-width: 1599px) {
    .page__banner:after {
        left: -140px;
    }
}
.page__banner:after {
    content: "";
    position: absolute;
    background-image: url(../images/page-banner-bg.png);
    background-repeat: no-repeat;
    width: 62%;
    height: 100%;
    left: -40px;
    top: 0px;
    z-index: -2;
    filter: brightness(0.7);
    background-size: contain;
    background-position: top center;
}
.page__banner-content>span {
    color: white;
    display: block;
    font-weight: 700;
    font-size: 120px;
    line-height: 144px;
    opacity: .08;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -80px;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    font-family:  "Urbanist", sans-serif;
}
.page__banner1 .page__banner-content>span {
    color: white;
    display: block;
    font-weight: 700;
    font-size: 120px;
    line-height: 144px;
    opacity: .08;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -80px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family:  "Urbanist", sans-serif;
}
.page__banner-content ul {
    padding: 0;
    margin: 0;
}
.page__banner-content ul li {
    display: inline-block;
    list-style: none;
    color: var( --secondary-color);
    font-weight: normal;
}
.page__banner-content ul li a {
    color: white;
    margin-right: 15px;
    transition: .4s;
    font-weight: normal;
}
.page__banner-content ul li span {
    margin-right: 15px;
    color: white;
}
.page__banner-content h1 {
    color: white;
    font-size: 30px;
    line-height: 80px;
    margin-top: 10px;
    font-weight: normal;
}
/* BREAD CRUMBS */

/* CONTACT */
.contact__four-info p b{
    font-size: 15px;
    text-transform: uppercase;
}
.contact__four-info {
    padding: 75px 30px 40px;
    transition: .4s;
    box-shadow: 0px 25px 70px rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
    margin-top: 40px;
    min-height: 268px;
}
.contact__four-info-icon {
    width: 75px;
    height: 75px;
    line-height: 90px;
    display: inline-block;
    border-radius: 50%;
    background: var( --secondary-color);
    text-align: center;
    transition: .4s;
    position: absolute;
    top: -30px;
    left: 40px;
}
.contact__four-info-icon i {
    font-size: 30px;
    transform: rotateY(0);
    color:white;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.contact__four-info-icon:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px dashed var( --secondary-color);
    border-radius: 50%;
    display: block;
    top: -6px;
    left: -8px;
    animation: rotation 10s linear infinite;
}

.contact__four-info h4 {
    transition: .4s;
    font-size: 22px;
    line-height: 34px;
    color: var(--primary-color);
    font-weight: 600;
}
.contact__four-info span {
    transition: .4s;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-bottom: 15px;
    display: block;
}
.contact__four-info p {
    transition: .4s;
    color: black;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}
.contact__four-info:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-info.png);
    background-size: cover;
    background-position: 100%;
    z-index: -1;
    opacity: .6;
    transition: .4s;
}
.contact__four-info:hover p, .contact__four-info:hover span {
    color: #b0b0bd;
}
.contact__four-info:hover p a {
    color: #b0b0bd;
}
.contact__four-info:hover {
    background: #131313;
}
.contact__four-info:hover h4 {
    color: white;
}

.contact__four-info:hover .contact__four-info-icon i {
    animation: rotateY .6s;
}
@keyframes rotateY {
    100% {
        transform: rotateY(1turn);
    }
}
.contact__four-info p a {
    transition: .4s;
    color: black;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.form-group{
    position: relative;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea, select {
    outline: none;
    background-color: #FFFFFF;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 15px !important;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    resize: none;
}
.bgc{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
}
/* CONTACT */

/* ABOUT */
.business-section-two {
    position: relative;
}
.business-section-two .content-column {
    position: relative;
}
.business-section-two .content-column .inner-column {
    position: relative;
}
.content-column .text {
    position: relative;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0, 0.07);
}
.business-section-two .options {
    position: relative;
    margin-left: -32px;
}
.business-section-two .options li {
    position: relative;
    display: flex;
    font-size: 16px;
    align-items: center;
    background-color: white;
    color: black;
    border: 1px solid #E1E9F4;
    border-radius: 5px;
    margin-bottom:15px;
}
.business-section-two .options li .icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background: var( --secondary-color);
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    margin: -1px 20px -1px -1px;
    color: #fff;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.business-section-two .image-column .image {
    position: relative;
    /*text-align: right;*/
}
.about-listing ul{
    list-style: disc;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 15px;
    list-style-position: inside;
}
@keyframes spinInfinit {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

.business-section-two .image-column .image:before {
	position: absolute;
	content: "";
	background-image: url(../images/3.png);
	height: 325px;
	width: 325px;
	top: -23%;
	right: -23%;
	background-size: contain;
	background-repeat: no-repeat;
	animation-name: spinInfinit;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	opacity: 0.8;
}
.content-column p{
    text-align: justify;
}
.background-color{
    /* background-color: #f7f7f7; */
    /* padding: 25px; */
}
.about-two {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}

.about-two__shape {
    width: 30%;
    height: 585px;
    background-color: var(--primary-color);
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    position: absolute;
    left: 0px;
    top: 2px;
}
.why-choose-two__list {
    margin: 0 0 41px;
    padding: 0;
    display: flex;
    max-width: 550px;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.about-two__img {
    position: relative;
    display: inline-block;
    border: 15px solid #fff;
    border-radius: 50%;
    float: right;
    right: 100px;
}
.about-two__img img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    height: 450px;
    width: 450px;
}
.why-choose-two__list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.why-choose-two__item {
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 500ms ease;
    counter-increment: count;
}
.why-choose-two__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 100%;
    background-color: var( --secondary-color);
    clip-path: polygon(100% 0%, 48% 50%, 100% 100%, 0% 100%, 0 48%, 0% 0%);
    transition: all 500ms ease;
}
.why-choose-two__count {
    transition: all 500ms ease;
    transition-delay: 200ms;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: var(--pelocis-white, #fff);
    background-color: var(--pelocis-white, #fff);
    font-family: var(--pelocis-heading-font, "Solway", serif);
    -webkit-text-stroke: 1px var(--pelocis-black, #222222);
    position: absolute;
    left: -200px;
    height: 100%;
    width: 160px;
    display: flex;
    padding-left: 30px;
    align-items: center;
    mask: url("../images/content.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-size: auto;
    mask-size: auto;
}
.why-choose-two__count:before {
    content: counters(count, ".", decimal-leading-zero);
    display: inline-block;
    position: relative;
}
.why-choose-two__icon {
    width: 90px;
    height: 88px;
    border: 3px solid  #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 10px;
    z-index: 1;
    flex-shrink: 0;
    font-size: 44px;
    color: #fff;
    transition: all 500ms ease;
}
.why-choose-two__item__content {
    padding-left: 20px;
}
.why-choose-two__item__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26.4px;
    color: var(--primary-color);
    margin-bottom: 6px;
}
.why-choose-two__item__text {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: var(--primary-color);
    margin-bottom: 0;
}
/* .why-choose-two__item:hover {
    padding-left: 130px;
    background-color: #222222;
}
.why-choose-two__item:hover .why-choose-two__icon {
    transform: translateX(-30px);
    background-color: var( --secondary-color    );
}
.why-choose-two__item:hover::before {
    opacity: 0;
    visibility: hidden;
    left: -200px;
}
.why-choose-two__item:hover .why-choose-two__count {
    left: 0;
}
.why-choose-two__item:hover .why-choose-two__item__title {
    color: #fff;
}
.why-choose-two__item:hover .why-choose-two__item__text {
    color: #fff;
} */
/* ABOUT */
/* QUALITY */
.quality-listing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    gap: 5px;
}
.quality-listing li {
    position: relative;
    font-size: 15px;
}
.quality-listing li i {
    color: var( --secondary-color);
    border: 1px solid var( --secondary-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.quality-listing li::before {
    position: absolute;
    content: "\e919";
    font-family: 'Flaticon' !important;
    left: -30px;
    top: 5px;
    color: var( --secondary-color);
}

.quality-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}
.work__area {
    padding-top: 50px !important;
}
.work__area-item {
    text-align: center;
    position: relative
}

.work__area-item span {
    border: 1px solid #9f9f9f;
    color: #424242;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .8px;
    font-weight: 700;
    font-size: 48px;
    font-family: "Urbanist", sans-serif;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: .4s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.work__area-item span:before {
    content: "";
    position: absolute;
    background: var( --secondary-color);
    width: 0;
    height: 0;
    border-radius: 50%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .4s;
    z-index: -1;
}

.work__area-item h6 {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--primary-color);
}

.work__area-item p {
    max-width: 280px;
    margin: 0 auto;
}

.work__area-item-arrow {
    position: absolute;
    top: 35px;
    right: -58px;
}

.work__area-item:hover span {
    color: white;
    border-color: var( --secondary-color);
}
.work__area-item:hover.work__area-item span:before {
    width: 100%;
    height: 100%;
}
.background-color1 {
    background-color: #f7f7f7;
    padding: 25px 25px 25px 25px !important;
    border-radius: 10px;
    margin-top: 50px;
}
/* QUALITY */
/* REQUEST QUOTE */
.contact-information {
    background: var(--primary-color) url(../images/contact-information-bg.svg) no-repeat;
    background-position: bottom right;
    background-size: auto;
    border-radius: 30px;
    padding: 40px;
    margin-right: 30px;
}

.bgc1{
    padding: 30px;
    border: 1px solid var( --secondary-color);
    border-radius: 60px 0 0;
    box-shadow: 0 10px 50px #00000014;
}
.contact-one__input-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #f4f5f8;
    width: 45px;
    height: 58px;
    top: 1px;
    border-radius: 0.375rem;
    right: 2px;
}
.contact-one__input-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var( --secondary-color);
    top: 23%;
    left: 27%;
}

.icon-user:before {
    content: "\e921";
}

/* REQUEST QUOTE */
/* PRODUCT */
.portfolio-wrapper{
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 30px;
}
.portfolio-wrapper .process-content{
    background-color: #ebebeb;
    border-radius: 35px;
    padding: 10px;
}
.portfolio-wrapper .process-image{
    position: relative;
    margin-bottom: 25px;
    padding: 10px 0;
    background: 0 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 35px;
}
.portfolio-wrapper .process-image .inner-image {
    border-radius: 35px;
    overflow: hidden;
}
.portfolio-wrapper .process-image .inner-image img {
    width: 100%;
    height: 350px;
    border: 1px solid #ebebeb;
    object-fit: cover;
}
.portfolio-wrapper:hover .inner-image img{
    background: #000;
    opacity: 0.9;
}
.portfolio-wrapper .process-number {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background-color: var( --secondary-color);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .4);
    border-radius: 68px;
    line-height: 68px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.portfolio-wrapper .process-number a{
    color: white;
    font-weight: 400;
}
.portfolio-wrapper .process-title {
    font-size: 22px;
    margin-bottom: 3px;
    color: var(--primary-color);
}
.portfolio-wrapper:hover .process-image {
    background: var( --secondary-color);
}
.portfolio-wrapper:hover .process-title {
    color: var( --secondary-color);
}
.portfolio-wrapper:hover .process-number{
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -khtml-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
/* PRODUCT */

/* PRODUCT DETAIL */
.consultation {
    position: relative;
}
.consultation {
    /* display: flex; */
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: right;
    padding: 60px 60px;
    border-radius: 30px;
    width: 85%;
    position: relative;
    /* padding-right: 380px; */
    border: #efefef solid 1px;
}
.consultation p b {
    font-weight: 500;
}
.consultation p {
    text-align: justify;
}
.product-specification{  
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.image img {
    /*width: 92%;*/
    /* height: 350px; */
    /*position: absolute;*/
    right: -16%;
    /*top: 5%;*/
    border-radius: 30px;
}
.swiper.swiperimg {
    width: 490px;
    height: 380px;
    position: absolute;
    right: -16%;
    top: 5%;
}
.product-image-slider .swiper.swiperimg{
    right: -9%;
}
.consultation-img.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiperimg .swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiperimg .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 30px;
    height: 380px;
    object-fit: cover;
    border: 1px solid #b9b9b9;
}
.swiperimg .swiper-pagination{
    text-align: center;
    bottom: 1% ;
}
.swiper-pagination {
    text-align: start;
    bottom: 0% ;
    right: 0;
}
.swiperimg .swiper-pagination {
    text-align: center;
}
.swiperimg .swiper-pagination .swiper-pagination-bullet {
    background-color: #322b2b61;
    width: 15px;
    height: 15px;
    border: 1px solid #bababa;
    opacity: 1;
}
.swiperimg .swiper-pagination .swiper-pagination-bullet {
    /*border: 3px solid #ece9e9;*/
    opacity: 1;
}

.swiperimg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    border: 6px solid var( --secondary-color);
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 130% !important;
}
.mySwiper-banner-two .swiper-pagination{
    width: 100% !important;
    text-align: center !important;
    bottom: -22px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 10px;
  background-color: #ccc;
  opacity: 1; /* ensure full visibility */
  transition: all 0.3s ease;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  width: 24px; /* make active dot longer */
  background-color: var(--secondary-color); /* or any primary color you like */
}
.sec-title1 .sec-title__tagline{
    font-size: 30px;
    margin-bottom: 0px;
}
.sec-title1 .sec-title__title{
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.service-contain-2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(14px + 11*(100vw - 320px) / 1600);
    border-radius: 5px;
    background-color: rgba(191, 191, 191, .2);
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-contain-2 img {
    width: 50px;
    height: 50px;
    fill: var( --secondary-color);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 10%;
    top: 5px;
    position: relative;
}
.service-contain-2 .product-content{
    position: relative;
    background: white;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 60px;
    height: 60px;
    position: relative;
}
.service-contain-2 .service-detail {
    margin-left: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-contain-2 .service-detail h3 {
    letter-spacing: .8px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
}
.service-contain-2 .service-detail h6 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: black;
    font-weight: normal;
}
.service-contain-2:hover {
    background-color: var( --secondary-color);
}
.service-contain-2:hover img {
    filter: invert(0);
}
.service-contain-2:hover .service-detail h3, .service-contain-2:hover .service-detail h6 {
    color: #fff;
}
/* PRODUCT DETAIL */
/* 404 */
.cs_error_content {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.cs_error_content .cs_error_thumbnail {
    width: 100%;
    margin-bottom: 18px;
}
.cs_error_content .cs_error_thumbnail img {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cs_error_content .cs_error_heading {
    font-size: 30px;
    margin-bottom: 15px;
    color: black;
}
.error-text{
    color: #c69f2f;
    text-align: center;
    font-size: 9em;
    margin: 0;
    text-shadow: -1px 0 #1a1a1a, 0 1px #1a1a1a, 1px 0 #1a1a1a, 0 -1px #1a1a1a;
}
.cs_error_content .cs_error_subtitle {
    margin-bottom: 26px;
}
/* 404 */

/* INDEX - 2 */
/* About Us */
.section-full {
    position: relative;
}
.bg-gray {
    background-color: #fafafa;
}
.about-home-3 {
    position: relative;
    z-index: 1;
    padding: 30px;
    padding-left: 0;
}
.sx-tilte{
    position: relative;
}
.list-circle, .list-angle-right{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.list-angle-right li{
    padding: 3px 5px 5px 20px;
    position: relative;
    font-size: 15px;
    color: #5e646a;
}
.list-angle-right li:before{
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    font-size: 15px;
    color: #5e646a;
}
.section-content p{
    text-align: justify;
}
.list-angle-right li:before {
    content: "\f105";
}
.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-right: 40px;
}
.video-section-full-v2 .video-section-full {
    padding: 170px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section-full {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: -120px;
    margin-top: -100px;
}
.video-section-full-v2:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 20px solid #23252d;
    z-index: 0;
    bottom: -40px;
}
.video-section-full:before {
    width: 2px;
    height: 30px;
    left: 20px;
    top: 20px;
}
.video-section-full:after {
    width: 30px;
    height: 2px;
    left: 20px;
    top: 20px;
}
.video-section-full:after, .video-section-full:before, .video-section-inner:after, .video-section-inner:before{
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.video-section-full .overlay-main {
    z-index: -1;
}

.opacity-04 {
    opacity: 0.4;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.video-section-inner:before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px;
}
.video-section-inner:after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px;
}
.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}
.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-section-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.video-section-bottom .sx-title {
    margin-bottom: 0px;
}
.mobile-page-padding ul li{
    color: #5e646a;
}
/* About Us */
/* Next */
.section-full {
    position: relative;
}
.sx-bg-secondry {
    background-color: #23252d;
}
.our-story {
    position: relative;
    z-index: 0;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px dashed #404040;
    padding-bottom: 25px;
    background-color: #1d1f26;
    padding: 20px;
}
.our-story-year {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--secondary-color);
    margin-bottom: 0px;
    color: var(--secondary-color);
}
.our-story-detail {
    margin-left: 40px;
}
.our-story-detail p {
    margin-bottom: 0px;
    color: #d6d6d6;
}
/* Next */
/* Why Choose us - 2 */
.single-choose-style-two {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    padding: 24px;
    border: 1px solid #E3E3E3;
    transition: 0.4s;
}
.single-choose-style-two .icon {
    width: 40%;
}
.single-choose-style-two .icon img{
    width: 100%;
}
.single-choose-style-two .right-content .title {
    color: #30373E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.single-choose-style-two .right-content p.disc {
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
}
.content-why-choose-us p{
    text-align: justify;
    font-weight: normal;
    margin-bottom: 0;
}
.thumbnail{
	position: relative;
	width: 100%;
}
.thumbnail img{
	width: 121%;
	position: absolute;
	height: 665px;
}
.thumbnail:before{
	/*position: absolute;*/
	/*content: '';*/
	/*background-color: #0000006b;*/
	/*width: 565px;*/
	/*height: 100%;*/
}
/* Why Choose us - 2 */
/* Product - 2 */
.bgcall-block {
    height: 300px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 1;
    cursor: pointer;
    background-position: center;
}
.opacity-05 {
    opacity: 0.5;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.sx-icon-box-wraper.center {
    text-align: center;
}
.sx-icon-box-wraper {
    position: relative;
}
.icon-lg {
    width: 80px;
    display: inline-block;
    text-align: center;
}
.icon-lg i {
    font-size: 22px;
}
.bgcall-block .icon-content {
    padding: 0px 20px 0px 20px;
}
.icon-content {
    overflow: hidden;
}
.sx-icon-box-wraper .sx-tilte {
    margin-top: 0;
}
h4 a.sx-text-white{
    color: #fff;
}
.bg-change-section {
    position: relative;
}
.section-full {
    position: relative;
}
.owl-carousel.service-slider-two{
    display: block;
}
.bgcall-block-number {
    position: absolute;
    font-size: 70px;
    font-weight: 700;
    opacity: 0.2;
    color: #fff;
    line-height: 1;
    transition: all .3s ease;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bg-overlay {
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.bgcall-block:hover .bgcall-block-number {
    top: 42px;
    opacity: 1;
}
.bgcall-block:hover .bg-overlay {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}
.service-slider-two.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0;
}
.service-slider-two.owl-btn-vertical-center .owl-nav .owl-next {
    right: 0;
}
.service-slider-two.owl-btn-vertical-center  .owl-nav .owl-prev, .service-slider-two.owl-btn-vertical-center  .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
}
.service-slider-two.owl-btn-vertical-center  .owl-nav .owl-prev,.service-slider-two.owl-btn-vertical-center  .owl-nav  .owl-next {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding: 8px 10px !important;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.portfolio-one .bgcall-block{
    margin-bottom: 30px;
}
.portfolio-one .bgcall-block:last-child{
    margin-bottom: 30px;
}
.portfolio-one .bgcall-block {
    height: 300px;
}
.portfolio-one .bgcall-block-number {
    font-size: 70px;
}
.portfolio-one .bgcall-block-number {
    top: -24px;
}
.product-image img{
    display: block;
    width: 100%;
    border-radius: 30px;
     height: auto; 
    object-fit: cover;
    border: 1px solid #ddd8d8;
}
.product-image {
    width: 545px;
    height: 380px;
    position: relative;
    right: -7%;
    top: 5%;
}
.product-image a.img-popup {
    position: relative;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    left: 43%;
    border-radius: 50%;
}
.product-image:hover:after {
    height: 365px;
}
.product-detail table tr td:first-child{
    background-color: var(--secondary-color);
    color: #fff;
}
.product-image:hover .gallery-page__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}
.product-detail ul li h3{
    color: #5c5c5c !important;
    font-size: 17px !important;
}
.product-detail ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.product-detail ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.product-detail ul li:before{
    position: absolute;
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    top: 0;
    left: 0;
    color: #5c5c5c;
}
.product-image.style-two{
    width: auto;
    height: 380px;
    position: relative;
    right: 0;
    top: 0;
    margin-left: 12.3%;
}
.product-image.style-two img{
    margin-top: 12%;
}
.product-image.style-two .gallery-page__card__hover {
    height: 313px;
}
.image-puzzle {
    position: relative;
}
.image-puzzle .img-bg {
    position: absolute;
    width: 49%;
    height: 63.5%;
    z-index: -2;
    background-color: #e3cca1;
    top: -30px;
    left: 25px;
    border-radius: 30px;
}
.image-puzzle .img-bg2 {
    width: 65%;
    height: 55%;
    z-index: -1;
    border: 2px solid #c8aa79;
    left: 8%;
    bottom: 9.5%;
    position: absolute;
    border-radius: 30px;
}
.product-detail.style-two p{
    text-align: justify;
}
/* Product - 2 */
/*About*/
.service-card {
    background-color: #ffffff;
}
.service-card__image {
    position: relative;
    display: block;
    overflow: hidden;
}
.service-card__image img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.service-card__image img:nth-child(2) {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    object-fit: cover;
    transition: 800ms;
}
.service-card__content {
    position: relative;
    padding: 0px 30px 22px;
    border: 1px solid #ededed;
    border-top: 0;
    z-index: 1;
    min-height: 373px;
}
.service-card__top {
    margin-bottom: 30px;
    position: relative;
    width: calc(100% - 30px);
    min-height: 55px;
    padding: 17px 30px 17px 80px;
    background-color: var(--primary-color);
    transition: all 500ms ease;
}
.service-card__top::before {
    content: "";
    width: 31px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -31px;
    background-color: var(--secondary-color);
    transition: all 500ms ease;
}
.service-card__icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ffffff;
}
.service-card__icon {
    display: inline-flex;
    font-size: 34px;
    color: #DD111E;
}
.service-card__icon img{
    width: 100%;
    padding: 5px;
}
.service-card__title {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}
.service-card__title a {
    color: inherit;
    /*background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;*/
    transition: all 500ms ease;
}
.service-card__shape {
    width: calc(100% + 19px);
    height: 1px;
    position: relative;
    position: absolute;
    left: 0px;
    bottom: -9px;
    background-color: var(--secondary-color);
}
.service-card__shape::before {
    top: -22px;
    background-color: #F2F2F2;
}

.service-card__shape::before, .service-card__shape::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    transition: all 500ms ease;
}
.service-card__shape::after {
    top: -9px;
    background-color: var(--secondary-color);
}
.service-card__shape::before, .service-card__shape::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    right: 0px;
    transition: all 500ms ease;
}
.service-card__text {
    margin: 0;
    text-align: left;
}
.service-card__btn {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--secondary-color);
    overflow: hidden;
    transition: all 500ms ease;
}
.service-card__btn__icon {
    display: inline-flex;
    font-size: 20px;
    color: #ffffff;
}
.service-card:hover .service-card__image img:nth-child(2) {
    width: 100%;
    visibility: visible;
}
.service-card:hover .service-card__top, .service-card:hover .service-card__top::before {
    background-color: var(--secondary-color);
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.service-card:hover .service-card__icon {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.service-card:hover .service-card__shape, .service-card:hover .service-card__shape::after {
    background-color: var(--primary-color);
}
.service-card:hover .service-card__btn {
    transform: translateY(-40px);
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.service-card__btn:hover .service-card__btn__icon {
    animation: slideRight 500ms;
}
.service-card__btn:hover {
    background-color: var(--primary-color);
}
/*About*/
/* Index - 2 Header */
.swiper-banner-two-wrapper {
    position: relative;
}
.swiper-banner-two-wrapper .swiper-container-fade .swiper-slide {
    pointer-events: painted;
}
.swiper-banner-two-wrapper .banner-bg-4 {
    background-image: url(../images/slides/1.jpg);
    height: 620px;
    background-position: center center;
    background-size: cover;
}
/*.swiper-banner-two-wrapper .banner-bg-2 {*/
/*    background-image: url(../images/slides/slidenew.jpg);*/
/*    height: 620px;*/
    /* background-position: center center; */
/*    background-size: cover;*/
/*}*/
.images-slides img{
    width: 100%;
    /*margin-top: 28%;*/
}
.swiper-banner-two-wrapper .banner-bg-3 {
    background-image: url(../images/slides/3.jpg);
    height: 620px;
        background-position: center center;
    background-size: cover;
}
.swiper-banner-two-wrapper .banner-bg-1 {
    background-image: url(../images/slides/4.jpg);
    height: 620px;
        background-position: center center;
    background-size: cover;
}
.swiper-banner-two-wrapper .banner-bg-5 {
    background-image: url(../images/slides/5.jpg);
    height: 620px;
        background-position: center center;
    background-size: cover;
}
.banner-twoa-rea-start {
    position: relative;
}
.banner-twoa-rea-start .banner-inner-content-wrapper {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
}
.banner-twoa-rea-start .banner-inner-content-wrapper span.pre-title {
    color: #acacac;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.36px;
    opacity: 1;
    text-transform: uppercase;
}
.banner-twoa-rea-start .banner-inner-content-wrapper .title {
    color: #7a7a7a;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-twoa-rea-start .banner-inner-content-wrapper .title span {
    color: #878787;
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
    line-height: 75px;
    text-transform: capitalize;
    display: block;
}
.banner-twoa-rea-start .banner-inner-content-wrapper p.disc {
    width: 55%;
    color: #e3e3e3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.32px;
    opacity: 1;
}
.swiper-banner-two-wrapper .swiper-button-next {
    top: 92%;
}
.swiper-banner-two-wrapper .swiper-button-next {
    background-image: none;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 85px;
}
.swiper-banner-two-wrapper .swiper-button-prev {
    background-image: none;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 30px;
}
.swiper-banner-two-wrapper .swiper-button-next::after {
    content: "\f054" !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.swiper-banner-two-wrapper .swiper-button-next::after, .swiper-banner-two-wrapper .swiper-button-prev::after {
    position: absolute;
    height: 45px;
    width: 45px;
    content: "";
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #424242;
    background: #edeef0;
}
.swiper-banner-two-wrapper .swiper-button-prev {
    top: 92%;
}
.swiper-banner-two-wrapper .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 6 Pro" !important;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two {
    width: 900px;
    bottom: -20px;
    position: absolute;
    right: 0;
    left: auto;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 {
    width: 100%;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-banner-two-wrapper .swiper-container-fade .swiper-slide-active {
    z-index: 10000;
    position: relative;
}
.swiper-banner-two-wrapper .swiper-container-fade .swiper-slide {
    pointer-events: painted;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item {
        height: 131px;
    }
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item {
    width: 180px;
    padding: 30px;
    background: #fff;
    position: relative;
    height: 180px;
    cursor: pointer;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .number {
    position: absolute;
    right: 30px;
    top: -2px;
    font-size: 35px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #30373e;
    color: transparent;
    font-weight: 700;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .inner {
    position: absolute;
    bottom: 22px;
    left: 30px;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .pre {
    color: var(--secondary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    display: block;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .title {
    color: #30373e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.swiper-banner-two-wrapper .swiper-slide-active .title {
    animation: fadeInUp2 1.5s;
    animation-delay: 0s;
    opacity: 1;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item {
    background-image: url(../images/slides/02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item {
        height: 131px;
    }
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .number {
    -webkit-text-stroke-color: #ffffff;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .pre {
    color: #fff;
}
.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .title {
    color: #fff;
}
.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .swiper-slide-thumb-active .single-item img {
  opacity: 1;
}
/* Index - 2 Header */
/* Counters */
.ft-counterup-innerbox {
    margin-left: 40px;
    border-radius: 8px;
    background-color: #fff;
    padding: 25px 25px 25px 65px;
    -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    border: #e7e7e7 solid 1px;
}
.ft-counterup-innerbox .ft-counterup-icon {
    top: 50%;
    left: -40px;
    z-index: 1;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 5.694px 12.79px 30px 0px #21252921;;
    box-shadow: 5.694px 12.79px 30px 0px #21252921;
}
.ft-counterup-innerbox .ft-counterup-icon:before {
    top: 8px;
    left: 8px;
    content: "";
    z-index: -1;
    width: 65px;
    height: 65px;
    position: absolute;
    border-radius: 100%;
    background-color: var(--secondary-color);
}
.ft-counterup-innerbox .ft-counterup-icon i {
    font-size: 24px;
    color: #ffff;
}
.ft-counterup-innerbox .ft-counterup-text h3 {
    font-size: 48px;
    font-weight: 500;
    color: var(--secondary-color);
}
.ft-counterup-innerbox .ft-counterup-text p {
    /*color: #00044b;*/
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.pera-content p {
    margin-bottom: 0;
}

/* Counters */
/* MVC */
.how-it-work__single {
    position: relative;
    display: block;
    text-align: center;
    /* margin-bottom: 50px; */
}
.how-it-work__shape-1 {
    position: absolute;
    top: 7px;
    right: -61px;
    opacity: .20;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

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

  100% {
    transform: translateX(-30px);
  }
}
.how-it-work__shape-1 img {
    width: auto;
    filter: brightness(0.9);
}
.how-it-work__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 85px;
    background-color: var(--secondary-color);
    border-radius: 3px;
    margin: 0 auto;
}
.how-it-work__icon::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 22px solid var(--secondary-color);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.how-it-work__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.how-it-work__content {
    position: relative;
    display: block;
    background-color: #ebebeb;
    margin-top: 35px;
    padding: 36px 30px 51px;
    z-index: 1;
}
.how-it-work__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbfbfb;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 900ms ease;
    z-index: -1;
}
.how-it-work__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    color: #363636;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.how-it-work__text {
    color: #999B9F;
    line-height: 27px;
    margin-top: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.how-it-work__single:hover .how-it-work__content::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}
.how-it-work__single:hover .how-it-work__text {
    color: #6A6C71;
}
.how-it-work__single:hover .how-it-work__title h3 {
    color: #131922;
}
/* MVC */
/* Next */
.tsblog {
    position: relative;
    overflow: hidden;
    background: white;
    border: 1px solid #dddddd;
    /* gap: 20px; */
}
.tsblog__info {
    display: flex;
    align-items: center;
}
.tsblog__info-tag {
    position: relative;
    display: flex;
    align-items: center;
}
.tsblog__info-tag span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    background: #f3f3f3;
    padding: 8px 26px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tsblog__info-tag img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    left: 0;
}
.tsblog__content {
    margin-top: 18px;
    padding: 0 20px;
}
.tsblog__content h3 a{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}
.tsblog__content p {
    margin-bottom: 28px;
    text-align: justify;
}
.tsblog:hover .tsblog__thumb img {
    transform: scale(1.1);
}
.tsblog:hover .tsblog__info-tag span {
    color: #fff;
    background: var(--secondary-color);
}
.tsblog__thumb-3 {
    position: relative;
    overflow: hidden;
    min-height: 284px;
}
.tsblog__thumb img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tsblog__thumb-3 img {
    min-width: 100%;
    height: 284px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tsblog__thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonial-two {
    position: relative;
    display: block;
    background-color: #F7F7F5;
    overflow: hidden;
    z-index: 1;
    padding: 50px 0;
}
.testimonial-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.tsblog__content-all{
    position: relative;
}
.content{
	position: relative;
	display: flex;
	/* align-items: center; */
	padding: 30px 30px 29px;
}
.services-two__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
    z-index: -1;
}
.services-two__shape-1 img {
    width: auto;
}
.services-two__hover-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0);
    z-index: -1;
}
.services-two__icon-box {
    position: relative;
    display: inline-block;
    max-width: 90px;
    width: 100%;
}
.services-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
}
.services-two__icon img{
    width: 75%;
}
.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #131922;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-two__icon-shape {
    position: absolute;
    top: 5px;
    right: 5px;
    /* z-index: -1; */
}
.services-two__icon-shape img {
    width: auto;
}
.services-two__content {
    position: relative;
    display: block;
    margin-left: 26px;
}
.services-two__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
}
.services-two__text {
    margin-top: 10px;
    margin-bottom: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: justify;
}
/* Next */
/* Quality */
.solution-two {
    position: relative;
    background-color: #fefefe;
    padding: 50px 0 50px;
}
.solution-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: difference;
    opacity: 0.15;
}
.solution-two__box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid  #dddddd;
    border-radius: 10px;
    transition: all 0.4s linear;
}
.solution-two__box:last-child {
    margin-bottom: 0px;
}
.solution-two__box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.4s linear;
    z-index: -1;
}
.solution-two__box__title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.4s ease;
    margin: 0;
    color: var(--primary-color);
    padding: 29px 30px;
}
.solution-two__box__title img {
    display: inline-block;
    color: var(--primary-color);
    font-size: 50px;
    transition: all 0.6s ease;
}
.solution-two__box__text {
    margin: 0;
    padding: 29px 30px;
}
.solution-two__box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all 0.4s linear;
    z-index: -1;
}
.solution-two__box:hover::after, .solution-two__box:hover::before {
    border-color: #989898;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.solution-two__box:hover .solution-two__box__title {
    border-color: #989898;
}
.solution-two__image {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
.solution-two__image img {
    max-width: 100%;
    height: auto;
}
.solution-two__image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transition: all 500ms linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.solution-two__image:hover::after {
    animation: zoom-hover 0.95s;
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
.solution-two__box:hover .solution-two__box__title img {
    transform: rotateY(180deg);
}
.solution-two__box__title img{
    width:10%;
}
/* Quality */
/* Product */
.team-card-three {
    position: relative;
    z-index: 1;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.team-card-three__image {
    position: relative;
    overflow: hidden;
}
.team-card-three__image img {
    width: 100%;
}
.team-card-three__social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.team-card-three__social__toggler {
    width: 71px;
    height: 71px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    transition: all 300ms ease;
    display: flex;
    align-items: baseline;
    cursor: pointer;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 0;
}
.team-card-three:hover .team-card-three__social__toggler {
    background-color: #fff;
    color: var(--secondary-color);
}
.team-card-three__content {
    position: relative;
    text-align: center;
    z-index: 2;
    background-color: #ffff;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 23px 25px;
    transition: all 500ms ease;
    filter: drop-shadow(0 0 1.5px rgba(233, 233, 233, 0.25));
}
.team-card-three__title {
    margin: 0;
    font-size: 18px;
    line-height: 15px;
    color: #051d1f;
    font-weight: 500;
    /* text-transform: capitalize; */
    margin-bottom: 8px;
}
.team-card-three__title a {
    transition: all 500ms ease;
    color: var(--primary-color);
}
.team-card-three__title a:hover {
    transition: all 500ms ease;
    color: var(--secondary-color);
}
.portfolio-one .team-card-three__content {
    background-color: #f7f7f7;
}
/* Product */
/* Dowunload */
.cta-two1 {
    position: relative;
    background-color:#fff;
    padding: 0 0 50px;
}
.cta-two__bg1 {
    position: relative;
    background-color:  #051d1f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 9px;
}
.cta-two__info {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    max-width: 300px;
    padding: 34px 20px 29px;
    position: relative;
    z-index: 2;
}
.cta-two__info__icon {
    width: 83px;
    height: 83px;
    background-color: #3d72fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color:  #fff;
    margin: 0 auto;
}
.cta-two__info__title {
    margin: 20px 0 10px;
    color: #222222;
    font-size: 22px;
}
.cta-two__info__text {
    font-size: 17px;
    line-height: 26px;
    color:  #222222;
    margin: 0;
}
.cta-two__info__text a {
    transition: all 500ms ease;
}
.cta-two__info::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 86%;
    background-color:  #fff;
    border-radius: 10px;
    clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.cta-two__content {
    position: relative;
    padding: 49px 0;
}
.cta-two__content__title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 12px;
}
.cta-two__content__text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 14px;
}
.cta-two__image {
    position: absolute;
    left: -35px;
    bottom: -10px;
    animation: messageMove 3s linear 0s infinite;
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
.footer__newsletter-two {
    padding: 80px 0 60px;
    /* border-bottom: 1px solid #272a68; */
    background-image: url(../images/bg.webp);
}
.footer__newsletter-two .main-header__btn {
    background-color: var(--primary-color, #212226);
    color: var(--karoons-white, #fff);
}
.footer__newsletter-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__newsletter-inner .title {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 24px;
    text-transform: capitalize;
    /*width: 40%;*/
    margin-right: 30px;
}
.footer__newsletter-inner p {
    margin-bottom: 0;
    color: var(--primary-color);
    text-transform: capitalize;
    /*width: 40%;*/
    margin-right: 30px;
}
/* Dowunload */

/* INDEX - 2 */

/* IWS */
.ism-item-listing {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*border-bottom: 4px solid #e0d030;*/
}
@media (min-width: 40em) {
    .ism-item {
        width: 14.28%;
        height: 20.0625em;
    }
}
.ism-item {
    /*width: 100%;*/
    /*height: 21.875em;*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    float: left;
    position: relative;
    background-color: #142389;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ism-title {
    margin: 0 0 0 calc(4% - 1px);
    position: absolute;
    bottom: -.7142857143em;
    font-size: 14px;
    line-height: 1.0714285714em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3.88px rgba(28, 28, 28, .9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ism-content {
    /*max-width: 100%;*/
    width: 100%;
    padding: 11.53%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #00000087;
}
@media (min-width: 40em) {
    .ism-heading {
        font-size: 2.25em;
    }
}

.ism-heading {
    padding-bottom: .4166666667em;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: .8333333333em;
    text-shadow: 0 0 3.88px rgba(28, 28, 28, .9);
}
.ism-description {
    width: 46.875em;
    max-width: 100%;
    padding-bottom: .5625em;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    /* text-shadow: 0 0 3.88px rgba(28, 28, 28, .9); */
}
.ism-description p {
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
    /* font-weight: 700; */
    color: #ffff;
}
@media (min-width: 40em) {
    .ism-item.ism-item-hovered .ism-content {
        opacity: 1;
        visibility: visible;
    }
    .ism-item.ism-item-hovered .ism-title {
        margin: 0 0 0 calc(7% - 25px);
    }
    .ism-item.ism-item-hovered {
        width: 52.21%;
        background-size: cover;
    }

    .ism-item.ism-item-normal{
        width: 7.93%;
    }
}
    .ism-item.ism-item-hovered .ism-title {
        margin: 0 0 0 calc(7% - 25px);
    }
/* IWS */

/* FOOTER */
.mini-logo{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.mini-logo img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.footer-bottom-icons{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
/* FOOTER */

/* SAMPLE FORM */
.fix {
    overflow: hidden;
}
.rr-contact-item {
    background: #f1f1f1;
    padding: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid #ebebeb;
}
.p-relative {
    position: relative;
}
.mt-70 {
    margin-top: 70px;
}
.rr-contact-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -69px;
    background: var(--secondary-color);
    width: 69px;
    height: 0px;
    clip-path: polygon(100% 0, 100% 100%, 0 52%);
    bottom: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.rr-contact-icon {
    width: 65px;
    height: 65px;
    background: #e8e8e8;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    color: #313131;
    font-size: 24px;
}
.rr-contact-info-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 7px;
}
.rr-contact-text span {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
}
.rr-contact-item:hover.rr-contact-item::before {
    opacity: 1;
    visibility: visible;
    height: 95px;
}
.rr-contact-item:hover .rr-contact-text span{
    color: #ffff;
}
.rr-contact-item:hover {
    background-color: var(--secondary-color);
}
.rr-contact-stoktext h3 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    font-size: 96px;
    color: transparent;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-top: 310px;
    opacity: 0.2;
}
.rr-contact-item{
    gap: 8px;
    justify-content: space-between;
}
/* SAMPLE FORM */

/* RESPONSIVE CSS */
@media screen and (min-width:1900px) {
    .container{
        max-width: 1700px;
    }
    .swiper-banner-two-wrapper .banner-bg-4 {
        height: 920px;
    }
    .swiper-banner-two-wrapper .banner-bg-2 {
        height: 920px;
    }
    .swiper-banner-two-wrapper .banner-bg-3 {
        height: 920px;
    }
    .swiper-banner-two-wrapper .banner-bg-1 {
        height: 920px;
    }
    .swiper-banner-two-wrapper .banner-bg-5 {
        height: 920px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper span.pre-title {
        font-size: 22px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title {
        font-size: 50px;
    }
    .preloader__image {
        background-size: 220px auto;
    }
    .service-one__item__title {
        font-size: 18px;
    }
    .service-one__item__hover__title {
        font-size: 18px;
    }
    .gallery-page__card__hover {
        /*height: 495px;*/
    }
    .thumbnail img {
        height: 565px;
    }
    .contact__four-info span {
        font-size: 15px;
    }
    .contact__four-info p {
        font-size: 16px;
    }
    .mobile-page-padding ul li {
        font-size: 16px;
    }
    
    .team-card-three__title {
        font-size: 20px;
    }
    
    .single-choose-style-two .right-content .title{
        font-size: 18px;
    }
    .main-footer__top2 .footer-widget__links li::before {
        font-size: 14px;
    }
    
    .about-listing ul{
        font-size: 16px;
    }
    .main-header__logo a h1 {
        font-size: 27px;
        margin-bottom: 0px;
    }
    .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        /*display: flex;*/
        /*gap: 30px;*/
        min-width: 750px !important;
    }
    table tr {
        font-size: 16px;
    }
    .main-menu .main-menu__list > li > a {
        font-size: 20px;
    }
    .main-header--three .main-menu {
        margin-left: -10px;
    }
    .specification{
        /* justify-content: space-around; */
    }
    .main-slider-three__item {
        padding-top: 450px;
        padding-bottom: 150px;
    }
    .main-slider-three__sub-title {
        font-size: 25px;
    }
    .main-slider-three__text {
        font-size: 20px;
        line-height: 30px;
    }
    .about-three__image__one img {
        max-width: 110%;
    }
    .about-three__image__two {
        right: -150px;
    }
    .about-three__image__bar {
        right: -65px;
    }
    .sec-title__tagline {
        font-size: 20px;
    }
    .sec-title__title {
        font-size: 35px;
    }
    body {
        font-size: 20px;
    }
    .about-three__content__list li {
        font-size: 17px;
    }
    .feature-three__item {
        min-height: 320px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
    }
    .image img {
        width: 60%;
        right: 0;
    }
    .why-choose-two__list li {
        font-size: 16px;
    }
    .footer-widget__text {
        font-size: 14px;
    }
    .footer-widget__links li a {
        font-size: 19px;
    }
    .footer-widget__info__number a {
        font-size: 19px;
    }
    .footer-widget__info__content p {
        font-size: 16px;
    }
    .main-footer__copyright {
        font-size: 16px;
    }
    .pxl-item--link{
        font-size: 16px;
    }
    .main-header__logo p {
        font-size: 16px;
    }
    .main-menu .main-menu__list li ul li > a {
        font-size: 18px;
    }
    .about-two__img {
        right: 240px;
    }
    .main-header__logo p {
        font-size: 11px;
        letter-spacing: 7px;
    }
    .page__banner {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .page__banner:after {
        top: -2px;
    }
    .portfolio-wrapper .process-title {
        font-size: 25px;
    }
    .main-header--three .main-header__logo {
        width: 470px;
    }
    .pxl-item--link a {
        font-size: 14px;
    }
    .pxl-icon-color-gradient i {
        font-size: 14px;
    }
    .swiper-banner-two-wrapper .banner-bg-2, .swiper-banner-two-wrapper .banner-bg-3, .swiper-banner-two-wrapper .banner-bg-4 {
        height: 915px;
    }
    .preloader-text {
        top: 35%;
    }
}
@media screen and (max-width: 1440px) {
    .preloader-text{
        top: 40%;
    }
}
@media screen and (max-width:1024px) {
    .page__banner {
        padding-top: 100px;
        padding-bottom: 25px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title {
        font-size: 34px;
        line-height: 20px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper p.disc {
        width: 55%;
        font-size: 13px;
        line-height: 20px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title span {
        font-size: 40px;
        line-height: 75px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper {
        top: 49%;
    }
    .thumbnail img {
        height: 785px;
    }
    .business-section-two .options li {
        font-size: 14px;
    }
    .ism-title {
        margin: 0 0 0 calc(17% - 25px);
    }
    .about-two__img {
        right: 30px;
    }
    .why-choose-two__item__text {
        font-size: 13px;
    }
    .image img {
        right: 0%;
    }
    .work__area-item-arrow.xl-display-n.dark-n, .work__area-item-arrow.xl-display-n.light-n {
        display: none;
    }
    .main-header__logo p {
        font-size: 10px;
        letter-spacing: 7.6px;
    }
    .product-image {
        width: 445px;
        right: 0;
    }
    .table {
        width: 390px !important;
    }
    .gallery-page__card__hover {
        height: 297px;
    }
    .how-it-work__content {
        min-height: 366px;
    }
    .tsblog__thumb-3 img {
        height: 305px;
    }
    .product-image.style-two .gallery-page__card__hover {
        height: 247px;
    }
    .image-puzzle .img-bg2 {
        bottom: 28.5%;
    }
    .preloader-text{
        top: 45%;
    }
	.swiper-banner-two-wrapper .swiper-button-prev {
	    top: 70%;
	}
		.swiper-banner-two-wrapper .swiper-button-next {
	    top: 70%;
	}
	
}
@media screen and (max-width: 768px){
    .rr-contact-stoktext h3{
        display: none;
    }
    .image-puzzle {
        margin-bottom: 25px;
    }
    .product-image.style-two .gallery-page__card__hover {
        height: 378px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper p.disc {
        display: none;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title {
        font-size: 36px;
        line-height: 24px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper {
        top: 55%;
    }
    .product-image {
        left: 0;
    }
    .product-image img{
        width: 100%;
    }
    .page__banner-content h1 {
        font-size: 23px;
    }
    .product-detail .reverse.reverse{
        flex-direction: column-reverse;
    }
    .gallery-page__card__hover {
        height: 297px;
    }
    .how-it-work__single {
        margin-bottom: 20px;
    }
    .tsblog__thumb-3 img {
        height: 354px;
    }
    .preloader-text{
        top: 45%;
    }
	.swiper-banner-two-wrapper .banner-bg-4 {
	    height: 480px;
	}
	.swiper-banner-two-wrapper .banner-bg-2 {
	    height: 480px;
	}
	.swiper-banner-two-wrapper .banner-bg-3 {
	    height: 480px;
	}
	.swiper-banner-two-wrapper .banner-bg-1 {
	    height: 480px;
	}
	.swiper-banner-two-wrapper .banner-bg-5 {
	    height: 480px;
	}
	.swiper-banner-two-wrapper .swiper-button-prev {
	    top: 85%;
	}
	.swiper-banner-two-wrapper .swiper-button-next {
	    top: 85%;
	}
	.page__banner:after {
        background-size: 100% 100%;
    }
    .page__banner {
        padding-top: 175px;
        padding-bottom: 35px;
    }
    .page__banner-content>span {
        display: none;
    }
    .rts-section-gap{
        margin-bottom: 650px;
    }
    .thumbnail img {
        height: 645px;
    }
    .footer__newsletter-inner .karoons-btn.karoons-btn2 {
        font-size: 10px;
    }
    .single-choose-style-two .icon {
        width: 10%;
    }
}
@media screen and (max-width:767px){
    .rr-contact-stoktext h3{
        display: none;
    }
    .fab2 {
        width: 2.5rem;
        height: 2.5rem;
        right: -2rem;
    }
    .fab-checkbox:checked ~ .fab2 .fab-dots {
        height: 2px;
    }
    .fab-dots {
        height: 2px;
        width: 2px;
    }
    .fab-wheel .fab-action-1 {
        left: 9.5rem;
        top: -30px;
    }
    .fab-wheel .fab-action-2 {
        left: 9.5rem;
        top: 1.1em;
    }
    .fab-wheel .fab-action-3 {
        left: 9.5rem;
        top: 4.4rem;
    }
    .fab-wheel .fab-action-4 {
        left: 9.5rem;
        top: 7.4rem;
    }
    .fab-wheel .fab-action-5 {
        left: 9.5rem;
        top: 10.5rem;
    }
    .fab-action {
        width: 2.6rem;
        height: 2.6rem;
    }
    .images-slides img{
        margin-top: 28.6% !important;
    }
    .main-header__logo .logo-text b {
        letter-spacing: 1.9px;
        font-size: 8px;
    }
    .ism-title span{
        display: none;
    }
    .rts-section-gap{
        margin-bottom: 450px;
    }
    .main-header__logo .logo-text small i {
        font-size: 8px;
    }
    .preloader-text{
        top: 27%;
    }
    .main-header--three .main-header__logo.main-header__logo2 {
        width: 327px;
    }
    .main-header--three .main-header__inner.main-header__inner2 {
        padding: 0;
        margin: 0;
    }
    .fab-wrapper {
        /*bottom: 2rem;*/
    }
    .image-puzzle .img-bg2 {
        bottom: 35.5%;
    }
    .product-image.style-two .gallery-page__card__hover {
        height: 218px;
    }
    .main-header__logo a h1 {
        font-size: 22px;
    }
    .main-header__logo p {
        font-size: 7px;
        letter-spacing: 6.5px;
    }
    .main-header--three .main-header__logo {
        padding-left: 30px;
    }
    .main-header__logo img {
        height: 60px;
    }
    .pxl-item--link, .pxl-item--link a{
        font-size: 15px;
    }
    .main-slider-three__title {
        font-size: 20px;
        line-height: 30px;
    }
    .main-slider-three__text{
        display: none;
    }
    .main-slider-three__item {
        padding-top: 150px;
        padding-bottom: 65px;
    }
    .about-three .reverse{
        flex-direction: column-reverse;
    }
    .about-three__content__list {
        margin: 0 0 34px;
    }
    .about-three__image {
        padding-top: 30px;
        max-height: 515px;
    }
    .about-three__image__bar {
        right: 17px;
        top: 50px;
    }
    .about-three__image__two {
        bottom: 185px;
        left: 110px;
    }
    .feature-three__item__number {
        font-size: 80px;
    }
    .sec-title__title {
        font-size: 24px;
    }
    .service-one__funfact {
        margin-top: 30px;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        width: 100%;
    }
    .service-one__funfact__count {
        font-size: 50px;
        right: -32px;
    }
    .main-footer__bottom__inner {
        flex-direction: column;
    }
    .text-end {
        text-align: center !important;
    }
    .page__banner {
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .page__banner-content h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .page__banner-content>span {
        /*font-size: 75px;*/
        display: none;
    }
    .page__banner:after {
        background-size: 100% 100%;
    }
    .page__banner-content ul li {
        font-size: 16px;
    }
    .inner-column img{
        width: 415px;
    }
    .about-two__img {
        right: 35px;
    }
    .about-two__img img {
        height: 300px;
        width: 300px;
    }
    .about-two__shape {
        width: 45%;
    }
    .why-choose-two__box{
        padding-top: 215px;
    }
    .why-choose-two__item:nth-child(2) {
        margin-bottom: 0px;
    }
    .work__area-item-arrow {
        position: absolute;
        top: 35px;
        right: -15px;
    }
    iframe {
        padding-top: 30px;
    }
    .consultation {
        padding: 30px;
    }
    .consultation {
        flex-wrap: wrap;
        width: 100%;
    }
    .consultation {
		background-position: top;
	}
    .swiper.swiperimg {
        width: 100%;
        height: auto;
    }
    .swiper.swiperimg {
		position: relative;
		right: 0;
		top: 0;
	}
    .banner-twoa-rea-start .banner-inner-content-wrapper {
        top: 65%;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper .title {
        font-size: 25px;
    }	
    .banner-twoa-rea-start .banner-inner-content-wrapper .title span {
        font-size: 32px;
        line-height: 45px;
    }
    .banner-twoa-rea-start .banner-inner-content-wrapper p.disc {
       display: none;
    }
    .product-image{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .product-detail .reverse.reverse{
        flex-direction: column-reverse;
    }
    .table td{
        font-size: 12px;
    }
    .product-specification {
        font-size: 17px;
    }
    .table {
        width: 328px !important;
    }
    .gallery-page__card__hover {
        height: auto;
    }
    .about-listing ul {
        flex-direction: column;
    }
    .how-it-work__single {
        margin-bottom: 20px;
    }
	.swiper-banner-two-wrapper .banner-bg-4 {
	    height: 420px;
	}
	.swiper-banner-two-wrapper .banner-bg-2 {
	    height: 420px;
	}
	.swiper-banner-two-wrapper .banner-bg-3 {
	    height: 420px;
	}
	.swiper-banner-two-wrapper .banner-bg-1 {
	    height: 420px;
	}
	.swiper-banner-two-wrapper .banner-bg-5 {
	    height: 420px;
	}
	.swiper-banner-two-wrapper .swiper-button-prev {
	    display: none;
	}
	.swiper-banner-two-wrapper .swiper-button-next {
	    display: none;
	}
	.ism-content {
    	opacity: 1;
        visibility: visible;
        padding: 25px;
	}
	 .thumbnail img {
        height: auto;
    }
    /*.product-detail .row .order-1,.product-detail .order-2,.product-detail .order-3{*/
    /*    display: block;*/
    /*}*/
    .product-detail .row .col-lg-12#heading {
        order: 1;
    }
    .product-detail .row .col-lg-7#specifiaction {
        order: 3;
    }
    .product-detail .row .col-lg-5#image {
        order: 2;
    }
    .services-two__icon-box {
        max-width: 115px;
    }
    .services-two__icon {
        left: 25px;
    }
    .content {
        flex-direction: column;
        gap: 15px;
    }
    .how-it-work__content {
        min-height: 266px;
    }
    .footer__newsletter-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .footer__newsletter-inner .main-header__btn {
        margin-left: 0;
    }
}
@media (max-width: 425px){
    .preloader-text{
        top: 47%;
    }
     .pxl-item--link, .pxl-item--link a {
        font-size: 13px;
    }
    .pxl-link {
        gap: 10px;
    }
    .images-slides img {
        margin-top: 29.4%;
    }
    .pxl-link .pxl-link--icon {
        min-width: 15px;
    }
}
/* RESPONSIVE CSS */
/*.product-detail .row .order-1,.product-detail .order-2,.product-detail .order-3{*/
/*    display: none;*/
/*}*/
.blog-details__content h1, .blog-details__content h2, .blog-details__content h3, .blog-details__content h4, .blog-details__content h5, .blog-details__content h6
{
    color:var(--secondary-color) !important;
}
