body{
    overflow-x:hidden;
}

.section-entry-my{
    padding:5rem 0 0rem;
}
/*** Navbar ***/
.padd-lr{
    padding: 0 1.3rem;
}
.navbar-light{
    /*background-color:var(--dark);*/
    border-radius: 36px;
} 
.sticky-top {
    top: -100px;
    transition: .5s;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.navbar .navbar-nav .nav-link {
    /*margin-right: 35px;*/
    padding: 5px 0;
    /* color: var(--light); */
    font-size: 21px;
    font-weight: 500;
    outline: none;
    font-family: "Playfair Display", serif;
    border-bottom: 2px solid #f68939;
}

/*.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: 600;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        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;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: #fff;
}

.dis-hide{
    display:none;
}

.dis-show{
    display:block;
}

/**********About*********/
.inner-outer-about{
    padding:1rem;
    /*height:100%;*/
}
.inner-about{
    position:relative;
    padding:2.25rem 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 100%;
}
.inner-about .about-box .img-box img{
    width:40%;
    margin-bottom:1rem;
}
.dis-text{
    font-size:1.25rem;
    font-weight: bold;
}

.about-tech-box{
    background:#0000008c;
}
/**********About Next**********/


.wrapper-about-tech-2 .inner-about-tech{
    color:white;
}

.inner-about-tech{
    padding:1rem;
    height:100%;
    
}


.wrapper-about-tech-2{
    padding:2rem 0;
    /*margin-top:1.5rem;*/
    background: linear-gradient(#000000e6 , #0000009e) , url(../img/rain-back-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}


/*********product**********/

.wrapper-prod{
    overflow:hidden;
}
.inner-prod{
    position:relative;
    padding:1rem;
}

.inner-prod .img-bck::after{
    position: absolute;
    content: "";
    height: 94%;
    width: 92%;
    background: #f68939;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%) rotate(9deg);
}

.inner-prod .img-bck::before {
    position: absolute;
    content: "";
    height: 94%;
    width: 92%;
    background: #0e8b44db;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%) rotate(-9deg);
}
/********certifi**********/
.inner-head p,
.inner-head .my-heading{
    color:#fff;
}

.inner-head p{
     max-width:80%;
       margin: 0 auto;
}
/********counter**********/

.inner-outer-counter{
    padding:1rem;
}

.inner-counter{
    padding:2.25rem 1.25rem;
    height:100%;
    /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.inner-counter span{
    font-size:1.25rem;
    font-weight: bold;
}

.inner-counter .count{
    font-size:2rem;
    font-weight: bold;
    color: var(--secondary);
}
.counter-box span:nth-child(even) {
    color: var(--primary);
}

.inner-counter .counter-box{
    padding:1rem;
    border-radius:20%;
    /*border:1px solid grey;*/
    display:inline-block;
}

.p-margin-bottom{
    margin-bottom:0.1rem;
}

.our-product-box{
    padding:2rem;
    overflow:hidden;

}

.project-carousel .owl-nav{
    display:none;
}

.our-product-box .prod-name{
    padding: 1rem;
    /*display: inline-block;*/
     height: 90px; 
    font-size: 1.25rem;
    color: #fff;
    border-radius: 10px;
    background: #ffffff21;
    justify-content: center;
    align-items: center;
    display: flex;
    border:3px solid white;
    border-top:none;
    border-bottom:none;

}

.no-color-black{
    color:#000;
}

.my-color-footer-2{
    padding-left:3rem;
}

.my-color i{
    background:#fff;
    padding:0.3rem;
    border-radius:50px;
}