@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#menuToggle a {
	text-decoration: none;
	color: #ffffff;
	transition: color 0.3s ease;
}
#menuToggle a:hover {
	color: #ffd944;
}
#menuToggle {
	display: block;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
#menuToggle span {
	display: block;
	width: 33px;
	height: 5px;
	margin-bottom: 5px;
	position: relative;
	background: #FFD527;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #ffd944;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0;
	padding: 50px;
	padding-top: 125px;
	right: -100px;
	background: #002520;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
	padding: 10px 0;
	font-size: 22px;
}
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
.navigation-section {
	background-color: #00675A;
	padding: 60px 0px;
}
.navigation-section .container {
	max-width: 80%;
}
.banner-section {
	background-color: #00675A;
	padding: 60px 0px 110px 0px;
	background-image: url(../images/banner-bk.png);
	background-repeat: no-repeat;
	background-size: auto;
}
.banner-content h5 {
	background-color: #56A233;
	display: inline-block;
	padding: 6px 27px;
	border-radius: 45px;
	font-size: 17px;
	margin-bottom: 20px;
}
.banner-content {
	padding-top: 80px;
}
.banner-content h1 {
	font-weight: 700;
	padding: 15px 0px 20px 0px;
}
a.banner-btn {
    color: #56A233;
    text-decoration: none;
    background-color: #FFF;
    padding: 16px 15px 16px 20px;
    display: inline-block;
    border-radius: 40px;
    font-weight: 500;
    min-width: 270px; position:relative;
}
a.banner-btn span {
    background-color: #56A233;
    color: #FFF;
    padding: 6px 16px;
    border-radius: 34px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
}a.banner-btn:hover {
	color: #FFF;
	background-color: #56A233;
}
a.banner-btn:hover span {
	background-color: #FFF;
	color: #56A233;
}
.location-content {
	padding-top: 200px;
}
.location-content h2 {
	padding-bottom: 60px;
	font-weight: 300;
	font-size: 32px;text-align: center;
}
.counters h4 {
	color: #FFD527;
	font-weight: 700;
	font-size: 31px;
	font-family: 'Montserrat', sans-serif;
}
.counters h3 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
}
.counters select {
	margin-top: 0px;
	width: 97%;
	appearance: none;
	background-image: url(../images/dropdown-arrow.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 21px 18px;
	border-radius: 56px;
	background-position: 95%;
	background-size: 32px; outline:none;
}
a.locate-button {
    background-image: url(../images/locate-icon.png);
    background-repeat: no-repeat;
    background-color: #01675a;
    color: #FFF;
    border: 1px solid #fff;
    padding: 15px 30px 15px 55px;
    background-size: 28px;
    background-position: 14px;
    text-decoration: none;
    border-radius: 13px;
    font-size: 25px;
    display: inline-block;
    min-width: 235px;
}
a.locate-button:hover {background-color: #08a18e;}
.go-search-btn {
	background-color: #56A233;
	color: #FFF;
	padding: 22px 55px;
	text-decoration: none;
	border: 0px;
	border-radius: 56px;
	width: 100%;
	box-shadow: 0px 0px 16px #529e2fcc;
	font-weight: 600;
	font-size: 18px;
}
.go-search-btn-outer {
	position: absolute;
	bottom: 0px;
}
.go-search-btn:hover {
	background-color: #FFD527;
	color: #FFF;
}
p.ortxt {
	margin-bottom: 0;
	color: #8F8F8F;
}
.adv-search-btn {
	color: #ffd527;
	text-decoration: none;
	border: 1px solid #ffd527;
	border-radius: 43px;
	font-weight: 500;
	padding: 13px 32px;
	margin-top: 15px;
	display: inline-block;
	background-color: transparent;
}
.adv-search-btn:hover {
	background-color: #ffd527;
	color: #FFF;
}
.about-section h2 {
	color: #00675A;
	font-weight: 700;
	padding-bottom: 21px;
	font-size: 40px;
	position: relative;
	line-height: 62px;
}
.about-section h2:before {
	content: "";
	background-color: #ffd527;
	width: 585px;
	height: 5px;
	position: absolute;
	top: 61px;
	left: 80px;
}
.about-section {
	padding: 85px 0px;
}
.about-section p {
	color: #707070;
	line-height: 36px;
	padding-top: 18px;
	font-size: 19px;
	font-weight: 300;
}
.why-choose-section {
	padding: 65px 0px 0px 0px;
}
section.why-choose-section h2 span {
	display: block;
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 10px;
}
section.why-choose-section h2 {
	color: #00654A;
}
section.why-choose-section h2 {
	color: #00654A;
	font-size: 68px;
	font-weight: 300;
}
.why-choose-us-content {
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 28%;
}
ul.common-list {
	padding-left: 0px;
}
ul.common-list li {
	list-style: none;
	background-image: url(../images/list-ico.png);
	background-repeat: no-repeat;
	background-size: 33px;
	padding-left: 46px;
	margin-bottom: 35px;
	font-size: 18px;
	color: #676767;
	font-weight: 300;
}
.why-choose-us-content ul.common-list li {
    background-size: 48px;
    padding-left: 65px;
    height: 48px;
    padding-top: 9px;margin-bottom: 18px;
}
.why-choose-us-content p {
	padding:20px 0px 50px 0px;
	font-size: 16px;
	line-height: 27px;
	color: #7D8597;
	font-weight: 400;
}
.achievements-section {
	background-image: url(../images/achievements-bk.jpg);
	background-repeat: no-repeat;
	padding: 135px 0px;
	background-position: center;
}
.achievements-section h2 {
	font-size: 48px;
	font-weight: 700;
}
.counter-box {
	padding-top: 30px;
	padding-bottom: 20px;
}
.counter-box h3 {
	color: #FFD527;
	font-size: 40px;
	font-weight: 800;
	padding-bottom: 10px;
}
.counter-box h5 {
	font-weight: 400;
	font-size: 17px;
}
.contact-section {
	padding: 120px 0px 70px 0px;
	background-image: url(../images/contact-watermark.png);
	background-repeat: no-repeat;
	background-position: -17% center;
}
.contact-section h2 {
	font-weight: 700;
	font-size: 42px;
}
.contact-section .adv-search-btn {
	font-weight: 500;
	border-width: 2px;
	padding: 9px 45px;
	margin-top: 0;
}
.mt-50 {
	margin-top: 50px;
}
.contact-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-section h2 {
	padding-bottom: 65px !important;
}
.contact-box p, .contact-box p a {
	color: #717171;
	text-decoration: none;
}
.contact-box h3 {
	padding-top: 17px;
	font-size: 23px;
	padding-bottom: 10px;
}
footer {
	background-image: url(../images/achievements-bk.jpg);
	background-repeat: no-repeat;
	padding: 75px 0px 0px 0px;
	background-color: #01675a;
	background-position: center;
}
.bottom-nav h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}
.bottom-nav ul {
	padding-left: 0;
	padding-top: 15px;
}
.bottom-nav ul li {
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
}
.bottom-nav ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-copyright p {
	padding-top: 60px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
#menu {
	position: fixed;
	width: 400px;
	height: 103vh;
}
/* -- INNER PAGES SECTION -- */

section.navigation-section.inner-pages {
	background-color: #FFF;
}
section.navigation-section.inner-pages #menuToggle span {
	background: #56A233;
}
.inner-page-title h1 {
	color: #152347;
	font-weight: 700;
	font-size: 50px;
	padding-top: 12px;
}
.inner-page-title span {
	color: #6f6f6f;
	font-size: 16px;
}
.video-section {
	background-image: url(../images/inner-bg.png), url(../images/inner-bg-2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -10%, 100%;
	background-size: contain, 10%;
}
#example1 {
	background-image: url(img_flwr.gif), url(paper.gif);
	background-position: right bottom, left top;
	background-repeat: no-repeat, repeat;
}
.video-section.text-left {
	padding: 50px 0px;
}
.mt-40 {
	margin-top: 40px;
}
.video-box {
	padding-bottom: 22px;
}
.about-video-section {
	background-color: #00675A;
}
.about-video-content h2 {
    font-weight: 700;
    font-size: 37px;
    padding-bottom: 23px;
    line-height: 50px;
}
.about-video-content ul li {
	padding-bottom: 6px;
}
.about-video-content .adv-search-btn {
	border-width: 2px;
	padding: 10px 48px;
	font-weight: 600;
}
.about-video-content {
    padding: 12% 5% 6% 0%;
}
.testimonial-section {
	padding: 100px 0px 140px 0px;
}
.testimonial-section h2 {
	font-weight: 700;
	font-size: 42px;
}
.testimonial-slider {
	padding-top: 50px;
	font-style: italic;
	padding-left: 20%;
	padding-right: 20%;
}
.testimonial-slider h5 {
	font-weight: 400;
	padding-bottom: 30px;
	line-height: 31px;
	font-size: 19px;
}
.testimonial-slider .carousel-indicators [data-bs-target] {
	text-indent: 0;
	width: 100px;
}
.testimonial-slider .carousel-indicators {
	bottom: 0px;
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.testimonial-slider .carousel-indicators h4 {
	font-size: 14px;
	display: none;
	padding-top: 13px;
	display: none;
	color: #0F358E;
	font-weight: 500;
}
.testimonial-slider .carousel-indicators .active h4 {
	display: block;
}
.testimonial-slider .carousel-indicators .active h4 span {
	color: #212529;
	font-weight: 300;
	display: block;
	padding-top: 3px;
	font-size: 13px;
}
.project-counter-section {
	background-color: #00675A;
	padding: 125px 0px;
	background-image: url(../images/about-watermark.png);
	background-position: 116%;
	background-repeat: no-repeat;
	background-size: 27%;
}
.project-counter-section .counter-box {
	text-align: center;
}
.project-counter-section .counter-box h3 {
	font-size: 45px;
	font-weight: 700;
}
.after-line-orange {
	position: relative;
}
.after-line-orange:before {
	background-color: #F98935;
	width: 2px;
	height: 100%;
	position: absolute;
	content: "";
	right: 0;
}
section.map-section h2 {
	color: #56A233;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	font-size: 45px;
}
.enquiry-form-box .form-control {
	min-height: 69px;
	margin-bottom: 22px;
}
.form-outer {
	vertical-align: middle;
	display: table-cell;
	height: 850px;
	width: 700px;
}
section.map-section iframe {
	padding-right: 20px;
}
.map-section .container-fluid {
	background-image: url(../images/inner-bg-2.png);
	background-repeat: no-repeat;
	background-position: 100% -28%;
	background-size: 190px;
}
.filter-box .accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #ffffff;
}
.filter-box {
	padding-right: 40px;
}
.filter-box .accordion-header button {
	margin-bottom: 0;
	font-weight: 700;
}
.filter-box .accordion-body input {
	margin-bottom: 21px;
}
.filter-box .accordion-body label {
	padding-left: 8px;
}
section.search-section .container {
	max-width: 90%;
}
.search-section .accordion-item {
	border: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../images/arrow.png);
}
.accordion-button::after {
	background-image: url(../images/arrow.png);
}
.search-result-section h2 {
	font-weight: 700;
	padding-bottom: 35px;
	font-size: 26px;
}
.facility-box ul {
	column-count: 2;
	list-style: none;
	padding-left: 0;
	padding-top: 18px;
}
.facility-box ul li h5 {
	color: #7D8597;
	font-size: 17px;
	font-weight: 400;
	padding: 5px;
}
.facility-box ul li h5.price {
	color: #00B592;
	font-weight: 500;
	background-color: #00b5922e;
	text-align: center;
	border-radius: 44px;
	display: block;
	font-size: 16px;
}
.facility-box ul li {
	display: block;
}
.facility-box p.description {
	color: #475677;
	font-weight: 600;
	font-size: 18px;
	padding-top: 5px;
}
.facility-box .viewers p {
	color: #7D8597;
	font-size: 15px;
	font-weight: 400;
	padding: 5px;
	text-align: right;
}
.facility-box {
	border: 1px solid #ddd;
	border-radius: 16px;
	margin-bottom: 30px;
}
.facility-box .details-div {
	padding: 0px 15px;min-height: 165px;
}
.facility-box img {
	border-radius: 10px 10px 0px 0px;
}
.outer {
	margin: 0 auto;
	max-width: 100%;
}
#big .item {
	background: #ec6e46;
	padding: 0px 0px;
	margin: 2px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}
#thumbs .item {
	background: #C9C9C9;
	height: 70px;
	line-height: 70px;
	padding: 0px;
	margin: 2px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	width: 130px;
}
#thumbs .item h1 {
	font-size: 18px;
}
#thumbs .current .item {
	background: #FF5722;
}
.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}
#big.owl-theme {
	position: relative;
}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
	background: #fff;
	width: 45px;
	line-height: 42px;
	height: 45px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	border-radius: 50px;
}
#big.owl-theme .owl-prev {
	left: 10px;
}
#big.owl-theme .owl-next {
	right: 10px;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
	background: #333;
}
#big.owl-theme .owl-nav button i.fa {
	color: #56a233;
}
#thumbs .owl-item.active {
	width: auto !important;
	padding: 2px;
}
.search-section h2 {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 38px;
}
.reviews {
	padding-bottom: 40px;
}
.reviews .fa-star {
	color: #FFD526;
}
.reviews span {
	padding: 0px 10px;
	color: #161616;
	font-weight: 300;
}
.address-section {
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	padding-left: 65px;
}
.address-section h3 {
	color: #161616b8;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
}
.adv-search-btn-green {
	color: #56a233;
	text-decoration: none;
	border: 2px solid #56a233;
	border-radius: 43px;
	font-weight: 500;
	padding: 6px 25px;
	margin-top: 35px;
	display: inline-block;
	background-color: transparent;
	margin-top: 15px;
}
.adv-search-btn-green:hover {
	color: #FFF;
	background-color: #56a233;
	border: 2px solid #56a233;
}
.green-light-box {
	background-color: #56a23321;
	margin-top: 45px;
	padding: 29px;
	border-radius: 10px;
}
.green-btn {
	background-color: #56A232;
	color: #fff;
	text-decoration: none;
	padding: 24px 29px;
	display: inline-block;
	border-radius: 10px;
	font-size: 19px;
	width: 100%;
	text-align: center;
}
.green-btn:hover {
	background-color: #00675a;
	color: #fff;
	text-decoration: none;
}
.facility-details-section {
	padding-left: 70px;
}
.facility-details-section h2 {
	font-size: 22px;
}
.adv-search-btn-green-outline {
	background-color: transparent;
	color: #000;
	border: 2px solid #56A232;
	text-decoration: none;
	padding: 24px 29px;
	display: inline-block;
	border-radius: 10px;
	font-size: 19px;
	width: 100%;
	text-align: center;
}
.adv-search-btn-green-outline:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
.find-workplace-section {
	padding: 60px 0px 60px 0px;
	background-image: url(../images/filter-bk-rgt.png), url(../images/filter-bk-lft.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 25%;
	background-position: 140px -160px, -10%;
}
.inner-page-title .workplace-head h1, .inner-page-title .workplace-head h2, .inner-page-title .workplace-head h2 span {
	color: #152347;
	line-height: 49px;
	font-weight: 700;
	font-size: 34px;
	padding-top: 12px;
}
.workplace-head ul {
	column-count: 2;
	list-style: none;
	padding-left: 0px;
}
.inner-page-title .workplace-head h2 span {
	color: #56A233;
	display: block;
}
.workplace-head ul li.line:before {
	position: absolute;
	width: 1px;
	height: 100px;
	content: "";
	background-color: #5e5e5e;
	right: 115px;
}
.workplace-head ul li.line {
	position: relative;
}
.tags-list .tag {
	background-color: #fff;
	box-shadow: 0px 0px 10px #ddd;
	display: inline-block;
	margin: 20px 25px;
	padding: 15px 31px;
	border-radius: 50px;
	cursor: pointer
}
span.tag:hover {
	background-color: #56a233;
	color: #FFF;
}
.slider {
	text-align: center;
}
.tags-list .tag.active {
	background-color: #56a233;
	color: #FFF;
}
.tags-list {
	padding: 55px 0px 70px 0px;
}
.slide-links {
	padding-bottom: 50px;
}
.slide-links ul li {
	list-style: none;
	cursor: pointer;
	display: inline-block;
	width: 24.5%;
	text-align: center;
	z-index: 999;
	position: relative;
}
.slide-links ul li {
	color: #E6E6E6;
}
.slide-links ul li.color-green {
	color: #56A233;
}
.slide-links ul:after {
	width: 78%;
	height: 2px;
	background-color: #ddd;
	position: absolute;
	content: "";
	left: 103px;
	bottom: 35px;
}
.slide-links ul li .fa {
	font-size: 14px;
}
.slide-links ul li span {
	display: block;
}
.slide-links ul {
	position: relative;
	padding-left: 0;
}
.home-banner-image {
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-60px);
}
 100% {
 transform: translatey(0px);
}
}
 @keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-60px);
}
 100% {
 transform: translatey(0px);
}
}
.module .trigger {
	position: relative;
	box-shadow: 0px 8px 16px rgba(255, 0, 0, 0.15);
	border-radius: 65px;
}
.module .trigger span {
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 16px;
	position: relative;
	background: white;
	color: #555;
	display: block;
	min-width: 0px;
	height: 60px;
	padding: 0 18px;
	z-index: 1;
	cursor: pointer;
	border-radius: 65px;
	transition: 350ms border-radius 700ms, 700ms color 700ms, 350ms min-width 700ms;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: flex-start;
	/*background-image: url(../images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 32px;*/
}
.module .trigger span em {
	font-style: normal;
	margin-right: 5px;
	transform-origin: bottom;
	animation: 700ms waving infinite;
}
@keyframes waving {
 0% {
 transform: rotate(-10deg);
}
 50% {
 transform: rotate(10deg);
}
 100% {
 transform: rotate(-10deg);
}
}
.module .trigger ul.locations {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	background: white;
	border-radius: 0 0 22px 22px;
	font-size: 14px;
	overflow: hidden;
	transform: scaley(0);
	transform-origin: top;
	transition: 350ms transform 350ms;
	width: 100%;
}
.module .trigger ul.locations a {
	opacity: 0;
	transition: 350ms opacity 0ms;
}
.module .trigger ul.locations li {
	top: 0;
	left: 0;
	width: 220px;
	height: 44px;
	padding: 0 20px;
	z-index: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: flex-start;
	border-left: 0px solid #eee;
	transition: 200ms border-left 0ms;
}
.module .trigger ul.locations li:before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #eee, #fcfcfc);
	position: absolute;
	top: 0;
	left: 0;
}
.module .trigger ul.locations li:last-of-type {
	border-radius: 0 0 22px 22px;
}
.module .trigger ul.locations li a {
	text-decoration: none;
	color: black;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: flex-start;
}
.module .trigger ul.locations li:hover {
	border-left: 10px solid #eee;
}
/*.module .trigger:hover span {
	min-width: 220px;
	border-radius: 65px 65px 0 0;
	transition: 350ms border-radius 0ms, 700ms color 700ms, 350ms min-width 0ms;
}*/
.custom-options span {
    border-radius: 0px !important;
}
.module .trigger:hover ul.locations {
	transform: scaley(1);
	transition: 350ms transform 350ms;
}
.module .trigger:hover ul.locations a {
	opacity: 1;
	transition: 350ms opacity 700ms;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#content_middle_box a {
    text-decoration: none;
}


 @media(min-width:1400px) {
section.search-section .container {
	max-width: 1320px;
}
}
 @media(max-width:1400px) {
.about-video-content {
    padding: 8% 6% 4% 0%;
}
.about-video-content h2 {
	font-size: 39px;
	line-height: 45px;
}
.facility-details-section {
	padding-left: 20px;
}
.slide-links ul:after {
	width: 79%;
	left: 82px;
}
.about-video-content .adv-search-btn {
    padding: 7px 35px;
}
.adv-search-btn {
    margin-top: 8px;
}
}
@media(max-width:1099px) {
.about-video-content h2 {
	font-size: 30px;
	line-height: 31px;
	padding-bottom: 15px;
}
.about-video-content h2 {
    line-height: inherit;
}
.testimonial-slider {
    padding-left: 0%;
    padding-right: 0%;
}
.about-video-content {
	padding: 30px;
}
.hide-lg {
	display: none;
}
.green-btn {
	padding: 16px 10px;
	font-size: 15px;
}
.adv-search-btn-green-outline {
	padding: 16px 10px;
	font-size: 15px;
}
.filter-box {
	padding-right: 0px;
}
section.search-section .container {
	max-width: 100%;
}
.filter-box .accordion-body label {
	padding-left: 4px;
	font-size: 14px;
}
.slide-links ul:after {
	width: 78%;
	left: 75px;
}
.go-search-btn {
	padding: 13px 44px;
}
}
 @media(max-width:991px) {
.about-section h2 {
	font-size: 26px;
	line-height: initial;
}
.location-content {
	padding-top: 55px;
}
.about-section h2:before {
	content: none;
}
.go-search-btn-outer {
	position: relative;
	bottom: auto;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}
.why-choose-us-img {
	display: none;
}
.go-search-btn {
	padding: 12px 70px;
}
.counters h4 {
	padding-top: 30px;
}
.counters select {
	margin-top: 0px;
}
.counters h3 {
	font-size: 30px;
}
.achievements-section {
	padding: 40px 0px;
	background-size: cover;
}
.why-choose-us-content {
	padding-right: 6%;
}
.contact-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo-outer img {
	max-width: 194px;
	padding-top: 10px;
}
.banner-content {
	padding-top: 0px;
}
.location-content h2 {
	padding-bottom: 10px;
}
.why-choose-section {
	padding: 0px 0px 35px 0px;
}
section.map-section iframe {
	padding-right: 0px;
}
.address-section {
	margin-top: 45px;
}
.tags-list .tag {
	margin: 8px 3px;
	padding: 8px 24px;
}
.workplace-head ul li.line:before {
	right: 20px;
}
.inner-page-title .workplace-head h1, .inner-page-title .workplace-head h2, .inner-page-title .workplace-head h2 span {
	font-size: 27px;
}
.find-workplace-section .go-search-btn {
	padding: 12px 28px;
}
.slide-links ul:after {
	left: 63px;
}
a.locate-button {
    min-width: 196px;
	margin-top:30px;
}
}
@media(max-width:767px) {
.navigation-section {
	padding: 25px 0px;
}
.banner-content {
	padding-top: 0px;
}
section.why-choose-section h2 {
	font-size: 39px;
}
.testimonial-slider {
	padding-left: 0%;
	padding-right: 0%;
}
.search-section h2 {
	font-size: 26px;
	padding-top: 40px;
}
#thumbs .item {
	height: 30px;
	width: 60px;
}
.slide-links ul li span {
	font-size: 13px;
}
.slide-links ul:after {
	width: 78%;
	left: 43px;
	bottom: 33px;
}
.workplace-head ul {
	column-count: 1;
}
.inner-page-title .workplace-head h1, .inner-page-title .workplace-head h2, .inner-page-title .workplace-head h2 span {
	font-size: 26px;
	padding-top: 0px;
}
.workplace-head ul li.line:before {
	content: none;
}
.tags-list {
	padding: 10px 0px 20px 0px;
}
.home-banner-image {
	padding-top: 100px;
}
a.locate-button {
    min-width: 245px;
}
}
@media(min-width:1300px) {
#menuToggle {
	right: 190px;
}
section.search-section.filter-area .container {
    max-width: 90%;
}
.custom-row{padding-left: 180px;padding-right: 180px;}
}
@media (max-width:1500px) and (min-width:1300px) {
.col-d-1300{
    flex: 0 0 auto;
    width: 33.3333333333%;
}
section.search-section.filter-area .container {
    max-width: 95%;
}
}








/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 300px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 18px; height: 18px;
        top: 50%; right: 25px;
        margin-top: -3px;
		border-bottom: 5px solid #ffd527;
    	border-right: 5px solid #ffd527;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%; margin-top:-60px;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-option span:last-child{ border-radius:0px 0px 30px 30px;}
  .custom-option span:first-child{ border-radius:30px 30px 0px 0px;}
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0); z-index:90;
  }
   /* .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
		width: 12px;
    	height: 12px;
    	margin-bottom: -6px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }*/
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 30px 30px 0 0 !important;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 30px 30px !important;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }
.custom-options span{ transition: 0.3s;}	
.custom-options span:hover{border-left:6px solid #ffd527;transition: 0.3s;}	

.cure-border{
    border-radius: 22px 22px 0 0;
    transition: 350ms border-radius 0ms, 700ms color 700ms, 350ms min-width 0ms;
}
section.policy-sec {
    padding: 15px 0px 65px 0px;
}
section.policy-sec h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #1e5e01;
}

@media(max-width:1500px) and (min-width:1200px){
.custom-select-trigger{width:260px;} .module .trigger{box-shadow:none;}
}
@media(max-width:1099px){
.custom-select-trigger{width:220px;} .module .trigger{box-shadow:none;}
}


/* ------------------------------------ BOOK YOUR VENUE PAGE STYLES ---------------------------------------------- */

.tab-image-outer .tab-overlay{position:absolute;width:100%;height:100%;background-color:#ffffffbf;border-radius:25px}
.tab-image-outer{position:relative;width:100%;height:100%}
.campus-selector .nav-link.active .tab-overlay{background-color:#56a233a6}
.campus-selector .nav-link{padding:10px;position:relative}
.campus-selector .nav-tabs .nav-item .nav-link p{position:absolute;top:45%;text-align:center;width:89%;color:#000;font-size:26px;font-weight:700}
.campus-selector li.nav-item img{width:100%}
.campus-selector li.nav-item{width:33.33%}
.campus-selector .nav-link{padding:24px;background-color:#FFF;border:none}
.campus-selector .nav-link.active{background-color:#eef6ea;border-radius:25px 25px 0 0;border:none}
.campus-selector .nav-tabs .nav-item .nav-link.active p{color:#FFF}
.campus-selector .nav-link img{border-radius:25px}
.campus-selector .tab-content{background-color:#eef6ea;border-radius: 25px;}
.galleryPopup{background-color:#3c7a0296;position:absolute;width:100%;height:100%;z-index:99;color:#FFF;font-weight:700;padding:68px;display:none;cursor:pointer;bottom:0}
.campus-selector .carousel-inner:hover .galleryPopup{display:block}
.location h4{color:#475677;font-size:16px;text-align:left;min-height:100px;padding:20px}
.booking-btn{color:#00b592;text-decoration:none;font-weight:600;background-color:#e5f7f4;padding:8px 23px;border-radius:30px;float:left;margin-left:20px;font-size:14px}
.booking-btn:hover{background-color:#00b592;color:#e5f7f4}
.location{background-color:#fff;min-height:335px;margin-bottom:25px;border-radius:20px}
.location .carousel-item img{border-radius:20px 20px 0 0!important}
.galleryPopup{border-radius:20px 20px 0 0}
.terms-modal .modal-body h3{font-size:18px;color:#5f0000}
.terms-modal .modal-body{height:500px;overflow-y:scroll}
.terms-modal .modal-title{font-size:21px!important;font-weight:700}
.terms-modal .booking-btn{margin:10px auto;background-color:#00b592;color:#fff;padding:14px 30px;font-size:16px}
.terms-modal .booking-btn:hover{background-color:#009376}
.progressTab{padding:0 6px 35px 0}
#helpModal .btn-link{color:red;font-weight:700;font-size:18px;outline:none;text-decoration:none}
#helpModal .modal-header .close{color:red;opacity:1;outline:none}
#helpModal .modal-title{font-weight:700;color:#000}
#helpModal .progressTab h3{font-weight:700;font-size:26px;color:#1d0707}
.progressTab .progress-tabmenu ul li{position:relative;list-style:none;display:inline-block}
.progressTab .progress-tabmenu ul li a{position:relative;padding:0 2rem;border:none}
#helpModal .modal-header .close,.terms-modal .close,.modal-dialog-centered .close{color:red;opacity:1;outline:none;background-color:transparent;border:none;font-size:30px}
.progressTab .progress-tabmenu ul li a span {content: "";position: absolute;top: 0;right: 0;margin-left: -10px;color: #fff;width: 30px;height: 30px;background: var(--primary);border-radius: 50%;
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center;background-color: #007bff;}
.progress-tabmenu ul.nav.nav-tabs{border-bottom:none}
.progressTab .progress-tabmenu ul li a::before{content:"";position:absolute;width:100%;height:2px;background:#007bff;top:0;left:0;margin-top:15px}
.progressTab .progress-tabmenu ul li a.active span{background:green}
.progressTab .progress-tabmenu ul li a.active::before{background:green}
.progressTab .progress-tabbody{padding:10px 0}
.progressTab .progress-tabmenu ul li a.noline:before{content:none!important}
#progressTabContent{min-height:300px}
a.help-link{color:#00b598;font-weight:700;margin-bottom:30px;display:inline-block;text-decoration:none}
a.help-link i{margin-right:9px;border:1px solid #00b598;width:26px;height:26px;padding:4px 8px;border-radius:50%}
.col-md-2-mob{display:none}
.feature-box h3{color:#000;font-size:18px}
.feature-box img{max-width:81px;margin-top:23px}
section.our-features{padding:70px 0 80px}
h2.def-h2-line{font-weight:700;position:relative}
.def-h2-line:before{position:absolute;content:"";width:99px;height:1px;background-color:#63974c;left:0;right:0;margin:0 auto;bottom:-15px}
.pricing-section{background-color:#01675a;padding:70px 0 0;float:left;width:100%}
.pricing-table{padding:30px;border-radius:23px;margin-bottom:130px}
.price-tbl th{text-transform:uppercase;font-size:21px}
td.price-clr,td.price-clr a{color:#ffe57d;font-weight:500;text-decoration:none}
.border-bottom-line{border-bottom:1px solid #c9c9c9}
.price-tbl td{font-size:19px;padding:15px 0}
@media(min-width:1300px) {
.campus-selector .tab-content{width:113%;margin-left:-85px}
.campus-selector li.nav-item{width:33.33%}
.campus-selector .nav-link img{width:100%}
.feature-box h3{color:#525252;font-size:18px;text-align:left;padding-top:48px;margin-left:21px;padding-right:45px;font-weight:300}
.feature-box img{max-width:81px;margin-top:23px;float:left;margin-right:15px}
table.price-tbl{max-width:630px;margin:0 auto}
}
@media (min-width:1000px) {
.col-md-2-mob{flex:0 0 14%;display:block;max-width:14%}
}
@media(max-width:991px) {
.campus-selector .nav-tabs .nav-item .nav-link p{top:41%;width:100%}
}
@media(max-width:500px) {
.campus-selector .nav-link{padding:3px}
.campus-selector .nav-tabs .nav-item .nav-link p{font-size:14px}
.tab-image-outer .tab-overlay,.campus-selector .nav-link img{border-radius:2px}
.terms-modal .modal-body{height:355px}
}

@media(min-width:3000px){
.banner-section {
    background-position: center;
}
section.why-choose-section .container-fluid {
    max-width: 1830px;
}
.navigation-section .container {
    max-width: 1830px;
}

}