body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
.logo{
	display:inline-block;
	float:left;	
}
.navbar_main{
	background:#3f0a42;	
	padding:10px 0px;
}
.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#ffce6b;
	text-decoration:none;	
}

.navbar_main li:hover > ul {
	display:block;
}
.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}


.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: inline-block;
	float: right;
	margin-top:19px;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}

.navigation li {
	font-size:15px;
	line-height:42px;
	position:relative;
	cursor:pointer;
	font-family: 'Hind Madurai', sans-serif;
	padding: 0px 0px;
}
.navigation li a {
	color:#fff;
	display:block;
	transition: all 0.3s ease-out;
	padding:0px 15px;
	font-family: 'Hind Madurai', sans-serif;
	font-weight:600;	
}
.navigation li a:hover{
	color:#ffce6b;	
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
	background:#29abe2;
}
.navigation li a.active {
	background:#ef7f1a;
	color:#fff;	
}
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
}
.navigation ul ul li {
	width:230px;
	line-height:40px;
	top:0;
}
.navigation ul ul li a{
	background:#000;
	padding: 0px 20px 0px 20px;
	border-bottom: 1px solid #fff;
	color:#fff;
	transition:none;
	text-align:left;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul li a:hover{
	background:#ffce6b;
	color:#000;
	border-bottom: 1px solid #ccc;
	transition:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}

.navigation .menu {
	background:url(../images-1/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images-1/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images-1/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	position:fixed;
	z-index: 999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar_main.fixed .logo{
	width:130px;	
}
.navbar_main.fixed .logo img{
	width:100%;	
}
.navbar_main.fixed .navigation{
	margin-top:1px;	
}

.top_phone_email_togle{
	background:#ffce6b;
	border-bottom:1px solid #3f0a42;
}

.phone{
	position:relative;	
}
.phone ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.phone li{
	float:left;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: 400;
	padding: 8px 35px 8px 0px;
	font-size: 16px;
	color:#000;	
}
.phone .fa{
	color:#000;
	padding:0px 8px 0px 0px;	
}
.phone img{
	width: 22px;
	margin-right: 10px;
	vertical-align: top;	
}

.top_bar_main{
	background:#ffce6b;	
}
.trustpilot_main{
	margin-top:40px;	
}
.video_section_btm{
	width: 53%;
	float: left;
	margin: 0px 25px 20px 0px;
	height: 350px;
}


.tag_hadding{
	color:#fff;
	padding: 20px 153px;	
}
.tag_hadding p{
	display: inline-block;
	margin:0px;
}
.tag_hadding h1{
	display: inline-block;
	margin:0px;
}
.tag_hadding h2{
	display: inline-block;
	margin:0px;
}
.tag_hadding h3{
	display: inline-block;
	margin:0px;
}
.tag_hadding h4{
	display: inline-block;
	margin:0px;
}
.tag_hadding h5{
	display: inline-block;
	margin:0px;
}
.tag_hadding span{
	display: inline-block;
	margin:0px;
}

/*Socical icons*/
.social-links {
    margin-top: 12px;
    float: right;
	margin-right:100px;
}
.social-links li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 0px 0px;
    text-indent: -9999px;
}
.social-links a {
    display: block;
    height: 26px;
    transition: all 0.2s ease-out 0s;
    width: 26px;
}
.social-links li.twitter a {
    background-image: url("../images-1/social/t_head.png");
    background-repeat: no-repeat;
}
.social-links li.facebook a {
    background-image: url("../images-1/social/fb_head.png");
    background-repeat: no-repeat;
}
.social-links li.linkedin a {
    background-image: url("../images-1/social/in_head.png");
    background-repeat: no-repeat;
}
.social-links li.viemo a {
    background-image: url("../images-1/social/v_head.png");
    background-repeat: no-repeat;
}
.social-links li.dribbble a {
    background-image: url("../images-1/social/d_head.png");
    background-repeat: no-repeat;
}
.social-links li.gplus a {
    background-image: url("../images-1/social/g_head.png");
    background-repeat: no-repeat;
}
.social-links li.rss a {
    background-image: url("../images-1/social/rss_head.png");
    background-repeat: no-repeat;
}

.social-links li.twitter a:hover {
    background-image: url("../images-1/social/t_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.facebook a:hover {
    background-image: url("../images-1/social/fb_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.linkedin a:hover {
    background-image: url("../images-1/social/in_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.viemo a:hover {
    background-image: url("../images-1/social/v_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.dribbble a:hover {
    background-image: url("../images-1/social/d_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.gplus a:hover {
    background-image: url("../images-1/social/g_head_hover.png");
    background-repeat: no-repeat;
}
.social-links li.rss a:hover {
    background-image: url("../images-1/social/rss_head_hover.png");
    background-repeat: no-repeat;
}



/*video_section*/
.video_section{
	background:#f0f0f0;	
	padding:113px 0px 69px 0px;
}
.heading_section_video h2{
	margin:0px;
	color: #3f0a42;
	font-weight: bold;
	font-size: 46px;
}
.founder{
	font-size:38px;	
}
.video_section_left{
	padding:50px 20px 20px 0px;
	margin-top: -10px;	
}
.video_section_left p{
	text-align:justify;
	font-family: 'Hind Madurai', sans-serif;
	color:#333;	
	font-size:18px;
}
.video_section_left span{
	font-size:16px;
	font-weight:bold;
	color:#f68b1f;	
}
.video_main{
	background:#cccccc;	
	position:relative;
	height: 345px;
	width: 100%;
	margin-top:18px;
	margin-bottom: 35px;
}
.video_video{
	background: #f68b1f;
	margin-left: 20px;
	position: absolute;
	top: 20px;
	width: 100%;
	padding:15px 15px 15px 15px;	
}

.years_clients{
	background:url(../images-1/cap-bg.jpg);
	text-align:center;	
}

.years_clients h2{
	font-size: 60px;
	line-height: 83px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #dc740c;
	font-weight: 900;
	font-style: italic;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojREM3RDJGOyIgLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3R5bGU9InN0b3AtY29sb3I6I0VCQUU3MDsiIC8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdHlsZT0ic3RvcC1jb2xvcjojREM3NDBEOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #cdcdcd), color-stop(48%, #ffffff), color-stop(84%, #cdcdcd));
	background-image: -moz-linear-gradient(top,#cdcdcd 40%,#ffffff 48%,#cdcdcd 84%);
	background-image: -webkit-linear-gradient(top,#cdcdcd 40%,#ffffff 48%,#cdcdcd 84%);
	background-image: -o-linear-gradient(top,#cdcdcd 40%,#ffffff 48%,#cdcdcd 84%);
	background-image: -ms-linear-gradient(top,#cdcdcd 40%,#ffffff 48%,#cdcdcd 84%);
	background-image: linear-gradient(top,#cdcdcd 40%,#ffffff 48%,#cdcdcd 84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
	text-align:center;
}
.owl-pagination{
	display:none;	
}
.top_images{
	background:url(../images-1/cap-bg.jpg);	
}
.slider_column{
	width:25%;
	float:left;
	padding:0px 2px;
	position:relative;	
}
.slider_column img{
	width:100%;	
}
.top_slider_txt{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	text-align:center;
}
.top_slider_txt:hover{
	background:rgba(0, 0, 0, 0.8);	
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}

.top_slider_txt h4{
	position:absolute;
	top:-30%;
	width:100%;
	color:#fff;
	padding:0px 15px;
	font-family: 'Hind Madurai', sans-serif;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}
.top_slider_txt:hover h4{
	top:30%;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.top_slider_txt a{
	padding:4px 8px 4px 8px;
	background:#fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;	
}
.top_slider_txt a:hover{
	color:#000;
	text-decoration:none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;	
}
.top_slider_txt a:focus{
	color:#000;
	text-decoration:none;
	outline:none;	
}



/*Counter*/
.single_counter{
	width:18%;
	float:left;
	text-align:left;
	background: #fff;
	margin: 0px 12px;
	padding: 10px 5px 10px 12px;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}
.single_counter:hover{
	background:#f68b1f;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}
.single_counter .fa{
	font-size: 30px;
	display: inline-block;
	background: #292929;
	padding: 13px 13px;
	color: #f68b1f;
	vertical-align:top;
}
.single_counter h2{
	font-size: 35px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	
}
.single_counter p{
	margin:0px;
}
.single_counter a{
	color:#000;	
}
.single_counter a:hover{
	color:#000;	
	text-decoration:none;
}
.single_counter a:focus{
	color:#000;	
	text-decoration:none;
	outline:none;
}
.count_right{
	display:inline-block;
	padding-left:8px;	
}
.main_counter_area{
	background:#cacaca;
	padding:70px 0px 0px 0px;
}

.amicale_bhv{
	background:url(../images-1/hbv_bg.jpg);
	padding:100px 0px 80px 0px;	
	background-size: cover;
}

.amicale_bhv_imag{}
.amicale_bhv_imag img{
	width:100%;	
}
.amicale_bhv_right{
	width: 31%;
	float: left;
	margin: 0px 6px;
	position:relative;
}
.amicale_bhv_txt{
	position:absolute;
	bottom: 10px;
	left: 10px;
	width:93%;	
}
.amicale_bhv_txt .cl_details{
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 38px;
    font-weight:600;
    float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 14px;
	font-family: 'Hind Madurai', sans-serif;
}
.amicale_bhv_left h3{
	margin: 0px;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
}

.amicale_bhv_left .line{
	height: 1px;
	background: #ed760e;
	margin-top: 5px;
	width: 80%;
	float: right;	
}



.taj_mahal_main{
	background: #f0f0f0;
	padding: 113px 0px 69px 0px;	
}
.taj_mahal_txt{
	background: #fff;
	webkit-box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.3);
	padding: 50px 30px 20px 30px;
	width:60%;
	float:left;
	margin-top:35px;
}
.taj_mahal_txt h3{
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color:#333;	
}
.taj_mahal_txt p{
	font-family: 'Hind Madurai', sans-serif;
	font-size: 15px;
	text-align:justify;	
}
.taj_mahal_imag{
	float:left;
	width:40%;	
}

.taj_mahal_txt a{
	color:#ed760e;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;
	font-size:16px;
	text-decoration:underline;	
}
.taj_mahal_txt a:hover{
	color:#ed760e;
	text-decoration:none;	
}
.taj_mahal_txt a:focus{
	color:#ed760e;
	text-decoration:none;
	outline:none;	
}

.departs_garanti{
	background:url(../images-1/petit_circuit_bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0px 50px 0px;	
}

.departs_garanti_top_heading{
	padding:10px 0px 35px 0px;	
}
.departs_garanti_top_heading h3{
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color:#333;
	margin:0px;
}
.departs_garanti_txt{}
.departs_garanti_txt h3{
	margin:0px;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;
	padding-bottom: 8px;	
}
.departs_garanti_txt h4{
	margin:0px;
	font-family: 'Hind Madurai', sans-serif;
	font-weight: bold;	
	padding-bottom: 15px;
}
.departs_garanti_txt p{
	margin:0px;
	font-family: 'Hind Madurai', sans-serif;
	font-size:15px;
	padding-bottom: 8px;
}
.departs_garanti_txt a{
	font-family: 'Hind Madurai', sans-serif;
	font-size:15px;
	border:2px solid #000;
	padding:6px 22px 6px 22px;
	color:#000;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.departs_garanti_txt a:hover{
	background:#ed760e;
	text-decoration:none;
	border:2px solid #ed760e;
	color:#000;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}



.les_sites_historique{
	padding:80px 0px 40px 0px;	
}
.les_sites_historique_heading {
    padding: 10px 0px 35px 0px;
}
.les_sites_historique_heading h3 {
    font-family: 'Hind Madurai', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #333;
    margin: 0px;
	text-align:center;
}
.les_sites_historique_heading a{
	color: #333;
}
.les_sites_historique_heading a:hover{
	color: #333;
	text-decoration:none;
}
.les_sites_historique_heading a:focus{
	color: #333;
	text-decoration:none;
	outline:none;
}
.les_sites_historique_txt{
	background: #fff;
	margin-top: -30px;
	border-top: 2px solid #ed760e;
	width: 90%;
	text-align: center;
	padding: 12px 5px;
	display: inline-block;
	margin-left: 5.5%;
	margin-bottom: 35px;	
}
.les_sites_historique_txt h3{
	margin:0px;
	font-family: 'Hind Madurai', sans-serif;
	font-size: 28px;
	padding-bottom: 10px;
	color:#333;	
}
.les_sites_historique_txt p{
	margin:0px;
	font-family: 'Hind Madurai', sans-serif;	
	font-size: 15px;
	padding-bottom: 10px;
}
.les_sites_historique_txt a{
	color:#333;	
}
.les_sites_historique_txt a:hover{
	color:#333;
	text-decoration:none;
}
.les_sites_historique_txt a:focus{
	color:#333;
	text-decoration:none;
	outline:none;
}

.les_sites_historique_txt .read_more_btn{
	color:#ed760e;	
	font-family: 'Hind Madurai', sans-serif;
	font-size:18px;
}
.les_sites_historique_txt .read_more_btn:hover{
	color:#ed760e;	
}
.les_sites_historique_txt .read_more_btn:focus{
	color:#ed760e;	
}

.les_sites_historique_imag a:focus{
	outline:none;	
}
.les_sites_historique_imag img{
	width:100%;	
}
.border_black{
	border-top:1px solid #000;
	padding:50px 0px 40px 0px;	
}


.explore-left {
    width: 50%;
    position: relative;
    float:left;
    vertical-align: top;
}

.explore-right{
	width: 50%;
    position: relative;
    float:left;
    vertical-align: top;
}
.item_large{
	width:100%;
	padding:0px 10px;
	float:left;	
}
.explore_item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.contact_form_main{
	background:#E6E6E6;
	padding:15px 15px 3px 15px;
	float: left;
	width: 100%;
	margin-bottom:50px;	
}
.form_colum_left{
	width: 33%;
	float: left;
	margin: 0px 10px 0px 0px;	
}
.form_colum_right{
	width: 33%;
	float: left;	
}
.form_colum_last{
	width: 32%;
	float: left;
	margin: 0px 0px 0px 10px;	
}
.form_column{
	margin:0px 0px 10px 0px;	
}
.form_column .form-control{
	height:50px;
	font-family: 'Hind Madurai', sans-serif;	
}
.form_column .form-control:hover{
	box-shadow: 2px 2px 2px 2px rgba(115, 44, 123, 0.6);
}
.form_column .gold_btn {
    color: #fff;
    background-color:#732C7B;
    padding: 7px 35px;
    border-radius: 4px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Hind Madurai', sans-serif;
	border:none;
}
.form_column .gold_btn:hover{
    color: #fff;
    background-color:#732C7B;
    padding: 7px 35px;
    border-radius: 4px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Hind Madurai', sans-serif;
	border:none;
	box-shadow: 2px 2px 2px 2px rgba(115, 44, 123, 0.6);
}
.form_column .sum {
    width: 35px;
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
	font-size: 16px;
	background-color: #eeeeee;
	border: 1px solid #000;
}
.form_column .captcha {
    display: inline;
    width: 60px;
    text-align: center;
	height: 40px;
}
.contact_form_main h3{
	margin: 0px;
	font-family: 'Hind Madurai', sans-serif;
	font-size: 28px;
	padding-bottom: 10px;
	color: #333;
}


/* Social Icon */
.social_icon {
	position:fixed;
	width:100px;
	top:40%;
	left:0;
	z-index:9999;
}
.social_icon ul {
  padding: 0px;
  -webkit-transform: translate(-260px, 0);
  -moz-transform: translate(-260px, 0);
  -ms-transform: translate(-260px, 0);
  -o-transform: translate(-260px, 0);
  transform: translate(-260px, 0);
}
.social_icon ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.9);
  width: 340px;
  text-align: right;
  -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;
  color: #fff;
}
.social_icon ul li:hover {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background:#fff;
  color:#000;
}
.social_icon ul li:hover a {
  
}
.social_icon span{
	background: #3f0a42;
	color: #fff;
	padding: 10px 15px 10px 9px;
	border-radius: 0px 30px 30px 0px;
	display: inline-block;
	width: 84px;
	margin: 0px 0px 0px 5px;	
}

/*Testimonials*/
.demo{ background:url(../images-1/testimonial_bg.jpg) no-repeat;
	background-size:cover;
	padding: 50px 0px;
}
.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #e1c37d;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #e1c37d;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
	font-family: 'Hind Madurai', sans-serif;
	padding-bottom:15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
	font-family: 'Hind Madurai', sans-serif;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #e1c37d;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}

.liste_de_vehicules{
	background:#f0f0f0;
	padding:80px 0px 50px 0px;
}
.liste_de_vehicules h3 {
    margin: 0px;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 38px;
    padding-bottom: 10px;
    color: #333;
}
.vehicules_images{
	width:25%;
	float:left;	
}
.vehicules_images img{
	width:100%;	
}


.footer_main{
	background:url(../images-1/footer.jpg) no-repeat;
	background-size:cover;
	padding:50px 0px 0px 0px;	
}
.footer_column{
	width: 18%;
	float: left;
}
.footer_column1{
	width: 23%;
	float: left;
}
.footer_column_inner{
	padding:0px 10px;
	position:relative;
}
.footer_column_inner h3{
	margin:0px;
	color:#fff;
	font-family: 'Hind Madurai', sans-serif;
	padding-bottom:30px;
}
.footer_column_inner ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.footer_column_inner li{
	padding:0px 0px 15px 0px;	
}
.footer_column_inner a{
	color:#fff;
	text-decoration:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	font-family: 'Hind Madurai', sans-serif;	
}
.footer_column_inner a:hover{
	color:#f68b1f;
	text-decoration:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}
.footer_column_inner a:focus{
	color:#f68b1f;
	text-decoration:none;
	outline:none;
}
.footer_column_inner span{
	font-size:24px;	
}
.footer_column_inner p{
	color:#fff;	
	padding-left: 10px;
}
.footer_column_inner .fa{
	position:absolute;
	left:0px;
	padding-top:4px;	
}
.footer_column_inner img{
	width:100%;	
}
.footer_bottom{
	background:url(../images-1/bor-bot.gif) repeat-x top center;	
	padding:15px 0px;
}
.footer_bottom_left p{
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#fff;	
	font-family: 'Hind Madurai', sans-serif;
}
.footer_bottom_right {
	text-align:right;	
}
.footer_bottom_right p{
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#fff;	
	font-family: 'Hind Madurai', sans-serif;
}
.footer_bottom_right a{
	color:#fff;
	text-decoration:none;
	font-family: 'Hind Madurai', sans-serif;	
}
.footer_bottom_right a:hover{
	color:#f68b1f;
	text-decoration:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;	
}
.footer_bottom_right a:focus{
	color:#f68b1f;
	text-decoration:none;
	outline:none;	
}

.trustpilot_main1{
	background:#ffce6b;
	padding:10px 40px;
	display:none;	
}







.divider_space{
	height:40px;	
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.navbar_main.fixed .navigation{
	margin-top:23px;	
}
.navigation .menu{
	display:block;
	margin:0px 10px 0 0px;	
}
.navigation{
	min-height:auto;
	margin-top: 23px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:10px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 28px;
	color: #fff;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#000;	
}
.navigation li a{
	padding:0px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.phone{
	display:block;	
}
.logo{
	width:40%;	
}
.logo img{
	width:100%;	
}
.top_phone_email_togle span{
	right:8px;	
}
.social-links{
	float:none;
	margin-right:0px;
	text-align:center;
	display:none;	
}
.phone li{
	padding: 4px 10px 0px 0px;
	font-size: 17px;	
}
.years_clients h2{
	font-size:15px;
	line-height:20px;	
}
.top_slider_txt a{
	display:none;	
}
.video_section {
    padding: 50px 0px 69px 0px;
}
.heading_section_video h2{
	font-size:26px;	
}
.video_section_left{
	margin-left: 0px;
	padding: 25px 0px 20px 0px;
	margin-top: -7px;	
}
.video_video{
	margin-left: 5px;
	top:5px;
}
.single_counter{
	width:100%;
	margin: 2px 0px;	
}
.video_main img{
	width:100%;	
}
.video_main1 img{
	width:100%;	
}
.founder{
	font-size:20px;	
}
.main_counter_area{
	padding:15px 15px;	
}
.amicale_bhv_right{
	width:100%;
	margin:10px 0px;
	padding: 0px 15px;	
}
.video_section_btm {
    width: 100%;
	height: 200px;
}
.amicale_bhv_txt{
	width:90%;
	left:17px;	
}
.taj_mahal_imag{
	width:100%;
}
.taj_mahal_imag img{
	width:100%;	
}
.taj_mahal_txt{
	width:100%;
	margin-top:20px;	
}
.taj_mahal_main {
    padding: 113px 15px 69px 15px;
}
.departs_garanti_top_heading h3{
	font-size:25px;	
}
.departs_garanti_txt {
    margin-bottom: 25px;
}
.departs_garanti_imag{
	margin-bottom:25px;	
}
.les_sites_historique_column{
	margin-bottom:10px;	
}
.divider_space1{
	display:none;	
}
.explore-left{
	width:100%;	
}
.explore_item{
	width:100%;	
}
.explore-right{
	width:100%;	
}
.footer_column1{
	width:100%;
	margin-bottom:30px;
}
.footer_column{
	width:100%;
	margin-bottom:30px;	
}
.footer_column_inner p{
	padding-left:30px;	
}
.footer_column_inner .fa{
	left:15px;	
}
.footer_bottom_left p{
	text-align:center;	
}
.footer_bottom_right{
	text-align:center;	
}
.liste_de_vehicules h3{
	font-size:25px;	
}
.liste_de_vehicules {
    padding: 25px 0px 20px 0px;
}
.form_colum_left{
	width:100%;	
}
.form_colum_right{
	width:100%;	
}
.form_colum_last{
	width:100%;
	margin:0px;	
}
.trustpilot_main{
	display:block;	
}
.trustpilot_main1{
	display:none;	
}
.top_slider_txt h4{
	display:none;	
}
.social_icon{
	display: none;	
}
.single_counter .fa{
	padding: 13px 0px;
	width: 50px;
	text-align: center;	
}
	
}