/* Import ICons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}
.font-rajdhani {
    font-family: 'Rajdhani', sans-serif;
}
.homepage-container {
    background-color: aqua;
}
nav {
    height: 80px;
}
nav .navbar-toggler {
    border: 0px;
}
nav .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}
nav .nav-item {
  padding-left: 11px;
  padding-right: 14px;

}
nav .nav-link {
    font-family: 'Rajdhani', sans-serif;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}
nav .dropdown-menu {
    border: 1px;
}
nav .nav-link .dropdown-item {
    font-family: 'Rajdhani', sans-serif;
}
nav .dropdown-item {
    font-family: 'Rajdhani', sans-serif;
}
.dropdown-toggle::after {
    margin-bottom: -3px;
}
.main-banner {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0,0,0,0.4);
}
.banner-image {
    height: 650px;
    object-fit: cover;
}
.brand-carousel-image {
    width: 130px !important;
}
.owl-prev {
    width: 30px;
    height: 55px;
    position: absolute;
    top: 40%;
    margin-left: 0px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;
}

.owl-next {
    width: 30px;
    height: 55px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;

}
.owl-prev span, .owl-next span {color: #000;font-size: 28px;}

.our-clients .owl-dot.active span{
    background-color: #4481eb !important;
}

.banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
}
.banner-sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.sub-container {
    padding-left: 200px;
    padding-right: 200px;
}
.sub-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;;
    text-align: justify;
}
.ep-header-text {
    font-family: 'Rajdhani', sans-serif;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}
/* Input */
.ep-input:focus {
    box-shadow:none;
    border-color:#004aad ;
}
.primary-color {
    color: #1f5aa9;
}
.formulation-card {
    padding: 30px;
    border-top: 3px solid #004aad;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.api-card {
    font-size: 24px;
    text-align: center;
}
.top-border {
    border-top: 3px solid #004aad;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.accreditation-card {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accreditation-card img {
    height: 70%;
}
.product-card {
    border-top: 3px solid #004aad;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 18px;
    display: flex;
    flex-direction: row;
}
.product-card .product-info {
    padding-left: 15px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}
.product-card img {
    height: 45px;
    width: 45px;
    color: #ccc;
}
.product-tabs .nav-pills .nav-link.active {
    background-color: #1f5aa9;
}
.product-tabs .nav-link {
    color: #1f5aa9;
    font-family: 'Open Sans', sans-serif;
}
.core-value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 200px !important;
}
.core-value h3 {
    padding-left: 20px;
}
.core-value-img {
    padding: 10px;
    object-fit: contain;
    border-radius: 10px;
    background: #d9e3ff;
    width: 200px;
}
/* button */

.ep-btn {
    background-color: #143364;
    font-family: 'Heebo', sans-serif;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.primary-link {
    color: #004aad;
    font-size: 16px;
    text-decoration: none;
}

/* Footer */

footer {
    background-color: #143364;
    color: white;
    padding: 10px;
}
.footer-text {
    color: #b2bccd;
    font-family: 'Rajdhani', sans-serif;
    font-size:medium;
        text-decoration: none;

}
.footer-link-color {
    color: #f8f8f9;
    
}

.white-h1-text {
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size:45px;
    font-weight: 700;
}
.white-h4-text {
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size:small;
    font-weight: 400;
}
.h1-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:45px;
    font-weight: 700;
}
.h4-text {
    font-family: 'Rajdhani', sans-serif;
    /* font-size:small; */
    font-size: medium;
    font-weight: 300;
}
.h4-bold-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:medium;
    font-weight: 700;
}
.h4-white-bold-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:medium;
    font-weight: 700;
    color:white
}
.h5-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:smaller;
    font-weight: 300;
}
.white-h3-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:large;
    color: white;
}
.h3-text {
    font-family: 'Rajdhani', sans-serif;
    font-size:large; 
}

.our-mission-text {
    font-size: 13px;
    color: #919191;
}

/* background color */
.light-bg {
    background-color: #143364 ;
    opacity: 0.9;
}

.parallax-bg {
    /* The image used */

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-home {
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.parallax-bg {
    background-color: rgb(0 74 173 / 50%);
}

/* About US - Title Block */
.about-title-block {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f5aa9;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Rajdhani', sans-serif;
    -webkit-box-shadow: inset 0px -3px 11px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    inset 0px -3px 11px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         inset 0px -3px 11px 0px rgba(50, 50, 50, 0.50);
    background-image: url('../images/bg-title.png');
    background-position: center center;
}
/* Button */
.primary-btn {
    background-color: #1f5aa9 !important;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.primary-btn:hover {
    border: 1px solid #1f5aa9 !important;
    background-color: transparent !important;
    color: #1f5aa9 !important;
}
.primary-outline-btn {
    border: 1px solid #1f5aa9 !important;
    color: #1f5aa9 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.primary-outline-btn:hover {
    background-color: #1f5aa9;
    color: #fff !important;
}
/* Home - Other details */
.other-card {
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    overflow: hidden;
}
.other-card img {
    width: 100%;
}
.other-card-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    padding: 15px;
    font-size: 22px;
    color: #1f5aa9;
    padding-bottom: 5px;
}
.other-card-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color:#212529;
    padding: 15px;
    padding-top: 0px;
}
.our-sub-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}
.sm-bold-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Rajdhani';
}
.management-image {
    height: 400px;
    object-fit: contain;
    border: 3px groove #143364;
}

/* New Home */
.hero-section .hero-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Rajdhani', sans-serif;
    text-transform: capitalize;
}
.about-section .sub-title {
    word-spacing: 5px;
}
.about-section .sub-description {
    font-size: 17px;
}
.about-section .sub-description strong {
    font-weight: 600;
    color: #000;
}
.make-us-better-section .sub-description {
    font-size: 17px;
    text-align: left;
}
.heart-beat {
    animation: beat .5s infinite alternate;
    color: red;
    transform-origin: center;
    margin: 0 0px;
}
.bg-blue-img-card {
    background-color: #d9e3ff;
    padding: 10px;
    border-radius: 10px;
    height: 70px !important;
    width: 70px;
    object-fit: contain;
}

.our-section .our-card {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(31, 90, 164, 0.4);
    border-radius: 5px;
}
.our-section .our-card:hover {
    animation: headShake;
    animation-duration: 2s;
}
.our-section .our-mission-img {
    height: 178px;
}
.make-us-better-container {
    padding: 20px;
}
.primary-gradient-btn {
    width: auto;
    font-size: 17px !important;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    display: flex !important;
    justify-content: center;
    align-items: center;

    border-radius: 100px !important;
    padding: 10px 32px !important;

    font-family: 'Rajdhani', sans-serif;
    font-weight: 600 !important;
    background-image: linear-gradient(to right, #1f5aa9, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.primary-gradient-btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.updown {
    animation: 3s infinite updownanim;
    -webkit-animation: 3s infinite updownanim;
}
@keyframes beat {
    100% {
        
        font-size: 14px;
    }
}
@keyframes updownanim {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 8px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@media (max-width: 575.98px) { 
    nav {
        height: auto;
    }
    .login-container {
        height: auto;
    }
    .sub-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner-title {
        font-size: 22px;
    }
    .banner-sub-title {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-image {
        height: 350px;
    }
    .about-title-block {
        height: 160px;
        font-size: 30px;
    }
    .other-carousel .owl-prev {
        left: -10px;
    }
    .other-carousel .owl-next {
        right: -10px;
    }
    .formulation-card {
        font-size: 21px;
    }
    .api-card {
        font-size: 18px;
        text-align: center;
    }
    .core-value-img {
        width: 210px;
    }
    .our-mission-text {
        font-size: 15px;
    }
    .hero-section .hero-heading {
        font-size: 30px;
        text-align: center;
        padding-top: 15px;
    }
    .hero-img {
        width: 350px;
        padding-top: 15px;
    }
    .about-section .about-img {
        width: 350px;
    }
    .about-section .about-desc {
        text-align: center;
    }
    .about-section .about-desc p {
        font-size: 16px;
    }
    .about-section .row {
        flex-direction: column-reverse;
    }
    .make-us-better-container {
        padding: 5px !important;
    }
    .make-us-better-container h4,h2 {
        text-align: center;
    }
    .our-clients h4 {
        text-align: center;
    }
    .brand-carousel .owl-item .item {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

 /* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar-search-container {
        margin: 0px;
    }
    .navbar-search {
        width: 100%;
        padding-top: 10px;
    }
    .sub-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    nav .navbar-collapse {
        background-color: #fff;
    }
}

 /* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    nav .navbar-collapse {
        background-color: #fff;
    }
}

 /* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 

}

.card-style2 {
    position: relative;
    display: flex;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0;
    height: 100%;
}
.card-style2 .card-img {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-style2 .card-img img {
    transition: all 0.3s linear 0s;
    height: 280px;
    width: 414px;
}
.card-style2:hover .card-img img {
    transform: scale(1.05);
}
.card-style2 .date {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    color: #1f5aa9;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ededed;
    display: inline-block;
    background-color: #ffffff;
    text-transform: uppercase;
    border-radius: 0.25rem;
}
.card-style2 .date span {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    background-color: #1f5aa9;
    border-radius: 0.25rem;
}
.card-style2 .card-body {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 2rem;
}
.card-style2 .card-body h3 {
    margin-bottom: 0.8rem;
}
.card-style2 .card-body h3 a {
    color: #004975;
}
.card-style2 .card-body h3 a:hover {
    color: #1f5aa9;
}
.card-style2 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    background: transparent;
    padding-right: 2rem;
    padding-left: 2rem;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card-style2 .card-footer ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}
.card-style2 .card-footer ul li {
    font-size: 15px;
}
.card-style2 .card-footer ul li a {
    color: #394952;
}
.card-style2 .card-footer ul li a:hover {
    color: #1f5aa9;
}
.card-style2 .card-footer ul li i {
    color: #1f5aa9;
    font-size: 14px;
    margin-right: 8px;
}

/*Blog Details*/

body{
    background-color: #f4f7f6;
    margin-top:20px;
}
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.card .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}
.card .header {
    color: #444;
    padding: 20px;
    position: relative;
    box-shadow: none;
}
.single_post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single_post .body {
    padding: 30px
}

.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px
}

.single_post .img-post>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
    display: block
}

.single_post .footer {
    padding: 0 30px 30px 30px
}

.single_post .footer .actions {
    display: inline-block
}

.single_post .footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px
}

.single_post .footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 13px
}

.single_post .footer .stats li a {
    color: #777
}

.single_post .footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

.single_post h3 {
    font-size: 20px;
    text-transform: uppercase
}

.single_post h3 a {
    color: #242424;
    text-decoration: none
}

.single_post p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0
}

.single_post .blockquote p {
    margin-top: 0 !important
}

.single_post .meta {
    list-style: none;
    padding: 0;
    margin: 0
}

.single_post .meta li {
    display: inline-block;
    margin-right: 15px
}

.single_post .meta li a {
    font-style: italic;
    color: #959595;
    text-decoration: none;
    font-size: 12px
}

.single_post .meta li a i {
    margin-right: 6px;
    font-size: 12px
}

.single_post2 {
    overflow: hidden
}

.single_post2 .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
    position: relative
}

.single_post2 .content .actions_sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px
}

.single_post2 .content .actions_sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
    font-weight: 100
}

.single_post2 .content .text {
    font-size: 15px
}


@media (max-width: 640px) {
    .blog-page .left-box .single-comment-box>ul>li {
        padding: 25px 0
    }
    .blog-page .left-box .single-comment-box ul li .icon-box {
        display: inline-block
    }
    .blog-page .left-box .single-comment-box ul li .text-box {
        display: block;
        padding-left: 0;
        margin-top: 10px
    }
    .blog-page .single_post .footer .stats {
        float: none;
        margin-top: 10px
    }
    .blog-page .single_post .body,
    .blog-page .single_post .footer {
        padding: 30px
    }
}