@font-face {
    font-family: "iranyekan";
    font-weight: 400;
    src: url(../fonts/iranyekanwebbold.eot);
    src: url("../fonts/iranyekanwebbold.eot?#iefix") format("embedded-opentype"), url(../fonts/iranyekanwebmedium2.woff) format("woff2"), url(../fonts/iranyekanwebbold.woff) format("woff");
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
body {
    font-size: 1.6rem;
    color: #333;
    font-family: "iranyekan", Fallback, sans-serif;
    font-weight: 100;
    line-height: 2.6rem;
    margin: 0;
    overflow-x: hidden;
}
.mt-7 {
    margin-top: 7rem;
    padding: 5rem 0 12rem 0;
    background-image: linear-gradient(to right, rgb(3 136 131 / 31%), rgb(3 136 131 / 71%)), url(../img/4.jpg);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}
p {
    font-size: 15px;
    color: #382f2f;
    font-weight: 100;
    line-height: 26px;
    text-align: justify;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
header {
    position: relative;
    background-color: transparent;
    padding: 1rem 0;
    border-width: 0 0 0.1rem;
    border-color: #f4f4f4;
    z-index: 12;
    backdrop-filter: blur(10px);
    border-bottom: 1px dotted #fff;
    box-shadow: 0 0 35px -4px #188883;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 15rem;
}
.logo .logo__image {
    width: 100%;
}
.menu .menu__items {
    list-style: none;
}
.menu .menu__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu .menu-item a {
    font-size: 1.5rem;
    color: #444;
    background: #f7f7f7;
    border-radius: 0.8rem;
    padding: 0.6rem 0.7rem;
    margin: 0 0 0 3rem;
    transition: 0.3s;
    position: relative;
}
.slider {
    width: 100%;
    margin-top: -90px;
}
.slide {
    display: grid;
    text-align: center;
    place-items: center;
}
.slide_content {
    max-width: 80rem;
    color: #fff;
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
    margin: 0;
}
p {
    margin: 0;
}
.button {
    text-decoration: none;
    color: #fff;
    border: 0.3rem solid aquamarine;
    padding: 0.4em 1em;
    font-size: 1rem;
}
.overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.hds_slider {
    height: 100vh;
    position: relative;
    background-color: #000;
    --slide-transition-speed: 600ms;
}
.hds_slide {
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    transition: all ease-in-out var(--slide-transition-speed);
}
.hds_slide_active {
    z-index: 1;
    opacity: 1;
    transition: all ease-in-out var(--slide-transition-speed);
    top: 0;
}
.hds_nav_item {
    position: absolute;
    top: calc((50% - 1.5rem));
    color: #fff;
    height: 5rem;
    width: 5rem;
    display: flex;
    border: 0.1rem solid #fff;
    justify-content: center;
    align-items: center;
    font-size: 3.2rem;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}
.hds_prev {
    right: 2rem;
}
.hds_next {
    left: 2rem;
}
.hds_pagination {
    position: absolute;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: center;
}
.hds_pagination_item {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #4a4a4a;
    margin: 0 0.2em;
    cursor: pointer;
}
.hds_pagination_item_active {
    background-color: #fff;
    cursor: default;
}

.sub-menu li.menu-item a {
    background: transparent !important;
    padding: 0.3rem 0 !important;
    font-size: 1.4rem !important;
    width: 100%;
    display: block;
    color: white !important;
    transition: 0.3s;
    margin: 0 !important;
}

.sub-menu li.menu-item:hover {
    background: #049b95;
}
.sub-menu li.menu-item:hover > a {
    color: #dddddd !important;
}



.menu-item:not(.sub-menu .menu-item):hover > a:before {
    width: 1.5rem;
    transition: 0.3s;
}
.page-content {
    background: #fff;
    z-index: 3;
    position: relative;
    padding: 5rem 0;
}
.home .page-content {
    padding: 0;
}
.page-content.single {
    margin-top: 0 !important;
}
.page-content .about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-top: 10rem;
}
.about__right {
    flex: 2;
}
.about__left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    position: relative;
}
.about__title {
    padding: 0 0 50px 0;
    display: flex;
    align-items: center;
}
.about__title .title {
    color: #038883;
    font-size: 3rem;
}
.about__title::before {
    content: "";
    display: block;
    width: 12rem;
    height: 0.2rem;
    background: #038883;
    margin-left: 2rem;
    position: absolute;
    right: -145px;
}
.about__left > span:first-child {
    width: 140px;
    height: 140px;
    border: 0.8rem solid #038883;
    transform: rotate(45deg);
}
.about__left strong span {
    position: absolute;
    left: 53%;
    font-size: 10rem;
}
.about__left strong span:last-child {
    right: 50%;
    width: 50%;
    font-size: 5rem;
}
.more-information {
    width: 20%;
    padding: 0.7rem 1rem;
    background-color: #706f6f;
    border-radius: 0.5rem;
    margin-top: 3rem;
    transition: 0.5s;
}
.more-information a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.information__border {
    width: 3rem;
    height: 3rem;
    border: 0.2rem solid #000;
    background: #038883;
    display: flex;
    align-items: center;
    justify-content: center;
}
.information__arrow {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    border: 0.2rem solid #000;
    border-right: transparent;
    border-top: transparent;
    transform: rotate(45deg);
}
.more-information:hover {
    transform: scale(1.1);
}
.stats {
    background: #038883;
    margin: 7rem 0;
}
.stats .container {
    position: relative;
}
.stats .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25rem;
}
.stats__text {
    display: flex;
    align-items: center;
    flex: 1;
}
.stats__text:before {
    content: "";
    display: block;
    width: 12rem;
    height: 0.2rem;
    background: #fff;
    margin-left: 2rem;
    position: absolute;
    right: -145px;
}
.stats__text h3 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
}
.stats__number {
    background: #5f5f5f;
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.stats-record,
.stats-project,
.stats-customer {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 15rem;
    justify-content: space-evenly;
}
.stats-record span:first-child,
.stats-project span:first-child,
.stats-customer span:first-child {
    font-size: 7rem;
    color: #fff;
}
.stats-record span:last-child,
.stats-project span:last-child,
.stats-customer span:last-child {
    font-size: 2rem;
    color: #fff;
}
.services {
    overflow: hidden;
}
.services .row {
    width: 100%;
}
.services #canvas {
    border-radius: 1rem;
}
.services-title,
.video-title {
    width: 100%;
    padding: 1rem 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}
.services-title:before,
.video-title:before {
    content: "";
    display: block;
    width: 8rem;
    height: 0.2rem;
    background: #707070;
    margin-left: 2rem;
}
.services-title:after,
.video-title:after {
    content: "";
    display: block;
    width: 8rem;
    height: 0.2rem;
    background: #707070;
    margin-right: 2rem;
}
.services-title h3,
.video-title h3 {
    color: #038883;
    font-size: 3.5rem;
    font-weight: 300;
}
.services-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}
.services-body .img__items {
    width: 40rem;
    margin: 2rem;
    padding: 0 1.3rem;
}
.img__items .img {
    width: 100%;
    padding: 10px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0, 1.27, 1, 0.08);
}
.img__items .img img {
    width: 380px;
    border-radius: inherit;
    height: 320px;
    transition: all 0.3s cubic-bezier(0, 1.27, 1, 0.08);
}
.img__items .img:hover img {
    transform: scale(1.06);
    transition: all 0.3s cubic-bezier(0.02, -0.89, 1, 3.29);
}
.img__items h3 {
    background: #038883;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    transition: 0.3s;
    margin: 0;
}
.img__items h3 a {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
}
.services-title h2 {
    color: #038883;
}
.label .icon {
    border-radius: 100%;
    overflow: hidden;
}
.label img {
    width: 100%;
}
.screen__card,
.customers {
    background-color: #eaeaea;
    padding: 3rem 0 10rem;
}
.articles.new {
    padding: 0 0 5rem;
}
.articles.first {
    margin-bottom: 10rem;
}
.home .footer {
    margin-top: 12rem;
}
.customer__group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.customer__group img {
    margin: 0.5rem;
    border-radius: 2rem;
    box-shadow: 0 1px 1px 0 #038883;
}
.about__company {
    padding: 5rem 0 5rem;
}
.about__company p {
    font-style: oblique;
    text-align: justify;
    line-height: 3rem;
    border: 1px #038883 dashed;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 1px 18px -7px #038883;
}
.about__title h3 {
    font-weight: 400;
}
.footer {
    position: relative;
    height: 35rem;
    background: #038883;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
}
.footer__logo .logo__img {
    background: #e8e8e8;
    padding: 2rem;
    width: 20rem;
    margin-top: -7rem;
    position: relative;
}
.footer__logo .logo__img:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 13.2rem;
    background: #fff;
    margin-left: 3rem;
    position: absolute;
    top: -13px;
    border-bottom-left-radius: 1.5rem;
    left: -35px;
}
.footer__logo .logo__img:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 13.2rem;
    background: #fff;
    margin-left: 3rem;
    position: absolute;
    top: -13px;
    border-bottom-right-radius: 1.5rem;
    right: -5px;
}
.logo__img img {
    width: 100%;
}
.footer p {
    width: 64%;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
}
.copy-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #706f6f;
    padding: 0.5rem 0;
}
.copy-right p {
    font-size: 1.2rem;
    color: #ccc;
}
.social-network a {
    background-color: #fff;
    padding: 0.7rem;
    display: block;
    border-radius: 1rem;
    transition: 0.3s;
}
.social-network a:hover {
    background-color: #ccc;
}
.social-network a i {
    width: 3.5rem;
    display: block;
    height: 3.5rem;
    background: no-repeat;
    background-size: 100%;
    opacity: 0.6;
}
.social-network .youtube i {
    transform: scale(1.2);
}
.social-network ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.social-network ul li {
    margin: 0 0.5rem;
}
.social-network ul li .aparat i {
    width: 37px;
    display: block;
    opacity: 0.7;
}
.social-network ul li .instagram i {
    width: 32px;
    display: block;
    opacity: 0.7;
}
.page_cover {
    padding-bottom: 63px;
}
.page_title {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/banner1.jpg);
    border-color: #f4f4f4;
    padding: 30px 0 10px;
}
.section_title {
    font-size: 2rem;
    color: #fff;
    padding-top: 130px;
    margin-top: -50px;
}
.section_title .title,
.breadcrumbs {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumbs {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    background: none;
    box-shadow: none;
    padding-bottom: 4rem;
}
.breadcrumbs b a i,
.breadcrumbs > i,
.breadcrumbs .active span,
.breadcrumb_last,
.breadcrumbs b span a,
.breadcrumbs b {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs > i {
    opacity: 0.6;
    margin: 0 12px;
}
.breadcrumbs .active {
    opacity: 0.8;
}
.about_my .about__left {
    width: 45%;
    height: auto;
}
.about_my .about__right {
    width: 51%;
    margin-left: 4rem;
    flex: none;
}
.about_image img {
    width: 100%;
}
.about_image {
    margin-right: 30px;
    border-style: solid;
    border-width: 15px;
    border-color: #706f6f;
    box-sizing: border-box;
    border-radius: 1.5rem;
}
.services-title-about h4 {
    font-size: 30px;
    color: #000;
}
.services-about-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-about-body .about-img {
    padding: 1rem;
}
.services-about-body img {
    width: 100%;
}
.services-about-body .img {
    border-radius: 1rem;
    overflow: hidden;
}
.services-about-body h4 {
    background-color: #038883;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: 4px;
    text-align: center;
}
.services-about-body h4 a {
    color: #fff;
}
.honors {
    background-color: #eaeaea;
    padding: 2rem;
}
.honors-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.honors-img a {
    width: 20%;
    overflow: hidden;
}
.honors-img a img {
    width: 100%;
    padding: 1rem;
    border-radius: 3rem;
}
.honors-title h4 {
    color: #717171;
    font-size: 1.8rem;
}
.social {
    padding: 10rem 0;
}
.social-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #038883;
}
.social-title {
    background-color: #000;
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
}
.social-title p {
    font-size: 21px;
    color: #fff;
}
.social-title i {
    font-size: 24px;
    color: #000;
    background-color: #038883;
    margin: 5px 20px 5px 0;
    margin-right: 0;
    margin-left: 20px;
    padding: 1rem;
}
.social_icons {
    background-color: #706f6f;
    padding: 5px 25px;
    box-sizing: content-box;
    margin-left: 5rem;
}
.social_icons ul a {
    font-size: 32px;
    color: #fff;
    background-color: #706f6f;
    padding: 5px 25px;
    box-sizing: content-box;
    transition: 0.3s;
}
.social_icons ul {
    padding: 0;
}
.social_icons ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.social_icons ul li:hover a {
    color: #038883;
}
.page-content .contact,
.contact-us {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact-item a {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact-item i {
    font-size: 28px;
    color: #000;
    background-color: #038883;
    padding: 4px;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px;
}
.contact-info h4 {
    font-size: 20px;
    color: #000;
}
.contact-info span {
    color: #979595;
}
.contact-form {
    padding: 8rem 0;
}
.contact-form .form,
.contact-form .map {
    width: 50%;
    height: 42rem;
}
.contact-form .map iframe {
    width: 100%;
    height: 42rem;
}
.contact-us {
    background-color: #038883;
}
.contact-title {
    color: #f1f0f0;
    padding: 2rem;
}
.form .form-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.form .form-text {
    width: 50%;
    padding: 1rem;
}
.form-text label {
    width: 30%;
    display: inline-block;
}
.form-text input {
    width: 65%;
    line-height: 3rem;
    border: none;
    border-radius: 0.3rem;
    outline: none;
    padding: 0.2rem 0.5rem;
    transition: 0.3s;
    font-family: inherit;
}
.form .form-row:last-child label {
    width: 100%;
    padding: 1rem;
}
.form .form-row:last-child textarea {
    width: 90%;
    height: 10rem;
    border-radius: 0.4rem;
    outline: none;
    padding: 0.2rem 0.5rem;
    font-family: inherit;
}
.page p {
    padding: 1rem 0;
    text-align: justify;
    line-height: 3rem;
}
.page h3 {
    color: inherit;
    padding: 1rem 0;
    font-size: 2rem;
}
.page-img {
    display: flex;
    padding: 2rem 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page-img img {
    border-radius: 1rem;
}
.related-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related-item {
    width: 24%;
    border-radius: 1rem;
    position: relative;
    height: 22rem;
    overflow: hidden;
}
.related-item img {
    width: 100%;
    height: 100%;
}
.related-title {
    padding: 4rem 0 2rem 0;
    border-top: 1px solid #929292;
    margin-top: 7rem;
}
.related-body .details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    background-color: #0000007d;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.details small {
    margin-bottom: -15px;
    opacity: 0;
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.details h4 {
    margin-bottom: 0;
    opacity: 0;
    transition: 0.5s;
}
.related-item:hover .details {
    opacity: 1;
}
.related-item:hover .details h4 {
    opacity: 1;
    margin-bottom: 25px;
}
.related-item:hover .details small {
    opacity: 1;
    margin-bottom: inherit;
}
.related {
    margin-bottom: 10rem;
}
.projects-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.projects-item {
    width: 33%;
    padding: 2rem;
    margin-bottom: 8rem;
}
.projects-body img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}
.projects-body {
    border-radius: 2rem;
    height: 35rem;
    position: relative;
}
.projects-body h3 {
    font-size: 1.5rem;
    color: #038883;
    background-color: #dbdbdb;
    padding: 30px 25px 1.5rem;
    margin-top: -22px;
}
.projects-body:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 42%);
    display: block;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}
.projects-item:hover .projects-body:before,
.projects-item:hover .projects-icon {
    opacity: 1;
    transform: scale(1);
}
.projects-item:hover .projects-body img {
    border-radius: 0;
}
.projects-body .projects-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}
.projects-body a i {
    color: #000;
    background-color: #038883;
    border-radius: 0;
    padding: 2.2rem;
    font-size: 3rem;
}
.page-content .pagination {
    padding: 8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-content .pagination a,
.page-content .pagination span {
    border: 2px solid #888;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    margin: 0 0.5rem;
    overflow: hidden;
    color: #202020;
}
.page-content .pagination .current {
    background-color: #a5a1a1;
    color: #fff;
}
.single-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-item .single-text {
    width: 35%;
}
.single-item .single-image {
    width: 65%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.single-item .single-image .image-item {
    width: 50%;
    padding: 2rem;
    overflow: hidden;
    height: 350px;
    position: relative;
    cursor: pointer;
}
.single-item .single-image .image-item img {
    width: 100%;
    border-radius: 2rem;
    height: 100%;
    position: relative;
}
.single-item .single-image .image-item a:before {
    content: "";
    width: 406px;
    height: 311px;
    background-color: rgba(0, 0, 0, 0.34);
    position: absolute;
    z-index: 55;
    border-radius: 2rem;
    opacity: 0;
    transition: 0.3s;
}
.single-item .single-image .image-item a:after {
    content: "\f002";
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 56;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "FontAwesome";
    font-size: 3rem;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.single-item .single-image .image-item:hover a:before,
.single-item .single-image .image-item:hover a:after {
    opacity: 1;
}
.single-text .single-title {
    font-size: 18px;
    color: #038883;
    padding: 2rem 0;
}
.single-text .pro-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 4rem;
}
.single-text .pro-right {
    color: #a09e9e;
}
.line {
    width: 100%;
    height: 0.1rem;
    background-color: #049b95;
    display: block;
    margin: 0 2rem;
}
.pro-item .pro-right,
.pro-item .pro-left {
    white-space: nowrap;
}
.pro-item.last-ch .pro-left {
    white-space: pre-line !important;
}
.single-text .pro-item.last-ch {
    flex-wrap: wrap;
}
.single-text .pro-item.last-ch .pro-left {
    white-space: normal;
}
.more-projects {
    width: 35%;
    height: 4rem;
    background-color: #717171;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
    transition: 0.3s;
}
.more-projects a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 75%;
    white-space: nowrap;
}
.more-projects:hover {
    background-color: #038883;
}
.related-projects {
    background: #eee;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    margin-bottom: 8rem;
}
.more-projects a span {
    margin-right: 1rem;
}
.related-projects .related-title,
.related-post .related-title {
    padding: 2rem 3rem 2rem 0;
    border-top: 1px solid #929292;
    background-color: #706f6f;
    color: #fff;
    margin: 0;
}
.related-projects h3,
.related-post h3 {
    font-size: 1.8rem;
}
.related-content {
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    height: 40rem;
}
.related-content .item {
    width: 24%;
    margin: 0 1rem;
    position: relative;
    height: 30rem;
}
.related-content .item img {
    width: 100%;
    border-radius: 2rem;
    height: 100%;
}
.related-content .item h4,
.articles .blog h4 {
    color: #515151;
    font-size: 1.5rem;
    margin: 0;
}
.related-content .projects-icon,
.articles .blog .projects-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #00000069;
    opacity: 0;
    border-radius: 2rem;
}
.related-content .projects-icon i,
.articles .blog .projects-icon i {
    color: #000;
    background-color: #038883;
    border-radius: 0;
    padding: 2.2rem;
    font-size: 2rem;
    position: absolute;
    transition: 0.3s;
    transform: scale(0);
}
.related-content .item:hover .projects-icon,
.articles .blog:hover .projects-icon {
    opacity: 1;
}
.related-content .item:hover i,
.articles .blog:hover i {
    opacity: 1;
    transform: scale(1);
}
.articles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15rem;
}
.article-right {
    width: 75%;
    margin-left: 5rem;
}
.articles .posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.articles .posts .blog {
    width: 32%;
    height: 30rem;
    border: 0.7rem solid #eee;
    border-radius: 1.5rem;
    position: relative;
    margin-bottom: 10rem;
}
.articles .posts .blog img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.articles aside {
    width: 25%;
}
.articles .blog h4 {
    margin: 2rem 0 0;
}
.articles .blog .time {
    background-color: #038883;
    padding: 0.5rem 1rem;
    color: #c4b7b7;
    position: absolute;
    top: 10px;
    right: -30px;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.articles .blog .time:before {
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
    border: 20px solid #038883;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    border-top-right-radius: 0.3rem;
}
.sidebar .search-submit {
    border: none;
    background-color: #038883;
    padding: 0 2rem;
    line-height: 3rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}
.sidebar .search,
.sidebar .categories {
    border-color: #eee;
    background-color: #fff;
    border-style: solid;
    border-width: 4px;
    border-radius: 0;
    padding: 1rem 1rem 2rem 1rem;
}
.sidebar .search-title {
    padding: 0 0 2rem 0;
}
.sidebar .search-field {
    font-family: IRANSans;
    line-height: 3rem;
    border-radius: 1rem;
    border: 1px dashed #038883;
    outline: none;
    width: 70%;
    padding-right: 10px;
    font-size: 16px;
}
.sidebar .search-field::placeholder {
    font-size: 16px;
    font-family: IRANSans;
}
.sidebar .categories {
    margin-top: 4rem;
    padding: 0;
}
.sidebar .categories h2 {
    background-color: #787777;
    padding: 0;
    margin: 0;
    line-height: 5rem;
    color: #fff;
    padding-right: 1.5rem;
}
.sidebar .categories ul li {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 3rem;
    margin-bottom: 1.5rem;
    transition: 0.3s;
}
.sidebar .categories ul li a {
    color: #727272;
    font-size: 1.5rem;
}
.sidebar .categories ul li:hover {
    border-bottom: 1px solid #038883;
}
.sidebar .categories ul li:hover a {
    color: #038883;
}
.sidebar .search form {
    white-space: nowrap;
}
.content-single {
    width: 75%;
}
.detail-body {
    display: flex;
    padding: 5rem 0 0;
    flex-wrap: wrap;
}
.detail-body p {
    margin: 0 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.detail-body p i {
    background-color: #038883;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.3s;
}
.post-categories {
    margin-right: -20px;
    padding: 0;
    display: flex;
    list-style: none;
}
.post-categories li:first-child {
    margin: 4px 20px 0 0;
}
.detail-body .time,
.detail-body .category {
    margin-right: 0.5rem;
}
@media (max-width: 400px) {
    .post-detail .time {
        width: 100% !important;
    }
    .services-body .img__items h3 a {
        font-size: 1.5rem;
    }
}
.detail-body p a,
.detail-body .post-categories li a {
    border-radius: 2px;
    display: flex;
    margin: 0 7px 0 0;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgb(167 167 167);
    height: 4rem;
    width: 12rem;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.content-single .social {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border: 3px solid #8e8686;
    margin-top: 5rem;
    padding: 0;
}
.content-single .social .social-item {
    padding: 1rem 2rem;
    line-height: 4rem;
}
.content-single .social .social-item a {
    padding: 1rem 2rem;
    transition: 0.3s;
}
.content-single .social .social-item:nth-child(1):hover a {
    background-color: #007bb6;
    color: #fff;
}
.content-single .social .social-item:nth-child(2):hover a {
    background-color: #25d366;
    color: #fff;
}
.content-single .social .social-item:nth-child(3):hover a {
    background-color: #08c;
    color: #fff;
}
.content-single .social .social-item:nth-child(4):hover a {
    background-color: #aaa;
    color: #fff;
}
.content-single .related-content .item {
    width: 30%;
}
.content-single .related {
    margin-bottom: 0;
    margin-top: 7rem;
}
.related-post {
    background: #eee;
    border-radius: 10px;
    border: none;
    overflow: hidden;
}
.post-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
    overflow: hidden;
}
.post-image img {
    width: auto;
    max-height: 60rem;
}
.detail-body p:hover a {
    background-color: #038883d9;
    color: #fff;
}
.detail-body p:hover i {
    border: 1px solid #038883d9;
    background-color: transparent;
}
.banner {
    display: flex;
    overflow: hidden;
}
.banner .left {
    direction: ltr;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}
.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
    transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
    position: relative;
    z-index: 2;
}
.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}
.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}
.mobile {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.mobile .menu {
    background-color: #706f6f;
    width: 40rem;
    height: 100vh;
    position: absolute;
    overflow-y: scroll;
}


.mobile .menu .menu-item-has-children {
    position: relative;
}
.mobile .menu-item-has-children:after {
    content: "";
    border: 1px solid #9a9a9a;
    width: 5rem;
    height: auto;
    position: absolute;
    top: 0;
    margin-right: 100%;
    left: 0;
    bottom: 0;
    border-top: none;
    border-bottom: none;
}
.mobile .menu-item-has-children:before {
    content: "";
    border: 3px solid #d6d6d6;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 15px;
    margin-right: 100%;
    left: 20px;
    bottom: 0;
    border-right: none;
    border-bottom: none;
    transform: rotate(315deg);
}
.mobile .menu-item-has-children.active:before {
    content: "";
    border: 3px solid #d6d6d6;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 15px;
    margin-right: 100%;
    left: 20px;
    bottom: 0;
    border-right: none;
    border-bottom: none;
    transform: rotate(225deg);
}
.mobile .menu-item-has-children > ul {
    width: 100%;
    z-index: 11;
}

.scroll {
    overflow: hidden;
}
.menu-btn {
    width: 5rem;
    height: 3rem;
    position: absolute;
    left: 35px;
    top: 24px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-btn span {
    border: 2px solid;
    position: absolute;
    color: #198b85;
    border-radius: 50px;
}
.menu-btn span:nth-child(1) {
    width: 72%;
    top: 0;
}
.menu-btn span:nth-child(2) {
    width: 100%;
}
.menu-btn span:nth-child(3) {
    width: 55%;
    bottom: 0;
}
.mobile .menu-btn {
    width: 7rem;
    height: 7rem;
    position: absolute;
    right: 40rem;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.mobile .menu-btn span {
    border: 1px solid;
    position: absolute;
    color: #fff;
}
.mobile .menu-btn span:nth-child(1) {
    width: 20%;
    transform: rotate(134deg);
    top: 29px;
    right: 22px;
}
.mobile .menu-btn span:nth-child(2) {
    width: 40%;
    transform: rotate(45deg);
}
.mobile .menu-btn span:nth-child(3) {
    width: 20%;
    transform: rotate(136deg);
    bottom: 28px;
    left: 22px;
}
.stats__text .stats-title {
    font-size: 3.5rem;
    color: #010000;
    font-weight: 400;
    position: relative;
}
.wp-block-image {
    margin: 2rem 0 1em;
}
.wp-block-image .aligncenter {
    text-align: center;
}
.single-post img.aligncenter {
    margin: 0 auto;
    display: block;
}
.wp-block-image .size-full {
    width: 100%;
}
.wp-block-gallery {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}
.wp-block-gallery .wp-block-image {
    width: 30%;
}
.wp-block-gallery .wp-block-image img {
    width: 100%;
    height: 30rem;
}
.single-post p {
    margin: 1rem 0;
}
iframe[allowfullscreen="allowfullscreen"],
iframe[allowfullscreen="true"] {
    width: 100%;
    height: 50rem;
}
.single-post li {
    color: #7a7a7a;
    font-size: 1.4rem;
    font-weight: 300;
}
.single-post table {
    border-collapse: collapse;
    width: 100%;
}
tr {
    border-bottom: 1px solid rgba(167, 167, 167, 0.2);
    color: #7a7a7a;
    font-size: 1.3rem;
}
.single-post td,
.single-post th {
    word-break: normal;
    border: 1px solid;
    padding: 0.5em;
}
.single-post figcaption {
    text-align: center;
    font-size: 1.3rem;
    margin: 1rem 0;
    color: #848484;
}
.single-post li {
    list-style: inherit;
}
.single-post .size-large img {
    max-height: 70rem;
}
.single-post .post-content {
    width: 100%;
    overflow: hidden;
}
.single-post .post-content img {
    width: 100%;
    height: auto;
    max-height: 80rem;
}
.wp-block-columns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap !important;
}
.comment-respond {
    border: 2px dashed #038883;
    margin-top: 7rem;
}
.comment-respond .comment-reply-title {
    background-color: #03888340;
    padding: 1rem;
    color: #141414;
}
.comment-respond .comment-form {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.comment-respond .comment-notes {
    padding: 2rem 0;
    color: #ffa8a8;
}
.comment-respond .comment-form-comment {
    order: 4;
}
.comment-respond .comment-form-url {
    display: none;
}
.comment-respond .comment-form-cookies-consent {
    order: 5;
    padding: 3rem 2rem;
}
.comment-respond .form-submit {
    order: 6;
    padding: 2rem;
}
.comment-respond .form-submit input.submit {
    padding: 1rem 3rem;
    border: none;
    border-radius: 2rem;
    background-color: #038883;
    color: #fff;
    font-size: 1.5rem;
    font-family: inherit;
    cursor: pointer;
    transition: 0.3s;
}
.comment-respond .form-submit input.submit:hover {
    background-color: rgba(3, 136, 131, 0.85);
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-comment {
    padding: 2rem 2rem 0 0;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
    padding: 0.7rem;
    width: 50%;
    margin-right: 5rem;
    border-radius: 2rem;
    border: 2px solid #ccc;
}
.comment-respond .comment-form-author input {
    margin-right: 7rem;
}
.comment-respond .comment-form-comment textarea {
    margin-right: 4rem;
    border-radius: 2rem;
    border: 2px solid #ccc;
    width: 50%;
    padding: 1rem;
}
.comment-respond input,
.comment-respond textarea {
    outline: none;
}
h3#comments {
    padding: 1rem 4rem 1rem 0;
    border-bottom: 1px dashed #038883;
    border-top: 1px dashed #038883;
    margin: 7rem 0 3rem 0;
}
.commentlist .comment-author a {
    color: #aba9a9;
    font-size: 1.5rem;
    font-weight: 400;
}
.commentlist .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.commentlist .comment-metadata {
    font-size: 1.2rem;
}
.contact-us input:focus-within {
    border-radius: 1rem;
}
.contact-us .form-submit {
    width: 100%;
    padding: 1rem 3rem;
}
.contact-us .form-submit input {
    padding: 0.7rem 5rem;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-family: inherit;
    transition: 0.3s;
}
.contact-us .form-submit input:hover {
    background-color: #fff;
}
.page-content .contact {
    margin-top: 8rem;
}
.contact-us .form-text,
.contact-us .form-row {
    position: relative;
}
.contact-us .error {
    font-size: 1.3rem;
    color: #ff0000e8;
    font-weight: 100;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
}
.page .stats__number {
    background: #1b1b1b;
}
.page .stats-record span:first-child,
.page .stats-project span:first-child,
.page .stats-customer span:first-child {
    font-weight: 300;
}
.page .stats__number {
    margin: -2rem;
}
.stats-record,
.stats-project,
.stats-customer {
    width: 20%;
}
.fader {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    z-index: 11;
}
@keyframes identifier {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.slides {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 11;
}
.btnSlider {
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySlider {
    position: relative;
}
.btnSlider .display-left,
.btnSlider .display-right {
    position: absolute;
    padding: 0.8rem 2rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid #fff;
    font-size: 3rem;
    color: #188883;
    cursor: pointer;
    background: transparent;
}
.btnSlider .display-left {
    right: 2rem;
}
.btnSlider .display-right {
    left: 2rem;
}
.has-text-align-center {
    text-align: center;
}
.wp-block-image figure {
    margin: 0;
}
.whatsapp_logo {
    bottom: 10px;
    right: 16px;
    position: fixed;
    z-index: 99999;
}
.ln8gz9je {
    border-radius: 100%;
}
.video-body {
}
.video__img {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.video__img .image {
    width: 25%;
    margin: 1rem;
    border-radius: 7px;
    overflow: hidden;
    height: 20rem;
    cursor: pointer;
}

.video__img .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 3s;
}
.video__items {
    background-color: rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grabbing;
    transition: transform 0.4s ease-in-out;
    transform: scale(0);
}
.video__items.active {
    transform: scale(1);
}
.video__items .video {
    width: 70%;
}
.video__items .video video {
    cursor: pointer;
    width: 700px;
    border-radius: 10px;
    height: 500px;
}
.video__img .image {
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #b8b9be;
    border: 1px solid #b8b9be;
}

.video__img .title {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.3);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.video__img .title span{
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: 1s;
    padding: 0 20px;
    text-align: center;
    outline: dashed;
    line-height: 40px;
    white-space: nowrap;
}
.video__img .image:hover .title {
    opacity: 1;
    visibility: visible;
}
.video__img .image:hover .title span {
    transform: translateY(-50px);
}
.video__img .image:hover img {
    transform: scale(1.5);
}
.video-title:before, .video-title:after {
    background-color: #fff;
}
.video-title h3 {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    place-items: center;
    margin: 0rem;
    overflow: hidden;
}
.por {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.por section {
    position: relative;
    width: 330px;
    height: 200px;
    margin: .5rem;
}
.por div {
    position: absolute;
    background: transparent;
    transition: .5s;
    backdrop-filter: blur(15px);
    pointer-events: none;
}
.por img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.por section h3 {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #000;
    transition: .4s;
    transform: scale(0);
}
.swiper-button-next, .swiper-button-prev {
    background: #ffffff;
    border-radius: 50px;
    height: 40px !important;
    width: 40px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600;
    color: #727272;
}
.page-image {
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.page-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.wp-block-quote {
    border-right: 0.25em solid;
    padding-right: 1em;
    margin-top: 3rem;
    padding-left: 0;
    border-left: none;
}
.wp-block-table table {
    direction: rtl;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    padding: 12px;
    border: 1px solid #ddd;
}
/* Mobile Fix for Gutenberg Tables */
@media (max-width: 768px) {

    .video__items .video video {
        width: 350px;
        height: 300px;
    }
    .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wp-block-table table {
        min-width: 600px;
        font-size: 14px;
    }

    .wp-block-table td,
    .wp-block-table th {
        white-space: nowrap;
    }
}