/*Background Colors*/
.bgcolor_1 {
	background-color: #002e5b;
}

.bgcolor_2 {
	background-color: #033463;
}

.bgcolor_3 {
	background-color: #f9f9f9;
}


/*Font colors*/
.color_white {
	color: #fff;
}

.color_black {
	color: #000;
}

.color_1 {
	color: #db2828
}

.color_2 {
	color: #102e75
}

.color_3 {
	color: #db2828;
}

/*Paddings*/
.padding_all_10 {
	padding: 10px;
}

.padding_all_25 {
	padding: 25px;
}

.padding_all_15 {
	padding: 15px;
}

.paddingright {
	padding-right: 50px;
}

.padding_bottom_5 {
	padding-bottom: 10px;
}

/*Site CSS*/
.textlink_top {
	color: #fff;
	background-color: #efae1e;
	padding: 10px;
	border-radius: 5px;
	font-size: 1rem;
}

.textlink_top:hover {
	color: #fff;
	background-color: #efae1e;
	text-decoration: none
}

.cpz {
	text-align: center;
	padding-top: 15%
}

.cpz h5 {
	color: #fff;
	font-size: 25px;
}

.cpz p {
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 35px;
}

.blockwhychoose {
	background-color: #102e75;
	cursor: pointer;
	min-height: 300px;
	font-size: 0.8rem;
	color: #fff;
}

.blockwhychoose p {
	color: #f2f2f2
}

.service_block {
	top: 35%;
	width: 95%;
	color: #FFF;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center
}

.service_block_main {
	overflow: hidden;
	background-color: #000;
}

.service_block_main img {
	transition: all 1s;
	opacity: 0.4;
}

.service_block_main img:hover {
	opacity: 0.7;
}

.service_blockz {
	top: 70%;
	width: 100%;
	text-align: center;
	color: #FFF
}

.service_block_mainz {
	overflow: hidden;
}

.service_block_mainz img {
	transition: all 1s;
}

.service_block_mainz img:hover {
	transform: scale(1.1);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.subscribebox {
	background-image: url(../images/get-offer-bg.jpg);
}

.overlayz1 {
	background-color: rgba(14, 14, 14, 0.9);
}

.formfld {
	height: 60px;
	border: 2px solid #000;
	padding: 10px;
	width: 85%
}

.formbtn {
	height: 60px;
	border: 2px solid #000;
	width: 15%;
	background-color: #15181c;
	color: #FFF;
}

.footerlinks a {
	display: block;
	color: #999;
	padding-bottom: 10px;
	transition: 0.2s all;
	font-size: 0.9rem;
}

.footerlinks a:hover {
	color: #db2828;
	text-decoration: none
}

.footerlinks h6 {
	padding-bottom: 15px;
}

.social_icon_bottom {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	border: 3px solid #db2828;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	margin: 3px;
	font-size: 20px;
	transition: all 1s;
}

.social_icon_bottom:hover {
	border: 1px solid #db2828;
	background-color: #db2828;
}

.social_icon_bottom a {
	color: #db2828;
	display: block;
	transition: all 1s;
}

.social_icon_bottom a:hover {
	color: #db2828;
	color: #FFF;
}

.job_block a {
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
	margin-bottom: 10px;
	transition: 0.5s all;
	display: block
}

.job_block a:hover {
	background-color: #FBFBFB;
}

.job_block a {
	color: inherit;
}

.job_block a:hover {
	text-decoration: none
}

.job_block p {
	margin-bottom: 10px;
}

marquee {
	height: 362px;
}

.bgaboutus {
	height: 250px;
	background-image: url(../images/about-us.png);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 250px !important;
}

.subpagebanner_2 {
	height: 180px;
	background-image: url(../images/subpagebanner_2.jpg);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 180px !important;
}

.subpagebanner_3 {
	height: 250px;
	background-image: url(../images/subpagebanner_3.jpg);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 250px !important;
}

.subpagebanner_4 {
	height: 250px;
	background-image: url(../images/subpagebanner_4.jpg);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 250px !important;
}

.subpagebanner_5 {
	height: 180px;
	background-image: url(../images/subpagebanner_5.jpg);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 180px !important;
}

.rp {
	height: 250px;
	background-image: url(../images/rp.jpg);
	background-size: cover;
	background-position: 50% 0%;
	line-height: 250px !important;
}

.subpageheading {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bgrow {
	background-image: url(../images/row-bgimage-3.png);
	background-repeat: no-repeat;
	background-position: center top
}

header {
	position: relative;
	background-color: black;
	height: auto;
	min-height: 30rem;
	width: 100%;
	overflow: hidden;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .container-fluid {
	position: relative;
	z-index: 2;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

.homeblock1 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: rgba(17, 47, 83, 0.9);
	padding: 20px;
	height: 100%;
	color: #fff;
}

.webbutton {
	color: #fff;
	padding: 10px;
	background-color: #EC1B27;
	border-radius: 5px;
}

.webbutton:hover {
	text-decoration: none;
	background-color: #ab0a12;
	color: #fff;
}

.indpractice {
	background-color: #F3F3F3;
	color: inherit;
	display: block;
	padding: 10px;
	transition: all 0.5s;
}

.indpractice:hover {
	color: #efae1e;
	text-decoration: none;
	background-color: #002e5b
}

.quicklinks_subpage {
	display: block;
	padding: 10px;
	color: #000;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center left;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 3px;
	transition: 0.5s all;
}

.quicklinks_subpage2 {
	display: block;
	padding: 10px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center left;
	border: 1px solid #CCC;
	background-color: #EC1B27;
	margin-bottom: 3px;
	transition: 0.5s all;
}

.quicklinks_subpage:hover,
.quicklinks_subpage2:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #002e5b;
}

.underline {
	height: 3px;
	width: 15%;
	background-color: #db2828;
	margin-bottom: 10px;
	margin-top: 15px;
}

.requirment {
	padding: 25px;
	border-left: 10px solid #efae1e;
	margin-bottom: 15px;
}

.requirment2 {
	padding: 25px;
	border-left: 10px solid #002e5b;
	margin-bottom: 15px;
}

/* accordian pannel */
.accordion {
	background-color: #002e5b;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin-bottom: 10px;

}

.activez,
.accordion:hover {
	background-color: #efae1e;
}

.accordion:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activez:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: #F2F2F2;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel>div {
	padding-top: 15px;
}

.subpageblock {
	background-color: #F2F2F2;
	border: 1px dashed #CCC;
	height: 210px;
}

.subpageblock2 {
	background-color: #F2F2F2;
	border: 1px dashed #CCC;
	height: 480px;
}

.readmorelink {
	color: #069;
	padding-bottom: 10px;
}

.readmorelink:hover {
	text-decoration: none;
}

/* accordian pannel */

@media (max-width: 767px) {
	.homeblock1 {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		background-color: rgba(253, 228, 40, 0.9);
		padding: 15px;
	}

	.homeblock2 {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		background-color: rgba(17, 47, 83, 0.9);
		padding: 15px;
	}

	.mobilepadding {
		margin-left: 35px;
		margin-right: 35px;
	}

	.paddingright {
		padding-right: 0px;
	}

	.padding_bottom_5 {
		padding-bottom: 0px;
	}
}

.webButton {
	display: inline-block;
	background-color: #EC1B27;
	padding: 10px 10px;
	padding-top: 5px;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.5s;
}

.webButton span {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	transition: all 0.5s;
}

.webButton:hover {
	background-color: #f0f0f0;
	color: #000;
	text-decoration: none;
}

.webButton:hover span {
	transform: rotate(180deg);
}

.quicklinkblock {
	background: #fae8e8;
	background: linear-gradient(306deg, rgba(250, 232, 232, 1) 55%, rgba(255, 255, 255, 1) 0%);
	padding: 1rem;
	border-radius: 15px;
	margin-block: 2rem;
	margin-inline: 1rem;
}

.quicklinkblock2 {
	background: #e8faf2;
	background: linear-gradient(306deg, rgb(232, 250, 242) 55%, rgba(255, 255, 255, 1) 0%);
}

.quicklinkblock3 {
	background: #f1e8fa;
	background: linear-gradient(306deg, rgb(241, 232, 250) 55%, rgba(255, 255, 255, 1) 0%);
}

.quicklinkblock h6 {
	color: #000;
	font-weight: bold;
	padding-bottom: 7px;
}

.quicklinkblock p,
.quicklinkblock i {
	color: #000;
	transition: all 0.5s;
}

.quicklinkblock a {
	display: block;
}

.quicklinkblock i {
	font-size: 1.5rem;
}

.quicklinkblock:hover i {
	color: #EC1B27;
}

.quicklinkblock a:hover {
	text-decoration: none;
}
.roundedn{
	border-radius: 20px;
}
.roundedn img{
	border-radius: 0px 20px 20px 0px;
}
.borderblock{
	border-bottom: 2px solid #737272;
	margin:10px;
	margin-bottom: 25px;
}
.subpage strong, .subpagebanner_4 strong, .subpagebanner_3 strong{
	color: #db2828;
}
.subpage, .subpagebanner_4, .subpagebanner_3{
color: #fff;
}