*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    /* --primary:#06BBCC; */
    --red-color:#ed1c24;
    --orange-color:#f7931e;
    /* --blue-color:#f7931e; */
    /* --primary:#f7931e; */
    /* --primary:#d7a449; */
    /* --primary:#3B2A98; */
    --primary:#311e9b;

    --light: #F0FBFC;
    --dark: #181d38;
    /* --text-color:#06BBCC; */
    --text-color:#f7931e;
    --star-color:#ffc200;
    --bs-white:#fff;
    --owld-:  'Oswald';
    --inter-: "Inter";
    /* --bs-secondary:#06BBCC; */
    --bs-secondary:#f7931e;
    --seri-:"Saira";
    --frank: "Frank Ruhl Libre Bold";
    --mon:"STIX Two Text", serif; 
    --light-color-:#ECF5FF;
    /* --lato-:"Lato"; */
    /* --lato-:"Poppins", sans-serif; */
    /* --lato-:"Saira Semi Condensed"; */
    /* --lato-: "Saira Semi Condensed", Arial, Helvetica, sans-serif; */
    /* --lato-: "Nunito", sans-serif; */
    --lato-: "Rubik", sans-serif;
    /* --lato-:"Lato"; */

    
}
.text-black{
    color: #000;
}
.btn-button-home{
    background-color: var(--primary);
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-button-home:hover{
    /* background-color: #d7a349bd; */
    background-color: #3a2a98f8;
    color: #fff;
}
.btn-button{
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    padding: 10px 30px;
}
.btn-button:hover{
    color: #fff;
    background-color: var(--primary);
    border: none;
    transition: all ease-out 0.5s;
}
.product-btn{
    /* background-color: var(--primary); */
    color: var(--primary) !important;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    text-transform: capitalize;

}
.product-btn a{
    color: var(--primary) !important;
}
.product-btn:hover{
    color: #fff;
    /* background-color: var(--primary); */
    border: none;
    transition: all ease-out 0.5s; 
}
.pe1-5{
    padding-right: 7rem !important;
}
p{
    font-size: 19px;
    /* line-height: 1.3em; */
}
a{
    text-decoration: none !important;
}
h1 , h2, h3, h4, h5, h6, a, p{
    /* font-family:"Lato"; */
    /* font-family: var(--lato-); */
    /* font-family: "Nunito", sans-serif; */
    font-family: "Rubik", sans-serif;
}
.text-color{
    color: var(--primary);

}
.topnav .topnav-icon a{
    font-size: 18px;
}
.btn-primary{
    background-color: var(--primary) !important;
    border: none !important;
}
.bg-color{
    background-color: var(--primary);
}
.product .row{
    margin-right:0px !important;
    margin-left: 0px !important;
}
.page-heading1 .row,
.about-page-mission .row,
.contact-page .row{
    margin-right:0px !important;
    margin-left: 0px !important;
}

@media screen and (max-width:441px){
    h2{
        font-size: 25px;
    }
    p{
        font-size: 17px;
        line-height: 1.5em;
    }
    .sec-title .title {
        /* padding-right: 35px !important; */
    }
    .product .product-item .product-content {
        /* height: 200px !important; */
    }
    section.container-fluid.about-section{
        /* padding: 0px 20px 0px 20px; */
    }
}
/* @media screen and (max-width:768px){
    section.container-fluid.about-section{
        padding: 0px 20px 0px 20px !important;
    }
    .container-fluid.why-choose-container.py-5.px-5{
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
    .container-fluid.product.pb-5.pt-5 .row{
        margin-left: 0px !important;
        margin-left: 0px;
    }
} */
@media screen and (max-width:768px){
    .row.clearfix{
        padding: 0px 10px 0px 10px;

    }
}


.topbar-nav-box span i{
    font-size: 17px;

}
.topbar-container .topbar-right a{
    font-size: 20px;
}
.topbar-nav{
    font-size: 15px;
}
.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    /* background-color: var(--primary); */
}


/*** Navbar ***/

@media screen and (max-width:441px){
    nav.navbar.me-0.navbar-expand-lg.bg-white.navbar-light {
        padding: 10px 15px 10px 15px !important ; 
    }
    .navbar{
        /* padding: 10px 15px 10px 15px !important ;  */
    }
}
.navbar {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Ensure background color remains visible */
    z-index: 1000; /* Keep navbar above other elements */
    transition: all 0.3s ease-in-out;
}

.navbar.scrolled {
    position: fixed;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    
}

.navbar{
    padding: 10px 50px 10px 80px;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    /* padding-right: 90px; */
    /* padding-left: 90px; */
    height: 75px;
    display: flex;
    align-items: center;
    /* background: var(--primary); */
}



.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    font-family: var(--lato-);
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media screen and (max-width:768px){
.navbar img{
    height: 60px !important;
}
}
@media screen and (max-width:441px){
.navbar img{
    height: 50px !important;
}
}
@media screen and (max-width:441px){
    .navbar{
        padding: 0px !important;
    }
    .home-carousel .carousel-inner .carousel-item h2 {
        font-size: 22px !important;
        font-weight: 700;
        padding: 0px 0px 0px 0px !important;
        margin-bottom:40px!important;
    }
    .carousel-caption p{
/* padding: 0px 0px 0px 50px; */
font-size: 18px !important;
    }
    .banner-box{
        padding: 0px 0px 0px 50px !important;


    }
}
@media screen and (max-width:991px){
    .col-lg-10.text-start.banner-box{
        padding: 0px 0px 0px 50px !important;
    }
    .home-carousel .carousel-inner .carousel-item h2{
        font-size: 30px !important;
    }
}
/* ---------------------------------menudown-------- */
@media (max-width: 991px) {  /* Apply only on mobile */
    .navbar {
        position: absolute;
        width: 100%;
        z-index: 999;
        background: rgb(255, 255, 255); /* Add transparency */
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgb(255, 255, 255); /* Ensure dropdown is visible */
        z-index: 999;
    }

    .home-carousel {
        margin-top: 0 !important; /* Prevent movement */
    }
}






/* ----dropdown------- */
.dropdown-menu{
    padding: 0px !important;
}
.dropdown-item{
    padding: 0.55rem 1rem !important;
    border-bottom:1px solid gray !important ;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.dropdown-item:last-child {
    border-bottom: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}
/* ----dropdown------- */

/* ----------carousel=-----------X */

/*** Header ***/
.home-carousel .carousel-inner .carousel-item h2{
    font-size: 48px;
    font-weight: 700;
    padding: 0px 120px 0px 0px;
}
.carousel-caption {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: -0.5rem !important;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}
.home-carousel .carousel-control-prev{
    left: -20px !important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.carousel-item img{
    /* position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 1018.98px;
    height: 680px;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: -166.491px;
    top: 0px */
}

/* ----------carousel=-----------X */
/* /-------------------about---------- */
/* .about-container h1{
    font-size: 49px;
    font-weight: 700;
} */










.about-section{
	position:relative;
	padding:20px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	/* position:relative; */
	/* padding-top:50px; */
	/* padding-right:20px; */
}

.about-section .content-column .text{
	position:relative;
	color:#000000;
	font-size:18px;
	line-height:2em;
	margin-bottom:40px;
    text-align: justify;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}
.row.clearfix{
    display: flex;
    align-items: center;
   
        --bs-gutter-x: 0rem !important;
}
.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:10px solid var(--primary);
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:var(--primary);
	font-size:60px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	/* border:1px solid var(--primary); */
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: var(--primary);
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid var(--primary);
    font-family: 'Arimo', sans-serif;
}
.sec-title-cap{
    display: flex;
    align-items: center;
    
}
.sub-icon-tag{
    font-size: 20px;

}
.sub-icon-tag li i{
    color: var(--primary);
}
.sub-icon-tag li{
    text-decoration: none;
    list-style-type: none;
    padding: 10px;
    font-weight: 500;
}
.product-heading{
    font-size: 25px !important;
}
.sec-title h6{
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}

.title-product p{
    text-align: justify;
}
.title-product{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 10px;
}
.sec-title h1{
    font-size: 30px;
    font-weight: 800;
}
.sec-title .title {
    position: relative;
    /* color: #d7a449; */
    color: var(--primary);
    font-size: 22px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--lato-);
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
    display: none;
}
.sec-title h2{
    font-size: 30px;
    font-weight: 800;

}
@media screen and (max-width:991px){
    .sec-title h2,
    .sec-title h1{
        font-size: 24px;
        
    
    } 
    
}
@media screen and (max-width:441px){
    .about-section .image-column .inner-column .image .overlay-box .year-box{
        font-size: 20px;
        padding-left: 110px;
        
    
    } 
    .about-section .image-column .inner-column .image .overlay-box .year-box .number{
        width: 100px;
        height: 100px;
    }
    .about-section .image-column .inner-column .image .overlay-box{
        left: 30px;
    }
}

/* /-------------------about---------- */


/* --------------why-choose------------ */
.whychoose-bg-color{
    background-color: #EFF2FB;
}

.why-choose-container .why-tag-heading h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);

}
.why-tag-heading-section a {
    /* padding: 0px !important; */
}
.why-tag-heading-one p{
    /* color: #000; */
}
.why-tag-heading a{
    padding: 0px !important;
}
.why-tag-heading a p{
    color: #000;
}
.why-choose-container{

    /* padding: 0 50px; */
    /* padding-right: 50px !important;
    padding-left: 50px !important; */
}
.container-fluid.why-choose-container.py-5.px- {
    padding: 50px 80px 50px 80px !important;
}
@media screen and (max-width:441px){
    .why-choose-container{
        /* padding: 0 50px; */
        /* padding-right: 20px !important; */
        /* padding-left: 20px !important; */
    }
    .why-choose-container.px-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
.why-choose-box{
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
    padding: 20px;
}
.why-choose-box:hover{
    /* background-color: var(--primary); */

}
@media screen and (max-width:768px){
    .why-choose-box .bg-color{
width: 65px !important;
    }
    .container-fluid.why-choose-container.py-5.px- {
        /* padding: 50px 10px 50px 10px !important; */
    }
}
@media screen and (max-width:441px){
    .why-choose-box .bg-color{
width: 95px !important;
height: 35px !important;
    }
   
}
@media only screen and (max-width:767px) {
    .container-fluid.why-choose-container.py-5.px-{
        padding: 30px !important;
    }
    .sec-title .title:before{
        content: '';
       display: none;
    }
    .sec-title .title{
        padding-left: 0px !important;
        padding-right: 0px;
    }
}

/* .why-choose-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--primary);
    transition: 0.5s;
    z-index: 1;
}

.why-choose-box:hover::after {
    width: 100% ;
    height: 100%;
} */

/* .why-choose-box:hover .service-content,
.why-choose-box:hover .service-btn {
    position: relative;
    z-index: 2;
}

.why-choose-box .service-content a,
.why-choose-box .service-content p {
    transition: 0.5s;
} */

































.why-choose-box { 
    position: relative;
    overflow: hidden; /* Prevents overflow during animation */
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
    padding: 20px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 40px;
    height: 190px;
}

.why-choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15);
}

/* Background hover animation */
.why-choose-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--primary);
    transition: width 0.4s ease;
    z-index: 1;
}

.why-choose-box:hover::after {
    width: 100%;
    
    height: 100%;
}

/* Ensuring text and icon stay visible */
.why-choose-box * {
    position: relative;
    z-index: 2;
}

/* Optional: Change text color on hover */
.why-choose-box:hover h3,
.why-choose-box:hover p {
    color: #fff;
}

.why-choose-box:hover .bg-color {
    background: #fff;
}

.why-choose-box:hover .bg-color i {
    color: var(--primary) !important;
    
}
/* Ensure smooth rotation */
.why-choose-box .bg-color i {
    transition: transform 0.5s ease-in-out, color 0.3s ease-in-out;
}

/* Rotate icon on hover */
.why-choose-box:hover .bg-color i {
    color: var(--primary) !important;
    transform: rotate(360deg) !important;
}

/* .service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
} */

/* --------------why-choose------------ */
/* -------------cab-container--------------- */
.cab-container{
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url(./img/i.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width:991px){
    .our-capabilities-section-one{
        margin-bottom: 20px;
    }
}

/* -------------cab-container--------------- */














/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .properties .item img {
    border-radius: 10px;
  }
  
  .properties .item span.category {
    background-color: #fbd9cf;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    color: #1e1e1e;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 25px;
  }
  
  .properties .item h4 {
    font-size: 19px;
    margin: 25px 0px;
  }
  
  .properties .item h4 a {
    color: #1e1e1e;
  }
  
  .properties .item ul li {
    display: inline-block;
    font-size: 15px;
    color: #4a4a4a;
    margin-right: 20px;
  }
  
  .properties .item ul li span {
    font-weight: 600;
    color: #1e1e1e;
  }
  
  .properties .item ul {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .properties .item h6 {
    font-size: 20px;
    color: #f35525;
    margin-top: 6px;
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
  
  .properties .item .main-button {
    text-align: center;
  }
  








  /* ------------------- */
  
/*** product Start ***/
.product a p{
    color: #000;
}
.product .product-item {
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.651);
}
.product .product-item .product-content a{
    /* color: var(--primary); */
    color: #000;

}
.product-content h4{
    font-size: 20px;
}
.product-content p{
    font-size: 18px;
}
.product .product-item .product-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.product .product-item .product-img img {
    transition: 0.5s;
    /* width: 422px ; */
    height: 250px;
}
.product-item:hover{
    cursor: pointer;
}

.product .product-item:hover .product-img img {
    /* transform: scale(1.2); */
}
@media screen and (max-width:441px){
    .product .product-item:hover .product-img img {
        transform: none;
    }
}

.product .product-item .product-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background: rgba(0, 0, 0, .3); */
    z-index: 1;
}

.product .product-item .product-img .product-category {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 5;
}

.product .product-item .product-img .product-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: var(--bs-white);
    z-index: 5;
}

.product .product-item .product-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
    height:220px;
}


/* ----------nav-------- */



@media screen and (max-width:441px){
    .product-carousel .owl-nav {
        display: none !important;
    }
}
 .product .owl-carousel .owl-dots.disabled,
  .product .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.product .product-content h4{
    color: var(--primary);
    font-weight: 600;
}






/* Position navigation buttons */
.product-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Prevent blocking clicks on items */
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    pointer-events: auto; /* Allow clicking */
    transition: 0.3s;
}

.product-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px; /* Adjust as needed */
}

.product-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px; /* Adjust as needed */
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
}

/*** product End ***/







/* -----------our------capility--------- */

/*** About ***/
.our-capabilities-section{
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url(./img/i.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; */
background-color: #f0f5fa;
}
 .our-capabilities {
    /* background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover; */



    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url(./img/i.jpg); */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}

/* -----------our------capility--------- */




/* ------------------price------------- */
.pricing-item{
    padding: 30px 30px 20px 30px;
}
.pricing-tag{
    /* background-color: #2125296b; */
    background-color: #fff;
}
.pricing-tag h2,
.pricing-tag-one h2{
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.pricing-tag-box{
    /* padding: 10px; */
    text-align: initial;
    
}
.pricing-tag-box p{
    color: rgb(0, 0, 0);
    display: flex;
    align-items: flex-start;
}
.pricing-tag-box i{
    margin-top: 5px;
}
.pricing-tag-one{
    /* background-color: #3a2a98ad; */
    background-color: #fff;
}
/* ------------------price------------- */
















/*** Service Start ***/
/* .service {
    position: relative;
    overflow: hidden;
    background-image: url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.service .service-section {
    position: relative;
    z-index: 5;
}

.service .service-days {
    border-radius: 10px;
    background: var(--bs-white);
}

.service .service-item {
    position: relative;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-white);
    z-index: 1;
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
}

.service .service-item i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover i {
    color: var(--bs-white);
}

.service .service-item .service-content {
    position: relative;
    z-index: 3;
}

.service .service-item .service-content p {
    transition: 0.5s;
}

.service .service-item:hover .service-content p {
    color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
    transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
    color: var(--bs-white);
} */
/*** Service End ***/
/* --------------why--------choose------------ */

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/
/* --------------why--------choose------------ */











/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/
.product-page-heading {
    background-image: url(./img/home/banner-product.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading {
    background-image: url(./img/afro-woman-cleaning-window-with-rag-home.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
  }
  
  .page-heading span,
  .product-page-heading span {
    /* background-color: #fff; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px 25px;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .page-heading span a,
  .product-page-heading span a {
    color: #ffffff;
  }
  
  .page-heading h3,
  .product-page-heading h3 {
    font-size: 48px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff;
  }
  
.right_content_product span{
    text-align: justify;
}



/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page{
    padding: 50px 0px;

}
.contact-page #map {
    margin-top: 100px;
  }
  
  .contact-page .section-heading {
    margin-bottom: 40px;
    margin-right: 100px;
  }
  .section-heading h6{
    font-size: 20px;
    color: var(--primary);

  }
  
  .contact-page p {
    margin-bottom: 0px !important;
  }
  
  .contact-page .item {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    display: inline-block;
    /* min-width: 400px; */
    width: 100%;
  }
  @media screen and (max-width:441px){
    .contact-page .item{
        padding: 10px;
    }
    .contact-page .item h6 {
        font-size: 16px !important;
    }
    .contact-page .phone a{
        font-size: 16px !important;
    }

  }
  
  .contact-page .phone {
    margin-bottom: 30px;
    height: 160px;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    
  }
  .contact-page .phone a{
    color: #000;
    font-size: 18px;
  }
  .contact-page .phone i{
    margin-right: 20px;
  }
  
  .contact-page .item img {
    float: left;
    margin-right: 25px;
    vertical-align: middle;
  }
  
  .contact-page .item h6 {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
  }
  
  .contact-page .item h6 span {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
  }
  
  .contact-page #contact-form {
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
  }
  
  .contact-page #contact-form label {
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 15px;
  }
  
  .contact-page #contact-form input {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 15px;
  }
  
  .contact-page #contact-form textarea {
    width: 100%;
    height: 150px;
    max-height: 180px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 40px;
    font-size: 14px;
    padding: 15px 15px;
  }
  
  .contact-page #contact-form button {
    background-color: var(--primary);
    height: 44px;
    border-radius: 22px;
    padding: 0px 20px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
  }
  
  .contact-page #contact-form button:hover {
    background-color: var(--primary);
  }
  .contact-page-followus li{
    /* text-decoration: none; */
    list-style-type: none;
  }
  .contact-page-followus i{
    color: #fff;
    font-size: 22px;
    background-color: var(--primary);
    padding: 10px;
    

  }
  .contact-page-followus{
    display: flex;
    
  }
  .contact-page-followus li{
    margin-right: 15px;
   
  }
  





@media screen and (max-width:441px){
    form#contactForm{
        padding: 20px 15px !important;

    }
}

  form#contactForm {
    background: #fff !important;
    /* margin-left: 30px; */
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
}
input#name {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 15px;
}
#contactForm label{
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 15px;
}


.contact-page #contactForm input {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0px 15px;
  }
  
 
  
  form#contactForm textarea {
    width: 100%;
    height: 150px;
    max-height: 180px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 40px;
    font-size: 14px;
    padding: 15px 15px;
  }
  
  form#contactForm button {
    background-color: var(--primary);
    height: 44px;
    border-radius: 22px;
    padding: 0px 20px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
  }
  
  form#contactForm button:hover {
    background-color: var(--primary);
  }

/* ------------product-page */

/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =====SIDEBAR SECTION=========== */



/* -------------active---------- */
.sidebar_nav a.active-product {
    background-color: #102986 !important;
    color: #fff !important;
  
  }
  
  .sidebar_nav .sidebar_nav_one a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 100%;
  }
/* -------------active---------- */
ol, ul {
    padding-left: 0rem !important;
  }

.sidebar_nav{
    list-style-type: none;
    /* background-color: rgb(241, 241, 241); */
    position: sticky;
    top:100px;
    margin-top: 20px;
    border: 1px solid rgba(128, 128, 128, 0.342);
    padding: 10px 10px 10px 10px;
  
  }
  
  .sidebar_nav h4{
    /* background-color: var(--white-color); */
    padding:0px 0px 8px 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "monR", Arial, sans-serif;
    width: 150px;
    border-bottom: 2px solid #102689;
  }
  .sidebar_nav a{
    text-decoration: none;
    /* width: 100%; */
    color: rgb(0 0 0) !important;
    font-size: 19px;
    /* font-family: 'Montserrat'; */
    /* text-transform: uppercase; */
    font-weight: 400;
  }
  .sidebar_nav li{
    /* background-color: #46C254; */
    padding: 12px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgb(235, 235, 235);
    display: flex;
  }
  
  .sidebar_nav .first-one li{
    /* background-color: #46C254; */
    /* padding: 12px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgb(235, 235, 235); */
    display: flex;
    font-size: 19px !important;
    justify-content: space-between;
  }
  
  .sidebar_nav ol,ul{
    padding-left: 0;
  }
  .sidebar_nav_one{
    /* background-color: rgba(128, 128, 128, 0.082); */
    /* padding: 10px; */

  }
  .sidebar_nav {
    /* padding: 10px; */
    /* position: fixed; */
    background-attachment: fixed;
    
  
  }
  .sidebar_nav a:hover li {
   background-color: #102986 !important;
   color: #fff !important;
   /* transition-delay: 0.3ms; */
   /* opacity: 1; */
  
  
  }
  .sidebar_nav li a.active {
    /* color: red; */
  }
  
  .sidebar_nav a,.sidebar_nav a li :focus{
    /* background-color: aqua; */
  }
  .sidebar_nav a li::after{
    content: "\f105";
    font-family: "fontAwesome";
    line-height: 28px;
    position: relative;
    float: right;
    font-size: 10px;
    margin-left: 5px;
  }
  .side_bar_head{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /* font-family: 'Montserrat'; */
    text-transform: uppercase;
  }
  .side_bar_head::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: rgb(235, 235, 235);
  }
  .side_bar_head::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 0px;
    background: #102986;
  }
  .side_bar_head_1{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .side_bar_head_1::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20%;
    height: 2px;
    background: rgb(235, 235, 235);
  }
  .side_bar_head_1::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #102689;
  }
  /* =====SIDEBAR SECTION=========== */
  
  /* ==================RIGHT SIDE CONTENT============= */
  .right_content_product h5{
    color: var(--primary);
  }
  .right_content_product h3{
    font-size: 20px;
    font-weight: 500;
    /* font-family: 'Montserrat'; */
    /* padding: 20px 0px; */
    text-transform:uppercase ;
  }
  .product_section_for p{
    /* font-family: 'Poppins'; */
    font-size: 19px;
    color: #000000;
    padding: 0px 0px;
  }
  .product_section_for{
    padding: 50px 20px ;
  }
  .right_content_product ul li{
    list-style-type: none !important;
    padding: 10px;
    display: flex;
    align-items: baseline;
    font-weight: 400;
    font-family: var(--font-nunito-);
    font-size: 19px;
  }
  .right_content_product ul li i{
    margin-right: 5px;
    color: var(--primary-color);
   
  }
  
  /* ==================RIGHT SIDE CONTENT============= */
  /* ----------product-page-image------------------------ */
  .btn-button{
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 0px;
    width: 100%;
    border: 1px solid var(--primary-color);
  }
  .btn-button:hover{
    background-color: #1a3196;
  }
  .btn-btn-button{
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 40px;
    /* width: 100%; */
    border: 1px solid var(--primary-color);
    text-decoration: none;
  }
  .btn-btn-button:hover{
    /* background-color: #1a3196; */
    color: var(--white-color);
    background-color: #000;
    
  }
  @media (min-width:992px) and (max-width:1200px){
    .btn-btn-button{
      padding: 10px 20px;
    }
  }
  
  /* ----------product-page-image------------------------ */
  






  /* --------------------product-page-img------------------ */
  .service_im_box{
    border: 1px solid rgba(66, 62, 62, 0.445);
    /* padding: 10px; */
  }
  .right_content_product p{
    text-align: justify;
  }
  .product-page-sidebar{
    font-size: 19px;

  }
  /* --------------------product-page-img------------------ */
/* ------------product-page */








/* ------------------about-page---------- */

/*** Features Start ***/
.feature-item-one{
       background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);

}
.about-page-mission .feature-item {
    position: relative;
    transition: 0.5s;
    padding: 20px 15px;
    /* background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1); */
}
.about-page-mission .feature-item:hover {
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.about-page-mission .feature-item:hover a {
    transition: 0.5s;
}

.about-page-mission .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

.about-page-mission .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
} 

.about-page-mission .feature-item:hover .feature-img img {
    border: 1px solid var(--bs-secondary);
}  
.feature-item h4{
    color: var(--primary);
    font-weight: 600;
}
/*** Features End ***/

/* ------------------about-page---------- */


/* ----------gallery-section---------- */
.gallery-section h2{
    text-align: center;
    color: var(--primary);
    font-size: 30px;
}
.gallery-carousel .item {
padding: 10px;
}
.gallery-carousel .item img {
border-radius: 8px;
width: 100%;
height: auto;
}


.owl-nav .custom-prev,
.owl-nav .custom-next:hover{
color: rgb(255, 255, 255) !important;
background: var(--primary) !important;
}

.owl-nav .custom-prev,
.owl-nav .custom-next {
font-size: 24px;
color: rgb(255, 255, 255);
background: var(--primary);
padding: 10px 15px;
/* border-radius: 50%; */
cursor: pointer;
transition: 0.3s ease;
}

.owl-nav .custom-prev:hover,
.owl-nav .custom-next:hover {
background: #333;
color: #fff;
}

.owl-nav {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
}

.owl-nav button {
pointer-events: all;
}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block !important;
}

span.custom-next {
position: absolute;
/* left: 0px; */
right: -40px;
top: -15px;
}
span.custom-prev {
position: absolute;
left: -40px;
/* right: -40px; */
top: -15px;
}
@media screen and (max-width:991px){
span.custom-prev,
span.custom-next
 {
display: none !important;
}
}
/* ----------gallery-section---------- */


/*** Footer ***/
/* ---------------------back-top------ */
.angle-up-btn {
    /* position: relative;
    bottom: 4em;
    display: block; */

    /* bottom: 4em; */
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    animation: bounceIn 0.6s ease;
  }
  .angle-up-btn a {
    /* background: #ffffff; */
    background: var(--primary);
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    /* background: #4267b2; */
    /* background: rgb(0, 204, 102); */
    background: #311e9bb0;
    color: #ffffff;
    transform: translateY(-5px);
  }


  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    60% {
      opacity: 1;
      transform: translateY(-10px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }










  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

  /* @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  } */

/* ---------------------back-top------ */








h5.text-light .footer {
    position: relative;
    padding-bottom: 10px;
}

h5.text-light::after {
    content: "";
    display: block;
    width: 50px; /* Adjust width as needed */
    height: 2px; /* Adjust thickness */
    background-color: #fff; /* Adjust color */
    margin-top: 5px;
}



.footer p{
    margin-bottom: 6px !important;
}
.footer .footer-bottom{
    font-size: 18px;
}
.footer a{
    text-decoration: none;
    
}
.footer i{
    color: #fff;

}
.footer {
    color: #ffffff;
    font-family: var(--lato-);
}

.footer .btn.btn-link {
    display: flex;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 18px;
    font-family: var(--lato-);
    margin-bottom: 10px;
}
.footer span{
    color: #fff;
    font-family: var(--lato-);
    font-size: 18px;
}
.footer p,
.footer a{
    /* font-family: var(--mon-); */
    color: #fff;
    font-size: 18px;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    /* color: var(--secondary); */
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.footer .copyright {
    padding: 10px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background-color: var(--secondary);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media screen and (max-width:441px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .footer .px-5 {
        padding-right: 0rem!important;
        padding-left: 1rem!important;
    }
}
