
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');*/

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px lightgrey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgrey; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #82B724; 
}
body{
    background-color: #ffffff;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    /*font-family: 'Open Sans', sans-serif;*/
}
p{
    
    line-height: 1.5;
    font-size: 16px;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;



}
b, strong{
    font-weight: bold;
}
a{
    color: #ff9800;
    text-decoration: none;
    font-weight: 500;
}
a:hover {
   color: #ff4500;
   text-decoration: underline;

} 
#header{
  	background-color:#fff;
	border-bottom: 1px solid #efefef;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
z-index:999;
}

.sticky + .content {
  padding-top: 60px;
}
.navbar-light .navbar-nav{
    font-weight: 500;
    font-size: 15px;
}  

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff4500; 
    font-weight: 700;
} 
#navbardrop1:hover > .dropdown-menu{display: block; margin-top:-1px;}
#navbardrop2:hover > .dropdown-menu{display: block; margin:0px;}
#navbardrop3:hover > .dropdown-menu{display: block;margin:0px;}
#navbardrop4:hover > .dropdown-menu{display: block; margin:0px;}
#navbardrop5:hover > .dropdown-menu{display: block; margin:0px;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.085);
    border-radius: 0;
}
.btn-white2{
    border: 1px white solid;
    border-radius: 0px;
    padding: 10px 20px;
    color: white;
    margin-bottom: 10px;
    background: none;
}
.btn-white2:hover,
.btn-white2:active,
.btn-white2:focus{
    color: green;
    background: white;
    text-decoration: none;  
}
.btn-delgrn {
    border-radius: 0px;
    color: #ffffff;;
    background-color: #ff4500;
    border: 1px solid #ff4500;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s all ease
}
.btn-delgrn:hover,
.btn-delgrn:active{
 text-decoration: none;
 color: white;
 background-color: #ff9800;
 border: 1px solid #ff9800;
 transition: 0.3s all ease;
}
.btn-delgrn-rev {
    border-radius: 0px;
    color: #ffffff;;
    background-color: #ff9800;
    border: 1px solid #ff9800;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s all ease
}
.btn-delgrn-rev:hover,
.btn-delgrn-rev:active{
 text-decoration: none;
 color: white;
 background-color: #ff4500;
 border: 1px solid #ff4500;
 transition: 0.3s all ease;
}
.grd-green{
    background: #0F613D;   
    overflow: hidden; 
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

.grd-green .nav-item a,.grd-green a {
	text-decoration: none;
	color: #fff;
}
.grd-green a:hover,
.grd-green .nav-item a:hover,
.grd-green.nav-item a:focus,
.grd-green .nav-item a:target,
.grd-green.nav-item a:active{
	color: #dedede;
	text-decoration: none;
}
.navbar .navbar-expand-lg .navbar-light .sticky-top{
	position: fixed;
    width: 100%;
    top: 0;
}
.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav a {
    padding-right: 1rem;
    color: #767676;

}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:active {
    color: #ff4500;
}
.dropdown-item{
    font-size: 16px;
    font-weight: 500;
}
.dropdown-menu .dropdown-item.active, .dropdown-item:hover {
    color: #ff4500;
    text-decoration: none;
    background: #efefef;
}

.dropdown-menu .nav-link.active,
.dropdown-menu .nav-link.active:hover,
.dropdown-menu .nav-link.active:focus {
    color: #ff4500 !important;
    text-decoration: none;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    color: #fff;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.5);

}
  .carousel-inner img {
    width: 100%;
    height: 83vh;

  }
 .carousel-caption h1{
 	font-size: 3em;
 	margin-bottom: 5px;
 	letter-spacing: 5px;
    font-weight: 700;
 

 }
  .carousel-caption p{
 	font-size: 20px;

 }

.sst-parallax{
position: relative;
}
.sst-parallax-img {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../img/project-gate.jpg");
    background-attachment: fixed;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    display: block;
	
}
.sst-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
   
}
.gap-x{
	margin-bottom: 20px;
}
.gap-n{
	margin-bottom: 45px;
}
.gap-l{
	margin-bottom: 60px;
}
.gap-s{
	margin-bottom: 30px;
}
.sst-text{
	font-size: 42px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    word-wrap: break-word;
    background: #ff4500;    
    overflow: hidden; 
	color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-top: -10px;
}
.sst-heading{
	font-size: 42px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    word-wrap: break-word;   
    overflow: hidden; 
	color: #fff;
	margin-top: -10px;
}
.bg-sst {
    background-color: #ff4500!important;
	background: url("../img/background.jpg") no-repeat;
	background-size:cover;
}
.btn{
	padding:10px 35px;
    border-radius: 0px;
}
.btn-whbg{
	border: 1px white solid;
	padding: 5px 20px;
	color: green;
    background: white;
	margin:	5px;
    letter-spacing: 5px;
    cursor: pointer;
}
.btn-whbg:hover,
.btn-whbg:active,
.btn-whbg:active,
.btn-whbg:focus{
	color: white;
	background: #82B724;
}
.divider{
	width: 80%;
	height: 1px;
	background: #b0bec5 ;
	margin-bottom: 45px;
    margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#back2Top {
    width: 40px;
	height: 40px;
	border-radius:50%;
    line-height: 40px;
    overflow: hidden;
    z-index: 99;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 20px;
    right: 5px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #ff4500;
    color: #fff;
}
.projects {
  position: relative;
}
.projects .owl-theme .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.projects .owl-theme .custom-nav .owl-prev, .projects .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 1000;
}
.projects  button:focus {
    outline: none;
    
}
.projects .owl-theme .custom-nav .owl-prev i, .projects .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.projects .owl-theme .custom-nav .owl-prev {
  left: -40px;
}
.projects .owl-theme .custom-nav .owl-next {
  right: -40px;
}
.testimonials .carousel-inner img {
   
}
.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
  hover: #ef4c23;
  color: #3d3d3d !important;
  opacity: 1 !important;
}
.area{
	position: relative;
	
}
.area-text{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.75);
	padding: 10px 15px;
	color:#fff;
	text-transform: uppercase;
}
.area-text h5{
	color:#fff;
	text-transform: uppercase;
	font-size:1rem;
}
.gallery a img{
    padding:0px;
    margin: 5px;

}
.gallery a img:hover{
    box-shadow: 2px 2px 2px #b0bec5;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s; 
}
.project-gallery a img {
    height: 200px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button {
    color: #fff;
}
.sl-overlay{
   background: #000;
}
.underline{
    border-bottom: 1px solid #82B724; margin-bottom: 15px;

}
.nav-tabs .nav-link.active, .nav-tabs .show>.nav-link {
    color: rgb(12,143,12);
}
.nav-tabs .nav-link{
    color: white;
    background-color: #82B724;
    border: 1px solid white;
}
.tab-content>.active {
    padding-top: 30px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.nav-pills {
    border-bottom: 1px solid #dee2e6;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #82B724;
    background-color: #82B724;
}
.nav-pills .nav-link{
    color: white;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}
.dlt-grn {
    background: #82B724;
    background: -webkit-linear-gradient(45deg, #56ab2f, #82B724);
    background: -o-linear-gradient(45deg, #56ab2f, #82B724);
    background: -moz-linear-gradient(45deg, #56ab2f, #82B724);
    background: linear-gradient(45deg, #56ab2f, #82B724);    
    overflow: hidden;    
}

.project-card{   
    position: relative;
    max-width: 100%;
    border: 5px solid #f1f8ff;
    font-size: 13px;
    background-color: #ffffff;
    transition: 0.3s ease-out;
    float: left;

}
.project-card:hover, .project-card:focus{  
   /* transform: translate(0%, -10px); */
}
.project-card-img-wrapper {
    position: relative;
    float: left;
    background: #000;
    overflow: hidden;
}
.featured_gradient {
    background-image: linear-gradient( to top, #000, rgba(0,0,0, 0) 56%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.67;
    z-index: 1;
}
.project-card-img {
    display: block;
    height: auto;   
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all ease 0.6s;    
    -webkit-transform: scale(1);
	transform: scale(1);

}
.project-card-img:hover, .project-card-img:focus{    
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
    transition: all ease 0.6s;
}
.values h4{
	font-weight: 600;
	text-transform: uppercase;
}

.location-img{
	width:100%;
	min-width: 100%;
	max-width: 100%;
}
.tag-wrapper {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    top: 0;
}
.status-wrapper {
    float: right;
}
.action_tag_wrapper {
    font-size: 12px;
    float: left;
    background-color: #37464e;
    color: #fff;
    position: relative;
    padding: 0px 15px;
    top: 20px;
    text-align: center;
    line-height: 23px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.ribbon-inside {
    text-transform: capitalize;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding: 1px 15px;
    height: auto;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 0px 15px;
    line-height: 23px;
    background-color: #e10000;
}
.project_highlight_wrapper {
    position: relative;
    margin-top: 5px;
    color: #4caf50;
    margin-left: 20px;
    font-size: 15px;
    float: left;
    line-height: 30px;
    font-weight: 500;
}
.project-card h4 {
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
}
.project_details {
    margin: 0px;
    line-height: 22px;
    float: left;
    padding: 0px 20px;
    margin: 5px 0px 5px 0px;
    width: 100%;
    min-height: 160px;
}
.project_location_wrapper {
    border-top: 1px solid #eef3f6;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px;
    color: #8593a9;
    line-height: 16px;

    max-width: 100%;
}
.project_location {
    float: left;
    font-weight: 600;
    color: #607D8B;
}
.project_btn_wrapper {
    float: right;
}
.project_details_x a, .projects_x {
    font-size: 12px;
    float: right;
    padding: 4px 7px;
    color: #ffffff;
    background-color: #ff9800;
    border: 1px solid #ff9800;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s all ease
}
.project_details_x a, .projects_x:hover,
.project_details_x a, .projects_x:focus{
 text-decoration: none;
 color: white;
 background-color: #8BC34A;
 border: 1px solid #8BC34A;
 transition: 0.3s all ease;
}
.amenities-list{
    list-style: none;
}
.amenities-list li{
    margin-bottom: 25px;
    margin-left: -25px;
}
.amenities-list li img{
    margin-right: 10px;
    height: 40px;
}
.title{
    margin-bottom: 25px;
    margin-top: 25px;
}
.mob_enquire{
display: none !important;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.list-group a{
  color: #fff;
}
.list-group a:hover{
  color: #fff;
  text-decoration: none;
}
.list-group-item a{
    color:#212529;
}
.list-group-item a:hover{
    color:#8BC34A;
}
.list-group-item.active a {
    color: #fff;

}
.scroll{    
    padding:30px; 
    background-color: #fff; 
    width: 100%; 
    height: 900px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    
}
/* testimonials */

.testim {
		width: 100%;
		position: relative;
}

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

.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: #ff4500;
    font-size: 1em;
    margin: 15px 0;
}

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

}
