*{
    font-family:'open sans','Poppins'; 
}
.main{
    font-family: 'open sans','Poppins';
}

body,
h1,
h2,
h3,
h4,
h5,
h6 ,p{
    font-family:'open sans';
}
.back-to-top,
.whats-app {
    border-radius: 50px;
    z-index: 996;
    position: fixed;
}
.footer-links .h4 {

}


.about{
    height: 540px;
}
.back-to-top,
.btn {
    background: #6e3069;
}
.back-to-top i,
.btn,
.heading h2,
.whats-app,
a,
a:hover {
    color: #fff;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.abouts,
.blog .entries .entry-content img,
.connect .row img,
.heading h2,
.whats-app {
    text-align: center;
}
.about-us .content h2,
.blog-entry .desc .meta,
.portfolio .button,
.section-title h2,
.section-title p {
    text-transform: uppercase;
}
#colorlib-container .item .pop-up-overlay:focus,
#colorlib-container .item .pop-up-overlay:hover,
#footer a,
.about .content .btn-learn-more:hover,
.readmore-btn,
a,
a:hover {
    text-decoration: none;
}
body {
    overflow-x: hidden;
    background: #2222;
}
.back-to-top {
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    transition: 0.4s;
}
.back-to-top i {
    font-size: 28px;
    line-height: 0;
}
.back-to-top:hover,
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
    background: #6e3069;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.whats-app {
    width: 50px;
    height: 50px;
    bottom: 40px;
    font-size: 30px;
    right: 90px;
}
.heading h2 {
    padding-top: 60px;
    font-size: 60px;
    font-weight: 600;
}
.about .content h1,
.section-title h2 {
    font-weight: 500;
    font-family: 'open sans';
    
}
.scrolltop {
    width: 80px !important;
}
.whats-app img {
    transition: transform 0.7s ease-in-out;
    width: 80px;
}
.whats-app img:hover {
    transform: rotate(360deg);
}
#header {
    height: 5rem;
    transition: 0.5s;
    z-index: 997;
    background: #fff;
    color: #000;
}
#header.header-transparent {
    background: 0 0;
    color: #000;
}
#header .logo img {
    padding: 0;
    margin: 0;
    height: 36px;
    width: 140px;
     
}
.btn {
    outline: 0;
    float: right;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    height: 2.5rem;
    width: 8rem;
    font-size: 1.2rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
.btn:hover {
    opacity: 0.8;
    background: #ffd639;
    color: #000;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#colorlib-container .item,
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px;
    margin-left: 5px;
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0.3s;
    border-radius: 15px;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
#footer .copyright a,
.btn-success button a,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
    color: #fff;
}


.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    margin-right: 50px;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    width: 350px;
    top: 55px;
    right: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-title {
    padding-bottom: 40px;
    position: relative;
}
.section-title h2 {
    font-size: 14px;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px;
    letter-spacing: 2px;
    color: #aaa;
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #6e3069;
    margin: 4px 10px;
}
.section-title p {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'open sans';
    color: #6e3069;
}
.about .box img {
    width: 200px;
    height: 100px;
}
.about .content h1 {
    font-size: 50px;
    color: #6e3069;
    margin-bottom: 20px;
    padding-top: 50px;
}
.connect .row .social-link {
    font-size: 30px;
}

.footer-top  .footer-info  .footer-links{  
    color: black;
}
#footer .footer-top .footer-info h3 span,
.about-us h1,
.blog .entry-title h2,
.blog .sidebar .recent-posts h4 a:hover,
.connect .row .social-link a i,
.feature .row .counters h3,
.readmore-btn:hover {
    color: #6e3069;
}
#footer .footer-top .footer-links ul a:hover,
.connect .social-link a i:hover {
    color: #ffc451;
}
@media only screen and (max-width: 600px) {
    .back-to-top {
        margin-right: 25px;
    }
    .whats-app {
        margin-right: 30px;
    }
    header {
        position: sticky;
        overflow-x: hidden;
    }
    #header .logo img {
        padding: 0;
        margin: 0;
        width: 200px;
        height: 100px;
    }
    .about .testimonial-item .testimonial-img {
        width: 15px;
        height: 15px;
    }
    .about .testimonial-item p {
        font-size: 10px;
    }
    .about .testimonial-item h3 {
        font-size: 15px;
    }
}
.about .testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.about .content .btn-learn-more {
    font-family: Sevillana;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #ff0;
}
.about .content .btn-learn-more:hover {
    background: #6e3069;
    color: #fff;
}
:root {
    --color: #6e3069;
}
.abouts {
    min-height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}
.imgBx,
 .imgBx img, 
.services img {
    width: 100px;
    height: 100px;
}

.abouts .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4rem;
}
.abouts .row .content {
    text-align: left;
}
.abouts .row .image img {
    width: 50vw;
}
.abouts .row .content h3 {
    font-size: 3rem;
    color: var(--color);
}
.about1 .row .text p,
.abouts .row .content p,
.cover p {
    font-size: 1.2rem;
    color: #333;
}
.abouts .row .content p {
    padding: 1rem 0;
}
.abouts::after,
.abouts::before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
}
.abouts::before {
    height: 50rem;
    width: 50rem;
    background: #ccc;
    bottom: -20rem;
    left: -20rem;
}
.abouts::after {
    height: 60rem;
    width: 60rem;
    background: var(--color);
    top: -20rem;
    right: -20rem;
}
.abouts #heroCarousel .swiper-slide img {
    border-radius: 5%;
}
.about1 .cover1,
.cover .cover1 {
    font-weight: 700;
    color: #6e3069;
}
.about1 .row ul li,
.feature {
    color: #333;
}
.about1 .row ul i,
.cover i {
    color: var(--color);
}
.feature .row p {
    font-size: 1rem;
    margin-right: 10px;
}
.feature .row .counters h1 {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: Sevillana;
}
.feature .row .count-text {
    margin-left: 20px;
    font-weight: 600;
}
.feature .counters img {
    margin-top: -20px;
    margin-bottom: -30px;
    width: 200px;
    height: 200px;
}
.feature .section-header h2 {
    font-weight: 700;
    margin-left: 20px;
    font-family: Sevillana;
}
.feature .row .counters h2 {
    position: relative;
    display: inline-block;
    color: #6e3069;
    font-size: 25px;
    font-weight: 400px;
    margin-left: 22px;
    margin-bottom: -15px;
    font-family: Sevillana;
}
.feature .row .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -12px;
}
@media (max-width: 600px) {
    .feature .row .counters h2 {
        font-size: 18px;
    }
    .feature .row .counters p {
        font-size: 15px;
    }
}
.feature .row .counters i {
    font-size: 30px;
    color: #ffd639;
    margin-left: 25px;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #2222;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}
.services img {
    border-radius: 15%;
    padding: 10px;
}
.services .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
}
.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
.services .title a {
    color: #2a2c39;
    transition: 0.3s ease-in-out;
}
.services .title a:hover {
    color: #6a3069;
}
.services .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.services .service_box_right h5 {
    color: #6e3069;
    font-size: 25px;
    margin-bottom: 20px;
}
.services .service_box_right p {
    padding-left: 110px;
}
#colorlib-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#colorlib-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
#colorlib-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i,
#colorlib-container .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.blog-entry .desc h2 a,
.single-service a {
    color: #000;
}
.imgBx {
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 18px;
    box-shadow: 0 4px 48px -4px rgba(0, 0, 0, 0.2);
    float: left;
    margin-top: 40px;
}
.imgBx img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.65s;
}
/* .imgBx:hover img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}
.imgBx img:first-child {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}
.imgBx:hover img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
} */
.portfolio {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.btn-port {
    background: #ffc451;
    padding: 10px 30px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
    border: none;
    font-size: 1.2rem;
}
.btn-port:hover {
    color: #fff;
    background: #6e3069;
}
@media only screen and (max-width: 600px) {
    .btn-port {
        background: #ffc451;
        padding: 10px 20px;
        margin-bottom: 10px;
    }
}
#colorlib-container .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.screen {
    background: #000;
}
.portfolio .button {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #000;
    margin-bottom: 10px;
    color: #000;
    background: #6e3069;
}
#footer .footer-top .footer-info,
#footer .footer-top .footer-links,
.blog .entry-single,
.blog .sidebar .sidebar-item,
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
    transition: 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #fedac0;
    font-size: 14px;
    margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}
.portfolio-img img:hover {
    transform: scale(1.4);
    filter: brightness(0.5);
}
.portfolio-img:hover {
    font-size: 25px;
    text-align: center;
}
.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: 0.3s ease-in-out;
}
.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
#colorlib-container .item:focus .pop-up-overlay,
#colorlib-container .item:hover .pop-up-overlay,
.portfolio .portfolio-item .portfolio-info {
    opacity: 1;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #ffc451;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #6e3069;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6e3069;
}
.team .member {
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    -webkit-box-reflect: below 0.2rem linear-gradient(transparent 70%, #0004);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.team .member .member-info {
    padding: 15px 10px;
}
.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #2a2c39;
}
.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}
.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}
.team .row .member::after,
.team .row .member::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 15rem;
    width: 15rem;
    z-index: -1;
}
.team .row .member::before {
    background: var(--color);
    top: -8rem;
    right: -8rem;
}
.team .row .member::after {
    background: #ccc;
    bottom: -7rem;
    left: -7rem;
}
.contact .info,
.review .desc .star {
    width: 100%;
}
.contact .info i {
    font-size: 20px;
    color: #6e3069;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
}
.blog .sidebar .recent-posts .post-item + .post-item,
.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}
.contact .info .email p a,
.contact .info .phone p a {
    color: #555974;
}
.contact #reused_form {
    width: 100%;
    padding-bottom: 70px;
}
.btn-success button {
    padding-right: 50px;
}
.contact #reused_form .form-group {
    padding-bottom: 8px;
}
.contact #reused_form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px;
}
.contact #reused_form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact #reused_form .error-message br + br {
    margin-top: 25px;
}
.contact #reused_form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact #reused_form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact #reused_form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading;
}
.contact #reused_form input,
.contact #reused_formtextarea {
    border-radius: 1;
    box-shadow: none;
    font-size: 14px;
}
.contact #reused_form input:focus,
.contact #reused_formtextarea:focus {
    border-color: #6e3069;
}
.contact #reused_form input {
    height: 44px;
}
.contact #reused_form textarea {
    padding: 10px 12px;
}
.contact #reused_form button[type="submit"] {
    background: #6e3069;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover,
.blog .entry .entry-content .read-more a:hover,
.blog .sidebar .search-form form button:hover,
.contact #reused_form button[type="submit"]:hover {
    background: #6e3069;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#footer {
    background: #304146;
    padding: 0 0 30px;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: #304146;
    padding: 60px 0 0;
}
#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
#footer .footer-top .footer-info p a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Sevillana;
    color: #fff;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #f8f6f6;
    color: #0e0d0d;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .footer-links ul,
.blog .entry .entry-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .footer-top .social-links a:hover {
    background: #ffc451;
    color: #6e3069;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: #6e3069;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}
#footer .copyright {
    text-align: center;
    padding-top: 10px;
}
.about-us .content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
}
.about-us .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 2rem;
}
.about-us .content ul,
.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}
.about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
    font-size: 1.2rem;
}
.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #6e3069;
}
.about-us .content p:last-child {
    margin-bottom: 0;
}
.about-us .content p {
    font-size: 1.2rem;
}
.Services .icon-box {
    border: 1px solid #000;
    padding: 10px;
}
.more a,
.more b {
    color: #6e3069;
    position: relative;
}
.more {
    padding-top: 15px;
}
.more a::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #6e3069;
    left: calc(50% - 25px);
}
.Services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    position: relative;
}
.Services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px;
    font-size: 22px;
}
.Services .icon-box h4 a {
    color: #111;
    transition: 0.3s ease-in-out;
    font-size: 23px;
}
.Services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.Services .iconbox-blue i {
    color: #47aeff;
}
.Services .iconbox-blue img {
    max-height: 50px;
    margin-bottom: 20px;
}
.section-heading p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.section-heading h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.section-heading h4:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.section-heading h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ffca00;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.single-service {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 50px 40px;
    box-shadow: 2px 2px 9px 4px rgba(0, 0, 0, 0.16);
}
.single-service:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ffd639;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-service:after {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ffd639;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-service:hover:after,
.single-service:hover:before {
    width: 50%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-service:hover {
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.single-service .icofont i {
    font-size: 40px;
    width: 200px;
    height: 200px;
    border: 10px solid #ddd;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-service:hover .icofont i {
    background-color: #ffca00;
    color: #fff;
    border-color: #ffca00;
    border-radius: 0;
}
.single-service h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 23px;
}
.single-service p {
    font-size: 15px;
    line-height: 1.8;
}
.blog {
    padding: 40px 0 20px;
}
.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
}
.blog .entry .entry-img {
    max-height: 400px;
    margin: -30px -30px 20px;
    overflow: hidden;
}
.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
}
.blog .entry .entry-title a {
    transition: 0.3s;
    color: #6e3069;
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #9c847b;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
}
.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}
.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}
.blog .entry .entry-meta a {
    color: #836a61;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
}
.blog .entry .entry-content p {
    line-height: 24px;
}
.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}
.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #6e3069;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}
.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700;
    color: #6e3069;
}
.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}
.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}
.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}
.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #2b2320;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
    color: #836a61;
    display: inline;
}
.blog .entry .entry-footer a {
    color: #ae9a92;
    transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
    color: #f03c02;
}
.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.blog .entry .entry-footer .cats li,
.blog .entry .entry-footer .tags li,
.blog .sidebar .tags ul li {
    display: inline-block;
}
.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}
.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}
.blog .entry .entry-footer .share,
.review .desc h4 span:first-child {
    font-size: 16px;
}
.blog .entry .entry-footer .share i {
    padding-left: 5px;
}
.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
    width: 120px;
}
.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
}
.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}
.blog .blog-author .social-links a {
    color: #9c847b;
}
.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #bfb9b6;
}
.blog .blog-pagination {
    color: #65534c;
}
.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    background: #fff;
    width: 400px;
}
@media screen and (max-width: 600px) {
    .blog .sidebar {
        padding: 10px;
        margin: 0 0 30px 10px;
        background: #fff;
        width: 330px;
    }
}
.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
    color: #2b2320;
    position: relative;
}
.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}
.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #6e3069;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}
.blog .sidebar .recent-posts img,
.blog .sidebar .recent-posts video {
    width: 87px;
    height: 57px;
    float: left;
}
.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700;
}
.blog .sidebar .recent-posts h4 a {
    color: #000;
    transition: 0.3s;
}
.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #9c847b;
}
.blog .sidebar .tags {
    margin-bottom: -10px;
}
.blog .sidebar .tags ul a {
    color: #745f56;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #ded5d2;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}
.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #6e3069;
    background: #6e3069;
}
.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #c8bab5;
    font-size: 14px;
}
.clients {
    padding-top: 10px;
    padding-bottom: 400px;
    height: 100%;
}
.carousel_wrapper {
    position: relative;
    width: 320px;
    margin: 100px auto 0;
    perspective: 1000px;
}
.carousel-client {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 000;
    transform-style: preserve-3d;
    transform: rotateY(-360deg) translateZ(-412px);
    animation: 40s steps(10000, end) infinite swirl;
}
.slide {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 300px;
    height: 187px;
}
.slide img {
    width: 150px;
    height: 150px;
    border: 1px inset rgba(8, 23, 50, 0.21);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slide.one {
    transform: rotateY(0) translateZ(412px);
}
.slide.two {
    transform: rotateY(30deg) translateZ(412px);
}
.slide.three {
    transform: rotateY(60deg) translateZ(412px);
}
.slide.four {
    transform: rotateY(90deg) translateZ(412px);
}
.slide.five {
    transform: rotateY(120deg) translateZ(412px);
}
.slide.six {
    transform: rotateY(150deg) translateZ(412px);
}
.slide.seven {
    transform: rotateY(180deg) translateZ(412px);
}
.slide.eight {
    transform: rotateY(210deg) translateZ(412px);
}
.slide.nine {
    transform: rotateY(240deg) translateZ(412px);
}
.slide.ten {
    transform: rotateY(270deg) translateZ(412px);
}
.slide.eleven {
    transform: rotateY(300deg) translateZ(412px);
}
.slide.twelve {
    transform: rotateY(330deg) translateZ(412px);
}
.slide.thirteen {
    transform: rotateY(360deg) translateZ(412px);
}
@keyframes swirl {
    from {
        transform: rotateY(-360deg);
    }
    to {
        transform: rotateY(0);
    }
}
.macbook {
    padding: 4% 6%;
    margin: 0 auto;
    max-width: 800px;
}
.screen {
    border-radius: 3% 3% 0.5% 0.5%/5%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.screen:before {
    border: 2px solid #cacacc;
    border-radius: 3% 3% 0.5% 0.5%/5%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    content: "";
    display: block;
    padding-top: 67%;
}
.screen:after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0.75%;
    left: 0.5%;
    padding-top: 1%;
    width: 99%;
}
.viewport {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 4.3% 3.2%;
    background: #fff;
}
.base,
.notch,
.timeline {
    position: relative;
}
.base {
    width: 100%;
}
.base:before {
    content: "";
    display: block;
    padding-top: 3.3%;
    background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4b4b4f 84%, #262627 89%, rgba(0, 0, 0, 0.01) 98%);
    border-radius: 0 0 10% 10%/0 0 50% 50%;
}
.base::after {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.5),
        rgba(255, 255, 255, 0.8) 0.5%,
        rgba(0, 0, 0, 0.4) 3.3%,
        transparent 15%,
        rgba(255, 255, 255, 0.8) 50%,
        transparent 85%,
        rgba(0, 0, 0, 0.4) 96.7%,
        rgba(255, 255, 255, 0.8) 99.5%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    height: 53%;
    position: absolute;
    top: 0;
    width: 100%;
}
.notch {
    background: #ddd;
    border-radius: 0 0 7% 7%/0 0 95% 95%;
    box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.5%;
    z-index: 2;
    width: 14%;
}
.notch:before {
    content: "";
    display: block;
    padding-top: 10%;
}
.macbook .viewport {
    transition: background-position 3s;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}
.macbook:hover .viewport {
    background-position: 0 100%;
}
.macbook .viewport:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.top-section {
    text-align: center;
    padding: 4rem 0;
    max-width: 600px;
    margin: 0 auto;
}
.timeline {
    min-height: 150px;
}
.line,
.line:after,
.line:before {
    position: absolute;
    background-color: #000;
}
.line {
    z-index: 2;
    left: calc(50% - 1px);
    width: 2px;
    top: -50px;
    bottom: -50px;
    display: none;
}
.line:after,
.line:before {
    display: block;
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
}
.line:after {
    bottom: 0;
}
.section {
    display: flex;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.6s;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    min-height: 200px;
}
.section:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(100%);
}
.bead {
    position: absolute;
    display: block;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #000;
    left: 50%;
    top: 20%;
    transform: translate(-50%);
}
.timeline .content {
    width: calc(50% - 2rem);
}
.show-me:nth-child(n) {
    transform: none;
    opacity: 1;
}
#colorlib-about,
#colorlib-contact,
#colorlib-container,
#colorlib-footer,
#colorlib-instagram {
    padding: 7em 0;
    clear: both;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -5px;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: 5px !important;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-prev,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    right: 54px;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#colorlib-container .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: 0 !important;
}
#colorlib-container .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    padding: 8px;
    background: #fff;
    border: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
#colorlib-container .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    border: none;
}
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-next i,
#colorlib-container .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    background: 0 0;
}
#colorlib-container .owl-carousel .owl-dots {
    display: none !important;
}
#colorlib-container .item .pop-up-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(246, 73, 13, 0.8);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.blog-entry {
    z-index: 0;
    display: block;
    position: relative;
}
.blog-entry .blog-slider {
    display: block;
    z-index: -1;
    position: relative;
}
.blog-entry .blog-img {
    display: block;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog-entry .blog-img img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-entry .blog-img .video {
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
}
.blog-entry .blog-img .colorlib-video {
    overflow: hidden;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    #colorlib-about,
    #colorlib-contact,
    #colorlib-container,
    #colorlib-footer,
    #colorlib-instagram {
        padding: 3em 0;
    }
    .blog-entry {
        margin-bottom: 4em;
    }
    .blog-entry .blog-img .colorlib-video {
        height: 300px;
    }
}
.blog-entry .blog-img .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-entry .blog-img .colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}
.blog-entry .blog-img .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.blog-entry .blog-img .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}
.blog-entry .blog-img .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-entry:focus .blog-img img,
.blog-entry:hover .blog-img img {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-entry:focus .blog-detail img,
.blog-entry:hover .blog-detail img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#colorlib-container .item .pop-up-overlay .desc {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: -60px;
    padding: 30px;
}
#colorlib-container .item .pop-up-overlay .desc h3 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}
#colorlib-container .item .pop-up-overlay .desc span {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}
.blog-entry .desc {
    width: 90%;
    background: #fff;
    margin-top: -3em;
    z-index: 1;
    padding: 1em;
}
.blog-entry .desc h2 {
    font-weight: 700;
    font-size: 28px;
}
.blog-entry .desc .meta {
    font-size: 14px;
}
.blog-entry .desc .meta span {
    padding-right: 10px;
}
.blog-entry .desc .meta span a {
    color: #000;
    font-weight: 700;
}
.review .desc {
    width: calc(100% - 100px);
    float: right;
}
.review .desc h4 {
    width: 100%;
    margin-bottom: 10px;
}
.review .desc h4 span {
    width: 49%;
    display: inline-block;
}
.review .desc h4 span:last-child {
    font-size: 14px;
    color: #b3b3b3;
}
.review .desc .star span {
    width: 100%;
    display: inline-block;
}
.review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}
.desc p {
    text-align: justify;
}
.readmore-btn {
    display: inline-block;
    color: #6e3069;
    cursor: pointer;
    font-weight: 700;
}
