ul {
    margin: 0px;
    padding: 0px;
}

#post-list-id .blog-area {
    padding: 20px 0px 40px 0px;
}
#post-list-id .blog-area .section-title {
    text-align: center;
}
#post-list-id .blog-area .section-title .sub-title h5 {
    margin: 0 0 22px 0;
}
#post-list-id .blog-area .section-title .sub-title h5::before {
    background: inherit;
}
#post-list-id .row.top {
    position: relative;
    top: 62px;
}
#post-list-id .blog-single-box {
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 0;
    box-shadow: 0px 8px 60px rgb(243 242 255);
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
}
#post-list-id .blog-content {
    padding: 0 25px;
}
#post-list-id .blog-single-box:hover{
    box-shadow: 0 2px 4px #0003; 
}
#post-list-id .blog-thumb {
    position: relative;
}
#post-list-id .blog-titles h2 {
    color: #1d2124;
    font-size: 30px;
    font-family: 'Poppins', serif;
    font-weight: 600;
    margin: 20px 0 0;
}
#post-list-id .blog-titles p {
    font-size: 16px;
    color: #646464;
}
#post-list-id .blog-title p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #6d6d6d;
}
#post-list-id .blog-thumb::before {
    position: absolute;
    left: 50%;
    right: 0;
    height: 100%;
    width: 0%;
    top: 0;
    background: #00a3ff;
    content: "";
    z-index: 1;
    transition: .5s;
    opacity: 0.3;
}
#post-list-id .blog-single-box:hover .blog-thumb::before {
    left: 0%;
    right: 0;
    width: 100%;
}
#post-list-id .blog-thumb img {
    width: 100%;
}
#post-list-id .blog-title {
    padding: 22px 22px 28px;
}
#post-list-id .blog-title span.info-item {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #6d6d6d;
}
#post-list-id .blog-title a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #6d6d6d;
    display: inline-block;
}
#post-list-id .blog-title span:hover{
    color: #00a3ff;
}
#post-list-id .blog-title span i {
    display: inline-block;
    color: #00a3ff;
    margin-right: 5px;
}

#post-list-id .blog-title h2 a {
    font-size: 22px;
    margin: 20px 0 0px;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #DEE1E6;
    padding-top: 26px;
    display: inline-block;
    color: #1d2124;
    font-weight: 600;
    transition: .5s;
    width: 100%;
}
#post-list-id .blog-title h2 a:hover{
    color: #019cf3;
}
#post-list-id .blog-title p {
    margin: 10px 0 20px;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
}
#post-list-id .blog-tex h2 {
    font-size: 24px;
    color: #212529;
}
#post-list-id .blog-button {
    float: left;
    margin-right: 30px;
}
#post-list-id .blog-button a {
    color: #019cf3;
    display: inline-block;
    position: relative;
    font-weight: 400;
    transition: .5s;
    text-transform: uppercase;
    font-size: 16px;
}
#post-list-id .blog-button a i{
    display: inline-block;
    transition: .5s;
}
#post-list-id .blog-button a:hover i{
    margin-left: 3px;
}
#post-list-id .blog-icon ul {
    top: 30px;
    position: relative;
    opacity: 0;
    transition: .5s;
}
#post-list-id .blog-single-box:hover .blog-icon ul{
    top: 0px;
    opacity: 1;
}
#post-list-id .blog-icon ul {
    display: inline-block;
}
#post-list-id .blog-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
#post-list-id .blog-icon ul li.one a i {
    display: inline-block;
    color: #C1DFFF;
}
#post-list-id .blog-icon ul li.two a i {
    display: inline-block;
    color: #E63336;
}
#post-list-id .blog-icon ul li.three a i {
    display: inline-block;
    color: #50E3FF;
}
#post-list-id .blog-icon ul li.for a i {
    display: inline-block;
    color: #F269FD;
}
#post-list-id .blog-icon ul li.five a i {
    display: inline-block;
    color: #2663D8;
}
#post-list-id .blog-icon ul li.six a i {
    display: inline-block;
    color: #666666;
}

#post-list-id .blog-area.upper .blog-title p {
    margin: 15px 0 15px;
    color: #646464;
    font-size: 16px;
    line-height: 28px;
}
#post-list-id .blog-area.upper .blog-tex h2 {
    font-size: 30px;
    color: #1d2124;
}

#post-list-id .sideber-search-box {
    margin-bottom: 40px;
    padding: 2px 30px 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#post-list-id .sideber-box {
    margin-bottom: 40px;
    padding: 25px 20px 25px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#post-list-id .bg-bar {
    position: relative;
    z-index: 1;
}
#post-list-id .bg-bar::before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 50%;
    height: 3px;
    background: #b4e4ff;
    content: "";
}
#post-list-id .bg-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #00a3ff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}
#post-list-id .resent-post-single-box {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
#post-list-id .blog-thub img {
    width: 100%;
}
#post-list-id .resent-thunb img {
    border-radius: 5px;
    width: 28%;
    float: left;
    margin-right: 12px;
    height: 70px;
}
#post-list-id .resent-title a h3 {
    color: #1d2124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
#post-list-id .resent-title a span {
    color: #616161;
}
#post-list-id .resent-post-single-box.two {
    border: none;
    margin: 0;
    padding: 0 0 20px;
}
#post-list-id .catagories-body ul li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    transition: .5s;
    padding-bottom: 10px;
}
#post-list-id .catagories-body ul li a {
    color: #616161;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
#post-list-id .sidebar-search {
    margin-bottom: 30px;
}
#post-list-id .form-control {
    top: 31px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 28px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #949494;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
}
#post-list-id .sideber-search-box button a {
    position: absolute;
    right: 60px;
    top: 50px;
    display: inline-block;
    color: #616161;
    font-size: 18px;
}
#post-list-id .paginationss-title {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    width: 90%;
    position: relative;
    left: 31px;
    margin-bottom: 30px;
}
#post-list-id .paginationss-title ul {
    display: inline-block;
}
#post-list-id .paginationss-title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0px;
}
#post-list-id .paginationss-title ul li a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
#post-list-id .paginationss-title ul li a i:hover {
    background: #00a3ff;
    border-color: #00a3ff;
    color: #fff;
}
#post-list-id .contact-title h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
#post-list-id .sideber-title h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 28px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
#post-list-id .form_box {
    margin-bottom: 15px;
}
#post-list-id .form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid #EEECFE;
}
#post-list-id .form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #EEECFE;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #fff;
    margin-top: 7px;
}
#post-list-id .form_box input:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
    outline: 0;
}
#post-list-id .form_box textarea:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
}
#post-list-id input::placeholder {
    color: #94A9A8;
}
#post-list-id textarea#massage::placeholder {
    color: #94A9A8;
}
#post-list-id .form-button {
    text-align: center;
    margin-top: 25px;
}
#post-list-id .form-button button {
    display: inline-block;
    background: #00a3ff;
    color: #fff;
    font-weight: 600;
    padding: 12px 35px;
    border: 1px solid #007bc1;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
#post-list-id input[type="text"] {
    color: #333;
}
#post-list-id textarea#massage {
    color: #333;
}

#post-list-id .social-icon ul li {
    list-style: none;
}
#post-list-id .social-icon ul li i {
    color: #fff;
    float: left;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    width: 55px;
    line-height: 55px;
    height: 55px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
    margin-right: 15px;
}

#post-list-id .social-tex {
    padding-bottom: 5px;
}
#post-list-id .social-tex span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
#post-list-id .social-tex p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

#post-list-id .bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
#post-list-id .bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
#post-list-id .bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
#post-list-id .bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
#post-list-id .bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px); }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px); }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px); }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px); }
    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px); }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px); }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px); }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px); }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px); }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px); }
    100% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
/* bounce-animate */    
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
/* rotateme*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

#post-list-id .theme-krajee-svg .empty-stars .krajee-icon-star,#post-list-id  .theme-krajee-svg .filled-stars .krajee-icon-star{
    margin: 0 2px 0 2px;
}
#post-list-id .rating-container .empty-stars {
    margin: 0;
}
#post-list-id .social-icons i{
    font-size: 20px;
}
#post-list-id .float-right {
    float: right;
}
#post-list-id .sideber-search-box button a {
    position: absolute;
    right: 75px;
    top: 50px;
    display: inline-block;
    color: #616161;
    font-size: 18px;
}
#post-list-id .sideber-search-box button a {
    font-weight: bold;
}
#post-list-id .blog-frm .error{
    color: #d75662;
    font-size: 12px;
}
#post-list-id .pagination-area {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}
#post-list-id .pagination-area .page-numbers {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 38px;
    color: #4e5f68;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}
#post-list-id .sideber-box h2{
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
}
#post-list-id .blog-title a:hover{
    color: #00a3ff;
}
#post-list-id .postTitle h2{
    font-size: 18px;
}
#post-list-id .comment-box {
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 0;
    box-shadow: 0px 8px 60px rgb(243 242 255);
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
    padding: 22px 22px 28px;
}
#post-list-id .comment{
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    transition: .5s;
    padding-bottom: 10px;
}
#post-list-id .comment .date{
    font-style: italic;
}
#post-list-id .comment-body{
    color: #061738;
}