/* --------------------------------------------------------------------------
 * jThemes Studio : im Event - One Page HTML Event Conference Template
 *
 * file           : theme.css
 * Desc           : im Event Template - Stylesheet
 * Version        : 1.4
 * Date           : 12/12/2014
 * Author         : jThemes Studio
 * Author URI     : http://jakjim.com
 * Email          : jakjim@gmail.com
 *
 * jThemes Studio. Copyright 2014. All Rights Reserved.
 * -------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------
 *  im Event Stylesheet - Table of Content

    1 - General
    1.1 - Google fonts
    1.2 - Preloader
    1.3 - Global properties (body, common classes, structure etc)
    1.4 - Page section block
    1.5 - Typography (section title, links, page dividers)
    1.6 - Buttons
    1.7 - Form / Input / Textarea

    2 - Header
    2.1 - Logo
    2.2 - Logo hexagon icon
    2.3 - Navigation
    2.4 - Fixed menu
    2.5 - Mobile menu

    3 - Content
    3.1 - Main slider / Owl carousel
    3.2 - Event description
    3.3 - Image carousel / Owl carousel
    3.4 - Partners carousel / Owl carousel
    3.5 - Breadcrumbs
    3.6 - Schedule
    3.7 - FAQ
    3.8 - Blog / Post
    3.9 - Comments
    3.10 - Pagination / Pager
    3.11 - Project / Portfolio
    3.12 - Thumbnails / Features
    3.13 - Media / Testimonials

    4 - Footer

    5 - Widgets / Shortcodes / Components
    5.1 - prettyPhoto
    5.2 - Contact form / af-form
    5.3 - Social line
    5.4 - Price table
    5.5 - Google map
    5.6 - Parallax
    5.7 - Error page
    5.8 - Back to top button
    5.9 - Coming soon page

    6 - Helper Classes

 * -------------------------------------------------------------------------- */





/* --------------------------------------------------------------------------
 * 1 - General
 * -------------------------------------------------------------------------- */

/* 1.1  - Google fonts
/* ========================================================================== */
:root{
    --primary: #38346e;
    --accent: #0cb0e5;
}

@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebBold.eot) format('eot'),
         url(../fonts/svg/IRANYekanWebBold.svg) format('svg'),
         url(../fonts/ttf/IRANYekanWebBold.ttf) format('truetype'),
         url(../fonts/woff/IRANYekanWebBold.woff) format('woff'),
         url(../fonts/woff2/IRANYekanWebBold.woff2) format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebLight.eot) format('eot'),
         url(../fonts/svg/IRANYekanWebLight.svg) format('svg'),
         url(../fonts/ttf/IRANYekanWebLight.ttf) format('truetype'),
         url(../fonts/woff/IRANYekanWebLight.woff) format('woff'),
         url(../fonts/woff2/IRANYekanWebLight.woff2) format('woff2');
    font-weight: 200;
}
@font-face {
    font-family: iranyekan;
    src: url(../fonts/eot/IRANYekanWebRegular.eot) format('eot'),
         url(../fonts/svg/IRANYekanWebRegular.svg) format('svg'),
         url(../fonts/ttf/IRANYekanWebRegular.ttf) format('truetype'),
         url(../fonts/woff/IRANYekanWebRegular.woff) format('woff'),
         url(../fonts/woff2/IRANYekanWebRegular.woff2) format('woff2');
    font-weight: normal;
}

/* 1.2 - Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}
#preloader-title {
    margin-top: 47px;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 100px;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 .12em rgba(0,0,0,0.2);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:linear-gradient(#ea032d 50%, #353535 50%), linear-gradient(#353535 50%, #ea032d 50%);
    background-size: 50% 100%, 50% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-animation: mask 3s infinite alternate;
    animation: mask 3s infinite alternate;
}
.spinner:after {
    content: '';
    position: absolute;
    border: .90em solid rgba(255,255,255,1);
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
}
@-webkit-keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); }
}
@keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}

/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */

/*body {*/
/*    font-family: 'Raleway', sans-serif !important;*/
/*    font-size: 18px;*/
/*    line-height: 1.33;*/
/*    background: #fbfbfb;*/
/*    color: #3b3f43;*/

/*    -webkit-font-kerning: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -webkit-backface-visibility: visible !important; !* reset animate.css / if hidden parallax buggy *!*/
/*    position:relative;*/

/*    !*overflow-x: hidden;*!*/
/*}*/


body{
    direction: rtl;
    font-family: iranyekan !important;
    font-size: 15px !important;
    line-height: 2.33 !important;
    background: #fbfbfb;
    color: #3b3f43 !important;
    overflow-x: hidden;
}
body.boxed {
    background: #6d7a83;
}

/* overflow the content area
 * -------------------------------------------------------------------------- */

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; */
}

.page {}
.content {}
.sidebar {
    font-size: 14px;
    line-height: 1.3;
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}
.container {}
.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 300px !important;
    padding-right: 0;
    /*margin-top: -70px !important;*/
    /*margin-bottom: -70px !important;*/
}
.boxed .container.full-width {
    padding-left: 0;
    padding-right: 0;
}

/* 1.4 - Page section block
/* ========================================================================== */
.page-sponsor{
    position: relative;
    padding: 40px !important;
}
.wide .page-section,
.boxed .page-section .page-section-location > .container {
    /*padding-top: 70px !important;*/
    padding-bottom: 70px !important;
    position: relative !important;
    /*overflow: hidden; /* small devices */
    background-color: #fbfbfb;
}

.boxed .page-section > .container {
    padding-left: 30px;
    padding-right: 30px;
}
.wide .page-section.dark,
.boxed .page-section.dark > .container {
    background-color: #435469;
    color: #f5f5f5;
}
.wide .page-section.light,
.boxed .page-section.light > .container {
    background-color: #f5f5f5;
    color: #435469;
}
.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: var(--primary);
    color: #ffffff;
}
.wide .page-section.image,
.boxed .page-section.image > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
.wide .page-section.image > .container,
.boxed .page-section.image {
    position: relative;
}
.wide .page-section.image:before,
.boxed .page-section.image > .container:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background: transparent url("../img/overlay.png") 50% 0 repeat;
}
.page-section.background-img-slider {position: relative;}
.wide .page-section.background-img-slider,
.boxed .page-section.background-img-slider > .container {
    /*background: transparent url("../img/preview/background-img-slider.jpg") 50% 0 repeat !important;*/
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.wide .page-section.background-img-slider > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.boxed .page-section.background-img-slider > .container {
    padding: 0 !important;
}
.page-section.no-padding {padding: 0;}
.page-section.no-padding-top {padding-top: 0;}
.page-section.no-padding-bottom {padding-bottom: 0;}
.page-section.sub-page {padding-top: 150px !important;}
.page-section.with-sidebar {padding-top: 0px !important;}
.page-section.first-section {padding-top: 50px;}

.wide .page-section.breadcrumbs,
.boxed .page-section.breadcrumbs > .container {
    padding-top: 110px;
    padding-bottom: 15px;
}

.wide .page-section.overlay:before,
.boxed .page-section.overlay > .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(0, 0, 0, 0.30);
}

.block-title {}
.block-text {}
.block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 1.5 - Typography (section title, links, page dividers)
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #141f23;
}
h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa,
h1 .glyphicon, h2 .glyphicon, h3 .glyphicon,
h4 .glyphicon, h5 .glyphicon, h6 .glyphicon {
    color: #ea032d;
}

/* Section title
 * -------------------------------------------------------------------------- */

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #0d1d31;
    display: table;
    width: 100%;
}
.section-title small {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: #374146;
}
.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}
.section-title .title-inner {
    display: table-cell;
    padding-bottom: 2px;
    vertical-align: middle;
}

.image .section-title,
.image .section-title small,
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
    color: #ffffff;
}
.color .section-title:after {
    color: #141f23;
}

.section-title .fa-stack {
    width: 50px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
}
.section-title .fa-stack .fa {color: #ffffff;}
.color .section-title .fa-stack .fa {color: var(--primary);}
.section-title .rhex {background-color: var(--primary);}
.color .section-title .rhex {background-color: #ffffff;}
.color .section-title .crcle {background-color: #ffffff;}
.color .section-title .wohex {background-color: #ffffff;}

/* Hexagon icon
 * -------------------------------------------------------------------------- */

.rhex {
    background-color: var(--primary);
    margin-top: 14px;
    width: 50px;
    height: 28px;
    border-radius: 2px;
}
.rhex:before,
.rhex:after {
    position: absolute;
    top: 0; left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
.rhex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    -ms-transform:     rotate(60deg);
    -o-transform:      rotate(60deg);
    transform:         rotate(60deg);
}
.rhex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    -ms-transform:     rotate(-60deg);
    -o-transform:      rotate(-60deg);
    transform:         rotate(-60deg);
}

/* Circle icon
 * -------------------------------------------------------------------------- */

.crcle {
    background-color: var(--primary);
    margin-top: 3px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
}

/* Without hexagon icon
 * -------------------------------------------------------------------------- */

.wohex {
    background-color: var(--primary);
    margin-top: 3px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    line-height: 48px;
}

/* Links, Link color
 * -------------------------------------------------------------------------- */

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

/*a {color:var(--primary);}*/
a:hover,
a:active,
a:focus {color: #000000;}

.color a {color: #ffffff;}
.color a:hover,
.color a:active,
.color a:focus {color: #000000;}

p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    line-height: 48px;
    margin: 0 10px 0 0;
    color: #ea032d;
}
.text-lg {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    color: #141f23;
}

/* Page header /* bs3
 * -------------------------------------------------------------------------- */

.page-header {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}
.page-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}
.page-header h1 small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #6f6f6f;
}

/* Page dividers
 * -------------------------------------------------------------------------- */

hr {}
hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
    border-color: #eeeeee;
}
hr.page-divider:after {
    content: '';
    display: block;
    margin-top: 1px;
    border-bottom: solid 1px #eeeeee;
}
hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}
hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}
hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
hr.page-divider.single {
    border-color: #646464;
}
hr.page-divider.single:after {
    display: none;
}
hr.page-divider.transparent:after,
hr.page-divider.half:after,
hr.page-divider.small:after {
    display: none;
}

.alert {border-radius: 10px;}

/* 1.6 - Buttons
/* ========================================================================== */

.btn,
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
    border-radius: 0;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active {
    border-radius: 10px;
}
.btn-theme {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}
.color .btn-theme {
    color: #ffffff;
    background-color: var(--accent);
    border-color:var(--accent);
}
.color .btn-theme:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active{
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
.btn-theme-transparent:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-transparent-grey,
.btn-theme-transparent-grey:focus,
.btn-theme-transparent-grey:active{
    background-color: transparent;
    border-color: #435469;
    color: #435469;
}
.btn-theme-transparent-grey:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}
.btn-theme-transparent-white,
.btn-theme-transparent-white:focus,
.btn-theme-transparent-white:active{
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-theme-transparent-white:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-grey {
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    color: #ea032d;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-xs {}
.btn-theme-sm {
    font-size: 14px;
    padding: 10px 25px;
}
.btn-theme-lg {
    font-size: 18px;
    padding: 20px 35px;
}
.btn-theme-xl {
    font-size: 24px;
    padding: 14px 22px;
}

p.btn-row {margin-top: -10px; display:inline-block; }
p.btn-row .btn {margin-top: 10px; margin-right: 10px;}

/* 1.7 - Form / Input / Textarea / Select
/* ========================================================================== */

.form-control {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border: 1px solid #c8cdd2;
    font-size: 18px;
    color: #6d7a83;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: var(--accent);
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: 0 0 7px 0 #c2c0c08f;
    border-width: 2px;
}
.img-login svg {
    margin-top: -90px;
}
textarea {
    resize: none;
}

.bootstrap-select {}
.bootstrap-select > .selectpicker {
    height: 60px;
    border: 1px solid #c8cdd2;
    border-radius: 10px;
    font-size: 18px;
    color: #6d7a83 !important;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff !important;
    box-shadow: none !important;
}
.bootstrap-select > .selectpicker:focus {border-color: #ea032d;}
.bootstrap-select-searchbox .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding-left: inherit;
    padding-right: inherit;
}

.registration-form {margin-top: -15px;}
.registration-form .form-group {margin-top: 15px; margin-bottom: 0;}
.registration-form .form-group.selectpicker-wrapper {z-index: 1; position: relative;}
.registration-form .bootstrap-select.btn-group:not(.input-group-btn),
.registration-form .bootstrap-select.btn-group[class*="span"] {margin-bottom: 0;}
.registration-form .tooltip {left: 15px !important;}
.registration-form .selectpicker-wrapper .tooltip {top: -47px !important;}
.registration-form .tooltip-inner {background-color: #ea032d; padding: 10px 20px;}
.registration-form .tooltip-arrow {border-top-color: #ea032d;}
.registration-form .tooltip.top .tooltip-arrow {border-top-color: #ea032d;}
.registration-form .form-alert {margin-bottom: 0;}

.registration-form.alt {margin-top: 0;}
.registration-form.alt .form-group {margin-top: 0; margin-bottom: 10px;}
.registration-form.alt .form-alert .alert {margin-bottom: 10px;}



/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */

.wide .header,
.boxed .header > .container {
    background-color: transparent;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sub-page .header {
    background-color: rgba(129, 134, 140, 1);
}
.header.header-mp {
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header.fixed {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10;
}
.header.shrink-off {
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-image: linear-gradient(rgba(129, 134, 140, 1), rgba(129, 134, 140, .0));*/
    background-color: rgba(129, 134, 140, .8);
}
.wide .header.shrink, .boxed .header.shrink > .container {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 5px 15px #00000021;
}
.header .header-wrapper {
    position: relative;
}
.header,
.header.fixed,
.header.shrink,
.header > .container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 2.1 - Logo
/* ========================================================================== */

.logo {
    float: right !important;
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
}
.logo a {color: #ffffff; display: inline-block; line-height: 2em;}
.logo a:hover {color: var(--primary);}
.logo a .logo-hex {background-color: var(--primary);}
.logo a:hover .logo-hex {background-color: #ffffff;}
.logo a .logo-fa {color: #ffffff;}
.logo a:hover .logo-fa {color: var(--primary);}
.logo .fa-stack {width: 54px; height: 62px; line-height: 62px;}

.shrink .logo {margin-top: 0;}
.shrink .logo a {line-height: 1em;}
.shrink .logo a .logo-fa {font-size: 15px;}
.shrink .logo .fa-stack {width: 27px; height: 31px; line-height: 31px;}

.logo .fa-stack,
.shrink .logo .fa-stack {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logo a .logo-fa,
.shrink .logo a .logo-fa {
    -webkit-transition: none;
    transition: none;
}

/* 2.2 - Logo hexagon icon
/* ========================================================================== */

.logo-hex {
    margin-top: 14px;
    width: 54px;
    height: 31px;
    border-radius: 3px;
    cursor: pointer;
}
.logo-hex:before,
.logo-hex:after {
    position: absolute;
    top: 0; left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
.logo-hex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    -ms-transform:     rotate(60deg);
    -o-transform:      rotate(60deg);
    transform:         rotate(60deg);
}
.logo-hex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    -ms-transform:     rotate(-60deg);
    -o-transform:      rotate(-60deg);
    transform:         rotate(-60deg);
}
.shrink .logo-hex {
    margin-top: 7px;
    width: 27px;
    height: 15px;
    border-radius: 1px;
}

/* 2.3 - Navigation / superfish skin
/* ========================================================================== */

/*.navigation {float: right !important;padding-right:70px; }*/

/* SUPERFISH ESSENTIAL STYLES */

.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; border-radius: 10px;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {display: block !important;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 12em; /* submenu width */}

/* SUPERFISH THEME SKIN */

.sf-menu {margin-right: -1em; font-size: 14px; font-weight: 300;
    /*text-transform: uppercase;*/
}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color:transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 10px 15px;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {
    /*color: #ffffff !important;*/
}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active {background-color: var(--primary);}
.sf-menu li.active > a {color: #ffffff; }
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}

/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff !important;
}


.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: var(--primary);
}

/* ARROW RIGHT */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #9e9e9e;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: var(--primary);
}

/* 2.4 - Fixed menu
/* ========================================================================== */

.menu-toggle {
    display: none !important;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 43px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top:24px !important;
    color: var(--primary) !important;
}



.header-mp .menu-toggle{
    top: 33px;
}

/* 2.5 - Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}
.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}
.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}
.mobile-menu-title .fa {
    font-size: 30px;
}

.mobile-submenu {display: none;}




/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */



/* 3.1 - Slider / Owl sliders
/* ========================================================================== */

#main-slider .item {min-height: 660px;}
#main-slider .owl-wrapper {/*margin-top*/}
#main-slider.owl-theme .owl-item {position: relative;}
#main-slider.owl-carousel .owl-item {-webkit-backface-visibility: visible;}

#main-slider.owl-theme .owl-controls {margin: 0;}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {background-color: transparent;}
#main-slider.owl-theme .owl-controls .owl-pagination {position: absolute; bottom: 20px; width: 100%;}

#main-slider.owl-theme .owl-controls .owl-buttons {position: absolute; top: 50%; margin-top: -40px; width: 100%;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    position: relative;
    border-radius: 0;
    font-size: 55px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    color: #ffffff;
    text-shadow: 1px 1px 0 #141f23;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {color: var(--primary);}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: 90px;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: 90px;}

#main-slider.owl-carousel .owl-item .item {
    overflow: hidden;
    /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {/*max-width: 100%;*/}

.owl-carousel .owl-item {-webkit-transform: translateZ(0) scale(1.0, 1.0);}

/* Main slider controls
 * -------------------------------------------------------------------------- */

#main-slider.owl-theme .owl-controls {
    margin: 0 !important;
}

@media (max-width: 639px) {
    #main-slider.owl-theme .owl-controls {
        display: none;
    }
}

#main-slider.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    margin: -25px 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    border: solid 1px #ffffff;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
}

#main-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: #ffffff;
}

#main-slider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 50px;
}

#main-slider.owl-theme .owl-controls .owl-nav .owl-next {
    right: 50px;
}

#main-slider.owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-slider.owl-theme .owl-controls .owl-dots {
        bottom: 115px;
    }
}

#main-slider.owl-theme .owl-controls .owl-dots .owl-dot span {
    background-color: #ffffff;
    width: 14px;
    height: 14px;
}

#main-slider.owl-theme .owl-controls .owl-dots .owl-dot:hover span,
#main-slider.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: var(--primary);
    border: solid 2px #ffffff;
}

/* Slider Caption
 * -------------------------------------------------------------------------- */

#main-slider .caption {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#main-slider .caption > .container {
    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}
#main-slider .caption .div-table {
    width: 100%;
}
#main-slider .caption-title {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 0;

    display: block;
    position: relative;
    overflow: hidden;
}
#main-slider .caption-title span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 55px;
}
#main-slider .caption-title span:before,
#main-slider .caption-title span:after {
    content: ''; display: block;
    position: absolute;
    top: 25px; left: -100%;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff4f;
    border-bottom: solid 1px #ffffff4f;
}
#main-slider .caption-title span:after {
    left: auto;
    right: -100%;
}

#main-slider .caption-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    line-height: 2;
}
body.rtl #main-slider .caption-subtitle {
    font-family: iranyekan !important;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
#main-slider .caption-subtitle .fa {color: #ffffff;}
#main-slider .caption-subtitle span {
    color: #253239;
}
#main-slider .caption-text {
    color: #8c8e93;
    font-size: 14px;
    margin: 30px 0 0 0;
}
#main-slider .caption-text .btn:first-child {margin-right: 30px;}
@media (max-width: 1024px) {
    #main-slider .caption-subtitle {
        font-size: 14px;
    }
}




/* -------------------------------------------------------------------------- */
/*video css strats*/
.video-warp{
    width: 100%;
}
#bgvid {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    background-size: cover;
    transition: 1s opacity;
}
/*video css ends*/

.countdown-wrapper {
    margin-top: 30px;
}
.defaultCountdown {
    background-color: transparent;
    border-color: transparent;
}
.countdown-amount {
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.countdown-period {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 33px;}
    .countdown-period {font-size: 13px;}
}

/* -------------------------------------------------------------------------- */

.form-background {
    background-color: #0d1d31;
    border-radius: 10px;
    padding: 10px;
}
.form-background .form-control {
    margin-bottom: 10px;
}
.form-header {
    background-color: var(--primary);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
}
.form-header .section-title {
    margin-bottom: 20px;
}
.text-holder {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.text-holder:before,
.text-holder:after {
    content: ''; display: block;
    position: absolute;
    top: 0; left: 0;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.text-holder:after {
    top: auto; bottom: 0;
}

.btn-play {
    display: inline-block !important;
    padding: 0 !important;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    width: 170px !important;
    height: 170px !important;
    border-radius: 50% !important;
    text-align: center;
}
.btn-play .fa {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    font-size: 65px;
    line-height: 150px;
    margin-top: 12px;
    background-color: #ffffff;
    color: var(--primary);
}
.btn-play:hover {border-color: var(--primary);}
.btn-play:hover .fa {background-color: var(--primary);}
.btn-play:hover .fa {color: #ffffff;}

@media (max-height: 615px) {
    #main-slider .form-background {}
    #main-slider .bootstrap-select > .selectpicker,
    #main-slider .form-control {
        border-radius: 10px;
        font-size: 13px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    #main-slider .form-background {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .btn-play {
        width: 90px !important;
        height: 90px !important;
    }
    .btn-play .fa {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 10px;
        margin-top: 4px;
    }
}

.slide3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(220, 20, 60, .7);
}

/* 3.2 - Event description
/* ========================================================================== */

.event-description {
    display: block;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px) {
    .event-description {
        display: block;
        position: relative;
        /*margin-top: 50px;*/
    }
}
.event-background {
    border-radius: 10PX;
    background-color: var(--primary);
    padding: 24px;
}
@media (max-width: 767px) {
    .event-background {
        border-radius: 30px 30px 30px 30px;
        padding-bottom: 15px;
    }
}
.event-description .row > div {}
.event-description .row > div + div {}
.event-description .media-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--accent);
}
body.rtl .event-description .media-body span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.event-description .media-body span {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.event-description .fa {
    margin-top: -3px;
    color: #FFFFFF;
    background: var(--accent);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 5px;
}

.boxed .event-description > .container {
    padding-left: 0;
    padding-right: 0;
}
.boxed .event-background {
    border-radius: 0;
}

/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {margin: 0 auto;}
.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    padding: 5px !important;
    top: 50%;
    left: 10px;
    font-size: 20px;
    text-align: center;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}
.img-carousel .owl-prev .fa,
.img-carousel .owl-next .fa {
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.img-carousel .owl-controls .owl-page span,
.img-carousel .owl-controls .owl-buttons div {background-color: var(--primary);}

/* 3.4 - Partners carousel / Owl carousel
/* ========================================================================== */

.partners-carousel .owl-carousel div a {display: block; text-align: center; background-color: #f3f4f5; border-radius: 10px; padding: 10px;}
.partners-carousel .owl-carousel div a img {display: inline-block; max-width: 100%; }
.partners-carousel .owl-carousel .owl-item img {width: auto;}
.partners-carousel .owl-theme .owl-controls {}
.partners-carousel .owl-theme .owl-controls .owl-nav {position: absolute; right: 0; top: -80px;}
@media (max-width: 767px) {
    .partners-carousel .owl-theme .owl-controls .owl-nav {position: inherit !important; margin-top: 30px;}
}
.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.partners-carousel .owl-prev,
.partners-carousel .owl-next {
    border: solid 1px #435469;
    border-radius: 10px !important;
    color: #435469;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
.partners-carousel .owl-next {margin-left: 10px !important;}
.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
    color: #435469;
    font-size: 33px !important;
    line-height: 50px;
}
.partners-carousel .owl-prev:hover ,
.partners-carousel .owl-next:hover  {
    border-color: var(--primary);
    color: var(--primary);
}
.partners-carousel .owl-prev:hover .fa,
.partners-carousel .owl-next:hover  .fa {
    color: var(--primary);
}

/* 3.5 - Breadcrumbs
/* ========================================================================== */

.breadcrumbs .breadcrumb {
    position: relative;
}
.breadcrumbs .breadcrumb {
    padding: 0; margin: 0;
    font-size: 14px;
    line-height: 30px;
    background-color: transparent;
}
.breadcrumbs .breadcrumb li {color: #eeeeee;}
.breadcrumbs .breadcrumb a {color: #ffffff;}
.breadcrumbs .breadcrumb a:hover {border-bottom: solid 1px #ffffff;}
.breadcrumbs .breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: '\f105  ';
}

/* 3.6 - Schedule
/* ========================================================================== */

.schedule-wrapper {
    margin-top: 30px;
    border: solid 1px var(--primary);
    border-top: none;
    border-bottom-width: 10px;
    border-radius: 30px 30px 10px 10px;
    overflow: hidden;
}
.schedule-tabs.lv1 {
    background-color: var(--primary);
    color: #ffffff;
}
.schedule-tabs.lv2 {
    border: solid 1px #8598b0;
    border-top: none;
    background-color: #ffffff;
}
.tab-content.lv1 {}
.tab-content.lv2 {}
.tab-content.lv2 .tab-pane {padding: 30px 70px;}
@media (max-width: 1024px) {
    .tab-content.lv2 .tab-pane {padding: 30px 50px;}
}
@media (max-width: 992px) {
    .tab-content.lv2 .tab-pane {
        padding: 30px 30px;
    }
}
@media (max-width: 767px) {
    .tab-content.lv2 .tab-pane {
        padding: 15px 15px;
        height: 400px;
        overflow: auto;
    }
}
.schedule-wrapper .nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.schedule-wrapper .nav > li > a:hover,
.schedule-wrapper .nav > li > a:focus {
    background-color: transparent;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li > a {
    min-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active:before {
    content: '';
    position: absolute; z-index: 1;
    top: 100%; right: 50%;
    width: 0; height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--accent);
}
/*.schedule-wrapper .schedule-tabs.lv2 .nav > li > a {*/
/*    color: #293239;*/
/*}*/
/*.schedule-wrapper .schedule-tabs.lv2 .nav > li > a:hover {*/
/*    color: #293239;*/
/*}*/
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active > a {}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active > a {
    color: var(--accent) !important;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px; left: 0;
    background-color: var(--primary);
}

/* 3.7 - FAQ
/* ========================================================================== */

.row.faq {}
.row.faq .tab-content {
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #435469;
    border-radius: 2px;
    background-color: #fdfdfd;
    padding: 30px 30px 10px 30px;
    position: relative;
}
@media (max-width: 767px) {
    .row.faq .tab-content {
        margin-top: 20px;
        border-radius: 0 0 10px 10px;
    }
}
@media (min-width: 768px) {
    .row.faq .nav li.active:before { content: ''; position: absolute; top: 15px; right: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    .row.faq .nav li.active:after { content: ''; position: absolute; top: 15px; right: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #fdfdfd; border-bottom: 10px solid transparent; z-index: 2;}
}
@media (max-width: 767px) {
    .row.faq > .pull-left,
    .row.faq > .pull-right {float: none !important;}
}

.row.faq .tab-content .fa {
    font-size: 18px;
}
.row.faq .nav {}
.row.faq .nav li + li {
    margin-top: 20px;
}
.row.faq .nav li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    border-radius: 10px;
    border: solid 1px #435469;
    background-color: #fdfdfd;
    color: #374146;
}
.row.faq .nav li.active a,
.row.faq .nav li a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}
.row.faq .nav li a .fa {
    width: 20px;
    text-align: center;
    margin-right: 15px;
    margin-top: 3px;
    float: left;
}
.row.faq .nav li a .faq-inner {
    display: block;
    overflow: hidden;
}

/* 3.8 - Blog / Post
/* ========================================================================== */

.content .post-wrap {position: relative;}
.content .post-wrap + .post-wrap {
    margin-top: 50px;
    position: relative;
}
.row.post-row {}
.row.post-row .post-wrap {
    margin-top: 30px;
    padding-bottom: 20px;
    /*position: relative;*/
}
.post {}
.post-header {margin-bottom: 20px;}
body.rtl h2.post-title {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 25px;
    height: 20px;
    line-height: 1.8;
}.post-title {color: #0d1d31; font-weight: 700; margin-top: 0; margin-bottom:40px; font-size: 14px;height: 20px;}
.post-title a {color:  var(--primary); line-height: 1;}
.post-title a:hover {color: var(--primary);}
.post-header .post-meta {
    color: var(--accent) !important;
    line-height: 1;
    font-size: 12px;
    position: relative;
    /*right: 25px;*/
}
body.rtl .post-header .post-meta-blog{
    color: var(--accent) !important;
    line-height: 1 !important;
    font-size: 12px !important;
    position: absolute !important;
    bottom: 30px !important;
    left: auto !important;
    right: 25px !important;
    width: max-content !important;

}

body.rtl span.day {
    position: absolute;
    width: max-content;
    bottom: -5px;
    padding: 0px 5px 0px 0px;
}
span.day {
    position: absolute;
    width: max-content;
    bottom:11px;
}
span.day-single {
    position: absolute;
    width: max-content;
    bottom:0px;
}
.post-header .post-meta-blog{
    color: var(--accent) !important;
    line-height: 1 !important;
    font-size: 12px !important;
    position: absolute !important;
    bottom: 30px !important;
    left: 25px !important;
    right: auto !important;
    width: max-content !important;
}
.post-header .post-meta a,
.post-header .post-meta .fa {color: #435469;}
.post-header .post-meta a:hover {color: var(--primary);}
.post-header .social-line {margin-top: -2px;}
.post-header .social-line li {padding-top: 2px; padding-right: 2px;}
.post-header .social-line a {height: 20px; width: 20px; line-height: 20px; font-size: 14px;}
.post-header .post-meta-author {display: block; margin-bottom: 20px;}

.post-footer {
    padding-left: 10px;
    height: auto;
}
.post-readmore {display: block; text-align: right;}
body.rtl .post-readmore .btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px;
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}
.post-readmore .btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px;
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}
.post-readmore .btn:hover,
.post-readmore .btn:focus {
    background-color: var(--accent);
    border-color:var(--accent);
    color: #ffffff;
}

.post-excerpt {
    font-size: 18px;
    padding-bottom: 5px;
    /*padding-right: 20px !important;*/
}
.post-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body.rtl .post-excerpt {
    font-size: 15px;
    /*padding-right: 20px !important;*/
}
body.rtl .post-excerpt-main {
    font-size: 14px;
    height: 40px;
}
body.rtl .post-excerpt-blog {
    font-size: 15px;
    height: 50px;
}
body.rtl .post-excerpt-web {
    font-size: 15px;
    height: 50px;
}
.post-excerpt-main {
    font-size: 15px;
    height: 50px;

}
.post-excerpt-blog {
    font-size: 15px;
}
.post-excerpt-web {
    font-size: 15px;
}
.post-meta-author,
.post-meta-category,
.post-meta-comment {}
.post-meta-author a {color: #464c4e; font-size: 14px;}
.post-meta-author a:hover {color: #000000;}
.post-media {
    margin-bottom: 20px;
    border-radius: 10px;
    *overflow: hidden;
    height: 200px;
}
.post-media-web {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
}
.post-media-img {
    margin: 70px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.post-media-web-img {
    margin: 70px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.post-media img {
    max-width: 100%;
    width: 100%;
}
.post-media-web img {
    max-width: 100%;
    width: 100%;
}
.post-media-img img {
    max-width: 100%;
    width: 100%;
}
.post-media-web-img img {
    max-width: 100%;
    width: 100%;
}
.post-type {
    position: absolute;
    top: 10px; right: 25px;
    width: 40px; height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
}
.post-type .fa {}
.content .post-type {right: 12px;}
.post-content {text-align: justify;}
footer.post-meta {margin-top: 40px;}
footer.post-meta .post-tags {display: block;}
footer.post-meta .post-categories {display: block;}
.post + .post {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.about-the-author {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

.about-the-author .media-heading {
    color: var(--primary);
}

.timeline .post-header {margin-bottom: 15px;}
.timeline .media-body {padding: 15px; background-color: #ffffff; border-radius: 10px;display: block;}
.timeline .post-media {
    border: solid 8px #afb4ba;
    border-radius: 50%;

}
.timeline .post-media.pull-left {margin-right: 60px;}

.timeline .post-wrap + .post-wrap {margin-top: 30px;}
.timeline .post-title {
    font-size:18px;
    font-weight: 700;
    color: var(--primary);
    /*border-bottom: solid 1px #d2d2dc;*/
    line-height: 1.8;
}
.timeline .post-title a {color: var(--primary);}
body.rtl .timeline .post-title a {
    color: var(--primary);
    font-family: iranyekan !important;
}
/*.timeline .post-title a:hover {color:var(--accent);}*/
.timeline .post-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #293239;
    margin-bottom: 10px;
}
body.rtl .timeline .post-meta {
    font-family:  iranyekan !important;
    font-size: 20px;
    font-weight: 300;
    color: #293239;
    margin-bottom: 10px;
}
.timeline .post-meta a .fa {color: var(--primary);}
.timeline .post-meta a:hover .fa {color: #293239;}
.timeline .post-meta .fa-stack {line-height: 32px; height: 32px; width: 32px;}
.timeline .post-meta .fa-stack-2x {line-height: 32px; font-size: 32px;}
.timeline .post-meta .fa-stack-1x {line-height: 32px; font-size: 16px;}
.timeline .post-excerpt {
    line-height: 24px;
}
body.rtl .timeline .post-readmore {
    color: #293239;
    text-align: left;
    margin-top: 20px;
}
.timeline .post-readmore {
    color: #293239;
    text-align: left;
    margin-top: 40px;
}
.timeline .post-readmore a {color: #293239;}
.timeline .post-readmore a:hover {color: var(--primary);}
.timeline .post-readmore .fa {
    /*width: 18px;*/
    /*text-align: center;*/
}

/* 3.9 - Comments
/* ========================================================================== */

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #f5f5f5;
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #b0afaf;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #efefef; padding-bottom: 20px;}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #efefef;
}
.comments-form .block-title {
    color: var(--primary) !important;
}
.comments-form > .block-title {
    margin-top: 0;
    margin-bottom: 30px;
}

/* 3.10 - Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    border-top: solid 1px #f5f5f5;
    margin-top: 50px;
    padding-top: 50px;
}
.pagination {
    margin: 70px 0px 0px 0px;
}
.pagination > li > a {
    background-color: #f5f5f5;
    color: #253239;
    border-radius: 17px;
    margin: 0 10px 0 0;
    padding: 4px 13px 5px 13px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    /*background-color: var(--primary);*/
    /*color: #ffffff;*/
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: var(--primary);
    border-color: var(--primary);
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

.sidebar .form-control {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 12px;
}

/* Categories
/* ========================================================================== */

.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
}
.widget.categories li + li {
    margin-top: 10px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f5f5;
    color: #435469;
    border-radius: 8px;
}
.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}
.widget.categories li a small {
    float: right;
}

/* flickr feed
/* ========================================================================== */

.widget.flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget.flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget.flickr-feed li a {
    display: block;
    border: solid 1px transparent;
    border-radius: 8px;
    overflow: hidden;
}
.widget.flickr-feed li a:hover {
    border-color: var(--primary);
}

.widget.flickr-feed li a img {
    width: 78px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget.flickr-feed li a img {
        width: 62px;
    }
}
@media (max-width: 991px) {
    .widget.flickr-feed li a img {
        width: 64px;
    }
}
@media (max-width: 767px) {
    .widget.flickr-feed li a img {
        width: 70px;
    }
}

/* Tag-cloud
/* ========================================================================== */

.tag-cloud {
    overflow: hidden;
}

.tag-cloud li {
    float: left;
    margin: 0 10px 10px 0;
}

.tag-cloud a {
    display: block;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 8px;
    border: solid 1px #435469;
    color: #435469;
}

.tag-cloud a:hover {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/* 3.11 - Project / Portfolio
/* ========================================================================== */

.project-single {}
.project-media {}
.project-overview {}
.project-details {}
.project-details .dl-horizontal dt {
    text-align: left;
}
.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}
.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}
@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* 3.12 - Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    /*background-color: transparent;*/
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px var(--primary);
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}
.thumbnail.no-radius {
    border-radius: 0;
}

.row.thumbnails {margin-top: -30px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */

.thumbnail .media {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption
 * -------------------------------------------------------------------------- */

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
body.rtl .thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 12px;
}
.thumbnail .caption {
    padding: 20px 0 0 0;
    font-size: 12px;
}
.thumbnail .caption + .caption {padding-top: 15px;}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*dc143c*/
    background-color: #38346ea8;
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements
 * -------------------------------------------------------------------------- */

.caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #0d1d31;
}
.hovered .caption-title {color: #ffffff;}
.caption-buttons {margin-bottom: 0;}
.caption-buttons .btn {
    /*background-color: var(--primary);*/
    color: #ffffff;
    font-size: 30px;
}
.caption-buttons .btn:hover {
    /*background-color: #000000;*/
}
.caption-category {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    /*line-height: 14px;*/
    color: var(--primary);
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #c4334b;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */

/* Thumbnail transition
 * -------------------------------------------------------------------------- */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 3.13 - Media / Testimonials
/* ========================================================================== */

.testimonial .media-body {padding-right: 15px;}
.testimonial .media-heading {font-weight: 700; color: var(--accent); font-size: 16px; margin-bottom: 0;}
.testimonial .media-heading small {}
.testimonials.owl-carousel .owl-item img {width: auto;}
.testimonials.owl-theme .owl-dots .owl-dot span {
    height: 15px; width: 15px;
}
.color .testimonials.owl-theme .owl-dots .owl-dot span {
    background-color: var(--primary);
    border: solid 2px #ffffff;
}
.color .testimonials.owl-theme .owl-dots .owl-dot.active span,
.color .testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}
@media (min-width: 1024px) {
    .testimonials .owl-dots {
        position: absolute;
        top: -65px;
        right: 0;
    }
}

/* HEXAGONS */

.hex {
    position: relative;
    /*height: ;*/ /*width: 170px;*/
    width: 165px;
    margin: 0 auto;
}
.hex .hex-inner {
    margin: 0 auto;
    height: 190px; width: 170px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.hex-deg {
    overflow: hidden;
    width: 100%; height: 100%;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.hex-deg .hex-deg {
    width: 100%; height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hex-deg .hex-deg .hex-deg {}

.hex.testimonial-avatar {width: 100px;}
.hex.testimonial-avatar .hex-inner {height: 115px; width: 100px;}
.wohexagon.testimonial-avatar {width: 100px; border-radius: 10px; overflow: hidden;}
.wohexagon.testimonial-avatar .wohexagon-inner {height: 115px; width: 100px;}
.hex.speaker-avatar {}
.hex.speaker-avatar .hex-inner {}

/* CIRCLE */

.circle {
    width: 165px;
    margin: 0 auto;
}
.circle .circle-inner {
    border: 8px solid #AFB4BA;
}
.circle .circle-inner,
.circle .media,
.circle .media > img,
.circle .caption.hovered {
    overflow: hidden;
    border-radius: 50%;
}
.circle .media,
.circle .media > img,
.circle .caption.hovered {
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

/* 4 - Footer
/* ========================================================================== */

.footer-widgets {}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 40px 0;
    background-color: #ffffff;
    color: #414650;
    font-size: 18px;
}

/* 5 - Widgets / Shortcodes
/* ========================================================================== */

.sidebar .widget {}
.sidebar .widget > *:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
}
.sidebar .widget-title {
    color: var(--primary);
}
.sidebar .widget-title .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .widget-title {color: #ffffff;}
.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}
.sidebar .widget-title small {color: #999999;}
.footer .widget-title small {color: #818181;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: var(--primary);
}
.sidebar .widget-title:before {
    display: none;
}

/* 5.1 - prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* 5.2 - Contact form / af-form
/* ========================================================================== */

#af-form .form-control {
    height: 60px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
}
#af-form .form-control:focus {
    border-color: var(--primary);
}
#af-form .form-control,
#af-form .form-control:focus,
#af-form .form-control:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#af-form textarea.form-control {
    height: 180px;
}
#af-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
}
#af-form .tooltip {
    left: 15px !important;
}
#af-form .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #000000;
}
#af-form .tooltip-arrow {
    border-top-color: #000000;
}
.form-button-reset {
    margin-left: 15px;
    color: #253239;
    background-color: #f5f5f5;
    border-color: #e8e8e8;

}
.form-button{
    margin-top: 50px;
}

.form-button-reset:focus,
.form-button-reset:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
#af-form > div:last-child .form-group:last-child {
    margin-bottom: 0;
}
.color #af-form .form-control {
    border-color: #ffffff;
    background-color: transparent;
    background-color: rgba(2, 2, 2, .2);
}
.color #af-form .form-control:focus {
    background-color: rgba(2, 2, 2, .5);
}

/*new*/
.popup-register {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    padding: 25px 35px;
}
.modal-dialog .close.close-btn > span {
    background-color: #000000;
    border-radius: 5em;
    color: #ffffff;
    display: block;
    height: 25px;
    opacity: 1;
    width: 25px;
}
.register-page .item {
    min-height: 660px !important;
}
#main-slider.register-page .caption{
    padding: 0;
}
@media (max-width:480px){
    .popup-register{        
        padding: 15px;
    }
    .popup-register form iframe{
        height: 500px;
    }


}
/*new*/
/* 5.3 - Social line
/* ========================================================================= */

.social-line {
    margin: -15px 0 0 0;
    line-height: 33px;
}
.social-line li {
    padding: 44px 5px 20px 0;
}
.social-line a {
    display: block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    background-color: #c3c3c3;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.social-line a:before {
    content: '';
    position: absolute;
    top: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #c3c3c3;
}
.social-line a:after {
    content: '';
    position: absolute;
    bottom: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #c3c3c3;
}
.social-line a.twitter {background-color: #2daae1;}
.social-line a.twitter:before {border-bottom-color: #2daae1;}
.social-line a.twitter:after {border-top-color: #2daae1;}
.social-line a.facebook {background-color: #3c5b9b;}
.social-line a.facebook:before {border-bottom-color: #3c5b9b;}
.social-line a.facebook:after {border-top-color: #3c5b9b;}
.social-line a.google,
.social-line a[title*='Google+'] {background-color: #f63f29;}
.social-line a.google:before {border-bottom-color: #f63f29;}
.social-line a.google:after {border-top-color: #f63f29;}
.social-line a.flickr {background-color: #216BD4;}
.social-line a.flickr:before {border-bottom-color: #216BD4;}
.social-line a.flickr:after {border-top-color: #216BD4;}
.social-line a.dribbble {background-color: #F46899;}
.social-line a.dribbble:before {border-bottom-color: #F46899;}
.social-line a.dribbble:after {border-top-color: #F46899;}
.social-line a.linkedin {background-color: #0085AE;}
.social-line a.linkedin:before {border-bottom-color: #0085AE;}
.social-line a.linkedin:after {border-top-color: #0085AE;}
.social-line a.forrst {background-color: #729A68;}
.social-line a.forrst:before {border-bottom-color: #729A68;}
.social-line a.forrst:after {border-top-color: #729A68;}
.social-line a.tumblr {background-color: #2C4762;}
.social-line a.tumblr:before {border-bottom-color: #2C4762;}
.social-line a.tumblr:after {border-top-color: #2C4762;}
.social-line a.instagram {background-color: #517fa4;}
.social-line a.instagram:before {border-bottom-color: #517fa4;}
.social-line a.instagram:after {border-top-color: #517fa4;}
.social-line a.pinterest {background-color: #cb2027;}
.social-line a.pinterest:before {border-bottom-color: #cb2027;}
.social-line a.pinterest:after {border-top-color: #cb2027;}
.social-line a.skype {background-color: #00aaf1;}
.social-line a.skype:before {border-bottom-color: #00aaf1;}
.social-line a.skype:after {border-top-color: #00aaf1;}
.social-line a.vimeo {background-color: #5BC8FF;}
.social-line a.vimeo:before {border-bottom-color: #5BC8FF;}
.social-line a.vimeo:after {border-top-color: #5BC8FF;}
.social-line a:hover {background-color: var(--primary);}
.social-line a:hover:before {border-bottom-color: var(--primary);}
.social-line a:hover:after {border-top-color: var(--primary);}
.social-line a,
.social-line a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.footer .social-line {
    margin: 0 0 20px 0;
    line-height: 70px;
}
.footer .social-line li {
    padding: 20px 5px 15px 0;
}
.footer .social-line a {
    width: 60px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
}
.footer .social-line a:before {
    top: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 15px;
}
.footer .social-line a:after {
    bottom: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 15px;
}

.social-line.social-circle a {
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
}
.social-line.social-circle a:before,
.social-line.social-circle a:after {
    display: none;
}
.footer .social-line.social-circle a {
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
}
.footer .social-line.social-circle a:before,
.footer .social-line.social-circle a:after {
    display: none;
}

.social-line.social-wohex a {
    height: 30px;
    border-radius: 4px;
    line-height: 28px;
}
.social-line.social-wohex a:before,
.social-line.social-wohex a:after {
    display: none;
}
.footer .social-line.social-wohex a {
    height: 60px;
    border-radius: 10px;
    line-height: 58px;
}
.footer .social-line.social-wohex a:before,
.footer .social-line.social-wohex a:after {
    display: none;
}

/* 5.4 - Price table
/* ========================================================================== */

.row.price-tables {
    margin-top: -30px;
    overflow: hidden;
}
.row.price-tables > div {}
.price-table {
    text-align: center;
    margin: 30px auto 0 auto;
    border: solid 1px #0d1d31;
    border-radius: 10px;
    padding: 8px;
}
@media (max-width: 767px) {
    .price-table {
        max-width: 480px;
    }
}
.price-table-header {}
.price-label {
    font-size: 24px;
    padding: 25px 15px;
    background-color: #f5f5f5;
    color: #475056;
    border-radius: 10px;
}
.price-label-title {
    margin: 0;
    color: #475056;
    font-weight: 700;
    text-transform: uppercase;
}
.price-value {
    font-size: 90px;
    font-weight: 200;
    padding: 20px 15px;
    color: var(--primary);
}
.price-number {}
.price-unit {font-size: 60px;}
.price-per {}
.price-description {}
.price-table-row {
    color: #6d7a83;
    font-size: 18px;
    padding: 25px 15px;
    border-top: solid 1px #c5c7c9;
}
.price-table-row + .price-table-row {}
.price-table-row.even {}
.price-table-row.odd {}
.price-table-row-bottom {
    border-top: solid 1px #c5c7c9;
    padding: 25px 15px;
}
.price-table-rows {}
.price-table.featured {
    border-color: var(--primary);
}
.price-table.featured .price-table-row-bottom {}
.price-table.featured .price-number {font-weight: 700;}
.price-table.featured .price-value {}
.price-table.featured .btn-theme {}
.price-table.featured .btn-theme:hover {}
.price-table.featured {
    overflow: hidden;
    position: relative;
}
.price-table.featured:before {
    content: 'Best';
    position: absolute;
    top: 15px; right: -65px;
    display: block;
    width: 200px;
    padding: 10px;
    text-transform: uppercase;
    background-color: var(--primary);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}

/* 5.5 - Google map
/* ========================================================================== */

.container.gmap-background {
    margin-top: 0;
    margin-bottom: 0;
}
.container.gmap-background .on-gmap {
    position: relative; z-index: 1;
    min-height: 200px;
    width: 350px;
}

.container.gmap-background .map,
.container.gmap-background #canvas {
    max-height: 100%;
    min-height: 100%;
}
.container.gmap-background .map {
    position: absolute;
    left: 0;
    top: 50px;
    right:auto;
    bottom: 0;
    /*width:70%;*/
    height: 100%;
}
.container.gmap-background #canvas {
    width: 100%; height: 100%;
}

.container.gmap-background .on-gmap {
    border-radius: 10px;
    padding: 55px 25px 45px 25px;
    line-height: 30px;
}
.container.gmap-background .on-gmap.color {
    background-color: var(--primary);
    color: #fefefe;
}

/* 5.6 - Parallax
/* ========================================================================== */

.parallax {
    position: relative;
    z-index: 1;
}
.parallax h1, .parallax h2, .parallax h3,
.parallax h4, .parallax h5, .parallax h6 {
    color: #ffffff;
}
.parallax .block-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .parallax .block-title {font-size: 70px;}
}
.parallax .block-text {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.5;
}

.parallax .block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}
.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    z-index: 2;
}
@media (max-width: 991px) {
    .parallax-bg {background-size: cover !important; background-position: 50% 0 !important;}
}
.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("../img/overlay.png");
    z-index: 3;
}
.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
    min-height: 400px;
}

/* 5.7 - Error page
/* ========================================================================== */

.page-section.error-section {
    padding-top: 170px;
}
.error-number {
    display: block;
    font-size: 250px;
    font-weight: bold;
    line-height: 250px;
    text-align: center;
    color: #0d1d31;
}
@media (max-width: 480px) {
    .error-number {
        font-size: 150px;
        line-height: 200px;
    }
}

/* 5.8 - Back to top button
/* ========================================================================== */

.to-top {
    background-color: #373737;
    color: #9f9197;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.to-top:hover {
    background-color: var(--primary);
    color: #ffffff;
}

/* --------------------------------------------------------------------------
 * 5.9 - Coming soon / Error page
 * -------------------------------------------------------------------------- */

.coming-soon .page-section > .container {
    width: 100%;
}
.coming-soon #main-slider {
    display: block;
}
.coming-soon .form-background {
    /*max-width: 400px;*/
    margin: 0 auto;
}

.error-page .page-section > .container {
    width: 100%;
}

.error-page .header {
    border-bottom: solid 1px #ffffff;
}
.error-page .header > .container {
    background-color: transparent !important;
}
.error-page .logo a,
.error-page .logo a:hover {color: #ffffff;}
.error-page .logo a .logo-hex,
.error-page .logo a:hover .logo-hex {background-color: #ffffff;}
.error-page .logo a .logo-fa,
.error-page .logo a:hover .logo-fa {color: var(--primary);}

/* --------------------------------------------------------------------------
 * 7 -
 * -------------------------------------------------------------------------- */

.row-event + .row-event {margin-top: 50px;}
@media (max-width: 767px) {
    .row-event-media {margin-bottom: 15px;}
}
.row-event-grid {margin-top: -30px;}
.row-event-grid .row-event-media {margin-top: 30px;}
.row-event-media .date-block {
    z-index: 11;
    position: absolute;
    top: 15px; right: 15px;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
    color: #f5f5f5;
}
.row-event-media .hover .date-block {
    background-color: rgba(245, 245, 245, 0.90);
    color: #000000;
}
.row-event-media .date-block .month {display: block; font-size: 12px;}
.row-event-media .date-block .day {display: block; font-size: 16px; font-weight: bold;}
.row-event-media .thumbnail > .caption {
    padding: 15px;
    background-color: #f5f5f5;
}
.row-event-media .thumbnail {
    -webkit-transform: translateZ(0);
}
.row-event-body .event-title {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--primary);
    border-bottom: solid 1px #d2d2dc;
}
.row-event-body .event-meta {color: #293239; font-size: 13px; font-weight: 600;}
.row-event-body .event-time {display: block;}
.row-event-body .event-detail {margin-bottom: 30px;}
.row-event-body .event-detail .row-speakers .media{margin-bottom: 20px;}
.row-event-body .event-detail .row-speakers .media-heading {font-size: 16px; line-height: 20px; font-weight: 600;}
.row-event-body .event-detail .media-object {width: 60px;}

.row-related {margin-top: -15px;}
.row-related .media {margin-top: 30px;}

.quantity-group {}
.quantity-group .btn {border-radius: 8px !important; padding: 7px 12px;}
.quantity-group .form-control {background-color: transparent; border-color: transparent; text-align: center; display: inline-block; width: 30px; padding: 0;}

.wide .page-section.single-event-hero,
.boxed .page-section.single-event-hero > .container {
    background-position: 50% 50% !important;
    min-height: 380px;
}
.single-event-hero {color: #ffffff;}
.single-event-hero h1 {max-width: 450px; margin: 0 auto; margin-bottom: 30px;}
.single-event-hero p {max-width: 320px; margin: 0 auto;}

.event-carousel {position: relative;}
.event-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {padding: 7px 15px; position: absolute;}
.event-carousel .owl-theme .owl-controls .owl-nav .owl-prev {top: 50%; left: 5px;}
.event-carousel .owl-theme .owl-controls .owl-nav .owl-next {top: 50%; right: 5px;}


/* --------------------------------------------------------------------------
 * 6 - Helper Classes
 * -------------------------------------------------------------------------- */

.btn-preview-light,
.btn-preview-light:hover {
    width: 170px;
    border-width: 5px;
    border-color: #f5f5f5;
    background-color: var(--primary);
    margin-right: 9px;
}
.btn-preview-dark,
.btn-preview-dark:hover {
    width: 170px;
    border-width: 5px;
    border-color: #f5f5f5;
    background-color: #0d1d31;
}

.text-uppercase {text-transform: uppercase;}

.margin-top {margin-top: 50px;}
.margin-bottom {margin-bottom: 50px;}

.clear {clear: both;}
.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.overflowed {
    overflow: hidden;
    position: relative;
}

.vertical-align {
    position: relative; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*[data-animation],*/
.animated {
    visibility: hidden;
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
.animated .fa {visibility: hidden;}
.animated .animated .fa {visibility: hidden;}
@media (max-width: 991px) {
    .animated,
    .animated .animated,
    .animated .fa,
    .animated .animated .fa {
        /* Disable animation on small devices */
        visibility: visible;
        -webkit-animation-name: animation-off;
        animation-name: animation-off;
    }

}

.vhidden {visibility: hidden;}
.visible {
    visibility: visible;

}


.visible .fa {visibility: visible;}
.visible .visible .fa {visibility: visible;}

.div-table,
.div-cell {
    /*height: 100% !important;*/
    display: table !important;
}
.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}
.row.div-table {margin: 0;}
@media (max-width: 767px) {
    .row.div-table .div-cell {display: block !important;}
}
.div-cell.dark {}
.div-cell.light {}
.div-cell.color {}
.div-cell.va-top {vertical-align: top !important;}
.div-cell.padding-top {padding-top: 15px;}
.div-cell.padding-bottom {padding-top: 15px;}
.inline-block {
    display: inline-block !important;
}

/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
 * -------------------------------------------------------------------------- */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Dark version css
 * -------------------------------------------------------------------------- */

body.body-dark {
    background: #0c1629;
    color: #eff6ff;
}

.body-dark #preloader {
    background: #0d1d31;
}

.body-dark .spinner:after {
    border: .90em solid rgb(13, 29, 49);
}

.body-dark.wide .page-section,
.body-dark.boxed .page-section > .container {
    background: #0d1d31;
    color: #eff6ff;
}

.body-dark.wide .page-section.light,
.body-dark.boxed .page-section.light > .container {
    background-color: #122135;
    color: #eff6ff;
}

.body-dark.wide .page-section.color,
.body-dark.boxed .page-section.color > .container {
    background-color: #122135;
    color: #eff6ff;
}

.body-dark h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

.body-dark .section-title {
    color: #ffffff;
}

.body-dark .section-title small {
    color: #435469;
}

.body-dark .section-title .fa-stack .fa {
    color: #ffffff;
}

.body-dark .color .section-title .fa-stack .fa {
    color: #ffffff;
}

.body-dark .section-title .rhex {
    background-color: var(--primary);
}

.body-dark .color .section-title .rhex {
    background-color: var(--primary);
}

.body-dark .color .btn-theme {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.body-dark .color .btn-theme:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.body-dark .form-control {
    border-color: #435469;
    background-color: #1c2b3d;
    color: #eff6ff;
}

.body-dark .form-control:focus {
    border-color: #ea032d;
}

.body-dark .bootstrap-select > .selectpicker {
    border-color: #435469;
    background-color: #1c2b3d !important;
    color: #eff6ff !important;
}

.body-dark .bootstrap-select .dropdown-menu {
    background-color: #1c2b3d !important;

}

.body-dark .bootstrap-select .dropdown-menu > li > a {
    color: #eff6ff;
}

.body-dark .event-background {
    background-color: var(--primary);
}

.body-dark .event-description .media-heading {
    color: #0d1d31;
}

.body-dark .timeline .media-body {
    background-color: #1e2c3f;
}

.body-dark .timeline .post-media {
    border-color: #556172;
}

.body-dark .timeline .post-meta,
.body-dark .timeline .post-meta .fa {
    color: #ffffff !important;
}

.body-dark .timeline .post-readmore,
.body-dark .timeline .post-readmore .fa {
    color: #435469;
}

.body-dark .partners-carousel .owl-carousel div a {
    background-color: #16263a;
}

.body-dark .testimonials.owl-theme .owl-dots .owl-dot span {
    background-color: #122135 !important;
    border: solid 2px #435469 !important;
}

.body-dark .testimonials.owl-theme .owl-dots .owl-dot.active span,
.body-dark .testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #435469 !important;
}

.body-dark .testimonials .media-heading {
    color: #435468;
}

.body-dark .thumbnail .caption {
    color: #435469;
}

.body-dark .caption-title {
    color: #eff6ff;
}

.body-dark .price-table {
    border-color: #435469;
}

.body-dark .price-table-row {
    color: #eff6ff;
    border-top-color: #1f2c3c;
}

.body-dark .price-table-row-bottom {
    border-top-color: #1f2c3c;
}
.section-title{
    display: flex;
    gap: 15px;
}
.title-inner{
    margin-top: 10px;
}


@media (min-width: 768px) {

    .body-dark .row.faq .nav li.active:before { content: ''; position: absolute; top: 15px; right: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    .body-dark .row.faq .nav li.active:after { content: ''; position: absolute; top: 15px; right: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #102033; border-bottom: 10px solid transparent; z-index: 2;}
}
/*@media only screen and (max-width: 768px){*/
/*    .row{*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .container-fluid{*/
/*        padding-right: 0;*/
/*         padding-left: 0;*/
/*         margin-right: 0;*/
/*    }*/

/*}*/
@media only screen and (max-width: 1000px) {
    .container-quick-access{
        width: 100% !important;
    }

}

.body-dark .row.faq .tab-content {
    border-color: #435469;
    background-color: #102033;
    color: #ffffff;
}

.body-dark .row.faq .tab-content:before {
    border-right-color: #435469;
}

.body-dark .row.faq .tab-content:after {
    border-right-color: #102033;
}

.body-dark .row.faq .nav li a {
    border-color: #435469;
    background-color: #1c2b3d;
    color: #eff6ff;
}

.body-dark .post-title,
.body-dark .post-title a {
    color: #ffffff;
}

.body-dark .post-header .post-meta {
    color: #ff4e00;
}

.body-dark .post-type .fa {
    color: #878c92;
}

.body-dark .container.gmap-background .on-gmap.color {
    background-color: #0d1d31;
}

.body-dark.wide .footer-meta,
.body-dark.boxed .footer-meta > .container {
    background-color: #0d1d31;
    color: #435469;
}

.body-dark .pagination-wrapper {
    border-top: solid 1px #435469;
}
.body-dark .pagination > li > a {
    background-color: #435469 ;
    color: #f5f5f5;
}
.body-dark .pagination > li > a:hover,
.body-dark .pagination > li > span:hover,
.body-dark .pagination > li > a:focus,
.body-dark .pagination > li > span:focus {
    background-color: var(--primary);
    color: #ffffff;
}
.body-dark .pagination > .active > a,
.body-dark .pagination > .active > span,
.body-dark .pagination > .active > a:hover,
.body-dark .pagination > .active > span:hover,
.body-dark .pagination > .active > a:focus,
.body-dark .pagination > .active > span:focus {
    background-color: var(--primary);
    border-color: var(--primary);
}

.body-dark .widget.categories li a {
    background-color: #435469;
    color: #f5f5f5;
}
.body-dark .widget.categories li.active a,
.body-dark .widget.categories li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}
.body-dark .about-the-author {
    border-top: solid 1px #435469;
}
.body-dark .comments {
    border-top: solid 1px #435469;
}
.body-dark .comment-reply {
    border-bottom: solid 1px #435469;
}
.body-dark .comments-form {
    border-top: solid 1px #435469;
}
.header-speaker {
    position: relative;
    height: 280px;
    padding: 60px;
    background-color: rgba(129, 134, 140, .8);
}
.content-speaker{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.page-speaker {
    position: relative !important;
    background-color: transparent !important;
    margin-top: -90px !important;
    padding: 0px !important;
    /*height: 450px;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.header-speaker{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.header-blog {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    /*max-height: 400px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-blog .post-media img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    height: 200px;
    object-fit: cover;
}
.centered {
    position: absolute;
    text-align: center;
}
.centered h1{
    color: #ffffff;
    font-size: 70px;
}


/* RTL
/* ========================================================================== */

/*body.rtl {direction: rtl;*/
/*    font-family: iranyekan !important;*/
/*    font-size: 15px !important;*/
/*    line-height: 2.33 !important;*/
/*    background: #fbfbfb;*/
/*    color: #3b3f43 !important;*/
/*    overflow-x: hidden;*/
/*}*/

.pull-about {
    float: right !important;
    text-align: justify;
    font-size: 14px;
}
.pull-about{
    float: left !important;
}
body.rtl .pull-about-img{
    float: left;
}
.pull-about-img{
    float: right !important;
}
body.rtl #themeConfig {direction: ltr;}
body.rtl .pull-left {float: right !important;}
body.rtl .pull-right {float: left !important;}
body.rtl .media > .pull-left {margin-right: 0; margin-left: 10px;}
body.rtl .media > .pull-right {margin-left: 0; margin-right: 10px;}
body.rtl .logo {
    float: right !important;
    margin-top: 4px;
    padding-right: 30px;
}
header.header.fixed.shrink .sf-menu a{
    color: #424242;
}
@media (max-width: 990px){
    header.header.fixed.shrink .sf-menu a{
        color: #FFFFFF !important;
    }
}
li.active a {
    color: #fff !important;
}
header.header.fixed.shrink body.rtl .logo {
    float: right !important;
    margin-top: 5px;
}
body.rtl .navigation {
    /* float: left !important; */
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* padding-left: 70px; */
}
body.rtl .sf-menu {margin-right: 0; margin-left: -1em;}
body.rtl .sf-menu > li {float: right;}

body.rtl .owl-carousel {direction: ltr;}
body.rtl #main-slider .caption {direction: rtl;}
body.rtl #main-slider .caption-text .btn:first-child {margin-right: 0; margin-left: 30px;}
body.rtl .dropdown-menu {right: 0; left: auto; float: left; text-align: right;}
body.rtl .event-background
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

body.rtl .section-title .fa-stack {margin-right: 0; margin-left: 20px;}
/*body.rtl .section-title .title-inner {display: inline-block;}*/
/*body.rtl .section-title .title-inner small {float: left; margin-right: 10px;}*/
body.rtl p.btn-row .btn {margin-right: 0; margin-left: 10px;}
body.rtl .timeline .post-media.pull-left {margin-left: 60px;display: none;}
.timeline .post-media.pull-left {margin-left: 60px;display: none;}
body.rtl .timeline .post-media.pull-right {margin-right: 60px;}
body.rtl .timeline .post-readmore {text-align: right;}

body.rtl .partners-carousel .owl-theme .owl-controls .owl-nav {right: auto; left: 0;}
@media (min-width: 1024px) {body.rtl .testimonials .owl-dots {right: auto; left: 0;}}
body.rtl .testimonial .media-body {padding-right: 0; padding-left: 15px; direction: rtl;float:right;}
.testimonial .media-body {padding-right: 0; padding-left: 15px; direction: ltr;float:left;}

body.rtl ul {padding-right: 0;}
body.rtl .social-line li {padding: 20px 0 15px 5px;}

body.rtl .price-table.featured:before {
    right: auto; left: -65px;
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}

body.rtl .bootstrap-select.btn-group .btn .filter-option {text-align: right;}
body.rtl .bootstrap-select.btn-group .btn .caret {right: auto; left: 12px;}
body.rtl .row.faq .nav li a .fa {float: right; margin-right: 0; margin-left: 15px;}

body.rtl .post-type {right: auto; left: 25px;}
body.rtl .post-readmore {text-align: left;}
body.rtl #af-form .tooltip,
body.rtl .registration-form .tooltip {left: auto !important; right: 15px !important;}

body.rtl .tag-cloud li {float: right; margin: 0 0 10px 10px;}
body.rtl .widget.flickr-feed ul {margin-left: 0; margin-right: -10px;}
body.rtl .widget.flickr-feed li {float: right; margin: 0 10px 10px 0;}

body.rtl .pagination > li > a,
body.rtl .pagination > li > span {float: right;}
body.rtl .pagination > li > a {margin: 0 0 0 10px;}

@media (max-width: 991px) {
    body.rtl .navigation.closed {left: auto !important; right: -250px !important;}
    .navigation.closed {right: auto; left: -250px;}
    body.rtl .navigation.opened {right: auto !important;  left: 0 !important;}
    .navigation.opened {left: auto !important;  right: 0 !important;}
    body.rtl .navigation.closed .menu-toggle {right: auto; left: 40px;}
    body.rtl .navigation.opened .menu-toggle {right: auto; left: 15px;}
    .navigation.opened .menu-toggle {left: auto; right: 15px;}
     .navigation.closed .menu-toggle {left: auto; right: 15px;}

}


body.rtl .btn-theme{
    font-size: 14px !important;
}
.btn-theme{
    font-size: 14px;
}
body.rtl .section-title{
        font-size: 30px !important;
    font-weight: 800 !important;
}
body.rtl .section-title small {
    font-size: 19px;

}
 .section-title .title-inner.sponsor{
    font-size: 25px !important;
     line-height: 1.8;
}
body.rtl p.btn-row {
    margin-top: -10px;
    display: inline-block;
}
body.rtl .schedule-wrapper .nav > li > a{
    font-family:iranyekan !important;
}
body.rtl h2{
    font-family:iranyekan !important;
}
body.rtl .social-blog {
    margin: 10px 0 0 0!important;
}
body.rtl .caption-title {
    line-height: 45px !important;

}
body.rtl h3.caption-title {
    padding-bottom: 10px !important;
    font-size: 22px;
}
body.rtl p.caption-category {
    padding-bottom: 10px !important;
}
body.rtl .content-speaker{
    float: right !important;
    width: 100% !important;
}
.post-media.media-speaker img{
    max-width: 100%;
    width: 300px;
    border-radius: 15px;

}
body.rtl .post-header {
    margin: 40px 0px 20px 0px !important;
}
body.rtl .timeline .post-metav{
    font-family: iranyekan !important;
}
img.logo-img {
    height: 50px;
}
a.header-logo{
    display: flex;
    align-items: center;
}
body.rtl a.header-logo h1 {
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    margin: 0 15px 0 0;
}
header.header.fixed.shrink .logo h1 {
    color: #38346e;
}
a.header-logo h1 {
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    margin: 0 15px 0 15px;
}
.pagination > li > a > span {
    background: var(--accent);
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 50%;
}
.post-blog {
    padding: 15px;
    /*height: 430px;*/
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd6b !important;
    box-shadow: 0 0 20px 8px #dddddd6b !important;
}
.img-blog{
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
}
div#main,section.page-section.no-padding.background-img-slider,#main-slider.owl-carousel .owl-item {
    height: 570px !important;
}
@media (max-width: 992px) {
    div#main,section.page-section.no-padding.background-img-slider,#main-slider.owl-carousel .owl-item {
        height: 550px !important;
    }
}
video#slider-vid {
    position: absolute !important;
    right: 0 !important;
    /*bottom: 0 !important;*/
    min-width: 100% !important;
    /*height:700px !important;*/
    /*min-height: 100%;*/
    max-width: 100%;
    top: 0 !important;
}
.nav > li > a {
    font-weight: 400;
    font-size: 14px;
}
.footer-widget {
    margin: 60px 0;
}
h4.fw-title {
    color: var(--primary);
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}
h4.fw-title:before {
    content: " ";
    display: block;
    position: absolute;
    width: 55px;
    height: 2px;
    background: var(--accent);
    top: 36px;
    border-radius: 10px;
}
.widget-content p {
    font-weight: 400;
    font-size: 14px;
}
.footer-widgets {
    background-color: #f5f5f5;
    max-width: 100% !important;
}
.footer-widgets .row {
    /*display: flex;*/
}
/*@media (max-width: 990px) {*/
/*    .footer-widgets .row {*/
/*        display: block;*/
/*    }*/
/*}*/
.copyright a{
    color:var(--primary) ;
}
.widget-title a{
    color:var(--primary);
    font-weight: 400;
    font-size: 14px;
}
.widget-title a:hover{
    color:var(--accent);
}
.page-title-item {
    text-align: center;
    padding-top: 100px;
}
@media (min-width: 992px) {
    .col-md-2 {
        width: 41.66666667%;
        float: right !important;
    }


}
.page-image-form{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-width: 100%;
    position: relative;
}
.page-title-forme{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.page-title-forme h1{
    font-family: iranyekan !important;
    color: #FFFFFF;
    font-size: 50px;
}
.centered h2 {
    font-size: 40px;
}
.post-blog-title{
    color: #0d1d31;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 24px;
}
.post-web-title{
    color: #0d1d31;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 24px;
}
.post-header .post-mete-blog {
    font-size: 14px;
}
.post-excerpt-des{
    font-size: 15px;
    padding-bottom: 20px;
    text-align: justify;
}
.box-speaker{
    border: none !important;
    box-shadow: 0px 3px 5px #434b4f26;
    border-radius: 15px;
    padding: 10px 0px !important;
}
/*.post-header{*/
/*    padding-right: 20px;*/

/*}*/
.col-md-4 {
    float: left !important;
}
body.rtl .col-md-4 {
    float: right !important;
}
.col-lg-6{
    float: left !important;
}
body.rtl .col-lg-6{
    float: right !important;
}

section#about {
    margin: 100px 0px 50px 0px;

}


.map img {
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0 5px 10px #00000026;
}
.on-gmap.color {
    background: var(--primary);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.page-section.post-title-speaker{
    margin-bottom: 50px !important;
}
ul.languages {
    position: absolute !important;
    list-style: none;
    top: 8px !important;
    left: auto !important;
   right: -140px !important;
    padding: 0px 10px !important;
    border: 1px solid black;
    background-color: var(--primary);
    border-radius: 10px;
}

body.rtl ul.languages {
    position: absolute !important;
    list-style: none;
    top: 11px !important;
    right: auto !important;
    left: -160px !important;
    border: none;
    background-color: transparent;
    border-radius: 10px !important;
}
@media (min-width: 900px){
    body.rtl ul.languages {
        position: absolute !important;
        list-style: none;
        top: -6px !important;
        right: auto !important;
        left: -28px !important;
        border: none;
        background-color: transparent;
        border-radius: 10px !important;
}
body.rtl ul.languages li a {
    background: var(--primary);
    border-radius: 10px !important;
    padding: 8px 12px !important;
}
ul.languages span {
    font-size: 18px;
    color: #ffffff;
}
@media (max-width: 768px) {
    ul.languages {
        left:auto !important;
        right: 34px !important;
        width: 10% !important;
        text-align: center !important;
        top: 1px !important;
        padding: 0px !important;
    }
    body.rtl ul.languages{
        right:auto !important;
        left: 34px !important;
        width: 10% !important;
        text-align: center !important;
        top: 1px !important;
        padding: 0px !important;
    }
    ul.languages li{
        margin: auto 5px;
    }
    body.rtl ul.languages span {
        font-size: 15px !important;
        color: #FFFFFF !important;
    }
    body.rtl .logo{
        margin-top: 0px !important;
    }
    ul.sf-menu.nav.sf-js-enabled.sf-arrows {
        max-height: 100vh;
        overflow-y: auto;
    }
}
@media (min-width: 992px){

   body.rtl .col-md-9 {
        width: 100% !important;
    }
    .col-md-9 {
        width: 100% !important;
    }
}
    body.rtl li.lang-link a {
        display: block;
        background: var(--primary);
        border-radius: 10px;
        margin-right: 20px;
        padding: 6px 12px 3px 12px !important;
        transform: translateY(5px);
        color:#FFFFFF !important;
    }

     li.lang-link a {
        display: block;
        background: var(--primary);
        border-radius: 10px;
        margin-right: 20px;
        /*padding:12px !important;*/
        transform: translateY(-2px);
        color:#FFFFFF !important;
    }
    li.lang-link a:hover {
        background: var(--primary) !important;
    }

    @media (min-width: 768px){
        .col-sm-8 {
            width: 100% !important;
        }
    }

}
ul.sub-menu-style {
    background: #FFFFFF;
    border-radius: 5px;
    right: 0;
}
@media (max-width: 990px){
    ul.sub-menu-style li a {
        color: #FFFFFF !important;
        font-weight: 400;
        padding: 6px 15px;
        transition: 0.3s all;
    }
    ul.sub-menu-style {
        background: none;
        border-radius: 5px;
        right: 0;
    }
}

ul.sub-menu-style li a {
    color: #292929;
    font-weight: 400;
    padding: 6px 15px;
    transition: 0.3s all;
}

ul.sub-menu-style li:hover > a {
    background: #00000012;
}
img.spk-img {
    height: 195px;
    object-fit: cover;
}
.caption.hovered {
    display: flex;
}
.box-speaker {
    padding: 30px 15px !important;
}
@media (max-width: 360px){
    body.rtl li.lang-link a {
        display:inline !important;
        background: var(--accent);
        border-radius: 10px;
        margin-right: 10px;
        width: 20% !important;
        padding: 6px 12px 3px !important;
        transform: translateY(5px);
        color:#FFFFFF !important;
    }
    li.lang-link a {
        display:inline;
        background: var(--accent);
        border-radius: 10px;
        margin-left: 10px;
        width: 20%;
        padding: 6px 12px 3px !important;
        transform: translateY(5px);
        color:#FFFFFF !important;
    }
    .form-group.captcha-input-register img {
        position: absolute;
        left: auto !important;
        right: 12px !important;
        top: 20px !important;
        width: 45%;
    }
    .form-group.captcha-input-register-en img {
        position: absolute;
        left: auto !important;
        right: 12px !important;
        top: 20px !important;
        width: 45%;
    }

}
body.rtl .form-group.captcha-input img {
    position: absolute;
    left: 25px !important;
    top: 12px;
    right: auto !important;
}
body.rtl .form-group.captcha-login img {
    position: absolute;
    left: 2px !important;
    top: 7px;
    right: auto !important;
}
.form-group.captcha-input img {
    position: absolute;
    left: auto !important;
    right: 32px !important;
    top: 7px;

}
.form-group.captcha-login img {
    position: absolute;
    left: auto !important;
    right:-3px !important;
    top: 7px;

}
body.rtl .form-group.captcha-input-register img {
    position: absolute;
    left: 12px !important;
    top: 7px;
    right: auto !important;
}

.form-group.captcha-input i {
    position: absolute !important;
    left: 900px !important;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}
.form-group.captcha-input.captcha-login-verify i {
    position: absolute !important;
    left: 283px !important;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}
.form-group.captcha-input-register-en i {
    position: absolute !important;
    left: auto !important;
    right: 200px !important;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}

.form-group.captcha-input-register img {
    position: absolute;
    left: auto !important;
    right: 12px !important;
    top: 7px;

}
.form-group.captcha-input-register-en img {
    position: absolute;
    left: auto !important;
    right: 12px !important;
    top: 7px;

}

.form-group.captcha-input-register i {
    position: absolute !important;
    left: 292px !important;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}

body.rtl .form-group.captcha-input i {
    position: absolute !important;
    left: 168px !important;
    top: 17px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}

body.rtl .form-group.captcha-login i {
    position: absolute !important;
    left: 185px !important;
    right: auto;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}
body.rtl .form-group.captcha-input-register i {
    position: absolute !important;
    left: 185px !important;
    top: 16px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}
.form-group.captcha-login i {
    position: absolute !important;
    left: 300px !important;
    top: 13px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}
.form-group.captcha-input {

}

.form-group.captcha-login {
    max-width: 100%;
    position: relative;
    width: 50%;
    display: flex;
}
.form-group.captcha-input-register {
    max-width: 100%;
    position: relative;
    width: 50%;
    display: flex;
}
.form-group.captcha-input-register-en {
    max-width: 100%;
    position: relative;
    width: 50%;
    display: flex;
}
.img-responsive{
   height: 115px !important;
    object-fit: cover;
}
@media (min-width: 992px){
    body.rtl .col-md-5{
        float: right;
    }

    }
.form-select {
    display: block;
    width: 100%;
    padding: 1.375rem 0.75rem 1.375rem 1.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;

    border: 1px solid #ced4da;
    border-radius: 10px;
}
.input-form {
    background-color: #fff;
    padding-left: 20px;
    border: none;
    box-shadow: 0 0 7px 0 #c2c0c08f;
}
.title-register{
    padding-bottom: 55px;
}
nav.navigation.clearfix.opened i.fa-times {
    color: #fff !important;
}
ul#tabs-lv1 li {
    background: var(--primary);
}
ul#tabs-lv1 li.active {
    background: var(--accent);
}
.alert-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    border: none;
    box-shadow: 0px 5px 10px #0000003b;
    margin-top: -105px;
    position: relative;
    padding: 70px;
    z-index: 2;
    border-radius: 26px;
    margin-bottom: 50px;
}

.alert-message img {
    width: 25%;
}
body.rtl a.back-to-home {
    background: var(--primary);
    border-radius: 10px;
    padding: 9px 20px !important;
    color: #FFFFFF;
    font-size: 16px;
}
body.rtl a.back-to-home:hover {
    background: var(--accent);
    border-radius: 10px;
    padding: 9px 20px !important;
    color: #FFFFFF;
    font-size: 16px;
}
a.back-to-home {
    background: var(--primary);
    border-radius: 5px;
    padding: 15px 12px;
    color: #FFFFFF;
    margin-top: 20px;
}

a.back-to-home:hover {
    background: var(--accent);
    border-radius: 5px;
    padding: 15px 12px;
    color: #FFFFFF;
}
.alert-message strong {
    font-size: 28px;
    color: var(--primary);
    text-align: center;
}
.media.media-about img {
    height: 100px;
    object-fit: cover;
}

.img-login img {
    width: 70%;
    margin-top: -50px;
}
.welcome-inner img {
    width: 18px;
    margin-left: 5px;
}
body.rtl .login-left {
    padding-right: 70px !important;
    left: auto;
    display: flex;
    flex-direction: column;

}
.login-left {
    right: auto;
    padding-left: 70px;
    display: flex;
    flex-direction: column;

}
.btn-login {
    background: var(--primary);
    width: 100%;
    border-radius: 20px;
    color: #FFFFFF;
}
.btn-login:hover{
    background: var(--accent);
    border-color:var(--accent) ;
    width: 100%;
    border-radius: 20px;
    color: #FFFFFF;
    border-radius: 20px;
}
.login-register {
    border: none;
    box-shadow: 0px -17px 10px #0000000a;
    margin-top: -105px;
    position: relative;
    padding: 50px;
    z-index: 2;
    border-radius: 26px;
    margin-bottom: 85px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);
}
.form-group.captcha-input.captcha-login-verify {
    max-width: 100%;
    position: relative;
    width: 100%;
    display: flex;
}

.section-title-two h2 {
    color: var(--primary);
}
body.rtl .welcome-inner span {
    font-size: 13px;
    color: #000000ad;
}
.welcome-inner span {
    font-size: 13px;
    color: #000000ad;
}
li.li-login {
    margin-top: 8px;
}
.login-form {
    line-height: 4;
}
.captcha-login {
    margin: 30px 0 30px 0;
    width: 100% !important;
}
.login-form h1 ,.welcome-item.welcome-right h2{
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -1px;
    color: var(--primary);
    margin-bottom: 30px;
}
body.rtl .forgot{
    float: left;
}
.forgot{
    float: right;
}
.form-register {
    border: none;
    box-shadow: 0px -17px 10px #0000000a;
    margin-top: -105px !important;
    position: relative;
    padding: 50px;
    z-index: 2;
    border-radius: 26px;
    margin-bottom: 85px !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);
}

label.col-md-4.col-form-label.label-register:after {
    content: ":";
}
body.rtl label.col-md-4.col-form-label.label-register:before {
    color: #ff0000bf;
    content: "*";
    margin-left: 5px;
    top: -4px;
    position: inherit;
}
body.rtl label.col-md-4.col-form-label.label-register:before {
    color: #ff0000bf;
    content: "*";
    margin-left: 0px;
    top: -4px;
    position: inherit;
    font-size: 15px;

}
label.col-md-4.col-form-label.label-register:before {
    color: #ff0000bf;
    content: "*";
    margin-left: 0px;
    top: -4px;
    position: inherit;
    font-size: 25px;
}
.txt-register {
    color: #ff0000d1;
    margin-bottom: 20px;
}
.btn-register {
    width: 100%;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
}
.btn-register:hover {
    width: 100%;
    background: var(--accent);
    border-color:var(--accent);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
}

.form-register h1{
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    letter-spacing: -1px;
    color: var(--primary);
    margin-bottom: 20px;
}
.form-re{
    margin-bottom: 30px;
}
.captcha-register{
    display: flex !important;
    justify-content: center;
    margin: 30px 0;
}
.captcha-register-en{
    display: flex !important;
    justify-content: center;
    margin: 30px 0;
}
label.col-md-4.col-form-label.label-register {
    font-size: 13px;

}
body.rtl label.col-md-4.col-form-label.label-register {
    font-size: 15px;
    font-family: iranyekan !important;
}
.tab h2 {
    color:var(--primary);
    margin: 100px 0px;
    text-align: center;
    font-weight: 500;
}
span.post-date {
    top:-40px;
    position: relative;
}
body.rtl span.post-date {
    /*top: -30px !important;*/
    /*position: relative;*/
    font-family: iranyekan !important;
}
body.rtl .post-date-main{
    /*top: -11px !important;*/
    top: -32px !important;
    position: relative;
    font-family: iranyekan !important;
}
.post-date-main{
    top: 20px !important;
    position: relative;
}
body.rtl .post-date-blog{
    /*top: 0px !important;*/
    /*position: relative;*/
    font-family: iranyekan !important;
}
.post-date-main{
    color: var(--accent);
}


.post-readmore{
    margin-top: -15px;
}
span.post-date.post-time {
    /*top: 0px;*/
}
#regForm {
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    border: none;
    box-shadow: 0px -17px 10px #0000000a;
    margin-top: -105px;
    position: relative;
    padding: 50px;
    z-index: 2;
    border-radius: 26px;
    margin-bottom: 85px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);
}
#regForm h2{
    text-align: center;
    color: var(--primary);
    margin-bottom: 100px;
}



#regForm input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    box-shadow: 0 2px 15px #00000017;
    border: 1px solid #0000000f;

}
#regForm select{
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    box-shadow: 0 2px 15px #00000017;
    border: 1px solid #0000000f;
}

/* Mark input boxes that gets an error on validation: */
#regForm input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#regForm button {
    background-color: var(--primary) !important;
    color: #ffffff;
    border: none;
    padding: 13px 40px;
    font-size: 17px;
    border-radius: 15px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}
#regForm .redieo-btn {
    width: 5%;
    background: none;
    box-shadow: none;
    margin-left: 20px;
}
.txt-radieo{
    color: var(--accent);
    padding-bottom: 30px;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}
.btn-next-prev{
    overflow:auto;
    margin: 20px 0;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}
.radieo-input{
    display: flex;
}
.radio-box {
    display: inline-block;
}


input.rd {
    display: inline-block;
    width: 30px;
}
label.col-md-4.col-form-label.la-re:before {
    content: "*";
    font-size: 27px;
    color: #ff0000e0;
}
label.col-md-4.col-form-label.la-re:after {
    content: ":";
}
button#prevBtn {
    background: var(--accent);
}
label.col-md-4.col-form-label.la-re {
    font-size: 18px;
    color: #4f4f51;
}

.dashboard-tabs {
    background: #fbfbfb;
    padding: 50px;
    margin-top: -50px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    border: none;
    box-shadow: 0px -17px 10px #00000017;
    width: 100%;
}
.dashboard-tabs ul li {
    display: inline-block;
}
.dashboard-tabs ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px 15px;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
}
body.rtl .dashboard-tabs ul li a:before {
    content: "\f060";
    font-family: 'FontAwesome';
    position: absolute;
    color: #00000021;
    font-size: 16px;
    left: -34px;
    top: 25px;
    right: auto;
    transform: rotate(0deg);
}
.dashboard-tabs ul li a:before {
    content: "\f060";
    font-family: 'FontAwesome';
    position: absolute;
    color: #00000021;
    font-size: 16px;
    right: -34px;
    left: auto;
    top: 25px;
    transform: rotate(180deg);
}
.dashboard-tabs ul li:last-child a:before{
    display: none;
}
.dashboard-tabs ul li a i {
    font-size: 30px;
}
.dashboard-tabs ul li a.active{
    background: var(--primary) !important;
    color: #fff !important;
}

.dashboard-tabs ul li a:hover {
    background: #38346e14;
    color: var(--primary);
}

.page-title-area .container {
    position: relative;
}
.profile-title {
    position: absolute;
    right: 0;
    top: 180px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.profile-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
}

body.rtl .user-info {
    text-align: left;
    position: relative;
    padding-left: 85px;
    direction: ltr;
}
.user-info {
    text-align: right;
    position: relative;
    padding-right: 85px;
    direction: ltr;
}

body.rtl .user-info img {
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 65px;
    top: 14px;
}
.user-info img {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 65px;
    top: -6px;
}

.user-info span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.user-info a {
    display: block;
    color: #fff;
    background: #00000063;
    width: fit-content;
    padding: 0px 11px 3px;
    border-radius: 6px;
    margin: 0 !important;
}

.dashboard-content {
    padding: 0 40px;
    margin: 50px 0px 80px 0px;
}

.column-dash{
    /*float: right !important;*/
    margin-bottom: 16px;
    padding: 0 8px;
}

.card-dash {
    box-shadow: 0 4px 15px #0000001c;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 3px;
    padding-bottom: 22px;
}
.button-dash {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 9px 1px;
    color: white;
    font-size: 15px;
    background-color: var(--primary);
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}
.button-dash:hover {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 9px 1px;
    color: white;
    font-size: 15px;
    background-color: var(--accent);
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}
body.rtl .button-dash{
    border: none;
    outline: 0;
    display: inline-block;
    padding: 0px 15px;
    color: white;
    background-color: var(--primary);
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}
body.rtl .button-dash:hover{
    background-color: var(--accent);
    color: #FFFFFF;
    border-radius: 10px;
    padding: 0px 15px;
    border: none;
}
.card-dash h4 {
    margin-top: 22px;
    color: var(--primary);
    display: block;
    font-weight: 900;
    font-size: 20px;
    padding: 0 20px;
}
.card-dash p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px;
}

.card-dash a.button-dash {
    display: block;
    width: fit-content;
    margin-right: 20px;
    padding: 3px 25px;
    border-radius: 5px;
}
.dashboard-tabs ul {
    margin: 30px 0px 70px 0px;
    text-align: center;
}
body.rtl .col-lg-3{
    float: right !important;
}
.col-lg-3{
    float: left !important;
}
body.rtl .file-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 210px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #0000000d;
    border-radius: 10px;
    position: relative;
    padding-left: 30px;
}
.file-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 210px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #0000000d;
    border-radius: 10px;
    position: relative;
    padding-left: 30px;
}

body.rtl .file-item img {
    height: 150px;
    width: 150px;
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    right: 30px;
    top: 30px;
}
.file-item img {
    height: 150px;
    width: 150px;
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    left: 30px;
    top: 30px;
}
body.rtl .title-and-descriptions {
    padding-right: 215px;
}
.title-and-descriptions {
    padding-left: 215px;
}
body.rtl .title-and-descriptions h4 {
    color: var(--primary) !important;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}
.title-and-descriptions h4 {
    color: var(--primary) !important;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}
body.rtl .title-and-descriptions p * {
    font-family: 'iranyekan' !important;
    font-size: 14px !important;
    font-weight: 300;
}
.title-and-descriptions p * {
    font-family: 'iranyekan' !important;
    font-size: 14px !important;
    font-weight: 300;
}

body.rtl .file-item a {
    margin-left: 10px;
    min-width: 140px;
    position: absolute;
    left: 10px;
}
.file-item a {
    margin-right: 10px;
    border-radius: 5px;
    min-width: 140px;
}
body.rtl .title-and-descriptions p {
    padding-left: 30px;
}
.title-and-descriptions p {
    padding-left: 0px;
}
body.rtl .file-item a i {
    margin-left: 10px;
}
.file-item a i {
    margin-left: 4px;
}

.title-profile{
    color: var(--primary);
    font-weight: 600;
}

.content-pro span:after {
    content: ":";
    margin: 0px 5px;
}
.content-pro {
    margin-top: 20px;
}
.content-pro strong {
    font-size: 18px;
    color: var(--primary);
}

body.rtl .research{
    text-align: center;

}
.research{
    text-align: center;

}
body.rtl h2.title-research {
    margin: 30px 0px;
    color: var(--primary);
}
h2.title-research {
    margin: 30px 0px;
    color: var(--primary);
}
body.rtl input.file-research {
    margin: 30px 393px 0px 0px !important;
}
input.file-research {
    margin: 50px 0px 0px 356px;
}

.btn-research{
    width: 20%;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
    margin-top: 20px;
}
.btn-research:hover{
    width: 20%;
    background: var(--accent);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
    margin-top: 20px;
}

a.edit-link {
    position: relative;
    background: var(--primary);
    border-radius: 10px;
    top: 50px;
    display: inline-block;
    width: max-content;
    padding: 12px 20px !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}
a.edit-link:hover {
    position: relative;
    background: var(--accent);
    border-radius: 10px;
    top: 50px;
    display: inline-block;
    width: max-content;
    padding: 12px 20px !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.question-item {
    margin-bottom: 50px;
}
.question-item textarea ,.question-item input[type="text"]{
    display: block;
    width: 100%;
    max-height: 115px;
    margin-top: 20px;
    border: 1px solid #00000026;
    box-shadow: 0 5px 10px #00000014;
    border-radius: 5px;
    padding: 10px 20px;
}
.question-item textarea:focus,.question-item input[type="text"]:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 5px 10px #38346e1f;
}
label.question-title {
    display: block;
}
.question-item label {
    margin-left: 10px;
}
.question-item input[type="radio"],.question-item input[type="checkbox"] {
    margin-left: 5px;
}
.resend{
    display: block;
}
.btn-question {
    width: 100%;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
    margin: 50px 0px;
}
.btn-question:hover {
    width: 100%;
    background: var(--accent);
    border-color:var(--accent);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
}
.title-question{
    color: var(--primary);
    font-weight: 500;
    margin: 100px 0px 50px 0px;
}
.title-forum{
    color: var(--primary);
    font-weight: 500;
    margin: 20px 0px;
}
h3.title-forum {
    color: var(--primary);
    font-size: 22px;
    height: 30px;
}
.post-excerpt.post-excerpt-des span {
    font-family: 'iranyekan' !important;
}
body.rtl .input-form.latin {
    direction: ltr;
}
.body-forum {
    box-shadow: 0px -7px 28px #00000017;
    border: none;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    height: 200px;
}
.body-forum-single{
    padding: 20px;
    margin-top: 20px;
    height: 100px;
}
.body-forum-message{
    box-shadow: 0px -7px 28px #00000017;
    border: none;
    padding: 20px;
    margin-top: 30px;
    border-radius: 5px;
    height: 200px;
}
body.rtl i.fa.fa-comments.fa-forum {
    color: var(--primary);
    margin-left: 10px;
}
i.fa.fa-comments.fa-forum {
    color: var(--primary);
    margin-right: 10px;
}
body.rtl .user-forum{
    right: auto;
    left: 121px;
    font-size: 25px;
    position: absolute;
    margin-top: 17px;
    color: var(--primary);
}
.user-forum{
    left: auto;
    right: 140px;
    font-size: 25px;
    position: absolute;
    margin-top: 21px;
    color: var(--primary);
}
body.rtl .btn-forum {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 13px;
    padding: 4px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    left: 110px;
    right: auto;
    float: left;
}
.btn-forum {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 13px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    position: absolute;
    left: auto;
    right: 117px;
    margin-top: 6px;
}
body.rtl .btn-forum:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
}
.btn-forum:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
}


body.rtl i.fa.fa-group.fa-forum {
    color: var(--primary);
    margin-left: 10px;
}
i.fa.fa-group.fa-forum {
    color: var(--primary);
    margin-right: 10px;
}
i.fa.fa-clock-o.clock-forum {
    color: var(--primary);
    font-size: 20px;
}
i.fa.fa-user.user-forum span {
    float: left;
}
body.rtl i.fa.fa-user.user-forum span {
    float: right;
}

.meta-forum {
    margin-top: 20px;
}
.col-lg-8.pull-about {
    text-align: justify;
}
.btn-single-forum{
    width: 15%;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
    margin: 30px 0px;
    position: absolute;
    left: 70px;
}
.forum-item textarea ,.forum-item input[type="text"]{
    display: block;
    width: 100%;
    max-height: 115px;
    margin-top: 20px;
    border: 1px solid #00000026;
    box-shadow: 0 5px 10px #00000014;
    border-radius: 20px;
    padding: 10px 30px;
}
.forum-item textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 5px 10px #38346e1f;
}
.btn-single-forum:hover {
    width: 15%;
    background: var(--accent);
    color: #FFFFFF;
    border-radius: 25px;
    padding: 12px 0;
    margin: 30px 0px;
}

label.single-forum-title {
    font-size: 20px;
    color: var(--primary);
}
.forum-item {
    margin-bottom: 120px;
}
.form-live{
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-form h1{
     font-weight: bold;
     font-size: 35px;
     letter-spacing: -1px;
     color: var(--primary);
     margin-bottom: 30px;
     text-align: center;
 }

.live-form h3 {
    font-weight: 500;
    letter-spacing: -1px;
    color: var(--primary);
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
}

.owl-stage img {
    height: 50px;
}
img.spk-img {
    width: 160px !important;
    height: 160px !important;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.2s all;
}
.img-responsive {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.2s all;
}
.thumbnail.no-border.no-padding.text-center.box-speaker:hover img {
    filter: grayscale(1);
}
a.speaker-link {
    position: relative;
}
a.speaker-link:before {
    content: "\f0c1";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 2;
    font-size: 40px;
    display: flex;
    width: 160px;
    height: 160px;
    top: 7px;
    right: 20px;
    align-items: center;
    justify-content: center;
    /*background: #0000005c;*/
    border-radius: 50%;
    color: #fff;
    transition: 0.2s all;

    opacity: 0;
}
.thumbnail.no-border.no-padding.text-center.box-speaker:hover a.speaker-link:before{
    opacity: 1;

}
.btn-theme-program {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}
.btn-theme-webinar {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}
.btn-theme-program:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    border-radius: 10px;
}
.btn-theme-webinar:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    border-radius: 10px;
}


.body-webinar {
    box-shadow: 0px -7px 28px #00000017;
    border: none;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    height: 250px;
}
i.fa.fa-microphone.fa-forum {
    color: var(--primary);
    margin-left: 10px;
}
body.rtl .btn-webinar {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 14px;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    float: left;


}
body.rtl .btn-webinar:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
    border-radius: 15px;
}
.btn-webinar {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 14px;
    padding: 11px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    float: right;
    margin-top: 6px;
}
body.rtl .btn-faq-webinar {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 14px;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    float: left;
    right: auto;
    margin:5px 0px 0px 10px ;
}
 .btn-faq-webinar {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    font-size: 14px;
     padding: 12px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    left: auto;
    float: right;
    margin:5px 10px 0px 0px ;
}
body.rtl .btn-faq-webinar:hover {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
    border-radius: 15px;


}

body.rtl i.fa.fa-user.user-forum span {
    font-family: Raleway;
}
body.rtl i.fa.fa-user.user-forum span {
   font-family: iranyekan !important;
}
body.rtl .faq-answer {
    font-family: iranyekan !important;
}
body.rtl .box-profile {
    width: 100%;
    min-height: 50px;
    border: 1px solid #00000026;
    box-shadow: 0 5px 10px #00000014;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 15px;
    direction: rtl;
}
.box-profile {
    direction:ltr;
    width: 100%;
    min-height: 50px;
    border: 1px solid #00000026;
    box-shadow: 0 5px 10px #00000014;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 15px;
}
/*@media (max-width:1198px){*/
/*    .col-12.col-lg-6.input-register {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.post-media.media-speaker {
    margin-bottom: 20px;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}
.media-body.media-comment p {
    font-size: 15px;
}




.event-description .media {
    width: max-content;
    margin: 0px 50px;
}
/*@media (max-width: 990px){*/
/*    body.rtl .btn-faq-webinar {*/
/*        left: 142px;*/
/*        margin-top: 4px;*/
/*    }*/

/*}*/





body.rtl h2.post-title-blog {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0;
    margin-bottom:30px;
    font-size: 15px;
    height: 20px;
    line-height: 1.8;
}
body.rtl h2.post-title-web {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0;
    margin-bottom:30px;
    font-size: 15px;
    height: 20px;
    line-height: 1.8;
}
h2.post-title-blog {
    color: var(--primary);
    font-weight: 700;
    /*margin-top: 0;*/
    /*margin-bottom: 40px;*/
    font-size: 15px;
    /*height: 50px;*/
    line-height: 1.8;
}
h2.post-title-web {
    color: var(--primary);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 15px;
    height: 50px;
    line-height: 1.8;
}
.media .post-footer {
    height: auto !important;
}




/*    body.rtl .form-group.captcha-input i {*/
/*        left: 132px !important;*/
/*        top: 21px !important;*/
/*        font-size: 24px !important;*/
/*        position: absolute;*/
/*    }*/
/*}*/
body.rtl label.col-md-8.col-form-label.label-web {
    font-size: 15px;
    font-family: iranyekan !important;
    float: right;
}
label.col-md-8.col-form-label.label-web {
    font-size: 15px;
    font-family: Raleway;
    float: left;
}
body.rtl label.col-md-8.col-form-label.label-web:before {
    color: #ff0000bf;
    content: "*";
    margin-left: 0px;
    top: -4px;
    position: inherit;
    font-size: 15px;
}
label.col-md-8.col-form-label.label-web:before {
    color: #ff0000bf;
    content: "*";
    margin-left: 0px;
    top: 1px;
    position: inherit;
    font-size: 30px;
}
label.col-md-8.col-form-label.label-web:after {
    content: ":";
}



video#player {
    width:100% !important;
    border-radius: 20px;
}
.video-blog {
    display: flex;
    justify-content: center;
    max-width: 100%;
}
/*.audio{*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*}*/
.audio-blog{
    width:50%;
}

 .btn-theme-sponsor {
    color: #ffffff;
    background-color: var(--accent);
    border-color: var(--accent);
     border-radius: 10px;
     font-size: 14px;
     padding: 12px;
}
.btn-theme-sponsor:hover {
    color: #ffffff !important;
    background-color: #435469;
    border-color: #435469;
    border-radius: 10px;
    font-size: 14px;
    padding: 12px;
}

.media img {
    width: 150px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}


section#sponsors {
    margin-bottom: 50px;
}
.section-title-about {
    margin-right: 15px;
}
.page-section-blog {
    margin: 100px 0px 50px 0px;
}
.media.media-about img {
    width: 100%;
    height: 300px;
}
.location-wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    box-shadow: 0 0 10px 0 #ddd;
    padding-top: 80px;
    padding-bottom: 50px;
    margin: -85px 0px 100px 0px;
    position: relative;
    background-color: #fff;
}
.location-item {
    text-align: center;
}
.location-item h3 {
    color: black;
    font-size: 28px;
    font-weight: 600;
}
.location-item i{
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
    background-color: var(--primary);
}
.page-section-contact {
    padding: 100px 0px;
}
form#af-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-title-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
iframe#map {
    width: 100%;
    height: 600px;
    display:block;
}


/*Responsive*/
@media (max-width: 1200px) {
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 185px !important;
        top: 12px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 912px){
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 400px !important;
        top: 16px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 768px){
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 389px !important;
        top: 16px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 540px){
    .form-group.captcha-input i {
        position: absolute !important;
        left: 300px;
        top: 19px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 200px !important;
        top: 16px !important;
        font-size: 30px !important;
        /* cursor: pointer !important; */
    }
}
@media (max-width: 430px){
    .form-group.captcha-input i {
        left: 132px !important;
    }
    .form-group.captcha-login img {
        position: absolute;
        left: auto !important;
        right: -3px !important;
        top: 14px;
        width: 50%;
    }
    .form-group.captcha-input.captcha-login-verify img {
        position: absolute;
        left: auto !important;
        right: 12px !important;
        top: 15px;
        width: 50%;
    }
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 84px !important;
        top: 16px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 990px){
    .audio-blog{
        width:100%;
    }
}
@media (max-width: 912px){
    .event-description .media {
        width: max-content;
        margin: 10px 20px;
    }
    .centered h3 {
        line-height: 1.8;
    }
    .centered {
        position: absolute;
        text-align: center;
        margin-top: 50px;
    }
}
@media (max-width: 1024px){
    .image-about.col-sm-8.col-xs-12 {
        width: 100%;
        margin: 30px 0px;
    }
}
@media (max-width: 560px){
    .btn-theme-sponsor{
        margin-top: 30px;
    }
}
@media (max-width: 540px){
    .event-description .media {
        width: max-content;
        margin: 10px 150px;
    }
    body.rtl h2.post-title {
        color: var(--primary);
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 115px;
        font-size: 20px;
        height: 20px;
        line-height: 1.5;
        text-align: justify;
    }
    img.logo-img {
        height: 30px !important;
    }
    body.rtl .logo {
        float: right !important;
        margin-top: 4px;
        padding-right: 0px;
    }
    a.header-logo h1 {
        font-size: 12px !important;
    }
    .centered h3 {
        font-size: 16px;
        line-height: 1.7;
    }
}
@media (max-width: 430px){
    .event-description .media {
        width: max-content;
        margin: 12px 90px;
    }
}
@media (max-width: 390px){
    .event-description .media {
        width: max-content;
        margin: 12px 70px;
    }
    a.header-logo h1 {
        font-size: 10px !important;
    }
}
@media (max-width: 360px){
    .event-description .media {
        width: max-content;
        margin: 12px 60px;
    }
}
@media (max-width: 360px){
    .form-group.captcha-input i {
        left: 131px !important;
    }
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 126px !important;
        top: 16px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }

}
@media (max-width: 280px){
    body.rtl .form-group.captcha-login i {
        left: 127px !important;
        right: auto;
    }
    .form-group.captcha-input.captcha-login-verify i {
        position: absolute !important;
        left: 89px !important;
        top: 16px !important;
        font-size: 25px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 280px){
    .event-description .media {
        width: max-content;
        margin: 12px 25px;
    }
    a.header-logo h1 {
        font-size: 7px !important;
    }
}
@media (max-width: 280px) {

    .form-group.captcha-login-verify i {
        left: 105px !important;
        top: 22px !important;
        font-size: 24px !important;
    }
    .form-group.captcha-login i {
        left: 105px !important;
        top: 22px !important;
        font-size: 24px !important;
    }
}
@media (max-width: 280px){
    .form-group.captcha-input-register-en i {
        position: absolute !important;
        left: auto !important;
        right: 117px !important;
        top: 24px !important;
        font-size: 19px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 430px){
    #regForm {
        padding: 50px 20px;
    }
    .form-group.captcha-login i {
        left: 116px !important;
        font-size: 25px !important;
        top: 16px !important;
    }
    .form-group.captcha-login-verify i {
        left: 156px !important;
    }
}
@media (max-width:393px){
    .form-group.captcha-login i {
        left: 101px !important;
        font-size: 25px !important;
        top: 16px !important;
    }
}
@media (max-width:360px){
    .form-group.captcha-login i {
        left: 146px !important;
        top: 22px !important;
        font-size: 24px !important;

    }

}
@media (max-width: 430px) {
    body.rtl .btn-theme {
        font-size: 15px !important;
    }
    body.rtl .form-group.captcha-login i {
        left:137px !important;
        right: auto;

    }
    body.rtl .form-group.captcha-login-verify i {
        left: 156px !important;
        right: auto;
        font-size: 21px !important;
    }
}
@media (max-width: 375px){
    body.rtl .form-group.captcha-login i {
        left: 115px !important;
        right: auto;
        font-size: 22px !important;

    }
}
@media (max-width: 360px) {
    body.rtl .form-group.captcha-login i {
        position: absolute !important;
        left: 159px !important;
        right: auto;
        top: 22px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
}
@media (max-width:360px){
    body.rtl .timeline .post-title a {
        color: var(--primary);
        font-family: iranyekan !important;
        height: 200px;
        line-height: 1.5;
        display: block;
        font-size: 15px;
    }
    body.rtl .timeline .post-readmore {
        text-align: right;
        position: relative;
    }

    body.rtl span.post-date {
        top: -26px !important;
        font-family: iranyekan !important;
        line-height: 1.3;
        font-size: 14px;

    }
    body.rtl .post-date-blog{
        top: -20px !important;
        font-family: iranyekan !important;
        line-height: 1.3;
    }
}
@media (max-width: 990px) {
    body.rtl .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: auto;
        left: 10px;
        margin-top: -1px;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-top-color: #ffffff !important;
    }
    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        left: auto;
        right: -70px;
        margin-top: -1px;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-top-color: #ffffff !important;
    }
}
@media (max-width: 768px){
    .form-group.captcha-input {
        max-width: 100%;
        position: relative;
        width: 100% !important;
        display: flex;
    }
    .form-group.captcha-input img {
        position: absolute;
        left: auto !important;
        right: 12px !important;
        top: 7px;
    }
}
@media (max-width: 990px){
    .form-group.captcha-input-register {
        max-width: 100%;
        position: relative;
        width: 100% !important;
        display: flex;
    }
    #regForm .redieo-btn {
        position: relative;
        top: 25px;
        right: 17px;
    }
}
@media (max-width: 700px){
    .form-group.captcha-input {
        max-width: 100%;
        position: relative;
        width: auto !important;
        display: flex;
    }

}
@media (max-width: 360px){
    .user-forum {
        left: auto;
        right: 71px;
        font-size: 25px;
        position: absolute;
        margin-top:274px;
        color: var(--primary);
    }
    .body-forum {
        height: 350px;
    }
    .btn-forum {
        margin-top: 57px;
    }
    body.rtl .post-excerpt-main {
        font-size: 14px;
        height: 50px;
    }
}
@media (max-width: 280px){
    .body-webinar {
        height: 600px;
    }
    body.rtl .btn-faq-webinar{
        font-size: 11px;
        margin: 5px 0px 0px -5px;
    }
    .file-item {
        height: 600px;
    }
    .btn-forum {
        margin-top: 14px;
        font-size: 9px;
    }

}
@media (max-width: 634px){
    body.rtl .btn-forum {
        margin-top: -27px;
    }
}
@media (max-width: 500px){
    body.rtl .user-forum {
        right: auto;
        left: 71px;
        font-size: 25px;
        position: absolute;
        margin-top:139px;
        color: var(--primary);
    }
    .user-forum {
        left: auto;
        right: 71px;
        font-size: 25px;
        position: absolute;
        margin-top:178px;
        color: var(--primary);
    }
    .btn-forum {
        right: 134px;
        margin-top: 7px;

    }
    body.rtl .btn-forum {
        margin-top: 12px;
        left: auto;
        right: 69px;
    }
    .body-forum{
        height: 250px;
    }
}
@media (max-width: 400px){
    body.rtl .btn-forum {
        margin-top: -8px;

    }
    body.rtl .user-forum {
        margin-top: 182px;
    }
}
@media (max-width: 375px){
    .btn-forum {
        right: 134px;
        margin-top: -15px;
    }
}
@media (max-width: 325px){
    .body-forum {
        height: 287px;
    }
    body.rtl .user-forum {
        margin-top: 219px;
    }
}
@media (max-width: 1199px){
    .btn-webinar {
        margin-top: -13px;
    }
    .btn-faq-webinar {
        margin: -15px 10px 0px 0px;
    }
}
@media (max-width: 500px){
    .btn-faq-webinar {
        font-size: 10px;
        float: left;
        margin: 18px 10px 0px 0px;
    }
    .btn-webinar {
        font-size: 12px;
        margin-top: 20px;
    }
}
@media (max-width: 990px){
    .body-webinar {
        height: 350px;
    }
}
@media (max-width: 390px){
    #regForm .redieo-btn {
        position: relative;
        top: 25px;
        right: 8px;
    }
    .body-webinar {
        height: 400px;
    }
    body.rtl .btn-faq-webinar {

        left: auto;
        margin-top: 28px;
    }
    body.rtl .btn-webinar {

        left: 80px;
        margin-top: 30px;
    }
}
@media (max-width: 360px){
    .media-body.media-comment p {
        font-size: 13px;
    }
}
@media (max-width: 990px){
    .col-12.col-md-6.col-lg-3.menu-footer {
        width: 100%;
    }
    .col-12.col-md-6.col-lg-4.permissions {
        display: inline;
    }
    .footer-widget {
        margin:20px;
    }
    span.day {
        position: absolute;
        width: max-content;
        bottom: 15px;
    }
    .post-title {
        margin-bottom: 20px;
    }
    .body-webinar {
        height: 300px;
    }
}
@media (max-width: 360px){
    .footer-widget {
        margin: 20px;
    }
    .timeline .post-readmore {
        color: #293239;
        text-align: left;
        margin-top: 150px;
        font-size: 15px;
    }
    .timeline .post-meta {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        color: #293239;
        margin-bottom: 10px;
    }
    span.day {
        position: absolute;
        width: max-content;
    }
    body.rtl .post-title {
        margin-bottom: 40px;
    }


}
@media (max-width: 990px){
    body.rtl .col-12.col-lg-6.login-form {
        width: 100%;
    }
    .col-12.col-lg-6.login-form {
        width: 100%;
    }
    body.rtl .col-12.col-lg-6.login-left {
        width: 100%;
        top: 50px;
    }
    .col-12.col-lg-6.login-left {
        width: 100%;
        top: 50px;
    }
    .logo {
        padding-left: 0px;
    }
    .col-12.col-lg-6.edit-profile {
        width: 100%;
    }
    .post-excerpt {
        font-size: 13px;
        padding: 20px 0px;
        /* padding-right: 20px !important; */
    }
    .post-excerpt.post-excerpt-des {
        font-size: 13px;
        padding-bottom: 20px;
        /* padding-right: 20px !important; */
    }
}
@media (max-width:990px){
    body.rtl .btn-webinar {
        color: #ffffff;
        background-color: var(--primary);
        border-color: var(--primary);
        font-size: 13px;
        padding: 5px 17px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 15px;
        margin-top: 6px;
    }
    body.rtl .file-item {
        height: 300px;
    }
}
@media (max-width:360px){
    .body-webinar {
        height: 330px;
    }
    .testimonial .media-heading {
        line-height: 1.5;
    }
    .form-register h1 {
        font-size: 24px;
        margin-bottom:0px;
    }

    body.rtl .file-item {
        height: 500px;
    }
    body.rtl .post-date-main {
        /*top: 14px !important;*/
        top: -28px !important;
    }

    .btn-theme {
        font-size: 9px !important;
    }

    body.rtl .post-title {
        margin-bottom: 0px;
    }

    body.rtl .logo {
        padding-right: 0px;
    }

}
@media (max-width:360px){
    .btn-single-forum{
        width: 30%;

    }
    .body-forum-single {
        margin: 20px 0px;
    }
}
@media (max-width:360px){
    .live-form {
        margin-bottom: 30px;
    }
}
@media (max-width:990px){
    .btn-forum {
        margin-top: -16px;
    }
    body.rtl .btn-forum {
        margin-top: 10px;
    }
    h3.title-forum {
        color: var(--primary);
        font-size: 15px;
    }
    .user-forum {
        font-size: 20px;
        margin-top: 17px;
    }
}
@media (max-width:360px){

    body.rtl .btn-forum {
        margin-top: 8px;
        left: auto;
        right: 69px;
    }
    .body-forum {
        height: 300px;
    }
    .user-forum {

        margin-top: 214px;

    }

    h3.title-forum {
        font-size: 14px;
        line-height: 1.5;
    }
    /*body.rtl .user-forum {*/
    /*    right: auto;*/
    /*    left: 71px;*/
    /*    font-size: 25px;*/
    /*    position: absolute;*/
    /*    margin-top:277px;*/
    /*    color: var(--primary);*/
    /*}*/


}
@media (max-width:360px){
    .body-forum-message {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .container.gmap-background .on-gmap {
        width: 290px;
    }
}
@media (max-width:990px){
    .btn-theme-program{
        position: initial;

    }
    body.rtl .timeline .post-readmore {
        margin-top: 30px;
    }
}
@media (max-width:1198px){
    body.rtl input.file-research {
        margin: 30px 282px 0px 0px !important;
    }
}
@media (max-width:990px){
    body.rtl input.file-research {
        margin: 30px 200px 0px 0px !important;
    }
}
@media (max-width:768px){
    input.file-research {
        margin: 50px 0px 0px 183px;
    }
}
@media (max-width: 360px){
    body.rtl h1.title-profile {
        font-size: 28px;
    }
    body.rtl input.file-research {
        margin: 30px 10px 0px 0px !important;
    }
    h1.title-profile {
        font-size: 23px;
    }
    input.file-research {
        margin: 50px 0px 0px 0px;
    }
}
@media (max-width: 1024px) {
    .timeline .post-media.pull-left {margin-right: 30px;}
}
@media (max-width: 767px) {
    .timeline .post-media {
        float: none !important;
        width: 110px !important;
        margin-left: auto !important;
        margin-right: auto !important ;
    }
}
@media (min-width: 768px) {
    body.rtl .row.faq .nav li.active:before {content: ''; position: absolute; top: 15px; right: auto; left: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    body.rtl .row.faq .nav li.active:after {content: ''; position: absolute; top: 15px; right: auto; left: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #fdfdfd; border-bottom: 10px solid transparent; z-index: 2;}
    body.rtl.body-dark .row.faq .nav li.active:before {content: ''; position: absolute; top: 15px; right: auto; left: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    body.rtl.body-dark .row.faq .nav li.active:after {content: ''; position: absolute; top: 15px; right: auto; left: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #102033; border-bottom: 10px solid transparent; z-index: 2;}
}
@media (max-width: 767px) {
    body.rtl .row.faq > .pull-left,
    body.rtl .row.faq > .pull-right {float: none !important;}
}
@media (max-width:990px){
    body.rtl .btn-research {
        width: 50%;
        background: var(--primary);
        color: #FFFFFF;
        border-radius: 25px;
        padding: 12px 0;
        margin-top: 20px;
        font-size: 15px;
    }
}
@media (max-width:360px){
    body.rtl .btn-research {
        width: 100%;
        background: var(--primary);
        color: #FFFFFF;
        border-radius: 25px;
        padding: 12px 0;
        margin-top: 20px;
        font-size: 15px;
    }
    .post-blog {
        padding: 15px;
        height: auto;
        margin-bottom: 30px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 0 #dddddd6b !important;
        box-shadow: 0 0 20px 8px #dddddd6b !important;
    }
    /*body.rtl span.post-date {*/
    /*    top: -28px !important;*/
    /*    position: inherit;*/
    /*}*/
    span.post-date {
        top: 0px !important;
        position: inherit;
    }
}
@media (max-width: 1400px){
    body.rtl .navigation {
        float:initial !important;
        padding-left: 0px;
    }
}
@media (max-width: 990px){
    a.header-logo h1 {
        font-size: 14px !important;
    }
}
@media (max-width: 990px){
    body.rtl .navigation {
        float: left !important;
        padding-right: 0px;
    }
}
@media (max-width: 1200px){
    body.rtl .file-item a i {
        margin-left: 0px;
    }
    .file-item a i {
        margin-left: 0px;
    }
}
@media (max-width: 768px){
    body.rtl .file-item {
        width: 100%;
        display: flex;
        background: #fff;
        margin-bottom: 20px;
        box-shadow: 0 0 15px #0000000d;
        border-radius: 10px;
        position: relative;
        justify-content: center;
        flex-direction: column;
        padding: 165px 0 271px;
    }
    .file-item {
        width: 100%;
        display: flex;
        background: #fff;
        margin-bottom: 20px;
        box-shadow: 0 0 15px #0000000d;
        border-radius: 10px;
        position: relative;
        justify-content: center;
        flex-direction: column;
        padding: 165px 0 271px;
    }
    body.rtl .title-and-descriptions {
        padding: 0px !important;
    }
    .title-and-descriptions {
        padding: 0px !important;
    }
    body.rtl .file-item a {
        border-radius: 5px;
        position: relative;
        display: inline-block;
        top: 75px;
    }
    .file-item a {
        border-radius: 5px;
        position: relative;
        display: inline-block;
        top: 75px;
    }
    body.rtl .title-and-descriptions h4 {
        color: var(--primary) !important;
        font-size: 25px;
        font-weight: 800;
        letter-spacing: -1px;
        text-align: center;
        position: relative;
        top: 50px;
    }
    .title-and-descriptions h4 {
        color: var(--primary) !important;
        font-size: 25px;
        font-weight: 800;
        letter-spacing: -1px;
        text-align: center;
        position: relative;
        top: 50px;
    }
    body.rtl .title-and-descriptions p {
        position: relative;
        text-align: center;
        top: 71px;
        padding: 0px 10px;
        letter-spacing: -1px;
    }
    .title-and-descriptions p {
        position: relative;
        text-align: justify;
        top: 71px;
        padding: 0px 10px;
        letter-spacing: -1px;
    }
    body.rtl .file-item img {
        height: 150px;
        width: 150px;
        border-radius: 20px;
        object-fit: cover;
        display: block;
        position: relative;
        right: calc(50% - 75px);
    }
    .file-item img {
        height: 150px;
        width: 150px;
        border-radius: 20px;
        object-fit: cover;
        display: block;
        position: relative;
        left: calc(50% - 75px);
    }
    body.rtl .profile-title h1 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        padding-right: 10px;
    }
    .profile-title h1 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        padding-left: 10px;
    }
    body.rtl .dashboard-tabs ul li {
        display: inline-block;
        padding-top: 10px;
    }
    .dashboard-tabs ul li {
        display: inline-block;
        padding-top: 10px;
    }
}
@media (max-width: 990px) {
    .header-blog img {
        height: 250px;
    }
    .centered h1{
        font-size: 35px !important;
    }
}
@media (max-width: 400px) {
    .btn-preview-light {margin-right: 0 !important;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .col-xsp-4, .col-xsp-6, .col-xsp-8 {float: left;}
    .col-xsp-4 {width: 33.33333333%;}
    .col-xsp-6 {width: 50%;}
    .col-xsp-8 {width: 66.66666667%;}
    .col-xsp-offset-3 {margin-left: 25%;}
}
@media (min-width: 992px) {
    .text-left-md {text-align: left;}
    .text-right-md {text-align: right;}
    .text-center-md {text-align: center;}
}
@media (max-width: 360px){
    #regForm h2 {
        font-size: 15px;
        text-align: center;
        color: var(--primary);
        margin-bottom: 60px;
    }
}
@media (max-width: 990px){
    #regForm label.la-re.radieo-re {
        display: list-item;
        list-style: none;
        margin-left: 30px;
    }
}
@media (max-width: 1198px){
    body.rtl .col-lg-6 {
        float: right !important;
        width: 100%;
    }
    .col-lg-6 {
        float: left !important;
        width: 50%;
    }
    .form-group.captcha-input-register-en i {
        position: absolute !important;
        left: 195px !important;
        top: 16px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 768px){
    .col-lg-6 {
        float: left !important;
        width: 100%;
    }
}
@media (min-width: 992px){
    body.rtl .col-md-4 {
        float: right !important;
    }
    body.rtl .col-md-3 {
        float: right !important;
    }
}
@media (max-width: 992px) {
    .section-title .title-inner{
        font-size: 20px !important;
        line-height: 2 !important;
    }
    .section-title small{
        font-size: 15px !important;
    }

    .centered h2 {
        font-size: 35px;
    }
}
@media (max-width: 1200px) {
    img.logo-img{
        height: 40px !important;
    }
    a.header-logo h1{
        font-size: 12px !important;
    }
    video#slider-vid{
        max-width:none !important;
    }
    .map img{
        margin-top: 20px !important;
    }
    .col-12.col-lg-6.login-form {
        width: 50%;
    }
    body.rtl .col-12.col-lg-6.login-form {
        width: 50%;
    }
    .col-12.col-lg-6.login-left {
        width:50%;
        top: 50px;
    }
    body.rtl   .col-12.col-lg-6.login-left {
        width: 50%;
        top: 50px;
    }
    .nav > li > a {
        font-weight: 400;
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    a.header-logo h1{
        font-weight: 600;
        /*font-size: 12px !important;*/
        line-height: 1.5;
    }
    img.logo-img{
        height: 35px;
    }
    body.rtl .logo {
        float: right !important;
        margin-top: -5px;
    }
    .section-title .title-inner.sponsor {
        font-size: 15px !important;
    }
    .page-section-location{
        padding-bottom: 30px !important;
    }
    .media-comment{
        text-align: justify;
    }
    .faq-answer{
        text-align: justify;
    }
    .post-excerpt-des p{
        text-align: justify;
    }
    .centered h2 {
        font-size: 16px;
        font-weight: 900;
    }
    body.rtl .post-title a{
        font-size: 20px;
    }
    .post-title a{
        font-size: 15px;
    }
    span.copyright{
        font-size: 16px;
    }

}
@media (max-width: 991px) {
    #main-slider .caption-subtitle,
    #main-slider .caption-text {
        margin-top: 20px;
    }
    #main-slider .caption-title {font-size: 25px;}
    #main-slider .caption-text {font-size: 12px;}
    h6.caption-subtitle{
        font-size: 18px !important;
    }
    #main-slider .caption-subtitle{
        font-size: 15px !important;
        line-height: 2;
    }
    div#main,section.page-section.no-padding.background-img-slider,#main-slider.owl-carousel .owl-item{
        /*height: 100% !important;*/
        overflow:  hidden !important;
    }
    section#about{
        margin: 40px 0px 50px 0px;
    }
    #main-slider.owl-theme .owl-controls .owl-nav [class*=owl-] {
        top:28% !important;
    }
    .btn-theme{
        font-size: 13px !important;
    }
    .btn-theme-xl{
        padding: 20px 30px;
    }
    body.rtl .timeline .post-title{
        font-size: 20px !important;
    }
    .timeline .post-title{
        font-size: 16px !important;
    }
    .event-description .fa{
        margin-top: 10px;
    }



}
@media (max-width: 767px) {
    #main-slider .caption {
        right: 0;
        padding: 0 80px;
        max-width: 100%;
        background-color: transparent;
    }
    #main-slider .caption-title {font-size: 16px; line-height: 30px;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        top: 15px;
    }
    #main-slider .caption-title span {
        margin-top: 0px !important;
    }
    #main-slider .caption-subtitle {font-size: 20px;}
    #main-slider .caption-text {font-size: 12px;}

    #main-slider .caption-text .btn:first-child,
    #main-slider .caption-text .btn {
        display: block;
        width: 200px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 20px;
        font-size: 13px;
    }
    #main-slider .caption-text .btn:first-child {
        margin-top: 50px;
    }
}
@media (max-width: 479px) {
    #main-slider .caption {
        /*display: none;*/
        padding-left: 0;
        padding-right: 0;
    }
    #main-slider .caption-title {}
    #main-slider .caption-title span {padding: 0;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        display: none;
    }
    #main-slider .caption-subtitle {}
    #main-slider .caption-text .btn {
        display: block;
        margin-top: 10px;
    }

}
@media (max-width: 990px){
    .img-login svg {
        margin-top: 0px;
    }
    .login-left {
        padding-right: 0px !important;

    }
    .welcome-item.welcome-right {
        text-align: center;
    }
    .form-group.captcha-input-register-en {
        max-width: 100%;
        position: relative;
        width: 100%;
        display: flex;
    }

}
@media (max-width: 1280px){
    .form-group.captcha-login i {
        left: 300px !important;
    }
    body.rtl .form-group.captcha-login i {
        left: 177px !important;
        right: auto;
    }
}
@media (max-width: 1200px){
    .form-group.captcha-login i {
        left: 200px !important;
    }
}
@media (max-width: 912px){
    .form-group.captcha-login i {
        left: 400px !important;
    }
}
@media (max-width: 540px){
    .form-group.captcha-login i {
        left: 200px !important;
    }
    body.rtl .form-group.captcha-input img {
        position: absolute;
        left: 14px !important;
        top: 12px;
        right: auto !important;
    }
    body.rtl .form-group.captcha-input i {
        position: absolute !important;
        left: 151px !important;
        top: 17px !important;
        font-size: 30px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 470px){
    body.rtl .form-group.captcha-input-register img {
        left: 6px !important;
        top: 18px;
        width: 45%;
    }
    body.rtl .form-group.captcha-input-register i {
        position: absolute !important;
        left: 119px !important;
        top: 20px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }

}
@media (max-width: 396px){
    body.rtl .form-group.captcha-input-register i {
        position: absolute !important;
        left: 110px !important;
        top: 20px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 360px){
    .alert-message img {
        width: 35%;
    }
    .alert-message strong {
        font-size: 18px;
    }
    a.back-to-home {
        background: var(--primary);
        border-radius: 10px;
        padding: 9px 20px !important;
        color: #FFFFFF;
        font-size: 14px !important;
    }
    .forgot-pas{
        font-size: 11px;
    }
    body.rtl .login-left {
        padding-right: 0px !important;
        display: block !important;
    }
    .login-left {
        padding-left: 0px !important;
        display: block !important;
    }
    .login-form h1, .welcome-item.welcome-right h2 {
        font-size: 24px;
    }
    .login-form h1 ,.welcome-item.welcome-right h2{
        font-size: 22px !important;
    }
    body.rtl .forgot {
        float: left !important;
    }
    .forgot {
        float: right !important;
    }
    body.rtl .form-group.captcha-login img {
        position: absolute;
        left: 12px !important;
        top: 20px;
        right: auto !important;
        width: 43%;
    }
    body.rtl .form-group.captcha-login-verify img {
        position: absolute;
        left: 12px !important;
        top: 20px;
        right: auto !important;
        width: 43%;
    }
    .form-group.captcha-login img {
        position: absolute;
        right: 12px !important;
        top: 20px;
        left: auto !important;
        width: 43%;
    }
    .form-group.captcha-login-verify img {
        position: absolute;
        right: 12px !important;
        top: 20px;
        left: auto !important;
        width: 43%;
    }

    body.rtl .form-group.captcha-login-verify i {
        position: absolute !important;
        left: 159px !important;
        right: auto;
        top: 22px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }

    .form-group.captcha-login-verify i {
        left: 146px !important;
        top: 22px !important;
        font-size: 24px !important;

    }
    .form-group.captcha-login {
        max-width: 100%;
        position: relative;
        width: 100%;

    }
    .form-group.captcha-login-verify {
        max-width: 100%;
        position: relative;
        width: 100%;

    }
    .form-group.captcha-input-register {
        max-width: 100%;
        position: relative;
        width: 100%;

    }
    .form-group.captcha-input-register-en {
        max-width: 100%;
        position: relative;
        width: 100%;

    }
    body.rtl .form-group.captcha-input-register img {
        left: 6px !important;
        top: 18px;
    }
    body.rtl .form-group.captcha-input img {
        left: 12px !important;
        top: 8px;
        width: 45%;
    }
    body.rtl .form-group.captcha-input i {
        left: 168px !important;
        top: 21px !important;
        font-size: 24px !important;
        position: absolute;
    }
    body.rtl .form-group.captcha-input-register i {
        left: 88px !important;
        top: 20px !important;
        font-size: 20px !important;
    }
    .login-register{
        padding: 0px;
    }
    body.rtl .txt-register {
        color: #ff0000d1;
        font-size: 12px;
        text-align: center;
    }
    body.rtl .welcome-inner span {
        font-size: 12px;
        color: #000000ad;
    }

}
@media (max-width: 280px){
    body.rtl .form-group.captcha-input i {
        left: 134px !important;
        top: 13px !important;
        font-size: 24px !important;
        position: absolute;
    }
}
@media (max-width: 990px) {
    .dashboard-content {
        padding: 0px;
    }
}
@media (max-width: 360px){
    .column-dash{
        width: 100%;

    }
}
@media (max-width: 990px){
    .form-group.captcha-input-register-en i {
        position: absolute !important;
        left: auto !important;
        right: 190px !important;
        top: 16px !important;
        font-size: 26px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 390px){
    .form-group.captcha-input-register-en img {
        position: absolute;
        left: auto !important;
        right: 12px !important;
        top: 13px;
        width: 50%;
    }
    .form-group.captcha-input-register-en i {
        position: absolute !important;
        left: auto !important;
        right: 170px !important;
        top: 11px !important;
        font-size: 24px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 1198px){
    .form-group.captcha-input i {
        position: absolute !important;
        left: 700px !important;
        top: 19px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 990px){
    .form-group.captcha-input i {
        position: absolute !important;
        left: 152px !important;
        top: 19px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 768px){
    .form-group.captcha-input i {
        position: absolute !important;
        left: 480px !important;
        top: 19px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }
    .form-group.captcha-login-verify i {
        position: absolute !important;
        left: 136px !important;
        top: 19px !important;
        font-size: 23px !important;
        cursor: pointer !important;
    }

}
@media (max-width: 360px){
    .form-group.captcha-input-register i {
        position: absolute !important;
        left: 82px !important;
        top: 24px !important;
        font-size: 15px !important;
        cursor: pointer !important;
    }
    .form-group.captcha-input-register-en i {
        position: absolute !important;
        left: auto !important;
        right: 157px !important;
        top: 24px !important;
        font-size: 19px !important;
        cursor: pointer !important;
    }
}
@media (max-width: 991px) {
    .navigation {
        position: fixed;
        right: auto !important;
        left: 0 !important;
        top: 0;
        height: 100%;
        width: 250px;
        background-color: rgb(42 39 81);}

    body.rtl .navigation.closed {right: -250px !important;}
    .navigation.closed {left: -250px !important;}
    .navigation.opened {right: 0;}
    .sf-menu {margin-right: 0; padding: 15px 15px 0 15px;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block !important; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px;}
    .navigation.opened .menu-toggle {right: 15px; top: 7px;}
    ul.sf-menu {
        padding-top: 55px;
    }
    .sf-menu.nav > li > a, .sf-menu a {
        padding: 6px 15px;
    }
    .sf-menu li.active{
        border-radius: 0;
    }
    li.have-submenu > a {
        pointer-events: none !important;
    }
}
@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }
    .mobile-menu {
        display: block;
    }

}
@media (max-width: 991px) {
    .mobile-submenu {
        display: block;
        opacity: .5;
        background-color: var(--primary);
        height: 30px;
        width: 30px;
        position: absolute;
        top: 5px;
        right: 2px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .mobile-submenu-open ul {
        display: block!important;
        opacity: 1 !important;
    }
}



@media screen and (max-width: 1200px){
    .blogs_container{
        width: 48% !important;
    }

}
/*@media screen and (max-width: 992px){*/
/*    .blogs_container{*/
/*        width: 100% !important;*/
/*    }*/
/*    .blogs_wrapper , .section-title{*/
/*        justify-content: center;*/
/*    }*/

/*}*/
@media (max-width: 540px){
    .post-media{
        height: auto;
    }
}





















