/**colors
lightgreen #e2f0e1
white #ffffff
yellow #ece058
blue #234876
black #000000
crow  #4d4d4d
grey #cccccc
**/

.navbar-pb .navbar-nav .nav-link, .navbar-pb .navbar-nav a.nav-link:hover {
	color: rgba(0, 0, 0, .9);
	font-weight: 300;
}

.navbar-pb .navbar-nav a.nav-link:hover span {
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
}

.headertop nav {
	background-color: #FAFAFD;
	border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.btn-pb-nav {
	background-color: #ece058;
	border-radius: 25px;
	padding: 4px 35px;
}

button.btn-pb-nav:hover {
	background-color: #ece058;
	border: 1px solid #cccccc;
}

.btn-pb {
	background-color: #ece058;
	padding: 4px 35px;
}

.btn-pb-default {
	padding: 10px 15px;
	background-color: #ece058;
}

.btn-blue {
	padding: 10px 15px;
	background-color: #32588a;
	color: #FAFAFD;
	border-radius: 10px;
}

a.btn-blue:hover {
	color: #FAFAFD;
	background-color: #4183d9;
}

.inquirebtn {
	color: black;
}

.hero {
	background-image: url("../assets/images/coffee-cup.jpg");
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-overlay {
	max-width: 600px;
}

.about-title {
	color: #234876;
	font-weight: 300;
	font-size: 26px
}

.about-questions {
	color: #234876;
	font-weight: 300;
	font-size: 18px
}

a.seepricing:hover {
	/* background-color: #ece058; */
}

a.seepricing {
	color: #000000;
}

.different, .teamabout {
	background-color: #e2f0e1;
	position: relative;
	display: flex;
}

.pbhead {
	padding-top: 75px;
}

.differenthead {
	max-width: 502px;
}

.differenttext {
	padding-top: 55px;
	max-width: 1000px;
}

.differentlist {
	padding-top: 55px;
	padding-bottom: 55px;
}

.pbtail {
	padding-bottom: 75px;
}

.differenth1, .packagesh1, .solutionsh1 {
	color: #234876;
}

.pbline2 {
	border-bottom: 2px solid #e2f0e1;
}

.roadmaphead {
	max-width: 370px;
}

.packages {
	background-color: #F2F2F2;
}

.packageshead {
	max-width: 500px;
}

.packagesh1 {
	border-bottom: 2px solid #234876;
	margin-top: 40px;
	margin-bottom: 12px;
}

.packagestext {
	color: #234876;
}

.packagesfoot {
	padding-bottom: 45px;
}

.solutionshead {
	max-width: 440px;
}

.solutionsh1 {
	padding-bottom: 25px;
}

.alacarte {
	/*margin-top: 50px;*/
	/* blocked to reduce circle margin space */
	background-image: url("../assets/images/ALaCarte_Background_102318-08-01.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 30px 0px;*/
	padding: 10px 0px;
	/* updated to reduce top padding */
}

.circle {
	border-radius: 50%;
	background: #ffffff;
	width: auto;
	height: auto;
}

.alacartehead {
	font-size: 20px;
}

.alacartetext {
	margin-top: 25px;
}

/* event css start */

.event-card .card-img-box {
	max-width: 200px;
}
.event-yellow-banner::after {
	top: -30px;
	transform: translateX(-50%) rotate(180deg)!important;
}
/* event css start */

@media (max-width: 960px) {
	/*.testcircle{width: 80%;padding: 70px;}*/
	.boutiquetitle {
		color: #ece058;
		letter-spacing: 2px;
		float: none;
		text-align: center;
	}
	.dotted-vertical-line {
		border-left: none !important;
		border-top: 2px dashed #ece058;
	}
}

@media (max-width: 500px) {
	/*.testcircle{width: 98%;padding: 60px;}
	.testcircle p{margin:5px 0px;}*/
	.boutiquetitle {
		color: #ece058;
		letter-spacing: 2px;
		float: none;
		text-align: center;
	}
	.dotted-vertical-line {
		border-left: none !important;
		border-top: 2px dashed #ece058;
	}
}

@media (min-width: 576px) {
	.boutiquetitle {
		color: #ece058;
		float: right;
		letter-spacing: 2px;
	}
	.alacartehead {
		font-size: 20px;
	}
	.alacartetext {
		font-size: 16px;
	}
	.dotted-vertical-line {
		/*border-left:none !important;*/
		/*border-top: 2px dashed #ece058;*/
	}
	.ctitle {
		/*width: 80%; margin: 0 auto; margin-bottom: 30px;*/
	}
}

@media (min-width: 768px) {
	.circle {
		width: 500px;
		height: 500px;
	}
	.alacartehead {
		font-size: 30px;
	}
	.alacartetext {
		font-size: 20px;
	}
	.dotted-vertical-line {
		border-top: none;
		border-left: 2px dashed #ece058 ! important;
	}
	.ctitle {
		/*width: 80%; margin: 0 auto; margin-bottom: 30px;*/
	}
}

@media (min-width: 992px) {
	.circle {
		width: 500px;
		height: 500px;
	}
	.alacartehead {
		font-size: 32px;
	}
	.alacartetext {
		font-size: 20px;
	}
	.dotted-vertical-line {
		/*border-left:none; border-top: 2px dashed #ece058;*/
	}
}

@media (min-width: 1200px) {
	.circle {
		width: 500px;
		height: 500px;
	}
	.alacartehead {
		font-size: 34px;
	}
	.alacartetext {
		font-size: 22px;
	}
	.dotted-vertical-line {
		/*border-top:none !important;
		border-left: 2px dashed #ece058;*/
	}
}

.clients .col {
	position: relative;
	overflow: hidden;
}

.client img {
	max-width: 100%;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.client.clicked.top img {
	border: 4px solid #ece058;
	border-bottom: 1px solid #ece058;
	;
}

.client.clicked.bottom img {
	border: 4px solid #ece058;
	border-top: 1px solid #ece058;
	;
}

.client img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.clientsays {
	background-color: #ece058;
}

.triangledown {
	width: 0;
	position: absolute;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #ece058 transparent;
	bottom: 0px;
	left: 40%;
	z-index: 100;
}

.triangletop {
	width: 0;
	position: absolute;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #ece058;
	top: 0px;
	left: 40%;
	z-index: 100;
}

.clientsaysrow {
	padding: 50px 0;
}

.clientname {
	padding-bottom: 5px;
	border-bottom: 2px solid #234876;
}

.borderedcircle {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	border: 2px solid #ece058;
	margin: 20px;
}

.borderlesscircle {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	border: 0px solid #ffffff;
}

.borderedcircle>div {
	margin: -10px;
}

/** Events **/

.event {
	margin-top: 55px;
	margin-bottom: 45px;
}

.moreevents>a {
	text-decoration: none;
	color: #000000;
}

.mb-0 a {
	text-decoration: none;
	color: #000000;
}

.event-selector:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	color: #000000;
}

.lastevntli {
	margin-top: 15px;
}

.newsletter {
	background-color: #F2F2F2;
	/* background-color: var(--yellow); */
	padding: 50px 0;
}

.nlinput {
	margin: 30px 0;
	background-color: #cccccc;
	color: #4d4d4d;
}

/** Accounting **/

.friends {
	min-height: 100px;
}

.friends .nav-item {
	margin-right: 5px;
}

.friends a.nav-link {
	border-bottom: 2px solid #FFFFFF;
	color: rgba(0, 0, 0, .9);
}

.friends a.nav-link.active {
	font-weight: 500;
	border-bottom: 2px solid #e2f0e1;
}

.friends a.nav-link:hover {
	border-bottom: 2px solid #e2f0e1;
}

.friend {
	padding: 30px;
}

.friend:hover {
	border-radius: 28px;
	background-color: #f2f2f2;
}

.firendinfo {
	margin-top: 10px;
	width: 100%;
}

.friendtext {
	padding-top: 55px;
	max-width: 1000px;
}

/** Job Inquire **/

.jobinquiretitle {
	margin-top: 65px
}

.rectangle {
	width: 80%;
	margin: 0 auto;
	border-radius: 120px;
	border: 2px solid #ece058;
	margin-bottom: 140px;
}

.dotted-yellow-border {
	border-bottom: 2px dashed #ece058;
	margin: 2px;
}

.content-top {
	padding: 80px 0px;
}

.ctitle {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.clist {
	list-style-type: none;
	line-height: 32px;
	padding: 0px;
}

.content-mid {
	padding: 100px 0px;
}

.dotted-vertical-line {
	border-left: 2px dashed #ece058;
}

/** boutique **/

.fadded-box-large {
	background: #ffffff;
	/*width: 860px;*/
	height: 685px;
	border: 0px solid #f2f2f2;
}

.small-box-lite {
	background: #f2f2f2;
	width: 120px;
	height: 250px;
}

.small-box-dark {
	background: #e6e6e6;
	width: 120px;
	height: 250px;
}

/** contactus **/

.contactus-newsletter {
	background-color: #ffffff;
	padding: 50px 0;
}

.gmapl {
	width: 100%;
	height: 450px
}

/** About Us**/

.whoweare {
	padding-top: 65px;
}

.whoweare-info h6 {
	color: #234876;
}

.aboutushead {
	padding-top: 35px;
}

.aboutusheader-width {
	max-width: 710px;
}

.aboutusinfo {
	margin-top: 10px;
	/*width: 505px;*/
	line-height: 30px;
}

.row-eq-padding {
	padding-top: 65px;
}

/** careers **/

.positionstext {
	padding-top: 35px;
	max-width: 800px;
}

.line-car {
	border-bottom: 2px solid #234876;
	width: 90%;
	padding-top: 20px;
}

.current-openings {
	min-height: 750px;
}

.cardhead {
	background-color: #ffffff;
	border-bottom: 0px;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	/* Styles */
	.clientdiv {
		border-left: 0px solid #234876;
	}
}

@media only screen and (max-width: 768px) {
	.jic h4.ph {
		font-size: 32px;
	}
	.jic h5.em {
		font-size: 24px;
	}
	.event-card .card-img-box {
		max-width: 100%;
	}
}

.bgimage h5, .careersbgimage h5 {
	color: white;
	font-size: 34px;
	font-weight: 300;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.team-member {
	background-color: #F2F2F2;
	padding: 50px 0;
	height: 90%;
}

.members .col {
	position: relative;
	overflow: hidden;
}

.member img {
	text-align: center;
	border: 4px solid transparent;
}

.member.clicked.top img {
	border: 4px solid #ece058;
}

.member.clicked.bottom img {
	border: 4px solid #ece058;
}

.imageBox .imageInn {
	text-align: center;
}

.imageBox .hoverImg {
	text-align: center;
	display: none;
}

.imageBox:hover .imageInn {
	text-align: center;
	display: none;
}

.imageBox:hover .hoverImg {
	text-align: center;
	display: block;
}

.info-image {
	height: 60%;
}

.bgimage {
	width: 100%;
	height: auto;
	height: 250px;
	background: url('./../assets/images/team-new/hero.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
}

.bgimagecommunity {
	width: 100%;
	height: 750px;
	background: url('./../assets/images/community/header.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
	margin: auto;
}

.careersbgimage {
	width: 100%;
	height: auto;
	height: 350px;
	background: url('./../assets/images/careers.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
}

.team-text {
	max-width: 350px;
	background: rgba(0, 0, 0, 0.4);
	padding: 40px;
}

.perkstext {
	max-width: 380px;
	text-align: center;
	margin: auto;
}

/** Small devices (landscape phones, 576px and up) **/

@media (min-width: 576px) {
	.bgimage {
		height: 500px;
	}
	.careersbgimage {
		height: 500px;
	}
	.bgimagecommunity {
		height: 500px;
	}
	.communityhead {
		padding: 10%;
		margin-left: 5%;
	}
}

/** Medium devices (tablets, 768px and up) **/

@media (min-width: 768px) {
	.bgimage {
		height: 600px;
	}
	.careersbgimage {
		height: 600px;
	}
	.bgimagecommunity {
		height: 600px;
	}
	.communityhead {
		padding-top: 10%;
		margin-left: 5%;
	}
}

/** Large devices (desktops, 992px and up) **/

@media (min-width: 992px) {
	.bgimage {
		height: 700px;
	}
	.careersbgimage {
		height: 700px;
	}
	.bgimagecommunity {
		height: 700px;
	}
	.communityhead {
		padding-top: 10%;
		margin-left: 15%;
	}
}

/** Extra large devices (large desktops, 1200px and up) **/

@media (min-width: 1200px) {
	.bgimage {
		height: 900px;
	}
	.careersbgimage {
		height: 900px;
	}
	.bgimagecommunity {
		height: 800px;
	}
	.communityhead {
		padding-top: 10%;
		margin-left: 25%;
	}
}

.communityhead {
	padding: 10%;
	margin-left: 5%;
	line-height: 1.3;
}

.light-gray {
	background-color: #F2F2F2;
}

hr.divider {
	border-top: 2px solid #234876;
	max-width: 100px;
}

/* start share / QR code page */

.full-share {
	padding: 30px 0 70px 0;
}

.full-share .box {
	position: relative;
	margin-top: 100px;
	padding: 80px 50px 30px 50px;
	margin-bottom: 15px;
}

.full-share .box-logo {
	position: absolute;
	border-radius: 50%;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	border: 5px solid #fff;
}

.full-share .link-ul {
	list-style: none;
}

.full-share .link-ul li {
	display: block;
	margin: 0 0 15px 0;
}

.full-share .link-ul li a {
	background: #234876;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in;
}

.full-share .link-ul li a:hover {
	opacity: 0.5;
}

/* responsive */

@media (max-width: 991.98px) {
	.full-share .box {
		padding: 80px 15px 20px 15px;
	}
}

/* end share / QR code page */