@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #D6D6D6), color-stop(1, #FFFFFF));
    background-image: -o-linear-gradient(bottom, #D6D6D6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #D6D6D6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #D6D6D6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #D6D6D6 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #D6D6D6 0%, #FFFFFF 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
img,
ol {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    outline: none!important;
}

.wrapper {
    max-width: 1002px;
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
}

.inner-wraaper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.header {
    background: url(../images/bg-for-hm.jpg) no-repeat;
    position: relative;
    min-height: 540px;
    background-position: center;
}
.header.philanthropy{
    background: url(../images/bg-for-philanthropy.jpg) no-repeat center;
}
.logo {
    float: left;
    margin-left: 2.5em;
    margin-top: 1.5em;
}

.menu {
    float: right;
    margin: 1.5em 2.5em 0 0;
    font: 12px/16px Arial, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 0.625em;
    border-radius: 8px;
}

.menu li {
    list-style-type: none;
    display: inline-block;
    float: left;
    border-right: 1px solid rgb(195, 186, 177);
}

.menu li a {
    color: #ffffff;
    display: block;
    padding: 0 12px;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active {
    text-decoration: none;
    color: #dfe5e6;
}

.menu li:last-child {
    border-right: none;
}

.header-text {
    clear: both;
    color: #ffffff;
    margin: auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    /*background-color:rgba(0, 0, 0, 0.35);*/
    padding: 0 1em;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 100px;
    max-width: 600px;
}

.header-text h1 {
    font-size: 48px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

.header-text p {
    font-size: 16px;
    text-align: center;
}

.mainmenu {
    float: left;
    clear: both;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.menu-btn{
	background: url(../images/rs-btn.png) no-repeat;
	height: 35px;
	width: 45px;
	float: right;
	display: none;
	cursor: pointer;
    z-index: 9999;
    margin-bottom: 5px;
}

.mainmenu ul {
    list-style-type: none;
    margin-bottom: 0;
    background: rgba(0, 58, 105, 0.65);
    -moz-background: rgba(0, 58, 105, 0.65);
    -webkit-background: rgba(0, 58, 105, 0.65);
    clear: both;
    display: table;
    width: 100%;
}

.mainmenu ul li {
    float: left;
    padding: 21px 0;
    width: 25%;
    text-align: center;
    border-right: solid 1px #bdbdbd;
    text-transform: uppercase;
}

.mainmenu ul li a {
    color: #ffffff;
    font-size: 1.188em;
}

.mainmenu ul li a:hover,
.mainmenu ul li a:focus,
.mainmenu ul li a:active {
    text-decoration: none;
    color: #d2dde4;
}

.mainmenu ul li:last-child {
    border-right: none;
}

.homecontent {
    float: left;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.left-content {
    width: 58%;
    padding: 0.625em 1em 0 1em;
    float: left;
}

.left-content h3 {
    color: #4d4e53;
    margin-top: 0;
}

.sidebar-content {
    width: 40%;
    background-color: rgba(202, 202, 202, 0.65);
    float: left;
    padding: 1em 2em;
    margin-top: 1em;
}

.sidebar-content span {
    float: right;
    font-size: 12px;
    color: rgb(32, 85, 138);
}

.sidebar-content h4 {
    color: #4d4e53;
}

.footerwrapper {
    margin-top: 1em;
}

.footerinnerwrapper {
    box-shadow: none;
    background: none;
}

.footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.footer p {
    font-size: 12px;
    color: #747679;
}

.content-part {
    clear: both;
    padding: 0 30px;
    display: table;
    width: 100%;
}

.contact-label {
    color: #034f9b;
    padding-bottom: 5px;
}

.contact-detail a span {
    color: #00a0df;
    vertical-align: middle;
}

#phone.contact-detail a:hover,
#phone.contact-detail a:active,
#phone.contact-detail a:focus {
    text-decoration: none;
    color: #0073ad;
}

.content-part h2 {
    color: #4d4e53;
    font-size: 22px;
    padding-bottom: 10px;
}

.contactdesc {
    margin-bottom: 1em;
}

.contactdesc a {
    color: #8e908f;
}

.generic-content strong {
    color: #6c6f70;
}

.submit-btn {
    background: #003A69;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin-top: 10px;
    padding: 5px 10px;
}

.contact-text {
    margin-top: 25px;
}

.input-row {
    margin-bottom: 5px;
}

.contact-form label {
    font-weight: 400;
    margin-bottom: 0;
}

.input-row input {
    width: 100%;
}

.contact-form {
    margin-top: 20px;
}

.portfolio-pic {
    margin-bottom: 20px;
}

.who-we-are-list {
    padding-left: 15px;
}

.portfolio-pic p {
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

.portfolio-pic a:hover p {
    color: #428bca;
}

.form-control-file {
    margin-top: 10px;
}
.for-mobile{
	display: none;
}
.error{
    color:red;
}
.contact-form:before {
    margin-top: 20px;
    border-left: 1px solid #ddd;
    display: inline-block;
    position: absolute;
    content: "";
    height: 100%;
    left: -30px;
    top: -20px;
}
.please-wait-msg{
    margin: 0;
    padding: 10px 0;
}
.login-block{
    max-width: 400px;
    margin: auto;
    padding: 15px 0;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}