:root {
    --text-blue: rgba(0, 62, 107, 1);
    --text-dark-blue: rgba(0, 42, 73, 1);
    --text-light-blue: rgba(0, 77, 132, 1);
}

html,
body {
    height: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'Roboto', sans-serif;
}

.object-fit-cover {
    -webkit-object-fit: cover;
    object-fit: cover;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p,
span,
a {
    font-size: 16px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

.z-index-1 {
    z-index: 1;
}

a:active,
a:focus,
button,
a.active,
button:focus,
.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

img {
    border: none;
}

ul,
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.b-s-5 {
    height: 5px;
}

.b-s-10 {
    height: 10px;
}

.b-s-15 {
    height: 15px;
}

.b-s-20 {
    height: 20px;
}

.b-s-25 {
    height: 25px;
}

.b-s-30 {
    height: 30px;
}

.b-s-40 {
    height: 40px;
}

.wi-50 {
    width: 50%;
}

.w-48 {
    width: 48%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 64%;
}

.p-tb-30 {
    padding: 30px 0;
}

.p-tb-40 {
    padding: 40px 0;
}

.p-tb-50 {
    padding: 50px 0;
}

.d-none-n {
    display: none;
}

main {
    flex: 1 0 auto;
    -webkit-box-flex: 1;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.fixed-header {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #2966B7;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
}

header.fixed-header {
    padding: 15px 0;
}

header.fixed-header .navbar-brand {
    width: 110px;
}

.font-bebas-neue {
    font-family: 'Bebas Neue', cursive;
}

.btn-comman {
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    background-color: rgba(0, 62, 107, 1);
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px rgba(95, 188, 255, 0.5);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    line-height: 1;
    letter-spacing: 1px;
}

.btn-comman:hover {
    text-decoration: none;
    color: rgba(0, 62, 107, 1);
    background-color: rgba(95, 188, 255, 1);
}

header {
    padding: 30px 0;
    z-index: 5;
}

header .navbar-expand-lg {
    padding: 0;
}

header .navbar-nav .nav-item+.nav-item {
    margin-left: 25px;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--text-blue);
    font-size: 15px;
    font-weight: normal;
    position: relative;
}

header .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    content: "";
    bottom: 7px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 16px);
    height: 2px;
    background-color: rgba(104, 196, 215, 1);
    display: none;
}

header .navbar-nav .nav-item .nav-link:hover:after,
header .navbar-nav .nav-item.active .nav-link:after {
    display: block;
}

.main-banner-section::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 2px;
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    top: auto;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.main-banner-section .banner-img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.09);
}

.main-banner-section .banner-img img {
    height: 620px;
}

.main-banner-section .banner-caption {
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-banner-section .banner-caption h1,
.main-banner-section .banner-caption h2,
.main-banner-section .banner-caption h3 {
    font-size: 60px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.main-banner-section .banner-caption h1::after,
.main-banner-section .banner-caption h2::after,
.main-banner-section .banner-caption h3::after {
    position: absolute;
    content: "";
    width: calc(100% - 180px);
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
}

.just-sep-v::after {
    width: 2px;
    height: 100px;
    background-color: rgba(0, 62, 107, 1);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.just-sep-v {
    padding-top: 100px;
}

.conglomerate-section {
    padding: 50px 0
}

.conglomerate-section::before {
    width: 300px;
    background: rgb(69, 223, 255);
    background: linear-gradient(-45deg, rgba(69, 223, 255, 0.51) 0%, rgba(147, 223, 239, 0.50) 100%);
    height: calc(100% - 200px);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.conglomerate-section .f-section {
    padding-bottom: 100px;
}

.conglomerate-section .f-section::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    margin: auto;
    z-index: -1;
    height: 1px;
    width: 120px;
    top: auto;
    bottom: 0;
    background-color: rgba(0, 62, 107, 1);
}

.conglomerate-section .fs-left-section {
    text-align: right;
    padding: 110px 30px 0;
}

.conglomerate-section .fs-left-section .tit-section span {
    color: var(--text-dark-blue);
    font-size: 20px;
}

.conglomerate-section .fs-left-section .tit-section h3 {
    color: var(--text-blue);
    font-size: 55px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.conglomerate-section .fs-left-section .tit-section h3::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    height: 1px;
    width: 250px;
    background-color: rgba(0, 62, 107, 1);
}

.conglomerate-section .fs-left-section .for-width p {
    color: var(--text-blue);
    font-size: 12px;
}

.conglomerate-section .fs-right-section .img-area {
    padding: 0 0 0 35px;
}

.conglomerate-section .fs-right-section .img-area img {
    width: 100%;
    height: 520px;
}

.conglomerate-section .ss-left-se .img-area img {
    width: 100%;
    height: 470px;
}

.conglomerate-section .s-section {
    padding-top: 100px;
}

.conglomerate-section .ss-right-se .contain-area {
    padding: 0 20px 0 35px;
}

.conglomerate-section .ss-right-se .contain-area p {
    color: var(--text-light-blue);
    font-size: 16px;
}

.conglomerate-section .ss-right-se .contain-area h3 {
    color: var(--text-light-blue);
    font-size: 30px;
}

.companies-financial-group {
    padding: 40px 0 70px;
}

.companies-financial-group h2 {
    color: var(--text-blue);
    font-size: 38px;
}

.about-us-intro-se {
    padding: 40px 0 0 0;
}

.about-us-intro-se::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 1);
    height: calc(100% - 100px);
}

.about-us-intro-se h1 {
    color: var(--text-blue);
    font-size: 58px;
}

.about-us-intro-se .about-img-area img {
    height: 530px;
}

.about-us-text-info {
    padding: 0 0 20px 0;
}

.about-us-text-info::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    height: 1px;
    width: 120px;
    background-color: rgba(0, 62, 107, 1);
}

.about-us-text-info .in-detail-info {
    max-width: 84%;
    margin: 0 auto;
    padding: 0 50px 0;
}

.about-us-text-info .in-detail-info::after {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9;
}

.about-us-text-info .left-line::after {
    content: "";
    position: absolute;
    height: 140px;
    width: 1px;
    left: 15px;
    top: 0;
    background-color: rgba(0, 62, 107, 1);
}

.about-us-text-info .in-detail-info p {
    color: var(--text-blue);
    font-size: 14px;
    line-height: 24px;
}

.about-us-text-info .in-detail-info h4 {
    color: var(--text-blue);
    font-size: 32px;
}

.about-us-text-info .in-detail-info p+p {
    margin-top: 25px;
}

.blank-section {
    padding: 150px 0;
}

.blank-section-two {
    padding: 50px 0;
}

.financial-holding-investor-se::after {
    content: "";
    height: 100%;
    width: 240px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: rgba(104, 196, 215, 0.5);
    z-index: -1;
}

/*.financial-holding-investor-se::before{position:absolute; content:""; left:calc(50% + 120px); right:auto; top:-140px; height:140px; width:1px; background-color:rgba(0,62,107,1);}*/
.financial-holding-investor-se .img-area img {
    width: 100%;
    height: 560px;
}

.financial-holding-investor-se .img-area {
    padding-right: 50px;
    top: -50px;
}

.financial-holding-investor-se .who-we-are-text {
    padding: 20px 120px 20px 0;
}

.financial-holding-investor-se .for-bottom-line::after {
    position: absolute;
    right: 0;
    content: "";
    left: auto;
    top: auto;
    bottom: 0;
    width: 140px;
    height: 1px;
    background-color: var(--text-blue);
}

.financial-holding-investor-se .who-we-are-text h6 {
    color: var(--text-dark-blue);
    font-size: 16px;
    padding-right: 50px;
}

.financial-holding-investor-se .who-we-are-text h3 {
    color: var(--text-blue);
    font-size: 50px;
}

.financial-holding-investor-se .who-we-are-text .sub-text p {
    font-size: 14px;
    color: var(--text-blue);
}

.financial-holding-investor-se .who-we-are-text .sub-text {
    padding: 0 130px 0 0;
}

.financial-holding-investor-se .who-we-are-text .sub-text::before {
    content: "";
    top: 10px;
    left: auto;
    right: 0;
    height: 1px;
    width: 120px;
    background-color: var(--text-blue);
    position: absolute;
}

.about-us-text-info.bussiness-page::after,
.about-us-text-info.contactopage::after,
.about-us-text-info.contactopage .left-line::after {
    display: none;
}

.about-us-text-info.bussiness-page .left-line::after {
    height: 80px;
}

.about-us-text-info.bussiness-page {
    padding: 0 0 80px 0;
}

.about-us-text-info.contactopage {
    padding: 0 0 80px 0;
}

.about-us-text-info.contactopage .contact-form {
    margin-top: 60px;
}

.about-us-text-info.contactopage .contact-form .form-control {
    border-radius: 0;
    border-color: rgba(34, 79, 113, 1);
    position: relative;
}

.about-us-text-info.contactopage textarea {
    resize: none;
}

.about-us-text-info.contactopage .contact-form label {
    color: rgba(104, 196, 215, 1);
    margin-bottom: 1px;
}

.about-us-text-info.contactopage .contact-form label.error {
    position: absolute;
    bottom: -18px;
    top: auto;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 0, 0, 1);
}

.about-us-text-info.contactopage .contact-form label#message-error.error {
    bottom: -5px;
}

.about-us-text-info.contactopage .contact-form [type="reset"],
.about-us-text-info.contactopage .contact-form [type="submit"],
.about-us-text-info.contactopage .contact-form button,
.about-us-text-info.contactopage .contact-form [type="button"] {
    box-shadow: 0 6px rgba(0, 0, 0, 0.15);
    background-color: transparent;
    border: 1px solid rgba(0, 62, 107, 1);
    border-radius: 6px;
    padding: 15px 62px;
    line-height: 1;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: 1px;
}

.about-us-text-info.contactopage .contact-form [type="reset"]:hover,
.about-us-text-info.contactopage .contact-form [type="submit"]:hover,
.about-us-text-info.contactopage .contact-form button:hover,
.about-us-text-info.contactopage .contact-form [type="button"]:hover {
    color: rgba(255, 255, 255);
    background-color: var(--text-blue);
}


footer {
    background-color: rgba(239, 239, 239, 1);
    padding: 70px 0;
}

footer .quick-link li {
    display: inline-block;
    position: relative;
}

footer .quick-link li a {
    color: var(--text-light-blue);
    text-decoration: none;
    font-size: 16px;
}

footer .quick-link li+li {
    margin-left: 25px;
    padding-left: 25px;
}

footer .quick-link li+li:after {
    position: absolute;
    content: "|";
    left: 0;
    color: var(--text-light-blue);
}

footer .quick-link li a:hover {
    text-decoration: underline;
}

footer p {
    color: var(--text-light-blue);
    font-weight: 700;
    font-size: 15px;
}

footer p a {
    color: var(--text-light-blue);
}

footer p a:hover {
    color: var(--text-light-blue);
}

footer .copy-write p {
    font-weight: 400;
}

.footer-transparency,
.footer-transparency a {
    font-size: 11px;
    margin-bottom: 30px;
    color: var(--text-light-blue);
}

.footer-transparency a {
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (min-width:992px) {
    .for-two-ling-title {
        max-width: 670px;
    }
}

@media screen and (min-width:1200px) {
    .conglomerate-section .ss-right-se .contain-area h3 {
        max-width: 540px;
    }

    .conglomerate-section .fs-left-section .for-width p {
        max-width: 360px
    }

    .conglomerate-section .fs-left-section .tit-section h3 {
        max-width: 630px
    }

    .footer-details {
        padding-left: 60px;
    }

    .conglomerate-section .fs-right-section .img-area {
        width: 100%;
    }
}

@media screen and (min-width:1500px) {
    .container {
        max-width: 1440px;
    }

    .financial-holding-investor-se .who-we-are-text {
        padding: 20px 54px 20px 0;
    }

    .main-banner-section .banner-img img {
        height: 700px;
    }
}

@media screen and (min-width:1600px) {
    .financial-holding-investor-se .who-we-are-text {
        padding: 20px 100px 20px 0;
    }
}

@media screen and (min-width:1920px) {
    .financial-holding-investor-se .who-we-are-text {
        padding: 20px 260px 20px 0;
    }
}

@media screen and (max-width:1300px) {
    .financial-holding-investor-se .who-we-are-text {
        padding: 20px 80px 20px 0;
    }
}

@media screen and (max-width:1199px) {
    .financial-holding-investor-se .who-we-are-text h3 {
        font-size: 36px;
    }

    .about-us-intro-se .about-img-area img {
        height: 490px;
    }
}

@media screen and (max-width:1024px) {

    .main-banner-section .banner-caption h1,
    .main-banner-section .banner-caption h2,
    .main-banner-section .banner-caption h3 {
        font-size: 45px;
    }

    .conglomerate-section .fs-left-section .tit-section h3 {
        font-size: 40px;
    }

    .companies-financial-group h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:991px) {

    .main-banner-section .banner-caption h1,
    .main-banner-section .banner-caption h2,
    .main-banner-section .banner-caption h3 {
        font-size: 35px;
    }

    .main-banner-section .banner-img img {
        height: 450px;
    }

    header .navbar-brand {
        width: 130px;
    }

    header {
        padding: 20px 0;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 99 !important;
    }

    header .navbar-nav .nav-item+.nav-item {
        margin: 0;
    }

    header .navbar-nav .nav-item .nav-link {
        display: inline-block;
    }

    header .navbar-nav .nav-item .nav-link::after {
        width: 100%;
    }

    body {
        padding-top: 95px;
    }

    .financial-holding-investor-se .who-we-are-text .sub-text {
        padding: 15px 0 0 0;
    }

    .financial-holding-investor-se .who-we-are-text .sub-text::before {
        top: 0;
    }

    .about-us-intro-se .about-img-area img {
        height: 360px;
    }
}

@media screen and (max-width:767px) {
    .text-center-67 {
        text-align: center;
    }

    .flex-wrap-67 {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .wi-100-67 {
        width: 100%;
    }

    .wi-48-67 {
        width: 48%;
    }

    .order-one-67 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-two-67 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .justify-content-start-67 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .d-block-67 {
        display: block;
    }

    .align-items-lg-center-67 {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .main-banner-section .banner-caption h1,
    .main-banner-section .banner-caption h2,
    .main-banner-section .banner-caption h3 {
        font-size: 30px;
    }

    .main-banner-section::after {
        display: none;
    }

    .conglomerate-section::before {
        display: none;
    }

    .conglomerate-section {
        padding: 34px 0;
    }

    .conglomerate-section .fs-left-section {
        text-align: left;
    }

    .conglomerate-section .fs-left-section .tit-section h3::after {
        left: 0;
        right: auto;
    }

    .conglomerate-section .fs-right-section .img-area {
        padding: 0;
    }

    .conglomerate-section .fs-right-section .img-area img,
    .conglomerate-section .ss-left-se .img-area img {
        height: 250px;
        width: auto;
    }

    .conglomerate-section .fs-right-section::after {
        width: calc(50% + 150px);
        background: rgba(147, 223, 239, 1);
        background: linear-gradient(-45deg, rgba(147, 223, 239, 0.51) 0%, rgba(69, 223, 255, 0.5) 100%);
        height: 270px;
        bottom: -150px;
        position: absolute;
        content: "";
        left: 0;
        right: auto;
        top: auto;
        z-index: -1;
    }

    .conglomerate-section .ss-left-se::after {
        width: calc(50% + 150px);
        background: rgba(147, 223, 239, 1);
        background: linear-gradient(-45deg, rgba(147, 223, 239, 0.51) 0%, rgba(69, 223, 255, 0.5) 100%);
        height: 270px;
        bottom: -150px;
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        top: auto;
        z-index: -1;
    }

    .conglomerate-section .fs-left-section {
        padding-top: 200px;
    }

    .conglomerate-section .f-section {
        padding-bottom: 50px;
    }

    .conglomerate-section .s-section {
        padding-top: 50px;
    }

    .conglomerate-section .f-section::before {
        left: auto;
        width: 50%;
    }

    .conglomerate-section::after {
        content: "";
        height: 280px;
        background-color: rgba(0, 62, 107, 1);
        left: 30px;
        top: 0;
        position: absolute;
        display: block;
        width: 1px;
    }

    .conglomerate-section .ss-right-se .contain-area {
        padding-top: 200px;
        padding-bottom: 35px;
    }

    .just-sep-v::after {
        height: 60px;
    }

    .just-sep-v {
        padding-top: 60px;
    }

    .conglomerate-section .ss-right-se .contain-area::after {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: calc(100% - 360px);
        content: "";
        background-color: rgba(239, 239, 239, 1);
        z-index: -1;
    }

    footer {
        padding: 30px 0;
    }

    .main-logo img {
        max-width: 70%;
    }

    .companies-financial-group {
        padding: 40px 0;
    }

    .about-us-text-info::after,
    .about-us-text-info .left-line::after,
    .financial-holding-investor-se::after {
        display: none;
    }

    .about-us-intro-se .about-img-area img {
        height: auto;
    }

    .blank-section,
    .blank-section-two {
        padding: 30px 0;
    }

    .about-us-text-info .in-detail-info {
        padding: 0;
    }

    .financial-holding-investor-se .img-area {
        padding: 0;
        top: 0;
    }

    .financial-holding-investor-se .img-area::after {
        content: "";
        height: 100%;
        width: 35%;
        left: auto;
        top: 50px;
        right: 0;
        position: absolute;
        background-color: rgba(104, 196, 215, 0.5);
        z-index: -1;
    }

    .financial-holding-investor-se .img-area img {
        width: 65%;
        height: auto;
    }

    .financial-holding-investor-se .who-we-are-text {
        padding: 100px 20px 0;
        max-width: 540px;
        margin: 0 auto;
    }

    .financial-holding-investor-se .for-bottom-line {
        padding-bottom: 50px;
    }

    .financial-holding-investor-se .for-bottom-line::after {
        width: 80px;
    }

    .financial-holding-investor-se::before {
        top: -50px;
        left: auto;
        right: 50px;
    }

    .about-us-text-info .in-detail-info::after {
        height: 30px;
        top: -30px;
    }

    .about-us-intro-se h1 {
        font-size: 48px;
    }

    .about-us-text-info .in-detail-info h4 {
        font-size: 26px;
    }

    .about-us-text-info.bussiness-page {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:540px) {

    .conglomerate-section .fs-right-section .img-area img,
    .conglomerate-section .ss-left-se .img-area img {
        height: 200px;
    }

    .conglomerate-section .fs-right-section::after,
    .conglomerate-section .ss-left-se::after {
        width: calc(50% + 80px);
    }

    .financial-holding-investor-se .who-we-are-text h3 {
        font-size: 32px;
    }

    .about-us-text-info.contactopage .contact-form [type="reset"],
    .about-us-text-info.contactopage .contact-form [type="submit"],
    .about-us-text-info.contactopage .contact-form button,
    .about-us-text-info.contactopage .contact-form [type="button"] {
        padding: 15px 52px;
    }

    .main-banner-section .banner-img img {
        height: 600px;
    }
}

@media screen and (max-width:399px) {

    .conglomerate-section .fs-right-section .img-area img,
    .conglomerate-section .ss-left-se .img-area img {
        height: 130px;
    }

    .conglomerate-section .fs-right-section::after,
    .conglomerate-section .ss-left-se::after {
        width: calc(50% + 70px);
        height: 210px;
    }

    .financial-holding-investor-se .who-we-are-text h3 {
        font-size: 26px;
    }
}