/********** Solar CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --primary: #2e3292;
    --light: #f6f7f8;
    --dark: #1a2a36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.danger {
    color: red;
}
.htext {
    color: #dedede;
}
p {
    font-weight: 400;
    color: #333;
    font-style: normal;
    margin-bottom: 0;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
h6 {
    font-weight: 400;
    color: #f38321;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 0;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
ul li {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    color: #333;
    font-style: normal;
    margin-bottom: 0;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.line {
    border-bottom: 1px solid #dedede;
    margin-top: 5px;
}
.navbar-nav a {
    color: #000;
}

.navbar-collapse {
    background: transparent;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 45px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #f38321;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;   
}


.navbar-nav .txcolor {
    color: #32c36c;
}

.dropdown-menu{
    background-color:white;
}
.dropdown-menu.show{
    background-color:white;
    width:15rem;
    padding:1rem;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
    border-radius: 45px;
    transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: 0.5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Service ***/
.service-item {
    height: 550px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e3292;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}

.service-item:hover .service-icon {
    color: #ffffff;
    background: #2e3292;
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: 0.5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}
.portfolio-container{
    width:100%;
    height:auto;
    display:block;
   
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: 0.5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: 0.3s;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #ffffff;
    transition: 0.5s;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transform: scale(0.8);
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}
    @media (max-width: 480px){
        .contact-text{
            padding:45px;
            display:block;
        }
        .contact-text .btn-lg-square{
            margin-bottom:10px;
        }
        .video-container{
            margin-bottom:-45px;
            padding:0;
        }
        .text-center{
            padding:0;
            margin:0;
        }
        h1{
            font-size:24px;
        }
    }

   

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 38px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: #f38321;
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #cfcfcf;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer p {
    color: #cfcfcf;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/*slider*/
#mainLogo {
    width: 220px;
    height: 43px;
}

.nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--mainblue) !important;
}
.nav-link:hover {
    color: var(--yellow) !important;
}
.MyButton {
    text-align: center;
    display: block;
    text-transform: initial;
    margin-top: 10px;
    padding: 0 30px !important;
    height: 50px;
    line-height: 50px;
}
.buttonYellow {
    color: var(--yellow) !important;
    border: 1px solid var(--yellow);
    background-color: rgba(0, 0, 0, 0.3);
}
.buttonWhite {
    color: var(--primary) !important;
    border: 1px solid var(--primary);
}
.MyButton:hover {
    color: #fff !important;
    border: 1px solid #fff;
}

#header {
    position: absolute;
    z-index: 999;
    color: var(--mainblue);
    height: 117px;
    background: rgba(255, 255, 255, 0.5);
}
#navbarText {
    text-align: center;
    line-height: 55px;
}
#navbarText ul li {
    padding: 0 15px;
}
.show {
    padding: 50px;
    /* text-align: center; */
    /* background-color: rgba(0,0,0,0.3); */
}
.show ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
/*Carousel */

.carousel-item {
    position: relative;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}

.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 100px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);

    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    color: #fff;
}
.carousel-caption h1 {
    font-family: "Anton", sans-serif;
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
}

/*End of Carousel */

/*why choose*/

.coll {
    width: 20%;
}
@media (max-width: 480px) {
    .coll {
        width: 100%;
    }
}
/*who*/

.who-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .08); */
    height: auto;
}

.who-item .img {
    border-radius: 8px 60px 0 0;
}

.who-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: none;
    transition: 0.5s;
}

.who-item ul li {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}
@media (max-width: 480px) {
    .who-item ul li {
        padding: 0;
    }
}

/* benefit */
.benefit {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .08); */
    height: auto;
}

.benefit .img {
    border-radius: 8px 60px 0 0;
}

.benefit .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: none;
    transition: 0.5s;
}

.benefit ul li {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}

/* Video background styling */

.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/* The video fills the container */
.video-container video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Overlay text */
.title-overlay {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 24px;
    text-align: left;
}

.title-overlay-blog {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 24px;
    text-align: right;
}

/*end of video background */

@media (max-width: 480px) {
    .video-container {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    /* The video fills the container */
    .video-container video {
        width: 100%;
        height: 250px;       
        object-fit:scale-down;
    }
    .title-overlay {
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #000;
        font-size: 24px;
        text-align: left;
    }
}

/*calculator*/
.calculator {
    position: relative;
    padding-top: 45px;
}
.calculator label {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    display: block;
}
.calculator input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.calculator button {
    background-color: #f48422;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
.calculator button:hover {
    background-color: #fa943e;
}
.calculator.results {
    background-color: #e9ffe9;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #b2e6b2;
    border-radius: 8px;
}
.calculator.result-item {
    margin-bottom: 10px;
}
.calculator.result-item span {
    font-weight: bold;
}

.calculator.results p {
    line-height: 50px;
}

/*right side contact form */

.quote-form {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
}

.quote-form.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.quote-form h2,
.quote-form input,
.quote-form textarea,
.quote-form button {
    width: 100%;
    margin-bottom: 10px;
}

.quote-form button {
    background-color: #ff9900;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}
/* Blog */
.blog-content-area {
    position: relative;
    margin-top: 45px;
}

.blog-left {
    position: relative;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: auto;
    width: 100%;
    padding-bottom: 25px;
}

.blog-left .bottom {
    position: relative;
    background: #fafafa;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: auto;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); /* Offset by 5px, 10px blur, semi-transparent black */
    padding-bottom: 25px;
}

.blog-left .bottom .content {
    position: relative;
    padding: 10px;
}

.blog-left .bottom .content p {
    position: relative;
    color: #666;
    font-family: "poppins", sans-serif;
    margin-left: 15px;
}

.blog-left .bottom .content span {
    position: relative;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    color: #2e3292;
    font-family: "poppins", sans-serif;
}

.blog-image-section img {
    width: 100%;
    height: auto;
}
.blog-date {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    margin-left: 25px;
}

.blog-divider {
    border: #666 1px solid;
}

.blog-right {
    position: relative;
    background: #fafafa;
    border-radius: 25px;
    height: auto;
    width: 100%;
}

.blog-right .title {
    position: relative;
    padding: 0;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.blog-right .left {
    position: relative;
    display: flex;
    background: #fafafa;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: auto;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); /* Offset by 5px, 10px blur, semi-transparent black */
}
.blog-right .left .content {
    position: relative;
    padding: 15px 0 15px 15px;
}

.blog-right .left .content p {
    position: relative;
    font-size: 12px;
    padding: 10px;
    color: #666;
    font-family: "poppins", sans-serif;
}
.blog-right .left .content span {
    position: relative;
    padding: 10px;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    color: #2e3292;
    font-family: "poppins", sans-serif;
}

.blog-right .left .blog-image-section img {
    width: auto;
    height: auto;
    width: auto;
    height: 200px;
}

/* Detail section */
.detail {
    position: relative;
    padding: 25px;
}

.detail .left-column {
    position: relative;
    padding: 25px 0;
}

.detail .left-column p {
    color: #5f5e5e;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 500px;
    margin-bottom: 0;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.space {
    line-height: 25px;
    padding: 25px;
}
.sub-column {
    position: relative;
    padding: 25px 0;
}
.sub-bg {
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #fafafa;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); /* Offset by 5px, 10px blur, semi-transparent black */
}
.sub-bg img {
    width: 100%;
    height: auto;
}
.sub-bg p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}
.back-link {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #666;
}

.back-link a:hover {
    color: #f38321;
    padding-left: 5px;
}

.detail .right-column {
    position: relative;
    margin-top: 25px;
    padding: 25px 0 25px 25px;
    background: #e8f1ff;
    width: 100%;
    height: 500px;
    border-radius: 25px;
}
.detail .right-column ul li {
    color: #5f5e5e;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    font-size-adjust: 0.57;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.detail-date {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: "poppins", sans-serif;
}

/*blog-uni
/*BLOG LIST*/
.uni-blog-list-body {
    padding: 100px 0;
}

.blog-list-item {
    padding-bottom: 60px;
}
.blog-list-item .uni-entry-top .thumbnail-img img {
    width: 100%;
    height: auto;
}
.blog-list-item .uni-entry-body {
    padding-top: 30px;
    text-align: center;
}
.blog-list-item .uni-entry-body .uni-entry-time {
    float: left;
    width: 80px;
    height: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 24px 0 0 #2e3292;
    box-shadow: inset 0px 24px 0 0 #2e3292;
    border: solid 1px #2e3292;
}

.blog-list-item .uni-entry-body .uni-entry-time ul li {
    font-family: "Roboto", sans-serif;
    list-style-type: none;
    text-align: center;
    margin-left: -25px;
}
.blog-list-item .uni-entry-body .uni-entry-time ul li.year {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}
.blog-list-item .uni-entry-body .uni-entry-time ul li.day {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
}
.blog-list-item .uni-entry-body .uni-entry-time ul li.month {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
    text-transform: uppercase;
}
.blog-list-item .uni-entry-body .uni-entry-content {
    padding-left: 100px;
}
.blog-list-item
    .uni-entry-body
    .uni-entry-content
    .uni-entry-header
    .uni-entry-title
    a {
    display: block;
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-list-item
    .uni-entry-body
    .uni-entry-content
    .uni-entry-header
    .uni-entry-title
    a:hover {
    color: #2e3292;
}
.blog-list-item .uni-entry-body .uni-entry-content .uni-entry-meta {
    padding: 10px 25px;
}
.blog-list-item .uni-entry-body .uni-entry-content .uni-entry-meta span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
    padding-right: 15px;
    text-transform: uppercase;
}
.blog-list-item .uni-entry-body .uni-entry-content .uni-entry-summary p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
    padding-left: 25px;
}
.blog-list-item .uni-entry-body .uni-entry-content .readmore {
    text-align: right;
    padding-top: 20px;
}
.blog-list-item .uni-entry-body .uni-entry-content .readmore a {
    display: inline-block;
    min-width: 140px;
    background-color: #2e3292;
    border: solid 1px #2e3292;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-list-item .uni-entry-body .uni-entry-content .readmore a:hover {
    color: #2e3292;
    background: transparent;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav .owl-next {
    right: 0;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav .owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 36px;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #2e3292;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-nav {
    margin-top: 0;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 45%;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #61ace4;
}
.blog-list-item .uni-blog-item-slide .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}
.blog-list-item .uni-blog-item-video iframe {
    width: 100%;
    height: 400px;
}

/*WIDGET BLOG*/
@media screen and (max-width: 991px) {
    .uni-blog-list-right {
        margin-top: 40px;
    }
}

.uni-blog-list-right h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.uni-blog-list-right .widget {
    margin-bottom: 60px;
}

.uni-blog-list-right .vk-newlist-banner-test-search button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.uni-blog-list-right .vk-newlist-banner-test-search button:hover {
    background: #e57632;
    color: #fff;
}

.uni-blog-list-right form {
    border-radius: 0;
    overflow: hidden;
}

.uni-blog-list-right .vk-newlist-banner-test-search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #2e3292;
    border-radius: 0;
}
.uni-blog-list-right .vk-newlist-banner-test-search input {
    width: 80%;
    height: 50px;
    border: none;
    outline: none;
    color: #777;
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    text-indent: 15px;
}
.uni-blog-list-right .vk-newlist-banner-test-search button {
    width: 20%;
    height: 48px;
    background: #2e3292;
    border: none;
    border-left: 1px solid #2e3292;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    float: right;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-blog-list-right .vk-newlist-banner-test-search button:hover {
    color: #2e3292;
    background: transparent;
}

.uni-blog-list-right .uni-widget-category {
    padding-top: 20px;
}
.uni-blog-list-right .uni-widget-category ul {
    margin: 0;
    padding: 0;
}
.uni-blog-list-right .uni-widget-category ul li {
    list-style-type: none;
    border-bottom: 1px dashed #e0e0e0;
}
.uni-blog-list-right .uni-widget-category ul li:last-child {
    border-bottom: none;
}
.uni-blog-list-right .uni-widget-category ul li a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.64;
    letter-spacing: normal;
    text-align: left;
    text-transform: capitalize;
    color: #444444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-blog-list-right .uni-widget-category ul li a:hover {
    color: #2e3292;
    margin-left: 15px;
}
.uni-blog-list-right .uni-widget-category ul li a i {
    margin-right: 5px;
    color: #2e3292;
}

.uni-blog-list-right .uni-widget-popular-posts {
    padding-top: 30px;
}
.uni-blog-list-right .uni-widget-popular-posts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.uni-blog-list-right .uni-widget-popular-posts ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.uni-blog-list-right .uni-widget-popular-posts .item-img {
    width: 100px;
    height: 70px;
    overflow: hidden;
    float: left;
}
.uni-blog-list-right .uni-widget-popular-posts .item-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-blog-list-right .uni-widget-popular-posts .item-img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.uni-blog-list-right .uni-widget-popular-posts .item-caption {
    padding-left: 110px;
}
.uni-blog-list-right .uni-widget-popular-posts .item-caption h4 a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-blog-list-right .uni-widget-popular-posts .item-caption h4 a:hover {
    color: #e57632;
}
.uni-blog-list-right .uni-widget-popular-posts .item-caption .time {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
    text-transform: uppercase;
    padding-top: 5px;
}
.uni-blog-list-right .uni-widget-popular-posts .item-caption .time i {
    color: #2e3292;
    padding-right: 10px;
}

.uni-blog-list-right .uni-widget-archive {
    padding-top: 30px;
}
.uni-blog-list-right .uni-widget-archive ul li {
    list-style-type: none;
    border-bottom: 1px dashed #e0e0e0;
}
.uni-blog-list-right .uni-widget-archive ul li:last-child {
    border-bottom: none;
}
.uni-blog-list-right .uni-widget-archive ul li a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.64;
    letter-spacing: normal;
    text-align: left;
    text-transform: capitalize;
    color: #444444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-blog-list-right .uni-widget-archive ul li a:hover {
    color: #2e3292;
    margin-left: 15px;
}
.uni-blog-list-right .uni-widget-archive ul li a i {
    margin-right: 5px;
    color: #2e3292;
}

.uni-blog-list-right .uni-widget-tagsclound {
    padding-top: 30px;
}
.uni-blog-list-right .uni-widget-tagsclound ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.uni-blog-list-right .uni-widget-tagsclound ul li a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    padding: 0 20px;
    letter-spacing: normal;
    text-align: center;
    color: #444444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px dashed #e0e0e0;
}
.uni-blog-list-right .uni-widget-tagsclound ul li a:hover {
    color: #2e3292;
    border-color: #2e3292;
}

/*BLOG LIST*/
.uni-blog-grid-body {
    padding: 100px 0;
}
@media screen and (max-width: 991px) {
    .uni-blog-grid-body .grid-item {
        width: 100%;
        overflow: hidden;
    }
}

.blog-grid-item {
    padding-bottom: 60px;
}
.blog-grid-item .uni-entry-top .thumbnail-img img {
    width: 100%;
    height: auto;
}
.blog-grid-item .uni-entry-body {
    padding-top: 30px;
}
.blog-grid-item
    .uni-entry-body
    .uni-entry-content
    .uni-entry-header
    .uni-entry-title
    a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-grid-item
    .uni-entry-body
    .uni-entry-content
    .uni-entry-header
    .uni-entry-title
    a:hover {
    color: #2e3292;
}
.blog-grid-item .uni-entry-body .uni-entry-content .uni-entry-meta {
    padding: 10px 0;
}
.blog-grid-item .uni-entry-body .uni-entry-content .uni-entry-meta span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
    padding-right: 15px;
    text-transform: uppercase;
}
.blog-grid-item .uni-entry-body .uni-entry-content .uni-entry-summary p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}
.blog-grid-item .uni-entry-body .uni-entry-content .readmore {
    text-align: right;
    padding-top: 20px;
}
.blog-grid-item .uni-entry-body .uni-entry-content .readmore a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2e3292;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-grid-item .uni-entry-body .uni-entry-content .readmore a:hover {
    color: #2e3292;
    background: transparent;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav .owl-next {
    right: 0;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav .owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 36px;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #2e3292;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-nav {
    margin-top: 0;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 45%;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #61ace4;
}
.blog-grid-item .uni-blog-item-slide .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}
.blog-grid-item .uni-blog-item-video {
    position: relative;
}
.blog-grid-item .uni-blog-item-video img {
    width: 100%;
    height: auto;
}
.blog-grid-item .uni-blog-item-video .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-grid-item .uni-blog-item-blockquote .uni-block-quote-default p {
    font-size: 18px;
}

/*Pagination blog*/
.uni-pagination-blog {
    padding-top: 20px;
}
@media screen and (max-width: 991px) {
    .uni-pagination-blog ul {
        display: flow-root;
    }
}
.uni-pagination-blog ul li a {
    display: inline-block;
    min-width: 160px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.64;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #aeaeae;
    border: dashed 1px #e0e0e0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-pagination-blog ul li a:hover {
    color: #2e3292;
    border-color: #2e3292;
}
.uni-pagination-blog ul li.older-post {
    float: left;
}
.uni-pagination-blog ul li.newer-post {
    float: right;
}

/*SINGLE POST*/
.uni-single-post-body {
    padding: 100px 0;
    width: 100%;
}
.uni-single-post-body .uni-entry-header .uni-entry-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    max-width: 100%;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    text-transform: uppercase;
    padding: 0 0 45px 95px;
}
.uni-single-post-body .uni-entry-body {
    padding: 30px 0;
}
.uni-single-post-body .uni-entry-body .uni-entry-time {
    float: left;
    width: 80px;
    height: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 24px 0 0 #2e3292;
    box-shadow: inset 0px 24px 0 0 #2e3292;
    border: solid 1px #2e3292;
}
.uni-single-post-body .uni-entry-body .uni-entry-time ul li {
    font-family: "Roboto", sans-serif;
    list-style-type: none;
}
.uni-single-post-body .uni-entry-body .uni-entry-time ul li.year {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-left: -12px;
}
.uni-single-post-body .uni-entry-body .uni-entry-time ul li.day {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
    margin-left: -20px;
}
.uni-single-post-body .uni-entry-body .uni-entry-time ul li.month {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
    text-transform: uppercase;
    margin-left: -15px;
}
.uni-single-post-body .uni-entry-body .uni-entry-content {
    padding-left: 100px;
}
.uni-single-post-body
    .uni-entry-body
    .uni-entry-content
    .uni-entry-header
    .uni-entry-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    padding-left: 25px;
}
.uni-single-post-body .uni-entry-body .uni-entry-content .uni-entry-meta {
    padding: 10px 0;
}
.uni-single-post-body .uni-entry-body .uni-entry-content .uni-entry-meta span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
    padding-right: 15px;
    text-transform: uppercase;
}

.uni-single-post-body .uni-entry-content .uni-entry-description h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
    padding: 25px 25px;
    text-transform: uppercase;
    line-height: 35px;
}

.uni-single-post-body .uni-entry-content .uni-entry-description i {
    color: #e57632;
    font-weight: bold;
}

.uni-single-post-body .uni-entry-content .uni-entry-description b {
    color: #e57632;
    font-weight: 700;
    text-transform: uppercase;
}

.uni-single-post-body .uni-entry-content .uni-entry-description h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 35px;
}

.uni-single-post-body .uni-entry-content .uni-entry-description .number h2 {
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;

    color: #2e3292;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.uni-single-post-body .uni-entry-content .uni-entry-description .point-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 0 0 0;
}

.uni-single-post-body .uni-entry-content .uni-entry-description .point {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #2e3292;
}

.uni-single-post-body .uni-entry-content .uni-entry-description .number {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-left: -15px;
    color: #2e3292;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.uni-single-post-body .uni-entry-content .uni-entry-description.point-row h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;

    text-transform: none;
}
.uni-single-post-body .uni-entry-content .uni-entry-description .point ul li {
    float: left;
    list-style: none;
}

.uni-single-post-body
    .uni-entry-content
    .uni-entry-description
    .point-row
    .point
    h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
    text-transform: uppercase;
    text-decoration: none;
}
.uni-single-post-body .uni-entry-content .uni-entry-description .para {
    padding-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.uni-single-post-body .uni-entry-content .uni-entry-description .para p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}



.uni-single-post-body .uni-entry-content .uni-entry-description .advantage {
    position: relative;
    padding: 25px;
}

.uni-single-post-body
    .uni-entry-content
    .uni-entry-description
    .advantage
    ul
    li {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2e3292;
    text-transform: none;
    text-decoration: none;
    line-height: 1.5;
}

.uni-single-post-body .uni-entry-body .uni-entry-content .readmore {
    text-align: right;
    padding-top: 20px;
}
.uni-single-post-body .uni-entry-body .uni-entry-content .readmore a {
    display: inline-block;
    min-width: 140px;
    background-color: #2e3292;
    border: solid 1px #2e3292;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-single-post-body .uni-entry-body .uni-entry-content .readmore a:hover {
    color: #2e3292;
    background: transparent;
}
.uni-single-post-body .uni-single-post-services {
    padding-top: 20px;
    padding-bottom: 40px;
}
.uni-single-post-body .uni-single-post-services .uni-single-post-services-img {
    background: url("../images/single-post/img11.html") no-repeat;
    background-position: center center;
    min-height: 440px;
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .uni-single-post-body
        .uni-single-post-services
        .uni-single-post-services-info {
        margin-top: 20px;
    }
}
.uni-single-post-body
    .uni-single-post-services
    .uni-single-post-services-info
    h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}
.uni-single-post-body
    .uni-single-post-services
    .uni-single-post-services-info
    p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}
.uni-single-post-body
    .uni-single-post-services
    .uni-single-post-services-info
    ul
    li {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}
.uni-single-post-body
    .uni-single-post-services
    .uni-single-post-services-info
    ul
    li
    i {
    color: #2e3292;
}
.uni-single-post-body .uni-entry-tag-share {
    padding-top: 20px;
    padding-bottom: 30px;
}
.uni-single-post-body .uni-entry-tag-share .share-click ul li {
    display: inline-block;
    margin-right: 10px;
}
.uni-single-post-body .uni-entry-tag-share .share-click ul li:first-child {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    padding: 0 20px;
    text-transform: uppercase;
}
.uni-single-post-body .uni-entry-tag-share .share-click ul li a {
    display: block;
    width: 40px;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    border: solid 1px #2e3292;
    color: #2e3292;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-single-post-body .uni-entry-tag-share .share-click ul li a:hover {
    color: #fff;
    background: #2e3292;
}
.uni-single-post-body .uni-entry-tag-share .tag-click {
    margin-top: 20px;
}
.uni-single-post-body .uni-entry-tag-share .tag-click ul li {
    display: inline-block;
    margin-right: 10px;
}
.uni-single-post-body .uni-entry-tag-share .tag-click ul li:first-child {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    padding: 0 20px;
    text-transform: uppercase;
}
.uni-single-post-body .uni-entry-tag-share .tag-click ul li a {
    display: block;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: normal;
    text-align: center;
    border: dashed 1px #e0e0e0;
    color: #aeaeae;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-single-post-body .uni-entry-tag-share .tag-click ul li a:hover {
    color: #2e3292;
    border-color: #2e3292;
}
.uni-single-post-body .uni-author .uni-author-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    background-color: #22292d;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 20px;
}
.uni-single-post-body .uni-author .uni-author-info .item-img {
    width: 150px;
    height: 150px;
    float: left;
}
.uni-single-post-body .uni-author .uni-author-info .item-img img {
    width: 100%;
    height: auto;
}
.uni-single-post-body .uni-author .uni-author-info .item-content {
    padding-left: 170px;
    min-height: 150px;
}
.uni-single-post-body .uni-author .uni-author-info .item-content .author-name {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    padding-bottom: 10px;
}
.uni-single-post-body .uni-author .uni-author-info .item-content p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #444444;
}
.uni-single-post-body .uni-author .uni-author-info .item-content a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #2e3292;
}
.uni-single-post-body .uni-author .uni-author-info .item-content ul {
    padding-top: 10px;
}
.uni-single-post-body .uni-author .uni-author-info .item-content ul li {
    display: inline-block;
    padding-right: 5px;
}
.uni-single-post-body .uni-author .uni-author-info .item-content ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #eaeaea;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.uni-single-post-body .uni-author .uni-author-info .item-content ul li a:hover {
    color: #2e3292;
}

.uni-post-pagination {
    display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.uni-post-pagination a {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2e3292;
}
.uni-post-pagination .uni-pagination-latest {
    padding-top: 15px;
}
@media screen and (min-width: 992px) {
    .uni-post-pagination .uni-pagination-latest .thumbnail-img {
        width: 100px;
        height: 80px;
        overflow: hidden;
    }
    .uni-post-pagination .uni-pagination-latest .thumbnail-img img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .uni-post-pagination .uni-pagination-latest .thumbnail-img {
        display: none;
    }
}
.uni-post-pagination .uni-pagination-latest .entry-title a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.29;
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.uni-post-pagination .uni-pagination-latest .entry-title a:hover {
    color: #2e3292;
}
.uni-post-pagination .uni-pagination-latest .entry-meta span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.71;
    color: #2e3292;
    padding-top: 5px;
    text-transform: uppercase;
}
.uni-post-pagination .uni-pagination-latest .entry-meta span i {
    margin-right: 10px;
}
.uni-post-pagination .uni-post-pagination-left {
    border-right: 1px solid #eaeaea;
    padding: 20px 0;
}
.uni-post-pagination .uni-post-pagination-left .thumbnail-img {
    float: left;
}
.uni-post-pagination .uni-post-pagination-left .rel-post-text {
    padding-left: 115px;
}
@media screen and (max-width: 767px) {
    .uni-post-pagination .uni-post-pagination-left .rel-post-text {
        padding-left: 0;
        padding-right: 20px;
    }
}
.uni-post-pagination .uni-post-pagination-right {
    padding: 20px 0;
}
.uni-post-pagination .uni-post-pagination-right a {
    display: block;
    text-align: right;
}
.uni-post-pagination .uni-post-pagination-right .thumbnail-img {
    float: right;
}
.uni-post-pagination .uni-post-pagination-right .rel-post-text {
    padding-right: 115px;
}
@media screen and (max-width: 767px) {
    .uni-post-pagination .uni-post-pagination-right .rel-post-text {
        padding-right: 0;
        padding-left: 20px;
    }
}
.uni-post-pagination .uni-post-pagination-right .rel-post-text .entry-title {
    text-align: right;
}
.uni-post-pagination .uni-post-pagination-right .rel-post-text .entry-meta {
    text-align: right;
}

.comments-area {
    padding-top: 60px;
}
.comments-area .list-comments h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #040400;
    text-transform: uppercase;
}
.comments-area .list-comments h3 i {
    color: #2e3292;
    padding-right: 10px;
}
.comments-area .list-comments .comment-list {
    padding: 30px 0 50px 0;
}
.comments-area .list-comments .comment-list li {
    margin-bottom: 30px;
}
.comments-area .list-comments .comment-list li .comments-img {
    float: left;
}
.comments-area .list-comments .comment-list li.depth-1 .content-comment {
    padding-left: 100px;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .author
    span {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.71;
    text-align: left;
    color: #aeaeae;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .author
    span.author-name {
    color: #404040;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .message {
    padding: 10px 0;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .message
    p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.86;
    text-align: left;
    color: #444444;
    margin: 0;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .reply
    a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .reply
    a:hover {
    color: #2e3292;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .reply
    .comment-extra-info {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
}
.comments-area
    .list-comments
    .comment-list
    li.depth-1
    .content-comment
    .reply
    .comment-extra-info:after {
    content: ".";
    padding: 0 10px;
}
.comments-area .list-comments .children {
    padding-left: 100px;
    padding-top: 30px;
}
.comments-area .form-comment h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
}
.comments-area .form-comment h3 i {
    color: #2e3292;
    padding-right: 10px;
}
.comments-area .form-comment .form-group {
    margin-bottom: 0;
}
.comments-area .form-comment .uni-message-cause-form {
    padding-top: 30px;
}
.comments-area .form-comment .uni-message-cause-form input {
    height: 50px;
}
.comments-area .form-comment .uni-message-cause-form textarea {
    height: 160px;
}
.comments-area .form-comment .uni-message-cause-form .form-control {
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}
.comments-area .form-comment .uni-message-cause-form .btn {
    background: #2e3292;
    border: 1px solid #2e3292;
    border-radius: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    padding: 6px 23px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.comments-area .form-comment .uni-message-cause-form .btn:hover {
    color: #2e3292;
    background: #fff;
    border: 1px solid #2e3292;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.comments-area .form-comment .uni-message-cause-form .vk-btn-send {
    text-align: left;
    margin-top: 30px;
}
