/*

Conquer Template


iframe {
  display: block;
  border: 0;
  position: absolute; 
  width: 100%; 
  height: 100%; 
}

*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.simple-line-icons {
	font-family: "Simple-Line-Icons", sans-serif!important;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
p{
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover { text-decoration: none; }

/* Start Main Menu */
header {
  background-image: url("../img/bg-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
/* 	margin-bottom: 60px; */
	background-attachment: fixed;
/* 		background-size: 100% 100%;  */
	    background-attachment: scroll;
}
ul#menu {
background: #40475A none repeat scroll 0 0;
padding: 6px;
position: fixed;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 999;
    }
.main-menu {
  margin-top: -234px;
}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  padding: 10px;
}
.main-menu ul li a {
  background: #383E4C none repeat scroll 0 0;
  border: 1px solid #646d7c;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: capitalize;
}
/*.main-menu ul li.active a,*/
.main-menu ul li a:focus,
.main-menu ul li a:hover {
  background: #49505F;
}

.header-content  h1 i {
	font-family: Times New Roman, sans-serif!important;
	color: #ff0505;
 }  
 
.header-content  h1 {
  margin-top: 10px;
  color: #ff8000;
  font-size: 80px;
  text-shadow: 1px 1px #000;
}
 
.header-content h4 {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px #000;
}


.header-content h5 {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px #000;
}




/*************header-tel******************/
.header-tel {
	display: inline-block;
	width: 220px;
	margin: 60px 0px;
background-color: #0000ff;
border: 1px solid #0d40ff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px #000000;
box-shadow: 0px 0px 2px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
opacity: 0.71;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 71);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 71);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/

}

.header-tel h4 {
	height: 32px;

	background: #0000ff url("../img/phone.png") 5px 0px no-repeat ;
}
.header-tel h4 a {
	background-color:inherit;
	color: #fff;
	padding: 0px 10px 0px 0px;


}


.header-tel h5 {
	height: 32px;

	background: #0000ff url("../img/Mobile Phone.png") 5px 0px no-repeat ;
}
.header-tel h5 a {
	background-color:inherit;
	color: #fff;
	padding: 0px 10px 0px 0px;


}

.single-page-navleft { text-align: left; }
/* End Header CSS */

/* Start Feature CSS */
.green-text { color: #178A27; }
.blue-text { color: #1686C1; }
.gray-text { color: #1686C1; }
.green-btn { background: #178A27; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #1686C1; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #852406; }
.red-btn:hover { background: #C9302C; }
.feature-content {
    background: #FFF;
    padding-bottom: 5px;
}
.feature-content-title {
    padding: 0 20px;
    text-align: left;    
}
.feature-content-description {
    padding: 0 20px 35px;
    text-align: left;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}

/* End Feature CSS */

/* Start Blog CSS */
#blog-area {
    margin: 60px 0px;
}
.blog-content {
  background: #F2F2F2;
  padding-bottom:25px;
  max-width: 555px;
  margin: 10px auto;
    border: 2px solid #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0 0 2px #333333;
	-webkit-box-shadow: 0 0 2px #333333;
	box-shadow: 0 0 2px #333333;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/ 

  
}
.blog-content h2 {
    color: #666666;
    text-transform: capitalize;
}

.blog-content h3 {
	font-size: 20px;
	margin: 10px 0;
    color: #666666;
    text-transform: capitalize;
}

.blog-content p {
    padding: 15px;
	font-weight: 600;
    color: #ff0000;


}
.blog-content span {

}
.blog-content span a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333333;
    font-size: 16px;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-content span a:hover {
    background: #E6E6E6 none repeat scroll 0 0;
}
.blog-content > p#blofr {
    padding: 8px;
}

.blog-content img {
    margin: 0px 0px 10px 0px;
    
}



/* End Blog CSS */

/* Start img-content  CSS */

.img-content {
background-color: #ffffff;
	padding-bottom:2px;
	max-width: 555px;
	margin: 10px auto;
    border: 2px solid #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0 0 2px #333333;
	-webkit-box-shadow: 0 0 2px #333333;
	box-shadow: 0 0 2px #333333;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/  



    
}

.img-content img {
	height: auto;
    max-width: 90%;
    margin: 5px auto;

    
}

.img-content a {
	display: block;
    color: #333333;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-content  a:hover {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* Start Services CSS */
div#service-area-main {
    float: left;
    width: 100%;
  margin-top:-200px;
}
.our-service{
  margin:65px 0px 85px;
}
/*section#services-area {
  background-image: url("../img/bg-2.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/
.service  h1 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 2px 2px #aaa;
  margin-bottom: 20px;
}
.service > p {
    color: #fff;
    font-size: 18px;
}
/* End Services CSS */

/* Start Testimornial CSS */
#testimornial-area{
  margin: 60px 0;
}
h2 {
    color: #666666;
}
.testimonial-content {
  background-color: #f2f2f2;
  height: 500px;
  max-width: 260px;
  margin: 0 auto 30px;
}
.testimonial-content  p {
    padding: 10px 20px;
    text-align: left;
}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* End Testimornial CSS */

/* Start Contact CSS */
/*section#contact-area {
  background-image: url("../img/bg-3.jpg");
  background-position: center center;
  background-size: cover;  
  background-attachment: fixed; 
}*/
.contact-content h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
  text-shadow: 2px 2px #333;
}
.contact-content p {
    background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-form-left { padding-left: 0; }
.contact-form-right { padding-right: 0; }
input {
    margin-bottom: 15px;    
}
.form-control {
  border: none;
  background: rgba(242, 242, 242, 0.4);
}
#comment.form-control {

}
.form-group button {
  background: #262628 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  border-radius:10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* End Contact CSS */

/* Start Footer CSS */
.footer-content  h1 {
    color: #666;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 35px;
}
.footer-content  p {
    color: #999;
    font-style: italic;
    margin-bottom: 30px;
}
.copy {
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Slick Nav CSS */
.slicknav_menu {
    display:none;
}
.slicknav_nav a {
    text-transform: capitalize;
}
.slicknav_menu {
  background: #40475a none repeat scroll 0 0;
}
/* Scrool To top */
/* Image style */
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
/* End Scroll To top */

.about-section {
    height: 100%;
    padding-top: 70px;
}

.services-section {
    height: 100%;
   /* padding-top: 150px;*/
}
.tm-box {
  background-color: #F2F2F2;
  max-width: 1140px;
  width: 100%;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
  margin-bottom: 10px;
}
.tm-box-p:last-child {
  margin-bottom: 0;
}
.contact-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.form-control {
  color: #000;
}
.contact-section .container {
  max-width: 750px;
}

/*https://css-tricks.com/snippets/css/style-placeholder-text/*/
.form-control::-webkit-input-placeholder {
   color: black;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
.form-control:-ms-input-placeholder {  
   color: black;  
}


/*************tour_module******************/
#tour_search {
	display: block;
	max-width: 360px;
	height: 450px;
	margin: 0 auto;
	background-color: #ff8000;
	border: 2px solid #ff7000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px #333333;
	box-shadow: 0px 0px 2px #333333;
	
}

#tour_search_module2 {
	width: 200px;
	margin: 0 auto;	
}

/*************tour_news******************/

#tour_news {
	display: block;
	max-width: 360px;
	margin: 10px auto;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px #333333;
	box-shadow: 0px 0px 2px #333333;
	
}

#tour_news h2{ 
	max-width: 360px;
	margin: 2px auto;
	padding: 4px 10px;
	background-color: #ff8000;
	border: 2px solid #ff7000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: #140505 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;

	
}
#tour_news p {   
	color: #ff5629;
	font-size: 12px;
	line-height: 1.1em;
	padding: 0 10px;
	margin: 7px 0;

	
}
#tour_news p a { 
	   color: #666;
	   text-decoration: underline;
}
#tour_news p a:hover { 
	   color: #666;
	   text-decoration: none;

}


#tour_news_contact p {
	line-height: 1.1em;
	padding: 0 10px 0px 20px;

	
}

.tour_hot h2 {
	background: rgb(200,148,100) url("../img/fond.jpg") 0px 0px repeat-x;
	height: 48px;
	padding: 0 0 0 20px;
	margin-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: #000 0 1px 0;
   color: #ff1f1f;
   font-size: 20px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
	
}

/*************navigation******************/

 .navbar-inverse {
	 	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	margin-bottom: 10px;
    min-height: 20px;
	background-color: #ff8000;
	border: 2px solid #ff7000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 2px #333333;
	-webkit-box-shadow: 0px 0px 2px #333333;
	box-shadow: 0px 0px 2px #333333; 
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff6f00));
   background: -webkit-linear-gradient(top, #ff9000, #ff6f00);
   background: -moz-linear-gradient(top, #ff9000, #ff6f00);
   background: -ms-linear-gradient(top, #ff9000, #ff6f00);
   background: -o-linear-gradient(top, #ff9000, #ff6f00);
   background-image: -ms-linear-gradient(top, #ff9000 0%, #ff6f00 100%);

   text-shadow: #140505 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
}
.navbar-nav>li {
    display: inline-block;
    padding: 0px 1px;
}
.navbar-inverse .navbar-nav>li>a {
    background: #383E4C none repeat scroll 0 0  transition;
    color: #fff ;
    font-size: 14px;
    padding: 5px 18px;
	line-height: 17px;
    text-decoration: none;
 /*   text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; */
}

#content_bloc3 .navbar-nav > li > a {
	   font-size: 18px;
    padding: 5px 18px;
		line-height: 17px;
	
}

#content_bloc3 ul {
	display: block;
	max-width: 800px;
	margin: 0px auto;
	
}

.navbar-inverse .navbar-nav > li > a.current,
.navbar-inverse .navbar-nav > li > a:hover {
        background: #ff6f00;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#content_bloc .nav_futer {
	display: block;
	max-width: 800px;
	margin: 2px auto;
	padding: 50px 10px 0px 10px;
	float: none;
}

#content_bloc .nav_futer a {

	padding: 10px 10px;

}

.contents {
	    text-align: left;
	
}

.contents {
	    text-align: left;
	
}
.contents h1 {
	font-size: 30px;
    color: #eee;
    margin-bottom: 15px;
    text-shadow: 1px 1px #333;
    text-transform: capitalize;
}

.contents a {
    color: #666;
    text-decoration: underline;
}

.contents a:hover { 
	   color: #666;
	   text-decoration: none;
	   }

.contents img {

	padding: 0px 5px;
	
}
.btn-toolbar {
	    padding: 20px 0px;
	
}

.btn-toolbar ul {
    cursor: default;
    list-style: outside none none;
	border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.btn-toolbar ul li {
    display: inline-block;
    padding: 0 5px 0 0;

}

.btn-toolbar ul li a {
  background: #999 none repeat scroll 0 0;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 1px #333333;
	-webkit-box-shadow: 0px 0px 1px #333333;
	box-shadow: 0px 0px 1px #333333;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;

}





/* Media Queries
----------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content > p#blofr {
    padding: 18px;
  }
  .contact-content p {
    font-size: 15px;
  }
  header {
    background-attachment: scroll;
  }
  
  
}

/*    Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	  .container {
	width: 900px;
	  
  }
	
  .blog-content p {
    margin-bottom: 21px;
    padding: 27px;
  }
  .blog-content span { margin-left: 0; }
  .service > p { font-size: 18px; }
  .contact-content p {
    font-size: 18px;
    padding: 15px 0;
  }
  .navbar-nav > li {
    padding: 1px;
	
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
}


@media only screen and (min-width: 768px) {
	
	#tour_search {width: 220px;}	
	#tour_news {width: 220px;} 
	

}

@media only screen and (max-width: 767px) {
  
  header {
    height: 75vh;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

 

  ul#menu { display:none; }

  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    background:none;
  }
  .header-content h1 {
   font-size: 55px;
  }
  .feature-content {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .feature-content-title,
  .feature-content-description {
   text-align: center;
  }
  .blog-content { margin-bottom: 30px; }
  .blog-content p { text-align: center; }
  .blog-content span { margin-left: 0; }
  .testimornial-content p { text-align: center; }
  .footer-content h4 { font-size: 16px; }
  .navbar-nav>li { display: block; }
  .navbar-inverse {
    background: none;
    border: none; 
	border-radius: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-toggle { background-color: #333; }
  .navbar-inverse .navbar-collapse, 
  .navbar-inverse .navbar-form {
    background-color: #49505F;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin:0;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-nav>li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding:0px;
  }
  .navbar-nav>li:last-child { border-bottom: none;  }
  .navbar-inverse .navbar-nav>li>a {
    background:none;
    border: none;
    width: 100%;
    padding: 12px 30px;
  }
  .navbar-inverse .navbar-nav>li>a:focus, 
  .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #383E4C;
  }
  .navbar-inverse .navbar-nav>.active>a, 
  .navbar-inverse .navbar-nav>.active>a:focus, 
  .navbar-inverse .navbar-nav>.active>a:hover {
    background: #383E4C;
  }
  .navbar-inverse .navbar-nav > li > a { font-size: 14px; }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-nav {
    background-color: #fe1010;
    max-height: 0;
    -webkit-transition: max-height 0.8s;
            transition: max-height 0.8s;
    overflow: hidden;
  }
  /*http://css3.bradshawenterprises.com/animating_height/*/
  .single-page-nav.show {
    max-height: 350px;
    overflow: auto;
  }
  .contact-form-left {
    padding-right: 0;
  }
  .contact-form-right {
    padding-left: 0;
  }
}

/*    Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-content h1 {
    font-size: 70px;
  }

}

@media only screen and (min-width: 220px) and (max-width: 359px) {
  .header-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 520px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  header { height: 50vh; }
}

@media only screen and (min-width: 239px) and (max-width: 767px) {
#content_bloc {display:none;}
	#img_bloc1 img {display:none;}
	.col-sm-3 {display:none;}
  /*		
	.img-content img {

    margin: 5px 5px 5px 20px;
   
}

.img-content a {

    text-align: right;
	
} */
}

@media only screen and (min-width: 768px) and (max-width: 1900px) {
	#content_bloc1 {display:none;}

}@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#content_bloc2 {display:none;}
	#img_bloc1 img {display:none;}

}@media only screen and (min-width: 1200px) and (max-width: 1900px) {
	#content_bloc3 {display:none;}

}
#img_bloc img {display:none;}



