@charset "UTF-8";

/*
Theme Name: TurboShot
Version: 1.0.0
Author: The Mr KK
Description: A special theme for TurboShot website
*/

* {
	outline: none
}

a {
	text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto
}

.site-body {
    font-family: Dana;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    overflow-x: hidden
}

.wrapper {
	position: relative
}

.wbg-color {
    background-color: #f5f5f585
}

.site-main {
	background-color: #f7f9fe;
	padding-bottom: 35px
}

.container {
    width: 100% !important;
    max-width: 1365px !important
}

.main-header {
	position: relative;
	box-shadow: 0 0 20px 0 rgb(54 83 120 / .0784313725490196)
}

.header-inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0
}

.responsive-toggler {
	display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    cursor: pointer
}

.responsive-toggler a svg {
    width: 30px;
    height: 30px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
	max-width: 313px;
    height: 100dvh;
    background: #fff;
	padding: 15px 20px;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s ease, visibility 0.35s ease;
    z-index: 99999;
    overflow-y: auto
}

.responsive-menu.active {
    transform: translateX(0);
    visibility: visible
}

.responsive-menu img {
	width: auto;
    height: 48px
}

.responsive-menu .resp-menu-close {
	position: absolute;
    top: 26px;
    left: 20px;
    background: transparent;
    border: none
}

.responsive-menu .resp-menu-close svg {
	width: 24px;
    height: 24px
}

.resp-search {
	margin: 20px 0 5px
}

.resp-search svg {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 24px;
    margin-right: 8px;
    height: 52px;
    color: #a1a3a8;
    font-size: 18px;
    border-radius: 8px;
}

.resp-search input {
	background-color: #f1f2f6;
    width: 100%;
    height: 52px;
    border: none;
    font-size: 12px;
    padding-right: 45px;
    border-radius: 8px
}

.resp-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.resp-nav ul li {
	display: flex;
    align-items: center;
    width: 100%;
    min-height: 45px;
	border-bottom: 1px solid #ecf0f1
}

.resp-nav ul li:last-child {
	border-bottom: none
}

.resp-nav ul li a {
	display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 55px;
    padding: 5px 0;
	color: #2d3436;
	font-size: 12.5px;
    font-weight: bold
}

.responsive-menu .resp-consulting {
	margin-top: 12px
}

.responsive-menu .req-consulting {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f33b1c;
    width: 100%;
    min-height: 52px;
    padding: 5px 20px;
    color: #fff;
    font-size: 12.5px;
    font-weight: bold;
    border: none;
    border-radius: 8px
}

.header-inner .header-right,
.header-inner .header-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}

.header-inner .header-left .hresp-icons {
	display: none;
	gap: 5px
}

.header-inner .header-left svg {
	width: 25px;
	height: 25px
}

.header-inner .header-logo img {
	max-width: 160px;
    max-height: 60px
}

.header-menu ul {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-menu li {
	display: flex;
    padding: 2px 25px;
    font-size: 13px;
    border-left: 2px solid #f0f0f0
}

.header-menu li a:hover {
	color: #f33b1c
}

.header-menu li a:after {
	content: "";
    display: block;
    width: 0;
    height: 2px;
    background: none repeat scroll 0 0 #f33b1c;
    margin-top: 4px;
    transition: all ease-in-out .2s
}

.header-menu li a:hover:after {
    width: 100%;
}

.header-menu li:last-child {
	border-left: 0
}

.header-menu a {
	margin-top: 5px;
	color: #2d3436;
    transition: all ease-in-out .2s
}

.header-inner .header-left .hleft-border {
	width: 2px;
	height: 40px;
	background-color: #2d343620
}

.header-inner .header-left .hsearch,
.header-inner .header-left .hresp-icons a {
	display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
	width: 38px;
    height: 38px;
    border: none;
	transition: all 0.3s
}

.header-inner .header-left .hsearch:hover,
.header-inner .header-left .hresp-icons a:hover {
    background-color: #f33b1c15;
    border-radius: 12px
}

.search-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow-y: auto;
}

.search-modal-overlay.active {
    display: flex;
}

.search-modal-box {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    padding-top: 16px;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(-80px);
    transition: transform .35s cubic-bezier(.25,.8,.25,1), opacity .3s ease;
}

.search-modal-overlay.active .search-modal-box {
    opacity: 1;
    transform: translateY(0);
}

.search-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 20px 16px;
}

.search-modal-header h3 {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.search-modal-close {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 36px;
    height: 36px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
	border: none;
    border-radius: 12px;
}

.search-modal-body {
    padding: 0 16px 16px;
}

.search-modal-input-wrap {
    background: rgba(0,0,0,.04);
    border-radius: 8px;
    overflow: hidden;
}

.search-modal-input {
    width: 100%;
    height: 48px;
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 13px;
    text-align: right;
    outline: none;
}

.search-modal-empty {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.search-modal-empty img {
    max-width: 220px;
    width: 100%;
    opacity: .4;
}

.header-inner .header-left .header-phone {
	display: flex;
    flex-direction: column;
    color: rgb(74 81 125);
	cursor: pointer;
	user-select: none
}

.header-inner .header-left .header-phone .phone {
	display: flex;
    flex-direction: row-reverse;
    font-size: 15px;
    font-weight: bold;
    gap: 8px
}

.header-inner .header-left .header-phone>span {
	font-size: 9px;
    font-weight: bold
}

.header-inner .header-left .header-phone p {
	margin-bottom: 0;
    color: #f33b1c
}

.header-inner .header-left .header-btn {
	display: flex;
	background-color: #f33b1c20;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: bold;
    color: #f33b1c;
    border-radius: 8px;
	cursor: pointer;
	user-select: none
}

.site-main .slider {
	position: relative;
	width: 100%;
	background-color: rgb(245 248 254)
}

.slider .slider-content {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    gap: 50px;
    margin: 0 auto;
    padding: 100px 0 0
}

.slider .slider-right {
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 17px;
    width: 48%
}

.slider .slider-right .stitr {
	display: flex;
	flex-direction: column
}

.slider .stitr .en-titr {
	padding-bottom: 8px
}

.slider .stitr .en-titr span {
	color: #bbc0c5;
    font-size: 15px
}

.slider .stitr .fa-titr {
	display: flex;
	flex-direction: row;
	gap: 5px;
	padding: 5px 0
}

.slider .stitr .fa-titr span {
	font-size: 32px;
    font-weight: bold
}

.slider .stitr .fa-titr .accent {
	color: #f33b1c
}

.slider .slider-right .sdesc {
	margin-top: -8px;
    color: #6C6891;
    text-align: justify;
    line-height: 28px
}

.slider .slider-right .sdesc p {
	margin: 0
}

.slider .slider-right .sicons {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 50px;
	margin-top: 8px
}

.slider .si-item {
	display: flex;
	align-items: center;
	gap: 12px
}

.slider .si-item .icon svg {
	width: 22px;
	height: 22px
}

.slider .si-item span {
	font-size: 13px;
    font-weight: bold
}

.slider .sbuttons,
.why-us .wbuttons {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 8px
}
.slider .sbuttons svg,
.why-us .wbuttons svg {
	width: 14px !important;
	height: 14px !important
}

.slider .sbuttons .req-consulting,
.why-us .wbuttons .download-catalog {
	display: flex;
    position: relative;
    align-items: center;
    background-color: #f33b1c;
    padding: 14px 15px 14px 65px;
    color: #fff;
	border: none;
    border-radius: 8px
}

.slider .sbuttons .req-consulting:hover .icon,
.why-us .wbuttons .download-catalog:hover .icon {
	width: 88%
}

.slider .sbuttons .req-consulting span,
.why-us .wbuttons .download-catalog span {
	font-size: 13px
}

.slider .sbuttons .req-consulting .icon,
.why-us .wbuttons .download-catalog .icon {
	display: flex;
    position: absolute;
    left: 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    transition: all 0.3s
}

.slider .sbuttons .contact-btn {
	display: flex;
    align-items: center;
    gap: 16px;
    height: 48px;
    background-color: #fff;
    padding: 9px 15px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0px 4px 13px 1px rgba(142.8, 141.86869565217393, 141.86869565217393, 0.05)
}

.slider .sbuttons .contact-btn span {
	font-size: 12.5px
}

.slider .sbuttons .contact-btn .icon {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f33b1c;
    height: 30px;
    width: 30px;
    border-radius: 6px
}

.slider .slider-left {
	display: flex;
	position: relative;
    width: 48%;
}

.slider .slider-left .s-image {
	padding-left: 45px;
	z-index: 99
}

.slider .slider-left .s-image img {
	width: 570px;
	height: 360px
}

.slider .slider-left .s-desc {
	display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
	gap: 6px;
    width: 99.5%;
    top: 155px;
    left: -120px;
    max-width: 300px;
    background: #f33b1c;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    rotate: -90deg
}

.consultingPopup {
	display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 15px;
    z-index: 999
}

.popup-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	background: #fff;
    border-radius: 24px;
    width: 360px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: fadeIn 0.3s ease-in-out
}

.popup-content .popup-body {
	display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 280px;
    padding: 32px 0 20px
}

.popup-body .pc-header {
	font-size: 15px;
	font-weight: bold
}

.popup-body .pc-desc {
    margin: 0 auto;
    font-size: 12.5px;
    line-height: 24px
}

.popup-body .pf-pagination {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.pf-pagination .p-item {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
	font-size: 12px;
	border: 1px solid #f33b1c;
    border-radius: 24px
}

.pf-pagination .p-item.active {
	background-color: #f33b1c;
	color: #fff;
}

.pf-pagination .pp-hr {
	width: 60%;
    height: 1px;
    background-color: #babfc5
}

#consultingForm {
	padding-top: 16px
}

#consultingForm .secound-part {
	display: none
}

#consultingForm  input {
	direction: rtl;
	width: 250px;
    height: 42px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}

#consultingForm  textarea {
	direction: rtl;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

#consultingForm  .cf-buttons {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px
}

.nextBtn,
.submit {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #f33b1c;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
	border: none;
    border-radius: 8px;
	cursor: pointer
}

.prevBtn {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #636e72;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 8px;
    cursor: pointer
}

.popup-content .popup-footer {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
	width: 100%
}

.popup-content .popup-footer>span {
	font-size: 11px
}

.popup-content .popup-footer .number {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
	gap: 32px;
    background-color: #747d8c;
    color: #fff;
    border-radius: 22px
}

.popup-content .popup-footer .number span:first-child {
	font-size: 13px
}

.popup-content .popup-footer .number span:last-child {
	font-size: 14px;
	font-weight: bold
}

.consulting-popup-close {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none
}

.consulting-popup-close svg {
	width: 22px;
	height: 22px
}

.popup-content .popup-icon {
	margin: 12px 0 0
}

.popup-content .popup-icon svg,
.popup-content .popup-icon img {
	width: 72px;
    height: 72px;
    margin: 12px 0 0;
}

.popup-content .popup-message {
	max-width: 280px;
    margin-bottom: 8px;
    line-height: 32px;
    font-size: 13px
}

.popup-content .popup-message strong {
	color: #d63031
}

.site-main .front-content:first-child {
	position: relative;
    margin-top: -90px
}

.site-main .front-holder {
	max-width: 1300px;
    margin: 0 auto;
	padding-top: 100px
}

.main-footer {
	position: relative;
    background-color: #323e52;
    color: #fff;
    padding: 32px 0 15px
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}

.footer-inner:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-image: url('assets/img/Footer_Bg.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 275px;
    height: 300px
}


.footer-menu ul {
	display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 20px 0 0
}

.footer-menu ul li {
    position: relative;
	list-style: none;
	font-size: 13px;
    transition: all 0.3s ease
}

.footer-menu ul li:hover {
	padding-right: 8px;
}

.footer-menu ul li:before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(assets/icons/ft-arrow-left.svg) no-repeat;
    background-size: 20px;
    background-position: right;
    list-style: none;
    transition: all 0.3s ease
}

.footer-menu ul li a {
	color: #dfe6e9;
    padding-right: 20px
}

.footer-inner .footer-item {
	width: 15%
}

.footer-inner .ft-about {
	display: block !important;
	width: 45%;
	background-color: #48587080;
	padding: 20px;
    text-align: justify;
    line-height: 28px;
    border-radius: 8px
}

.footer-inner .ft-about .header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed
}

.footer-inner .ft-about .header span {
	display: block;
    font-size: 15px;
    font-weight: bold
}

.footer-inner .ft-about .header svg {
	width: 28px;
	height: 28px;
	fill: #fff;
	stroke: #fff
}

.footer-inner .ft-about .ft-social {
	display: flex;
	gap: 15px
}

.footer-inner .ft-about .content {
	position: relative;
	overflow: hidden;
    max-height: 125px;
    transition: max-height .3s ease;
}

.footer-inner .ft-about .content  p {
	text-align: justify;
    font-size: 13.5px;
    line-height: 30px;
    margin: 0
}

.footer-inner .ft-about .content span {
	color: #fdcb6e;
	cursor: pointer
}

.footer-inner .footer-item>span:after {
	content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: none repeat scroll 0 0 #e7b85e;
    margin-top: 6px;
	border-radius: 8px;
    transition: all ease-in-out .2s;
}

.footer-inner .footer-item .ft-about>span:after {
	content: none
}

.footer-inner .footer-item>span {
	font-size: 15px;
	font-weight: bold
}

.footer-inner .ft-contact .ft-cdetail {
	margin-top: 20px
}

.footer-inner .ft-cdetail .c-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
	font-size: 13px
}

.footer-inner .ft-cdetail .c-item svg {
	width: 25px;
	height: 25px
}

.main-footer .copyright {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	width: 100%;
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #636e72
}

.main-footer .copyright .ctext a {
	color: #fdcb6e;
	padding-bottom: 4px;
    border-bottom: 1px dashed
}

.main-footer .copyright .bt-up {
	padding: 8px 24px;
	color: #fdcb6e;
    font-size: 12.5px;
    border: 1px dashed;
    border-radius: 8px;
	z-index: 2
}

.wturbo-benefits,
.portfolio,
.why-us,
.cfaq-section {
	position: relative;
    padding-top: 90px
}

.wtb-holder,
.why-holder {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.wturbo-benefits .right {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 34%;
	padding-left: 50px
}

.wturbo-benefits .wb-header {
    width: 100% !important
}

.wturbo-benefits .right .desc {
	font-size: 14px;
    color: #55517A;
    text-align: justify;
    line-height: 32px
}

.wturbo-benefits .right .desc p {
	margin-bottom: 0
}

.wturbo-benefits .right a {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
	width: max-content;
	color: #f33b1c;
    font-size: 13px;
    font-weight: bold
}

.wturbo-benefits .right a .icon {
	display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f33b1c;
    width: 28px;
    height: 28px;
    padding-left: 2px;
    border-radius: 4px
}

.wturbo-benefits .right a .icon svg {
	width: 16px;
	height: 16px
}

.wturbo-benefits .left {
	display: flex;
	position: relative;
	justify-content: space-between;
	gap: 25px;
	width: 64%
}

.wturbo-benefits .left:before {
	position: absolute;
    content: "";
    rotate: -3deg;
    top: -18%;
    left: 50%;
    width: 85%;
    height: 120%;
    transform: translate(-50%);
    background: #f33b1c10;
    z-index: 0;
    transform-origin: bottom;
    border-radius: 30px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1)
}

.wturbo-benefits .isection {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 32%
}

.wturbo-benefits .isection .item {
	position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    background-color: #fff;
    padding: 10px 12px 10px 15px;
    border-radius: 18px;
    box-shadow: 0px 4px 13px 1px rgba(142.8, 141.86869565217393, 141.86869565217393, 0.05);
	transition: .3s all
}

.wturbo-benefits .isection .item:hover {
	transform: translateY(-4px)
}

.wturbo-benefits .isection .item:hover:after {
	height: 75%
}

.wturbo-benefits .isection .item:after {
	content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 8px;
    height: 65%;
    background: #f33b1c;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    transform: translateY(-50%);
    transition: height 0.4s ease
}

.wturbo-benefits .isection .icon {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	gap: 8px;
    width: 25%;
    max-width: 48px;
	max-height: 85px;
	margin-top: 4px;
    background-color: #f33b1c;
    border-radius: 12px
}

.wturbo-benefits .isection .icon svg {
	width: 32px;
	height: 32px
}

.wturbo-benefits .isection .icon span {
	font-size: 11.5px;
	color: #fff
}

.wturbo-benefits .isection .desc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 74%
}

.wturbo-benefits .isection .desc span {
	font-size: 13px;
    font-weight: bold
}

.wturbo-benefits .isection .desc p {
	margin-bottom: 0;
	font-size: 12px;
    text-align: justify;
    line-height: 22px;
	color: #55517a
}

.why-us .right {
	display: flex;
    flex-direction: column;
    gap: 16px;
    width: 52%
}

.why-us .right .desc {
	color: #6C6891;
    line-height: 36px;
    text-align: justify
}

.why-us .right .desc p {
	margin: 0
}

.why-us .why-header {
	width: 100%
}

.why-us .left {
	position: relative;
	width: 41%;
}

.why-us .left .w-image {
	display: flex;
	align-items: center;
	justify-content: center
}

.why-us .left .w-image img {
	max-width: 475px;
    max-height: 380px
}

.why-us .left .w-item {
	display: flex;
    position: absolute;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    width: max-content;
    background-color: #FFFFFFB0;
    padding: 8px 18px;
    border-radius: 8px
}

.why-us .left .witem-1 {
	top: 0;
	left: 0
}

.why-us .left .witem-2 {
	bottom: 15px;
	left: 0
}

.why-us .left .witem-3 {
	top: 50%;
	right: 0
}

.why-us .left .w-item .icon svg {
	width: 24px;
	height: 24px
}

.why-us .left .w-item span {
	font-size: 12px;
    font-weight: bold;
}

.why-us .left .w-item .accent {
	direction: ltr;
	margin-bottom: -3px;
	color: #f33b1c;
	font-size: 18px;
	font-weight: bold
}

.blog-section {
	position: relative;
    padding-top: 55px
}

.portfolio .portfolio-inner {
	display: flex;
    width: 100%;
    margin-top: 20px
}

.portfolio-card {
	display: flex;
    flex-direction: column;
    width: 100%;
	max-width: 310px;
    height: initial;
    gap: 12px;
	background-color: #fff;
    padding: 12px;
	margin: 8px auto;
    border-radius: 18px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.pcard-image {
	position: relative
}

.pcard-image img {
	border-radius: 12px
}

.pcard-image .cat:before {
	content: "";
    position: absolute;
    border-radius: 100px;
    width: 4px;
    height: 4px;
    left: -2%;
    transform: translateY(-85%);
    top: 50%
}

.pcard-image .cat {
	position: absolute;
    top: 0;
    right: 6%;
    background-color: #fff;
    padding: 2px 12px;
    border-radius: 0 0 8px 8px
}

.pcard-image .cat:after {
	content: "";
    position: absolute;
    border-radius: 100px;
    width: 4px;
    height: 4px;
    right: -2%;
    transform: translateY(-85%);
    top: 50%
}

.pcard-image .cat span {
	font-size: 10px;
	font-weight: bold;
	color: #f33b1c
}

.pcard-title span {
	font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pcard-footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f33b1c20;
	padding: 12px;
    border-radius: 12px
}

.pcard-footer .pcf-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px
}

.pcard-footer .pcf-item .icon svg {
	width: 20px;
	height: 20px
}

.pcard-footer .pcf-item span {
	font-size: 10.5px
}

.blog-section .blog-inner {
	display: flex;
	width: 100%;
	margin-top: 25px
}

.blog-card {
	display: block;
    width: 100%;
    max-width: 295px;
    position: relative;
    margin-inline: auto;
    margin-bottom: 20px;
	border-radius: 16px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08)
}

.blog-card a figure {
	min-height: 195px
}

.blog-card a figure:after {
	content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid #fff;
	border-radius: 8px
}

.blog-card img {
	border-radius: 16px 16px 0 0
}

.blog-card .card-body {
	position: relative;
	display: flex;
	flex-direction: column;
    margin-top: -80px;
    padding-block: 40px 0;
    gap: 10px;
	z-index: 2;
    pointer-events: none
}

.blog-card .title {
	width: 90%
}

.blog-card .title h2 {
	color: #2d3436;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-card .card-desc {
	padding: 0 12px 0 16px;
    font-size: 11.5px;
    line-height: 26px;
    text-align: justify
}

.blog-card .card-desc p {
	margin: 0
}

.blog-card .card-body .card-bg {
	position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    margin-right: -1px;
    background: #fff;
    backdrop-filter: blur(56px);
	clip-path: shape(from 100% 90.13%, curve to 95% 100% with 100% 95.58% / 97.76% 100%, hline to 44.49%, curve to 39.67% 92.8% with 42.24% 100% / 40.28% 97.06%, line to 38.73% 86.19%, curve to 33.92% 78.99% with 38.13% 81.93% / 36.16% 78.99%, hline to 17.1%, curve to 12.29% 86.19% with 14.86% 78.99% / 12.89% 81.93%, line to 11.35% 92.8%, curve to 6.53% 100% with 10.74% 97.06% / 8.78% 100%, hline to 5%, curve to 0 90.13% with 2.24% 100% / 0 95.58%, vline to 26.31%, curve to 4.54% 16.49% with 0 21.22% / 1.97% 16.96%, line to 94.54% .04%, curve to 100% 9.87% with 97.47% -.49% / 100% 4.06%, vline to 90.13%, close);
}

.blog-card .read-more {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    inset-inline-end: 0;
    top: calc(100% - 45px);
    width: 50%;
	font-size: 12px;
    font-weight: bold;
    background: #dfe6e9;
    color: #1a3b41;
	padding-top: 15px;
    transition: 0.3s all ease-in-out;
    clip-path: shape(from .39% 32.35%, curve to 10.16% 0 with -1.45% 16.13% / 3.42% 0, line to 89.84% 0, curve to 99.61% 32.35% with 96.58% 0 / 101.45% 16.13%, line to 94.01% 81.55%, curve to 84.25% 100% with 92.77% 92.47% / 88.79% 100%, line to 15.75% 100%, curve to 5.99% 81.55% with 11.21% 100% / 7.23% 92.47%, line to .39% 32.35%, close)
}

.blog-card .read-more:hover {
	background-color: #ffeaa7
}

.blog-card .card-category {
	display: flex;
    justify-content: center;
    position: absolute;
    top: -8px;
    inset-inline-start: 24px;
    min-width: 65px;
	background: #fdcb6e;
	color: #1a3b41;
	font-size: 12px;
    padding: 6px 12px;
    border-radius: 8px
}

.blog-card .card-info {
	display: flex;
    align-items: center;
    position: relative;
    gap: 4px;
    background: linear-gradient(90deg, rgba(26, 59, 65, 0) 0, #1a3b4108 40.0%);
    width: 65%;
    padding-block: 8px;
    padding-inline-start: 16px
}

.blog-card .card-info svg {
	width: 25px;
	height: 25px;
	fill: rgb(74 81 125)
}

.blog-card .card-info span {
	margin-bottom: -5px;
	font-size: 11.5px
}

.blog-card .card-info:before {
	content: "";
    position: absolute;
    inset-inline-start: 8px;
    width: 1px;
	height: 2.375rem;
    top: 50%;
    opacity: .3;
    background-color: var(--primary-100);
    transform: translateY(-50%);
}

.blog-card .card-info:after {
	content: "";
    position: absolute;
    inset-inline-start: 8px;
    width: 1px;
	height: 1.5rem;
    top: 50%;
    background-color: #ffb22c;
    transform: translateY(-50%);
}

.cfaq-inner {
	display: flex;
	flex-direction: row;
    justify-content: space-between
}

.cfaq-section .ms-holder {
	display: flex;
	justify-content: space-between;
    flex-direction: column;
	width: 35%
}

.cfaq-section .ms-holder .front-map {
	position: relative;
	max-height: 185px;
	border-radius: 8px;
    box-shadow: 0px 4px 13px 1px rgba(142.8, 141.86869565217393, 141.86869565217393, 0.05)
}

.cfaq-section .ms-holder .front-map:after {
	content: "";
    position: absolute;
    right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, #050d4a, transparent);
    opacity: 0.35
}

.cfaq-section .ms-holder .front-map img {
	width: 100%;
	height: 185px;
	border-radius: 8px
}

.cfaq-section .ms-holder .front-map a {
	display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    gap: 5px;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    padding: 6px 12px;
    color: #000;
    font-size: 11.5px;
    border-radius: 6px;
	z-index: 5
}

.cfaq-section .ms-holder .front-map a span {
	margin-bottom: -3px
}

.cfaq-section .ms-holder .front-map a svg {
	width: 18px;
	height: 18px
}

.cfaq-section .ms-holder .front-social {
	display: flex;
	position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 130px;
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
    padding: 0 25px;
	text-align: center;
    border-radius: 8px
}

.cfaq-section .ms-holder .front-social:after {
	content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid #fff;
    border-radius: 8px
}

.cfaq-section .ms-holder .front-social b {
	color: #fff;
	font-size: 15px
}

.cfaq-section .ms-holder .front-social a {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
	padding: 7px 12px;
    color: #fff;
    border: 1px dashed;
    border-radius: 8px;
    z-index: 999;
}

.cfaq-section .ms-holder .front-social span {
	margin-bottom: -3px
}

.cfaq-section .ms-holder .front-social a svg {
	width: 18px;
	height: 18px
}

.cfaq-section .faq-holder {
    width: 63%;
    padding-left: 10px;
    max-height: 335px;
    overflow-y: auto
}

.cfaq-section .faq-holder::-webkit-scrollbar{
    width: 4px
}

.cfaq-section .faq-holder::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 20px
}

.cfaq-section .faq-holder::-webkit-scrollbar-thumb{
    background: #f33b1c;
    border-radius: 20px
}

.cfaq-section .faq-holder .faq-item {
	position: relative;
    width: 100%;
    background-color: #fff;
    padding: 12px 18px 12px 12px;
    margin-bottom: 20px;
    border-radius: 8px
}

.cfaq-section .faq-item:before {
	content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 8px;
    height: 65%;
    background: #f33b1c;
	border-radius: 2px;
    transform: translateY(-50%);
    transition: height 0.4s ease;
}

.cfaq-section .faq-holder .faq-item:last-child {
	margin-bottom: 5px
}

.cfaq-section .faq-holder .faq-item .question {
	display: flex;
	align-items: center;
    justify-content: space-between;
	color: rgb(74 81 125);
	font-size: 13px;
    font-weight: bold;
	cursor: pointer
}

.cfaq-section .faq-holder .faq-item .icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgb(245 248 254);
    border-radius: 6px
}

.cfaq-section .faq-holder .faq-item .icon svg {
	width: 16px;
	height: 16px;
	transition: 0.3s all
}

.cfaq-section .faq-holder .faq-item.active .icon svg {
	transform: rotate(180deg)
}

.cfaq-section .faq-holder .faq-item.active .answer {
	max-height: 100px;
    margin: 10px 0 0 0
}

.cfaq-section .faq-holder .faq-item .answer {
	max-height: 0;
    margin-bottom: 0;
    color: #57606f;
    font-size: 12px;
    text-align: justify;
    line-height: 32px;
    overflow: hidden;
    transition: all 0.3s ease-out
}

.single-main .single-body .single-faq {
	background-color: #fff;
    padding: 16px 25px;
    margin-bottom: 35px;
    border: 1px solid #ecf0f1;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.single-main .single-faq .sfaq-header {
	position: relative;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px dashed #b2bec3
}

.single-main .single-faq .sfaq-header:before {
	content: '';
    position: absolute;
    top: -4px;
    right: -36px;
    background: #f33b1c20;
    width: 22px;
    height: 32px;
    transform: skewX(-16deg);
    border-radius: 8px 0 0 12px;
}

.single-main .single-faq .sfaq-body {
	padding: 12px 0
}

.single-main .single-faq .faq-item {
	padding: 12px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0px 0 4px 3px rgba(0, 0, 0, .03);
    -webkit-box-shadow: 0px 0 4px 3px rgba(0, 0, 0, .03)
}

.single-main .single-faq .faq-item:last-child {
	margin-bottom: 0
}

.single-main .single-faq .faq-item .question {
	display: flex;
    align-items: center;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
	line-height: 28px;
    cursor: pointer
}

.single-main .single-faq .faq-item .icon {
	background-color: #f7f8fa;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    color: rgba(119, 132, 157, .45);
    font-size: 16px;
    line-height: 30px;
    border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s
}

.single-main .single-faq .faq-item.active .icon {
	background-color: #f33b1c10
}

.single-main .single-faq .faq-item .icon svg {
	width: 30px;
    height: 30px;
	stroke: #77849d
}

.single-main .single-faq .faq-item.active .icon svg {
	stroke: #f33b1c
}

.single-main .single-faq .faq-item .answer {
	max-height: 0;
    margin-bottom: 0;
    color: #57606f;
    font-size: 12px;
    text-align: justify;
    line-height: 32px;
    overflow: hidden;
    transition: all 0.3s ease-out
}

.single-main .single-faq .faq-item.active .answer {
    max-height: 100px;
    margin: 10px 0 0 0;
}

.site-main .ssp-header {
	display: flex;
    align-items: center;
    justify-content: space-between
}

.site-main .ssp-header .right,
.wturbo-benefits .wb-header,
.why-us .why-header {
	display: flex;
	position: relative;
    flex-direction: column;
    width: 49%;
    height: initial;
    align-items: flex-start;
    gap: 5px;
    padding-right: 25px
}

.site-main .ssp-header .right:before,
.wturbo-benefits .wb-header:before,
.why-us .why-header:before {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 25%;
    background: #e4e2fe;
    box-shadow: 0 4px 32px 2px rgba(53, 24, 176, 0.45);
    border-radius: 36px
}

.site-main .ssp-header .right:after,
.wturbo-benefits .wb-header:after,
.why-us .why-header:after {
	content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 5px;
    height: 80%;
    background: #f33b1c;
    border-radius: 36px
}

.site-main .ssp-header .en-title,
.wturbo-benefits .wb-header .en-title,
.why-us .why-header .en-title {
	font-size: 16px;
    font-weight: 200;
    color: #bbc0c5
}

.site-main .ssp-header .fa-title,
.wturbo-benefits .wb-header .fa-title,
.why-us .why-header .fa-title {
	display: flex;
    align-items: center;
    gap: 22px;
	font-size: 20px;
    font-weight: bold
}

.site-main .ssp-header .swiper-pagination-clickable {
	position: relative;
	width: auto;
	height: 18px
}

.site-main .ssp-header .swiper-pagination-bullet-active {
	background-color: #f33b1c;
    width: 22px !important;
    border-radius: 4px
}

.site-main .ssp-header .fa-title .accent,
.wturbo-benefits .wb-header .fa-title .accent,
.why-us .why-header .fa-title .accent {
	color: #f33b1c
}

.site-main .ssp-header .left {
	display: flex;
	width: 49%;
	justify-content: flex-end
}

.site-main .ssp-header .left a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background-color: #fff;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
    border: 1px solid #dfe6e9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.site-main .ssp-header .left a .icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f33b1c;
    border-radius: 6px
}

.site-main .ssp-header .left a svg {
	width: 16px !important;
    height: 16px !important
}

.single-main {
	background-color: #f7f9fe;
	padding: 35px 0
}

.archive-main {
	margin: 20px 0 35px
}

.single-main .mobile-breadcrumb {
	display: none
}

.mobile-breadcrumb {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: 1250px;
    margin: 15px 0 20px;
    color: #636e72;
    font-size: 12px;
}

.mobile-breadcrumb a {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 6px 12px;
    color: #2d3436;
    border-radius: 16px;
    cursor: pointer;
	transition: all 0.3s
}

.archive-main .search-not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
}

.archive-main .search-not-found>img {
    max-width: 500px;
    height: auto;
}

.archive-main .search-not-found>span {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.archive-main .search-not-found a {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    padding: 12px;
    color: #f33b1c;
    font-size: 12px;
    font-weight: bold;
    border: 1px dashed #f33b1c;
    border-radius: 6px;
}

.archive-main .search-not-found a svg {
    width: 12px;
	height: 12px
}

.single-main .single-top,
.archive-main .archive-navigation {
	background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid #ecf0f1;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.archive-main .archive-navigation h2 {
    height: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #535c68;
}

.archive-main .archive-navigation h2 span {
    font-weight: normal;
}

.single-main .single-top .breadcrumbs svg {
	width: 10px;
	height: 10px
}

.archive-main .archive-navigation form {
	display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0 25px
}

.archive-main .archive-navigation form .icon {
	display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px
}

.archive-main .archive-navigation form .icon svg {
	width: 24px;
    height: 24px
}

.archive-main .archive-navigation form input {
	width: 100%;
    height: 45px;
    color: #576574;
    font-size: 12.5px;
    padding-right: 38px;
    border-radius: 4px;
    border: none;
    border-right: 1px solid #d1d8e0;
    border-left: 1px solid #d1d8e0
}

.archive-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 25px;
}

.breadcrumbs,
.archive-main .archive-navigation h2 {
	display: flex;
    align-items: center;
	gap: 8px;
    padding: 20px;
	color: #818181;
    font-size: 12.5px
}

.breadcrumbs a {
	color: #818181;
	transition: all ease-in-out 0.3s
}

.breadcrumbs a:hover,
.mobile-breadcrumb a:hover {
	color: #f33b1c
}

.breadcrumbs svg {
	width: 10px;
	height: 10px
}

.single-main .single-header {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    background-color: #fff;
	margin-bottom: 35px;
    border: 1px solid #ecf0f1;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.single-header .sh-right {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
	width: 48%;
    max-width: 580px;
	padding: 16px;
    margin: 0 auto;
    text-align: center;
}

.single-header .sh-right .post-title {
	margin: 0;
	font-size: 20px;
    font-weight: bold;
	line-height: 32px
}

.single-header .sh-right .post-title a {
	color: #2d3436;
	transition: 0.3s all
}

.single-header .sh-right .post-title a:hover {
	color: #f33b1c
}

.single-header .sh-right>p {
	margin-bottom: 0;
	color: #636e72;
    font-size: 13.5px;
    line-height: 28px
}

.sh-right .post-state {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    width: 300px
}

.sh-right .post-state .item {
	display: flex;
	align-items: center;
    flex-direction: row;
    gap: 8px;
    font-size: 11.5px
}

.sh-right .post-state .item svg {
	width: 16px;
	height: 16px
}

.sh-right .post-state .item span {
	margin-bottom: -3px
}

.sh-right .post-share,
.sh-right .post-rdate {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 300px;
    font-size: 13px;
    font-weight: bold
}

.sh-right .post-share .share {
	display: flex;
	flex-direction: row;
	gap: 8px
}

.sh-right .post-share .item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f33b1c10;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	transition: 0.3s all
}

.sh-right .post-share .item:hover {
	background-color: #f33b1c
}

.sh-right .post-share .item:hover svg {
	fill: #fff
}

.sh-right .post-share .item svg {
	width: 18px;
    height: 18px;
    fill: #f33b1c
}

.sh-right .post-rdate>span {
	font-size: 12px;
    font-weight: normal
}

.single-header .sh-left {
	width: 52%
}

.single-header .sh-left figure {
	height: 100%;
	margin: 0
}

.single-header .sh-left .post-thumbnail {
	height: 100%
}

.single-header .sh-left figure img {
	width: 100%;
	height: 100%;
	max-height: 380px;
	border-radius: 16px
}

.single-header .post-ap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	background-color: #f33b1c10;
	padding: 8px;
	border-radius: 8px
}

.single-header .post-ap .item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
	color: #2d3436;
	font-size: 12px;
	transition: 0.3s all
}

.single-header .post-ap .item:hover {
	color: #f33b1c
}

.single-header .post-ap .item>span {
	font-weight: bold
}

.single-header .post-ap .item .item-title {
	max-width: -webkit-fill-available;
	margin-top: 5px;
	font-size: 11px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-header .post-ap .hr {
	width: 1px;
    height: 100%;
	min-height: 38px;
    background-color: #b2bec3
}

.single-main .single-body {
	display: flex;
    justify-content: space-between;
	gap: 16px
}

.single-main .single-body .post {
	position: relative;
	width: 75%;
	overflow: hidden
}

.single-main .single-body .post article {
	background-color: #fff;
	padding: 16px 25px;
	margin-bottom: 35px;
	border: 1px solid #ecf0f1;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.single-body .post-content {
	font-size: 13px;
    text-align: justify;
    line-height: 35px
}

.single-body .post-content h1 {
	margin: 16px 0;
	font-size: 28px;
    font-weight: bold
}

.single-body .post-content h2 {
	margin: 16px 0;
	font-size: 24px;
    font-weight: bold
}

.single-body .post-content h3 {
	margin: 16px 0;
	font-size: 20px;
    font-weight: bold
}

.single-body .post-content h4 {
	margin: 16px 0;
	font-size: 18px;
    font-weight: bold
}

.single-body .post-content img {
	display: block;
	width: 100%;
    max-width: 850px;
    margin: 15px auto 30px;
    border-radius: 16px
}

.single-body .post-content table {
	position: relative;
    background: white;
    width: 75%;
    margin: 15px auto;
    border-radius: 12px;
    overflow: hidden
}

.single-body .post-content table thead tr {
	position: relative;
    height: 60px;
    background: #36304a;
    color: #fff
}

.single-body .post-content table tr th {
	padding: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 0
}

.single-body .post-content tbody {
	text-align: center
}

.single-body .post-content tbody tr {
	height: 50px
}

.single-body .post-content tbody tr:nth-child(even) {
	background-color: #f5f5f5
}

.single-body .post-content p {
	margin: 0
}

.single-body .post-content ul {
	padding: 0 15px
}

.single-body .post-content ul li {
	background: url(assets/img/list-style.png) no-repeat;
    background-position: top 8px right;
    padding-right: 25px;
    list-style: none
}

.single-body .post-content p:last-child {
	margin: 0
}

.single-body .post-tags {
	display: flex;
    gap: 8px;
	padding-top: 20px;
	border-top: 1px solid #ecf0f1
}

.single-body .post-tags strong {
	font-size: 13px
}

.single-body .post-tags span {
	font-size: 12.5px
}

.single-body .post-tags a {
	background-color: #ecf0f1;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #2d3436
}

.single-body .sidebar {
	position: relative;
	width: 23%
}

.single-body .sidebar .s-item {
	display: flex;
	position: relative;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    background-color: #fff;
	margin-bottom: 25px;
	padding: 16px;
	overflow: hidden;
    border: 1px solid #ecf0f1;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.single-body .sidebar .s-item .title {
	position: relative;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px dashed #b2bec3
}

.single-body .sidebar .s-item .title:before,
.post-review .review-header:before {
	content: '';
    position: absolute;
    top: -4px;
    right: -28px;
    background: #f33b1c20;
    width: 22px;
    height: 32px;
    transform: skewX(-16deg);
    border-radius: 8px 0 0 12px
}

.single-body .sidebar .s-item .title span {
	font-size: 13px;
	font-weight: bold
}

.single-body .sidebar .s-item .content {
	width: 90%;
    margin: 0 auto
}

.single-body .sidebar .shortlink .content span {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f33b1c10;
    padding: 16px;
    color: #f33b1c;
    font-weight: bold;
    border: 1px dashed #f33b1c50;
    border-radius: 12px
}

.related-card {
	display: flex;
    flex-direction: column;
    gap: 15px;
	padding: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.related-card .card-image figure {
	margin: 0
}

.related-card .card-image img {
	border-radius: 12px
}

.related-card .card-title {
	width: 90%;
	padding: 0 6px
}

.related-card .card-title h2 {
	margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #2d3436;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all
}

.related-card .card-title h2:hover {
	color: #f33b1c
}

.related-card .card-desc {
	padding: 0 6px;
	color: #636e72;
    font-size: 12px;
    text-align: justify;
    line-height: 22px
}

.related-card .card-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 6px
}

.related-card .card-info .post-status,
.related-card .card-info .post-status .item {
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 6px
}

.related-card .card-info .post-status {
	gap: 16px
}

.related-card .card-info .item svg {
	width: 16px;
	height: 16px
}

.related-card .card-info .item span {
	font-size: 10px
}

.related-card .read-more a {
	font-size: 12px;
    color: #2d3436
}

.related-card .read-more a svg {
	width: 14px;
	height: 14px
}

.related-pagination {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px
}

.related-pagination .swiper-pagination-bullet {
	background: #f33b1c;
	width: 7px !important;
	height: 7px !important
}

.related-pagination .swiper-pagination-bullet-active {
	width: 26px !important;
    border-radius: 6px
}

.post-review {
	background-color: #fff;
    padding: 16px;
    border: 1px solid #ecf0f1;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 0px rgba(198.9, 198.9, 198.9, 0.13)
}

.post-review .review-header {
	position: relative;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px dashed #b2bec3
}

.post-review .review-body {
	display: flex;
    justify-content: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.post-review .review-body form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.post-review .review-body form .user-logged-in {
	display: flex;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 20px
}

.post-review .review-body form .user-logged-in span {
	display: flex;
    gap: 6px
}

.post-review .review-body form .user-logged-in a {
	color: #f33b1c;
    padding-bottom: 3px;
    border-bottom: 1px dashed #f33b1c
}

.post-review .review-body form>input,
.post-review .review-body form textarea {
	width: 49%;
    height: 40px;
    color: #576574 !important;
    padding-right: 15px;
    margin-bottom: 12px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #d1d8e0
}

.post-review .review-body form textarea {
	width: 100%;
    height: auto;
    min-height: 120px;
    padding-top: 10px;
    line-height: 30px;
    text-align: justify
}

.post-review .review-body form #url {
	width: 100%
}

.post-review .review-body form .comments-text {
	width: 100%
}

.post-review form .comments-bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.post-review form .captcha-holder {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 325px
}

.post-review form .captcha-holder .captcha-input {
	width: 150px;
    height: 48px;
    padding: 0 15px;
    font-size: 13px;
    color: #576574;
    line-height: 54px;
    border: 1px solid #d1d8e0;
    border-radius: 4px
}

.post-review form .captcha-holder .captcha-image img {
	width: 100%;
	height: 48px
}

.post-review form .captcha-holder .reload-text {
	display: none;
    position: absolute;
    width: 100%;
    margin-right: -30px;
    margin-top: -98px;
    max-width: 200px;
    background: #fff;
    color: #636e72;
    font-size: 13px;
    text-align: center;
    padding: 8px 0px;
    box-shadow: 0 0 5px hsl(0deg 0% 40% / 25%);
    -webkit-box-shadow: 0 0 5px hsl(0deg 0% 40% / 25%)
}

.post-review form .captcha-holder .captcha-image img:hover~.reload-text {
	display: block;
}

.post-review form .captcha-holder .reload-anim {
	display: none;
	position: absolute;
	width: 100%;
    max-width: 335px;
    height: 55px;
    background: url(assets/img/reloading.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    z-index: 999
}

.post-review form .form-submit {
	margin-bottom: 0
}

.post-review form .form-submit button {
	display: block;
    background-color: #f33b1c;
    padding: 10px 22px;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 6px #f33b1c;
    -webkit-box-shadow: 0 0 6px #f33b1c
}

.post-review .comments .no-comment {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px
}

.post-review .comments .no-comment svg {
	width: 22px;
	height: 22px
}

.post-review .comments ol {
	list-style: none;
    padding: 0;
    margin: 0
}

.post-review .comments ol li {
	display: flex;
    flex-direction: column;
	min-height: 100px;
    background-color: rgba(255, 255, 255, .42);
	margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px rgba(153, 153, 153, .1803921569)
}

.post-review .comments ol li .children {
	padding: 20px 20px 0 20px
}

.post-review .comments ol>li:last-child {
	margin-bottom: 5px
}

.post-review .comments .comment-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	height: 55px;
	background-color: #ededed;
    padding: 5px 15px 5px 15px;
	overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 8px 8px 0 0
}

.post-review .comments .comment-author {
	display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #2d3436
}

.post-review .comments .comment-author img {
	width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #959595
}

.post-review .comments .comment-author .comment-date {
	font-size: 13px
}

.post-review .comments .reply a {
	background-color: #00b894;
    color: #fff;
    padding: 3px 14px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 0 3px #00b894
}

.post-review .comments .comment-content {
	color: #2d3436;
	padding: 10px 15px 0;
	margin-bottom: 10px;
	line-height: 30px;
    font-size: 13px;
	text-align: justify
}

.post-review .comments .comment-content p {
	margin-bottom: 0
}

.post-review .comments .comment-awaiting {
	display: inline-block;
    background-color: #6c5ce7;
    width: 100%;
    height: auto;
    padding: 5px 15px;
    color: #fff;
    font-style: normal;
    font-size: 13px;
    border-radius: 0 0 8px 8px
}

.post-review .popup-overlay {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	padding: 0 15px;
	z-index: 9999
}

.post-review .popup-overlay svg,
.post-review .popup-overlay img {
	width: 50px;
    height: 50px;
    margin-bottom: 10px
}

.post-review .popup-overlay p {
	margin-bottom: 10px;
    line-height: 35px;
	font-size: 13px
}

.post-review .popup-overlay strong {
	color: #d63031
}

.post-review .popup-box {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	width: 300px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	position: relative;
	animation: fadeIn 0.3s ease-in-out
}

@keyframes fadeIn {
	from {opacity: 0; transform: scale(0.9);}
	to {opacity: 1; transform: scale(1);}
}

.post-review #popup-close-btn {
	display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    margin: 0 auto;
	font-size: 13px;
    border: 1px dashed #6c5ce7;
    border-radius: 6px
}

@media (max-width: 1255px) {
	.footer-inner .ft-about {
		width: 60%
	}
	.footer-inner .ft-contact {
		display: none
	}
	.slider .stitr .fa-titr span {
		font-size: 24px
	}
	.slider .si-item span {
		font-size: 12px
	}
	.single-main .single-body .post {
		width: 70%
	}
	.single-main .single-body .sidebar {
		width: 30%
	}
}

@media (max-width: 1250px) {
	.archive-content {
		grid-template-columns: repeat(3, 1fr);
	}
	.header-menu li {
		padding: 2px 16px;
		font-size: 12.5px
	}
}

@media (max-width: 992px) {
	.footer-inner .ft-about .content {
		max-height: 90px
	}
	.footer-inner .footer-item {
		display: none
	}
	.footer-inner .ft-about {
		width: 100%
	}
	.archive-navigation .row>.col-lg {
        display: none;
    }
	.archive-main .archive-navigation form {
        padding: 0 15px;
    }
	.archive-content {
		grid-template-columns: repeat(2, 1fr);
	}
	.responsive-toggler {
        display: flex;
    }
	.header-inner {
		padding: 8px 0
	}
	.header-inner .header-logo img {
		max-width: 123px
	}
	.header-right {
        flex: 1 0 auto;
        padding-right: 10px;
    }
	.header-inner .header-menu {
		display: none
	}
	.wtb-holder {
		flex-direction: column
	}
	.wturbo-benefits .right,
	.wturbo-benefits .left {
		width: 100%;
		padding: 0
	}
	.wturbo-benefits .right {
		margin-bottom: 20px
	}
	.wturbo-benefits .right a {
		justify-content: flex-end
	}
	.slider .slider-content {
		flex-direction: column-reverse;
		padding: 60px 0 0
	}
	.slider .slider-right {
		width: 100%
	}
	.slider .slider-left {
		width: 100%;
        max-width: 620px
	}
	.slider .slider-right .sicons {
		justify-content: space-between
	}
	.slider .slider-right .sdesc {
		font-size: 13px
	}
	.slider .stitr .fa-titr span {
		font-size: 22px
	}
	.slider .sbuttons .req-consulting,
	.why-us .wbuttons .download-catalog {
		padding: 12px 15px 12px 55px
	}
	.slider .sbuttons .contact-btn {
		height: 43.5px
	}
	.site-main .front-holder {
		padding-top: 0
	}
	.wturbo-benefits,
	.portfolio,
	.why-us,
	.cfaq-section {
		padding-top: 72px
	}
	.why-holder {
		flex-direction: column-reverse
	}
	.why-us .right {
		width: 100%
	}
	.site-main .ssp-header .right,
	.wturbo-benefits .wb-header,
	.why-us .why-header {
		width: 100%;
		padding-right: 20px
	}
	.site-main .ssp-header .en-title,
	.wturbo-benefits .wb-header .en-title,
	.why-us .why-header .en-title {
		font-size: 15px
	}
	.site-main .ssp-header .fa-title,
	.wturbo-benefits .wb-header .fa-title,
	.why-us .why-header .fa-title {
		font-size: 18px
	}
	.why-us .left {
		width: 75%
	}
	.wturbo-benefits .right .desc,
	.why-us .right .desc {
		font-size: 13px
	}
	.cfaq-inner {
		flex-direction: column;
		gap: 20px;
		padding: 0 5px
	}
	.cfaq-section .faq-holder,
	.cfaq-section .ms-holder {
		width: 100%
	}
	.cfaq-section .ms-holder {
		gap: 20px
	}
	.single-body .sidebar .s-item .content {
		width: 100%
	}
	.single-main .single-body {
		flex-direction: column
	}
	.single-main .single-body .post,
	.single-main .single-body .sidebar {
		width: 100%
	}
	.single-header .sh-right {
		gap: 18px
	}
	.single-header .sh-right .post-title {
		font-size: 18px
	}
	.single-header .sh-right>p {
		font-size: 12.5px;
		line-height: 22px
	}
	.sh-right .post-state,
	.sh-right .post-share,
	.sh-right .post-rdate {
		width: 100%
	}
	.sh-right .post-state .item {
		font-size: 10.5px
	}
	.sh-right .post-share,
	.sh-right .post-rdate {
		font-size: 12px
	}
	.sh-right .post-rdate>span {
		font-size: 11px
	}
	.single-header .post-ap .item {
		font-size: 11px
	}
	.single-header .post-ap .item .item-title {
		font-size: 10px
	}
	.breadcrumbs {
		padding: 18px
	}
}

@media (max-width: 768px) {
	.footer-inner .ft-about .content {
		max-height: 120px
	}
	.footer-inner .ft-about .content p {
		font-size: 13px
	}
	.main-footer .copyright {
		justify-content: center
	}
	.main-footer .copyright .ctext {
		font-size: 13px
	}
	.main-footer .copyright .bt-up {
		display: none
	}
	.archive-main .search-not-found>span {
        font-size: 16px;
    }
	.header-inner .header-left .hleft-border {
		display: none
	}
	.header-inner .header-left .header-phone,
	.header-inner .header-left .header-btn {
		display: none !important
	}
	.header-inner .header-left .hresp-icons {
		display: flex
	}
	.header-inner .header-left {
		gap: 5px
	}
	.wturbo-benefits .right {
		margin-bottom: 0
	}
	.wturbo-benefits .right .desc {
		font-size: 12px;
		line-height: 24px
	}
	.wturbo-benefits .left:before {
		content: none
	}
	.wturbo-benefits .left {
		flex-direction: column
	}
	.wturbo-benefits .isection {
		width: 100%;
		flex-direction: row
	}
	.wturbo-benefits .isection .item {
		flex-direction: column
	}
	.wturbo-benefits .isection .icon {
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		max-width: 100%;
		padding: 8px 0
	}
	.wturbo-benefits .isection .icon svg {
		width: 24px;
		height: 24px;
	}
	.wturbo-benefits .isection .desc {
		width: 100%;
		gap: 5px
	}
	.wturbo-benefits .isection .desc span {
		font-size: 12.5px
	}
	.wturbo-benefits .isection .desc p {
		font-size: 11px;
		line-height: 20px
	}
	.wturbo-benefits .right a {
		display: none
	}
	.slider .slider-left {
		width: max-content
	}
	.slider .slider-left .s-image img {
		width: 330px;
		height: 220px
	}
	.slider .slider-left .s-desc {
		top: 90px;
		left: -80px;
		max-width: 210px;
		font-size: 13px;
		border-radius: 6px
	}
	.slider .si-item {
		flex-direction: column;
		gap: 8px
	}
	.slider .si-item span {
		font-size: 10px
	}
	.slider .slider-right .sdesc {
		font-size: 12px
	}
	.slider .sbuttons {
		justify-content: space-between
	}
	.slider .stitr .en-titr {
		padding-bottom: 0
	}
	.slider .stitr .en-titr span {
		font-size: 13px
	}
	.slider .slider-right {
		gap: 10px
	}
	.wturbo-benefits,
	.portfolio,
	.why-us,
	.cfaq-section {
		padding-top: 60px
	}
	.why-us .left {
		width: 100%
	}
	.why-us .left .w-image img {
		max-width: 100%;
		max-height: 100%
	}
	.why-us .left .w-item .icon svg {
		width: 15px;
		height: 15px
	}
	.why-us .left .w-item {
		padding: 8px 10px
	}
	.why-us .left .w-item .accent {
		font-size: 16px
	}
	.why-us .left .w-item span {
		font-size: 10px
	}
	.wturbo-benefits .right .desc,
	.why-us .right .desc {
		font-size: 12px
	}
	.cfaq-section .faq-holder {
		max-height: 315px
	}
	.popup-body .pc-desc {
		font-size: 12px
	}
	.single-main .single-header {
		flex-direction: column-reverse
	}
	.single-header .sh-right,
	.single-header .sh-left {
		width: 100%;
		max-width: -webkit-fill-available
	}
	.single-header .sh-left figure img {
		max-height: 280px
	}
	.breadcrumbs {
		padding: 15px
	}
	.single-body .sidebar .shortlink .content span {
		font-size: 13px
	}
	.breadcrumbs a:last-child {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.search-modal-overlay.active .search-modal-box {
		padding-top: 8px
	}
	.search-modal-header {
		padding: 4px 20px 10px
	}
	.search-modal-header h3 {
		font-size: 13px
	}
	.search-modal-input {
		font-size: 12px
	}
	.search-modal-empty img {
		max-width: 185px
	}
	.single-body .post-content table {
		width: 100%
	}
}

@media (max-width: 576px) {
	.portfolio .swiper-slide,
	.blog-section .swiper-slide {
		max-width: 255px
	}
	.main-footer {
		padding: 25px 0 10px
	}
	.footer-inner .ft-about .content {
		max-height: 210px
	}
	.main-footer .copyright {
		margin-top: 20px;
		padding-top: 10px;
		text-align: center;
		line-height: 28px
	}
	.footer-inner .ft-about .content p {
		font-size: 12px
	}
	.footer-inner .ft-about .header span {
		font-size: 13.5px
	}
	.blog-card .read-more {
		font-size: 11.5px
	}
	.blog-card .card-body h2,
	.pcard-title span {
		font-size: 12px
	}
	.blog-card .card-category {
		font-size: 11.5px;
		padding: 5px
	}
	.pcard-footer {
		padding: 8px 12px
	}
	.single-main .single-top form input, .archive-main .archive-navigation form input {
        height: 40px;
        font-size: 12px;
    }
    .archive-main .search-not-found>img {
        max-width: -webkit-fill-available;
    }
	.archive-main .search-not-found>span {
        font-size: 14px;
    }
	.archive-main .search-not-found>a {
        font-size: 11px;
    }
	.archive-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.archive-content .blog-card {
		width: auto;
        max-width: 100%;
        margin: 0 20px;
    }
	.header-inner .header-left svg {
		width: 22px;
		height: 22px
	}
	.slider .slider-left .s-desc {
		font-size: 12px
	}
	.slider .stitr .fa-titr span {
		font-size: 20px
	}
	.slider .sbuttons .req-consulting span,
	.why-us .wbuttons .download-catalog span {
		font-size: 12px
	}
	.slider .sbuttons .contact-btn span {
		font-size: 11.5px
	}
	.site-main .ssp-header .en-title, .wturbo-benefits .wb-header .en-title, .why-us .why-header .en-title {
		font-size: 13px
	}
	.site-main .ssp-header .fa-title, .wturbo-benefits .wb-header .fa-title, .why-us .why-header .fa-title {
		justify-content: space-between;
		width: 100%;
		font-size: 15px
	}
	.site-main .ssp-header .left {
		display: none
	}
	.swiper-pagination-bullet {
		width: 6px !important;
		height: 6px !important
	}
	.cfaq-section .faq-holder .faq-item .question {
		font-size: 12.5px
	}
	.cfaq-section .faq-holder .faq-item .answer {
		font-size: 11.5px
	}
	.cfaq-section .faq-holder .faq-item.active .answer {
		margin: 5px 0 0
	}
	.cfaq-section .ms-holder .front-social b {
		font-size: 13.5px
	}
	.cfaq-section .ms-holder .front-social a {
		font-size: 12.5px
	}
	.cfaq-section .ms-holder .front-social a svg {
		width: 16px;
		height: 16px
	}
	.why-us .left .w-item .accent {
		font-size: 14px
	}
	.single-header .sh-left figure img {
		max-height: 250px
	}
	.single-main .single-body .post article {
		padding: 12px 16px
	}
	.single-header .sh-right .post-title {
		font-size: 16px
	}
	.single-body .post-content {
		font-size: 12px
	}
	.single-body .post-tags span {
		font-size: 12px
	}
	.post-review .review-header {
		font-size: 13px
	}
	.post-review .review-body {
		display: block
	}
	.post-review .review-body form .user-logged-in {
		font-size: 12px
	}
	.post-review .review-body form textarea,
	.post-review .review-body form input,
	.post-review form .captcha-holder .captcha-input {
		font-size: 12px
	}
	.post-review form .comments-bottom {
		flex-wrap: wrap
	}
	.post-review form .captcha-holder {
		width: 100%;
		margin-bottom: 15px
	}
	.post-review .comment-form .form-submit {
		margin-right: auto;
    }
	.post-review form .captcha-holder .captcha-input,
	.post-review form .captcha-holder .captcha-image img {
		max-height: 42px
	}
	.post-review .comments .no-comment {
		font-size: 12px
	}
	.post-review .comments .comment-author {
		font-size: 12.5px
	}
	.post-review .comments .comment-author .comment-date {
		display: none
	}
	.post-review .comments .comment-content {
		font-size: 12px
	}
	.single-main {
		padding: 25px 0
	}
	.single-main .single-top,
	.single-main .single-header,
	.single-main .single-body .post article {
		margin-bottom: 25px
	}
	.header-inner .header-left,
	.header-inner .header-left .hresp-icons {
		gap: 0
	}
	.header-inner .header-left .hsearch,
	.header-inner .header-left .hresp-icons a {
		width: 36px;
		height: 36px
	}
	.cfaq-section .faq-holder .faq-item .question span {
		padding-left: 8px;
		text-align: justify;
		line-height: 26px
	}
	.cfaq-section .faq-holder .faq-item.active .answer,
	.single-main .single-faq .faq-item.active .answer {
		max-height: 160px
	}
}