/* css Reset*/

* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* -----------------------------------------------------
Clearfix
-------------------------------------------------------- */

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

/* css Reset*/

@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('Chakavak_files/fonts/IRANSans/IRANSansWeb.eot') format('embedded-opentype');
    src: url('Chakavak_files/fonts/IRANSans/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('Chakavak_files/fonts/IRANSans/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('Chakavak_files/fonts/IRANSans/IRANSansWeb.ttf') format('truetype');
}

body {
    background-color: #fff;
    font-family: 'IRANSans';
    overflow-x: hidden !important;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ff4081;
    outline: 1px solid slategrey;
}

::-moz-selection {
    background: #ff4081;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #ff4081;
    text-shadow: none;
    color: #fff;
}

.section h4 {
    color: #616161;
}

.section h2 {
    margin-bottom: 30px;
}

.section h5 {
    color: #616161;
    font-size: 18px;
    width: 100%;
    margin: 4px 0;
}

.section p {
    color: #5c5c5c;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 400;
}

.section {
    position: relative;
}

header.main-header {
    height: 64px;
}

    header.main-header.page-other {
        height: auto;
        background-image: url(../images/slider/slider_1.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

header.main-header .sub-header {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0px;
    z-index: 100;
    margin-bottom: 0px;
    padding: 8px 0 7px;
    font-weight: normal;
    font-size: 14px;
    color: #ccc;
}

header.main-header .sub-header a {
    color: #ccc;
    float: right;
    margin-top: 3px;
}

header.main-header .sub-header span {
    float: right;
    margin-top: 4px;
}

header.main-header .sub-header i {
    font-size: 18px;
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.main-header .sub-header i:hover {
    opacity: 1;
}

header.main-header .sub-header .right i {
    margin-left: 10px;
}

header.main-header .sub-header .left {
    margin-right: 30px;
}

header.main-header .logo-area {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    margin-bottom: 0px;
    padding: 8px 0 7px;
    font-weight: normal;
    font-size: 14px;
    color: #ccc;
    direction: rtl;
}

header.main-header nav {
    height: 64px;
    line-height: 60px;
    box-shadow: none;
    display: flex;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

header.main-header nav .nav-wrapper.mega-menu-pos{
    position: relative;
}

header.main-header nav ul li {
    float: right;
    position: relative;
}

header.main-header nav ul li::before{
    position: absolute;
    top: 5px;
    font-size: 16px;
}

header.main-header nav ul li.mdi-chevron-down a{
    padding-left: 20px;
}

header.main-header nav ul li:hover,
header.main-header nav ul li.active {
    background-color: transparent;
}

header.main-header nav ul li a {
    font-size: 13px;
    padding: 14px 14px 10px;
    text-transform: uppercase;
    line-height: 3em;
    border-color: #ff4081;
    color: #98a1ce;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

header.main-header nav ul li a:hover {
    border-bottom: 2px #ff4081 solid;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

header.main-header nav ul li.active a {
    border-bottom: 2px #ff4081 solid;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .10s ease;
    -moz-transition: all .10s ease;
    -ms-transition: all .10s ease;
    -o-transition: all .10s ease;
    transition: all .10s ease;
}

header.main-header nav i.right {
    font-size: 16px;
    line-height: 2.5em;
    margin-left: 5px;
}

header.main-header.page-other nav ul li .mega-menu{
    top: 60px;
}

header.main-header nav ul li .mega-menu{
    position: absolute;
    right: 0;
    padding-right: 0;
    background-color: #263238;
    display: none;
}

header.main-header nav ul li .mega-menu div{
    padding-right: 0;
    padding-left: 0;
}

header.main-header nav ul li .mega-menu div ul li{
    width: 100%;
    direction: rtl;
    text-align: right;
}

header.main-header nav ul li .mega-menu div ul li img{
    max-width: 100%;
}

header.main-header nav ul li .mega-menu div ul li a{
    color: #e0e0e0;
    border-bottom: 2px transparent solid;
}

header.main-header nav ul li .mega-menu div ul li a:hover{
    border-color: #ff4081;
}

header.main-header nav ul li ul.submenu{
    position: absolute;
    top: 80px;
    right: 0;
    width: 250px;
    background-color: #263238;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.main-header nav ul li:hover ul.submenu{
    visibility: visible;
    opacity: 1;
    top: 60px;
}

header.main-header nav ul li:hover ul.submenu ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 200px;
    right: 250px;
    top: 20;
    background-color: #263238;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.main-header nav ul li:hover ul.submenu li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}

header.main-header nav ul li ul.submenu li{
    width: 100%;
    text-align: right;
    position: relative;
}

header.main-header nav ul li ul.submenu li a{
    border: 0;
    color: #fff;
}

header.main-header nav ul li ul.submenu li a:hover{
    background-color: rgba(0,0,0,0.2);
}

header.main-header nav form {
    float: left;
}

header.main-header nav form .input-field input[type="search"] {
    max-height: 43px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 13px;
    height: 50px;
    line-height: 10px;
    direction: rtl;
    text-align: right;
    color: #e0e0e0 !important;
}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: transparent;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.main-header nav form .input-field input[type="search"] ~ .mdi-navigation-close,
header.main-header nav form .input-field input[type="search"] ~ .material-icons {
    left: 0.4rem;
    right: inherit;
    top: -5px;
}

header.main-header nav form i {
    font-size: 1.5rem !important;
}

header.main-header nav form .input-field label {
    right: inherit;
    left: 1rem;
    top: -20px;
}

header.main-header nav form .input-field label i {
    float: left;
}

/* HEADER */

.transparent-header nav.indigo {
    background: transparent !important;
    position: absolute;
    z-index: 100;
}

.transparent-header nav ul li a:hover,
.transparent-header nav ul li.active a {
    background: transparent;
}

.transparent-header .sticky nav.indigo {
    position: fixed;
    z-index: 100;
    background-color: #31429d !important;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    top: 0;
}

.transparent-header .sticky nav.indigo ul li a:hover,
.transparent-header .sticky nav.indigo ul li.active a {
    background-color: rgba(0, 0, 0, 0.1);
}

.transparent-header .slider-section {
    top: 0px;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: -64px;
    width: 100%;
}

/* SLIDERS */

.slider {
    z-index: 11;
    min-height: auto;
}

.slider .slides {
    min-height: auto;
}

.slider .slides li .caption {
    height: 100%;
}

.slider .slides li .caption h3 {
    font-weight: 100;
    font-size: 45px;
    color: #fff;
}

.slider .slides li .caption h5 {
    font-weight: 100;
    font-size: 30px;
    margin-top: 30px;
}

.slider p.slider-btn {
    top: 180px;
    position: absolute;
    width: 100%;
}

.slider a.btn {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 5px;
}

.slider ul.indicators {
    position: relative;
    top: -30px;
    z-index: 2;
}

.slider ul.indicators li.indicator-item {
    height: 9px;
    width: 9px;
    margin: 0 4px;
    background-color: #d7dadc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider ul.indicators li.indicator-item.active {
    background-color: #de0707;
    border-radius: 100px;
    width: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: 50% 50%;
}

.swiper-container .swiper-slide .title {
    font-weight: 100;
    width: 100%;
    color: #fff;
}

.swiper-container .swiper-slide .subtitle {
    font-size: 30px;
    font-weight: 100;
    margin-top: 30px;
    width: 100%;
    color: #eee;
}

.swiper-container .swiper-slide .text p,
.swiper-container .swiper-slide .text {
    font-size: 'Roboto';
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    color: #eee;
    padding: 0px;
    margin: 0px;
}

.swiper-container .swiper-slide .text p {
    margin: 0 auto;
    position: relative;
    top: inherit;
    margin-top: 30px;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 30px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    margin: 0 4px;
    background-color: #d7dadc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.swiper-container .swiper-pagination {
    position: relative;
    top: -30px;
    z-index: 2;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #de0707;
    border-radius: 100px;
    width: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-container .swiper-button-white {
    opacity: 0.3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    line-height: 1.4em;
}

.swiper-container .swiper-button-white:hover {
    opacity: 1;
}

/* SERVICES */

#services {
    background-color: #fff;
    z-index: 10;
    direction: rtl;
}

#services .icon-block {
    padding: 40px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    -moz-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    -o-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
}

#services h4 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #4c6280;
}

#services .light-blue-text i {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 40px;
    display: inline-block;
}

#services .icon-block div > a {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

#services .m4 {
    visibility: hidden;
}

#services a.btn{
    -webki-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#services .icon-block:hover {
    -webkit-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    -moz-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    -o-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
}

#services .icon-block:hover a.btn{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* COURSE */

#course {
    direction: rtl;
    margin-bottom: 20px;
}

#course .title-course {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #4c6280;
}

#course .video-course {
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    -moz-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    -o-box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
    box-shadow: 0 20px 30px rgba(125, 147, 178, .35);
}

#course .collapsible {
    border: 0;
    -webkit-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    -moz-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    -o-box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
    box-shadow: 0 20px 30px rgba(125, 147, 178, .15);
}

#course .icon-collapsible {
    float: right;
}

#course .collapsible-header {
    color: #03A9F4;
    border: 0;
    line-height: 58px;
}

#course .collapsible-body {
    border: 0;
    color: #666;
}

#course .collapsible-header i {
    margin-right: 0;
}

#course .title-collapsible {
    float: right;
    line-height: 58px;
    margin-right: 7px;
}

/* BLOG */

#blog {
    direction: rtl;
}

#blog .title-blog {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #4c6280;
}

.post {
    width: 100%;
    height: auto;
    float: right;
}

.post .thumbnail {
    float: right;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.post .thumbnail img {
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post:hover .thumbnail img{
    webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post .post-meta {
    width: 90%;
    height: auto;
    float: right;
    background-color: #fff;
    margin: 0 17px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.post .post-meta .title-post {
    direction: rtl;
    margin-bottom: 7px;
}

.post .post-meta .author {
    display: inline-block;
    direction: rtl;
    float: right;
    margin: 7px 0;
}

.post .post-meta .author img {
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 50%;
}

.post .post-meta .author span {
    float: right;
    margin: 12px;
}

.post .post-meta .excerpt {
    width: 100%;
    height: auto;
    float: right;
    margin: 7px 0 2px;
    direction: rtl;
}

.post .post-meta .date {
    width: 100%;
    height: auto;
    float: right;
    margin: 0;
    color: #b0bec5;
}

.post .post-meta .excerpt p {
    text-align: justify;
}

.post .post-meta .link {
    float: right;
    width: 100%;
    height: auto;
    margin: 10px 0;
    text-align: center;
}

.post .post-meta .link a {
    font-size: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.post .post-meta .link a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.background-img {
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/slider_3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* CONTACT */

#contact {
    direction: rtl;
    padding: 10px 0 0;
}

#contact form {
    direction: ltr;
    padding: 40px 10px;
}

#contact form h5 {
    direction: rtl;
    color: #fff;
}

#contact form input,
#contact form textarea,
#contact form button {
    font-family: IRANSans;
    color: #fff;
    float: right;
    width: 100%;
}

#contact form button i {
    float: left;
}

#contact form .right-dir {
    direction: rtl !important;
}

/* Footer */

.page-footer {
    direction: rtl;
    padding-top: 0;
    background-color: transparent;
}

.page-footer .title-footer h1 {
    display: inline-block;
    border-bottom: 2px #ff4081 solid;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 18px;
    padding: 14px 14px 10px;
    text-transform: uppercase;
    line-height: 3em;
}

.page-footer .desc-about {
    text-align: justify;
    font-size: 13px;
    margin: 6px 0;
    line-height: 25px;
}

.page-footer .footer-copyright {
    background-color: rgba(0, 0, 0, 0.1);
}

.page-footer .footer-copyright p {
    font-size: 13px;
}

.page-footer .footer-menu ul li a {
    display: block;
    line-height: 30px;
    margin: 7px 0;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-footer .footer-menu ul li a:hover {
    opacity: 1;
}

.page-footer .footer-social ul.social {
    margin: 20px 0;
}

.page-footer .footer-social ul.social li {
    width: 40px;
    height: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    margin: 0 7px;
}

.page-footer .footer-social ul.social li a {
    color: #fff;
}

.page-footer .footer-social ul.social li.telegram {
    background-color: #55ACEE;
    color: #fff;
}

.page-footer .footer-social ul.social li.instagram {
    background-color: #e4405f;
    color: #fff;
}

.page-footer .footer-social ul.social li.facebook {
    background-color: #3b5999;
    color: #fff;
}

.page-footer .footer-social ul.social li.twitter {
    background-color: #55acee;
    color: #fff;
}

/* BLOG */

.blogs.blog-with-slider {
    position: relative;
    z-index: 100;
}

.blogs.blog-with-slider .blog-list {
    margin-top: -60px;
}

.blogs .blog-list,
.blogs .single {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 10px;
}

.blogs .post-blog {
    border-top: 1px #d6d6d6 solid;
    padding-top: 40px;
    margin-bottom: 20px;
    direction: rtl;
}

.blogs .post-blog:first-child {
    margin-top: 0px;
    border: none;
    padding-top: 15px;
}

.blogs .post-blog h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
}

.blogs .post-blog a {
    color: #424242;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blogs .post-blog a:hover {
    color: #de0707;
}

.blogs .post-blog .post-meta {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
    float: right;
}

.blogs .post-blog .post-meta span {
    margin-right: 20px;
    float: left;
}

.blogs .post-blog .post-meta i {
    font-size: 14px;
    float: left;
    margin-top: -1px;
    margin-right: 7px;
}

.blogs .post-blog .post-meta a:hover {
    text-decoration: underline;
}

.blogs .post-blog .post-meta .author a {
    color: #de0707;
}

.blogs .post-blog .post-btn .btn {
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 0 20px;
    color: #fff;
}

.blogs .post-blog .post-btn .btn-flat {
    font-size: 11px;
    line-height: 29px;
    height: 29px;
    padding: 0 15px;
}

.blogs .post-blog .post-btn .btn-flat:hover {
    background-color: transparent;
}

.blogs .post-blog .post-btn .btn-flat i {
    line-height: 25px;
    margin-right: 5px;
}

.blogs .post-blog .post-btn .favorite {
    font-size: 12px;
    margin-top: 5px;
    color: #9e9fa0;
    cursor: pointer;
}

.blogs .post-blog .post-btn .favorite#active {
    color: #f56060;
}

.blogs .post-blog .post-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blogs .post-blog .post-img img {
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blogs .post-blog:hover .post-img img{
      -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blogs .post-blog .post-img img,
.blogs .post-blog.post-type-image .post-img,
.blogs .post-blog.post-type-image img,
.blogs .fotorama__img {
    border-radius: 2px !important;
    text-align: center;
}

.blogs .post-blog .post-img img:hover,
.blogs .post-blog.post-type-image .post-img:hover,
.blogs .post-blog.post-type-image img:hover,
.blogs .fotorama__img:hover {
    opacity: .95;
}

.blogs .post-short,
.blogs .blogs .single-post {
    direction: rtl;
}

.blogs .post-short,
.blogs .blogs .single-post .single-content p {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
}

.blogs .post-blog.post-type-quote .post-quote {
    background-color: #d8dbdc;
    border-radius: 2px;
    text-align: center;
    padding: 50px 113px;
}

.blogs .post-blog.post-type-quote .post-quote blockquote {
    text-align: left;
    border-left: 2px #ff4081 solid;
    font-weight: 100;
    font-size: 15px;
    color: #737373;
}

.blogs .single .single-post .single-content p {
    margin-bottom: 20px;
    color: #616161;
    line-height: 1.8em;
    font-size: 14px;
    text-align: justify;
}

.blogs .single .single-post .single-content h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
}

.blogs .single .single-post .single-content ul,
.blogs .single .single-post .single-content ol {
    padding-left: 20px;
}

.blogs .single .single-post .single-content li {
    color: #616161 !important;
    font-size: 13px;
    line-height: 1.5em;
}

.blogs .single .single-post .single-content ul li {
    list-style: disc;
}

.blogs .single .post-auth {
    margin-top: 30px;
}

.blogs .single .post-auth p {
    margin-top: 0px;
}

.blogs .single .post-auth a:hover {
    text-decoration: underline;
}

.blogs .single .tag-cloud {
    margin-top: 30px;
}

.blogs .single-comments {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 30px 30px;
    border-radius: 2px;
    direction: rtl;
}

.blogs .single-comments h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1em;
}

.blogs .single-comments .comment {
    margin-bottom: 10px;
}

.blogs .single-comments .comment .comment .dot {
    margin-right: 50px;
}

.blogs .single-comments .comment img {
    max-height: 30px;
    margin-left: 20px;
}

.blogs .single-comments .comment .comment-auth {
    margin-top: 3px;
    margin-bottom: 8px;
}

.blogs .single-comments .comment .comment-txt {
    background-color: #f5f5f5;
    padding: 10px 5px 10px 20px;
    margin-top: 10px;
    margin-left: 40px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
    width: 90%;
}

.blogs .single-comments .comment .comment .comment-txt {
    margin-left: 65px;
    max-width: 80%;
}

.blogs .single-comments .comment .comment-txt p {
    float: left;
    width: 95%;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    color: #8c8c8c;
}

.blogs .single-comments input,.input-field .prefix ~ textarea{
    font-family: IRANSans;
    width: 100%;
    margin-left: 0;
}

.blogs .sidebar {
    direction: rtl;
}

.blogs .sidebar .panel {
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
    min-height: 200px;
    padding: 20px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 25px;
}

.blogs .sidebar .panel h3 {
    margin: 0px 0px 20px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1em;
    color: #575757;
}

.blogs .sidebar .panel p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}

.blogs .sidebar .panel.author-panel .auth-img img {
    max-height: 120px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.blogs .sidebar .panel.author-panel .auth-img img:hover {
    box-shadow: 0 0 5px 1px #aaa;
}

.blogs .sidebar .panel.author-panel .auth-cont h4 {
    margin: 0px;
}

.blogs .sidebar .panel.author-panel .auth-cont h4 a {
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

.blogs .sidebar .panel.author-panel .auth-cont h4 a:hover {
    color: #de0707;
}

.blogs .sidebar .panel.author-panel p.location {
    font-size: 13px;
}

.blogs .sidebar .panel.author-panel .auth-cont .btn-flat {
    font-size: 11px;
}

.blogs .sidebar .panel.author-panel .portfolio {
    margin-bottom: 0px;
}

.blogs .sidebar .panel.author-panel .portfolio .m4,
.blogs .sidebar .panel.author-panel .portfolio .s4 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 3px;
}

.blogs .sidebar .panel.author-panel .portfolio img {
    border-radius: 2px;
}

.blogs .sidebar .panel.author-panel .portfolio a {
    opacity: .8;
}

.blogs .sidebar .panel.author-panel .portfolio a:hover {
    opacity: 1;
}

.blogs .sidebar .panel.last-comment .comment {
    color: #bdbdbd;
    border-bottom: 1px #f5f5f5 solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.blogs .sidebar .panel.last-comment .comment:last-child {
    border: none;
    margin-bottom: 0px;
}

.blogs .sidebar .panel.last-comment .comment a {
    color: #616161;
}

.blogs .sidebar .panel.last-comment .comment a:hover {
    text-decoration: underline;
}

.blogs .sidebar .panel.last-comment .comment a.auth {
    color: #de0707;
}

.blogs .sidebar .panel.last-comment .comment p.comment-text {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 10px 10px;
    margin-top: 5px;
    color: #bdbdbd;
}

.blogs .sidebar .panel.last-comment .comment span.date {
    font-size: 12px;
    font-weight: 500;
    color: #9e9fa0;
}

.blogs .sidebar .panel.post-tabs {
    padding: 0px;
}

.blogs .sidebar .panel.post-tabs li.tab a {
    color: #a0a0a0 !important;
    font-weight: 400;
    font-size: 12px;
}

.blogs .sidebar .panel.post-tabs li.tab a:hover,
.blogs .sidebar .panel.post-tabs li.tab a.active {
    color: #424242 !important;
    font-weight: 500;
    font-size: 12px;
}

.blogs .sidebar .panel.post-tabs .tab-content {
    padding: 25px;
    margin-top: 0px;
}

.blogs .sidebar .panel .categories {
    margin: 0;
}

.blogs .sidebar .panel .categories li {
    line-height: 2.4em;
}

.blogs .sidebar .panel .categories li a {
    color: #b1b1b1;
    font-weight: 400;
}

.blogs .sidebar .panel .categories li i {
    padding-right: 5px;
    font-size: 18px;
    float: left;
}

.blogs .sidebar .panel .categories li.active a,
.blogs .sidebar .panel .categories li a:hover {
    color: #424242;
}

.blogs .sidebar .panel .categories li.active a i,
.blogs .sidebar .panel .categories li a:hover i {
    color: #ff4081;
}

.blogs .sidebar .tabs li.tab a:hover,
.blogs .sidebar .tabs li.tab a.active {
    color: #ffffff;
}

.blogs .sidebar .tabs li.tab a {
    color: #98a1ce;
    font-size: 13px;
    font-weight: 400;
}

.blogs .sidebar .tab-content .post-list,
.blogs .sidebar .latest-posts .post-list {
    border-bottom: 1px #f5f5f5 solid;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.blogs .sidebar .tab-content .post-list:last-child,
.blogs .sidebar .latest-posts .post-list:last-child {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.blogs .sidebar .tab-content h4,
.blogs .sidebar .latest-posts h4 {
    line-height: 0em;
    margin: 0px 0px 5px;
}

.blogs .sidebar .tab-content h4 a,
.blogs .sidebar .latest-posts h4 a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    color: #737373;
}

.blogs .sidebar .tab-content h4 a:hover .latest-posts h4 a:hover {
    color: #de0707;
}

.blogs .sidebar .tab-content .m4 {
    padding: 0px;
}

.blogs .sidebar .tab-content img,
.blogs .sidebar .latest-posts img {
    border-radius: 2px;
}

.blogs .sidebar .post-tabs .tab-content img:hover,
.blogs .sidebar .latest-posts img:hover {
    opacity: 0.9;
}

.blogs .sidebar .search-panel {
    min-height: 160px;
}

.blogs .submit-comment .input-field i.prefix {
    font-size: 22px;
    line-height: 2.3em;
    width: 2rem;
    text-align: right;
    color: #737373;
}

.blogs .submit-comment .input-field i.prefix.active {
    color: #ff4081;
}

.blogs .submit-comment .btn-flat {
    font-size: 13px;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 2.2em;
    height: inherit;
}

.blogs .submit-comment .btn-flat i {
    font-size: 15px;
    margin-left: 8px;
}

#team {
    direction: rtl;
}

#team h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

#team img {
    max-height: 100px;
    margin-bottom: 10px;
}

#team i.mdi-facebook {
    color: #3b5999;
}

#team i.mdi-twitter {
    color: #55acee;
}

#team i.mdi-instagram {
    color: #e4405f;
}

#team i.mdi-telegram {
    color: #00AFF0;
}

.follow-btn i {
    background: #c4c4c4;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    margin-bottom: 4px;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}

.follow-btn a:last-child i {
    margin-right: 0px;
}

.contact .follow-btn,
#contact .follow-btn {
    margin-top: 30px;
}

.w-100 {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.about {
    direction: rtl;
}

.title-about-page {
    width: 100%;
    height: 200px;
    background-image: url(../Chakavak_files/images/slider/slider_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    margin-bottom: 20px;
}

.title-about-page h1 {
    color: #fff;
    font-size: 35px;
    line-height: 200px;
}

.about h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.about p {
    line-height: 35px;
    font-size: 18px;
    text-align: justify;
}

/* Pagination */

.pagination {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
    float: right;
}

.pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    color: #212121;
    font-family: 'IRANSans';
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination a.next {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #333;
}

.pagination a.prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #333;
}

.pagination span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    color: #fff;
    font-family: 'IRANSans';
    background-color: #de0707;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Pagination */

#map {
    height: 300px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.page-container #map {
    margin: 10px 0px;
}

.contact-page .input-field .prefix ~ input,
.contact-page .input-field .prefix ~ textarea {
    width: 100%;
    margin: 0;
}

.contact-page input,
.contact-page textarea,
.contact-page button {
    font-family: IRANSans;
    direction: rtl;
}

.contact-page h4 {
    text-align: right;
    direction: rtl;
}

.contact-page .contact-info p {
    direction: rtl;
    text-align: right;
}

/* Start Top-Menu */

.menu-user {
    width: 100%;
    height: 45px;
    float: right;
    display: none;
    position: relative;
    z-index: 1000;
    top: 107px;
}

.menu-user .overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1002000000;
}

.menu-user header {
    display: block;
    top: 0;
    right: 0px;
    width: 100%;
    z-index: 1000;
}

.menu-user header .header-inner {
    width: 100%;
    height: 45px;
    color: #fff;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.1);
}

.menu-user header .nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 21px;
    line-height: 19px;
    margin: 12px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-user header .nav-btn.nav-slider {
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-user header .nav-btn span {
    background: #fff;
    display: block;
    float: right;
    margin-bottom: 4px;
    width: 27px;
    height: 4px;
    border-radius: 10px;
    margin-right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-user header .nav-btn span:last-child {
    width: 18px;
    float: right;
}

@media only screen and (max-width: 480px) {
    .menu-user header .header-inner {
        padding: 0 12px;
        text-align: center;
    }
    .menu-user header .header-logo {
        float: right;
        padding-right: 8px;
        padding-left: 0px;
    }
}

/* -----------------------------------------------------
Nav
-------------------------------------------------------- */

.menu-user nav {
    direction: rtl;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -270px;
    width: 270px;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 10020000000;
    background-image: url(../Chakavak_files/images/slider/slider_1.jpg);
    background-position: center;
    background-size: cover;
}

.menu-user nav::-webkit-scrollbar {
    width: 3px;
}

.menu-user nav::-webkit-scrollbar-thumb {
    background-color: #ff4081;
}

.menu-user nav::-webkit-scrollbar-thumb {
    background-color: #ff4081;
}

.menu-user nav .nav-header {
    display: block;
    position: relative;
}

.menu-user nav .nav-header .logo-side-menu {
    margin: 35px 20px;
}

.menu-user nav .nav-header .logo-side-menu a {
    font-family: 'Dinar';
    color: #000;
    font-size: 40px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #8a8a8a;
}

.menu-user nav .nav-header .logo-side-menu a img {
    max-width: 100%;
}

.menu-user nav .menu {
    text-align: right;
    font: 16px IRANSans;
    z-index: -99;
    overflow: hidden;
}

.menu-user nav .menu > ul {
    position: relative;
    padding: 0;
}

.menu-user nav .menu > ul li {
    float: right;
    width: 100%;
    position: relative;
}

.menu-user nav .menu > ul li.sub-menu{
    position: relative;
}

.menu-user nav .menu > ul li.sub-menu ul{
    display: none;
}

.menu-user nav .menu > ul li.sub-menu ul li{
    padding: 10px 15px;
}

.menu-user nav .menu > ul li.sub-menu::before{
    content: "\F140";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 26px;
    top: 10px;
}

.menu-user nav .menu ul.socials-res {
    padding-right: 15px;
}

.menu-user nav .menu ul.socials-res li {
    float: right;
    width: auto;
    padding: 0;
}

.menu-user nav .menu ul.socials-res li a {
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}

.menu-user nav .menu ul.socials-res li i {
    font-size: 17px;
}

.menu-user nav .menu > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
}

.menu-user nav a:not([href]):not([tabindex]):focus,
nav.sidebar a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.menu-user nav .menu a {
    cursor: pointer;
}

.menu-user nav.open {
    right: 0px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
}

.single-post .post-img{
    height: auto !important;
    overflow: visible !important;
    width: 100% !important;
}

.single-post.post-blog:hover .post-img img{
    transform: scale(1) !important;
}

@media (max-width: 992px) {
    .show-md {
        display: block;
    }
    header.main-header .sub-header .left {
        display: none;
    }
    header.main-header .sub-header .right {
        float: left !important;
    }
    header.main-header .logo-area img {
        max-width: 200px;
    }
    .title-about-page{
        margin-top: -45px;
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        background-size: 16px 44px;
    }
    .swiper-container .swiper-slide .subtitle {
        font-size: 16px;
    }
    .blogs .single {
        padding-top: 0;
    }
    .blogs .post-blog h2 {
        margin-bottom: 10px;
    }
    .about h4{
        font-size: 20px;
    }
    .blogs .post-blog h2{
        font-size: 18px;
    }
}
@media (max-width:480px){
    .blogs .post-blog .post-meta span{
        margin-right: 0;
    }
}
