a , a:hover, a:active, a:focus{
	outline: 0;
}
.main_body{
    font-family: iransans;
}

.main_color{
    color: #4285F4;
}

.main_color_2{
    color: #86C232;
}

.main_color_3{
    color: #61892F;
}

.main_color_4{
    color: #20437d;
}

.main_background_color{
    background-color: #4285F4;
}

.main_background_color_2{
    background-color: #86C232;
}

.main_background_color_3{
    background-color: #61892F;
}

.main_background_color_4{
    background-color: #20437d;
}

a {
    text-decoration: none
}

.full_width_height{
    width: 100%;
    height: 100%;
}

.padding0{
    padding: 0px;
}

.divider_5{
	height: 5px;
}

.divider_10{
	height: 10px;
}

.divider_15{
	height: 15px;
}

.divider_20{
	height: 20px;
}

a.taga1:hover{
    text-shadow: 0px 0px 1px #999;
}

a.taga2:hover{
    color: white;
}

#header_search_bottom_a_div:hover{
     background-color: #eeeeee;
 }

#header_search_top_a_div:hover{
    background-color: #eeeeee;
}

#box_shadow_element:hover{
    box-shadow: 0px 0px 6px #aaa;
}

input[type=checkbox] + label
{
    background: url("../images/public/input/checkbox_off.png") no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

input[type=checkbox]:checked + label
{
    background: url("../images/public/input/checkbox_on.png") no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

input[type="checkbox"]
{
    display: none;
}

input.toggle[type=checkbox] + label
{
    background: url("../images/public/input/toggle_off.png") no-repeat;
    height: 20px;
    width: 45px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

input.toggle[type=checkbox]:checked + label
{
    background: url("../images/public/input/toggle_on.png") no-repeat;
    height: 20px;
    width: 45px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}





input[type=radio] + label
{
    background: url("../images/public/input/radio_off.png") no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

input[type=radio]:checked + label
{
    background: url("../images/public/input/radio_on.png") no-repeat;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

input[type="radio"]
{
    display: none;
}







input.change_price + label
{
    background: url("../images/public/input/change_price_icon.png") no-repeat;
    height: 40px;
    width: 150px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin: 0px 5px;
    cursor: pointer;
}

.simple_btn{
	color: white;
	font-size: 13px;
	font-family: bYekan;
	padding: 5px 10px;
    transition: 300ms ease;
    background-color: #4285F4;
}

.simple_btn:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_2{
    color: white;
    font-family: iransans;
    font-size: 17px;
    border-color: #4285F4;
    background-color: #4285F4;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms ease;
}

.simple_btn_2:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_3{
    color: white;
    font-family: yekan;
    font-size: 13px;
    border-color: #4285F4;
    background-color: #4285F4;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms ease;
    line-height: 15px;
}

.simple_btn_3:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_4{
    color: #999;
    font-family: yekan;
    font-size: 13px;
    border: 1px solid #999;
    background-color: ghostwhite;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms ease;
    line-height: 15px;
}

.simple_btn_4:hover{
    transition: 300ms ease;
    color: #555;
}

.simple_btn_5{
    color: #fff;
    font-family: yekan;
    font-size: 13px;
    border: 1px solid #4285F4;
    background-color: #4285F4;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms ease;
    line-height: 15px;
}

.simple_btn_5:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_6{
    color: white;
    font-family: iransans;
    font-size: 17px;
    border-color: #86C232;
    background-color: #86C232;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    transition: 300ms ease;
}

.simple_btn_6:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_7{
    font-family: iransans;
    font-size: 17px;
    border: 1px solid #61892F;
    background-color: #86C232;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms ease;
    color: black;
    text-align: center;
}

.simple_btn_7:hover{
    transition: 300ms ease;
    background-color: #61892F;
}

.simple_btn_8{
    font-family: iransans;
    font-size: 17px;
    background-color: #4285F4;
    cursor: pointer;
    transition: 300ms ease;
    color: black;
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
}

.simple_btn_8:hover{
    background-color: #20437d;
    transition: 300ms ease;
}

.simple_btn_9{
    color: white;
    font-family: iransans;
    font-size: 17px;
    border-color: black;
    background-color: #444;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    cursor: pointer;
    transition: 300ms ease;
}

.simple_btn_9:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_10{
    color: white;
    font-family: iransans;
    font-size: 17px;
    border-color: limegreen;
    background-color: limegreen;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    cursor: pointer;
    transition: 300ms ease;
}

.simple_btn_10:hover{
    transition: 300ms ease;
    opacity: 0.8;
}

.simple_btn_11{
    font-family: iransans;
    font-size: 17px;
    background-color: #4285F4;
    cursor: pointer;
    transition: 300ms ease;
    color: black;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
}

.simple_btn_11:hover{
    background-color: #20437d;
    transition: 300ms ease;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#profile_brief_box_row:hover{
    transition: 300ms ease;
    background: #eeeeee;
}

#profile_right_pannel_item{
    transition: 300ms ease;
    color: #333;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

#profile_right_pannel_item:hover{
    transition: 300ms ease;
    background: #eeeeee;
    color: #4285F4;
}

#profile_right_pannel_item_2{
    transition: 300ms ease;
    background: antiquewhite;
    color: crimson;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

#profile_right_pannel_item_2:hover{
    transition: 300ms ease;
    color: white;
    background-color: crimson;
}

.smooth_gray_background_color{
    transition: 300ms ease;
    background: gray url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
}

.smooth_white_background_color{
    transition: 300ms ease;
    background: white url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
}

html {
    scroll-behavior: smooth;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.delete_icon_1{
    transition: 300ms ease;
    background-color: #fb3449;
}

.delete_icon_1:hover{
    transition: 300ms ease;
    background-color: #721c24;
}

button::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline: none;
}

contact_us_bg{
    background:url('../images/public/contact_us_background.png');
}

.main_page_special_products_title_class{
    color: #000;
    background-color: #cee9a8;
    transition: 300ms;
    font-size: 18px;
	border-right: 3px solid #86C232;
	padding-right: 5px;

}

.main_page_special_products_title_class_off{
    background-color: #fff;
    transition: 300ms;
    font-size: 18px;
	border-right: 3px solid #fff;
	padding-right: 5px;
	color: #333;
}

img.img_with_box_shadow{
    box-shadow: 0px 0px 3px #eee;
}

img.img_with_box_shadow:hover{
    box-shadow: 0px 0px 3px gray;
}

a.footer_1_a:hover{
    transition: 300ms;
    font-family: yekan;
}

a.footer_1_a{
    padding-right: 0px;
    font-family: yekan;
}

.co_bg{

    /* The image used */
    /*background-image: url("../images/public/cooperator_bg.jpg");*/

    /* Full height */
    /*height: 100%;*/

    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.hover_8{
    opacity: 1;
    transition: 300ms;
}

.hover_8:hover{
    opacity: 0.8;
    transition: 300ms;
}

.each_box_shadower{
  z-index: 10;
  transition: 300ms;
}

.each_box_shadower:hover{
  box-shadow: 0px 0px 20px #ddd;
  z-index: 30;
  transition: 300ms;
}

.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

.why-us .box span {
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #007eb9;
    text-align: center;
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #232f3e;
    text-align: center;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.why-us .box:hover {
    background: #232f3e;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
}

/* Modern "حرفه ای خرید کنید" section */
.pro-shop {
    position: relative;
    overflow: hidden;
    margin: 28px 0 16px;
    padding: 48px 0 40px;
    border-radius: 18px;
    direction: rtl;
}

.pro-shop-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(139, 92, 246, 0.35), transparent 42%),
        radial-gradient(circle at 90% 8%, rgba(59, 130, 246, 0.4), transparent 40%),
        radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.25), transparent 45%),
        linear-gradient(135deg, #0b1224 0%, #1e1b4b 40%, #1e3a8a 72%, #2563eb 130%);
    z-index: 0;
}

.pro-shop-bg:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
}

.pro-shop-title {
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
    font-family: iransans, yekan, Tahoma, sans-serif;
}

.pro-shop-badge {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    font-size: 12px;
    background: linear-gradient(90deg, #6366f1, #3b82f6, #8b5cf6);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

.pro-shop-title h2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 32px;
    font-family: yekan, iransans;
    color: #fff;
    line-height: 1.5;
}

.pro-shop-title-accent {
    background: linear-gradient(90deg, #93c5fd, #818cf8, #c4b5fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.pro-shop-title p {
    margin: 0 auto;
    max-width: 720px;
    padding: 0 12px;
    color: rgba(226, 232, 240, 0.92);
    font-size: 14px;
    line-height: 1.9;
}

.pro-shop-brand {
    color: #a5b4fc;
    font-weight: 700;
}

.pro-shop-cards {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
}

.pro-shop-cards > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 18px;
}

.pro-shop-card {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 28px 22px 26px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 14px 34px rgba(2, 12, 36, 0.22);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}

.pro-shop-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
}

.pro-shop-card.tone-return:before {
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
}
.pro-shop-card.tone-ship:before {
    background: linear-gradient(90deg, #2563eb, #60a5fa);
}
.pro-shop-card.tone-auth:before {
    background: linear-gradient(90deg, #1e3a8a, #4f46e5, #7c3aed);
}

.pro-shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(2, 12, 36, 0.3);
}

.pro-shop-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.25);
}

.tone-return .pro-shop-icon {
    background: linear-gradient(145deg, #7c3aed, #4f46e5);
}
.tone-ship .pro-shop-icon {
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
}
.tone-auth .pro-shop-icon {
    background: linear-gradient(145deg, #1e1b4b, #3730a3, #2563eb);
}

.pro-shop-card h4 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-family: yekan, iransans;
    color: #0f172a;
    font-weight: 700;
}

.pro-shop-card p {
    margin: 0;
    padding: 0 6px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
    font-family: iransans, yekan, Tahoma, sans-serif;
}

@media screen and (max-width: 768px) {
    .pro-shop {
        padding: 36px 0 28px;
        border-radius: 12px;
        margin: 18px 8px 12px;
    }
    .pro-shop-title h2 {
        font-size: 24px;
    }
    .pro-shop-cards > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 14px;
    }
    .pro-shop-card {
        margin: 0;
        padding: 22px 16px;
    }
    .pro-shop-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
        border-radius: 16px;
    }
}

/* Modern brands carousel */
.brands-section {
    position: relative;
    margin: 28px 0 20px;
    padding: 36px 0 28px;
    border-radius: 18px;
    overflow: hidden;
    direction: rtl;
    background:
        radial-gradient(ellipse 60% 80% at 100% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 70% at 0% 100%, rgba(59, 130, 246, 0.1), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 48%, #f1f5f9 100%);
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.brands-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

.brands-section-head {
    text-align: center;
    margin-bottom: 22px;
    font-family: iransans, yekan, Tahoma, sans-serif;
}

.brands-section-badge {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #3b82f6, #6366f1, #8b5cf6);
    box-shadow: 0 8px 18px rgba(99, 102, 241, 0.28);
}

.brands-section-title {
    margin: 0 0 8px;
    padding: 0;
    font-family: yekan, iransans;
    font-size: 26px;
    color: #0f172a;
    line-height: 1.5;
}

.brands-section-title span {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.brands-section-sub {
    margin: 0 auto;
    max-width: 520px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}

.brands-carousel {
    direction: ltr;
}

.brands-carousel .owl-stage-outer {
    padding: 10px 2px 16px;
}

.brands-slide {
    padding: 4px 2px;
}

.brands-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    padding: 14px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: border-color 0.25s ease;
    text-decoration: none !important;
}

.brands-card:hover {
    border-color: rgba(99, 102, 241, 0.45);
}

.brands-logo {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.15);
    transition: filter 0.25s ease;
}

.brands-card:hover .brands-logo {
    filter: none;
}

.brands-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -18px;
    pointer-events: none;
}

.brands-carousel .owl-nav button.owl-prev,
.brands-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #1e293b, #334155) !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
    pointer-events: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brands-carousel .owl-nav button.owl-prev { left: -6px; }
.brands-carousel .owl-nav button.owl-next { right: -6px; }

.brands-carousel .owl-nav button:hover {
    transform: scale(1.06);
    box-shadow: 0 10px 22px rgba(99, 102, 241, 0.35);
}

.brands-carousel .owl-nav button span {
    display: none;
}

@media screen and (max-width: 768px) {
    .brands-section {
        margin: 18px 8px 14px;
        padding: 26px 0 20px;
        border-radius: 14px;
    }
    .brands-section-title {
        font-size: 20px;
    }
    .brands-card {
        height: 78px;
        border-radius: 14px;
        padding: 10px 8px;
    }
    .brands-logo {
        max-height: 46px;
    }
    .brands-carousel .owl-nav button.owl-prev,
    .brands-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 12px !important;
    }
}

.imp_title:before{
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
}

.imp_title:after{
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #4285F4;
    bottom: 0;
    left: calc(50% - 20px);
}

input:focus{
    outline-width: 0;
}

.page_limit_a{
    color: #B6B6B6;
}

.page_limit_a:hover{
    background-color: #4285F4;
    color: white;
    border-radius: 4px;
    transition: 300ms;
}

.third_color{
    color: #0e65f1;
}

.third_main_background_color{
    background-color: #0e65f1;
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative;
}
.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #4285F4;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}
.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
    color: #4154f1;
}
.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #333;
  min-height: 40px;
  margin-top: 0px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 97px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #8894f6;
  content: "/";
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio2 #portfolio2-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio2 #portfolio2-flters li.do {
  cursor: pointer;
  display: inline-block;
  margin: 10px 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 8px;
  border-radius: 50px;
  font-family: "yekan";
}

.portfolio2 #portfolio2-flters li.do:hover, .portfolio2 #portfolio2-flters li.filter-active {
  background: #4285F4;
  color: #fff;
}

.portfolio2 #portfolio2-flters li.dont {
  cursor: default;
  display: inline-block;
  margin: 10px 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 8px;
  border-radius: 50px;
  font-family: "yekan";
}

.portfolio2 #portfolio2-flters li.dont:hover {

}

.portfolio2 .portfolio2-item {
  margin-bottom: 30px;
}

.portfolio2 .portfolio2-item .portfolio2-img {
  overflow: hidden;
}

.portfolio2 .portfolio2-item .portfolio2-img img {
  transition: all 0.6s;
}

.portfolio2 .portfolio2-item .portfolio2-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(15, 41, 47, 0.8);
  padding: 10px 15px;
}

.portfolio2 .portfolio2-item .portfolio2-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio2 .portfolio2-item .portfolio2-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio2 .portfolio2-item .portfolio2-info .preview-link, .portfolio2 .portfolio2-item .portfolio2-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio2 .portfolio2-item .portfolio2-info .preview-link:hover, .portfolio2 .portfolio2-item .portfolio2-info .details-link:hover {
  color: #4285F4;
}

.portfolio2 .portfolio2-item .portfolio2-info .details-link {
  right: 10px;
}

.portfolio2 .portfolio2-item:hover .portfolio2-img img {
  transform: scale(1.15);
}

.portfolio2 .portfolio2-item:hover .portfolio2-info {
  opacity: 1;
}

#box_shadow_element{
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  transition: all 0.4s;
}

#box_shadow_element:hover{
  box-shadow: 0 3px 20px -2px #aaa;
  transition: all 0.4s;
}

span.lineafter::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #86C232;
  margin-top: 10px;
}

.small_rounded{
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.small_rounded_2{
  font-size: 18px;
  display: inline-block;
  background: #ccc;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.small_rounded_3{
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.small_rounded_rect_1{
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50px;
  text-align: center;
  height: 36px;
  transition: 0.3s;
}
