
/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #130a55;
	--primary-light: #212d37;
	--secondary: #e9da0e;
	--tertiary: #068817;
	--gradient: linear-gradient(to right, #e9e50e, #62da00);
}

body{
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1	;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2	;
	text-transform: uppercase;
}
.home_text {
	font-size: 60px !important;
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffbb00),
		to(#03d674)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 1000;
}
button {
	font-family: "Poppins", sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
  	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.plans,
.work,
.contact {
	height: 95vh;
	position: relative;
}

.services,
.work,
.contact,
.testimonials,
.footer {
  	background-color: #28282c;
}

.about,
.plans,
.company,
.newsletter,
.location {
  	background-color: var(--primary-light);
}
.about {
	background-color:#881421;
}
.social a{
	font-size: 20px;
	margin-right: 10px;
}

.bottom {
	color: #b4b4b4;
	background: #1c1d20;
	
	padding: 20px;
	font-size: 15px;
}

.footer h4{
	font-size: 18px;
}

/* Gradient Border And Background On Icons */

.home .fas,
.plans .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0ee951),
		to(#00dabf)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	/* background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #fff;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 0.875rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 170px;
	/* height: 32px; */
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 5rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
  	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0ee951),
		to(#00dabf)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
  	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/*     Home     */
/****************/
.home {
	/* background-image: url(../assets/images/home.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
  	width: 50%;
}

.para-light {
  	opacity: 0.7;
}

.hero-section {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
  }
  
  .hero-section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
  }
  
  .hero-section .container {
	position: relative;
	z-index: 2;
  }
  
  .hero-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background-color: black; */
	background: #780206;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #061161, #780206);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #061161, #780206); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	opacity: 0.8;
	z-index: 1;
  }
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
	.hero-section {
	  background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
	}
  
	.hero-section video {
	  display: none;
	}
  }
/***********************/
/*     Information     */
/***********************/
/* .information .container-fluid .row div:first-child {
  	background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
  	background-color: var(--primary);
}

.information .container-fluid .row div:nth-child(2) {
  	background-color: var(--primary);
}
.information .container-fluid .row div:nth-child(3) {
	background-color: var(--primary);
} */
.information .card-1 {
background-color: #130a55;
}
.information .card-2 {
	background-color: #660026;
	
}
.information .card-3 {
	background-color: #bd8b00;
}
.information .card-4 {
	background-color: #004a29;
}

/******************/
/*     Button     */
/******************/
.btn {
	color: white;
	border-radius: 0;
	/* border-width: 2px; */
	padding: 7px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	/* border-image-source: var(--gradient); */
	border: 2px solid white;
	font-size: 16px;
	font-weight: 600;
	/* box-shadow: 5px 5px 0px 0px #fff; */
}

.btn:hover {
	color: #061161;
	box-shadow: none;
	font-weight: 600;
	border-radius: 0;
	background-color: white;
	/* padding: 10px 30px; */
	/* transform: translate(5px, 5px); */
}

/* Feedback Button */
.btn-secondary {
	color: #130a55;
	border: 2px solid #130a55;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
}

.btn-secondary:hover {
	color: #fff;
	padding: 10px 30px;
	background-color: #130a55;
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #0ee951;
}




/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
  	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonials-card {
	border: 10px solid white;
	border-image-slice: 1;
	border-width: 3px;
}

.slider-1 .slider-container {
  	position: relative;
}

.slider-1 .swiper-container {
	width: 100%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
  	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}
.slider-1 .swiper-slide {
	width: 100% !important;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
  	padding: 0;
}

.slider-1 .testimonials-text {
  	margin-bottom: 0.75rem;
}

.slider-1 .testimonials-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}





/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
  	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 12rem;
	padding-bottom: 4rem;
	background: url(../assets/images/mentor_bg.jpg);
	background-size: cover;
	min-height: 5rem !important;
	text-align: center;
}

.ex-header h1 {
  	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}

/*************************/
/*    Gallery     */
/*************************/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /* min-height: 100vh; */
    padding: 10px 10px;
}

.gallery-container h2 {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

/* .gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
} */

.tz-gallery {
    padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 6px;
}

.tz-gallery .lightbox img {
    /* width: 100%;
    border-radius: 0;
    position: relative; */
	width: 100%;
  height: 200px;
  object-fit: cover;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/*-----Testimonial-------*/


.testimonials {
    min-height: 375px;
    position: relative;
    background: url(../assets/images/mentor_bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
	object-fit: cover;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
	text-align: justify;
	font-style: italic;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonials .carousel {
	padding-bottom:50px;
}

/* ------testimonial  close-------*/
/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonials,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}



/*********************************
 Contact Form
*********************************/

.contact_form
{
    padding-top: 65px;
}

.contact_form_inputs
{
    margin-bottom: 25px;
}
.input_field
{
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 2px #777;
    outline: none;
    color: #424242;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.input_field:focus,
.text_field:focus
{
    border-color: #777;
}
.input_field:hover,
.text_field:hover
{
    border-color: #777;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: #777;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.text_field
{
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 2px #777;
    color: #424242;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.contact_submit_button
{
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}
.panel
{
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px;
}


@media only screen and (max-width: 991px)
{
    
    .contact_info_item
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_info_item:last-child
    {
        margin-bottom: 0px;
    }
    
}

@media only screen and (max-width: 767px)
{
    
    .input_field
    {
        margin-bottom: 30px;
        width: 100%;
    }
    .input_field:last-child
    {
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 575px)
{
    
    .contact_submit_button
    {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
}


/*********************************
FAQ
*********************************/

.accordion-button:not(.collapsed) {
	color: #130a55;
	background-color: #eee;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }

  .information h5{
	font-size: 15px;
  }
  .information img{
   width: 80px;
   height: 80px;
  }


  .testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #CCA000;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #CCA000;
  }
  .testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  .detail-tag{
	text-decoration: underline;
	color: #CCA000 !important;
	font-style: italic;
  }
  @media (max-width:992px){
  .responsive-none{
	display: none;
  }
}

.floor-plan .tab-1{
	border: 1px solid #777;
	border-radius: 0px 8px 8px;
	overflow: hidden;
	padding: 10px 20px 20px 20px;

}
.floor-plan .tab-2{
	border: 1px solid #777;
	border-radius: 8px;
	overflow: hidden;
	padding: 0px;

}
.navbar .nav-item .nav-link {
	font-size: 16.5px;
}
.floor-plan .nav-link:hover{
	border-top:1px solid white ;
	border-right:1px solid white ;
	border-left:1px solid white ;
	border-bottom: 1px solid #777;
}

.navbar-collapse{
	padding:10px;
}
@media(max-width:772px){
	.home {
      height: 100vh;
	}
	.home_text{
		font-size: 41px !important;
	}
}
.floor-plan .nav-tabs .nav-link{
	color: #130a55;
}
.floor-plan .nav-tabs .nav-item.show .nav-link, .floor-plan .nav-tabs .nav-link.active{
    font-weight: normal !important;
    background-color: transparent;
    position: relative;
    margin-right: 4px;
    color: #130a55;
    border-width: 1px;
    border-style: solid;
    border-color: #777 #777 rgb(255, 255, 255) !important;
    border-image: initial;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: rgb(255 255 255) 0px 2px 0px -1px;
	margin: 0px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
 text-align: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 16px;
    outline: none;

}


.floor-plan .nav-tabs .nav2::after {
    position: absolute;
    content: " ";
    bottom: -2px;
    right: -9px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #777;
    border-image: initial;
    border-bottom-left-radius: 8px;
    border-width: 0px 0px 1px 1px;
    box-shadow: rgb(255 255 255) -2px 2px 0px

}

.floor-plan .nav-tabs .nav1::after {
	position: absolute;
    content: " ";
    bottom: -2px;
    right: -9px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #777;
    border-image: initial;
    border-bottom-left-radius: 8px;
    border-width: 0px 0px 1px 1px;
    box-shadow: rgb(255 255 255) -2px 2px 0px;


}


.floor-plan .nav-tabs .nav2::before {
    position: absolute;
    content: " ";
    bottom: -2px;
    left: -9px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #777;
    border-image: initial;
    border-bottom-right-radius: 8px;
    border-width: 0px 1px 1px 0px;
    box-shadow: rgb(255 255 255) 2px 2px 0px;
}
.floor-plan .nav-tabs {
     border-bottom: 0px solid #dee2e6; 
}

.double-service {
	position: relative;
	background-color: white;
	-webkit-transition: .3s;
	height: 100%;
	transition: .3s;
border-radius: 2px;
border: 2px solid #777;
	padding: 25px 20px;
  }
  .double-service p{
	font-size: 13px;
  }

  .listing img{
	width: 10px;
	height: 10px;
	margin-right: 10px;
  }
  .listing p{
	font-size: 15px;
  }

  .bottom a{
	color: white !important
  }