#goToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

#goToTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#goToTop:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.top-header {
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header .container {
    background-color: #6cdaee7a;
}

.top-header .tagline .tagline-text {
    color: darkblue;
    text-transform: uppercase;
    font-family: "Impact", "Papyrus", "Ubuntu", sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}

.top-header .brand {
    text-align: center;
}

.top-header .brand .slogan {
    text-align: center;
}

.top-header .brand .slogan {
    text-align: center;
    font-family: "Impact", "Ubuntu", sans-serif;
    text-transform: uppercase;
    color: darkblue;
}

.top-header .brand .slogan .title {
    font-size: 21.33px;
    margin: 0;
    color: #d5202c;
    font-weight: 700;
}
.top-header .brand .slogan .subtitle {
    font-size: 15px;
    margin: 0;
    color: #d5202c;
    font-weight: 700;
}

.top-header .japan-bangladesh-button a {
    width: 135px;
    text-transform: uppercase;
    font-weight: 700;
}

.top-header .japan-bangladesh-button a.btn-bangladesh {
    color: #f4253f !important;
    background-color: #006a4d;
}
.top-header .japan-bangladesh-button a.btn-japan {
    color: #fff !important;
    background-color: #bd0029;
}

.bottom-header {
    background-color: #fb121d;
}

.nav-item.dropdown {
    cursor: pointer;
}

.bottom-header .dropdown-menu {
    background-color: #d12028;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bottom-header .dropdown-menu li {
    border-left: initial;
}

.bottom-header .dropdown-menu li:last-child {
    border-right: initial;
}

.bottom-header .dropdown-menu li a {
    color: #fff !important;
}

.bottom-header .dropdown-menu .dropdown-item:hover,
.bottom-header .dropdown-menu .dropdown-item:focus {
    background-color: #0089d1;
}

.bottom-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.bottom-header .navbar-nav {
    margin: 0;
}

.bottom-header .navbar .nav-link {
    color: #fff !important;
}

.bottom-header .navbar-nav li a.nav-link {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 125px;
    text-align: center;
}

.bottom-header .navbar-nav li a.nav-link:hover {
    background-color: #2e9e27;
    color: #fff !important;
}

.bottom-header .navbar-nav li a.nav-link.active {
    background-color: #2e9e27;
    color: #fff !important;
}

/* dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 16px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-menu .dropdown-item {
    transition: all 0.15s linear;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 5px 30px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    border: 1px solid rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    position: relative;
    /* -webkit-transform: scale(1.05);
    transform: scale(1.05); */
    z-index: 11;
    border-radius: 5px;
}

.bootstrap-select .inner.show {
    max-height: fit-content !important;
    overflow-y: unset !important;
    min-height: 0px;
}
.bootstrap-select .btn-light {
    color: #f7ffff !important;
    background-color: #d12028 !important;
    border-color: #d12028 !important;
}

/* social icon */
.social-icons {
    padding: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.15s ease;
}
.social-icon:hover {
    color: #fff;
}
.social-icon:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social-icon--linkedin {
    background: #006599;
    background: linear-gradient(tint(#006599, 5%), shade(#006599, 5%));
    border-bottom: 1px solid shade(#006599, 20%);
    color: tint(#006599, 50%);
}
.social-icon--linkedin:hover {
    color: tint(#006599, 80%);
    text-shadow: 0px 1px 0px shade(#006599, 20%);
}

.social-icon--twitter {
    background: #2b97f1;
    background: linear-gradient(tint(#2b97f1, 5%), shade(#2b97f1, 5%));
    border-bottom: 1px solid shade(#2b97f1, 20%);
    color: tint(#2b97f1, 50%);
}
.social-icon--twitter:hover {
    color: tint(#2b97f1, 80%);
    text-shadow: 0px 1px 0px shade(#2b97f1, 20%);
}

.social-icon--facebook {
    background: #3b5a9b;
    background: linear-gradient(tint(#3b5a9b, 5%), shade(#3b5a9b, 5%));
    border-bottom: 1px solid shade(#3b5a9b, 20%);
    color: tint(#3b5a9b, 50%);
}
.social-icon--facebook:hover {
    color: tint(#3b5a9b, 80%);
    text-shadow: 0px 1px 0px shade(#3b5a9b, 20%);
}

.social-icon--instagram {
    background: #527fa6;
    background: linear-gradient(tint(#527fa6, 5%), shade(#527fa6, 5%));
    border-bottom: 1px solid shade(#527fa6, 20%);
    color: tint(#527fa6, 50%);
}
.social-icon--instagram:hover {
    color: tint(#527fa6, 80%);
    text-shadow: 0px 1px 0px shade(#527fa6, 20%);
}

.social-icon--dribbble {
    background: #ef5a92;
    background: linear-gradient(tint(#ef5a92, 5%), shade(#ef5a92, 5%));
    border-bottom: 1px solid shade(#ef5a92, 20%);
    color: tint(#ef5a92, 50%);
}
.social-icon--dribbble:hover {
    color: tint(#ef5a92, 80%);
    text-shadow: 0px 1px 0px shade(#ef5a92, 20%);
}

.social-icon--github {
    background: #4284c0;
    background: linear-gradient(tint(#4284c0, 5%), shade(#4284c0, 5%));
    border-bottom: 1px solid shade(#4284c0, 20%);
    color: tint(#4284c0, 50%);
}
.social-icon--github:hover {
    color: tint(#4284c0, 80%);
    text-shadow: 0px 1px 0px shade(#4284c0, 20%);
}

.social-icon i {
    position: relative;
    top: 1px;
}

@media (min-width: 992px) {
    .bottom-header li {
        border-left: 2px solid white;
    }

    .bottom-header li:last-child {
        border-right: 2px solid white;
    }
}
