@charset "utf-8";
/* CSS Document */

body {
font-family: 'Montserrat', sans-serif;
}

.top-header {
    background-color: #2f2583;
    padding: 5px 0;
}

ul.social-icon li {
    display: inline;
    margin-right: 10px;
    color: #ffffff;
}

ul.contact-details {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

ul.contact-details li {
    display: inline-block;
    margin-right: 15px;
    color: #ffffff;
    font-size: 14px;
}

ul.contact-details li i {
    margin-right: 5px;
}


.social-icon {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 22px;
}

ul.social-icon li a i {
    font-size: 14px;
    color: #ffffff;
}

.bottom-header {
padding: 5px 0;
}

ul.header-btn li {
    display: inline;
    margin-right: 10px;
    color: #ffffff;
    margin-bottom: 0;
}

ul.header-btn {
    margin-bottom: 0;
    margin-top: 30px;
}

ul.header-btn li a {
    background-color: #2f2583;
    border-color: #2f2583;
}

ul.header-btn li a:hover {
    background-color: #fcbd00;
    border-color: #fcbd00;
}

footer {
    background-color: #2f2583;
        color: #ffffff;
}

footer p {
    margin-bottom: 0;
    text-align: justify;
}

.bottomftr {
    background-color: #1d1752;
}

.bottomftr p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}


.contact-addre {
    background-color: #1d1752;
    height: 100%;
    padding: 110px 50px;
    width: 75%;
    float: left;
    position: relative;
}

.contact-form {
    background-color: #fcbd00;
    width: 40%;
    display: block;
    position: absolute;
    top: 20px;
    padding: 25px;
    right: -250px;
}

.contact-addre h2 {
    color: #fcbd00;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.address-list {
    color: #ffffff;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

h3.titlecontent {
    background: #2f2583;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0 0 15px 0;
}

.paracontent {
    margin-bottom: 15px;
}

.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1055;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    top: 30%;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    left: 50%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 430px;
    z-index: 1056;
    height: 240px;
}

.imgs {
    top: 0%;
    right: 0%;
    position: fixed;
}

.paracontent .contact-form {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
}

.TabbedPanelsContent table {
    border-bottom: 1px solid #000000;
}

div#cntnt {
    width: 45%;
    background-color: #fcbd00;
    padding-bottom: 15px;
    margin: 0 auto;
}

ul.address-list li {
    margin-bottom: 10px;
}

ul.address-list li i {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
    background-color: #fcbd00;
    padding: 7px 0 0 0;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
}

span.add {
    float: right;
    width: 92%;
}

.ftr-icon {
    margin-left: 60px;
    margin-top: 25px;
}

.ftr-icon i {
    font-size: 20px !IMPORTANT;
}

.contact-form input, .contact-form textarea  {
    width: 100%;
    padding: 3px 8px;
    border: 1px solid #eeeeee;
}

form#contact_body .form-group {
    margin-bottom: 10px;
}

form#contact_body button {
    background: #2f2583;
    color: #ffffff;
    font-size: 17px;
    font-family: OpenSans-Regular;
    padding: 2px 20px;
    border-radius: 15px 15px 0 15px;
    border: 0;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}


 .login_btn {
    background: #2f2583;
    color: #ffffff;
    font-size: 17px;
    font-family: OpenSans-Regular;
    padding: 2px 20px;
    border-radius: 15px 15px 0 15px;
    border: 0;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
        margin-top: 15px;
}


@media screen and (max-width: 992px) {

ul.contact-details {
    text-align: center;
}

ul.social-icon {
    text-align: center !important;
    margin: 15px 0 0;
}

.bottom-header {
    text-align: center;
}

ul.header-btn {
    text-align: center !important;
    margin-bottom: 15px;
}

.contact-addre {
    width: 100%;
}

.contact-form {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 15px;
}

.bottomftr p {
    text-align: center !important;
}

	}

@media screen and (max-width: 767px) {
    ul.header-btn li a {
    font-size: 12px;
}

}