@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');


/* 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-position: inside;
}
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%;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
	color:#000000;
	font-size:16px;
	line-height: 160%;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section{
	padding: 3rem 0;
}


/**/

/*.top-header img{
	width: 160px;
}*/

.video-wrapper{
	width: 90%;
}
.spe-desig p{
	font-size: 0.875rem;
}


/*  idx form wrapper */

.idxformwrapper h1 {
	margin:0 0 20px 0;
	text-align:center;
	color:#000;
    font-weight: 700;
}
.idxformwrapper h2 {
    font-weight:900;
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	margin:0 0 20px 0;
	text-align:center;
	text-shadow:1px 2px #fff;
	color:#1a6aff;
}
.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:100%;
	margin:1% 0;
}
.idxformboxmaincol2 {
	display:block;
	width:31.33%;
	margin:1%;
}
.idxformboxmain label {
	color:#222F39;
	font-size:14px;
	font-weight:600;
/*	font-style:italic;*/
	margin-bottom: 6px;
}
.idxformboxmain input, .idxformboxmain textarea {
	width: 100%;
	font-family: 'Nunito', sans-serif;
	border: none;
	box-shadow: none;
	padding:10px 2%;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #222F39;
	background: rgba(255, 255, 255, 0.8) !important;
	border-radius:5px;
	border: 1px solid #C2D2DF;
}
.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: #222F39;
	background: rgba(255, 255, 255, 0.8) !important;
	border-radius:5px;
	border: 1px solid #C2D2DF;
}
.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"] {
	display: block;
	border: 0px;
	box-shadow: none;
	padding: 16px;
	line-height: normal;
	font-size: 18px;
	color: #fff;
	background: #1a6aff !important;
	cursor: pointer;
	letter-spacing: 0px;
	font-weight:600;
	border-radius:5px;
	transform: 0.3s;
}
.idxformboxmain button:hover, .idxformboxmain input[type="submit"]:hover {
	background: #000 !important;
	color:#fff !important;
	transform: 0.3s;
}
.error {
	color: #ff0000 !important;
}
.idxformwrapper p {
	color:#000;
	font-size: 14px;
	line-height: normal;
}
.idxformwrapper p a {
	color:#000;
	font-weight:900;
	font-style:italic;
}
.form-box{
	padding: 35px;
    box-shadow: 0 0 6PX rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.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: #000000;
}
.footerwrapper {
	font-size: 14px;
	line-height: 24px;
	letter-spacing:0px;
}
.footerwrapper a {
	color: #000000;
}
.footerwrapper a:hover {
	color: #4a90fe;
}
.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:140px;
	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:#4a90fe;
	line-height:normal;
}
.footercol2 p {
	display:block;
	float:right;
	width:85%;
}
.footercol2 p span {
	font-weight:900;
	color:#4a90fe;
	padding:0 8px;
}
.footercol2 p a {
	text-decoration:underline;
}
.footerbottomleft {
	float: left;
	display: block;
}
.footerbottomright {
	float: right;
	display: block;
}
.footersocial a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 2px;
	color: #141414 !important;
	background: #fff;
}
.footersocial a:hover i {
	background:#4a90fe;
	color:#fff !important;
}

.footersocial a:hover:first-child  i {
	background: #3a5a97;
}
.footersocial a:hover:nth-child(2) i {
	background: #000000;
}
.footersocial a:hover:nth-child(3) i {
	background: #0283c7;
}
.footersocial a:hover:nth-child(4) i {
	background: #d5378c;
}
.footersocial a:hover:nth-child(5) i {
	background: #e32c28;
}
.footersocial a:hover i {
	color: #fff !important;
}

/*  End  */


/*common text*/

/*---------*/
::selection {
	color:#fff;
	background-color:#000;
}
::-moz-selection {
	color:#fff;
	background-color:#000;
}
::-webkit-selection {
	color:#fff;
	background-color:#000;
}

#Arrowfix {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99999999 !important;
    background-color: #000;
    text-indent: -9999px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#Arrowfix:hover{
	background-color: #3F72C4;
}
#Arrowfix span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

.btn{
	padding: 1.2rem 1.7rem;
	font-size: 1rem;
	line-height: normal;
	text-align: center;
	border-radius: 50px;
}
.btn:hover{
	background-color: #fff;
	color: #000;
}
.btn a{
	display: inline-block;
}

.fw_normal{
	font-weight: 400;
}
.fw_medium{
	font-weight: 500;
}
.fw_sbold{
	font-weight: 600;
}
.fw_bold{
	font-weight: 700;
}

.heading1{
	font-size: 2.625rem;
	line-height: 3.5rem;
}
.heading2{
	font-size: 1.688rem;
	line-height: 2.375rem;
}
.heading3{
	font-size: 1.125rem;
}

.bg-gray{
	background-color: #F0F0F0;
}
.bg-white{
	background-color: #ffffff;
}
.bg-black{
	background-color: #000000;
}
.bg-lgt-blue{
	background-color: #3F72C4!important;
}

.txt-lgt-blue{
	color: #3F72C4;
}
.txt-white{
	color: #ffffff;
}
.txt-black{
	color: #000000;
}

.page-bullet li{
	line-height: 140%;
	padding-left: 0.9rem;
	font-weight: 400;
}

.header-cright img{
	width: 80%;
}
.dwnld-box-content{
	height: 100px;
}
.dwnld-box p{
	color: #666;
}