.logo img
{
	height: 100px;
}
.bradcam_bg_4 {
    background-image: url(../img/contact.jpg) !important;
}
.footer_logo img
{
	height: 80px;
}
.clear
{
	clear: both;
}
.boksec
{
	margin-top: 10px;
}
.caption-first {
       width: 50%;
    top: 0px;
    bottom: 0;
    position: absolute;
    /*text-align: center;*/
    background: #000000c2;
        padding: 20px 11px;
}
.caption-first a:hover{
	text-decoration: underline;
	transition: 0.75s;
}
.caption-first a{
	color: white;
	display: inline-block;
    margin-bottom: 3px;
    transition: 0.75s;
    font-size: 12px;
}
.caption-first h2{
	color: white; 
	font-size: 20px;
	font-weight: 500;

}
.caption p{
	color: white;
	font-size: 12px;
}
.conts p{
	text-align: justify;
	color: black !important;
}
.buts li{
	list-style-type: disclosure-closed;
    line-height: 32px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff;
    background: #000000;
    color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000;
    background: #ffffff00;
}
ul.abt-link li {
    list-style: disc;
    margin: 10px 20px;

}
i.ti-facebook.facebook-color {
    background: #1877f2;
    padding: 10px 20px;
    font-size: 20px;
}

i.fa.fa-instagram.instagram-color {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    padding: 10px 20px;
     font-size: 20px;
}
}
i.ti-facebook.facebook-color a:hover {
   color:#fff;
}

i.fa.fa-instagram.instagram-color {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    padding: 10px 20px;
     font-size: 20px;
}
.socail_links ul li {
    margin: 0px 12px;
}
.bradcam_area.adventure-bg {
    background-image: url(../img/adventur.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: none;
    color:#000; 
    font-weight: 600;
    border: none;
    box-shadow: none !important;
}
.dropdown-menu.dropdown-links.show {
    background: #fff;
}

 /*Mobile code*/
		   
		@media (min-width: 300px) and (max-width: 768px){
		    .dropdown-menu.dropdown-links.show{
		       overflow: scroll !important; 
		    }
		    
		}
