/* this is my custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
	outline: none !important;
	font-family: 'Open Sans', sans-serif;/*-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
html, body, div, span, object, iframe, h1, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 150%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
body, html {
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
	display: block;
	font-family: 'Open Sans', sans-serif;
}
nav ul, ul {
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea, button {
	vertical-align: middle;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-radius {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
}
.no-border {
	border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 6;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}
.modal-open {
	padding: 0 !important;
	overflow-y: scroll;
}
.navbar-light .navbar-toggler {
	margin-right: 20px;
}
.no-bg {
	background: none !important;
}
.btn-primary {
	padding: 12px 25px;
	background: #008be0;
	font-size: 16px;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #057cc5;
}
.btn-secondary {
	padding: 12px 25px;
	background: #5eb64e;
	font-size: 16px;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background: #4b9e3c;
}
.navbar-light .navbar-toggler {
	background: #FFF;
	border: none;
}
/***************************Default CSS Ends Here*************************/
header {
	position: relative;
	background: #FFF;
}
header .top-bar {
	padding: 25px 0;
}
header .top-bar .details {
	display: inline-block;
	padding: 0 25px;
	font-size: 13px;
	margin-top: 8px;
}
header .top-bar .details i {
	float: left;
	font-size: 15px;
	margin-right: 10px;
	text-align: center;
	height: 32px;
	line-height: 30px;
	width: 32px;
	border: 1px solid #008be0;
	display: block;
	color: #008be0;
}
header .top-bar .details span {
	display: block;
	overflow: hidden;
}
header .top-bar .details span p, header .top-bar .details span p a {
	line-height: 16px;
	color: #333;
}
header .top-bar .details span p small, header .top-bar .details span p small a {
	color: #999;
}
header nav.navbar {
	background: #60b74f;
}
header .navbar-light .navbar-nav .nav-link {
	font-weight: 400;
	margin: 11px 0;
	border-right: 1px solid #469a36;
	text-transform: uppercase;
	padding: 0px 20px;
	color: #FFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
	border-right: none;
}
header .navbar-light .navbar-nav .active>.nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show>.nav-link, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
	color: #335c2b;
}
header nav.navbar form input {
	border-radius: 4px 0 0 4px;
	font-weight: 300;
}
header nav.navbar form .btn {
	padding: 7px 15px;
	border-radius: 0 4px 4px 0;
}
/******************Top Header Section CSS Ends Here********************/
.main-slider {
	position: relative;
}
.main-slider .carousel-item {
	background: url(../images/slide-bg.png) no-repeat center top;
	height: 540px;
	width: 100%;
	background-size: cover;
}
.main-slider .carousel-item:nth-child(2) {
	background: url(../images/slide-bg2.png) no-repeat center top;
	height: 540px;
	width: 100%;
	background-size: cover;
}
.main-slider .carousel-item h1 {
	display: block;
	margin-top: 70px;
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 0 0 1px #333;
}
.main-slider .carousel-item h1 span {
	color: #008be0;
}
.main-slider .carousel-item p {
	display: block;
	padding: 40px 0;
	line-height: 25px;
	color: #FFF;
	font-size: 19px;
	text-shadow: 0 0 1px #333;
}
.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
	font-size: 35px;
}
/******************Main Slider Section CSS Ends Here********************/
.common-heading {
	position: relative;
	display: block;
	padding: 70px 0 30px 0;
}
.common-heading h2 {
	font-size: 35px;
	font-weight: 300;
}
.common-heading span {
	display: block;
	width: 100px;
	height: 2px;
	margin: 15px auto;
	background: #60b74f;
}
.common-heading p {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	display: block;
	padding-top: 10px;
}
.what-we-offer {
	position: relative;
	padding-bottom: 70px;
}
.what-we-offer .row {
	display: flex;
}
.what-we-offer .row .col-lg-3 {
	flex: 1;
}
.what-we-offer .service {
	position: relative;
	background: #FFF;
	box-shadow: 0 3px 5px #CCC;
	padding: 4px;
	height: 100%;
	margin-top: 30px;
	border: 1px solid #FFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.what-we-offer .service:hover, .what-we-offer .service:active, .what-we-offer .service:focus {
	border: 1px solid #008ce4;
}
.what-we-offer .service a.heading {
	display: block;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #60b74f;
}
.what-we-offer .service a.heading:hover, .what-we-offer .service a.heading:active, .what-we-offer .service a.heading:focus, .what-we-offer .service:hover a.heading, .what-we-offer .service:active a.heading, .what-we-offer .service:focus a.heading {
	text-decoration: none;
	color: #008ce4;
}
.what-we-offer .service p {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px 0 10px;
	color: #666;
}
/******************What We Offer Section CSS Ends Here********************/
.top-reviews {
	position: relative;
	background: url(../images/reviews.png) no-repeat center top;
	height: 550px;
	background-size: cover;
	color: #FFF;
}
.top-reviews .reviews {
	position: relative;
	padding: 20px;
	background: #FFF;
	color: #333;
	border-radius: 4px;
	margin-top: 20px;
}
.top-reviews .reviews p {
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
}
.top-reviews .reviews strong {
	display: block;
	padding-top: 15px;
	color: #008ce4;
}
.top-reviews .reviews span {
	font-size: 13px;
}
.top-reviews .owl-nav {
	width: 110px;
	margin: 20px auto;
}
.top-reviews .owl-nav button span {
	font-size: 35px;
	margin: 0 5px;
	background: #6bb556;
	line-height: 30px;
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 4px;
}
/******************Top Reviews Section CSS Ends Here********************/
.why-us {
	position: relative;
	padding-bottom: 70px;
	text-align: center;
}
.why-us i {
	height: 90px;
	width: 90px;
	text-align: center;
	color: #FFF;
	line-height: 90px;
	font-size: 25px;
	border-radius: 50%;
	background: #008ce4;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.why-us strong {
	display: block;
	font-size: 17px;
	padding: 25px 0 10px 0;
}
.why-us p {
	font-size: 14px;
	line-height: 20px;
}
/******************Why Us Section CSS Ends Here********************/

footer {
	position: relative;
	display: block;
	padding-top: 30px;
	background: #008ce4;
	color: #FFF;
}
footer h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 30px 0 12px 0;
	border-bottom: 1px solid #07598d;
	margin-bottom: 35px;
}
footer p {
	font-size: 13px;
	line-height: 18px;
	display: block;
	padding-top: 20px;
}
footer a.s-links {
	color: #FFF;
	display: inline-block;
	margin: 20px 10px 20px 0;
}
footer ul li, footer ul li {
	display: block;
}
footer ul li {
	padding-bottom: 20px;
}
footer ul li a {
	color: #FFF;
	font-size: 13px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
	text-decoration: none;
	color: #094972;
}
footer ul li a i {
	float: left;
	width: 20px;
	margin-top: 3px;
}
footer ul li a span {
	display: block;
	overflow: hidden;
	line-height: 18px;
}
footer small {
	display: block;
	padding: 25px 20px;
	font-size: 12px;
	text-align: center;
	background: #086baa;
	margin-top: 20px;
}
/******************Footer Section CSS Ends Here********************/
.banner {
	position: relative;
	height: 300px;
	text-align: center;
	color: #FFF;
	padding-top: 95px;
}
.banner.about {
	background: url(../images/about-banner.png) no-repeat center top;
	background-size: cover;
}
.banner h1 {
	font-size: 45px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
}
.breadcrumb {
	width: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: none;
}
.breadcrumb-item, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	color: #FFF;
}
.breadcrumb-item a {
	color: #008be0;
}
.tabs-sec {
	position: relative;
	padding: 70px 0;
}
.tabs-sec .nav-tabs .nav-link {
	font-size: 18px;
	padding: 20px 25px;
	background: #60b74f;
	margin-right: 10px;
	color: #FFF;
	font-weight: 700;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
}
.tabs-sec .nav-tabs {
	border-bottom: 1px solid #008be0;
}
.tabs-sec .nav-tabs .nav-item.show .nav-link, .tabs-sec .nav-tabs .nav-link.active {
	background: #FFF;
	color: #008be0;
	border: 1px solid #008be0;
	border-bottom: none;
}
.tabs-sec .tab-content {
	border: 1px solid #008be0;
	border-top: none;
	padding: 30px 15px;
}
.tabs-sec .tab-content h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tabs-sec .tab-content p {
	font-size: 14px;
	line-height: 22px;
}
.popular-tours {
	position: relative;
	background: #0d69a3;
	padding-bottom: 70px;
	color: #FFF;
}
.popular-tours strong {
	font-size: 15px;
	display: block;
	padding-bottom: 10px;
}
.our-staff {
	position: relative;
	margin-top: 10px;
	margin-bottom: 70px;
}
.our-staff .member {
	border: 1px solid #CCC;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
}
.our-staff .member:hover {
	border: 1px solid #008be0;
	box-shadow: 3px 3px 5px #CCC;
}
.our-staff .member a {
	background: #EEE;
	height: 250px;
	overflow: hidden;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #CCC;
}
.our-staff .member:hover a {
	border-bottom: 1px solid #008be0;
}
.our-staff .member strong {
	display: block;
	padding: 15px 0;
	color: #008be0;
}
.our-staff .member small {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	padding-bottom: 20px;
}
/******************About Us Page CSS Ends Here********************/
.banner.contact {
	background: url(../images/contact-banner.png) no-repeat center top;
	background-size: cover;
}
.get-in-touch {
	position: relative;
	display: block;
	padding-bottom: 70px;
}
.get-in-touch ul, .get-in-touch ul li {
	display: block;
	padding: 10px 0;
}
.get-in-touch ul li i {
	width: 20px;
	color: #60b74f;
	float: left;
	margin-left: 10px;
	font-size: 13px;
}
.get-in-touch ul li span {
	font-size: 14px;
	display: block;
	overflow: hidden;
	color: #555;
}
.get-in-touch form {
	margin-top: 160px;
}
.get-in-touch iframe {
	margin-top: 30px;
	padding: 7px;
	border: 1px solid #EEE;
}
/******************Get In Touch Page CSS Ends Here********************/
.banner.projects {
	background: url(../images/projects-banner.png) no-repeat center top;
	background-size: cover;
}
.projects-box {
	position: relative;
	padding: 30px 0;
}
.projects-box .row {
	border: 1px solid #CCC;
	box-shadow: 3px 3px 5px #EEE;
	border-radius: 4px;
	padding: 20px 5px;
	margin: 35px 0;
}
.projects-box .row:hover {
	border: 1px solid #60b74f;
}
.projects-box .row h3 {
	font-size: 25px;
	font-weight: 700;
	display: block;
	padding-bottom: 15px;
	color: #60b74f;
}
.projects-box .row p {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 22px;
}
/******************Projects Page CSS Ends Here********************/
.g-img {
	display: block;
	min-height: 3a0px;
	margin: 15px 0;
}
