@font-face
{
    font-family: "Yekan";
    src: url( "../fonts/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../fonts/W_YEKAN_0.TTF" )format( "truetype" );
}

@font-face
{
    font-family: 'Yekan' , "Montserrat-UrtlaLight";
    src: url(../fonts/Montserrat-UrtlaLight.otf);
}

/* ==========================================================================
    1. CSS RESET
    ========================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Yekan';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    direction: rtl;
    font-family: 'Yekan';
}
ul ul, ul ol, ol ul, ol ol
{
    padding-right: 40px;
}
blockquote, q
{
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus
{
    outline: 0;
    text-decoration: none;
}
a:focus, a:active
{
    text-decoration: none;
    outline: 0;
}

/* ==========================================================================
    2. DOCUMENT STYLES
    ========================================================================= */
body
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    background-color: #fff;
}
.row
{
    margin-bottom: 70px;
}


.row-poll
{
    margin-bottom: 0px;
}




.row-video
{
    margin-bottom: 30px;
}


.row-equal-height
{
    display: table;
}
.row-equal-height *[class^="col-"]
{
    display: table-cell;
    float: none;
}
.centered
{
    text-align: center;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}
.img-responsive
{
    width: auto;    
    
}

.img-responsive-main
{
    width: 100%;
   border: 7px solid rgba(108, 104, 104, 0.8);
   border-radius: 3px;
    -moz-border-radius: 3px; /*Firefox*/
    -webkit-border-radius: 3px; /*Safari, Chrome*/
}


.img-responsive-gallery
{
    border: 7px solid rgba(60, 45, 47, 0.8);
    -moz-border-radius: 1px; /*Firefox*/
    -webkit-border-radius: 1px; /*Safari, Chrome*/
    border-radius: 1px;
    width: 150px;
}


.float-right
{
    float: right;
}
.float-left
{
    float: left;
}
.page-content.custom-background
{
    padding-top: 0px;
}
.padding-0
{
    padding: 0;
}
.mb-0
{
    margin-bottom: 0 !important;
}
.mb-20
{
    margin-bottom: 20px !important;
}
.mb-30
{
    margin-bottom: 20px !important;
}
.mb-40
{
    margin-bottom: 20px !important;
}
.mb-55
{
    margin-bottom: 20px !important;
}
.mb-60
{
    margin-bottom: 20px !important;
}
.mb-70
{
    margin-bottom: 20px !important;
}
.mb-100
{
    margin-bottom: 100px !important;
}
.pt-0
{
    padding-top: 0 !important;
}
.pt-20
{
    padding-top: 20px !important;
}
.pt-40
{
    padding-top: 40px !important;
}
.pt-60
{
    padding-top: 60px !important;
}
.pt-80
{
    padding-top: 80px !important;
}
.pt-100
{
    padding-top: 100px !important;
}
.pt-120
{
    padding-top: 100px !important;
}
.pt-150
{
    padding-top: 150px !important;
}
.pt-160
{
    padding-top: 160px !important;
}
.pb-80
{
    padding-bottom: 80px !important;
}


/* ==========================================================================
    3. TYPOGRAPHY 
    ========================================================================= */

p, a
{
    color: #777777;
}
p, span
{
    line-height: 22px;
}
p
{
    padding-bottom: 20px;
}
a
{
    line-height: 22px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    color: #333;
}

h1
{
    font-size: 30px;
    line-height: 30px;
}

h2
{
    font-size: 24px;
    line-height: 26px;
}

h3
{
    font-size: 18px;
    line-height: 24px;
}

h4
{
    font-size: 18px;
    line-height: 22px;
}

h5
{
    font-size: 16px;
    line-height: 18px;
}

h6
{
    font-size: 15px;
    line-height: 18px;
}
strong
{
    font-weight: 600;
}
strong a:hover
{
    text-decoration: underline;
}
.dark strong
{
    color: #bbbbbb;
}
ul, ol
{
    list-style-position: inside;
    list-style-type: none;
}
ul li, ol li
{
    padding-bottom: 0;
}
.listy-style-none
{
    list-style: none;
}
ul.list-border li, ol.list-border li
{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    padding-top: 3px;
}
ul.list-border li:last-child, ol.list-border li:last-child
{
    border-bottom: none;
    padding-bottom: 0;
}
ul.list-border li:first-child, ol.list-border li:first-child
{
    padding-top: 0;
}
.page-content ul
{
    margin-bottom: 15px;
}
.page-content ul li
{
    position: relative;
    font-size: 14px;
}
blockquote + p
{
    margin-top: 15px;
}


/* ==========================================================================
    4. HEADER
    ========================================================================= */

.header-wrapper
{
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header-wrapper.header-transparent
{
    background-color: transparent;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header-wrapper.header-transparent.solid-color
{
    background-color: #222222;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header-wrapper.header-transparent.solid-color .main-nav
{
    background: #fff;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.header-wrapper.header-transparent.solid-color .main-nav .navbar-default
{
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#header
{
    position: relative;
    z-index: 1000;
}
#search
{
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
    z-index: 1005;
    background-color: transparent;
    margin-top: 23px;
}
.search-submit
{
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 35px;
    min-height: 35px;
    border: none;
    text-indent: -9999px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#search:focus, .search-submit:focus, #m_search:focus
{
    outline: none;
}
#m_search
{
    background: transparent;
    border-right: 1px solid #888888;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 5px 25px;
    float: right;
    width: 170px;
    font-style: italic;
    color: #ffffff;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#m_search:-ms-input-placeholder
{
    color: #777777;
}

/* ==========================================================================
    4.1. MAIN NAVIGATION
    ========================================================================= */

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: transparent;
}

.main-nav .row
{
    margin-bottom: 0;
}

.main-nav
{
    background: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 25px;
    -webkit-box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px -8px 0px 0px rgba(0,0,0,0.15);
}

.navbar
{
    min-height: 60px;
    margin: -20px 0px 0px 0px;
}

.navbar-default
{
    background-color: rgba(60, 45, 47, 0.9) !important;
    border: none;
    background: none;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.9;
}

.navbar-nav > li
{
    padding-bottom: 0;
}

.navbar-nav > li > a
{
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    color: #dddddd;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a
{
    color: #dddddd;
}

.nav > li > a
{
    padding-right: 25px;
    padding-left: 25px;
}

.dropdown-menu
{
    background-color: #222222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #353535;
    min-width: 240px;
    padding: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
}

.dropdown .dropdown-menu .dropdown-submenu > a
{
    position: relative;
}

.dropdown .dropdown-menu .dropdown-submenu > a:after
{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #aaa;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.dropdown-menu > li
{
    padding: 0;
}

.dropdown-menu > li > a
{
    font-size: 15px;
    color: #dddddd;
    padding: 15px 20px;
    border-bottom: 1px solid #353535;
}

.dropdown-menu > li:last-child a
{
    border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    background: none;
}

.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    right: 100%;
    top: -3px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}

.dropdown.dropdown-submenu > a
{
    position: relative;
}

.navbar-header
{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border: none;
}

.navbar-collapse
{
    float: right;
    margin-right: 50px;
    padding: 0;
}
.navbar-toggle
{
    margin-top: 14px;
}
.navbar-nav
{
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #222222;
}

#top-bar-wrapper .row
{
    margin-bottom: 0;
}
.icon-container
{
    float: right;
}
.icon-container img
{
    width: 100%;
}

#quick-links li
{
    list-style: none;
    float: right;
    padding-left: 30px;
    padding-bottom: 0;
    font-size: 14px;
}

#quick-links li .icon-container
{
    height: 22px;
    width: 22px;
    margin-left: 7px;
}
#quick-links li .icon-container svg
{
    height: 22px;
}
#top-bar-wrapper #quick-links li span, #top-bar-wrapper #quick-links li a
{
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    color: #fff;
}
#quick-links li strong
{
    color: #bbbbbb;
}
#top-bar-wrapper
{
    background-color: #333;
    padding: 10px 0 10px;
    width: 100%;
    border: 2px solid #ffffff;
}
#top-bar-wrapper .social-links
{
    float: right;
}
.social-links li
{
    float: right;
    margin-right: 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a
{
    background-image: none;
}
#header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus
{
    background: #2F2F2F;
    background-color: #2F2F2F !important;
    background-image: none;
    filter: none;
}

/* ==========================================================================
    5. PAGE TITLE
    ========================================================================= */

.page-title
{
    padding-top: 205px !important;
    padding-bottom: 25px;
}
.page-title .row
{
    margin-bottom: 0;
}
.page-title-1
{
    background-image: url('../img/page-titles/page-title-1.jpg');
}
.page-title.dark .custom-heading.style-1 h1
{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}
.page-title .custom-heading.style-1::after
{
    display: none;
}

.breadcrumb
{
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    float: left;
}
.dark .breadcrumb > li, .dark .breadcrumb > li > a
{
    color: #dddddd;
}

.breadcrumb.filters
{
    float: right;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb.filters li
{
    font-size: 15px;
    color: #dddddd;
    font-weight: 600;
}
.breadcrumb.filters li a
{
    color: #333333;
}



/* ==========================================================================
    6. CUSTOM SECTION BACKGROUNDS
    ========================================================================= */

.custom-img-background
{
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}
.bkg-img1
{
    background-image: url('../img/pics/bkg-img1.jpg');
}
.bkg-img2
{
    background-image: url('../img/pics/bkg-img2.jpg');
}
.bkg-img3
{
    background-image: url('../img/pics/bkg-img3.html');
}
.bkg-img4
{
    background-image: url('../img/pics/bkg-img4.html');
}
.page-content.dark h2, .custom-background.dark h2, .page-content.dark h3, .custom-background.dark h3
{
    color: #fff;
}
.page-content.dark h4, .page-content.dark h5, .page-content.dark h6, .custom-background.dark h4, .custom-background.dark h5, .custom-background.dark h6, .page-content.dark p, .page-content.dark label, .custom-background.dark p, .custom-background.dark label, .custom-background.dark li, .custom-background.dark
{
    color: #fff;
}

.custom-background.bkg-black
{
    background-color: #000000;
}
.custom-background.bkg-darkgrey
{
    background-color: #222222;
    height: auto;
     
}
.custom-background.bkg-grey
{
    background-color: #f8f8f8;
}


/* ==========================================================================
    7. ELEMENTS
    ========================================================================= */

/* ==========================================================================
    7.1. ACCORDION
    ========================================================================= */
#accordion .panel
{
    box-shadow: none;
}
#accordion .panel-default
{
    border: none;
}
#accordion .panel-default > .panel-heading
{
    color: #333333;
    background-color: #fcfcfc;
    border: none;
    background-image: none;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body
{
    border: none;
}
#accordion .panel-title > a
{
    font-size: 15px;
}
#accordion .panel-title > a:hover
{
    color: #333333;
}
#accordion .panel-body
{
    padding: 10px 0 10px 45px;
}
#accordion .panel-title .fa
{
    margin-left: 10px;
}

/* ==========================================================================
    7.2. BUTTONS 
    ========================================================================= */
.btn
{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: right;
    backface-visibility: hidden;
    border-radius: 0;
    padding: 15px 63px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.btn-primary
{
    background-color: #eed52b;
    background-image: none;
    border: none;
    color: #222222;
}
.btn-primary:hover
{
    background-color: #FFDD56;
    color: #222222;
}
.btn-primary:hover, .btn-primary:focus
{
    background-position: 0;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus
{
    color: #222222;
}
.btn:focus, .btn:active:focus
{
    outline: none;
}
.btn-link
{
    padding: 0;
    text-transform: none;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.btn-link:hover, .btn-link:focus
{
    text-decoration: none;
}
.btn-link.read-more
{
    position: relative;
    display: inline-block;
}

.btn-link.read-more span
{
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.btn-link span
{
    float: left;
}
.btn-link .icon-container
{
    width: 22px;
    height: 22px;
    margin-left: 7px;
}
.btn-link .icon-container svg
{
    height: 22px;
}
/* ==========================================================================
    7.3. CUSTOM HEADINGS
    ========================================================================= */

.custom-heading
{
    padding-bottom: 20px;
}
.custom-heading a:hover h4
{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    7.3.1. CUSTOM HEADING STYLE 1
    ========================================================================= */
.custom-heading.style-1
{
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 25px;
}

.custom-heading.style-1::after
{
    position: absolute;
    display: block;    
    width: 30px;
    height: 3px;
    right: 0;
    bottom: 20px;
}

/* ==========================================================================
    7.3.2. CUSTOM HEADING STYLE 2 - CENTERED WITH SUBTITLE
    ========================================================================= */

.custom-heading.style-2
{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.custom-heading.style-2 h2
{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
}

.custom-heading.style-2:after
{
    position: absolute;
    display: block;    
    width: 30px;
    height: 3px;
    bottom: 0;
    right: 50%;
    margin-right: -15px;
}

/* ==========================================================================
    7.4. GALLERIES
    ========================================================================= */

/* ==========================================================================
    7.4.1. ISOTOPE GALLERY
    ========================================================================= */
.isotope, .isotope .isotope-item
{
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.gallery-filters
{
    margin-bottom: 40px;
}

ul#filters
{
    display: inline-block;
}
#filters li
{
    position: relative;
    float: right;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 10px 0 10px;
    padding-right: 14px;
    list-style: none;
}
#filters li:before
{
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 6px;
    content: "\f111";
    display: block;
    top: 1px;
    right: 0px;
}
#filters li a
{
    font-weight: 700;
    font-size: 18px;
    color: #777;
    padding-bottom: 5px;
}
#filters li a:hover, #filters .active a
{
    border-bottom: 1px solid;
}
#galleryitems
{
    margin-top: 0;
}
#galleryitems li
{
    display: inline-block;
    list-style: none;
    background: none;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 30px;
   
}
.isotopeitems-full .isotope-item
{
    margin-bottom: 0;
    cursor: pointer;
    margin-left: -1px !important;
}
.gallery-img
{
    position: relative;
    width: 100%;
    border: 7px solid rgba(60, 45, 47, 0.8);
    -moz-border-radius: 1px; /*Firefox*/
    -webkit-border-radius: 1px; /*Safari, Chrome*/
}
#galleryitems .hover-mask-container
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.6);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

#galleryitems li:hover .hover-mask-container
{
    opacity: 1;
}

#galleryitems li:hover .hover-zoom
{
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

#galleryitems .icon-container
{
    width: 22px;
    height: 22px;
    margin-left: 7px;
    float: right;
}
#galleryitems .icon-container svg
{
    height: 22px;
}


/* ==========================================================================
    7.4.2. CAROUSEL GALLERY
    ========================================================================= */

.gallery-carousel-item .hover-mask-container
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(34, 34, 34, 0.6);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.gallery-carousel-item:hover .hover-mask-container
{
    opacity: 1;
}
#gallery-carousel .icon-container
{
    float: right;
}
#gallery-carousel .icon-container
{
    width: 22px;
    height: 22px;
    margin-left: 7px;
}
#gallery-carousel .icon-container svg
{
    height: 22px;
}
.hover-mask-container .hover-zoom
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.hover-mask-container .hover-zoom a
{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    font-weight: 600;
}

.gallery-carousel-item:hover .hover-zoom
{
    transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.carousel-wrapper
{
    padding: 10px 0;
    background-color: #f8f8f8;
}
.gallery-carousel-item img
{
    width: 100%;
    background-color: rgba(252, 251, 251, 0.8);
}

#gallery-carousel .owl-controls
{
    top: 50%;
    position: absolute;
    margin-top: -25px;
    width: 100%;
}
#gallery-carousel .owl-controls .owl-buttons .owl-next
{
    left: 15px;
    position: absolute;
}
#gallery-carousel .owl-controls .owl-buttons .owl-prev
{
    right: 15px;
    position: absolute;
}
#gallery-carousel .item
{
    position: relative;
    margin: 0 10px;
}

/* ==========================================================================
    7.4.3. SIMPLE GALLERY WITH THUMBNAILS
    ========================================================================= */

.simple-gallery .gallery-thumb img
{
    width: 175px;
}
.simple-gallery .gallery-thumbnails
{
    text-align: center;
}
.simple-gallery .gallery-thumb
{
    margin-left: 11px;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}
.simple-gallery .gallery-thumb:last-child
{
    margin-left: 0;
}
.simple-gallery .gallery-thumb:hover
{
    opacity: 0.8 !important;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

/* ==========================================================================
    7.5. OWL CAROUSEL - GENERAl
    ============================================================================= */

.owl-carousel .owl-controls .owl-buttons .owl-prev
{
    right: 0;
    margin-left: 5px;
    background: rgba(0, 0, 0, 0.9) url(../img/svg/Next.png) no-Repeat 10px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover
{
    background: rgba(0,0,0,0.7) url(../img/svg/Next.png) no-Repeat 10px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-next
{
    left: 0;
    background: rgba(0, 0, 0, 0.9) url(../img/svg/Prev.png) no-Repeat 12px 11px !important;
    background-size: 28px !important;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover
{
    background: rgba(0,0,0,0.7) url(../img/svg/Prev.png) no-Repeat 12px 11px !important;
    background-size: 28px !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next
{
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: -99999px;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
/* ==========================================================================
    7.6. QUOTES
    ========================================================================= */

.quote-btn
{
    margin-top: 45px;
}

/* ==========================================================================
    7.6.1. QUOTE STYLE 1
    ========================================================================= */

.quote.style-1
{
    padding: 0;
}
.quote.style-1 .quote-content
{
    padding: 55px 0;
}

/* ==========================================================================
    7.6.2. QUOTE STYLE 2
    ========================================================================= */

.quote.style-2
{
    padding-bottom: 25px;
    padding-top: 25px;
}
.quote.style-2 .text
{
    width: 750px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    text-align: center;
}
.quote.style-2 .text p, .quote .author-name
{
    font-family: 'Yekan' , 'Open Sans' , Arial, sans-serif;
}
.quote.style-2 .text p
{
    line-height: 30px;
    text-align:justify;
   
}


.quote .author-name
{
    font-size: 18px;
    
}

/* ==========================================================================
    7.6.3. QUOTE STYLE 3
    ========================================================================= */

.quote.style-3
{
    display: block;
    background-color: #222222;
    padding: 25px 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.quote.style-3 .icon-container
{
    float: right;
    margin-left: 12px;
    width: 60px;
    height: 60px;
}
.quote.style-3 .icon-container svg
{
    height: 60px;
}
.quote.style-3 h4
{
    color: #fff;
}
.quote.style-3 p
{
    font-family: 'Yekan' , 'Montserrat-UrtlaLight' , Arial, sans-serif;
    color: #bbb;
    padding-bottom: 0;
}
.quote.style-3 .custom-heading
{
    padding-bottom: 0;
}
.quote.style-3 .custom-heading:after
{
    display: none;
}

/* ==========================================================================
    7.7. SERVICES FEATURE BOX
    ========================================================================= */

.negative-top-margin
{
    margin-top: -110px;
    position: relative;
    z-index: 100;
}

.feature-box .feature-media
{
    position: relative;
    overflow: hidden;
}

.feature-box .featre-media span
{
    color: #fff;
    padding-right: 20px;
    font-weight: 600;
}

.feature-box.style-1 .feature-body
{
    background-color: rgba(60, 45, 47, 0.8);
    padding: 10px 10px;
    border: 3px solid #ffffff;
    -moz-border-radius: 5px; /*Firefox*/
    -webkit-border-radius: 5px; /*Safari, Chrome*/
    border-radius: 5px;
}
.feature-box.style-1 .feature-body p
{
    font-family: 'Yekan' , 'Montserrat-UrtlaLight' , Arial, sans-serif;
}

.feature-box.style-1 .feature-body h4
{
    color: #fff;
}
.feature-box.style-1 .feature-body a:hover h4
{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.feature-box.style-1 .feature-body p
{
    color: #fff;
    padding-bottom: 0;
}
.feature-box.style-1 .custom-heading::after
{
    display: none;
}
.feature-box.style-1 .custom-heading
{
    padding-bottom: 0;
}
.feature-box.style-1 .icon-container
{
    float: right;
    margin-left: 12px;
    height: 60px;
}

.feature-box.style-2 .feature-media img
{
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    opacity: 1;
}

.feature-box.style-2 .feature-media:hover img
{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    opacity: 0.7;
}

.feature-box.style-2 .feature-media a
{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}
.feature-box .feature-media .icon-container
{
    width: 50px;
    height: 50px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.feature-box.style-2 .feature-body
{
    background-color: #fff;
    padding: 30px 0 0;
}
.feature-box.style-1 a.read-more span
{
    font-family: 'Montserrat-UrtlaLight' , Arial, sans-serif;
}
.feature-box.style-2 a.read-more span
{
    color: #222222;
}
.feature-box.style-2 a.read-more
{
    width: 50px;
    height: 50px;
}

.feature-box.style-2 .custom-heading.style-1
{
    padding-bottom: 20px;
}
.feature-box.style-2 .custom-heading.style-1::after
{
    bottom: 15px;
}

.feature-box.style-2 .feature-media .icon-container
{
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 50%;
    margin-right: -15px;
    margin-top: -15px;
    position: absolute;
}
.feature-box.style-2 .feature-media .icon-container svg
{
    height: 30px;
}
.features-boxes-wrapper
{
    float: right;
}
.features-boxes-wrapper .feature-box
{
    margin-bottom: 40px;
}
.fa-ul
{
    margin-right: 0 !important;
}
.fa-ul li
{
    position: relative;
    padding-right: 25px;
}
.fa-ul li:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 15px;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


/* ==========================================================================
    7.8. TEAM MEMBERS 
    ========================================================================= */

.team-member figure
{
    position: relative;
    width: 100%;
}
.team-member figcaption
{
    padding: 10px 0 0 0;
    max-width: 100%;
    font-size: 14px;
}
.team-member .custom-heading
{
    padding-bottom: 10px;
}
.team-member .custom-heading.style-1::after
{
    bottom: 25px;
}
.team-member figcaption .member-name
{
    font-family: 'Yekan' , 'Open Sans' , Arial, sans-serif;
    color: #252525;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.team-member figcaption .member-position
{
    padding-bottom: 5px;
    color: #666666;
    font-style: italic;
    font-size: 13px;
}
.team-member img
{
    width: 100%;
    display: block;
}
.team-member figcaption
{
    width: 100%;
    opacity: 1;
}
.team-member figcaption .member-name, .team-member figcaption .member-position, .team-member figcaption .member-about
{
    line-height: 22px;
}


/* ==========================================================================
    7.9. TESTIMONIALS
    ========================================================================= */

/* ==========================================================================
    7.9.1. TESTIMONIAL CAROUSEL
    ========================================================================= */

#testimonial-carousel .testimonial-background
{
    position: relative;
    background-color: rgba(60, 45, 47, 0.8);
    padding: 30px 0;
    border-bottom: 2px solid;
    border: 3px solid #ffffff;
    border-radius: 5px;
    
}
#testimonial-carousel p
{
    line-height: 23px;
    font-size: 16px;
    color: #fff;   
    font-weight: 300;
    padding: 0 30px;
}
#testimonial-carousel .testimonial-author, #testimonial-carousel .testimonial-author-position
{
    font-family: 'Yekan' , 'Montserrat-Light' , Arial, sans-serif;
    padding: 0;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    margin-top: 25px;
    font-style: normal;
}

#testimonial-carousel .testimonial-background:after
{
    border-left: transparent solid 7px;
    border-top: solid 7px;
    border-right: solid transparent 7px;
    bottom: -8px;
    content: " ";
    height: 0;
    right: 35px;
    position: absolute;
}

#testimonial-carousel .owl-buttons .owl-prev, #testimonial-carousel .owl-buttons .owl-next
{
    background-color: #4a4a4a;
}
#testimonial-carousel .owl-buttons
{
    top: -80px;
    position: absolute;
    left: 0;
}

#testimonial-carousel .item
{
    margin: 15px;
    direction: rtl;
}


/* ==========================================================================
    7.9.2. TESTIMONIAL CAROUSEL STYLE 2 - WIDGET
    ========================================================================= */

#testimonial-carousel.style-2 .testimonial-background
{
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
#testimonial-carousel.style-2 .item
{
    margin: 0;
}



/* ==========================================================================
    8. NEWS
============================================================================= */

/* ==========================================================================
    8.1. LATEST POSTS
============================================================================= */

.post-details h4, .post-details h6
{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

.pi-latest-post .post-details .fa
{
    font-size: 40px;
    float: right;
    margin-left: 20px;
    margin-bottom: 40px;
}

.pi-latest-posts li
{
    list-style: none;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.pi-latest-posts li:last-child
{
    margin-bottom: 0;
}

.pi-latest-posts li .post-media
{
    width: 165px;
    height: 100px;
    float: right;
    margin-bottom: 0;
}

.pi-latest-posts li .post-details
{
    padding-right: 180px;
}

.pi-latest-posts li .post-details h5
{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 10px;
}

.pi-latest-posts .post-date p, .pi-latest-post .post-date p
{
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 5px;
}

.pi-latest-posts .post-date i
{
    padding-left: 3px;
    font-size: 18px;
}

/* ==========================================================================
    8.2. NEWS LIST
    ========================================================================= */


.blog-posts li
{
    list-style: none;
}

.blog-posts .pagination
{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    float: left;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background-color: #222222;
    border-color: #222222;
}
.pagination > li > a
{
    padding: 5px 10px;
    font-size: 13px;
    color: #666666;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pagination > li > a:before
{
    font-weight: 800;
}
.pagination > li:active > a
{
    color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus
{
    color: #666666;
}

.blog-post .post-body h3
{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-post .post-media
{
    margin-bottom: 25px;
}
.blog-posts.post-list .blog-post
{
    padding-bottom: 40px;
}

.post-list .blog-post .post-date p, .post-single .blog-post .post-date p
{
    color: #888888;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding-bottom: 5px;
}
.post-list .blog-post .icon-container i, .post-single .blog-post .icon-container i
{
    padding-left: 3px;
    font-size: 36px;
}
.post-list .icon-container
{
    height: 130px;
    padding-left: 20px;
}

.post-list .blog-post .post-body h3
{
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    8.3. NEWS SINGLE POST
    ========================================================================= */

.post-media
{
    width: 100%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 25px;
}

.post-media .post-img img
{
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    opacity: 1;
}

.post-media .post-img:hover img
{
    opacity: 0.7;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.post-single .blog-post .icon-container
{
    width: 50px;
    float: right;
}
.post-single .blog-post .post-body
{
    margin-right: 55px;
}

.post-body-news-more
{
    margin-right: 5px;
}



/*  POST COMMENTS
    ------------------------------------------------------------------------- */

.post-comments
{
    float: right;
}
.comments-li > li:last-child, .comments-li > li:last-child .comment
{
    border: none;
    margin-bottom: 0;
}
.comments-li .comment
{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-top: 35px;
}

.comments-li .comment a.avatar img
{
    max-width: none;
}

.comments-li .comment .date
{
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
}
.media-heading.author
{
    font-family: 'Montserrat' , Arial, sans-serif;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.comments-li .comment .media-right, .comments-li .comment .media > .pull-right
{
    padding-left: 20px;
}
.comments-li .comment .comment-body
{
    margin-right: 100px;
    margin-top: 15px;
}
.comments-li .comment .comment-reply-link
{
    display: block;
    margin-top: 0;
    padding-right: 22px;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    float: left;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.comments-li .comment .comment-reply-link .fa
{
    margin-left: 8px;
    font-size: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.comments-li .comment.child
{
    float: right;
}


/*  COMMENT FORM
    ------------------------------------------------------------------------ */
.form-control
{
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus
{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#commentform
{
    margin-top: 10px;
}
.comment-form
{
    width: 100%;
    float: right;
}

.comment-form .form-group
{
    width: 50%;
    float: right;
    padding-right: 30px;
    margin-bottom: 20px;
}

.comment-form .form-group:nth-child(2), .comment-form .form-group:nth-child(3)
{
    padding-left: 0;
}

.comment-form .wpcf7-message
{
    width: 100%;
}

.comment-form label
{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #444444;
}
.required
{
    color: #ce292d;
}
.italic
{
    font-style: italic;
    color: #444444;
}

/* ==========================================================================
    9. CONTACT
    ========================================================================= */
#map
{
    height: 420px;
}
.comment-form
{
    width: 100%;
    float: right;
}

.contact-form .form-group
{
    width: 50%;
    float: right;
    padding-left: 30px;
}
.contact-form .form-group.wpcf7-message
{
    width: 100%;
}

.contact-form .form-group:nth-child(2), .contact-form .form-group:nth-child(3)
{
    direction:rtl;
}

.contact-form label
{
    display: block;
    font-size: 13px;
    color: #444444;
}

.wpcf7 .form-group
{
    margin-bottom: 20px;
}

.wpcf7 label
{
    width: 100%;
    padding-bottom: 10px;
}

.wpcf7-text, .wpcf7-select, .wpcf7-textarea
{
    background-color: #f8f7f7;
    border: 1px solid #f1ea2d;
    -moz-border-radius: 10px; /*Firefox*/
    -webkit-border-radius: 10px; /*Safari, Chrome*/
    border-radius: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 99%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
}









input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    color: #777777;
    font-weight: 700;
}
input::-moz-placeholder, textarea::-moz-placeholder
{
    color: #777777;
    font-weight: 700;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder
{
    color: #777777;
    font-weight: 700;
}

/* ==========================================================================
    10. WIDGETS
    ========================================================================= */
.aside
{
    float: right;
}
.aside-widgets > li
{
    list-style: none;
}

.aside ul ul
{
    padding-right: 0;
}
.aside .sub-menu
{
    margin-bottom: 0;
}

.widget
{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    float: right;
}

.widget .title h3
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.aside .widget ul > li
{
    list-style: none;
    padding-right: 0;
    padding-top: 0;
    display: block;
    padding: 18px 15px;
    margin-bottom: 5px;
    position: relative;
    background-color: #f8f7f7;
    border: 1px solid #f1ea2d;
    -moz-border-radius: 10px; /*Firefox*/
    -webkit-border-radius: 10px; /*Safari, Chrome*/
    border-radius: 10px;
}

/* ==========================================================================
    10.1. NAV MENU WIDGET
    ========================================================================= */

.widget_nav_menu ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget_nav_menu ul > li .fa, .widget_nav_menu ul > li a
{
    float: right;
}
.widget_nav_menu ul > li
{
    position: relative;
    background: none;
    background-image: none !important;
    float: right;
    width: 100%;
}
.widget_nav_menu ul > li .fa
{
    margin-top: 3px;
}
.widget_nav_menu a .fa
{
    margin-left: 7px;
}
.widget_nav_menu ul > li p
{
    padding: 0 0 0 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.aside_widgets .widget_nav_menu ul li
{
    background-position: left center;
    padding-right: 0;
    border-bottom: 1px solid #eee;
    border-right: none;
    border-left: none;
    border-top: none;
}

.aside_widgets .widget_nav_menu ul li:last-child
{
    border-bottom: none;
}

.aside_widgets .widget_nav_menu .menu .menu-item
{
    width: 100%;
    list-style: none;
}

.aside_widgets .widget_nav_menu .menu .menu-item:last-child
{
    border-bottom: 1px solid #eee;
}

.aside_widgets .widget_nav_menu .menu .menu-item.menu-item-has-children
{
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}

.aside_widgets .widget_nav_menu .sub-menu .menu-item
{
    border-top: none;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
}

.aside_widgets .widget_nav_menu .menu .sub-menu .menu-item:last-child
{
    border-bottom: none;
}

.aside_widgets .widget_nav_menu .menu .menu-item.menu-item-has-children > a
{
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0;
    width: 100%;
    display: block;
}
/* ==========================================================================
    10.2. TEXT WIDGET
    ========================================================================= */

.widget-text ul li
{
    padding-right: 0;
    margin-bottom: 10px;
}
.widget-text ul li span
{
    color: #777777;
}
.widget-text ul li span .fa
{
    margin-left: 5px;
}
.widget-text ul li a:hover span
{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget-text .icon-container
{
    width: 22px;
    height: 22px;
    margin-left: 7px;
}
.widget-text .icon-container svg
{
    height: 22px;
}
.widget-text .title
{
    margin-bottom: 20px;
}
.widget-text ul .strong-item
{
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    padding: 13px 15px;
}
.widget img
{
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-caption
{
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone
{
    margin: 5px 20px 20px 0;
    clear: both;
}
.widget_text select
{
    width: 100%;
    height: 40px;
    padding-right: 10px;
}

/* ==========================================================================
    10.3. LATEST POSTS WIDGET
    ========================================================================= */

.widget_recent_entries ul > li
{
    position: relative;
    background: none;
    background-image: none !important;
    float: right;
    width: 100%;
}
.widget_recent_entries ul > li .fa
{
    margin-top: 3px;
}
.widget_recent_entries ul > li .fa, .widget_recent_entries ul > li a
{
    float: right;
}
.widget_recent_entries ul > li a
{
    width: 100%;
}
.widget_recent_entries ul > li p
{
    padding: 0 20px 0 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget_recent_entries span
{
    font-style: italic;
    color: inherit;
    margin-right: 5px;
}

/* ==========================================================================
    10.4. ARCHIVES WIDGET
    ========================================================================= */

.widget_archive ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget_archive select
{
    width: 100%;
    height: 40px;
    padding-right: 10px;
}
.screen-reader-text
{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ==========================================================================
    10.5. CATEGORIES WIDGET
    ========================================================================= */

.widget_categories ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget_categories select
{
    width: 100%;
    height: 40px;
    padding-right: 10px;
}

/* ==========================================================================
    10.6. PAGES WIDGET
    ========================================================================= */

.widget_pages ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    10.7. META WIDGET
    ========================================================================= */

.widget_meta ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    10.8. CALENDAR WIDGET
    ========================================================================= */

table tbody tr td:first-child
{
    text-align: right;
    color: #333;
    font-weight: 700;
}
table tbody tr td
{
    padding: 10px;
    text-align: center;
}
table thead tr th
{
    padding: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
table tbody
{
    background-color: #fcfcfc;
}
.widget.widget_calendar #wp-calendar
{
    width: 100%;
}

.widget.widget_calendar #wp-calendar caption
{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.widget.widget_calendar #wp-calendar thead
{
    background: #222222;
}

.widget.widget_calendar #wp-calendar tfoot
{
    background: #fafafa;
    padding-top: 5px;
}

.widget.widget_calendar #wp-calendar tfoot #prev
{
    text-align: right;
    padding: 5px;
}

.widget.widget_calendar #wp-calendar tfoot #next
{
    text-align: left;
    padding: 5px;
}

.widget.widget_calendar #wp-calendar td, .widget.widget_calendar #wp-calendar th
{
    text-align: center;
}

.widget.widget_calendar #wp-calendar #today
{
    color: #fff;
    background-color: #222;
    font-weight: 700;
}

.widget.widget_calendar #wp-calendar #today a
{
    color: #fff;
    padding: 5px;
}

/* ==========================================================================
    10.9. RECENT COMMENTS WIDGET
    ========================================================================= */

.widget_recent_comments ul li
{
    list-style: none;
    border-bottom: 1px solid #eee;
    background-position: 0 11px;
}
.widget_recent_comments ul li .date
{
    padding: 2px 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.recentcomments
{
    font-weight: bold;
}
.widget_recent_comments .recentcomments a
{
    font-style: italic;
    font-weight: normal;
}
.recentcomments span
{
    font-weight: normal;
}
.widget_recent_comments .recentcomments a:hover
{
    text-decoration: underline;
}
.widget_recent_comments ul li a:before
{
    position: absolute;
    display: block;
    content: '';
    cursor: pointer;
    background-image: none;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 9px;
    top: 12px;
    left: 15px;
    font-style: normal;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* ==========================================================================
    10.10. RSS WIDGET
    ========================================================================= */

.widget_rss ul li
{
    border-bottom: 1px solid #eee;
    background-position: 0 11px;
}

/* ==========================================================================
    10.11. SEARCH WIDGET
    ========================================================================= */

.widget_search form
{
    position: relative;
}
.widget_search .a_search
{
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    color: #777;
    font-style: italic;
    right: 0;
    top: 0;
    padding: 10px 60px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.widget_search .search-submit
{
    background-image: url('../img/search.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    min-height: 40px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

/* ==========================================================================
    10.12. TAG CLOUD WIDGET
    ========================================================================= */

.widget_tag_cloud .tagcloud a
{
    padding: 5px 15px;
    background-color: #222;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.widget_tag_cloud .tagcloud a:hover
{
    color: #333333;
}

/* ==========================================================================
    10.13. SHARRRE WIDGET
    ========================================================================= */

.pixely_widget_sharrre
{
    margin-top: 40px;
    margin-bottom: 40px;
}
.pixely_widget_sharrre li
{
    list-style: none;
    float: right;
    width: 67px;
    margin-left: 30px;
    margin-top: 10px;
    background: none;
    padding-right: 0 !important;
}
.pixely_widget_sharrre li:nth-child(4n)
{
    margin-left: 0;
}
.pixely_widget_sharrre li a
{
    border: none;
    padding: 0;
}
.pixely_widget_sharrre .box .share
{
    width: 68px;
    height: 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pixely_widget_sharrre .box .share::before
{
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    font-size: 14px;
    width: 14px;
    height: 18px;
    margin-top: -11px;
    margin-right: -14px;
    color: #fff;
}
.pixely_widget_sharrre .sharrre-facebook .box .share
{
    background-color: #3b5998;
}
.pixely_widget_sharrre .sharrre-facebook .box .share:hover
{
    background-color: #5772aa;
}
.pixely_widget_sharrre .sharrre-twitter .box .share
{
    background-color: #00abf0;
}
.pixely_widget_sharrre .sharrre-twitter .box .share:hover
{
    background-color: #14BAFD;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share
{
    background-color: #489dc9;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share:hover
{
    background-color: #62B6E2;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share
{
    background-color: #dd4b39;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share:hover
{
    background-color: #EC6251;
}
.pixely_widget_sharrre .sharrre-facebook .box .share::before
{
    content: "\f09a";
    font-family: 'FontAwesome';
}
.pixely_widget_sharrre .sharrre-twitter .box .share::before
{
    content: "\f099";
    font-family: 'FontAwesome';
    margin-right: -14px;
}
.pixely_widget_sharrre .sharrre-google-plus .box .share::before
{
    content: "\f0d5";
    font-family: 'FontAwesome';
}
.pixely_widget_sharrre .sharrre-digg .box .share::before
{
    content: "\f1a6";
    font-family: 'FontAwesome';
    margin-right: -18px;
}
.pixely_widget_sharrre .sharrre-delicious .box .share::before
{
    content: "\f1a5";
    font-family: 'FontAwesome';
    margin-right: -14px;
}
.pixely_widget_sharrre .sharrre-stumbleupon .box .share::before
{
    content: "\f1a4";
    font-family: 'FontAwesome';
    margin-right: -18px;
}
.pixely_widget_sharrre .sharrre-linkedin .box .share::before
{
    content: "\f0e1";
    font-family: 'FontAwesome';
    margin-right: -14px;
}
.pixely_widget_sharrre .sharrre-pinterest .box .share::before
{
    content: "\f0d2";
    font-family: 'FontAwesome';
    margin-right: -14px;
}
.pixely_widget_sharrre .box .share:hover::before
{
    color: #fff;
}
.pixely_widget_sharrre .box .count, .pixely_widget_sharrre .box .sharrre-text
{
    text-align: center;
}
.pixely_widget_sharrre .box .count
{
    position: relative;
    color: #3a383a;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    border: 1px solid #bbbbbb;
    max-width: 75%;
    line-height: 31px;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.pixely_widget_sharrre .box .count::after, .pixely_widget_sharrre .box .count::before
{
    margin: 0 auto;
    content: " ";
    height: 0;
    right: 0;
    width: 6px;
    left: 0;
    position: absolute;
}
.pixely_widget_sharrre .box .count::after
{
    bottom: -5px;
    border-right: transparent solid 4px;
    border-left: solid transparent 4px;
    border-top: solid 5px;
    color: #fff;
}
.pixely_widget_sharrre .box .count::before
{
    bottom: -6px;
    border-right: transparent solid 5px;
    border-left: solid transparent 5px;
    border-top: solid 6px;
    color: #bbb;
}
.pixely_widget_sharrre .box .sharrre-text
{
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding-top: 8px;
    padding-right: 16px;
    font-family: Arial, sans-serif;
}

/* ==========================================================================
     11. FOOTER
    ========================================================================= */
#footer .row
{
    margin-bottom: 10px;
}

#footer-wrapper
{
    padding-top: 10px;
    border: 2px solid #fff;
    position: relative;
    background-color: #222222;
}
#footer-wrapper .icon-container
{
    width: 22px;
    height: 22px;
    margin-left: 7px;
}
#footer-wrapper .icon-container svg
{
    height: 22px;
}

#footer-wrapper p, #footer-wrapper a, #footer-wrapper span, .copyleft-container p, .copyleft-container a, .copyleft-container span
{
    font-family: 'Yekan' , 'Montserrat' , Arial, sans-serif;
    color: #999999;
    font-size: 12px;
}
#footer-wrapper span strong
{
    color: #bbbbbb;
}
.footer-info
{
    padding: 20px 0;
}
#copyleft-container
{
    padding: 20px 0;
    background-color: #111111;
    font-family: 'Montserrat' , Arial, sans-serif;
}

#copyleft-container .row
{
    margin-bottom: 0;
}
#copyleft-container p
{
    padding-bottom: 0;
}
#copyleft-container a, #copyleft-container p, #copyleft-container span
{
    font-size: 12px;
}
#copyleft-container a, #copyleft-container strong
{
    color: #bbbbbb;
}
#copyleft-container .breadcrumb
{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    float: left;
}
#copyleft-container .breadcrumb > li + li:before
{
    display: none;
}
#copyleft-container .breadcrumb > li
{
    margin-right: 13px;
}
.scroll-up
{
    position: fixed;
    bottom: 50px;
    left: 50px;
    text-align: center;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #000;
    opacity: 0.8;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}





.show-scroll
{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.hide-scroll
{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
.scroll-up .icon-container
{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -13px;
    margin-right: -13px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.scroll-up .icon-container svg
{
    height: 26px;
}
.scroll-up:hover .icon-container, .scroll-up:hover .icon-container
{
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
}
.scroll-up:hover
{
    opacity: 0.8;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}










.scroll-up_news
{    
    top: 20%;
    position: -webkit-sticky;
    position: sticky;
    
   
 
  
}
