html, body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: Raleway !important;
}
body{
    overflow-x: hidden;    
}

p{
    margin: 0px !important;
}
a{text-decoration: none !important;}
::-webkit-scrollbar{
    width: 8px;
    background: #eee;
}
::-webkit-scrollbar-thumb{
    background: #fdaf31;
}
::selection{
    background: #fdaf31;
    color: #fff;
}
.navbar{
    padding: 0px !important;
    min-height: 82px;
}
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.navbar-nav li{
    position: relative;
    padding-left: 45px;
    display: inline-block;
    margin-left: 30px;
}
.navbar-nav li i{
    position: absolute;
    top: 5px; left: 0;
    background: #fdaf31;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
}
.navbar-nav li span{
    color: #999;
    font-size: 14px;
    font-weight: bold;
}
.navbar-nav li a{
    color: #000;
    font-size: 16px;
}
.navbar-nav li a:hover{
    color: #fdaf31;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
@media only screen and (max-width: 767px){
    .navbar-nav li{
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .navbar-nav{
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    .navbar{
        padding: 0px 20px !important;
    }
}

header{
    box-shadow: 1px 1px 10px #5552;
    background: #fff;
}
.s_top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
header .row{
    align-items: center;
}
.padng{
    padding: 50px 0;
}


/* Banner */
.ban{
    text-align: center;
    padding: 20px;
}
.banner{
    background: #076042;
    background: linear-gradient(#fffa, #fffa), url(../images/banner.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.ban h2{
    color: #076042;
    font-size: 50px !important;
    font-weight: bolder !important;
}
@media only screen and (min-width: 768px){
    .b_block{
        display: flex;
        align-items: center;
    }
    .ban h2{
        font-size: 80px !important; 
    }
    .ban{ text-align: left;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .ban h2{
        font-size: 60px !important; 
    }
    .ban{
        padding: 20px 30px;
    }
}
.ban a{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.ban a:hover{
    color: #fdaf31;
}

.demovideo{
    max-width: 300px;
    min-width: 300px;
    margin: 0 auto;
    line-height: 0;
    padding: 20px 0;
}


/* Features */
.features{
    padding: 30px 0;
}
.features ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.features ul li{
    font-size: 20px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.features li:before{
    content: '\f35a';
    position: absolute;
    top: 0; left: 0;
    font-family: 'FontAwesome';
    padding-right: 10px;
}


/* footer */
.ftrcol{
    text-align: center;
    padding: 30px;
}
.ftrcol ul{
    list-style: none;
    padding: 0; margin: 0;
}
.ftrcol ul li{
    margin-bottom: 30px;
}
.ftrcol ul li:last-child{
    margin-bottom: 0;
}
.ftrcol ul li i{
    color: #fdaf31;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.ftrcol ul li a, .ftrcol span{
    color: #000;
    font-weight: bold;
}
.ftrcol h3{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
.ftrcol.bg{
    background: #025e3d;
    padding: 100px 50px;
}
.ftrcol.bg *{
    color: #fff;
}
.ftrcol.bg li:hover *{
    color: #fdaf31;
}
.contact .row{
    align-items: center;
}
.sn{
    margin-top: 30px;
}
.ftrcol .sn li{
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 0;
}
.ftrcol .sn li i{
    margin-bottom: 0;
}
.ftrbtm{
    
}
.ftt{
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #025e3d;
}

/* Signup page */
.signup-form{
    width: 300px;
    margin: 50px auto;
}
.signup-form h3{
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.signup-form h3 i{
    color: #075e54;
    font-size: 35px;
}
.signup-form input{
    font-size: 15px !important;
}
.btn-green{
    background: #025e3d !important;
    color: #fff !important;
}
.btn-green:hover{
    background: #fdaf31 !important;
}
.form-control:focus{
    box-shadow: 1px 5px 10px #ccc !important;
    border: 1px solid #ccc !important;
}
::placeholder{
    font-size: 12px !important;
    color: #888 !important;
}
.captcha b{
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    color: #000;
}
.captcha i{
    margin-left: 10px;
    color: #fff;
    background: #fdaf31;
    padding: 10px;
    cursor: pointer;
}
label{
    font-size: 14px;
    font-weight: bold;
    color: #555; 
}
.errmsg{
    text-align: center;
    color: #fdaf31;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 20px !important;
}
.errmsg.g{
    color: green !important;
    border-color: green !important;
}
.captcha #recaptcha{
    width: 100px !important; 
    min-width: 100px !important;
    display: inline-block;
}
.captcha{
    margin-bottom: 10px;
    display: inline-block;
}
.field-icon{
  float: right;
  margin-right: 20px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.field-icon:hover{
    cursor: pointer;
}
.already{
    font-size: 15px !important;
}
.already a{
    color: #fdaf31 !important;
}

/* Admin */
.heading_name h2{
    color: #fdaf31;
    margin-top: 35px;
}
.admin_content.padng{
    padding: 20px 0 50px 0 !important;
}
.c_edit{
    cursor: pointer;
    float: right;
}
.c_edit i{
    color: #000;
}
.c_edit.password{
    margin-left: 10px !important;
}
.c_edit:hover i{
    color: #f00;
}
.heading_name{
    border-bottom: 1px solid #fdaf31;
    padding-bottom: 5px;
}
.c_logo{
    max-width: 280px;
    width: 280px;
    box-shadow: 1px 1px 10px #aaa5;
    padding: 30px;    
}
.company_details{
    margin: 30px 0;
}
@media only screen and (max-width: 767px){
    .company_details .c_basic{
        margin-top: 20px;
    }
}
.c_basic ul{
    list-style: none;
    padding: 0; margin: 0;
}
.c_basic ul li{
    position: relative;
    padding-left: 45px;
    line-height: 2;
    margin-bottom: 10px;
}
.c_basic ul li i{
    position: absolute;
    top: 8px; left: 0px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #e6e6e6;*/
    color: #025e3d;
    border: 1px solid #025e3d;
}
@media only screen and (max-width: 767px){
    .c_logo{
        margin: 0px auto 0px;
    }
    .changelogo{
        margin-bottom: 30px;
        text-align: center;
        display: block !important;
    }
}

/* Products */
.product_details ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_details{
    margin: 20px 0;
}
table .p_title span{
    font-family: Raleway !important;
    margin-top: 5px !important;
    display: inline-block;
}
.p_price i{
    font-size: 14px;
}
.table th{
    background: #444;
    color: #fff;
    border: none !important;
    font-weight: normal;
}
.form-group p{
    font-size: 12px;
    color: red;
}
/* edit */
.editblock{
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
.logo-edit{
    padding-bottom: 150px;
}
.logo-edit #logo{
    outline: none;
}

.imginfo{
    display: block;
    font-size: 15px;
    color: #888;
}
.changelogo{
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.changelogo:hover{
    color: #fdaf31;
}

#imgoption.openit{
    display: block !important;
}
#closee{
    padding: 10px;
    display: inline-block;
    background: #fdaf31;
    margin: 0 0 10px 0;
    cursor: pointer;
}

/* admin */
.admin_options a{
    display: inline-block;
    margin-bottom: 10px;
}
.categorieslist{
    margin-top: 30px;
}
.categorieslist h4{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.categorieslist ul{
    padding: 0;
    margin: 0;
}
.categorieslist ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.categorieslist ul li span{
    min-width: 250px;
}
.categorieslist ul li a{
    color: #fff !important;
    margin-left: 10px;
}
.heading_name h2 .ttll{
    color: #000 !important;
}
.heading_name h2 .ttll:hover{
    color: #fdaf31 !important;
}

.results .row{
    margin: 20px 0;
}
#accounts_data tr td span{
    font-weight: bold !important; 
}
.gren{
    background: green !important;
}
.gren *, .rd *{
    color: #fff !important;
}
.rd{
   background: red !important; 
}
#res{
    max-height: 600px;
    overflow: auto;
}