*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/*============tags=============*/
img{
    vertical-align: middle;
}
a, a:hover{
    text-decoration: none !important;
}
li{
    list-style: none;
}
.bg-lightsky {
    background-color: #f8f9fa;
}
.default-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40{
    padding-top: 40px;
}
.page-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.page-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
    color: #000;
}
.page-heading p {
    font-size: 17px;
    font-weight: 400;
    color: #6c757d;
    line-height: normal;
    margin-bottom: 5px;
}
.border-top{
    border-top: 1px solid #ddd;
}
/*==================button=================*/

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.btn.btn-orange {
    font-size: 17px;
    background-color: #ff5900;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 17px;
    border-radius: 20px;
    border: 1px solid #ff5900;
}
.btn.btn-orange:hover{
    background-color: transparent;
    color: #ff5900;
}
.btn.btn-search {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-left: 0px !important;
    border: 1px solid #ced4da;
}
.btn.btn-search i {
    font-size: 35px;
    font-weight: 700;
    color: #ff5900;
}
.btn.btn-white {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
button {
    outline: none !important;
}
.btn.temp-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ff5900;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ff5900;
    transition: .3s all;
    text-align: center;
}
.btn.temp-btn:hover {
    background-color: transparent;
    color: #ff5900;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}
.btn.previ-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ced4da;
    color: #000000;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ced4da;
    transition: .3s all;
    text-align: center;
}
.btn.previ-btn:hover {
    background-color: transparent;
    color: #000;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}

/*=====================topbar===============*/

.topbar-menu {
    position: relative;
    background: #000;
    display: block;
    width: 100%;
    height: auto;
}
.topmenu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px;
}
.contact-block {
    margin-bottom: 0px;
    display: flex;
    position: relative;
}
.contact-block li {
    margin: 0px 7px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.contact-block li a {
    color: #fff;
}
.contact-block li a:hover {
    color: #ff5900;
}
.contact-icon i {
    font-size: 20px;
}
.contact-icon .fas.fa-phone {
    color: #ff5900;
}
.contact-icon .fab.fa-whatsapp {
    color: #00fd3a;
}
/*===================midheader=====================*/
.logo img {
    max-width: 100%;
    width: 200px;
}
.midheader {
    position: sticky;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: #f8f9fa;
    padding: 5px 0px;
    box-shadow: 0px 1px 4px #ddd;
}
.midheader .nav-link {
    display: block;
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.midheader .nav-item:last-child a {
    padding-right: 0px !important;
}
/*=========================================mainheader=======================*/

.mainheader {
    position: relative;
    width: 100%;
    background-color: #004602;
    height: auto;
}
.mainheader .nav-link {
    background-color: transparent;
    display: block;
    padding: 13px 13px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px dashed #002f0b;
}
.mainheader .nav-item:last-child .nav-link{
    border: 0px;
}
.mainheader .nav-link:hover{
    background-color: #002f0b;
}

.wrapper h1{
    text-align: center;
    padding:10px;
    margin: 30px;
}
.wrapper strong{
    color: #ba7a1c;
}


.wrapper a{
    padding: 20px;
    margin: 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    }
    .wrapper a:hover{
        color: #e59a49;
        font-weight: bold;
    }

.item-management h1{
color: blue;
margin-bottom: 10px;
padding: 10px;
text-align: center;
}

.item-management p{
    font-size: 20px;
    
}

 .management{
                border:1px solid #26369a1f;
                background-color: #fff;
                padding: 50px;
                height: 100%;
           }    
           
.management img{
    vertical-align: middle;
    height: 40%;
    width: 80%;
}

.management:hover{
     box-shadow: 1px 1px 5px 2px grey;
     transition: 1s;
    transform: translatey(20px);
        


}

.features{
    background-color: #fff4f4;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    margin: 40px;
}
.features button{
padding: 10px;
border:1px solid #d91d12;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
background-color: pink;

}
.features button:hover{
    background-color:#ff5900;
    color: #000;
}

.free-trial button{
    background-color: #f0483e;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    border-style: none;
    text-align: center;
    margin-left: 35%;
    margin-top: 15px;

}
.free-trial button:hover{
    background-color:#ef7871;
}

  /*==============footer-links==================*/
  
.footer-links li:first-child{
    padding: 30px 1px 10px;
    color: #000;
    font-weight: bold;

}

.footer-links li a{
        color: #666;
        padding:   30px 30px 10px;
        font-size: 15px;
        font-weight: 400px;
        line-height: 16px;

}



/*==============footer==================*/

.footer-bg {
    position: relative;
    background-color: #000;
    /* padding: 30px 0px 10px; */
    color: #fff;
    overflow: hidden;
}
.top-footer {
    position: relative;
    padding: 30px 0px;
    border-bottom: 2px solid #f46d03;
}
.middle-footer {
    position: relative;
    padding: 20px 0px;
}
.footer-title {
    font-size: 30px;
    font-weight: 600;
    color: #f46d03;
    margin-bottom: 20px;
}
ul.footer-link li a {
    color: #7befb4;
    font-size: 18px;
}
ul.footer-link li {
    padding-bottom: 7px;
}
ul.footer-link {
    padding: 0;
}
.payment-img img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.makein-India-img img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 10px 10px 0px;
}
.footer-copyright {
    position: relative;
    padding: 10px 0px;
    background-color: #000;
    border-top: 2px solid #f46d03;
    color: #fff;
    text-align: center;
}
.footer-copyright p{
    margin-bottom: 0px;
}
.payment-img img {
    width: 60px;
    height: 60px;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 10px 10px 0px;
}
.footer-img {
    position: fixed;
    bottom: 109px;
    z-index: 99;
    left: 15px;
}
.footer-logo img {
    max-width: 100%;
}
.mid-fimg img {
    max-width: 100%;
}

/*<!---==============================Media-queries===========================--->*/


@media screen and (max-width: 420px){

    .item-management p{
        text-align: center;
        padding: 15px;
        font-size: 15px;
    }


    .management .col-4 img{
        max-width: 100%;
        columns: 1;
    }
    .free-trial button{
        margin-left: 45px !important;
        font-size: 20px;

    }
    .management{
        height: auto;
        margin: 30px !important;
    }

}