@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/IRANSansWeb_Light.woff') format('woff')
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../font/IRANSansWeb.woff') format('woff')
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/IRANSansWeb_Bold.woff') format('woff')
}
@font-face {
	font-family: 'Yekan';
	src:	url('../font/yekan/Yekan.eot'); /* IE9 Compat Modes */
	src:	url('../font/yekan/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../font/yekan/Yekan.woff2') format('woff2'), /* Modern Browsers */
			url('../font/yekan/Yekan.woff') format('woff'), /* Modern Browsers */
			url('../font/yekan/Yekan.otf') format('opentype'), /* Open Type Font */	
			url('../font/yekan/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: auto;
}

.pp-3d-slider {
    width: 100%;
    height: 55vw;
    position: relative;
    direction: ltr;
    overflow-x: hidden;
}

.pp-3d-slider .sr-only {
    position: absolute!important;
    height: 1px!important;
    width: 1px!important;
    margin: 0!important;
    padding: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden!important;
    border: 0!important;
    box-shadow: none!important
}

.pp-slider-wrapper {
    width: 481px;
    height: 316px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px
}

.pp-slider-wrapper .pp-slide {
    width: 482px;
    height: 316px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    outline: 0;
    text-decoration: none
}

.pp-slider-wrapper .pp-slide.pp-slider-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.pp-slider-wrapper .pp-slide .pp-slider-img {
    display: block;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
    height: 45vw;
    margin: 0 auto;
    max-width:100%;
}
.pp-3d-slider {
    height: 600px;
}
.pp-slider-wrapper .pp-slide .pp-slider-img-caption {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255,255,255,.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    display: none
}

.pp-slider-wrapper .pp-slide.pp-slider-center .pp-slider-img-caption {
    display: block
}

.pp-3d-slider .pp-slider-nav {
    position: absolute;
    z-index: 1000;
    bottom: 30px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pp-3d-slider .pp-slider-nav .pp-slider-nav-button {
    float: none;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #444;
    transition: all 0.3s ease-in-out
}

.pp-3d-slider .pp-slider-nav .pp-slider-nav-button svg {
    width: 40px;
    height: 40px
}

.pp-3d-slider .pp-slider-nav .pp-slider-nav-button,.pp-3d-slider .pp-slider-nav .pp-slider-nav-button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.pp-3d-slider .pp-slider-nav .pp-slider-prev {
    margin-right: 5px
}

.pp-3d-slider .pp-slider-nav .pp-slider-next {
    margin-left: 5px
}

@media only screen and (max-width: 800px) {
    .pp-3d-slider .pp-slider-wrapper {
        width:auto;
        max-width: 420px
    }

    .pp-3d-slider .pp-slider-wrapper .pp-slide {
        width: auto;
        height: auto
    }
}

.mfp-close {
    opacity: 1;
    background-color: rgba(0,0,0,.8)!important;
    padding: 1px 7px!important;
    height: 30px;
    width: 30px;
    border-radius: 0;
    line-height: 1!important;
    font-family: inherit!important;
    font-weight: bold!important;
    font-size: 16px;
    text-align: center!important;
    top: 0!important;
    right: 0!important
}

.mfp-close,.mfp-close:active,.mfp-close:hover,.mfp-close:focus {
    top: 0!important
}

.mfp-close:hover,.mfp-close:focus {
    background-color: #000!important
}

.mfp-bottom-bar {
    margin-top: 10px
}



.pp-3d-slider .pp-slider-nav .pp-slider-nav-button {
    color: #fff;
    border-radius: 0%
}

.pp-3d-slider .pp-slider-nav .pp-slider-nav-button:hover {
    color: #FFC20E
}
.pp-3d-slider .pp-slider-nav .pp-slider-nav-button svg path {
    fill: #fff
}

.pp-3d-slider .pp-slider-nav .pp-slider-nav-button:hover svg path {
    fill: #FFC20E
}


.pp-slider-wrapper .pp-slide .pp-slider-img {
    height: 500px;
    margin: 0 auto;
}

* {
    box-sizing: border-box !important;
}

.bg-transparnt-danger{
    background-color: #b72a2a88;
}

tbody, td, tfoot, th, thead, tr { border-color: #dedede; border-style: solid; border-width: 2px; padding: 10px; }
.descriptions img{
    max-width: 100%;
}
ul,
li {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

i {
    line-height: 0px;
    display: inline-block;
}

a:hover {
    cursor: pointer;
}

.text-golbehi {
    color: #ff1654;
}
.w-300{
    width:300px;
}
.shadow-bottom{
    box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Yekan' !important;
    background-color: #eaeded;
    letter-spacing: -1 !important;
    line-height: 28px;
}
body > header{
    z-index:999999;
}
textarea {
    height: 160px !important;
    overflow-y: auto;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.mh-100vh {
    max-height: 100vh;
}

.h-100vh {
    height: 100vh;
}
.img-cover{
    object-fit: cover;
    object-position: 50% 50%;
}
.bg-black-gradient{
    background-image: radial-gradient(at center center,#2d2d2d 0%,#000000 83%);
}
.height-fit {
    height: 40vw;
    object-fit: cover;
}

.owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    left:25px;
    display: block !important;
    border:0px solid black;
    font-size: 35px !important;
}

.owl-next {
    width: 35px;
    height: 35px;
    font-size: 35px;;
    position: absolute;
    top: 40%;
    right: 25px;
    display: block !important;
    border:0px solid black;
    font-size: 35px !important;

}
.owl-prev i, .owl-next i {color: #ccc;}

@media (max-width: 992px) {
    .height-fit {
        height: 30vw;
    }
}

@media (max-width: 992px) {
    .height-fit {
        height: 35vw;
    }
}

@media (max-width: 568px) {
    .height-fit {
        height: 40vw;
    }

    #offer-carousel .owl-stage .owl-item:first-child {
        display: none;
    }
}

@media (max-width: 390px) {
    .height-fit {
        height: 45vw;
    }
}

#main-nav.offcanvas{
    background-color: rgba(0,0,0,.8);
    padding: 20px 10px;
    transition: padding-top 0.3s,padding-bottom 0.3s, transform 0.3s;
}
#main-nav.offcanvas .nav-link{
    font-size: 16px;
}
.item{
    padding:3px;
}
.item > div:hover{
    box-shadow: 0px 0px 7px rgb(133, 132, 132);
}
.item-th {
    transition: all 0.5s;
}

.letter-0 {
    letter-spacing: -2px;
}

.main-header{
    background-color: #f9f9f9;
}
.search {
    position: relative;
    overflow: visible;
    flex-grow: 1;
}
.list-style-none{
    list-style: none;
}
.search input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px;
    background-clip: padding-box;
    border: 1px solid #C8C8C8;
    color: #717171;
    border-radius: 8px;
    background-color: #F0F0F1;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    font-size:14px;
    
}
.search input:focus{
    outline: none;
    border: none;
}
.search i {
    right: 8px;
    top: 9px;
    position: absolute;
    font-size: 20px;
    width: 36px;
    height: 36px;
    color: #383838;
}

.btn-login {
    font-size: 15px;
    color: #616161;
    background: transparent;
    border: none;
}

.btn-login i {
    font-size: 19px;
    color: #616161;
    background: transparent;
    border: none;
}

.btn-cart {
    font-size: 15px;
    border: 2px solid #e4e4e4;
    color: #232323!important;
    border-radius: 8px;
    padding: 8px 12px;
    background: transparent;
    position: relative;
    line-height: 31px;
    ;
}

.btn-cart i {
    font-size: 19px;
    display: inline-block;
    font-weight: 800;
}

.btn-cart .badge {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    font-size: 10px;
    right: 8px;
    line-height: 0px;
    padding: 8px 5px;
    display: inline-block;
}

.btn-menu .badge {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    font-size: 10px;
    right: -1px;
    line-height: 0px;
    padding: 8px 5px;
    display: inline-block;
}

.btn-menu {
    font-size: 23px;
    color: #616161!important;
    background: transparent;
    border: none;
    padding: 0px;
    line-height: 0px;
}

.lh-0 {
    line-height: 0px;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.dir-ltr {
    direction: ltr !important;
}

.dir-rtl {
    direction: rtl !important;
}

.text-gray-1 {
    color: #616161;
}

.text-gray-2 {
    color: #434343;
}

.border-gray-1 {
    border-color: #616161;
}

.bg-gray-2 {
    background-color: #434343;
}

.bg-gray-2 {
    background-color: #434343
}

.bg-blue {
    background-color: #00b4d8;
}
.bg-gray-3{
    background-color: #1e1e1e;
}
.border-gray-2 {
    border-color: #eaeded !important;
}

.z-index-99999 {
    z-index: 99999;
}

.before-rect::before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #0000ff;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.border-dot {
    border-bottom: 1px dotted #bdb2b2 !important;
}

.border-bottom-cipol {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFC20E;

}


.top-link {
    font-size: 13px;
    color: #616161;
    line-height: 31px;
    padding: 0px;
}

.top-link li {
    display: inline-block;
    vertical-align: middle;
}

.top-link li a,
.top-link li .alt {
    color: #616161;
    text-decoration: none;
    font-weight: 400;
}

.top-link li a:hover {
    color: #818181;
}

.search-bar {
    overflow: visible;
    margin-top: 15px;
    margin-bottom: 10px;
}

.logo {
    max-width: 177px;
    aspect-ratio: 177/39;
    width: 100%;
}

@media (min-width:992px){
    .main-nav > ul {
        width: 100%;
        display: flex;
        position: relative;
        list-style: none;
        z-index: 999999;
    }
    
    .main-nav > ul > li {
        font-weight: 400;
        line-height: 32px;
        font-size: 14px;
    
    }
    
    .main-nav > ul > li > a{
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
    
    }
    
    .main-nav > ul > li.first-li > a{
        text-decoration: none;
        display: inline-block;
        padding: 8px 0px 8px 12px !important;
    
    }
    
    .main-nav > ul li > a:hover{
        color:black !important;
        font-weight: 600;
    }
    
    .main-nav > ul > li > .sub-menu {
        display: none;
        position: absolute;
        top: 99%;
        right: 0px;
        width: 100%;
        background: white;
        padding: 10px;
        column-count: 4;
        max-height:60vh;
        overflow-y:auto;
    }
   
    .main-nav > ul > li > .sub-menu li {
        list-style: none;
    }
    
    .main-nav > ul > li:hover >  .sub-menu{
        display: block;
    }
}

@media (max-width:992px){
    .main-nav  ul {
        padding: 10px;
        list-style: none;
    }

    .main-nav > ul a{
        text-decoration: none;
        font-size: 16px;
    }

    .main-nav > ul > li {
        padding: 12px 14px 12px 0px;
        list-style: none;
    }

    .main-nav > ul > li > .sub-menu {
        transition: max-height 0.3s;
        overflow: hidden;
        max-height: 5000px;
        padding: 0px;
        margin-top:10px;
    }

    .main-nav > ul > li > .sub-menu li {
        list-style: none;
        padding: 13px 0px 13px 0px;
        margin-right:15px;
    }

    .main-nav > ul > li > .sub-menu:not(.d-md-block){
        max-height: 0px;
    }
}

#magic-line{
    background: #b72a2a;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #EF394E;
    transition: all 200ms ease-out;
    width:0px;
    padding: 0px;
}
.product-slider {
    background-color: white;
}

.product-slider .indexes {
    border-top: 3px solid #ff1654;
    position: relative;
    padding: 0px;
}

.product-slider .indexes::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top-color: #ff1654;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
}

.product-slider .indexes h3 {
    height: 87px;
    width: 100%;
    text-align: center;
    color: #ff1654;
    font-weight: 500;
    font-size: 22px;
    line-height: 87px;
    ;
}

.product-slider .indexes ul {
    padding: 0px;
    list-style: none;
}

.product-slider .indexes ul li {
    font-size: .875rem;
    font-weight: 300;
    cursor: pointer;
    margin-top: 3px;
    line-height: 24px;
    display: flex;
    width: 100%;
    line-height: 22px;
    position: relative;
}

.product-slider .indexes ul li span {
    color: #232323;
    word-spacing: -1px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    flex-grow: 1;
    padding: 0 10px 0 40px;
    position: relative;
    display: inline-block;
    font-weight: 300;
    cursor: pointer;
    line-height: 24px;
    padding-right: 8px;
    transition: all 0.3s;
}

.product-slider .indexes ul li:not(.active)::before {
    content: "";
    width: 4px;
    height: 26px;
    background-color: #a7a7a7;
    display: inline-block;
    margin-left: 13px;
}

.product-slider .indexes ul li.active::before {
    content: "";
    width: 8px;
    height: 26px;
    background-color: #ff1654;
    display: inline-block;
    margin-left: 9px;
}

.product-slider .indexes {
    border-left: 1px solid #efefef;
    padding-left: 20px;
}

.product-slider .indexes ul li.active span {
    border: 1px solid #ff1654;
    border-left: 0px;
    padding-left: 39px;
    padding-right: 20px;
}

.product-slider .indexes ul li.active::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    position: absolute;
    border: 1px solid #ff1654;
    border-top: 0;
    border-right: 0;
    background-color: inherit;
    left: -8px;
    top: 4px;
}

.product-slider .contents {
    padding-right: 30px;
    position: relative;
}

.product-slider .contents .content:not(.active) {
    display: none;
}

.product-slider .contents .content .active {
    display: block;
    height: 100%;
}

.go-up {
    border-radius: 50%;
    background-color: #434343;
    z-index: 0;
    top: -3px;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}

.go-up::after {
    width: 8px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e1e1e;
    position: absolute;
    left: -8px;
    bottom: 22px;
    content: ' ';
}

.go-up::before {
    width: 8px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e1e1e;
    position: absolute;
    right: -8px;
    bottom: 22px;
    content: ' ';
    z-index: 1;
}

.go-up .line {
    position: absolute;
    right: -4px;
    bottom: 16px;
    width: 60px;
    height: 10px;
    background-color: #434343;
}

.go-up i {
    position: relative;
    top: 4px;
}

.breadcrumb li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
}

.breadcrumb li:not(.active)::after {
    color: #232332;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    content: '\e83b';
    padding-right: 7px;
}

.breadcrumb li a {
    color: #232332;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.nav-pills button.active {
    border-bottom: 1px solid #ff1654 !important;
}

.descriptions h2 {
    font-size: 16px;
    font-weight: 500;
}

.descriptions p,
.descriptions li {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #434343;
}

.descriptions ul,
.descriptions ol {
    padding-right: 20px;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.picZoomer {
    position: relative;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    width: 100%;
    height: 100%;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../vendor/jqzoom/css/images/zoom-ico.png) left top no-repeat;
}

.aside-ul>li {
    list-style: none;
    cursor: pointer;
}

.aside-ul.has-sub>li::before {
    font-family: 'fontello';
    content: '\f107';
    margin-left: 10px;
}

.aside-ul>li>ul {
    list-style: none;
    cursor: pointer;
    padding-right: 30px;
}

.item-title {
    height: 33px;
    overflow-y: hidden;
    display: block;
}

.item-cart-btn {
    bottom: 0px;
    right: 0px;
}

.card {
    border-width: 0px !important;
}

.card-body {
    background-color: #fff !important;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%) !important;
    border-width: 0px !important;
    border-radius: 20px !important;
    overflow: hidden;
}
.lh-0{
    line-height: 0px;
}
.lh-1{
    line-height: 1px;
}
.lh-30{
    line-height: 30px;
}
.w-90{
    width: 90%;
}
.text-justify{
    text-align: justify;
}
.video-carousel .owl-item div{
    transition: background 0.4s,colo 0.4s;
}
.video-carousel .owl-item:hover div{
    background:#ff1654 !important;
    color:#ffffff !important;
}
.middle-bg{
    background-image: url("../image/template/Middle-BG.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
}
.middle-content {
    background-color: rgba(0,0,0,.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    padding:30px 20px;
    text-align: center;
}

.middle-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: white;
    font-family: IRANSans,IRANSans,sans-serif,Arial;
}

.middle-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    color: white;
    position:relative;
    display: inline-block;
    padding:0px 20px;
    font-family: IRANSans,IRANSans,sans-serif,Arial;
}

.middle-content h3::before {
    border-width: 0px;
    content:' ';
    width: 100px;
    border-style: solid;
    border-color: #ffd400;
    border-bottom-width: 4px;
    right: 100%;
    display: block;
    position: absolute;
    top: 50%;
}

.middle-content h3::after {
    border-width: 0px;
    content:' ';
    width: 100px;
    border-style: solid;
    border-color: #ffd400;
    border-bottom-width: 4px;
    left: 100%;
    display: block;
    position: absolute;
    top: 50%;
}
@media screen and (max-width:900px){
    .middle-content h2 {
        font-size:30px;
    }
    .middle-content h3 {
        font-size:19px;
    }
    .middle-content h3::after,.middle-content h3::before{
        display: none;
    }
}
.product-menu-button-element {
    height: 2px;
    width: 21px;
    background-color: #616161;
    margin: 6px 0;
}

.offcanvas {
    z-index: 9999999;
}

.rounded-20{
    border-radius: 20px !important;
}
.breadcrumb-custom{
    position:relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
    background-size: cover;
    z-index: 0;
}

.breadcrumb-custom-en{
    position:relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: cover;
    z-index: 0;
}
.bg-about{
    background-image:url("../image/template/About-Us-Banner.jpg");
}

.bg-contact{
    background-image:url("../image/template/contact-banner.jpg");
}

.bg-esalat{
    background-image:url("../image/template/Etebarsanji-Banner.jpg");
}

.bg-video{
    background-image:url("../image/template/video-banner.jpg");
}

.bg-seller{
    background-image:url("../image/template/branch-banner1.jpg");
}

.bg-certificate{
    background-image:url("../image/template/certificate.jpg");
}

.bg-about-en{
    background-image:url("../image/template/About-Us-Banner-en.jpg");
}

.bg-contact-en{
    background-image:url("../image/template/contact-banner-en.jpg");
}

.bg-esalat-en{
    background-image:url("../image/template/Etebarsanji-Banner-en.jpg");
}

.bg-video-en{
    background-image:url("../image/template/video-banner-en.jpg");
}

.bg-seller-en{
    background-image:url("../image/template/branch-banner1-en.jpg");
}

.bg-certificate-en{
    background-image:url("../image/template/certificate-en.jpg");
}

.breadcrumb-custom::after{
    background-image: linear-gradient(90deg,rgba(66,139,202,0) 0%,#FFC20E 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ' ';
}

.breadcrumb-custom-en::after{
    background-image: linear-gradient(90deg,#FFC20E 0%, rgba(66,139,202,0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ' ';
}

.breadcrumb-custom .row,.breadcrumb-custom-en .row{
    min-height: 280px;
}
.breadcrumb-custom h1,.breadcrumb-custom-en h1{
    font-size: 40px;
    text-align: center;
}

.breadcrumb-custom .text, .breadcrumb-custom-en .text{
    font-size: 25px;
    text-align: center;

}

.breadcrumb-custom nav, .breadcrumb-custom-en nav{
    background-color: rgba(255,255,255,.5);
    color: #333;
    text-align: center;
    padding:10px 0px;
    border-radius: 7px;;
}
.breadcrumb-custom nav ol ,.breadcrumb-custom-en nav ol{
    margin:0px;
    padding: 0px;
}
.breadcrumb-custom nav ol li, .breadcrumb-custom-en nav ol li{
    display: inline-block;
}
.breadcrumb-custom nav ol li:not(:last-child)::after, .breadcrumb-custom-en nav ol li:not(:last-child)::after{
    content: ' / ';
}
.breadcrumb-custom nav a, .breadcrumb-custom-en nav a{
    font-weight: 400;
    letter-spacing: -.3px;
    color: #333;
}

.box {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.video-link{
    position:relative;
    display: block;
}

.video-link::after{
    top:0px;
    left:0px;
    position:absolute;
    background: linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.1));
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    text-align: center;
    content: ' ';
    
}

.video-link:hover::after{
    opacity: 1;
}
.video-link i {
    display: none;
}
.video-link:hover i {
    display: block;
}
.video-box{
    height:40vw;
}
.page-content{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}
.page-content ul{
    padding-right: 30px;
}