



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-Black;
  src: url('../fonts/raleway/Raleway-Black.ttf'); 
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
body, html {
	height: 100%;
	font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
	 font-size:12px;
	
}
.main12 {
	margin:0 auto;
	width:100%;
}
#header {
	/*width:60%;*/
	 max-width: 960px;
	margin:0 auto;

	
}
#logo{
    margin-top: 10px;
	width:30%;
	float:left;
}
#logo img{
	
	width:70%;
	}
#heading {
        border-radius: 5px;
	padding: 10px 0;
	width:70%;
	float:right;
	text-align:center;
	color: #fff;
	background: #eb5e21;
}
#para {
	 
	width:70%;
	float:right;
	text-align:center;
	color: #fff;
}
#heading h2{
	 font-family: 'Roboto', sans-serif;
	font-size:20px;
	margin:5px;
	font-weight:bold;
	color: #fff;
	
}
#heading h3{
	font-size:14px;
	font-weight:bold;
	color: #fff;
}
/*---------------------------------------------*/
a {
	 font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	 font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap-contact100 {
 border-radius: 10px;
    /* width: 60%; */
    padding: 20px;
 box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.07);
    max-width: 1000px;
    margin: 0 auto;
}

/*.wrap-contact100 {*/
/*  max-width: 960px;*/
/*  background: #fff;*/
/*  border-radius: 2px;*/
  /*padding: 66px 115px 59px 115px;*/
/*  position: relative;*/
/*}*/


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Raleway-Black;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 25px;
  
}
.contact100-form-title-small {
  display: block;
  width: 100%;
  font-family: Raleway-Black;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
   padding-top: 10px;
  padding-bottom: 10px;
}


/*------------------------------------------------------------------
[ Input ]*/
.wrap-inputsheet {
	
  width: 100%;
  
  
  
}

.wrap-input100 {
	float:left;
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 15px;
   margin-right:10px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}
.rs1-wrap-input1003 {
  width: calc((100% - 30px) / 3);
}
.label-input100 {
  font-family: Raleway-SemiBold;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  margin-right:20px;
  text-transform:uppercase;
}
.smallnote{
	font-family: Raleway-SemiBold;
  font-size: 11px;
  color: #555555;
  line-height: 1.5;
  margin-right:20px;
}
.valid{
	color:#db1402;
	 font-size: 12px;
	 font-weight:bold;
	display:inline;
}
.input100 {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;

  font-family: Raleway-SemiBold;
  font-size: 14px;
  color: #686868;
  line-height: 1;
  padding: 0 28px;
  border:solid 1px #7f7f7f;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 5px;
  
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
  font-size:12px;
 
}

.selinput100{
	display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;

  font-family: Raleway-SemiBold;
  font-size:12px;
  color: #686868;
  line-height: 1;
  padding: 0 28px;
  border:solid 1px #7f7f7f;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 5px;
	 height: 40px;
}
textarea.input100 {
  min-height: 80px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus {
  background: #e6e6e6;
   border:solid 1px #555;
}

/*------------------------------------------------------------------
[ Button ]*/

.contact100-form-btnorange
{
	display:inline-block;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 60px;
	height:36px;
	line-height:34px;
	font-weight:400;
	border-radius: 5px;
    background: #000;
	letter-spacing:3px
	
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -o-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -moz-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;

  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  /*.wrap-contact100 {*/
  /*  padding: 66px 80px 59px 80px;*/
  /*}*/
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
  .rs1-wrap-input1003 {
  width: 100%;
	}
	#header {
	
	width:100%;
	
}
#heading {
        margin-top: 10px;
    margin-bottom: 10px;
	width:100%;
	text-align:center;
}
.wrap-input100 {
    margin-right:0px;
}
    #para {
    width: 100%;
}
#logo{
	width:100%;
	text-align:center;
}
#logo img{
	
	width:60%;
	}
#heading h2{
	margin: 5px;
    font-size: 15px;
    font-weight: bold;
	
}
#heading h3{
	margin:5px;
	font-size:16px;
	font-weight:bold;
}
#heading h3.nfo-text{
    font-size:12px;
}
}

@media (max-width: 576px) {
/*.wrap-contact100 {*/
/*    padding: 66px 15px 59px 15px;*/
/*  }*/
   .rs1-wrap-input1003 {
  width: 100%;
	}
	
	.bg img{
	    width: 100%;
	}
	input.clsmode:nth-child(2) {
    margin-left: 32px;
}
  #header {
	
	width:100%;
	
}

}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 10px;
  pointer-events: none;

  font-family: Raleway-SemiBold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  display: block;
  max-width: 960px;
  font-family: Raleway-SemiBold;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 40px 0 10px 0;
}

.orangehead{
        border-radius: 5px;
	background-color:#eb5e21;
	color:#fff;
	width:100%;
	display:block;
	padding:5px 10px;
	margin-bottom:20px;
	
}
.whitetext{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
}
.whitetext a{
	
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.whitetext a:hover{
	
	
	text-decoration:underline;
}
.whitesmalltext{
	color:#fff;
	font-size:12px;
}
.formtitle{
	padding-right:50px;
	
}
.icon-plus{
	float:right;
}

.bg img{
	width:100%;
}

.chkStatus, .spandirectchkbox, .chkInstType, .ChkPaymentMode, .chkCuntryBirth1, .chkCuntryBirth2, #chkSIPfrequency, #chkSIPstatus, #rblSIPautodebitdates, #SIPFrequency, #SIPDebitType, #chkgrossforeingmoneyexch, #rblgrossGaming, #rblgrossMoneyLending {
	display: inline;
}

	.chkStatus label, .spandirectchkbox label, .chkInstType label, .ChkPaymentMode label, .chkCuntryBirth1 label, .chkCuntryBirth2 label, #chkSIPfrequency label, #chkSIPstatus label, #rblSIPautodebitdates label, #SIPFrequency label, #SIPDebitType label, #chkgrossforeingmoneyexch label, #rblgrossGaming label, #rblgrossMoneyLending label {
		margin-left: 3px;
		vertical-align: middle;
	}