/*
Theme Name: Arya Imen Tadbir
Author: SITELINER
Version: 1.0
*/

/*#region GENERAL */



html {
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    direction: rtl;
    font-family: 'IRANSans';
}

.clear {
    clear: both;
}

.section {
    max-width: 1200px;
    margin: 0px auto;
    width: 90%;
}

.fullSection {
    width: 100%;
}

/*#endregion */

/*#region INDEX */

.header {
    background-image: url('../assets/headerimg.jpg');
    background-size: cover;
    background-position: center;
    transition: background 0.5s linear;
}

.socialSection {
    padding-top: 32px;
    margin-right: 50px;
    text-align: right;
}

.socialSection a {
    margin-right: 18px;
}

.headerContent {
    display: flex;
    justify-content: center;
}

.headerContent .rightSection {
    width: calc(100% - 410px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
    box-sizing: border-box;
}

.headerContent .rightSection h1 {
    color: white;
    font-size: 60px;
    font-weight: 200;
    font-family: 'IRANSans';
    text-transform: uppercase;
}

.headerContent .rightSection h1 span {
    font-weight: 700;
}

.headerContent .leftSection {
    width: 410px;
    margin: 140px 0px;
}

.headerContent .leftSection .leftContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerContent .leftSection .logo {
    width: 200px;
    margin-left: 50px;
    display: block;
}

.headerContent .leftSection .logo img {
    width: 100%;
}

.Menu {
    border-right: 2px solid #E5DBCE;
    padding: 10px 0px;
    list-style: none;
}

.Menu li {
    margin-bottom: 25px;
    margin-right: 30px;
}



.Menu li:last-child {
    margin-bottom: 0px;
}

.Menu a {
    font-weight: bold;
    color: #fbbc31;
    text-decoration: none;
    font-size: 20px;
    padding: 4px 0px;
    position: relative;
}

.Menu .current-menu-item a {
    color: white;
}

.Menu a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.Menu li:hover a:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.Menu .MenuBtn {
    background: white;
    margin-left: 30px;
    color: #0D0D0D;
    width: 120px;
    height: 33px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 35px;
    display: block;
}

.aboutusSection {
    margin: 200px auto 100px auto;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(160deg, rgba(217, 217, 217, 0.36) 13.17%, rgba(255, 255, 255, 0.09) 97.91%);
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    padding: 40px 100px 40px 0px;
    box-sizing: border-box;
    display: flex;
}

.aboutusSection .leftSection {
    width: 50%;
    float: left;
}

.aboutusSection .rightSection {
    width: 50%;
    float: left;
    position: relative;
}

.aboutusSection h2 {
    font-size: 28px;
}

.aboutusSection p {
    font-size: 16px;
    text-align: justify;
    color: #646464;
    line-height: 1.4;
}

.earth {
    position: absolute;
    width: 60%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 7px 8px rgba(0, 0, 0, .5);
}

.servicesSection,
.clientSection,
.blogSection {
    margin: 50px auto;
    padding-top: 100px;
    padding-bottom: 70px;
}

.officesSection {
    padding-top: 100px;
}

.sectionTitle {
    position: relative;
}

.sectionTitle h2 {
    background: white;
    margin: 0px;
    width: 253px;
    padding: 10px 0px;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 28px;
}

.sectionTitle .lineTitle {
    width: 100%;
    height: 1px;
    background: #0f0f0f;
    margin-bottom: -35px;
}

.sectionTitle .topLineTitle {
    width: 220px;
    height: 1px;
    background: #0f0f0f;
}

.sectionTitle .rightLineTitle {
    height: 48px;
    position: absolute;
    right: 236px;
    width: 1px;
    background: #0f0f0f;
    transform: rotate(45deg);
    bottom: 26px;
}

.servicesSection p {
    color: #646464;
    font-size: 15px;
    padding-left: 0.5%;
}

.serviceItems {
    margin-top: 40px;
    /* justify-content: center;
    display: flex;
    flex-wrap: wrap; */
}

.serviceItemWrapper {
    /* width: 19%;
    margin: 0px 0.5%;
    float: left; */
    transition: .3s;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.serviceItemWrapper h3 {
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.serviceItem {
    width: 100%;
    height: 0px;
    padding-top: 145%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.serviceItem span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: justify;
    color: white;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(160deg, rgba(217, 217, 217, 0.36) 13.17%, rgba(255, 255, 255, 0.09) 97.91%);
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    height: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}

.hoverBox {
    filter: grayscale(100%);
    opacity: 0.75;
}

/*.serviceItems:hover .serviceItemWrapper:not(:hover) {
    filter: grayscale(100%);
    opacity: 0.75;
}*/

/*.serviceItemWrapper:hover ~ .serviceItemWrapper {
    filter: grayscale(100%);
    opacity: 0.75;
}*/

.offices {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.officeItem {
    width: 23%;
    margin: 0px 1%;
    display: flex;
    float: left;
    cursor: pointer;
    justify-content: center;
}

.officeItem .leftSection {
    width: 20px;
}

.officeItem .rightSection {
    width: calc(100% - 20px);
}

.bigBorder {
    width: 20px;
    height: 40px;
    border: 2px solid #002A53;
    box-sizing: border-box;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smallBorder {
    width: 12px;
    height: 32px;
    border: 2px solid #CEAF87;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
}

.officeItem .rightSection p {
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #CEAF87, #CEAF87 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s;
}

.officeItem .rightSection span {
    margin-left: 20px;
    display: block;
}

.officeItem:hover .smallBorder {
    background: #CEAF87;
}

.officeItem:hover p {
    background-position: 0;
}

.articleItems {
    margin-top: 40px;
    /* justify-content: center;
    display: flex;
    flex-wrap: wrap; */
}

.articleItemWrapper {
    width: 100%;
    transition: .3s;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.articleItem {
    width: 100%;
    height: 0px;
    padding-top: 120%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.overlay {
    background: linear-gradient(0deg, #03081d 14.34%, rgba(60, 60, 60, 0.00) 43.86%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.articleItem .articleTitle {
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    height: 80px;
}

.articleItem h3 {
    color: white;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 300;
    padding: 0px 5px;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.5;
}

.articleItem span {
    font-size: 12px;
    color: #CEAF87;
    display: block;
    height: 15.5px;
    overflow: hidden;
    padding: 0px 5px;
}

/*.articleItems:hover .articleItemWrapper:not(:hover) {
    filter: grayscale(100%);
    opacity: 0.75;
}*/

.buttonLink {
    background: #002A53;
    color: white;
    height: 40px;
    text-align: center;
    margin: 45px auto;
    display: block;
    text-decoration: none;
    width: 130px;
    padding: 9px 0px;
    box-sizing: border-box;
    font-size: 15px;
}

/* .personels {
    margin-top: 80px;
    margin-bottom: 20px;
}

.personelItem {
    width: 19%;
    float: left;
    margin: 0 0.5%;
    border: 1px solid #CEAF87;
    background: linear-gradient(160deg, rgba(217, 217, 217, 0.36) 13.17%, rgba(255, 255, 255, 0.09) 97.91%);
    background-blend-mode: overlay, normal;
    box-shadow: 0px 3.643px 18.216px -0.911px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(18px);
    box-sizing: border-box;
    margin-bottom: 60px;
}

.personelItem .personelImg {
    width: 80px;
    height: 80px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0px auto;
    border-radius: 100px;
    margin-top: -40px;
    box-shadow: 0px 3.643px 3.643px 0px rgba(0, 0, 0, 0.22);
}

.personelItem h4 {
    text-align: center;
    font-size: 15px;
    margin: 20px auto 10px auto;
}

.personelItem .seperator {
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background: #CEAF87;
} */

.btn {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #CEAF87;
    color: white;
    padding: 6px 0px;
    width: 90px;
    box-sizing: border-box;
    margin: 20px auto;
    font-size: 14px;
    position: relative;
    height: 30px;
}

.btn span {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
}

.btn::before,
.btn::after {
    content: "";
    width: 0;
    height: 50%;
    background-color: #002A53;
    position: absolute;
    transition: 0.5s;
    overflow: hidden;
}

.btn::before {
    opacity: 0;
    top: 0;
    right: 0;
}

.btn::after {
    opacity: 0;
    bottom: 0;
    left: 0;
}

.btn:hover::before {
    opacity: 1;
    display: block;
    width: 100%;
}

.btn:hover::after {
    opacity: 1;
    width: 100%;
}

.counterSection {
    width: 100%;
    display: flex;
    border-top: 1px solid #D4D4D4;
}

.counterItem {
    width: 25%;
    border-right: 1px solid #D4D4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.counterItem span {
    margin: 0px 5px;
    font-weight: bold;
    font-size: 40px;
}

.counterItem .boxMark {
    background: #fbbc31;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
}

.counterItem:last-child {
    border: none;
}

.counterItem p {
    margin: 0px 5px;
}

.footer {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logoSection {
    width: 200px;
    border-right: 1px solid white;
    box-sizing: border-box;
}

.logoSection img {
    width: 170px;
    margin: 50px auto;
    display: block;
}

.columnFooter {
    width: calc(25% - 50px);
}

.column1 p {
    text-align: justify;
    width: 90%;
    margin: 10px auto;
    color: white;
    font-size: 14px;
}

.column2 {
    display: flex;
    justify-content: center;
}

.column2 .footerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 15px;
    margin-right: 10px;
    line-height: 24px;
}

.copyright {
    width: 100%;
    height: 55px;
    border-top: 1px solid white;
}

.copyright .socialSection {
    float: left;
    padding-top: 14px;
    width: 200px;
    margin-right: 0px;
    text-align: center;
}

.copyright .socialSection a:first-child {
    margin-right: 0px;
}

.copyright p {
    width: calc(100% - 200px);
    text-align: center;
    color: white;
    font-size: 14px;
    float: left;
}

.copyright p a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

/*#endregion */

/*#region PERSONNEL */

.PersonnelContent {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.PersonnelArea {
    width: 800px;
    height: 491px;
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.LogoWrapper {
    width: 135px;
    height: 100%;
    border: 4px solid #CEAF87;
    padding: 5px;
    box-sizing: border-box;
}

.LogoArea {
    width: 100%;
    height: 100%;
    background: #002a54;
    padding-top: 40px;
    box-sizing: border-box;
}

.LogoArea img {
    width: 70px;
    display: block;
    margin: 0px auto;
}

.LogoArea p {
    margin-top: 110px;
}

.LogoArea span {
    color: white;
    display: block;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 500;
}

.PersonelWrapper {
    width: 200px;
}

.PersonelImg {
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 320px;
}

.whatsupDescrib {
    background: #fbbc31;
    height: 160px;
    width: 100%;
    margin-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.whatsupDescrib span {
    line-height: 30px;
    font-size: 18px;
}

.PersonelWrapper a {
    color: black;
    text-decoration: none;
}

.PersonelDetails {
    margin-left: 25px;
}

.PersonelDetails span {
    display: block;
    margin-bottom: 10px;
}

.PersonelDetails .name {
    color: #CEAF87;
    font-size: 40px;
    margin-bottom: 0px;
}

.PersonelDetails .family {
    color: #111C55;
    font-size: 60px;
    font-weight: bold;
}

.PersonelDetails .position {
    color: #959595;
    font-size: 25px;
}

.contactLine {
    margin-bottom: 20px;
}

.contactLine a {
    color: black;
}

.contactLine label {
    width: 90px;
    float: left;
    font-size: 20px;
}

.contactLine p {
    margin: 0px;
    float: left;
    font-size: 20px;
}

.qrCode img {
    height: 160px;
}

.PersonnelContent .socialSection {
    position: absolute;
    top: 32px;
    right: 50px;
    padding-top: 0px;
    margin-right: 0px;
}

/*#endregion */

/*#region FORMS */

.FormsContent {
    display: flex;
}

.leftBar {
    background: #e6e6e6;
    width: 160px;
    margin-left: 30px;
    padding: 100px 0px;
    float: left;
}

.leftBar .LogoWrapper {
    height: 475px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.LogoWrapper a {
    text-decoration: none;
}

.FormsContent .menuItem a {
    color: #002A53;
    font-weight: bold;
}

.FormsContent .Menu a {
    font-size: 18px;
    text-align: center;
}

.FormsContent .Menu .menuItem {
    margin-left: 0px;
    text-align: center;
}

.FormsContent .rightSection {
    width: calc(100% - 190px);
    float: left;
}

.formsSection {
    margin-top: 100px;
}

.formTitle span {
    background: #002A53;
    color: white;
    text-align: center;
    padding: 10px 30px;
    display: block;
    width: 165px;
    margin-left: 120px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.formTitle span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0px;
    left: -12px;
    background: #CEAF87;
}

.formItems {
    margin-top: 30px;
}

.formItem {
    margin-bottom: 20px;
    border: 2px solid #CEAF87;
    padding: 1px 20px;
    margin-left: 120px;
    margin-right: 120px;
    box-sizing: border-box;
}

.formItem p {
    color: #002A53;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    width: calc(100% - 100px);
}

.formItem .ActionButton {
    float: right;
    margin-top: 12px;
    width: 100px;
}

.formItem .ActionButton a {
    float: left;
    border: 1px solid #273270;
    background: #e8ded3;
    border-radius: 4px;
    padding: 4px 15px;
    color: #002A53;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}

.formItem .ActionButton a:last-child {
    margin-right: 0px;
}

.FormsContent .socialSection {
    position: absolute;
    top: 32px;
    right: 50px;
    padding-top: 0px;
    margin-right: 0px;
}

/*#endregion */

/*#region BLOG */

.TopBlogHeader {
    border-bottom: 1px solid #CEAF87;
}

.TopBlogHeader h2 {
    float: left;
    color: #CEAF87;
    margin-right: 10px;
}

.TopBlogHeader .BlogSearch {
    float: left;
    width: calc(100% - 268px);
    margin-top: 15px;
}

.TopBlogHeader .socialSection {
    float: left;
    margin-right: 0px;
    padding-top: 22px;
}

.TopBlogHeader .BlogSearch .formGroup {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    position: relative;
}

.TopBlogHeader .BlogSearch .formGroup input {
    background: #efe5d8;
    border-radius: 100px;
    width: 100%;
    display: block;
    border: none;
    height: 40px;
    padding: 0px 20px 0px 50px;
    font-family: 'IRANSans';
    box-sizing: border-box;
}

.TopBlogHeader .BlogSearch .formGroup .searchIcon {
    position: absolute;
    left: 15px;
    top: 9px;
}

.BlogMenu {
    width: 320px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

.BlogMenu a {
    color: #CEAF87;
    text-decoration: none;
}

.BlogSlider {
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.sliderContainer {
    height: 555px;

}

.sliderContainer .sliderItem {
    width: 70%;
    left: 15%;
    top: 70px;
    margin: 0px auto;
    padding-top: 36%;
    background-position: center !important;
    background-size: cover !important;
    position: absolute;
    z-index: 9;
    transition: all 500ms ease;
    color: white;
    text-decoration: none;
}

.sliderContainer #c_1 {
    transform: translateX(0) scale(1.2);
    z-index: 99;
}

.sliderContainer #c_2 {
    transform: translateX(-22%) scale(1);
}

.sliderContainer #c_3 {
    transform: translateX(22%) scale(1);
}

.prev,
.next {
    position: absolute;
    color: gray;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    top: 50%;
}

.prev {
    left: -40px;
}

.next {
    right: -40px;
}

.sliderContent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    padding: 30px;
    box-sizing: border-box;
}

.sliderContent h3 {
    font-size: 18px;
    margin: 10px 0px;
}

.sliderContent p {
    color: #CEAF87;
    font-size: 15px;
    margin: 10px 0px;
}

.BlogArticlesArea {
    margin-top: 70px;
}

.BlogArticle {
    width: 23%;
    margin: 0px 1% 20px 1%;
    float: right;
    box-shadow: 0px 0px 6px #e3e3e3;
    overflow: hidden;
}

.BlogArticleImg {
    width: 100%;
    padding-top: 52%;
    background-position: center !important;
    background-size: cover !important;
}

.BlogArticle h2 {
    color: #141414;
    text-align: justify;
    overflow: hidden;
    padding: 0px 20px;
    font-size: 14px;
    height: 42px;
}

.BlogArticle p {
    color: #868383;
    font-size: 14px;
    padding: 0px 20px;
    height: 65px;
    overflow: hidden;
    line-height: 22px;
}

.BlogArticle a {
    border-bottom: 2px solid #FFA902;
    margin: 0px 20px 20px 0px;
    padding: 6px 0px;
    color: black;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 14px;
}

.NavigationArea {
    width: 200px;
    margin: 30px auto 50px auto;
    display: flex;
    justify-content: space-between;
}

.NavigationArea a {
    color: #141414;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    font-size: 20px;
}

.NavigationArea a:hover {
    color: #FFA902;
}

.NavigationArea span {
    color: #FFA902;
    font-size: 20px;
    font-weight: bold;
}

.ArticleContent {
    margin-top: 40px;
    margin-bottom: 90px;
}

.ArticleContent img {
    width: 100%;
}

.ArticleContent h1,
.ArticleContent h2,
.ArticleContent h3,
.ArticleContent h4,
.ArticleContent h5 {
    color: #141414;
    text-align: justify;
}

.ArticleContent p {
    font-weight: 200;
    text-align: justify;
    color: #373737;
    line-height: 27px;
}

.ArticleContent a {
    color: #FFA902;
    text-decoration: none;
}

/*#endregion */

/*#region LOGIN PAGE */

#loginWrapper {
    display: none;
}

.loginBackground,
.CatalogBackground {
    background: #000000ab;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
    top: 0px;
    right: 0px;
}

.loginBox {
    width: 400px;
    max-width: 95%;
    padding: 32px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    left: 50%;
    box-sizing: border-box;
    background: #002A53;
    z-index: 1000;
}

.loginBox img {
    width: 70px;
    display: block;
    margin: 0 auto;
    max-width: 95%;
}

.loginBox h2 {
    color: white;
    text-align: center;
    font-family: IRANSans;
    font-weight: 500;
    margin-top: 13px;
    font-size: 19px;
}

.loginBox p {
    color: white;
    text-align: center;
    direction: rtl;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: IRANSans;
}

.loginBox input {
    width: 100%;
    height: 60px;
    border-radius: 9px;
    border: 2px solid #2B2B2B;
    margin-top: 20px;
    padding: 10px;
    text-align: right;
    font-family: IRANSans;
    box-sizing: border-box;
    font-size: 15px;
}

.loginBox button {
    border: none;
    width: 100%;
    margin-top: 15px;
    padding: 17px;
    border-radius: 10px;
    background: white;
    color: #373737;
    font-family: IRANSans;
}

.alertMessage ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.alertMessage ul li {
    text-align: center;
    color: red;
    font-size: 15px;
}

.ActionLinkInLogin {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #CEAF87;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: IRANSans;
}

.message ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.message ul li {
    text-align: center;
    color: red;
    font-family: IRANSans;

}

/*#endregion */

/*#region Loading */

@keyframes ldio-c3e11cu2eq9 {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55)
    }

    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 116px);
        animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
    }

    100% {
        transform: translate(0, 0);
    }
}

.ldio-c3e11cu2eq9 div {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4A4A4A;
    left: calc(50% - 22px);
    top: calc(50% - 80px);
    animation: ldio-c3e11cu2eq9 1s linear infinite;
}

.loadingio-spinner-ball-rd8liqklqbg {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: #ffffff8f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 20px;
}

.ldio-c3e11cu2eq9 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-c3e11cu2eq9 div {
    box-sizing: content-box;
}


/*#endregion */

#services,
#services .sectionTitle h2,
#client,
#client .sectionTitle h2 {
    background-color: #fbf0dc;
}

.ExpItem {
    aspect-ratio: 1.5;
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none;
}

.ExpItem h2 {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    line-height: 1.7;
    padding-inline: 5%;
}

.ExpDetails {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.ActionButton {
    background-color: #fbbc31;
    color: black;
    display: flex;
    align-items: center;
    padding-bottom: 1px;
    font-size: 12px;
    width: fit-content;
    text-decoration: none;
    height: 36px;
    font-weight: bold;
    padding-inline: 15px;
    border: none;
    font-family: 'IRANSans';
    cursor: pointer;
}

.SmallActionButton {
    height: 25px;
    padding-inline: 10px;
    font-weight: normal;
}

.centerAction {
    margin: 50px auto;
}

.ExpItem:hover .ExpDetails {
    opacity: 1;
}

.officesSection>.ActionButton,
.blogSection>.ActionButton {
    margin: 20px auto;
    height: 40px;
    font-size: 12px;
}

.ClientItems {
    margin-top: 30px;
}

.ClientItem {
    height: 85px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ClientItem img {
    max-width: 100%;
    background-color: white;
    max-height: 80px;
}

.TextSection {
    color: black;
    margin-block: 70px;

}

.TextSection p {
    font-size: 16px;
    font-family: 'IRANSans';
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

.orangeTitle .lineTitle,
.orangeTitle .topLineTitle,
.orangeTitle .rightLineTitle {
    background: #ffb629
}

.PersonelItems {
    margin-bottom: 50px;
}

.PersonalItem {
    padding: 50px 10px 20px 10px;
    position: relative;
}

.PersonalImg {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.PersonalDetails {
    width: 100%;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 60px 20px;
    gap: 10px;
    box-sizing: border-box;
}

.PersonalDetails span {
    width: 50%;
    border-bottom: 3px solid #fbbc31;
    text-align: center;
    padding-bottom: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}


.swiper-pagination-bullet-active {
    background: #fbbc31 !important;
}

.ContactDetalis {
    padding-inline: 10px;
}

.ContactDetalis iframe {
    width: 100%;
    margin-top: 30px;
}

.ContactFormAndInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ContactInfo {
    width: 310px;
    display: flex;
    flex-direction: column;
}

.ContactForm {
    width: calc(100% - 340px);
    padding-top: 23px;
    padding-left: 30px;
}

.ContactInfoLine {
    display: flex;
    gap: 20px;
    border-bottom: 0.5px solid #58595B;
    color: #58595B;
    font-weight: 300;
    height: 80px;
    align-items: center;
}

.ContactInfoLine img {
    max-width: 30px;
    max-height: 30px;
}

.ContactNavigation {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.ContactNavigation img {
    width: 50px;
}

.Experiences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-block: 40px;
}

.ExperienceItem {
    aspect-ratio: 1.5;
    background-position: center;
    background-size: cover;
    position: relative;
}

.ExperienceItem h2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
    color: black;
}

.BlogPage img {
    width: 100%;
    margin-bottom: 20px;
}

.lang {
    position: absolute;
    top: 32px;
    left: 50px;
}

.lang-toggle {
    cursor: pointer;
}

.lang-wrapper {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    display: none;
    min-width: 100px;
    z-index: 9999;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
}

.lang-wrapper li {
    list-style: none;
}

.lang-wrapper li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.lang-wrapper.open {
    display: block;
}

.lang-wrapper .current-lang {
    background: rgba(0, 0, 0, 0.3);
}

.lang-wrapper .current-lang a {
    color: white;
}