.extra-line{
    position: absolute;
    width: 50px;
    height: 1px;
    top: 15px;
    background: #FFFFFF;
    margin-left: 10px;
}
.text-blue {
    color: #1C4269
}
.bg-blue {
    background: #1C4269;
}
.about_banner {
    background-position-y: bottom!important;
}
.scroll-down{
    position: absolute;
    width: 87px;
    height: 24px;
    left: calc(100% - 70px);
    bottom: 85px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transform: rotate(-90deg);
}
.dots-horizontal {
    background-image: url('../img/abstract-horizontal.png');
    width: 250px;
    height: 56px;
    display: block;
    position: absolute;
    left: -30px;
    z-index: -1;
}
.dots-vertical {
    background-image: url('../img/abstract-vertical.png');
    width: 56px;
    height: 250px;
    display: block;
    position: absolute;
    left: -27px;
    bottom: -5px;
    z-index: -1;
}
.dots-horizontal-opposite {
    background-image: url('../img/abstract-horizontal.png');
    width: 250px;
    height: 56px;
    display: block;
    position: absolute;
    right: -26px;
    bottom: -55px;
    z-index: -1;
    transform: rotate(180deg);
}
.dots-vertical-opposite {
    background-image: url('../img/abstract-vertical.png');
    width: 56px;
    height: 250px;
    display: block;
    position: absolute;
    right: -27px;
    bottom: -5px;
    z-index: -1;
}
header .navbar .navbar-brand .default-logo {
    height: 100px;
}
.footer-horizontal-link li a {
    font-size: 16px;
    color: white;
    font-weight: 500;
}
footer > .container > .row > div > .elements-social .small-icon li {
    margin-bottom: 0
}
.yellowhr {
    border-top: 4px solid #F2AE27;
    width: 200px;
    margin: -23px 0 20px 0;
}

.navbar.navbar-dark .navbar-nav .nav-link.active {
    color: #F2AE27!important;
}

.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}

.font-20 {
    font-size: 20px;
}
.header-appear .navbar .navbar-brand .mobile-logo {
    height: 50px !important;
}
.navbar.navbar-dark .navbar-nav .nav-link.active, .navbar.navbar-dark.bg-transparent .navbar-nav .nav-link.active{
    color: #F2AE27!important;
}

.title-clamp{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.description-clamp{
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) and (max-width:1140px) {
    header .navbar .navbar-brand .default-logo {
        height: 80px;
    }
}
@media (min-width: 1024px) {
    .contact {
        margin-left: -200px; 
        margin-top: 40px
    }
}