﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}

/* END RESET */

/* FONT STYLES*/

body{
    background:#ffffff;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color:#333333;
	font-size:18px;
	line-height:30px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  Top Main Wrapper  */

.topmainwrapper {
	width:1280px;
	margin:0 auto;
	padding:10px 0;
	display:table;
	clear:both;
	content:"";
}
.topmainleft {
	float:left;
	display:block;
	width:160px;
	margin:0px 0 0 0;
}
.topmainright {
	float:right;
	display:block;
	width:400px;
}
.topmainleft img, .topmainright img, .topheaderright img {
	display:table;
	width:100%;
}

/*  End  */

/*  top header wrapper  */

.topheaderbg {
	background:url(../images/headerbg.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
	position: relative;
	width:100%
}
.topheaderwrapper {
	width:1280px;
	margin:0 auto;
	padding:50px 0 0px 0;
	clear:both;
	display:table;
	content:""; 
}
.topheaderleft {
	display:inline-block;
	vertical-align:middle;
	color: #fff;
	width: 43%;
	font-size: 18px;
	line-height: 28px;
	margin:0 9% 0 0;
}
.topheaderleft h1 {
	font-weight:900;
	font-style:italic;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}
.topheaderleft p {
	margin:0 0 0 0;
}
.topheaderconright {
	display:inline-block;
	vertical-align:middle;
	width:48%;
	position:relative;
}
.topheaderconright img {
	width:100%;
	display:table;
	position:relative;
}
.topheaderconrightimg {
	position:absolute;
	width: 76.5%;
    top: 5%;
    left: 11.7%;
	z-index:5;
}
.topheaderconrightimg img {
	width:100%;
	display:table;
	border-radius:5px;
}

/*  End  */





/*  idx form wrapper */

.idxformbg {
	background:url(../images/form-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	width:100%;
}
.idxformwrapper {
	width:1180px;
	margin:0 auto;
	padding:40px 0;
}
.idxformwrapper h1 {
	font-size:22px;
	line-height:24px;
	margin:0 0 20px 0;
	text-align:center;
	color:#fff;
    font-weight:900;
}
.idxformwrapper h2 {
    font-weight:900;
	text-transform:uppercase;
	font-size:34px;
	line-height:34px;
	margin:0 0 20px 0;
	text-align:center;
	text-shadow:1px 2px #000;
	color:#fff;
}
.idxformwrapper h2:after {
	width:120px;
	margin:10px auto 0 auto;
	display:table;
	content:"";
	background:#fff;
	height:6px;
	border-radius:5px;
}

.idxformboxmain {
	width:100%;
	clear:both;
	display:table;
	content:"";
}
.idxformboxmaincol1 {
	float:left;
	display:block;
	width:31.33%;
	margin:1%;
}
.idxformboxmaincol2 {
	float:right;
	display:block;
	width:31.33%;
	margin:1%;
}
.idxformboxmain label {
	color:#fff;
	font-size:14px;
	font-weight:900;
	font-style:italic;
}
.idxformboxmain input, .idxformboxmain textarea {
	width: 96%;
	font-family: 'Nunito', sans-serif;
	border:0;
	box-shadow: none;
	padding:10px 2%;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
	background: rgba(255, 255, 255, 0.9) !important;
	border-radius:5px;
}
.idxformboxmain select {
	width: 100%;
	border: 0px;
	box-shadow: none;
	font-family: 'Nunito', sans-serif;
	height: 44px;
	padding: 10px 2% 10px 2%;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000;
	background: rgba(255, 255, 255, 0.9) !important;
	border-radius:5px;
}
.idxformboxmain input.error, .idxformboxmain select.error {
	border: 2px solid #ff0000;
}
.idxformboxmain input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.idxformboxmain input[type="radio"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.idxformboxmain input[type="checkbox"].error {
	border: 1px solid #ff0000 !important;
}
.idxformboxmain button, .idxformboxmain input[type="submit"] {
	width:180px;
	margin: 0px auto 0 auto;
	display: block;
	border: 0px;
	box-shadow: none;
	padding: 15px 0;
	line-height: 22px;
	font-size: 18px;
	color: #000;
	background: #fff !important;
	cursor: pointer;
	letter-spacing: 0px;
	float: right;
	font-weight:900;
	border-radius:5px;
	font-style:italic;
	font-family: 'Nunito', sans-serif;
}
.idxformboxmain button:hover, .idxformboxmain input[type="submit"]:hover {
	background: #000 !important;
	color:#fff !important;
}
.idxformboxmain p {
	margin:0 0 10px 0;
}
.error {
	color: #ff0000 !important;
}
.idxformwrapper p {
	color:#fff;
}
.idxformwrapper p a {
	color:#fff;
	font-weight:900;
	font-style:italic;
}
.innerformcr h1 {
	color:#ed1c24;
}
.innerformcr h2 {
	color:#000;
	text-shadow:none;
}
.innerformcr h2:after {
	background:#ed1c24;
}
.innerformcr label {
	color:#333;
}
.innerformcr input, .innerformcr textarea {
	color: #000;
	background: rgba(238, 238, 238, 1) !important;
	border:2px solid #dcdcdc;
}
.innerformcr select {
	color: #000;
	background: rgba(238, 238, 238, 1) !important;
	border:2px solid #dcdcdc;
}
.innerformcr input.error, .innerformcr select.error {
	border: 2px solid #ff0000;
}
.innerformcr button, .innerformcr input[type="submit"] {
	color: #fff;
	background: #ed1c24 !important;
}
.innerformcr button:hover, .innerformcr input[type="submit"]:hover {
	background: #000 !important;
	color:#fff !important;
}
.innerformcr p a {
	color:#ed1c24;
}
.innerformcr p {
	color:#333;
}

/*  End  */



/*  footer wrapper  */

.footerbg {
	background: #252525;
	color: #939393;
}
.footerwrapper {
	width: 1280px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing:0px;
}
.footerwrapper a {
	color: #939393;
}
.footerwrapper a:hover {
	color: #5a8ffb;
}
.footerwrapper p {
	line-height:normal;
}
.footerwrapper hr {
	background: #494949;
	height: 2px;
	margin: 25px 0;
	display: block;
	width: 100%;
}
.footercol1 {
	display:table;
	clear:both;
	width:100%;
	padding:0 0 15px 0;
	content:"";
}
.footerlogo {
	display:block;
	float:left;
	width:150px;
	margin:0 0 0 0;
}
.footercol1 p {
	float:right;
	display:block;
	width:85%;
}
.footercol2 {
	display:table;
	clear:both;
	width:100%;
	content:"";
	padding:8px 0;
} 
.footercol2 h4 {
	display:block;
	float:left;
	width:15%;
	font-weight:900;
	color:#5a8ffb;
	line-height:normal;
}
.footercol2 p {
	display:block;
	float:right;
	width:85%;
}
.footercol2 p span {
	font-weight:900;
	color:#5a8ffb;
	padding:0 8px;
}
.footercol2 p a {
	text-decoration:underline;
}
.footerbottomleft {
	float: left;
	display: block;
}

.footerbottomright {
	float: right;
	display: block;
}
.footersocial a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 1px;
	color: #141414 !important;
	background: #fff;
	font-weight:700;
}
.footersocial a:hover i {
	background:#5a8ffb;
	color:#fff !important;
}

/*  End  */

/*  Inner contain wrapper  */

.innercontainwrapper {
	width:1280px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
	display:table;
	content:"";
}
.innercontainwrapper1 {
	width:100%;
	margin:0 auto;
	padding:40px 0;
	clear:both;
	display:table;
	content:"";
}
.innercontainwrapper h3, .idxdownloadwrapper h3, .innercontainwrapper1 h3 {
	text-align:center;
	color:#ee3f3f;
	font-weight:900;
	font-size:36px;
	line-height:36px;
	margin:0 0 10px 0;
}

/*  End  */

/*  thank you text  */

.thankyoutext  {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.thankyoutext h4 {
    font-weight:900;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	color: #ed1c24;
	margin-bottom: 10px;
}
.thankyoutext h6 {
	display:block;
    font-weight:900;
	color:#000;
	letter-spacing:0;
	padding: 10px 0 15px 0;
}
.thankyoutext a {
	text-decoration:underline;
	color:#0053c5;
}
.thankyoutext a:hover {
	color:#000;
}
.thankyoutext p {
	margin:0 0 15px 0;
}
.thankyoutext p span {
    font-weight:900;
	color:#ed1c24;
	letter-spacing:0;
	padding: 5px 0;
}
/*  end   */

.suravyformbg {
	width:76%;
	margin:0 auto;
	padding:10px 4%;
	border-radius:10px;
	max-height:60%;
	margin:20px auto;
	background:#f0f0f0;
	overflow-x:hidden;
}
.suravyformbg h3 {
	font-weight:900;
	width: 100%;
	margin: 20px auto 10px auto;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing:0;
	color:#0061e4;
}
.suravyformbg h3 span {
	color: #000;
	display: block;
	margin-bottom: 5px;
	font-size:16px;
}
.suravyformbg h5 {
	font-weight:900;
	margin: 0 auto 5px auto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing:0;
}
/*.suravyformbg h4 {
	font-weight:900;
	margin: 0 auto 5px auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing:0;
}*/
.suravyformbg p {
	margin:0 0 10px 0;
}


.suravyform1main {
	width:100%;
	clear:both;
	display:table;
}
.suravyform1colwrap {
	width:80%;
	margin:0 auto;
	padding:0 0 15px 0;
	display:table;
	clear:both;
	content:"";
}
.suravyform1col1 {
	float:left;
	display:block;
	width:60%;
}
.suravyform1col2 {
	float:right;
	display:block;
	width:40%;
}

.suravyform2main {
	width:100%;
	clear:both;
	display:table;
}
.suravyform2wrap1 {
	width:100%;
	clear:both;
	display:table;
	content:"";
	padding:1%;
	margin:10px 0;
}
.suravyform2wrap1:nth-child(odd) {
	background: #fff;
	border-radius:5px;
}

.suravyform2wrap1box1 {
	float:left;
	display:block;
	width:31.33%;
	margin:1%;
}
.suravyform2wrap1box2 {
	display:block;
	width:98%;
	margin:1%;
}

.suravyformbg label {
	display: block;
	width: 100%;
	font-weight:900;
	font-size: 16px !important;
	padding: 0 0 5px 0px;
	letter-spacing:0;
	color:#444;
}
.suravyformbg label span {
	color: #000;
}
.suravyformbg .survaytextformnormal label {
	font-weight:400;
}
.suravyformbg input, .suravyformbg textarea {
	width: 93%;
	border: 2px solid #d8d8d8;
	box-shadow: none;
	padding: 8px 3%;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #666;
	background: #f4f4f4 !important;
}
.suravyformbg select {
	width: 100%;
	border: 0px;
	box-shadow: none;
	height: 44px;
	padding: 8px 3% 12px 3%;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000;
	border: 2px solid #d8d8d8;
	background: #f4f4f4 !important;
}
.suravyformbg input.error, .suravyformbg select.error {
	border: 2px solid #ff0000;
}
.suravyformbg input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 10px;
}
.suravyformbg input[type="checkbox"].error {
	border: 1px solid #ff0000 !important;
}
.suravyformbg button {
	width: 180px;
	margin: 20px auto 0 auto;
	display: block;
	border: 0px;
	box-shadow: none;
	border-radius: 5px;
	padding: 14px 0;
	line-height: 22px;
	font-weight:900;
	font-size: 20px;
	color: #ffffff;
	background: #0061e4;
	cursor: pointer;
	letter-spacing: 1px;
}
.suravyformbg button:hover {
	background: #000;
	color:#fff;
}

/*  End  */

.checkbox1 {
	display: inline-block !important;
	width:auto !important;
	position: relative;
	padding-left: 24px !important;
	margin: 5px 5px !important;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox1 span {
	padding: 0;
	margin: 0;
}
.checkbox1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxmark1 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
	border: 1px solid #cccccc;
}
.checkbox1:hover input ~ .checkboxmark1 {
  background-color: #ccc;
}
.checkbox1 input:checked ~ .checkboxmark1 {
  background-color: #0061e4;
}
.checkboxmark1:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox1 input:checked ~ .checkboxmark1:after {
  display: block;
}
.checkbox1 .checkboxmark1:after {
  left: 5px;
  top: 2px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.othercheckinput {
	display: inline-block !important;
	position: relative;
	width:auto !important;
}
.othercheckinput input {
	width: 130px;
	padding: 8px 10px;
}



.radiobtn1 {
	display: inline-block !important;
	width: auto !important;
	position: relative;
	padding-left: 30px !important;
	margin: 7px 5px !important;
	cursor: pointer;
	font-size: 14px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radiobtn1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radiobtn1 span {
	padding: 0;
	margin: 0;
}
.radiocheckmark1 {
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #cccccc;
}
.radiobtn1:hover input ~ .radiocheckmark1 {
	background-color: #ccc;
}
.radiobtn1 input:checked ~ .radiocheckmark1 {
	background-color: #0061e4;
}
.radiocheckmark1:after {
	content: "";
	position: absolute;
	display: none;
}
.radiobtn1 input:checked ~ .radiocheckmark1:after {
	display: block;
}
.radiobtn1 .radiocheckmark1:after {
	top: 6px;
	left: 6.5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

/*  End  */


/*  idx contain wrapper  */

.idxconleft {
	width:41%;
	display:inline-block;
	vertical-align:middle;
}
.idxconleft img {
	width:100%;
	display:table;
}
.idxconright {
	width:55%;
	margin:0 0 0 4%;
	display:inline-block;
	vertical-align:middle;
}
.idxconright p {
	margin:0 0 15px 0;
}

/*  end  */

/*  Heading Text   */

.headingtext1 {
	color:#fff;
	width:60%;
	margin:0 auto;
	padding:0;
	text-align:center;
	padding:0 0 45px 0;
}
.headingtext1 h3 {
	color:#fff;
}
.headingtext2 {
	width:60%;
	margin:0 auto;
	padding:0;
	text-align:center;
	padding:0 0 45px 0;
}
.headingtext2 h3 {
	color:#0c44bc;
}

/*  End  */


/*  interviewbox   */

.interviewbox {
	width:92%;
	margin:0 auto 10px auto;
	padding:0;
	background:#fff;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 8px;
}
.interviewbox img {
	width:100%;
	display:table;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.interviewboxcon {
	padding:15px;
	line-height:normal;
	font-size:14px;
}
.interviewboxcon a {
	color:#0c44bc;
	font-weight:900;
	font-size:15px;
}
.interviewboxcon a:hover {
	color:#ff0000;
}
.interviewboxcon h6 {
	font-weight:900;
	padding:5px 0;
}
.articlesslidemain .interviewboxcon p {
	padding:8px 0 0 0;
}

/*  End  */

/*  interviewbox   */

.assetsbox {
	width:86%;
	margin:10px auto;
	padding:4%;
	background:#fff;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 8px;
	line-height:normal;
	font-size:14px;
}
.assetsbox img {
	width:100%;
	display:table;
	border:1px solid #d8d8d8;
}
.assetsbox h4 {
	color:#0c44bc;
	font-weight:900;
	font-size:15px;
	padding:7px 0;
}
.assetsbox .btn2 {
	line-height:20px;
	margin:7px 0 0 0;
}
.assetsbox .btn2 a {
	padding: 5px 15px;
}

/*  End  */

/*  idx video wrapper */

.idxvideowrapper {
	width:95%;
	margin:0 auto;
	padding:50px 0;
	display:table;
	clear:both;
	content:"";
}
.idxvideowrapper h2 {
	color:#0c44bc;
	font-size:26px;
	line-height:26px;
	border-bottom:3px solid #0c44bc;
	font-weight:900;
	display:inline-block;
	margin:0 0 -50px 0;
}
.idxvideoleft {
	float:left;
	display:block;
	width:42%;
}
.idxvideoleft h3 {
	font-size:32px;
	line-height:36px;
	font-weight:900;
	margin:35px 0 20px 0;
}
.idxvideoleft h6 {
	font-size:22px;
	line-height:26px;
	font-weight:900;
	margin:15px 0 0px 0;
}
.idxvideoleft a {
	color:#0c44bc;
}
.idxvideoleft a:hover {
	color:#ff0000;
}
.idxvideoright {
	float:right;
	display:block;
	width:50%;
}
.idxvideoright img {
	width:100%;
	display:table;
	border-radius:10px;
}

/*  End  */







/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
