
.nav-item.dropdown ul.dropdown-menu{background: #ffb4009e !important;margin-top:-5px;width: fit-content !important}
.nav-item.dropdown ul.dropdown-menu li{margin:0px;padding: 0px;border-bottom: 1px dotted #222;width: -webkit-fill-available;
    text-align: center;}
.nav-item.dropdown ul.dropdown-menu li a{padding: 10px 5px;width: 100%;display: block;color:black;}
.nav-item.dropdown ul.dropdown-menu li:hover{background:white;width: -webkit-fill-available;}

.destination{position: relative;width: 100%;  display: block;height: 250px;}


.countryside{padding: 10px;border: 1px solid #ffb400; transition: 0.3s;margin-bottom: 30px;}
.countryside:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);transition: 0.3s;}
.country-name h4{width:75%;display: inline-block;margin-top: 10px;font-size:20px;}
.country-name span.flag{width:22%;display: inline-block;float: right;height: 60px;margin-top:5px;}
.country-name a:hover{color:blue;}

.country-name{width: 100%;display: block;}

/*start slider*/
slider slide img{width: 100%;height: 100%}

			slider{
				display: block;
				width: 100%;
				height: 100%;
				background: red;
				overflow: hidden;
				position: absolute;
			}
			slider > *{
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				background: red;
				overflow: hidden;
				animation: slide 12s infinite;

			}	
			slide:nth-child(4){
				left: 0%;
				animation-delay: -1s;
				/*background-image: url(../images/destination-1.jpg);*/
				background-size: cover;
				background-position: center;			
			}
			slide:nth-child(3){
				
				animation-delay: 2s;
				/*background-image: url(../images/destination-2.jpg);*/
				background-size: cover;
				background-position: center;			
			}
			slide:nth-child(2){
				
				animation-delay: 5s;
				/*background-image: url(../images/destination-3.jpg);*/
				background-size: cover;
				background-position: center;			
			}
			slide:nth-child(1){
				left: 0%;
				animation-delay: 8s;
				/*background-image: url(../images/destination-4.jpg);*/
				background-size: cover;
				background-position: center;			
			}
			@keyframes slide{
				0%{left:100%; width:100%;}
				5%{left:0%;}
				25%{left:0%;}
				30%{left:-100%;width:100%;}
				30.0001%{left:-100%;width:0%;}
				100%{left:100%;width:0%;}
			}
/*end slider*/			

.search-wrap-1 h1{color:white;text-align: left;}
.search-wrap-1 span{color:#ffb400}
.search-wrap-1 a{position: absolute;
    top: 25%;
    left: 87%;
    border: 1px solid #ffb400;
    color: white;
    padding: 10px 15px;
    transition: 0.3s linear;
	}
.search-wrap-1 a:hover{background: #ffb400;}

footer img.girl{position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
}

a.mylogo img{
	position: absolute;
    width: 250px;
    left: 5px;
    transform: translateY(-50%);
}

.categories.features li span{position: absolute;right: 10px;color:#ffc107;}
.ftco-subscribe h2{text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8;}

.myfb{transform: skew(-30deg ,25deg);width:60%;padding:15px;background:#ffb400;box-shadow: 0px 0px 20px #909090;transition: 0.4s linear; margin: auto; margin-top:80px;}
.myfb p{font-family: 'Shadows Into Light', cursive;    font-size:18px;color:white;letter-spacing: 1px;}
.myfb:hover{transform: skew(0deg ,0deg);transition: 0.4s linear;}

.ftco-section.services-section.bg-light{padding: 120px 0px;background:url(../images/white-waves.png) !important;background-attachment: fixed !important;}

img.mission-vision{width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
  	transition: 0.5s linear;
  	box-shadow: -8px 7px 5px #6b6b6b;
	}
img.mission-vision:hover{-webkit-filter: grayscale(0%); 
  	filter: grayscale(0%);box-shadow: -8px 7px 5px #383636;transition: 0.5s linear;}

.myslider{margin-top:65px;} 

.special{margin-top: 60px; margin-bottom: 50px;}
.special p{border-left: 6px solid #0088cc;padding-left: 20px;}
.special img{width:100%;display: block;margin:auto;box-shadow: -10px 10px 0px #c7c4c4, -20px 20px 0px #dadada}	

/*start my interst tabs*/
.myinterest .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.myinterest .nav-stacked > li + li {margin-top: 0px;}
.myinterest .nav-tabs{list-style: none;}
.myinterest .nav-tabs{display: block;} 
.myinterest .nav-tabs > li > a {
    /*padding: 50px 100px 50px 100px !important;*/
    color: #AAAAAA;
    background-color: #E3F2FD;
    border: 0px;
    border-radius: 0px;
    margin: 0;
    display: block;
    margin-bottom:10px;width: 100%;
    padding:4px 0px;
}
.myinterest .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #448AFF; 
    color: #FFFFFF;
    z-index: 99;
    transition: all 0.5s ease 0s;
}
.myinterest .nav-tabs > li.active > a {
   color: #FFFFFF;
   background-color: #2962FF;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
    z-index: 100;
}
.myinterest .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #FFFFFF;
   background-color: #2962FF;   
   box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
   transition: all 0.5s ease 0s;
}
/*end my interst tabs*/	
.ourexperties{
	padding-top:130px;
}
.ourexperties1{
	padding-left:30px;
}
.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
.myinterest{padding:50px 0px;}
.myinterest h2{text-align: left;}
.myinterest h3{text-align: center;
    margin-top: 10px;
    background: #4E91FF;
    color: white;
    padding: 5px;
    font-size: 23px;
}