
section#about_us {
    background-image: url(../images/about-background.jpg);
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    background-attachment: fixed;
}
.about_logo_div {
    width: 250px;
    margin: 0 auto;
    display: table;
    height: 200px;
    text-align: center;
    padding-top: 50px;
    /* background-color: #ffffff66; */
    margin-top: 100px;
}

.about_logo_div img {
    /* background-color: #fff; */
}

.about_logo_div img {
}
.about_inner_div {
    background-color: #01184285;
    /* padding:0px 75px 50px 75px; */
    float: left;
    width: 100%;
}
.about_inner_div_content {
    float: left;
    width: 100%;
    padding: 0px 75px 50px 75px;
}
.about_content_div {
    padding: 50px 0 50px 0;
	float: left;
    width: 100%;
}

.about_content_div h2 {
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 35px 0;
    color: #fff;
}

.about_content_div p {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 20px 0;
    color: #fff;
    line-height: 1.5;
	text-align: justify;
}

.about_content_div ul {
    padding-inline-start: 20px;
    margin: 0;
}

.about_content_div ul li {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
}
.about_banner_div {
    float: left;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 30px;
}


/***************** investor-relation page css start ****************/

#investor_relation_banner {
    background-image: url(../images/about-background.jpg);
    /* height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    background-attachment: fixed;
}
.investor_relation_inner {
    /* align-items: center; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* height: 100vh; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    background-color: #01184285;
    float: left;
    width: 100%;
	padding-top: 150px;
    padding-bottom: 100px;
}

.custom_nav a.nav-item {
    width: 100%;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.investor_relation_inner .nav-tabs {
    border-bottom: none;
}
.custom_nav a.nav-item.nav-link.active {
    color: #ffcc01;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
    border-bottom: 1px solid #ffcc01;
}
.custom_nav a.nav-item.nav-link:hover {
    outline: none;    border: none;
}

.md_desk_div {
    background-color: #05172f;
    border-radius: 10px;
    padding: 25px 25px;
}
.md_desk_div p {
    margin: 0;
}

.left_panel_div {
    background-color: #05172f;
    float: left;
    width: 100%;    height: 100%;
}

.left_panel_div h3 {
    background-color: #ffcc01;
    color: #05172f;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
	width: 100%;
}
.right_panel_div {
    background-color: #05172f;
    padding: 25px 25px;
    float: left;
    width: 100%;
	height: 100%;
}
.right_panel_div ul {
    padding: 0;
    margin: 0;
	column-count: 2;
    column-gap: 2.5em;
	list-style-type:none;
}
.right_panel_div ul li {
    margin-bottom: 30px;
}
.custom_nav a.nav-item:last-child {
    border-bottom: none;
}
a.csta {
    text-decoration: none;
}

a.csta span.sr-span {
    color: #fff;
	font-size: 16px;
    font-family: 'Barlow', sans-serif;
}






/***************** investor-relation page css over ****************/



/***************** contact-us page css start ****************/

.contact_middle_div {
    background-color: #05172f;
    border-radius: 10px;
    padding: 25px 25px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: table;
	margin-bottom: 50px;
}
.contact_middle_div h3, #about_us h3 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 25px;
}
.contact_middle_div:before {
    content: '';
    background-color: #fff;
    width: 10px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 25px;
}
.contact_us_form {
    float: left;
    width: 100%;
    padding:30px 15px 0px 15px;
}
.contact_us_form input {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
}

.form-group {
}

.contact_us_form form {
    float: left;
    width: 100%;
}

.contact_us_form textarea {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 0;
    height: 100px;
    resize: none;
    font-size: 16px;
}
.contact_us_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.contact_us_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.contact_us_form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
/*********************/
.contact_us_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.contact_us_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.contact_us_form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
input:focus {
    outline: none;
    box-shadow: none;
}
textarea:focus {
    outline: none;
    box-shadow: none;
}
.form-group {
    float: left;
    width: 100%;
}
button.submit_btn {
    background-color: #ffcc01;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 48px;
    font-size: 20px;
    font-weight: 600;
    color: #1c1b1b;
}
.contact_us_address {
    float: left;
    width: 100%;
    padding: 30px 15px 0px 15px;
}
.office_address_div {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.icon {
    display: inline-block;
    height: 30px;
    background-color: #ffcc01;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    float: left;
    width: 5%;
}

.office_address_div p {
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    font-size: 16px;
    float: left;
    width: 95%;
}

.icon i {
    color: #1c1b1b;
}
.contact_map {
    float: left;
    width: 100%;
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}




/***************** contact-us page css over ****************/







