body, html{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    scroll-behavior: smooth;
    text-align: justify;
}

h1,h2,h3,h4,h5,h6{
    color: #121c7e;
    font-weight:700;
    text-align: left;
}
a{
    text-decoration:none!important;
}
a:hover{
    text-decoration:none!important;
}

.navbar-nav .nav-item{
    position: relative;
}

.navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    border-radius: 5px;
    background-color: #040658;
    bottom: -5px;
    transition: all 1s;
}

.navbar-nav .active .nav-link:before{
    
    width: calc(100% - 40px);
    
}



.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #040658;
}

.navbar-dark .navbar-nav .nav-link:focus:before, .navbar-dark .navbar-nav .nav-link:hover:before{
    
    width: 80%;
    
}

.carousel-inner img {
    width: 100%;
}

.carousel-caption{
    right: unset;
    bottom: 40%;
    width: 45%;
    left: 8%;
}

.carousel-caption h1{
    color:#4e9fcf;
    font-size: 38px;
    font-weight: bold;
    text-transform: capitalize;
}

.carousel-caption h1 span{
    color:#121c7e;
    font-size: 18px;
    font-style:italic;
}
.carousel-caption p{
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.common-btn{
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #121c7e;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    min-width: 175px;
    border:none;
}
.common-btn:hover{
    text-decoration: none;
    background-color: #4e9fcf;
    color: #fff;
}

.navbar-dark{
    transition: all .7s ease;
}

.navbar-brand img{
    width: 175px;
    transition: all .7s ease;
}

.sixtyplusarea{
    width: 78px;
    margin-left: 20px;
}

.cust-nav{
    background: #fff;
    /*position: absolute;
    width: 100%;
    z-index: 99;*/
}

.contain-margi-cust{
    margin: 0px 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1aaae1;
    padding: 0px 20px;
    font-size: 16px;
}

.cust-nav .navbar-nav .nav-link {
    color: #fff;
}

.nav-inner
{
    box-shadow: 0px 0px 30px -15px;
}

.nav-inner .navbar-nav .nav-link{
    color: #18abe0;
    padding: 0px 18px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #040658;
    font-weight: bold;
}

.home-about{
    padding: 90px 50px;
}

.home-about .content-main h1{
    margin-bottom: 20px;
}

.home-about .content-main p{
    margin-bottom: 30px;
}


.home-services{
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-services h2{
    color: #000;
    font-size: 45px;
    font-weight: 700;
}

.home-services h2 span{
    color:#121c7e;
}

.buissness-title hr{
    width: 250px;
    background-color: #fff;
    height: 4px;
    border-radius: 10px;
}

.serv-sec{
    background-color: #F9F9F9;
    border: 2px solid #121c7e;
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0px 0px 50px -18px;
    border-radius: 15px;
    transition: all 1.5s ease;
    text-align: center;
}

.serv-sec .serv_img1{
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    background-image: url('../images/icons/pharma.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
    transition: all 1.5s ease;
}

.serv-sec .serv_img2{
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    background-image: url('../images/icons/fmcg.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
    transition: all 1.5s ease;
}

.serv-sec .serv_img3{
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    background-image: url('../images/icons/real.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
    transition: all 1.5s ease;
}


.serv-sec:hover{
    background-color: #121c7e;
}

.serv-sec:hover .serv_img1{
    background-image: url('../images/icons/pharma-white.png');
}

.serv-sec:hover .serv_img2{
    background-image: url('../images/icons/fmcg-white.png');
}

.serv-sec:hover .serv_img3{
    background-image: url('../images/icons/real-white.png');
}



.serv-sec h4{
    transition: all 1.5s ease;
    text-align: center;
}

.serv-sec p{
    transition: all 1.5s ease;
}

.serv-sec .common-btn{
    transition: all 1.5s ease;
}


.serv-sec:hover h4{
    color: #fff;
}

.serv-sec:hover p{
    color: #fff;
}

.serv-sec:hover span{
    color: #fff;
}

.serv-sec:hover .common-btn{
    background-color: #fff;
    color: #121c7e;
}


.serv-desc{
    min-height: 95px;
    margin-bottom: 22px;
}

.serv-sec h4{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;

}
.serv-sec p{
    text-align: justify;
    font-size: 12px;
    color: #121c7e;
}

.home-supply{
    padding: 90px 50px;
    position: relative;
}

.drawwimg::before{
    content:'';
    width: 150px;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #5B9AC8;
    right: -30px;
    opacity: .6;
    top: 30px;
}

.bg-sec{
    background-color: #E6E6E6;
    width: 65%;
    position: absolute;
    height: 305px;
    top: 2px;
    left: 0px;
    text-align: center;
    opacity: .6;
}

.bg-sec h1{
    font-size: 165px;
    color: #fff;
    margin: -40px;
    opacity: .3;
}

.logo_footer{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
}
.logo_footer img{
    width: 100%;
}

.footer_sty{
    padding: 90px 40px;
    background-image: url('../images/footer.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.footer_sty h3,.footer_sty p,.footer_sty p a,.footer_sty ul li,.footer_sty ul li a{
    color: #fff;
    text-decoration: none;
    text-align:left;
}

.footer_sty p{
    font-size: 15px;
}

.sec-contact{
    padding-right: 30px;
}

.footer_sty ul{
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
}

.footer_sty ul li
{
    margin-bottom: 20px;
}

.social{
    text-align: center;
    padding-right: 0!important;
    margin-bottom: 0;
}
.social li{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 10px;
}

.copy-rights {
    background-color: #0B1C6A;
    padding: 15px 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.copy-rights p{
    margin: 0;
    text-align: center;
}
.copy-rights p a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.sticky {
  position: fixed!important;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 30px -16px;
    z-index: 99;
    background-image:none;
}

.sticky .navbar-brand img{
    width: 135px;
}

.sticky .navbar-nav .nav-link{
    color: #18abe0;
}

.sticky .navbar-nav .nav-link:focus, .sticky .navbar-nav .nav-link:hover{
    color: #040658;
    font-weight: bold;
}

.navbar-dark .navbar-toggler{
    background-color:transparent;
    color: #121c7e;
    font-size: 25px;
}


.mobile-nav{
    position: absolute;
    width: 275px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -400px;
    transition: all 1.5s;
    padding: 30px 15px;
    background-color: #121c7e;
    box-shadow: 0px 0px 30px -10px;
    overflow-y: scroll;
    z-index: 99;
}


.mobile-nav .navbar-nav .nav-link{
    text-align: left;
}



.mobile-nav .navbar-toggler {
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 25px;
    margin-bottom: 20px;
}

.mobile-nav .navbar-nav .nav-link{
    border-bottom: 1px solid #fff;
    padding: 12px 5px!important;
    color: #fff;
}

.breadcrumbs{
    padding: 90px 0px;
    background-image: url('../images/bread.jpg');
    background-size: cover;
    background-position: center;
}

.breadcrumbs .ttlsec-ult h1{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align:left;
}

.breadcrumbs .ttlsec-ult ul{
    list-style: none;
    padding: 0;
}

.breadcrumbs .ttlsec-ult ul li{
    display: inline-block;
    color: #fff;
    text-align:left;
}

.breadcrumbs .ttlsec-ult ul .backlink::after{
    content: '>';
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
.breadcrumbs .ttlsec-ult ul .backlink a{
    color:#18abe0;
}

.about-chair{
    padding: 10px 50px 90px 50px;
}

.chairman-sec .msg_ttl{
    font-weight: bold;
    color: #fff;
}

.chairman-sec .msg_desc{
    font-family: 'Patrick Hand', cursive;
    color: #fff;
    line-height: 1.9;
}

.chairman-sec h5{
    color: #fff;
}

.chairman-sec .sign{
    font-family: 'Dancing Script', cursive;
    color: #fff;
}

.chairman-sec{
    background-image: url('../images/footer.png');
    background-size: cover;
    background-position: center;
    padding: 75px 0px 75px 60px;
    border-radius: 30px;
}

.chairman-placeholder{
    width: 125%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 50px -10px;
    margin-left: 25px;
}

.chairman-placeholder img{
    width:100%;
}
.chair-name{
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: #0B1C6A;
    padding: 20px;
    text-align: center;
    box-shadow: 0px -5px 30px -15px;
}
.chair-name h5{
    margin-bottom: 0px;
}

.clients-sec .owl-nav{
    display: none;
}

.clients-sec .owl-slider .item{
    padding: 0px 15px;
}

.clients-sec .owl-slider .item img{
    aspect-ratio: 3/2;
    object-fit: contain;
}

.chair-name h5{
        color: #fff;
    }



.contact-item{
    padding-top: 25px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.contact-item h3{
    font-size: 24px;
}

.contact-item p a{
    color: #000;
    text-decoration: none;
}

.contact-item:nth-last-child(1) {
    border-bottom: 0;
}

.custom-input{
    height: 45px;
    border-radius: 10px;
}

.map-iframe{
    width: 94%;
    height: 500px;
}


.custyyy p{
    color: #fff;
    font-size:10px;
}


.news_title{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px dotted #eee;
    text-align: left;
}

.news_title h2{
    font-weight: bold;
}

.news_info ul{
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.news_info ul li{
    display: inline;
    padding: 6px 15px;
    border-right: 2px dotted #eee;
    margin-bottom: 0;
}

.news_info ul li:nth-child(1){
    padding-left: 0px;
}

.news_info ul li:nth-last-child(1){
    border-right: 0px;
}

.recent-item{
    border-bottom: 1px solid #eee;
}

.recent-item h6{
    font-size: 14px;
    color: #121c7e;
}

.recent-item p{
    font-size: 12px;
}

.mission-vision{
    background-color: #121c7e;
}

.mission-vision .nav-pills .nav-link{
    font-size: 25px;
    transition: all .6s;
}

.mission-vision .nav-pills .nav-link.active, .mission-vision .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    font-size: 38px;
    font-weight: bold;
}

.mission-vision .nav-pills .nav-link:focus, .mission-vision .nav-pills .nav-link:hover{
    color: #fff;
    background-color: transparent;
    font-size: 38px;
    font-weight: bold;
}

.mission-vision-tab{
    border-right: 5px solid #fff;
}

.mission-vision h2{
    color: #fff;
}

.mission-vision p{
    color: #fff;
}

.mission-vision ul{
    padding: 0;
    list-style: none;
}

.mission-vision ul li{
    color: #fff;
    padding-bottom: 13px;
}

.mission-vision ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #007bff;
    display: inline-block;
    margin-right: 15px;
}

.service .news_title{
    border-bottom: 0px;
}

.servicesul{
    list-style: none;
    padding-left: 15px;
    top: 125px;
    position: sticky;
}

.servicesul li{
    padding: 15px 15px 15px 15px;
    background-color: #111a74;
}

.servicesul li a{
    color: #fff!important;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: left;
}

.servicesul li img{
    width: 30px;
    margin-right: 10px;
}

.servicesul .ser-active{
    background-color: #007bff;
}

.brouchure{
    padding-left: 15px;
}

.bro-pad-bord{
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 25px 20px;
}

.bro-pad-bord p{
    background-color: #111a74;
    padding: 15px 15px;
}

.bro-pad-bord p a{
    color: #fff!important;
}

.bro-pad-bord p a i{
    font-size: 20px;
}


.service .news-event ul{
    padding: 0;
    list-style: none;
}

.service .news-event ul li{
    color: #000;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
}

.service .news-event ul li::before{
    width: 25px;
    margin-left: 0px;
    content: "\2756";
    color: #00ccfd;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.service .news-event ul li span{
    display: inline-block;
    width: calc(100% - 25px);
}

.itemcss{
    padding: 30px 15px;
    border: 1px solid #111a74;
    border-radius: 10px;
    min-height: 265px;
}

.itemcss hr{
    width: 100px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #111a74;
}

.itemcss p{
    margin-bottom: 0;
}

.service .owl-nav{
    display: none;
}

#supply-chain-flow iframe{
    width: 100%;
    height: 785px;
}

.sepsec #supply-chain-flow iframe{
    width: 100%;
    height: 550px;
}
.brouchure h5{
    text-align: center;
}

.dropdown-item{
    padding: 1rem 1.5rem;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1aaae1;
}


.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}


.dropdown-menu{
    margin: .3rem 0 0;
}

.links-sep{
    width: 40%;
}

.contact-main-sec{
    background-color: #18abe0;
    padding: 75px 0px 75px 60px;
    border-radius: 30px;
}

.contact-main-sec h3{
    font-weight:800;
    color:#fff;
    text-align:left;
}

.contact-main-sec p{
    color:#fff;
}

.contact-buttons-sec{
    background-color: #fff;
    width: 125%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 50px -10px;
    margin-left: 25px;
}

.contact-us-ttl{
    color: #121c7e!important;
}

.contact-us-desc{
    color: #121c7e!important;
}

 .cntspc-cont{
    align-items: center;
    display: grid;
 }

.msg-btn-active{
    text-decoration: none;
    background-color: #4e9fcf;
    color: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

/* -------------------- NEW BANNER ~ STARTS --------------------- */
.main-banner{
    /* min-height: 500px; */
    width: 100%;
    /* background: linear-gradient(36deg, #1c2648, #0074ff); */
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    overflow: hidden;
    background:#121c7e;
}
.banner-custom-carousel img{
    object-fit: cover;
    object-position: center;
    opacity: 55%;
    height: 480px !important;
}
.banner-custom-carousel{
    overflow: hidden;
    position: sticky;
    background: #000;
}
.carousel-indicators{
    background: #0c51ad;
    padding: 0px 20px;
    left: 12px;
    margin: 0;
    bottom: 12px;
    right: auto;
    align-items: center;
    border-radius: 35px
}
.carousel-indicators li{
    background:none !important;
    text-indent: 0px !important;
    height: 100% !important;
    color: #fff !important;
}
.carousel-indicators .active {
    font-size: 22px !important;
}
.banner-data{
    background: white;
    position: absolute;
    right: 0;
    /*bottom: 12%;*/
    bottom: 25%;
    padding:3rem;
    margin: 0px 25px;
    box-shadow: 1px 1px 17px 0px #2c26265c;
    border-radius: 30px;
    transition: 1.5s !important;

}
.banner-data h1{
    color: #142860;
    margin-bottom: 5px !important;
    font-weight: 600;
    font-size: 40px;
    line-height: 31px;
}

.video-data h1{
    color: #ffffff;
    margin-bottom: 5px !important;
    font-weight: 600;
    font-size: 40px;
    line-height: 31px;
}

.banner-data h3{
    color: #515151c7 !important;
      /*color: #ffffffc9 !important;*/
    font-weight: 500;
    font-size: 17px;
   /* margin-top: 8px;*/
   margin-top: 15px;
   
}

.video-data h3{
    color: #ffffffc9 !important;
    font-weight: 500;
    font-size: 17px;
   /* margin-top: 8px;*/
   margin-top: 15px;
   
}
.home-navbar{
    /* background: linear-gradient(180deg, #000410, transparent); */
    background: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #414141;
}

.sticky .navbar-brand img {
    width: 120px;
}

.main-banner video{
    width: 100%;
    height: 100%;
}

/*p{
    font-size: 16px !important;
}*/

.gallery-title{
    background-color: #111a74;
    width: 100%;
    height: 100%;
}
.gallery-title{
    overflow: hidden;
    position: relative;
}

.gallery-title::after{
    opacity: 30%;
    background: url(/frontend/images/about1.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0px -2px;
}

.gallery-title h2{
    z-index: 1;
    color: #fff;
    font-size: 3rem;
    text-shadow: 0px 0px 8px black;
}

.gallery .carousel-control-prev{
    background: linear-gradient(90deg, #000325c7 8%, transparent 85%);
    opacity: 1 !important;
}
.gallery .carousel-control-next{
    background: linear-gradient(270deg, #000325c7 8%, transparent 85%);
    opacity: 1 !important;
}

.gallery img{
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.video-data{
    position: initial !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #121c7e;
    margin: 0;
    width: 100%;
    border-radius: 0px !important;
    color: #fff !important;
    max-width: 100% !important;
}

@media screen and (min-width: 992px){
    
    .video-data{
        max-width: 450px !important;
    }

}
@media screen and (max-width: 991px){
    .banner-data h1{
        font-size: 28px !important;
    }
}
/* -------------------- NEW BANNER ~ ENDS --------------------- */
