@font-face {
    font-family: 'BrandonGrotesqueBold';
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.woff2') format('woff2'),
         url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.woff') format('woff'),
       url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.ttf') format('truetype'),
       url('../fonts/BrandonGrotesque/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    font-family:'Roboto';
    color:#000;
}
a{
    text-decoration:none;
}
ul{
    list-style:none;
    padding:0;
}
.top_header {
    background-color: #d7d7d7;
}
.navtwo {
    display: flex;
    flex-direction: row-reverse;
}
ul#top-menu_one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom:0;
}
#top-menu_one li a {
    margin: 0 0px;
    text-decoration: none;
    padding: 5px 5px;
    display: block;
    color: #163f7a;
    font-size: 12px;
    font-weight: normal;
    font-family: BrandonGrotesqueBold;
    text-transform: uppercase;
    line-height: 20px;
}
nav.navbar{
background:#163f7a;
}
.header img{
    width:150px;
}
.header a{
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
    font-family:'BrandonGrotesqueBold';
}
.header a i{
    font-size:19px;
}
.header a.active{
    color:#e3383d!important;
}
.header a:hover{
    color:#e3383d;
}
.header .search .btn{
    border-color:#e3383d;
    background:#e3383d;
    color:#fff;
}
.header a.dropdown-item{
    color:#000;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it looks consistent */
}
/* Custom styles for Bootstrap 5 multilevel dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /* Align submenu to the right of its parent */
    margin-top: -0.5rem; /* Adjust to align submenu with its parent */
    border-radius: 0.25rem;
    min-width: 12rem; /* Set a minimum width for consistency */
}

/* Optional: Adjust font size and padding to fit the design */
.dropdown-menu > .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Ensure the dropdown is displayed on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* Ensure the second-level dropdown menu is positioned correctly */
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -0.5rem; /* Adjust this margin if needed */
    margin-left: 0; /* Ensure no extra left margin */
}

/* Ensure there is no unwanted margin between dropdowns */
.navbar-nav .dropdown-menu {
    margin-top: 0.5rem; /* Adjust to your design */
}
li.dropdown-submenu .dropdown-menu{
    display:none!important;
}
li.dropdown-submenu:hover .dropdown-menu{
    display:block!important;
}
.breadcrumbs a{
    color:#000;
}
.api-head{
    background:#163f7a;
}
.api-head li button{
    color:#fff;
    padding:0 10px;
    font-size:35px;
    font-weight:800;
    line-height:100%;
}
.api-head li button:hover{
    color:#e3383d;
}
.api-head li button.active{
    background-color:#e3383d!important;
}
.api a.btn{
    font-size:18px;
    line-height:18px;
    padding:15px;
    border-color:#e1e1e1!important;
    color:#000;
    box-shadow:0 5px 18px 0 rgba(0,0,0,.16);
}
.api a.btn:hover{
    background:#163f7a;
    color:#fff;
    border:1px solid #e3383d!important;
    box-shadow:0 5px 18px 0 rgba(223, 3, 3, 0.16);
}
.list-tab a.btn.download{
    background:#e3383d;
    color:#fff;
    border:1px solid #163f7a!important;
    box-shadow:0 5px 18px 0 #16407a7a;
}
.list-tab a.btn.download i{
    color:#163f7a;
}
.tab a.btn{
    border-color:#e1e1e1!important;
    color:#000;
    box-shadow:0 5px 18px 0 rgba(0,0,0,.16);
}
.tab a.btn:hover,.tab a.active{
    background:#163f7a;
    color:#fff;
    border:1px solid #e3383d!important;
    box-shadow:0 5px 18px 0 rgba(223, 3, 3, 0.16);
}
.listing table th.id:first-child{
    color:#fff!important;
    background:#163f7a!important;
}
.listing table th.id,.listing table td.id{
    width:2%;
    text-align:center;
}
.listing table th.psize,.listing table td.psize{
    width:90px!important;
    text-align:center;
}
.listing table th:last-child,.listing table td:last-child{
    width:118px!important;
    text-align:center;
}
.listing table td.genericnm{
    font-size:15px;
    font-weight:500;
}
.listing table th{
    vertical-align:middle;
    background:#163f7a!important;
    color:#fff!important;
}
.listing table td{
    font-size:13px;
    vertical-align:middle;
}
.filter li a{
    color:#000;
}
#product_data{
    font-size:20px;
}
.enquire-now .btn{
    font-size:20px!important;
}
.product_image{
    background:#163f7a;
    height:350px;
    border:1px solid #e3383d;
    padding:5px;
    border-radius:5px;
}
.api-listing li a{
    color:#e3383d;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
}
.api-listing li a.active{
    color:#163f7a!important;
}
.api-listing .search,.listing .search{
    position:absolute;
    top:5px;
    right:0;
}
.listing .search{
    top:43px;
}
.search input{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.search .btn{
    background:#e3383d;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
form input{
    border:1px solid #163f7a30 !important;
    box-shadow:0 1px 2px 0 #16407a45;
}
form .btn,.enquire-btn{
    background:#e3383d;
    color:#fff;
    border:1px solid #163f7a!important;
    box-shadow:0 5px 18px 0 #16407a7a;
}
form .btn:hover,.enquire-btn:hover{
    background:#163f7a;
    color:#fff;
    border:1px solid #e3383d !important;
    box-shadow:0 5px 18px 0 rgba(223, 3, 3, 0.16);
}
.enquire-btn{
    white-space:nowrap;
}
@media (max-width:768px){
    .api-listing li a{
        font-size:16px;
    }
    .api-listing .search, .listing .search{
        position:static;
    }
}
.footer-area {
    background-color:#eeeeee;;
    color: #666;
    padding: 10px 0;
}
.footer-area .full-content {
    padding: 20px 0;
}
.footer-area .custom {
    display: inline-block;
    float: right;
    margin-top: 40px;
}
.footer-area .custom img {
    width: 135px;
}
.footer-social {
    margin-top: 10px;
}
.footer-social li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}
.footer-social a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 30px;
}
.footer-social a i {
    color: #e3383d;
    margin-right: 2px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #e3383d;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
}
.f-title> h3 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-area .f-title > h3 {
    font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
    margin-top: 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.footer-area .f-title > h3 span {
    position: relative;
}
.footer-area .f-title > h3 span:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #333;
    width: 200px;
    right: 111%;
    top: 11px;
}
.footer-area .f-title > h3 span:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #333;
    width: 200px;
    left: 111%;
    top: 11px;
}
.f-address> p {
    font-size:17px;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    padding: 0 10px 0 35px;
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}
.f-address i {
    color: #e3383d;
    margin-right: 2px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e3383d;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
}
.f-address> p a {
    color: #000;
}
.copy-right-area{
    background-color: #16407b;
    border-top: 1px solid #333;
    font-size: 12px;
    padding: 8px 0 0;
    bottom: 0;
    width: 100%;
}
.copy-text> p {
    margin-bottom: 10px;
    color: #fff;
    font-size:17px;
}
.copy-right-area .item-nav {
    float: right;
}
.copy-right-area .item-nav li {
    display: inline-block;
}
.copy-right-area .item-nav a{
    color: #fff;
display: block;
padding: 0 15px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.main-content{
    min-height:63vh;
}
@media (max-width:768px){
    .f-address> p{
        width:100%;
    }
    .copy-text> p{
        text-align:center;
    }
    .footer-area .f-title > h3 span:after,.footer-area .f-title > h3 span:before{
        width:100px;
    }
    .copy-right-area .item-nav{
        float:none;
        text-align:center;
    }
    span.navbar-toggler-icon{
        filter:brightness(10);
    }
    .navbar-toggler{
        border-color:#fff!important;
    }
}
/*api.php pg*/
.breadcrumb {
    border-radius: 0;
    color: #1f1f1f;
    float: right;
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: -26px;
    text-transform: capitalize;
}
.breadcrumb {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 200px;
    background-color: #eee;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb .container {
    position: relative;
    height: 100%;
}
.breadcrumb blockquote {
    text-align: right;
    width: 45%;
    float: right;
    border-left: none;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    padding: 30px 0 30px 30px;
    position: relative;
}
.breadcrumb blockquote:before {
    position: absolute;
    top: 18px;
    content: '';
    display: block;
    width: 30px;
    background-image: url(../images/quotes.png);
    height: 30px;
    left: -25px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.services-area .section-heading h3, .section-heading h3 {
    color: #163f7a;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
}
.section-heading h3 span {
    position: relative;
    display: inline-block;
}
.section-heading strong {
    color: #e3383d;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-style: italic;
    font-family: "Open Sans";
}
.imgsmall {
    width: 200px;
    margin: 40px 0;
}
ul.imgset {
    position: relative;
    width: 376px;
    display: inline-block;
    float: right;
    height: 375px;
}
ul.imgset:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/imgSetDesign.png);
    width: 90px;
    height: 90px;
    background-size: 100%;
    bottom: 92px;
    left: 95px;
    background-repeat: no-repeat;
}
ul.imgset li {
    width: 150px;
    float: left;
    padding: 6px;
}
ul.imgset li:nth-child(2) {
    width: 225px;
}
ul.imgset li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width:768px){
    .breadcrumb blockquote {
        width: 95%;
        font-size: 14px;
        padding: 25px 0 25px 10px;
        margin-bottom: 0;
    }
}