@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	padding: 0px !important;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.logo {
	padding: 24px 0px 20px;
}
#headerBanner {
	background-image: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(246,252,255,1) 100%);
}
header {
	margin-bottom: -30px;
}
.bannerTitle {
	font-weight: 700;
	font-size: 64px;
	color: #1d293f;
	line-height: 80px;
}
.bannerText {
	color: #6d7177;
	font-size: 20px;
	margin: 2px 0px 30px;
}
.bannerBtn {
	font-weight: 600;
	font-size: 16px;
	color: #feffff;
	background-color: #257cff;
	border-radius: 5px;
	padding: 4px;
	width: 204px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	border: 1px solid #257cff;
}
.bannerBtn:hover {
	color: #257cff;
	background-color: #feffff;
	border: 1px solid #257cff;
	transition: 0.2s;
}
.bannerCol {
	align-self: center;
}
.bannerImg {
	text-align: right;
}
.ourRatingNo {
	font-weight: 700;
	font-size: 82px;
	color: #1d293f;
	text-align: center;
}
.ourRatingTitle {
	font-weight: 600;
	font-size: 24px;
	color: #1d293f;
}
.ourRatingReview {
	font-size: 20px;
	color: #2591ff;
	text-decoration: none;
}
.ourRatingReview:hover {
	color: #2591ff;
}
.ourRatingBoard {
	text-align: center;
	padding: 5px 0px 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    0px 0px 15px 10px rgba(0, 0, 0, 0.08);
	box-shadow:         0px 0px 15px 10px rgba(0, 0, 0, 0.08);
}
.ourRatingStar {
	margin: 12px 0px 15px;
}
.ourRatingLeft {
	width: 295px;
}
.ourRatingRight {
	width: calc(100% - 295px);
	padding-left: 60px;
}
.ourRatingRightTitle {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.ourRatingRightTitle span {
	font-size: 34px;
	font-weight: 700;
}
.ourRatingAll {
	display: flex;
	align-items: center;
	padding: 20px 0px 40px;
}
.ourWork {
	text-align: center;
}
.ourWork img {
	width: 75%;
}
.developmentTitle {
	font-size: 48px;
	color: #1d293f;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
}
.developmentText {
	text-align: center;
	margin: 20px 0px 60px;
}
.developmentAllTitle {
	font-weight: 700;
	font-size: 20px;
	color: #1d293f;
	margin-bottom: 6px;
}
.developmentAllText {
	font-size: 26px;
	color: #6d7177;
}
.developmentAll {
	display: flex;
	background-color: #f5f4f4;
	padding: 30px 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 10px 6px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 10px 6px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
}
.developmentLeftimg img {
	width: 55px;
	height: auto;
}
.developmentAllLeft {
	width: 80px;
}
.developmentAllRight {
	width: calc(100% - 80px);
	height: 186px;
}
.recommendedTitle {
	font-size: 48px;
	color: #1d293f;
	font-weight: 700;
	text-align: center;
}
#recommended {
	padding: 45px 0px 60px;
}
#recommended .bannerText {
	width: 40%;
	margin: 6px auto 45px;
	text-align: center;
}
#recommended .recommendedCmd .bannerText {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 30px;
	text-align: left;
	height: 200px;
}
.recommendedCmdTitle {
	font-weight: 700;
	color: #6d7177;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	border-top: 1px solid #efefef;
	padding-top: 16px;
}
.recommendedCmd {
	margin-bottom: 30px;
	padding: 60px 65px 75px;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 10px 6px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 10px 6px rgba(0, 0, 0, 0.07);
}
.recommendedCmdTitle img {

}
.userCmdImg img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
}
.userCmdQt {
	text-align: right;
	padding: 0px 30px;
}
.userCmdQt img {
	width: 42px;
}
.userCmdAll {
	border: 1px solid #e8e8ea;
	margin-right: -1px;
	padding: 30px 0px 40px;
}
.userName {
	font-weight: 700;
	font-size: 20px;
	color: #1d293f;
}
.userDeg {
	color: #6d7177;
	font-size: 16px;
	margin-top: -2px;
}
#userCmd .userCmdRow {
	margin: 0px;
}
#userCmd .userCmdRow .userCmdCol {
	padding: 0px;
}
.userCmdOnly {
	padding: 15px 40px 0px;
}
.userCmdOnly .bannerText {
	margin: 30px 0px;
	height: 150px;
}
#businessAdvice .businessAdviceAll {
	background-color: #257cff;
	padding: 50px 30px 80px;
	-webkit-box-shadow: 30px -30px 0px 0px rgb(25, 47, 72);
	-moz-box-shadow:    30px -30px 0px 0px rgb(25, 47, 72);
	box-shadow:         30px -30px 0px 0px rgb(25, 47, 72);
	/* margin-right: 30px; */
}
.businessAdviceText {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.businessAdviceTitle {
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 44px;
	line-height: 56px;
	margin: 10px auto 14px;
	width: 75%;
}
#businessAdvice .businessAdviceAll .bannerBtn {
	border-color: #fff;
}
#businessAdvice .businessAdviceAll .bannerBtn:hover {
	background-color: #fff;
	color: #257cff;
}
.businessAdviceAll .bannerText {
	color: #fff;
	text-align: center;
	margin: 0px 0px 55px;
}
#businessAdvice {
	padding-top: 90px;
}
.footerAll .footerLink {
	font-weight: 700;
	font-size: 20px;
	color: #1d293f;
	text-decoration: none;
}
.footerAll {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerIcon {
	margin-right: 15px;
}
.footerMain {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 14px 8px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 14px 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 14px 8px rgba(0, 0, 0, 0.07);
	width: 88%;
	margin: -30px auto 0px;
	padding: 24px 0px;
	background: #fff;
}
#bookingPopup .modal-dialog {
	max-width: 750px;
}
#bookingPopup .modal-content {
	border-radius: 8px;
	overflow: hidden;
}
.popupImg {
	background: url("../img/popupImg.png") no-repeat center bottom;
	background-size: cover;
	height: 100%;
}
.bookingPopupTitle {
	font-weight: 700;
	color: #1a2539;
	font-size: 28px;
	padding-bottom: 6px;
}
.bookingForm {
	border-top: 1px solid #e2e2e2;
}
.bookingForm .form-control {
	border: none;
	border-bottom: 1px solid #257cff;
	border-radius: 0px;
	padding: 4px 0px 2px;
}
.bookingForm label {
	color: #257cff;
	font-size: 16px;
}
.bookingForm .form-control::placeholder {
	font-weight: 400;
	color: #1d293f;
	opacity: 0.5;
}
.bookingForm .form-group {
	padding-top: 20px;
}
.popupForm {
	padding: 20px 30px 30px 0px;
}
.btnSubmit {
	width: 100%;
	background: linear-gradient(153deg, rgba(37,124,255,1) 20%, rgba(26,37,57,1) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	transition: 0.2s;
}
.btnSubmit:hover {
	background: linear-gradient(153deg,  rgba(26,37,57,1) 20%, rgba(37,124,255,1) 100%);
	color: #fff;
	transition: 0.2s;
}
#bookingPopup .btn-close {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 4px;
	height: 4px;
}
.footerBottomText,
.footerBottomText a {
	font-size: 16px;
	color: #6d7177;
	text-decoration: none;
}
.footerBottomRight ul li {
	display: inline-block;
	margin: 0px 5px;
}
.footerBottomRight,
.footerBottomLeft {
	text-align: center;
}
#footerBottom {
	padding: 25px 0px;
}











@media (min-width:1200px) {
	.container {
	    /* max-width: 1170px; */
	}
}

@media (max-width:1199px) {
	.bannerTitle {
		font-size: 58px;
		line-height: 68px;
	}
	.ourRatingRightTitle {
		font-size: 24px;
	}
	.ourRatingRightTitle span {
		font-size: 30px;
	}
	.ourWork img {
		width: 80%;
	}
	.developmentTitle {
		font-size: 42px;
		line-height: 54px;
	}
	.developmentAllRight {
		height: 276px;
	}
	#recommended .bannerText {
		width: 48%;
	}
	#recommended .recommendedCmd .bannerText {
		height: 230px;
	}
	.userCmdOnly .bannerText {
		height: 180px;
	}
	.businessAdviceTitle {
		width: 85%;
	}
}

@media (max-width:991px) {
	header {
		margin-bottom: -15px;
	}
	.bannerTitle {
		font-size: 42px;
		line-height: 50px;
	}
	.bannerText {
		font-size: 18px;
	}
	.ourRatingNo {
		font-size: 62px;
	}
	.ourRatingStar {
		margin: 8px 0px 12px;
	}
	.ourRatingTitle {
		font-size: 20px;
	}
	.ourRatingReview {
		font-size: 18px;
	}
	.ourRatingLeft {
		width: 252px;
	}
	.ourRatingRight {
		width: calc(100% - 252px);
	}
	.ourWork img {
		width: 100%;
	}
	.developmentTitle {
		font-size: 31px;
		line-height: 42px;
	}
	.developmentAllRight {
		height: auto;
	}
	.recommendedTitle {
		font-size: 42px;
	}
	#recommended .bannerText {
		width: 58%;
	}
	#recommended .recommendedCmd .bannerText {
		height: 293px;
	}
	.userCmdOnly .bannerText {
		height: 216px;
	}
	.businessAdviceTitle {
		font-size: 37px;
		line-height: 50px;
		width: 100%;
	}
	.footerBottomRight ul li {
		margin: 0px 4px;
	}
}

@media (max-width:767px) {
	.bannerImg {
		display: none;
	}
	header {
		margin-bottom: 30px;
	}
	.ourRatingAll {
		display: block;
	}
	.ourRatingRight {
		width: 100%;
		padding: 30px;
	}
	#ourRating {
		padding-top: 30px;
	}
	#recommended .recommendedCmd .bannerText,
	.userCmdOnly .bannerText {
		height: auto;
	}
	.popupImg {
		display: none;
	}
	.popupForm {
		padding: 20px 30px 30px 30px;
	}
	#bookingPopup .modal-dialog {
		max-width: 450px;
	}
	.ourRatingLeft {
		margin: 0px auto;
	}
}

@media (max-width:575px) {
	#bookingPopup .modal-dialog {
		margin: 0px auto;
	}
}

@media (max-width:489px) {
	
}

@media(max-width:413px) {
	.bannerText {
		font-size: 16px;
	}
	#bookingPopup .modal-dialog {
		margin: .5rem;
	}
	.footerBottomText, .footerBottomText a {
		font-size: 14px;
	}
}