@import url('/package/css/shadow.css');
@import url('/package/font/iranSANS/font.css');
@import url('/package/font/fontawesome/font.css');
@import url('/package/font/OpenSans/font.css');
@import url('/package/font/MaterialIcons/font.css');

body, html {
    min-height: 100%;
}
html, body {
    height: 100%;
}
body{
    position: relative;
    margin: 0;
    padding: 0 0 0;
    font-family: iransans , sans-serif;
    direction: ltr;
    background-color: #f7f7f7;
}
body *{
    direction: rtl;
}
input{
    font-family: iransans , sans-serif;
}
*{
    box-sizing: border-box;
}
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

a{
    text-decoration: none;
}

ul{
    padding: 0;
    margin: 0;
}

p{
    margin:0;
}



.mContainer{
    width:100%;
    max-width: 1170px;
    margin: auto;
}

.mIndexHeader{
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.mIndexHeader .mIndexHeaderBg{

    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.mIndexHeader .mIndexHeaderBg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55) url(/package/_images/header-bg.svg) center center repeat;
}
.mIndexHeader .mIndexHeaderBg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.90), rgba(255, 255, 255, 0));
}
.mIndexHeader .mIndexHeaderBg video{
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

.mHeaderMenu{
    width: 100%;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.mIndexHeader .mContainer{
    position: relative;
    margin: auto;

}

.mHeaderLogo{
    text-align: center;
    margin: 10px 0 0 0;
}

.mHeaderLogo a{

}

.mHeaderLogo a img{
    width:120px;
    height: auto;
}

.mHeaderPhone{
    width: 100%;
    color: #d5a228;
    font-size: 19px;
    font-weight: 700;
    direction: ltr;
    text-decoration: none;
    display: block;
}

.mHeaderMainMenu{
    width:100%;
    text-align: center;
    margin: 10px 0;
    display: inline-block;

}

.mHeaderMainMenu ul{
    width: 100%;
    text-align: center;
}

.mHeaderMainMenu ul li{
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
}

.mHeaderMainMenu ul li:after{
    content: '';
    position: absolute;
    top: 7px;
    left: -17px;
    width: 1px;
    height: 15px;
    background: #fff;
}

.mHeaderMainMenu ul li:last-child:after{
    display: none;
}

.mHeaderMainMenu ul li a{
    color: #fff;
    font-size: 15px;
    font-family: iransans_UltraLight, serif;
}


.mHeaderMainMenu ul li ul{
    position: absolute;
    display: none;
    min-width: 250px;
    padding: 14px 0;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #1C1C1C;
    text-align: right;
    margin: 20px 0 0;
    color: #fff;
}
.mHeaderMainMenu ul li ul li a{

    color: #fff;
}
.mHeaderMainMenu ul li:hover > ul {
     display: block;
 }
.mHeaderMainMenu ul li ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px;
}
.mHeaderMainMenu ul li ul:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #1C1C1C;
    -ms-filter: drop-shadow(0 -1px 1px rgba(255, 255, 255,0.1));
    -webkit-filter: drop-shadow(0 -1px 1px rgba(255, 255, 255,0.1));
    -o-filter: drop-shadow(0 -1px 1px rgba(255, 255, 255,0.1));
    -moz-filter: drop-shadow(0 -1px 1px rgba(255, 255, 255,0.1));
    filter: drop-shadow(0 -1px 1px rgba(255, 255, 255,0.1));
}
.mHeaderMainMenu ul li ul li {
    display: block;
    width: 100%;
    padding: 12px 8px;
    margin: 0;
}
.mHeaderMainMenu ul li ul li:hover {
    background: #fff;
}
.mHeaderMainMenu ul li ul li:hover a{
    color: #000;
}
.mHeaderMainMenu ul li ul li a{
    display: block;
    width: 100%;
}




.mBigHeaderLogo{
    position: absolute;
    text-align: center;
    bottom: 6%;
    right: 0;
    left: 0;
    z-index: 1;
}

.mBigHeaderLogo img{
    max-width: 400px;
    display: block;
    margin: auto;
    max-height: 300px;
    max-height: 50vh;
}

.mVipBoxes{
    width:100%;
    position: relative;
    display: inline-block;

    margin: 60px 0 60px 0;
}

.mVipBoxes .mContainer{
    position: relative;
}


.mVipBoxes:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #d5a228;
}

.mVipBoxes .mContainer:after{
    content: '';
    position: absolute;
    right:0;
    top: -26px;
    width: 271px;
    height: 55px;
    z-index: 10;
    background-image: url(/package/_images/green_flower_right.png);
    background-color: #f7f7f7;
    background-size: contain;
    background-repeat: no-repeat;
}

.mVipBoxes .mContainer:before{
    content: '';
    position: absolute;
    left:0;
    top: -26px;
    width: 271px;
    height: 55px;
    z-index: 10;
    background-image: url(/package/_images/green_flower_left.png);
    background-color: #f7f7f7;
    background-size: contain;
    background-repeat: no-repeat;

}

.mVipBoxesTitle{
    font-size: 19px;
    color: #000;
    font-family: iransans_UltraLight, serif;
    position: absolute;
    width: 54%;
    text-align: center;
    top: -14px;
    right: 23%;
    background: #f7f7f7;
    z-index: 20;
    margin: 0;

    font-weight: 100;

}
.mVipBoxesTitle h2{
    font-size: 19px;
    font-family: iransans_Medium, serif;
    font-weight: 100;
}

.mVipBoxesTitle video{
    width: 100%;
}

.mVipBoxesDesc{
    width: 100%;
    margin: 0 0 0 0;

}

.mVipBoxesDesc .mTitle{
    text-align: center;
    font-family: iransans_Medium, serif;
    font-size: 15px;

}
.mBoxPicText .mText > span{
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}
.mBoxes{
    width: 100%;
    text-align: center;
    margin: 80px 0 0 0;
}

.mBoxPicText{
    width: 278px;
    margin: 0 0 0 10px;
    display: inline-block;
}

.mBoxPicText .mPic{
    width:100%;
    border-radius: 8px;
    overflow: hidden;
}

.mBoxPicText .mPic img{
    width:100%;
    height: auto;
}

.mBoxPicText .mText{
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    font-family: iransans_Medium, serif;
    padding: 0 8px;
    word-spacing: 0;
    margin: 21px 0 0 0;
    box-shadow: 0 0 6px -1px #929292;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 60px;
}

.mPackageBox{
    width: 100%;
    background-image: url("/package/_images/package_bg.png");
    background-size: cover;
    padding: 70px 0;
}

.mPackageBox .mPB{
    text-align: center;
}

.mPackageBox .mBox{
    width: 360px;
    margin: 0 26px 0 0;
    display: inline-block;
}

.mPackageBox .mBox a{
    width: 100%;
}

.mPackageBox .mBox a img{
    width:100%;
    border-radius: 8px;
    height: auto;
}

.mPackageBox .mBox a .mText{
    font-size: 20px;
    margin: 12px 0 0 0;
    color: #fff;
    font-family: iransans_Light, serif;
}
.mPackageBox .mBox a .mText span{
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}
.mIndexTeaser{
    margin:60px 0 190px 0;
}

.mTeaserVip{

    top: -190px;
}


.mIndexTeaser .mTeaserTitle{
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-family: iransans_Medium, serif, serif;
}

.mBottomIndexBoxes{
    margin: 180px 0 60px 0;
}


footer{
    width:100%;
    background-color: #c6c6c6;
}


.mFooterMenu{

}

.mFooterMenu ul li a{
    color:#000;
    font-weight: bold;
}

.mFooterPic{
    width:100%;
    margin: 10px 0;
    display: inline-block;
    text-align: center;
}


.mFooterPic img{
    width: 100%;
    max-width: 250px;
    height: auto;
}



.mInsideHeader{
    width:100%;
    background: #000;
    position: relative;
    z-index: 9999;
}

.mInsideMenu{

    width: 100%;
     position: relative;
    display: inline-block;
    z-index: 10;
    text-align: center;
}

.mInsideContent{
    width: 100%;
    text-align: justify;
    line-height: 2;
    font-family: iransans_Light, serif;
    color: #6d6d6d;
}
.mInsideContent *{
    max-width: 100% !important;
    height: auto !important;
}

.mImageGallery{

    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0;
}

.mImageTile{
    float: none !important;
    display: inline-block;
    width: 288px !important;

    max-height: 218px!important;
    overflow: hidden;
    font-size: 12px;
    margin: 0 0 3px 3px !important;
}

.mImageTile img{
    width:100%;
    height: auto;
    float: right;
}

.mMoreGallery{
    width: 100%;
    text-align: center;
    margin: 35px 0 30px 0;
}

.mMoreGallery span{
    color: #fff;
    background: #000;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 15px;
    word-spacing: -2px;
    font-family: iransans_UltraLight, serif;

}
.mMoreGallery span:hover{
    cursor: pointer;
}

.mInsideBlock{

    margin: 0 0 30px 0;
    width: 100%;
}

.mImageGallery .docs-pictures{

    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.mGalleryCatList{
    width: 382px;
    margin: 0 2px 12px;
    display: inline-block;
}

.mGalleryCatList a{
    width: 100%;
    color:#000
}

.mGalleryCatList a .mGalleryCatListPic{
    width: 100%;
    max-height: 218px;
    overflow: hidden;
}

.mGalleryCatList a .mGalleryCatListPic img{
    width: 100%;
    height: auto;
    float: right;
}

.mGalleryCatList a .mGalleryCatListText{
    width: 100%;
    float: right;
    margin: 10px 0 0 0;
    word-spacing: -2px;
    text-align: center;
    font-family: iransans_Bold, serif;
    font-size: 15px;
}

.mBlogList{
    display: inline-block;
    width: 276px;
    margin: 0 6px 15px;
}

.mBlogList a{
    width: 100%;

}

.mBlogList a .mBlogListPic{
    width: 100%;
    max-height: 276px;
    border-radius: 8px;
    overflow: hidden;

}

.mBlogList a .mBlogListPic img{
    width: 100%;
    float: right;
    height: auto;

}

.mBlogList a .mBlogListText{
    width: 100%;
    margin: 13px 0;
    display: block;
    box-shadow: 0 0 6px -1px #929292;
    text-align: center;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 15px;
    word-spacing: -2px;
    color: #000;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mBlogMainList{
    width: 100%;
}



@media only screen and (max-width: 1024px) {





}

@media only screen and (max-width: 768px) {

    .mBoxPicText {
        width: 46%;
        margin: 0 5px 20px 5px;
    }

    .mBoxPicText .mText{

        font-size: 14px;
        padding: 12px 0;
        margin: 5px 0 0 0;
    }

    .mVipBoxesDesc .mTitle{

        font-size: 14px;
    }

    .mVipBoxes .mContainer:before{

        width: 26%;
        height: 29px;
    }

    .mVipBoxes .mContainer:after{

        width: 26%;
        height: 29px;
    }

    .mVipBoxes:after{
        display: none;
    }

    .mVipBoxesTitle{

        top:-26px;
        right: 26%;
        width: 47%;
        font-size: 15px;
    }

    .mPackageBox .mBox{

        width: 44%;
        margin: 0 10px 35px 0;
        display: inline-block;
    }

    .mPackageBox .mBox a .mText{

        font-size: 14px;
    }

    .mPackageBox{

        padding: 25px 0;
    }

    .mIndexTeaser{

        margin: 35px 0 0 0;
    }

    .mIndexTeaser .mTeaserTitle{

        font-size: 15px;
    }

    .mTeaserVip{

        top: -26px;
        right: 6%;
        width: 90%;
    }

    .mFooterMenu ul li a{

        font-size: 14px;
    }

    .mHeaderMainMenu ul li{

        margin: 0 0 10px 20px;
    }

    .mFooterPic img{

        width: 40%;
    }

    .mBigHeaderLogo{
        bottom: 0;
    }


    .mHeaderMainMenu ul li a{

        font-size: 14px;
    }

    .mVipBoxes{

        margin: 60px 0 20px 0;
    }

    .mInsideBlock {
        margin: 0 0 20px 3%;
        width: 93%;
    }

    .mInsideContent{

        font-size: 14px;
    }

    .mImageTile{

        margin: 0 1% 3px 3px !important;
        width: 48% !important;
    }

    .mGalleryCatList{
        width: 46%;
    }

    .mGalleryCatList a .mGalleryCatListText{
        font-size: 13px;
    }

    .mBlogList{

        width: 43%;
    }

    .mBlogList a .mBlogListText{
        height: 40px;
        line-height: 40px;
        margin: 8px 0;
        padding: 12px 0;
        font-size: 13px;
    }





}







.pagination{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
}
.pagination .paging{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1170px;
    list-style: none;
    margin: auto;
    background: #fff;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
}
.pagination .paging li{
    display: inline-block;
    font-size: 14px;
    margin: 0 9px;
    transition: all 250ms;

}
.pagination .paging li:hover{

    font-weight: bold;

}
.pagination .paging li a{
    text-decoration: none;
    color: #000;
    min-width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
}
.pagination .paging .current-page a{
    background: #D5A228;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(180, 142, 80, 0.2);

}
.pagination .paging .prev{
    font-size: 12px;
    float: right;
    margin: 0;
}
.pagination .paging .next{
    font-size: 12px;
    float: left;
    margin: 0;
}
.pagination .paging li i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    height: 10px;
    color: #a3a3a3;
    line-height: normal;
}
