@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Shippori Mincho B1', serif; */

/* common */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #06163a;
  overflow-x: hidden;
  /* background: #f7f7f7; */
}
a,
button {
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}



/* form-section */
.form-section {
  background: #f7f7f7;
  padding: 30px 0 50px;
}

.form-section .container {
  width: 100%;
  max-width: 1430px;
}

.form-section .left-section {
  padding: 30px 0 0;
}

.leaft-heading h1 {
  font-size: 36px;
  font-weight: 700;
}

.leaft-heading h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 30px;
}

.form-section .left-section .form-group {
  margin-bottom: 0.5rem;
}

.form-section .left-section .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-section .left-section .form-group label {
  font-size: 20px;
  color: #06163a;
  position: relative;
  cursor: pointer;
  font-weight: 200;
  padding-left: 26px;
  margin-bottom: 0;
}

.form-section .left-section .form-group label:before {
  content: '';
  background-color: transparent;
  background: url(../images/green-check.png);
  width: 22px;
  height: 19px;
  position: absolute;
  top: 4px;
  left: 0;
  background-size: cover;
}

.form-section .left-section .form-group input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/green-checked.png) no-repeat 0 0;
  width: 22px;
  height: 19px;
  top: 4px;
  left: 0;
  background-size: cover;
}

.form-section .trustpilot-section {
  padding: 5px 0 15px;
}

.form-section .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.form-section .right-section h2 {
  color: #06163a;
  font-size: 30px;
}

.form-section .right-form-section {
  background: #fff;
  padding: 15px;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.form-section .right-form-section .form-control {
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 10px;
  min-height: 42px;
  background: #f8f8f8;
  font-weight: 400;
  padding-right: 32px;
}

.form-section .right-form-section select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form-section .right-form-section .select-outer {
  position: relative;
}

.form-section .right-form-section .select-outer::after {
  content: "";
  background: #f8f8f8 url(../images/down-arrow.jpg) no-repeat 0 0;
  width: 17px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.btn-red {
  background: #ec2027;
  border: solid 1px #ec2027;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 7px 30px;
  min-height: 45px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 28px;
  width: 40% !important;
  margin: 0px 0px 0px 205px !important;
}

.btn-red:hover {
  background: transparent;
  border: solid 1px #ec2027;
  color: #ec2027;
}


/* hero-img-section */
.hero-img-section {
  padding: 30px 0;
}

.hero-img-section .container {
  width: 100%;
  max-width: 1430px;
}
.hero-img-section h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 15px 30px;
}

/* become-rok-button */
.become-rok-button {
  padding: 30px 0 60px;
}

.become-rok-button .container {
  width: 100%;
  max-width: 1430px;
}

.become-rok-button a {
  background: transparent;
  border-radius: 30px;
  border: solid 1px #ec2027;
  color: #ec2027;
  font-size: 22px;
  padding: 15px 30px;
}

.become-rok-button a:hover {
  background: #06163a;
  border: solid 1px #06163a;
  color: #ffff;
}

/* calling-all-rok */
.calling-all-rok {
  padding: 30px 55px;
}

.calling-all-rok h3 {
  padding: 0;
  margin: 0;
}

.calling-all-rok .container {
  width: 100%;
  max-width: 1340px;
}

.calling-all-rok h2 {
  color: #ec2027;
  font-size: 30px;
  margin-bottom: 20px;
}

.calling-all-rok p {
  color: #06163a;
  font-size: 17px;
  line-height: 32px;
}

.calling-all-rok p span {
  color: #ec2027;
  font-weight: 700;
}

.calling-all-rok p strong {
  font-weight: 700;
}

.strong {
  font-weight: 700;
}

.text{

  font-weight: 450;
}



/* rok-benefits */
.rok-benefits {
  padding: 30px 0;
}

.rok-benefits .container {
  width: 100%;
  max-width: 1430px;
}

.rok-benefits h2 {
  color: #ec2027;
  font-size: 45px;
  margin-bottom: 30px;;
}

.rok-benefits img {
  margin-bottom: 10px;;
}

.rok-benefits h3 {
  color: #06163a;
  font-size: 20px;
  margin-bottom: 30px;;
}



/* fa-pop */

#fa-pop {
	background-color: #f6f6f6;
	padding: 13px;
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-top: solid 1px #535353;
	font-size: 1.2em
}

#fa-pop a {
  color: #06163a;
}

#fa-pop .pop-inner {
	max-width: 1420px;
	margin: auto
}

#fa-pop img {
	max-width: 200px;
	position: fixed;
	bottom: 0;
	display: block;
	margin-bottom: 17px
}

#fa-pop .first {
	margin-left: 130px
}

#fa-pop .second {
	font-weight: 700;
	color: #d51017
}

#fa-pop .close {
	margin-left: 30px;
	position: fixed
}

@media screen and (max-width:1390px) {
	#fa-pop {
		font-size: 14px
	}

	#fa-pop .pop-inner {
		max-width: 1200px
	}
}

@media screen and (max-width:1000px) {
	#fa-pop {
		display: none
	}
  .footer-br {
    display: none;
  }
}


/* responsive css */

@media (min-width:767px) and (max-width:1200px){
  .footer-section .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:1024px) {
  /* form-section */
  .form-section .left-section .form-group label {
    font-size: 16px;
  }
  .form-section .trustpilot-section {
    max-width: 210px;
  }
}

@media (max-width:991px) {
  /* form-section */
  .form-section .left-section {
    padding: 15px 0 0;
  }
  .form-section .bg-img {
    max-width: 210px;
  }
  .form-section .right-form-section .form-control {
    min-height: 32px;
    font-size: 14px;
    padding: 3px 32px 3px 5px;
    height: 32px;
  }
  .form-section .right-form-section .select-outer::after {
    right: 5px;
  }
}

@media (max-width:767px) {
  /* form-section */
  .form-section .bg-img {
    max-width: 150px;
    right: 15px;
  }
  .form-section {
    padding: 30px 0;
  }
  .form-section .right-form-section {
    border: solid 1px #e3e3e3;
  }
  .leaft-heading h2 {
    margin-bottom: 15px;
  }
  .form-section {
    padding: 30px 0 10px;
  }

  /* hero-img-section */
  .hero-img-section h2 {
    font-size: 30px;
  }
}

@media (max-width:520px) {
  /* become-rok-button */
  .become-rok-button a {
    font-size: 13px;
    padding: 15px 20px;
  }
}

@media (max-width:400px) {
  /* form-section */
  .form-section .bg-img {
    max-width: 120px;
  }
}

@media (max-width:360px) {
  /* header-section */
  .form-section .bg-img {
    opacity: 0.5;
  }
}


#button {
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  bottom: 10px;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  position: fixed;
  bottom: 5px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16;
  line-height: 44px;
  color: #d51017;
}

#button:hover::after {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
.error {
	width: 100% !important;
	font-size: 12px !important;
	color: #ec2027 !important;
	margin: 0;
	font-weight: 500 !important;
}
label.error {
	width: 100% !important;
  font-size: 13px !important;
	color: #ec2027 !important;
	margin: 0;
	font-weight: 500 !important;
	margin-bottom: -10px;
	display: block;
}
input.error,
select.error {
	color: #000 !important;
}

/**new checkbox css**/
.form-check {
	padding-left: 0.8rem !important;
}
.checkbox-custom {
	display: block !important;
	position: relative !important;
	padding-left: 25px  !important;
	margin-bottom: 20px !important;
	cursor: pointer !important ;
	font-size: 13px !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	color: #000 !important;
	line-height: 18px !important;
	margin-top: 10px !important;
}
.checkbox-custom input {
	position: absolute !important;
	opacity: 0 !important;
	cursor: pointer !important;
	height: 0 !important;
	width: 0 !important;
}
.checkmark {
	position: absolute !important ; 
	top: 3px !important ;
	left: 0 !important ;
	height: 16px !important ;
	width: 16px !important ;
	background-color: #fff !important ;
	border: 1px solid #000 !important ;
	border-radius: 2px !important ;
}
.checkbox-custom input:checked ~ .checkmark {
	background-color: #ec2027 !important ;
	border-color: #ec2027 !important ;
}
.checkbox-custom input:checked ~ .checkmark::after {
	display: block !important ;
}
.checkbox-custom .checkmark::after {
	left: 4px !important;
	top: 0px !important;
	width: 7px !important;
	height: 12px !important ;
	border: solid white !important ;
	border-top-width: medium !important ;
	border-right-width: medium !important ;
	border-bottom-width: medium !important ;
	border-left-width: medium !important ;
	border-width: 0 3px 3px 0 !important ;
	-webkit-transform: rotate(45deg) !important ;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important ;
}
.checkmark::after {
	content: "" !important ;
	position: absolute !important;
	display: none !important;
}

/* loader css */
.loader-main {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99999;
	top: 0;
	left: 0;
}

@keyframes progressBar {
	0% {
		width: 225px;
	}
	100% {
		width: 0;
	}
}
.loader-animation {
	position: relative;
}
.loader-animation:after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	width: 225px;
	height: 20px;
	bottom: 0;
	right: 0;
	animation: progressBar 4s ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
/* loader css end */
 /*testimonial css starts*/
 body { 
  -webkit-font-smoothing: antialiased; 
  text-rendering: optimizeLegibility; 
  font-family: 'Roboto', sans-serif; 
  letter-spacing: 0px; 
  font-size: 16px; 
  color: #7d7f82; 
  font-weight: 400; 
  line-height: 32px;
 }
h1, h2, h3, h4, h5, h6 { 
  color: #26282c; 
  margin: 0px 0px 12px 0px; 
  font-family: 'Glegoo', serif; 
  font-weight: 700; 
  line-height: 1; 
}
h1 { font-size: 36px; }
h2 { font-size: 26px; 
   line-height: 38px; 
  }
h3 { font-size: 22px; 
     line-height: 32px; 
}
h4 { font-size: 20px; }
h5 { font-size: 16px; 
  line-height: 27px; }

h6 { font-size: 12px; }
p { margin: 0 0 20px; 
  line-height: 1.7; 
}

ul, ol { font-family: 'Roboto', sans-serif; }
#colTwo #colThree a { text-decoration: none; 
  color: #ffffff; 
  -webkit-transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  transition: all 0.3s; }
/*--------------------------------------A tag link hover--------------------------------------------------*/
/* p:last-child { margin: 0px; }
ul, ol { font-family: 'Roboto', sans-serif; }
a { text-decoration: none; 
  color: #7d7f82; 
  -webkit-transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #fe5b10; } */
/*----------------------------------------------------------------------------------------*/


.video-testimonial-block { 
  position: relative; 
  width: auto; 
  height: 206px; 
  overflow: hidden; 
  margin-bottom: 30px; }
.video-testimonial-block .video-thumbnail { 
  height: 100%; 
  width: 100%; 
  position: absolute; 
  z-index: 1; 
  background-size: 
  cover; top: 0; 
  left: 0; }

.video-testimonial-block .video iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px;
 }
.video-testimonial-block .video-play { 
  position: absolute; 
  z-index: 2; 
  top: 50%; 
  left: 50%; 
  margin-left: -40px; 
  margin-top: -18px; 
  text-decoration: none;
 }
.video-testimonial-block .video-play::before { 
  content: "\f144"; 
  font: normal normal normal 14px/1; 
  font-family: 'Font Awesome\ 5 Free';
   font-weight: 900;
    font-size: inherit; 
   text-rendering: auto; 
   -webkit-font-smoothing: antialiased; 
   -moz-osx-font-smoothing: grayscale; 
   font-size: 50px; 
   color: #b3b5bc; 
  }
.video-testimonial-block .video-play:hover::before { color: #172651; }
.mb10{margin-bottom:10px;}
.section-title { margin-bottom: 40px; }
 /*testimonial css ends*/


  /* pagination styling */
  .pagination_section a {
    color: black;
    padding: 10px 18px;
    text-decoration: none;
  }
 
  /* pagination hover effect on non-active */
  .pagination_section a:hover:not(.active) {
    background-color: #031F3B;
    color: white;
  }
 
  /* pagination hover effect on active*/
 
  /* a:nth-child(5) {
    background-color: transparent;
    color: white;
  }
 
  a:nth-child(1) {
    font-weight: bold;
  }
 
  a:nth-child(7) {
    font-weight: bold;
  } */
 
  .content {
    margin: 50px;
    padding: 15px;
    width: 700px;
    height: 200px;
    border: 2px solid black;
  }
  #paginationElements{
    text-align: right !important;
    margin: 10px 90px 10px 10px !important;
  }


  /* job applicant landing page css*/

  .split-view .container {
    width: 100%;
    max-width: 1430px;
  }

  .split-view .left-section {
    padding: 73px 55px 0 55px;
  }

  .split-view .left-section h2 {
    color: #ec2027;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top:-35px;
  }

  .split-view .left-section ul {
    padding: 0 0 0 30px;
  }

  .split-view .left-section ul li {
    color: #7d7f82;
    font-size: 16px;
    line-height: 23px;
  }

  .split-view .right-section {
    padding: 55px 40px 0 40px;
  }

  #summary {
    font-size: 14px;
    line-height: 1.5;
  }

  #summary ul {
    padding: 0 0 0 30px;
  }

  #summary ul li {
    color: #7d7f82;
    font-size: 20px;
    line-height: 35px
  }

  #summary .collapse:not(.show) {
    height: 0 !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #summary .collapsing {
    min-height: 42px !important;
  }

  .summary-heading a.collapsed:after {
    content: ' + Read More';
  }

  .summary-heading a:not(.collapsed):after {
    content: ' - Read Less';
  }

  .middle-section-RSP{
    text-align:center;
  }

  .header-right-text{
    font-size: 18px;
    line-height: 27px;
    margin-left: 125px;
    margin-top: 40px;
    color: #ec2027;
    padding-left: 550px;;
    margin-top: 30px;
  }
 

  .format{
    font-size:14px;
    color:#ec2027;
  }
  

  .container-image .row img{
    max-width:743px;
    margin-bottom: 40px;
  }

  /* commercial ISO */
  .program-section {
    padding: 30px 55px;
  }

  .program-section .container {
    width: 100%;
    max-width: 1340px;
  }

  .program-section h2 {
    color: #ec2027;
    font-size: 30px;
    margin-bottom: 20px;
  } 

  .program-section p {
    color: #06163a;
    font-size: 20px;
    line-height: 35px;
  }  

  .Offer-Section {
    margin: 0;
    padding: 0;    
  }

  .Offer-Section .left-section {
    padding: 0 60px;
  }

  .Offer-Section .container {
    width: 100%;
    max-width: 1340px;  
  }

  .Offer-Section .left-section h2 {
    line-height: normal;
    font-size: 26px;
    color: #ec2027;
  }

  .Offer-Section .left-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .Offer-Section .left-section ul li {
    padding: 0;
    margin: 30px 0;
    list-style-type: none;
  }

  .Offer-Section .left-section ul li img {
    float: left;
    margin: 0 25px 0 0;
  }

  .Offer-Section .left-section ul li p {
    line-height: 20px;
    margin: 0 0 0 95px;
  }

  .Offer-Section .left-section ul li p span {
    display: block;
    font-weight: 700;
    margin: 0 0 10px 0;
  }

  .Offer-Section .right-section {
    padding: 0 60px;
  }

  .Offer-Section .right-section h2 {
    line-height: normal;
    font-size: 26px;
    color: #ec2027;
    min-height: 50px;
  }

  .Offer-Section .right-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .Offer-Section .right-section ul li {
    padding: 0 0 0 35px;
    margin: 30px 0;
    list-style-type: none;
    background: url(../images/red-check-bullet.png) no-repeat 0 5px;
  }

  .Offer-Section .right-section ul li span {
    margin: 0;
    color: #06163a;
  }

  .Offer-Section .right-section ul li p {
    padding: 0;
    margin: -5px 0 0 0;
    font-size: 15px;
   /* font-style: italic;*/
    line-height: 22px;
    color: #06163a;
  }

  .commercial-heading-text{

    font-family: 'Arial', sans-serif; /* Change the font */
    font-size: 20px; /* Increase the font size */
    color:#ec2027;    /* Change the font color */
    font-weight: 650; /* Make the text bold */
    padding: 10px; /* Add some padding */
    margin-top: 12px;
    margin-bottom: 12px;
  }


  /*  job applicants ninja form section */
.form-section .right-ninjaform-sections {
  background: #fff;
  padding: 15px;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ec1f27;
}


/*chnages for phone field  prepend the +1 country code to phone field*/
.ninja-form-container #nf-field-2258-wrap .nf-field-element:nth-child(n) {
	position: relative;
}
 
.ninja-form-container #nf-field-2258-wrap .nf-field-element:nth-child(n) .ninja-forms-field {
	padding: 17px 25px 15px 43px;
	position: relative;
}
 
.ninja-form-container #nf-field-2258-wrap .nf-field-element:nth-child(n)::after {
	   content: "+1";
     position: absolute;
     z-index: 1;
     display: block;
     left: 21px;
     top: 10px;
     font-size: 15px;
	   color: #747474;
     font-weight: 520;
}

