/********** vistateam ***********/
@import url(assets/css/fontiran.css);html{font-family:IRANSans!important}body{font-family:IRANSans!important;font-weight:300;direction:rtl;margin:0}button,div,h1,h2,h3,h4,h5,h6,input,p,textarea,th,tr{font-family:IRANSans!important}a{font-family:IRANSans!important}span{font-family:IRANSans}h1{font-weight:700}.wrapper{max-width:900px;margin:0 auto}.ltr{direction:ltr}.text-right{text-align:right}.text-center{text-align:center}.text-left{text-align:left}.text-small{font-size:.8em}.text-xsmall{font-size:.6em}.text-large{font-size:1.2em}.text-xlarge{font-size:1.4em}.text-underline{text-decoration:underline}.text-ultralight{font-weight:200}.text-light{font-weight:300}.text-regular{font-weight:400}.text-medium{font-weight:500}.text-bold{font-weight:700}.text-black{font-weight:900}blockquote{font-weight:500}.mainbox2{font-size:1em}.mainbox2negativ{font-size:1em;color:#f9f9f9}.farsiparagraph{font-size:1em}.englishparagraph{font-size:1em;direction:ltr}.alphabet{font-size:21em;text-align:center;font-weight:500;color:#999}.alphabet2{direction:ltr;font-size:1.6em;text-align:left;font-weight:500;color:#333}
/********** vistateam.ir ***********/
/*call icon*/
.floating_btn-vistateam {
    position: fixed;
    bottom: 33px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgb(0 65 235 / 65%);
    }
}

.call_icon-vistateam {
    background-color: #0041EB;
    color: #fff;
    margin-top: 5px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #0041ebdb;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
}

.call_icon-vistateam:hover {
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #0041ebdb;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

/*call icon*/
