/*!
 * Copyright (C) 2021 Mobana Software IP, LLC - All Rights Reserved.
 *
 * We will take legal action against those who copy our HTML content, CSS style sheets
 * and JavaScript code.
 *
 */

/* Website css */

/* ----------------------------------------------- */
/*                BASIC SETUP                      */
/* ----------------------------------------------- */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------------- */
/*                   HEADER                        */
/* ----------------------------------------------- */

/* navbar ttoggler close button */
.navbar-toggler>.close {
    display: inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

#header {
    z-index: 9999;
}

/* Sticky header on window scroll */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* ----------------------------------------------- */
/*              Carousel indicator change        */
/* ----------------------------------------------- */
/* Carousel image */
#carousel-item__1 {
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/slider1.jpg');
}

#carousel-item__2 {
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/slider2.jpg');
}

#carousel-item__3 {
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/slider3.jpg');
}

#carousel-item__4 {
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/slider4.jpg')
}

#carousel-item__5 {
    background-image: linear-gradient(to right, rgba(30, 28, 29, 0.8), rgba(51, 42, 45, 0.8)), url('../img/slider5.jpg')
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.carousel-indicators .active{
    background-color: #F99121;
}

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

.carousel-caption h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 46px;
}

.carousel-caption p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.carousel-inner button {
    animation: bottomToTop 2s ease-out;
}

/*   carousel button animation */
@keyframes bottomToTop {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translate(0);
    }
}

/* ----------------------------------------------- */
/*               REUSABLE COMPONENTS               */
/* ----------------------------------------------- */

section {
    padding: 60px 0;
}

button {
    background-color: #F99121;
    color: white;
}

button:hover,
button:active {
    background-color: #cf6d17;
    cursor: pointer;
}

/* ----------------------------------------------- */
/*                 GRIDS for                       */
/* ----------------------------------------------- */
.col {
    padding: 1em;
    text-align: center;
}

/* ----------------------------------------------- */
/*                 FEATURES                        */
/* ----------------------------------------------- */
.services-features button {
    margin-top: 20px;
    font-size: 13px;
    color: #F99121;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #F99121;
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.services-features button:hover,
.services-features button:active {
    background-color: #cf6d17;
    cursor: pointer;
    border: 2px solid #cf6d17;
    color: white
}

.services-heading {
    margin-top: 20px;
    color: #0E61C0;
    font-family: Lato, sans-serif;
}

.services-features p {
    font-family: Lato, sans-serif;
    font-size: 1rem;
}

/* ----------------------------------------------- */
/*               Explore More section              */
/* ----------------------------------------------- */

.explore-section {
    /*height: 300px;*/
    padding: 30px 0;
    background-color: rgba(18, 108, 98, 0.3);

    clip-path: polygon(0 0, 100% 0, 100% 250px, 0 100%);
}

.explore-section--heading {
    font-family: Montserrat, sans-serif;
    color: #1C75BC;
    font-weight: 500;
}

.explore-section--paragraph {
    font-family: Montserrat, sans-serif;
    text-align: left;
}

/* ----------------------------------------------- */
/*               Help Section             */
/* ----------------------------------------------- */

.help-box {
    background-color: #1C75BC;
    border-radius: 10px;
    box-shadow: 0 6px 6px #000000;
    color: white;
}

.help-box div {
    padding: 25px;
}

.help-box h4 {
    text-align: center;
}

.help-box h4:after {
    display: block;
    height: 6px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

/* ----------------------------------------------- */
/*               Our customer, our success         */
/* ----------------------------------------------- */

.customers-section {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to right, rgba(132, 91, 49, 0.8), rgba(132, 91, 49, 0.5)), url('../img/ourCustomers.jpg');
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ourCustomers--heading {
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #41CAFF;
}

.ourCustomers--subheading {
    /*margin-top: 20px;*/
    font-family: Lato, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
}

/* ----------------------------------------------- */
/*                     Footer                      */
/* ----------------------------------------------- */

footer h6 {
    color: #41CAFF;
}

footer a{
    color: #FFFFFF;
    font-family: Lato, sans-serif;
}

footer a:hover {
    color: #e67e22;
}

.footer{
    background: #231F20;
    padding: 2em 0;
    color: white;
}

.logo-copyright--section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-copyright--section img {
    margin-bottom: 8px;
}

.logo-copyright-text {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 1rem;
}
