body {
	font-family: 'Titillium Web', sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Web', sans-serif;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	margin-bottom: 1.2rem;
}

h1, .h1 {
	font-weight: normal;
	font-style: normal;
}

h2, .h2 {
	font-size: 48px;
}

h3, .h3 {
	font-size: 25px;
}

h4, .h4 {
	font-size: 1.7rem;
}

h5, .h5 {
	font-size: 1.1rem;
}

ol, ul {
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #4a4a4a;
	font-weight: 300;
	font-style: normal;
}

.img-full {
	width: 100%;
}

.fa, .fal, .far, .fas {
	font-family: 'Font Awesome\ 5 Free';
}

strong {
	font-weight: 600;
}

a {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	color: #fc363b;
	outline: none;
}

a:hover, a:focus {
	color: #00b9ba;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ========================================
   Color CSS
   ======================================== */

.red_bg {
	background-color: #fc363b;
}

.gray_bg {
	background-color: #f3f3f3;
}

.black_bg {
	background-color: #4a5054;
}

/* ========================================
   Button CSS
   ======================================== */

.btn {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	font-style: normal;
	background: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-box-border-radius: 25px;
	-o-border-radius: 25px;
	border: 2px solid;
	text-transform: capitalize;
	margin: 0;
	padding: 14px 24px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	white-space: normal;
	word-wrap: break-word;
}

.btn:focus, .btn.focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-white {
	border-color: #ffffff;
	color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
	border-color: #4a5054;
	color: #ffffff;
	background-color: #4a5054;
}

.btn-red {
	border-color: #fc363b;
	color: #fc363b;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
	border-color: #fc363b;
	color: #ffffff;
	background-color: #fc363b;
}

.btn-small {
	min-width: 110px;
}

.btn-medium {
	min-width: 220px;
}

.btn-large {
	min-width: 300px;
}

.form-control {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #9b9b9b;
	border-radius: 0;
	border-color: #979797;
}

input.form-control {
	height: 60px;
}

.form-group {
	margin-bottom: 2rem;
}

.error {
	color: #fc363b;
	margin-bottom: 0;
	padding-top: 5px;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: calc(100vh - 64px);
}

.overlay {
	background-image: radial-gradient(circle at 31% 19%, rgba(0, 0, 0, 0), #000000);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.logo {
	margin-bottom: 15px;
}

.full-height {
	height: 100vh;
}

.banner-content {
	min-height: 750px;
	max-width: 780px;
	margin: auto;
	display: flex;
}

.banner-content h1 {
	color: #ffffff;
	font-size: 64px;
	line-height: 1.23;
	text-align: center;
	font-weight: 300;
	margin-bottom: 25px;
}

.banner-content p {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}

.call-to-action {
	text-align: right;
}

.call-to-action.sticky {
	left: 0;
	right: 0;
	z-index: 1;
	box-shadow: 0 2px 2px 0 rgba(145, 145, 145, 0.5);
}

.call-to-action p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}

.call-to-action p strong {
	margin-right: 5px;
}

.call-to-action .btn {
	font-size: 14px;
	padding: 5px 25px;
	margin-left: 10px;
	max-width: 150px;
}

.call-to-action .btn-white:hover, .call-to-action .btn-white:focus {
	border-color: #ffffff;
	color: #fc363b;
	background-color: #ffffff;
}

.grow-buisness-wrap {
	padding: 140px 0 80px;
}

.grow-buisness-wrap .even-block {
	width: 52%;
	background-color: #ffffff;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
	float: right;
}

.grow-buisness-wrap .even-block .even-block-content {
	padding: 60px 40px;
	max-width: 595px;
	height: 100%;
}

.grow-buisness-wrap .odd-block {
	width: 48%;
	padding: 5% 50px 0 15px;
	float: left;
}

.grow-buisness-wrap .odd-block .grow-buisness {
	max-width: 465px;
	float: right;
}

.buisness-info .media .media-body h5 {
	font-weight: 700;
}

.buisness-info .media img {
	margin-right: 1.5rem;
}

.websites-wrap {
	padding: 60px 0px;
}

.website-box {
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), -1px 1px 16px 0 rgba(0, 0, 0, 0.11);
	padding: 58px;
	text-align: center;
}

.info-box {
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), -1px 1px 16px 0 rgba(0, 0, 0, 0.11);
}

.info-box-text {
	padding: 30px;
}

.info-box-text h3 {
	font-weight: 600;
	/*min-height: 60px;*/
	overflow: hidden;
	margin-bottom: 15px;
}

.info-box-text h3 span {
	font-weight: 400;
	display: block;
}

.locations-wrap {
	padding: 60px 0px;
}

.location-image {
	overflow: hidden;
}

.location-image img {
	transition: all .5s ease 0s;
}

.location-image:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.location-info {
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 20px;
	text-align: center;
}

.location-info h3 {
	font-weight: 700;
}

.company-logos {
	padding: 60px 0px 80px;
}

.company-logos h3 {
	font-weight: 700;
	color: #9b9b9b;
}

.client-list ul li {
	float: left;
	width: calc(100%/4);
	display: inline-block;
	border-right: 1px solid #e3e4e5;
	border-bottom: 1px solid #e3e4e5;
}

/*.client-list ul li:nth-child(4), .client-list ul li:nth-child(8), .client-list ul li:nth-child(12), .client-list ul li:nth-child(16){
	border-right: 0px;
}*/

.client-list ul li:nth-child(4n) {
	border-right: 0px;
}

.client-list ul li:nth-child(13), .client-list ul li:nth-child(14), .client-list ul li:nth-child(15), .client-list ul li:nth-child(16) {
	border-bottom: 0px;
}

.contactus {
	padding: 60px 0px;
}

.contactus .contactus-top h3 {
	color: #fc363b;
	font-size: 48px;
}

.contactus .contactus-top h4 {
	font-size: 36px;
	font-weight: 700;
}

footer {
	padding: 60px 0px;
}

.copy-right {
	color: #9b9b9b;
	font-size: 16px;
	font-weight: 300;
}

.social-icons {
	text-align: right;
}

.social-icons a {
	color: #ffffff;
	margin-left: 30px;
	font-size: 16px;
}

.modal-content {
	border-radius: 0px;
}

.modal-title {
	color: #ffffff;
	font-weight: 600;
}

.modal-header {
	border-radius: 0px;
}

.modal-header .close {
	color: #ffffff;
	opacity: 1;
}

.thankyou-page .banner {
	min-height: initial;
}

.thankyou-page .banner .banner-content {
	max-width: 880px;
	min-height: initial;
	padding: 60px 0;
}

/* ========================================
   Start Media CSS for Responsive
   ======================================== */

@media (min-width: 992px) {}

@media (min-height: 768px) and (max-width: 991px) {}

@media (min-height: 768px) {}

@media (min-width: 576px) {}

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

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

@media (max-width: 991px) {
	.grow-buisness-wrap {
		padding: 140px 15px 80px 15px;
		max-width: 720px;
		margin: auto;
	}
	.grow-buisness-wrap .odd-block {
		width: 100%;
		padding: 0;
	}
	.grow-buisness-wrap .odd-block .grow-buisness {
		max-width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.grow-buisness-wrap .even-block {
		width: 100%;
	}
	.grow-buisness-wrap .even-block .even-block-content {
		max-width: 100%;
	}
	.copy-right {
		text-align: center;
		margin-bottom: 20px;
	}
	.social-icons {
		text-align: center;
	}
	.social-icons a {
		margin: 0 15px;
	}
	.info-box-text h3 {
		min-height: initial;
	}
}

@media only screen and (max-device-width: 823px) and (orientation: landscape) {
	.banner-wrap.full-height {
		height: auto;
	}
}

@media (max-width: 767px) {
	.logo {
		text-align: center;
	}
	.banner-content h1 {
		font-size: 36px;
	}
	.call-to-action {
		text-align: center;
	}
	.banner-wrap.full-height {
		height: auto;
	}
	.grow-buisness {
		text-align: center;
	}
	.website-box {
		padding: 40px;
	}
	.client-list ul li {
		width: calc(100%/2);
	}
	/*.client-list ul li:nth-child(2), .client-list ul li:nth-child(6), .client-list ul li:nth-child(10), .client-list ul li:nth-child(14){
		border-right: 0px;
	}*/
	.client-list ul li:nth-child(2n) {
		border-right: 0px;
	}
	.client-list ul li:nth-child(13), .client-list ul li:nth-child(14) {
		border-bottom: 1px solid #e3e4e5;
	}
	.send-msg {
		text-align: center;
	}
	input.form-control {
		height: 50px;
	}
	.form-group {
		margin-bottom: 1rem;
	}
}

@media (max-width: 576px) {
	.grow-buisness-wrap {
		max-width: 540px;
		margin: auto;
	}
	.title h2 {
		font-size: 32px;
	}
	.btn-small {
		min-width: initial;
	}
	.btn-medium {
		min-width: initial;
	}
	.btn-large {
		min-width: initial;
	}
	.contactus .contactus-top h3 {
		font-size: 32px;
	}
}

@media only screen and (max-device-width: 576px) and (orientation: portrait) {
	.banner-content {
		min-height: 535px;
	}
}

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
	.call-to-action .btn {
		margin-top: 15px;
	}
	.banner {
		min-height: calc(100vh - 98px);
	}
}

@media (max-width: 480px) {
	.banner-content h1 {
		font-size: 28px;
	}
	.banner-content p {
		font-size: 20px;
	}
	.call-to-action .btn {
		display: inline-block;
	}
	.buisness-info .media {
		display: block;
		text-align: center;
	}
	.buisness-info .media img {
		margin: 0 0 20px;
	}
	.send-msg .btn {
		min-width: 220px;
	}
}

@media (max-width: 320px) {
	.banner-content {
		padding-top: 15px;
		min-height: 380px;
	}
}

.cms-content .sub-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 32px;
}

.cms-content .child-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.cms-content .list-title {
	font-weight: 600;
	margin-bottom: 10px;
	display: block
}

.cms-content .text-description {
	margin-bottom: 20px
}

.bold-title {
	font-weight: 600
}

.text-underline {
	text-decoration: underline
}

.list-style {
	margin: 10px 0;
	padding-left: 20px !important;
}

.list-style li {
	padding: 4px 0
}

.text-reset{
	color: inherit;
}