a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
}
html, body {
	/*height:100%;*/
	 
	font-family: "Open Sans", sans-serif;
}
/*.header-image__content__container,
.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1em;
}*/

.min-vh-100 {
	min-height: 100vh !important;
}
.header-image {
	position: relative;
	height:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.header-image__image {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;/*overflow:hidden;*/
}
/*.header-image__content {
	color: #fff;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index:999;
}*/
.gradient-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.2);
	z-index:999;
}
.video video {
	width:100%;
	position:absolute;
	height: 100vh;
	object-fit: cover;
	left:0;
	top:0;
}
.section {
	padding:30px 0;
}
.rowgap {
	margin-top:30px;
}
.top-outer {
	background:rgba(255, 255, 255, 0.8);
	top:0;
	position:fixed;
	width:100%;
	transition: 0.5s;
	z-index:9999;
	left:0;
}
.navbar {
	padding:0
}
.navbar-brand {
	width:100px;
	margin:0;
	transition: 0.5s;
	padding:15px 0 15px
}
.darkHeader {
	background:#fff;
	top:0;
	position:fixed;
	left:0;
}
/*.navbar-brand img {
	filter: brightness(0) invert(1);
}*/
.darkHeader .navbar-brand {
	padding:15px 0;
	width:100px;
}
.navbar-nav li a {
	color:205c98;
	display:block;
	font-size:14px;
	font-weight:500;
	padding:6px 0
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.navbar-nav li:hover a {
	background:0 0;
	color:#000
}
.navbar-nav li.active a {
	background:0 0;
	color:#000
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0;
	border-radius:0;
	margin-left:10px;
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#000
}
.banneroverlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:50px;
	color:#fff;
	height:100%;
	text-align:center;
	z-index:999;
}
.banneroverlay h1 {
	font-weight: 700;
	font-size: 25px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
}
.banneroverlay p {
	color:#fff;
	font-size:16px;
	line-height:24px;
	margin-top:15px;
}
.buttonouter {
	margin-top:30px;
}
.buttonouter a {
	border:2px solid #fff;
	color:#fff;
	font-weight:600;
	padding:15px 0;
	width:100%;
	margin:8px 0;
	font-size:18px;
	display:inline-block;
	font-size:18px;
}
.buttonouter a:hover {
	background:#fff;
	color:#000;
}
.welcomesectext h2 {
	font-size:22px;
	color:#000;
	text-transform:capitalize;
	font-weight:700;
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:center;
}
.welcomesectext h2:after {
	position:absolute;
	content:"";
	width:80px;
	left:0;
	height:4px;
	background:#000;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
}
.welcomesectext p {
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin:0;
}
.btn-default {
	display:inline-block;
	padding:18px 50px;
	text-align:center;
	background:#414142;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	border-radius:50px;
}
.btn-default:hover {
	background:#174e9c;
	color:#fff;
}
.iconsec {
	background:#f2f2f2;
}
.iconbox {
	text-align:center;
	margin:15px 0;
}
.iconholder {
	width:150px;
	height:150px;
	margin:0 auto;
	display:flex;
	border:1px solid #e2e2e2;
	background:#fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	transition: 0.5s;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .08);
	align-items:center;
	justify-content:center;
	font-size:40px;
	color:#414142;
}
.iconbox:hover .iconholder {
	background:#174e9c;
	color:#fff;
}
.iconbox h4 {
	text-align:center;
	margin:20px 0 15px;
	font-size:20px;
	color:#000;
	font-weight:700;
}
.iconbox p {
	font-size:16px;
	line-height:24px;
}
.ctasec {
	background:#f6e9d6;
}
.ctasec h2 {
	font-size:22px;
	color:#414142;
	font-weight:700;
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:center;
}
.aboutsec .row {
	overflow:hidden;
	border-radius:10px;
}
.aboutleft {
	background:#ccc;
}
.aboutleftcontent {
	padding:25px;
}
.aboutleftcontent h2 {
	font-size:22px;
	color:#000;
	text-transform:capitalize;
	font-weight:700;
	position:relative;
	text-align:center;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowleft.png) left top no-repeat;
	background-size:35px 35px;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowright.png) left top no-repeat;
	background-size:35px 35px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -10px;
}
[dir='rtl'] .slick-prev {
	right: -10px;
	left: auto;
}
.slick-next {
	right: -10px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -10px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	background:#414142;
	cursor: pointer;
	color: transparent;
	border-radius:100%;
	border: 0;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#174e9c;
}
.aboutleftcontent p {
	color:#000;
	font-size:16px;
	line-height:26px;
	margin-top:15px;
}
.footer {
	background:#174e9c;
}
.footer img {
	filter: brightness(0) invert(1);
}
.timing h6 {
	color:#fff;
	font-size:20px;
	margin-bottom:15px;
	font-weight:700;
}
.timing p {
	margin-top:15px;
	color:#fff;
	font-size:16px;
	line-height:26px;
}
.timing p a {
	color:#fff;
	font-weight:600;
}
.timing p a:hover {
	color:#ccc;
}
.timing ul {
	margin-top: 20px;
}
.timing ul li {
	margin-top: 15px;
	font-size: 16px;
}
.timing ul li a {
	color: #fff;
}
.timing ul li a:hover {
	color: #ccc;
}
/********************Dropdown***********************/

.navbar-nav li {
	position:relative;
}
.navbar-nav li ul {
	width:100%;
	background:#FF0000;
	/*position:absolute;*/
	display:none;
	margin:0;
	z-index:99;
	border-radius:0;
	padding:0;
}
.navbar-nav li ul li {
	color:#fff;
	border-top:1px solid rgba(255, 255, 255, 0.7);
	padding:0 15px;
	margin:0;
}
/*.navbar-nav li a {
	padding:8px 0;
}*/
.navbar-nav li li:last-child a {
	padding-bottom:8px;
}
.navbar-nav li ul li:first-child {
	border:none;
}
.navbar-nav li ul li a {
	color:205c98 !important;
}
.navbar-nav li ul li a:hover {
	color:#000 !important;
}
.navbar-nav li ul li.active a {
	color:#000 !important;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
}
.dropdown-toggle img {
	filter: brightness(0) invert(1);
}
.navbar-nav li:hover li a {
	color:#fff;
	background:none;
}
.navbar-nav li ul {
	background:none;
	padding:0 10px;
}
.navbar-nav li ul ul {
	border-top:1px solid rgba(255, 255, 255, 0.7);
	padding:0 15px;
}
.navbar-nav li ul li {
	padding-left:0;
	padding-right:0;
}
.navbar-nav li li:hover a {
	color:#000;
}
.navbar-nav ul ul li a {
	background:none !important;
}
.navbar-nav ul ul li a:hover {
	background:#000 !important;
}
.navbar-nav li.activenav ul {
	display: block;
}
.navbar-nav li ul ul {
	display:none !important;
}
.navbar-nav li li.activenav ul {
	display: block !important;
}
.dropdown-toggler {
	position:absolute;
	right:0;
	top:7px;
	cursor:pointer;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	z-index:999;
	background:#000;
}
.dropdown-toggler img {
	filter: brightness(0) invert(1);
}
/********************Dropdown***********************/



.innertop {
	position:relative;
	background:#fff;
	z-index:999999;
}
/*.faqbanner {
	background:#174e9c;
	position: relative;
	padding: 6% 0;
}
.faqbanner:after {
	display:none;
}*/
.innerbanner {
	position: relative;
	padding: 6% 0;
}
 .innerbanner::after {
 background: rgba(0, 0, 0, 0.4);
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 content: "";
}
.darkHeader {
	background:#fff;
	top:0;
	position:fixed;
	border-bottom: 2px solid #f4f4f4;
	left:0;
}
.innerbanner .container {
	position:relative;
	z-index:9999;
}
.innerbanner h1 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	text-align: center;
}
.innerbanner p {
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}
.faqcontent {
	background: #f4f4f4;
}
.drawer {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 12px 0 0;
}
.accordion-header {
	background: #f9f9f9;
	padding: 18px 30px;
	text-transform: capitalize;
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
 transition: .25s;
}
.accordion-item-active .accordion-header {
	background: #fff;
 transition: .25s;
}
.accordion-header-icon {
	font-size: 0;
	float: right;
	background: url(../images/plus.png) right center no-repeat;
	width: 20px;
	height: 22px;
}
.accordion-header h6 {
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	width: 90%;
	line-height: 26px;
	color: #505050;
}
.accordion-content {
	display: none;
	padding: 0 30px 20px;
	color: #000;
	background: #fff;
	font-size: 15px;
	line-height: 1.45em;
}
.accordion-content p {
	margin: 0;
	margin-bottom: 0;
	color: #000;
}
.accordion-item-active .accordion-header-icon {
	color: 205c98;
}
.accordion-header-icon.accordion-header-icon-active {
	background: url(../images/minus.png) right center no-repeat;
	font-size: 0;
}
.faqrightcontent {
	margin-top: 25px;
}
.faqrightcontent h4 {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 28px;
}
.faqrightcontent p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-top: 15px;
}
.content h2 {
	font-size: 22px;
	color: #414142;
	font-weight: 700;
	position: relative;
	text-align: center;
}
.content p {
	font-size:16px;
	line-height:22px;
	margin:15px 0 0;
}
.innerbanner1 {
	background: url(../images/lbdt-header-about.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.innerbanner2 {
	background: url(../images/leadership-based-dog-training-stock2.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.innerbanner3 {
	background: url(../images/stock/separation-header.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.innerbanner4 {
	background: url(../images/stock/aggressive-header.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner5 {
	background: url(../images/lbdt-header-separation.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner6 {
	background: url(../images/lbdt-header-3-sessions.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner7 {
	background: url(../images/lbdt-header-transformation.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner8 {
	background: url(../images/lbdt-header-testimonials.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner9 {
	background: url(../images/lbdt-header-faq.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner10 {
	background: url(../images/lbdt-header-contact.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner11 {
	background: url(../images/lbdt-header-leash.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.innerbanner12 {
	background: url(../images/stock/advance-obedience-header.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutcarouselsec {
	background: #f2f2f2;
}
.aboutimg img {
	width: 100%;
	display: block;
}
.abouttext {
	margin-top: 25px;
}
.abouttext h3 {
	color: #000;
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
}
.abouttext p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 24px;
}
.galleryslider .item {
	padding: 0 10px;
}
 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
}
 @media only screen and (min-width :768px) {
.container {
max-width:750px
}
.section {
padding:40px 0;
}
 .rowgap {
margin-top:40px;
}
.top-outer {
padding:15px 0
}
.navbar-brand {
padding:0
}
.navbar-nav li {
margin:0 0 0 20px
}
.navbar-nav li a {
padding:0
}
.navbar-nav li:last-child a {
padding-bottom:0
}
 .darkHeader {
padding:15px 0;
}
 .darkHeader .navbar-brand {
padding:0;
}
.buttonouter {
display:flex;
align-items:center;
justify-content:center;
}
.buttonouter a {
margin:0 8px;
width:240px;
}
 .aboutsec .container {
max-width:1100px;
}
.aboutleftcontent h2 {
text-align:left;
}
.aboutleftcontent {
position:relative;
top:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
 .navbar-nav li.dropdown {
padding-right:22px;
}
.dropdown-toggler {
 background: none;
 width: auto;
 height: auto;
 line-height: normal;
 top: 18px;
}
 .dropdown-toggler img {
filter: brightness(0%);
}


/********************Dropdown***********************/
 .navbar-nav li ul {
background:#414142;
width:220px;
border-radius:0;
position:absolute;
}
 .navbar-nav li ul li {
padding:0;
}
 .navbar-nav li {
margin:0 0 0 20px;
position:relative;
}
.navbar-nav li a {
padding:20px 0;
}
.navbar-nav li ul {
border-radius:0;
/*border-top:4px solid #FF0000;*/
}
.navbar-nav li ul li a {
padding:10px;
color:#fff !important;
}
.navbar-nav li ul li a:hover {
 color:#ccc !important;
}
.navbar-nav li ul li.active a {
 color:#ccc !important;
}
/*.navbar-nav li li:last-child a {
padding-bottom:15px;
}*/
.navbar-nav li ul {
display:none !important;
}
 .navbar-nav li:hover ul {
display:block !important;
}
 .navbar-nav li:hover ul ul {
display:none !important;
}
 .dropdown-toggle img {
filter: none;
}
 .navbar-nav ul ul {
position:absolute;
left:210px;
top:0;
}
 .navbar-nav li li:hover ul {
 display: block !important;
}
 .navbar-nav li ul, .navbar-nav li ul ul {
padding-left:0;
padding-right:0;
border:none;
}
/********************Dropdown***********************/

.innerbanner h1 {
 font-size: 40px;
 line-height: 45px;
}
.innerbanner p {
 font-size: 18px;
 line-height: 26px;
}
 .faqrightcontent {
 margin: 0;
}
.abouttext {
 margin-top: 0;
}
}
@media only screen and (min-width :992px) {
.container {
max-width:970px
}
 .navbar-nav li {
margin:0 0 0 30px
}
.navbar-nav li a {
font-size:16px;
}
.aboutleftcontent {
padding:25px 30px;
}
}
@media only screen and (min-width :1200px) {
.container {
max-width:1170px
}
.section {
padding:50px 0;
}
 .rowgap {
margin-top:50px;
}
.navbar-brand {
width:116px;
}
 .navbar-nav li {
margin:0 0 0 40px
}
.banneroverlay h1 {
font-size:40px;
line-height:50px;
}
.banneroverlay p {
font-size:18px;
line-height:26px;
}
.ctasec h2 {
font-size:29px;
line-height:39px;
}
.aboutleftcontent {
padding:25px 50px;
}
.footer .container {
max-width:1100px;
}
.innerbanner h1 {
 font-size: 50px;
 line-height: 55px;
}
 .content h2 {
font-size: 29px;
line-height: 39px;
}
.abouttext h3 {
 font-size: 30px;
 line-height: 38px;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
 .navbar-nav li {
margin:0 0 0 40px
}
}
.embed-container video {
	width: 100%;
}
.btn.btn-primary.custom-btn-border-radius.font-weight-bold.text-3.btn-px-5.btn-py-3.w-lg-100pct.appear-animation {
	background: #000 !important;
}
.fa-sharp.fa-solid.fa-quote-left {
	color: #000 !important;
}
html .divider.divider-primary.divider-small hr {
	background: #000 !important;
}
.navbar-nav li ul {
	background: #000 !important;
}
.navbar-nav li.active a {
	color: #000 !important;
}
#footer .col-md-6.col-lg-5.align-self-center.text-center.text-md-start.text-lg-center.mb-5.mb-lg-0 p {
	color: #fff !important;
	text-align: justify !important;
	margin-top: 13px;
}
#footer .navbar-brand {
	float: left;
	width: 100%;
	align-items: flex-start;
	display: grid;
}
#footer img {
	width: 94px;
}
#footer .col-md-6.col-lg-2.mb-5.mb-md-0 ul li, #footer .col-md-6.col-lg-2.mb-5.mb-md-0 ul li a {
	float: left;
	color: #fff !important;
	width: 100%;
	text-align: left !important;
}
#footer h5 {
	color: #fff !important;
	text-align: left !important;
}
#footer .row.text-center.text-md-start.py-4.my-5 {
	align-items: baseline !important;
}
#footer .list.list-unstyled p {
	color: #fff !important;
	text-align: left !important;
	margin: 0px;
}
#footer .list.list-unstyled li {
	display: flex;
	color: #fff !important;
	column-gap: 8px;
	align-items: baseline;
}
#footer .text-color-light.text-decoration-none {
	font-size: 15px;
	font-weight: bold !important;
}
.__cf_email__ {
	color: #fff !important;
	font-size: 15px !important;
}
#footer .footer-copyright {
	background: #0d457d !important;
}
.footer-copyright.bg-light.py-4 .col {
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center;
}
.footer-copyright.bg-light.py-4 .col p {
	color: #fff !important;
}
.footer-copyright.bg-light.py-4 {
	padding: 0px !important;
}
.navbar-brand.pb-10 {
	padding-bottom: 10px !important;
}
.dropdown.active ul li a {
	color: #fff !important;
}
a { text-decoration:none !important; }
#testisection p, #testisection i {
	color: #fff !important;
}
.col-lg-4.text-center:hover img {
	filter: invert(100) contrast(100) grayscale(100);
}
.custom-icon-style-1.mb-4 img {
	width: 70px !important;
	height: 70px !important;
	margin: auto;
}
.booknow.formoile {
	display: none;
}
.booknow.fordeskop {
	display: block;
}
.booknow.formoile {
	margin:10px auto;
	margin-bottom:0px;
}
.banneroverlay {
	top: 150px;
}
@media screen and (min-width:900px){
	#navbarNav {
		display: grid !important;
	}
	
}
@media screen and (max-width:900px){
	.booknow.formoile {
		display: block;
	}
	.booknow.fordeskop {
		display: none;
	}
	.navbar-toggler {
	padding: 0px !important;
}
}
.booknow a {
	background: #000;
	float: right;
	padding: 10px 20px;
	color: #fff;
	border-radius: 30px;
}
.top-outer.innertop {
	position: fixed;
}

.innerbanner {
	top: 150px;
	margin-bottom: 150px;
}
#mainNav li a {
	text-transform: uppercase !important;
}
#footer ul li a::before {
	width: 0px;
	transition: .3s all;
	content: '';
	position: absolute;
	height: 1px;
	bottom: 0px;
	background: #fff;
}
#footer ul li a:hover::before {
	
	width: 100%;
	
}
#footer ul li a {
	position: relative;
}
.social-icons.social-icons-medium li a::before {
	display: none !important;
}
.social-icons.social-icons-medium li {
	width: auto;
	float: left;
}