@import url('https://fonts.googleapis.com/css?family=PT+Sans');
body{
	background:#fff/*#D3D3D3*/;
	width:100%;
	min-height:350px;
	font-family: 'PT Sans', sans-serif;
}
/*----------header-----------------*/
iframe {
    border:0;
    
}
.nav-bar-mobile span
{
	font-size: 30px;
    cursor: pointer;
    /* top: 60px; */
    position: absolute;
    z-index: 100;
    background:#569E38;
    color:#FFF;
	padding:5px;
}
.book-form input{
width:100%;
}
.contact-sec{
width:100%;
}
.mobileonly{display:none;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
	font-family: 'PT Sans', sans-serif;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}
/*---////side----nav--*/
.top-header{
	width:100%;
	height:40px;
	background: #7a0000;
    border-bottom: 1px solid #640000;
	
}
.nav-list{
	float:right;
}
.nav-list li{
	display:inline-block;
	padding:10px;
	color:#fff;
	
	
}
.mid-header{
	width:92%;
	height:107px;
	background: white;
	margin-left:5px;
}
.main-logo img{
	padding:5px;
}
.navbar{
	 color: #FFFFFF;
    background-color: #569E38;
	margin-bottom:none;
	width: 100%;
        z-index: 600;
}
.navbar-toggle .icon-bar{
	background-color:white;
}
.navbar-nav li a{
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
}
.navbar-brand{
	    position: absolute;
    z-index: 100;
}
.navbar-nav{
	float:right;
}
/*-----------------------------------------*/
.call-main {
	float:right;
	font-family: 'PT Sans', sans-serif;
}
.call-main a:hover{
	text-decoration:none;
}
.mobile-call{
float:left;
}	
	
.slider-sec{
	width:100%;
	position:relative;
	
}
.contact-form{
	    width: 25%;
    position: absolute;
    left: 6p;
    top: 195px;
    z-index: 500;
    right: 133px;

}
.contact-form-2{
	    left: 6p;
	    color:#555;
    top: 195px;
    z-index: 500;
    right: 133px;

}
.contact-mobile{
	position:relative;
	z-index:500;
	left: 0%;
    top: -67px;
	background-color:rgba(86,158,56,0.9);
	width: 100%;
	    height: 67px;
}
.contact-mobile  a:hover{
	text-decoration:none;
}
.contact-mobile .left{
	float:left;
}
.contact-mobile .right{
	float:right;
}
.contact-mobile h3 {
	font-family: 'PT Sans', sans-serif;
	color:#fff;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
	margin:0;
	margin-bottom: -7px;
    margin-top: 4px;
}
.contact-mobile p{
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	margin:0;
	padding-left:10px;
	
}
.contact-mobile .fa{
	border-radius: 50%;
    border: 2px solid #fff;
    padding: 7px;
    float: right;
    color: #fff;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 19px;
}

.contact-form-main{
	background-color:#569E38;
	border: 4px solid #fff;
	color:#777;
    border-radius: 10px;
	opacity: 0.9;
}
.contact-form-main h5{
	background-color:#6DB512;
	width:100%;
	height:50px;
	text-align:center;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:600;
    padding-top: 10px;
    font-size: 27px;
	
	
}
.contact-form .frm-ctrl{
	width: 89%;
        border: 1px solid #fff;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
    margin: 5px;
    margin-right: 10px;
    height: 41px;
    padding: 10px;
    margin-left: 19px;
	
}
.contact-form .frm-ctrl-textarea{
	width:89%;
	margin:5px;
	margin-left: 19px;
    margin-right: 10px;
	font-family: 'PT Sans', sans-serif;
	    border: 1px solid #fff;
	border-radius:3px;
	 padding: 10px;
	 height:70px;
	
}
.form-btn{
	text-align:center;
}
.frm-ctrl-btn{
	    padding: 10px;
    width: 150px;
    border-radius: 5px;
    background: #6DB512;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 2px solid #fff;
	    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.frm-ctrl-btn:hover{
	transform: translateX(4px);
}
.sec-head{
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	margin-top: 30px;
}
.sec-head h3{
	font-weight: 600;
    font-size: 25px;
	margin: 9px;
}
.sec-head  h4
{
	margin: 0;
    font-size: 19px;
}
.btn-left-sec{
	background:#007fb8;
	padding:10px;
	text-align:center;
	border-radius:5px;
	margin-top:10px;
	color:#fff;
	display:block;
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-size:25px;
	    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}
.btn-left-sec:hover{
	text-decoration:none;
	color:#fff;
	    border: 2px solid #fff;
		transform: translateX(4px);
}
	
.left-sec li{
		list-style-type:none;
		padding-top:10px;
}
.content-about{
	    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: justify;
    margin-top: 15px;
}
.left-contact-form{
	border-radius: 3px;
    background-color: #f3f3f3;
    width: 89%;
    margin-left: 39px;
}
.left-contact-form .block-title
{	padding-left: 10px;
    background-color: #007fb8;
    color: #fff;
	padding:10px;
	text-align:center;
	border-radius:5px;
	font-family: 'PT Sans', sans-serif;
}
.left-contact-form p{
	font-family: 'PT Sans', sans-serif;
	padding-left:25px;
}
	
.left-contact-form h6
{
	color: #333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	padding-left:25px;
	font-family: 'PT Sans', sans-serif;
}
hr{
	    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
border-top: 1px solid #eee;}
.tarif-sec table{
	width:100%;
	border-collapse: collapse;
	font-family: 'PT Sans', sans-serif;
}

.tarif-sec th{
	height:50px;
	text-align:center;
	font-size:16px;
	 background-color: #aaa;
	 border: 1px solid #fff;
	 font-weight:bold;
	font-size:13px;
}
.tarif-sec td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
	font-weight:bold;
	font-size:13px;
}


.tarif-sec h3{
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-weight:600;
	display:block;
}
.tarif-sec span{
	width:100%;
	display:block;
	margin-bottom:0px;
	font-size:17px;
	
}
.tarif-sec h3:after{
    border: 1px solid #FFCC00;
    clear: both;
    display: inline-block;
    width: 10%;
    content: "";

}
.tarif-sec h4{
	font-family: 'PT Sans', sans-serif;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight:bold;
    color: brown;
}
.tarif-sec h5{
	font-weight:bold;
}
.tarif-sec .info{
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-weight:600;
	display:block;
	color:#661111;
	padding-top:10px;
}
.tarif-sec input:hover{
 	border: 1px solid #FFCC00;
}
.tarif-sec textarea:hover{
 	border: 1px solid #FFCC00;
}
.book-btn{
    	background: #569E38;
    padding: 5px;
    color: #fff;
    margin: 2px;
    margin-top: 5px;
    /* float: right; */
    text-align: center;
    float: right;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
}
.book-btn:hover{
	text-decoration:none;color: #111133;
}	
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../image/top-icon.png) no-repeat;
}
.copyright{
    background-color: #aaa;
    width: 100%;
    min-height: 50px; 
    text-align: center;
    padding-top: 15px; 
    margin-top: 50px;
    
    
}
.social {
    position: fixed;
    bottom: 30%;
    z-index: 999;
    width: 4%;
}

.social ul {
    padding: 0;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 15px;
    width: 310px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .twitter_li {
    background: #00abf0;
    color: #fff
}

.social ul .facebook_li {
    background: #39579a;
    color: #fff
}

.social ul .ln_li {
    background: #007ab8;
    color: #fff
}

.social ul .gplus_li {
    background: #d0422a;
    color: #fff
}

.social ul .wapp_li {
    background: #2eb541;
    color: #fff
}

.social ul .skype_li {
    background: #3e9dd7;
    color: #fff
}

.social ul .twitter_li:hover {
    background: #00abf0;
    color: #fff
}

.social ul .facebook_li:hover {
    background: #00abf0;
    color: #fff
}

.social ul .ln_li:hover {
    background: #00abf0;
    color: #fff
}

.social ul .gplus_li:hover {
    background: #d0422a;
    color: #fff
}

.social ul .wapp_li:hover {
    background: #2eb541;
    color: #fff
}

.social ul .skype_li:hover {
    background: #3e9dd7;
    color: #fff
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4)
}

.social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.social ul li:hover i {
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.social ul li .fa-twitter:hover {
    color: #00abf0
}

.social ul li .fa-facebook:hover {
    color: #39579a
}

.social ul li .fa-linkedin:hover {
    color: #007ab8
}

.social ul li .fa-google-plus:hover {
    color: #d0422a;
    font-size: 15px
}

.social ul li .fa-whatsapp:hover {
    color: #2eb541
}

.social ul li .fa-skype:hover {
    color: #3e9dd7
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 7px 10px 8px 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 29px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.social ul li .fa-twitter {
    color: #00abf0
}

.social ul li .fa-facebook {
    color: #39579a
}

.social ul li .fa-linkedin {
    color: #007ab8
}

.social ul li .fa-google-plus {
    color: #d0422a;
    font-size: 15px
}

.social ul li .fa-whatsapp {
    color: #2eb541
}

.social ul li .fa-skype {
    color: #3e9dd7
}