@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic/Montserrat-Regular.ttf');
}

.zoom-img{
position:relative;
overflow:hidden;
border:1px solid #c5c1c1; 
}

.zoom-img img{
transform: scale(1);
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
}

.zoom-img img:hover{
cursor:pointer;
transform: scale(1.2);
transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
}

.angle:before{
content: '';
    position: absolute;
    top: 18px;
    width: 38px;
    background: url(../images/content/angle.png);
    height: 26px;
}
.bottom-bodar:before{
content:'';
width:18%;
height:3px;
position: absolute;
background: #f05b29;
top: 45px;
}
.carousel-caption{
  bottom: 200px !important;
}
.carousel-caption h3{
  font-size: 2.5em;
  color: #ffffff;
  text-shadow: 0 0 3px #000000;
}

.hs_footer_help_wrapper ul{
margin-top: 27px;
}

.hs_footer_help_wrapper ul li {
line-height:30px;
font-size: 13px;
}

.hs_footer_help_wrapper ul li a{
color:#dbdcdd;
font-family: montserrat;
}

.hs_footer_contact_wrapper .col-xs-4{
padding-right: 3px!important;
padding-left: 3px!important;
margin-bottom: 6px;
}
.hs_footer_contact_wrapper .col-xs-4 img{width:100%; height:80px;}

.hs_footer_contact_wrapper .row{margin-left:0px;}
.footer_bottom_cont_wrapper p{
    color: #dbdcdd;
}
.footer_bottom_cont_wrapper p span{
    color: #f1531e;
}

.hs_footer_main_wrapper .container{
border-bottom:1px solid #4b4d4e;
padding-bottom: 50px;
}

.hs_bottom_footer_main_wrapper .col-lg-12{
padding-left: 0px;
}

.gallery{
margin-top:60px;
}

.zoom img{
height:270px;
}
.snake{
position: relative;
overflow: hidden;
border: 2px solid #ece8e8;
text-align: center;
}
.overlay {
    position: absolute;
    opacity: 0.9;
    text-align: center;
    padding-top: 60px;
    background-color: rgb(255, 126, 0,0.5);
    color: #fff;
}
.overlay .title{
font-size: 15px;
font-weight: bold;
display: block;
width: 100%;
padding-top:50px;
}
.overlay .title h2{color:#fff!important;}



.testimonials{ 
    border: 1px dashed #ff7e00;
    border-radius: 5px;
    font-size: 14px;
    padding: 16px;
    margin: 16px 0;
    box-shadow: 0 0 3px #0000002b;
    color: #000;
}


.testimonials::after {
  content: "";
  clear: both;
  display: table;
}

.testimonials img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.testimonials span {
  font-size: 20px;
  margin-right: 15px;
  color: #ff7e00;
}
.testimonials hr{
  margin-top: 5px;
}
@media (max-width: 767px){
    .gallery{
    margin: 0;
  }
  .hs_about_indx_inner_main_wrapper{
    padding: 0;
  }
  .hs_kd_left_sidebar_main_wrapper{
    margin-top: 50px;
  }
  .hs_contact_indx_form_main_wrapper{
    padding-top: 50px;
  }
.carousel-control{display: none;}
.hs_slider_heading_wrapper{z-index:1;}
.hs_slider_cont_wrapper > div {
    /* position: relative; */
    margin: 0 auto;
    transform-style: preserve-3d;
	left: -63px;
}
.sun {
  width: 150px;
}
.star {
    width: 150px;
    height: 150px;
    background: url(../images/content/solar/sun.png) no-repeat;
    background-size: cover;
    border-radius: 250px;
    margin: 0 auto;
    animation: spinsun 40s infinite linear;
}

.hs_slider_cont_wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 15%;
    margin: 0 auto;
    display: block;
    perspective: 1000px;
    perspective-origin: 60% 50%;
    transform: rotate(-10deg);
    padding-top: 56px;
}
.jupiter .planet {
    width: 80px;
    height: 80px;
}
.hs_wave {
    width: 400px;
    height: 400px;
	left: -193px;
	bottom: -156px;
}

}

.color{color:#ff7e00}