/* 
================================
 Container Styles for DotNetNuke
================================
.


/*-------------------------------------------------------------------------------*/

.actions {
    width: 10px;
}

.clear {
    clear: both;
}

.c_footer {
    padding-right: 10px;
    text-align: right;
}

.c_contentpane {
    text-align: left;
    padding: 2px 5px 0px 5px;
}

.ModuleTitle_MenuContainer {
    width: 100px!important;
}

.Footer-Container01 .footer-title {
    margin: 0px 0px 25px;
}

.Footer-Container02 .footer-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 35px;
}

.Footer-Container02 .footer-title:after {
    content: "";
    border-bottom: 2px solid;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

@media only screen and (max-width: 767px) {
    .Footer-Container01 .footer-title {
        margin-bottom: 15px;
    }
    .Footer-Container02 .footer-title {
        margin-bottom: 20px;
    }
}

.Footer-light-Container .soheil-gifts-title {
    margin-bottom: 25px;
}

.Footer-light-Container .soheil-gifts-title h6 {
    color: #dddddd;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

.Footer-White-Container .soheil-gifts-title {
    margin-bottom: 20px;
}

.Footer-White-Container .soheil-gifts-title h {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

.Container-01 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
    padding-bottom: 45px;
}

.Container-01 .soheil-gifts-title {
    margin-bottom: 30px;
}

.Container-01 .soheil-gifts-title h3 {
    color: #fd4ea5;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
}

.DnnModule:last-child .Container-01 {
    border: none;
    margin-bottom: 0
}

.H1-Container {
    margin-bottom: 60px;
}

.H2-Container {
    margin-bottom: 50px;
}

.H3-Container {
    margin-bottom: 40px;
}

.soheil-gifts,
.H5-Container,
.H6-Container {
    margin-bottom: 35px;
}


/* start custom css */

.soheil-gifts {
    background-color: #eee;
    width: 90%;
    margin: auto;
    padding: 3rem 1rem;
    margin-bottom: 5rem;
    position: relative;
}

.soheil-gifts-title {
    text-align: center;
    position: relative;
}

.soheil-gifts-title h1 span:after {
    position: absolute;
    width: 100%;
    content: "";
    left: 100%;
    top: 50%;
    border-bottom: 2px solid #C8C8C8;
    margin-left: 2rem;
}

span#dnn_ctr703_dnnTITLE_titleLabel {
    position: relative;
}

.soheil-gifts-title h1 span:before {
    position: absolute;
    width: 100%;
    content: "";
    right: 100%;
    top: 50%;
    border-bottom: 2px solid #C8C8C8;
    margin-right: 2rem;
}

.soheil-gifts-title h1 span {
    padding: 0 50px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff7700;
    margin: auto;
    cursor: pointer;
    border-radius: 20% 20% 20% 20%;
}

.soheil-gifts img.img1-saye {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2%;
}

.soheil-gifts img.img2-saye {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2%;
    transform: rotate(180deg);
}

.soheil-gifts-title-bests h4 span{
    padding: 0 30px;
    position: relative;
}
.soheil-gifts-title-bests h4 span:before {
    position: absolute;
    width: 215%;
    content: "";
    right: 100%;
    top: 50%;
    border-bottom: 2px solid #C8C8C8;
    margin-right: 2rem;
}


.soheil-gifts-title-bests h4 span:after {
    position: absolute;
    width: 215%;
    content: "";
    left: 100%;
    top: 50%;
    border-bottom: 2px solid #C8C8C8;
    margin-left: 2rem;
}



.soheil-gifts-bests {
    position: relative;
    text-align: center;
}

.soheil-gifts-title-bests {
    margin-bottom: 3rem;
}
@media (max-width:480px){
    .soheil-gifts img.img2-saye {
        left: -15px;
        width: 6%;
    }
    .soheil-gifts img.img1-saye {
        right: -15px;
        width: 6%;
    }
    .soheil-gifts-title h1 span {
        padding: 0;
    }
}
/* end custom css */