﻿@import url(owl.css);
@import url(font-awesome.min.css);
@import url(ihover.css);
@import url(stroke-gap-icons.css);
@import url(flaticon.css);
@import url(jquery.fancybox.css);
@import url(magnific-popup.css);
@import url(slick.css);
@charset "utf-8";

@font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekanwebregular.eot') format('eot'), /* IE6â€“8 */
    url('../fonts/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanwebregular.ttf') format('truetype'); /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
}

html {
    overflow-x: hidden
}

body {
    background: #fff;
    font-family: 'yekan',sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #1a1a1a;
    direction: rtl
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'yekan',sans-serif;
    color: #373636;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #373636;
    font-family: 'yekan',sans-serif
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

a {
    font-family: 'yekan',sans-serif;
    margin: 0;
    padding: 0
}

    a:focus, a:hover {
        text-decoration: none
    }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    resize: none
}

    .form-control:focus {
        border-color: #ef233c;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

::-webkit-input-placeholder {
    color: #aaaaaa !important
}

::-moz-placeholder {
    color: #aaaaaa !important
}

:-ms-input-placeholder {
    color: #aaaaaa !important
}

input:-moz-placeholder {
    color: #aaaaaa !important
}

section {
    position: relative
}

.cs-ver-section-title {
    position: relative
}

    .cs-ver-section-title h1 {
        font-family: 'yekan',sans-serif;
        font-size: 75px;
        color: #dedede;
        text-transform: lowercase;
        font-weight: 700;
        position: absolute;
        right: -112px;
        top: 155px;
        z-index: 0;
        margin-bottom: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg)
    }

.cs-hor-section-title h1 {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.cs-ver-section-title h2 {
    font-family: 'yekan',sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #ef233c;
    position: absolute;
    right: -60px;
    top: 220px;
    z-index: 222;
    margin-bottom: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.cs-hor-section-title h2 {
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.cs-ver-section-title .cs-section-bdr {
    height: 1px;
    width: 80px;
    background: #ef233c;
    position: absolute;
    right: 7px;
    top: 75px;
    z-index: 222;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.cs-hor-section-title .cs-section-bdr {
    right: 320px;
    top: 63px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.cs-title h2 {
    font-size: 36px;
    display: inline-block
}

    .cs-title h2 span {
        color: #ef233c
    }

.cs-border-bottom {
    width: 100px;
    height: 1px;
    background: #ef233c
}

.cs-overlay-black::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.8)
}

.cs-overlay-white::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,.5)
}

.cs-overlay-brown::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: rgba(198,164,126,.9)
}

.cs-testimonial-area {
    background-image: url(images/bg/2.jpg)
}

/*.cs-blog-area {
    background-image: url(images/bg/8.png)
}*/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0,0,0,.7);
    line-height: 34px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .scroll-to-top:hover {
        color: #fff;
        background: #111;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.forcefullwidth_wrapper_tp_banner {
    z-index: 0
}

.main-header {
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.logo img {
    width: auto;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    z-index: 99;
    position: relative;
    max-height: 55px
}

.bounce-in-header.now-visible .logo img {
    margin-top: 4px
}

.bounce-in-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: white;
    z-index: 0;
    border-bottom: 1px solid #ccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

    .bounce-in-header .logo {
        padding: 6px 0 2px
    }

.float-right {
    float: right
}

.bounce-in-header.now-visible {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .header-lower {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(26,26,26,.85);
    z-index: 5
}

.header-style-three.bg-top.bg-color {
    position: absolute;
    top: 6%
}

.main-header.header-style-two {
    position: absolute;
    top: 5%
}

    .main-header.header-style-two .header-lower {
        background-color: transparent
    }

    .main-header.header-style-two .nav-outer {
        background-color: rgba(26,26,26,.85);
        padding: 10px 5px;
        border-radius: 20px 0 0;
    }

.main-header.header-style-three .header-lower {
    background: none
}

.main-header .nav-outer {
    position: relative
}

.main-header.header-style-three .nav-outer {
    background: rgba(255,196,27,.95)
}

.main-header.header-style-three.bg-top {
    background-color: transparent;
    position: absolute;
    top: 6%
}

    .main-header.header-style-three.bg-top .nav-outer {
        background-color: transparent
    }

    .main-header.header-style-three.bg-top.bg-color .nav-outer {
        background: transparent
    }

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    font-weight: 700
}

    .main-menu .navigation > li {
        position: relative;
        float: right;
        padding: 0
    }

.bounce-in-header .main-menu .navigation > li {
    margin-left: 0
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 15px 20px 12px;
    font-size: 14px;
    color: white;
    line-height: 30px;
    border-top: none;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

    .main-menu .navigation > li > a:hover, .main-menu .navigation > li > ul > li > a:hover {
        color: #ef233c
    }

.bounce-in-header .main-menu .navigation > li {
    margin-right: 30px
}

    .bounce-in-header .main-menu .navigation > li > a {
        color: black;
        padding: 15px 0 12px
    }

.main-menu .navigation > li:hover > a:after {
    opacity: 1
}

.main-menu .navigation > li > ul {
    position: absolute;
    right: 0;
    text-align: right;
    top: 150%;
    width: 210px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #283745;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-style-three .main-menu .navigation > li > ul {
    background: #247fe1
}

.main-menu .navigation > li > ul.from-right {
    right: auto;
    left: 0
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF
}

    .main-menu .navigation > li > ul > li:last-child {
        border-bottom: none
    }

    .main-menu .navigation > li > ul > li > a {
        position: relative;
        display: block;
        padding: 13px 18px 13px 15px;
        line-height: 22px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        background-color: rgba(26,26,26,.85);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease
    }

    .main-menu .navigation > li > ul > li:hover > a {
        color: #ef233c
    }

    .main-menu .navigation > li > ul > li.dropdown > a:after {
        font-family: 'FontAwesome';
        content: "\f061";
        position: absolute;
        left: 10px;
        top: 15px;
        width: 10px;
        height: 20px;
        display: block;
        color: #fff;
        line-height: 20px;
        font-size: 10px;
        text-align: center;
        z-index: 5
    }

    .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
        color: #fff
    }

    .main-menu .navigation > li > ul > li > ul {
        position: absolute;
        right: 120%;
        top: 0;
        width: 200px;
        padding: 0;
        z-index: 100;
        display: none;
        background: #283745
    }

.header-style-three .main-menu .navigation > li > ul > li > ul {
    background: #247fe1
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF
}

    .main-menu .navigation > li > ul > li > ul > li:last-child {
        border-bottom: none
    }

    .main-menu .navigation > li > ul > li > ul > li > a {
        position: relative;
        display: block;
        padding: 13px 18px 13px 15px;
        line-height: 22px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease
    }

    .main-menu .navigation > li > ul > li > ul > li:hover > a {
        color: #247fe1
    }

.main-menu .navigation > li.dropdown:hover > ul, .login-box li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    right: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    background: url(../images/icons/icon-submenu.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 999;
    display: none
}

.shop-box {
    font-size: 20px;
    padding-top: 15px
}

    .shop-box a sup {
        background-color: #ef233c;
        font-size: 10px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        position: relative;
        right: -20px;
        color: #fff;
        top: -20px
    }

    .shop-box span {
        padding: 10px;
        color: #fff
    }

    .shop-box .icon-Search {
        border-right: 1px solid #fff;
        font-size: 20px
    }

.accordion dt a.active {
    color: #264DC2
}

.accordion dt a {
    color: #333
}

.accordion dt {
    border: 1px solid #333;
    padding: 15px 26px;
    font-size: 14px;
    margin-bottom: 15px
}

.accordion dd {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 15px
}

.coupon-form p {
    margin-bottom: 20px
}

.accordion .form-group label {
    font-size: 16px;
    margin-bottom: 15px
}

.cart-total li {
    margin-top: 20px
}

.cart-total span {
    float: left
}

.cart-total li:last-child {
    margin-top: 0
}

.cart-item .form-group {
    border: 1px solid #eee
}

.border-1 {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
    margin-bottom: 5px
}

.bg-gray {
    background-color: #FAFAFA
}

.btn-cart {
    background: #264DC2;
    color: #FFF;
    padding: 12px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -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
}

    .btn-cart:hover {
        background: #FFC41B;
        color: #FFF !important;
        -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
    }

.btn-shop {
    background: #333;
    color: #FFF;
    padding: 12px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -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
}

    .btn-shop:hover {
        background: #264DC2;
        color: #FFF !important;
        -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
    }

.cs-my-btn-black {
    background: #1A1A1A;
    color: #fff;
    box-shadow: 1px 0 4px rgba(0,0,0,75);
    padding: 12px 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -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
}

    .cs-my-btn-black:hover {
        background: #fff;
        color: #1a1a1a !important;
        -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
    }

.cs-my-btn-white {
    background: #fff;
    color: #1a1a1a !important;
    box-shadow: 3px 4px 7px rgba(152,150,148,.5);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -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
}

    .cs-my-btn-white:hover {
        background: #1A1A1A;
        color: #ffffff !important;
        -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
    }

.cs-my-btn-brown {
    background: #ef233c;
    color: #ffffff !important;
    box-shadow: 1px 0 4px rgba(198,164,126,75);
    padding: 12px 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -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
}

    .cs-my-btn-brown:hover {
        background: #b4916b;
        color: #ffffff !important;
        -webkit-box-shadow: 6px 7px 11px -8px rgba(198,164,126,1);
        -moz-box-shadow: 6px 7px 11px -8px rgba(198,164,126,1);
        box-shadow: 6px 7px 11px -8px rgba(198,164,126,1);
        -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
    }

.main-slider .sub-title-1 {
    font-family: 'yekan',sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    font-style: italic;
    font-weight: 300
}

.main-slider .slider-title-1 {
    font-family: 'yekan',sans-serif;
    font-size: 72px;
    color: #1a1a1a
}

    .main-slider .slider-title-1 span {
        color: #ef233c;
        font-size: 72px;
        font-weight: 500
    }

.main-slider .sub-title-2 {
    color: #686868;
    font-size: 180px;
    font-family: 'yekan',sans-serif;
    opacity: .3
}

.main-slider .slider-title-2 {
    color: #FFF;
    font-size: 36px;
    text-transform: none;
    line-height: 53px;
    font-family: 'yekan',sans-serif
}

    .main-slider .slider-title-2 span {
        color: #ef233c;
        font-size: 36px
    }

.slider-title-2-border {
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 420px;
    height: 270px
}

.slider-title-2-round {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: -7px
}

.main-slider .slider-title-3 {
    font-family: 'yekan',sans-serif;
    font-size: 42px;
    color: #FFF;
    line-height: 72px
}

    .main-slider .slider-title-3 span {
        color: #ef233c;
        font-weight: 500;
        font-size: 42px
    }

.main-slider .slider-btn {
    background: #ef233c;
    color: #ffffff !important;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: 3px 4px 7px rgba(152,150,148,.5);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -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
}

    .main-slider .slider-btn:hover {
        background: #b4916b;
        color: #ffffff !important;
        -webkit-box-shadow: 6px 7px 11px -8px rgba(198,164,126,.7);
        -moz-box-shadow: 6px 7px 11px -8px rgba(198,164,126,.7);
        box-shadow: 6px 7px 11px -8px rgba(198,164,126,.7);
        -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
    }

.cs-about-area {
    padding: 80px 0 140px
}

.cs-about-box {
    position: relative;
    border: 5px solid #ef233c;
    padding: 30px 30px 50px 80px
}

    .cs-about-box img {
        width: 93px;
        height: 91px
    }

    .cs-about-box h2 {
        margin-bottom: 20px;
        margin-top: 10px
    }

        .cs-about-box h2 span {
            color: #ef233c
        }

    .cs-about-box p {
        margin-bottom: 20px
    }

    .cs-about-box a {
        color: #ef233c
    }

        .cs-about-box a i {
            padding-top: 3px;
            margin-right: 5px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .cs-about-box a:hover i {
            margin-right: 15px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

.cs-about-video {
    margin-top: 60px;
    margin-right: -100px;
    position: relative
}

    .cs-about-video img {
        height: 430px
    }

    .cs-about-video .cs-play-icone {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 42%;
        padding-top: 14px;
        width: 64px;
        height: 64px;
        background: #1A1A1A;
        text-align: center
    }

    .cs-about-video a span {
        font-size: 36px;
        color: #fff
    }

.cs-about-two {
    padding: 80px 0 50px
}

.cs-about-two-col {
    margin: 30px
}

    .cs-about-two-col img {
        max-height: 400px;
        width: auto;
        margin: auto
    }

    .cs-about-two-col p {
        text-align: justify;
        line-height: 32px
    }

    .cs-about-two-col .nav-tabs {
        border: none
    }

        .cs-about-two-col .nav-tabs > li {
            float: none
        }

            .cs-about-two-col .nav-tabs > li > a {
                border: none
            }

            .cs-about-two-col .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                border: none
            }

    .cs-about-two-col .tabs li {
        border: 3px solid transparent;
        margin-bottom: 20px;
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-about-two-col .tabs li:hover {
            border: 3px solid #F2EBE2;
            webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .cs-about-two-col .tabs li .cs-tab-btnimg {
            webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .cs-about-two-col .tabs li:hover .cs-tab-btnimg {
            opacity: .4;
            webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

    .cs-about-two-col .tab-content h2 {
        font-family: 'yekan',sans-serif;
        font-size: 32px;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 20px
    }

        .cs-about-two-col .tab-content h2 span {
            color: #ef233c
        }

    .cs-about-two-col .tab-content h6 {
        font-family: 'yekan',sans-serif;
        color: #a5a5a5;
        font-style: italic;
        font-weight: 400;
        text-transform: capitalize
    }

    .cs-about-two-col .tab-content p {
        margin-bottom: 25px
    }

.cs-specialization-area {
    overflow: hidden;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(images/bg/1.jpg)
}

.cs-specialization-col .cs-title h2 {
    margin-right: -625px;
    position: relative
}

.cs-specialization-col .cs-title .cs-border-bottom {
    position: absolute;
    left: 0;
    bottom: -10px
}

.cs-white-bg-color {
    background: #fff;
    height: 400px;
    padding-left: 30px;
    padding-right: 30px
}

.cs-single-icon-box {
    padding: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .cs-single-icon-box:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .cs-single-icon-box a {
        color: #373636
    }

    .cs-single-icon-box p {
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'yekan',sans-serif;
        font-size: 12px;
        margin-top: 15px
    }

    .cs-single-icon-box [class^="flaticon-"]:before, [class*=" flaticon-"]:before {
        margin-right: 0;
        font-size: 50px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .cs-single-icon-box:hover [class^="flaticon-"]:before, [class*=" flaticon-"]:before {
        color: #ef233c;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.portfolio-style-two {
    padding-top: 80px
}

.portfolio-filter-item {
    padding-bottom: 50px;
    margin-top: 150px
}

.portfolio .portfolio-item {
    float: right
}

    .portfolio .portfolio-item .thumb {
        position: relative
    }

        .portfolio .portfolio-item .thumb img {
            width: 100%;
            height: auto;
            display: block
        }

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255,255,255,.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.portfolio-item:hover .portfolio-hover, .portfolio-item:hover .portfolio-hover .portfolio-description, .portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1
}

    .portfolio-item:hover .portfolio-hover .portfolio-description {
        bottom: 45%;
        margin-bottom: -60px
    }

    .portfolio-item:hover .portfolio-hover .action-btn {
        top: 40%;
        margin-top: -50px
    }

.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s
}

.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px
}

    .portfolio-description, .portfolio-description h4 a, .portfolio-hover .action-btn a {
        font-family: 'yekan',sans-serif;
        font-weight: 400;
        text-align: center;
        color: #222
    }

        .portfolio-description h4 {
            margin-bottom: 5px;
            font-size: 14px;
            text-transform: uppercase
        }

        .portfolio-description p {
            font-size: 12px;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: 400;
            color: #757575
        }

        .portfolio-description a, .portfolio-title a {
            color: #757575
        }

.portfolio.gutter .portfolio-item {
    padding: 10px
}

.portfolio.col-2 .portfolio-item {
    width: 49.99%
}

.portfolio.col-3 .portfolio-item {
    width: 33.3333333%
}

.portfolio.col-4 .portfolio-item {
    width: 24.98%
}

.portfolio.col-5 .portfolio-item {
    width: 19.99%
}

.portfolio.col-6 .portfolio-item {
    width: 16.666666667%
}

.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none
}

    .portfolio-filter li {
        display: inline-block
    }

        .portfolio-filter li a {
            color: #a9a8a8;
            margin: 0 15px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500
        }

            .portfolio-filter li a:hover, .portfolio-filter li.active a {
                color: #222
            }

.portfolio-style-two .portfolio-description h4 {
    font-size: 18px;
    text-transform: uppercase
}

.portfolio-style-two .portfolio-description p {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600
}

    .portfolio-style-two .portfolio-description p a {
        color: #ef233c;
        font-family: 'yekan',sans-serif;
        font-size: 11px;
        font-weight: 400
    }

.portfolio-style-two .portfolio-description h4 a {
    color: #fff
}

.portfolio-style-two .action-btn i:before {
    font-size: 30px;
    color: #fff
}

.portfolio-style-two .portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 0;
    transform: scale(0);
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.portfolio-style-two .portfolio-item:hover .portfolio-hover .action-btn {
    top: 42%
}

.portfolio-style-two .portfolio-item:hover .portfolio-hover {
    transform: scale(1);
    opacity: 1
}

.cs-portfolio-masonry-area {
    padding-top: 0;
    padding-bottom: 80px
}

    .cs-portfolio-masonry-area .portfolio-masonry {
        margin-top: 150px
    }

    .cs-portfolio-masonry-area .cs-section-bdr {
        right: 340px
    }

.cs-learnmore-bar {
    padding: 50px 0;
    background: #ef233c
}

    .cs-learnmore-bar h2 {
        font-family: 'yekan',sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 30px;
        margin-top: 5px
    }

.cs-more-service-area {
    padding: 0 0 50px;
    position: relative
}

    .cs-more-service-area .cs-hor-section-title .cs-section-bdr {
        right: 350px
    }

.cs-more-service-col {
    margin-bottom: 30px;
    position: relative;
    padding-right: 90px;
    padding-top: 30px
}

.cs-clients-area > .container {
    margin-bottom: 60px
}

cs-more-service-col p {
    text-align: justify
}

.cs-more-service-col img {
    max-width: 100px;
    max-height: 100px;
    float: right;
    margin-left: 7px
}

.cs-more-service-area .cs-more-service-col h2 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 72px;
    color: #eee;
    z-index: 111
}

.cs-more-service-area .cs-more-service-col i {
    position: absolute;
    right: -15px;
    top: 10px;
    z-index: 222;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-more-service-area .cs-more-service-col:hover i {
    color: #ef233c;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-more-service-area .cs-more-service-col [class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    font-size: 50px
}

.cs-more-service-area .cs-more-service-col h4 {
    font-size: 18px
}

.cs-inner-sevice {
    padding-top: 0
}

    .cs-inner-sevice .cs-more-service-col {
        margin-top: 150px
    }

    .cs-inner-sevice .mt20 {
        margin-top: 20px
    }

    .cs-inner-sevice .cs-more-service-col p {
        text-align: justify;
        max-height: 110px;
        overflow: hidden
    }

.cs-service-area {
    padding: 0 0 50px
}

    .cs-service-area .cs-service-col {
        margin-top: 150px;
        margin-bottom: 30px
    }

.hexagon {
    width: 100px;
    height: 60px;
    background: #1A1A1A;
    position: relative;
    margin-bottom: 50px;
    padding-top: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .hexagon img {
        width: 42px;
        height: 45px;
        margin: auto
    }

    .hexagon:before {
        content: " ";
        position: absolute;
        top: -25px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #1A1A1A;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #1A1A1A;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.cs-service-area .cs-service-col:hover .hexagon {
    background: #ef233c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .cs-service-area .cs-service-col:hover .hexagon:after {
        border-top: 25px solid #ef233c;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .cs-service-area .cs-service-col:hover .hexagon:before {
        border-bottom: 25px solid #ef233c;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.cs-service-area .cs-service-col h3 {
    font-family: 'yekan',sans-serif;
    font-size: 24px;
    font-weight: 400
}

.cs-service-two .mt30 {
    margin-top: 30px
}

.cs-testimonial-area {
    padding: 40px 0 30px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative
}

    .cs-testimonial-area .testimonial-item {
        position: relative
    }

        .cs-testimonial-area .testimonial-item p {
            color: #FFF;
            text-align: left;
            padding-top: 23%
        }

        .cs-testimonial-area .testimonial-item i {
            color: #FFF;
            font-size: 72px;
            position: absolute;
            right: 25%;
            text-align: center;
            top: 70px;
            opacity: .6;
            transform: rotateY(180deg)
        }

        .cs-testimonial-area .testimonial-item .testimonial-content .content {
            text-align: center;
            background-color: #ef233c;
            padding: 10px;
            margin-top: 20px;
            position: relative
        }

            .cs-testimonial-area .testimonial-item .testimonial-content .content h4 {
                font-family: 'yekan',sans-serif;
                color: #FFF;
                text-transform: capitalize;
                margin-bottom: 5px
            }

        .cs-testimonial-area .testimonial-item .testimonial-content img {
            margin-top: 30px
        }

        .cs-testimonial-area .testimonial-item .testimonial-content .content p {
            text-align: center;
            font-size: 12px;
            font-family: 'yekan',sans-serif;
            padding-top: 0
        }

.testimonial-thumb-img {
    position: relative
}

.border-outline {
    position: relative
}

    .border-outline:before {
        content: '';
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 1;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        outline: 5px solid #eee;
        position: absolute;
        opacity: .5;
        width: 70%
    }

.cs-blog-area {
    padding: 0 0 50px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 20px
}

    .cs-blog-area .cs-blog-col {
        margin-top: 150px;
        margin-bottom: 30px;
        border: 2px solid white;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 8px
    }

        .cs-blog-area .cs-blog-col img {
            border-radius: 8px 8px 0 0;
            height: 280px;
            object-fit: cover;
        }

        .cs-blog-area .cs-blog-col:hover {
            border-color: black;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

    .cs-blog-area .cs-hor-section-title .cs-section-bdr {
        right: 385px
    }

    .cs-blog-area .cs-blog-col .cs-blog-content {
        width: 100%;
        padding: 20px 20px 30px 20px
    }

        .cs-blog-area .cs-blog-col .cs-blog-content h4 a {
            font-family: 'yekan',sans-serif;
            color: #373636;
            font-weight: 600
        }

        .cs-blog-area .cs-blog-col .cs-blog-content p {
            font-family: 'yekan',sans-serif;
            color: #ef233c;
            font-size: 14px !important;
            height: 130px;
            overflow: hidden;
            text-align: justify;
            line-height: 32px
        }

    .cs-blog-area .cs-blog-col .cs-blog-img {
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-blog-area .cs-blog-col .cs-blog-img .cs-bg-path {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(198,164,126,.8);
            visibility: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

    .cs-blog-area .cs-blog-col:hover .cs-bg-path {
        visibility: visible;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .cs-blog-area .cs-blog-col .cs-link-box {
        position: absolute;
        left: 20px;
        top: 20px;
        background: rgba(0,0,0,.8);
        padding: 5px 15px
    }

        .cs-blog-area .cs-blog-col .cs-link-box span {
            color: #fff;
            font-size: 30px
        }

.cs-inner-blog-area {
    padding-top: 80px
}

    .cs-inner-blog-area .cs-blog-col {
        margin-top: 0
    }

.cs-searce-field .form-control {
    height: 46px;
    border: none;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding-right: 0
}

.cs-searce-field .cs-search-btn {
    border-radius: 0;
    border: none;
    background: #fff;
    border-bottom: 1px solid #ccc
}

.cs-searce-field .cs-icon-Search {
    font-size: 30px
}

.cs-category-area {
    margin-top: 60px
}

.cs-sidebar-title {
    position: relative;
    padding-right: 30px
}

    .cs-sidebar-title h4 {
        font-weight: 400;
        margin-bottom: 15px
    }

    .cs-sidebar-title span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px
    }

.cs-small-bdr {
    width: 40px;
    height: 2px;
    background: #ef233c;
    margin-right: -30px
}

.cs-category-area ul li {
    margin-top: 20px
}

    .cs-category-area ul li a {
        font-size: 14px;
        color: #373636
    }

        .cs-category-area ul li a del {
            color: #ef233c
        }

.cs-post-area {
    margin-top: 60px
}

    .cs-post-area ul li {
        margin-bottom: 25px
    }

    .cs-post-area .cs-single-post {
        position: relative;
        padding-right: 95px
    }

        .cs-post-area .cs-single-post img {
            width: 70px;
            height: 80px;
            position: absolute;
            right: 0;
            top: 0
        }

        .cs-post-area .cs-single-post h5 {
            margin-bottom: 0
        }

            .cs-post-area .cs-single-post h5 a {
                font-size: 14px;
                line-height: 20px;
                color: #373636;
                text-transform: capitalize
            }

        .cs-post-area .cs-single-post span {
            color: #b8b8b8
        }

        .cs-post-area .cs-single-post a {
            color: #ef233c
        }

.cs-quote {
    margin-top: 60px
}

.cs-tag-area {
    margin-top: 50px
}

    .cs-tag-area ul li {
        float: right;
        margin-bottom: 25px;
        margin-left: 5px
    }

        .cs-tag-area ul li a {
            padding: 15px 20px;
            color: #fff;
            background: #1A1A1A;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .cs-tag-area ul li a:hover {
                background: #ef233c;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out
            }

.cs-blog-classic-area .cs-blog-col .cs-blog-content .cs-blog-para {
    font-size: 14px;
    font-weight: 400;
    color: #373636;
    margin-bottom: 30px;
    font-family: 'yekan',sans-serif
}

.cs-blog-classic-area .cs-blog-col .cs-blog-content {
    padding-right: 0
}

.cs-blog-classic-area .cs-blog-col {
    border: none
}

    .cs-blog-classic-area .cs-blog-col .cs-blog-img {
        position: relative
    }

    .cs-blog-classic-area .cs-blog-col:hover .cs-blog-img {
        margin-left: 0;
        margin-top: 0
    }

    .cs-blog-classic-area .cs-blog-col .cs-link-box {
        position: absolute;
        left: 20px;
        top: 20px;
        background: rgba(0,0,0,.8);
        padding: 5px 15px
    }

        .cs-blog-classic-area .cs-blog-col .cs-link-box span {
            color: #fff;
            font-size: 30px
        }

    .cs-blog-classic-area .cs-blog-col .cs-blog-sub-text {
        margin-bottom: 20px;
        border-right: 1px solid #c7c7c7
    }

        .cs-blog-classic-area .cs-blog-col .cs-blog-sub-text p {
            color: #8b8b8b;
            padding-right: 20px;
            font-size: 14px;
            font-weight: 400;
            font-family: 'yekan',sans-serif
        }

        .cs-blog-classic-area .cs-blog-col .cs-blog-sub-text span {
            font-weight: 373636;
            font-size: 13px;
            padding-right: 20px;
            font-family: 'yekan',sans-serif
        }

.cs-share-icon {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE
}

    .cs-share-icon ul li {
        float: right;
        color: #8b8b8b;
        margin-left: 10px;
        text-align: center;
        font-size: 16px;
        line-height: 32px
    }

        .cs-share-icon ul li a i {
            color: #8B8B8B;
            width: 35px;
            height: 35px;
            padding-top: 8px;
            border: 1px solid #ccc;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

            .cs-share-icon ul li a i:hover {
                background: #ef233c;
                color: #fff;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out
            }

.cs-blog-comment {
    margin-top: 50px;
    margin-bottom: 100px
}

    .cs-blog-comment h4 span {
        font-size: 15px;
        margin-right: 5px;
        color: #ef233c
    }

    .cs-blog-comment h4 a {
        color: #373636
    }

.cs-comment-content {
    position: relative;
    padding-right: 120px;
    margin-top: 30px
}

    .cs-comment-content img {
        width: 95px;
        height: 95px;
        position: absolute;
        right: 0;
        top: 0
    }

    .cs-comment-content .cs-name {
        color: #ef233c
    }

        .cs-comment-content .cs-name span {
            font-size: 11px;
            color: #373636
        }

.cs-contact-field h5 {
    margin-bottom: 30px
}

.cs-contact-field .form-control {
    border: none;
    border-bottom: 1px solid #D1D1D1;
    padding-right: 0;
    margin-bottom: 15px
}

.cs-contact-field .cs-contorl {
    height: 45px
}

.cs-contact-field .cs-my-btn-brown {
    padding: 12px 50px;
    margin-top: 30px
}

.cs-clients-area {
    padding: 20px 0 10px 10px;
    background: #c4c6c8;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow {
    display: none !important
}

.slick-slide {
    outline: none
}

.single-item img {
    width: auto
}

.cs-counter-area {
    padding: 80px 0 0
}

    .cs-counter-area .cs-counter-col {
        margin-bottom: 30px
    }

        .cs-counter-area .cs-counter-col span {
            font-size: 60px;
            color: #ef233c;
            font-family: 'yekan',sans-serif
        }

        .cs-counter-area .cs-counter-col p {
            font-size: 18px;
            text-transform: uppercase
        }

.cs-counter-two {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

    .cs-counter-two .cs-counter-col span {
        color: #fff
    }

    .cs-counter-two .cs-counter-col p {
        color: #fff
    }

.cs-team-area {
    padding: 0 0 50px
}

.cs-team-col {
    margin-top: 150px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-team-area .cs-section-bdr {
    right: 395px
}

.cs-team-col .cs-team-social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-team-col:hover .cs-team-social {
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.login-box {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99
}

    .login-box a {
        color: #fff;
        font-size: 12px
    }

        .login-box a i {
            font-size: 22px
        }

.login-drp {
    padding: 20px 0
}

.login-box > ul > li {
    display: inline-block
}

.cart-badge {
    position: absolute;
    top: -12px;
    left: 12px;
    width: 14px;
    height: 14px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px
}

.cart_wrapper {
    margin-right: 10px
}

    .cart_wrapper a {
        position: relative;
        margin: 4px;
        display: flex;
        justify-content: center;
        align-items: center
    }

.view-product {
    display: block;
    text-align: center;
    border: 2px solid;
    border-radius: 7px
}

.product-box {
    background: #cecece;
    padding: 10px 5px
}

    .product-box a {
        color: #000;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        display: block
    }

    .product-box p {
        color: #000;
        text-align: center;
        height: 50px;
        margin-top: 5px
    }

.products-carousel .owl-nav {
    display: flex;
    flex-direction: row-reverse
}

    .products-carousel .owl-nav .owl-prev, .products-carousel .owl-nav .owl-next {
        margin: 0 5px
    }

.cs-team-col .cs-team-social li {
    width: 100%
}

    .cs-team-col .cs-team-social li a {
        color: #1A1A1A;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-team-col .cs-team-social li a:hover {
            color: #ef233c;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

.cs-team-col img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-team-col h5 {
    font-family: 'yekan',sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 5px
}

.cs-team-col span {
    margin-right: 20px;
    text-transform: uppercase
}

.cs-over-box {
    width: 100%;
    min-height: 355px;
    border: 5px solid #ef233c;
    position: absolute;
    top: 40px;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.products-carousel .cs-full-wd480 {
    box-shadow: 0 0 2px 3px #cecece;
    border-radius: 8px;
    margin: 5px
}

    .products-carousel .cs-full-wd480 img {
        border-radius: 8px;
        height: 200px;
        width: 280px;
        object-fit: cover;
    }

.cs-team-details-area {
    padding: 80px 0 50px
}

    .cs-team-details-area .cs-team-details-col {
        margin-bottom: 30px
    }

.cs-details-box {
    padding: 40px;
    border: 4px solid #ef233c
}

    .cs-details-box h3 {
        font-family: 'yekan',sans-serif;
        font-size: 24px;
        font-weight: 400
    }

    .cs-details-box h6 {
        font-weight: 600;
        font-size: 12px
    }

    .cs-details-box img {
        width: 100px;
        height: 58px;
        float: left
    }

    .cs-details-box .cs-icone-group ul li {
        float: right;
        margin-right: 20px
    }

        .cs-details-box .cs-icone-group ul li a {
            color: #1a1a1a
        }

            .cs-details-box .cs-icone-group ul li a:hover {
                color: #ef233c
            }

.progress-levels {
    margin-top: 20px;
    margin-bottom: 20px
}

    .progress-levels .progress-box {
        position: relative;
        margin-bottom: 25px;
        overflow: hidden
    }

        .progress-levels .progress-box:last-child {
            margin-bottom: 0
        }

        .progress-levels .progress-box:last-child {
            margin-bottom: 0
        }

        .progress-levels .progress-box .box-title {
            position: relative;
            font-size: 18px;
            line-height: 24px;
            color: #181818;
            text-transform: capitalize;
            margin-bottom: 16px
        }

        .progress-levels .progress-box .bar {
            position: relative;
            height: 10px;
            background: #eee
        }

            .progress-levels .progress-box .bar .bar-innner {
                position: relative;
                right: 0;
                top: 0;
                width: 100%;
                height: 4px
            }

            .progress-levels .progress-box .bar .bar-fill {
                position: absolute;
                top: 0;
                width: 0;
                height: 10px;
                background: #ef233c;
                -moz-transition: all 2000ms ease 300ms;
                -webkit-transition: all 2000ms ease 300ms;
                -ms-transition: all 2000ms ease 300ms;
                -o-transition: all 2000ms ease 300ms;
                transition: all 2000ms ease 300ms
            }

        .progress-levels .progress-box.animated .bar .bar-fill {
            right: 0
        }

        .progress-levels .progress-box .percent {
            position: absolute;
            left: 0;
            top: -40px;
            font-size: 18px;
            color: #181818 !important;
            line-height: 24px;
            opacity: 1;
            -moz-transition: all 2000ms ease 700ms;
            -webkit-transition: all 2000ms ease 700ms;
            -ms-transition: all 2000ms ease 700ms;
            -o-transition: all 2000ms ease 700ms;
            transition: all 2000ms ease 700ms
        }

        .progress-levels .progress-box.animated .percent {
            opacity: 1
        }

.project-one .cs-section-bdr {
    right: 235px
}

.project-one .cs-hor-section-title h2 {
    right: 0
}

.default-project-item {
    position: relative;
    padding: 0;
    padding-top: 150px
}

    .default-project-item .inner-box {
        position: relative;
        display: block;
        overflow: hidden
    }

    .default-project-item .image-box {
        position: relative;
        display: block;
        height: 315px;
    }

        .default-project-item .image-box img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .default-project-item .overlay-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,0,0,.9);
        color: #fff;
        opacity: 0;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    .default-project-item .inner-box:hover .overlay-box {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .default-project-item .overlay-inner {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle
    }

        .default-project-item .overlay-inner .content {
            position: relative;
            display: table-cell;
            vertical-align: middle
        }

        .default-project-item .overlay-inner h3 {
            font-size: 18px;
            color: #fff;
            text-transform: uppercase
        }

        .default-project-item .overlay-inner h5 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 12px;
            color: #ef233c
        }

        .default-project-item .overlay-inner p {
            font-size: 10px;
            color: #333;
            text-transform: uppercase;
            font-weight: 600;
            font-style: italic
        }

        .default-project-item .overlay-inner h3 a {
            color: #fff
        }

        .default-project-item .overlay-inner .image-link {
            position: absolute;
            display: block;
            font-size: 20px;
            height: 100%;
            color: #fff;
            margin-bottom: 20px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

            .default-project-item .overlay-inner .image-link > i {
                top: 70%;
                position: relative
            }

            .default-project-item .overlay-inner .image-link .icon {
                display: inline-block;
                font-size: 24px
            }

.cs-project-two .default-project-item {
    padding-top: 0
}

.cs-inner-project {
    padding-bottom: 80px
}

    .cs-inner-project .cs-section-bdr {
        right: 360px
    }

    .cs-inner-project .default-project-item {
        padding-top: 0
    }

.cs-details-area {
    padding: 80px 0 50px
}

    .cs-details-area .cs-details-col {
        margin-bottom: 30px
    }

    .cs-details-area .cs-look-img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-details-area .cs-look-img:hover {
            -webkit-box-shadow: 0 1px 44px -7px rgba(0,0,0,.75);
            -moz-box-shadow: 0 1px 44px -7px rgba(0,0,0,.75);
            box-shadow: 0 1px 44px -7px rgba(0,0,0,.75);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

.cs-room-detail {
    position: relative
}

.cs-round-point {
    position: absolute;
    left: 60px;
    top: 78px;
    width: 5px;
    height: 5px;
    background: #C1C1C1;
    border-radius: 50%
}

    .cs-round-point::before {
        content: " ";
        position: absolute;
        right: 5px;
        top: 2px;
        width: 100px;
        height: 1px;
        background: #ef233c;
        z-index: 999
    }

.cs-round-point-two {
    position: absolute;
    right: 60px;
    top: 30px;
    width: 5px;
    height: 5px;
    background: #C1C1C1;
    border-radius: 50%
}

    .cs-round-point-two::before {
        content: " ";
        position: absolute;
        left: 5px;
        top: 2px;
        width: 100px;
        height: 1px;
        background: #ef233c;
        z-index: 999
    }

.cs-details-area .cs-details-col h2 {
    font-family: 'yekan',sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    text-transform: capitalize
}

    .cs-details-area .cs-details-col h2 span {
        color: #ef233c
    }

.cs-details-area .cs-details-col .hexagon {
    width: 54px;
    height: 35px;
    margin-bottom: 25px;
    padding-top: 3px
}

    .cs-details-area .cs-details-col .hexagon img {
        width: 26px;
        height: 28px
    }

    .cs-details-area .cs-details-col .hexagon::before {
        top: -15px;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
        border-bottom: 15px solid #1A1A1A
    }

    .cs-details-area .cs-details-col .hexagon::after {
        bottom: -15px;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
        border-top: 15px solid #1A1A1A
    }

.cs-details-area .cs-details-col h5 {
    font-family: 'yekan',sans-serif;
    margin-bottom: 0;
    line-height: 26px
}

.cs-details-area .cs-details-col:hover .hexagon {
    background: #ef233c
}

    .cs-details-area .cs-details-col:hover .hexagon::before, .cs-details-area .cs-details-col:hover .hexagon::after {
        border-bottom-color: #ef233c;
        border-top-color: #ef233c
    }

.cs-intro-area {
    padding: 0 0 50px
}

.cs-intro-col {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.cs-intro-overly {
    width: 100%;
    min-height: 200px;
    background: #1A1A1A;
    position: absolute;
    bottom: -35px;
    right: 0;
    transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-intro-col:hover .cs-intro-overly {
    background: #ef233c;
    transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-intro-content {
    padding: 35px 20px 20px 20px;
    transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-intro-col:hover .cs-intro-content {
    transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.cs-intro-content h4 a {
    font-size: 16px;
    color: #fff;
    font-family: 'yekan',sans-serif;
    margin-bottom: 15px
}

.cs-intro-content p {
    color: #fff;
    margin-bottom: 15px
}

.cs-intro-bdr {
    width: 115px;
    height: 1px;
    background: #fff
}

.cs-page-heading-area {
    padding: 300px 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.cs-page-linkbox {
    width: 270px;
    background: rgba(198,164,126,.8);
    padding: 20px 30px
}

    .cs-page-linkbox h3 {
        color: #fff;
        margin-bottom: 0
    }

    .cs-page-linkbox p, .cs-page-linkbox p a {
        color: #fff;
        font-family: 'yekan',sans-serif;
        text-transform: uppercase;
        -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
    }

        .cs-page-linkbox p a:hover {
            color: #ccc;
            -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
        }

.cs-buy-area {
    padding: 100px 0 80px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

    .cs-buy-area h2 {
        font-size: 36px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 20px
    }

        .cs-buy-area h2 span {
            color: #ef233c
        }

.cs-description-area {
    padding: 80px 0 50px;
    overflow: hidden
}

    .cs-description-area .cs-description-col {
        margin-bottom: 30px
    }

    .cs-description-area h2 {
        font-size: 30px;
        line-height: 42px
    }

        .cs-description-area h2 span {
            color: #ef233c
        }

.cs-video-area {
    padding: 80px 0 50px;
    background-position: 0 110%;
    background-repeat: no-repeat
}

.cs-video-col {
    margin-bottom: 30px;
    position: relative
}

.cs-video-area h2 {
    font-size: 36px
}

    .cs-video-area h2 span {
        color: #ef233c
    }

.cs-video-area .cs-video-col a span {
    font-size: 72px;
    color: #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -40px;
    margin-top: -40px;
    padding-top: 5px;
    width: 80px;
    height: 80px;
    text-align: center
}

.cs-video-area .cs-video-col .cs-centering {
    padding-top: 80px
}

.cs-service-details-area {
    padding: 80px 0 50px;
    overflow: hidden
}

.cs-service-details-col {
    margin-bottom: 30px
}

.cs-overly-img-field {
    position: relative;
    margin-bottom: 30px
}

.cs-over-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: auto;
    text-align: center
}

    .cs-over-text i::before {
        color: #ef233c;
        font-size: 50px
    }

    .cs-over-text h3 {
        color: #fff;
        margin-bottom: 0;
        margin-top: 20px
    }

    .cs-over-text p {
        color: #fff;
        text-transform: uppercase;
        font-size: 8px
    }

.cs-contact-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 20px
}

    .cs-contact-box .cs-contact-info {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        padding: 20px
    }

        .cs-contact-box .cs-contact-info p {
            color: #fff
        }

.cs-site-link {
    background: #1A1A1A;
    padding: 10px 20px;
    margin-bottom: 50px
}

    .cs-site-link a {
        color: #fff
    }

        .cs-site-link a:hover {
            color: #ef233c
        }

.panel-default > .panel-heading {
    color: #ef233c;
    background: white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .panel-default > .panel-heading:hover {
        background: #ef233c;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

.panel-group .panel {
    border-radius: 0;
    border-color: #ef233c
}

.panel-heading {
    border-radius: 0;
    padding: 0
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ef233c
}

.panel-title {
    font-weight: 400;
    font-size: 14px;
    padding: 15px 15px;
    width: 100%
}

.cs-service-details-col .panel-title i:before {
    margin-right: 0;
    padding-top: 3px
}

.cs-portfolio-area-two {
    padding: 0 0 80px
}

    .cs-portfolio-area-two .cs-hor-section-title .cs-section-bdr {
        right: 340px;
        top: 62px
    }

.portfolio .portfolio-item .thumb {
    position: relative
}

    .portfolio .portfolio-item .thumb img {
        width: 100%;
        height: auto;
        display: block
    }

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.portfolio-item:hover .portfolio-hover, .portfolio-item:hover .portfolio-hover .portfolio-info, .portfolio-item:hover .portfolio-hover .portfolio-btn {
    opacity: 1
}

    .portfolio-item:hover .portfolio-hover .portfolio-info {
        bottom: 60%;
        margin-bottom: -90px
    }

    .portfolio-item:hover .portfolio-hover .portfolio-btn {
        top: 44%;
        margin-top: -45px
    }

.portfolio-hover .portfolio-info {
    position: absolute;
    bottom: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s
}

.portfolio-hover .portfolio-btn {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 1.50em
}

    .portfolio-info, .portfolio-info h4 a, .portfolio-hover .portfolio-btn a {
        text-align: center;
        color: #fff
    }

        .portfolio-info h4 a {
            font-size: 18px;
            text-transform: uppercase
        }

        .portfolio-info p a {
            color: #ef233c;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 600;
            font-style: normal
        }

        .portfolio-info h4 {
            margin-bottom: 0;
            font-size: .875em;
            text-transform: uppercase;
            font-family: 'yekan',sans-serif
        }

        .portfolio-info p {
            font-size: .75em;
            margin-bottom: 0;
            font-style: italic;
            font-weight: 400;
            color: #757575;
            font-family: 'yekan',sans-serif
        }

        .portfolio-info a, .portfolio-title a {
            color: #757575
        }

.portfolio.gutter .portfolio-item {
    padding: 10px
}

.portfolio.col-2 .portfolio-item {
    width: 49.99%
}

.portfolio.col-3 .portfolio-item {
    width: 33.3333333%
}

.portfolio.col-4 .portfolio-item {
    width: 24.98%
}

.portfolio.col-5 .portfolio-item {
    width: 19.99%
}

.portfolio.col-6 .portfolio-item {
    width: 16.666666667%
}

.portfolio-filter {
    margin: 0;
    list-style: none
}

    .portfolio-filter li {
        display: inline-block
    }

        .portfolio-filter li a {
            font-size: 14px;
            color: #373636;
            margin: 0 10px;
            padding: 10px;
            line-height: 3
        }

            .portfolio-filter li a:hover, .portfolio-filter li.active a {
                color: #ef233c
            }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    border: medium none;
    outline: medium none
}

.flex-control-nav {
    border: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.flex-direction-nav {
    display: none
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s
}

.flex-control-nav {
    bottom: 15px;
    margin: 0;
    position: absolute;
    left: 15px;
    text-align: center;
    z-index: 10
}

    .flex-control-nav li {
        display: block;
        float: right;
        height: 10px;
        margin: 0 3px;
        width: 10px
    }

        .flex-control-nav li a {
            border: 1px solid #fff;
            border-radius: 50%;
            cursor: pointer;
            display: block;
            height: 10px;
            text-indent: -9999px;
            transition: all 0.3s ease-in-out 0s;
            width: 10px
        }

            .flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
                background-color: #fff
            }

.flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .flex-direction-nav a {
        background-color: rgba(0,0,0,.5);
        color: rgba(0,0,0,.8);
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: -40px 0 0;
        overflow: hidden;
        position: absolute;
        text-decoration: none;
        top: 50%;
        transition: all 0.3s ease-in-out 0s;
        width: 40px;
        z-index: 200
    }

        .flex-direction-nav a:hover {
            background-color: rgba(0,0,0,.7)
        }

        .flex-direction-nav a::before {
            color: #fff;
            content: "ï„„";
            display: block;
            font-family: "fontawesome";
            font-size: 16px;
            text-align: center;
            width: 40px
        }

        .flex-direction-nav a.flex-next::before {
            content: "ï„…"
        }

    .flex-direction-nav .flex-prev {
        right: 0
    }

    .flex-direction-nav .flex-next {
        left: 0;
        text-align: left
    }

.post-slider-thumb .flex-control-thumbs {
    right: auto;
    margin: 0 auto;
    position: relative;
    left: auto;
    text-align: left;
    top: 10px;
    z-index: 10
}

    .post-slider-thumb .flex-control-thumbs li {
        cursor: pointer;
        display: inline-block;
        float: none;
        height: auto;
        margin: 0 3px 0 0;
        width: 80px
    }

.post-slider .flex-direction-nav, .post-slider-thumb .flex-direction-nav {
    display: block
}

    .post-slider .flex-direction-nav .flex-prev, .post-slider .flex-direction-nav .flex-next, .post-slider-thumb .flex-direction-nav .flex-prev, .post-slider-thumb .flex-direction-nav .flex-next {
        opacity: 0
    }

.post-slider:hover .flex-direction-nav .flex-prev, .post-slider:hover .flex-direction-nav .flex-next, .post-slider-thumb:hover .flex-direction-nav .flex-prev, .post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1
}

.post-list-aside .post-img img {
    border: 2px solid transparent
}

    .post-list-aside .post-img img.flex-active {
        border: 2px solid rgba(0,0,0,.8)
    }

.post-slider .flex-control-thumbs {
    display: none
}

blockquote {
    background-color: #f5f2eb;
    font-size: 17.5px;
    margin: 20px 0 20px 0;
    padding: 30px 17px;
    border-right: 0;
    font-family: 'yekan',serif;
    font-weight: 600
}

.mfp-bottom-bar {
    margin-top: -90px;
    right: 5%
}

.mfp-title {
    font-size: 16px;
    background: rgba(198,164,126,.9);
    width: 70%;
    padding: 10px 20px
}

.project-description h5 i {
    color: #1daf2a;
    font-size: 16px
}

.cs-title-portfolio {
    padding-bottom: 70px
}

    .cs-title-portfolio .cs-section-bdr {
        right: 340px
    }

    .cs-title-portfolio .portfolio-title {
        background: #1A1A1A;
        padding: 20px 30px 20px 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-title-portfolio .portfolio-title:hover {
            background: #ef233c;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .cs-title-portfolio .portfolio-title h4 {
            margin-bottom: 0;
            font-weight: 400;
            line-height: .8
        }

            .cs-title-portfolio .portfolio-title h4 a {
                font-family: 'yekan',sans-serif;
                font-size: 14px;
                color: #fff;
                line-height: 24px
            }

        .cs-title-portfolio .portfolio-title p {
            font-size: 9px;
            color: #fff;
            text-transform: uppercase
        }

    .cs-title-portfolio .action-btn a {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        top: 60px
    }

        .cs-title-portfolio .action-btn a:focus {
            outline: none
        }

.cs-portfolio-details-area {
    width: 100%;
    padding: 80px 0 50px
}

    .cs-portfolio-details-area .cs-portfolio-col {
        margin-bottom: 30px
    }

        .cs-portfolio-details-area .cs-portfolio-col h3 {
            font-family: 'yekan',sans-serif;
            text-transform: capitalize;
            font-size: 24px;
            font-weight: 400
        }

        .cs-portfolio-details-area .cs-portfolio-col h6 {
            color: #ef233c;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 25px
        }

        .cs-portfolio-details-area .cs-portfolio-col h5 i {
            color: #ef233c;
            margin-left: 5px
        }

        .cs-portfolio-details-area .cs-portfolio-col span {
            font-family: 'yekan',sans-serif;
            font-style: italic;
            font-size: 14px
        }

.cs-error-area {
    padding: 80px 0;
    text-align: center
}

    .cs-error-area h2 {
        font-size: 36px;
        font-family: 'yekan',sans-serif;
        font-weight: 700;
        margin-bottom: 0
    }

        .cs-error-area h2 span {
            color: #ef233c
        }

.cs-big-text {
    position: relative
}

    .cs-big-text h2 {
        font-family: 'yekan',sans-serif;
        font-size: 300px;
        text-shadow: 1px 1px 10px rgba(0,0,0,.86)
    }

        .cs-big-text h2 span {
            color: #ef233c
        }

    .cs-big-text img {
        width: 365px;
        height: 185px;
        position: absolute;
        right: 35%;
        top: 60%
    }

.cs-error-area h3 {
    font-family: 'yekan',sans-serif;
    font-size: 38px;
    font-weight: 400;
    margin-top: 60px
}

.cs-error-area .cs-my-btn-black {
    padding: 10px 40px;
    margin-top: 20px
}

.cs-contact-one {
    padding: 110px 0 30px
}

.cs-contact-col {
    margin-bottom: 50px
}

    .cs-contact-col .hexagon {
        text-align: center;
        padding-top: 15px;
        margin: auto;
        margin-bottom: 50px
    }

    .cs-contact-col:hover .hexagon {
        background: #ef233c
    }

        .cs-contact-col:hover .hexagon:before {
            border-bottom: 25px solid #ef233c
        }

        .cs-contact-col:hover .hexagon:after {
            border-top: 25px solid #ef233c
        }

    .cs-contact-col .hexagon span {
        color: #fff;
        text-align: center
    }

    .cs-contact-col h3 {
        font-family: 'yekan',sans-serif;
        font-weight: 400
    }

    .cs-contact-col a {
        color: #373636
    }

        .cs-contact-col a:hover {
            color: #ef233c
        }

.cs-contact-one .cs-contact-field h5 {
    font-family: 'yekan',sans-serif;
    font-size: 24px;
    font-weight: 400
}

.cs-contact-two .map-section {
    margin-bottom: 80px
}

.cs-map-area {
    padding-bottom: 50px
}

.cs-contact-two h5 {
    font-family: 'yekan',sans-serif;
    font-size: 24px;
    font-weight: 400
}

.cs-main-footer {
    padding: 30px 0 0;
    background: rgba(26,26,26,.85);
}

    .cs-main-footer p {
        color: white;
    }

.cs-footer-col {
    margin-bottom: 30px;
    color:white;
}
    .cs-footer-col b{
        font-size:14px;
    }
    .cs-main-footer img {
        width: 160px;
        margin: auto;
        max-height: 110px
    }

.cs-main-footer ul li {
    margin: 15px
}

    .cs-main-footer ul li a {
        font-family: 'yekan',sans-serif;
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        font-size: 14px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-main-footer ul li a:hover {
            color: #ef233c;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

.cs-main-footer .form-control {
    height: 35px;
    border: none;
    background: #F7F7F7;
    border-bottom: 1px solid #ccc
}

.cs-sent-btn {
    border-radius: 0;
    border: none;
    background: #F7F7F7;
    border-bottom: 1px solid #ccc
}

    .cs-sent-btn:hover {
        background: transparent;
        border-color: #ccc
    }

.cs-main-footer .icon {
    font-size: 30px
}

.bounce-in-header > .container, .bounce-in-header > div {
    position: relative
}

.cs-copyright-area {
    padding: 10px 0;
    background: #F7F7F7
}

    .cs-copyright-area h5 {
        font-family: 'yekan',sans-serif;
        font-size: 11px;
        margin-top: 5px;
        line-height: 22px;
        font-weight: 400
    }

        .cs-copyright-area h5 a {
            font-family: 'yekan',sans-serif;
            font-size: 11px;
            color: #ef233c
        }

    .cs-copyright-area a i {
        font-size: 25px;
        color: silver;
        margin-right: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

        .cs-copyright-area a i:hover {
            color: #ef233c;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

.p20 {
    padding: 20px
}

.pln {
    padding-left: 0
}

.prn {
    padding-right: 0
}

.ptn {
    padding-top: 0
}

.pbn {
    padding-bottom: 0
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.prn {
    padding-right: 0
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr100 {
    padding-right: 100px
}

.pln {
    padding-left: 0
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl100 {
    padding-left: 100px
}

.mln {
    margin-left: 0
}

.mrn {
    margin-right: 0
}

.mtn {
    margin-top: 0
}

.mbn {
    margin-bottom: 0
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mrn {
    margin-right: 0
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mln {
    margin-left: 0
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.clients-carousel .owl-nav {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    width: 31px;
    justify-content: space-between
}

.cs-contact-col p {
    height: 100px;
    overflow: hidden
}

.cs-more-service-col p {
    text-align: justify
}

.cs-blog-content h4 {
    height: 50px;
    overflow: hidden
}

    .cs-blog-content h4 a {
        font-size: 14px;
        text-align: justify;
        line-height: 26px
    }

.box h4 {
    font-size: 12px
}

.products-carousel .owl-nav i {
    color: #fff;
    background: #ef233c;
    padding: 15px
}

.btn-workmates {
    position: absolute;
    left: 0;
    top: 10px
}

.fix-tel {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

    .fix-tel img {
        width: 50px;
        height: auto
    }

    .fix-tel .tel-box {
        text-align: center;
        font-size: 17px;
        left: 0;
        top: 50%;
        transform: translate(calc(-100% - 13px),-50%);
        white-space: nowrap;
        padding: 5px 15px;
        line-height: 21px;
        color: #333;
        background-color: #fff;
        box-shadow: 0 1.93465px 7.73859px rgba(0,0,0,.15);
        border-radius: 10px;
        content: none;
        position: absolute;
        z-index: 10;
        z-index: 9999
    }

        .fix-tel .tel-box:before {
            content: "";
            right: -9px;
            top: 50%;
            transform: translateY(-50%);
            height: 0;
            width: 0;
            z-index: 11;
            border-width: 5px 0 5px 10px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
            position: absolute
        }

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 10px;
    z-index: 999
}

span.flag-container {
    margin: 0 5px
}

    span.flag-container a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    span.flag-container i {
        font-size: 11px
    }

    span.flag-container img {
        width: 23px
    }

table.table th {
    text-align: right
}

.fancybox-title {
    font-family: 'yekan',sans-serif
}

.video-wrapper {
    margin-top: 130px
}

    .video-wrapper .video-title {
        padding: 10px;
        text-align: center;
        background: #c4c4c4;
        border-radius: 5px 5px 0 0
    }

.video-link {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 999
}

.text-container {
    z-index: 99999;
    position: absolute;
    text-align: center;
    bottom: 50%;
    right: 50%;
    transform: translateX(50%);
    background: rgba(255,255,255,.52)
}

    .text-container h3, .text-container p {
        padding: 10px 25px
    }

.workmate.owl-carousel .owl-item img {
    height: 100px;
    object-fit: contain;
    width: 100px;
}
.workmate.owl-carousel .owl-item a{
    display:flex;
    justify-content:center;
}
.cs-clients-area .cs-ver-section-title{
    padding-bottom:35px;
}