/*!
Theme Name: growth-four-security-force
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: growth-four-security-force
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

growth-four-security-force is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


	 @charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    background: #e70101;
    /* background-color: #0d2f4a; */
    /* background: linear-gradient(180deg, rgb(20 102 152) 0%, rgb(20 102 152) 100%); */
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;
    /* overflow: hidden; */
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 80px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000000;
    height: 80px;
    padding: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 70px;
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #221c5f;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: hidden;
    opacity: 1;
}

.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /* border-top: 14px solid #221c5f; */
    border-top: 14px solid 14px solid rgb(227 1 1);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    /* color: #eed271  !important; */
    background: #ed1c24 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    background: #ed1c24;
    color: #fff;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #221c5f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: #252229;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a
 {
        color: #fffcfc;
    }
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #221c5f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 50px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
    
}

.navigationBarFixed:before {
    display: none;
}

/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    /* overflow: hidden; */
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgb(220 1 1 / 66%) 0%, rgba(2, 36, 91, 0) 100%); */
    opacity: 0.8;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: 50%;
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 40%;
    margin: 0px auto;
    z-index: 100;
    color: #fff;
    box-shadow: inset 0 0 70px #000000b5;
    text-align: center;
    padding: 20px 0;
    border-radius: 119px;
}
#banner-slider .banner-info .containerWrapper{
     padding: 0 50px;
}
#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 0px 20px;
    font-size: 30px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px 0;
    clear: both;
}

#banner-slider .banner-info h1 {
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
   font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-weight: 600;
    padding: 10px 20px;
    /* background: #3195d1; */
    color: #fff;
    position: relative;
    line-height: normal;
    /* float: left; */
    clear: both;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .banner-info .btn-transparent:hover {
    background: #3195d1 !important;
    box-shadow: 0 0 20px #000;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0078c0 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #fff !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 0px;
    color: #fff !important;
    background: #29262d!important;
    width: 90px;
    height: 80px;
    border-radius: 0px 40px 40px 0px !important;
    line-height: 80px;
    box-shadow: 4px 2px 5px #0000001a;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 0px;
    color: #fff !important;
    background: #29262d!important;
    width: 90px;
    height: 80px;
    border-radius: 40px 0px 0px 40px !important;
    line-height: 80px;
    box-shadow: 4px 2px 5px #0000001a;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 26px;
    color: #dc0101;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


/* loader */

#loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 10000;
    background-size: 100px;
}

.loader {
    position: absolute;
    left: 50%;
    margin-top: 2rem;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 20rem;
    background-color: lightgrey;
    z-index: 999;
    bottom: 35%;
    border-radius: 100px;
}

.loading {
    background-color: #3195d1;
    width: 5rem;
    height: 5px;
    animation: animation 1.8s infinite;
    z-index: 999;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }

    50% {
        transform: translateX(15rem);
    }

    100% {
        transform: translateX(0rem);
    }
}



/*  About Section */

.aboutModern {
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    padding: 80px 0;
    background: linear-gradient(to right, #f8f9fb, #ffffff);
}

/* Image */
.about-image {
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 20px;
    /* box-shadow: 0 25px 60px rgba(0,0,0,0.15); */
    transition: 0.4s;
}

.about-image img:hover {
    transform: scale(1.05);
}

/* Content */
.about-content {
    padding-left: 20px;
}

.about-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.about-content h2:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #ff0000;
    display: block;
    margin-top: 10px;
}

.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.about-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #ff0000;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: #000;
    color: #fff;
}

/* Modern Services Section */

.ProductSection {
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
                url(../images/product-bg.jpg) center/cover no-repeat;
    padding: 80px 0;
}

.modern-heading {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modern-subheading {
    color: #ccc;
    margin-bottom: 50px;
    font-size: 15px;
}

.service-row {
    margin-top: 20px;
}

/* Card */
.modern-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.modern-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(255,0,0,0.4);
}

/* Image */
.card-img {
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.6s;
}

.modern-card:hover .card-img img {
    transform: scale(1.1);
}

/* Content */
.card-content {
    padding: 25px;
    text-align: center;
}

.card-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.card-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Button */
.card-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #ff0000;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.card-btn:hover {
    background: #000;
    color: #fff;
}



/* Modern Clients Section */

.clientsSection {
    position: relative;
    clear: both;
    display: block;
    background: #f8f9fb;
    padding: 80px 0;
}

.clients-heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.clients-subheading {
    color: #666;
    margin-bottom: 50px;
}

/* Client Card */
.client-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
    margin: 15px;
}

.client-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.4s;
}

.client-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255,0,0,0.2);
}

.client-card:hover img {
    filter: grayscale(0%);
}

/* Owl Navigation */
.clientsSection .owl-nav button {
    position: absolute;
    top: 40%;
    background: #ff0000 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 20px !important;
}

.clientsSection .owl-nav .owl-prev {
    left: -20px;
}

.clientsSection .owl-nav .owl-next {
    right: -20px;
}


/* Owl Dots Styling */
.clientsSection .owl-pagination {
    margin-top: 30px;
    text-align: center;
}

.clientsSection .owl-page span {
    width: 12px !important;
    height: 12px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    margin: 5px !important;
    transition: 0.3s;
}

.clientsSection .owl-page.active span {
    background: #ff0000 !important;
    transform: scale(1.3);
}


/* Modern Key Indicators Section */

.keyIndicatorsSection {
    clear: both;
    display: block;
    position: relative;
    padding: 70px 0;
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)),
                url('assets/images/slide1.jpg') center/cover fixed;
    color: #fff;
}

.indicator-heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.indicator-subheading {
    color: #ccc;
    margin-bottom: 60px;
}

/* Card */
.indicator-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    transition: 0.4s ease;
    margin-bottom: 30px;
}

.indicator-card:hover {
    transform: translateY(-12px);
    background: rgba(255,0,0,0.1);
    border-color: #ff0000;
    box-shadow: 0 20px 50px rgba(255,0,0,0.3);
}

/* Icon */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    line-height: 70px;
    border-radius: 50%;
    background: #ff0000;
    font-size: 28px;
    color: #fff;
    transition: 0.4s;
}

.indicator-card:hover .icon-box {
    background: #fff;
    color: #ff0000;
}

/* Numbers */
.indicator-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.indicator-card p {
    font-size: 15px;
    color: #ddd;
}
/*---------------*/


/***** Bubba *****/


/*---------------*/

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 0.4;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    font-size: 29px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-bubba .btn-primary {
    position: absolute;
    opacity: 0;
    margin: 0 auto;
    width: 131px;
    top: 0;
    left: 0;
}

figure.effect-bubba:hover .btn-primary {
    position: absolute;
    opacity: 1;
    top: 230px;
    left: 0px;
    right: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s;
}


/* endManufacturingSection */



.testimonialClean {
    display: block;
    padding: 50px 0;
    position: relative;
    clear: both;
    background: #f5f6f8;
}

.clean-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
}

.clean-sub {
    color: #666;
    margin-bottom: 70px;
}

/* Card */
.clean-card {
    background: #fff;
    padding: 70px 30px 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    margin: 50px 15px;
    transition: 0.4s;
}

.clean-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Image */
.clean-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #f5f6f8;
}

.clean-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.clean-card p {
    font-size: 15px;
    color: #555;
    line-height: 24px;
    margin-bottom: 20px;
}

.clean-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #ff0000;
}

.clean-card span {
    font-size: 13px;
    color: #777;
}

/* Active Center Effect */
#testimonialSlider .owl-item.active.center .clean-card {
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Dots */
.testimonialClean .owl-page span {
    width: 12px !important;
    height: 12px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    margin: 5px !important;
}

.testimonialClean .owl-page.active span {
    background: #ff0000 !important;
}

/* Premium Why Choose Section */

.whyPremium {
    position: relative;
    clear: both;
    display: block;
    padding: 80px 0;
    background: linear-gradient(to right, #f8f9fb, #ffffff);
}

.why-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-sub {
    color: #666;
    margin-bottom: 60px;
}

.why-box-premium {
    position: relative;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 40px 25px;
    margin-bottom: 30px;
    transition: 0.4s;
    border-left: 4px solid #ff0000;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.why-box-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.why-number {
    font-size: 28px;
    font-weight: 700;
    color: #ff0000;
    margin-bottom: 10px;
}

.why-box-premium h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-box-premium p {
    font-size: 14px;
    color: #555;
}

/*footerSection*/

.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 0 0;
    /* background: #221c5f; */
    background: #000000;
    /* background: linear-gradient(22deg, rgba(244,213,107,1) 0%, rgba(172,124,39,1) 100%); */
    color: #fff;
    display: block;
    overflow: hidden;
}


/* .footerSection:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/dividerfooter.png') no-repeat;
    background-size: 100% 100%;
    height: 110px;
    width: 100%;
    top: -105px;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99;
} */

.footerSection .heading {
    display: block;
    border-bottom: solid 1px #eee;
    color: #fff;
    margin-bottom: 10px;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: center;
    width: 100%;
}

.logofooter img {
    width: 70%;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style-type: square;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
}

.footerMenu ul li a:hover {
    color: #eee;
    text-decoration: underline;
}


/*copyright*/

.copyright {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 20px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
}

.copyright p {
    margin-bottom: 0;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}


















.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color:#ff0000;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background:#ff0000;
    color: #ffffff;
    border-color: transparent;
    text-shadow: none;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    /* color: #f6951b; */
    background: #ff0000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    /* background: linear-gradient(180deg, rgba(244,213,107,1) 0%, rgba(172,124,39,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.heading small {
    font-size: 18px;
    color: #221c5f;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #221c5f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #221c5f;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #333;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #146698 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    border: none;
    background: #ff0000 !important; 
    /* background: linear-gradient(180deg, rgb(20 102 152) 0%, rgb(20 102 152) 100%); */
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background: #f6951b !important; */
    background: #ffffff !important;
    color: #000000;
}

.btn-rounded {
    border-radius: 30px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 120px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #db0101;
    /* background: linear-gradient(180deg, rgb(20 102 152) 0%, rgb(19 101 151) 100%); */
    border-radius: 5px;
    /*background: url(../images/up.png) no-repeat;*/
    z-index: 200;
}

.scrollup:hover {
    background: #164b99;
    opacity: 1;
    color: #fff;
}


.WA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.fixed-whatsapp i{
    filter: drop-shadow(2px 4px 6px black);
}


.call-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px; /* WhatsApp च्या वर */
    right: 20px;   /* 👉 LEFT ऐवजी RIGHT */
    background-color: #ee2930;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}

.call-icon i{
    filter: drop-shadow(2px 4px 6px black);
}

/*media queries*/

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 14px;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 26px;
    }

    .banner-slider-section {
        height: 500px;
        overflow: hidden;
    }

    .down-arrow-box {
        display: none;
    }

    #banner-slider .owl-controls {
        right: -13px;
        bottom: 0% !important;
    }
    .tophead {
        display: none;
    }
    .banner-slider-section .banner-info p {
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 11px;
        padding: 0;
        margin: 0;
    }

    .banner-slider-section .banner-info h2 {
        padding-right: 177px;
        font-size: 17px;
        line-height: 21px !important;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .banner-slider-section .banner-info {
        top: 30%;
        left: 16px;
        padding: 10px;
        clip-path: polygon(0% 0%, 77% 00%, 95% 0%, 100% 100%, 0% 100%);
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }





    #banner-slider .banner-info .bannerInfoHeading {
        display: inline-block;
        color: inherit;
        padding: 0px 0px;
        font-size: 18px !important;
        text-transform: capitalize;
        font-weight: 600;
        margin: 0 0 5px 0;
        clear: both;
    }

    #banner-slider .banner-info{
        display: none;
        }


    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
        overflow: hidden;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 20px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #221c5f !important;
    }

    .servicetSection .owl-buttons {
        position: relative !important;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 20px;
        margin: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 225px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 82%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
        bottom: 0 !important;
    } */
}



CSS FOR PAGE.PHP



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 340px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 167px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ee2930;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
      color:#ffcc2a ;
}
/*innerPageSection */

/* ===== Mobile Responsive Fix (Left Align) ===== */
@media (max-width: 767px) {

    .innerBannerSection{
        height: 180px;
    }

    .innerbanner{
        height: 220px;
    }

    .innerBannerSection .head{
        position: absolute;
        top: 90px;
        left: 20px;   /* left aligned */
        right: auto;
        width: auto;
        text-align: left;
    }

    .innerBannerSection h1{
        font-size: 22px !important;
        letter-spacing: 1px;
        text-align: left;
    }

    .InnerBannerHeading{
        top: 0;
        left: 20px;
        text-align: left;
    }

    .InnerBannerHeading h1{
        font-size: 22px !important;
    }

    .breadcrumb{
        font-size: 12px;
        padding: 4px 8px;
    }

}

