﻿.dv-cnt {
    background-color: #efefef;
    padding: 60px 0;
    padding-top:42px;
}.tx-bx-contact {
background-color: #fff;
    padding: 14px 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #9489b182;
    box-shadow: 0px 0px 10px 0px #9489b182;
    border-radius: 11px;
}
 .ce-icon {
    background-color: #f5f5f5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: 15px;
    float: right;
    padding: 5px 5px;
    margin-top: 6px;
}.ce-icon img {
    width: 25px;
    display: block;
    margin: 0 auto;      filter: invert(229%) sepia(101%) saturate(2137%) hue-rotate(4deg) brightness(88%) contrast(130%);
}
 .p-ads-cnt {
    text-align: justify;
    direction: rtl;
    color: #000;
    font-weight: bold;font-size: 13px;
    margin-top: 10px;
  
}
  .p-ads-cnt  a{
        color: #2d1357;
    direction: ltr;
    /* float: left; */
    padding-right: 4px;
 }
 .label-text {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px;
    display: block;
    text-align: right;
    direction: rtl;
    font-weight: bold;
}

 .ti-ce {

    max-width: 290px;

}
 .contact-form {
background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px #9489b182;
    box-shadow: 0px 0px 10px 0px #9489b182;
    border-radius: 11px;
}.input-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    padding: 0 20px;
    outline: 0;
}
 .contact-button {
    color: #fff;
    background-color: #0271c7;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    padding: 5px 15px;
    display: inline-block;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
}
 .submit-send {
 background-color: #f44632;
    color: #fff !important;
    padding: 0px 12px !important;
    -webkit-appearance: button;
    float: left;
    font-weight: normal;
    font-size: 14px;
}.submit-send:hover {
    background-color: #888a8d;
    color: #fff;
}

 .map-bx {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
}

 .ti-nd-cnt h3 {
    position: relative;
    max-width: 568px;
    margin: 0 auto 25px auto;
    text-align: center;
    font-size: 18px;
    padding: 12px 0;
    font-weight: bold;margin-bottom: 10px;
}

 .ti-nd-cnt h3:before {
    position: absolute;
    right: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#00539f),color-stop(35%,#00539f),color-stop(65%,#00539f),to(transparent));
    background: -webkit-linear-gradient(left,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    background: -o-linear-gradient(left,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    background:linear-gradient(to right,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    content: "";
    width: 100px;
    height: 2px;
    top: 23px;
}

.ti-nd-cnt h3:after {
    position: absolute;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#00539f),color-stop(35%,#00539f),color-stop(65%,#00539f),to(transparent));
    background: -webkit-linear-gradient(right,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    background: -o-linear-gradient(right,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    background: linear-gradient(to left,#00539f 0,#00539f 35%,#00539f 65%,transparent 100%);
    content: "";
    width: 100px;
    height: 2px;
    top: 23px;
}
.btn-shine {
    position: relative;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #101e43 0, #c4a675 10%, #101e43 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 19px;
    font-family: tahoma;
    margin: 0 auto;
}


@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

.bg-rd {
    background-image: url(/App_Themes/Template/images/px.jpg);
    background-size: cover;
    height: 180px;
}
.tx-lf img {
   
    width: 20px;
}
@media only screen and (max-width: 590px) {
    .ti-nd-cnt h3:after {
  left: 5px;
    width: 71px;
    top: 20px;
}
    .ti-nd-cnt h3:before {
    right: 5px;
    width: 71px;
    top: 20px;
}
    .btn-shine{
        font-size: 13px;
    }
}