﻿.navbar .nav-item {
    padding: 17px 4px;
}

/* makes the dropdown full width  */
.navbar .dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 100%;
    left: -1px;
    right: 0;
    /*  height of nav-item  */
    top: 37px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}






/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #091b36;
}
.form-inline.my-2.my-lg-0 ul li {
    float: left;
    color: #fff;
    list-style: none;
    padding-right: 12px;
    /*   padding-left: 47px;*/
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px;
}
    .form-inline.my-2.my-lg-0 ul li a {
        color: #ff6b02 !important;
        font-weight: 600;
        font-family: var(--heading-font);
    }

.abc {
   /* border-left: 1px solid #fff;*/
    height: 20px;
   /* padding-left: 17px !important;
    padding-right: 17px !important;*/
}
.abc2 {
   /* border-right: 1px solid #fff;*/
    height: 20px;
  /*  padding-right: 15px !important;*/
}
.abc1 {
 font-weight:400;
    height: 20px;
    padding-left: 15px !important;
    padding-right: 17px !important;
}

.dropbtn {
    color: white;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    background: #e96429;
    border: 1px solid #ff5f01;
    border-radius: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #091a36;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -91px;
   

}

    .dropdown-content a {
        color: white;
        padding: 0px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #091a36;
}

.banner5.banner22 h3 {
    font-size: 13px;
    color: #fff;
    padding-top: 13px;
}
.banner5.banner22 p {
    color: #cacaca;
    font-size: 14px;
}
.dugu {
    float: right;
    height: 20px;
    padding-right: 35px ;
}
    .dugu ul li {
        float: right;
        color: #fff;
        list-style: none;
        padding-right: 2px;
    }
    .dugu ul li a {
        color: #ff6b02 !important;
        font-size: 13px;
       
    }


.sanem {
    height: 20px;
    background: #091a36;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 4px;
}
header.navbar-area {
    position: fixed;
    z-index: 99999;
}
.lope {
    float: left;
}
    .lope p {
        font-size: 13px;
        color: #fff;
    }


.air {
    margin-top: -20px;
}

.banner5.banner22 img {
    width: 21%;
}