.offer-section {
    position: relative;
    overflow: hidden;
}

.offer-content-area .wrapper .scrollDown {
    font-size: 44px;
    font-weight: bolder;
    -webkit-animation: colorCycle 7s infinite ease-in-out;
    animation: colorCycle 7s infinite ease-in-out;
    margin-bottom: 25px;
}

.offer-content-area .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0;
}

/* .offer-image {
    text-align: right;
} */

.offer-image img {
    max-height: 400px;
}

.offer-content-area {
    padding-top: 20px;
    padding-bottom: 25px;
}

.offer-content-area .banner-content .title {
    color: #3c4559;
    font-size: 34px;
}

.offer-content-area .banner-content p {
    margin-top: 5px;
    max-width: none;
    line-height: 1.5;
}

.banner-section {
    position: relative;
    overflow: hidden;
    background: #cecece;
}

.banner-content-area {
    padding-top: 50px;
    padding-bottom: 25px;
}

.banner-content .title {
    font-size: 60px;
}

.banner-content p {
    margin-top: 25px;
    max-width: 430px;
}

.banner-content a {
    margin-top: 25px;
}

.banner-elements-part {
    position: absolute;
    right: -12%;
    bottom: 0;
    width: 930px;
    height: 775px;
    background-position: center;
    background-size: cover;
}

.banner-elements-part .element-one,
.banner-elements-part .element-two,
.banner-elements-part .element-three,
.banner-elements-part .element-four,
.banner-elements-part .element-five,
.banner-elements-part .element-six,
.banner-elements-part .element-seven,
.banner-elements-part .element-eight,
.banner-elements-part .element-nine {
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 0;
}

.banner-elements-part .element-one {
    transition-delay: 0.7s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-two {
    transition-delay: 1s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-three {
    transition-delay: 1s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-four {
    transition-delay: 1.3s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-five {
    transition-delay: 0.3s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-six {
    transition-delay: 1.2s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-seven {
    transition-delay: 1.7s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-eight {
    transition-delay: 2s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-nine {
    transition-delay: 1.2s;
    transition-duration: 0.5s;
}

.banner-elements-part .element-one {
    top: 50%;
    left: 49%;
    z-index: 2;
}

.banner-elements-part .element-two {
    top: 52%;
    left: 54%;
}

.banner-elements-part .element-three {
    top: 58%;
    left: 32%;
}

.banner-elements-part .element-four {
    top: 63%;
    left: 25%;
    z-index: 2;
}

.banner-elements-part .element-five {
    top: 40%;
    left: 35%;
    z-index: 1;
}

.banner-elements-part .element-six {
    top: 55%;
    left: 80%;
    z-index: 2;
}

.banner-elements-part .element-seven {
    top: 78%;
    left: 43%;
    z-index: 2;
}

.banner-elements-part .element-eight {
    top: 35%;
    left: 4%;
}

.banner-elements-part .element-nine {
    top: 10%;
    left: 31%;
    z-index: 2;
}

.banner-elements-part.active .element-one {
    top: 62%;
    left: 49%;
    z-index: 2;
    opacity: 1;
}

.banner-elements-part.active .element-two {
    top: 68%;
    left: 54%;
    opacity: 1;
}

.banner-elements-part.active .element-three {
    top: 46%;
    left: 32%;
    opacity: 1;
}

.banner-elements-part.active .element-four {
    top: 63%;
    left: 37%;
    z-index: 2;
    opacity: 1;
}

.banner-elements-part.active .element-five {
    top: 31%;
    left: 35%;
    z-index: 1;
    opacity: 1;
}

.banner-elements-part.active .element-six {
    top: 55%;
    left: 68%;
    z-index: 2;
    opacity: 1;
}

.banner-elements-part.active .element-seven {
    top: 66%;
    left: 43%;
    z-index: 2;
    opacity: 1;
}

.banner-elements-part.active .element-eight {
    top: 35%;
    left: 14%;
    opacity: 1;
}

.banner-elements-part.active .element-nine {
    top: 26%;
    left: 31%;
    z-index: 2;
    opacity: 1;
}

.banner-content a {
    margin-top: 25px;
}

.main-dark-version a {
    color: var(--dark-para-color);
}

.cmn-btn {
    font-size: 20px;
    text-transform: capitalize;
    background-color: #dc3545;
    color: #fff;
    padding: 10px 26px;
    font-weight: 400;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 16px;
}

.cmn-btn:hover {
    box-shadow: 0 11px 15px 0 #d4000e;
    color: #fff;
}

.wrapper {
    overflow: hidden;
}

.scrollDown {
    font-size: 60px;
    font-weight: bolder;
    -webkit-animation: colorCycle 7s infinite ease-in-out;
    animation: colorCycle 7s infinite ease-in-out;
}

.word {
    min-height: 80vh;
}

.word .letter {
    display: inline-block;
    margin: 0 0.2vw;
    font-size: 8vw;
}

.word .letter.color0 {
    color: #f94816;
    text-shadow: 0.2vw 0.2vw 0 #731c03;
}

.word .letter.color1 {
    color: #e9d443;
    text-shadow: 0.2vw 0.2vw 0 #84750f;
}

.word .letter.color2 {
    color: #fd91f7;
    text-shadow: 0.2vw 0.2vw 0 #f104e4;
}

.word .letter.color3 {
    color: #28963f;
    text-shadow: 0.2vw 0.2vw 0 #081d0c;
}

.word .letter.color4 {
    color: #e43485;
    text-shadow: 0.2vw 0.2vw 0 #700f3c;
}

.word .letter.color5 {
    color: #a2e4f2;
    text-shadow: 0.2vw 0.2vw 0 #1fbbdc;
}

.word .letter.color6 {
    color: #fa476e;
    text-shadow: 0.2vw 0.2vw 0 #a40427;
}

.wow {
    visibility: hidden;
    min-height: 10vh;
    display: block;
    margin: 0 auto;
}

@-webkit-keyframes colorCycle {
    0% {
        color: #f94816;
    }
    14.286% {
        color: #e9d443;
    }
    28.572% {
        color: #fd91f7;
    }
    42.858% {
        color: #28963f;
    }
    57.144% {
        color: #e43485;
    }
    71.43% {
        color: #a2e4f2;
    }
    85.716% {
        color: #fa476e;
    }
    100% {
        color: #f94816;
    }
}

@keyframes colorCycle {
    0% {
        color: #f94816;
    }
    14.286% {
        color: #e9d443;
    }
    28.572% {
        color: #fd91f7;
    }
    42.858% {
        color: #28963f;
    }
    57.144% {
        color: #e43485;
    }
    71.43% {
        color: #a2e4f2;
    }
    85.716% {
        color: #fa476e;
    }
    100% {
        color: #f94816;
    }
}

@media (max-width: 767px) {
    .banner-elements-part {
        display: none;
    }
    .profilee {
        margin: 0 50% !important;
    }
}

@media (max-width: 991px) {
    .banner-elements-part {
        right: -260px;
    }
    .offer-image {
        text-align: center;
    }
    .profilee {
        margin: 0 50% !important;
    }
}

@media (max-width: 1400px) {
    .banner-elements-part {
        right: -175px;
    }
    .profilee {
        margin: 0 26% !important;
    }
}

@media (min-width: 1400px) and (max-width: 1550px) {
    .banner-elements-part {
        right: 0;
    }
}
@media (max-width: 575px) {
    .flip-clock-wrapper ul {
        width: 35px;
        height: 50px;
        margin: 10px 2px;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 28px;
        line-height: 50px;
    }
    .flip-clock-divider .flip-clock-label {
        right: -68px !important;
        bottom: 3px;
        font-size: 14px;
    }
    .profilee {
        margin: 0 15%;
    }
}

@media (max-width: 440px) {
    .flip-clock-wrapper ul {
        width: 25px;
        height: 44px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .flip-clock-divider {
        height: 90px;
    }
    .flip-clock-dot {
        width: 8px;
        height: 8px;
    }
    .flip-clock-dot.top {
        top: 23px;
    }
    .flip-clock-dot.bottom {
        bottom: 41px;
    }
    .flip-clock-divider {
        width: 12px;
        left: -3px;
    }
    .flip-clock-divider .flip-clock-label {
        right: -55px !important;
    }
    .profilee {
        margin: 0 15%;
    }
}

@media (max-width: 440px) {
    .profilee {
        margin: 0 15% !important;
    }
    .banner-content .title {
        font-size: 34px;
    }
}

.svg-inline--fa {
    vertical-align: -0.2em;
}

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    font-size: 18px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
    background: #b00;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #b00;
    background: #fefefe;
    border-color: #b00;
}

.rounded-social-buttons .social-button.instagram {
    background: linear-gradient( 45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #e1306c;
    background: #fefefe;
    border-color: #e1306c;
}

header .header-widget {
    padding: 10px 0;
}

header .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-right: 0;
}

header .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: -9px;
    left: 8px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #3560b2;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .header-widget .single-widget a {
    color: #222;
}

.header-widget .fa-phone {
    transform: rotate(90deg);
    top: -11px !important;
}

header .single-widget h4 {
    font-weight: 500;
    font-size: 14px;
}

header .logo {
    float: left;
}

.newsticker-jcarousellite,
.newsticker-jcarousellite1,
.newsticker-jcarousellite2 {
    width: 100%;
}

.post-title h3 a {
    color: #d4000e;
}

.post-meta-elements {
    margin-bottom: 8px;
}

.post-meta-elements,
.post-meta-elements a,
.post-meta-elements .fa {
    font-size: 13px;
}

.post-meta-elements,
.post-meta-elements a {
    color: #000;
    display: inline-block;
}

.post-meta-author,
.post-meta-date,
.post-meta-cat,
.post-meta-comments {
    display: inline-block;
    margin: 0 16px 0 0;
}

.post-meta-elements .fa {
    margin: 0 6px 0 0;
    transition-duration: 0.3s;
}

.newsticker-jcarousellite h3,
.newsticker-jcarousellite1 h3,
.newsticker-jcarousellite2 h3 {
    font-size: 18px;
}

.bg-gray {
    background: #ececec;
}

.carousel-item img {
    height: 588px;
}

.owl-carousel .item {
    margin: 3px;
    padding: 0;
    background: #fff;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .item {
    margin: 10px;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.panel {
    padding: 15px;
}

@media (max-width: 767px) {
    .profilee {
        margin: 0 50% !important;
    }
    .header-content {
        position: unset;
    }
    .carousel-item img {
        height: 200px;
    }
    .banner-content-area {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .scrollDown {
        font-size: 26px;
    }
    .offer-content-area .wrapper .scrollDown {
        font-size: 26px;
    }
    .offer-image {
        margin-top: 20px;
    }
}
@media (min-width: 1080px) {
    .carousel-item img {
        height: 588px;
        padding-top: 50px;
    }
    }
@media (min-width: 1550px) {
   
    
    .carousel-item img {
        height: 665px;
        padding-top: 50px;
    }
}

.footer_top {
    background-color: rgba(0, 0, 0, 0.7);
}

.footer_link {
    margin-bottom: 15px;
}

.footer_top .footer_link .footer_title {
    font-size: 18px;
    color: #fff;
}

.footer_top .footer_link .link li {
    margin-top: 0;
}

.footer_top .footer_link .link li a {
    font-size: 14px;
    color: #fff;
}

.footer_top .footer_link .link li a:hover {
    color: #ff4367;
    padding-left: 10px;
}

.footer_bottom .footer_link .link li a,
.footer_bottom .footer_link p,
.footer_bottom .footer_link .blog_post .single_post .post_content .title a,
.footer_bottom .footer_title {
    color: #c2c2c2;
}

.footer_bottom .footer_link p {
    margin-bottom: 40px;
}

.footer_bottom .img-overlay2:after {
    background: #000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.9;
}

.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.overlay {
    position: relative;
}

.footer_bottom .container {
    position: relative;
}

#parallax-section2 {
    background: #000;
}

#parallax-section2 .container {
    z-index: 10;
}

.category-box {
    background-color: #fff;
    margin: 15px 0 30px 0;
    height: 232px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.category-box:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.category-box .icon {
    text-align: center;
    position: absolute;
    top: -25px;
    margin: 0 auto;
    width: 100%;
}

.category-box .icon i {
    display: inline-block;
    font-size: 22px;
    width: 52px;
    height: 52px;
    color: #fff;
    line-height: 48px;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
}

.category-box .category-header {
    width: 100%;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: center;
    padding: 40px 15px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.category-box .category-header h4 {
    font-size: 18px;
    color: #444;
}

.category-box .category-header:hover {
    background: #d4000e;
}

.category-box .category-header:hover h4 {
    color: #fff;
}

.category-box .category-content li {
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}

.category-box .category-content li a {
    float: left;
    color: #fff;
    font-weight: 500;
    margin-left: 11px;
    font-size: 14px;
}

.category-box .category-content li a:hover {
    color: #fff;
}

.category-box .category-counter {
    margin-right: 15px;
}

.category-counter {
    font-size: 12px;
    color: #888;
    float: right;
}

.color-1 {
    background-color: #3498db !important;
}

.ads_img i {
    color: #fff;
}

.color-2 {
    background-color: #dc3545 !important;
    font-size: 39px;
    padding: 9px;
    border-radius: 44%;
}

.color-3 {
    background-color: #1dd2af !important;
}

.color-4 {
    background-color: #fe4080 !important;
}

.color-5 {
    background-color: #24a69a !important;
}

.color-6 {
    background-color: #8e4162 !important;
}

.color-7 {
    background-color: #9a63c1 !important;
}

.color-8 {
    background-color: #512da7 !important;
}

.features {
    background: url() center center no-repeat;
    padding: 60px 0;
    margin: 30px 0;
}

.features-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.features-box .features-icon {
    float: left;
    padding: 2px;
}

.features-box .features-icon i {
    color: #03a9f4;
    font-size: 30px;
}

.features-box .features-content {
    padding-left: 50px;
}

.features-box .features-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.features-box .features-content p {
    color: #888;
}

@media (min-width: 992px) {
    .profilee {
        margin: 0 26% !important;
    }
    .search-content {
        position: relative;
        top: -300px;
        margin-bottom: -180px;
    }
}

.header-content .row {
    margin-left: 0;
}

.block {
    position: relative;
}

.block-title {
    font-size: 17px;
    line-height: 100%;
    border-bottom: 2px solid #d4000e;
}

.color-dark-blue .block-title {
    border-bottom: 2px solid #4258fe;
}

.block-title>span {
    background: #d4000e;
    color: #fff;
    height: 30px;
    padding: 8px 15px;
    position: relative;
}

.color-dark-blue .block-title>span:after {
    border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.block-title>span:after {
    border-color: #d4000e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient( bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
}

.post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
}

.post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
}

.post-overaly-style .post-title a {
    color: #fff;
}

.post-title a {
    color: #1c1c1c;
    font-weight: 500;
}

.post-meta span.post-date {
    border-right: 0;
}

.post-overaly-style .post-date {
    color: #fff;
}

.post-meta span {
    font-size: 12px;
    color: #000;
    margin-right: 8px;
    padding-right: 10px;
    line-height: 12px;
    display: inline-block;
}

.post-meta a {
    font-size: 14px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.post-cat:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #d4000e;
    border-right: 8px solid transparent;
}

a.post-cat {
    position: relative;
    font-size: 10px;
    padding: 0 5px;
    background: #d4000e;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.color-aqua .block-title {
    border-bottom: 2px solid #00bdb3;
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
    background: #00bdb3;
}

.color-aqua .post-cat:before {
    border-top: 8px solid #00bdb3;
}

.color-red .block-title {
    border-bottom: 2px solid #d4000e;
}

.color-red .block-title>span,
.color-red a.post-cat {
    background: #d4000e;
}

.color-red .post-cat:before {
    border-top: 8px solid #d4000e;
}

.color-red .block-title>span:after {
    border-color: #d4000e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}

.color-dark-blue .block-title>span,
.color-blue a.post-cat {
    background: #4258fe;
}

.color-dark-blue .post-cat:before {
    border-top: 8px solid #4258fe;
}

.color-violet .block-title {
    border-bottom: 2px solid #9401d3;
}

.color-violet .block-title>span,
.color-violet a.post-cat {
    background: #9401d3;
}

.color-violet .post-cat:before {
    border-top: 8px solid #9401d3;
}

.color-aqua .block-title>span:after {
    border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
    border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.newsticker-jcarousellite ul li img,
.newsticker-jcarousellite1 ul li img,
.newsticker-jcarousellite2 ul li img {
    min-height: 250px;
    max-height: 250px;
}

.advertisement ul li img {
    min-height: 250px;
    width: 100%;
    max-height: 250px;
}

.post_ads_page {
    background: #ececec;
}

.post-block-style .post-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.post-block-style .post-content {
    padding: 5px 10px;
}

.post-block-style .post-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.coupon-content-area .single_ads_card {
    border: 5px dotted #bbb;
}

.coupon-button .btn-coupon {
    border: none;
    padding: 15px;
    width: 220px;
    text-align: center;
    background: #d3000e;
    border: 2px dashed #d3000e;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
}

.coupon-button .btn-coupon:hover,
.coupon-button .btn-coupon:focus {
    background: none;
    color: #d3000e;
}

.coupon-expire {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    color: #d3000e;
}

.category-box .category-content li p {
    padding-bottom: 5px;
    float: left;
    color: #363434;
    text-align: justify;
    margin: 0 15px;
    font-size: 14px;
}

.post-overaly-style {
    cursor: pointer;
}

.test_area .card , .service .card{
    min-height: 250px;
    padding: 10px 20px;
    border: none;
    box-shadow: -1px 3px 5px #a7a7a7;
}

.category-column>div {
    border-radius: 10px;
}

.test_area .testimonial {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.test_area .testimonial .fas {
    font-size: 20px;
    color: #ff0000a6;
}

.test_area .active-star {
    color: #fbc02d;
    margin-bottom: 8px;
}

.test_area .active-star:hover {
    color: #f9a825;
    cursor: pointer;
}

.test_area .profile {
    padding-top: 10px;
}

.test_area .name {
    font-weight: 700;
    text-transform: capitalize;
}

.test_area .designation {
    font-size: 0.84rem;
    font-weight: 600;
}

.main {
    text-transform: capitalize;
}

.ads_content>div {
    text-transform: capitalize;
}

.test_area .owl-carousel2 {
    margin-bottom: 15px;
}

.test_area .owl-carousel2 .owl-stage-outer {
    padding: 40px 10px;
    height: 380px;
}

.test_area .owl-carousel2 .owl-item img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.test_area .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important;
}

.test_area .owl-theme .owl-nav [class*="owl-"]:hover {
    border: 3px solid #1010ca;
    color: #1010ca !important;
}

@media (max-width: 575.5px) {
    .profilee {
        margin: 0 15% !important;
    }
    .test_area .container {
        margin: 0;
        padding: 20px;
    }
}

.nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_form input {
    border: none !important;
}

.main_form input::placeholder {
    margin-left: -13px;
}

.sign_form_wrapper .single_form select {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    padding-left: 40px;
    border-radius: 5px;
    color: #6d7588 !important;
    border: 1px solid #bcc1ce;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.text_job_dark {
    color: #6d7588 !important;
}

.ads_content>p {
    font-weight: 500;
    color: #dc3545;
}

.ads_content>a {
    font-weight: 500;
    color: #dc3545 !important;
    text-transform: capitalize;
}

.ads_content>h6 {
    text-transform: capitalize;
}

.box_content>.title>span>a {
    text-transform: capitalize;
}
.title1 a {
    font-weight: 600;
    color: rgb(60, 69, 89) !important;
    font-size: 16px;
}

.sidebar_post {
    padding: 0;
}

.demo3 {
    height: 360px !important
}

.newsDetail .blog_post .single_post:first-child {
    padding-top: 10px;
}

.newsDetail .blog_post .single_post .post_thum1 img {
    width: 100px;
    height: 75px;
}

.newsDetail .blog_post .single_post {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.news .single-post .post-title {
    font-size: 22px;
    line-height: 40px;
    margin: 0;
}

.post-meta span.post-date {
    border-right: 1px solid #dedede;
}

.post-meta span {
    font-size: 12px;
    color: #222;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
    line-height: 12px;
    display: inline-block;
}

span.post-comment {
    border-right: 0;
    line-height: 24px;
    margin-right: 0;
    padding-right: 0;
}

span.post-comment span {
    border-right: 0;
    line-height: 100%;
}

.post-content-area {
    margin: 20px 0;
}

.post-featured-image {
    margin-bottom: 20px;
}

.post-featured-image img {
    width: 100%;
    max-height: 380px;
}

.entry-content p {
    line-height: 24px;
    color: #111;
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.newsDetail .post_content .title1 {
    font-size: 14px !important;
}

.navbar-nav li a .nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #6d7588;
    font-size: 16px;
    border: 0;
    width: 35px;
    height: 35px;
}

.navbar-nav li .sub-menu li:hover>a .nav-toggler span {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.navbar-nav li a .nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.related-news .post-block-style .post-cat {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.related-news .post-block-style img {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

/* Comments area */

.comments-area {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #303030;
    font-weight: 400;
}

.comments-list .comment-reply:hover {
    color: #ec0000;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-right: 30px;
}

.comments-list .comment-body {
    margin-left: 110px;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
}

.comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

.comments-form {
    margin-bottom: 20px;
}

.comments-form .title-normal {
    margin-bottom: 20px;
}

.comments-form .comments-btn {
    margin-top: 20px;
    font-size: 12px;
}

.comments-form .form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 40px;
    background: none;
    color: #959595;
    font-size: 12px;
    border-radius: 0;
}

.comments-form {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}
@font-face {
    font-family: "Ligurino";
    src: url("../fonts/Ligurino.eot");
    src: url("../fonts/Ligurino.woff") format("woff"), url("../fonts/Ligurino.otf") format("opentype"), url("../fonts/Ligurino.svg#filename") format("svg");
}
body {
font-family: Ligurino, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
color: #111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.navbar-nav li a {
font-size: 20px;
font-weight: 400;
letter-spacing: 1px;
padding: 10px 0;
color: #222;
}
h1, h2, h3, h4, h5, h6 {
font-family: Ligurino, sans-serif;
font-weight: 700;
color: #3c4559;
margin: 0;
}
.block-title {
font-size: 18px;
letter-spacing: 1px;
line-height: 100%;
border-bottom: 2px solid #d4000e;
}
a.post-cat {
position: relative;
font-size: 12px;
padding: 0 5px;
background: #d4000e;
text-transform: uppercase;
font-weight: 500;
color: #fff;
height: 20px;
line-height: 20px;
display: inline-block;
}
#sync2 .current .item h1 {
font-size: 16px;
color: #fff;
}
#sync2 .item h1 {
font-size: 16px;
}
.test_area .testimonial {
font-size: 18px;
line-height: 1.4rem;
font-weight: 500;
}
.footer_link .blog_post .single_post .post_content .title a {
font-size: 16px;
font-weight: 500;
color: #3c4559;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
header .single-widget h4 {
font-weight: 500;
font-size: 16px;
}
.navbar-nav li .sub-menu li a {
padding: 8px 15px;
display: block;
width: max-content;
color: #3c4559;
font-size: 18px;
font-weight: 400;
}
p {
font-size: 17px;
font-weight: 400;
line-height: 24px;
color: #000;
margin: 0;
}
.content p {
    margin: 15px 0;  
}
.numlist{
    list-style-type: decimal;
    padding-left: 2rem;
}
header .form-control {
    border-radius: 2rem;
}
.flexdatalist-results li {
    cursor: pointer;
}


/*=============================
	Blogs CSS
===============================*/

.blog {
    background: #fff;
}

.blog .blog-slider {
    margin-top: 30px;
}

.blog .single-blog {
    position: relative;
    margin: 30px 0 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
    margin: 5px;
}
.content .single-blog {
    position: relative;
    margin: 30px 0 0;
    background: #fff;
    margin: 5px;
    box-shadow: none;
    border-radius: unset;
}
.blog .content .blog-head {
    overflow: hidden;
    border: 1px #CCCCCC solid;
}
.blog.b-archives .single-blog .blog .blog-head {
    overflow: hidden;
    border-radius: 10px;
}
.blog .blog-head:before {
    z-index: 35;
    opacity: 0;
    visibility: hidden;
}

.blog .single-blog:hover .blog-head:before {
    opacity: 0.5;
    visibility: visible;
}

.blog.b-archives .single-blog .blog .blog-head {
    overflow: hidden;
    border-radius: 10px;
}


.blog .blog-head .date {
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    border-radius: 100%;
    background: #3560b2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    z-index: 33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    z-index: 36;
}

.blog .single-blog:hover .date {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.blog .blog-head .date h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
}

.blog .blog-head .date h4 span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block;
}

.blog .blog-main {
    margin-top: 50px;
    background: #f6f6f6;
    position: relative;
}

.blog .content .single-blog  .blog-content {
    padding: 10px 0px;
}

.blog .single-blog img {
    width: 100%;
    border-radius: 10px;
}

.blog .content .single-blog img {
    width: 100%;
    border: 1px #CCCCCC solid;
    height: 125px;
    border-radius: 0px;
}

.blog .single-blog .blog-content {
    padding: 20px;
}
.blog .blog-content .blog-title {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.blog .blog-content .blog-title a {
    color: #252525;
}

.blog .blog-content .btn {
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
    background: #3560b2;
    border-radius: 10px;
}

.blog .blog-content .btn:before {
    background: #252525;
}

.blog .blog-content .btn i {
    margin-left: 5px;
}

.blog .blog-info {
    margin-bottom: 5px;
}

.blog .blog-info a {
    color: #222;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
    font-size: 14px;
}

.blog .blog-info a:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.blog .blog-info a i {
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    color: #3560b2;
}

.blog-slider .single-blog {
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    margin: 14px;
}

.blog-slider .single-blog:hover {
    box-shadow: 0 3px 20px rgb(0 0 0 / 7%);
}

.blog .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.blog:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.blog .owl-carousel .owl-nav button {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px;
}

.blog .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: #3560b2;
}

.blog .owl-carousel .owl-nav .owl-prev {
    left: -75px;
}

.blog .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px;
}

.blog .owl-carousel .owl-nav .owl-next {
    right: -75px;
}

.blog .owl-carousel .owl-nav .owl-next:hover {
    right: -65px;
}

.blog .owl-dots {
    margin-top: 50px;
    text-align: center;
}

.blog .owl-dots .owl-dot {
    margin-right: 5px;
}

.blog .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.blog .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #3560b2;
    display: block;
    line-height: 12px;
    border-radius: 50px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 8px;
}


/* Bogs Archives */

.blog.b-archives {
    padding: 60px 0 90px;
}

.blog.b-archives .single-blog {
    margin: 0 0 30px 0;
}


/* Pagination */

.blog.b-archives .pagination-main {
    text-align: center;
}

.blog.b-archives .pagination {
    display: block;
    padding-left: 0;
    margin: 50px 0 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.blog.b-archives .pagination li {
    float: left;
    margin-right: 5px;
}

.blog.b-archives .pagination li a {
    padding: 12px 25px;
    border: none;
    display: block;
    background: #252525;
    color: #fff;
    border-radius: 10px;
}

.blog.b-archives .pagination li:hover a,
.blog.b-archives .pagination li.active a {
    color: #fff;
    background: #3560b2;
}


/* Blog Single CSS */

.blog.b-archives.single .blog-detail {
    -webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

.blog .single-blog-image img {
    border-radius: 10px;
}

.blog .single-blog-inner-img img {
    border-radius: 10px;
}

.blog.b-archives.single .blog-info {
    margin: 0;
}

.blog.b-archives.single .blog-info a {
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}

.blog.b-archives.single .blog-info a:last-child {
    margin: 0;
}

.blog.b-archives.single .blog-info a i {
    margin-right: 10px;
}

.blog.b-archives.single .detail-content .blog-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.blog.b-archives.single .blog-title a {
    color: #252525;
}

.blog.b-archives.single .detail-content p {
    margin-bottom: 20px;
}

.blog.b-archives.single .detail-content p:last-child {
    margin: 0;
}

.blog.b-archives.single .detail-content {
    margin-top: 20px;
}

.blog.b-archives.single .blockquote {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 3px solid #3560b2;
    background: #f6f6f6;
    padding: 21px;
}

.blog.b-archives.single .blockquote p {
    color: #252525;
    font-size: 15px;
}


/* Blog Bottom */

.blog.b-archives.single .blog-bottom {
    overflow: hidden;
    margin-top: 30px;
}

.blog.b-archives.single .blog-bottom li:before {
    display: none;
}

.blog.b-archives.single .blog-bottom .share li {
    position: relative;
    padding-left: 0px;
    margin-right: 5px;
    display: inline-block;
}

.blog.b-archives.single .blog-bottom .share {
    float: left;
}

.blog.b-archives.single .blog-bottom .share li a {
    color: #3560b2;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #3560b2;
}

.blog.b-archives.single .blog-bottom .share li a:hover {
    background: #3560b2;
    color: #fff;
}

.blog.b-archives.single .blog-bottom .prev-next {
    float: right;
}

.blog.b-archives.single .blog-bottom .prev-next li {
    display: inline-block;
    padding: 0;
}

.blog.b-archives.single .blog-bottom .prev-next li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #3560b2;
    border-radius: 8px;
}

.blog.b-archives.single .blog-bottom .prev-next li a:hover {
    background: #252525;
}


/* Blog Comments*/

.blog.b-archives.single .comment-main {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
}

.blog.b-archives.single .comment-title {
    margin-bottom: 20px;
}

.blog.b-archives.single .comment-title h2 {
    font-size: 22px;
    color: #252525;
}

.blog.b-archives.single .comment-title p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.blog .comment-single {
    margin-top: 30px;
}

.blog .comment-single img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.blog .comment-single .comment-link {
    color: #3560b2;
}

.blog .comment-single .comment-link:hover {
    color: #252525;
}

.blog .comment-single-reply {
    margin-left: 30px;
}

.blog.b-archives.single .form-group {
    margin-bottom: 20px;
}

.blog.b-archives.single .form-group input {
    box-shadow: none;
    text-shadow: none;
    border: none;
    font-size: 15px;
    color: #666666;
    border-radius: 8px;
    outline: none;
    width: 100%;
    padding-left: 15px;
    text-transform: capitalize;
    height: 50px;
    border: 1px solid #eeeeee;
}

.blog.b-archives.single .form-group input:focus,
.blog.b-archives.single .form-group textarea:focus {
    border-color: #3560b2;
}

.blog.b-archives.single .form-group textarea {
    box-shadow: none;
    text-shadow: none;
    border: none;
    font-size: 15px;
    padding: 15px;
    resize: none;
    color: #666666;
    border-radius: 8px;
    outline: none;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #e7e7e7;
}

.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover {
    padding-left: 25px;
}

.blog.b-archives.single .form-group button {
    color: #fff;
    background: #3560b2;
    border-radius: 10px;
    font-family: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog.b-archives.single .form-group button:hover {
    background: transparent;
}

.blog.b-archives.single .form-group button:before {
    background: #252525;
}


/*=============================
	End Blogs CSS
===============================*/


/*=============================
   Sidebar
===============================*/


/* Blog Sidebar */

.blog-sidebar {
    margin-top: 30px;
}

.blog-sidebar.left {
    border-left: 0px;
}

.blog-sidebar .search {
    position: relative;
}

.blog-sidebar .search input {
    width: 100%;
    height: 52px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    border-radius: 10px;
    color: #6c6c6c;
    padding: 0 48px 0 20px;
}

.blog-sidebar .search .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 52px;
    line-height: 52px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #fff;
    background: #3560b2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.blog-sidebar .search .button:hover {
    background: #00000b;
    color: #fff;
}

.blog-sidebar .single-widget {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    background: #f6f9ff;
    padding: 30px;
    border-radius: 10px;
}

.blog-sidebar .single-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-sidebar .single-widget.categories ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.blog-sidebar .single-widget.categories ul li:last-child {
    border: none;
    border: none;
}

.blog-sidebar .single-widget.categories ul li a {
    color: #252525;
}

.blog-sidebar .single-widget.categories ul li a:hover {
    color: #3560b2;
}

.blog-sidebar .single-widget.categories ul li a span {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #3560b2;
    color: #3560b2;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
}

.blog-sidebar .single-widget.categories ul li i {
    margin-right: 5px;
}

.blog-sidebar .single-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.blog-sidebar .single-post:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog-sidebar .post-img {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.blog-sidebar .post-img img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.blog-sidebar .post-info h4 {
    color: #252525;
    font-size: 15px;
    margin-bottom: 5px;
}

.blog-sidebar .post-info h4 a {
    color: #252525;
}

.blog-sidebar .post-info h4 a:hover {
    color: #3560b2;
}

.blog-sidebar .post-info span {
    color: #666;
}

.blog-sidebar .post-info span i {
    margin-right: 5px;
    color: #3560b2;
}

.blog-sidebar .single-course {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.blog-sidebar .single-course:last-child {
    border: none;
}

.blog-sidebar .single-course img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    float: left;
    margin: 0 15px 0 0 !important;
}

.blog-sidebar .course-content h4 {
    font-size: 15px;
}

.blog-sidebar .course-content a {
    color: #252525;
}

.blog-sidebar .course-content a:hover {
    color: #3560b2;
}

.blog-sidebar .course-content .meta {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.blog-sidebar .course-content .meta span {
    margin-left: 10px;
}

.blog-sidebar .course-content .meta span i {
    margin-right: 5px;
    color: #3560b2;
}

.blog-sidebar .calendar li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.blog-sidebar .calendar li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.blog-sidebar .calendar li a {
    color: #252525;
    font-size: 15px;
}

.blog-sidebar .calendar li a i {
    margin-right: 10px;
    color: #777;
}

.blog-sidebar .social a i {
    margin-right: 5px;
    color: #3560b2;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #3560b2;
    border-radius: 50px;
    text-align: center;
}

.blog-sidebar .social a i:hover {
    background: #3560b2;
    color: #fff;
}

.blog-sidebar .tags h3 {
    margin-bottom: 10px;
}

.blog-sidebar .tags ul {
    margin-left: -10px;
}

.blog-sidebar .tags ul li {
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
}

.blog-sidebar .tags ul li a {
    border: 1px solid #e7e7e7;
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    color: #777;
}

.blog-sidebar .tags ul li a:hover {
    background: #3560b2;
    color: #fff;
    border: 1px solid #3560b2;
}


/*=============================
	End blog Sidebar
===============================*/