.sbg2{background:#000000; background-size:cover; padding-top:2px; padding-bottom:2px; margin-bottom:25px;}
.netbg{background:#ffffff; padding-top:20px; padding-bottom:20px; border-bottom:#FFF solid 1px;}
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 230px; margin-bottom:20px;  overflow-y: scroll;  overflow-x: hidden;}
.navbg3{background:#a0e8ff; border:#7cd0ec solid 1px; border-radius:0; width:100%;  height: 250px;  overflow-y: scroll;  overflow-x: hidden;}
.nav-list li{border-bottom:#d4d4d4 dashed 1px; font-size:16px; color:#206ba4;}
.nav-list li a{color:#282828;  padding-top:4px; padding-bottom:4px; line-height:19px; }
.nav-list li a:hover{color:#c73b0b;}


.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color:transparent;
	position:relative
}
.owl-carousel {
	display:none;
	width:100%;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display:block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background:0 0;
	color:inherit;
	border:none;
	padding:0!important;
	font:inherit
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.owl-carousel .animated {
	animation-duration:1s;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	animation-name:fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#869791
}
.navbar-toggler:focus, a:focus, img:focus {
	outline:0
}
.sec-pad {
	padding:40px 0
}
.cntr-txt {
	text-align:center
}
figure {
	margin-bottom:0
}
body {
	padding-top:124px
}
.hdr {
	position:fixed;
	top:0;
	width:100%;
	left:0;
	box-shadow:0 2px 4px rgba(0, 0, 0, .15);
	z-index:9;
	background:#fff;
transition:.3s
}
.site-bg {
	background:#1A153A
}
.nav-cst, .tp-quick {
	padding-left:0;
	padding-right:0
}
.tp-quick a, .tp-quick span {
	color:#000;
	padding:2px 0;
	margin:0 5px;
	text-decoration:none;
	cursor:pointer
}
.tp-nav2 {
	/*background:linear-gradient(to Left, #000, #aa7108);
	background:linear-gradient(to Left, #000, #bb4937)*/
}
.tp-nav2 .tp-quick a, .tp-nav2 .tp-quick span {
	color:#fff
}
.tp-nav2 .tp-quick .clr-o {
	color:#fbaf24
}
.tp-quick .clr-o .fa-mobile {
	transform:scale(1) rotate(0);
	animation:mobAnim 1s infinite alternate
}
@keyframes mobAnim {
0% {
transform:scale(1) rotate(0)
}
100% {
transform:scale(1.4) rotate(-20deg)
}
}
.nav-cst, .navbar-brand {
	padding-top:0;
	padding-bottom:0
}
.nav-cst .main-nav-ul .nav-link {
	color:#222;
	font-weight:600;
	text-transform:uppercase;
	padding:5px 0;
	letter-spacing:.5px;
	position:relative
}
.nav-cst .main-nav-ul .nav-link:before {
	content:'';
	position:absolute;
	left:50%;
	width:100%;
	bottom:0;
	height:20px;
	background:#f1ac2d;
	transform:translateX(-50%);
	z-index:-1;
	opacity:0;
transition:.6s
}
.nav-cst .main-nav-ul .nav-link:hover:before, .nav-item.active .nav-link:before, .nav-item.show .nav-link:before {
	bottom:80%;
	height:2px;
	opacity:1
}
.main-nav-ul li:last-child a.nav-link {
	padding-right:0
}
.nav-cst .main-nav-ul .nav-item {
	margin-left:15px
}
.navbar-toggler {
	padding-right:0;
	padding-left:0
}
.navbar-toggler span {
	display:inline-block;
	letter-spacing:1px;
	width:auto;
	height:auto
}
.sb-drp-6.show {
	width:500px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border:0;
	box-shadow:0 5px 10px rgba(0, 0, 0, .15)
}
.sb-drp-6 a {
	flex:1;
	min-width:46%;
	max-width:46%;
	margin:1% 2%;
	padding:2px 5px;
	color:#000;
	text-decoration:none;
transition:.3s
}
.sb-drp-6 a:hover {
	letter-spacing:.5px;
	color:#dd472f
}
.sb-drp-12.show {
	width:150px
}
.sb-drp-12 a {
	flex:1;
	min-width:96%;
	max-width:96%
}
#hm-slider figure {
	display:block;
	margin:0
}
#hm-slider figure img {
	width:100%
}
#hm-slider .owl-dots {
	position:absolute;
	bottom:0
}
#hm-slider .owl-nav {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	margin:0
}
#hm-slider .owl-nav button {
	padding:0!important;
	width:40px;
	height:40px;
	overflow:hidden;
	display:inline-block;
	border-radius:50%;
transition:.3s
}
#hm-slider .owl-nav button:focus, #hm-slider .owl-nav button:hover {
	outline:0;
	background:#f1ac2d
}
#hm-slider .owl-nav .owl-prev {
	float:left;
	margin-left:20px
}
#hm-slider .owl-nav .owl-next {
	float:right;
	margin-right:20px
}
#hm-slider .owl-nav .owl-next span, #hm-slider .owl-nav .owl-prev span {
	font-size:50px;
	line-height:20px;
	height:30px;
	display:inline-block
}
.tp-hm-q-fom {
	background:url(../img/map-bg.jpg) center center no-repeat;
	border-bottom:5px solid #1A153A;
	background-size:cover
}
.qt-fm-h h2 {
	font-size:26px;
	letter-spacing:1px;
	color:#fff;
	font-weight:600;
	text-align:center;
	display:none
}
.qt-fm-h span {
	position:absolute;
	z-index:1;
	left:50%;
	top:-55px;
	font-size:22px;
	letter-spacing:2px;
	font-weight:600;
	color:#fff;
	background:linear-gradient(to Bottom, #282b3e, #282b3e, #282b3e, transparent);
	padding:10px 20px;
	transform:translateX(-50%);
	border-radius:40px 40px 0 0;
	animation:quote-ani linear 5s 1s infinite alternate
}
@keyframes quote-ani {
0% {
left:50%
}
100% {
left:40%
}
}
.tp-hm-q-fom .form-control {
	background:#3d4151;
	height:40px;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	border:0;
	letter-spacing:.5px;
transition:.3s
}
.tp-hm-q-fom .form-control:focus {
	outline:0;
	box-shadow:2px 2px 5px rgba(0, 0, 0, .5)
}
.tp-hm-q-fom .form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#dc3545;
padding-right:2.25rem;
background-repeat:no-repeat;
background-position:center right calc(2.25rem / 4);
background-size:calc(2.25rem / 2) calc(2.25rem / 2);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}
.tp-hm-fm .form-group {
	width:30%;
	float:left;
	margin:.5% 1.5%
}
.sbmit-quote-req {
	font-size:16px;
	color:#fff;
	width:100%
}
.sbmit-quote-req:focus {
	box-shadow:none
}
.sbmit-quote-req:active {
	transform:scale(.98)
}
.fancy-title h2 {
	font-size:2rem;
	font-weight:700;
	letter-spacing:1.5px;
	position:relative;
	margin-bottom:20px
}
.fancy-title h2 span {
	color:#1A153A
}
.sec-bdr-tp {
	border-top:1px solid #eee
}
.cmn-cont h2, .hm_cmn_cont h1 {
	font-size:26px;
	font-weight:700;
	letter-spacing:1px
}
.cmn-cont p {
	letter-spacing:1px;
	font-size:14px;
	margin:0 0 12px;
	line-height:22px;
	text-align:justify
}
.cmn-cont a {
	color:#000
}
.servic-bx {
	flex-wrap:wrap;
	justify-content:center;
	margin-left:-1%;
	margin-right:-1%
}
.servic-bx a {
	flex-grow:1;
	min-width:23%;
	max-width:23%;
	margin:1%;
	position:relative;
	overflow:hidden
}
.servic-bx a figure {
	margin:0
}
.servic-bx a figure:before {
	content:'';
	padding-top:100%;
	display:block
}
.servic-bx a figure:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgb(8 67 118 / 51%);
transition:.3s
}
.servic-bx a figure>img {
	position:absolute;
	left:0;
	top:0;
	object-fit:cover;
	height:100%;
	width:100%;
	filter:grayscale(100%);
transition:.3s
}
.servic-bx a figcaption {
	position:absolute;
	left:0;
	bottom:30px;
transition:.3s;
	width:160px;
	padding-left:20px;
	z-index:1
}
.servic-bx a figcaption h3 {
	font-size:22px;
	margin-bottom:0;
	font-weight:600;
	letter-spacing:1px;
	color:#fff;
	text-align:left
}
.servic-bx a:hover figure:after {
	height:100px
}
.servic-bx a:hover figure img {
	filter:grayscale(0)
}
.servic-bx a:hover figcaption {
	bottom:15px
}
.testi-m {
	background:#fff;
	box-shadow:inset 0 0 120px #ccc
}
#testi-slider {
	max-width:700px;
	margin:0 auto;
	padding:0 70px
}
.testi-bx {
	text-align:center
}
.testi-bx figure {
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	background:#f4f4f4
}
.testi-bx figure img {
	position:absolute;
	left:2px;
	top:2px;
	right:2px;
	bottom:2px
}
.testi-bx figure img[src=''] {
	display:none
}
.testi-bx h6 {
	font-weight:700
}
.testi-bx h6 span {
	position:relative
}
.testi-bx h6 span:before {
	content:'';
	left:-20px;
	transform:translate(0, -50%);
	width:20px;
	height:2px;
	background:#555;
	top:50%;
	position:absolute
}
#testi-slider .owl-nav {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	margin:0
}
#testi-slider .owl-nav button {
	padding:0!important;
	width:40px;
	height:40px;
	overflow:hidden;
	display:inline-block;
	border-radius:50%;
transition:.3s;
	margin:0
}
#testi-slider .owl-nav button:focus {
	outline:0
}
#testi-slider .owl-nav button:hover {
	outline:0;
	background:#f1ac2d
}
#testi-slider .owl-nav .owl-prev {
	float:left
}
#testi-slider .owl-nav .owl-next {
	float:right
}
#testi-slider .owl-nav .owl-next span, #testi-slider .owl-nav .owl-prev span {
	font-size:50px;
	line-height:20px;
	height:30px;
	display:inline-block
}
.benefit-fl:after {
	content:'';
	width:30%
}
.benefit-fl a {
	position:relative;
	min-width:30%;
	max-width:30%;
	margin:10px 0;
	padding:20px;
	background:#1A153A;
	text-align:center;
	margin-top:30px;
	text-decoration:none;
	border-radius:10px;
transition:all linear .3s
}
.benefit-fl a i {
	font-size:35px;
	margin-bottom:10px;
	color:#fff;
transition:.3s
}
.benefit-fl a h4 {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
	letter-spacing:1px;
	font-weight:700
}
.benefit-fl a:hover {
	background:#da9c2a;
	transform:scale(1.05);
	box-shadow:0 4px 8px rgba(0, 0, 0, .15)
}
.benefit-fl a:hover i {
	transform:scale(1.3)
}
.loc-packer {
	position:relative;
	background:#f1f1f1
}
.loc-pack-h {
	max-width:840px;
	margin:30px auto 0;
	padding:20px;
	background:#fff;
	box-shadow:0 5px 10px #bbb
}
.loc-pack-h ul {
	list-style:none;
	padding:0;
	max-height:200px;
	overflow:auto
}
.loc-pack-h ul li {
	min-width:48%;
	max-width:48%;
	margin-bottom:5px
}
.loc-pack-h ul li a {
	display:inline-block;
	padding:5px 0;
	text-decoration:none;
	color:#000
}
#hm-partner {
	padding:0 40px
}
#hm-partner figure {
	display:block;
	margin:0
}
#hm-partner figure img {
	width:100%
}
#hm-partner .owl-nav {
	font-size:20px;
	position:absolute;
	width:100%;
	left:0;
	width:100%;
	margin:0;
	top:50%;
	transform:translateY(-50%)
}
#hm-partner .owl-nav button {
	padding:0!important;
	width:30px;
	height:30px;
	overflow:hidden;
	display:inline-block;
	border-radius:50%;
transition:.3s
}
#hm-partner .owl-nav button:focus {
	outline:0
}
#hm-partner .owl-nav button:hover {
	background:#f1ac2d
}
#hm-partner .owl-nav .owl-prev {
	float:left;
	margin:0
}
#hm-partner .owl-nav .owl-next {
	float:right;
	margin:0
}
#hm-partner .owl-nav .owl-next span, #hm-partner .owl-nav .owl-prev span {
	font-size:30px;
	line-height:20px;
	height:30px;
	display:inline-block
}
footer {
	letter-spacing:.5px;
	background:#1A153A;
	padding-top:40px
}
.ftr-adr {
	text-align:center;
	z-index:1
}
.ftr-adr i {
	font-size:40px;
	color:#fff
}
.ftr-adr h5 {
	color:#fff;
	margin-bottom:10px;
	font-size:1.5rem;
	position:relative;
	z-index:1;
	padding:5px 0
}
.ftr-adr h5:before {
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:80px;
	height:80px;
	top:0;
	z-index:-1;
	border-left:10px solid #bc7f0e;
	border-bottom:10px solid #bc7f0e;
	display:none
}
.ftr-adr ul {
	padding-left:0;
	z-index:1;
	position:relative
}
.ftr-adr ul li {
	list-style:none;
	margin-bottom:5px
}
.ftr-adr p, .ftr-adr ul li a {
	color:#fff;
	z-index:1;
	position:relative;
	text-decoration:none
}
.sehd_netwrk {
	padding:40px 0
}
.sehd_netwrk h2 {
	color:#fff;
	color:#000;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:20px
}
.sehd_netwrk ul.nav {
	justify-content:space-between
}
.sehd_netwrk ul.nav:after {
	height:0;
	width:18%;
	content:""
}
.sehd_netwrk ul li {
	min-width:18%;
	max-width:18%;
	margin-bottom:15px
}
.sehd_netwrk ul li a {
	color:#000;
	padding:5px 10px;
	display:block;
	position:relative;
	z-index:1;
	text-decoration:none;
transition:.3s
}
.sehd_netwrk ul li a:before {
	content:'';
	width:1px;
	height:50%;
	top:50%;
	background:#ce9121;
	position:absolute;
	left:0;
	transform:translateY(-50%);
	z-index:-1;
transition:.3s
}
.sehd_netwrk ul li a:hover:before {
	width:100%;
	height:100%
}
.sehd_netwrk ul li a {
	color:#000
}
.ftr-cpy {
	background:#f1ac2d;
	padding:10px 0
}
.ftr-cpy2 {
	background:#502dbb
}
.copy-r p {
	margin-bottom:0;
	color:#fff
}
.copy-r ul li {
	margin-left:15px
}
.copy-r ul li a {
	color:#000;
	letter-spacing:.5px;
	min-width:30px;
	line-height:30px;
	height:30px;
	display:block;
	border:1px solid #c28e2e;
	text-align:center;
transition:.3s
}
.copy-r ul li a i {
transition:.3s
}
.copy-r ul li:first-child a {
	border:0;
	padding:0 10px
}
.copy-r ul li a:hover {
	text-decoration:none;
	background:#c48616;
	color:#fff
}
.copy-r ul li a:hover i {
	font-size:20px
}
.hdr-mob-pop {
	display:none
}
.hdr-top-rem {
	top:-38px
}
.brd-crmb {
	background:url(../img/breadcrum-bg.jpg) center center no-repeat;
	background-size:100%;
	min-height:100px;
	position:relative;
	padding:100px 0;
	background-size:cover
}
.brd-crmb:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, .7)
}
.brd-crmb h1 {
	font-size:1.5rem;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0
}
.brd-crmb ul {
	padding:0;
	list-style:none;
	margin-bottom:0
}
.brd-crmb ul li {
	margin-right:5px;
	color:#fff;
	display:inline-block;
	font-size:14px
}
.brd-crmb ul li:after {
	content:'/';
	display:inline-block;
	margin:0 0 0 5px
}
.brd-crmb ul li:last-child:after {
	display:none
}
.brd-crmb ul li a {
	color:#fff;
	text-decoration:none
}
.br-bx-h {
	display:flex;
	flex-wrap:wrap;
	margin-left:-1%;
	margin-right:-1%
}
.br-bx {
	min-width:31.3%;
	max-width:31.3%;
	margin:1%;
	padding:15px;
	border-radius:10px;
	background:#f1ac2d;
	padding-bottom:60px;
	position:relative;
transition:.3s
}
.br-bx h4 {
	font-size:1.3rem;
	color:#000;
	letter-spacing:1px;
	margin-bottom:10px
}
.br-bx p {
	padding-left:30px;
	position:relative;
	letter-spacing:.5px
}
.br-bx p i {
	position:absolute;
	left:5px;
	top:5px
}
.br-bx:hover {
	background:#f9c33d;
	box-shadow:0 4px 8px rgba(0, 0, 0, .15)
}
.branch-req {
	position:absolute;
	border-radius:30px;
	padding:5px 10px;
	display:inline-block;
	left:10px;
	background:#fff;
	bottom:15px;
	text-align:center;
	cursor:pointer;
	letter-spacing:.5px;
transition:.3s
}
.branch-req:hover {
	padding:5px 25px
}
.modal-backdrop.show {
	opacity:.85
}
.modal-content {
	border:0
}
button.close:focus {
	outline:0
}
#final_booking .modal-body, #member_modal .modal-body, #query_modal .modal-body {
	padding:0
}
#query_modal .modal-header {
	background:#f1ac2d;
	color:#000
}
.flx-fm-cb {
	display:flex
}
.flx-fm-cb form {
	flex:1;
	padding:0 20px;
	align-self:center
}
.flx-fm-cb form h3 {
	margin-bottom:20px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	letter-spacing:2px
}
.flx-fm-cb form .form-group:last-child {
	margin-bottom:10px
}
.flx-fm-cb form .form-control {
	box-shadow:none;
transition:.3s
}
.flx-fm-cb form.form-control:focus {
	border-color:#000
}
.flx-fm-cb form .btn {
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px
}
.file-upl {
	position:relative;
	padding:5px 10px;
	background:#eee
}
.file-upl label {
	text-align:center
}
.file-upl input {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	right:0;
	cursor:pointer;
	opacity:0
}
.send-sms-enq {
	display:block;
	position:fixed;
	background:#fff;
	right:-100px;
	bottom:100px;
	width:70px;
	padding:0 10px;
	z-index:4;
	border-radius:50px 0 0 50px;
transition:.3s;
	animation:anim-fx-as1 linear 2s infinite alternate;
	box-shadow:-1px 2px 4px rgba(0, 0, 0, .25)
}
.send-sms-enq img {
	width:50px
}
.w-feedlink {
	display:block;
	position:fixed;
	background:#fff;
	right:-100px;
	bottom:160px;
	width:70px;
	padding:0 10px;
	z-index:4;
	border-radius:50px 0 0 50px;
transition:.3s;
	animation:anim-fx-as2 linear 3.5s 1s infinite alternate;
	box-shadow:-1px 2px 4px rgba(0, 0, 0, .25)
}
.w-feedlink img {
	width:50px
}
@keyframes anim-fx-as1 {
0% {
right:-100px
}
100% {
right:0
}
}
@keyframes anim-fx-as2 {
0% {
right:-100px
}
100% {
right:0
}
}
.send-sms-enq:hover, .w-feedlink:hover {
	animation-play-state:paused;
	animation-timing-function:step-start;
	right:0
}
.tb-multi {
	position:relative
}
.tab_fms {
	position:absolute;
	top:0;
	opacity:0;
	visibility:hidden;
transition:.3s
}
.tab_fms:first-child {
	position:relative
}
.tab_fms h4 {
	padding-left:20px;
	position:relative;
	font-size:1.2rem;
	letter-spacing:1px;
	margin-bottom:20px
}
.tab_fms h4:before {
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:15px;
	height:2px;
	background:#000
}
.tab_fms h4 span {
	color:#f20
}
.tab_fms_show {
	display:block;
	visibility:visible;
	opacity:1
}
.tab_fms_hide {
	visibility:hidden;
	opacity:0
}
.fm-bk-tp {
	position:absolute;
	left:40px;
	bottom:98px
}
.fm-bk-tp select {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:#fff url(../img/drp-down1.png) right center no-repeat
}
.fi_book_trk {
	position:relative;
	overflow:hidden;
	height:450px;
	width:300px;
	background:url(../img/cloud.png) center 10px no-repeat, linear-gradient(to Bottom, #00a2ff, #00a2ff, #64e580, #64e580, #64e580)
}
.fi_book_trk:before {
	content:'';
	position:absolute;
	width:600px;
	padding-top:282px;
	background:#64e580;
	top:130px;
	border-radius:50%;
	left:-50%
}
.fi_book_trk>img {
	opacity:0
}
.truck_anim {
	position:absolute;
	left:-180px;
	top:92px;
	transform:rotate(-12deg);
	animation:ani-Truck ease-in-out 10s 1s infinite;
transition:.3s
}
@keyframes ani-Truck {
0% {
left:-180px;
transform:rotate(-12deg)
}
100% {
left:105%;
transform:rotate(5deg)
}
}
.membr_ship {
	position:relative;
	width:300px;
	height:450px;
	z-index:1;
	overflow:hidden
}
.membr_ship:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#4427f1;
	z-index:-1
}
.membr_ship:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:30%;
	background:#664efa;
	border-radius:0 0 0 100px;
	z-index:-1
}
.membr_ship>div img {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	animation:ani-hand 2s infinite alternate;
	transform-origin:left
}
.mbt1 {
	display:inline-block;
	font-size:32px;
	color:#fff;
	position:absolute;
	top:20px;
	left:20px;
	letter-spacing:2px
}
.mbt2 {
	display:inline-block;
	font-size:35px;
	color:#fff;
	position:absolute;
	bottom:20px;
	left:20px;
	letter-spacing:2px;
	text-transform:uppercase
}
@keyframes ani-hand {
0% {
left:-28px;
transform:translateY(-50%) rotate(10deg)
}
100% {
left:0;
transform:translateY(-50%) rotate(0)
}
}
.cp-fom .form-control {
	background:#f6f6f6;
transition:.3s
}
.cp-fom .form-control:focus {
	box-shadow:none;
	background:#fff;
	border-color:#aaa
}
.cp-fom .has-err, .has-err {
	border-color:#ff5757;
	background:#fff
}
.c-map-ifr {
	width:100%;
transition:.3s;
	background:#aaa
}
.c-map-ifr-h {
	position:relative;
	overflow:hidden
}
.c-map-ifr-h:after {
	background:#000;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.5;
transition:.3s
}
.c-map-ifr-h:hover:after {
	opacity:0;
	left:-100%
}
.tes-ti-h {
	position:relative;
	overflow:hidden;
	padding-left:18%
}
.pg-testi-bx {
	position:relative;
	margin-bottom:20px
}
.pg-testi-txt {
	padding:20px
}
.pg-testi-txt:before {
	content:'';
	position:absolute;
	right:98%;
	width:30px;
	top:25px;
	height:30px;
	background:#aaa;
	z-index:-1;
	border-radius:50%
}
.pg-testi-txt p {
	text-align:justify;
	letter-spacing:.5px;
	margin-bottom:10px
}
.pg-testi-txt h3 {
	font-size:1.2rem;
	font-weight:600;
	letter-spacing:1px;
	color:#000;
	vertical-align:middle
}
.pg-testi-txt h3:before {
	content:'';
	width:20px;
	height:2px;
	background:#666;
	display:inline-block;
	vertical-align:middle
}
.pg-testi-bx:nth-child(3n+1) .pg-testi-txt {
background:#fee
}
.pg-testi-bx:nth-child(3n+1) .pg-testi-txt:before {
background:#fee
}
.pg-testi-bx:nth-child(3n+2) .pg-testi-txt, .pg-testi-bx:nth-child(3n+2) .pg-testi-txt:before {
background:#eef
}
.pg-testi-bx:nth-child(3n+3) .pg-testi-txt, .pg-testi-bx:nth-child(3n+3) .pg-testi-txt:before {
background:#efe
}
.cli-pic {
	position:absolute;
	left:-18%;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%
}
.cli-pic figure {
	margin:0
}
.cli-pic figure img {
	width:100%
}
.pg-blg-flx {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.pg-blg-flx .pg-blg-bx {
	flex:1;
	min-width:47%;
	max-width:47%;
	margin:0 1.5% 3%
}
.pg-blg-flx .pg-blg-bx-full {
	min-width:100%;
	max-width:100%;
	margin:0
}
.pg-blg-flx-asi {
	padding:20px;
	background:#f4f4f4
}
.pg-blg-flx-asi .pg-blg-bx {
	flex:1;
	margin:20px 0
}
.pg-blg-flx-asi h2 {
	font-size:1.5rem;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:5px
}
.pg-blg-bx>a {
	display:block
}
.pg-blg-bx figure img {
	background:#eee;
	width:100%
}
.pg-blg-txt span {
	letter-spacing:1px;
	font-size:12px;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:middle
}
.pg-blg-txt span:before {
	content:'';
	display:inline-block;
	width:10px;
	margin-right:2px;
	height:1px;
	background:#444;
	vertical-align:middle
}
.blg-hed-ti, .pg-blg-txt h3 {
	font-size:1.1rem;
	color:#000;
	font-weight:600;
	letter-spacing:1px;
	margin:10px 0
}
.pg-blg-txt h3 a {
	text-decoration:none;
	color:#000;
transition:.3s
}
.pg-blg-txt h3 a:hover {
	color:#dd472f
}
.pg-blg-txt p {
	text-align:justify
}
.blg-hed-ti {
	font-size:1.5rem;
	color:#000;
	font-weight:600;
	letter-spacing:1px
}
.pg-blg-txt-full {
	margin:10px 0
}
.pg-blg-txt-full p {
	margin-bottom:10px
}
.pg-blg-flx .pg-blg-bx {
	padding-bottom:50px;
	position:relative
}
.blg-met {
	display:flex;
	justify-content:space-between;
	position:absolute;
	bottom:0;
	width:100%
}
.blg-met span {
	align-self:center
}
.blg-met span+span:before {
	display:none
}
.blg-met span+span:after {
	content:'';
	display:inline-block;
	width:0;
	margin-left:2px;
	height:1px;
	background:#444;
	vertical-align:middle;
transition:.3s
}
.blg-met span+span:hover:after {
	width:10px
}
.blg-met span a {
	text-decoration:none;
	background:#f1b038;
	color:#000;
	padding:5px 10px;
	display:inline-block;
	border-radius:20px
}
.blg-met span a:hover {
	background:#ffb120
}
.lb-loader, .lightbox {
	text-align:center;
	line-height:0
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content:"";
	clear:both
}
html.lb-disable-scrolling {
	overflow:hidden;
	position:fixed;
	height:100vh;
	width:100vw
}
.lightboxOverlay {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background-color:#000;
	opacity:.8;
	display:none
}
.lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:10000;
	font-weight:400
}
.lightbox .lb-image {
	display:block;
	height:auto;
	max-width:inherit;
	max-height:none;
	border-radius:3px;
	border:4px solid #fff
}
.lightbox a img {
	border:none
}
.lb-outerContainer {
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
	border-radius:4px;
	background-color:#fff
}
.lb-loader, .lb-nav {
	position:absolute;
	left:0
}
.lb-outerContainer:after {
	display:table
}
.lb-loader {
	top:43%;
	height:25%;
	width:100%
}
.lb-cancel {
	display:block;
	width:32px;
	height:32px;
	margin:0 auto;
	background:url(../img/loading.gif) no-repeat
}
.lb-nav {
	top:0;
	height:100%;
	width:100%;
	z-index:10
}
.lb-container>.nav {
	left:0
}
.lb-nav a {
	outline:0;
	background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
	height:100%;
	cursor:pointer;
	display:block
}
.lb-nav a.lb-prev {
	width:34%;
	left:0;
	float:left;
	background:url(../img/prev.html) left 48% no-repeat;
	opacity:0;
-webkit-transition:opacity .6s;
-moz-transition:opacity .6s;
-o-transition:opacity .6s;
transition:opacity .6s
}
.lb-nav a.lb-prev:hover {
	opacity:1
}
.lb-nav a.lb-next {
	width:64%;
	right:0;
	float:right;
	background:url(../img/next.html) right 48% no-repeat;
	opacity:0;
-webkit-transition:opacity .6s;
-moz-transition:opacity .6s;
-o-transition:opacity .6s;
transition:opacity .6s
}
.lb-nav a.lb-next:hover {
	opacity:1
}
.lb-dataContainer {
	margin:0 auto;
	padding-top:5px;
	width:100%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px
}
.lb-dataContainer:after {
	display:table
}
.lb-data {
	padding:0 4px;
	color:#ccc
}
.lb-data .lb-details {
	width:85%;
	float:left;
	text-align:left;
	line-height:1.1em
}
.lb-data .lb-caption {
	font-size:13px;
	font-weight:700;
	line-height:1em
}
.lb-data .lb-caption a {
	color:#4ae
}
.lb-data .lb-number {
	display:block;
	clear:left;
	padding-bottom:1em;
	font-size:12px;
	color:#999
}
.lb-data .lb-close {
	display:block;
	float:right;
	width:30px;
	height:30px;
	background:url(../img/close.html) top right no-repeat;
	text-align:right;
	outline:0;
	opacity:.7;
-webkit-transition:opacity .2s;
-moz-transition:opacity .2s;
-o-transition:opacity .2s;
transition:opacity .2s
}
.lb-data .lb-close:hover {
	cursor:pointer;
	opacity:1
}
.gallery_tb_c {
	border-bottom:0;
	background:#eee;
	margin-bottom:20px
}
.gallery_tb_c a {
	display:inline-block;
	color:#000;
	padding:5px 10px;
	position:relative;
	font-size:18px;
	letter-spacing:1px;
	margin-right:1px;
	padding-bottom:4px
}
.gallery_tb_c a.active, .gallery_tb_c a:hover {
	background:#f1ac2d;
	text-decoration:none
}
.gallery_tb_c a.active {
	border-bottom:2px solid #b54735
}
.vid_m_cn iframe {
	width:100%
}
.gal_cont:after {
	content:'';
	display:block;
	clear:both
}
.gal_cont a, .vid_gal_itm {
	display:block;
	float:left;
	width:30%;
	margin:1.5%;
	position:relative;
	cursor:pointer
}
.vid_gal_itm img {
	width:100%
}
.gal_cont a:focus {
	outline:0
}
.gal_cont a img {
	width:100%
}
.vid_gal_itm:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:rgba(0, 0, 0, .15);
	width:100%;
	height:100%
}
.vid_e_ply {
	position:absolute;
	background:rgba(0, 0, 0, .5);
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
transition:.3s;
	text-align:center;
	color:#fff
}
.vid_gal_itm:hover :before {
	background:rgba(0, 0, 0, 0)
}
.vid_gal_itm:hover .vid_e_ply {
	transform:translate(-50%, -50%) scale(1.2);
	background:rgba(0, 0, 0, .7);
	color:#f1ac2d
}
.lightbox .lb-image {
	border:0
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
	background-size:40px
}
.lb-close {
	background-size:20px
}
.lb-data .lb-caption {
	font-size:1.3rem;
	letter-spacing:.5px;
	font-weight:400;
	color:#fff
}
.lb-data .lb-number {
	font-size:12px;
	padding:5px;
	letter-spacing:.5px
}
.easyPaginateNav {
	text-align:center;
	margin:0 auto
}
.easyPaginateNav a {
	margin:4px;
	color:#000;
	font-size:20px;
	width:35px;
	height:35px;
	line-height:35px;
	display:inline-block;
	border-radius:50%
}
.easyPaginateNav a:focus, .easyPaginateNav a:hover {
	text-decoration:none
}
.easyPaginateNav a.current {
	background:#f1ac2d;
	font-weight:600
}
#faq_accord .card {
	margin-bottom:20px;
	border:0
}
#faq_accord .card-header {
	padding:0
}
#faq_accord .card-header .card-link {
	background:#eee;
	display:block;
	font-size:18px;
	color:#000;
	padding:10px 20px;
	padding-right:30px
}
#faq_accord .card-header .card-link:before {
	content:'+';
	position:absolute;
	right:10px;
	top:10px;
	color:#000
}
#faq_accord .card-header .card-link[aria-expanded=true] {
	background:#f1ac2d
}
#faq_accord .card-header .card-link[aria-expanded=true]:before {
	content:'-';
	font-size:35px;
	line-height:20px
}
#faq_accord .card-body {
	font-size:14px;
	box-shadow:0 8px 8px #eee
}
#faq_accord .card-body p {
	text-align:justify;
	letter-spacing:.5px;
	margin-bottom:10px
}
#faq_accord .card-body :last-child {
	margin-bottom:0
}
#faq_accord .card-body h1, #faq_accord .card-body h2, #faq_accord .card-body h3 {
	letter-spacing:.5px;
	font-size:16px;
	color:#111
}
.why_us_h {
	display:flex;
	align-items:flex-start
}
.why_us_cnt ul {
	padding-left:20px;
	list-style:square
}
.why_us_cnt ul li {
	margin-bottom:10px
}
.sticky_nav {
	position:sticky;
	background:#f1ac2d;
	min-width:250px;
	padding:15px;
	top:125px;
	box-shadow:0 5px 10px #eee;
	margin-left:40px
}
.sticky_nav ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-bottom:20px
}
.sticky_nav ul li {
	margin-bottom:2px
}
.sticky_nav ul li a {
	display:block;
	color:#000;
	padding:5px;
transition:.3s;
	text-decoration:none
}
.sticky_nav ul li a:hover {
	background:#ce9121
}
.sticky_nav ul li:last-child {
	display:flex;
	position:absolute;
	left:5%;
	right:5%;
	bottom:-20px;
	width:90%
}
.sticky_nav ul li:last-child span {
	flex:1;
	padding:10px;
	text-align:center;
transition:.3s;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.sticky_nav ul li:last-child span:first-child {
	background:#dd472f;
	color:#fff
}
.sticky_nav ul li:last-child span:first-child:hover {
	background:#d80a0a;
	box-shadow:0 5px 15px rgba(0, 0, 0, .15)
}
.sticky_nav ul li:last-child span:active {
	transform:scale(.9)
}
.sticky_nav ul li:last-child span:last-child {
	background:#222;
	color:#fff
}
.sticky_nav ul li:last-child span:last-child:hover {
	background:#111;
	box-shadow:0 5px 15px rgba(0, 0, 0, .15)
}
.usp_row {
	margin:20px 0;
	display:flex;
	flex-wrap:wrap
}
.usp_col {
	text-align:center;
	min-width:45%;
	margin:10px 2%;
	border:1px solid #eee;
	border-left:0;
	border-right:0
}
.usp_col span {
	font-size:1.5rem;
	color:#f1ac2d;
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:6px;
	font-weight:600
}
.usp_col span.count:after {
	content:'+';
	display:inline-block;
	margin-left:5px
}
.usp_col h3 {
	font-size:1.25rem;
	color:#000;
	letter-spacing:.5px;
	line-height:1.7rem
}
.serv_msg_tx_w {
	color:#fff
}
@media (max-width:991px) {
.usp_col {
min-width:98%
}
}
@media (max-width:700px) {
.sticky_nav {
display:none
}
}
@media (max-width:1199.98px) {
.benefit-fl a i {
font-size:25px
}
.tp-hm-q-fom {
padding-top:25px
}
}
@media (max-width:991.98px) {
.tp-quick a, .tp-quick span {
margin:0 8px 0 0
}
.tp-quick>a:last-child {
width:18px;
overflow:hidden;
white-space:nowrap;
margin-right:0
}
.qt-fm-h span {
font-size:18px
}
.servic-bx a {
min-width:31.3%;
max-width:31.3%
}
.sehd_netwrk ul li {
min-width:24%;
max-width:24%
}
.sehd_netwrk ul.nav:after {
height:0;
width:24%;
content:""
}
.benefit-fl a h4 {
font-size:14px
}
.br-bx {
min-width:48%;
max-width:48%
}
.flx-fm-cb form .btn {
font-size:14px
}
.flx-fm-cb form h3 {
font-size:1.2rem;
text-align:center;
margin:10px 0;
letter-spacing:.5px
}
#query_modal .modal-dialog {
max-width:280px;
margin:100px auto 0
}
#query_modal .modal-dialog .modal-content {
border-radius:40px 40px 0 0;
padding-bottom:30px
}
.flx-fm-cb {
flex-direction:column
}
.flx-fm-cb form {
padding:0 10px;
width:100%
}
.flx-fm-cb>div>img {
width:120px;
border-radius:50%;
margin:0 auto;
margin-top:-60px;
display:block
}
#final_booking .flx-fm-cb form h3 {
font-size:1.5rem;
text-align:left;
margin-bottom:20px
}
.fi_book_trk {
height:150px;
width:100%;
background:url(../img/cloud.png) center 10px, linear-gradient(to Bottom, #00a2ff, #00a2ff, #64e580);
background-size:40%;
background-repeat:repeat-x
}
.fi_book_trk:before {
width:400%;
padding-top:300%;
left:-150%;
top:70px
}
.truck_anim {
top:40px
}
.flx-fm-cb .fi_book_trk>img {
width:100%;
height:100px;
border-radius:0;
margin:0
}
.fm-bk-tp {
position:relative;
bottom:auto;
left:auto
}
.membr_ship {
height:150px;
width:100%;
padding-left:170px
}
.membr_ship div img {
height:100px
}
.membr_ship:after {
width:80%;
height:50%;
left:20%
}
.mbt1, .mbt2 {
font-size:20px;
position:relative;
left:auto;
top:auto;
bottom:auto;
line-height:32px
}
.mbt1 {
top:17px
}
.mbt2 {
margin-left:8px;
top:50px
}
}
@media (max-width:767.98px) {
body {
padding-top:98px
}
.tp-quick {
padding-top:5px;
padding-bottom:5px;
    font-size: 18px;
}
.navbar-brand img {
height:60px; width: 80%;

}
.container {
max-width:100%
}
#hm-slider .owl-nav button {
width:30px;
height:30px
}
#hm-slider .owl-nav .owl-next span, #hm-slider .owl-nav .owl-prev span {
font-size:30px
}
.qt-fm-h span {
width:360px
}
.servic-bx a {
min-width:48%;
max-width:48%
}
.sehd_netwrk ul li {
min-width:32%;
max-width:32%
}
.sehd_netwrk ul li {
font-size:14px
}
.sehd_netwrk ul.nav:after {
height:0;
width:32%;
content:""
}
.copy-r {
flex-wrap:wrap
}
.copy-r>* {
min-width:100%
}
.copy-r ul {
justify-content:center
}
.copy-r ul li {
margin:10px
}
.copy-r ul li:first-child a {
border:1px solid #c28e2e
}
.copy-r p, .copy-r ul li a {
font-size:14px;
text-align:center;
line-height:28px
}
}
@media (max-width:639.98px) {
body {
padding-bottom:25px
}
.mb_tp_hid {
display:none
}
.tp-quick a, .tp-quick span {
margin:0
}
.hdr-mob-pop {
position:fixed;
bottom:-100px;
background:#ffb01e;
display:flex;
left:0;
right:0;
justify-content:space-between;
transition:.3s
}
.hdr-mob-pop a, .hdr-mob-pop span {
cursor:pointer;
font-size:14px;
color:#000;
padding:5px 10px;
text-decoration:none
}
.hdr-mob-pop-act {
bottom:0;
z-index:2;
box-shadow:0 -5px 5px rgba(0, 0, 0, .15);
display: none;
}
.gal_cont a, .vid_gal_itm {
width:45%;
margin:1.5% 2.5%
}
}
@media (max-width:600px) {
.br-bx {
min-width:98%;
margin:0 1% 20px;
padding-bottom:10px
}
.branch-req {
position:relative;
bottom:auto;
display:inline-block
}
}
@media (max-width:575.98px) {
.qt-fm-h span {
position:relative;
animation:none;
left:0;
padding:0 10px;
display:inline-block;
transform:none;
top:0;
margin-bottom:10px;
width:auto
}
.tp-hm-fm .form-group {
width:47%
}
.servic-bx a figcaption h3 {
font-size:18px
}
.servic-bx a:hover figure:after {
height:60px
}
.certi-fi .cmn-cont, .certi-fi .cmn-cont p {
text-align:center
}
.img-certi {
display:block;
text-align:center
}
.img-certi img {
width:200px;
display:inline-block
}
.benefit-fl a {
min-width:47%;
max-width:47%;
margin-top:15px
}
.c-map-ifr {
height:220px!important
}
.pg-blg-flx .pg-blg-bx {
min-width:97%;
max-width:97%
}
#menu {
height:300px;
overflow-y:auto
}
.sb-drp-6.show {
width:100%
}
.sb-drp-6 a {
min-width:96%;
max-width:96%
}
}
@media (max-width:480px) {
.navbar-brand {
margin-right:10px
}
.navbar-toggler {
font-size:18px
}
.navbar-toggler span {
letter-spacing:.5px
}
.fancy-title h2 {
font-size:26px
}
#testi-slider {
padding:0 45px
}
#testi-slider .owl-nav button {
width:30px;
height:30px
}
#testi-slider .owl-nav .owl-next span, #testi-slider .owl-nav .owl-prev span {
font-size:30px
}
.loc-pack-h ul li {
min-width:98%;
max-width:98%
}
.sehd_netwrk ul li {
min-width:48%;
max-width:48%
}
.sehd_netwrk ul.nav:after {
height:0;
width:48%;
content:""
}
.ftr-adr h5 {
font-size:20px;
margin-bottom:5px
}
.ftr-adr i {
font-size:25px
}
.sehd_netwrk {
padding:10px 0
}
.sehd_netwrk h2 {
font-size:26px
}
.sehd_netwrk ul li {
margin-bottom:5px
}
.sehd_netwrk ul li a {
font-size:12px
}
.copy-r p, .copy-r ul li a {
font-size:12px
}
.copy-r ul li {
margin:5px 8px
}
.mbt1 {
top:auto;
width:200px
}
.mbt2 {
top:auto;
margin-left:0;
width:200px
}
}
@media (max-width:414px) {
.membr_ship {
height:100px;
padding-left:120px
}
.membr_ship div img {
height:70px
}
.mbt1 {
width:auto;
line-height:24px;
font-size:16px
}
.mbt2 {
width:auto;
margin-left:10px;
line-height:24px;
font-size:16px
}
.gal_cont a, .vid_gal_itm {
width:95%;
margin:1.5% 2.5%
}
}
@media (max-width:359.98px) {
.tp-hm-fm .form-group {
width:97%
}
.hdr-mob-pop a, .hdr-mob-pop span {
font-size:12px
}
.mbt2 {
margin-left:0
}
}
@media (max-width:640px) {
#wh-widget-send-button.wh-widget-left {
bottom:30px !important;
}
}

.nav-cst .main-nav-ul .nav-item {
    margin-left: 28px;
}