/* Developped by Asif Ebdul
   Modenis 2020 */

*{
    font-family: 'Montserrat', sans-serif;
}

h3, h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

  /* Header */
header{
	background:url('../img/bgslider.png');
	padding:2%;
	background-size:100% 575px;
	background-repeat: no-repeat;

}
header .slider-div{
	margin-top:40px;
	padding: 0 3%;
}
header .slider-div img{
	width:100%;
	object-fit:cover;
}
header .head .lang{
	position:relative;
	float:left;
	padding-top:2%;
}
header .head .lang button{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight: 600;
	background:transparent;
	border:0;
	outline:none;
	color:white;
}
header .head .lang:hover ul{
	display:block;
}
header .head .lang ul{
	display:none;
	list-style: none;
    padding: 0;
    padding: 8px;
    background: #eb6700;
    width: 70px;
    text-align: center;
    box-shadow: 0px 0px 15px 2px black;
    margin-top: 10px;
}
header .head .lang ul li a{
	text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
header .head .lang ul li:hover{
	opacity:.9;
}
header .head .lang .d-flex{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}

header .head .head-menu{
	float:left;
	padding-top:2%;
}
header .head .head-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
header .head .head-menu ul li{
	float:left;
	margin-left:15px;
}
header .head .head-menu ul li a{
	text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
header .head .sosial-icons{
	padding-top:2%;
}
header .head .sosial-icons ul{
	float:right;
	margin:0;
	padding:0;
}
header .head .sosial-icons ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: white;
	text-align: center;
	border-radius: 50%;
	color: white;
}
header .head .sosial-icons ul li a{
	color:#eb6700;
}
header .head .sosial-icons ul li:nth-child(2) a i{
	margin-left:2px;
}
header .head .sosial-icons ul li:nth-child(3) a i{
	margin-left:2px;
}
header .head .sosial-icons ul li:nth-child(4) a i{
	margin-left:1px;
	margin-top:4px;
}

header .head .phone{
	float: right;
    padding-top: 1%;
    margin-left: 25px;
}
header .head .phone a{
	background: white;
  
    height: 28px;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #eb6700;
    padding-left: 10px;
    padding-right: 10px;
}
header .head .phone a i{
	border: 2px solid #eb6700;
    border-radius: 50%;
    padding: 2%;
    padding-top: 3px;
    width: 20px;
    height: 20px;
}
header .menu nav{
	border:none;
	background:transparent;
	margin-top:35px;
}
header .menu nav .nav{
	display: table;
	margin:0 auto;
	float:none;
}
header .menu nav .nav li{
	list-style: square;

}

header .menu nav .nav li a{
	font-size:20px;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color:white;
    float:left;

}
header .menu nav .nav li a:hover{
	color:white;
}
header .menu nav .nav li i{
	margin-top: 21px;
	font-size: 12px;
	color:rgba(255, 255, 255, 0.35);
}

section.slider .slider-div{
	padding:0 5%;
}
.carousel{
	box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.4);
    border-radius: 16px;
}
.carousel-control{
	top:50%;
	bottom:auto;
}
.carousel-control.left span{
	top: 45%;
    position: relative;
    left: 0;
    color: black;
    background: #fecf33;
    height: 50px;
    width: 32px;
    display: block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    opacity: 1;

}
.carousel-control.right span{
	top: 45%;
    position: relative;
    right: 0;
    color: black;
    background: #fecf33;
    height: 50px;
    width: 32px;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 10px;
    opacity: 1;
}
.carousel-control.left {
    background-image:none!important;
    filter: none;
    background-repeat: repeat-x; 
    opacity:1!important;
}
.carousel-control.right {
    background-image:none!important;
    filter: none;
    background-repeat: repeat-x; 
    opacity:1!important;
}
.carousel-control{
	width:auto!important;
}
.carousel-caption{
	top:16%;
}
.carousel-caption h3{
	font-size:28px;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;

}
.carousel-caption .stars i{
	color:#fecf33;
}
.carousel-caption .slider-border{
	width: 30px;
    height: 3px;
    background: white;
    border-radius: 59px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.carousel-caption p{
	font-size:16px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	color:white;
	display:table;
	margin:0 auto;
	margin-bottom:15px;
}
.carousel-caption a{
	text-decoration: none;
	color: white;
	font-size: 12px;
	border: 1px solid white;
	font-weight: bold;
	padding: 2% 6%;
	font-family: 'Montserrat', sans-serif;
 }
 .carousel-caption a:hover{
 	text-decoration: none;
 	color:white;

	font-family: 'Montserrat', sans-serif;
 }
 section.tours{
 	background: url(../img/tours_bg.png);
    padding-top: 50px;
    padding-bottom: 80px;
   
    background-size: 100% 100%;
    background-repeat: no-repeat;
 }
 section.tours .nav-pills > li + li{
 	margin-left:10px;
 }
 section.tours .nav-pills{
     display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }
 section.tours .nav-pills > li > a {
    border-radius: 4px;
    padding: 7% 14%;
    width: 154px;
    text-align: center;
    border: 2px solid #cecece;
    color: #6b6969;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    outline:0;
    justify-content: center;
    align-items: center;
    display: flex;
    height:50px;
    font-size:13px;
}
section.tours .nav-pills > li > a:hover{
	background:#eb6700;
	color:white;
	border:2px solid #eb6700;
}
section.tours .nav-pills > li.active a{
	background:#eb6700;
	color:white;
	border:2px solid #eb6700;
}
section.tours .tour-items{
	padding:0 4%;
}
.tour-info1{
    height:225px;
    overflow:hidden;
}
section.tours .tour-items .tour .tour-img{
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: block;
}
section.tours .tour-items .tour .tour-img a{
       width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    background: #fff;
}
section.tours .tour-items .tour .tour-img img{
	/*width:100%;*/
	/*object-fit:cover;*/
	/*height: 240px;*/
 /*   border-top-left-radius: 5px;*/
 /*   border-top-right-radius: 5px;*/
 display:block;
     max-width: 100%;
    max-height: 100%;
    width: auto!important;
}
section.tours .tour-items .tour .tour-text{
	background: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6%;
    width: 100%;
    float:left;
}
section.tours .tour-items .tour .tour-text h2{
	margin:0;
	font-size:18px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    
	min-height:38px;
}
section.tours .tour-items .tour .tour-text small{
	font-size:11px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    font-style:italic;
    display:block;
    min-height:20px;
}
section.tours .tour-items .tour .tour-text .tour-stars{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	min-height:20px;
}
section.tours .tour-items .tour .tour-text .tour-stars .yellow{
	color:#fecf33;
}
section.tours .tour-items .tour .tour-text .tour-stars .gray{
	color:#e8e8e8;
}
section.tours .tour-items .tour .tour-text p{
	font-size:12px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    color:black;
    min-height:126px;
}
section.tours .tour-items .tour .tour-text .day-price{
	border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 10px;
    display:block;
}
section.tours .tour-items .tour .tour-text .day-price .day{
	float:left;
}
section.tours .tour-items .tour .tour-text .day-price .day span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:600;
    color:#948f8f;
    font-size:12px;
}
section.tours .tour-items .tour .tour-text .day-price .day small{
	font-family: 'Montserrat', sans-serif!important;
    font-weight:bold!important;
    color:#fc8410!important;
    font-size:16px!important;
    
    font-style:unset!important;
}
section.tours .tour-items .tour .tour-text .day-price .price{
	float:right;
	text-align:right;
}
section.tours .tour-items .tour .tour-text .day-price .price span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#948f8f;
    font-size:12px;
}
section.tours .tour-items .tour .tour-text .day-price .price small{
	font-family: 'Montserrat', sans-serif!important;
    font-weight:bold!important;
    color:#fc8410!important;
    font-size:16px!important;
    font-style:unset!important;
}

section.tours .tour-items .tour .tour-text a.more{
	float: left;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #969391;
	padding: 3% 6%;
	border-radius: 5px;
	color: black;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
 }
 section.tours .tour-items .tour .tour-text a.more:hover{
 	background:#fc8410;
 	color:white;
 	border:1px solid #fc8410;
 }

section.tours .tour-all a{
 display: table;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 1% 4%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #757171;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:12px;
   }

   section.tours .about{
   	margin-top:50px;
   }

   .title{
   	display: table;
    margin: 0 auto;
    min-height: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 500px;
    text-align: center;
    height: 110px;
    position: relative;
   }
   .title img{
   	position: absolute;
    left: 130px;
   }

   .title h2{
   		font-size:28px;
   		font-weight: 600;
   		font-family: 'Montserrat', sans-serif;
   		color:black;

   }
   .title .title-border-green{
   	background: #106953;
    height: 4px;
    width: 30px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
   }
   .title .title-border-yellow{
   	background: #fc8410;
    height: 4px;
    width: 30px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
   }
   .title p{
   	font-size:14px;
   	font-weight:500;
   	font-family: 'Montserrat', sans-serif;

   }

section.tours .about .about-logo{
	text-align:center;
}
section.tours .about .about-text p{
	font-size:16px;
	font-weight: 500;
   	font-family: 'Montserrat', sans-serif;

}
section.services{
	
    padding-top: 50px;
    padding-bottom: 50px;
}
section.services .services-items{
	margin-top:100px;
}
section.services .services-items .s-item{
	    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.2);
    padding: 35px 10%;
    border-radius: 5px;

}
section.services .services-items .s-item .s-img{
	text-align:center;
}
section.services .services-items .s-item .s-text{
	text-align:center;
}
section.services .services-items .s-item .s-text h3{
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#47ac9b;
}
section.services .services-items .s-item .s-text p{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#807b7b;
}

section.services .col-md-4{
	margin-bottom:30px;
}

section.section-4{
	background:url('../img/section_4.png');
	background-repeat: no-repeat;
    background-size: 100% 1526px;
    background-position: bottom;
    padding-bottom: 30px;
}
section.section-4 .clients{
	margin-top:60px;
}

section.section-4 .oteller .o-item{
	border-radius:5px;
	position:relative;
}

section.section-4 .oteller{
    padding-top: 30px;
}

section.section-4 .oteller .col-md-6{
	padding:4%;
}
.o-item{
  height:370px;
}
.o-img{
  height:100%;
}
.o-img img{
  height:100%;
  object-fit: cover;
  border-radius: 5px;
}
section.section-4 .oteller .col-md-6 .o-img img{
	width:100%;
  height:100%;
  border-radius:5px;
}
section.section-4 .oteller .col-md-6 .o-text{
	position: absolute;
	top:55%;
	left:7%;
}
section.section-4 .oteller .col-md-6 .o-text h3{
	color:white;
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.section-4 .oteller .col-md-6 .o-text small{
	color:white;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.section-4 .oteller .col-md-6 .o-text .o-stars{
	margin-top:10px;
}
section.section-4 .oteller .col-md-6 .o-text .o-stars i.yellow{
	color:#ffcf00;
}
section.section-4 .oteller .col-md-6 .o-text .o-stars i.gray{
	color:#e8e8e8;
}
section.section-4 .oteller .col-md-6 .o-text p{
	color:white;
	font-size:12px;
	font-weight: 500;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	margin-top:10px;
   	width:90%;

}
section.section-4 .oteller .o-all a{
	display: table;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 1% 4%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #757171;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

section.section-4 .clients .title h2{
	color:white;
}
section.section-4 .clients .title .title-border{
	background:white;
}
section.section-4 .clients .title p{
	color:white;
}
section.section-4 .clients .item{
	padding:5%;
}
section.section-4 .clients .item .c-item{
	background:white;
	padding:10%;
	border-radius: 5px;
}
section.section-4 .clients .item .c-item .c-img img{
	width:80%;
	display:table;
	margin:0 auto;
}
section.section-4 .clients .item .c-item .c-text{
	margin-top:30px;
	text-align:center;
}
section.section-4 .clients .clients-items{
	margin-top:30px;
}
section.section-4 .clients .item .c-item .c-text h3{
	color:#3e3a37;
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	margin-bottom:15px;
}
section.section-4 .clients .item .c-item .c-text p{
	color:#6f6d6c;
	font-size:14px;
	font-weight: 400;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	word-break: break-all;
}
section.news{
	
	padding-top:50px;
	padding-bottom:80px;
}
section.news .news-items{
	margin-top:45px;
}
section.news .news-items .n-img img{
	border-radius: 5px;
	width:100%;
	height:200px;
	object-fit:cover;
}
section.news .news-items .n-text a{
	text-decoration: none;
}
section.news .news-items .n-text h3{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#5a5a5a;
   	margin-top:15px;
}
section.news .news-items .n-text p{

}
section.news .news-items .n-text span{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#110e2e;
}
section.news .news-items .n-text a.more{
	width:100%;
	display: block;
	margin-top:10px;
}
section.news .news-items .n-text a.more small{
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#106953;
   	float:left;
}
section.news .news-items .n-text a.more img{
	width:20px;
   	float:left;
   	margin-left:20px;
   	position: relative;
   	top: 6px;
}

section.gallery{
	background: url(../img/gallery_bg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% auto;
}
section.gallery .title h2{
	color:white;
}
section.gallery .title p{
	color:white;
}
section.gallery .title .title-border-white{
	background:white;
	height: 4px;
    width: 30px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}
section.gallery .gallery-items .g-item{
	margin-bottom:30px;
	height:270px;
}
section.gallery .gallery-items .g-item img{
	width:100%;
	height:100%;
	object-fit:cover;
}
section.gallery .gallery-items{
	margin-top:40px;
}
#footer{
	background: rgb(235,235,235);
background: linear-gradient(0deg, rgb(212 211 211) 0%, rgba(255,255,255,1) 100%);
padding-top: 50px;
padding-bottom:25px;
}
#footer .footer-logo p{
	margin-top:20px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
#footer .footer-logo ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .footer-logo ul li{
	float:left;
	margin-right:10px;
}
#footer .footer-logo ul li a{
	width: 24px;
    height: 24px;
    background: #106953;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding-top: 2px;
}
#footer .footer-logo ul li:nth-child(2) a i{
	margin-left:1px;
}
#footer .footer-logo ul li:nth-child(3) a i{
	margin-left:1px;
}
#footer .footer-logo ul li:nth-child(4) a i{
	margin-left:1px;
}
#footer .footer-menu .f-title h3{
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	color:#fc8410;
}
#footer .footer-menu .f-title ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .footer-menu .f-title ul li a{
	color:#222222;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
#footer .subscription .sub-title{
	text-align:right;
}
#footer .subscription .sub-title h3{
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	color:#fc8410;
}
#footer .subscription form input{
	border-radius: 5px;
    box-shadow: 0 12px 10px -9px rgb(0 0 0 / 11%);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 4% 6%;
    border: 0;
    outline:none;
}
#footer .subscription form button{
	background: #fc8410;
    border: 1px solid #fc8410;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    border-radius: 5px;
}
#footer .footer-text{
	margin-top:35px;
}
#footer .footer-text .footer-text-border{
	height:1px;
	width:100%;
	box-shadow: 0 1px 0 0 var(--colors-white);
  border: solid 1px #c3c3c3;
  margin-bottom:25px;
}
#footer .footer-text p{
	font-size:12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/* Tours Page */

section.common-page{
	padding:50px 0;
}
section.tours-page .tour-page-title h1{
	font-size:28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
section.tours-page .tour-page-title .border{
	height:3px;
	width:30px;
	border-radius: 5px;
	display:block;
	background:#fc8410;
}



section.common-page .nav-pills > li + li{
 	margin-left:10px;
 }
 section.common-page .nav-pills{
 	display:table;
 	margin:0 auto;
 	margin-bottom:50px;
 }
 section.common-page .nav-pills > li > a {
    border-radius: 4px;
    padding: 7% 14%;
    width: 154px;
    text-align: center;
    border: 2px solid #cecece;
    color: #6b6969;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    outline:0;
    justify-content: center;
    align-items: center;
    display: flex;
    height:50px;
    font-size:13px;
}
section.common-page .nav-pills > li > a:hover{
	background:#eb6700;
	color:white;
	border:2px solid #eb6700;
}
section.common-page .nav-pills > li.active a{
	background:#eb6700;
	color:white;
	border:2px solid #eb6700;
}


section.tours-page .tour-items{
	padding:0 4%;
}
section.tours-page .tour-items .tour .tour-img{
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: block;
}
section.tours-page .tour-items .tour .tour-img img{
	width:100%;
	object-fit:cover;
	height: 240px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
section.tours-page .tour-items .tour .tour-text{
	background: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6%;
    float:left;
}
section.tours-page .tour-items .tour .tour-text h2{
	margin:0;
	font-size:18px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    min-height:38px;
}
section.tours-page .tour-items .tour .tour-text small{
	font-size:11px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    font-style:italic;
    display:block;
    min-height:16px;
}
section.tours-page .tour-items .tour .tour-text .tour-stars{
	margin-top:10px;
	margin-bottom:10px;
	 display:block;
    min-height:22px;
}
section.tours-page .tour-items .tour .tour-text .tour-stars .yellow{
	color:#fecf33;
}
section.tours-page .tour-items .tour .tour-text .tour-stars .gray{
	color:#e8e8e8;
}
section.tours-page .tour-items .tour .tour-text p{
	font-size:12px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    color:black;
    min-height:180px;
}
section.tours-page .tour-items .tour .tour-text .day-price{
	border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 10px;
    display:block;
}
section.tours-page .tour-items .tour .tour-text .day-price .day{
	float:left;
}
section.tours-page .tour-items .tour .tour-text .day-price .day span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:600;
    color:#948f8f;
    font-size:12px;
}
section.tours-page .tour-items .tour .tour-text .day-price .day small{
	font-family: 'Montserrat', sans-serif!important;
    font-weight:bold!important;
    color:#fc8410!important;
    font-size:16px!important;
    font-style:unset!important;
}
section.tours-page .tour-items .tour .tour-text .day-price .price{
	float:right;
	text-align:right;
}
section.tours-page .tour-items .tour .tour-text .day-price .price span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#948f8f;
    font-size:12px;
}
section.tours-page .tour-items .tour .tour-text .day-price .price small{
	font-family: 'Montserrat', sans-serif!important;
    font-weight:bold!important;
    color:#fc8410!important;
    font-size:16px!important;
    font-style:unset!important;
}

section.tours-page .tour-items .tour .tour-text a.more{
	float: left;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #969391;
	padding: 3% 6%;
	border-radius: 5px;
	color: black;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
 }
 section.tours-page .tour-items .tour .tour-text a.more:hover{
 	background:#fc8410;
 	color:white;
 	border:1px solid #fc8410;
 }

section.tours-page .tour-all a{
 display: table;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 1% 4%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #757171;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:12px;
   }

   section.tours-page .about{
   	margin-top:50px;
   }
   section.common-page #exTab1{
   	margin-top:50px;
   }

   section.tours-page .col-md-4{
   	margin-bottom:35px;
   }
   section.tours-page .col-md-4 .tour{
   	float:left;
   	box-shadow:0 0 10px 0 #0000003b;
   	border-radius:5px;
   	height:745px;
   }

 /* Blog Page */


section.blog-page{
	padding:50px 0;
}
section.blog-page .tour-page-title h1{
	font-size:28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
section.blog-page .tour-page-title .border{
	height:3px;
	width:30px;
	border-radius: 5px;
	display:block;
	background:#fc8410;
}


section.blog-page .news-items{
	margin-top:50px;
}
section.blog-page .news-items .n-img img{
	border-radius: 5px;
	width:100%;
	height:200px;
	object-fit:cover;
}
section.blog-page .news-items .n-text a{
	text-decoration: none;
}
section.blog-page .news-items .n-text h3{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#5a5a5a;
   	margin-top:15px;
}
section.blog-page .news-items .n-text p{

}
section.blog-page .news-items .n-text span{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#110e2e;
}
section.blog-page .news-items .n-text a.more{
	width:100%;
	display: block;
	margin-top:10px;
}
section.blog-page .news-items .n-text a.more small{
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#106953;
   	float:left;
}
section.blog-page .news-items .n-text a.more img{
	width:20px;
   	float:left;
   	margin-left:20px;
   	position: relative;
   	top: 6px;
}
section.blog-page .news-items .col-md-3{
	margin-bottom:30px;
}


/* Blog single Page */
section.blog-single-page{
	padding:50px 0;
}
section.blog-single-page .blog-page-text{
    padding: 4%;
    box-shadow: 0 0 10px 0 #a2a0a045;
    border-radius: 5px;
}
section.blog-single-page .text-title h1{
	font-size:28px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	margin-bottom:10px;

}
section.blog-single-page .text-title .border{
	width:30px;
	height:3px;
	background:#fc8410;
	border-radius:5px;
	display:block;
	margin-bottom:25px;
}
section.blog-single-page .text-title small{
	font-size:12px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	margin-bottom:10px;
}
section.blog-single-page .text-title .text-img{
	margin-top: 25px;
	margin-bottom: 25px;

}
section.blog-single-page .text-title .text-img img{
	width:100%;
	object-fit:cover;
	height:400px;
}

section.blog-single-page .text-title p{
	font-size:14px;
	font-weight:500;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	margin-bottom:10px;
}
section.blog-single-page .popular .popular-title h3{
	font-size:23px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	margin-bottom:10px;
   	text-align:right;
}
section.blog-single-page .popular .popular-title .border{
	height:3px;
	width:30px;
	background:#fc8410;
	border-radius: 5px;
	float: right;
}
section.blog-single-page .popular{
	padding-top:4%;
}


section.blog-single-page .popular .popular-items{
	margin-top:50px;
}
section.blog-single-page .popular .popular-items .n-img img{
	border-radius: 5px;
	width:100%;
}
section.blog-single-page .popular .popular-items .n-text a{
	text-decoration: none;
}
section.blog-single-page .popular .popular-items .n-text h3{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#5a5a5a;
   	margin-top:15px;
}
section.blog-single-page .popular .popular-items .n-text p{

}
section.blog-single-page .popular .popular-items .n-text span{
	font-size:14px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#110e2e;
}
section.blog-single-page .popular .popular-items .n-text a.more{
	width:100%;
	display: block;
	margin-top:10px;
}
section.blog-single-page .popular .popular-items .n-text a.more small{
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#106953;
   	float:left;
}
section.blog-single-page .popular .popular-items .n-text a.more img{
	width:20px;
   	float:left;
   	margin-left:20px;
   	position: relative;
   	top: 6px;
}
section.blog-single-page .popular .popular-items .col-md-12{
	margin-bottom:30px;
}
section.single-tours .title h3{
	font-size:28px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;

}
section.single-tours .tour-items{
	padding:0 4%;
}
section.single-tours .tour-items .tour .tour-img{
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: block;
}
section.single-tours .tour-items .tour .tour-img img{
	width:100%;
	object-fit:cover;
	height:240px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
section.single-tours .tour-items .tour .tour-text{
	background: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6%;
    float:left;
}
section.single-tours .tour-items .tour .tour-text h2{
	margin:0;
	font-size:18px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
}
section.single-tours .tour-items .tour .tour-text small{
	font-size:11px;
	color:#106953;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    font-style:italic;
    display:block;
    min-height:16px;
}
section.single-tours .tour-items .tour .tour-text .tour-stars{
	margin-top:10px;
	margin-bottom:10px;
	
    display:block;
    min-height:16px;
}
section.single-tours .tour-items .tour .tour-text .tour-stars .yellow{
	color:#fecf33;
}
section.single-tours .tour-items .tour .tour-text .tour-stars .gray{
	color:#e8e8e8;
}
section.single-tours .tour-items .tour .tour-text p{
	font-size:12px;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:black;
}
section.single-tours .tour-items .tour .tour-text .day-price{
	border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 10px;
    display:block;
}
section.single-tours .tour-items .tour .tour-text .day-price .day{
	float:left;
}
section.single-tours .tour-items .tour .tour-text .day-price .day span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#948f8f;
    font-size:12px;
}
section.single-tours .tour-items .tour .tour-text .day-price .day p{
	font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#fc8410;
    font-size:16px;
}
section.single-tours .tour-items .tour .tour-text .day-price .price{
	float:right;
	text-align:right;
}
section.single-tours .tour-items .tour .tour-text .day-price .price span{
	 font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#948f8f;
    font-size:12px;
}
section.single-tours .tour-items .tour .tour-text .day-price .price p{
	font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    color:#fc8410;
    font-size:16px;
}

section.single-tours .tour-items .tour .tour-text a.more{
	float: left;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #969391;
	padding: 3% 6%;
	border-radius: 5px;
	color: black;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
 }
 section.single-tours .tour-items .tour .tour-text a.more:hover{
 	background:#fc8410;
 	color:white;
 	border:1px solid #fc8410;
 }

section.single-tours .tour-all a{
 display: table;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 1% 4%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #757171;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:12px;
   }

   section.single-tours .row{
   	margin:0;
   }


   section.single-tours .tour-items .tour{
   	float:left;
   	margin-bottom:35px;
   }

   /* Otel Page */

section.otel-page{
	padding:50px 0;
}
   section.otel-page .tour-page-title h1{
	font-size:28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
section.otel-page .tour-page-title .border{
	height:3px;
	width:30px;
	border-radius: 5px;
	display:block;
	background:#fc8410;
}


section.otel-page .o-item{
	border-radius:5px;
	position:relative;
	height:460px;
}
section.otel-page .col-md-4{
	padding:1%;

}
section.otel-page .col-md-4 .o-img{
	height:100%;
}
section.otel-page .col-md-4 .o-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 5px;
}
section.otel-page .col-md-4 .o-text{
	position: absolute;
	bottom:6%;
	left:7%;
}
section.otel-page .col-md-4 .o-text h3{
	color:white;
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.otel-page .otel-page-items{
	float:left;
	margin-top:35px;
  width:100%;
}
section.otel-page .col-md-4 .o-text small{
	color:white;
	font-size:12px;
	font-weight: 600;
	font-style:italic;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.otel-page .col-md-4 .o-text .o-stars{
	margin-top:10px;
}
section.otel-page .col-md-4 .o-text .o-stars i.yellow{
	color:#ffcf00;
}
section.otel-page .col-md-4 .o-text .o-stars i.gray{
	color:#e8e8e8;
}
section.otel-page .col-md-4 .o-text p{
	color:white;
	font-size:12px;
	font-weight: 500;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	margin-top:10px;
   	width:90%;

}

/* Tour Single Page */


section.tour-single-page .page-content{
	padding:0 6%;
    float: left;
    width: 100%;
    
}
section.tour-single-page .page-content .content{
	background:white;
    box-shadow: 0 0 10px 0 #00000047;
    float:left;
    width:100%;
    padding:3%;
    border-radius:5px;
}
section.tour-single-page .page-content .content .page-img img{
	width:100%;
	object-fit: cover;
	margin-bottom:15px;
}

@media(max-width: 480px){
    
}

section.tour-single-page .page-content .content .page-img ul{
	margin:0;
	padding:0;
}
section.tour-single-page .page-content .content .page-img ul li{
	float:left;
	list-style:none;

}
section.tour-single-page .page-content .content .page-img ul li.col-md-4{
	padding:0;
}
section.tour-single-page .page-content .content .page-img ul li.col-md-4:nth-child(1){
	padding-right:5px;
}
section.tour-single-page .page-content .content .page-img ul li.col-md-4:nth-child(2){
	padding-right:5px;
	padding-left:5px;
}
section.tour-single-page .page-content .content .page-img ul li.col-md-4:nth-child(3){
	padding-left:5px;
}
section.tour-single-page .page-content .content .page-img ul li img{
	width:100%;
}
section.tour-single-page .page-content .content .single-content .single-title h1{
	font-size:28px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
}
section.tour-single-page .page-content .content .single-content .single-title .single-border{
	width:30px;
	height:3px;
	border-radius:5px;
	background:#fc8410;
}
section.tour-single-page .page-content .content .single-content .single-text{
	margin-top:25px;
}
section.tour-single-page .page-content .content .single-content .single-text span{
	font-size:18px;
	color:#106953;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	width:100%;
   	display:block;
}
section.tour-single-page .page-content .content .single-content .single-text small{
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	width:100%;
   	display:block;
}
section.tour-single-page .page-content .content .single-content .single-text .single-stars i{
	color:#fecf33;
}
section.tour-single-page .page-content .content .single-content .single-text .single-stars{
	margin-top:5px;
	margin-bottom:5px;
}
section.tour-single-page .page-content .content .single-content .single-text h5{
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	color:#fc8410;
}
section.tour-single-page .tour-about{
	margin-top:30px;
}

section.tour-single-page .tour-about ul li{
    font-weight: 500;
    color: dimgrey;
}


section.tour-single-page .tour-about h3{
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;

}
section.tour-single-page .tour-about p{
	font-size:14px;
   	font-family: 'Montserrat', sans-serif;
   	font-weight: 500;
   	color: dimgrey;
}
.tour-single-page .page-content .content .single-content .single-text .tour-about ul{
	margin:0;
	padding:0;
}
.tour-single-page .page-content .content .single-content .single-text .tour-about ul li{
	font-size:14px;
   	font-family: 'Montserrat', sans-serif;
   	list-style:none;
}
.tour-single-page .tour-about a.program{
	margin-top: 10px;
    width: 100%;
    padding: 1%;
    border: 1px solid #fc8410;
    background: #fc8410;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #00000038;
    font-size:14px;
   	font-family: 'Montserrat', sans-serif;
   	float: left;
    text-align: center;
    text-decoration: none;
}
.tour-single-page .page-content .content .city-about{
	background: #f9f9f9;
    padding: 3%;
    border-radius: 5px;
    margin-top: 15px;
}
.tour-single-page .page-content .content .city-about h3{
	margin:0;
	margin-bottom:15px;
	font-size:18px;
   	font-family: 'Montserrat', sans-serif;
   	font-weight:bold;
}
.tour-single-page .page-content .content .city-about p{
	margin:0;
	font-size:14px;
   	font-family: 'Montserrat', sans-serif;
}
.tour-single-page .page-content .content .video{
	margin-top:35px;
}
.tour-single-page .page-content .content .video .video-img img{
	width:100%;
}
.tour-single-page .page-content .content .video .video-img .video-play{
	position: absolute;
    top: 56%;
    font-size: 35px;
    left: 50%;
    background: #ffffff63;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 17px;
    border-radius: 47%;
    padding-left: 7px;
    cursor:pointer;
}
.tour-single-page .page-content .content .video .video-img .video-play i{
	color:black;
}
.tour-single-page .page-content .content .tur-otels{
	margin-top:35px;
}




.tour-single-page .page-content .content .o-item{
	border-radius:5px;
	position:relative;
}
.tour-single-page .page-content .content .col-md-6{
	padding:4%;
}
.tour-single-page .page-content .content .o-img img{
	width:100%;
}
.tour-single-page .page-content .content .o-text{
	position: absolute;
	top:45%;
	left:7%;
}
.tour-single-page .page-content .content .o-text h3{
	color:white;
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
.tour-single-page .page-content .content .o-text small{
	color:white;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
.tour-single-page .page-content .content .o-text .o-stars{
	margin-top:10px;
}
.tour-single-page .page-content .content .o-text .o-stars i.yellow{
	color:#ffcf00;
}
.tour-single-page .page-content .content .o-text .o-stars i.gray{
	color:#e8e8e8;
}
.tour-single-page .page-content .content .o-text p{
	color:white;
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	margin-top:10px;
   	width:90%;

}
/* Otel Single Page */
section.otel-single-page{
	padding:50px 0;
}
section.otel-single-page .otel-single{
	padding:3%;
	float:left;
	width:100%;
}
section.otel-single-page .otel-single .single-block{
	background: white;
    box-shadow: 0 0 10px 0 #00000047;
    padding: 3%;
    border-radius: 5px;
    float:left;
	width:100%;
}
section.otel-single-page .otel-single .single-block .title{
	display:block;
	margin:0;
	text-align:left;
	float:left;
	width:100%
}
section.otel-single-page .otel-single .single-block .title .title-border-yellow{
	display:block;
	margin-left:0;
	margin-right:0;
}
section.otel-single-page .otel-single .single-block .title .otel-stars{
position: absolute;
    top: 41%;
    left: 45px;
}
section.otel-single-page .otel-single .single-block .title .otel-stars i.yellow{
	color:#ffcf00;
}
section.otel-single-page .otel-single .single-block .title .otel-stars i.gray{
	color:#e8e8e8;
}
section.otel-single-page .otel-single .single-block .otel-single-img img{
	width:100%;
	object-fit: cover;
	height:350px;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul{
	margin:0;
	padding:0;
	margin-top:15px;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	height: 156px;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li img{
	height:100%;
	object-fit: cover;
	border-radius: 5px;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li:nth-child(1){
	padding-right:2%!important;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li:nth-child(2){
	padding-right:2%!important;
	padding-left:2%!important;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li:nth-child(3){
	padding-right:2%!important;
	padding-left:2%!important;
}
section.otel-single-page .otel-single .single-block .otel-single-img ul li:nth-child(4){
	
	padding-left:2%!important;
}
section.otel-single-page .otel-single .single-block .otel-single-text{
	margin-top:25px;
	display: block;
	float:left;
	width:100%;
}
section.otel-single-page .otel-single .single-block .otel-single-text p{
	font-size:14px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
}
section.otel-single-page .otel-single .single-block .otel-single-text h3{
	font-size:14px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
}
section.otel-single-page .otel-single .single-block .otel-single-text .popular{
	margin-top: 35px;
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 2%;
    border-radius: 5px;

}
section.otel-single-page .otel-single .single-block .otel-single-text .popular .popular-title h3{
	font-size:18px;
	font-weight:bold;
   	font-family: 'Montserrat', sans-serif;
   	margin-bottom:20px;
}
section.otel-single-page .otel-single .single-block .otel-single-text .popular ul{
	margin:0;
	padding:0;
}
section.otel-single-page .otel-single .single-block .otel-single-text .popular ul li{
	list-style:none;
	margin-bottom:5px;
}
section.otel-single-page .otel-single .single-block .otel-single-text .popular ul li span{
	font-size:14px;
   	font-family: 'Montserrat', sans-serif;
   	margin-bottom:20px;
   	margin-left:10px;
}
section.otel-single-page .otel-single .single-block .otel-single-map{
	margin-top:35px;
	float: left;
	width:100%;
}



section.otel-single-page .o-item{
	border-radius:5px;
	position:relative;
}
section.otel-single-page .col-md-6{
	padding:4%;
}
section.otel-single-page .o-img img{
	width:100%;
}
section.otel-single-page .o-text{
	position: absolute;
	top:55%;
	left:7%;
}
section.otel-single-page .o-text h3{
	color:white;
	font-size:18px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.otel-single-page .o-text small{
	color:white;
	font-size:11px;
	font-weight: bold;
	font-style:italic;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;

}
section.otel-single-page .o-text .o-stars{
	margin-top:10px;
}
section.otel-single-page .o-text .o-stars i.yellow{
	color:#ffcf00;
}
section.otel-single-page .o-text .o-stars i.gray{
	color:#e8e8e8;
}
section.otel-single-page .o-text p{
	color:white;
	font-size:12px;
	font-weight: bold;
   	font-family: 'Montserrat', sans-serif;
   	margin:0;
   	padding: 0;
   	margin-top:10px;
   	width:90%;

}

.w3-sidebar ul li{
		padding-right:20px;
	}
	.w3-sidebar ul li a{
		text-align:right!important;
		color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding-right:25px!important;
    border-bottom:1px solid #E0E0E0!important;
	}
	.mobile-lang ul{
		margin: 0;
    padding: 0 6%;
    width: 100%;
    text-align: center;
    display: table;
    margin: 0 5%;

	}
	.mobile-lang ul li{
		float: left;
    display: table;
    margin: 0 auto!important;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #BDBDBD;
    width: 30%;
    padding:5px;

	}
	.mobile-lang ul li:nth-child(1){
		border-radius:4px 0px 0px 4px;
	}
	.mobile-lang ul li:nth-child(3){
		border-radius: 0px 4px 4px 0px ;
	}
	.mobile-lang ul li.active{
		border-color:#eb6700;
	}
	.mobile-lang ul li.active a{
		color:#eb6700;
	}
.mobile-lang ul li a{
	text-align: center!Important;
    padding: 0!important;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    }

@media only screen and (min-width: 768px) {
	button.w3-xlarge{
		display:none;
	}
	
}
@media only screen and (max-width: 768px) {
	header .head .col-md-2{
		text-align:center;
	}
	#footer .subscription .sub-title h3{
	float:left;
}
section.tour-single-page .page-content{
    margin-top:25px;
}
.tour-about table{
    width:100%!important;
    
}
.tour-single-page .page-content .content .city-about{
    float:left;
    width:100%;
}
#footer .subscription .sub-title form{
    float:left;
}
	.carousel-caption p{
	    display:none;
	}
	section.news{
	    padding-bottom:30px!important;
	}
	.carousel-inner{
	    height:auto!important;
	}
	header .head .col-md-2 .logo{
		padding-top:15px;
	}
	.w3-teal{
		position:static!important;
		float:left;
		width:100%;
		margin-top:15px;
	}
	.w3-teal button{
		    width: 50px;
    height: 50px;
    border: 2px solid white!important;
    color: white!important;
    position: absolute!important;
    top: 15px!important;
    left: 83%!important;
    border-radius: 5px;
	}
	header{
		padding-bottom:35px;
	}
	.carousel-caption{
		top:20%!important;
	}
	.nav-pills > li{
    margin-right: 2%!important;
    display: table;
    margin-bottom: 3%;
	}
	.tour-items .owl-nav{
		display:none!important;
	}
	.tour-items .owl-dots{
		display:none!important;
	}
	section.tours .tour-all a{
		    display: table;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 3% 10%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 6px 15px 0 rgba(252, 130, 16, 0.4);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
	}
	.title{
		width:auto;
		padding: 0 6%;
	}
	.title p{
		margin-top:15px;
	}
	.about-logo{
		margin-bottom:25px;
	}
	.about-text{
		    padding: 0 8%!important;
    word-break: break-all;
	}
	section.services .services-items{
		margin-top:35px;
	}
	section.section-4{
		top:130px!important;
		height:auto;
		background-repeat: no-repeat;
		background-size:cover;
		top:-250px!important;
		padding-top:30px;
	}
	section.section-4 .oteller{
		top:0!important;
		margin-bottom:35px;
	}
	section.section-4 .clients{
		top:0!important;
	}
	section.section-4 .oteller .col-md-6 .o-text{
		top:25%;
	}
	section.section-4 .title h2{
		color:black;
	}
	section.section-4 .title p{
		color:black;
	}
	section.section-4 .title .title-border-green{
		background:#106953!important;
	}
	section.tours{
		background-size:cover!important;
	}
section.section-4 .oteller .o-all a{
	    display: table;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #fc8410;
    color: white;
    outline: 0;
    padding: 3% 10%;
    background: #fc8410;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #757171;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    }
    .owl-nav{
    	display:none;
    }
    .owl-dots{
    	display:none;
    }
   
    section.news .item{
    	padding:0 30px;
    }
    section.gallery{
    	
    	background-size:cover!important;
    }
    footer{
    	padding-top:65px!important;
    	
    }
    footer .col-md-3{
    	text-align:center;
    }
    footer .footer-sosial{
    	display:table;
    	margin:15px auto;
    }
    footer .footer-menu{
    	float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;

    }
    #footer .subscription .sub-title{
    	float:none!important;
    }
    #footer .subscription .sub-title{
    	text-align:center;
    }
    section.blog-page{
    	padding:50px 5%;
    }
    section.blog-page .news-items .col-md-3{
    	display:block;
    	margin-bottom:30px;
    	float:left;
    }
    section.blog-single-page .popular{
    	margin-top:35px;
    }
    section.blog-single-page .popular .popular-title h3{
    	text-align:center;
    }
    section.blog-single-page .popular .popular-title .border{
    	float:none;
    	display:table;
    	margin-left:auto;
    	margin-right:auto;
    }
    section.otel-page{
    	padding:50px 5%;
    }
    section.otel-page .o-item{
    	height:320px;
    }
    section.otel-page .col-md-4{
    	margin-bottom:25px;
    }
    section.otel-page .col-md-4 .o-text{
    	top:30%;
    }
    section.otel-single-page .otel-single .single-block .title .otel-stars{
    	top:60%;
    	left:8%;
    }
    
    section.otel-single-page .otel-single .single-block .otel-single-img ul li{
    	height:50px;
    }
    .tour-single-page .page-content .content .o-img img{
    	border-radius:5px;
    	height:100%;
    }
    .tour-single-page .page-content .content .o-img{
    	height:100%;
    }
    .tour-single-page .page-content .content .o-item{
    	height:300px;
    }
    .tour-single-page .page-content .content .o-text{
    	top:16%;
    }
    section.tours-page{
    	padding:50px 3%;
    }
    section.tours-page .col-md-4{
    	float:left;
    }
}
section.contact-page .title{
text-align: left;
    float: left;
    margin-top: 30px;
    }
section.contact-page .title h1{
  font-size: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
section.contact-page .title .border{
  height: 3px;
    width: 30px;
    border-radius: 5px;
    display: block;
    background: #fc8410;
}
section.contact-page .contact-adress h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
section.contact-page .contact-adress p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
section.contact-page form {
    padding: 2%;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    float: left;
    width: 100%;
}
section.contact-page form .form-group {
    padding: 0 20%;
    float: left;
    width: 100%;
}
section.contact-page form .form-group label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
section.contact-page form .form-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 15px;
    transition: 1s;
}
section.contact-page form .form-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #495057;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: rgba(0, 0, 0, 0.87);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 15px;
    transition: 1s;
}
section.contact-page form .form-group .send {
    padding: 2% 6%;
    border-radius: 24px;
    border: 0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(252 132 16);
    font-weight: bold;
    display: table;
    margin: 0 auto;
    outline: none;
    border: 1px solid#fc8410;
  }
  section.gallery #myGallery li img{
      width:100%!important;
      height:100%!important;
      object-fit:cover;
  }
  section.gallery .swiper-wrapper{
    padding-bottom:40px;
  }
  section.gallery .swiper-pagination-bullet{
    background-color:#fff;
    opacity:1;
  }
  section.gallery .swiper-pagination-bullet-active{
    background-color:#ccc;
  }
  section.gallery .col-md-3{
      padding-right:5px!important;
      padding-left:5px!important;
  }
.carousel-inner{
    height:450px;
    border-radius:16px;
}
.carousel-inner .item{
    height:100%;
}
.carousel-inner .item img{
    height:100%;
    object-fit:cover;
}
.carousel-caption{
    top:90px;
}

.otel-page .otel-page-items .o-item .mask{
position: absolute;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: 1s ease;
    width: 100%;
    height:100%;
    
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7063200280112045) 0%, rgba(0,0,0,0) 100%);
    
}
.otel-page .otel-page-items .o-item{
    overflow:hidden;
}
.otel-page .otel-page-items .o-item:hover .o-img img{
    width:140%;
    transition:1s ease;
}
.otel-page .otel-page-items .o-item .o-img img{
    transition:1s ease;
}
.service-item .icon {
	display: block;
	position: relative;
	margin: 0 0 20px;
}

.row-services{
    display: flex;
    flex-wrap: wrap;
}

.service-item {
	padding-top: 40px;
	height: 345px!important;
}

.service-item p {
	line-height: 26px;
	font-weight: 400;
}

h3{
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
}

.service-item i {
	width: 80px;
	text-align: center;
	display: inline-block;
	line-height: 72px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

.service-item [class^="flaticon-"]:before,
.service-item [class*=" flaticon-"]:before {
	font-size: 36px;
	color: #fc8410;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
}

.service-item .icon::before {
	width: 80px;
	height: 80px;
	background: #ffe694;
	border-radius: 0 80px 80px 80px;
	opacity: 0.75;
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-item:hover .icon::before {
	background: #fc8410;
	opacity: 1;
}

.service-item:hover .icon i::before {
	color: #fff;
}
span {
	font-family: 'Montserrat', sans-serif !important;
}
.popular string{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.popular ul{
    float: left;
    width: 100%;
    margin-bottom:15px!important;
}
.popular ul li{
    margin-top: 5px;
    font-size:14px;
}
.owl-nav{
    display:none!important;
}
header .head .phone a
{
padding-top:4px;
}

header .head .sosial-icons ul li{
height:25px;
width:25px;
}

header .head .phone, header .head .sosial-icons
{
padding-top:0;
}

header .head .sosial-icons ul li i
{
padding-top:5px;
}

header .head .sosial-icons ul li:nth-child(4) a i{
margin:0;
}

#footer .subscription form input, #footer .subscription form button {
margin-bottom:10px;
}

#footer .footer-logo ul li a {
padding-top:1px;
}

#footer .footer-logo ul li a i
{
    font-size:12px;
}

.splide .splide__track{
    height: 100%;
    width: 100%;
}

.splide .splide__slide{
    height:100% !important;
    width: 100% !important;
}

.splide .splide__slide img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.splide .splide__list{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.splide-wrapper.fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    padding: 100px;
    border-radius: 0;
}

@media(max-width: 480px){
    .splide-wrapper.fullscreen{
        padding:15px;
    }
}



.splide-wrapper.fullscreen .splide,
.splide-wrapper.fullscreen .js-thumbnails{
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
}

.splide-wrapper .splide{
    height: auto;
    cursor: pointer;
}

.splide-wrapper .expander{
    position: absolute;
    top:20px;
    right: 30px;
    border-radius: 50px;
    background: rgba(0,0,0,0.7);
    color: lightgray;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    z-index: 1;
}

.splide-wrapper.fullscreen .expander{
    font-size: 20px;
}

.splide-wrapper .expander:hover{
    background: rgba(0,0,0,0.8);
    color: white;
}
.splide-wrapper .expander:focus,
.splide-wrapper .expander:active{
    outline: none !important;
    color: lightgray;
}

.splide-wrapper .js-thumbnails ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.splide-thumbnails{
    background: #212121;
}

.splide-thumbnails::-webkit-scrollbar {
  display: none;
}
.splide-wrapper .js-thumbnails li{
    min-width: 100px!important;
    max-width: 200px!important;
    width: 100%;
    height: 80px!important;
}

.splide-wrapper .js-thumbnails li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.splide-wrapper .thumbnails ul{
    list-style: none;
}

.thumbnails__item.is-active{
    border: 3px solid orange;
}

.thumbnails__item:focus{
    outline:none;
}

.splide-wrapper{
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
    width: 100%;
    position: relative;
}

.mobil-sosial-icons ul{
    display: flex;
    justify-content: flex-end;
    padding: 20px 40px;
}

.mobil-sosial-icons ul li{
    border-radius: 50px;
    border: 1px solid lightgray;
    padding: 15px;
    margin-left:15px;
    height: 50px;
    width: 50px;
}

.mobil-sosial-icons ul li a{
    padding: 0 !important;
    border: none !important;
}

.w3-sidebar ul li a{
    color: lightgray;
    border-color: dimgrey !important;
}

.w3-sidebar{
    background-color: #212121!important;
}

.mobil-sosial-icons i{
    font-size: 20px;
}

.w3-bar-block .w3-bar-item{
    font-size: 25px;
}

.w3-bar-block .w3-btn-close{
    color: white !important;
    font-size: 40px;
}

.carousel .item::before{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(5, 51, 40, 0.8), rgba(5, 51, 40, 0));
}

@media(max-width: 480px){
    .splide-wrapper .splide{
        height: 250px;
    }
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #fc8410!important;
    border-color: #fc8410!important;
}
.subscribe{
    background: white;
    width: 40%;
    padding: 3%;
    margin: 0 auto;
    border-radius: 5px;
    text-align:center;
    position:relative;
}
.subscribe-bg{
    height: 100vh;
    width: 100%;
    background: #0000008a;
    position: fixed;
    top: 0;
    z-index:999;
    padding-top:120px;
}
.subscribe i{
   color: #fc8410;
   font-size:7em;
}
.subscribe button{
    font-size: 5px;
    color: black;
    background: white;
    position: absolute;
    top: 1%;
    right: 1%;
    opacity: 1;
}
.subscribe button i{
        color: black;
    font-size: 20px;
}
.last-menu-item a{
    background: #fff;
    color: #eb6800!important;
    margin-left: 15px;
    border-radius: 25px;
    border:2px solid transparent;
    transition:all 250ms;
}
.last-menu-item a:hover{
    background: transparent;
    color: #fff!important;
    border-color:#fff;
    margin-left: 15px;
    border-radius: 25px;
    
}
.last-mobile-menu-item a{
    color:#eb6800!important;
}


@media(max-width:576px){
    .nav-pills > li{
        float:none !important;
    }
}



.apply-button{
        border-radius: 4px;
    padding: 7px 14px;
    width: 154px;
    text-align: center;
    border: 2px solid #cecece;
    color: #6b6969;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    outline: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 50px;
    font-size: 13px;
        background: #eb6700;
    color: white;
    border: 2px solid #eb6700;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.custom-modal-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.16);
    display: none;
}

.custom-modal {
    max-width: 500px;
    width: 500px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background-color: #fff;
    display: none;
}

.custom-modal .col-12.col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.custom-modal .col-12 .form-group {
    margin-right: 10px;
    margin-bottom: 15px;
}

.custom-modal .form-group input {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    height: 45px;
    border-radius: 3px;
    padding: 0 10px;
}

.custom-modal .form-group input:focus,
.custom-modal .form-group textarea:focus {
    border: 1px solid orange;
}

.custom-modal .form-group textarea {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    resize: none;
    height: 170px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
}

.custom-modal .modal-title {
    font-weight: 600;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-modal .modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.custom-modal .modal-close button.close {
    width: 35px;
    opacity: 1;
    height: 35px;
}

.custom-modal .modal-close button:hover {
    color: #fff;
}

.custom-modal button {
    background: orange;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    transition: all 0.3s ease;
    font-size: 17px;
}

@media (max-width: 576px) {
    .custom-modal {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
    }
}

.modal-apply-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.16);
    display: none;
}

.modal-apply {
    max-width: 500px;
    width: 500px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background-color: #fff;
    display: none;
}

.modal-apply .form-group input {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    height: 45px;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.modal-apply .form-group input:focus,
.modal-apply .form-group textarea:focus {
    border: 1px solid orange;
}

.modal-apply .form-group textarea {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    resize: none;
    height: 170px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
}

.modal-apply .modal-title {
    font-weight: 600;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.modal-apply .modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.modal-apply .modal-close button {
    width: 35px;
    opacity: 1;
    height: 35px;
}

.modal-apply .modal-close button:hover {
    color: #fff;
}

.modal-apply button,
.custom-modal button.close {
    background: orange;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    transition: all 0.3s ease;
    font-size: 17px;
}

@media (max-width: 992px) {
    .custom-modal .col-12 .form-group {
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .modal-apply {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
    }
}

.notfound-page {
    text-align: center;
    padding: 32px;
}

.notfound-page .section-title {
    font-size: 100px;
    font-weight: 500;
    color: #fc8410;
}

.notfound-page .inner-text {
    font-size: 28px;
    font-weight: 500
}

.notfound-page .btn-main {
    font-size: 18px;
    color: #fff;
    background-color: #fc8410;
    padding: 1rem 1.3rem;
    border-radius: .5rem;
    margin: .5rem 0
}

.gallery-loading-container {
    display: none;
}