@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
body {
    font-family: Arial,Helvetica,sans-serif!important;
    background: #f2efd8 !important;
}
.wrapper{
	width: 70%;
	margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper {
    width: 90%;
	margin: 0 auto;
  }
}
.menu{
	background-color: rgba(247, 243, 193, 1);
    background-image: url('../img/ironpatern.png');
}
.logo{
	border: 5px solid #152361;
	/*margin-left: 4%;*/
	/*height: 89px;*/
}
nav{
	font:italic normal normal 16px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
}
.topnav li{
	border-top: 2px solid #6B1619;
    border-bottom: 2px solid #6B1619;
    padding: 0px 28px;
    margin-right: 30px;
    
}
.topnav li a{
	color: #6B1619!important;
    line-height: 24px;
    font-size: 16px;
}
.navbar-brand{
	margin-left: 4%;
}
.main_head{
	font:normal normal normal 88px/1.2em raleway,sans-serif;
	font-family:sacramento,cursive;
	color:#8F3F42;
	font-size:69px;
	font-weight:bold;
	padding: 15px;
}
p{
	font-family:avenir-lt-w01_35-light1475496,sans-serif;
	font-size: 15px;
	font:avenir-lt-w01_35-light1475496,sans-serif;
}
.services{
	background: #f9f9f9;
	margin: 15px 0px;
	height: 180px;
}
.service-margin{
margin: 10px;
}
.serv-img{
	/*width: 240px;*/
	padding: 25px;
}
.text-col{
	padding: 5% 4%;
}
.text-col h3{
	font-family:avenir-lt-w01_35-light1475496,sans-serif;
	font:normal normal normal 72px/1.25em raleway,sans-serif;
	font-size:24px!important;
	color:#333333;
	/*letter-spacing:0.08em;*/
}
.text-col a{
	text-decoration: none;
}
.text-col span{
	border-bottom: 2px solid;
}
.dropdown-toggle::after{
	display: none!important;
}
.dropdown-menu{
	background: rgba(255, 198, 92, 1);
	border-radius: 0px;
	border:none;
}
.dropdown-menu li{
	border:none!important;
	padding: 5px;
    /*width: 200px;*/
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.dropdown-menu li a{
	text-decoration: none;
}
.head_2{
	font:normal normal normal 88px/1.2em raleway,sans-serif;
	font-family:sacramento,cursive;
	color:#000000;
	font-size:40px;
	font-weight:bold;
	padding: 15px;
}
.list {
	margin-top: 30px;
}
.list li{
	color:rgb(65, 65, 65); 
	font-family:avenir-lt-w01_35-light1475496,sans-serif; 
	font-size:15px; 
	letter-spacing:0.05em; 
	text-align:justify;
	line-height:1.5em;
}
.btn-link{
	background-color: rgba(255, 222, 95, 1);
    border: solid rgba(0, 0, 0, 1) 1px;
    cursor: pointer !important;
    color: #6B1518;
    text-decoration: none;
    border-radius: 0px!important;
    font:normal normal 700 17px/1.4em raleway,sans-serif;
    font-size: 15px;
    padding: 8px 40px;
}
.btn-link:hover{
	background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    text-decoration: none;
    color: yellow;
    border-radius: 0px!important;
}
footer{
	background-color: rgba(247, 243, 193, 1);
    background-image: url('../img/ironpatern.png');
    color: #000000;
    text-decoration: none;
    padding-top: 30px; 
    padding-bottom: 90px;
}
footer a{
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	margin-right: 10px;
	/*border-bottom: 1px solid;*/
}
footer a:hover{
	text-decoration: none;
	color: #000000;
}
.border-0 {
	border:0;
}

.width-100 {
	width:100%;
}
.modal-content{
	background: #f2efd8;
	border-radius: 0px;
	/*min-height: 100vh;*/
}

.modal-body{
	padding: 0px 45px 40px 45px;
}
.input-form{
	width: 100%;
	border-radius: 0px;
	padding: 12px;
	border:1px solid #ccc;
}
.btn-sub{
	color: #681515;
    background-color: #f9cc1d;
    padding: 10px 25px;
    font-size: 18px;
    margin-top: 20px;
}
.close{
	font-size: 40px;
	color: #000000;
}
.modal-new{
	width: 100%;
	height: 100%;
}
.modal-new .modal-content{
	min-height: 100vh;
}
#myModal{
	padding-right: 0px!important;
}
@media (min-width: 576px){
.modal-dialog {
    margin: 8% auto;
}
}
.c-head{
	font-size:34px; 
	line-height:1.3em; 
	text-align:center;
	font-family:sail,serif;
	color:#6B1619;
	font-weight:bold;
	/*letter-spacing:0.03em;*/
	/*font:normal raleway,sans-serif;*/
	font-family:sacramento,cursive;
	
}
.modal-form{
	padding: 10% 2%;
}
/*Login Modal*/
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-modal-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
.form-modal:focus {
  box-shadow: none;
}
.form-modal:focus + .form-modal-placeholder,
.form-modal:valid + .form-modal-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.form-modal{
      border: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
    background:#f2efd8;
}
.modal-header{
  border-bottom: none;
}
.check{
      width: 18px;
    height: 18px;
    border-radius: 0px;
}
.modal-body label{
  position: absolute;
    top: -2px;
}
.btn-signup{
      width: 100%;
    text-align: center;
    background: #535c89;
    border-radius: 0;
    color: #ffffff;
}


/*Volunteer Page*/

	.contact{
		width: 90%;
		margin: 10px auto;
	}
	.form-v{
		box-shadow: -4.24px 4.24px 0px 0px rgba(255,140,107,1);
		background: rgba(255, 222, 95, 0.4);
		padding: 25px;
		border-radius: 0px;
		border-color: transparent;
	}
	.form-v:focus {
    box-shadow: -4.24px 4.24px 0px 0px rgba(255,140,107,1);
		background: rgba(255, 213, 187, 0.65);

}
.btn-con-sub{
	background-color: rgba(255, 255, 255, 1);
    border: solid rgba(255, 140, 107, 1) 3px;
    cursor: pointer !important;
    box-shadow: -11.31px 11.31px 0px 0px rgba(255,140,107,1);
    padding: 10px 50px;
}
.cont{
	padding: 20px;
}
.cont h3{
  font-size: 27px;
  margin-bottom: 20px;
}

/*Blog Page*/

.post-slide3 {
	margin: 0px;
	padding: 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(43, 59, 93, .3);
	margin-bottom: 2em
}

.post-slide3 .post-img {
	position: relative;
	margin-bottom: 20px
}

.post-slide3 .post-img img {
	width: 100%;
	height: auto
}

.post-slide3 .post-icon {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 25px;
	text-align: center;
	background: #333;
	opacity: 0;
	border-radius: 3px;
	transition: all .3s ease-in-out 0s
}

.post-slide3:hover .post-icon {
	opacity: 1
}

.post-slide3 .post-icon i {
	font-size: 20px;
	color: #fff;
	line-height: 60px
}

.post-slide3 .post-bar {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase
}

.post-slide3 .post-bar li {
	display: inline-block;
	font-size: 15px;
	color: #676767;
	margin-right: 5px
}

.post-slide3 .post-bar li:after {
	content: "/";
	margin-left: 5px
}

.post-slide3 .post-bar li:last-child:after {
	content: ""
}

.post-slide3 .post-bar li a {
	color: #8e44ad;
	transition: all .3s ease 0s
}

.post-slide3 .post-bar li a:hover {
	color: #333;
	text-decoration: none
}

.post-slide3 .post-bar li a:after {
	content: ",";
	margin: 0 5px
}

.post-slide3 .post-bar li a:last-child:after {
	content: ""
}

.post-slide3 .post-title {
	margin: 15px 0;
	text-transform: capitalize
}

.post-slide3 .post-title a {
	font-size: 22px;
	font-weight: 600;
	color: #3c3c3c;
	transition: all .3s linear 0s
}

.post-slide3 .post-title a:hover {
	color: #8e44ad;
	text-decoration: none
}

.post-slide3 .post-description {
	font-size: 16px;
	color: #676767;
	line-height: 24px;
	padding-bottom: 15px
}

.post-slide3 .read-more {
	display: inline-block
}

.post-slide3 .read-more:hover {
	text-decoration: none
}

.post-slide3 .read-more i {
	font-size: 19px;
	color: #333;
	margin-right: 5px;
	transition: all .4s linear 0s
}

.post-slide3 .read-more span {
	font-size: 16px;
	color: #333;
	opacity: 0;
	text-transform: uppercase;
	transition: all .4s linear 0s
}

.post-slide3 .read-more:after {
	content: "";
	display: block;
	width: 40%;
	position: relative;
	bottom: -20px;
	border-bottom: 3px solid #333;
	opacity: 0;
	transition: all .4s linear 0s
}

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
	opacity: 1
}

.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover:after {
	color: #8e44ad;
	border-bottom-color: #8e44ad
}

.cont {
	padding: 10px 20px;
}
/*------------------------------------
  Social color
------------------------------------*/
.text-facebook, .hover-facebook-text:hover i, .hover-facebook a:hover i {
  color: #3b5998;
}

.bg-facebook, .btn-facebook {
  background-color: #3b5998;
  color: #fff;
}

.text-twitter, .hover-twitter-text:hover i, .hover-twitter a:hover i {
  color: #00aced;
}

.bg-twitter, .btn-twitter {
  background-color: #00aced;
  color: #fff;
}

.text-instagram, .hover-instagram-text:hover i, .hover-instagram a:hover i {
  color: #b300ad;
}

.bg-instagram, .btn-instagram {
  background-color: #b300ad;
  color: #fff;
}

.text-youtube, .hover-youtube-text:hover i, .hover-youtube a:hover i {
  color: #bd0000;
}

.bg-youtube, .btn-youtube {
  background-color: #bd0000;
  color: #fff;
}

.text-gplus, .hover-gplus-text:hover i, .hover-gplus a:hover i {
  color: #eb5e4c;
}

.bg-gplus, .btn-gplus {
  background-color: #eb5e4c;
  color: #fff;
}

.text-vimeo, .hover-vimeo-text:hover i, .hover-vimeo a:hover i {
  color: #35c6ea;
}

.bg-vimeo, .btn-vimeo {
  background-color: #35c6ea;
  color: #fff;
}

.text-envelope, .hover-envelope-text:hover i, .hover-envelope a:hover i {
  color: #faa33d;
}

.bg-envelope, .btn-envelope {
  background-color: #faa33d;
  color: #fff;
}

.text-linkedin, .hover-linkedin-text:hover i, .hover-linkedin a:hover i {
  color: #6697ff;
}

.bg-linkedin, .btn-linkedin {
  background-color: #6697ff;
  color: #fff;
}

.text-telegram, .hover-telegram-text:hover i, .hover-telegram a:hover i {
  color: #30a8dc;
}

.bg-telegram, .btn-telegram {
  background-color: #30a8dc;
  color: #fff;
}

.text-pinterest, .hover-pinterest-text:hover i, .hover-pinterest a:hover i {
  color: #bd081b;
}

.bg-pinterest, .btn-pinterest {
  background-color: #bd081b;
  color: #fff;
}

.black a {
  color: #000;
}

.post-content ul {
  color: #474b5f;
}

.white a {
  color: #fff;
}
/*------------------------------------
	Member area
------------------------------------*/
.sidebar-item.active, .sidebar-item:hover {
  background-color: #fff;
  border: 1px solid #e6e7e9;
  border-right: 0;
  margin-right: -1px;
}

.sidebar-menu {
  border-bottom: 1px solid #e6e7e9;
  border-top: 1px solid #e6e7e9;
  border-right: 1px solid #e6e7e9;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #f4f4f4;
}

.sidebar-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
}

.sidebar-item.active:hover {
  background-color: #fff;
}

.card .icon-big {
  font-size: 3rem;
}

.card .icon-big .notif {
  position: absolute;
  min-width: 25px;
  border-radius: 5rem;
  font-size: 1rem;
  background: #dc3545;
  color: #fff;
}

.card .numbers {
  text-align: right;
}

.card .numbers p {
  font-size: 1rem;
  margin: 0;
}

.card .footer {
  padding: 0;
  line-height: 30px;
}

.side-notif {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 0.8rem;
  border-radius: 5rem;
  background-color: #dc3545;
  color: #fff;
}

.statistics li {
  padding: 0.25rem 0;
}

.member-item:hover .card {
  background-color: #f4f4f4;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}

@media (max-width: 767.98px) {
  .sidebar-item.active, .sidebar-item:hover {
    border-right: 1px solid #e6e7e9;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}


.card {
    /*position:absolute;*/
    /*top:50%;*/
    /*left:50%;*/
    /*transform:translate(-50%,-50%);*/
    /*width:300px;*/
    /*min-height:400px;*/
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}


*,
*: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;
}

.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: #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 #adadad;
    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;
	}

}