.hero-section3 {
    background: #edf6ee;
    position: relative;
    overflow: hidden;
    z-index: 1;
   
}
.bg-white{background-color: #fff;}
.main-menu li:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
	z-index: 100;
}
.bg-white .text-box-inline {
    padding-top: 30px;
}
.bg-white .text-box-inline span.subtitle {
    top: 36px;
}
.sub-menu li a {
    padding: 8px 0px !important;
    font-size: 14px;
    line-height: 24px;
}
.index-content{padding-bottom: 0px;}
.hero-area {
    background: var(--main-bg);
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.hero-img {
	display: inline-block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 530px;
	left: calc(52% + 150px);
}
.hero-img::after {
	content: '';
	position: absolute;
	width: 113%;
	height: 100%;
	top: 26%;
	left: 0;
	background: url('../img/pattern/hero-pattern.png');
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
.hero-items {
	padding: 110px 0px;
}
.hero-main-content h1 {
	font-weight: 800;
	font-size: 80px;
	line-height: 75px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.hero-main-content h1 span {
	color: var(--Primary-color);
}

.hero-main-content p {
    font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 64px;
}

.hero-counter-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 220px;
}

.counter {
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 4px;
}

.sigle-counter-box p:nth-child(2) {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}


.about-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* patterns  */
.patterns {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    z-index: -1;
}
.patterns img{
    position: absolute;
}


.about-pattern img {
    bottom: 0;
    right: 0;
    max-width: 39%;
}
.about-big-img {
	padding-right: 49px;
}

.about-big-img img {
	width: 100%;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 27px;
	height: 100%;
}
.about-content h1{
    margin-bottom: 24px;
}
.about-content p {
	font-size: 18px;
	line-height: 32px;
}
.about-small-img {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}
.quick-key-points {
    background: #0c2d62;
    padding: 33px 49px;
    /* display: grid; */
    grid-template-columns: auto 30%;
    grid-gap: 30px;
     border-radius: 14px; 
}

.agency-info-anim {
    display: flex;
    align-items: center;
}
.animated-logo {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.animated-logo .logo-anim {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.animated-logo .circle-anim {
    width: 159px;
    height: 159px;
    animation: rotation 14s infinite linear;
    position: relative;
}

.animated-logo .circle-anim {
    width: 159px;
    height: auto;
    animation: rotation 14s infinite linear;
    position: relative;
  }
  @keyframes rotation {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .ree-app-st-b{
      position: absolute;
      bottom: 0;
      right: 150px;}

    .key-highlt-b h4 {
        color: #fff;
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .key-highlt-b p{color: #fff;margin-bottom: 0px;}
    .ree-app-st-b {
        width: 50%;
    }
    .icon-section{padding: 40px;}
    .ree-text:after {
        content: "";
        position: absolute;
        background: #d7b56d;
        right: 0;
        left: 0;
        height: 10px;
        z-index: -5;
        bottom: 7px;

    }
    /* .cdrgt:after {
        content: "";
        position: absolute;
        background: #d7b56d;
        right: 0;
        left: 0;
        height: 10px;
        z-index: -5;
        bottom: 7px;

    }
    .cdrgt::before {
        content: "";
        position: absolute;
        background: #d7b56d;
        right: 0;
        left: 0;
        height: 10px;
        z-index: -5;
        bottom: 7px;

    } */
    .ree-text{
        position: relative;
        z-index: 5;
    }
    .content-section{padding: 60px 0px;}
    .logo-icon p{text-align: center;color: #000;
        font-size: 14px;
        line-height: 21px;}
    .cli-sec{display: flex;justify-content: center;text-align: left;}
    /* .Clinic-section{margin: auto;width: 700px;} */
    .Clinic-section h4{font-size: 24px;}
    .cli-fast-section{border-right: 3px solid #0c2d62;padding-right: 20px;width: 360px;
        text-align: right;}
    .cli-scn-section{padding-left: 20px;}
    .Clinic-section{padding: 40px;}
    .feature-bx1 {
        padding: 20px;
        border: 2px solid #eaebff;
        border-radius: 10px;
        background: #fff;
        margin-bottom: 30px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        height: 100%;
    }
    .icon-section .col-lg-6{margin-bottom: 20px;}
    .logo-icon img {
        height: 140px;
        width: 140px;
        margin: auto;
        object-fit: contain;
        margin-bottom: 10px;
    }
    
    .logo-icon {
        text-align: center;
    }
    .feature-lg {
       float: left;
       width: 80px;
       margin-right: 10px;
    }
    .skills-items ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px -16px;
    }
    .skills-items li {
        background-color: #fff;
        -webkit-box-shadow: 11px 10px 38px rgb(0 0 0 / 12%);
        box-shadow: 11px 10px 38px rgb(0 0 0 / 12%);
    }
   .skills-items li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        margin: 0 8px 16px;
        border-radius: 0.63rem;
        -webkit-animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
        animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
        cursor: help;
    }
    .text-box-inline {
        padding-left: 40px;
        position: relative;
        color: #184771;
    }
    .text-box-inline h2{
        color: #184771;
    }
    .text-box-inline .subtitle {
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .subtitle:before {
        content: "";
        display: inline-block;
        height: 2px;
        width: 80px;
        background: #0c2d62;
        right: 111%;
        position: absolute;
    }
    .text-box-inline .subtitle {
        -webkit-transform: rotate(
    270deg
    ) translateX(-100%);
        transform: rotate(
    270deg
    ) translateX(-100%);
    }
    .text-box-inline .subtitle {
        position: absolute;
        top: 5px;
        left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
    }
    .about-sh-right {
      
        position: relative;
    }
    .about-sh-line-start {
        position: absolute;
        width: 110px;
        height: 110px;
        border-left: 4px solid #daae19;
        border-top: 4px solid #daae19;
        top: 30px;
        left: 30px;
    }
    .about-sh-line-end {
        position: absolute;
        width: 110px;
        height: 110px;
        border-right: 4px solid #daae19;
        border-bottom: 4px solid #daae19;
        bottom: 39px;
        right: 30px;
    }
    .about-sh-title {
        font-family: 'DM Sans', sans-serif;
        font-weight: 700;
        font-size: 36px;
        color: #222;
        line-height: 1;
        text-align: right;
        margin-bottom: 5px;
    }
    .about-sh-subtitle {
        font-family: 'DM Sans', sans-serif;
        color: #daae19;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: right;
        margin-bottom: 18px;
    }
    .about-sh-border {
        width: 56px;
        height: 7px;
        background: #daae19;
        float: right;
        margin-bottom: 40px;
    }
    .about-sh-content {
        text-align: right;
        font-size: 13px;
        color: #222;
        display: block;
        clear: both;
        margin-bottom: 50px;
    }
    .heading {
        text-align: center;
        color: #454343;
        font-size: 30px;
        font-weight: 700;
        position: relative;
        margin-bottom: 70px;
        text-transform: uppercase;
        z-index: 999;
    }
    .white-heading{
        color: #ffffff;
    }
    .heading:after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 50%;
        height: 40px;
        width: 180px;
        border-radius: 4px;
        transform: translateX(-50%);
        background: url(img/heading-line.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .white-heading:after {
        background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .heading span {
        font-size: 18px;
        display: block;
        font-weight: 500;
    }
    .white-heading span {
        color: #ffffff;
    }
    /*-----Testimonial-------*/
    
    .testimonial:after {
        position: absolute;
        top: -0 !important;
        left: 0;
        content: " ";
        background: url(img/testimonial.bg-top.png);
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        float: left;
        z-index: 99;
    }
    
    .testimonial {
        min-height: 375px;
        position: relative;
        background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: center;
            background-size: cover;
    }
    #testimonial4 .carousel-inner:hover{
      cursor: -moz-grab;
      cursor: -webkit-grab;
    }
    #testimonial4 .carousel-inner:active{
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
    }
    #testimonial4 .carousel-inner .item{
      overflow: hidden;
    }
    
    .testimonial4_indicators .carousel-indicators{
      left: 0;
      margin: 0;
      width: 100%;
      font-size: 0;
      height: 20px;
      bottom: 15px;
      padding: 0 5px;
      cursor: e-resize;
      overflow-x: auto;
      overflow-y: hidden;
      position: absolute;
      text-align: center;
      white-space: nowrap;
    }
    .testimonial4_indicators .carousel-indicators li{
      padding: 0;
      width: 14px;
      height: 14px;
      border: none;
      text-indent: 0;
      margin: 2px 3px;
      cursor: pointer;
      display: inline-block;
      background: #ffffff;
      -webkit-border-radius: 100%;
      border-radius: 100%;
    }
    .testimonial4_indicators .carousel-indicators .active{
      padding: 0;
      width: 14px;
      height: 14px;
      border: none;
      margin: 2px 3px;
      background-color: #9dd3af;
      -webkit-border-radius: 100%;
      border-radius: 100%;
    }
    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
      height: 3px;
    }
    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
      background: #eeeeee;
      -webkit-border-radius: 0;
      border-radius: 0;
    }
    
    .testimonial4_control_button .carousel-control{
      top: 175px;
      opacity: 1;
      width: 40px;
      bottom: auto;
      height: 40px;
      font-size: 10px;
      cursor: pointer;
      font-weight: 700;
      overflow: hidden;
      line-height: 38px;
      text-shadow: none;
      text-align: center;
      position: absolute;
      background: transparent;
      border: 2px solid #ffffff;
      text-transform: uppercase;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
      transition: all 0.6s cubic-bezier(0.3,1,0,1);
    }
    .testimonial4_control_button .carousel-control.left{
      left: 7%;
      top: 50%;
      right: auto;
    }
    .testimonial4_control_button .carousel-control.right{
      right: 7%;
      top: 50%;
      left: auto;
    }
    .testimonial4_control_button .carousel-control.left:hover,
    .testimonial4_control_button .carousel-control.right:hover{
      color: #000;
      background: #fff;
      border: 2px solid #fff;
    }
    
    .testimonial4_header{
      top: 0;
      left: 0;
      bottom: 0;
      width: 550px;
      display: block;
      margin: 30px auto;
      text-align: center;
      position: relative;
    }
    .testimonial4_header h4{
      color: #ffffff;
      font-size: 30px;
      font-weight: 600;
      position: relative;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
    
    .testimonial4_slide{
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 70%;
      margin: auto;
      padding: 20px;
      position: relative;
      text-align: center;
    }
    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 136px;
        height: 136px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }
    .testimonial4_slide p {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }
    .testimonial4_slide h4 {
      color: #ffffff;
      font-size: 22px;
    }
    
    .testimonial .carousel {
        padding-bottom:50px;
    }
    .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
        width: 35px;
        height: 35px;
    }
    /* ------testimonial  close-------*/
    /* .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{background-image: url('../images/img-parallax.jpg');}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    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 #eee;
    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: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 20px;
    color: #eee;
    /* width: 80%; */
    margin: auto;
}
.about-sh-content ul{list-style: none;}
.about-sh-content ul li{position: relative;padding-right: 10px;}
.about-sh-content ul li::after{content:"";position: absolute;right: 0;height: 100%;width: 2px;background-color: #daae19;top: 0;}
.publication ul li{font-size: 16px;margin-bottom: 10px;}
.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;
	}

}
.testimonial-author-name {
    font-size: 25px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.testimonial-author-position {
    color: #daae19 !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}
.testimonial-author-name {
    font-size: 25px !important;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.testimonial-author-quote-sign img{width: 42px;
    margin-bottom: 20px;}