.padding-top-10{    padding-top: 10px;}
.padding-top-15{    padding-top: 15px;}
.padding-top-18{    padding-top: 18px;}
.padding-top-20{    padding-top: 20px;}
.padding-top-30{    padding-top: 30px;}
.padding-top-40{    padding-top: 40px;}
.padding-top-50{    padding-top: 50px;}

.margin-top-10{    margin-top: 10px;}
.margin-top-20{    margin-top: 20px;}
.margin-top-30{    margin-top: 30px;}
.margin-top-40{    margin-top: 40px;}
.margin-top-50{    margin-top: 50px;}


.padding-no-15lr{
    padding: 0px;
}
.set-z1{
    position: relative;
}

.lst-20{
   letter-spacing:10px;
    font-size: 30px;
}

.box-154{
    width: 245px;
    margin: 0 auto;
    display: block;
    }

.sock-box-l{
    height: 54px;
    width: 28px;
    background: url("../img/sock-left.png") no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
}
.sock-box-r{
    height: 54px;
    width: 28px;
    background: url("../img/sock-right.png") no-repeat;
    display: block;
    float: right;
    margin-top: 20px;
}



.sock-box2-l{
    height: 25px;
    width: 37px;
    background: url("../img/ball-left.png") no-repeat;
    display: block;
    float: left;
    margin-top: 25px;
    margin-right: 5px;
}
.sock-box2-r{
    height: 25px;
    width: 37px;
    background: url("../img/ball-right.png") no-repeat;
    display: block;
    float: right;
    margin-top:25px;
    margin-left: -3px;

}




.bg-green-point{
	background: url("../img/bg-dotted-gray.png") repeat;
    /*background-color: #FFFDF7;*/
    background-color: #f5f5f5;
}

.bg-lightyellow{
	background-color: #ffe56b;
}



.wave{
    background: url("../img/wave.jpg") repeat-x;
    height: 14px;
    display: block;
}

#footer-bottom p {
    /*padding:0px;*/
    margin: 0;
}

.fs-16{
    font-size: 16px;
}

.text-green{
    color: #2BA95B;
}

.text-white{
    color: #ffffff;
}

.text-black{
    color:#000000;
}
a.text-white{
    color: #ffffff;
}

a.text-white2{
    color: #ffffff !important;
}

a.text-white2:hover{
    text-decoration: underline;
}

@media (max-width: 1920px) and (min-width: 992px){
    .set-text{
        text-align: right;
    }
}

@media (max-width: 991px) {
    .set-text{
        text-align: center;
    }
    .set-padding{
        padding: 0;
    }
}


.category-widget2-btn {
    display:block;
    width:22px;
    height:22px;
    font-size:14px;
    line-height: 22px;
    text-align: center;
    background-color: #505050;
    color:#fff;
    position: absolute;
    left:10px;
    top:7px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.category-widget2-btn:after {
    content:'-';
}


.portfolio-details-list li a:hover{
    color: #ffffff; !important;
}


.navbar-default .navbar-nav li > .dropdown-menu li a{
    color: #177546;
}

/*
.page-header{
    position: relative;
}
.dark-bg:after{
   content: " ";
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
}
.dark-bg:after{
    background-color: rgba(0, 0, 0, 0.35);
}

*/
