

/* cta section start */
section.common_banner img{
    object-position: 50% 35%;
}
section.common_banner .banner-title{
    background: #0000004a;
}

/*About company css*/
section.about-us-home .abt-cont{
    position:relative;
}
section.about-us-home{
    background: #f1f1f1;
    background: linear-gradient(180deg, #FCF5FC 0.01%, rgba(246, 245, 250, 0) 100%);
    background: #fff;
}
.serv-heading h2{
   transform: rotate(270deg);
    position: absolute;
    left: -120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--heading-color);
    font-size: var(--f60);
    top: 150px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: var(--p25);
}

section.about-us-home h3{
    font-size: var(--f32);
}
section.about-us-home .abt-co-img-left {
    border-radius: 5px;
   position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 0px;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    animation: blobEffect 5s linear infinite;
    border-radius: 50px;
    transition: 0.5s all;
    object-position: 40%;
}
section.about-us-home .abt-co-img-left img:hover{
    transform: scale(1.14);
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .para{
     max-height: 300px;
    overflow: hidden;
}
section.about-us-home p {
    color: var(--primary-color);
   
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}



/* our team */


/*Testimonial css*/
section.testimonial {
    background-color: var(--lt-color);
    padding: var(--p90) var(--p12);
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p5);
}
section.testimonial h2{
    margin: auto;
    margin-bottom: var(--m40);
    color: var(--heading-color);
    font-size: var(--f32);
    text-align: center;
}
section.testimonial .top-text {
    position: relative;
}
section.testimonial .cont-sec{
    padding:var(--p10) var(--p30);
}
section.testimonial .cont-sec p{
    color: var(--territiary-color);
    line-height: 1.5;
    font-size: var(--f14);
}
section.testimonial .para{
    height: 250px;
    overflow:hidden;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    top: -35%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
}
section.testimonial .test-card:hover .user-icon{
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
section.testimonial .user-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.testimonial .test-card:hover .user-icon img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
section.testimonial .test-card:hover p{
    color: var(--white-color);
}
section.testimonial .test-card:hover h6{
    color: var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--heading-color);
}
section.testimonial h3{
    margin-top: var(--m40);
    color: var(--white-color);
    /* text-transform: uppercase; */
    font-size: var(--f22);
    letter-spacing: 0;
    font-family: var(--other-font);
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
span.rating-count{
    color: var(--white-color);
}
section.testimonial i{
    color: var(--territiary-color);
    font-size: var(--f14);
}
section.testimonial .test-card {
    text-align: center;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    /* height: 460px; */
    background: var(--white-color);
    border-radius: 4px;
    min-width: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    /* margin: 0 10px; */
}
section.testimonial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
section.testimonial .social h6{
    color: var(--heading-color);
    font-size: 16px;
    margin-top: 20px;
}
section.testimonial .social i{
    color: var(--white-color) !important;
    background: #0A66C2;
    padding: 3px;
    border-radius: 5px;
}
section.testimonial .test-card:before {
    height: 190px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #1d3781, #b8b4fd 51%, #3054bb);
    background: var(--heading-color);
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}
section.testimonial .test-card:hover:before {
    height: 100%;
    border-radius: 4px;
}
section.testimonial .upper, section.testimonial .top-text, section.testimonial .cont-sec{
    z-index:1;
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}


section.testimonial .owl-nav {
    position: absolute;
    bottom: -45px;
    right: 45%;
    /* text-align: right; */
    width: auto;
    z-index: 2;
}
section.testimonial .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.testimonial .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-next {
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-prev:hover, section.testimonial .owl-nav button.owl-next:hover{
    background: var(--btn-color);
}
section.testimonial .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.testimonial .owl-carousel .owl-stage-outer{
    padding:0px;
}

/* our history css */
section.our-history{
    background: var(--white-color);
}
section.our-history .item{
    position: relative;
    padding-top: 20px;
}
section.our-history .head{
    text-align: center;
    margin-bottom: 40px;
}
section.our-history .head p{
    color: var(--black-color);
    font-size: var(--f16);
}
section.our-history .head h2{
    color: var(--heading-color);
}

section.our-history .year-card h2{
    -webkit-text-stroke: 1px #0A2A92;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}
section.our-history .year-card p{
    color: var(--black-color);
    opacity: .8;
}
section.our-history .year-card h3{
    font-size: 18px;
    color: var(--btn-hover);
}
section.our-history .year-card{
    position: relative;
    border-top: 1px solid #000000cc;
    padding: 20px;
}
section.our-history .year-card .dot{
    width: 15px;
    height: 15px;
    background: #05164d;
    position: absolute;
    top: -8px;
    border-radius: 50%;
    left: 0;
}
/* testimonials section css */

section.reviews{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    background: url(../images/test.png) var(--heading-color);
}
section.reviews .heading{
    margin-top: 50px;
}
section.reviews .heading p{
    color: var(--heading-color);
    background: var(--white-color);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;  
}
section.reviews .heading h2{
    color: var(--white-color);
    font-size: var(--f30);
}
section.reviews .heading span{
    color: var(--white-color);
    font-size: var(--f14);
}
section.reviews .owl-item{
    border-radius: 20px;
    padding: 20px;
}
section.reviews .owl-item:nth-child(even){
    background: var(--lt-color);
}
section.reviews .owl-item:nth-child(odd){
    background: #fff;
}
section.reviews .reviews-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.reviews .reviews-card img{
    width: 80px;
}
section.reviews .reviews-card h2{
    font-size: 22px;
}
section.reviews .reviews-card p{
    color: var(--black-color);
    text-align: center;
}
section.reviews .owl-nav{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
section.reviews .owl-nav button{
    background: var(--white-color);
    color: var(--heading-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out;
}
section.reviews .owl-nav button:hover{
    border: 1px dashed var(--white-color);
    color: var(--white-color);
    background: transparent;
}

/* cta section */

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}

.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 25px 0 0
}

.cta-section .left-sec .top-section ul li {
    padding-left: 0px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400
}
.cta-section .left-sec .top-section .btn-container .main-btn{
    border-radius: 30px;
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}


/* new blog section */


section.new-blog{
    background: var(--lt-color);
}
section.new-blog .head{
    text-align: center;
    margin-bottom: 40px;
}
section.new-blog .img-sec{
    position: relative;
    height: 250px;
    overflow: hidden;
}
section.new-blog .img-sec img{
    height: 250px;
    transition: .5s ease-in-out;
}
section.new-blog .col-4:hover img{
    transform: scale(1.12);
}
section.new-blog .img-sec span{
    position: absolute;
    left: 0;
    top: 20px;
    font-family: var(--primary-font);
    color: #fff;
    background: var(--heading-color);
    padding: 5px 15px;
}
section.new-blog .cont span{
    color: var(--btn-hover);
    opacity: .8;
    font-weight: 600;
}
section.new-blog .cont h4{
    color: var(--heading-color);
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}
section.new-blog .cont{
    padding: 20px;
}
section.new-blog .col-4{
    margin-bottom: 30px;
    border: 1px solid #bababaa6;
    width: 31%;
    padding: 0;

}
section.new-blog .row{
gap: 25px;
}


/* about bdglifesciences */
        
.about-numbers{
    background: url(../images/body-bg.png) #02051c;
    padding: 40px 0;
}
.about-numbers img{
    width: 65px !important;
}
.about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
.about-numbers .transparent{
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    -webkit-text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}

