@font-face {
    font-family: Circular;
    src: url(../fonts/CircularStd-Book.woff);
}

@font-face {
    font-family: Circular-Medium;
    src: url(../fonts/CircularStd-Medium.woff);
}

@font-face {
    font-family: Circular-Black;
    src: url(../fonts/CircularStd-Black.woff);
}

@font-face {
    font-family: Circular-Bold;
    src: url(../fonts/CircularStd-Bold.woff);
}

@font-face {
    font-family: Circular-Light;
    src: url(../fonts/CircularStd-Light.woff);
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #000;
}

html {
    font-family: 'Circular', 'Roboto', sans-serif;
    font-size: 1em;
}

section{
    display: block;
    float: left;
}

.block-anchor:hover .anchor-icon{
    left: 30px;
    transition: 0.5s;
}

.block-anchor:hover .btn5 span, .block-anchor:hover .btn6 span, .block-anchor:hover .btn7 span{
    left: 30px;
    transition: 0.5s; 
}

.anchor-icon, .btn5 span, .btn6 span, .btn7 span{
    transition: 0.5s;
}

/*---------------Header and Navbar styling-----------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color .5s ease;
    z-index: 1000;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.nav {
    width: 100%;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, .05);
    transition: height .5s ease;
}

.nav a {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 800;
    font-family: Circular;
}



#logoimg {
    width: 200px;
    margin-left: 50px;
}

#logoimg{
    /* border: solid 1px #fff; */
    border-radius: 10px;
    padding: 30px 30px;
    /* background-color: #fff; */
    width: 250px;
    margin-left: 30px;
    background: url('../media/img/ken-labs-logo-white.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
}

header.scrolling-active #logoimg{
    background: url('../media/img/ken-labs-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sub-pages.contact header #logoimg{
    background: url('../media/img/ken-labs-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.nav-list {
    list-style: none;
    display: flex;
    /* margin-right: auto; */
    margin-left: 4rem;
    /* right: 0; */
}

.nav-link {
    margin: 0 2rem;
    position: relative;
    line-height: 2.5em;
    font-size: 1.5em;
}

.nav-link::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -0.6em;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

/*---------------------Apply styles to nav bar after scroll-------------*/
.scrolling-active {
    background-color: #fff;
    box-shadow: 0 3px 1rem rgba(0, 0, 0, .1);
}

.scrolling-active .nav {
    height: 6.6rem;
}

.scrolling-active .nav a {
    color: #313131;
}

/*-------------------------Hero Section Styling-------------------*/
.hero {
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    background-color: #0b31ae;
    background-size: cover;
    position: relative;
}

.hero-30 {
    height: 100vh;
    width: 100%;
    display: block;
    float: left;
    z-index: 0;
    position: absolute;
    left:0;
    top:0;
    min-height: 700px;
    background: rgb(11,49,175);
    background: linear-gradient(90deg, rgba(11,49,175,1) 0%, rgba(11,49,175,0.3029586834733894) 46%, rgba(11,49,175,1) 100%);
}

#home .hero-30{
    width: 45%;
    background: rgba(30,77,233,0.8);
}

.hero-40 {
    background-color: rgba(26, 39, 80, 0.4);
    height: 100vh;
    width: 100%;
    display: block;
    float: left;
    z-index: 0;
    position: absolute;
    left:0;
    top:0;
    min-height: 700px;
}

.hero .hero-70 {
    /* background-image: url('bg.jpg'); */
    height: 100vh;
    width: 100%;
    display: block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-tag{
    position: absolute;
    left: 5%;
    top: 35%;
}

span.home-tagline{
    font-size: 0.8em!important;
    text-transform: uppercase;
}

.hero-tag span{
    font-size: 3.5em;
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    float: left;
    clear: both;
    font-family: Circular;
    line-height: 1.2em;
}

.hero-tag span:nth-child(2){
    margin: 20px 0;
}

span.home-description{
    font-size: 0.9em!important;
    max-width: 45%;
    font-weight: 100;
    line-height: 1.8em;
    font-family: Circular-Light;
    margin: 10px 0;
}

.hero-button{
    font-size: 0.7em;
    padding: 15px 25px;
    background-color: #00bce5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    border: solid 1px #2b62aa;
    border-radius: 50px;
    float: left;
    letter-spacing: 0.2em;
    margin-top: 30px;
    clear: both;
    text-decoration: none;
}
.hero-button img{
    width: 15px;
    vertical-align: -3px;
    margin-right: 10px;
}

                                         /*------------------ Slideshow styling --------------*/

                                 
.slide {
    width: 100%!important;
    height: 100vh;
    overflow: hidden;
    min-height: 700px;
    /* position: relative; */
    background-color: #000;
    position: relative;
}

.slide div {
    width: 100%;
    height: 100%;
    background-size: cover;
    /* position: absolute; */
    animation: slide 25s infinite;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}

.slide div:nth-child(1) {
    background-image: url(../media/img/s1.jpg);
}

.slide div:nth-child(2) {
    animation-delay: 5s;
    background-image: url(../media/img/s2.jpg);
}

.slide div:nth-child(3) {
    animation-delay: 10s;
    background-image: url(../media/img/s3.jpg);
}

.slide div:nth-child(4) {
    animation-delay: 15s;
    background-image: url(../media/img/s4.jpg);
}

.slide div:nth-child(5) {
    animation-delay: 20s;
    background-image: url(../media/img/s5.jpg);
}

@keyframes slide {
    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        transform: scale(1.1);
    }
}


/*-------------------------Section 2 Styling-------------------*/
.demo-content {
    width: 100%;
    /* background-color: #fff; */
    z-index: 2;
    margin-top: -150px;
    position: relative;
}

.demo-content .wrap-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.demo-content .wrap-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.btn1 {
    background-color: #2b62aa;
    height: 250px;
    width: 400px;
    background-image: url(../media/img/showcase-button.jpg);
    background-size: cover;
}


.btn2 {
    background-color: #fff;
    height: 250px;
    width: 250px;
    padding: 20px;
    color:#000;
    position: relative;
}

.btn3 {
    background-color: #0e4d9d;
    height: 250px;
    width: 250px;
    padding: 20px;
    color:rgb(230, 230, 230);
    position: relative;
    /* background: linear-gradient(180deg, rgba(14,77,157,1) 0%, rgba(70,131,212,1) 100%, rgba(14,77,157,1) 100%); */
}

.btn4 {
    background-color: #2b62aa;
    height: 180px;
    width: 180px;
    background-image: url('../media/img/btn4-img.jpg');
    background-size: cover;
    background-position: center;
}

.btn5 p, .btn6 p, .btn7 p{
    color: #fff;
    font-size: 0.9em;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: Circular-Medium;
}

.btn5 span, .btn6 span, .btn7 span{
    position: absolute;
    bottom: 20px;
    left: 20px;

}

.btn5 span img, .btn6 span img, .btn7 span img{
    width: 20px;
}

.btn5 {
    background-color: #071738;
    height: 180px;
    width: 180px;
    padding: 20px;
    position: relative;
}

.btn6 {
    background-color: #0e4d9d;
    height: 180px;
    width: 180px;
    padding: 20px;
    position: relative;
}

.btn7 {
    background-color: #071738;
    height: 180px;
    width: 180px;
    padding: 20px;
    position: relative;
}


.demo-content p.head{
    font-size: 1em;
    /* text-transform: uppercase; */
    font-size: 400;
    letter-spacing: 0em;
    font-weight: bold;
    line-height: 1.4em;
    font-family: Circular-Medium;
}

.demo-content p.sub-head{
    font-size: 0.8em;
    margin-top: 10px;
    line-height: 1.5em;
}

.demo-content .btn2 img{
    position: absolute;
    left: 20px;
    bottom:20px;
    width: 35px;
}

.demo-content .btn3 img{
    position: absolute;
    left: 20px;
    bottom:20px;
    width: 30px;
}

/*-------------------------Section 3 Styling-------------------*/
.section3 {
    background-color: #fff;
    width: 100%;
    background-size: cover;
    margin-top: -430px;
    position: relative;
    z-index: -1;
}

#home .section3#explore{
    padding-top: 300px;
}

section .half-wrap{
    width: 50%;
    margin: 0 auto;
    float: left;
}

#home .section3 .half-wrap{
    padding-top: 200px!important;
}

.section3 .half-wrap.content-wrap{
    padding-top: 300px!important;
}

.strip-bg{
    width: 45.5%;
    height: 155vh;
    background: #ebeef3;
    position: absolute;
    top:0;
    left: 0;
    min-height: 1000px;
}

.section-image{
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: 150px;
    margin-bottom: 150px;
}

.section-sub-head{
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #0b31ae;
}


.section-head{
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: left;
    color: #000;
    margin: 10px 0 20px 0;
    font-weight: 900;
    font-family: Circular-Bold;
}

.half-wrap.content-wrap{
    padding: 50px;
    margin-top: 500px:
}

.half-wrap .hero-button{
    font-size: 0.7em;
    border: 0px;
}

.content-wrap .text{
    font-size: 0.8em;
    line-height: 1.7em;
    width: 70%;
}

#home .content-wrap .text span{
    display: block;
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.4em;
    width: 80%;
}

.head-link-anchor{
    text-decoration: none;
    color: #000;
}

.head-link-anchor:hover .head-link img.arrow{
    right: -10px;
    transition: 0.5s;
}

.head-link{
    font-size: 1em;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 2px #ddd;
    width: 60%;
}

.head-link.first{
    margin-top: 30px;
}

.head-link img.icon{
    width: 50px;
    vertical-align: -20px;
    display: inline-block;
    margin-right: 20px;
}

.head-link img.arrow{
    width: 25px;
    vertical-align: -8px;
    position: absolute;
    right: 0;
    top: 30px;
    transition: 0.5s;
}



/*-------------------------Section 4 Styling-------------------*/
.section4 {
    background-color: #0b31ae;
    width: 100vw;
    height: 100vh;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
.left-slide {
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s ease-in-out;
}
.left-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px;
    position: relative;
    /* background-image: url(../media/img/timeline-bg.jpg); */
    background-size: 500%;
    background-repeat: no-repeat;
    background-position: center center;
    background: linear-gradient(200deg, rgba(14,77,157,1) 0%, rgba(70,131,212,1) 86%, rgba(14,77,157,1) 100%);
}

.left-slide h6{
    font-size: 5em;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    float: left;
    text-align: left;
    margin-left: 0px;
    width: 100%;
    background: -webkit-linear-gradient(4deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(0,212,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-slide h1{
  font-size: 2em;
  margin-bottom: 10px;
}

.left-slide p{
    font-size: 0.8em;
    line-height: 1.6em;
    margin-top: 30px;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 45%;
    width: 55%;
    transition: transform .5s ease-in-out;
}
.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
button {
    background-color: #fff;
    color: #aaa;
    border: none;
    font-size: 16px;
    cursor: pointer;
    height: 60px;
    width: 50px;
}
button:hover{
    color: #222;
}
.slider-container .action-buttons button{
    position: absolute;
    top: 80%;
    left: 45%;
    z-index: 100;
}
.slider-container .action-buttons .down-button{
  transform: translateX(-100%);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.slider-container .action-buttons .up-button{
  transform: translateY(-100%);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.slider-container .action-buttons .down-button i img{
    transform: rotate(90deg);
    width: 40px;
}

.slider-container .action-buttons .up-button i img{
    transform: rotate(-90deg);
    width: 40px;
}





/*-------------------------Section 4 Styling-------------------*/
.section5 {
    background-color: #fff;
    width: 100vw;
}

.home-product-wrap{
    width: 70%;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 100px auto;
}

.product-block{
    margin: 0 10px;
}

.product-block img{
    width: 300px;
}

.product-block p{
    text-align: center;
}

.product-block .arrow{
    width: 20px;
    vertical-align: -5px;
    margin-left: 5px;
    transition: 0.5s;
}

.product-link-anchor:hover .arrow{
    margin-left: 20px;
    transition: 0.5s;
}

i {
    font-style: normal!important;
}

.home-why-head{
    font-size: 2em;
}

.home-why-head::before{
    content:' ';
    height: 1px;
    width: 2em;
    background-color: #0e4d9d;
    display: block;
    margin-bottom: 10px;
}

.why-timeline-wrap{
    display: block;
    background-color: #e9f2fa;
    padding: 25px;
    margin: 20px auto;
    display: flex;
}

.why-timeline-wrap img{
    width: 90px;
    border-radius: 50%;
    border: solid 10px #fff;
}

.why-timeline-wrap h1{
    font-size: 1.5em;
    color: #1e6aba;
    margin-bottom: 10px;
}

.why-timeline-wrap div:nth-child(2){
    margin-left: 20px;
}

.why-timeline-wrap div p{
    font-size: 0.8em;
    line-height: 1.6em;
}

.why-timeline-pointers-wrap{
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.why-timeline-pointers-wrap .block-wrap{
    min-width: 50%;
    margin-bottom: 50px;
}

.why-timeline-pointers-wrap .block-wrap .block-image{
    float: left;
}

.why-timeline-pointers-wrap .block-wrap .block-image img{
    width: 100px;
}

.why-timeline-pointers-wrap .block-wrap .block-content{
    padding-left: 20px;
    display: block;
    float: left;
}

.why-timeline-pointers-wrap .block-wrap .block-content h1{
    font-size: 1em;
}

.why-timeline-pointers-wrap .block-wrap .block-content p{
    font-size: 0.8em;
    margin-top: 5px;
    line-height: 1.6em;
}

/*-------------------------Footer-------------------*/
.footer {
    background-color: #eaeff5;
    width: 100vw;
    padding: 40px;
}

.sub-footer-1{
    width: 70%;
    display: block;
    float: left;
}

.sub-footer-1 p.newsletter-head{
    color: #0b31ae;
    margin-top: 40px;
    font-weight: 100;
}

.sub-footer-1 p.newsletter-subhead{
    font-size: 0.8em;
    margin-top: 20px;
    color: #999999;
    letter-spacing: 0.04em;
}

.sub-footer-1 p.newsletter-subhead{
    display: block;
    float: left;
    width: 50%;
}

.sub-footer-1 form{
    display: block;
    float: left;
    width: 50%;
}

.sub-footer-1 form input[type="email"]{
    border-radius: 0px;
    padding: 5px;
    box-shadow: none;
    outline: 0;
    width: 200px;
    border: solid 1px #999999;
}

.sub-footer-1 form input[type="submit"]{
    border-radius: 0px;
    padding: 5px 10px;
    box-shadow: none;
    outline: 0;
    border: solid 1px #0b31ae;
    background-color: #0b31ae;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}

.sub-footer-1 form input[type="submit"]:hover{
    background-color: #fff;
    color: #0b31ae;
    transition: 0.2s;
}


.sub-footer-2{
    width: 30%;
    display: block;
    float: left;
    margin-top: 50px
}

.sub-footer-2 svg{
    fill: #0b31ae;
    width: 50px;
    margin: 0 10px;
}

.footer-2{
    width: 100%;
    height: 300px;
    background-color: #fff;
    float: left;
    margin-top: 100px;
    padding: 50px 15%;
    box-sizing: border-box;
    position: relative;
    background-image: url(../media/img/heart-bg.png);
    background-size: 700px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer-2 div:nth-child(2){
    float: right;
}

.footer-2 ul{
    list-style: none;
    display: block;
    float: left;
    margin-right: 50px;
}

.footer-2 ul p{
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.footer-2 ul li{
    font-size: 0.75em;
    margin: 5px auto;
    color: #999999;
}

.footer-2 ul li a{
    color: #999999;
}

.footer-2 ul li a:hover{
    color: #0b31ae;
}

.footer-copyright{
    font-size: 0.7em;
    color: #999999;
    clear: both;
    margin-top: 50px;
    position: absolute;
    bottom: 50px;
    left: 15%;
}







/* ---------- Infrasturcture Page ----------- */


.sub-pages p.hero-tag span:nth-child(1){
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sub-pages .hero-tag .hero-button{
    margin-bottom: 50px;
}


.sub-pages .section3{
    margin-top: 0px;;
}

#infra.sub-pages.services .slide div:nth-child(1), #infra.sub-pages.services .slide div:nth-child(2), #infra.sub-pages.services .slide div:nth-child(3), #infra.sub-pages.services .slide div:nth-child(4) {
    background-image: url(../media/img/ken-labs-services-micro.jpg);
}

#infra .slide div{
    animation: none;
    background-image: url(../media/img/ken-labs-factory-image.jpg);
    opacity: 1;
}

#infra .section2{
    width: 100vw;
    display: block;
    background-color: #fff;
    padding: 100px 50px;
    background-image: url(../media/img/heart-bg.png);
    background-size: 70%;
    background-position: -300px center;
    background-repeat: no-repeat;
}

.section-center-heading{
    font-size: 2.5em;
    font-weight: 100;
    color: #000;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.section-center-para{
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    display: block;
}

#infra .section3{
    background-color: #0b31ae;
    padding: 100px 50px;
}

#infra.sub-pages.infra-page .section3{
    background: linear-gradient(160deg, rgba(11,49,175,1) 0%, rgba(11,49,175,0.6029586834733894) 46%, rgba(11,49,175,1) 100%)
}

#infra .section3 .section-center-heading{
    text-align: left;
    color: #fff;
    width: 100%;
    margin-top: 100px;
}

.sub-pages.infra-page .hero, .sub-pages.infra-page .hero .slide, .sub-pages.infra-page .hero .hero-70, .sub-pages.infra-page .hero-30{
    height: 600px;
    min-height: 600px;
}

#infra.sub-pages.infra-page .slide div{
    background-position: -100px;
}


#infra .section4{
    background-color: #fff;
}

.simple-anchor{
    font-size: 0.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.simple-anchor img{
    width: 20px;
    vertical-align: -7px;
    margin-left: 2px;
}

.simple-anchor:hover img{
    margin-left: 10px;
}

#infra .section3 .half-wrap:nth-child(2) img{
    width: 100%;
    margin: 0 auto;
    display: block;
    float: right;
    margin-right: -50px;
}




#infra .section4{
    padding: 50px;
    height: auto;
}


#infra .section4 .section-center-heading{
    text-align: left;
    width: 60%;
    margin-top: 100px;
    margin-left: 0px;
}


#infra .section4 .section-center-para{
    text-align: left;
    width: 80%;
    margin-left: 0px;
}


#infra .section4 .half-wrap:nth-child(2) img{
    width: 100%;
    margin-bottom: -55px;
    margin-top: 50px;
}



#infra .section5{
    padding: 0px 50px 50px 50px;
}


#infra .section5 .section-center-heading{
    text-align: left;
    width: 60%;
    margin-top: 100px;
    margin-left: 50px;
}


#infra .section5 .section-center-para{
    text-align: left;
    width: 80%;
    margin-left: 50px;
}


#infra .section5 .half-wrap:nth-child(1) img{
    width: 100%;
}

.services.sub-pages .hero-tag span{
    font-size: 3em;
}

.services.sub-pages .section2{
    background-image: none!important;
}

#infra.services .section2 .section-center-heading{
    text-align: left;
    width: 60%;
    margin-top: 80px;
    margin-left: 50px;
    font-family: Circular-Light;
    line-height: 1.4em;
}


#infra.services .section2 .section-center-para{
    text-align: left;
    width: 80%;
    margin-left: 50px;
    font-size: 0.9em;
    line-height: 1.6em;
    font-family: Circular-Light;
}

#infra.services .section2 .half-wrap:nth-child(2) img{
    width: 80%;
}

#infra.services .section3{
    background-color: #eceff3;
}

.services.sub-pages .section3{
    background-image: url(../media/img/heart-bg.png);
    background-position: 150% center;
    background-repeat: no-repeat;
}

#infra.services .section3 .section-center-heading{
    text-align: left;
    width: 80%;
    margin-top: 50px;
    margin-left: 50px;
    color: #0b31ae;
    font-size: 2em;
}


#infra.services .section3 .section-center-para{
    text-align: left;
    width: 80%;
    margin-left: 50px;
}

#infra.services .section3 .simple-anchor{
    color: #000;
    margin-left: 50px;
    padding-top: 30px;
    display: block;
}

#infra.services .section3 .spacer{
    margin-top: 80px;
    display: block;
    float: left;
}

#infra.services .section3{
    margin-bottom: 10px;
}

.clients-wrap{
    width: 100%;
    margin: 0 auto;
}

.clients-wrap h6{
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    font-family: Circular-Light;
    padding-bottom: 4px;
    border-bottom: solid 1px #000;
    letter-spacing: 0.08em;
    width: 5em;
    display: block;
    margin: 0 auto;
}

.clients-wrap h1{
    text-align: center;
    margin: 20px auto;
    color: #0b31ae;
    font-size: 2em;
}

.clients-wrap div{
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    margin-top: 50px;
    max-width: 900px;
}

.clients-wrap div img{
    width: 50%;
}

#infra.products .slide div{
    animation: none;
    background-image: url(../media/img/products-hero.jpg);
    opacity: 1;
}


#infra.products .section3{
    background-color: #fff;
    padding-top: 0px;
}

#infra.sub-pages.products .section2{
    padding-bottom: 150px;
}

section.icon-section{
    width: 100vw;
    margin: 0 auto;
    display: block;
    float: left;
}

.icon-section .icon-wrap{
    width: 100%;
    margin: 0 auto;
    background-color: #eaeff5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 100px 50px;
    margin: 100px auto;
}

.icon-section .icon-wrap div{
    width: 160px;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
    height: 160px;
    padding: 20px;
    margin: 0 15px;
}

/* .icon-section .icon-wrap div:nth-child(4), .icon-section .icon-wrap div:nth-child(5){
    margin-top: 3%;
} */

.icon-section .icon-wrap div img{
    width: 80px;
    display: block;
    margin: 0 auto;
}

.icon-section .icon-wrap div p{
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
    text-transform: capitalize;
}


.services-web-diagram{
    width: 100%;
    margin: 0 auto;
}

.infra-page .services-web-diagram img{
    width: 80%;
    min-width: 350px;
    display: block;
    margin: 50px auto;
    margin-bottom: 150px;
    max-width: 1100px;
}




/* ----------- Products ----------- */

.products-tile{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.products-tile h1{
    font-weight: 100;
    color: #000;
    width: 100%;
    margin-top: 90px;
}

.products-tile p{
    font-size: 0.8em;
    width: 100%;
    margin-top: 1.5em;
}

.products-tile .simple-anchor{
    color: #0b31ae;
    margin-top: 20px;
    display: block;
}

.products-tile .simple-anchor img{
    width: 20px!important;
    display: inline-block!important;
    float: none!important;
    margin: 0!important;
    margin-left: 5px!important;
}

.products-tile .simple-anchor:hover img{
    margin-left: 10px!important;
}

.product-tile-image img{
    width: 70%!important;
    max-width: 300px!important;
    margin: 0 auto;
    float: left!important;
    margin-left: 0px;
}

.products .section3>.half-wrap{
    padding: 50px 0;
}

.products .section3>.half-wrap:nth-child(1){
    border-right: solid 1px #eaeff5;
    border-bottom: solid 1px #eaeff5;
}

.products .section3>.half-wrap:nth-child(2){
    border-bottom: solid 1px #eaeff5;
}

.products .section3>.half-wrap:nth-child(2) .products-tile, .products .section3>.half-wrap:nth-child(4) .products-tile, .products .section3>.half-wrap:nth-child(6) .products-tile{
    padding-left: 50px;
}

.products .section3>.half-wrap:nth-child(3) {
    border-right: solid 1px #eaeff5;
    border-bottom: solid 1px #eaeff5;
}

.products .section3>.half-wrap:nth-child(4) {
    border-bottom: solid 1px #eaeff5;
}

.products .section3>.half-wrap:nth-child(5) {
    border-right: solid 1px #eaeff5;
}


.products .section4{
    background-color: #eaeff5!important;
}

.products .section4 .section-center-heading{
    width: 100%!important;
    color: #5c5c5c;
}

.products .section4 .section-center-para{
    color: #5c5c5c;
}

.products .section4 .simple-anchor{
    color: #0b31ae!important;
    display: block;
    margin-top: 50px;
}

.aayush-wrap{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.aayush-wrap div{
    width: 30%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 500px;
}

.aayush-wrap img{
    width: 100px;
}

.aayush-wrap p{
    font-size: 1em;
    padding-bottom: 15px;
    padding-left: 15px;
    font-family: Circular-Light;
}


.products .section5{
    background-color: #fff;
    width: 100vw;
    padding: 100px 50px;
    float: left;
    display: block;
}

.products .section5 .wrap{
    width: 80%;
    margin: 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.products .section5 .wrap>div{
    width: 30%;
}

.products .section5 .wrap div .img-bg{
    width: 250px;
    height: 250px;
    background-size: cover;
    margin: 0 auto;
}

.products .section5 .wrap div:nth-child(1) .img-bg{
    background-image: url(../media/img/f1.jpg) ;
}

.products .section5 .wrap div:nth-child(2) .img-bg{
    background-image: url(../media/img/f2.jpg) ;
}

.products .section5 .wrap div:nth-child(3) .img-bg{
    background-image: url(../media/img/f3.jpg) ;
}

.products .section5 .wrap .section-head{
    font-size: 1.2em;
    margin: 0 auto;
    font-weight: 100;
    margin-top: 20px;
    text-align: center;
    color: #0b31ae;
    width: 80%;
}

.products .section5 .wrap .section-para{
    font-size: 0.9em;
    text-align: center;
    font-weight: 100;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;

}

.contact .nav a{
    color: #000;
}

.contact .section2{
    padding-top: 150px!important;
}

.contact-form{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

.contact-form input, .contact-form textarea, .contact-form select{
    border-radius: 20px;
    padding: 15px;
    outline: 0;
    box-shadow: none;
    border: solid 1px #999;
    display: block;
    margin: 10px 0;
    width: 80%;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-form select{
    -webkit-appearance: none;
   -moz-appearance: none;
   color: #636363!important;
}


.contact-form input[type="submit"]{
    cursor: pointer;
}

.contact-address-wrap{
    width: 80%;
    display: block;
    float: left;
    margin-top: 100px;
}

.contact-address-wrap>div:nth-child(1){
    background-color: #0e4d9d;
    width: 60%;
    float: left;
    padding: 30px;
    height: 180px;
}


.contact-address-wrap>div:nth-child(2){
    background-color: ##e4d9d;
    width: 40%;
    float: left;
    background-image: url('../media/img/ken-labs-office.jpg');
    height: 100%;
    background-size: cover;
    padding: 30px;
    height: 180px;
}

.contact-address-wrap>div:nth-child(1) h6{
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.contact-address-wrap>div:nth-child(1) p{
    color: #fff;
    font-size: 0.8em;
    line-height: 1.4em;
    display: block;
    float: left;
    font-family: Circular-Light;
}

.contact-address-wrap>div:nth-child(1) a{
    color: #fff;
    font-size: 1em;
}

.contact-address-wrap.two{
    margin-top: 0px;
}

.contact-address-wrap.two>div:nth-child(1){
    background-color: #071738;
    width: 60%;
}

.contact-address-wrap.two>div:nth-child(2){
    background-image: url('../media/img/ken-labs-factory-image.jpg');
}

.contact-tele-wrap{
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-top: 50px;
}

.contact-tele-wrap h1{
    font-family: Circular-Light;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1em;
    color: #0b31ae;
    margin-bottom: 20px;
}

.contact-tele-wrap div{
    margin-bottom: 10px;
}

.contact-tele-wrap img{
    width: 20px;
}

.contact-tele-wrap a{
    text-decoration: none;
    color: #000;
    vertical-align: 5px;
    margin-left: 5px;
}

.contact-tele-wrap a:hover{
    color: #0b31ae;
}

.contact .section3{
    background-image: url('../media/img/ken-labs-map.jpg');
    height: 100%;
    background-size: 100%;
    height: 450px;
    background-position: right;
}

.sub-pages.products .hero, .sub-pages.products .hero .slide, .sub-pages.products .hero .hero-70, .sub-pages.products .hero-30{
    height: 600px;
    min-height: 600px;
}

#infra.sub-pages.products  .section2{
    padding-top: 30px;
}

#infra.sub-pages.products .section4 .section-center-heading{
    text-transform: capitalize;
    font-family: Circular-Light;
}

#infra.sub-pages.products .section4 .section-center-para{
    font-size: 0.9em;
}

#infra.sub-pages.infra-page .section2 .section-center-para{
    padding-bottom: 50px;
}

#infra.sub-pages.infra-page .footer{
    margin-top: 60px;
}

.section4 .slider-container .action-buttons{
    display: none;
}

.menu__icon{
    display: none!important;
}

#infra.pharma-page .slide div{
    background-image: url(../media/img/ken-labs-contract-manufacturing-pharmaceutical-company-in-india1.jpg);
}

#infra.pharma-page .section4{
    background-image: url(../media/img/ken-labs-best-pharmaceutical-and-cosmetic-contract-manufacturer-in-india.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#infra.pharma-page .section4 .simple-anchor{
    color: #000;
    padding-top: 50px;
    display: block;
}

.pharma-page .services-web-diagram img{
    margin-top: 100px;
}

.pharma-page .qc-packaging-section{
    width: 100%;
    margin: 0 auto;
}

.pharma-page .qc-packaging-section .wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    float: left;
}

.pharma-page .qc-packaging-section .qc-block{
    width: 500px;
    margin: 50px;
}

.pharma-page .qc-packaging-section .qc-block div{
    padding: 40px 0;
    text-align: center;
}

.pharma-page .qc-packaging-section .qc-block img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.pharma-page .qc-packaging-section .qc-block .tag{
    font-size: 0.9em;
    padding: 10px;
    font-weight: 100;
}

.pharma-page .qc-packaging-section .qc-block  h1{
    font-size: 1.4em;
    letter-spacing: 0.09em;
    margin-bottom: 40px;
    color: #0b31ae;
}

.pharma-page .qc-packaging-section .qc-block p{
    font-size: 0.9em;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

.pharma-page .qc-packaging-section .qc-block b{
    color: #00bce5;
}

#infra.pharma-page .section5 .section-center-para{
    font-size: 1.5em;
    margin-top: 80px;
}

.true-partnerships{
    background-color: #f4f5f2;
    float: left;
    display: flex;
    justify-content: center;
    padding: 140px 20px;
}

.true-partnerships img{
    height: 160px;
    margin-top: 20px;
}

.true-partnerships div{
    width: 50%;
    margin-left: 50px;
}

.true-partnerships h1{
    font-size: 3em;
    font-weight: 100;
}

.true-partnerships p{
    margin: 20px 0;
    line-height: 1.6em;
    color: #525252;
    width: 100%;
}

.true-partnerships .hero-button{
    border: none;
}

#infra.sub-pages.infra-page.pharma-page .footer{
    margin-top: 0px;
}


.video-iframe{
    display: block;
    margin: 0 auto;
    margin-top:50px;
}





/* =================== Phone Styles ====================== */
/* =================== Phone Styles ====================== */
/* =================== Phone Styles ====================== */
/* =================== Phone Styles ====================== */
/* =================== iPhone Styles ====================== */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2), @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3), @media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 667px), @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px){

        
        .nav{
            height: 6rem
        }

        #logoimg{
            width: 200px;
            margin-left: 0px;
        }

        .hero-tag{
            top: 30%;
        }

        span.home-tagline{
            width: 60%;
            line-height: 1.8em;
        }

        .hero-tag span:nth-child(2){
            font-size: 2em;
            width: 100%;
            line-height: 1.6em;
            font-family: 'Circular-Bold';
        }

        span.home-description{
            display: none;
        }

        #home .hero-30{
            width: 100%;
            background: linear-gradient(90deg, rgba(11,49,175,1) 0%, rgba(11,49,175,0.3029586834733894) 46%, rgba(11,49,175,1) 100%);
        }

        .slide div{
            background-position: center;
        }

        .wrap-1 a.block-anchor{
            width: 100%;
            display: block;
        }

        .wrap-1 a.block-anchor .btn1{
            width: 100%;
        }

        .wrap-1 a.block-anchor .btn2{
            width: 100%;
        }

        .wrap-1 a.block-anchor[href="contact"]{
            display: none;
        }

        .demo-content .wrap-2{
            width: 100%;
        }

        .demo-content .wrap-2 a{
            width: 50%;
        }

        .demo-content .wrap-2 .btn4{
            display: none;
        }

        .demo-content .wrap-2 a:nth-child(3){
            display: none;
        }

        .demo-content .wrap-2 .btn5, .demo-content .wrap-2 .btn6, .demo-content .wrap-2 .btn7{
            width: 100%;
        }

        section .half-wrap{
            width: 100%;
        }

        .strip-bg{
            display: none;
        }

        .section-image{
            margin-bottom: 0px;
        }

        #home .section3 .half-wrap{
            padding-top: 50px!important;
            padding: 50px;
        }

        .content-wrap .text{
            width: 100%;
        }

        .head-link{
            width: 100%;
            font-size: 0.8em;
        }

        .section3#explore .half-wrap .hero-button{
            display: none;
        }

        #home .section3#explore .half-wrap:nth-child(1) img{
            margin-top: 200px;
        }

        .section4 .slider-container .left-slide{
            width: 100%;
        }

        .section4 .slider-container .right-slide{
            display: none;
        }

        .section4 .slider-container .action-buttons{
            position: absolute;
            bottom: 0;
        }

        .why-timeline-wrap{
            flex-direction: column;
        }

        .why-timeline-wrap img{
            display: block;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .why-timeline-wrap h1{
            font-size: 1em;
            text-align: center;
        }

        .why-timeline-wrap div:nth-child(2){
            margin-left: 0px;
        }

        .why-timeline-wrap div p{
            text-align: center;
        }

        .why-timeline-pointers-wrap .block-wrap .block-image{
            width: 100%;
        }

        .why-timeline-pointers-wrap .block-wrap .block-image img{
            display: block;
            margin: 0 auto;
        }

        .why-timeline-pointers-wrap .block-wrap .block-content{
            text-align: center;
            width: 100%;
            padding-left: 0px;
        }

        .sub-footer-1 form{
            width: 100%;
            margin-top: 20px;
        }

        .sub-footer-1 p.newsletter-subhead{
            width: 100%;
        }

        .sub-footer-1 form input[type="submit"]{
            margin-top: 10px;
        }

        .sub-footer-2 svg{
            display: block;
            margin: 0 auto;
        }

        .footer-2{
            height: auto;
        }

        .footer-copyright{
            bottom: 20px;
        }

        .footer-2 ul{
            margin-bottom: 30px;
        }

        .section-center-heading{
            font-size: 1.5em;
            width: 100%;
        }

        .section-center-para{
            width: 100%;
        }

        #infra .section3 .half-wrap:nth-child(2) img{
            margin-right: 0;
            margin-top: 50px;
        }

        #infra .section4 .section-center-heading{
            width: 100%;
        }

        #infra .section4 video{
            margin-top: 50px;
        }

        .icon-section .icon-wrap div{
            margin-bottom: 30px;
        }

        #infra .section5 video{
            margin: 0 auto;
            display: block;
        }
        
        #infra .section5 .section-center-heading, .section-center-para{
            margin-left: 0px!important;
        }

        .sub-pages p.hero-tag span:nth-child(1){
            font-size: 0.8em;
        }

        .services.sub-pages .hero-tag span{
            font-size: 1.5em;
        }

        #infra.services .section2 .section-center-heading{
            margin-left: 0px;
            width: 100%;
            margin-top: 0px;
        }

        .half-wrap video{
            width: 100%;
        }

        .services .half-wrap video{
            margin-top: 20px;
        }

        .clients-wrap h6{
            font-size: 0.8em;
        }

        .clients-wrap h1{
            font-size: 1.5em;
        }

        .clients-wrap div{
            flex-direction: column;
        }

        .clients-wrap div img{
            width: 100%;
        }

        #infra.services .section3 .section-center-heading{
            width: 100%;
            margin-left: 0px;
            font-size: 1.5em;
            margin-top: 0px;
        }

        #infra.services .section3 .spacer{
            margin-top: 10px;
        }

        #infra.services .section3 .simple-anchor{
            margin-left: 0px;
        }

        #infra .section3 .half-wrap:nth-child(2) img{
            margin-bottom: 50px;
            width: 100%;
        }

        #infra.sub-pages.products .section2 .section-center-para{
            margin-left: 0px!important;
            margin-bottom: 100px;
        }

        #infra.sub-pages.products .section2{
            padding-bottom: 0px;
        }

        .products .section3>.half-wrap:nth-child(1), .products .section3>.half-wrap:nth-child(2), .products .section3>.half-wrap:nth-child(3), .products .section3>.half-wrap:nth-child(4), .products .section3>.half-wrap:nth-child(5), .products .section3>.half-wrap:nth-child(6){
            border-right: 0px;
            border-left: 0px;
            border-top: 0px;
            padding: 0px;
            border-bottom: solid 2px #eaeff5;
        }

        .products .section3>.half-wrap:nth-child(2) .products-tile, .products .section3>.half-wrap:nth-child(4) .products-tile, .products .section3>.half-wrap:nth-child(6) .products-tile{
            padding-left: 0px!important;
        }

        .products .section3 .products-tile{
            padding-top: 50px!important;
        }

        .products-tile h1{
            margin-top: 0px;
            text-align: center;
        }

        .products-tile p, .products-tile .simple-anchor{
            text-align: center;
        }

        #infra .section3 .product-tile-image  img{
            display: block;
            margin: 50px auto!important;
            float: none!important;
        }

        .aayush-wrap{
            margin-top: -50px;
        }

        .aayush-wrap div{
            width: 90%;
        }

        #infra.sub-pages.products .section4 .section-center-para{
            margin-left: 0px!important;
        }
        
        #infra .section4 .half-wrap:nth-child(2) img {
            margin-left: -50px;
        }

        .products .section5 .wrap{
            flex-direction: column;
            width: 100%;
        }

        .products .section5 .wrap>div{
            width: 100%;
            margin-bottom: 80px;
        }

        .half-wrap.content-wrap{
            padding: 0px;
        }

        .contact-form input, .contact-form textarea, .contact-form select{
            width: 100%;
        }

        .contact-address-wrap{
            width: 100%;
        }

        .contact-address-wrap>div:nth-child(2){
            display: none;
        }

        .contact-address-wrap>div:nth-child(1), .contact-address-wrap>div:nth-child(2), .contact-address-wrap.two>div:nth-child(1){
            width: 100%;
        }

        .contact-address-wrap>div:nth-child(1){
            height: auto;
        }

        #infra .section2#explore .section-center-para{
            margin-left: 0px!important;
        }

        header .container nav .nav-list{
            display: none;
        }

        .menu__icon{
            display: block!important;
        }

        .pharma-page .hero-tag span:nth-child(2){
            font-size: 1.5em;
        }

        .pharma-page .qc-packaging-section .wrapper{
            flex-direction: column;
        }

        .pharma-page .qc-packaging-section .qc-block{
            width: 100%;
            margin: 0 auto;
        }

        .pharma-page .qc-packaging-section .qc-block div{
            padding: 40px 20px;
        }
        
        #infra.pharma-page .section5 .section-center-para {
            font-size: 1.2em;
            margin-top: 80px;
            width: 100%;
        }

        .true-partnerships{
            flex-direction: column;
        }

        .true-partnerships img {
            height: auto;
            width: 200px;
            margin: 0 auto;
            margin-bottom: 50px;
        }

        .true-partnerships div{
            width: 80%;
        }

        .video-iframe{
            width: 100%;
            height: 200px;
        }

        .carousel{
            margin-top: -40px;
        }

  } 
  /* =================== END Phone Styles ====================== */


































  /*   ============== MENU ==============  */
  
  
  .menu__icon {
      height: 10px;
      width: 20px;
      margin: 3%;
      position: fixed;
      top: 25px;
      right: 3%;
      display: inline-block;
      vertical-align: middle;
      z-index: 2000;
    }
    
    .menu__icon span {
      display: none;
      background: #000;
      width: 100%;
      height: 4px;
      margin-top: -2px;
      position: absolute;
      left: 0;
      top: 50%;
    }
    
    .menu__icon:before,
    .menu__icon:after {
      content: "";
      display: block;
      background: #5b5bfc;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      transform-origin: center center;
      transform: rotate(0deg);
      transition: all 0.3s ease;
    }

    .contact .menu__icon:before,
    .contact .menu__icon:after,
    .services .menu__icon:before,
    .services .menu__icon:after,
    .products .menu__icon:before,
    .products .menu__icon:after{
        background: #5b5bfc;
    }

    #home .menu__icon:before,
    #home .menu__icon:after{
        background: #5b5bfc;
    }
    
    .menu__icon:before {
      top: 2px;
      margin-top: -2px;
    }
    
    .menu__icon:after {
      bottom: 2px;
      margin-bottom: -2px;
    }
    
    .menu_shown .menu__icon span {
      background: transparent;
    }
    
    .menu_shown .menu__icon:before {
      top: 65%;
      transform: rotate(45deg);
      background: #000;
    }
    
    .menu_shown .menu__icon:after {
      bottom: 50%;
      transform: rotate(-45deg);
      background: #000;
    }
  
    ul {
      list-style: none;
    }
    
    .mobile.menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100vh;
      text-align: center;
      background: #fff;
      z-index: 10;
      transition: all 0.4s ease-in-out;
      transform: translateX(-100%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0;
      margin-top: 0px;
      background-image: url('../media/img/heart-bg.jpg');
    }
    
    .menu_shown .mobile.menu {
      transform: translateX(0);
    }
    
    .mobile .menu__item {
      display: block;
      line-height: 0.2em;
      padding: 25px 0;
      text-transform: uppercase;
      color: #000;
      font-size: 1.2em;
    }
  
    .mobile .menu__item:nth-child(1){
        padding-top: 30px;
    }
  
    .menu__item img{
        width: 60%;
    }
    
    .menu__item.moon-menu img{
      width: 40%;
      margin-bottom: 80px;
  }
  








/* ================ GALLERY =================== */


  .carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1024px;
    margin: 64px auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.25s ease-in-out;
}

.slides > img {
    width: 100%;
    height: auto;
}

.carousel > button {
    position: absolute;
    top: 50%;
    bottom: 0;
    background: #fff;
    color: #0b31ae;
    border: none;
    font-size: 48px;
    cursor: pointer;
    transition: all 0.10s ease-in-out;
}

.carousel button:is(:hover, :active, :focus) {
    transform: scale(1)
}

.prev {
    left: 1.25rem;
}

.next {
    right: 1.25rem;
}

.indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 1.2rem;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    transform: scale(1.2);
    transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
    background-color: #282828;
}