/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #309aff; 
}

.form-options .data-list {
  height: 200px;
}

.form-options .input-data-list {
  max-height: 200px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.currency {
	text-align: center;
}

.currency select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.currency select {
    background-color: white;
    border: thin solid #e7e7e7;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-bottom: 30px;
    box-shadow: 4px 4px 14px #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price_info_two {
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.1) !important;
  padding: 0 !important;
  width: 100%;
}

@media (max-width: 991px) {
.price_info_two > div {
  width: 100% !important;
}
}

@media (min-width: 992px) {
  .price_info_two > .features:not(:first-child) {
    display: none !important;
  }
}

.form-floating button {
  cursor: pointer;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 10px 0px;
  color: white;
}

.form-floating button:hover {
  background-color: white;
  color: #007bff;
}

.price_info_two h5 {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px;
  height: 70px;
}

.price_info_two label {
  display: block;
  text-align: center;
  padding: 8px 0px;
  width: 100%;
  margin: 0;
  border-right: 1px solid #e7e7e7;
}

.price_info_two label i {
  background-color: rgba(255,255,255,0);
  font-weight: bold;
  font-size: 1.2em;
}

.price_info_two label .fa-check {
  color: #1bbf00;
}

.price_info_two label .fa-times {
  color: #d60000;
}

.price_info_two label:nth-child(even) {
  background-color: #f3f3f3;
}

.price_info_two label:nth-child(odd) {
  background-color: white;
}

.price_info_two div {
  padding:0 !important;
}

@media (min-width: 992px) {

.price_info_two div:hover:not(:first-child) {
  transform: translateY(-20px);
  transition: transform 0.7s;
  box-shadow: 0px 4px 20px rgba(12, 0, 46, 0.3) !important;
  border-radius: 10px;
}

}

.price_info_two div:not(:first-child) {
  display: block;
}

@media (min-width: 1200px) {
.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 40px 40px;
  margin-bottom: 20px;
  height: 820px !important;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price_content .price_item {
    text-align: center;
    background-color: white;
    box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
    padding: 40px 40px;
    margin-bottom: 20px;
    height: 860px !important;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  }

  @media (min-width: 769px) and (max-width: 991px) {
    .price_content .price_item {
      text-align: center;
      background-color: white;
      box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
      padding: 40px 40px;
      margin-bottom: 20px;
      height: 980px !important;
      border: 1px solid #fff;
      position: relative;
      overflow: hidden;
      transition: all 0.2s linear;
      cursor: pointer;
    }
    }

    @media (width: 768px) {
      .price_content .price_item {
        text-align: center;
        background-color: white;
        box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
        padding: 40px 40px;
        margin-bottom: 20px;
        height: 860px !important;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        transition: all 0.2s linear;
        cursor: pointer;
      }
      }

      @media (min-width: 320px) and (max-width: 767px) {
        .price_content .price_item {
          text-align: center;
          background-color: white;
          box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
          padding: 40px 40px;
          margin-bottom: 20px !important;
          height: 100% !important;
          border: 1px solid #fff;
          position: relative;
          overflow: hidden;
          transition: all 0.2s linear;
          cursor: pointer;
        }
        }

.price_content > div > div > div:first-child {
    margin-bottom: 20px;
}


.contact-btn {
  width: 90%;
  border-radius: 40px;
  color: #5f2eed;;
  background-color: white;
  border: 1px solid #5f2eed;;
  padding: 10px 36px;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 15px auto;
  margin-left: -44.5%;
}

.contact-btn:hover {
  color: #fff;
  background-color: #5f2eed;;
  cursor: pointer;
}

.img-responsive {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 16px #e7e7e7;
  margin-bottom: 15px;
  border-radius: 10px;
}

.img-responsive:hover {
  box-shadow: 0px 4px 50px #c4c4c4;
}

.portfolio-image .popup {
  font-weight: bolder !important;
  font-size: 1.2em !important;
}

.client-logos img {
  margin: 20px;
  height: 40px;
  width: auto;
}

ul.bullets {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}

.form-options {
  max-width: 900px;
  margin: 0 auto;
  line-height: 30px;
}

.form-options input {
  margin-right: 15px;
}

.form-options input[type='checkbox'] {
  width: 30px;
  height: 20px;
  margin-right: 0px !important;
}

.form-options label {
  font-size: 18px;
}

.welcome-subtext {
  font-size: 1.1rem !important;
}

.flag {
  width: 20px;
  height: 12px;
  margin-right: 12px;
}

.svg.svg-fill-primary {
  fill: #3699FF !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3699FF !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F64E60 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1BC5BD !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFA800 !important;
}

.slider_content {
  padding-top: 120px !important;
}

.opacity-4 {
  opacity: 0.04 !important;
}

.position-absolute {
  position: absolute !important;
}

.submit-btns button {
  padding: 10px 30px;
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
  border-radius: 8px;
  cursor: pointer;
}

.submit-btns button:hover {
  background-color: white;
  color: #007bff;
}

.clearfix {
  width: 100%;
  clear: both;
}

.footer-icon {
  width: 40px;
  height: 40px;
}

.menu_toggle .hamburger span {
  background: rgb(0, 175, 239) !important;
}

.menu_toggle .hamburger-cross span {
  background: rgb(0, 175, 239) !important;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
#about .section_title {
  margin-bottom: 40px !important;
}
}

@media (max-width: 767px) {
  .swap-div {
    flex-flow: column-reverse;
  }
}

@media (max-width: 1199px) {
  .agency_featured_content .number {
    display: none;
  }
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: -23px;
  top: 15px;
  z-index: 1;
}

.features_info h3 {
  font-weight: bold !important;
  color: #309aff !important; 
}

.dot.middle_dot {
  left: 54.8%;
  transform: translateX(-50%);
  bottom: 100px;
  top: auto;
}

.agency_featured_item {
  margin-top: 110px;
}

.process_area .features_info {
  padding-bottom: 185px;
}

.features_info {
  position: relative;
  padding-bottom: 170px;
}

ul.bullets li {
  display: flex;
  font-size: 18px;
  line-height: 30px;
}

ul.bullets div {
  padding-left: 15px;
  display: inline-block;
}

ul.bullets li::before {
    content: '\2022';
    background-image: linear-gradient(to right, #f9a854, #f25663 50%, #f25a89);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
}

.section-subtitle {
  font-size: 30px !important;
  color: black !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  text-align: left;
}

.app_testimonial_area {
  background: #fbfbfd;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.owl-stage-outer i {
  color: #a6a6a6;
  font-size: 1.5em;
  display: block;
}

.owl-carousel {
  display: block !important;
}

.owl-stage-outer i.fa-quote-left {
  text-align: left;
  margin: 10px 0px;
}

.owl-stage-outer i.fa-quote-right {
  text-align: right;
  margin: 0px 0px;
}

.login-logo {
  width: 50%;
  height: auto;
}

@media (max-width: 1099px) {
  .company-copy, .login-bottom-btns {
    flex: 0 0 100% !important;
    display: flex;
    flex-basis: 100%;
  }
  .login-bottom-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .login-bottom-tag {
    padding-right: 10px;
  }
}

.btn-gradient {
  background: linear-gradient(to left, #3ad5d4, #36a7ef);
  color: white !important;
  border-style: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-reset {
  background: white !important;
  color: #36a7ef !important;
  border: 1px solid #36a7ef !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .login.login-1 {
    width: 100%;
}
}

@media (min-width: 992px) {
.login.login-1 .login-aside {
    width: 100%;
    max-width: 450px;
    height: 100vh; 
}
.login.login-1 .login-content {
  width: 100%;
  max-width: 500px;
  height: 100vh;
}
.login.login-1 .login-aside {
  width: 100%;
  max-width: 600px;
}
}

.mb-10, .my-10 {
  margin-bottom: 1.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 1rem !important;
}

.login.login-1 .login-aside .aside-img {
  min-height: auto !important;
}

@media (max-width: 991px) {
  div.aside-img {
    display: none !important;
  }
  .pt-15, .py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem;
  }
  .p-7 {
    padding: 1.75rem 1.75rem 1.25rem 1.75rem !important;
}
}

@media (min-width: 992px) {
  .sign-up-mt {
    margin-top: 40px;
  }
  .sign-in-mt {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .sign-up-mt {
    margin-top: 15px;
  }
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.text-muted {
  color: #B5B5C3 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.py-7 {
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
}

@media (max-width: 991px) {
  .login-aside-mobile {
    margin-top: 72px !important;
    padding: 20px 0px 16px 0px;
  }
}

@media (min-width: 561px) {
  .login-bottom-tag  {
    padding-right: 15px;
  }
  }

.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.result_card {
  width: 235px;
  width: inherit;
  height: 226px;
  border-radius: 16px;
  padding: 11px;
  margin-top: 20px;
}

.result_card1 {
  background-color: #fff7f8;
}

.result_card1 .img-wrapper {
  background: #db763d;
}

.result_card2 {
  background-color: #eafaf1;
}

.result_card2 .img-wrapper {
  background: #70aba2;
}

.result_card3 {
  background-color: #f3f5fe;
}

.result_card3 .img-wrapper {
  background: #926ded;
}

.result_card .img-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_card .result_card_text {
  margin-top: -2px;
  font-family: Arial, Helvetica, sans-serif Bold;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
  line-height: 50px;
}

.result_card .result_card_subtext {
  margin-top: -10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: center;
  padding: 0 14%;
}

.justify-content-center {
  justify-content: center !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.faq_content .tab-pane .card .card-header .btn {
  color: #0061cf;
}

.footer_top {
    background-color: #0091ff;
    padding: 70px 0px !important;
}

.footer_bottom {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {

#kt_login_signin_form, #kt_login_signup_form {
  padding-top: 50px;
}

}

@media (min-width: 992px) and (max-width: 1400px) {

  .signin-subtext {
    padding-top: 120px;
    background-color: rgba(255,255,255,0);
  }

}

@media (min-width: 1401px) {

  .signin-subtext {
    padding-top: 175px;
    background-color: rgba(255,255,255,0);
  }

}

.f_bg {
  border-top: 1px solid #888888;
}

#pricing .tab-content {
  margin-top: 50px !important;
}

.benefits {
  padding: 0px !important;
}

@media (max-width: 991px) {
.footer_bottom, .f_social_icon_two a {
    font-size: 16px !important;
}
}

.footer_bottom .f_menu li a {
  color: #677294;
  transition: color 0.2s linear;
}

.navbar-brand img {
	width: 190px;
	height: auto;
}

.vid-text {
  font-size: 1.2em;
  font-weight: bold;
}

.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 6%);
}


@media (max-width: 450px) {
.price_tab .hover_bg {
	background: #00aff0;
	opacity: 0;
}
}

.strike-text {
  color: #888;
  font-weight: normal;
  font-size: 0.8em;
}

.text-logos {
  padding: 0px 15px;
}

@media (max-width: 991px) {
.menu > .nav-item > .nav-link {
    display: inline-block;
    width: 100%;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(0,0,0,0);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
}

.testim {
  width: 100%;

  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: #333;
  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: #0b6ecd;
}
  

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

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

.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 #0b6ecd;
  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: #0b6ecd;
  border-color: #0b6ecd;
}

.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: #0b6ecd;
  font-size: 1.3em;
  margin: 15px 0;
  font-weight: 700;
}

.testim .cont div h2 label {
  color: rgb(24, 24, 24);
  font-weight: normal;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
  height: 210px;
  padding-bottom: 20px;
}

.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;
}

}