﻿


/**,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;*/
/*    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;*/
    /*cursor: default;
}*/

/*html {
    width: 100%;
    height: auto;
}*/

/*body {
    width: 100%;
    height: auto;*/
    /*font-size: 16px;*/
    /* font-family: Dubai-Light;*/
    /* background: rgba(30,30,30); */
/*}

.testim {
    width: 100%;
    position: relative;
    margin: 0 !important;*/
    /* -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
/*}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 50px 20px 0px!important;
        margin: auto;
    }

.testim-title {
    text-align: center;
    margin-bottom: 15px;
}

.testim .arrow {
    width:55px;
    height:60px;
    display: block;
    position: absolute;
    fill: #6643c2;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;*/
    /*z-index: 22222222;*/
/*}

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: #936fee;
    }


    .testim .arrow.left {
        left: 10px;
    }

    .testim .arrow.right {
        right: 10px;
    }*/

/* Medium devices (landscape tablets, 320px and up) */
/*@media only screen and (max-width: 320px) {
    .testim .arrow.left {
        left: -11px;
    }

    .testim .arrow.right {
        right: -11px;
    }
}

    
        .testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

    .testim .dots .dot {
        list-style-type: none;
        display: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #6643c2;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }

        .testim .dots .dot.active,
        .testim .dots .dot:hover {
            background: #6643c2;
            border-color: #6643c2;
        }

        .testim .dots .dot.active {
            -webkit-animation: testim-scale .5s ease-in-out forwards;
            -moz-animation: testim-scale .5s ease-in-out forwards;
            -ms-animation: testim-scale .5s ease-in-out forwards;
            -o-animation: testim-scale .5s ease-in-out forwards;
            animation: testim-scale .5s ease-in-out forwards;
        }

.testim .cont {
    position: relative;
    overflow: hidden;
}

    .testim .cont > div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding-top:35px;
        padding-bottom:20px;
        opacity: 0;
    }

        .testim .cont > div.inactive {
            opacity: 0;
        }


        .testim .cont > div.active {
            position: relative;
            opacity: 1;
        }


    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
    }

    .testim .cont div h2 {
        color: #633ec2;
        font-size: 1.5em;
        margin: 15px 0;
    }

    .testim .cont div p {
        font-size: 1.15em;
        color: #10112f;
        width: 80%;
        margin: auto;
       
    }*/
/*    .testim .cont div .description {
        height: 135px !important;
    }
*/
        /*.testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

    .testim .cont div.active h2 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive h2 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #6643c2;
        box-shadow: 0px 0px 10px 5px #6643c2;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #6643c2;
        box-shadow: 0px 0px 0px 0px #6643c2;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #6643c2;
        box-shadow: 0px 0px 10px 5px #6643c2;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #6643c2;
        box-shadow: 0px 0px 0px 0px #6643c2;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #6643c2;
        box-shadow: 0px 0px 10px 5px #6643c2;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #6643c2;
        box-shadow: 0px 0px 0px 0px #6643c2;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #6643c2;
        box-shadow: 0px 0px 10px 5px #6643c2;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #6643c2;
        box-shadow: 0px 0px 0px 0px #6643c2;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #6643c2;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #6643c2;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}*/
.testim,.testim .wrap{position:relative;width:100%}.testim .arrow,.testim .arrow:before{cursor:pointer}.testim .arrow,.testim .dots{display:block;position:absolute}*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;cursor:default}body{width:100%;height:auto}.testim{margin:0!important}.testim .wrap{max-width:1020px;padding:50px 20px 0!important;margin:auto}.testim-title{text-align:center;margin-bottom:15px}.testim .arrow{width:55px;height:60px;fill:#6643c2;font-size:2em;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;padding:5px}.testim .arrow:hover{color:#936fee}.testim .arrow.left{left:10px}.testim .arrow.right{right:10px}@media only screen and (max-width:320px){.testim .arrow.left{left:-11px}.testim .arrow.right{right:-11px}}.testim .dots{text-align:center;width:100%;bottom:60px;left:0;z-index:3333;height:12px}.testim .dots .dot{list-style-type:none;display:none;width:12px;height:12px;border-radius:50%;border:1px solid #6643c2;margin:0 10px;cursor:pointer;-webkit-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;position:relative}.testim .dots .dot.active,.testim .dots .dot:hover{background:#6643c2;border-color:#6643c2}.testim .dots .dot.active{-webkit-animation:.5s ease-in-out forwards testim-scale;-moz-animation:.5s ease-in-out forwards testim-scale;-ms-animation:testim-scale .5s ease-in-out forwards;-o-animation:.5s ease-in-out forwards testim-scale;animation:.5s ease-in-out forwards testim-scale}.testim .cont{position:relative;overflow:hidden}.testim .cont>div{text-align:center;position:absolute;top:0;left:0;padding-top:35px;padding-bottom:20px;opacity:0}.testim .cont>div.inactive{opacity:0}.testim .cont>div.active{position:relative;opacity:1}.testim .cont div .img img{display:block;width:100px;height:100px;margin:auto;border-radius:50%}.testim .cont div h2{color:#633ec2;font-size:1.5em;margin:15px 0}.testim .cont div p{font-size:1.15em;color:#10112f;width:80%;margin:auto}.testim .cont div.active .img img{-webkit-animation:.5s ease-in-out forwards testim-show;-moz-animation:.5s ease-in-out forwards testim-show;-ms-animation:testim-show .5s ease-in-out forwards;-o-animation:.5s ease-in-out forwards testim-show;animation:.5s ease-in-out forwards testim-show}.testim .cont div.active h2{-webkit-animation:.4s ease-in-out forwards testim-content-in;-moz-animation:.4s ease-in-out forwards testim-content-in;-ms-animation:testim-content-in .4s ease-in-out forwards;-o-animation:.4s ease-in-out forwards testim-content-in;animation:.4s ease-in-out forwards testim-content-in}.testim .cont div.active p{-webkit-animation:.5s ease-in-out forwards testim-content-in;-moz-animation:.5s ease-in-out forwards testim-content-in;-ms-animation:testim-content-in .5s ease-in-out forwards;-o-animation:.5s ease-in-out forwards testim-content-in;animation:.5s ease-in-out forwards testim-content-in}.testim .cont div.inactive .img img{-webkit-animation:.5s ease-in-out forwards testim-hide;-moz-animation:.5s ease-in-out forwards testim-hide;-ms-animation:testim-hide .5s ease-in-out forwards;-o-animation:.5s ease-in-out forwards testim-hide;animation:.5s ease-in-out forwards testim-hide}.testim .cont div.inactive h2{-webkit-animation:.4s ease-in-out forwards testim-content-out;-moz-animation:.4s ease-in-out forwards testim-content-out;-ms-animation:testim-content-out .4s ease-in-out forwards;-o-animation:.4s ease-in-out forwards testim-content-out;animation:.4s ease-in-out forwards testim-content-out}.testim .cont div.inactive p{-webkit-animation:.5s ease-in-out forwards testim-content-out;-moz-animation:.5s ease-in-out forwards testim-content-out;-ms-animation:testim-content-out .5s ease-in-out forwards;-o-animation:.5s ease-in-out forwards testim-content-out;animation:.5s ease-in-out forwards testim-content-out}@-webkit-keyframes testim-scale{0%{-webkit-box-shadow:0 0 0 0 #eee;box-shadow:0 0 0 0 #eee}35%{-webkit-box-shadow:0 0 10px 5px #eee;box-shadow:0 0 10px 5px #eee}70%{-webkit-box-shadow:0 0 10px 5px #6643c2;box-shadow:0 0 10px 5px #6643c2}100%{-webkit-box-shadow:0 0 0 0 #6643c2;box-shadow:0 0 0 0 #6643c2}}@-moz-keyframes testim-scale{0%{-moz-box-shadow:0 0 0 0 #eee;box-shadow:0 0 0 0 #eee}35%{-moz-box-shadow:0 0 10px 5px #eee;box-shadow:0 0 10px 5px #eee}70%{-moz-box-shadow:0 0 10px 5px #6643c2;box-shadow:0 0 10px 5px #6643c2}100%{-moz-box-shadow:0 0 0 0 #6643c2;box-shadow:0 0 0 0 #6643c2}}@-ms-keyframes testim-scale{0%{-ms-box-shadow:0 0 0 0 #eee;box-shadow:0 0 0 0 #eee}35%{-ms-box-shadow:0 0 10px 5px #eee;box-shadow:0 0 10px 5px #eee}70%{-ms-box-shadow:0 0 10px 5px #6643c2;box-shadow:0 0 10px 5px #6643c2}100%{-ms-box-shadow:0 0 0 0 #6643c2;box-shadow:0 0 0 0 #6643c2}}@-o-keyframes testim-scale{0%{-o-box-shadow:0 0 0 0 #eee;box-shadow:0 0 0 0 #eee}35%{-o-box-shadow:0 0 10px 5px #eee;box-shadow:0 0 10px 5px #eee}70%{-o-box-shadow:0 0 10px 5px #6643c2;box-shadow:0 0 10px 5px #6643c2}100%{-o-box-shadow:0 0 0 0 #6643c2;box-shadow:0 0 0 0 #6643c2}}@keyframes testim-scale{0%{box-shadow:0 0 0 0 #eee}35%{box-shadow:0 0 10px 5px #eee}70%{box-shadow:0 0 10px 5px #6643c2}100%{box-shadow:0 0 0 0 #6643c2}}@-webkit-keyframes testim-content-in{from{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes testim-content-in{from{opacity:0;-moz-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@-ms-keyframes testim-content-in{from{opacity:0;-ms-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-ms-transform:translateY(0);transform:translateY(0)}}@-o-keyframes testim-content-in{from{opacity:0;-o-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes testim-content-in{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes testim-content-out{from{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-moz-keyframes testim-content-out{from{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}to{opacity:0;-moz-transform:translateY(-100%);transform:translateY(-100%)}}@-ms-keyframes testim-content-out{from{opacity:1;-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-ms-transform:translateY(-100%);transform:translateY(-100%)}}@-o-keyframes testim-content-out{from{opacity:1;-o-transform:translateY(0);transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes testim-content-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@-webkit-keyframes testim-show{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes testim-show{from{opacity:0;-moz-transform:scale(0);transform:scale(0)}to{opacity:1;-moz-transform:scale(1);transform:scale(1)}}@-ms-keyframes testim-show{from{opacity:0;-ms-transform:scale(0);transform:scale(0)}to{opacity:1;-ms-transform:scale(1);transform:scale(1)}}@-o-keyframes testim-show{from{opacity:0;-o-transform:scale(0);transform:scale(0)}to{opacity:1;-o-transform:scale(1);transform:scale(1)}}@keyframes testim-show{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes testim-hide{from{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-moz-keyframes testim-hide{from{opacity:1;-moz-transform:scale(1);transform:scale(1)}to{opacity:0;-moz-transform:scale(0);transform:scale(0)}}@-ms-keyframes testim-hide{from{opacity:1;-ms-transform:scale(1);transform:scale(1)}to{opacity:0;-ms-transform:scale(0);transform:scale(0)}}@-o-keyframes testim-hide{from{opacity:1;-o-transform:scale(1);transform:scale(1)}to{opacity:0;-o-transform:scale(0);transform:scale(0)}}@keyframes testim-hide{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@media all and (max-width:300px){body{font-size:14px}}@media all and (max-width:500px){.testim .arrow{font-size:1.5em}.testim .cont div p{line-height:25px}}