/** custom css start **/

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #363636;
	font-size: 0.875rem;
	background: #f7f7f7;
	position: relative;
	min-height: 100%;
	padding-bottom: 30px;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

.btn:hover,
.btn:focus,
.btn:active,
a:focus {
	border: 0px;
	outline: none;
	color: #fff;
	background: intial;
}

.cst-main-btn {
	margin-left: 20px;
	background: #ff6c39;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ff6c39 1%, #eb402c 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff6c39 1%, #eb402c 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff6c39 1%, #eb402c 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c39', endColorstr='#eb402c', GradientType=1);
	/* IE6-9 */
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 7px 40px;
	border: 0;
}

.cst-main-btn:hover {
	border: 0px;
	outline: none;
	box-shadow: none;
}

.pad-lft {
	padding-left: 0;
}

h2 {
	font-size: 3rem;
	font-weight: 900;
}

p {
	font-size: 1.3125rem;
}

header {
    position: relative;
    background-size: cover;
    background-image: linear-gradient(to right, rgba(255, 107, 57, 0.97), rgba(235, 63, 44, 0.6)), url(../images/header-bg.jpg);
    padding-bottom: 100px;
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}

header::before {
	position: absolute;
	content: '';
	bottom: -100px;
	width: 100%;
	height: 180px;
	transform: skewY(-5deg);
	background: #f7f7f7;
}

header.bg-before::before{
	background: #ffffff;
}


header ul {
	margin: 0;
	padding: 0;
}

header ul li {
	margin-right: 25px;
}

header ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 8px 15px !important;
	border: 0;
}

header ul li.active a,
header ul li a:hover {
	color: #ee482e;
	background: #fff;
	border-radius: 3px;
	font-weight: 600;
	border: 0;
}

header ul li:last-child a {
	margin-right: 0;
}

header .cst-main-btn {
	background: #fff;
	color: #ef492f;
	padding: 6px 20px;
	margin-left: 0;
	font-weight: 600;
	font-size: 1rem;
}

header .cst-main-btn:hover,
header .cst-main-btn:focus {
	color: #ef492f;
}

.navbar-brand img {
	width: 180px;
}

.banner-txt {
	padding: 100px 0;
	color: #fff;
}

.banner-txt .main-heading {
	font-size: 3.25rem;
	font-weight: 600;
	line-height: normal;
}

.banner-txt .main-heading sup {
	font-size: 1.2rem;
	position: relative;
	top: -21px;
}

.banner-txt p {
	margin-top: 5px;
}

.cst-col {
	padding: 80px 0;
}

.cst-col h2 {
	/*text-transform: uppercase;*/
	margin-bottom: 30px;
}

.cst-list {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.cst-list li {
	position: relative;
	font-size: 1.3125rem;
	margin: 12px 0;
	line-height: 35px;
}

.cst-list li sup {
	font-size: 13px;
}

.cst-list li::before {
	position: absolute;
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	color: #ff6c39;
	left: -30px;
	font-size: 20px;
}

.next-col p {
	line-height: 40px;
}

.submit-col {
	background: #272f3e;
	color: #fff;
}

.submit-col span {
	font-size: 1.3125rem;
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}

.submit-col input {
	border-radius: 5px !important;
	padding: 14px;
	height: 45px;
}

.submit-col input:hover {
	box-shadow: none;
	outline: none;
}

.submit-col .input-group {
	margin: 15px 0 0;
}

.info-col i {
	color: #ff6c39;
	font-size: 2.3rem;
}

.info-col h3 {
	font-size: 1.625rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: 15px 0;
}

.info-col p {
	font-size: 1rem;
	margin: 0 0 4px 0;
}

.info-col p a {
	text-decoration: none;
	color: #363636;
}

footer span {
	font-size: 0.8125rem;
}

ul.btm-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.btm-menu li {
	display: inline-block;
	margin-right: 30px;
}

ul.btm-menu li a {
	color: #363636;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.btm-menu li a:hover {
	color: #ff6c39;
}

.process-col {
	background: #272f3e;
	color: #fff;
	transform: skewY(-3deg);
}

.process-col .container {
	transform: skewY(3deg);
}

.main-col {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.main-col::before {
	position: absolute;
	content: '';
	left: 65px;
	top: 0;
	height: 80%;
	border-left: 1.2px dashed #686e78;
}

.time-info {
	overflow: hidden;
	padding-bottom: 100px;
}

.timeline-col {
	width: 16%;
	float: left;
	position: relative;
}

.process-info {
	width: 80%;
	float: left;
	margin-left: 10px;
}

.process-info h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

.process-info p {
	margin-top: 15px;
	line-height: 30px;
	font-size: 1.225rem;
}

.circle-col {
	width: 130px;
	height: 130px;
	background: #ff6b39fc;
	border-radius: 100%;
	border: 3px solid #6a423c;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	line-height: 120px;
}

.ff_faqs {
	margin: 20px auto;
	max-width: 800px;
	padding: 50px;
}

.ff_faq_header :first-child {
	margin-top: 0;
}

.ff_faq_header {
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	border-top: 0;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #9d9d9d;
	margin-top: -1px;
	text-align: left;
	font-weight: 500;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.ff_faq_header:hover,
.ff_faq_header:focus {
	color: #ff6c39;
	text-decoration: none;
	border: 0;
}

.ff_faq_header[aria-expanded="true"] {
	background: #fff;
	border-bottom: none;
	border-right: 0;
	border-left: 0;
	color: #ff6c39;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	border-bottom: 1px dashed #e1e1e1;
	position: relative;
}

.ff_faq_header[aria-expanded="true"]::before {
	position: absolute;
	content: "\f106";
	font-size: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ff6c39;
	right: 15px;
	z-index: 999;
}

.ff_faq_header[aria-expanded="false"] {
	position: relative;
}

.ff_faq_header[aria-expanded="false"]::before {
	position: absolute;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #91959c;
	right: 15px;
	z-index: 999;
	font-size: 1rem;
}

.ff_faq_item {
	background: #fff;
	padding: 10px 15px;
	font-size: 1rem;
	border: 1px solid #e9e9e9;
	border-top: 0;
	margin-bottom: 10px;
}

.ff_faq_item span {
	display: block;
	margin-top: 10px;
}

.work-col {
	padding-top: 30px;
}

.next-col {
	padding: 100px 0 40px;
}

.process-col {
	padding-bottom: 60px;
}

.faq-heading {
	width: 95%;
}

textarea.form-control.cust-textare{
	height: 280px;
}

.rotate-180{
	transform: rotate(180deg)
}


@media(max-width:1920px) {

	header {
		position: relative;
		background-size: cover;
		background-image: linear-gradient(to right, rgba(255, 107, 57, 0.97), rgba(235, 63, 44, 0.6)), url(../images/header-bg.jpg);
		padding-bottom: 100px;
		background-position: 0px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	
	header::before {
		position: absolute;
		content: '';
		bottom: -92px;
		width: 100%;
		height: 202px;
		transform: skewY(-5deg);
		background: #f7f7f7;
	}
}

@media(max-width:1280px) {
	header {
		padding-bottom: 60px;
	}
	header::before {
		bottom: -72px;
	}
	.cst-icon img {
		width: 220px;
	}
	.banner-txt .main-heading {
		font-size: 3rem;
		font-weight: 600;
		line-height: normal;
	}
	p {
		font-size: 1.2rem;
	}
	h2 {
		font-size: 2.4rem;
		font-weight: 900;
	}
	.cst-list li {
		font-size: 1.2125rem;
		line-height: 32px;
	}
	.cst-list li sup {
		font-size: 12px;
	}
	.process-info h3 {
		font-size: 1.6rem;
		text-transform: uppercase;
	}
	.process-info p {
		font-size: 1.1rem;
	}
	.info-col h3 {
		font-size: 1.225rem;
	}
	.info-col p {
		font-size: 0.9rem;
	}
	.container {
		max-width: 100%;
		width: 90%;
	}
}

@media(max-width:990px) {
	.navbar-brand img {
		width: 160px;
	}
	header ul li a {
		font-size: 0.9rem;
	}
	.banner-txt .main-heading {
		font-size: 2rem;
	}
	.banner-txt .main-heading sup {
		font-size: 0.85rem;
		position: relative;
		top: -18px;
	}
	p {
		font-size: 1rem;
	}
	.cst-icon img {
		width: 160px;
	}
	.cst-col {
		padding: 40px 0 !important;
	}
	header {
		padding-bottom: 0;
	}
	header::before {
		display: none;
	}
	h2 {
		font-size: 1.6rem;
	}
	.cst-list li {
		font-size: 1rem;
		line-height: 30px;
	}
	.cst-list li::before {
		font-size: 17px;
	}
	.process-info h3 {
		font-size: 1.2rem;
		text-transform: uppercase;
	}
	.process-info p {
		font-size: 1rem;
		line-height: 26px;
	}
	.circle-col {
		width: 100px;
		height: 100px;
		border: 2px solid #6a423c;
		font-size: 2rem;
		line-height: 98px;
	}
	.main-col::before {
		left: 50px;
	}
	.process-col,
	.process-col .container {
		transform: none;
	}
	.time-info {
		overflow: hidden;
		padding-bottom: inherit;
	}
	.next-col p {
		line-height: 27px;
	}
	.info-col i {
		color: #ff6c39;
		font-size: 2rem;
	}
	.info-col h3 {
		font-size: 1rem;
	}
	.info-col p {
		font-size: 0.7rem;
	}
	footer span {
		font-size: 0.6rem;
	}
	.ff_faq_header {
		font-size: 1rem;
	}
	.ff_faq_item {
		font-size: 0.9rem;
	}
}

@media (max-width:767px) {
	.hide-sm {
		display: none;
	}
	.container {
		max-width: 100%;
		width: 95%;
	}
	header ul li {
		margin-right: 10px;
	}
	.navbar-brand img {
		width: 110px;
	}
	header ul li a {
		font-size: 0.7rem;
	}
	.banner-txt .main-heading {
		font-size: 1.3rem;
	}
	.banner-txt {
		padding: 40px 0;
		color: #fff;
	}
	p {
		font-size: 0.9rem;
	}
	header .cst-main-btn {
		padding: 5px 15px;
		font-size: 0.8rem;
	}
	h2 {
		font-size: 1.3rem;
	}
	.banner-txt .main-heading sup {
		font-size: 0.65rem;
		position: relative;
		top: -13px;
	}
	.cst-list li {
		font-size: 0.9rem;
		line-height: 26px;
		padding-left: 25px;
	}
	.cst-list li::before {
		left: 0px;
		font-size: 0.9rem;
	}
	.circle-col {
		width: 50px;
		height: 50px;
		border: 2px solid #6a423c;
		font-size: 1rem;
		line-height: 46px;
	}
	.process-info h3 {
		font-size: 1rem;
		text-transform: uppercase;
	}
	.process-info p {
		font-size: 0.8rem;
		line-height: 22px;
		margin-top: 5px;
	}
	.timeline-col {
		width: 10%;
		float: left;
		position: relative;
	}
	.process-info {
		width: 85%;
	}
	.main-col::before {
		left: 26px;
	}
	.cst-col {
		padding: 20px 0 !important;
	}
	.submit-col .input-group input {
		width: 100%;
	}
	.submit-col .cst-main-btn {
		margin: 10px 0 0;
		font-size: 0.8rem;
		font-weight: 600;
	}
	.submit-col input {
		padding: 8px 10px;
		height: auto;
		font-size: 0.8rem;
	}
	ul.btm-menu {
		text-align: center !important;
	}
	ul.btm-menu li {
		display: inline-block;
		margin-right: 10px;
	}
	ul.btm-menu li a {
		font-size: 0.8rem;
	}
	.info-col i {
		font-size: 1rem;
	}
	.info-col h3 {
		font-size: 0.9rem;
		margin: 7px 0;
	}
	.info-col p {
		margin-bottom: 8px;
	}
	.cst-list li sup {
		font-size: 9px;
	}
	.navbar-toggler {
		color: #fff;
	}
	.cst-list {
		margin: 10px 0 0;
	}
	.cst-col h2 {
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.ff_faq_header {
		font-size: 0.9rem;
	}
	.ff_faq_item {
		font-size: 0.7rem;
	}
}

@media (max-width:600px) {
	header {
		background: rgba(255, 107, 57, 1);
		background: -moz-linear-gradient(-45deg, rgba(255, 107, 57, 1) 0%, rgba(235, 63, 44, 1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 107, 57, 1)), color-stop(100%, rgba(235, 63, 44, 1)));
		background: -webkit-linear-gradient(-45deg, rgba(255, 107, 57, 1) 0%, rgba(235, 63, 44, 1) 100%);
		background: -o-linear-gradient(-45deg, rgba(255, 107, 57, 1) 0%, rgba(235, 63, 44, 1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(255, 107, 57, 1) 0%, rgba(235, 63, 44, 1) 100%);
		background: linear-gradient(135deg, rgba(255, 107, 57, 1) 0%, rgba(235, 63, 44, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b39', endColorstr='#eb3f2c', GradientType=1)
	}
	.timeline-col {
		width: 22%;
		float: left;
		position: relative;
	}
	.process-info {
		width: 78%;
		margin-left: 0;
	}
	banner-txt {
		padding: 20px 0;
		color: #fff;
	}
	.navbar-collapse {
		position: absolute;
		top: 66px;
		width: 100%;
		background: #fff;
		border-radius: 5px;
		left: 0;
		z-index: 9999;
	}
	header ul li a {
		color: #000;
	}
	/* Developer class*/
	.menuBtn {
           width: 35px;
           height: 5px;
           background-color: white;
           margin: 6px 0;
         }	
}

.element {
	    padding-bottom: 20px;
	}
.call{
	    padding: 30px 0;
}	

.submitReport {
	padding-top: 25px;
    padding-bottom: 25px;
}

.voiceRecording {
	margin-top: 17px;
}

.voiceRecordingCall {
	margin-top: -5px;
	color: white !important;
}

.voiceRecordingCall>p>a {
	color: white !important;
}

.orgConfirmSize{
	font-size : 1.5rem;
}
@media screen and (max-width: 767px){
	.submit_btn{
		width: 100%;
	}