/*----------------------------------------
| Common Styles
------------------------------------------
- GoogleFonts:
| font-family: 'Rajdhani', sans-serif;
----------------------------------------*/
body {
	background-color:#e9e9e9;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

/* headings font-weight */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 74px;
	line-height: 74px;
	font-weight: 600;
}
.h1-subtext {
	color: #dd0000;
	font-size: 33px;
	display: block;
}
h2 {
	font-size: 42px;
	line-height: 42px;
	font-weight: 600;
}
.h2-subtext {
	color: #dd0000;
	font-size: 28px;
	display: block;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}

.arrow-down {
	display: block;
	margin: 30px auto;
	position: relative;
	width: 32px;
	height: 16px;
}
.arrow-down::after {
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #2d2d2d;
}

img {
	max-width: 100%;
}

/* navbar */
.navbar-toggler {
	margin-top: -50px;
}
.navbar {
	position: relative;
	z-index: 10;
}
.navbar .container {
	padding: 37px 24px 0 32px!important;
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 700;
  color: #bb021a;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link::after {
	content: '';
  display: block;
  width: 1px;
  height: 16px;
  right: 0;
  top: 12px;
  position: absolute;
  background-color: #cbcbcb;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #9e2f00;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar-nav {
	margin-top: -30px;
}

.logo-center {
	padding-top: 46px;
	padding-bottom: 20px;
}

/* inline list with | separator */
.style-pipe li {
	position: relative;
}
.style-pipe li::after {
	content: '|';
	display: inline-block;
	margin-left: .5rem;
	color: #777777;
}
.style-pipe li:last-child::after {
	content: '';
}

/* hr style */
hr {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #fff;
}
hr.divider {
	width: 174px;
	height: 3px;
	background: #a8a8a8;
}
hr.divider2 {
	width: 80%;
	height: 2px;
	background: #fe7f52;
	border: none;
}

/* buttons */
.btn-black,
.btn-black:focus {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}
.btn-black:hover,
.btn-black:active  {
  color: #e03500;
  background-color: #000000;
  border-color: #000000;
}
.btn-big-red {
	position: relative;
	background-color: #dd0000;
	border-radius: 10px;
	color: #fff;
	text-shadow: 0 0 5px #740000;
	font-size: 42px;
	line-height: 42px;
	font-weight: 500;
	min-height: 96px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
	text-decoration: none;
	box-shadow: 0 4px 0px #5e0000;
	position: relative;
	top: 0;
	flex-wrap: wrap;
}
.btn-big-red::after {
	content: '';
	display: block;
	width: 100%;
	height: 39px;
	background: url(../images/button-shadow.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: -39px;
	left: 0;
}
.btn-primary:hover,
.btn-big-red:hover {
	color: #fff!important;
	background-color: #c20909!important;
	border-color:  #c20909!important;
	text-decoration: none;
}
.btn-big-red:active {
	box-shadow: inset 0 4px 4px #5e0000;
	top: 4px;
}
.btn-big-red:active::after {
	opacity: 0.5;
}
.btn-big-green {	position: relative;	background-color: #6fc41e;	border-radius: 10px;	color: #fff;	text-shadow: 0 0 5px #428204;	font-size: 42px;	line-height: 42px;	font-weight: 500;	min-height: 76px;	display: inline-flex;	justify-content: center;	align-items: center;	padding: 0 100px;	text-decoration: none;	box-shadow: 0 4px 0px #47860c;	position: relative;	top: 0;	flex-wrap: wrap;}.btn-big-green::after {	content: '';	display: block;	width: 100%;	height: 39px;	background: url(../images/button-shadow.png) no-repeat top center;	background-size: 100% auto;	position: absolute;	bottom: -39px;	left: 0;}.btn-big-green:hover {	color: #fff!important;	background-color: #5ca814!important;	border-color:  #5ca814!important;	text-decoration: none;}.btn-big-green:active {	box-shadow: inset 0 4px 4px #5e0000;	top: 4px;}.btn-big-green:active::after {	opacity: 0.5;}

.btn-primary {
	white-space: inherit;
	font-weight: 500;
	background-color: #dd0000;
	border-color: #dd0000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 64px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0 0 3px #740000;	
	box-shadow: 0 2px 0px #5e0000;
	position: relative;
	top: 0;
	outline: none;
}
.btn-primary:focus {
	outline: none;
	box-shadow: none!important;
}
.btn-primary:active {
	box-shadow: inset 0 2px 4px #5e0000!important;
	top: 2px;
	outline: none;
}

/* bg */
.bg-dark-gray {
	background-color: #a1a1a1!important;
}

/*----------------------------------------
| Fluid Width Video
----------------------------------------*/
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 30px 0 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------
| Blog List
----------------------------------------*/
.blog-list .content {
	background-color: #313131;
	padding: 112px 84px;
	color: #fff;
}
.text-yellow {
	color: #ffde00;
}
.blog-list .article-excerpt a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	background-color: #e9e9e9;
	border-bottom: 4px solid #fff;
	border-radius: 20px;
	overflow: hidden;
}
.blog-list .article-excerpt .img,
.blog-list .article-excerpt .title,
.blog-list .article-excerpt .desc {
	display: block;
}
.blog-list .article-excerpt {
	height: 100%;
}
.blog-list .article-excerpt a {
	padding: 30px;
}	
.blog-list .article-excerpt .img {
	margin: -30px -30px 30px;
	overflow: hidden;
}
.blog-list .article-excerpt a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-list .article-excerpt a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-list .article-excerpt .title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}
.blog-list .article-excerpt a:hover .title {
	color: #9e2f00;
}
.blog-list .article-excerpt .desc {
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}

/*----------------------------------------
| Pre-screening Questions
----------------------------------------*/
.pre-screening-questions {
	margin-top: -48px;
}
.pre-screening-questions .content {
	border-top: 8px solid #1f3793;
	background-color: #f5f5f5;
	padding: 76px 50px 18px;
}
.pre-screening-questions h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pre-screening-questions h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
}
.pre-screening-questions h3::after {
	content: '';
	display: block;
	width: 111px;
	height: 2px;
	background-color: #d0d0d0;
	margin: 12px 0 18px;
}
.pre-screening-questions .custom-control-label:hover {
	color: #2fa600;
}
.pre-screening-questions .custom-control-label {
	font-weight: 600;
	color: #606060;
	padding-left: 8px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	display: none;
}
.custom-control-label::before {
	background-color: #fff;
	border: 2px solid #dadada;
	width: 19px;
  height: 19px;
  top: 2px;
  outline: none !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #2fa600;
	border: 2px solid #2fa600;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.pre-screening-questions .question {
	margin-bottom: 28px;
}

/*----------------------------------------
| video-box
----------------------------------------*/
.video-box .content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.step-video-box .content {
	border-top: 4px solid #c0c0c0;
	padding-top: 86px;
	padding-bottom: 58px;
	position: relative;
}
.step-video-box .content::before {
	content: '';
	width: 100%;
	height: 26px;
	background-color: #fbfbfb;
	position: absolute;
	top: 1px;
	left: 0;
}

/*----------------------------------------
| click-here
----------------------------------------*/
.click-here .content {
	background-color: #f5f5f5;
	padding-top: 46px;
	padding-bottom: 46px;
	text-align: center;
}
.click-here.step2 .content {
	border-top: 4px solid #eaeaea;
	background-color: #f3f3f3;
	padding-top: 64px;
	padding-bottom: 86px;
	text-align: center;
}
.click-here.members-area .content {
	background-color: #d0d0d0;
}
.click-here.members-area .content .btn {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
}

/*----------------------------------------
| Footer
----------------------------------------*/
.footer {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.footer a {
	color: #dd0000;
	font-weight: 500;
}
.footer .content {
	color: #fff;
	background-color: #171617;
	padding-top: 37px;
	padding-bottom: 37px;
}

.content {
	box-shadow: 12px 0 15px -4px #e1e1e1, -12px 0 8px -4px #e1e1e1;
	padding-left: 1rem;
	padding-right: 1rem;
}

/*----------------------------------------
| Responsive
----------------------------------------*/
@media (min-width: 1200px) {
	.container {
	  max-width: 1000px;
	}
}
@media (max-width: 992px) {
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-collapse>ul {
		text-align: left;
    float: right;
    width: 280px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    position: fixed;
    right: 48px;
    top: 111px;
    border-radius: 5px;
	}
	.navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link {
		border-bottom: 1px solid #eee;
	}
	.navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link::after {
		display: none;
	}
	h1 {
	  font-size: 54px;
	  line-height: 54px;
	}
	.h1-subtext {
	  font-size: 28px;
	}
	.blog-list .content {
	  padding: 56px 44px;
	}
}
@media (max-width: 767px) {
	.navbar-collapse>ul {
    right: 28px;
    top: 62px;
	}
	.navbar .container {
		padding: 0 14px 0 0!important;
	}
	.navbar-brand {
		width: 210px;
	}
	.navbar-toggler {
	  margin-top: 0;
	}
	.pre-screening-questions {
	  margin-top: -6px;
	}
	.pre-screening-questions .content {
	  background-color: #f5f5f5;
	  padding: 36px 30px 18px;
	}
	.btn-big-red {
	  font-size: 32px;
	  line-height: 32px;
	}
        .btn-big-green {
	  font-size: 32px;
	  line-height: 32px;
	}
	.container {
	  padding-right: 0;
	  padding-left: 0;
	}	
	.blog-list .content {
	  padding: 46px 24px;
	}
	.click-here.step2 .content,
	.step-video-box .content {
	  padding-top: 46px;
	  padding-bottom: 28px;
	}
	.logo-center img {
		width: 280px;
	}
	.logo-center {
	  padding-top: 20px;
	}
	h1 {
	  font-size: 34px;
	  line-height: 34px;
	}
	.h2-subtext,
	.h1-subtext {
	  font-size: 20px;
	}
	h2 {
	  font-size: 32px;
	  line-height: 32px;
	  font-weight: 600;
	}
}