﻿

.bx-page {
    padding: 50px 0;
}

.lg-about {
    float: right;
}

.p-about {
    text-align: right;
    padding: 23px 0 56px 0;
    font-size: 15px;
    font-weight: bold;
    direction: rtl;
}

.bx-adss {
    padding-bottom: 75px;
}

.ce-bx {
    float: right;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /*margin-top: 21px;*/
    padding-top: 13px;
    background: #d60644;
}

    .ce-bx img {
        /*width: 20px;*/
        display: block;
        margin: 0 auto;
    }

.tx-bx {
    width: 75%;
    float: right;
    padding-right: 10px;
}

    .tx-bx h3 {
        text-align: right;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
    }

.tx-bx p {
    text-align: justify;
    direction: rtl;
    /*padding-top: 10px;*/
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.content-form .input-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 9px;
    padding: 0 20px;
    outline: 0;
    text-align: right;
}

.content-form .check-box .text-label {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0;
    padding-right: 25px;
    position: relative;
}

.content-form .check-box input[type="checkbox"] {
    display: none;
}

    .content-form .check-box input[type="checkbox"] + label::after {
        position: absolute;
        z-index: 1;
        content: "";
        right: 0;
        top: 5px;
        width: 15px;
        height: 14px;
        border: solid 1px #e6e6e6;
    }

    .content-form .check-box input[type="checkbox"]:checked + label::before {
        font-family: 'FontAwesome';
        content: "\f00c";
        display: inline-block;
        top: 5px;
        right: 0;
        width: 15px;
        height: 14px;
        text-align: center;
        font-size: 10px;
        color: #222;
        position: absolute;
        z-index: 2;
        padding: 0;
        line-height: 14px;
    }

.content-form .check-box .forgot {
    font-size: 14px;
    color: #666;
    padding-right: 23px;
}

.content-form .group-button {
    margin: 5px 0px 50px 0px;
}

    .content-form .group-button .submit {
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        line-height: 40px;
        padding: 0 40px;
        display: inline-block;
        float: left;
        text-transform: uppercase;
        border-radius: 3px;
        background-color: #a160c3;
    }

        .content-form .group-button .submit:hover {
            background-color: #aaa;
        }

.content-form .input-note {
    line-height: inherit;
    height: auto;
    padding: 10px 20px;
}

.content-form .title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin: 30px 0 25px;
    direction: rtl;
}

.label-text {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    display: block;
}

.map img {
    width: 100%;
}

.img-responsive {
    width: 100%;
}

.mg-br {
    border: 9px solid #fff;
    -webkit-box-shadow: 3px 3px 3px 3px #E0E0E0;
    box-shadow: 3px 3px 3px 3px #E0E0E0;
    float: left;
    width: 300px;
}

.mg-br2 {
    position: absolute;
    bottom: -120px;
    right: 20px;
    border: 9px solid #fff;
    -webkit-box-shadow: 3px 3px 3px 3px #E0E0E0;
    box-shadow: 3px 3px 3px 3px #E0E0E0;
}

.img-bx {
    position: relative;
}

.p-abt {
    text-align: justify;
    direction: rtl;
}

.text-img {
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    background-image: url('../images/CW.jpg');
    -webkit-background-clip: text;
    background-position-y: 40%;
    -webkit-animation: imgPos 9s linear normal infinite paused;
    animation: imgPos 9s linear normal infinite paused;
}

.text-img {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    color: red;
}

@media (min-width: 576px) {
    .text-img {
        background-position-y: 22%;
    }
}

.text-img {
    display: inline-block;
    overflow: hidden;
    font-size: 58px;
    line-height: 96%;
    font-weight: bold;
    height: 50px;
    width: 167px;
    float: right;
    margin-top: 38px;
    color: #151515;
    letter-spacing: -1px;
}

@supports(-webkit-background-clip:text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -o-linear-gradient(transparent, transparent);
        background-image: url('../images/CW.jpg');
        -webkit-background-clip: text;
        background-position-y: 40%;
        -webkit-animation: imgPos 9s linear normal infinite paused;
        animation: imgPos 9s linear normal infinite paused;
    }

        .text-img > span {
            pointer-events: none;
            font-weight: bold;
        }

    .text-img {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        color: red
    }

    @media(min-width:576px) {
        .text-img {
            background-position-y: 50%
        }
    }
}

@-webkit-keyframes imgPos {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 100%
    }

    100% {
        background-position-x: 0
    }
}

@keyframes imgPos {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 100%
    }

    100% {
        background-position-x: 0
    }
}

.t8 {
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    padding: 22px 0 30px 0;
}

.p-abt {
    font-size: 15px;
    text-align: justify;
    direction: rtl;
    line-height: 36px;
}

.bg-abt {
    padding-bottom: 100px;
}

.bg1 {
    position: absolute;
    right: 50px;
    top: 10px;
}

.bg2 {
    position: absolute;
    left: 32px;
    bottom: -159px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.tx-em p, .tx-em a {
    display: block;
    /*padding-top: 26px;*/
    letter-spacing: 1px;
    display: block;
    color: #000;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
}

iframe {
    width: 100% !important;
}


@media only screen and (max-width:990px) {
    .img-bx {
        max-width: 450px;
        margin: 0 auto;
    }

    .text-img {
        margin-top: 0;
    }

    .bx-page {
        padding: 20px 0;
    }

    .t8 {
        font-size: 16px;
        padding: 18px 0 12px 0;
    }

    .ce-bx {
        margin-top: 9px;
        margin-bottom: 10px;
    }

    /*.tx-bx p {
        padding-top: 0px;
    }*/

    .tx-em a {
        text-align: right;
        color: #000;
        display: block;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        /*padding-top: 20px;*/
    }
}

@media only screen and (max-width:790px) {
    .p-about {
        text-align: center;
        padding: 13px 0 23px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
    }

    .ce-bx {
        width: 46px;
        height: 46px;
        /*margin-top: 20px;*/
        padding-top: 9px;
    }

    .bx-adss {
        padding-bottom: 20px;
    }

    .map {
        margin-bottom: 10px;
    }

    .bx-adss .col-sm-12 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:650px) {
    .text-img {
        display: inline-block;
        overflow: hidden;
        font-size: 45px;
        line-height: 96%;
        height: 38px;
        width: 122px;
        letter-spacing: -2px;
    }

    .mg-br {
        border: 5px solid #fff;
        width: 201px;
        margin-top: 18px;
    }

    .mg-br2 {
        bottom: -68px;
        right: 20px;
        border: 5px solid #fff;
        width: 143px;
    }

    .bg1 {
        right: 41px;
        top: 34px;
        width: 38px;
    }

    .bg2 {
        left: 41px;
        bottom: -116px;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate( -90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate( -90deg);
        width: 36px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #d60644;
    border-color: #d60644;
}


.bx-page .ti-off {
    padding-top: 20px;
    padding-bottom: 20px;
}


.ti-off:after {
    position: relative;
    content: "";
    width: 118px;
    height: 26px;
    background-size: 100% 100%;
    background-image: url('../../images/b1.png');
    display: block;
    margin: 5px auto;
}
.ti-off {
    width: 200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #625655;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
}

.BDC_ReloadLink {
    width: 19px !important;
    float: left;
    position: absolute;
    top: 7px;
    left: 170px;
}
img#InertContactCaptcha_ReloadIcon {
    margin-top: 15px;
}

.field-wrap.d-flex.captcha-img {
    width: 50%;
    float: left;
}
.field-wrap.d-flex {
    width: 50%;
    float: left;
}
input#sec-code {
    width: 50%;
}

.tx-bx a{
 
    color: #000;
}
.sec-cod-label {
    font-size: 13px;
}

@media only screen and (max-width:650px) {
    
    input#sec-code {
        width: 100%;
    }
}

@media only screen and (max-width: 790px) {
    .bx-adss .col-md-3 {
        background-color: #fff;
        padding: 9px 7px;
        -webkit-box-shadow: 0px 5px 14px -1px rgb(101 101 101 / 32%);
        box-shadow: 0px 5px 14px -1px rgb(101 101 101 / 32%);
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 790px){ .info-content {
    padding: 0 0;
}
}
.contact-form {
    background: #fff;
    padding: 12px 10px;
    border: 1px solid #eae9e9;
}


.contactus-address {
    padding-top: 0 !important;

}
.contactus-phone1 {

}
.contactus-phone {
    margin-top: 7px !important;
}
.contactus-email {
    margin-top: 15px !important;
}
.contactus-insta {
    margin-top: 20px !important;
}


@media only screen and (max-width: 760px){ 

    
    .contactus-address {
        padding-top: 0 !important;

    }
    .contactus-phone1 {
        margin-top: 10px !important;
    }
    .contactus-phone {
        margin-top: 0px !important;
    }
    .contactus-email {
        margin-top: 15px !important;
    }
    .contactus-insta {
        margin-top: 20px !important;
    }

}


.ce-bx img {
    width: 50% !important;
    left: 0;
    top: -2px;
}


.ce-bx img{
   
    padding: 0px;
}