/********** Template CSS **********/
:root {
    --primary: #ffd000;
    --secondary: #06A3DA;
    --light: #EEF9FF;
    --dark: #212529;
}
/* Text style */
.font_style {
    font-family: montserrat,sans-serif !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
/* Text style */

/* Text Color */
.txt_color {
    color: black !important;
}
.txt_color_one {
    color: #b4e7fe; 
}
.btn_hover {
background-color: #fbbc05;
color: black;
}
.btn_hover:hover {
    background-color: red;
    color: white;
  }

.border_radius {
    border-radius: 100px;
}
.btn_color {
    background-color: #f1ebeb;
}
.btn_text {
    font-weight: bolder;
    font-size: large;
}

.contnr{
    display: flex;
    justify-content: center;
}
.contnr_padding {
    padding: 0rem 2rem 2rem 2rem;
}
.poster_style {
    background-color: #052821 !important;
   
     border-radius: 1%;
}

.testimonial_style {
    margin: auto;
    display: flex;
    justify-content: center;
}

.testimonial_image {
    border-radius: 50%;
    border: 2px solid #052821;
}
/* Text Color */




.box {
    /* transition: box-shadow .3s; */
    box-shadow: 20px 20px 20px gray;
    
  }
  /* .box:hover {
    box-shadow: 20px 20px 20px gray; 
  } */
.card_border{
    border: 2px solid black;
    width:20rem;
    height: 17rem;
}
.border_style {
    background-color: white;
    color: white;
    /* border: 5px solid #061429;
    border-style: outset; */
}

/* Paragraph Style */
.prg_style{
    text-align: justify;
}
/* Paragraph Style */

/* FAQ Style */

/* FAQ Style */


/* ISO dropdown style */
.iso_drp_dwn {
    display:flex;
    /* direction: row; */
    justify-content: space-between;
}

.btn_wdth{
    width:14rem;
    background-color: #e6f6fb;
}
/* ISO dropdown style */

/* Our Services Box Border */
 .box_border {
    border: 6px outset #bcd3df;
 }
 .box_border_one {
    border: 6px outset #06A3DA;
 }
/* Four services color */
.txt_styl {
    color: black !important;
}
/* Four services color */
 /* Cards style */
 .styles_listContainer__FEgCW {
    display: flex;
    justify-content: space-around;
    grid-gap: 15px;
    gap: 15px;
}

@media (max-width:1024px){
.styles_listContainer__FEgCW {
    justify-content: flex-start;
    overflow-x: scroll;
    margin-right: -15px;
}
.styles_listItem__i2Clc {
    flex-shrink: 0;
    width: 18rem;
}

}
.styles_listItem__i2Clc {
    padding: 10px 10px;
    position: relative;
    width: 261px;
    overflow: hidden;
    background-color: #f5fcff;
    box-shadow: 0 3px 15px rgb(15 37 51 / 11%);
    border-radius: 12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    gap: 16px;
}
.styles_listItem__i2Clc .styles_cardTitle__elvTy {
    margin-bottom: 8px;
    min-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #161e24;
    max-width: 200px;
    text-align: center;
}
.styles_listItem__i2Clc .styles_cardPrice__StPOM {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #243a4f;
    text-align: center;
}
.styles_listItem__i2Clc .styles_imgContainer__OuXKm {
    max-height: 90px;
}
.styles_listItem__i2Clc .content{
    color: #fff;
    background: #0d85cb;
  position: absolute;
  top: 0%;
  left:100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.styles_listItem__i2Clc:hover .content{
    left:0;
    
}
.content p{
    padding: 10px;
}
.content >p>a{
border-bottom:1px solid rgb(243, 231, 231) ;
padding: 10px 0;
color:#fff;
font-weight:bold ;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  
 /* Cards style */

 /* From Style */
 .form_container{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0.2rem;
    z-index: 999;
    background-color: white;
 }

 .rib-txt {
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    }

 .container_two {
  border-bottom: 5px outset;
 }
 

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
      }
      
      .flex-container > div {
        margin: 5px;
        /* padding: 20px 0px 0px 0px; */
        font-size: 30px;
      }
    .formi {
        padding: auto !important;
    }
    .input_box_styl{
        width: 18rem;
        height: 2.5rem;
        font-size: 1rem;
        font-weight: bolder;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .btn_style {
        height: 43px;
         width: 150px;
    }
 /* Form Style */
    
 /* 5 steps style */
 .points_style {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem; border-left: 5px solid black;
}
 /* 5 steps style */

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color:var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

/* ISO dropdown style */
.iso_drp_dwn {
    display:flex;
    flex-wrap: wrap;
    /* direction: column; */
    justify-content: space-between;
    margin: auto;
}

.btn_wdth{
    width:14rem;
    background-color: #e6f6fb;
}
/* ISO dropdown style */

    /* From Style */
 .form_container{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
 }

 .rib-txt {
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    }

 .container_two {
  border-bottom: 5px outset;
 }
 

    .flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
      }
      
      .flex-container > div {
        justify-self: center;
        /* margin: 5px; */
        width: 80%;
        /* padding: 20px 0px 0px 0px; */
        font-size: 30px;
      }
      
    .formi {
        padding: auto !important;
    }
    .input_box_styl{
        width: 100%;
        height: 2.5rem;
        font-size: 1rem;
        font-weight: bolder;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .btn_style {
        display: flex;
        justify-content: center !important;
        margin: auto;
        height: 43px;
         width: 150px;
    }
 /* Form Style */


}



@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: white;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.nav-root{
    top: 6rem;
    z-index: 1027;
}
@media (max-width: 1055px)
{.nav-root{ top:9rem }}

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}
.vendorimg img{
    width: 8rem;
    height: 6rem;   
    text-align: center; 
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
   
}



.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
.facts {
    position: relative;
    margin-top: -6rem;
    z-index: 1;
}
@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
    .facts {
        position: relative;
        margin-top: -10rem;
        z-index: 1;
    }
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -16rem;
        z-index: 1;
    }
    .vendorimg img{
        width: 150px;
        height: 150px;
        text-align: center;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 120px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
/* Image section For banner include different Page Classes */
.drug_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/drug.jpg) center center no-repeat;
    background-size: cover;
}
.company_reg{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/compant\ reg.jpg) center center no-repeat;
    background-size: cover;
}
.msme_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/MSME.jpg) center center no-repeat;
    background-size: cover;
}
.llp_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Partnership_Registraion.jpg) center center no-repeat;
    background-size: cover;
}
.fssai_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/food.jpg) center center no-repeat;
    background-size: cover;
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}




