/*
Theme Name:       PSY
Company:          Studioaleph
Company Site:     www.studioaleph.com
Company email:    info@studioaleph.com
Developer:        Amirhossein Hosseinkhani
Developer Site:   www.amirportfolio.ir
Developer email:  amirh27hosseinkhani@gmail.com
*/

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "IranianSans";
    src: url("../../fonts/theme/irsans.eot");
    src: url("../../fonts/theme/irsans.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/theme/IranianSans.ttf") format("true type"),
        url("../../fonts/theme/IranianSans.woff") format("woff");
    font-face-name: "IranianSans";
}

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/theme/en/Roboto-Regular.eot");
    src: url("../../fonts/theme/en/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/theme/en/Roboto-Regular.ttf") format("true type"),
    url("../../fonts/theme/en/Roboto-Regular.woff") format("woff");
    font-face-name: "Roboto";
}

.en-font {
    font-family: "Roboto";
}

/* HTML Reset */
* {
    padding: 0;
    margin: 0;
    border: none 0;
    list-style: none;
    text-decoration: none;
    font-size: 18px;
    font-family: IranianSans;
    font-style: normal;
    font-weight: normal;
}

body.single-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.library-page {
    background-image: url("../../images/library.jpg");
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.library-page > main {
    min-height: calc(100vh - 80px);
    background-color: rgba(255, 255, 255, 0.9);
}

body.single-page main {
    width: 100%;
    height: calc(100vh - 80px);
}

img {
    max-width: 100%;
}

.back-to-top {
    position: fixed;
    left: 15px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

/* General Text Color */
.text-white {
    color: #ffffff;
}
.text-darkblue {
    color: #091a51;
}
.text-skyblue {
    color: #b1e3e0;
}
.text-gray {
    color: #b4b4b4;
}
.text-green {
    color: #005853;
}
.text-middlegreen {
    color: #5bbcb8;
}
.text-darkgreen {
    color: #003734;
}

/* General Background Color */
.bg-darkblue {
    background-color: #2a4f91;
}
.bg-skyblue {
    background-color: #b1e3e0;
}
.bg-gray {
    background-color: #b4b4b4;
}
.bg-green {
    background-color: #005853;
}
.bg-middlegreen {
    background-color: #5bbcb8;
}
.bg-darkgreen {
    background-color: #003734;
}
.bg-new {
    background-color: #091a51;
}

.stnd-left {
    float: left;
}
.stnd-right {
    float: right;
}

/* Clear Floats */
.clear-fix {
    clear: both;
    float: none;
}

/* Float actions */
.float-action {
    overflow-y: hidden;
}

/* Cols Settings */
.col-3 {
    width: 33.33%;
}
.col-2 {
    width: 50%;
}
.col-2-c {
    width: calc(50% - 21px);
}

.full-heigh {
    height: 100vh;
}

.parent-position {
    position: relative;
}
.abst-position {
    position: absolute;
}

.page-lable {
    top: 40px;
    right: 0;
    border-top-left-radius: 30px;
    padding: 10px 40px;
    z-index: 0;
    font-size: 80%;
}

.container {
    width: calc(100% - 240px);
    margin: 0px auto;
    padding: 60px 0;
}

.single-container {
    width: calc(100% - 300px);
    margin: 0px auto;
    /* padding: 60px 0; */
}

.content-single {
    /* padding: 40px 20px; */
    background-color: transparent;
    border-top-left-radius: 30px;
    margin: 25px 0;
    margin-bottom: 0;
    margin-top: 0;
}

.content-single::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #2a4f91;
    bottom: 0;
    left: calc(50% - 100px);
    transform: translateX(-50%);
}

.content-single:last-of-type::before {
    display: none;
}

.content-single:first-of-type {
    margin-top: 15px;
}

.content-single div.title-content {
    width: 200px;
    padding: 30px 0;
}

.content-single div.title-content h2 {
    text-align: center;
    color: #00664e;
    padding: 5px 0;
}

.content-single div.title-content h2 > span::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00664e;
    position: absolute;
    bottom: -2px;
}

.content-single div.title-content img.content-icon {
    display: block;
    width: 60px;
    margin: 20px auto;
}

.content-single div.content-text-single {
    width: calc(100% - 285px);
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow: hidden;
    position: relative;
}

.read-more-space {
    width: calc(100% - 285px);
    height: 200px;
}

.content-single div.read-more::before {
    content: attr(data-more);
    font-size: 24px;
    font-family: IranianSans;
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: calc(100vh - 400px);
    left: 0;
    background: linear-gradient(to top, rgba(214, 214, 214, 1), rgba(214, 214, 214, 0.9), rgba(214, 214, 214, 0.8), rgba(214, 214, 214, 0.7), rgba(214, 214, 214, 0.3));
    color: #00664e;
    cursor: pointer;
}

.content-single div.content-text-single p {
    text-align: justify;
    padding: 0px 20px;
    color: #00664e;
    line-height: 25px;
    font-size: 95%;
}

.bg-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.09;
}

.img-gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.full-container {
    width: calc(100% - 40px);
    padding: 20px;
}

.fakefilter {
    height: 61px;
    width: 100%;
}
/* Menu */
header.site-header {
    position: relative;
    height: 70px;
    width: 100%;
}

nav.site-menu {
    height: 70px;
    width: 100%;
    border-bottom: 2px solid #00664e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #ffffff;
}

.menu-holder {
    width: calc(100% - 60px);
    margin: 0px auto;
    height: 70px;
}

ul.stnd-left {
    text-align: left;
}

.menu-holder-chi,
ul.menu-item {
    height: 64px;
    /* overflow-y: hidden; */
    display: flex;
    flex-direction: row;
}

ul.menu-item > li {
    /*display: inline-block;*/
    vertical-align: middle;
    line-height: 64px;
    text-align: center;
}

ul.menu-item > li > a > img.header-logo {
    width: 56px;
    margin-top: 5px;
}

li.menu-items-right {
    margin: 0px 10px;
}

li.menu-items-right:first-of-type {
    margin: 0;
}

li.menu-items-left > a {
    padding: 22px;
    color: #00664e;
}

li.menu-items-left > a span {
    font-size: 70%;
}

li.menu-items-left > a span::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #dc5942;
    opacity: 0;
    transition: 0.25s all;
}

li.menu-items-left > a span::after {
    content: "";
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    bottom: -2px;
    width: 1px;
    height: 32px;
    background-color: #00664e;
    transition: 0.25s all;
}

li.menu-items-left:last-of-type > a span::after {
    display: none;
}

ul.menu-item > li.active a span::before {
    opacity: 1;
    background-color: #dc5942;
}

li.menu-items-left > a:hover {
    color: #dc5942;
}

li.menu-items-left > a:hover span::before {
    opacity: 1;
}

li.menu-items-left > a span {
    font-size: 70%;
    font-weight: bold;
}

li.menu-items-left:last-of-type {
    margin: 0;
}

li.menu-items-left:last-of-type > a {
    padding-left: 0;
}

li.menu-items-right > a {
    padding: 22px;
    transition: 0.25s all;
    color: #00664e;
}

li.menu-items-right > a span {
    font-size: 70%;
    font-weight: bold;
}

li.menu-items-right > a span::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #dc5942;
    opacity: 0;
    transition: 0.25s all;
}

li.menu-items-right > a span::after {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    bottom: -2px;
    width: 1px;
    height: 32px;
    background-color: #00664e;
    transition: 0.25s all;
}

li.menu-items-right:last-of-type > a span::after {
    display: none;
}

li.menu-items-right > a:hover {
    color: #dc5942;
}

li.menu-items-right > a:hover span::before {
    opacity: 1;
}

li.menu-items-logo {
    line-height: normal !important;
}

li.has-dropdown {
}

li.has-dropdown > div.dropdown {
    width: 100%;
    right: 0;
    height: 0;
    transition: 0.25s all;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    transition-delay: 0.25s;
}

.dropdown-items {
    width: 16.6666666%;
    height: 60px;
}

.dropdown-items > a {
    line-height: 60px;
    font-size: 70%;
    text-align: center;
    vertical-align: top;
    display: block;
}

/* Mobile-Menu */
.menu-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    text-align: left;
    cursor: pointer;
}
.menu-mobile {
    display: none;
}

.logo-mobile {
    width: 80px;
    margin-right: 30px;
}

.logo-mobile > a {
}

.logo-mobile > a > .mobile-logo {
}

.responsive-holder {
    position: fixed;
    top: 70px;
    right: 0;
    padding: 40px;
    background-color: #00664e;
    width: calc(80% - 80px);
    height: calc(100% - 80px);
    display: none;
}

#fp-nav {
    z-index: 1;
}

.menu-responsive {
}

.responsive-item {
    margin: 20px 0;
    padding: 10px 20px;
}

.responsive-item > a {
}

.responsive-item > a > span {
    color: #ffffff;
    font-size: 110%;
}

.dp-bg-1 {
    background-color: rgba(0, 102, 78, 0.7);
}
.dp-bg-2 {
    background-color: rgba(5, 72, 56, 0.7);
}
.dp-bg-3 {
    background-color: rgba(2, 155, 123, 0.7);
}
.dp-bg-4 {
    background-color: rgba(15, 80, 65, 0.7);
}
.dp-bg-5 {
    background-color: rgba(20, 169, 134, 0.7);
}
.dp-bg-6 {
    background-color: rgba(45, 181, 149, 0.7);
}

li.has-dropdown:hover div.dropdown {
    height: 60px;
    opacity: 1;
}

/* Page-Navigation */
.page-navigation {
    position: fixed;
    right: 0;
    top: 80px;
    width: 150px;
    height: calc(100vh - 80px);
    z-index: 2;
}

.page-navigation ul.navigation-list {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul.navigation-list li.navigation-item {
    width: 12px;
    height: 13px;
    border-radius: 100%;
    background-color: #b1e3e0;
    margin-bottom: 50px;
    transition: 0.25s all;
}

ul.navigation-list li.navigation-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

ul.navigation-list li.navigation-item::before {
    content: attr(data-title);
    background-color: #000;
    position: absolute;
    color: #fff;
    padding: 2px 10px;
    font-size: 65%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: max-content;
    transition: 0.25s all;
    display: none;
    font-family: IranianSans;
}

ul.navigation-list li.navigation-item:last-of-type {
    margin-bottom: 0;
}

ul.navigation-list li.navigation-item:hover {
    background-color: #5bbcb8;
}

ul.navigation-list li.navigation-item:hover::before {
    display: block;
}

ul.navigation-list li.active {
    background-color: #2a4f91;
}

/* General pages */
.pages {
    width: 100%;
    min-height: 100vh;
}

.pages-single {
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%, -50%);
    transition: 0.5s all;
}

.single-hide {
    overflow: hidden;
    width: 0;
    height: 0;
}

.bg-slide {
    /*background: url("../../images/slide-bg.png");*/
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
}

.slide-first {
    background-color: rgba(177, 227, 224, 0.7);
    position: relative;
}
.slide-secend {
    background-color: rgba(91, 188, 184, 0.7);
    position: relative;
}
.slide-third {
    background-color: rgba(42, 79, 145, 0.7);
    position: relative;
}

.slide-stiker {
    position: absolute;
    padding: 10px 30px;
    bottom: 100px;
    left: 0;
    border-top-right-radius: 30px;
}

.sticker-skyblue {
    background-color: rgba(91, 188, 184, 0.9);
}
.sticker-midgreen {
    background-color: rgba(91, 188, 184, 0.9);
}
.sticker-darkblue {
    background-color: rgba(42, 79, 145, 0.9);
}

.slide-stiker p {
    font-size: 110%;
}

.slides img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Mid Section */
.mid-bg {
    background: url("../../images/home-back.jpg");
    background-size: 100% auto;
    /* background-attachment: fixed; */
    background-position: center;
}

/* contact */
.contact-content {
    width: calc(100% - 60px);
    margin: 0px auto;
    padding-top: 80px;
    min-height: 350px;
}

.content-space {
    padding: 80px 0;
}

.about {
    height: calc(100% - 160px);
}

.about-content {
    width: calc(100% - 300px);
    left: 0;
    top: 90px;
    background-color: rgba(0, 102, 78, 0.8);
}

.about-text {
    width: calc(100% - 350px);
    position: relative;
    min-height: 180px;
    padding: 0px 20px;
    margin-left: 150px;
}

.about-text p {
    padding: 20px 0;
    text-align: justify;
    line-height: 35px;
    word-spacing: 5px;
    font-size: 90%;
}

.about-logo {
    width: 160px;
    height: 180px;
}

.about-logo img {
    max-width: 1000%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 120px;
    transform: translateY(-50%);
}

.site-services {
    text-align: center;
    margin-top: 340px;
}

.service-item {
    display: inline-block;
    width: 144px;
    height: 144px;
    border: 3px solid #b4b4b4;
    border-radius: 100%;
    /* overflow: hidden; */
    margin: 30px 50px;
    transition: 0.25s all;
}

.service-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.service-item a p {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    color: #dc5942;
    z-index: -1;
    transition: 0.25s all;
    opacity: 0;
    font-size: 90%;
    width: 100%;
}

.service-item img {
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s all;
}
.main-svg {
    opacity: 1;
}
.secendory-svg {
    opacity: 0;
}

.service-item:hover {
    border-color: #dc5942;
}

.service-item:hover a p {
    opacity: 1;
    z-index: 1;
}

.service-item:hover .main-svg {
    opacity: 0;
}
.service-item:hover .secendory-svg {
    opacity: 1;
}

address {
    max-width: 420px;
    /* margin: 0px auto; */
    /* width: 420px; */
}
.contact-info {
    padding: 20px 15px;
}

.contact-item {
    margin: 20px 0;
}

.contact-item > div {
    display: inline-block;
    vertical-align: middle;
}

.contact-lable {
    width: 150px;
}
.contact-lable p {
    text-align: left;
    padding-left: 40px;
    font-size: 70%;
}
.contact-lable p > a {
}

.contact-detail {
    width: calc(100% - 160px);
}
.contact-detail p {
    line-height: 30px;
    font-size: 70%;
}
.contact-detail p > a {
    font-family: sans-serif;
    font-size: 90%;
}

.inline-inputs {
    margin-bottom: 20px;
}

.site-input {
    background-color: transparent;
    border: 1px dashed #b4b4b4;
    border-radius: 10px;
    padding: 5px;
    color: #ffffff;
    font-family: sans-serif;
    width: calc(100% - 12px);
    min-width: 200px;
    display: block;
    font-size: 80%;
}

.site-message {
    background-color: transparent;
    border: 1px dashed #b4b4b4;
    border-radius: 10px;
    padding: 5px;
    color: #ffffff;
    font-family: sans-serif;
    width: calc(100% - 35px);
    min-width: 268px;
    height: 200px;
    resize: none;
    font-size: 80%;
}

div.contact-form form {
    max-width: 520px;
    width: calc(100% - 160px);
    min-width: 300px;
    margin-right: 160px;
}

div.contact-form form::before {
    content: "";
    display: block;
    height: calc(100% + 50px);
    width: 1px;
    border-left: 1px dashed #b4b4b4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer-social {
    display: inline-block;
    width: 25px;
    margin: 20px 15px;
    vertical-align: middle;
}

.site-input::placeholder,
.site-message::placeholder {
    color: #b4b4b4;
    font-family: IranianSans;
    opacity: 1; /* Firefox */
}

.site-input:-ms-input-placeholder,
.site-message:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b4;
    font-family: IranianSans;
}

.site-input::-ms-input-placeholder,
.site-message::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b4b4b4;
    font-family: IranianSans;
}

.team-item {
    border-radius: 100%;
    width: 157px;
    height: 157px;
    position: relative;
    display: inline-block;
    margin: 45px;
    background-color: #a7a9ac;
    border: 3px solid #00664e;
    cursor: pointer;
    vertical-align: middle;
}
.team-item a {
    display: block;
}

.team-thumbnail {
}

.team-thumbnail img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.15s all;
    border-radius: 100%;
}

.team-info {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    border-radius: 100%;
    transition: 0.5s all;
}

.team-info div {
}

.team-info div p {
    text-align: center;
    font-size: 70%;
    display: block;
    color: #00664e;
}

.team-thumbnail:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.air-info {
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 80px);
    min-width: 300px;
    height: 100%;
    background-color: rgba(91, 188, 184, 0.9);
    z-index: 104;
    transition: 0.5s all;
}

.air-close {
    left: 40px;
    top: 55px;
    width: 24px;
    cursor: pointer;
}

.air-container {
    height: calc(100% - 90px);
    margin-top: 90px;
}

.air-img {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
    width: 220px;
    height: 220px;
    background-color: #ffffff;
}

.air-img img {
    width: 100%;
}

.air-text {
    display: inline-block;
    width: calc(100% - 280px);
    background-color: #fff;
    vertical-align: top;
    margin: 0px -4px;
}

.air-content {
    padding: 20px;
}

.air-detail {
    margin: 15px 0;
}

.air-label {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.air-label p {
    text-align: left;
}

.air-info-text {
    display: inline-block;
    padding-right: 20px;
    width: calc(100% - 190px);
    vertical-align: middle;
}

.air-info-text p {
    text-align: justify;
    line-height: 30px;
}

.air-detail:last-of-type .air-label,
.air-detail:last-of-type .air-info-text {
    vertical-align: top;
}

.more-text {
    width: calc(100% - 80px);
    background-color: #fff;
    margin: 0px auto;
}

.more-content {
    padding: 100px 150px;
}

.more-content * {
    color: #00664e;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 15px;
}

.site-filter {
    position: absolute;
    height: 61px;
    background-color: #00664e;
    border-bottom-left-radius: 30px;
    z-index: 1;
}

.space-right {
    width: 200px;
    height: 61px;
}

.filter-holder {
    width: calc(100% - 200px);
    height: 61px;
}

ul.filters {
}

li.filter-item {
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin: 0px 20px;
}

li.filter-item select {
    background-color: transparent;
    font-size: 85%;
}

li.filter-item select option {
    background-color: #00664e;
    border: none;
}

li.filter-item p {
    text-align: center;
    font-size: 90%;
}
li.filter-item input {
    background-color: transparent;
    font-size: 85%;
    padding: 5px;
}
li.filter-item input::placeholder {
    color: #ffffff;
    opacity: 1;
}

li.filter-item input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

li.filter-item input::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
li.filter-item input[type="search"] {
}
li.filter-item input[name="title"] {
    border-bottom: 1px solid #ffffff;
}
li.filter-item button {
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
}
li.filter-item button img {
    width: 24px;
}

li.filter-item:last-of-type {
    width: 30px;
}

.document-item {
    width: calc(33% - 32px);
    min-width: 300px;
    border-left: 1px solid #00664e;
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    vertical-align: top;
}

.document-item > a {
    display: flex;
}

.document-img {
    width: 170px;
    display: inline-block;
    line-height: 100%;
    text-align: right;
}

.document-img img {
    width: 70%;
    vertical-align: middle;
}

.document-detail {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    /* padding-right: 20px; */
    color: #00664e;
}

.document-detail > h2 {
    margin: 10px 0;
}

.document-detail > h2 > span {
    font-size: 95%;
    font-weight: bold;
}

.document-detail > h2 > span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    background-color: #5bbcb8;
}

.document-detail > p:first-of-type {
    font-size: 90%;
    margin: 15px 0;
}
.document-detail > p:nth-of-type(2) {
    font-size: 90%;
    margin: 15px 0;
}
.document-detail > p:last-of-type {
    font-size: 90%;
    margin: 15px 0;
}

.document-item:nth-of-type(3n) {
    border: none;
}

.book-img {
    text-align: center;
    background-color: #00664e;
    padding: 10px 0;
    margin-bottom: 40px;
}

.book-img img {
    width: 300px;
}

.book-download {
}

.book-download > h2 {
    text-align: left;
}
.book-download > h2 > a {
}
.book-download > h2 > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    background-color: #00664e;
}

.book-detail {
}
.book-name {
    margin: 20px 0;
    padding: 10px;
    margin-top: 0;
    padding-top: 0;
}
.book-name > h2 {
    font-size: 1.17em;
}
.book-name > h2 span {
}
.book-name > h2 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    background-color: #00664e;
}

.book-detail-info {
    margin-bottom: 50px;
}

.book-detail-info li {
    margin: 10px 0;
    padding: 10px;
}
.book-detail-info li p {
    font-size: 90%;
}

.book-text {
    line-height: 30px;
    padding: 10px;
    max-width: 600px;
}

.book-text p.book-title {
    font-size: 90%;
}
.book-text p {
    font-size: 90%;
    color: #00664e;
    text-align: justify;
    line-height: 35px;
    margin: 10px 0;
}

.contact-home {
    background-color: #00664e;
}

/* Footer */
.site-footer {
    width: 100%;
    height: 60px;
}

.copy-right {
    font-size: 60%;
    font-family: IranianSans;
}

.footer-container {
    width: calc(100% - 450px);
    margin: 0px auto;
    padding: 20px 0;
    min-width: 300px;
}

.footer-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.filter-icon {
    width: 61px;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    display: none;
}

.filter-icon > img {
    width: 70%;
    text-align: center;
    margin-top: 11px;
}

footer .footer-link * {
    font-size: 80%;
}

.content-text-single ol {
}
.content-text-single ol li,
.content-text-single ul li {
    margin: 10px;
    list-style: arabic-indic;
    color: #091a51;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #b1e3e0 !important;
}

.animate_mouse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    /* top: 90vh; */
    bottom: 10px;
}

.mouse {
    height: 26px;
    width: 18px;
    border-radius: 10px;
    border: 2px solid #fff;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

/* mouse animation */
.animate_mouse{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    /* top: 90vh; */
    bottom: 10px;
}
.mouse{
    height: 26px;
    width: 18px;
    border-radius: 10px;
    border: 2px solid #00664e;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}
.color_mouse{
    border-color: #00664e;
}
.mouse:after{
    content: '';
    display: block;
    height: 5px;
    width: 2px;
    margin: 5px auto;
    background: #00664e;
    position: relative;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}
.color_mouse:after{
    background: #00664e;
}
.arrow-scroll{
    margin-top: 4px;
    box-sizing: border-box;
}
.arrow-scroll>span{
    font-family: Arial,sans-serif;
    display: block  ;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-right: 2px solid #00664e;
    border-bottom: 2px solid #00664e;
    margin: 2px auto 3px;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.color_scroll>span{
    border-right-color: #00664e;
    border-bottom-color: #00664e;
}
.arrow-scroll>span:first-child{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
.arrow-scroll>span:nth-child(2){
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.arrow-scroll>span:last-child{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes mouse-wheel{
    0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-o-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}
}
@-webkit-keyframes finger-wheel{
    0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0.9;-webkit-transform:translateY(8px);-moz-transform:translateY(8px);-o-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}
}
@-moz-keyframes finger-wheel{
    0%{top:1px}50%{top:2px}
    100%{top:3px}
}
@-moz-keyframes mouse-wheel{
    0%{top:1px}50%{top:2px}
    100%{top:3px}
}
@-webkit-keyframes mouse-scroll{
    0%{opacity:0}50%{opacity: .5}
    100%{opacity:1}
}
@-moz-keyframes mouse-scroll{
    0%{opacity:0}
    50%{opacity: .5}
    100%{opacity:1}
}
@-o-keyframes mouse-scroll{
    0%{opacity:0}
    50%{opacity: .5}
    100%{opacity:1}
}
@keyframes mouse-scroll{
    0%{opacity:0}
    50%{opacity: .5}
    100%{opacity:1}
}
/* mouse animation */

.slideshow {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slide:first-of-type {
    display: block;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-btn-next {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slide-next {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 70px;
    height: 40px;
    cursor: pointer;
    border: 0px none;
    background: transparent;
}

.slide-next::before {
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: rotateZ(-45deg);
    background-color: #fff;
}

.slide-next::after{
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: rotateZ(45deg);
    background-color: #fff;
}

.slide-next> span{
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background: #fff;
    position: absolute;
    left: 0;
}

/* Prev */

.slide-btn-prev {
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slide-prev {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 70px;
    height: 40px;
    cursor: pointer;
    border: 0px none;
    background: transparent;
}

.slide-prev::before {
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    transform-origin: right;
    transform: rotateZ(-45deg);
    background-color: #fff;
}

.slide-prev::after{
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    transform-origin: right;
    transform: rotateZ(45deg);
    background-color: #fff;
}

.slide-prev> span{
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background: #fff;
    position: absolute;
    right: 0;
}

/* user */
.user-form-holder {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    min-height: calc(100vh - 233px);
}

.form-group {
    margin-bottom: 2rem;
}

.input-label {
    display: block;
    margin-block: 10px;
    color: #00664e;
    cursor: pointer;
}

.user-input {
    display: block;
    width: calc(100% - 12px);
    padding: 5px;
    border: 1px dashed #00664e;
    border-radius: 10px;
    background: transparent;
    font-size: 16px;
    color: #00664e;
}

.user-input::placeholder, .user-input:active, .user-input:focus {
    color: #00664e;
}

.user-form-btn {
    display: block;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border: 1px dashed #00664e;
    border-radius: 10px;
    text-align: center;
    color: #00664e;
    cursor: pointer;
    transition: 0.25s all;
    font-size: 16px;
}

.user-form-btn:hover {
    background-color: #00664e;
    color: #FFFFFF;
    border: 1px solid #00664e;
}

.text-left {
    text-align: left;
    direction: ltr;
}

.sign-up-link {
    font-size: 14px;
    color: #dc5942;
}

.user-form-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.user-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.user-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.user-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.user-row {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    position: relative;
}

.user-side-nav {
    width: calc(200px - 20px);
    height: calc(100vh - 235px);
    padding: 50px 10px;
    background-color: #00664e;
    position: fixed;
    top: 70px;
    right: 0;
}

.user-content {
    width: calc(100% - 240px);
    min-height: calc(100vh - 235px);
    height: fit-content;
    padding: 50px 20px;
    margin-right: 200px;
}

.user-menu-list {}

.user-menu-item {
    margin-bottom: 20px;
}

.user-menu-item:last-of-type {
    margin-bottom: 0;
}

.user-menu-link {
    color: #FFFFFF;
    font-size: 16px;
    transition: 0.25s all ease-in-out;
}

.user-menu-link:hover {
    color: #dc5942;
}
/* user */


.banner-detail-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background: rgba(0, 102, 87, 0.7);
    width: 50%;
    max-width: 600px;
    min-width: 280px;
    height: fit-content;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    /*margin-bottom: 15px;*/
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.banner-title {
    color: #dc5942;
    font-size: 24px;
    font-weight: bold;
}

.banner-text {
    text-align: justify;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
}

.banner-link {
    font-size: 16px;
    color: #dc5942;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dc5942;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.banner-link:hover {
    background-color: #dc5942;
    color: #ffffff;
}

.banner-link-fullscreen {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1300px) {
    div.contact-form form {
        width: calc(100% - 20px);
    }

    .slides {
        overflow: hidden;
    }

    .about-text {
        min-height: 250px;
        height: auto;
    }
}

@media only screen and (max-width: 1270px) {
    form .col-2-c:first-of-type {
        margin-left: 15px !important;
    }
    .site-input {
        min-width: 0;
    }

    .inline-inputs .site-input:last-of-type {
        float: left;
    }

    .space-right {
        width: 100px;
    }

    .filter-holder {
        width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 1160px) {
    .space-right {
        display: none;
    }

    .filter-holder {
        width: 100%;
    }

    .row {
        text-align: center;
    }
}

@media only screen and (max-width: 1060px) {
    .document-item {
        margin-left: 15px;
    }

    .filters li.filter-item:first-of-type {
        display: none;
    }

    .document-img {
        display: block;
        margin: 0px auto;
    }

    .document-detail {
        width: 100%;
        display: block;
        margin: 0px auto;
        max-width: 100%;
    }

    .document-detail h2,
    .document-detail p {
        text-align: center;
    }

    .document-item:nth-of-type(3n) {
        border-left: 1px solid #5bbcb8;
    }

    .document-item:nth-of-type(2n) {
        border: none;
    }

    .book-holder .col-2 {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 960px) {
    .site-services {
        margin-top: 380px;
    }

    .footer-container {
        width: calc(100% - 60px);
        min-width: 300px;
    }

    .menu-holder {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .logo-mobile {
        width: 60px;
    }

    .filter-icon {
        display: block;
    }

    .filter-holder {
        width: 100%;
        float: none;
        height: auto;
        background-color: #99c8c6;
        display: none;
    }

    form {
        width: 100%;
    }

    form .col-2-c {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }

    .site-filter {
        width: 100%;
        border-radius: 0;
    }

    li.filter-item input[name="title"] {
        width: 120px;
    }

    li.filter-item:last-of-type {
        margin: 0;
    }

    li.filter-item {
        display: block;
        border-bottom: 1px dashed #091a51;
    }

    li.filter-item:last-of-type {
        width: 100%;
        border-bottom: 0px none transparent;
    }

    li.filter-item select,
    li.filter-item input[name="date"] {
        width: 250px;
    }

    li.filter-item input[name="title"] {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {

    .about-content {
        position: static;
        height: auto;
        overflow: auto;
        width: 100%;
    }

    .about-logo img {
        max-width: 100%;
        right: 0;
        top: 0;
    }

    .site-services {
        margin-top: 4px;
    }

    .slides {
        height: calc((100vh / 2) - 125px) !important;
    }

    .service-item {
        margin: 30px 30px;
    }

    .pages {
        min-height: 0;
    }

    .slide-stiker {
        bottom: 70px;
    }

    .slide-stiker p {
        font-size: 100%;
    }

    .single-container,
    .container {
        width: calc(100% - 120px);
    }

    div.contact-form form {
        margin-right: 0;
    }

    .more-content {
        padding: 100px 50px;
    }
}

@media only screen and (max-width: 428px) {
    main {
        overflow-x: hidden;
    }
    .slides {
        width: 100%;
        height: 100vh !important;
    }

    .slides:last-of-type {
        float: none;
        margin: 0px auto;
    }

    .mid-bg,
    .bg-slide {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .contact-content .col-2 {
        float: none;
        width: 100%;
    }

    div.contact-form form::before {
        height: 1px;
        width: 100%;
        border-top: 1px dashed #b4b4b4;
        top: -10px;
    }

    .inline-inputs .site-input {
        margin: 10px 0;
    }

    .site-footer {
        height: auto;
    }

    .footer-container div {
        float: none;
        margin: 5px 0;
    }

    .about-logo {
        display: none;
    }

    .about-text {
        width: calc(100% - 40px);
    }

    .contact-lable p {
        text-align: right;
    }

    .page-navigation {
        display: none;
    }

    .single-container,
    .container {
        width: 100%;
    }

    .title-content,
    .content-text-single {
        float: none;
    }

    .content-single div.content-text-single {
        width: 100%;
    }

    .title-content {
        direction: ltr;
    }

    .content-single div.title-content h2,
    .content-single div.title-content img.content-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .content-single div.title-content h2 {
        margin-right: 10px;
    }

    .content-single::before {
        left: 50%;
    }

    .air-info {
        width: 100%;
    }

    .air-container {
        overflow-y: scroll;
    }

    .air-img,
    .air-text,
    .air-detail:last-of-type .air-label,
    .air-detail:last-of-type .air-info-text {
        display: block;
    }

    .air-detail:last-of-type .air-label {
        margin-bottom: 25px;
    }

    .air-text {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    .air-detail:last-of-type .air-info-text {
        width: 100%;
        padding: 5px;
    }

    .air-label p {
        text-align: right;
    }

    .document-item {
        border: none !important;
    }

    .site-message {
        width: calc(100% - 10px);
    }

    .about-text {
        margin-left: 0;
    }

    .bg-img {
        max-width: 16000px;
        min-height: 100vh;
        height: 100%;
    }

    .last-img {
        top: 0 !important;
    }

    .pages {
        top: 0;
    }

    .slides img {
        max-width: 500%;
        width: 150%;
    }
    
    .banner-detail-frame {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    main {
        overflow-x: hidden;
    }
    .slides {
        width: 100%;
        height: 100vh !important;
    }

    .slides:last-of-type {
        float: none;
        margin: 0px auto;
    }

    .mid-bg,
    .bg-slide {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .contact-content .col-2 {
        float: none;
        width: 100%;
    }

    div.contact-form form::before {
        height: 1px;
        width: 100%;
        border-top: 1px dashed #b4b4b4;
        top: -10px;
    }

    form {
        width: 100%;
    }

    form .col-2-c {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }

    .inline-inputs .site-input {
        margin: 10px 0;
    }

    .site-footer {
        height: auto;
    }

    .footer-container div {
        float: none;
        margin: 5px 0;
    }

    .about-logo {
        display: none;
    }

    .about-text {
        width: calc(100% - 40px);
    }

    .contact-lable p {
        text-align: right;
    }

    .page-navigation {
        display: none;
    }

    .single-container,
    .container {
        width: 100%;
    }

    .title-content,
    .content-text-single {
        float: none;
    }

    .content-single div.content-text-single {
        width: 100%;
    }

    .title-content {
        direction: ltr;
    }

    .content-single div.title-content h2,
    .content-single div.title-content img.content-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .content-single div.title-content h2 {
        margin-right: 10px;
    }

    .content-single::before {
        left: 50%;
    }

    .air-info {
        width: 100%;
    }

    .air-container {
        overflow-y: scroll;
    }

    .air-img,
    .air-text,
    .air-detail:last-of-type .air-label,
    .air-detail:last-of-type .air-info-text {
        display: block;
    }

    .air-detail:last-of-type .air-label {
        margin-bottom: 25px;
    }

    .air-text {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    .air-detail:last-of-type .air-info-text {
        width: 100%;
        padding: 5px;
    }

    .air-label p {
        text-align: right;
    }

    .filter-icon {
        display: block;
    }

    .filter-holder {
        width: 100%;
        float: none;
        height: auto;
        background-color: #00664e;
        display: none;
    }

    li.filter-item {
        display: block;
        border-bottom: 0px none #dc5942;
    }

    li.filter-item:last-of-type {
        width: 100%;
        border-bottom: 0px none transparent;
    }

    li.filter-item select,
    li.filter-item input[name="date"] {
        width: 250px;
    }

    li.filter-item input[name="title"] {
        width: 200px;
    }

    .document-item {
        border: none !important;
    }

    .site-message {
        width: calc(100% - 10px);
    }

    .about-text {
        margin-left: 0;
    }

    .bg-img {
        max-width: 16000px;
        min-height: 100vh;
        height: 100%;
    }

    .last-img {
        top: 0 !important;
    }

    .pages {
        top: 0;
    }

    .slides img {
        max-width: 500%;
        width: 150%;
    }
}

@media only screen and (max-width: 375px) {
    /*.slides {*/
    /*    height: calc((100vh / 2) - 125px) !important;*/
    /*    width: 50%;*/
    /*}*/

    .air-label p,
    .air-info-text p {
        font-size: 85%;
    }
}

@media only screen and (max-width: 320px) {
    .air-label,
    .air-info-text {
        display: block;
        width: 100%;
        padding: 5px;
    }
}
