/*Common Section Start*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');

body {
    font-family: 'Jost', serif;
    font-style: normal;
}

a {
    text-decoration: none !important;
}
.hide{
    display: none;
}

.un-hide{
    display: block;
}

/*Common Section End*/

/*Header Section Start*/
.header-section {
    width: 100%;
    background-color: #1D4658;
    padding-top: 30px;
    padding-bottom: 50px;
}

.header-section-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.header-section-logo img {
}

.header-section-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-section-menu-view {
    width: 950px;
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: center;
}

.header-section-menu-view > ul {
    width: 80%;
    padding-left: 0;
    align-self: center;
    height: 5px;
}

.header-section-menu-view > ul > li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
}

.header-section-menu-view > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.header-section-menu-view > ul > li > a:hover {
    border-bottom: 2px solid red;
    padding-bottom: 26px;
}

.active-menu {
    border-bottom: 2px solid red;
    padding-bottom: 26px;
}

.header-section-menu-view > button {
    width: 125px;
    height: 40px;
    background: #1A2233;
    border: none;
    align-self: center
}

.header-section-menu-view > button > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.header-section-title {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

.header-section-title > h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}

.product-dropdown:hover .dropdown-menu {
    display: block;
    background-color: #000000;
    padding: 24px 0 10px 0 !important;
}

.sidebar-dropdown-menu {
    display: none;
}

.sidebar-product-dropdown:hover .sidebar-dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dropdown-menu > li:hover {
    border-bottom: 1px solid red;
}

.dropdown-item:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.dropdown-divider-custom {
    width: 84px;
    height: 2px;
    background-color: red;
}

/*Header Section End*/

/*About Section Start*/
.about-section {
    width: 100%;
    margin-bottom: 100px;
}

.about-section-info {
    padding: 10px 200px 10px 200px;
}

.about-section-info > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #010A1C;
}

.about-section-info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
}

.about-section-info > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    object-fit: contain;
}

.about-section-info > ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
}

.about-section-media {
    height: 650px;
    padding: 0 50px 0 50px;
    width: 100%;
}

.about-section-media-img {
    height: 650px;
    width: 100%;
}

.about-section-media-img img {
    height: 100%;
    width: 100%;
}

.about-section-media-img video {
    height: 100%;
    width: 100%;
}

.about-section-service {
    width: 100%;
    height: 400px;
    position: relative;
}

.about-section-service > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-service-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.about-section-service-text {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: white;
    padding-left: 40px;
}

.about-section-service-text > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-section-service-text > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #ED2224;
    text-decoration: none;
}

.about-section-title {
    width: 100%;
}

.about-section-title-banner {
    width: 100%;
}

.about-section-title-banner img {
    width: 100%;
}

.about-section-title-menu {
    height: 85px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -40px;
}


.about-section-title-menu > ul {
    padding-left: 0;
}

.about-li-active {
    background: #010A1C !important;
}

.about-section-title-menu > ul > li {
    display: inline-flex;
    list-style: none;
    width: 230px;
    height: 85px;
    background: #ED1C24;
    justify-content: center;
    align-items: center;
}

.about-section-title-menu > ul > li > a {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.about-section-member {
    height: 215px;
    display: flex;
    margin-bottom: 30px;
}

.about-section-member-img {
    width: 25%;
}

.about-section-member-img img {
    height: 215px;
    width: 100%;
}

.about-section-member-text {
    width: 75%;
    text-align: left;
    padding-left: 15px;
}

.about-section-member-text > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    color: #000000;
    text-decoration: none;
}

.about-section-member-text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}

.about-section-member-text > h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    text-decoration: none;
}

/*About Section End*/

/*Product Section Start*/
.product-section {
    margin-bottom: 100px;
}

.product-section-item {
    height: 355px;
    background: #FFF9F9;
    box-shadow: 0 4px 50px rgba(18, 47, 83, 0.1);
    width: 100%;
}

.product-section-title {
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section-title h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    text-transform: uppercase;
    color: #010A1C;
}

.product-section-item-img {
    height: 300px;
    background-color: #FFFFFF;
    width: 100%;
}

.product-section-item-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-section-item-title {
    padding: 13px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.product-section-btn {
    display: flex;
    justify-content: center;
}

.product-section-btn > button {
    width: 155px;
    height: 50px;
    background: #ED1C24;
    border: none;
}

.product-section-btn > button > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/*Product Section End*/
/*Welcome Section Start*/
.welcome-section {
    width: 100%;
    height: 725px;
    background-color: #1D4658;
}

.welcome-section-text {
    padding: 50px 45px 100px 95px;
}

.welcome-section-text > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 122.1%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.welcome-section-text > h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 68px;
    color: #FFFFFF;
}

.welcome-section-info {
    padding: 50px 50px 0 0;
}

.welcome-section-info > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 122.1%;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.welcome-section-info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.welcome-section-info > button {
    width: 120px;
    height: 40px;
    background: #345869;
    border: none;
}

.welcome-section-info > button > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
}

/*Welcome Section End*/

/*Hero Section Start*/
.hero-section {
    width: 100%;
    position: relative;
    top: -350px;
}

.hero-section-img {
    width: 100%;
    position: relative;
}

.hero-section-image {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.hero-section-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(29, 33, 31, 0) 0%, #1D211F 100%);
}

.hero-section-info {
    position: absolute;
    bottom: 43px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}

.hero-section-info-text {
    text-align: center;
}

.hero-section-info-text > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 122.1%;
    color: #FFFFFF;
}

.hero-section-info-text > img {
    margin-bottom: 10px;
}

.hero-section-img > img {
    width: 100%;
}

.hero-section-info-m {
    display: none;
}

/*Hero Section End*/


/*Service Section Start*/
.service-section {
    text-align: center;
    position: relative;
    top: -240px;
}

.service-section-all {
    text-align: center;
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}

.service-section-title {
    margin-bottom: 40px;
}

.service-section-title > h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
}

.service-section-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
    opacity: 0.7;
}

.service-section-info {
    height: 247px;
    width: 100%;
    text-align: center;
    padding: 30px 29px 33px 28px;
}

.service-section-info > img {
    margin-bottom: 21px;
}

.service-section-info > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
    margin-bottom: 11px;
}

.service-section-info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #010A1C;
    opacity: 0.7;
}

.service-section-info:hover {
    background: #FFFFFF;
    box-shadow: 0 30px 50px rgba(29, 70, 88, 0.06);

}

.service-section-btn > button {
    width: 175px;
    height: 50px;
    background: #ED1C24;
    border: none;
}

.service-section-btn > button > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

/*Service Section End*/

/*Client Section Start*/

.client-section {
    text-align: center;
    position: relative;
    top: -150px;
    background-color: #F2F3F4;
    height: 560px;
    padding: 100px 80px;
}

.client-section-title {
    margin-bottom: 40px;
}

.client-section-title > h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
}

.client-section-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
    opacity: 0.7;
}

.client-section-info {
    background-color: #FFFFFF;
    height: 224px;
    padding: 20px 20px;
}

.client-section-info > img {
    margin-bottom: 30px;
    height: 90px;
    width: 100%;
    object-fit: contain;
}

.client-section-info > h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 122.1%;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

/*Client Section End*/

/*Member Section Start*/
.member-section {
    text-align: center;
    position: relative;
    top: -150px;
    padding: 100px 20px 0 20px;
}

.member-section-title {
    margin: auto;
    margin-bottom: 40px;
    width: 60%;
}

.member-section-title > h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
}

.member-section-title > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 122.1%;
    text-align: center;
    color: #010A1C;
    opacity: 0.7;
}

.member-section-info {
    display: flex;
}

.member-section-info-img {
    width: 30%;
}

.member-section-info-img > img {
    width: 100%;
    height: 215px;
    object-fit: contain;
}

.member-section-info-text {
    width: 70%;
    text-align: left;
    padding-left: 15px;
}

.member-section-info-text > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    color: #000000;
}

.member-section-info-text > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #000000;
    opacity: 0.7;
}

.member-section-info-text > h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.member-section-list{
    width: 100%;
    /*display: flex;*/
    /*white-space: nowrap;*/
    /*overflow: auto;*/
}
.member-section-list-item{
    width: 100%;
}
.member-detail-section {
    padding: 100px 100px;
}

.header-section-menubar {
    display: none;
}

/*Member Section End*/
/*sustainability Section Start*/

.sus-section-title-menu {
    height: 85px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -40px;
}


.sus-section-title-menu > ul {
    padding-left: 0;
}

.sus-li-active {
    background: #010A1C !important;
}

.sus-section-title-menu > ul > li {
    display: inline-flex;
    list-style: none;
    width: 200px;
    height: 60px;
    background: #ED1C24;
    justify-content: center;
    align-items: center;
}

.sus-section-title-menu > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

/*sustainability Section End*/

/*Contact Section Start*/
.contact-section-intro {
    margin-top: 87px;
    margin-bottom: 50px;
    text-align: center
}

.contact-section-intro h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #122F53;
}
.contact-section-intro p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.contact-section-list-icon {
    width: 15%;
}

.contact-section-list-info {
    width: 85%;
}

.contact-section-list-info > h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;

}

.contact-section-list-info > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list-info > ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.contact-section-list-info > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.contact-section-map {
    height: 479px;
    width: 100%;
    margin: auto;
}


.contact-comment-item {
    display: flex;
    flex-wrap: wrap;
}

.contact-comment-item-img {
    width: 7%;
    border-radius: 50%;
}

.contact-comment-item-img > img {
    border-radius: 50%;
}

.contact-comment-item-title {
    width: 83%;
}

.contact-comment-item-title > h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
}

.contact-comment-item-title > p {

    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.5;
}

.contact-comment-item-replay {
    width: 10%;
}

.contact-comment-item-replay > button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}

.contact-comment-item-detail {
    padding-left: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 15px;
}

.contact-comment-item-divider {
    height: 1px;
    background: #D0D5DD;
    width: 100%;
    margin-top: 15px;
}

.contact-comment-item-input {
    width: 48%;
    margin-bottom: 30px;
}

.contact-comment-item-input > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.b-p-c-m {
    margin-left: 4%;
}

.contact-comment-item-input > input {
    width: 100%;
    height: 60px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 21px;
}

.contact-comment-item-textarea {
    width: 100%;
    margin-bottom: 30px;

}

.contact-comment-item-textarea > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.contact-comment-item-textarea > textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding: 12px 0 0 21px;
}

.contact-comment-item-button {
    width: 100%;
}

.contact-comment-item-button > button {
    width: 100%;
    height: 60px;
    background: #1D4658;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;

}

/*Contact Section End*/

/*Footer Section Start*/
.footer-section {
    width: 100%;
    height: 747px;
    background-color: #1D4658;
    padding-top: 70px;
}

.footer-section-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.footer-section-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    text-align: center;
}

.footer-section-title > p {
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-section-divider {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
}

.footer-section-info {
    margin-bottom: 50px;
}

.footer-section-info > h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-section-info > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-section-social {
    position: relative;
    padding-left: 9%;
}

.footer-section-social > ul {
    position: relative;
}

.footer-section-social > ul > li {
    width: 35px;
    height: 35px;
    background: #ffffff2b;
    border-radius: 25px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.footer-section-social > ul > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    padding-top: 10px;
}

.footer-section-social > ul > li > a > img {
    margin-top: 10px;
}

.footer-section-copy-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

.footer-section-dev > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer-section-dev > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EA227A;
    text-decoration: none;
}

/*Footer Section End*/

/*MODAL FADE LEFT BOTTOM */

.modal.left {
    font-family: Jost, sans-serif;
    z-index: 99999;

}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 300px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
    height: 100vh;
    overflow-y: auto;

}

.modal.left .modal-content {
    min-height: 100vh;
    border: 0;
    height: 100vh;
    display: block;
    border-radius: 0;
}

.modal.left .modal-header {
    height: 58px;
}

.modal.left .modal-body {
    height: calc(100vh - 58px);
    overflow: auto;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;

}

.mobile-menu-sub {
    list-style: none !important;
    padding-left: 10px;

}

.mobile-menu li {
    font-size: 20px;
    line-height: 39px;
    list-style: none !important;

}

.mobile-menu-sub li {
    font-size: 20px;
    list-style: none !important;
    padding-left: 1px;
    line-height: 20px;
}

.mobile-menu a {
    padding: 6px 8px 6px 0;
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.mobile-menu p {
    padding: 6px 8px 1px 0;
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.mobile-menu-sub a {
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub-button {
    border: none;
    width: 150px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #1A2233;
    border-radius: 22.5px;
    outline: none;
    margin-top: 50px;

}

.close {
    border: none !important;
    background: none !important;
    color: red !important;
}