*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
}

/****************************************
IMPORTING FONT AWESOME FONTS
****************************************/

@font-face {
	font-family: "myfont";
	src: url("fonts/fontawesome-webfont.woff") format("woff");
}
/****************************************
CLEAR FLOAT CSS
****************************************/
.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
/****************************************
COMMON SECTION
****************************************/
.head01{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.03em;
	line-height: 45px;
}
.para01{
	margin: 0;
	padding: 0;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 27px;
}

/****************************************
NAVBAR CSS
****************************************/
#main-nav{
	z-index: 1000;
	background: #f5f5f5;
}

#main-nav .container-fluid{
	background: rgba(1,74,148,1);
	padding: 8px 0 0 0;
	
}
#main-nav .container-fluid .col-sm-6{
	
}
.main-nav-bottom{
	
}
.main-nav-top{
	background: #ffffff;
}
#main-nav .container{
	padding: 0;
}
.main-nav-contact{
	
}
.main-nav-contact ul{
	list-style-type: none;
	float: right;
}
.main-nav-contact ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
}
.main-nav-contact ul li a{
	color: #ffffff;
	text-decoration: none;
}
.main-nav-contact ul li:last-child{
	margin-right: 0;
}
.main-nav-contact ul li img{
	width: 20px;
	margin: -3px 5px 0 0;
}
.main-nav-contact ul li:nth-child(1) img{
	width: 20px;
}
.navbar-brand img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	width: 150px;
	margin: -7px 0 0 0;
	background: #ffffff;
}


.navbar-brand img{
	width: 120px;
	margin: -10px 0 0 0;
}
.navbar-nav > li > a{
	color: rgba(0,0,0,1) !important;
	letter-spacing: 0.1em;
	font-size: 15px;
}
.navbar-nav > li.dropdown > ul.dropdown-menu li > a{
	color: rgba(0,0,0,1) !important;
	letter-spacing: 0.045em;
	font-size: 15px;
}

#main-nav > .container > .navbar-header > .navbar-toggle i{
	background: rgba(255,94,20,1);
	font-size: 16px;
	width: 75px;
	height: 30px;
	color: rgba(255,255,255,1);
	padding: 6px 6px;
}
#main-nav > .container > .navbar-header > .navbar-toggle i > span{
	margin-left: 5px;
}

/********************************
SLIDER SECTION
**************************/

#slider001-01{
	
}

#slider001-01 .carousel-control{
	background-image: none;
	opacity: 1;
	width: 20px;
}
#slider001-01 .carousel-control span.glyphicon{
	font-size: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,1);
	padding: 3px 5px;
	background-image: -webkit-linear-gradient(30deg,red,blue);
	background-image: -moz-linear-gradient(30deg,red,blue);
	background-image: linear-gradient(30deg,red,blue);
	
}
#slider001-01 .carousel-control span.glyphicon-chevron-left{
	border-radius: 0px 15px 15px 0px;
}
#slider001-01 .carousel-control span.glyphicon-chevron-right{
	border-radius: 15px 0px 0px 15px;
}
/****************************************
HOME PAGE - ABOUT SECTION
****************************************/
#home-abt{
	padding: 100px 0;
	background: rgba(255,255,255,1);
}
.home-abt-in{
	width: 100%;
}
.home-abt-in-row{
	width: 100%;
	margin-bottom: 30px;
}
.home-abt-in-row:last-child{
	margin-bottom: 0;
}
.home-abt-in-row-2{
	width: 100%;
}
.home-abt-in-row-2-50{
	float: left;
}
.home-abt-in-row-2-50-img{
	position: relative;
	z-index: 10;
	width: 40%;
	margin-right: 10%;
}
.home-abt-in-row-2-50-img img{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}
.home-abt-in-row-2-50-img-2{
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(1,74,148,1);
	z-index: -1;
}
.home-abt-in-row-2-50-img-4{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(254,204,0,1);
	z-index: -10;
}
.home-abt-in-row-2-50-img-3{
	position: absolute;
	top: 70%;
	left: 80%;
	width: 40%;
	border: 10px solid rgba(0, 200, 83,1);
}
.home-abt-in-row-2-50-txt{
	width: 50%;
}
.home-abt-in-row:nth-child(2n+1) .home-abt-in-row-2-50-txt{
	margin-right: 0;
}
.home-abt-in-row:nth-child(2n+2) .home-abt-in-row-2-50-txt{
	margin-left: 0;
}
.home-abt-in-row-2-50-txt-title{
	
}
.home-abt-in-row-2-50-txt-title h3{
	margin: 0;
	padding: 0;
}
.home-abt-in-row-2-50-txt-title p.wel{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
.home-abt-in-row-2-50-txt-info{
	margin: 10px 0 0 0;
}
.home-abt-in-row-2-50-txt-info p{
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,1);
}
.home-abt-in-row-2-50-txt-link{
	width: 100%;
}
.home-abt-in-row-2-50-txt-link-btn{
	width: 160px;
	margin: 15px 0 0 0;
}
.home-abt-in-row-2-50-txt-link-btn ul{
	list-style-type: none;
}
.home-abt-in-row-2-50-txt-link-btn ul li{
	display: inline;
	margin-right: 10px;
}
.home-abt-in-row-2-50-txt-link-btn ul li a{
	display: inline-block;
	width: 160px;
	height: 40px;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: rgba(0,0,0,1);
}
/****************************************
HOME PAGE- HOW IT WORKS SECTION
****************************************/
#home-how{
	padding: 100px 0;
	background: rgba(1,74,148,1);
	/* background: rgba(254,204,0,1); */
}
.home-how-head{
	
}
.home-how-head h2,.home-how-head p{
	text-align: center;	
	color: rgba(255,255,255,1);
	width: 50%;
	margin: 0 auto;
	
}
.home-how-head p{
	margin: 15px auto 0 auto;
	width: 70%;
}
.home-how-body{
	width: 100%;
	margin: 60px 0 0 0;
}


.home-how-body-tot{
	width: 100%;
}
.home-how-body-tot-com{
	width: 100%;
}
.home-how-body-tot-com-card{
	float: left;
	width: 49.5%;
	margin-right: 1%;
	background: #f5f5f5;
	margin-top: 15px;
	position: relative;
	height: 175px;
}
.home-how-body-tot-com-card:nth-child(2n+1){
	padding: 15px 105px 15px 15px;
}
.home-how-body-tot-com-card:nth-child(2n+2){
	margin-right: 0;
	padding: 15px 15px 15px 105px;
}
.home-how-body-tot-com-card:nth-child(1),.home-how-body-tot-com-card:nth-child(2){
	margin-top: 0;
}
.home-how-body-tot-com-card-img{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: rgba(254,204,0,1);
	margin: 0 auto 0 auto;
	border: 6px double rgba(255,255,255,1);
}
.home-how-body-tot-com-card:nth-child(2n+1) .home-how-body-tot-com-card-img{
	position: absolute;
	top: 15px;
	right: 15px;
}
.home-how-body-tot-com-card:nth-child(2n+2) .home-how-body-tot-com-card-img{
	position: absolute;
	top: 15px;
	left: 15px;
}
.home-how-body-tot-com-card-img i{
	font-size: 22px;
	color: rgba(255,255,255,1);
	padding: 23px 24px;
}
.home-how-body-tot-com-card-img i.fa-calendar{
	padding: 23px 24px;
}
.home-how-body-tot-com-card-img i.fa-graduation-cap{
	padding: 23px 20px;
}
.home-how-body-tot-com-card-img i.fa-credit-card-alt{
	padding: 23px 20px;
}
.home-how-body-tot-com-card-txt h3{
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.home-how-body-tot-com-card-txt p{
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: rgba(0,0,0,1);
}
/****************************************
HOME PAGE- APPLY NOW SECTION
****************************************/
#home-apply{
	padding: 100px 0;
	background: url("../images/jpg-back-01.jpg") fixed no-repeat center center;
	background-size: cover;

}
#home-apply .container{
	padding-right: 30%;
}
.home-apply-title{
	
}
.home-apply-title h2{
	text-align: center;
}
.home-apply-info{
	margin: 60px 0 0 0;
}

.home-apply-info-form{
	width: 100%;
	margin: 60px 0 0 0;
}
.home-apply-info-form form{
	width: 100%;
}
.home-apply-info-form-input{
	width: 100%;
	margin-bottom: 20px;
}
.home-apply-info-form-input:last-child{
	margin-bottom: 0;
}
.home-apply-info-form-input label{
	margin: 0;
	padding: 0;
	font-size: 15px;
	margin-bottom: 7px;
	letter-spacing: .035em;
	font-weight: normal;
	color: rgba(0,0,0,1);
}
.home-apply-info-form-input input{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: .025em;
	border: 1px solid rgba(0,0,0,0.2);
}
.home-apply-info-form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.home-apply-info-form-input input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.home-apply-info-form-input input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.home-apply-info-form-input input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.home-apply-info-form-input select{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: .025em;
}
.home-apply-info-form-input textarea{
	width: 100%;
	height: 120px;
	background: #f5f5f5;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	letter-spacing: .025em;
}
.home-apply-info-form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.home-apply-info-form-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.home-apply-info-form-input textarea:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.home-apply-info-form-input textarea:-moz-placeholder { /* Firefox 18- */
  color: pink;
}


.home-apply-info-form-input-2{
	width: 100%;
}
.home-apply-info-form-input-2-card{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-top: 20px;
}
.home-apply-info-form-input-2-card:nth-child(2n+2){
	margin-right: 0;
}
.home-apply-info-form-input-2-card:nth-child(1),.home-apply-info-form-input-2-card:nth-child(2){
	margin-top: 0;
}


.home-apply-info-form-input-3{
	width: 100%;
}
.home-apply-info-form-input-3-card{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
}
.home-apply-info-form-input-3-card:nth-child(3n+3){
	margin-right: 0;
}
.home-apply-info-form-input-3-card:nth-child(1),.home-apply-info-form-input-3-card:nth-child(2),.home-apply-info-form-input-3-card:nth-child(3){
	margin-top: 0;
}

.home-apply-info-form-input-submit{
	width: 150px;
	margin: 25px auto 0 auto;
}
.home-apply-info-form-input-submit input{
	width: 150px;
	background: #000000;
	color: #ffffff;
}

/****************************************
HOME PAGE- VIDEO TOUR SECTION
****************************************/
#home-vid{	
	padding: 100px 0;
	background: #f5f5f5;
}
#home-vid .container{
}
.home-vid-title{
	width: 100%;
	text-align: center;
}
.home-vid-info{
	width: 100%;
}
.home-vid-info-all{
	width: 100%;
	margin: 60px 0 0 0;
}
.home-vid-info-all-in{
	width: 100%;
}
.home-vid-info-all-in-card{
	float: left;
	width: 23%;
	margin-right: 2.6666666666%;
	margin-top: 30px;
}
.home-vid-info-all-in-card:nth-child(4n+4){
	margin-right: 0;
}
.home-vid-info-all-in-card:nth-child(1),.home-vid-info-all-in-card:nth-child(2),.home-vid-info-all-in-card:nth-child(3),.home-vid-info-all-in-card:nth-child(4){
	margin-top: 0;
}
.home-vid-info-all-in-card iframe{
	width: 100%;
	height: 225px;
}



/****************************************
FOOTER SECTION
****************************************/
#futer2{
	background: rgba(1,74,148,1);
}
.futer2-main{
	width: 100%;
	padding: 6% 0;
}
.futer2-main-tot{
	width: 100%;
}
.futer2-main-tot-3{
	width: 100%;
}
.futer2-main-tot-3-card{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.futer2-main-tot-3-card:last-child{
	margin-right: 0;
}
.futer2-main-tot-3-card-con-head{
}
.futer2-main-tot-3-card-con-head h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: rgba(254,204,0,1);
	font-weight: bold;
	letter-spacing: 0.02em;
}
.futer2-main-tot-3-card-con-head hr{
	width: 100px;
	margin: 15px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.futer2-main-tot-3-card-con-info{
	margin: 15px 0 0 0;
}
.futer2-main-tot-3-card-con-info ul{
	list-style-type: none;
}
.futer2-main-tot-3-card-con-info ul li{
	font-size: 14px;
	margin: 0 0 5px 0;
	letter-spacing: 0.025em;
	line-height: 26px;
	padding-left: 35px;
}
.futer2-main-tot-3-card-con-info ul li.add{
	background: url("../images/con-icon-white-01.png") no-repeat 0px 2px;
}
.futer2-main-tot-3-card-con-info ul li.cal{
	background: url("../images/con-icon-white-03.png") no-repeat 0px 2px;
}
.futer2-main-tot-3-card-con-info ul li.mai{
	background: url("../images/con-icon-white-02.png") no-repeat 0px 2px;
}

.futer2-main-tot-3-card-con-info ul li a address{
	color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
}

.futer2-main-tot-3-card-con-info ul li a{
	color: rgba(255,255,255,1);
}

.futer2-main-tot-3-card-lks-head{
}
.futer2-main-tot-3-card-lks-head h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: rgba(254,204,0,1);
	font-weight: bold;
	letter-spacing: 0.02em;
}
.futer2-main-tot-3-card-lks-head hr{
	width: 100px;
	margin: 15px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.futer2-main-tot-3-card-lks-info{
	margin: 15px 0 0 0;
}

.futer2-main-tot-3-card-lks-info ul{
	list-style-type: none;
}
.futer2-main-tot-3-card-lks-info ul li{
	font-size: 14px;
	margin: 0 0 5px 0;
	letter-spacing: 0.025em;
	line-height: 26px;
	padding-left: 25px;
	background: url("../images/bull3.png") no-repeat 0px 7px;
}
.futer2-main-tot-3-card-lks-info ul li:last-child{
	margin-bottom: 0;
}
.futer2-main-tot-3-card-lks-info ul li a{
	color: rgba(255,255,255,1);
}
.futer2-main-tot-3-card-soc-head{
}
.futer2-main-tot-3-card-soc-head h4{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: rgba(254,204,0,1);
	font-weight: bold;
	letter-spacing: 0.02em;
}
.futer2-main-tot-3-card-soc-head hr{
	width: 100px;
	margin: 15px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.futer2-main-tot-3-card-soc-info{
	margin: 15px 0 0 0;
}
.futer2-main-tot-3-card-soc-info ul{
	list-style-type: none;
}
.futer2-main-tot-3-card-soc-info ul li{
	font-size: 14px;
	margin: 0 0 5px 0;
	letter-spacing: 0.025em;
	line-height: 26px;
}
.futer2-main-tot-3-card-soc-info ul li a{
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	color: rgba(255,255,255,1);
	font-weight: normal;
	text-decoration: none;
}
.futer2-main-tot-3-card-soc-info ul li i{
	color: #ffffff;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,1);
	margin-right: 10px;
	font-size: 20px;
	padding: 5px;
}
.futer2-main-tot-3-card-soc-info ul li i.fa-facebook{
	padding: 5px 8px;
}
.futer2-main-tot-3-card-soc-info ul li i.fa-twitter{
	padding: 5px 5px;
}
.futer2-main-tot-3-card-soc-info ul li i.fa-linkedin{
	padding: 3px 5px;
}
.futer2-copy{
	background: #ffffff;
	padding: 5px 0;
}
.futer2-copy p{
	color: rgba(0,0,0,1);
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.futer2-copy p a{
	color: rgba(0,0,0,1);
}
/****************************************
INNER PAGE
****************************************/
#in-main{
	
}
.in-main-head{
	width: 100%;
	padding: 6% 0;
	background: rgba(1,74,148,1);
	color: #ffffff;
}
.in-main-head h1{
	text-align: center;
	width: 60%;
	margin: 0 20%;
}
.in-main-body{
	
}
/****************************
CAREERS PAGE
**************************/
.in-main-body-mc{
	width: 100%;
	padding: 6% 0;
}
.in-main-body-mc-all{
	width: 100%;
}

.in-main-body-mc-all-row{
	width: 100%;
	margin-bottom: 70px;
}
.in-main-body-mc-all-row:last-child{
	margin-bottom: 0;
}
.in-main-body-mc-all-row-in{
	width: 100%;
}
.in-main-body-mc-all-row-in-50{

}
.in-main-body-mc-all-row:nth-child(2n+1) .in-main-body-mc-all-row-in-50{
	float: left;
	margin-right: 4%;
}
.in-main-body-mc-all-row:nth-child(2n+1) .in-main-body-mc-all-row-in-50:last-child{
	margin-right: 0;
	
}
.in-main-body-mc-all-row:nth-child(2n+2) .in-main-body-mc-all-row-in-50{
	float: right;
	margin-left: 4%;
}
.in-main-body-mc-all-row:nth-child(2n+2) .in-main-body-mc-all-row-in-50:last-child{
	margin-left: 0;
	
}
.in-main-body-mc-all-row-in-50-img{
		
	width: 38%;
}
.in-main-body-mc-all-row-in-50-img img{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}
.in-main-body-mc-all-row-in-50-txt{
	width: 58%;
}
.in-main-body-mc-all-row-in-50-txt-card{
	width: 100%;
	margin-bottom: 25px;
}
.in-main-body-mc-all-row-in-50-txt-card h2{
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.in-main-body-mc-all-row-in-50-txt-card h3{
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.in-main-body-mc-all-row-in-50-txt-card ul{
	list-style-type: none;
}
.in-main-body-mc-all-row-in-50-txt-card ul li{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 27px;
	color: rgba(0,0,0,1);
	padding-left: 25px;
	background: url("../images/bull.png") no-repeat 0px 8px;
}
.in-main-body-mc-all-row-in-50-txt-card ul li:last-child{
	margin-bottom: 0;
}

/****************************************
	INNER PAGE - CONTACT PAGE
	****************************************/
.in-main-body-con-all{
	width: 100%;
	background: url("../images/back-job-in.png") repeat fixed;
}
.in-main-body-con-all-form{
	width: 100%;
	padding: 6% 0;
}
.in-main-body-con-all-form-50{
	width: 100%;
}
.in-main-body-con-all-form-50-card{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.in-main-body-con-all-form-50-card:last-child{
	margin-right: 0;
}
.in-main-body-con-all-form-50-card-txt{
	
}
.in-main-body-con-all-form-50-card-txt-total{
	width: 100%;
}
.in-main-body-con-all-form-50-card-txt-total-list{
	width: 100%;
	margin-bottom: 40px;
}
.in-main-body-con-all-form-50-card-txt-total-list:last-child{
	margin-bottom: 0;
}
.in-main-body-con-all-form-50-card-txt-total-list-head{
	width: 100%;
}
.in-main-body-con-all-form-50-card-txt-total-list-head h4{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}
.in-main-body-con-all-form-50-card-txt-total-list-info{
	width: 100%;
	margin: 25px 0 0 0;
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul{
	list-style-type: none;
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li{
	font-size: 16px;
	color: rgba(0,0,0,0.95);
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li:last-child{
	margin-bottom: 0;
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li.add{
	background: url("../images/contact-icon01-black.png") no-repeat 0px 1px; 
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li.ema{
	background: url("../images/contact-icon03-black.png") no-repeat 0px 5px; 
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li.pho{
	background: url("../images/contact-icon02-black.png") no-repeat 0px 1px; 
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li.wha{
	background: url("../images/contact-icon04-black.png") no-repeat 0px 1px; 
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li a{
	color: rgba(0,0,0,0.95);
	text-decoration: none;
}
.in-main-body-con-all-form-50-card-txt-total-list-info ul li address{
	margin: 0;
	padding: 0;
}
.in-main-body-con-all-form-50-card-total{
	
}
.in-main-body-con-all-form-50-card-total-in{
	width: 100%;
}
.in-main-body-con-all-form-50-card-total-in form{
	width: 100%;
}
.in-main-body-con-all-form-50-card-total-in-input{
	width: 100%;
	margin-bottom: 20px;
}
.in-main-body-con-all-form-50-card-total-in-input:last-child{
	margin-bottom: 0;
}
.in-main-body-con-all-form-50-card-total-in-input label{
	margin: 0;
	padding: 0;
	font-size: 15px;
	margin-bottom: 7px;
	letter-spacing: .035em;
	font-weight: normal;
}
.in-main-body-con-all-form-50-card-total-in-input input{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: .025em;
	border: 1px solid rgba(0,0,0,0.25);
}
.in-main-body-con-all-form-50-card-total-in-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input select{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: .025em;
}
.in-main-body-con-all-form-50-card-total-in-input textarea{
	width: 100%;
	height: 120px;
	background: #f5f5f5;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	letter-spacing: .025em;
	border: 1px solid rgba(0,0,0,0.25);
}
.in-main-body-con-all-form-50-card-total-in-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input textarea:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.in-main-body-con-all-form-50-card-total-in-input textarea:-moz-placeholder { /* Firefox 18- */
  color: pink;
}


.in-main-body-con-all-form-50-card-total-in-input-2{
	width: 100%;
}
.in-main-body-con-all-form-50-card-total-in-input-2-card{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-top: 20px;
}
.in-main-body-con-all-form-50-card-total-in-input-2-card:nth-child(2n+2){
	margin-right: 0;
}
.in-main-body-con-all-form-50-card-total-in-input-2-card:nth-child(1),.in-main-body-con-all-form-50-card-total-in-input-2-card:nth-child(2){
	margin-top: 0;
}


.in-main-body-con-all-form-50-card-total-in-input-3{
	width: 100%;
}
.in-main-body-con-all-form-50-card-total-in-input-3-card{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
}
.in-main-body-con-all-form-50-card-total-in-input-3-card:nth-child(3n+3){
	margin-right: 0;
}
.in-main-body-con-all-form-50-card-total-in-input-3-card:nth-child(1),.in-main-body-con-all-form-50-card-total-in-input-3-card:nth-child(2),.in-main-body-con-all-form-50-card-total-in-input-3-card:nth-child(3){
	margin-top: 0;
}

.in-main-body-con-all-form-50-card-total-in-input-submit{

}
.in-main-body-con-all-form-50-card-total-in-input-submit input{
	width: 150px;
	background: #000000;
	color: #ffffff;
}

/********************************
ICON WH SECTION
**************************/
.msg-wh{
	position: fixed;
	bottom: 30px;
	right: 30px;
	
}
.msg-wh-icon{
	
}
.msg-wh-icon a{
	
}
.msg-wh-icon a i{
	width: 50px;
	height: 50px;
	background: #32CD32;
	font-size: 28px;
	padding: 11px 13px;
	color: rgba(255,255,255,1);
	border-radius: 25px;
	animation: crescendo 0.75s alternate infinite ease-in;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
@keyframes crescendo {
  0%   {transform: scale(1);}
  100% {transform: scale(1.1);}
}

/****************************************
MOBILE VIEW STABILITY
****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ html, body{ width:100%; overflow-x:hidden; } }