
body {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:28px;
	color:#000000;
}
.bg-img {
    background: url('../images/body-bg.jpg');
    background-size: contain;
    background-repeat: repeat-y;
}
a {
	text-decoration:none;
}
a:hover{
	color:#CB6215;
}
.cl-orange {
	color: #CB6215;
}
.cl-o-blue {
	color: #1D293F;
}
.cl-dgray {
	color:#343A3F;
}
.s-cl-dgray {
	color:#546179;
}
.cl-o-blue-2 {
	color: #1D293F;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:28px;
}
h5 {
	font-size:24px;
}
h6 {
	font-size:18px;
	line-height:28px;
}
.page-title {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 9;
	top: 30%;
}
.btn {
	background: #CB6215;
	color: #fff;
	padding: 6px 32px;
	border-radius: 30px;
	border:1px solid #CB6215;
}
.text-justify {
    text-align: justify;
}
video {
	object-fit: fill;
}
.btn:hover {
	background:transparent;
	color:#CB6215;
}
.btn-white:hover {
	background: #fff;
	border-color: #fff;
	color: #CB6215;
}
.fw-5 {
	font-weight:500;
}
.fw-6 {
	font-weight:600;
}
.fw-7 {
	font-weight:700;
}
.fs-14 {
	font-size:14px;
}
.fs-20 {
	font-size:20px;
}
.line-height {
	line-height:22px;
}
header {
	position: absolute;
	z-index: 99;
	width: 100%;
}
.top-header {
	border-bottom: 1px solid rgb(255 255 255 / 20%)!important;
}
.navbar-collapse {
	flex-grow: inherit;
}
.welcome {
	background: url('../images/welcome.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.choose_us {
	background: url('../images/choose-us.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.top-phone a {
	color: #fff;
	border: 1px solid;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.top-phone a:hover {
	background:#CB6215;
	border-color:#CB6215;
}
.hover-img {
	position:relative;
	overflow:hidden;
	border-radius: 15px;
}
.hover-img img {
	transition: all 0.8s;
}
.hover-img img:hover {
	transform: scale(1.09);
}
.box:hover {
	background: #cb6215;
}
.box:hover h4, .box:hover p {
	color: #fff;
}
.box:hover img {
	filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1) !important;
}
.box {
	border: 1px solid #DCE5EB;
	padding: 15px 20px;
	;
	border-radius: 8px;
	background: url('../images/bg-box.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height:355px;
	position: relative;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}
.box:hover {
	transform: translate(0px, -15px);
}
.grid_images .card-body {
	border: none !important;
	padding: 0px;
}
.grid_images .card {
	border: none;
	background: transparent;
}
.countrytext {
	position: absolute;
	z-index: 9;
	left: 25px;
	bottom: 0;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}
.card-text:hover .countrytext {
	transform: translate(0px, -25px);
}
.tour_content {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 20px 20px 0px 20px;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}
.card-text {
	position: relative;
}
.package {
	position: relative;
}
.tour_disc {
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 25px;
	background: #F9C7D2;
	color: #EE5879;
	padding: 4px 12px;
	border-radius: 10px;
}
.package:hover .tour_content {
	transform: translate(0px, -25px);
}
.tour_days {
	position: absolute;
	bottom: 50px;
	padding-left: 20px;
	color: #fff;
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}
.package:hover .tour_days {
	transform: translate(0px, -25px);
}
.tour_content .btn:hover {
	background: #fff;
	border-color: #fff;
}
.btn_share {
	padding: 13px 18px;
	background: #fff;
	border-radius: 25px;
	color: #1D293F;
	margin-right: 10px;
}
.contact_us {
	background: url('../images/contact_us.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-nav li {
	list-style: none;
}
.footer-nav {
	padding: 0;
}
.footer-nav li a {
	font-size: 16px;
}
.footer-nav li a:hover {
	color: #CB6215;
}
.footer-holder h3 {
	font-size: 20px;
}
.footer-nav li a {
	color: #546179;
}
.footer {
	background:#000000;
}
.footer h3 {
	color: #CB6215;
	margin-bottom: 20px;
}
.footer li i, .footer li a {
	color: #fff;
	line-height: 30px;
}
label {
	margin: 0 !important;
}
.form-control {
	height: 45px;
}
.form-control:focus {
	box-shadow:none;
}
textarea {
	height: 80px !important;
}
.last-img-box img {
	height: 272px;
}
.last-menu ul {
	left: -80px !important;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.hide-txt {
	display:none;
}
.card-text:hover .hide-txt {
	display: block;
}
#video_overlays {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.70);
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/*Pages*/
.contactpage-bg {
    background: #cb6215;
    padding: 20px;
}
.contactpage-bg ul li i,.contactpage-bg ul li a {
    color: #fff;
}
.contactpage-bg ul li {
    font-size: 18px;
    margin-bottom: 15px !important;
}
.nav-tabs li a{color: #1D293F;}
.nav-tabs li .active {
    background: #cb6215 !important;
    color: #fff !important;
    border-color: #cb6215 !important;
}
.accordion-button:not(.collapsed) {
   color: #fff;
   background-color: #cb6215;
}
.tab-content .accordion-item {
    margin-bottom: 20px;
}
.accordion-button:focus{
	box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(100%);
}
.nav-tabs li a:hover {
    background: #cb6215 !important;
    color: #fff !important;
}
.h-300 {
    min-height: 310px;
}


@media (max-width:767px) {
.navbar-brand img {
    display: block !important;
}
#video {
    height:250px;
}
.homeslider .item {
 	height: auto !important;
}
.dropdown-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f067";
    border: none;
    float: right;
}
li.show .dropdown-toggle::after {
    content: "\f068";
    transform: rotate(180deg) !important;
}
.m-order-1{order:1}
.m-order-2{order:2}
.navbar-nav {padding-right:0px !important;}
.navbar-nav .dropdown-menu {position: relative;}
header {background: #fff;position:relative !important;}
h1 {font-size: 30px;}
.h-275 {height:275px;}
.h-300 {min-height: 225px !important;}
.mmb-30 {margin-bottom:30px;}
.mmt-30 {margin-top:30px;}
.last-img-box img {height:auto !important;}
.top-header p, .top-header a { color: #000 !important;}
.navbar-collapse {padding-top: 20px;}
header .navbar-light .navbar-nav .nav-link {color:#000000;}
.box {height:auto !important;}
.m-text-center{text-align:center;}
.wt-we-do-header img{height:230px;}
.w-page-title{width:auto !important;top:20px !important;}
.page-bg-content{left:auto !important;}
.sketch-on-safaris{background-position: top left -440px !important;height: 630px !important;}
.kayak-in-the-sea {height: 650px !important;background-position: center !important;}
.page-bg-content-right.wow.fadeInDown {width: 100%;right: auto !important;top: 0 !important;}
.page-bg-content-left {width: auto !important;left: auto !important;top: 0 !important;}
.text-tour {
    position: relative !important;
    width: auto !important;
    color: inherit !important;
	top:0px !important;
}
.list-style-custom p{width: 90% !important;}
.bg-package .container.mt-4.py-5 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
/*.page-bg-content h1, .page-bg-content p {color: #000 !important;}*/
}
.packagecard {
    padding: 15px;
    background: #fff;
	border-radius:5px;
	position:relative;
}
.p_tour_days p {
    position: absolute;
    background: #cb6215;
    right: 0;
    color: #fff;
    padding: 8px 15px;
}

.p_tour_days {
    position: relative;
}
.t_desc li{
	width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	list-style-type: disc;
    list-style-position: inside
}
.packagecard .price {
    position: absolute;
    right: 25px;
    display: none;
}
.regular_price {
    font-size: 16px !important;
}
.price p {
    line-height: 22px;
    text-align: right;
}
.sale_price span {
    font-size: 12px;
	font-weight: normal;
}
.sale_price {
    font-size: 28px;
    font-weight: bold;
}
.package img {
    border-radius: 20px;
}
.navbar-brand img {
    display: none;
}
.sticky .navbar-brand img {
    display: block;
}
.sticky {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(60 60 60 / 25%);
}
.sticky .nav-link {
    color: #000000 !important;
}
.top.sticky_icon {
    position: fixed !important;
    bottom: 35px;
    right: 95px;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(156 156 156 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 30px 0px rgb(156 156 156 / 25%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
    background-color: #CB6215;
}
.back-to-top:hover {
    color: #fff;
}

/*.dropdown-menu {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
/*.wt-we-do-header {
    background: url('../images/what-we-do/what-we-do.jpg');
    background-size: cover;
    height: 500px;
}*/
.surf-in-cornwall {
    background: url('../images/what-we-do/surfing.jpg');
    background-size: cover;
    height: 500px;
	border-radius: 8px;
}
.sketch-on-safaris{
	background: url('../images/what-we-do/safari.jpg');
    background-size: cover;
    height: 500px;
	border-radius: 8px;
}
.kayak-in-the-sea{
	background: url('../images/what-we-do/sea.jpg');
    background-size: cover;
    height: 500px;
	border-radius: 8px;	
}
.page-bg-content {
    position: absolute;
    left: 50px;
    z-index: 9;
    top: 215px;
}
.page-bg-content-left {
    width: 50%;
    position: absolute;
    left: 70px;
    margin: auto;
    top: 30px;
}	
.page-bg-content-right {
    width: 50%;
    position: absolute;
    right: 70px;
    margin: auto;
    top: 50px;
}
.w-page-title {
    position: absolute;
 	z-index: 9;
    top: 280px;
    width: 100%;
}
.text-tour{
	position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 50px;
}
.scotland-whisky{
	background: url('../images/where-we-do/scotland-whisky.png');
    background-size: cover;
	border-radius: 8px;	
}
.list-style-custom img {
    float: left;
    padding-top: 5px;
}
.list-style-custom p {
    float: right;
    width: 94%;
}
.list-style-custom {
    clear: both;
}
.countrytext{
	bottom: 35px;
}

.bg-package {
    background: #1D293F;
}
.nav-tabs .nav-link{
	border:0px !important;
}
.packages_tabs li a:hover,
.packages_tabs li .active {
    background: none !important;
    color: #CB6215 !important;
    border-bottom: 3px solid #CB6215 !important;
}
#package_day .accordion-button {
    background: #FBFBFB;
    color: #212529;
    font-weight: 600;
}
#package_day .accordion-button:not(.collapsed)::after {
    filter: grayscale(100%) !important;
}
#package_day .accordion-body {
    background: #E9ECEF;
}
#package_day .accordion-body strong {
    background: #E9ECEF;
	color: #cb6215;
}
.package_list i {
    color: #cb6215;
    padding-right: 10px;
}
.package_list li,
.package_ex_list li {
    line-height: 35px;
}
.package_ex_list i {
    color: #E81A46;
    padding-right: 10px;
}
.pckage_d_price {
    background: #FDF3E4;
    padding: 25px 30px;
    border-radius: 5px;
}
.person {
    color: #cb6215;
	font-weight:bold;
}
.p_sign {
    color: #e81a46;
}
.p_cost {
    color: #FA3E2C;
	font-weight:500;
}
.slab_box {
    background: #E9ECEF;
    padding: 20px;
    border-radius: 8px;
}
.side_contact {
    background: #495056;
    padding: 20px;
	border-radius:8px;
}
.contact_btn {
    background: transparent;
    border-color: #fff;
}
.contact_btn:hover {
    background: #fff;
    color: #495056;
}
.navigation-thumbs .owl-item {
    float: none;
}
.packages_slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 25px;
}
.packages_slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 25px;
}
.packages_slider .owl-nav i {
    color: #fff;
    line-height: 50px;
    font-size: 35px !important;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow:none;
}
.packages_slider .item img {
    border-radius: 8px;
}
.rounded_b {
    border-radius: 20px;
}
/*.package_siderbar_sticky {
    position: fixed;
    top: 80px;
    right: 70px;
}*/
.h-service{ height: 220px;}
.events_service {
    background: #cb6215cf;
    padding: 20px;
   
    border-radius: 8px;
}
.events_service2 {
        background: #cb6215cf;
    text-align: center;
    height: 70px;
    border-radius: 8px;
    padding: 10px;
}
