/* a:link{
    color: inherit;
} */

body{
    font-family: "Noto Serif";
}

.left-part{
    float: left;
    padding-right: 20px;
    padding-top: 15px;
}

.check{
    background: transparent;
    /* padding-bottom: 10px; */
}


.bar-text{
    margin-left: 100px;
    animation: blinker 2s ease infinite;
}


.right-part{
    float: right;
    padding-right: 5px;
    transition: all .2s ease-in-out;
}

.social-links{
    padding-right: 50px;
    padding-top: 10px;
}

.right-part:hover{
    padding-top: 5px;
    transform: scale(1.2);
}

.fa {
    padding: 7px;
    /* padding-right: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.right-part h2{
    font-size: large;
    color: white;
}


.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.fa-twitter {
    background: #00acee;
    color: white;
}

.fa-linkedin {
    background: #0e76a8;
    color: white;
}

.navbar-center > li > a {
    color: black;
}

.navbar-center > li > a:hover{
    color: #55ACEE;
    border-bottom: 2px solid red;
}

.navbar-nav.navbar-center {
    position: absolute;
    width: 100%;
    left: 100%;
    transform: translatex(-50%);
}

.nav-el {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffffc7 !IMPORTANT;
    backdrop-filter: blur(8px);
}

.nav-el.scrolled{
    background: #f8f9fa !important;
    position: fixed;
    top: 0;
    transition: 1.2s;
}

.search-bar{
    float: right;
    text-align: right;
    margin-left: 750px;
}

.btn-nav1 {
    background-color: #55ACEE;
}

.btn-nav1:hover, .btn-nav2:hover{
    color: white;
}

.btn-nav2 {
    background-color: #1f91e9;
}

/* Nav */

/* Banner */

header.main-header{
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-color: rgba(109, 106, 106, 0.5);
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 20px;
}

.message{
    position: relative;
    text-align: center;
    animation: blinker 2s ease infinite;
    margin-bottom: 150px;
}

@keyframes blinker {
    50% {opacity: 0;}
}

.message h1{
    color: yellow;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.header-text-holder{
    text-align: center;
    /* padding-bottom: 50px; */
    /* margin-left: 400px; */
    /* position: absolute; Position the background text */
    /* width: 100%; */
    /* background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);  */
    color: white; /* Grey text */
    /* width: 100%; Full width */
    padding: 20px;
}

/* About Us */
.about-us{
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    background-color: #55ACEE; 
}

.about-details {
    /* position: absolute; Position the background text */
    /* bottom: 0; At the bottom. Use top:0 to append it to the top */
    /* background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);  */
    color: black; /* Grey text */
    width: 100%; /* Full width */
    /* padding: 20px; Some padding */
}

.about-btn{
    width: 90px;
    border-radius: 16px;
    border: 3px solid #55ACEE;
    /* background: linear-gradient(-90deg, red 50%, blue 50%); */
}

.about-btn:hover{
    transform: scale(1.1);
    transition: 1.1s;
    color: white;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.service-btn {
    width: 90px;
    border-radius: 16px;
    border: 3px solid #55ACEE;
    /* background: linear-gradient(-90deg, rgb(68, 193, 235) 50%, gray 50%); */
}

.service-btn:hover{
    transform: scale(1.1);
    transition: 1.1s;
    color: white;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.user_img{
    width: 75px;
    height: auto;
}

section.review-slidr, .company-services-cards {
    background-color: gainsboro;
    padding-top: 50px;
}

.review-slidr{
    padding-bottom: 50px;
}


.review-text-widgets h2{
    font-size: 1.3em;
    text-align: center;
}

.review-text-widgets p{
    font-size: 14px;
    text-align: center;
}
#review-slider-content li .card{
    text-align: center;
}

#review-slider-content li .card img{
    margin-bottom: 15px;
}

#review-slider-content li .card .card-title{
    font-size: 18px;
    font-weight: bold;
}

#review-slider-content li .card .card-text{
    font-size: 14px
}

#review-slider-content li .card .star{
    color: orange;
    font-size: 15px;
}

/* Footer */

footer.main-footer {
    padding-top: 25px;
    /* padding-bottom: 25px; */
    background-color: #f7f7f7;
    /* background-color: rgb(36, 35, 35); */
    color: black;
}

aside.footer-content h2 {
    font-size: 20px;
}

aside.footer-content p {
    font-size: 14px;
}

aside.footer-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

aside.footer-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

aside.footer-content ul li {
    list-style-type: none;
    margin: 5px;
    padding: 0px;
}
aside.footer-content ul li a, .footer-logo a {
    display: block;
    text-decoration: none;
    color: black;
}

section.copyright {
    background-color: #4fa9ee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center;
    /* color: white; */
    font-weight: bold;
}

.copyright p{
    margin: 0px;
    padding: 0px;
}


.footer-logo p{
    position: absolute;
    /* padding-top: 2px; */
    /* left: 200px;  */
    /* margin-bottom: 25px; */
    margin-left: 70px;
    text-align: center;
    font-size: 14px;
}

/* Footer */

/* Card Animation */
.flip-card {
    background-color: transparent;
    width: 545px;
    height: 337px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;   
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* .flip-card-front img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
} */

.flip-card-front h2{
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    /* padding-left: 200px;
    padding-right: 200px; */
    padding-top: 140px;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flip-card-front h2 strong {
    
    color: white;
    justify-content: center;
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-back .flip-card-back-content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /*Black background with 0.5 opacity*/
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}

/* Contact Page */
.google-map{
    padding-top: 95px;
}
/* Contact Page */

/* Drug Safety */

.back-image img{
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.adr-text{
    position: absolute;
    top: 200px;
    left: 470px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

.form-left{
    margin-top: 62px;
}

.form-btn{
    float: right;
}

.form-btn:hover{
    transform: scale(1.1);
    transition: 1.1s;
}

.form-header{
    color: #55ACEE;
}
/* Drug Safety */

/* Job Apply */
.back-image-apply{
    padding-top: 150px;
    text-align: center;
}
/* Job Apply */

/* Mission and Vision */

.mission h1{
    background-color: #5babe4a2;
    color: blue;
}

.mission h2{
    color: blue;
}

/* Mission and Vision */

/* Products List */
.product-body-content{
    padding-top: 100px;
}

.product-body-content h3{
    color: blue;
}

.product-body-content h5{
    color:#55ACEE;
}
/* Products List */

/* Mission & Vision */
.mission, .vision{
    margin: 0;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, rgba(85, 175, 248, 0.6) 0%,rgba(214, 212, 212, 0.9) 100%);
}

/* Mission & Vision */