body {
    background-color: #fff;
    font-family:"Open Sans",sans-serif;
    margin: 0;
    padding: 0;
}
.wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(../img/bg2.jpg);
    /*background-color:#003a6b;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* overflow-x: hidden; */
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.logo_area {
    width: 100%;
    float: left;
    margin-top:0;margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3f5d9d;
    padding-left:33px;

}
.logo_area img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0px auto;
}
.main_area {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
@media (min-width :768px) {
.logo_area img {
    max-width: 90%;
    width: auto;
    height: auto;
    display: block;
    margin: 0px;
}
.main_area {
    width: 100%;
    float: left;
    margin: 50px 0px 0px 0px;
}    
}
.login_form {
    width: 100%;
    float: left;
    
}
.form_wrapper {
    width: 100%;
    background-color: #fff;
}

.col-md-8 .about {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0;
    padding-top: 20px;
}
@media (min-width :768px){
.col-md-8 .about {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0;
    padding-top: 0px;
}
}
.highlight_wrap {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.highlight_wrap h3 {
    width: 100%;
    float: left;
    color: #1361c4;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.col_3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.icon {
    width: 100%
}
.icon img {
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    padding: 6px;
    border: 5px solid #1361c4;
    margin-left: calc(50% - 41px);
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.icon img:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.col_3 p {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 16px;
    text-transform: uppercase
}

.border {
    height: 1px;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}
.footer {
   
    position: fixed;
    bottom: 0;right: 0;left: 0;
    margin: 0px;
    padding: 0 !important;
   
    
}
 .footer  p,
 .footer  a {
    
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
    padding: 19px;
    color: #fff;

}
.col-md-6 ul {
    list-style: none;
    width: 100%;
    float: left;
}
.col-md-6 ul li {
    float: left;
    padding: 0 3px;
}
@media (min-width: 768px){
.col-md-6 ul li {
    float: right;
    padding: 0 5px;
}
}
.facebook {
    background-image: url(../img/facebook.png);
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.facebook:hover {
    background-image: url(../img/facebook2.png);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.web {
    background-image: url(../img/web.png);
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.web:hover {
    background-image: url(../img/web2.png);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.google {
    background-image: url(../img/google-plus.png);
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.google:hover {
    background-image: url(../img/google-plus2.png);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.youtube {
    background-image: url(../img/youtube.png);
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.youtube:hover {
    background-image: url(../img/youtube2.png);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}