/* CUSTOM IDD CSS */
#header {
    background: #ffffff;
}
.isStuck {
    background: #ffffff;
}
#footer {
    background: #ffffff;
}
.sf-menu a {
    color: #000000;
}
.grey-bg {
    background: #f9f9f9;
}
.toTop,
.btn-primary {
	color: white;
	background: #C42B27;
    border: none;
}
.active a {
	color: #C42B27 !important;
	font-weight: bold;
}
.toTop:hover {
	color: white;
	background: #6c1613;
}
body {
    /* font-family:Arial, Helvetica, sans-serif;
    font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
.back-btn {
	color: white;
	background: #C42B27;
	padding: 8px 16px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 10px;
	transition-duration: .5s;
	text-decoration: none;
}
.back-btn:hover {
	color: white;
	background: #6c1613;
	transition-duration: .5s;
	text-decoration: none;
}
.w-90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.lheight-big {
	line-height: 1.9rem;
}
.sf-menu a:hover {
	color: #6c1613;
}
/* .rgb-red {
 	color: #C42B27;
}
.rgb-green {
	color: #34A853;
}
.rgb-blue {
 	color: #3E77B5;
}
.rgb-red:hover {
	color: #c2392c;
}
.rgb-green:hover {
   color: #237238;
}
.rgb-blue:hover {
	color: #274a70;
}
.rgb-red-bg {
	color: white;
	background-color: #C42B27;
}
.rgb-green-bg {
	color: white;
   background-color: #34A853;
}
.rgb-blue-bg {
	color: white;
	background-color: #3E77B5;
}
.rgb-red-bg:hover {
   background-color: #C42B27;
}
.rgb-green-bg:hover {
  background-color: #237238;
}
.rgb-blue-bg:hover {
   background-color: #274a70;
} */
#brandLogo {
	max-width: 180px;
	margin: 10px 0px;
}
.main-heading {
	/* margin: 10px auto; */
	/* width: 100%; */
	display: flex; justify-content: center; align-items: center;
}
.main-heading-logo {
	max-width: 70px;
	margin-left: 10px;
}
.rd-mobilepanel_title {
	text-align: center;
}

.isStuck #brandLogo {
	margin-top: 0;
}
.link {
	color: #C42B27;
	text-decoration: none;
	font-weight: bolder;
}
.link:hover {
	color: #6c1613;
	text-decoration: none;
}
/* .link:visited {
	color: #f4b4b9;
	text-decoration: none;
} */
.contact-list {
	font-size: 30px;
	line-height: 45px;
}
#header,
.isStuck {
	padding-top: 20px;
	padding-bottom: 20px;
}

.isStuck {
	border-bottom: 0px;
	box-shadow: rgba(50, 50, 93, 0.1) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
}
.light-gray-bg {
	background: #f4f4f9;
}

.margin-auto {
	margin: auto;
}
.text-align-center {
	text-align: center;
}
.flex-col-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.percentage-center-80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.percentage-center-90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.percentage-center-96 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.footer-padding-100 {
	padding-bottom: 100px;
}
.footer-padding-250 {
	padding-bottom: 250px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mt-5 {
	margin-top: 5px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mt-100 {
	margin-top: 100px;
}
.horizontal-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-black{
    color: black;
}
.allow-list-style ul {
	list-style-type: disc;
}
.allow-list-style ul {
    padding-left: 30px;
}
    /* margin-top: 107px; */
.allow-list-style  h2 + * {
	margin-top: 0px ;
}

.allow-list-style  .mrg-top-20 {
	margin-top: 20px ;
}

video#backgroundvid { 
	width: 100%;
}
.video-sec.well-md-2 {
    padding-bottom: 30px;
}

.service-icon-sec img {
	height: 92px;
}
.camera_pag {
    display: none !important;
}

.wcu-left {
	padding-left: 6%; padding-right: 3%;
}

.wcu-right {
	padding-left: 3%; padding-right: 6%;
}
.card {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
	box-shadow: rgba(112, 117, 121, 0.3) 0px 8px 24px;
    border-radius: .25rem;
	/* width: 85%; */
	/* padding: 1.25rem; */
}
.services-card  p {
	font-size: 19px;
}
.card-img-top {
	width: 100%;
    border-radius: 35px;
	padding: 2rem;
	padding-bottom: 1.5rem;
}
.card-body {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.card-text, .card-link-container, .card-read-more {
	padding: 1.75rem;
}
.card-text {
    text-align: center;
}
.card-text h4 {
	font-size: 28px;
	margin-bottom: 10px;
}
.card-text-team, .card-text-services {
	/* text-align: justify; */
}
.card-text-team {
	padding: 0rem 1.75rem .25rem 1.75rem;
	margin-top: 8px;
	/* letter-spacing: .04em; */
  	/* word-spacing: .04em; */
	line-height: 1.4em;
}
.card-text-team:last-of-type {
	margin-bottom: 1.75rem;
}
.text-adjust-sm {
	/* letter-spacing: .04em;
  	word-spacing: .05em; */
	line-height: 1.6em;
	font-size: 1.02em;
}
.text-adjust-lg {
	letter-spacing: .03em;
  	word-spacing: .03em;
	line-height: 1.4em;
	font-size: .97em;
}
.swap-row {
	display: flex;
	width: 100%;
}

.swap-row:nth-child( even ) {
	flex-direction: row;
}

.swap-row:nth-child( odd ) {
	flex-direction: row-reverse;
}

h2 + .med{ margin-top:40px; }

.med { font-size:20px; line-height:30px; }

.x-big { font-size:22px; line-height:30px; }

.sub-heading {
	font-size: 45px;
}

.about-list li {
	margin-bottom: 10px;
}

h2.heading {
	font-size: 70px; 
	padding-bottom: 23px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #cccccc;
}

.team-card,
.services-card {
	width: 90%; margin: auto;
}
.team-card {
	transition-duration: .3s;
	font-weight: bold;
}
.team-card:hover {
	background: #6c1613 !important;
	color: white !important;
	transition-duration: .3s;
	/* font-weight: bold !important; */
	transform: scale(1.02);
}
.card-vert {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: baseline;
	padding: 10px 0 20px 0;
}


.about-img {
	height: 85% !important;
	width: auto;
}
.brand-logo-footer {
	max-width: 200px;
}
.mrc-proud-partner {
	width: 140px;
}
.contact-info {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	margin-left: 15%;
	font-size: 1.25rem;
	margin-top: 5px;
	font-weight: bold;
}
.contact-info p {
	margin-left: 10px;
}
.contact-info i {
	margin-right: 4px;
}
.copy {
	width: 100%;
	text-align: center;
}
.center-col {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1750px) {
	h2.heading {
		font-size: 60px; 
		padding-bottom: 23px;
	}
	.med{ font-size:19px; line-height:29px; }
}

@media screen and (max-width: 1600px) {
	/* h2.heading {
		font-size: 45px; 
		padding-bottom: 23px;
	} */
	.med{ font-size:18px; line-height:28px; }
}

@media screen and (max-width: 1500px) {

	.med{ font-size:17px; line-height:27px; }

	.pb-20-md {
		padding-bottom: 20px;
	}
	.pt-20-md {
		padding-top: 20px;
	}
	.pb-40-md {
		padding-bottom: 40px;
	}
	.pt-40-md {
		padding-top: 40px;
	}
	.mb-20-md {
		margin-bottom: 20px;
	}
	.mt-20-md {
		margin-top: 20px;
	}
	.mb-40-md {
		margin-bottom: 40px;
	}
	.mt-40-md {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1450px) and (min-width:1200px) {
	.card-img-top {
		padding: 1.25rem 1.25rem .25rem 1.25rem;
	}

	.card-text, .card-link-container, .card-read-more {
		padding: 1.25rem;
	}
}

@media screen and (max-width: 1200px) {

	.med{ font-size:16px; line-height:26px; }

	.swap-row:nth-child( even ),
	.swap-row:nth-child( odd ) {
		flex-direction: column;
	}
	.company-info p,
	.company-info h4 {
		text-align: center;
	}
	.company-info h4 {
		margin-bottom: 10px;
	}
	.company-info p {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 19px;
	}
	.circle {
		max-width: 350px;
	}

	.team-card {
		margin-bottom: 20px !important;
	}
	.wcu-left,
	.wcu-right {
		padding-left: 2%; padding-right: 2%;
	}

}


@media screen and (max-width: 1000px) {
	.sub-heading {
		font-size: 35px;
	}
	.pb-20-sm {
		padding-bottom: 20px;
	}
	.pt-20-sm {
		padding-top: 20px;
	}
	.pb-40-sm {
		padding-bottom: 40px;
	}
	.pt-40-sm {
		padding-top: 40px;
	}
	.mb-20-sm {
		margin-bottom: 20px;
	}
	.mt-20-sm {
		margin-top: 20px;
	}
	.mb-40-sm {
		margin-bottom: 40px;
	}
	.mt-40-sm {
		margin-top: 40px;
	}

	h2.heading {
		font-size: 50px; 
		padding-bottom: 23px;
	}
	.contact-list {
		font-size: 25px;
		line-height: 40px;
	}
	.brand-logo-footer {
		max-width: 170px;
	}
	.mrc-proud-partner {
		width: 100px;
	}
	.contact-info {
		margin-left: 0;
	}
}

@media screen and (max-width: 980px) {
	#brandLogo {
		max-width: 300px;
	}
}

@media screen and (max-width: 770px) {
	.brand-logo-footer {
		display: none;
	}
	.mrc-proud-partner {
		width: 100px;
		margin-top: 10px;
	}
	.contact-info {
		justify-content: center;
	}
	.contact-info p {
		width: auto;
	}
	.copy {
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	footer{padding-top:30px;padding-bottom:30px;}
	.rd-mobilepanel_title {
		font-size: 17px;
		font-weight: bold;
		margin-left: 10px;
	}
	h2.heading {
		font-size: 35px; 
		padding-bottom: 15px;
	}
	.contact-list {
		font-size: 18px;
		line-height: 33px;
	}
	.color-splat {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.percentage-center-96,
	.percentage-center-90,
	.percentage-center-80 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 500px) {

	h2.heading {
		font-size: 30px; 
		padding-bottom: 10px;
	}
	.med {
		font-size: 14px;
		line-height: 26px;
	}
}