﻿.header-logins {
    margin-right: 15px;
}

    .header-logins .nav-item:first-child, .header-logins .nav-item {
        border-left: none;
        border-right: none;
        text-align: center;
    }

        .header-logins .nav-item a {
            padding: 1rem;
            font-weight: 700;
        }

    .header-logins .nav-tabs .nav-item.show .nav-link, .header-logins .nav-tabs .nav-link.active {
        color: #fff;
        background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
        border: none;
        border-radius: 0;
        box-shadow: 3px -2px 1px #eee;
        font-weight: 700;
    }

    .header-logins .nav-tabs {
        background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
    }

    .header-logins .dropdown-menu {
        width: 720px;
        min-height: 220px;
        right: 0;
        float: none;
        left: auto;
        padding: 0;
        -webkit-box-shadow: 0px 33px 61px -40px rgba(150,150,150,1);
        -moz-box-shadow: 0px 33px 61px -40px rgba(150,150,150,1);
        box-shadow: 0px 33px 61px -40px rgba(150,150,150,1);
        border-radius: 0px 0px 20px 20px;
        overflow: hidden;
    }

.form-section {
    background: linear-gradient(153deg, var(--primary-color) 0%, var(--primary-color) 100%);
    box-shadow: 4px 0px 0px #e8e8e8;
}

    .form-section label {
        color: #fff;
    }

    .form-section .form-control {
        border: none;
        border-radius: 0;
    }

.form-section, .form-detail-section {
    padding: 10px;
}

.form-detail-section {
    font-size: 13px;
}

    .form-detail-section h5 {
        color: var(--secondary-color);
    }

    .mainNavBar #collapsibleNavbar {
    position: relative;
    padding-left: 1rem;
    justify-content: flex-end;
}
    .mainNavBar .bg-dark{
            background-color: #f7f7f7 !important;
    box-shadow: inset 0px -5px 5px #ececec;
}
.mainNavBar .navbar-brand img {
    width: 124px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    mix-blend-mode: darken;
}
  .country {
    display: flex;
    align-items: center;
}
  .country .flag {
    margin-right: 7px;
}
  .header-logins {
    margin-right: 15px;
}
  a {
    color: var(--primary-color);
}
.banner_bg {
    background: url('../images/ukc_online/banner.jpg') no-repeat;
    height:300px;
    background-position:left;
    background-size:cover;
    position:relative;
}
.welcome-to {
    z-index: 1;
}
    .banner_bg:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        background: rgba(var(--secondary-light-color),0.9);
        width: 100%;
    }
    .banner_bg .welcome-company {
        z-index:1;
    }
    .tn {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
.tn a {
    color: #071456;
    height: 140px;
    padding-top: 10px;
    cursor: pointer;
    display: block;
    background-color:#fff !important;;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(140, 154, 175);
    border-image: initial;
    /*-webkit-box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);
-moz-box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);
box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);*/
}
    .tn a:hover {
        display: block;
        box-shadow: rgba(var(--primary-light-color),0.2) 3px -1px 44px -8px inset;
        border-width: 1px;
        border-style: solid;
        border-color: var(--primary-color);
        border-image: initial;
        text-decoration: none;
    }
.tn a:hover .icon {
    transform: rotateY(180deg);
    transition: all 0.9s ease 0s;
}
.communication-type {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    transition: all 1s linear 0s;
}
.icon {
    margin: 15px;
}
    .icon i {
        font-size: 3em;
        color: var(--primary-color);
    }
.communication-type h4 {
    color: #071456 !important;
    font-size: 1rem;
    font-weight: 400 !important;
}
.portal_icon{
    width: 150px;
   
    height: 150px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(140, 154, 175);
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);
-moz-box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);
box-shadow: inset 10px 10px 81px -45px rgba(222,222,222,1);
}
    .portal_icon i {
        font-size: 72px;
        text-align: center;
        width: 100%;
        line-height: 134px;
        color: var(--primary-color);
    }
.blueclr{
    color:#071456;
}
.tb_pad{
    padding-top:50px;
    padding-bottom:50px;
}
.lite_bg {
    background: rgba(var(--secondary-light-color),0.05);
}
.btm-marg30{
    margin-bottom:30px;
}
.portal_bullet ul{
    padding:0;
    margin:0;
}
.portal_bullet ul li{
    text-align:center;
    list-style-type:none;
    border:solid 1px var(--primary-color);
    color:var(--secondary-color);
    border-radius:6px;
    margin-bottom:7px;
    padding:5px;
}
    .portal_bullet ul li:hover {
        color: #fff;
        background-color: var(--secondary-color);
    }
.home_p{
    text-align:justify;
}
.blue-bg1{
    background-color:var(--primary-color);
    padding:5px;
    color:#fff;
    text-align:center;
}
.blue-bg1 p{
    margin-bottom:0;
}

@media only screen and (max-width: 600px){
    .navbar-toggler{
        display:none;
    }
    .banner_bg {
       
        min-height: 61px;
        background-position: 10% 0;
        background-size: 100%;
        height: 100%;
    }