	body{
			font-family: Helvetica;
			background-color: #f2f2f2 !important;
		}
    a{ color: #000!important;text-decoration: none!important;}
    a:hover{
 color: #000;
 border-bottom: 3px solid green;
}

		button, input, optgroup, select, textarea {
    margin: 8px 0px;}
    .container{background:#f2f2f2;}
    .btn-primary {
    	color: #000 !important;
background: -moz-linear-gradient(top,  rgba(194,195,197,0.65) 0%, rgba(0,0,0,0) 100%) !important;
background: -webkit-linear-gradient(top,  rgba(194,195,197,0.65) 0%,rgba(0,0,0,0) 100%) !important;
background: linear-gradient(to bottom,  rgba(194,195,197,0.65) 0%,rgba(0,0,0,0) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c2c3c5', endColorstr='#00000000',GradientType=0 )!important;
border-color: transparent !important;

}
.btn-primary:hover {
    	color: #000 !important;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(229,229,229,1) 62%, rgba(198,198,198,1) 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(229,229,229,1) 62%,rgba(198,198,198,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(229,229,229,1) 62%,rgba(198,198,198,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 )!important; /* IE6-9 */
border-color: transparent !important;
}
.submit-btn{
	margin-top: 10px;
}
button.submit{float:left;margin-top: 12px;}
input{
    border: 1px solid #1a9c60 !important;
}
span.icon-user img {
    /* background-image: url(image/user-gray.png); */
    width: 20px;
    height: 20px;
    float: left;
    top: 28px;
    left: 0px;
    position: relative;
}
.col.coursesh a, .col.resourcesh a, .col.profileh a, .col.ffcertifiedh a{
 border-bottom: 0px;
}
.col.coursesh{
background-image: url(images/MYCOURSES2.png);
transition: transform .2s; /* Animation */
}
.col.coursesh:hover{
background-image: url(images/MYCOURSES2.png);
transform: scale(1.1); 
}
/*.col.courses:hover img, .col.courses:hover h3{
display: none;
}*/
.col.resourcesh{
background-image: url(images/MYRESOURCES2.png);
transition: transform .2s; /* Animation */
}
.col.resourcesh:hover{
background-image: url(images/MYRESOURCES2.png);
transform: scale(1.1); 
}
/*.col.resources:hover img, .col.resources:hover h3{
display: none;
}*/
.col.profileh{
background-image: url(images/MYPROFILE2.png);
transition: transform .2s; /* Animation */
}
.col.profileh:hover{
background-image: url(images/MYPROFILE2.png);
transform: scale(1.1); 
}
/*.col.profile:hover img, .col.profile:hover h3{
display: none;
}*/
.col.ffcertifiedh{
background-image: url(images/CERTIFIED2.png);
transition: transform .2s; /* Animation */
}
.col.ffcertifiedh:hover{
background-image: url(images/CERTIFIED2.png);
transform: scale(1.1); 
}
/*.col.ffcertified:hover img, .col.ffcertified:hover h3{
display: none;
}*/
h3:hover{
  text-decoration: none;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px !important;
    border-radius: none !important;
}
#myprofile span.icon-user img {
    width: 20px;
    height: 20px;
    float: left;
    top: 28px;
    left: 0px;
    position: relative;
}
#myprofile label {
    margin-left: -18px;
    padding-left: 0px;
}
.content-wrap, .main-wrap{
  padding:30px;
  height: 500px;
background: #fff;
margin-top: 32px;
}
.form-control {
    padding: .375rem .75rem .375rem 1.5rem !important;    
}
form h1{text-align: center;}
.head{
	background-color: #fff;
	
}	
/*#signin{
	padding: 115px 0px 10px;}*/

.footer{
/*	padding: 120px 0px;*/
	margin: 0 auto;
	text-align: center;
        position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
padding: 20px;

}
.foot-wrap{background: #f2f2f2;padding-top: 20px}
.radio-label-vertical-wrapper {
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.radio-label-vertical-wrapper:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 30px;
  background: #efefef;
  position: absolute;
  bottom: 0;
}

.radio-label-vertical-wrapper label:not(.radio-label-vertical) {
  display: block;
  width: 100%;
}

.radio-label-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 21px 0 3px;
  text-align: center;
  margin-right: 5px;
}

.radio-label-vertical input {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -6px;
  display: block;
  cursor: pointer;
}
ul li{
	list-style-type: none;
	display: inline-block;
	padding:0 20px;
}
li a{
  color: #000;
  text-decoration: none;
}
.ol{
	padding: 30px 0;
}
.head .ol a{
  color: #000;
  text-decoration: none;

}
.ol h1{
	font-size: 2.5rem;
	font-weight: 700;
}
.row.head{
	padding-right: 0px;
}
.logo{
	padding: 18px 0 0 10px;
}
.logo img{
	float: left;
	width: 72%;
	height: auto;
}
.right-img img{
	width: 265px;
float: right;
}
.col.right-img{
  padding: 0px;
}
.row > * {
    padding-right: 0px;
    
}
ul{
  text-align: left;
  padding-top: 10px;
}
li a:hover{
 color: #000;
 border-bottom: 3px solid green;
}
.page{padding: 120px 0px;}
#register{
	width: 500px;
	margin: 0 auto;
    padding: 60px 0px;
}
#inputState{
	margin-top: 15px;
}
.reg .form-control{padding: .375rem .75rem .375rem 1.9rem !important;}

.col.courses,.col.resources,.col.profile,.col.ffcertified{
height: 198px;
 padding: 20px 20px 30px;
margin-right: 10px;
margin-left: 10px;
background: #fff;
}
.col.coursesh,.col.resourcesh,.col.profileh,.col.ffcertifiedh{
height: 198px;
 padding: 20px 20px 30px;
margin-right: 10px;
margin-left: 10px;
}
.mycourses{
 background:#fff;
  padding: 20px;
margin-right: 10px;
margin-left: 10px;
}
.col.mycourses h3{color: #000;}
.col.mycourses h4{color: green;font-size: 20px;}
.mycourses-inner{padding: 5px 20px;height: 300px;}
/*#home h3{color:green;margin:0;}*/
.homepage .footer{
      padding: 60px 0px;
      padding: 0px;
}
.row.w-box{
  margin-top: 40px;
}
.w-box img{
  margin-top: 17px;
}
.big-w-box{
  background: #fff;
  padding: 30px 30px 60px;
  position: relative;
  clear: both;
  margin-top: 50px;
  height: 300px;
  margin-bottom: 23px
}
.download p{
  color: green;
}
.logout nav{float:right;text-align: right;}
.logout a{color: #fff !important;}
.logout nav a:hover{border-bottom: 1px solid #fff;}
.row.menu-area{background: #000;color: #fff;height: 45px;}
.menu a{color: #fff !important;}
.menu li a:hover{border-bottom: 1px solid #fff;}
.ff-footer-logo img{
  width:180px;
  /*margin-top: 40px;*/
  float: right;
  position: relative;
    right: 290px;
    bottom: 0px;

}
.col.ff-footer-logo{
  margin-right: 0px; position: fixed;
right: 0px;
bottom: 0px;
background: #f2f2f2;
z-index: 1;}
.col.msds,.col.pos,.col.contacts{
  background:#fff;
  padding: 20px 20px 40px;
margin-right: 10px;
margin-left: 10px;
}

/* Startup Course*/

#main1 {
    width: 610px !important;
    margin: 0 auto;
    background: #fff;
    background: #fff;
    padding: 20px 30px;
    margin-top: 10px;
}
#stey_by_step{
  color: #fff;
}
ol, ul{
	padding-left: 0px !important;
}
.banner_img:hover{
	border-bottom: none !important;
}
.content_wrapper{
	min-height: 450px;
}




.homepage ul.footer{
      padding: 20px 0px;
          position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;

}
}

.main-wrap {
    min-height: 470px;
    padding-top: 1px;
}
.row.w-box + .row.w-box {
    margin-top: 20px;
}