/*!
Theme Name: Taksanatgroup
Theme URI: http://taksanatgroup.ir
Description: 
Version: 1.0.0
Author: weboseo
Author URI: http://weboseo.ir
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/eot/IRANSansWeb_Bold.eot');
    src: url('assets/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('assets/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('assets/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('assets/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/eot/IRANSansWeb_Medium.eot');
    src: url('assets/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('assets/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('assets/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('assets/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/eot/IRANSansWeb.eot');
    src: url('assets/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('assets/fonts/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('assets/fonts/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('assets/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* bootstrap added */
.col-2_4 {
    flex: 0 0 auto;
    width: 20%
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.mt-6 {
    margin-top: 4.5rem !important
}

.py-6 {
    padding: 5rem !important
}

.fa,
.fas,
.far,
.fal,
.fab {
    line-height: unset;
}

body {
    font-family: IRANSans;
    font-size: 1rem;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.align-items-center {
    align-items: center;
}

.align-self-center {
    align-self: center;
}

.ox-hidden {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #525252;
    transition: 0.15s;
}

a:hover {
    color: #D50000;
}

input:focus {
    outline: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-color {
    color: #D50000;
}

.main-bg-color {
    background-color: #D50000;
}

.sec-color {
    color: #00C853;
}

.sec-bg-color {
    background-color: #00C853;
}

.white-color {
    color: #fff;
}

.white-bg-color {
    background-color: #fff;
}

.main-border-radius {
    border-radius: 12px;
}

.main-bShadow {
    box-shadow: 0 0 10px #b3b3b3;
}

.main-btn {
    color: #fff;
    background-color: #D50000;
}

.main-btn:hover {
    color: #D50000;
    background-color: #ececec;
}

.sec-btn {
    color: #fff;
    background-color: #00C853;
}

.sec-btn:hover {
    color: #00C853;
    background-color: #ececec;
}

.part-title {
    display: inline-block;
    position: relative;
    color: #525252;
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 90%;
}

.part-title::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -15px;
    width: 70px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(to left, #D50000, #ff9191);
    box-shadow: 0 0 10px #f82b2b;
}
.success{
    color: #4CAF50;
}
.error{
    color: #FF5252;
}

.social_icons{
    display: block;
}
/* lazyload */
.lazy-hidden {
    background: #ffffff00 url('assets/images/loader/spinner.svg') no-repeat 50% 50%;
    background-size: 100px 100px;
}

/* fix owl-carousel box-shadow problem */
.owl-carousel .owl-stage:after {
    display: none;
}
.owl-item-inner {
    padding: 10px;
    border-radius: 15px;
}

.owl-nav,
.owl-dots {
    display: block;
    text-align: center;
}

.owl-nav button,
.owl-dots button {
    outline-style: none;
}

.owl-nav span,
.owl-dots span {
    font-size: 55px;
    margin: 0 15px;
    line-height: 1;
}
.owl-nav span{
    background-color: #dddddd;
    padding: 0 5px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(0, -50%);
}

.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #D50000;
    background: none;
}

.owl-carousel .owl-item img {
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

/* Header */
header {
    width: 100%;
    z-index: 4;
}

header .top-bar{
    background-color: #1d1d1d;
}
header .top-bar .links a{
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    color: #cacaca;
}
header .top-bar .links a:hover{
    color: #D50000;
}
header .top-bar .links a:first-child{
    border-left: 1px solid #6d6d6d;
}
header .top-bar .links i{
    color: #D50000;
}

header .top-bar .social_icons span{
    display: inline-block;
    width: max-content;
}
header .top-bar .social_icons span a{
    font-size: 1rem;
    margin: 0 5px;
    color: #cacaca;
}
header .top-bar .social_icons span a:hover{
    color: #D50000;
}

.nav-menu {
    position: relative;
    z-index: 12;
    height: 80px;
    width: 100%;
    background: #fff;
    text-align: right;
    transition: 0.3s;
    border-bottom: 1px solid #acacac;
}

header.top-sticky-menu{
    top: 0;
    transition: top 0.2s ease-in-out;
}

/* header.top-sticky-menu .nav-menu{
    background: #1d1d1d;
} */
header.hide-sticky-menu{
    top: -100px;
}
.nav-menu img.logo {
    height: 50px;
    margin: 5px 45px 5px 15px;
    display: inline-block;
}

.nav-menu .menu {
    display: inline-block;
    margin: 28px 15px;
}

.nav-menu .menu>ul {
    display: inline-block;
    list-style: none;
    height: 40px;
}

.nav-menu .menu>ul>li {
    position: relative;
    display: inline-block;
    margin: auto 8px;
    font-weight: normal;
    height: 40px;
}

.nav-menu .menu ul li a,
.nav-menu .menu ul li a::after {
    color: #707070;
    transition: 0.25s;
    font-weight: bold;
}

.nav-menu .menu>ul>li.hasChild::after {
    content: '\f107';
    color: #525252;
    font-family: 'Font Awesome 5 Pro';
    vertical-align: middle;
    margin-right: 3px;
}

.nav-menu .menu ul li:hover>a,
.nav-menu .menu>ul>li.hasChild:hover::after {
    color: #D50000;
}

.hamburger-menu {
    display: none;
    margin: 20px 0;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 99;
}

.js-toggle-menu.close {
    padding: 0px 15px;
}

.hamburger-menu:hover {
    cursor: pointer;
}

.hamburger-menu .menu-item {
    display: block;
    height: 4px;
    margin: 0 0 6px;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

.hamburger-menu.open .menu-item {
    margin: 0 0 1px;
}

.hamburger-menu.open .menu-item:first-child {
    transform: rotate(45deg);
    transform-origin: 10px;
}

.hamburger-menu.open .menu-item:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .menu-item:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 6px;
}

/* nav-menu search */
.nav-menu .search{
    display: inline-block;
    position: absolute;
    left: 15px; top: 0;
    margin: 20px 15px;
}
.nav-menu .search form{
    position: relative;
}
.nav-menu .search form input{
    font-size: 0.9rem;
    border-radius: 4px;
    border: none;
    width: 300px;
    background-color: #fff;
    color: #525252;
    border: 1px solid lightgray;
    font-weight: 600;
}
.nav-menu .search form .fa-search{
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 7px;
    color: #525252;
    font-family: 'Font Awesome 5 Pro';
    vertical-align: middle;
    background: none;
    border: none;
}
.nav-menu .special-btn a:hover{
    background-color: #fff;
}

.nav-menu .search-btn{
    display: none;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 60px;
    margin: 20px 0;
    color: #D50000;
}
/* mobile-menu */
header .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    background: #1d1d1d;
    display: none;
    font-weight: 600;
}

header .mobile-menu ul {
    text-align: center;
    padding-left: 0;
    padding: 15px 0;
}

header .mobile-menu>ul>li {
    margin: 15px;
}

header .mobile-menu>ul>li>ul {
    display: none;
    background: #0a0a0a;
    padding-left: 0;
}

header .mobile-menu>ul>li>ul>li {
    margin: 15px;
}

header .mobile-menu ul a {
    display: block;
    margin: 15px;
    color: #fff;
}

header .mobile-menu ul a:hover {
    color: #D50000;
}


/* slider */
.slider {
    position: relative;
    top: 0;
    right: 0;
    height: calc(100vh - 122px);
    background-image: url(assets/images/sliders/ITNH-printer-repair-service-mirror.jpg);
    background-position: center left;
    background-size: cover;
    z-index: 1;
}
.slider .slide-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.slider .container .row{
    background-color: #000000b4;
    border-radius: 12px;
}

.slider .title {
    font-size: 2.8rem;
    line-height: 2.5rem;
    word-wrap: break-word;
    font-weight: bold;
}
.slider .subTitle {
    font-size: 1rem;
    color: #fff;
    font-size: normal;
}

.slider .button {
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 600;
}

/* services */
.services .box{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.services .box img{
    width: 100%;
    border-radius: 6px;
    transition: 0.2s;
}
.services .box a{
    color: #525252;
}
.services .box:hover img{
    transform: scale(1.08);
}
.services .box .title{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px 5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}

/* products */
.products .box{
    background-color: #fff;
    border-radius: 6px;
    height: 100%;
}
.products .box img{
    width: 100%;
    height: 300px;
    border-radius: 6px;
}
.products .box a{
    color: #525252;
}
.products .box .title{
    text-align: center;
    font-size: 1rem;
}
.products .box .view{
    display: block;
    border: 1px solid #D50000;
    text-align: center;
    color: #D50000;
    border-radius: 6px;
    transition: 0.2s;
    font-weight: 600;
}

.products .box .view:hover{
    background-color: #D50000;
    color: #fff;
}
/* new-products */
.new-products{
    background-color: #D50000;
}
.new-products .part-title{
    color: #fff;
    margin-right: 15px;
    font-size: 1.3rem;
}
.new-products .part-title::before{
    background-color: #fff;
}

/* about */
.about p{
    text-align: justify;
    border-radius: 6px;
    line-height: 2.2rem;
}

/* costumers */
.costumers .item img{
    object-fit: cover;
}


/* gallery */
.gallery .grid-gallery div {
    position: relative;
    transition: 0.25s;
    max-height: 200px;
}

.gallery .grid-gallery {
    margin-top: 20px;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(5, minmax(auto, auto));
    grid-auto-flow: dense;
}
.gallery .grid-gallery img{
    box-shadow: 0 0 6px gray;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.horizontal {
    grid-column: span 2;
}

.gallery .grid-gallery div:hover {
    transform: scale(0.92);
}

.gallery .grid-gallery h5 {
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #525252;
    font-weight: 600;
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    box-shadow: -3px 3px 15px rgb(31, 31, 31);
}

@media (max-width: 768px) {
    .gallery .grid-gallery {
        grid-template-columns: repeat(2, minmax(120px, auto));
    }
}

/* catalog */
.catalog .catalog-link{
    display: block;
    background-color: #00C853;
    border-radius: 6px;
    border: 2px solid #00C853;
    transition: 0.2s;
    color: #fff;
    transition: 0.2s;
}
.catalog a:hover .catalog-link{
    background-color: #fff;
    color: #00C853;
}
.catalog .catalog-link i{
    font-size: 1.4rem;
    vertical-align: middle;
}

/* footer */
footer {
    position: relative;
    margin-top: 50px;
    box-shadow: 0px -3px 10px lightgray;
    padding-top: 30px;
    background-image: url(assets/images/slides/footer.webp);
    background-attachment: fixed;
    background-repeat: repeat;
}
footer::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000d0;
    z-index: 2;

}

footer .container{
    position: relative;
    z-index: 3;
}

footer .about {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-align: justify;
    text-align-last: center;
    font-size: 0.85rem;
    color: #fff;
}

footer .title {
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
}

footer .menus ul {
    display: block;
    margin-top: 15px;
    padding: 0;
    font-weight: normal;
}

footer .menus ul li {
    display: block;
    margin: 5px auto;
}

footer .menus ul li a {
    font-size: 1rem;
    color: #fff;
}
footer .menus ul li:hover a{
    color: #D50000;
}

footer .contain,
.sidebar .contain{
    display: block;
    margin-top: 15px;
}
.sidebar .contain{
    text-align: center;
}

footer .contain span,
.sidebar .contain span {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 1rem;
}

footer .contain span a,
.sidebar .contain span a {
    color: #fff;
    transition: 0.2s;
}
.sidebar .contain span a {
    color: #525252;
}

footer .contain span a:hover,
.sidebar .contain span a:hover {
    color: #D50000;
}

footer .contain span i,
.sidebar .contain span i {
    margin: 0 5px;
}
.sidebar .contain span i{
    color: #D50000;
}


footer .contain .social-profile,
.sidebar .contain .social-profile {
    display: block;
    text-align: center;
    color: #fff;
    list-style: none;
    padding: 0;
}
.sidebar .contain .social-profile{
    color: #525252;
}

footer .contain .social-profile,
.sidebar .contain .social-profile {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 50%;
}

footer .contain .social-profile i,
.sidebar .contain .social-profile i {
    vertical-align: middle;
    font-size: 1.5rem;
}

footer .copyright{
    position: relative;
    z-index: 3;
    background-color: #1d1d1d;
}
footer .copyright{
    margin: 0;
    color: #fff;
}
footer .copyright a{
    color: #FFC600;
}

/* product-category */
.products .products-list .box{
    border: 2px solid #fff;
    transition: 0.2s;
}
.products .products-list .box:hover{
    border-color:#D50000;
}

/* sidebar */
.sidebar .box{
    border-radius: 8px;
    height: auto;
}
.sidebar .box .title{
    display: block;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #D50000;
}
.sidebar .box ul{
    display: block;
}
.sidebar .box ul a{
    display: block;
    font-weight: 600;
}
.sidebar .box ul li{
    line-height:2.3rem;
}
.sidebar .box ul li a:before{
    content: '\f104';
    color: #525252;
    font-family: 'Font Awesome 5 Pro';
    vertical-align: middle;
    margin-left: 3px;
    color: #D50000;
}

.sidebar .box ul li:hover a{
    transform: translateX(10px);
}

/* single */
.single .product-name::before{
    display: none;
}
.single .thumbnail{
    width: 100%;
    border: 1px solid #707070;
}
.single .blog-images .details p{
    position: relative;
    font-weight: 600;
}
.single .blog-images .details p::before{
    content: '';
    position: absolute;
    top: -3px;
    right: -15px;
    width: 3px;
    height: 100%;
    border-radius: 4px;
    background-color: #525252;
}
.single .light-box-gallery .box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.single .light-box-gallery .title{
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.single .light-box-gallery .item{
    box-shadow: 0 0 6px gray;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}
.single .light-box-gallery .item .fa-search{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    color: #525252;
    vertical-align: middle;
    margin-left: 3px;
    color: #fff;
    background-color: #d5000080;
    padding: 10px;
    border-radius: 4px;
    z-index: 0;
}
.single .light-box-gallery .item img{
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px;

}

.single .content_body .title{
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.single .content_body p{
    text-align: justify;
    line-height: 2.3rem;
}

/* single blog */
.single .content_card .content_info{
    margin: 15px;
    border-bottom: 2px solid #cecece;
}
.single .content_card .content_info span{
    margin: 0 5px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #525252;
}
.single .content_card .content_info span i{
    color: #D50000;
    margin: 0 3px;
}

/* contact-page */
.contact-top-banner,
.about-top-banner{
    position: relative;
    height: 260px;
    z-index: 1;
    background-position: center;
    background-attachment: fixed;
}
.contact-top-banner::after,
.about-top-banner::after{
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.692);
}

.contact-top-banner .title,
.about-top-banner .title{
    font-size: 2rem;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-weight: bold;
}

.contact-page .part-title{
    margin: 0;
}
.contact-page .map iframe{
    width: 100%;
}

.contact-page .contact-info .box i{
    color: #D50000;
}
.contact-page .contact-info .box .title{
    border: none;
}
.contact-page .contact-info .box p{
    margin-bottom: 5px;
}
.contact-page .contact-info .box .tags a{
    margin: 5px;
    background: #6d6d6d;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
}

.contact-page .contact-info .box .social_icons i{
    color: #525252;
    font-size: 1.2rem;
}

.contact-page-form .keeper-box{
    height: 100%;
}
.contact-page .keeper-box .box{
    margin: 15px 0;color: #8d8d8d;
}
.contact-page .keeper-box .box a{
    color: #8d8d8d;
}
.contact-page .keeper-box .box i{
    color: #FF5252;
}
.contact-page .keeper-box .social_icons i{
    color: #D50000;
}
.contact-page .keeper-box .box .main-btn{
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #D50000;
}
.contact-page .keeper-box .box .main-btn i{
    color: #fff;
    vertical-align: middle;
}
.contact-page .keeper-box .box .main-btn:hover{
    color: #D50000;
}
.contact-page .keeper-box .box .main-btn:hover i{
    color: #D50000;
}
.contact-page .title {
    width: max-content;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 2px solid #D50000;
    color: #525252;
}
.contact-page .sub-title{
    font-size: 0.9rem;
    color: #8d8d8d;
}
.contact-page form input,
.contact-page form textarea{
    display: inline-block;
    margin: 10px auto;
    width: 40%;
    border: 1px solid lightgray;
    border-radius: 6px;
    transition: 0.2s;
    color: #D50000;
}
.contact-page form input[type="submit"]{
    color: #fff;
}
.contact-page form input[type="submit"]:hover{
    color: #D50000;
}
.contact-page form .cl-50{
    width: 90%;
}
.contact-page form .cl-100{
    width: 90%;
}
.contact-page form textarea{
    resize: none;
}
.contact-page form input:focus,
.contact-page form textarea:focus{
    border-color: #D50000;
}
.contact-page form input.main-btn{
    display: inline-block;
    width: unset;
    border: 1px solid #D50000;
}

.contact-page form input, 
.contact-page form textarea{
    margin: 5px auto;
}

.wpcf7-form-control-wrap{
    display: inline-block;
}

/* pagination */
.tsg-pagination {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.tsg-pagination span.page-numbers.current{
    margin: 5px;
    background: #D50000;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.2em;
    border-radius: 4px;
}
.tsg-pagination a.page-numbers{
    margin: 5px;
    border:1px solid #D500009c;
    color: #D500009c;
    padding: 5px 10px;
    font-size: 1.2em;
    border-radius: 4px;
}

/* 404 page */
.page-404 {
    text-align: center;
    margin-top: 60px;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: bold;
    font-family: IRANSansDn;
    margin: 0px;
    color: #262626;
    letter-spacing: -40px;
    margin-left: -20px;
}

.notfound .notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    font-family: IRANSans;
    position: relative;
    top: -10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0px;
    padding-left: 6px;
}

.notfound h2 {
    font-family: IRANSans;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0px;
    margin-bottom: 25px;
}

/* blog category */
.blog .blog-list .box {
    position: relative;
}

.blog .blog-list .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000036;
    z-index: 2;
    transition: 0.2s;
    border-radius: 8px;
}
.blog .blog-list .box:hover::after{
    background-color: #000000a9;
}

.blog .blog-list img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.blog .blog-list .title {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 1.05rem;
    font-weight: 600;
    z-index: 3;
    width: 100%;
    text-align: center;
    transition: 0.2s;
}

.blog .blog-list .box:hover .title {
    transform: translate(50%, -100%);
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

    .notfound .notfound-404 h1 {
        font-size: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

    .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px;
    }

    .notfound h2 {
        font-size: 16px;
    }
}


/* responsive */
@media (max-width: 992px){
    header .nav-menu .menu{
        display: none;
    }
    .nav-menu .search{
        left: 45px;
    }
    header .headerBtns .userSubMenu ul{
        display: block;
    }
    .hamburger-menu{
        display: inline-block;
    }
    .nav-menu img.logo {
        margin: 15px 0px 5px 15px;
    }
    .consultation input {
        width: 100%;
        margin-top: 15px;
    }

    footer .col-12{
        margin-top: 15px;
        border-bottom: 1px solid #858585;
    }
    footer .links ul{
        margin-top: 5px;
    }
    footer .col-12:last-child{
        border: none;
    }
}
@media (max-width: 768px){
    header .top-bar .social_icons{
        display: none !important;
    }
    header .top-bar .links a:first-child{
        border-left: none;
    }
    header .top-bar .links a:last-child{
        display: none;
    }
    header .top-bar .links a{
        display: block;
    }
    .slider .title{
        font-size: 2rem;
    }

    .counters .col-12{
        margin-top: 30px;
    }
    .owl-carousel .owl-prev{
        right: 0;
    }
    .owl-carousel .owl-next{
        left: 0;
    }

    .owl-carousel .owl-item img{
        height: unset;
    }

}
@media (max-width: 576px){
    .part-title {
        font-size: 1.3rem;
    }
    .nav-menu .search-btn{
        display: block;
    }
    .nav-menu .search{
        display: none;
        position: unset;
        margin: 20px auto;
    }
    .nav-menu .search form input{
        width: 100%;
    }

    .slider .container,
    .slider .container .row{
        height: 100%;
    }

    .slider .container .row{
        border-radius: 0;
    }

    .slider .title{
        font-size: 1.6rem;
    }
}
@media (max-width: 480px){
    .gallery .grid-gallery h5{
        font-size: 0.9rem;
    }
    .single .light-box-gallery .box{
        grid-template-columns: 1fr 1fr 1fr;
    }
}