@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);


@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
   font-family: 'Lato-Regular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f60003;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'Lato-Bold';
    font-size: 1.2rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #067c37;
    left: 0;
    top: -2px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #067c37;
}

.common-btn {
    background: #f60003;
    color: #fff;
    text-align: center;
    padding: 7px 25px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    border-radius: 7px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: #000;
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}


/*Owl Carousel CSS*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #f4a11f;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #ffc340;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #fff;
    font-size: 14px;
    padding: 0;
    background: #f60003;
}
.owl-carousel .owl-stage{
  display: flex;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}


.common-bg{
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(245,245,245,1) 100%);
}
.social-links{
    display: inline-block;
}
.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links a i{
    color: #000;
}
.social-links a:hover {
    background: #f60003;
    color: #fff;
}
.social-links a:hover i {
    color: #fff;
}

.social-links-footer{
    padding: 0;
    margin: 0;
}
.social-links-footer li{
    list-style: none;
    display: inline-block;
}
.social-links-footer li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links-footer li a i{
    color: #000;
}
.social-links-footer li a:hover {
    background: #f4a11f;
    color: #fff;
}
.social-links-footer li a:hover i {
    color: #fff;
}

.banner-menu{
    position: relative;
}

.navbar-brand img{
    width: 125px;
}

.navbar{
    background: #f60003;
}


/*Dropdown Menu Common CSS*/
.navbar-nav .nav-item {
    margin-left: 20px;
}
.dropdown-item {
    padding: .7rem 1rem;
}
nav.navbar li.dropdown ul.dropdown-menu>li {
    border-bottom: 1px dashed #ccc;
}
nav.navbar li.dropdown ul.dropdown-menu>li:last-child {
    border-bottom: 1px dashed transparent;
}
nav.navbar li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #f60003;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

/*About us*/
.btn-heading{
    display: inline-block;
    background: #000;
    padding: 10px 60px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.about-heading{
    font-size: 32px;
}
.about-box{
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 20px;
    padding: 50px 70px;
    position: relative;
    background: #fff;
}
.icon-text h4{
    margin-bottom: 0;
}
.icon-text-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.icon-img{
    margin-right: 20px;
}
.icon-img img{
    width: 60px;
}
.right-about{
    border-left: 1px solid #ccc;
    padding: 20px 50px;
}
.float-heading{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -25px;
    z-index: 2;
}
.home-about{
    position: relative;
    top: -100px;
    z-index: 2;
}
.bottom-line{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    z-index: 2;
    height: 0;
}
.bottom-line span{
    display: inline-block;
    width: 445px;
    height: 10px;
    background: #f60003;
    border-radius: 0 0 10px 10px;
}
.top-links{
    background: #000;
    padding: 8px 0;
}
.top-links a{
    color: #fff;
    font-size: .9rem;
}
.common-heading{
    font-family: 'Lato-Bold';
    font-size: 36px;
    text-transform: uppercase;
}
.sub-heading{
    font-family: 'Lato-Bold';
    font-size: 26px;
    text-transform: uppercase;
}
.our-products{
    background: url('../images/product-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.product-box{
    text-align: center;
}
.product-title{
    display: inline-block;
    background: #e00003;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
.product-title:hover{
    background: #000;
    color: #fff;
}

.why-us{
    background: url('../images/why-us-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

footer{
    background: #f60003;
    padding: 30px 0;
    color: #fff;
}
.footer-logo{
    width: 140px;
}
.footer-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li{
    margin-bottom: 5px;
}
.footer-links li a{
    color: #fff;
    transition: 0.3s;
}
.footer-links li a:hover {
    color: #fff;
    padding-left: 5px;
}
footer h4{
    color: #fff;
}
.small-line{
    width: 50px;
    background: #fff !important;
    opacity: 1;
    height: 2px !important;
}
footer p a{
    color: #fff;
}
.copyright{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.copyright p{
    margin-bottom: 0;
    font-size: .8rem;
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 170px;
    animation: pulse 1.8s infinite ease-in-out;
}

.whatsapp a{
    color: #075e54;
    font-size: 2.1rem;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #075E54;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
.whatsapp:hover {
    animation: none;
    transform: scale(1.2);
}

.testimonials{
    padding: 60px 0;
}
.owl-carousel .owl-item .client-img img{
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
}
.client-text{
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
    font-style: italic;
}
.client-text label{
    font-family: 'Lato-Bold';
    color: #ff0c0c;
}
.client-text span{
    font-family: 'Lato-Bold';
    color: #ff0c0c;
}

.inner-banner-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.common-section{
    padding: 60px 0;
}
.mission-box{
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background: #fff;
    height: 100%;
}
.red-gradient {
    background: #FFEBCE;
    background: linear-gradient(90deg, rgba(255, 235, 206, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 235, 206, 1) 100%);
}

.how-it-works-box {
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    color: #000;
    border-bottom: 3px solid #f60003;
    height: 100%;
}
.how-it-works-text i {
    color: #f60003;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
    transition: 0.3s;
}
.sc-shadow {
    box-shadow: 5px 0px 15px 0px #ccc;
    border-radius: 20px;
    padding: 20px;
}

/*Media Query CSS For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
     .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .bottom-line span{
        width: 80%;
    }
    .home-about {
        top: -20px;
    }
    .about-box {
        padding: 40px 15px;
        margin-bottom: 30px;
    }
    .right-about {
        border-top: 1px solid #ccc;
        border-left: 0px solid transparent;
        padding: 15px;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .inner-banner{
        height: 300px;
        overflow: height;
    }
    .inner-banner img{
        height: 300px;
        object-fit: cover;
    }
    .top-links{
        text-align: center;
    }
    .top-links .col-12.col-lg-7.text-end{
        text-align: center !important;
        margin-top: 10px;
    }
}