﻿/* 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:16px;
	line-height:24px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */

/*  Top bg  */

.topbg {
	background:#0e0e0e;
	border-bottom:1px solid #383838;
}
.topwrapper {
	width:1180px;
	margin:0 auto;
	padding:0px 0;
	display:table;
	clear:both;
	content:"";
}
.topleft {
	float:left;
	display:block;
}
.topright {
	float:right;
	display:block;
	margin:5px 0 0 0;
}

.topright a i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	margin: 0 0px;
	color: #fff !important;
	background: #3b3b3b;
}
.topright a:hover i {
	background:#E57200;
	color:#fff !important;
}

/*  End  */

/*  Top Main Wrapper  */

.topmainbg {
	background:url(../images/world-map-bg.png) no-repeat left center #0e0e0e;
	background-position:0 50%;
}
.topmainwrapper {
	width:1180px;
	margin:0 auto;
	padding:12px 0;
	display:table;
	clear:both;
	content:"";
}
.topmainleft {
	float:left;
	display:block;
	width:200px;
	margin:10px 0 0 0;
}
.topmainright {
	float:right;
	display:block;
	width:150px;
}
.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%;
	z-index: 1;
}
.topheaderwrapper {
	width:1180px;
	margin:0 auto;
	padding:30px 0 0px 0;
	clear:both;
	display:table;
	content:""; 
}
.topheaderleft {
	display:inline-block;
	vertical-align:middle;
	color: #fff;
	width: 45%;
	font-size: 18px;
	line-height: 28px;
	margin:0 3% 0 0;
}
.topheaderleft h1 {
	font-weight:900;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
}
.topheaderleft p {
	margin:0 0 15px 0;
}
/*.topheaderright {
	display:inline-block;
	vertical-align:middle;
	width: 40%;
}*/
.topheaderconright {
	display:inline-block;
	vertical-align:middle;
	width:50%;
	position:relative;
}
.topheaderconright img {
	width:100%;
	display:table;
	position:relative;
}
.topheaderconrightimg {
	position:absolute;
	width: 63%;
    top: 9%;
    left: 19%;
	z-index:5;
}
.topheaderconrightimg img {
	width:100%;
	display:table;
	border-radius:5px;
}

.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(229,114,0, 0.80);
    z-index: -1;
}

/*  End  */


.idxcontext {
	font-size:16px;
	line-height:26px;
}
.idxcontext h3 {
	margin:0 0 0 0 !important;
	font-weight:900;
	color:#c8270d;
	text-align:left !important;
	font-size:24px !important;
}
.idxcontext h6 {
	font-weight:900;
	color:#000;
	text-align:left !important;
	font-size:18px !important;
	margin: 0 0 15px 0;
}
.idxcontext p {
	margin:0 0 15px 0;
}






/*  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="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;
}
.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:#E57200;
}
.innerformcr h2 {
	color:#000;
	text-shadow:none;
}
.innerformcr h2:after {
	background:#E57200;
}
.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: #E57200 !important;
}
.innerformcr button:hover, .innerformcr input[type="submit"]:hover {
	background: #000 !important;
	color:#fff !important;
}
.innerformcr p a {
	color:#E57200;
}
.innerformcr p {
	color:#333;
}

/*  End  */



/*  footer wrapper  */

.footerbg {
	background: #252525;
	color: #939393;
}
.footerwrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing:0px;
}
.footerwrapper a {
	color: #939393;
}
.footerwrapper a:hover {
	color: #E57200;
}
.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:#E57200;
	line-height:normal;
}
.footercol2 p {
	display:block;
	float:right;
	width:85%;
}
.footercol2 p span {
	font-weight:900;
	color:#E57200;
	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:#E57200;
	color:#fff !important;
}

/*  End  */

/*  Inner contain wrapper  */

.innercontainwrapper {
	width:1180px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
	display:table;
	content:"";
}
.innercontainwrapper h3, .idxdownloadwrapper h3 {
	text-align:center;
	color:#E57200;
	font-weight:900;
	font-size:32px;
	line-height:32px;
	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: #E57200;
	margin-bottom: 10px;
}
.thankyoutext h6 {
	display:block;
    font-weight:900;
	color:#E57200;
	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:#E57200;
	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  */





/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
