
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #ffffff;
  color: #463f3f;
  text-decoration: none;
  /*
  The full path of this code is nav ul li a:not(:only-child):after. This means that the code will apply to any a tag in our nav list that is NOT an only child, aka any dropdown. The :after means it comes after the output of the tag. I’ve decided that to specify any nav item as a dropdown, it will be followed by a unicode arrow – ▾ (#9662).
  */
}
nav ul li a:hover {
  background: #f2f2f2;
  color: #fb5958;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  z-index: 1;
  /* Guarantees that the dropdown will display on top of any content. */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #463f3f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
/* 
.navigation – the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/
.navigation {
  height: 70px;
  background: #ffffff;
}

/*
.nav-container – the inner wrapper for the navbar. Defines how far the actual content should stretch.
*/
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}




header{
    height:300px;
}
.content-info2{
    margin-top:-270px;
}
.heado{
    color:white;
    font-size: 55px !important;
    line-height: 20px !important;
    font-weight:bold;
    margin-left:50px;
}
.content-a{
    margin-top:200px;
}
.content-b{
    margin-top:-250px;
    float:right;
    margin-right:-50px;
    font-family:Helvetica, sans-serif;
}
p.content-a1{
   font-size: 25px !important;
    line-height: 15px;
    margin-left:50px;
   
}
.header-img {
    background-color: #BBADAD00;
    background-image: url(https://thebusinessautomation.com/onepager/images/48436632g-scaled.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 61px 0px 110px 0px;
}
p{
    font-size:20px;
} 
.vfg {
    width: 8% !important;
}
.cst {
    width: 77%;
    margin: -10px 0px 45px 60px;
}
.backclr {
    background: #F1B300;
    padding-bottom: 20px;
}
p.padb {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: justify;
    
}
.sectionex {
    padding-top: 22px;
    padding-bottom: 22px;
}
.forbordr{
    padding: 22px 0px 22px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FF0000;
    border-radius: 0px 0px 0px 0px;
    width: 50%;
    margin: auto;
    font-size: 26px;
    }
p.headon {
    padding-top: 15px;
    padding-bottom: 5px;
}
.klui.img-fluid {
    width: 15%;
}
p.innerblock {
   font-size: 17px;
    padding-top: 10px;
    font-weight: 400;
}
.cvv{
    background-color: #fff;
    margin: 13px !important;
    padding: 25px;
    width: 31% !important;
    margin: auto;
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
}
.bnsd {
    padding: 0px 0px 0px 75px !important;
}
.hjkl {
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.secbnj {
    box-shadow: 30px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 69px 0px 69px 0px;
    background: #ECEAEA;
}
.secsecond {
    background: #eceaea;
    padding-top: 20px;
    padding-bottom: 0px;
}
.btn1{
border-radius: 19px 19px 19px 19px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 9px 15px 11px 15px;
    border-style: solid;
    border-width: 0px 3px 3px 3px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background-color: #E6D113;
    border-color: #02010100;
    margin-top: 6px;
    }
    .vbh {
    /* width: 150px; */
    float: right;
    margin-right: 95px;
}
.list {
    padding-top: 20px;
}
.nji {
    background-color: #cc401e;
    padding: 15px 9px 25px 9px;
    text-align: center;
}
.belowp {
    color: #FFFFFF;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 24px;
    margin-top: -10px;
}
.colb {
    color: #FFFFFF;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 39px;
    font-weight: 400;
    letter-spacing: -1.3px;
}
.keep {
    list-style: decimal;
    font-size: 20px;
    line-height: 34px;
}
.head1 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    padding-top: 20px;
}
.innerbox {
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 64px 0px 0px 0px;
    padding: 44px 100px 44px 100px;
}
.red {
    color: #ff0000;
    font-weight: 400;
}
.btn1 {
    float: right;
    margin-right: 38px;
}
.para1 {
    font-size: 23px;
}
.parasec {
    padding-top: 15px;
    
}
.parasec p {
    font-size: 23px;
}
.section-secnd {
    padding-top: 50px;
    padding-bottom: 70px;
}
span.colod {
    color: #ff0000;
    font-size: 16px;
}
.textp {
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 500;
}
.bgh {
    padding: 0px !important;
}
.forpd {
    padding-top: 40px;
}
p.bnwp {
    padding-bottom: 14px;
    font-size: 17px;
    font-weight: 500;
}
.text-space {
    font-size: 16px;
    padding: 18px 34px;
}
.nslo.col-md-6 {
    background-color: white;
    padding: 40px 0px 25px 77px;
  
}
img.mkfy {
    width: 30%;
}
section.footer {
    padding-top: 50px;
    padding-bottom: 50px 
}
span.corr {
    color: #e84a2d;
}
.fa-linkedin:before {
    
    color: #fff;
}
p.fpr a.phnp {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.btncn {
  width: 60%;
    float: left;
}
section.footer {
    background-color: transparent;
    background-image: linear-gradient(147deg, #000026 60%, #000026 95%);
}
.row.frow2 {
    padding-top: 70px;
}
section.bswer {
    padding-bottom: 45px;
}
p.fpr {
    color: #fff;
    font-size: 16px;
}
p.ldh {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px 
}
.secvmjk {
    padding: 50px 50px;
    background: #0094B340;
}
section.afterfooter {
    background: #454545;
    padding-top: 60px;
    padding-bottom: 60px;
}
.linkd {
    text-align: center;
}
p.nmkl {
    color: #fff;
    border-right: 2px solid #fff;
    font-size: 26px;
   
}
h3.elementor-icon-box-title a {
    color: #fff;
    text-decoration: none;
}
h3.elementor-icon-box-title {
    font-size: 16px;
    line-height: 24px;
}
.fa-book-open-reader:before, .fa-book-reader:before,.fa-phone-square:before, .fa-square-phone:before,.fa-user:before {
   
    font-size: 21px;
    margin-right: 5px;
}
p.nmkzm {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
img.secimgdf {
    width: 100%;
}
button.btn.btn-primary {
    margin: 16px 0px 16px 0px;
    padding: 18px 18px 18px 18px;
    background-color: #00B050;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
    border-radius: 0px;
    border: 0px;
    font-size: 24px;
    line-height: 27px;
}
a.phnp {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.imgdiv {
    width: 35%;
    float: left;
}
img.phnimg {
    width: 15%;
}
section.lsectn {
    padding-top: 60px;
    padding-bottom: 60px 
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #00667A;
}
p.alpo,ul.listin {
    font-size: 17px;
    
    padding-top: 25px 
}
li.listq {
    padding-bottom: 15px;
}
section.secnhj {
    padding-bottom: 30px;
}
.row.vbnk {
    box-shadow: -3px 6px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.nxtdv {
    padding-top: 20px;
}
.sklo {
    width: 70%;
    margin-left: 75px;
}
.coloro {
    padding-top: 20px;
    padding-left: 95px;
    font-size: 20px;
}
img.textimgd {
    float: left;
    width: 25%;
}
.bhv{
    box-shadow: -3px 6px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 34px 100px !important;
    margin: 0px 9px 0px 32px;
   
    width: 45% !important;
}
.heading-text {
    color: #FFFFFF;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2.4px;
    -webkit-text-stroke-color: #000;
    line-height: 66px;
    margin-left: 185px;
    padding-top: 28px;
    margin-bottom: 0px 
}
.subheading-text {
    color: #fff;
    margin-left: 185px;
    font-size: 20px;
    line-height: 24px;
}
p {
    margin-bottom: 0px !important;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
}
}
@media (max-width: 1199px){
.xc.cvv.col-md-4.col-sm-12{
    width: 28% !important;

}
}

.nav-container-fluid {
    margin-left: 50px;
    margin-right: 50px;
}
img.img-responsive {
    width: 40%;
    margin-left: 40px;
}
.dropdown-toggle::after {
   
    border-top: unset !important;
    vertical-align: middle !important;
}




.testim .wrap {
    position: relative;
    width: 85%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 1em;
    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: green;
}
    

.testim .arrow.left {
    left: 50px;
}

.testim .arrow.right {
    right: 50px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: -20px;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 4px;
    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: green;
    border-color: green;
}

.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;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 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: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 60%;
    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;
	}

}














