/* PARALLAX */
body {
    margin: 0px;
}

.body {
    margin: -5px;
}

.keyart,
.keyart_layer {
    height: 100vh;
}

#parallax {
    display: block;
}

.keyart {
    position: relative;
    z-index: 10;
}

.keyart_layer {
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
}

    .keyart_layer.parallax {
        position: fixed;
    }

/*#keyart-0 {
    background-image: url("../../images/parallax/1.png");
}

#keyart-1 {
    background-image: url("../../images/parallax/2.png");
}

#keyart-2 {
    background-image: url("../../images/parallax/3.png");
}

#keyart-3 {
    background-image: url("../../images/parallax/4.png");
}

#keyart-4 {
    background-image: url("../../images/parallax/5.png");
}

#keyart-5 {
    background-image: url("../../images/parallax/6.png");
}

#keyart-6 {
    background-image: url("../../images/parallax/7.png");
}

#keyart-7 {
    background-image: url("../../images/parallax/8.png");
}

#keyart-8 {
    background-image: none;
      background-image: url("../../images/parallax/9.png");
}*/

#keyart-scrim {
    opacity: 0;
}

/*@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    #keyart-0 {
        background-image: url("images/slider/1.png");
    }

    #keyart-1 {
        background-image: url("images/slider/2.png");
    }

    #keyart-2 {
        background-image: url("images/slider/3.png");
    }

    #keyart-3 {
        background-image: url("images/slider/4.png");
    }

    #keyart-4 {
        background-image: url("images/slider/5.png");
    }

    #keyart-5 {
        background-image: url("images/slider/6.png");
    }

    #keyart-6 {
        background-image: url("images/slider/7.png");
    }

    #keyart-7 {
        background-image: url("images/slider/8.png");
    }

    #keyart-8 {
        background-image: none;
          background-image: url("images/slider/9.png");
    }
}*/

@media only screen and (min-width: 768px) and (max-width: 1399px) {
    .swiper-middleOne {
        padding-top: 17px;
    }
}

@media (min-width: 768px)and (max-width: 992px) {
    .container {
        max-width: 788px;
    }
}

/****************************************************** ZirMajmooe ******************************************************************/
.flex-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.flex-item-1 {
    position: relative;
    padding: 10px;
    flex: 25%;
    margin-right: -20px;
}

.flex-item-2 {
    position: relative;
    padding: 10px;
    flex: 25%;
}

.flex-item-3 {
    position: relative;
    padding: 10px;
    flex: 25%;
}

.flex-item-4 {
    position: relative;
    padding: 10px;
    flex: 25%;
}

.flex-item-5 {
    position: relative;
    padding: 10px;
    flex: 25%;
}

.logoImage {
    width: 25%;
    position: relative;
    z-index: 3;
    top: 30px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
.aHoverClss1,
.aHoverClss2,
.aHoverClss3,
.aHoverClss4,
.aHoverClss5 {
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    bottom: 5%;
    background: rgb(255, 255, 255);
    border-radius: 25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding-right: 5px;
    padding-left: 3px;
    display: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    width: 60px;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }

    .logoImage {
        top: 65px;
    }
}

@media (max-width: 400px) {
    .logoImage {
        top: 45px;
    }
}


.companyImage img {
    width: 92%;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}

.imgClass1,
.imgClass2,
.imgClass3,
.imgClass4,
.imgClass5 {
    background-color: #42424299;
    width: 40%;
    height: 16%;
    position: absolute;
    z-index: 2;
    right: 30%;
    left: 0;
    border-radius: 0px 0px 150px 150px;
    transition: height, .5s;
}

.companyImage {
    position: relative;
}

.pFlex {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    width: 54%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 28%;
    font-weight: 900;
    transition: top, 2s;
}

.hidepFlex {
    display: none;
}

.pEx {
    text-align: right;
    font-size: 24px;
    padding-top: 35px;
    padding-right: 10px;
}

.pSubEx {
    text-align: justify;
    font-size: 0.42em;
    width: 92%;
    color: #929292;
    padding-right: 10px;
}

    .pSubEx span {
        color: #212529;
        font-weight: bold;
    }

/****************************************************** END ZirMajmooe ******************************************************************/
/****************************************************** Parallaxed Footer ***********************************************************/
main {
    /* make sure to cover the screen */
    min-height: 100vh;
    /* need a solid bg to hide the footer */
    background: white;
    /* put on top */
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

footer {
    /* place on the bottom */
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #01002a;
    display: grid;
    place-items: center;
    padding: 50px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

/************************************************** Footer Styles *******************************************************************/
.footerTitle {
    font-size: 16px;
    direction: ltr;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footerContent {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #a8aeb4;
    direction: ltr;
}





.swiper-container1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    overflow: hidden;
    /*border-radius: 25px;*/
}

.picture {
    width: 320px;
    height: 320px;
    overflow: hidden;
}

    .picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.detail {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
}

    .detail h3 {
        margin: 0;
        font-size: 20px;
    }

    .detail span {
        display: block;
        font-size: 16px;
        color: #f44336;
    }










.content-item {
    background: url(images/home/report_1.png);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 526px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 480px;
}

    .content-item .overlay {
        border-bottom: 100px solid #ccae88;
        border-left: 100px solid transparent;
        bottom: 0;
        height: 0;
        opacity: 0.95;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        width: 0;
    }

    .content-item:hover .overlay {
        border-bottom: 800px solid #e1d1ba;
        border-left: 1500px solid transparent;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .content-item .corner-overlay-content {
        bottom: 15px;
        color: #333;
        position: absolute;
        right: 15px;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .content-item:hover .corner-overlay-content {
        opacity: 0;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .content-item .overlay-content {
        bottom: 0;
        color: #333;
        left: 0;
        opacity: 0;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 0;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .content-item .overlay-content h2 {
            border-bottom: 1px solid #333;
            padding: 0 0 12px;
        }

    .content-item:hover .overlay-content {
        opacity: 1;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

/*Project*/
.flexImg {
    width: 40px;
}

.flexDiv {
    padding-right: 25px;
}

    .flexDiv p {
        border: 2px dotted gray;
        font-size: 20px;
        padding: 10px;
        color: #0000008c;
        border-radius: 100px;
        background: #fff;
    }

.projectCls ul li:nth-child(1)::marker {
    color: #a7a9ac;
}

.projectCls ul li:nth-child(2)::marker {
    color: #5c0424;
}

.swiper1 {
    width: 60%;
    height: auto;
}

.proImgClass {
    background-color: #42424287;
    width: 47%;
    position: absolute;
    z-index: 2;
    left: 9%;
    border-radius: 25px 25px 0px 0px;
    top: 0;
    transition: height .5s, width .5s, background-image .5s;
    height: 78%
}

.projHover {
    background-image: url(images/home/hoverImage.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/**/
.modal-dialog {
    max-width: max-content !important;
}

.modal-body {
    display: flex;
}

    .modal-body img {
        object-fit: contain;
    }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -5px;
}

#my-title {
    font-size: 14px;
}

.swiper2 img {
    padding-left: 15px;
    cursor: pointer;
}

#nxtID,
#prvID {
    top: 38%;
}




/*//////////////////////////////////////////////////////////////////////// Responsive Khadamat /////////////////////*/
@media (min-width:1200px) and (max-width:1399px) {
    .maliCls {
        padding-top: 1px !important;
    }

    .moreTechnology {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .maliCls {
        padding-top: 1px !important;
    }
}

@media (min-width:774px) and (max-width:1023px) {
    .maliCls {
        margin-top: -17px;
    }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #ceb18c;
}

/*//////////////////////////////////////////////////////////////////////// END Responsive Khadamat /////////////////////*/

/*//////////////////////////////////////////////////////////////////////// Responsive Zirmajmooe /////////////////////*/
@media (min-width: 993px) and (max-width:1199px) {
    .pFlex {
        font-size: 14px;
        top: 60px;
    }
}

@media (min-width: 801px) and (max-width:992px) {
    .pFlex {
        font-size: 12px;
        top: 50px;
        font-weight: 500;
        width: 66%;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .pEx {
        font-size: 20px;
    }
}

@media (min-width: 993px) and (max-width:1200px) {
    .pEx {
        font-size: 18px;
    }
}

@media (min-width: 801px) and (max-width:992px) {
    .pEx {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .pFlex {
        font-size: 25px;
    }
}

/*//////////////////////////////////////////////////////////////////////// END Responsive Zirmajmooe /////////////////////*/

/*//////////////////////////////////////////////////////////////////////// Responsive Moshtariyan /////////////////////*/
.moshtariyanCls {
    background: #B5B8C2;
    border-radius: 100px;
    height: 70px;
    margin: auto;
    width: 93%;
    margin-top: 30px;
    margin-right: 42px;
}

@media (min-width: 1200px) and (max-width:1400px) {
    .moshtariyanCls {
        width: 92% !important;
    }
}

@media (min-width: 993px) and (max-width:1199px) {
    .moshtariyanCls {
        width: 90% !important;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .moshtariyanCls {
        width: 88% !important;
    }
}

@media (min-width: 550px) and (max-width:767px) {

    .govahinameCls,
    .moshtariyanCls {
        width: 83% !important;
    }
}

@media (min-width: 490px) and (max-width:549px) {

    .govahinameCls,
    .moshtariyanCls {
        width: 81% !important;
    }
}

@media (max-width: 490px) {

    .govahinameCls,
    .moshtariyanCls {
        width: 75% !important;
    }

    .govahinameCls {
        margin-top: 50px;
    }

    .moshahedeCls {
        display: none;
    }
}

/*//////////////////////////////////////////////////////////////////////// END Responsive Moshtariyan /////////////////////*/

/*//////////////////////////////////////////////////////////////////////// Responsive Project /////////////////////*/
.projDiv {
    background: #fff;
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .projDiv {
        padding-bottom: 1px;
    }

        .projDiv .scrollbar {
            height: 250px;
        }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .proj-col-7 {
        width: 60%
    }

    .proj-col-5 {
        width: 40%
    }

    .projDiv .scrollbar {
        height: 183px;
    }

    .projDiv {
        padding-bottom: 8px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {

    .proj-col-7 {
        width: 60%
    }

    .proj-col-5 {
        width: 40%
    }

    .projDiv .scrollbar {
        height: 132px;
    }

    .projDiv {
        padding-bottom: 1px;
    }
}

@media (max-width: 800px) {
    .projectCls .flex-container {
        flex-direction: row;
    }
}

@media (max-width: 600px) {
    .projectCls .flex-container .flexDiv p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .borderCls {
        background-image: none !important;
    }

    .imgWithHover {
        margin-top: 20px;
        width: 100% !important;
    }

    .proImgClass {
        left: 0;
        top: 20px;
    }
}


/*//////////////////////////////////////////////////////////////////////// END Responsive Project /////////////////////*/

/*//////////////////////////////////////////////////////////////////////// Responsive Full /////////////////////*/
.samanfarazCls {
    background: #f8f9fb;
    border-left: 11px solid #FFF;
    padding-top: 40px;
}

/*.gx-0 .scrollbar {
    height: 100%
}*/


@media (max-width: 990px) {
    .gx-0 .flex-container {
        flex-direction: row
    }

    .samanfarazCls {
        background: #f8f9fb;
        border-left: none;
        padding: 40px 20px 20px 5px;
        width: 100%;
    }

        .samanfarazCls div {
            max-width: 100% !important;
            width: 100%;
        }

    .samanfarazCls2 {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1325px) {
    .samanfarazCls {
        padding: 40px 20px 10px 10px;
    }
}

@media (min-width: 990px) and (max-width: 1400px) {
    .gx-0 .scrollbar {
        height: 48px
    }

    .samrmayeCls h5 {
        font-size: 18px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .samrmayeImgCls {
        width: 30px;
    }

    .samrmayeCls h5 {
        font-size: 18px !important;
    }
}

/*//////////////////////////////////////////////////////////////////////// END Responsive Full /////////////////////*/

@media (min-width: 800px) and (max-width: 1000px) {

    .keyart,
    .keyart_layer {
        height: 80vh;
    }
}

@media (min-width: 500px) and (max-width: 800px) {

    .keyart,
    .keyart_layer {
        height: 50vh;
    }
}

@media (max-width: 500px) {

    .keyart,
    .keyart_layer {
        height: 30vh;
    }
}

/*//////////////////////////////////////////////////////////////////////// Responsive Footer /////////////////////*/
@media (max-width: 844px) {
    footer {
        position: relative;
    }

        footer .col-md-1 {
            border-right: none !important;
            width: 100%;
            margin-top: 30px;
            margin-bottom: -60px;
        }

        footer .col-md-4 {
            border-left: none !important;
            margin-top: 20px;
        }

        footer .col-md-3 {
            border-left: none !important;
            margin-top: 20px;
        }
}

/*//////////////////////////////////////////////////////////////////////// END Responsive Footer /////////////////////*/

.zirmajmooeCls {
    /* background: #ffffff;*/
    background: #B5B8C2;
    width: 230px;
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    /* color: #0d223e;*/
    color: #ffffff;
    margin-top: -20px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    /*border: 2px dotted #86919e;*/
    border: none;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

    .zirmajmooeCls:hover {
        background: #86909e;
        border-radius: 100px;
        color: #fff !important;
        /*border: 2px solid;*/
        border: none;
    }

.moshahedeCls {
    font-size: 12px;
    padding: 10px;
    color: #0000008c;
    border-radius: 100px;
    background: #fff;
    margin-top: -14px;
    width: 185px;
    margin-right: 130px;
}
.scbarCls p {
    text-align: justify;
    color: #7e848d;
    margin-top: 20px;
    font-size: 100%;
}