@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans_Medium.ttf');
}

html,
body {
    font-size: 100%;
    font-family: IRANSans;
    background: #ffffff;
    margin: 0;
}

body {
    overflow-x: hidden;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 14px;
}

p {
    margin-bottom: .8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IRANSans;
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
.mail_grid_left1,
.mail_grid_left2 a,
.services_grid_main,
.agileits_nav_right ul li a,
.banner_info_right ul li a,
.wthree_copy_right p a,
.agile_map_grid ul li a,
.agileits_footer_grid ul li a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

.ltr {
    direction: ltr;
}

.noscroll {
    overflow-y: hidden !important;
    cursor: url(../img/cursor.png), pointer;
    position: relative;
}

body.noscroll::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}


/*------------------------------------
HEADER
------------------------------------*/

.rp-menu {
    width: 45px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #6d006c;
    height: 48px;
    z-index: 100000000000;
    text-align: center;
    display: none;
}

.offcanvas-toggler-right {
    text-align: center;
    display: block;
    line-height: 45px;
    color: #fff !important;
}

.offcanvas-menu {
    background-color: #000;
    color: #fff;
    padding: 30px;
    left: 120%;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.offcanvas-menu-active {
    -webkit-animation: active-offcanvas 1s infinite;
    animation: active-offcanvas 1s;
    left: 0px;
}

.offcanvas-menu-diactive {
    -webkit-animation: diactive-offcanvas 1s infinite;
    animation: diactive-offcanvas 1s;
    left: 120%;
}

.close-offcanvas {
    right: 36px;
    margin-right: 0;
    line-height: 34px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
}

.close-offcanvas i {
    color: #fff !important;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

.offcanvas-menu h3 {
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    margin: 0;
    border-top: .125em solid #2c2c33;
    line-height: 34px;
    position: relative;
}

.offcanvas-menu h3::after {
    content: "\f147";
    float: right;
    font-family: fontawesome;
    font-size: 19px;
    vertical-align: middle;
    padding: 0 10px;
    background-color: #16161a;
    color: #b4b2ad;
    text-align: center;
    line-height: 34px;
}

.offcanvas-menu h3.menu-open::after {
    content: "\f196";
}

.offcanvas-menu .tab-child.menu-warp {
    display: none;
    padding: 10px 30px 0 0;
}

.offcanvas-menu .tab-child.menu-warp .tab-item i {
    color: #fff;
}

@keyframes active-offcanvas {
    0% {
        opacity: 0;
        left: 120%;
    }
    100% {
        opacity: 1;
        left: 0%;
    }
}

@keyframes diactive-offcanvas {
    0% {
        opacity: 1;
        left: 0;
    }
    100% {
        opacity: 0;
        left: 120%;
    }
}

.main-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 600px;
    cursor: auto;
    right: -400px;
}

.hamburger-menu {
    position: fixed;
    right: -55px;
    top: 0;
    font-size: 28px;
    width: 55px;
    height: 55px;
    padding: 0;
    z-index: 99;
    background: rgba(180, 178, 173, .8);
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    line-height: 55px;
    cursor: pointer;
}

.header .nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header .nav-tabs-dropdown:before {
    content: "\e114";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
}

.header .tab-content {
    width: 400px;
    float: right;
    position: relative;
}

.header .tab-pane {
    width: 400px;
    background-color: #000;
    height: 100vh;
    margin-top: 0;
    padding: 0 11% 0 12%;
    position: relative;
}

.header .nav-tabs {
    width: 190px;
    float: left;
    margin-top: 15%;
    border: none;
    transition: all 1s ease-in-out;
}

.header .nav-tabs li {
    float: right !important;
    margin-right: -5px !important;
    margin-bottom: -1px;
    width: 100%;
    transition: 0.2s ease all;
}

.header .nav-tabs li a {
    background-color: rgb(76 20 68 / 80%);
    text-align: left;
    margin: 7px 0 0 0;
    color: rgba(255, 255, 255, .8);
    width: 100%;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 14px 13px;
    font-size: 13px;
    line-height: 23px;
    height: 48px;
}

.header .nav-tabs li:hover {
    width: 105%;
}

.header .nav-tabs li:hover a,
.header .nav-tabs li:active a,
.header .nav-tabs li:focus a,
.header .nav-pills>li.active>a,
.header .nav-pills>li.active>a:focus,
.header .nav-pills>li.active>a:hover {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.header .nav-tabs li:nth-last-child(-n+2) {
    width: 65%;
    font-family: IRANSans;
    transition: 0.2s ease all;
}

.header .nav-tabs li:nth-last-child(-n+2) a {
    background: #103612ab;
    text-align: left;
    color: rgba(255, 255, 255, .8);
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 5px;
}

.header .nav-tabs li:nth-last-child(-n+2):hover {
    width: 70%;
}

.header .nav-tabs li a::before {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px !important;
    float: left;
    text-align: center;
    font-family: fontawesome;
    font-size: 18px;
    margin-top: -3px;
    color: #FFF;
    line-height: 30px;
}

.header .nav-tabs li:nth-child(1) a::before {
    content: '\f274';
    margin-left: 6px;
}

.header .nav-tabs li:nth-child(2) a::before {
    content: '\f26c';
}

.header .nav-tabs li:nth-child(3) a::before {
    content: '\f007';
    line-height: 27px;
    margin: 0 7px 0 10px;
}

.header .nav-tabs li:nth-child(4) a::before {
    content: '\f02d';
    line-height: 27px;
    margin: 0 7px 0 10px;
}

.close {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.18) !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    right: 60px;
    color: #fff;
}

.header .close {
    right: -25px;
}

.header .menugoto .close,
.header .menufullgoto .close,
.header .menufullbargoto .close {
    right: 20px;
}

.hamburger-menu {
    position: fixed;
    right: -55px;
    top: 0;
    font-size: 28px;
    width: 55px;
    height: 55px;
    padding: 0;
    z-index: 99;
    background: rgba(180, 178, 173, .8);
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    line-height: 55px;
    cursor: pointer;
}

@keyframes menubargoto {
    0% {
        right: -55px;
    }
    90% {
        right: 0;
    }
    100% {
        right: -3px;
    }
}

@keyframes menubargoout {
    0% {
        right: 0;
    }
    100% {
        right: -55px;
    }
}

.menubargoto {
    -webkit-animation-name: menubargoto;
    animation-name: menubargoto;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menubargoout {
    -webkit-animation-name: menubargoout;
    animation-name: menubargoout;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes menufullgoto {
    0% {
        right: -400px;
    }
    100% {
        right: -625px;
    }
}

@keyframes menufullgoout {
    0% {
        right: -625px;
    }
    100% {
        right: -405px;
    }
}

.menufullgoto {
    -webkit-animation-name: menufullgoto;
    animation-name: menufullgoto;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menufullgoout {
    -webkit-animation-name: menufullgoout;
    animation-name: menufullgoout;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes menufullbargoto {
    0% {
        right: -600px;
    }
    100% {
        right: 0px;
    }
}

@keyframes menufullbargoout {
    0% {
        right: 0px;
    }
    100% {
        right: -600px;
    }
}

.menufullbargoto {
    -webkit-animation-name: menufullbargoto;
    animation-name: menufullbargoto;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menufullbargoout {
    -webkit-animation-name: menufullbargoout;
    animation-name: menufullbargoout;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes menugoto {
    0% {
        right: -400px;
    }
    90% {
        right: 0;
    }
    100% {
        right: -10px;
    }
}

@keyframes menugoout {
    0% {
        right: -10px;
    }
    100% {
        right: -400px;
    }
}

.menugoto {
    -webkit-animation-name: menugoto;
    animation-name: menugoto;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menugoout {
    -webkit-animation-name: menugoout;
    animation-name: menugoout;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tab-child.menu-warp {
    padding: 50px 30px 0 0;
}


/*------------------------------------
Slider
------------------------------------*/

.title {
    position: absolute;
    width: 500px;
    height: 200px;
    bottom: 25%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.quick-menu {
    position: absolute;
    bottom: 25%;
    width: 100%;
}

.quick-menu .panel,
.quick-menu .panel-heading,
.quick-menu .nav.nav-tabs {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.quick-menu .menu-box {
    margin: 0;
    font-size: 17px;
    direction: ltr;
    background-color: rgba(69, 2, 60, .8);
    transition: 0.3s ease all;
    color: #fff;
    display: inline-block;
    line-height: 89px;
    font-family: iransans;
    cursor: pointer;
    width: 100%;
    border: none;
    border-left: 1px solid #fff;
    text-align: center;
    border-radius: 0;
}

.quick-menu li img {
    width: 100%;
    padding: 31px 3px;
}

.quick-menu .col-20:first-child .menu-box,
.quick-menu .col-20:nth-child(5) .menu-box {
    border: none;
}

.quick-menu .panel-body {
    padding: 0
}

.quick-menu .tab-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.quick-menu .tab-pane {
    position: absolute;
    width: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    margin-top: 5px;
    z-index: 10000;
}

.quick-menu .panel-body .tab-content .tab-pane a {
    display: inline-block;
    text-align: right;
    border: 1px solid #005eb8;
    margin: 5px 3px;
    padding: 7px 15px;
    color: #005eb8;
    font-size: 13px;
    min-width: 31.5%;
    transition: all 300ms ease-out;
}

.menu-box:hover,
.quick-menu .panel-body .tab-content .tab-pane a:hover,
.menu-box.active {
    background-color: #005eb8 !important;
    color: #fff;
}

.quick-menu .panel {
    margin: 0
}

.q-close {
    z-index: 10000000;
    position: absolute;
    color: #b0b0b0;
    font-size: 20px;
    cursor: pointer;
    top: 0px;
    background: transparent;
    border: none;
    font-weight: bolder;
}

.p-0 {
    padding: 0;
}

.p-container {
    padding: 0 3%;
}


/*------------------------------------
Journey
------------------------------------*/

.j-container {
    width: 750px
}

.journey {
    padding: 50px 0 150px;
    background-image: url(../img/_back.jpg);
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.journey-intro {
    box-shadow: 0 0 0 0 #fff;
    margin: 0px 0px 30px 0px;
    width: 50%;
    float: left;
    direction: ltr;
    text-align: left;
    font-family: Arial;
    padding: 0 15px;
}

.journey-intro h2 {
    font-size: 2.2rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: initial;
}

.journey-options {
    display: flex;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    min-height: 520px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.options-box {
    position: absolute;
    width: 174.9px;
    height: 174.9px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    flex-direction: column;
}

.journey-options .option-wrap:nth-child(1) .options-box {
    background-color: #470a68;
    border: 3px solid #470a68;
    width: 174.9px;
    height: 174.9px;
    top: 0;
    right: 100px;
}

.journey-options .option-wrap:nth-child(2) .options-box {
    background-color: #b39f5e;
    border: 3px solid #b39f5e;
    width: 204.6px;
    height: 204.6px;
    top: 9%;
    right: 24%;
}

.journey-options .option-wrap:nth-child(3) .options-box {
    background-color: #4c4540;
    border: 3px solid #4c4540;
    width: 259.6px;
    height: 259.6px;
    top: 22px;
    right: 43%;
}

.journey-options .option-wrap:nth-child(4) .options-box {
    background-color: #657792;
    border: 3px solid #657792;
    width: 211.2px;
    height: 211.2px;
    top: 22px;
    left: 15%;
}

.journey-options .option-wrap:nth-child(5) .options-box {
    background-color: #45023c;
    border: 3px solid #45023c;
    width: 302.5px;
    height: 302.5px;
    bottom: 5px;
    right: 50px;
}

.journey-options .option-wrap:nth-child(6) .options-box {
    background-color: #0290b5;
    border: 3px solid #0290b5;
    width: 244.2px;
    height: 244.2px;
    bottom: 0;
    right: 32%;
}

.journey-options .option-wrap:nth-child(7) .options-box {
    background-color: #680a28;
    border: 3px solid #680a28;
    width: 220px;
    height: 220px;
    bottom: 5%;
    left: 24%;
}

.journey-options .option-wrap:nth-child(8) .options-box {
    background-color: #002d72;
    border: 3px solid #002d72;
    width: 275px;
    height: 275px;
    bottom: 5%;
    left: 0;
}

.options-box:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    transition: 0.5s ease all;
}

.options-box span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, .95);
    text-decoration: none;
    background: 0 0;
    margin: 0 20px;
    text-align: center;
    width: 100%;
}


/************/

.modalnoscroll {
    overflow: hidden;
    cursor: url(../img/cursor.png), pointer;
}

.modalnoscroll::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.67);
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
}

.smmrightmodal {
    position: fixed;
    margin: auto;
    width: 625px;
    height: 100%;
    right: -625px;
    top: 0;
    background-color: #fff;
    cursor: auto;
    overflow: auto;
    direction: ltr;
    z-index: 10;
}

.smmrightmodal_header {
    border-top: 8px solid #531B4B;
    direction: rtl;
    margin-bottom: 25px;
}

.close-box-x {
    width: 50px;
    height: 50px;
    border: none;
    border-bottom-color: currentcolor;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-color: currentcolor;
    color: #b4b2ad;
    background-color: #531b4b;
    display: block;
    cursor: pointer;
    font-size: 24px;
}

.smmrightmodal_header h4 {
    text-align: justify;
    padding: 0 9%;
    font-size: 25px;
    margin: 10px 0;
}

.smmrightmodal_body p {
    margin-bottom: 1rem;
}

.smmrightmodal_body ul {
    padding: 0 15px;
}

.smmrightmodal_body ul li {
    font-size: 13px;
    color: #252525;
}

.modal-link {
    border-bottom: 2px solid #531B4B;
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}

.modal-link::before {
    content: '\f0c1';
    font-family: fontawesome;
    transform: rotate(90deg);
    color: #000;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.smmrightmodal_header h4::before {
    content: '\f10d';
    font-family: fontawesome;
    display: block;
}

.smmrightmodal_body {
    border-radius: 0;
    border: none;
    padding: 0 9%;
    direction: rtl;
    text-align: right;
}

.smmrightmodal_body h3 {
    font-size: 17px;
}

@keyframes open_modal {
    0% {
        right: -625px;
    }
    100% {
        right: 0;
    }
}

@keyframes close_modal {
    0% {
        right: 0;
    }
    100% {
        right: -625px;
    }
}

.open_modal {
    -webkit-animation-name: open_modal;
    animation-name: open_modal;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.close_modal {
    -webkit-animation-name: close_modal;
    animation-name: close_modal;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fullrightmodal {
    min-height: 520px;
    position: relative;
}


/*------------------------------------
optiosn
------------------------------------*/

.options {
    padding: 25px 0;
    background-color: #f4f4f4;
}

.options-det {
    padding-bottom: 25px;
}

.tab-item {
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
    font-family: iransans;
    list-style: none;
    line-height: 50px;
}

.tab-item img {
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.tab-item a {
    display: block;
    color: #000;
    font-size: 12px;
}

.tab-child {
    padding: 0 30px 0 0;
}

.panel-heading {
    padding: 0;
    border: none;
}

.panel-body a {
    line-height: 37px;
    padding-right: 10px;
}

.tab-item i {
    font-size: 19px;
    vertical-align: middle;
    padding: 0 10px;
    color: #363636;
    float: left;
    line-height: 50px;
}

#vtab1 .tab-child .tab-item i {
    color: #f7f7f7
}

.panel-body:last-child {
    border: none;
}

.options {
    padding: 25px 0;
    background-color: #f4f4f4;
}

.options-det {
    padding-bottom: 25px;
}

.single-gallery {
    margin-bottom: 20px;
}

.single-gallery .grid-img {
    width: 100%;
    height: 100%;
}

.single-gallery .grid-caption {
    z-index: 1;
    color: #f9f9f9;
    background: #440D3D;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.single-gallery .grid-caption h3 {
    margin-bottom: 20px;
}

.single-gallery .grid-caption h3 a {
    color: #FF0;
}

.single-gallery .grid-caption h5 {
    font-size: 1.1em;
}

#filters ul {
    margin-bottom: 35px;
}

#filters .button {
    display: inline-block;
    transform: skewX(45deg);
    transition: all .3s ease;
    border-right: 10px solid rgba(0, 0, 0, 0.0);
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 37px;
}

#filters .button span {
    padding: 0 25px;
    transform: skewX(-45deg);
    display: block;
}

#filters .is-checked {
    border-right: 10px solid rgba(0, 0, 0, 1.0);
    color: #ffffff;
    transition: all .3s ease;
    background-color: #440d3d;
}

.mfp-title,
.mfp-counter {
    font-size: 20px;
    padding-top: 5px;
}

.mfp-counter {
    font-weight: 600
}


/*------------------------------------
FAQ
------------------------------------*/

.faq {
    /*padding: 25px;*/
    /*margin-top: 150px;*/
}

.card {
    border: none !important;
    margin-top: 18px;
}

.faq .articles-tab .pad {
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    border-right: 3px solid #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    vertical-align: middle;
    line-height: 40px;
    width: 13.286%;
}

.faq .articles-tab .pad:first-child {
    border: none;
}

.faq .articles-tab .pad a {
    color: #111c24;
    vertical-align: middle;
}

.faq .articles-tab .pad:hover {
    cursor: pointer;
}

.faq .articles-tab .pad.active {
    background-color: #6d006c;
    border-radius: 0px;
}

.faq .articles-tab .pad.active a {
    color: #fff;
}

.faq .articles-line {
    border-bottom: 3px solid #6d006c;
}

.faq .card .tab-content {
    background-color: #f5f5f5;
    padding: 10px 45px 28px 18px;
    margin-top: 8px;
}

.faq .card .tab-content .tab-pane {
    padding: 0px !important;
}

.faq .articlestable-title hr {
    border-top: 2px solid #d6d6d6;
    padding: 0px;
    margin: 0px;
}

.faq .articlestable-list .articlestable-btn,
.faq .articlestable-list .articlestable-btn:hover {
    color: #405e71;
    font-weight: 400;
    font-size: 16px;
}

.faq .articlestable-title h5 {
    font-weight: normal;
    color: #484848;
    font-size: 12px;
    margin: 10px 0px;
    display: inline-block;
}

.faq .articlestable-title h5:hover,
.faq .articlestable-title h5:focus {
    cursor: pointer;
    color: #6d006c;
}

.faq .articles-head .pad a {
    font-size: 13px;
}

.faq .articles-head .pad a:hover .article-english {
    display: block;
}

.faq .articles-head .pad a:hover .article-farsi {
    display: none;
}

.faq .article-description {
    display: none;
    padding: 10px 15px;
}

.faq .article-description p {
    font-size: 11px;
    color: #3e2f2c;
    display: inline;
}

.faq .article-description a {
    color: #405e71;
    font-weight: 700;
    font-size: 11px;
    border-bottom: 1px solid #405e71;
    transition: 120ms all ease-in-out;
}

.faq .article-description a:hover,
.faq .article-description a:active {
    color: #000;
    border-bottom: 2px solid #000;
}

.faq .article-title i {
    font-size: 19px;
    float: left;
    margin-top: 7px;
}

.faq .article-title i:hover {
    cursor: pointer;
}

.faq .article-english,
.faq .fa-plus {
    display: none !important;
}

.faq .article-title:hover {
    cursor: pointer;
}

.faq .article-title i:hover {
    color: #6d006c;
}

.faq .article-link {
    display: inline-block;
    margin-right: 10px;
}

.faq .articles-head i {
    display: none;
}

.card-titile {
    border-bottom: 2px solid #6d006c;
    margin-bottom: 35px;
    text-align: left;
}

.card-titile i {
    display: inline-block;
    text-align: left;
    margin-left: 12px;
    color: #6d006c;
    font-size: 23px;
    vertical-align: baseline;
    font-weight: bold;
}

.card-titile p {
    text-align: left;
    color: #6d006c;
    line-height: 0px;
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
}

.options-title {
    text-align: center;
    margin: 50px 0;
    color: #4a4848;
    font-size: 24px;
}


/*------------------------------------
News
------------------------------------*/

.news {
    padding: 20px 0;
}

.news-main-header {
    border-bottom: 2px solid #6d006c;
    margin-bottom: 20px;
    text-align: left;
}

.news-main-header i {
    color: #6d006c;
    font-size: 25px;
    vertical-align: middle;
    padding-left: 9px;
}

.news-main-header p {
    font-size: 20px;
    color: #6d006c;
    font-family: Arial;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 1rem;
}

.news-img {
    width: 100%;
    height: 404px;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    margin: 0 auto;
}

.news-img img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.small-news .news-img {
    width: 90px;
    height: 90px;
}

.news-title {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}

.news-title span {
    display: inline-block;
    background-color: #6d006c;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
}

.news-content {
    line-height: 47px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-top: 15px;
    color: #000;
}

.left-news-box:last-child .news-det .news-content {
    border: none
}

.news-content h2 {
    text-align: center;
    font-size: 17px;
    margin-top: 1px;
    margin-bottom: .5rem;
}

.news-content span {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.news-box.small-news .news-content h2,
.news-box.small-news .news-content span {
    text-align: right;
}

.small-news .news-content h2 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 26px;
}

.small-news .news-content span {
    color: #a2a1a1;
    font-size: 12px;
    margin-top: 12px;
}

.small-news .news-content {
    border-bottom: none;
}

.right-border {
    border-left: 1px solid #e5e5e5;
}

.left-border {
    border-right: 1px solid #e5e5e5;
}

.left-news-box .news-img {
    width: 100%;
    height: 170px;
}

.left-news-box .news-content {
    line-height: 4px;
    margin-bottom: 7px;
    margin-top: 10px;
    color: #000;
}

.left-news-box .news-content h2 {
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
    padding: 0 10px;
    line-height: 17px;
}

.left-news-box .news-content span {
    font-size: 10px;
    display: block;
    text-align: right;
    padding: 8px 10px 0px;
    color: #a2a1a1;
}

.news-img:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*------------------------------------
latest
------------------------------------*/

.latest {
    padding: 0px 0;
    margin: 19px 0;
    background: #232425
}

.latest-header {
    padding: 10px 40px 10px 0;
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: 320px;
    background: #4ba3da;
}

.latest-header h3 {
    font-family: arial;
    font-weight: normal;
    text-align: right;
    font-size: 22px;
}

.latest-header h3:last-child {
    font-size: 34px;
}

.latest-img-wrap {
    text-align: center;
}

.latest-img {
    height: 265px;
    width: 265px;
    margin-bottom: 20px;
    transition: all 375ms;
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 0;
}

.latest-img:last-child {
    right: -50px;
    top: 67px;
    z-index: 1;
}

.latest-img:hover {
    top: -10px;
}

.latest-img:last-child:hover {
    top: 40px;
}

.latest-img img {
    width: 100%;
    border-radius: 50%;
}

.latest-img::after {
    content: '';
    width: 255px;
    height: 255px;
    border: 2px solid #a1a1a1;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: 2%;
    transition: all 375ms;
}

.latest-img:hover::after {
    transform: scale(1.15)
}

.latest-name {
    position: absolute;
    bottom: -3%;
    line-height: 8px;
    text-align: left;
    right: 18%;
    font-family: arial;
    color: #fff;
}

.latest-name span {
    display: block;
    font-size: 13px;
}

.latest-name span:nth-child(2) {
    margin-left: -15px;
    font-size: 19px;
}

.latest-news-title {
    margin: 30px 0 20px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.latest-news-title span:first-child {
    float: left;
    font-family: arial;
    font-size: 15px;
    margin-top: 3px;
}

.latest-news-title i {
    float: left;
    font-size: 16px;
    padding: 6px 0px 0px 6px;
}

.latest-news-title span:last-child {
    display: inline-block;
    font-size: 14px;
}

.latest-news-article {
    margin-bottom: 20px;
}

.latest-news-article h3 {
    font-size: 13px;
    color: #fff;
}

.latest-news-article p {
    font-size: 11px;
    color: #fff;
}

.read-more {
    border-bottom: 1px solid #fff;
    font-size: 12px;
    margin-right: 5%;
    margin-top: 0;
    color: #fff !important;
    padding: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

.left-float {
    float: left;
}


/*------------------------------------
books
------------------------------------*/

.books {
    padding: 50px 0 200px;
    background: rgb(235, 233, 220) url(../img/library.png) no-repeat;
    background-position: 50% 100%;
}

.books-header {
    padding-bottom: 30px;
}

.books-search {
    position: relative;
}

.books-search-box {
    height: 45px;
    width: 100%;
    padding: 4px 35px;
    background-color: #F1F3F4;
    color: rgb(128, 134, 139);
    border-radius: 22px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(200, 198, 198, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(200, 198, 198, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(200, 198, 198, 0.8);
    font-size: 13px;
}

.books-search::after {
    content: '';
    background: url(../img/googlemic.png) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.books-login {
    cursor: pointer;
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #6d006c;
    margin: 5px auto 25px auto;
    text-align: center;
    color: #fff !important;
    float: left;
}

.books-box {
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 20px;
}

.books-img {
    position: relative;
}

.books-hover {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    cursor: pointer;
}

.books-hover:hover {
    opacity: 1;
}

.books-hover-links {
    top: 65%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-opacity: 0;
    font-size: 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 10px;
}

.books-hover:hover .books-hover-links {
    top: 40%;
    opacity: 1
}

.books-hover .books-hover-links:last-child {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.books-det {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 12px;
    font-size: 13px;
}

.books-det h4 {
    text-align: left;
    line-height: 15px;
    min-height: 50px;
    margin: 0;
    direction: ltr;
}

.books-det h4 a {
    font-size: 11px;
    line-height: 12px;
    color: #363636;
}

.books-det h4 a:hover {
    color: #6d006c;
    text-decoration: underline;
}

#stars {
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
}

#stars i {
    margin: 0 3px;
}

.fa.fa-star {
    color: #f6bc00;
}

.teachers .owl-carousel .owl-nav button.owl-next,
.teachers .owl-carousel .owl-nav button.owl-prev,
.teachers .owl-carousel button.owl-dot,
.books .owl-carousel .owl-nav button.owl-next,
.books .owl-carousel .owl-nav button.owl-prev,
.books .owl-carousel button.owl-dot {
    display: inline-block;
    cursor: pointer;
    background: #fff !important;
    color: #777 !important;
    border: 1px solid #d5d5d5 !important;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 12px !important;
    margin: 5px;
    border-radius: 3px;
}


/*------------------------------------
reading & podcast
------------------------------------*/

.offer {
    padding: 25px 0;
}

.offer-header {
    padding: 6% 0 2% 30px;
    border-bottom: 1px solid #e5e5e5;
    width: 96%;
    margin-bottom: 25px;
}

.offer-header-title {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    direction: ltr;
}

.reading-wrap .offer-header-title {
    text-align: right;
}

.podcast-wrap .offer-header-title {
    text-align: left;
}

.offer-header-title span:first-child {
    color: #6d006c;
    font-size: 24px;
}

.podcast-wrap .offer-header-title span:first-child {
    float: right;
    padding-left: 1%;
}

.reading-wrap .offer-header-title span:first-child {
    float: left;
    padding-right: 1%;
}

.offer-header-title i {
    font-size: 25px;
    color: #6d006c;
    display: inline-block;
}

.podcast-wrap .offer-header-title i {
    float: right;
    padding-top: 4px;
}

.reading-wrap .offer-header-title i {
    float: left;
    padding-top: 6px;
}

.offer-header-title span:last-child {
    padding-top: 5px;
}

.podcast-wrap .offer-header-title span:last-child {
    float: left;
}

.reading-wrap .offer-header-title span:last-child {
    float: right;
}

.offer-header-time {
    font-size: 16px;
    color: #a2a1a1;
    font-family: Arial;
    direction: ltr;
    line-height: 25px;
    font-weight: normal;
    display: block;
}

.podcast-wrap .offer-header-time {
    text-align: right;
}

.reading-wrap .offer-header-time {
    text-align: left;
}

.offer-content {
    min-height: 500px;
}

.podcast-wrap .offer-box {
    margin-bottom: 15px;
    margin-right: 30px;
}

.reading-wrap .offer-box {
    margin-bottom: 15px;
    margin-left: 30px;
    float: left;
}

.offer-box img {
    width: 85px;
    height: 85px;
    vertical-align: sub;
    display: inline-block;
}

.podcast-wrap .offer-box img {
    margin-left: 13px;
}

.reading-wrap .offer-box img {
    margin-right: 13px;
    float: left;
}

.offer-det {
    width: 70%;
    color: #000000;
    margin-bottom: 1rem;
    display: inline-block;
}

.podcast-wrap .offer-det {
    text-align: right;
}

.reading-wrap .offer-det {
    text-align: left;
    float: left;
}

.offer-det span {
    display: block;
    font-size: 11px;
    color: #a2a1a1;
}

.offer-det h3 {
    font-size: 13px;
    line-height: 2;
    display: inline-block;
}

.offer-det p {
    text-align: justify;
    font-size: 10px;
    width: 90%;
    display: inline-block
}

.reading-wrap .offer-det p {
    direction: ltr;
}

.offer-box:hover .offer-det h3 {
    border-bottom: 1px solid #000;
    transition: all .3s ease-in-out;
}

.offer-more {
    text-align: center;
    display: block;
    width: 100%;
}

.offer-more a {
    background-color: #f6f6f6;
    text-align: center;
    padding: 3px 30px;
    line-height: 37px;
    display: inline-block;
    margin: 0px auto 16px;
    border-radius: 3px;
    font-size: 13px;
    width: 97%;
    border: 1px solid #d9d9d9;
    color: #000;
}

.offer-more a:hover {
    color: #fff;
    background-color: #6d006c;
    transition: all .3s ease-in-out;
}

.reading-wrap .offer-content::before {
    border-right: 1px solid #e5e5e5;
    content: '';
    width: 1px;
    height: 420px;
    position: absolute;
    top: 25%;
    right: 0;
    margin-right: -8px;
}


/*------------------------------------
Trip
------------------------------------*/

.trip {
    padding: 190px 0 90px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.trip video {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.44);
}

.trip-header {
    position: relative;
}

.trip-header h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
    display: inline-block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 47px;
    line-height: 47px;
}

.trip-header p {
    font-size: 20px;
}

.trip-header a {
    font-size: 15px;
    color: #fff;
    background-color: #6d006c;
    padding: 7px;
    border-radius: 3px;
    width: 160px;
    display: block;
    text-align: center;
    margin-top: 22px;
}


/*------------------------------------
About
------------------------------------*/

.about {
    /*background-color: #323232;*/
    padding: 40px 0;
    color: #fff;
}

.about h2 {
    margin-bottom: 18px;
}

.about p {
    color: #ffffff;
    line-height: 2;
    font-family: dana, "Roboto", "Helvetica", "Arial", sans-serif !important; 
}


/*------------------------------------
Comments
------------------------------------*/

.comments {
    padding: 120px 0 150px;
    text-align: center;
}

.commnets-header {
    margin-bottom: 30px;
    text-align: center;
}

.commnets-header h3 {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    color: rgba(109, 0, 108, 1);
}

.commnets-header h3::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 6px;
    bottom: 0px;
    color: #b8b8b8;
    background: url(../img/circle.svg);
    right: 0;
    left: 0;
    margin: 0 auto;
}

.comments-box {
    position: relative;
    padding: 15px 30px;
    border: 3px solid #ddd;
    border-radius: 10px;
}

.comments-box::after {
    position: absolute;
    bottom: -12px;
    left: 50px;
    width: 0;
    content: "";
    display: block;
    border-color: #ddd transparent;
    border-width: 12px 12px 0;
    border-style: solid;
}

.comments-img {
    margin-bottom: 14px;
}

.comments-img img {
    max-width: 120px;
    border: 2px solid #DDDDDD;
    margin: 0 auto;
}

.comments-box h3 {
    color: #111111;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 14px;
}

.comments-box p {
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
    font-size: 12px;
    text-align: justify;
}

.comments .commnets-name {
    display: inline-block;
    margin-top: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    font-size: 14px;
}

.comments .owl-carousel .owl-nav button.owl-next,
.comments .owl-carousel .owl-nav button.owl-prev,
.comments .owl-carousel button.owl-dot {
    height: 20px;
    width: 20px;
    background-color: #6D006C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
}

.comments .owl-carousel .owl-nav button.owl-next {
    left: -70px;
    right: auto;
}

.comments .owl-carousel .owl-nav button.owl-prev {
    right: -70px;
    left: auto;
}

.comments .owl-nav span {
    font-size: 30px;
}


/*------------------------------------
Newsletters
------------------------------------*/

.newsletters {
    padding: 50px 0;
    border-top: 1px solid #3c3f44;
}

.newsletters-intro h3 {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.newsletters p {
    font-size: 13px;
    color: #252525;
}

.newsletters-input {
    position: relative;
    float: right;
}

.newsletters-input input {
    width: 300px;
    text-align: center;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #dadada;
    font-size: 13px;
}

.mail-img {
    left: 0;
    bottom: -10px;
    height: 17px;
    margin: 0px auto;
    position: absolute;
    width: 40px;
    z-index: 2;
    transform: translateX(-50%) !important;
    background-color: #fff;
    right: -20px;
}

.mail-img::before,
.mail-img::after {
    background-color: #eee;
    border-radius: 100%;
    content: "";
    height: 6px;
    position: absolute;
    bottom: 7px;
    margin: 0 auto;
    width: 6px;
    z-index: 1;
}

.mail-img::before {
    right: 0;
}

.mail-img::after {
    left: 0;
}

.mail-img img {
    width: 17px;
    height: 17px;
    margin: 0 auto;
}

.send-btn {
    width: 70px;
    height: 40px;
    max-width: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #531B4B;
    margin-right: 7px;
    background: #531B4B;
    color: #fff !important;
    display: inline-block;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .3);
    text-align: center;
    transition: background-color 500ms, transform 100ms;
    font-size: 13px;
    line-height: 28px;
}


/*------------------------------------
Motto
------------------------------------*/

.motto {
    font-size: 15px;
    background-color: #3C3F44;
    color: #fff;
    padding: 15px 0;
}

.top-arrow {
    color: #fff !important;
    font-size: 17px;
}

.social-media span {
    margin: 0 3px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    color: #e5e2e0;
    background-color: #3c3f44;
    display: inline-block
}

.social-media span a {
    color: #fff !important;
}

.fa-telegram::before {
    content: "\f2c6";
}


/*------------------------------------
Footer
------------------------------------*/

.footer {
    background: #232425;
    text-align: center;
    color: #8b8d91;
    overflow: hidden;
}

.footer-content {
    padding: 35px 0 0px;
    position: relative;
}

.footer-logo img {
    max-width: 260px;
}

.footer-address p {
    margin: 21px 0 30px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.footer-logo {
    margin: 13px 0;
}

.footer-img {
    margin: 30px 0;
    display: inline-block;
}

.footer-img img {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
}

.footer-bank img {
    display: inline-block;
    max-width: 30px;
    margin: 5px;
}

.footer-search {
    background: #2c2c33;
    padding: 15px;
    margin: 21px 0;
}

.footer-search .input-group {
    border-radius: 0;
    font-size: 13px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.footer-search .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.footer-search .input-group .btn {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 2px 12px;
}

.footer-links {
    list-style: none;
    margin: 25px 0 1.5em 0;
    padding: 0;
}

.footer-links li,
.tab-child li {
    border-bottom: .125em solid #2c2c33;
    line-height: 36px;
    font-size: 12px;
    padding: 0;
    transition: 0.5s ease all;
    cursor: pointer;
    text-align: right;
    list-style: none;
}

.footer-links li:first-child,
.tab-child li:first-child {
    border-top: .125em solid #2c2c33;
}

.footer-links li a,
.tab-child.menu-warp li a {
    color: #fff;
}

.tab-child.menu-warp li:not(:first-child):hover,
.footer-links li:hover {
    padding-right: .75em;
    background-color: #2c2c33;
}

.menu-warp.tab-child .tab-item .panel-title:hover,
.menu-warp.tab-child .tab-item ul li:hover {
    background-color: #2c2c33;
}

.copy-right {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 12px;
}

.j-container {
    margin: 0 auto;
    width: 100%;
}

.fa-telegram {
    color: #2298d6
}

.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    color: #fff
}

.fa-linkedin {
    color: #0077B5;
}


/*------------------------------------
PAGES
------------------------------------*/

.pages-header {
    width: 100%;
    min-height: 550px;
    background: url("../img/comoarison-compressor.jpg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pages-header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(83, 27, 75, 0.3);
    top: 0;
    left: 0;
}

.pages-header h4 {
    font-size: 17px;
    color: #fff;
    z-index: 9;
    margin: 0 auto 10px auto;
    line-height: 1.2;
}

.header-links {
    background-color: #531B4B;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    display: flex;
    z-index: 99;
    margin: 0 auto;
    list-style: none;
    color: #fff;
}

.header-links a {
    color: #fff;
    padding: 0 5px;
}

.page-content {
    background: #e5e2e0 url(../img/textured_paper_@2X-c2b9157c47.jpg) repeat;
    background-size: 200px 200px;
    text-align: center;
}

.article-top {
    background: #fff;
}

.right-column {
    padding-right: 22%;
    margin-top: 35px;
}

.right-column h3 {
    margin: 0 auto;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #fff;
    color: #363636;
    width: 160px;
    margin-bottom: 10px;
    text-align: center;
}

.related-box {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 4px solid #fff;
    padding: 15px 0;
    line-height: 13px;
}

.related-box:last-child {
    border: none
}

.related-box a {
    color: #000;
    font-size: 11px;
}

.related-box img {
    margin-bottom: 5px;
}

.article-top {
    background-color: #fff;
    margin-top: -100px;
    padding: 2.5%;
}

.center-column {
    text-align: right;
}

.article-info {
    color: #a2a1a1;
    margin-bottom: 1rem;
}

.article-info>span {
    font-size: 11px;
}

.article-info>span+span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
}

.center-column h2 {
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.center-column h4 {
    color: #800080;
    font-size: 13px;
}

.center-column p {
    text-align: justify;
    font-size: 13px;
    color: #252525;
    margin-top: 1em;
}

.article-list li {
    text-indent: 30px;
    list-style: none;
    display: block;
    margin-bottom: 1rem;
    text-align: right;
    color: #252525;
    font-size: 13px;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: block;
    font-size: 13px;
}

.tags span {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px;
    color: #a2a2a2;
}

.tags li:not(:last-child) {
    margin-right: .5rem;
}

.tags li {
    display: inline-block;
}

.tags li a {
    border-radius: 0;
    background-color: #6d006c;
    padding: 5px 8px;
    margin-right: 7px;
    margin-top: 7px;
    color: #fff;
    font-size: 10px;
    border: 1px solid #6d006c;
    display: inline-block;
}

.left-column {
    padding-left: 19%;
}

.left-column h3 {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: right;
}

.menu-warp i {
    line-height: 40px;
}

.pages-tab {
    border-right: 2px solid #ccc;
    padding-right: 20px;
}

.pages-tab li {
    border-bottom: 1px solid #d2d2d2;
}

.pages-tab li:first-child {
    border-top: 1px solid #d2d2d2;
}

.pages-tab li a {
    color: #000;
}

.pages-tab img {
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.pages-tab li:not(:first-child):hover,
.menu-warp .tab-item .panel-title:hover,
.menu-warp .tab-item ul li:hover {
    padding-right: 7px;
    transition: all .3s ease-in-out;
    background-color: #e5e2e0;
}

.user-comments h3 {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    margin-top: 50px;
}

.user-comments-title h4 {
    margin-bottom: 16px;
    padding: 16px;
    color: #19232d;
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
}

.user-comments-header {
    margin: 10px 0;
}

.user-comments-header a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.user-comments-header a img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.user-comments-header span {
    display: inline-block;
    font-size: 11px;
    color: #868686;
}

.user-comments-body {
    margin-top: 20px;
}

.user-comments-body textarea,
.user-comments-body input {
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 7px 14px;
}

.user-comments-body textarea {
    height: 200px;
    width: 100%;
    margin-bottom: 28px;
}

.commnets-form {
    margin-bottom: 16px;
}

.teachers {
    padding: 25px 0;
}

.teacher-box {
    padding: 15px 10px;
    color: #454444;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.teacher-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0 rgb(171, 171, 171);
}

.teacher-box h3 {
    color: #363636;
    font-size: 15px;
    margin: 12px 0;
    line-height: 18px;
}

.teacher-box h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.teacher-box p {
    font-size: 12px;
    line-height: 14px;
    color: #989191;
}

.books-source {
    padding: 25px 0;
}

.source-content {
    margin-bottom: 17px;
}

.source-header {
    width: 300px;
    height: 45px;
    line-height: 45px;
    background-color: #262626;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin: 20px auto;
}

.source-header::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 16px;
    background: #531B4B;
    clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 50% 100%);
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 50% 100%);
    left: 0;
    top: 45px;
    right: 0;
    margin: 0 auto;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

.register {
    padding: 55px 0;
    text-align: center;
    line-height: 2.5em;
}

.register .form-contact {
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: right;
}

.register label {
    margin-bottom: 12px;
}

.register .form-contact .form-control {
    height: 50px;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    background-color: transparent;
    resize: vertical;
    margin-bottom: 30px;
    border-color: #495057;
    color: #222;
}


/*------------------------------------
Responsive
------------------------------------*/

@media screen and (min-width: 992px) {
    .col-20 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
        float: left !important;
    }
}

@media (min-width:1200px) {
    .j-container {
        max-width: 1280px;
    }
    .comments .owl-carousel .owl-nav button.owl-next,
    .comments .owl-carousel .owl-nav button.owl-prev,
    .comments .owl-carousel button.owl-dot {
        top: 50%;
        margin-top: -40px;
        height: 40px;
        width: 40px;
        color: #FFFFFF;
        background-color: #6D006C;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
    }
}

@media screen and (max-width: 1200px) {
    .quick-menu .menu-box {
        font-size: 13px;
    }
    .news-title {
        top: 48%;
    }
    .left-float {
        float: none;
    }
    .latest-news-article img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .journey-options {
        display: block;
        width: 100%;
        padding: 0 26px;
    }
    .options-box {
        width: 48% !important;
        height: 70px !important;
        float: right;
        position: initial;
        border-radius: 0;
        margin: 9px;
    }
    .journey-intro {
        width: 100%;
    }
    .news-content {
        margin-bottom: 15px;
    }
    .small-news .news-content span {
        margin-top: 9px;
    }
    .small-news .news-img {
        width: 61px;
        height: 85px;
    }
    .small-news .news-content h2 {
        line-height: 17px;
        margin-bottom: 0px;
    }
    .news-title {
        top: 51%;
    }
    .single-gallery {
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .quick-menu {
        bottom: 47%;
    }
    .quick-menu .menu-box {
        line-height: 35px;
        border: none;
    }
    .quick-menu .col-20:first-child .menu-box {
        border-left: 1px solid #262626;
    }
    .quick-menu li img {
        width: 375px;
        padding: 10px 30px;
        text-align: center;
        margin: 0 auto;
    }
    .title {
        width: 300px;
        height: 200px;
        bottom: 41%;
    }
    .options-box {
        width: 100% !important;
        margin: 10px auto !important;
    }
    .options-box span {
        font-size: 14px;
    }
    .latest-news {
        padding: 20px
    }
    .books-search-box {
        padding: 4px 18px;
    }
    .reading-wrap .offer-content::before {
        display: none;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .social-media {
        text-align: center;
        margin-top: 12px;
    }
    .newsletters {
        text-align: center;
    }
    .newsletters p {
        margin: 15px 0;
    }
    .right-column,
    .left-column {
        padding: 0;
    }
    .article-top {
        margin-top: 20px;
    }
    .faq .articles-tab .pad {
        width: 23%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .des-menu {
        display: none;
    }
    .rp-menu {
        display: block;
    }
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }
    .nav-tabs-horizontal>li {
        float: none;
    }
    .nav-tabs-horizontal>li+li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal>li,
    .nav-tabs-horizontal>li>a {
        background: transparent;
        width: 100%;
    }
    .nav-tabs-horizontal>li>a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal>li.active>a,
    .nav-tabs-horizontal>li.active>a:hover,
    .nav-tabs-horizontal>li.active>a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
    .news-box.small-news {
        display: none
    }
    .news .right-border {
        border: none;
    }
    .books-login {
        display: block;
        float: none;
        margin-top: 25px;
    }
    .trip-header h3 {
        font-size: 34px;
    }
    .trip-header p {
        font-size: 15px;
    }
    .news-title {
        top: 78%;
    }
    .faq .articles-tab .pad {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .quick-menu {
        bottom: 57%;
    }
    .quick-menu .menu-box {
        line-height: 30px;
        font-size: 14px;
    }
    .title {
        display: none;
    }
    .latest-img {
        height: 190px;
        width: 190px;
    }
    .latest-img::after {
        width: 180px;
        height: 180px;
    }
    .latest-name {
        bottom: -10%;
        right: 9%;
    }
}

@media screen and (max-width: 480px) {
    .quick-menu {
        bottom: 75%;
    }
    .quick-menu .menu-box {
        font-size: 13px;
        line-height: 8px;
    }
    .quick-menu li img {
        display: none;
    }
    .latest-name {
        right: 9%;
    }
    .latest-name span {
        font-size: 11px;
    }
    .latest-img {
        height: 130px;
        width: 130px;
        right: 13%;
    }
    .latest-img:last-child {
        right: 0px;
    }
    .latest-img::after {
        width: 120px;
        height: 120px;
    }
    .news-title {
        top: 75%;
    }
    .faq {
        padding: 0
    }
    .faq .card .tab-content {
        padding: 10px 4px 28px 7px;
    }
}

@media screen and (max-width: 320px) {
    .quick-menu {
        bottom: 80%;
    }
}