/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 56px;
    font-family: "Raleway", Helvetica, Arial, sans-serif!important;
    ;
    font-size: 14px;
}

/*author: Limon*/

.navbar-nav .nav-link {
    position: relative;
    margin-right: 20px;
}

.navbar .container-fluid a{
    text-decoration: none;
    color: rgba(0,0,0,.5);
}


.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #ff7700;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    background: #ff7700;
    width: 48%;
    bottom: 0;
    left: -48%;
    z-index: 0;
    transition: 0.6s;
}

nav .btn-success{
    background-color: #ff9800;
    border-color: #ff9800;
}

nav .btn-success:hover{
    background-color: #ef920a;
    border-color: #ef920a;
}

.navbar-nav .nav-link:hover::before, .navbar-nav .nav-link.active::before {
    height: 2px;
    left: 5%;
    transition: 0.6s;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
    height: 2px;
    right: -5%;
    transition: 0.6s;
}


.carousel-item {
    height: 85vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nextbt {
    background-color: #6baa44;
    padding: 20px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.booknwbt {
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 0px;
    line-height: 95px;
}

.carousel-item h1 {
    text-shadow: 1px 1px 2px #676767;
    text-transform: uppercase;
}

.carousel-caption{
    padding-top: 42px;
}

.profile_pic {
    position: absolute;
    bottom: -50px;
    height: 112px;
    width: 112px;
    padding: 5px;
    border: 2px solid #f39c12;
    border-radius: 50%;
}

.video-container video{
    height: 350px;
    background-color: #000000;
}

#carouselTestimonialControls .carousel-item{
    height: 30vh;
    min-height: auto;
    width: 33rem;
}

#indbytes-link{
    text-decoration: none;
    color: #fff;
}


#about-us-page-topbar{
    background-position: center;
    background-repeat: stretch;
    background-size: cover;
    width: 100%;
    height: 10rem;
    background-image: url(../img/about-us/tophead.jpg);
}

/*  */



/*  */

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

.card {
    border-radius: none;
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .mp_fs {
        font-size: 12px;
        color: #a2a2a2;
        font-style: initial;
    }
    .carousel-caption h1 {
        font-size: 22px!important
    }
    .fixed-top {
        border-top: 3px solid #28a745;
    }
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .carousel.pointer-event {
        margin-top: 5%!important;
    }
    .carousel-item {
        height: 45vh!important;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .left, .right {
        background: #6da743;
        position: relative;
        height: auto !important;
        width: 100%!important;
        float: left;
    }
    .parent {
        overflow: hidden;
    }
    .right {
        background: #3f453b;
        width: 100%!important;
    }
    .left:after {
        display: none!important;
    }
    .ord_bt_lg {
        width: 100%!important;
        margin-top: 2px;
        position: initial !important;
        height: 50%;
        line-height: 15px;
        border-radius: 25px;
    }
    .lgo {
        margin: auto;
    }
    .lgo img {
        width: 145px!important;
    }
}

#product-info .card a {
    text-decoration: none;
    color: #000000;
}

#Pulses-Processing .video-container {
    margin-top: 15%;
    margin-bottom: 15%;
}

#Pulses-Processing {
    width: auto;
    /* min-height: 60vh; */
    background-image: url(../img/background/vid_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-top-bar {
    margin-top: 55px;
    background-color: aquamarine;
    padding-top: 55px;
    padding-bottom: 55px;
}

#about-us-content-main button {
    padding: 8px 12px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent;
}

#about-us-content-main {
    color: #fff;
}

#about-us-page-message-section .about-us-message-top{
    background-image: url(../img/about-us/top.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 3rem;
    margin: -1px;
}

#about-us-page-message-section .about-us-message-space{
    background: #d1e4c6;
}

#about-us-page-message-section .about-us-message-btm{
    background-image: url(../img/about-us/btm.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 3rem;
    margin: -1px;
}

/* mobile */

@media only screen and (max-width: 600px) {
    body {
        padding-top: 180px!important;
    
    }
    .inner-page-top-bar {
        /* margin-top: 125px !important; */
        background-color: aquamarine;
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .mp_fs {
        font-size: 12px;
        color: #a2a2a2;
        font-style: initial;
    }
    .carousel-caption h1 {
        font-size: 22px!important
    }
    .fixed-top {
        border-top: 3px solid #28a745;
    }
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .carousel.pointer-event {
        margin-top: 30%!important;
    }
    .carousel-item {
        height: 45vh!important;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .left, .right {
        background: #6da743;
        position: relative;
        height: auto !important;
        width: 100%!important;
        float: left;
    }
    .left {
        z-index: 1;
    }
    .parent {
        overflow: hidden;
    }
    .right {
        background: #3f453b;
        width: 100%!important;
    }
    .left:after {
        display: none!important;
    }
    .ord_bt_lg {
        width: 100%!important;
        margin-top: 2px;
        position: initial !important;
        height: 50%;
        line-height: 15px;
        border-radius: 25px;
    }
    .lgo {
        margin: auto;
    }
    .lgo img {
        width: 145px!important;
    }
}

.harizontal-divider-line {
    width: 5%;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffcd21;
    border-radius: 4px;
}

#product-info {
    padding-bottom: 5vh;
    background-color: #f0e4d4;
    padding-top: 5vh;
}

#product-info img {
    margin-top: -80px;
    z-index: -1;
    padding: 4px;
    width: 120px !important;
}

#product-info .card {
    border-radius: 10px;
    box-shadow: 3px 3px 5px #d4d4d4d5;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    margin-top: 60px;
}

#product-info .card:hover, #product-info .card:active {
    box-shadow: 5px 5px 10px #4d4542;
    background-color: #665953;
    color: white;
    border-radius: 15px;
}

#product-info .card-boxes a {
    text-decoration: none;
    color: #000000;
}

#product-info .card-boxes {
    padding-bottom: 3rem;
}

#product-info .card-boxes-container {
    margin-top: 2rem;
    padding-left: 10rem;
    padding-right: 10rem;
}

#product-info .col-container {
    display: table;
    /* Make the container element behave like a table */
    width: 100%;
    /* Set full-width to expand the whole page */
}

#product-info .col {
    display: table-cell;
    /* Make elements inside the container behave like table cells */
}

.left, .right {
    background: #6da743;
    position: relative;
    height: 433px;
    width: 55%;
    float: left;
}

.left {
    z-index: 1;
    padding: 8%;
}

.parent {
    overflow: hidden;
}

#infoslider {
    width: auto;
    padding-bottom: 5vh;
    background-color: #ffffff;
    padding-top: 5vh;
}

.right {
    background: #3f453b;
    width: 45%;
    padding: 8%;
    background-image: url(../img/testimo.png);
    background-repeat: no-repeat;
    background-position: right;
}

.left:after {
    content: '';
    position: absolute;
    border-right: 95px solid #6da743;
    top: -256px;
    bottom: -25px;
    left: 0;
    right: -55px;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

@media (min-width: 1200px) {
    .col-xl-12 {
        z-index: 1;
    }
}

/* new code */

@media only screen and (max-width: 600px) {
    /* body {
        padding-top: 180px!important;
    
    } */
    .inner-page-top-bar {
        /* margin-top: 125px !important; */
        background-color: aquamarine;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .parlxcaption span {
        padding: 12px !important;
        font-size: 18px !important;
        font-size: 69px;
        font-weight: bold;
    }
    .parlxcaption {
        position: absolute;
        left: 0;
        top: 55%!important;
        width: 100%;
        text-align: center;
        color: #000;
    }
    .parallax1 {
        /* The image used */
        background-image: url(../img/background/ms.jpg);
        /* Set a specific height */
        height: 290px!important;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax2 {
        /* The image used */
        background-image: url(../img/background/pak.jpg);
        /* Set a specific height */
        height: 290px!important;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax3 {
        /* The image used */
        background-image: url(../img/background/gg.jpg);
        /* Set a specific height */
        height: 290px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax4 {
        /* The image used */
        background-image: url(../img/background/gt.jpg);
        /* Set a specific height */
        height: 290px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.parlxcaption {
    position: absolute;
    left: 0;
    top: 23%;
    width: 100%;
    text-align: center;
    color: #000;
}

.parlxcaption span {
    background-color: #1d2118e0;
    color: #fff;
    padding: 18px;
    font-size: 69px;
    text-transform: uppercase;
    font-weight: bold;
}

.spg {
    padding-top: 7%;
    padding-bottom: 7%;
}

.parallax1 {
    /* The image used */
    background-image: url(../img/background/ms.jpg);
    /* Set a specific height */
    height: 380px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url(../img/background/pak.jpg);
    /* Set a specific height */
    height: 380px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    /* The image used */
    background-image: url(../img/background/gg.jpg);
    /* Set a specific height */
    height: 380px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    /* The image used */
    background-image: url(../img/background/gt.jpg);
    /* Set a specific height */
    height: 380px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Gallery Style */
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

/* Testimonial */
#testimonial-demo .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 1rem 5rem;
    color: #fff;
    text-align: center;

}

#testimonial-demo .carousel-item{
    height: 22vh;
    min-height: 200px;
}

@media(max-width:767px) {
    #testimonial-demo .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 3rem;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    #testimonial-demo .carousel.pointer-event{
        margin-top: 5;
    }
}

#testimonial-demo .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}



#testimonial-demo #image-caption {
    font-style: normal;
    font-size: 12px;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #testimonial-demo #image-caption {
        font-size: 12px;
        margin-top: 0.5rem
    }
}

#testimonial-demo i {
    background-color: rgb(221, 163, 163);
    padding: 1.4rem
}

@media(max-width:767px) {
    #testimonial-demo i {
        padding: 0.8rem
    }
}

#testimonial-demo .carousel-control-prev {
    justify-content: flex-start
}

#testimonial-demo .carousel-control-next {
    justify-content: flex-end
}

#testimonial-demo .carousel-control-prev,
#testimonial-demo .carousel-control-next {
    transition: none;
    opacity: unset
}