

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    text-align: center
}

#scroll-down-button {
    position: fixed;
    display: inline-block;
    margin-right: 20px;
    margin-top: -5px;
    right: 0px;
    z-index: 100000;
    bottom: 70px;
}

#scroll-down-icon {
    position: relative;
    display: block;
    right: 0;
}

#scroll-down-icon span {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -10px;
    border-left: 3px solid #666;
    border-bottom: 3px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdownanim 2s infinite;
    animation: sdownanim 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#scroll-down-icon span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#scroll-down-icon span:nth-of-type(2) {
    top: 10px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#scroll-down-icon span:nth-of-type(3) {
    top: 20px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdownanim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdownanim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


#gradient {
    background: linear-gradient(-45deg, #fff, #ddf0ff, #fff, #fceaf8, #fff, #e5ffeb, #fff, #fff5e0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite
}

.px-c{
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

@media only screen and (max-width:599px) {
    .cus-owl-carousel .owl-nav {
        display: block !important;
    }

    .owl-nav .owl-prev {
        position: absolute !important;
        left: -15px !important;
    }

    .owl-nav .owl-next {
        position: absolute !important;
        right: -15px !important;
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.abs-r-0{
    position: absolute;
    right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr {
    padding: 0;
    margin: 0;
}

hr {
    margin-left: 10px;
    margin-right: 10px;
    height: 2px;
    border: 0;
    color: #a9afbf;
    background-color: #a9afbf;
}

.header-container {
    margin: 0 auto;
    text-align: center;
    display: block
}

.item a.td-none {
    display: inline-block;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .2s
}

.item a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all .2s
}

.item a:hover,
.item a.active {
    background-color: #ffa43d;
    border-radius: 20px;
    border: 1px solid #ffa43d
}
.item a.td-none:hover,
.item a.td-none.active {
    background-color: #fff !important;
    border-radius: 5px;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0px 2px 9px 4px rgba(207, 207, 207, 0.5);
    -moz-box-shadow: 0px 2px 9px 4px rgba(207, 207, 207, 0.5);
    box-shadow: 0px 2px 9px 4px rgba(207, 207, 207, 0.5);
}

.text-brown {
    color: #8a2400
}

.owl-prev,
.owl-next {
    color: black !important;
    position: absolute;
    top: 15%;
    background-color: transparent !important;
    outline: 0 !important;
}

.owl-prev {
    left: -2rem;
    font-size: 3rem !important;
}

.owl-next {
    right: -2rem;
    font-size: 3rem !important;
}
.cus-container{
    width: 80% !important;
}

@media only screen and (max-width:599px) {
    .owl-nav {
        display: none;
    }

    .cus-owl-carousel .owl-nav {
        display: block !important;
    }
}

.td-none {
    text-decoration: none !important;
}

.text-orange {
    color: #E3750D;
}

ul.ls-none li {
    list-style: none !important;
    padding: 3px;
}

ul.ls-none li a{
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}

ul.ls-none li.link:hover{
    background-color: rgb(24, 24, 24);
    padding: 3px;
    transition: 200ms;
}

.height-one{
    height: 1px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-color: #757575;
    background-color: #d4d4d4;
}

.filter-gc{
    filter: grayscale(100%);
}

.carousel-img {
    width: 320px;
    height: 168px
}

.carousel-img-wide {
    width: 100%;
    height: 100%;
}

.img-box {
    width: 320px;
    height: 168px;
}

.img-box-wide {
    width: 60%;
}

.img-box-wide-80 {
    width: 80%
}

a.text-brown:hover{
    color: #4d0000 !important;
    text-decoration: none !important;
}

/* share button bar css start */

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #21499D;
    cursor: pointer;
}

.whatsapp {
    background: #09a939;
    cursor: pointer;
}

.google {
    background: #dd4b39;
    cursor: pointer;
}

.viber {
    background: #7c539e;
    cursor: pointer;
}

.twitter {
    background: #50abf1;
    cursor: pointer;
}

.messenger {
    background: #c333d3;
    cursor: pointer;
}
.instagram {
    background: #f14cc8;
    cursor: pointer;
}

.copy {
    background: #a1a1a1;
    cursor: pointer;
}

.fa.fa-share-alt{
    font-weight: 400 !important;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
}

/* share button bar css end */

.fs-6 {
    font-size: .6rem;
}

.fs1 {
    font-size: 1rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs-9 {
    font-size: .9rem;
}

.fs-8 {
    font-size: .8rem !important;
}

.fs-7 {
    font-size: .7rem;
}

.fs-6 {
    font-size: .6rem;
}

.fs14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-25 {
    font-size: 25px;
}
.fs-35 {
    font-size: 35px;
}

.clock {
  font-weight: 400;
  font-family: 'Orbitron', sans-serif;
  width: 306px !important;
}

.fs-30 {
  font-size: 30px;
}

.fw-4{
    font-weight: 400;
}

.mt-n2{
    margin-top: -15px;
}

.text-black {
    color: black;
}
.text-blue {
    color: #0000ff;
}
.text-gray {
    color: #b7b7b7;
}
.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: .5rem;
}

.mt--2 {
    margin-top: -2px;
}

.mt--5 {
    margin-top: -5px;
}

.mt--8 {
    margin-top: -8px;
}

.mt-2 {
    margin-top: .2rem;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-6 {
    margin-right: 5rem;
}

.lh-08{
    line-height: 0.8rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.py-2 {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.py-3 {
    text-align: center;
}

.mt-3 {
    margin-top: 0rem;
}

.d-block {
    display: block
}

.full-width {
    width: 100%;
    background: #ff7b00
}

#lagna_carousel .carousel-control-prev-desktop {
    width: 70px;
    left: -70px
}

#lagna_carousel .carousel-control-prev-mobile {
    width: 30px;
    left: 0;
    top: 10px;
    bottom: auto
}

#lagna_carousel .carousel-control-next-desktop {
    width: 70px;
    right: -70px
}

#lagna_carousel .carousel-control-next-mobile {
    width: 30px;
    right: 0;
    top: 10px;
    bottom: auto
}

#lagna_carousel .carousel-control-prev-icon {
    background-image: url('/picture_files/angle-left.svg')
}

#lagna_carousel .carousel-control-next-icon {
    background-image: url('/picture_files/angle-right.svg')
}

#lagna_carousel .lagna-mobile-icon {
    width: 100px
}

#lagna_carousel .lagna-desktop-icon {
    width: 130px
}

.lagna-container {
    background: #fff;
    border-radius: 10px;
    color: black !important;
    border: 1px solid #ffa43d
}

.ml1 {
    margin-left: 3px !important
}

.bold {
    font-weight: bold
}

.pb-3 {
    padding-bottom: 2px
}

.pt-3 {
    padding-top: 2px
}

[type=submit] {
    font-size: 17px;
    width: 148px;
    height: 36px;
    color: white;
    padding: 0 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    margin: .15rem;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

[type=submit]:hover {
    background-color: #333
}

.button {
    border: 0;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer
}

.submit11 {
    background-color: #db236d
}

.submit11:hover {
    background-color: #333
}

.submit22 {
    background-color: #2297fd
}

.submit22:hover {
    background-color: #333
}

.submit222 {
    background-color: #886ce4
}

.submit222:hover {
    background-color: #333
}

.submit2222 {
    background-color: #29a500
}

.submit2222:hover {
    background-color: #333
}

.button1 {
    background-color: #4d0000;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px
}

.button1:hover {
    background-color: #000000;
    color: white;
    font-size: 14px
}

.button11 {
    background-color: #4d0000;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 10px
}

.button11:hover {
    background-color: #300000;
    color: white;
    font-size: 10px
}

.submit200 {
    background-color: #2297fd;
    width: 300px
}

.submit200:hover {
    background-color: #333;
    width: 300px
}

.submitmobile200 {
    background-color: #2297fd;
    width: 300px
}

.submitmobile200:hover {
    background-color: #333;
    width: 300px
}

.button2 {
    background-color: #666;
    color: white;
    padding: 8px 12px;
    border-radius: 4px
}

.button2:hover {
    background-color: #333;
    color: white
}

.text-amber {
    color: #f49f38
}

.text-grey {
    color: #969696
}

.text-soft-yellow {
    color: #fbdc28
}
.text-soft-red {
    color: #eb344a
}

.text-brown {
    color: #660000
}

.link {
    color: #00f;
    text-decoration: none
}

.home-slideshow {
    width: 320px;
    height: 168px
}

.marquee-container {
    width: 320px;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.marquee-text {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: marquee 500s linear infinite;
    -webkit-animation: marquee 500s linear infinite;
    animation: marquee 900s linear infinite;
    display: inline-block;
    width: auto;
    height: auto;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal
}

@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(320px)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(320px)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(320px);
        -webkit-transform: translateX(320px);
        transform: translateX(320px)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.br-bg {
    background-color: #4d0000 !important
}

.br-0 {
    border-radius: 0 !important
}

.bgf-gray{
    background-color: #242424 !important;
}

.bgl-gray{
    background-color: #ced4da !important;
}
.bgdarkgray{
    background-color: #181818 !important;
}

.ml-b {
    margin-left: .33rem
}

.footer {
    width: 96%;
    display: block;
    margin: 0 auto
}

.img-logos {
    width: 25px;
    height: 25px
}

.full-width-menu {
    width: 100%;
    background: #333
}

.footer-logos {
    background: url(../picture_files/home_stripe_external_links.png);
    display: inline-block;
    margin-right: 5px
}

.btn-home {
    width: 110px
}

.btn-homedesktop {
    width: 180px
}

.btn-homemobile {
    width: 120px
}

.footer-logos:last-child {
    margin-right: 0
}

.footer-logo-playstore {
    width: 85px;
    height: 25px;
}

.footer-logo-facebook {
    width: 25px;
    height: 25px;
    background-position: 205px;
}

.footer-logo-youtube {
    width: 25px;
    height: 25px;
    background-position: 175px;
}

.footer-logo-whatsapp {
    width: 25px;
    height: 25px;
    background-position: 145px;
}

.footer-logo-viber {
    width: 25px;
    height: 25px;
    background-position: 115px;
}

.footer-logo-appstore {
    width: 85px;
    height: 25px;
    background-position: 85px;
}

.btn-home-mainpage {
    width: 150px
}

.btn-homedesktop-mainpage {
    width: 180px
}

.btn-homemobile-mainpage {
    width: 120px
}

.btn-horoscopematching-desktop {
    width: 200px
}

.btn-homedesktop-mainpage {
    width: 180px
}

.btn-horoscopematching-mobile {
    width: 200px
}

.btn-homedesktop-mainpage {
    width: 180px
}

.btn-homemobile-mainpage {
    width: 120px
}

@media(max-width: 767px) {
    .ls-none{
        padding-left: 0;
        text-align: center;
    }

}

.card {
  margin-bottom: 2rem;
}

<!-- Start: Testimonials - CSS -->

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);

*,
*: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(255, 0, 0, 0);
}
.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-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: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #242424;
    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: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.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: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    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: #ea830e;
    border-color: #ea830e;
}

.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: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.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: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@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 #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-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;
	}

}

<!-- End: Testimonials - CSS -->


@font-face {font-family: 'abayab';src: url(fonts/abhaya-bold.ttf) format("truetype");}
.ff-abayab {font-family: 'abayab';}

@font-face {font-family: 'abaya';src: url(fonts/abhaya.ttf) format("truetype");}
.ff-abaya {font-family: 'abaya';}

@font-face {font-family: 'basuru';src: url(fonts/basuru.ttf) format("truetype");}
.ff-basuru {font-family: 'basuru';}

@font-face {font-family: 'derana';src: url(fonts/derana.ttf) format("truetype");}
.ff-derana {font-family: 'derana';}

@font-face {font-family: 'ganganee';src: url(fonts/ganganee.ttf) format("truetype");}
.ff-ganganee {font-family: 'ganganee';}

@font-face {font-family: 'malithi';src: url(fonts/malithi.ttf) format("truetype");}
.ff-malithi {font-family: 'malithi';}

@font-face {font-family: 'seth';src: url(fonts/seth.ttf) format("truetype");}
.ff-seth {font-family: 'seth';}

@font-face {font-family: 'akhand';src: url(fonts/akhand-sinhala-regular.otf) format("opentype");}
.ff-akhand {font-family: 'akhand';}

@font-face {font-family: 'gemunu';src: url(fonts/gemunu-libre-regular.ttf) format("truetype");}
.ff-gemunu {font-family: 'gemunu';}

@font-face {font-family: 'warna';src: url(fonts/warna.ttf) format("truetype");}
.ff-warna {font-family: 'warna';}

@font-face {font-family: 'yaldevi';src: url(fonts/YaldeviColombo-Regular.ttf) format("truetype");}
.ff-yaldevi {font-family: 'yaldevi';}
