*{margin: 0; padding: 0;box-sizing: border-box !important}
/* #loader{
position:fixed;
width:100%;
height:100vh;
background:#fff url('../../assets/img/Rhombus.gif');
background-repeat:no-repeat;
background-position:center;
z-index:9999;
text-align:center;
} */
body{font-family: 'Roboto', sans-serif;}
ul{list-style-type:none;padding:0;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#000;}
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;}
.btn{background-color: #FBB03B;
    color: #fff;
    padding: 12px;
    width: 145px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.btn:hover{color:#fff;box-shadow: 0 0 rgb(255 255 255 / 33%); transition: all 0.5s ease-in-out;}
.heading{width: 100%; text-align: center;padding: 0 0 25px;}
.heading h2{font-size: 33px;font-weight: 600;text-transform: capitalize;}
.heading h5{color: #006837;font-size: 18px;font-weight: 600;text-transform: capitalize;}
.heading h2 span{height: 100%; width: 5px;border-right: 5px solid #fbb03b;margin: 0 5px 0;}
/* ======================header-area */
#header-area{width: 100%;    background-color: #006837;}
#header-area .navbar{width: 100%; z-index: 11;padding:0;}
#header-area .navbar .navbar-toggler i{color:#000; font-size: 25px;}
#header-area .navbar .navbar-toggler:focus{outline: none; box-shadow: none;}
#header-area .navbar-nav{width: 100%;}
#header-area .navbar .navbar-nav {width: 100%; justify-content: right;}
.navbar-expand .navbar-nav .dropdown-menu{background-color: #fbb03b;}
.navbar-expand .navbar-nav .dropdown-menu .dropdown-item{color:#fff!important;}
.navbar-expand .navbar-nav .dropdown-menu .dropdown-item:hover{background:transparent; color:#006837!important;}
#header-area .navbar .navbar-brand{background-color: hsl(0deg 0% 100% / 35%)!important;backdrop-filter: blur(30px);}
#header-area .navbar .navbar-brand img {width: 80px;padding: 10px;}
#header-area .navbar .navbar-nav .nav-item .nav-link{font-weight: 400; color:#fff;letter-spacing:0.5px; transition: all 0.3s ease-in-out;border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
#header-area .navbar .navbar-nav .nav-item{padding: 0 20px 0 0;}
#header-area .navbar .navbar-nav .nav-item .nav-link.active{background-color: hsl(0deg 0% 100% / 35%)!important;backdrop-filter: blur(30px);border-top-left-radius: 10px; border-bottom-right-radius: 10px;}
#header-area .navbar .navbar-nav .nav-item:hover .nav-link{    background-color: hsl(0deg 0% 100% / 35%)!important; backdrop-filter: blur(30px);border-top-left-radius: 10px; border-bottom-right-radius: 10px; transition: all 0.3s ease-in-out;}
#header-area .mobile-menu{display: none;padding: 0;background-image: linear-gradient(#00e96d, #006837);}
#header-area .mobile-menu .navbar-nav .dropdown-menu{background-color: #fbb03b;}
#header-area .mobile-menu .navbar-nav .dropdown-menu .dropdown-item{color:#fff;}
#header-area .offcanvas-body{background-color: #006837;}
#header-area .offcanvas-header{background-color: #006837;}
#header-area .offcanvas-header .btn-close{background-color: hsl(0deg 0% 100% / 35%)!important;backdrop-filter: blur(30px); width: 30px; height: 30px;}

   .sticky{ position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#006837;
    z-index: 11111;
    transition: all 0.2s ease !important;
  
    }
    /* ======================header-area-end */
/* =========================banner-area */
#banner-area{width: 100%; overflow: hidden;width: 100%;position: relative;}
#banner-area::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:hwb(0deg 0% 100% / 4%);
    z-index:1;
}
/*#banner-area .banner-image{width: 100%; padding: 60px 0 0;}*/
/*#banner-area .banner-image img{width: 100%;}*/
/*#banner-area .banner-text{width: 100%;padding: 216px 0 0;}*/
/*#banner-area .banner-text h2{font-size: 43px;color: #fff;font-weight: 600;}*/
/*#banner-area .banner-text p{color: #fff;padding: 15px 0 0;}*/
/*#banner-area .spray{position: absolute;bottom: 10%;right: 20%;}*/
/*#banner-area .spray img{width: 60px;transform: rotate(324deg);opacity: 0.3;}*/
/*#banner-area .spray-1{position: absolute;top: 15%;right: 20%;}*/
/*#banner-area .spray-1 img{width: 60px;opacity: 0.3;}*/
/*#banner-area .spray-2{position: absolute;top: 21%;left: 7%;}*/
/*#banner-area .spray-2 img{width: 255px;opacity: 0.3;}*/

/*#banner-area .spray-3{position: absolute;top: 18%;left: 18%;}*/
/*#banner-area .spray-3 img{width: 60px;opacity: 0.3;}*/

/*#banner-area .spray-4{position: absolute;bottom: 10%;left: 11%;}*/
/*#banner-area .spray-4 img{width: 60px;opacity: 0.3;}*/
/* =========================banner-area-end */
/* =========================about-area-end */
#about-area{width: 100%; overflow: hidden; padding: 100px 0 0;}
#about-area .about-image{width: 100%; padding: 10px; position: relative;}
#about-area .about-image::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #006837;
    content: '';
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 4px 1px 5px rgb(0 0 0 / 65%);
}
#about-area .about-image img{width: 100%;border-top-right-radius: 50px;border-bottom-left-radius: 50px; padding: 15px;}
#about-area .about-content{width: 100%; position: relative;}
#about-area .about-content .watermark{position: absolute; top:-15%; right: 20%;}
#about-area .about-content .watermark img{width: 160px;opacity: 0.3;}
#about-area  h2{ font-size: 33px;font-weight: 600;text-transform:capitalize; border-left: 5px solid #FBB03B; padding: 0 8px 0;}
/* =========================about-area-end */

/* =====================product-area */

#product-area{width: 100%; padding: 100px 0 0;}
#product-area .spot-product{    width: 100%;
    text-align: center;
    margin: 23px 0 0;
    border: 1px solid rgb(0 0 0 / 6%);
    padding: 25px;
    box-shadow: 2px 6px 5px -6px rgb(0 0 0 / 64%);
    border-radius: 10px;}
#product-area .spot-product .spot-text .btn{width: 175px;padding: 8px;font-size: 14px;}
#product-area .spot-product .spot-text h5{font-size: 20px;font-weight: 600;text-transform: capitalize;color: #000;padding:10px 0 0;}
#product-area .spot-product img{width: 50%; border-radius:10px;}
/* =====================product-area-end */
/* ========================blog-area*/
#blog-area{width: 100%; overflow: hidden; padding: 100px 0 100px;}
#blog-area .slick-slide{width: 100%;border:1px solid rgb(0 0 0 / 16%); border-radius: 10px; padding: 0 0 25px;margin: 0 30px 0 0;}
#blog-area .slick-slide img{width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#blog-area .slick-slide .date-box{    width: 100%;display: flex;justify-content: space-between;padding: 12px 25px 0;}
#blog-area .slick-slide .date-box li{font-size: 14px; color: rgb(0 0 0 / 58%);}
#blog-area .slick-slide:hover .date-box li{color:#006837;}
#blog-area .slick-slide .date-box li i{color: #006837;}
#blog-area .slick-slide h4{font-size: 20px;font-weight: 600;color: #000; padding: 0 25px 0;}
#blog-area .slick-slide:hover h4{color: #FBB03B;}
#blog-area .slick-slide p{padding: 0 25px 0;}
#blog-area .slick-slide .read{padding: 0 25px 0; color: #006837;}
#blog-area .view{width: 100%; text-align: center; padding: 25px 0 0;}
/* ========================blog-area-end*/

/* ===================footer-area */
#footer-area{width: 100%;margin: 100px 0 0; background-color: #006837;padding: 70PX 0 0;}
#footer-area .subscribe{    width: 100%;background-color: #FBB03B;padding: 70px; text-align: center;transform: translateY(-80px);border-radius: 15px;}
#footer-area .subscribe .form-group{width: 40%;margin: 0 auto; position: relative;}
#footer-area .subscribe .form-group .btn{position: absolute; top: 44px; right: 0; background-color: #006837; height: 55px;}
#footer-area .subscribe .form-group h4{font-size: 30px;font-weight: 600;color: #fff;text-transform: capitalize;}
#footer-area .subscribe .form-group .form-control{height: 55px; box-shadow: none; border: none; border-radius: 10px; border: 2px solid #006837;}
#footer-area .footer-box{width: 100%;}
#footer-area .footer-box img{    width: 200px;
    background-color: hsl(0deg 0% 100% / 35%)!important;
    backdrop-filter: blur(30px);
    padding: 10px;
    border-radius: 10px;}
    #footer-area .footer-box p{color: #fff; padding: 10px 0 0;}
    #footer-area .footer-box .social-icon{width: 100%; display: flex;flex-direction: row;}
    #footer-area .footer-box .social-icon li a i{
        width: 40px;
        height: 40px;
        background-color: hsl(0deg 0% 100% / 35%)!important;
        backdrop-filter: blur(30px);
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-radius: 10px;
        color: #fff;
    }
    #footer-area .footer-box .social-icon li{padding: 0 7px 0 0;}
    #footer-area .footer-box  h4{color:#fff;font-size: 20px; font-weight: 600;}
    #footer-area .footer-box ul li{padding: 0 0 8px;}
    #footer-area .footer-box ul li a{color:#fff;transition: all 0.5s ease-in-out;}
    #footer-area .footer-box ul li a i{ transition: all 0.5s ease-in-out;}
    #footer-area .footer-box ul li a:hover {color:#FBB03B;}
    #footer-area .footer-box ul li a:hover i{padding: 0 5px 0; transition: all 0.5s ease-in-out; color:#FBB03B;}
    #footer-area .footer-row{width: 100%;border-top: 1px solid rgb(255 255 255 / 15%); padding: 20px 0 0;}
    #footer-area .footer-row .copy-right {text-align: center;}
    #footer-area .footer-row .copy-right p {color: #fff;font-size: 15px;}
/* ===================footer-area-end */

/* ====================================contact-us-page */
#inner-page-banner{width: 100%;height: 300px;margin: -100px 0 0; background-image: url('../img/inner-banner.jpg'); background-size: cover; background-position: center; position: relative;}
#inner-page-banner::before{position: absolute; content: ''; top:0;left:0; width: 100%; height: 100%;background-color: rgb(0 104 55 / 86%);;}
#inner-page-banner .inner-menu{width: 100%;text-align: center;position: absolute;top: 50%;right: 0;}
#inner-page-banner .inner-menu h4{color: #fff;font-weight: 600;font-size: 25px;}
#inner-page-banner .inner-menu ul{display: flex; justify-content: center;}
#inner-page-banner .inner-menu ul li{padding: 0 5px 0;}
#inner-page-banner .inner-menu ul li a{color:#fff; font-weight: 600;}
#inner-page-banner .inner-menu ul li .active{color: #fbb03b;}

/* ===================form-area */
#contact-form-area{width: 100%; overflow: hidden; padding: 100px 0 0;}
#contact-form-area .contact-form{width: 100%;}
#contact-form-area .contact-form h4{font-size: 30px;font-weight: 600; color: #000;}
#contact-form-area .contact-form .form-group .form-control{width: 100%; height: 55px; box-shadow: none; margin: 10px 0 0}
#contact-form-area .contact-form .form-group .form-control.msg{height: inherit;}
#contact-form-area .contact-form .btn{margin: 15px 0 0;}
#contact-form-area .contact-info{width: 100%;padding: 22px 0 0;}
#contact-form-area .contact-info ul li{padding: 30px 0 0;}
#contact-form-area .contact-info ul li a{    background-color: #006837;
    padding: 0px 15px 0px 0px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;}
#contact-form-area .contact-info ul li a i{
    width: 60px;
    height: 60px;
    background-color: #fbb03b;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 25px;
    padding: 0 20px 0;
}
#contact-form-area .contact-info h4{font-size: 30px;font-weight: 600; color: #000;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* ===================form-area-end */
/* ==============contact-map */
#contact-map{width: 100%; overflow: hidden; padding: 100px 0 0;}
#contact-map iframe{width: 100%;}
/* ==============contact-map-end */
/* ====================================contact-us-page-end */

/* ===========================about-page-area */
.inner-about{background-image: url('../img/about-section-two-bg.png'); background-position: center; background-size: cover;}

#count-area{width: 100%; overflow: hidden; padding: 100px 0 100px;}
#count-area .w-box{margin:0; padding: 0;}
#count-area .w-box .m-title{width: 100%;text-align: center;background-color: #fbb03b;padding: 15px;height: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
#count-area .w-box .m-title h4{color: #fff;padding: 25px 0 0;font-weight: 600;letter-spacing: 0.5px;}
#count-area .w-box .m-pra{width: 100%;background-color: #006837;color: #fff;padding: 15px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#count-area .second-row{padding: 20px 0 0;}
/* ===========================about-page-area-end */

/* ==============================blog-page */
#blog-details-area{padding: 100px 0 100px; overflow: hidden;}
#blog-details-area .blog-row{padding: 20px 0 0;}
#blog-details-area .blog-box{width: 100%; padding: 0 20px 20px 0; overflow: hidden;border-radius: 10px;margin: 30px 0 0;}
#blog-details-area .blog-box  .title{width: 100%; padding: 20px 0 10px; text-align: center;}
#blog-details-area .blog-box .title h5{ font-size: 20px;color: #000;font-weight: 600; text-transform: capitalize;}
#blog-details-area .blog-box .title h6{ font-size: 16px;color: #fbb03b;position: relative;}
#blog-details-area .blog-box .title h6::after{position: absolute; content: ''; top:9px; left: 20%; width: 100px; height: 2px; background-color: #fbb03b;}
#blog-details-area .blog-box .title h6::before{position: absolute; content: ''; top:9px; right: 20%; width: 100px; height: 2px; background-color: #fbb03b;}
#blog-details-area  .blog-box .blog-image{width: 100%;border-radius: 10px;}
/* #blog-details-area .blog-box:hover .blog-image img{width: 100%; transform: scale(1.1); transition:all 0.3s ease-in-out;border-radius: 10px;} */
#blog-details-area .blog-box .blog-image img{width: 100%; transition:all 0.3s ease-in-out; border-radius: 10px;}
#blog-details-area .blog-box .blog-pra{width: 100%;}
#blog-details-area .blog-box .blog-pra .more{color:#fbb03b; font-size: 14px; text-transform: capitalize;}
/* ==============================blog-page-end */

/*Product-pag-area-=====*/
#product-page{width:100%; overflow:hidden; padding:100px 0 100px;}
#product-page .product-list{width:100%;padding: 30px; text-align:center;border-bottom: 2px solid #006837;box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);border-radius: 10px;margin: 0 0 20px;}
#product-page .product-list .item-name{font-size: 16px;font-weight: 600;text-transform: capitalize;color: #000;padding: 10px 0 0;}
#product-page .product-list img{width:100%; border-radius:10px;}
#product-page .product-row{padding:30px 0 0;}
#product-page .product-category{width: 100%;background-color: rgb(0 0 0 / 5%);padding: 30px;}
#product-page .product-category ul {display:flex; flex-direction:column;}
#product-page .product-category ul li{border-bottom: 1px solid rgb(0 0 0 / 15%);}
#product-page .product-category ul li a{cursor: pointer; color:#000; }
#product-page .product-category ul li a span{float:right;color: rgb(0 0 0 / 21%); padding: 5px 0 0px;}
#product-page .cat-heading {border-bottom: 1px solid #fbb03b;}
#product-page .cat-heading h4{ background-color: rgb(0 0 0 / 5%);margin: 0; padding: 15px 30px 15px;font-size: 19px;font-weight: 600;}
#product-page .title{width:100%;}
#product-page .title h4{font-size:23px; padding:0 0 15px;}
#product-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #fbb03b; color:#fff;}
#product-page .nav-pills .nav-link:focus span{color:#fff;}

/*Product-pag-area-end=====*/

/*====================================coming-soon-page-css*/
/* ============under-cuntraction */
@keyframes sway {
    0% {
      transform: rotate(8deg);
    }
    50% {
      transform: rotate(-8deg);
    }
    100% {
      transform: rotate(8deg);
    }
  }
  
  .object {
    position: absolute;
    animation: sway 2.4s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    left: 0;
    right: 0;
    height: 5%;
    z-index: 999;
    text-transform: uppercase;
  }
  
  .object-shape {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    background-color: #006837;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-weight: 800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .object-shape span {
    font-size: 22px;
    color:white;
  }
  
  .object-rope {
    height: 100%;
    width: 5px;
    background-color: #006837;
    content: "";
    display: block;
    margin-left: 50%;
  }
  
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 25vh 20px 0px 20px;
  }
  
  .logo {
    max-width: 200px;
  }
  
  .message {
    margin-top: 40px;
    font-weight: 600;
      font-size: 18px;
      text-align: center;
  }
  .message span{color:#da251c;}
  /* ============under-cuntraction-end */
/*====================================coming-soon-page-css-end*/

/*industry-section=====*/
#industry{width: 100%; padding: 100px 0 0;}
#industry .industry_image{width: 100%; overflow: hidden; transition: all 0.5s;}
#industry .row:hover .industry_image img{transform: scale(1.1); transition: all 0.5s;}
#industry .industry_image img{ width: 100%; transition: all 0.5s;}
#industry .industry_content{width: 100%; padding: 40px;background-color: rgb(0 0 0 / 4%);height: 100%;}
#industry .industry_content h4{font-size: 20px;font-weight: 600; text-transform: capitalize;border-bottom: 1px solid rgb(0 0 0 / 15%);padding: 0 0 10px;}
#industry .col-sm-12{padding: 0;}
#industry .container .row:last-child{box-shadow: 0 10px 15px -8px rgb(0 0 0 / 31%);}

/*industry-section-end=====*/

/*industry-page=====*/
#industries-area{width: 100%; overflow: hidden; padding: 100px 0 0;}
#industries-area .industries-box{width: 100%;}
#industries-area .industries-box .image{width: 100%; position: relative;}
#industries-area .industries-box .image .tag{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbb03b;
    color: #000;
    padding: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
#industries-area .industries-box .image img{width: 100%;    border-top-right-radius: 15px;border-top-left-radius: 15px;}
#industries-area .industries-box .industries-text{width: 100%; padding: 40px;background-color: rgb(0 0 0 / 4%);border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;}
#industries-area .industries-box .industries-text ol li{padding:0 0 7px;}
/*industry-page-end=====*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 



/*highlight-area=====*/
#hightlight{width: 100%; overflow: hidden; margin: 100px 0 0; }
#hightlight .highlight-box{width: 100%; text-align: center; background-image: url('../img/highlight.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat;height: 300px;position: relative; background-attachment: fixed;border-radius: 15px;}
#hightlight .highlight-box h4{ z-index: 111;color: #fff;position: absolute;font-size: 25px;font-weight: 600;    font-weight: 600;width: 66%;left: 17%;top: 25%; padding: 20px;}
#hightlight .highlight-box::before{position: absolute; top:0; left: 0; width: 100%; height: 100%; background-color: #000; content: ''; opacity: 0.7; border-radius: 15px;}
/*highlight-area-end=====*/

/* =============product-box */
#products-box{width: 100%; overflow: hidden; padding: 100px 0 0;}
#products-box .product-cat{width: 100%;}
#products-box .product-cat .d-flex .nav{width:300px;background-color: rgb(0 0 0 / 6%);}
#products-box .product-cat .d-flex .nav .nav-link{text-align: left;color:#000;border-bottom: 1px solid rgb(0 0 0 / 20%);border-radius: inherit;}
#products-box .product-cat .d-flex .nav .nav-link .fa-caret-right{float: right;line-height: 24px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #006837;
}
#products-box .product-cat .nav{background-color: rgb(0 0 0 / 8%);border-radius: 10px;padding: 5px;}
#products-box .product-cat .nav .nav-item .nav-link{color:#000;}

/* =============product-box-end */

/* =============infrastructure */
#infrastructure{width: 100%; padding: 100px 0 0; overflow: hidden;}
#infrastructure  .infa-slider{width:100%; border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
#infrastructure .infa-slider .carousel-inner .carousel-item img{width:100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
#infrastructure  .infa-text{background-color: rgb(251 176 59);padding: 30px; height: 100%;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#infrastructure  .infa-text h4{font-size: 20px;font-weight: 600; padding: 0 0 5px;border-bottom: 1px solid #000;text-transform: capitalize;}
#infrastructure  .infa-text p{padding: 5px 0 0;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#infrastructure  .col-md-6{padding: 0;}

#infrastructure  .carousel-control-next-icon{background-size: 63% 100%; background-color: #fbb03b;width: 2.5rem;height: 2.5rem; border-radius:8px;opacity: 0;}
#infrastructure  .carousel-control-prev-icon{background-size: 63% 100%; background-color: #fbb03b;width: 2.5rem;height: 2.5rem; border-radius:8px;opacity: 0;}
#infrastructure .carousel:hover .carousel-control-prev-icon{opacity:1;}
#infrastructure .carousel:hover .carousel-control-next-icon{opacity:1;}
#infrastructure .carousel-control-next{opacity:1;}
#infrastructure .carousel-control-prev{opacity:1;}

/* =============infrastructure-end */

/* =================privacy-area */
#privacy-area{width:100%;padding: 100px 15px 0;}
#privacy-area .privacy_policy{width:100%;    background-color: rgb(0 0 0 / 2%);padding: 25px;box-shadow: 0px 0px 11px rgb(0 0 0 / 23%);border-radius: 15px;}
#privacy-area .privacy_policy h2{font-size: 20px; font-weight: 600; text-transform: capitalize;}
#privacy-area .privacy_policy h4{font-size: 16px; font-weight: 600; text-transform: capitalize;}
/* =================privacy-area-end */
