#page-wrapper {
    position: relative;
}

.toolbar .toolbar-bar .toolbar-tab,
.toolbar .toolbar-tray-horizontal li {
    float: none;
}

[dir="rtl"] .toolbar-oriented .toolbar-bar .toolbar-tab,
[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal li {
    float: right;
}





.submission-table table {
    width: 100%;
}

.submission-table table thead th {
    padding: 7px 8px;
    background: #2d3eb3;
    color: #fff;
}

.submission-table table thead th:first-child {
    text-align: right;
}

.submission-table table tbody td {
    text-align: center;
}

.submission-table table tbody tr td {
    padding: 7px 10px;
    background: #eee;
}

.submission-table table tbody tr td:first-child {
    text-align: right;
}

















.sec2home {
    position: relative;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}

.sec2home .videoBox {
    margin: 0;
}

.sec2home i.bg2 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    opacity: 0;
    transform: translateX(-100vw);
    transition: all 2s;
}

.sec2home.selected i.bg2 {
    opacity: 1;
    transform: translateX(0vw);
    /* transition-delay: 0.5s; */
}

.sec2home i.bg2 .texture {
    position: absolute;
    transform: rotate(45deg);
    width: 90%;
    top: 10%;
    left: -40%;
    border: 3px solid #101074;
    padding: 15px;
    background-clip: content-box;
    transition: all 0.5s;
    background-size: 25%;
    animation: zoombg 10s infinite linear;
    opacity: 1;
    /* transform: translateX(0vw); */
}

@media screen and (max-width:950px) {
    .sec2home {
        padding: 20px 0 70px;
    }
}

@keyframes zoombg {

    0%,
    100% {
        background-size: 150px;
    }

    50% {
        background-size: 200px;
    }
}

.sec2home i.bg2 .texture:before {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
    content: '';
}

.sec2home .description {
    position: relative;
    padding: 40px 0;
    line-height: 2;
    font-size: 16px;
    color: var(--color8);
    opacity: 70%;
    text-align: justify;
}

.sec2home.selected i.bg1 {
    transform: translateX(0vw);
}

.sec2home i.bg1:before {
    position: absolute;
    top: -100px;
    right: -190px;
    width: 300px;
    height: 300px;
    border: 3px solid var(--color7);
    content: '';
    transform: rotate(45deg);
}

.sec2home .container {
    position: relative;
    width: 100%;
    max-width: 1630px;
    margin: auto;
    padding: 0 10px;
}

.sec2home .row2col {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    align-content: space-between;
}

.sec2home .row2col .colCustom {
    position: relative;
    width: 49%;
    max-width: 50%;
}

@media screen and (max-width:950px) {
    .sec2home .row2col {
        flex-direction: column-reverse;
    }

    .sec2home .row2col .colCustom {
        width: 100%;
        max-width: 100%;
    }

    .sec2home .row2col .colCustom:nth-child(2) {
        margin-bottom: 20px;
    }
}

.sec2home .titleLine {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding-right: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.sec2home .subtitleLine {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding-right: 0;
}

.sec2home .subtitleLine span {
    font-size: 18px;
}

.sec2home .titleLine:before {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    content: '';
    background: url(../images/objtitle.png) no-repeat center / auto 100%;
}

.sec2home .titleLine .title {
    position: relative;
    font-weight: 600;
    font-size: 38px;
    color: var(--color2);
    margin-bottom: 20px;
}

.sec2home .titleLine .subtitleImg {
    position: relative;
    width: 180px;
}

.sec5home .description,
.sec2home .description {
    position: relative;
    padding: 20px 0;
    line-height: 2;
    font-size: 16px;
    color: var(--color8);
    opacity: 70%;
    text-align: justify;
}

.sec2home .description p {
    font-size: 16px;
}

.listCounter {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.itemConter {
    position: relative;
    display: flex;
    align-items: center;
}


.listCounter {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.itemConter {
    position: relative;
    display: flex;
    align-items: center;
}

.itemConter .contentConter {
    position: relative;
    display: flex;
    width: calc(100% - 60px);
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
}

.itemConter .number {
    position: relative;
    font-size: 32px;
    color: #ÃƒËœÃ‚Â´ÃƒËœÃ‚Â´ÃƒËœÃ‚Â´;
    font-weight: 700;
    line-height: 1;
}

.itemConter .titleCounter {
    position: relative;
    width: 100%;
    font-size: 15px;
    color: var(--color9);
    font-weight: 400;
}

.itemConter i.icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    min-height: 60px;
    min-width: 60px;
}

.itemConter i.icon:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fecb2d;
    transform: rotate(45deg);
}

.itemConter i.icon img {
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center / 80%;
}


.videoBox {
    position: relative;
    width: calc(100%);
    display: block;
    background: no-repeat center / cover;
    margin: auto;
}

.videoBox i.playbtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(/themes/custom/pegah/images/play.png) no-repeat center / 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s;
    cursor: pointer;
}


.sec2home i.bg1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 1s;
    transform: translateX(100vw);
}

.sec2home.selected i.bg1 {
    transform: translateX(0vw);
}

.sec2home i.bg1:before {
    position: absolute;
    top: -100px;
    right: -190px;
    width: 300px;
    height: 300px;
    border: 3px solid var(#e3e3e3);
    content: '';
    transform: rotate(45deg);
}

.sec5project i.bg2,
.sec6home i.bg2,
.sec2home i.bg2 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    opacity: 0;
    transform: translateX(-100vw);
    transition: all 2s;
    opacity: 1;
    transform: translateX(0vw);
}

.sec2home .videoBox:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 57%;
}









.sec4home {
    position: relative;
    padding: 60px 0;
    --bgcolor: #fff;
    background: var(--bgcolor);
    overflow: hidden;
}

.sec4home .container {
    position: relative;
    width: 100%;
    max-width: 1630px;
    margin: auto;
    padding: 0 10px;
}

.sec4home i.bg1 {
    position: absolute;
    top: 60px;
    width: 180px;
    height: 180px;
    background: #64c5c4;
    padding: 20px;
    border: 3px solid #e3e3e3;
    background-clip: content-box;
    transform: rotate(45deg) translate(100vw, -100vw);
    right: -103px;
    transition: all 1s;
    transform: rotate(45deg) translate(0vw, -0vw);
}

.sec4home i.bg2 {
    position: absolute;
    bottom: 0px;
    width: 300px;
    height: 300px;
    background: #e3e3e3;
    padding: 30px;
    border: 2px solid #64c5c4;
    background-clip: content-box;
    transform: rotate(45deg) translate(-100vw, 100vw);
    left: -160px;
    transition: all 1s;
    transform: rotate(45deg) translate(0vw, -0vw);
}

.sec4home.selected i.bg1,
.sec4home.selected i.bg2 {
    transform: rotate(45deg) translate(0vw, -0vw);
}

.sec4home .titleLineMore {
    position: relative;
    width: 100%;
    display: flex;
    gap: 0px;
    padding-right: 50px;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 10;
    /* flex-wrap: wrap; */
}

.sec4home .titleLineMore .right {
    position: relative;
    display: flex;
    padding-left: 20px;
    flex-wrap: wrap;
}

.sec4home .titleLineMore .right>* {
    flex: 0 0 100%
}

.sec4home .titleLineMore:before {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    content: '';
    background: url(/themes/custom/pegah/images/objtitle.png) no-repeat center / 32px auto;
}

.sec4home .titleLineMore .title {
    position: relative;
    font-weight: 600;
    font-size: 38px;
    color: #64c5c4;
    display: block;
    margin-bottom: 10px;
}

.sec4home .titleLineMore .right * {
    position: relative;
    z-index: 10;
}

.sec4home .titleLine .subTitle,
.sec4home .titleLineMore .subTitle {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    font-size: 22px;
    color: var(--color9);
    line-height: 1;
    display: block;
}

.sec4home .titleLineMore .description p {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: var(--color8);
    max-width: 800px;
}


.sec4home .views-content {
    position: relative;
    width: 100%;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sec4home .sec4home .contentSection {
    position: relative;
    z-index: 100;
}

.sec4home .views-content>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sec4home .views-content>div .images {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.sec4home .views-content>div .images:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 65%;
}

.sec4home .views-content>div .images img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec4home .views-content>div a i.icon1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    background: no-repeat center / 100%;
    transition: all 0.2s;
}

.sec4home .views-content>div .suptitle div {
    text-align: center;
    font-size: 14px;
    color: #4c4cb2;
}

.sec4home .views-content>div .title a {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--color5);
    font-size: 16px;
    align-items: center;
}

.sec4home .views-content>div .images .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(33 72 135 / 81%);
    overflow: hidden;
}

.sec4home .itemProject .images .hover i.icon1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    background: no-repeat center / 100%;
    transition: all 0.2s;
}

.sec4home .views-content>div:hover .images .hover i.icon1 {
    transform: scale(5);
    opacity: 0;
}

.sec4home .views-content>div .images .hover i.icon2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 90px;
    background: no-repeat center / 100%;
    transition: all 0.2s;
    transform: scale(10);
    opacity: 0;
}

.sec4home .views-content>div:hover .images .hover i.icon2 {
    transform: scale(1);
    opacity: 1;
}


.sec4home .views-content>div .hover:before {
    position: absolute;
    top: 80%;
    left: 20%;
    width: 100%;
    height: 80%;
    content: '';
    border: 1px solid var(--color2);
    transform: rotate(-40deg) translate(-30vw, 30vw);
    transition: 0.5s;
}

.sec4home .views-content>div .hover:after {
    position: absolute;
    top: -80%;
    left: -20%;
    width: 90%;
    height: 100%;
    content: '';
    border: 1px solid var(--color2);
    transform: rotate(-40deg) translate(30vw, -30vw);
    transition: 0.5s;
}

.sec4home .views-content>div:hover .hover:before {
    transform: rotate(-40deg) translate(0vw, 0vw);
}

.sec4home .views-content>div:hover .hover:after {
    transform: rotate(-40deg) translate(0vw, 0vw);
}

.sec4home .views-content>div .images .hover i.arr {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    margin: auto;
    bottom: -20px;
    transform: rotate(45deg);
    z-index: 10;
}

.sec4home .views-content>div .images .hover i.arr:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: #fecb2d;
    margin: auto;
    content: '';
    transition: all 0.5s;
}

.sec4home .views-content>div:hover .images .hover i.arr:before {
    background: #64c5c4;
}

.sec4home .views-content>div a i.arr:before {
    background: #64c5c4;
}

.sec4home .views-content>div .images .hover i.arr:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    height: 20%;
    background: #fff;
    margin: auto;
    content: '';
}

.sec4home .views-content .images a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(33 72 135 / 34%);
    overflow: hidden;
    z-index: 0;
}

.sec4home a.seeMore {
    position: relative;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    bottom: 9px !important;
    border-top: 1px solid #90a3c3;
    width: 120px;
}

.sec4home .titleLineMore:after {
    position: absolute;
    right: 40px;
    width: calc(100% - 40px);
    bottom: 8px;
    content: '';
    background: #90a3c3;
    height: 1px;
}

@media screen and (max-width:950px) {

    .sec4home i.bg1,
    .sec4home i.bg2 {
        /* display:none; */
        opacity: 0.3;
    }

    .sec4home .views-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .sec4home .titleLineMore {
        flex-wrap: wrap;
    }

    .sec4home .titleLineMore>div.right,
    .sec4home .titleLineMore>div.left {
        width: 100%;
        flex: 0 0 100%;
    }

    .sec4home .titleLineMore>div.left {
        display: flex;
        justify-content: flex-end;
    }

}







.contact-message-event-form {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px 20px 5px;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 5px;
    max-width: 390px;
}

.contact-message-event-form .js-form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.contact-message-event-form input[type="text"] {
    min-height: 36px;
    border-radius: 6px;
    flex: 1;
    width: 100%;
    padding-right: 115px;
    outline: none;
}

.contact-message-event-form #edit-name {
    padding-right: 119px;
}

.contact-message-event-form #edit-field-mobile-0-value {
    padding-right: 55px;
    direction: ltr;
    text-align: left;
}

.contact-message-event-form #edit-field-kid-name-0-value {
    padding-right: 85px;
}

.contact-message-event-form #edit-submit {
    padding: 0px 16px 3px;
    background: #13919e;
    height: 36px;
    border: 0 solid;
    color: #fff;
}

.contact-message-event-form label {
    display: inline-block;
    line-height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 10px 0 10px;
    font-size: 12px;
    color: #454595;
    font-weight: bold;
    background: #13919e21;
    border-radius: 0 8px 8px 0;
}

.contact-message-event-form #block-pegah-frmjryan h2 {
    font-size: 19px;
    margin-bottom: 15px;
}

.contact-message-event-form #block-pegah-frmjryan p {
    margin: 0px;
    line-height: 24px;
    text-align: right;
}


.contact-message-event-form #edit-field-city-0-value {
    padding-right: 95px;
}



.about-us {
    margin: 0px 0px 0px 0px;
    padding: 85px 0px 115px 0px;
    background-color: rgba(243, 245, 247, 1);
    background-image: url(/sites/default/files/tfiles/112.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}

.about-us .content {
    max-width: 1000px;
    margin: auto;
}

.about-us .content * {
    color: #fff;
}


.about-us .content .right .rwrapper a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-us .content .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
}

.about-us .content .right {
    flex: 0 0 43%;
}

.about-us .content .rwrapper {
    display: flex;
    flex-wrap: wrap;
}

.about-us .content .rwrapper>div {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-content: center;
    margin-bottom: 30px;
}

.about-us .content .rwrapper>div img {
    max-width: 100px;
}

.about-us .content .left {
    flex: 0 0 54%;
}

.about-us .ltitle {
    font-size: 29px;
    margin-bottom: 15px;
}

.about-us .body {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}

.about-us .lmore a {
    display: inline-block;
    margin: 20px 0;
    background: #fff;
    padding: 10px 16px;
    color: #222;
    border-radius: 5px;
    font-size: 14px;
}

@media screen and (max-width:750px) {
    .about-us .content .info>div {
        flex: 0 0 100%
    }
}

.not-front .about-us {
    background: transparent;
}

.not-front .about-us * {
    color: #444
}

.not-front .about-us a {
    background: #359da3;
    color: #fff;
}

.not-front .about-us .content {
    max-width: 1200px;
}







.festival {
    margin: 0px 0px 0px 0px;
    padding: 85px 0px 115px 0px;
    background-color: rgba(243, 245, 247, 1);
    background-image: url(/sites/default/files/tfiles/contact-header-mobarak-fes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}

.festival .content {
    max-width: 1000px;
    margin: auto;
}

.festival .content * {
    color: #fff;
}

.festival .content .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
    flex-direction: row-reverse;
}

.festival .content .right {
    flex: 0 0 44%;
    display: flex;
    justify-content: flex-end;
}

.festival .content .rwrapper {
    display: flex;
    flex-wrap: wrap;
}

.festival .content .rwrapper>div {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-content: center;
    margin-bottom: 30px;
}

.festival .content .rwrapper>div img {
    max-width: 100px;
}

.festival .content .left {
    flex: 0 0 54%;
}

.festival .ltitle {
    font-size: 29px;
    margin-bottom: 15px;
}

.festival .body {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}

.festival .lmore a {
    display: inline-block;
    margin: 20px 0;
    background: #fff;
    padding: 10px 16px;
    color: #222;
    border-radius: 5px;
    font-size: 14px;
}

@media screen and (max-width:750px) {
    .festival .content .info>div {
        flex: 0 0 100%
    }
}

.festival.about-museum {
    background-image: none;
    background: #222;
}

.festival.about-museum .content .info {
    flex-direction: row;
}

.festival.about-museum .content .right {
    justify-content: flex-start;
}

.festival2 .content .info {
    flex-direction: row;
}

.festival2 {
    background-image: none;
    background: #414141;
}

.festival2 .content .left {
    flex: 0 0 54%;
}

.festival2 .content .right {
    flex: 0 0 40%;
}



.film {
    margin: 0px 0px 0px 0px;
    padding: 85px 0px 115px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}

.film .content {
    max-width: 1000px;
    margin: auto;
}

.film .content * {
    color: #4a4a4a;
}

.film .content .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
    flex-direction: row;
}

.film .content .right {
    flex: 0 0 39%;
    /* display: flex; */
}

.film .content .right img {
    max-width: 390px;
    height: auto;
    display: inline-block;
    width: 100%;
}

.film .content .rwrapper {
    display: flex;
    flex-wrap: wrap;
}

.film .content .rwrapper>div {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-content: center;
    margin-bottom: 30px;
}

.film .content .rwrapper>div img {
    max-width: 100px;
}

.film .content .left {
    flex: 0 0 59%;
}

.film .ltitle {
    font-size: 29px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.film .body {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}

.film .body p {
    font-size: 15px;
    line-height: 25px;
}

.film .lmore a {
    display: inline-block;
    margin: 20px 0;
    background: #088cc2;
    padding: 10px 16px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

@media screen and (max-width:750px) {
    .film .content .info>div {
        flex: 0 0 100%
    }
}