* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* GENERIC CSS  */
h1 ,h2 ,h3 ,h4 ,h5{
    color: #4595ba;
}
 
 h4 {
     color: #4595ba;
 }
a {
    color: #4595ba !important;
    text-decoration: none;
}
button.navbar-toggler {
    background-color: #4595ba;
    color: black;
}

.card-text {
    color: #4595ba;
}
a.btn.btn-sm.btn-outline-info {
    color: #000 !important;
    border-color: #4595ba;
}
a.btn.btn-sm.btn-outline-info:hover {
    background-color: #4595ba;
    color: white !important;
}
/* NAVBAR  */
#navbarHeader {
    background-color: #4595ba;
}
.navbar.navbar-dark.bg.shadow-sm {
    background-color: #4595ba;
    padding: 1.5rem;
}
/*CAROUSEL AND SLIDER SECTION*/
.heading.container  {
    height: 500px;   
}
.heading h2 {
    color: #4595ba;
    font-weight: bold;
    transform: translatey(150px);
}
.heading h1 {
    color: #5e5757;
    font-weight: bold; 
    text-transform: capitalize;
    padding: 1rem;
    transform: translatey(150px);
    font-size: 3rem;
    font-style: italic!important;
    font-family : abril-display, serif
}
.industry{
    transition: all .3s ease ;
}
.industry-wrap {
    position: relative !important;  
}
.carousel .slide {
    border: 1px solid red;
    padding: 0.5rem;
    transition: all .3s ease 0s;
}
.industry_overlay {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    background-color: rgba(69,149,186,0.4);
    backdrop-filter: blur(1rem);
    overflow: hidden;
    width: 90%;
    height: 85%;
    transform: scale(0);
    transition: .5s ease;
    margin: 0rem 2.3rem;
    margin-bottom: 3rem;
    border-radius: 0.4rem;
}
.industry:hover .text {
    display: block;
}
.industry:hover .industry_overlay {
    transform: scale(1);
}
.text {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 250px);
    text-align: center;
} 
.text h2 ,h3 {
    color: #fff;
    font-size: 1.25rem;
} 
.text h2 a {
    color: #fff !important;
}
.text h2 {
   font-size: 2rem;
   font-weight: bold;
}
.text  h3 {
    width: 80%;
    margin: auto;
}
.inner-text {
    position: absolute;
    top: 16rem;
    left: 16rem;  
    color: white;
    font-size: 1.85rem;
    transition: all .3s ease 0s;
}
.col-lg-6.col-md-6.col-sm-6.industry {
    padding: 0.4rem;
    border-radius: 10%;
}
img {
   border-radius: 0.2rem; 
}
.carousel-control-prev {
    top: 700px !important;
    left: 300px !important;
    z-index: 1000;
}
.carousel-control-next {
    right: 300px !important;
    top: 700px !important;
    z-index: 1000;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: 1px solid red !important;
    filter: blur(1.5);
    padding: 1rem;
    border-radius:50% ;
    background-color: brown !important;
}
/* BOTTOM TEXT SECTION  */
.botton-text h5{
    margin-top: 1rem;
    text-align: justify;
    color: #5e5757;
}
.btnn {
    text-align: center;
    margin: 1rem;
    padding: 0.6rem 1rem;  
}
.btnn button {
    padding: 1rem 2rem;
    background: #4595ba;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
/* FOOTER SECTION  */
.footer {
    background-color: #4595ba;
}
/* media-queries  */
@media(max-width:398px) {
    .heading h1 {
        font-size: 1rem !important;
    }
    .carousel-control-prev {
        top: 16.563rem !important;
        left:  7.625rem  !important;
        z-index: 1000;
    }
    .carousel-control-next {
        right:6.688rem!important;
        top: 16.563rem !important;
        z-index: 1000;
    }
    .heading.container  {
        height: 358px !important;   
    }
     #box1 {
        order:2;
    }
    #box2 {
        order:1;
    } 
    .botton-text h5 {
        font-size: 1rem;
    }
}
@media(max-width:800px) {
    .heading h1 {
        font-size: 1.4rem;
    }
    .heading.container  {
        height: 322px;   
    }
    .carousel-control-prev {
        top: 234px !important;
        left: 114px !important;
        z-index: 1000;
    }
    .carousel-control-next {
        right: 114px !important;
        top: 234px !important;
        z-index: 1000;
    }
    .industry_overlay {
        position: absolute;
        bottom: 1.3rem !important;
        left: 0;
        right: 0;
        background-color: rgba(69,149,186,0.4);
        backdrop-filter: blur(1rem);
        overflow: hidden;
        width: 90%;
        height: 85%;
        transform: scale(0);
        transition: .5s ease;
        margin: 0rem 1rem !important;
        /* margin-bottom: 3rem; */
        border-radius: 1rem;
    }
    .text {
        transform: translate(0px, 90px) !important;         
    }
    .text h2 {
        font-size: 1.2rem;
    }
    .text h3 {
        font-size: 1rem;
    }
}