﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style-type: none;
    }

a:hover {
    text-decoration: none;
}

.uni-clear-padding {
    padding: 0;
}

.uni-uppercase {
    text-transform: uppercase;
}

.uni-background-1 {
    background: url("../images/banner/background1.png");
}

.uni-background-2 {
    background: url("../images/icons_box/background2.png") no-repeat;
}

.uni-background-3 {
    background: url("../images/counter/background4.png") no-repeat;
}

.uni-background-4 {
    background: url("../images/services/background3.png") no-repeat;
}

.uni-background-5 {
    background: url("../images/home1/banner/bg1.gif") no-repeat;
}

.uni-background-6 {
    background: url("../images/home1/banner/bg2.gif") no-repeat;
}

.uni-background-7 {
    background: url("../images/home1/banner/bg3.gif") no-repeat;
}

.uni-background-8 {
    background: url("../images/home1/banner/bg4.gif") no-repeat;
}

.is-sticky {
    position: relative;
    z-index: 9999;
}

@media screen and (max-width: 991px) {
    .is-sticky {
        visibility: hidden;
    }
}

.uni-harryswheel-header {
    background-color: #ffffff;
    -webkit-box-shadow: inset -0px -3px 0 0 #B41F1F;
    box-shadow: inset -0px -3px 0 0 #B41F1F;
}

/*LOGO*/
.wrapper-logo {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 345px;
}

@media screen and (max-width: 767px) {
    .wrapper-logo {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        width: auto;
    }
}

/*MENU DESKTOP*/
.uni-main-menu {
    float: left;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

    .uni-main-menu .main-menu {
        position: relative;
    }

    .uni-main-menu .cssmenu,
    .uni-main-menu .cssmenu ul,
    .uni-main-menu .cssmenu ul li,
    .uni-main-menu .cssmenu ul li a,
    .uni-main-menu .cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .uni-main-menu .cssmenu:after,
        .uni-main-menu .cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        .uni-main-menu .cssmenu #menu-button {
            display: none;
        }

    .uni-main-menu .cssmenu {
        width: auto;
        font-family: 'Poppins';
        line-height: 1;
    }

@media screen and (max-width: 991px) {
    .uni-main-menu .cssmenu {
        display: none;
    }
}

.uni-main-menu .cssmenu > ul > li {
    float: left;
}

.uni-main-menu .cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    .uni-main-menu .cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

.uni-main-menu .cssmenu.align-center ul ul {
    text-align: left;
}

.uni-main-menu .cssmenu.align-right > ul > li {
    float: right;
}

.uni-main-menu .cssmenu.align-right ul ul {
    text-align: right;
}

.uni-main-menu .cssmenu > ul > li > a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1A3371;
    padding: 43px 20px;
    text-decoration: overline;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .uni-main-menu .cssmenu > ul > li > a {
        font-size: 11px;
        padding: 45px 10px;
    }
}

.uni-main-menu .cssmenu > ul > li:hover > a,
.uni-main-menu .cssmenu > ul > li.active > a {
    color: #B41F1F;
}

.uni-main-menu .cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

    .uni-main-menu .cssmenu > ul > li.has-sub > a:hover:before {
        content: '';
        display: block;
    }

    .uni-main-menu .cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 47px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #22292d;
        border-right: 1px solid #22292d;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

.uni-main-menu .cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #3f97da;
}

.uni-main-menu .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.uni-main-menu .cssmenu li:hover > ul {
    left: auto;
}

.uni-main-menu .cssmenu.align-right li:hover > ul {
    right: 0;
}

.uni-main-menu .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

    .uni-main-menu .cssmenu ul ul ul li a {
        color: #666666;
        border-top: 1px solid #e0e0e0;
    }

.uni-main-menu .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.uni-main-menu .cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.uni-main-menu .cssmenu ul li:hover > ul > li {
    height: 48px;
}

.uni-main-menu .cssmenu ul ul li a {
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    padding: 12px 20px;
    min-width: 240px;
    background: transparent;
    border-top: 1px solid #e0e0e0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.uni-main-menu .cssmenu ul ul li:first-child a {
    border-top: none;
}

.uni-main-menu .cssmenu ul ul li:hover > a,
.uni-main-menu .cssmenu ul ul li a:hover {
    color: #fff;
    background: #1A3371;
}

.uni-main-menu .cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.uni-main-menu .cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.uni-main-menu .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff;
}

/*Menu mobiles*/
.mobile-nav .navbar-toggle {
    z-index: 999999;
    top: 21px;
}

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mobile-nav #cssmenu > ul > li > a {
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 1.43;
        text-align: left;
        color: #ffffff;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .mobile-nav #cssmenu ul ul li a {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        text-align: left;
        color: #222222;
        padding: 17px 20px;
        min-width: 240px;
        background: transparent;
        border-top: 1px solid #e0e0e0;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

@media screen and (max-width: 991px) {
    .mobile-nav #cssmenu {
        width: 100%;
        background: #1A3371;
        display: none;
        position: absolute;
        min-height: 100%;
        z-index: 2000000;
    }

    .mobile-nav .uni-icons-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: solid 1px #ffffff;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 35px;
    }

        .mobile-nav .uni-icons-close i {
            font-family: FontAwesome;
            font-size: 15px;
            line-height: 2.93;
            text-align: center;
            color: #aeaeae;
        }

    .mobile-nav #cssmenu ul {
        width: 100%;
        display: none;
        padding: 0 30px;
        background: transparent;
    }

        .mobile-nav #cssmenu ul ul {
            background: transparent;
            padding-right: 0;
        }

    .mobile-nav #cssmenu.align-center > ul,
    .mobile-nav #cssmenu.align-right ul ul {
        text-align: left;
    }

    .mobile-nav #cssmenu ul li,
    .mobile-nav #cssmenu ul ul li,
    .mobile-nav #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid #B41F1F;
    }

        .mobile-nav #cssmenu ul ul li,
        .mobile-nav #cssmenu ul li:hover > ul > li {
            border-top: 1px solid transparent;
        }

    .mobile-nav #cssmenu li:hover > ul {
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    .mobile-nav #cssmenu ul li a,
    .mobile-nav #cssmenu ul ul li a {
        width: 100%;
        padding: 11px 0;
        text-transform: inherit;
    }

    .mobile-nav #cssmenu > ul > li,
    .mobile-nav #cssmenu.align-center > ul > li,
    .mobile-nav #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }

    .mobile-nav #cssmenu ul ul li:last-child a {
        border-bottom: none;
    }

    .mobile-nav #cssmenu ul ul li a {
        display: block;
        line-height: 24px;
        font-size: 14px;
        color: #ffffff;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(120, 120, 120, 0.15);
    }

        .mobile-nav #cssmenu ul ul li:hover > a,
        .mobile-nav #cssmenu ul ul li a:hover {
            color: aqua;
        }

    .mobile-nav .home-icon {
        background: transparent;
    }

    .mobile-nav #cssmenu > ul > li:hover > a,
    .mobile-nav #cssmenu > ul > li.active > a {
        color: #ffffff !important;
        background:goldenrod;
    }

    .mobile-nav #cssmenu ul ul ul li a {
        padding-left: 0;
        border-top: none;
    }

    .mobile-nav #cssmenu ul ul,
    .mobile-nav #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

        .mobile-nav #cssmenu > ul > li.has-sub > a::after,
        .mobile-nav #cssmenu ul ul li.has-sub > a::after {
            display: none;
        }

    .mobile-nav #menu-line {
        display: none;
    }

    .mobile-nav #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
    }

    .mobile-nav #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        height: 42px;
        width: 42px;
        cursor: pointer;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
    }

        .mobile-nav #cssmenu .submenu-button::after {
            content: '\f107';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            font-family: FontAwesome;
            color: #fff;
            z-index: 99;
        }

        .mobile-nav #cssmenu .submenu-button.active::before {
            content: '\f106';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            font-family: FontAwesome;
            color: #3f97da;
            z-index: 99;
        }

    .mobile-nav #cssmenu ul li ul li .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 20px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }

    .mobile-nav #cssmenu ul li ul li .submenu-button::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 21px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }

    .mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 21px;
        display: block;
        width: 11px;
        height: 1px;
        background: #3f97da;
        z-index: 99;
    }

    .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    .mobile-nav .navbar-toggle .icon-bar {
        display: inline-block;
    }
}

/*SEARCH AND APPOINTMENT*/
.uni-search-appointment {
    float: right;
    padding: 26px 0;
}

@media screen and (max-width: 991px) {
    .uni-search-appointment {
        display: none;
    }
}

.uni-search-appointment ul li {
    display: inline-block;
    margin-left: 15px;
}

    .uni-search-appointment ul li:first-child {
        margin-left: 0;
    }

    .uni-search-appointment ul li.un-btn-search {
        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: 44px;
        height: 44px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-search-appointment ul li.un-btn-search:hover {
            cursor: pointer;
            color: #B41F1F;
        }

    .uni-search-appointment ul li.uni-btn-appointment a {
        display: inline-block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 44px;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        padding: 0 20px;
        text-transform: uppercase;
        border: solid 2px #1A3371;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-search-appointment ul li.uni-btn-appointment a {
        font-size: 12px;
        line-height: 35px;
        padding: 0 10px;
    }
}

.uni-search-appointment ul li.uni-btn-appointment a:hover {
    color: #fff;
    background: #1A3371;
}

/*show-hover-shortcodes*/
.uni-harryswheel-header-main {
    position: relative;
}

.show-hover-shortcodes {
    position: absolute;
    width: 100%;
    top: 102px;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

    .show-hover-shortcodes h4 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: bold;
        line-height: 50px;
        text-align: left;
        color: #333;
        margin: 0;
        padding: 0 20px;
    }

    .show-hover-shortcodes .short-code-title {
        background: #e0e0e0;
    }

    .show-hover-shortcodes .short-code-content {
        padding: 0 20px;
    }

    .show-hover-shortcodes ul li {
        border-bottom: 1px solid #e0e0e0;
        line-height: 50px;
        padding: 0 10px;
    }

        .show-hover-shortcodes ul li:last-child {
            border-bottom: none;
        }

        .show-hover-shortcodes ul li a {
            font-family: 'Poppins';
            font-size: 14px;
            line-height: 50px;
            text-align: left;
            color: #1A3371;
            display: block;
        }

            .show-hover-shortcodes ul li a i {
                margin-right: 10px;
            }

        .show-hover-shortcodes ul li:hover a {
            color: #B41F1F;
        }

/*FORM SEARCH HEAER*/
.uni-form-search-header .box-search-header {
    background-color: #343c40;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    z-index: 999;
    display: none;
}

    .uni-form-search-header .box-search-header .uni-input-group {
        position: relative;
        padding: 25px 15px;
    }

@media screen and (min-width: 992px) {
    .uni-form-search-header .box-search-header .uni-input-group {
        margin: 20px 70px;
    }
}

.uni-form-search-header .box-search-header .uni-input-group .btn-search {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-color: transparent;
    color: #B3BDC7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .uni-form-search-header .box-search-header .uni-input-group .btn-search:hover {
        color: #3f97da;
    }

@media screen and (min-width: 992px) {
    .uni-form-search-header .box-search-header .uni-input-group .btn-search {
        padding-right: 0;
        font-size: 24px;
        color: #47535d;
    }
}

.uni-form-search-header .box-search-header .uni-input-group .form-control {
    padding-right: 50px;
    background-color: transparent;
    border-color: #394855;
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .uni-form-search-header .box-search-header .uni-input-group .form-control:focus {
        border-color: #3f97da;
    }

@media screen and (min-width: 992px) {
    .uni-form-search-header .box-search-header .uni-input-group .form-control {
        padding-left: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

/*FOOTER*/
.footer-default {
    position: relative;
}

    .footer-default .footer-main-content {
        background-color: #1A3371;
        padding: 80px 0;
    }

@media screen and (max-width: 991px) {
    .footer-default .footer-main-content .footer-main-content-element {
        margin-bottom: 40px;
    }
}

.footer-default .footer-main-content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.footer-default .footer-main-content .uni-info-contact ul li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #3f97da;
}

    .footer-default .footer-main-content .uni-info-contact ul li i {
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin-right: 10px;
    }

.footer-default .footer-main-content .widget-title {
    font-family: 'Poppins';
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}

.footer-default .footer-main-content .uni-quick-link ul li {
    border-bottom: 1px solid #44515a;
}

    .footer-default .footer-main-content .uni-quick-link ul li a {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 3;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: capitalize;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .footer-default .footer-main-content .uni-quick-link ul li a:hover {
            color: #3f97da;
        }

        .footer-default .footer-main-content .uni-quick-link ul li a span {
            color: #3f97da;
            margin-right: 5px;
        }

.footer-default .footer-main-content .uni-footer-latest-post ul li {
    padding-bottom: 20px;
}

    .footer-default .footer-main-content .uni-footer-latest-post ul li h4 {
        margin-bottom: 0;
    }

        .footer-default .footer-main-content .uni-footer-latest-post ul li h4 a {
            display: block;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .footer-default .footer-main-content .uni-footer-latest-post ul li h4 a:hover {
                color: #3f97da;
            }

    .footer-default .footer-main-content .uni-footer-latest-post ul li .time {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 600;
        line-height: 2;
        color: #3f97da;
        text-transform: uppercase;
    }

.footer-default .footer-main-content .uni-footer-newletter .input-group .form-control {
    display: block;
    border: solid 1px #666666;
    min-height: 50px;
    background: transparent;
    border-radius: 0;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #adbcc6;
    margin-bottom: 10px;
}

.footer-default .footer-main-content .uni-footer-newletter .input-group .btn-sub {
    display: block;
    width: 100%;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 50px;
    background-color: #3f97da;
    border: 1px solid #3f97da;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .footer-default .footer-main-content .uni-footer-newletter .input-group .btn-sub:hover {
        background: transparent;
        color: #3f97da;
    }

.footer-default .footer-main-content .uni-footer-newletter .uni-social {
    padding-top: 20px;
}

    .footer-default .footer-main-content .uni-footer-newletter .uni-social h4 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
    }

    .footer-default .footer-main-content .uni-footer-newletter .uni-social ul {
        display: inline-block;
    }

        .footer-default .footer-main-content .uni-footer-newletter .uni-social ul li {
            float: left;
            margin-right: 10px;
        }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-default .footer-main-content .uni-footer-newletter .uni-social ul li {
        margin-right: 5px;
    }
}

.footer-default .footer-main-content .uni-footer-newletter .uni-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 1px #3f97da;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-default .footer-main-content .uni-footer-newletter .uni-social ul li a {
        width: 35px;
        height: 35px;
    }
}

.footer-default .footer-main-content .uni-footer-newletter .uni-social ul li a:hover {
    color: #fff;
    background: #3f97da;
}

.footer-default .copyright-area {
    background-image: -webkit-gradient(linear, left top, right top, from(#3f97da), color-stop(50%, #ffffff), to(#3f97da)), -webkit-gradient(linear, left top, left bottom, from(#3f97da), to(#3f97da));
    background-image: -webkit-linear-gradient(left, #3f97da, #ffffff 50%, #3f97da), -webkit-linear-gradient(#3f97da, #3f97da);
    background-image: -o-linear-gradient(left, #B41F1F, #ffffff 50%, #B41F1F), -o-linear-gradient(#3f97da, #3f97da);
    background-image: linear-gradient(to right, #B41F1F, #ffffff 50%, #B41F1F), linear-gradient(#1A3371, #B41F1F);
    background-blend-mode: multiply, normal;
}

    .footer-default .copyright-area p {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
        padding: 26px 0;
    }

        .footer-default .copyright-area p a {
            color: #fff;
        }

    .footer-default .copyright-area .copyright-menu {
        text-align: right;
    }

@media screen and (max-width: 767px) {
    .footer-default .copyright-area .copyright-menu {
        text-align: left;
    }
}

.footer-default .copyright-area .copyright-menu li {
    display: inline-block;
}

    .footer-default .copyright-area .copyright-menu li a {
        padding: 25px 10px;
        display: block;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media screen and (max-width: 767px) {
    .footer-default .copyright-area .copyright-menu li a {
        padding: 0px 5px 26px 5px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .footer-default .copyright-area .copyright-menu li a {
        padding: 25px 5px;
    }
}

.footer-default .copyright-area .copyright-menu li a:hover {
    color: greenyellow;
}

#toTop {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #3f97da;
    border: solid 3px #2d3840;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #toTop {
        bottom: 85px;
    }
}

@media screen and (max-width: 767px) {
    #toTop {
        bottom: 135px;
        left: 45%;
    }
}

#toTop:hover {
    border-color: #3f97da;
}

    #toTop:hover .btn {
        color: #fff;
    }

#toTop .btn {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*load page*/
.load-page {
    position: absolute;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

    .load-page .sk-wave {
        margin: 40px auto;
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px;
    }

        .load-page .sk-wave .sk-rect {
            background-color: #1A3371;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
        }

        .load-page .sk-wave .sk-rect1 {
            -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
        }

        .load-page .sk-wave .sk-rect2 {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .load-page .sk-wave .sk-rect3 {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        .load-page .sk-wave .sk-rect4 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .load-page .sk-wave .sk-rect5 {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .load-page .sk-wave .sk-rect6 {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }


@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/*homepage*/
/*Home 1*/
.uni-home-title {
    padding-bottom: 50px;
}

    .uni-home-title h3 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #1A3371;
        text-transform: uppercase;
    }

    .uni-home-title .uni-underline {
        background: url("../images/services/underline.gif") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .uni-home-title .uni-line {
        width: 120px;
        height: 1px;
        background-color: #3f97da;
        margin-top: 10px;
    }

    .uni-home-title h2 {
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #1A3371;
        text-transform: uppercase;
    }

/*BANNER*/
.uni-banner .item {
    position: relative;
}

.uni-banner .uni-banner-img {
    position: relative;
    min-height: 100px;
    height: 100px;
}

@media screen and (max-width: 767px) {
    .uni-banner .uni-banner-img {
        min-height: 350px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .uni-banner .uni-banner-img {
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    .uni-banner .uni-banner-img {
        min-height: 450px;
        height: 420px;
    }
}

.uni-banner .content {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
}

.uni-banner .caption {
    /*text-align: right;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    float: right;*/
    margin-top: -200px;
}

    .uni-banner .caption h1 {
        font-family: 'Poppins';
        font-size: 45px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        /*text-align: right;*/
        color: #1A3371;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

@media screen and (max-width: 991px) and (min-width: 768px) {
    .uni-banner .caption h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .uni-banner .caption h1 {
        font-size: 24px;
    }
}

.uni-banner .caption p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    /*text-align: right;*/
    color: #B41F1F;
}

@media screen and (max-width: 991px) {
    .uni-banner .caption p {
        font-size: 14px;
    }
}

.uni-banner .caption a {
    display: inline-block;
    margin-top: 30px;
    min-width: 160px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border: solid 2px #3f97da;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .uni-banner .caption a {
        margin-top: 15px;
    }
}

.uni-banner .caption a:hover {
    background: #3f97da;
}

.uni-banner .owl-theme .owl-dots {
    display: none;
}

.uni-banner .owl-theme .owl-nav {
    margin-top: 0;
}

    .uni-banner .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 20px;
    }

        .uni-banner .owl-theme .owl-nav .owl-prev:before {
            content: '\f053';
            font-family: FontAwesome;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .uni-banner .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 20px;
    }

        .uni-banner .owl-theme .owl-nav .owl-next:before {
            content: '\f054';
            font-family: FontAwesome;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .uni-banner .owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        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: 50px;
        height: 50px;
        background: transparent;
        border: solid 1px #3f97da;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-banner .owl-theme .owl-nav [class*=owl-]:hover {
            background: #3f97da;
        }

            .uni-banner .owl-theme .owl-nav [class*=owl-]:hover:before {
                color: #fff;
            }

/*DEPARTMENT*/
.uni-hơm-1-department {
    padding-top: 50px;
}

    .uni-hơm-1-department .uni-home-title {
        padding-bottom: 50px;
    }

/*OUR DOCTOR*/
.uni-home-1-our-doctor .uni-home-title h3 {
    color: #FFF;
}

.uni-home-1-our-doctor .uni-home-title .uni-underline {
    background: url(../images/services/underline.gif) no-repeat;
}

/*OUR SERVICES*/
.uni-home-our-services .uni-shortcode-icons-box-5 {
    padding: 100px 0;
}

.uni-home-our-services .btn-all-services {
    text-align: center;
}

    .uni-home-our-services .btn-all-services a {
        display: inline-block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 44px;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        min-width: 152px;
        border: solid 2px #3f97da;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-home-our-services .btn-all-services a:hover {
            color: #fff;
            background: #3f97da;
        }

/*CUSTOMERS SAY*/
.uni-home-customers-says .uni-home-title h3 {
    color: #FFF;
}

.uni-home-customers-says .uni-home-title .uni-underline {
    background: url(../images/services/underline.png) no-repeat;
}

/*FAQ'S and LATEST POST*/
.uni-home-faq-latest-post {
    padding: 100px 0;
}

    .uni-home-faq-latest-post .uni-home-title {
        padding-bottom: 40px;
    }

        .uni-home-faq-latest-post .uni-home-title h3 {
            text-align: left;
        }

@media screen and (max-width: 991px) {
    .uni-home-latest-post {
        margin-top: 50px;
    }
}

.uni-home-latest-post .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .uni-home-latest-post .item .item-img {
        float: left;
        width: 100px;
        height: 70px;
    }

        .uni-home-latest-post .item .item-img img {
            width: 100%;
            height: auto;
        }

    .uni-home-latest-post .item .item-caption {
        padding-left: 20px;
    }

        .uni-home-latest-post .item .item-caption h4 a {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.29;
            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;
        }

            .uni-home-latest-post .item .item-caption h4 a:hover {
                color: #3f97da;
            }

        .uni-home-latest-post .item .item-caption .time {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: normal;
            text-align: left;
            color: #3f97da;
            text-transform: uppercase;
        }

.uni-home-latest-post .uni-divider {
    margin: 20px 0;
}

/*HOME MAP*/
.uni-home-map .uni-about-map {
    padding-top: 0;
}

/*OPENING HOURS AND BOOK APPOINTMENT*/
.uni-home-opening-book {
    /*margin-top: -100px;*/
    position: relative;
    z-index: 999;
}

@media screen and (max-width: 991px) {
    .uni-home-opening-book {
        margin-top: 0;
    }
}

.uni-home-opening-book .uni-home-opening-book-content {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.uni-home-opening-book .uni-services-opinging-hours .uni-services-opinging-hours-content .table tr td {
    line-height: 3;
}

.uni-home-opening-book .uni-single-department-appointment-form {
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .uni-home-opening-book .uni-single-department-appointment-form {
        padding: 30px 20px;
    }
}

.uni-home-opening-book .uni-single-department-appointment-form .uni-home-title {
    padding-bottom: 15px;
}

    .uni-home-opening-book .uni-single-department-appointment-form .uni-home-title h3 {
        font-size: 24px;
    }

    .uni-home-opening-book .uni-single-department-appointment-form .uni-home-title h2 {
        font-size: 15px;
    }

.uni-home-2 {
    /*HEADER HOME 2*/
}

    .uni-home-2 .uni-header-top {
        background-color: #333333;
    }

@media screen and (max-width: 991px) {
    .uni-home-2 .uni-header-top {
        display: none;
    }
}

.uni-home-2 .uni-header-top .uni-header-top-left {
    float: left;
}

    .uni-home-2 .uni-header-top .uni-header-top-left ul li {
        display: inline-block;
        margin-right: 30px;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }

        .uni-home-2 .uni-header-top .uni-header-top-left ul li:last-child {
            margin-right: 0;
        }

        .uni-home-2 .uni-header-top .uni-header-top-left ul li i {
            color: #3f97da;
            margin-right: 5px;
        }

.uni-home-2 .uni-header-top .uni-header-top-right {
    float: right;
}

    .uni-home-2 .uni-header-top .uni-header-top-right ul li {
        display: inline-block;
    }

        .uni-home-2 .uni-header-top .uni-header-top-right ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: 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: 40px;
            font-family: FontAwesome;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.86;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-home-2 .uni-header-top .uni-header-top-right ul li a:hover {
                color: #3f97da;
            }

.uni-home-2 .wrapper-logo {
    width: 215px;
    float: left;
    background: #3f97da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uni-home-2 .uni-main-menu {
    width: auto;
}

/*OUR SERVICES*/
.uni-home-2-our-services .uni-home-title h3 {
    color: #FFF;
}

.uni-home-2-our-services .uni-home-title .uni-underline {
    background: url(../images/services/underline.png) no-repeat;
}

/*CUSTOMMER SAY*/
.uni-home-2-custommer-say .uni-home-title h3 {
    color: #FFF;
}

.uni-home-2-custommer-say .uni-home-title .uni-underline {
    background: url(../images/services/underline.png) no-repeat;
}

/*HOME 2 LASTEST POST*/
.uni-home-2-latest-post {
    padding-top: 100px;
    padding-bottom: 70px;
}

/*HOME 2 BOOK APPOINTMENTS*/
.uni-home-2-book-appointment {
    padding: 60px 0;
    background-position: center center;
    background-size: cover;
}

    .uni-home-2-book-appointment .uni-home-title {
        padding-bottom: 30px;
    }

        .uni-home-2-book-appointment .uni-home-title h3 {
            color: #fff;
            text-align: left;
        }

    .uni-home-2-book-appointment .input-group {
        padding-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .uni-home-2-book-appointment .input-group .input-group-addon {
            background: transparent;
            border: none;
            font-size: 18px;
            color: #fff;
        }

        .uni-home-2-book-appointment .input-group .form-control {
            display: block;
            width: 100%;
            background: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            text-transform: capitalize;
            color: #ffffff;
        }

            .uni-home-2-book-appointment .input-group .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #ffffff;
            }

            .uni-home-2-book-appointment .input-group .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #ffffff;
            }

            .uni-home-2-book-appointment .input-group .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: #ffffff;
            }

            .uni-home-2-book-appointment .input-group .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #ffffff;
            }

    .uni-home-2-book-appointment .vk-btn-send {
        display: block;
        width: 100%;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: normal;
        text-align: center;
        color: #3f97da;
        text-transform: uppercase;
        background-color: #ffffff;
        border: 1px solid #fff;
        padding: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-home-2-book-appointment .vk-btn-send:hover {
            color: #fff;
            background: #333;
        }

/*home 3*/
.uni-home-3 {
    /*Header home 3*/
    /*Menu desktop*/
    /*Search header home 3*/
    /*HOME 3 DEPARTMENT, TESTIMONIAL, OPNING HOURES*/
    /*HOME 3 OUR DOCTOR*/
    /*HOME 3 PRICING TABLE*/
}

.uni-header-top-left {
    float: left;
}

.uni-header-top-right {
    padding: 2px 0 0 23%;
}

@media screen and (max-width: 991px) {
    .uni-header-top-right {
        display: none;
    }
}

.uni-header-top-right ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 30px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-header-top-right ul li {
        margin-left: 10px;
    }
}

.uni-header-top-right ul li:first-child {
    margin-left: 0;
}

.uni-header-top-right ul li .uni-header-top-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: contents;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 30px;
    height: 30px;
    border: solid 2px #B41F1F;
    font-family: FontAwesome;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #1A3371;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-header-top-right ul li .uni-header-top-icons {
        width: 40px;
        height: 40px;
    }
}

.uni-header-top-right ul li .uni-header-top-text {
    padding-left: 10px;
}

    .uni-header-top-right ul li .uni-header-top-text span {
        font-family: fantasy;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #1A3371;
    }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-header-top-right ul li .uni-header-top-text span {
        font-size: 12px;
    }
}

.uni-header-top-right ul li .uni-header-top-text h4 {
    margin: 0;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-header-top-right ul li .uni-header-top-text h4 {
        font-size: 12px;
    }
}

.uni-home-3 .uni-harryswheel-header-main-home-3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#3f97da), color-stop(50%, #ffffff), to(#3f97da)), -webkit-gradient(linear, left top, left bottom, from(#3f97da), to(#3f97da));
    background-image: -webkit-linear-gradient(left, #3f97da, #ffffff 50%, #3f97da), -webkit-linear-gradient(#3f97da, #3f97da);
    background-image: -o-linear-gradient(left, #3f97da, #ffffff 50%, #3f97da), -o-linear-gradient(#3f97da, #3f97da);
    background-image: linear-gradient(to right, #3f97da, #ffffff 50%, #3f97da), linear-gradient(#3f97da, #3f97da);
    background-blend-mode: multiply, normal;
}

@media screen and (max-width: 991px) {
    .uni-home-3 .uni-harryswheel-header-main-home-3 {
        display: none;
    }
}

.uni-home-3 .uni-harryswheel-header-main-home-3 .uni-main-menu {
    display: block;
    width: auto;
}

    .uni-home-3 .uni-harryswheel-header-main-home-3 .uni-main-menu .cssmenu > ul > li > a {
        color: #fff;
        padding: 23px 20px;
    }

    .uni-home-3 .uni-harryswheel-header-main-home-3 .uni-main-menu .cssmenu > ul > li:hover > a, .uni-home-3 .uni-harryswheel-header-main-home-3 .uni-main-menu .uni-main-menu .cssmenu > ul > li.active > a {
        background: #333333;
    }

.uni-home-3 .uni-harryswheel-header-main-home-3 .cssmenu > ul > li.has-sub > a::after {
    border-color: #fff;
    top: 27px;
}

.uni-home-3 .uni-harryswheel-header-main-home-3 .uni-search-appointment {
    padding: 6px 0;
}

.uni-home-3 .uni-harryswheel-header-main-home-3 .show-hover-shortcodes {
    top: 60px;
}

.uni-home-3 .uni-search-yop-home-3 {
    float: right;
}

    .uni-home-3 .uni-search-yop-home-3 .input-group {
        background-color: #3f97da;
        -webkit-box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0px 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: inset 1px 0px 0 0 rgba(255, 255, 255, 0.3), inset -1px 0px 0 0 rgba(255, 255, 255, 0.3);
        width: 300px;
    }

        .uni-home-3 .uni-search-yop-home-3 .input-group .form-control {
            height: 60px;
            background: transparent;
            border: none;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.57;
            letter-spacing: normal;
            text-align: left;
            color: rgba(255, 255, 255, 0.5);
        }

            .uni-home-3 .uni-search-yop-home-3 .input-group .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: rgba(255, 255, 255, 0.5);
            }

            .uni-home-3 .uni-search-yop-home-3 .input-group .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: rgba(255, 255, 255, 0.5);
            }

            .uni-home-3 .uni-search-yop-home-3 .input-group .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: rgba(255, 255, 255, 0.5);
            }

            .uni-home-3 .uni-search-yop-home-3 .input-group .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: rgba(255, 255, 255, 0.5);
            }

        .uni-home-3 .uni-search-yop-home-3 .input-group .btn-search {
            width: 60px;
            height: 60px;
            background: transparent;
            border-radius: 0;
            color: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-home-3 .uni-search-yop-home-3 .input-group .btn-search:hover {
                color: #333;
            }

.uni-home-3 .uni-services-de-test-hours {
    padding: 100px 0;
}

    .uni-home-3 .uni-services-de-test-hours .uni-home-title {
        padding-bottom: 0;
    }

        .uni-home-3 .uni-services-de-test-hours .uni-home-title h3 {
            text-align: left;
        }

.uni-home-3 .uni-home-3-our-doctor .uni-home-title h3 {
    color: #FFF;
}

.uni-home-3 .uni-home-3-our-doctor .uni-home-title .uni-underline {
    background: url(../images/services/underline.png) no-repeat;
}

.uni-home-3 .uni-home-3-pricing-table {
    padding-top: 100px;
}

/*ABOUT*/
/*about*/
.uni-about-body {
    padding-top: 50px;
}

    .uni-about-body .uni-services-title h3 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #1A3371;
        text-transform: uppercase;
    }

    .uni-about-body .uni-services-title .uni-underline {
        background: url("../images/services/underline.gif") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .uni-about-body .uni-line {
        width: 120px;
        height: 1px;
        background-color: #3f97da;
        margin-top: 10px;
    }

    .uni-about-body .uni-shortcode-team-2 .uni-services-title {
        padding-bottom: 80px;
    }

        .uni-about-body .uni-shortcode-team-2 .uni-services-title h3 {
            text-align: center;
            color: #fff;
        }

        .uni-about-body .uni-shortcode-team-2 .uni-services-title .uni-underline {
            background: url("../images/services/underline.png") no-repeat;
        }

/*WHO WE ARE*/
.uni-about-who-are-you {
    padding-bottom: 100px;
}

    .uni-about-who-are-you .uni-services-title {
        padding-bottom: 40px;
    }

        .uni-about-who-are-you .uni-services-title h3 {
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
        }

@media screen and (max-width: 991px) {
    .uni-about-who-are-you .uni-about-who-are-you-left {
        margin-bottom: 30px;
    }
}

.uni-about-who-are-you .uni-about-who-are-you-left img {
    width: 100%;
    height: auto;
}

.uni-about-who-are-you .uni-about-who-are-you-right h4 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #1A3371;
    text-transform: uppercase;
    padding: 30px 0 20px 0;
}

.uni-about-who-are-you .uni-about-who-are-you-right p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #1A3371;
}

.uni-about-who-are-you .uni-about-who-are-you-right ul li {
    position: relative;
    padding-left: 15px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #1A3371;
}

    .uni-about-who-are-you .uni-about-who-are-you-right ul li:before {
        position: absolute;
        top: 7px;
        left: 0;
        content: '\f111';
        font-family: FontAwesome;
        font-size: 7px;
        color: #B41F1F;
    }

/*MAP*/
.uni-about-map {
    position: relative;
    padding-top: 100px;
}

    .uni-about-map iframe {
        width: 100%;
        height: 450px;
        overflow: hidden;
        -webkit-filter: drop-shadow(2px 4px 6px black);
        -moz-filter: drop-shadow(2px 4px 6px black);
        -ms-filter: drop-shadow(2px 4px 6px black);
        -o-filter: drop-shadow(2px 4px 6px black);
        filter: drop-shadow(2px 4px 6px black);
    }

/*DOCTOR*/
.uni-our-doctor .uni-our-doctor-body {
    padding: 100px 0;
}

.uni-our-doctor .uni-shortcode-tabs-default .tabbable-line > .tab-content {
    padding-top: 60px;
}

.uni-our-doctor-item-default {
    /*margin-bottom: 30px;*/
}

    .uni-our-doctor-item-default:hover .item-img a:before {
        opacity: 1;
    }

    .uni-our-doctor-item-default:hover .item-img a:after {
        opacity: 1;
    }

    .uni-our-doctor-item-default:hover .item-caption .item-caption-head {
        background: #1A3371;
    }

        .uni-our-doctor-item-default:hover .item-caption .item-caption-head .item-title h4 {
            color: #fff;
        }

        .uni-our-doctor-item-default:hover .item-caption .item-caption-head .item-title span {
            color: #fff;
        }

    .uni-our-doctor-item-default .item-img img {
        width: 100%;
        height: auto;
    }

    .uni-our-doctor-item-default .item-img a {
        position: relative;
        display: block;
    }

        .uni-our-doctor-item-default .item-img a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .uni-our-doctor-item-default .item-img a:after {
            content: '\f00e';
            position: absolute;
            font-family: FontAwesome;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: #ffffff;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .uni-our-doctor-item-default .item-caption .item-caption-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #333333;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-our-doctor-item-default .item-caption .item-caption-head .item-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 70px;
            background-color: white;
        }

        .uni-our-doctor-item-default .item-caption .item-caption-head .item-title {
            padding-left: 15px;
        }

            .uni-our-doctor-item-default .item-caption .item-caption-head .item-title h4 {
                font-family: 'Poppins';
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal;
                text-align: left;
                font-size: 18px;
                line-height: 1;
                color: #ffffff;
                text-transform: uppercase;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .uni-our-doctor-item-default .item-caption .item-caption-head .item-title span {
                font-family: 'Poppins';
                font-size: 12px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.5;
                letter-spacing: normal;
                text-align: left;
                color: #3f97da;
                text-transform: uppercase;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

    .uni-our-doctor-item-default .item-caption .item-caption-info {
        background-color: #f4f4f4;
        padding: 0 20px;
    }

        .uni-our-doctor-item-default .item-caption .item-caption-info .table {
            margin-bottom: 0;
        }

        .uni-our-doctor-item-default .item-caption .item-caption-info tr td {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 3.71;
            letter-spacing: normal;
            text-align: left;
            text-transform: capitalize;
            color: #666666;
            padding: 0;
        }

            .uni-our-doctor-item-default .item-caption .item-caption-info tr td:first-child {
                font-weight: 600;
                color: #333333;
            }

        .uni-our-doctor-item-default .item-caption .item-caption-info thead td {
            border-bottom: 1px solid #e0e0e0;
        }

        .uni-our-doctor-item-default .item-caption .item-caption-info tbody {
            padding: 15px 0;
        }

            .uni-our-doctor-item-default .item-caption .item-caption-info tbody tr td {
                border-top: none;
                line-height: 2;
            }

            .uni-our-doctor-item-default .item-caption .item-caption-info tbody tr:first-child td {
                padding-top: 15px;
            }

            .uni-our-doctor-item-default .item-caption .item-caption-info tbody tr:last-child td {
                padding-bottom: 15px;
            }

        .uni-our-doctor-item-default .item-caption .item-caption-info tfoot tr td {
            line-height: normal;
        }

            .uni-our-doctor-item-default .item-caption .item-caption-info tfoot tr td ul {
                text-align: center;
                padding: 20px 0;
            }

                .uni-our-doctor-item-default .item-caption .item-caption-info tfoot tr td ul li {
                    display: inline-block;
                    margin-left: 5px;
                }

                    .uni-our-doctor-item-default .item-caption .item-caption-info tfoot tr td ul li a {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        width: 40px;
                        height: 40px;
                        border: solid 1px #1A3371;
                        font-family: FontAwesome;
                        font-size: 14px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: normal;
                        text-align: center;
                        color: #333333;
                        -webkit-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        .uni-our-doctor-item-default .item-caption .item-caption-info tfoot tr td ul li a:hover {
                            background: #1A3371;
                            color: #fff;
                        }

/*DOCTOR DETAILS*/
.uni-doctor-details-body {
    padding-top: 50px;
    padding-bottom: 100px;
}

    .uni-doctor-details-body .uni-services-title h3 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #1A3371;
        text-transform: uppercase;
    }

    .uni-doctor-details-body .uni-services-title .uni-underline {
        background: url("../images/services/underline.gif") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        margin-top: 20px;
    }



    .uni-doctor-details-body .uni-doctor-details-title h3 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        text-transform: uppercase;
        color: #1A3371;
    }

    .uni-doctor-details-body .uni-doctor-details-title .uni-divider {
        border-color: #B41F1F;
    }

    .uni-doctor-details-body .uni-doctor-details-summary p {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #1A3371;
    }

    .uni-doctor-details-body .uni-doctor-details-degrees {
        padding: 60px 0;
    }

    .uni-doctor-details-body .uni-doctor-details-summary ul li {
        position: relative;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #1A3371;
        padding-left: 15px;
    }

        .uni-doctor-details-body .uni-doctor-details-summary ul li:before {
            position: absolute;
            top: 7px;
            left: 0;
            content: '\f111';
            font-family: FontAwesome;
            font-size: 7px;
            color: #B41F1F;
        }

    .uni-doctor-details-body .uni-doctor-details-degrees ul li span {
        font-weight: 600;
        padding-right: 5px;
    }

    .uni-doctor-details-body .uni-doctor-details-contact ul li {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

        .uni-doctor-details-body .uni-doctor-details-contact ul li i {
            color: #3f97da;
            padding-right: 10px;
        }

/*CONTACT US*/
.uni-contact-us-body .uni-contact-us-body-content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.uni-contact-us-body .uni-contact-title h3 {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #1A3371;
    text-transform: uppercase;
}


.uni-contact-us-body .uni-contact-title h2 {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #1A3371;
    text-transform: uppercase;
}

.uni-contact-us-body-content .uni-contact-title .uni-underline {
    background: url("../images/services/underline.gif") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 260px;
    height: 55px;
    margin: 0 auto;
    margin-top: 20px;
}

.uni-contact-us-body .uni-line {
    width: 120px;
    height: 1px;
    background-color: #1A3371;
}

.uni-contact-us-body .uni-about-map {
    padding-top: 5%;
}

/*SEND A MESSAGE*/
.uni-send-a-message .uni-send-a-message-body {
    padding-top: 40px;
}

    .uni-send-a-message .uni-send-a-message-body .input-group {
        width: 100%;
    }

        .uni-send-a-message .uni-send-a-message-body .input-group .input-group-addon {
            width: 50px;
            height: 50px;
            background: #1A3371;
            color: #fff;
            border: none;
            border-radius: 0;
        }

            .uni-send-a-message .uni-send-a-message-body .input-group .input-group-addon.btn {
                background: transparent;
                border: 1px solid #e0e0e0;
                border-left: none;
                color: #333;
            }

        .uni-send-a-message .uni-send-a-message-body .input-group input {
            height: 50px;
            border-radius: 0;
        }

        .uni-send-a-message .uni-send-a-message-body .input-group .form-control {
            font-family: 'Poppins';
            font-size: 15px;
            font-weight: 600;
            font-style: oblique;
            font-stretch: normal;
            line-height: 3;
            letter-spacing: normal;
            text-align: left;
            color: black;
            text-transform: capitalize;
            border-color: black;
            border-radius:4px;
        }

        .uni-send-a-message .uni-send-a-message-body .input-group textarea {
            height: 170px;
            border: solid 1px #e0e0e0;
        }

    .uni-send-a-message .uni-send-a-message-body .vk-btn-send {
        min-width: 140px;
        height: 50px;
        border: solid 2px #1A3371;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 3;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
        background: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-send-a-message .uni-send-a-message-body .vk-btn-send:hover {
            color: #fff;
            background: #1A3371;
        }

/*Contact info*/
@media screen and (max-width: 991px) {
    .uni-contact-info {
        margin: 50px 0;
    }
}

.uni-contact-info .uni-contact-info-title {
    margin-bottom: 20px;
}

    .uni-contact-info .uni-contact-info-title h4 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 3;
        letter-spacing: normal;
        text-align: left;
        color: #333333;
        text-transform: uppercase;
    }

.uni-contact-info .uni-contact-info-body {
    padding-top: 40px;
}

    .uni-contact-info .uni-contact-info-body .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

        .uni-contact-info .uni-contact-info-body .item .icon-holder {
            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: 50px;
            height: 50px;
            border: solid 2px #1A3371;
            font-family: FontAwesome;
            font-size: 24px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            text-transform: capitalize;
            color: #1A3371;
            float: left;
        }

        .uni-contact-info .uni-contact-info-body .item .text-holder {
            padding-left: 20px;
        }

            .uni-contact-info .uni-contact-info-body .item .text-holder p {
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.43;
                letter-spacing: normal;
                text-align: left;
                color: #333333;
            }

            .uni-contact-info .uni-contact-info-body .item .text-holder span {
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.43;
                letter-spacing: normal;
                text-align: left;
                color: #aeaeae;
            }

/*contact opening hours*/
.uni-contact-us-hours .uni-contact-us-title {
    background-color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uni-contact-us-hours .uni-contact-us-title .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        float: left;
        background-color: #1A3371;
        font-family: FontAwesome;
        font-size: 48px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.75;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .uni-contact-us-hours .uni-contact-us-title h4 {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        padding: 0 20px;
    }

.uni-contact-us-hours .uni-contact-us-hours-content {
    background: #1A3371;
    padding: 20px 30px;
}

    .uni-contact-us-hours .uni-contact-us-hours-content .table tr:first-child td {
        border-top: none;
    }

    .uni-contact-us-hours .uni-contact-us-hours-content .table tr td {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 4.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: capitalize;
        border-top-color: #B41F1F;
        padding: 0;
    }

    .uni-contact-us-hours .uni-contact-us-hours-content .book-appointment {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border: solid 2px #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-contact-us-hours .uni-contact-us-hours-content .book-appointment:hover {
            background: #fff;
            color: #B41F1F;
        }

/*GALLERY*/
.uni-gallery-body {
    padding: 50px 0;
}

    .uni-gallery-body .uni-contact-title h3 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #1A3371;
        text-transform: uppercase;
    }

    .uni-gallery-body .uni-contact-title .uni-underline {
        background: url("../images/services/underline.gif") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .uni-gallery-body .uni-shortcode-tabs-default .tabbable-line > .tab-content {
        padding-top: 60px;
    }

    .uni-gallery-body .item-img {
        margin-bottom: 30px;
    }

        .uni-gallery-body .item-img img {
            width: 100%;
            height: auto;
        }

        .uni-gallery-body .item-img:hover {
            cursor: pointer;
        }

/*Services*/
.uni-services-body {
    padding: 100px 0;
}

    .uni-services-body .uni-services-title h3 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #1A3371;
        text-transform: uppercase;
    }

    .uni-services-body .uni-services-title .uni-underline {
        background: url("../images/services/underline.gif") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 260px;
        height: 55px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .uni-services-body .uni-line {
        width: 120px;
        height: 1px;
        background-color: #3f97da;
        margin-top: 10px;
    }

.uni-our-services-1 .uni-services-title h3 {
    text-align: center;
}

/*OUR SERVICE 2*/
.uni-our-services-2 {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
}

    .uni-our-services-2 .uni-services-title {
        padding-bottom: 80px;
    }

        .uni-our-services-2 .uni-services-title h3 {
            text-align: center;
            color: #fff;
        }

        .uni-our-services-2 .uni-services-title .uni-underline {
            background: url("../images/services/underline.gif") no-repeat;
        }

    .uni-our-services-2 .uni-our-service-2-body {
        background: #fff;
        position: relative;
        overflow: hidden;
    }

        .uni-our-services-2 .uni-our-service-2-body .tab-nav {
            position: relative;
        }

            .uni-our-services-2 .uni-our-service-2-body .tab-nav:after {
                content: '';
                position: absolute;
                width: 100%;
                min-height: 1000px;
                background: #333;
                top: 0;
            }

@media screen and (max-width: 991px) {
    .uni-our-services-2 .uni-our-service-2-body .tab-nav:after {
        min-height: 300px;
    }
}

.uni-our-services-2 .uni-our-service-2-body .nav-stacked > li + li {
    margin-top: 0;
}

.uni-our-services-2 .uni-our-service-2-body .nav-pills {
    position: relative;
    z-index: 99;
}

    .uni-our-services-2 .uni-our-service-2-body .nav-pills li {
        position: relative;
        border-bottom: 1px solid #666666;
        min-height: 60px;
    }

        .uni-our-services-2 .uni-our-service-2-body .nav-pills li.active a {
            background: #fff;
            color: #3f97da;
            text-decoration: none;
        }

        .uni-our-services-2 .uni-our-service-2-body .nav-pills li a {
            position: absolute;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            line-height: 24px;
            text-transform: uppercase;
            color: #fff;
            border-radius: 0;
            padding: 0 20px;
        }

.uni-our-services-2 .uni-our-service-2-content-default {
    padding: 30px 30px 30px 0;
}

@media screen and (max-width: 991px) {
    .uni-our-services-2 .uni-our-service-2-content-default {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .uni-our-services-2 .uni-our-service-2-content-default {
        padding: 20px;
    }
}

.uni-our-services-2 .uni-our-service-2-content-default .item-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    .uni-our-services-2 .uni-our-service-2-content-default .item-caption {
        padding-top: 30px;
    }
}

.uni-our-services-2 .uni-our-service-2-content-default .item-caption .item-caption-title {
    margin-bottom: 30px;
}

    .uni-our-services-2 .uni-our-service-2-content-default .item-caption .item-caption-title h3 {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333333;
        text-transform: uppercase;
    }

.uni-our-services-2 .uni-our-service-2-content-default .item-caption p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-our-services-2 .uni-our-service-2-content-default .item-caption ul {
    padding-top: 20px;
}

    .uni-our-services-2 .uni-our-service-2-content-default .item-caption ul li {
        position: relative;
        padding-left: 15px;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

        .uni-our-services-2 .uni-our-service-2-content-default .item-caption ul li:before {
            position: absolute;
            top: 7px;
            left: 0;
            content: '\f111';
            font-family: FontAwesome;
            font-size: 7px;
            color: #3f97da;
        }

/*DEPARTMENT, TESTIMONIAL, OPNING HOURES*/
.uni-services-de-test-hours {
    padding-top: 100px;
}

    .uni-services-de-test-hours .uni-services-department .uni-services-department-content {
        padding-top: 40px;
    }

@media screen and (max-width: 991px) {
    .uni-services-de-test-hours .uni-services-testimonials {
        margin: 50px 0;
    }
}

.uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content {
    padding-top: 40px;
}

    .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .uni-shortcode-testimonials-default {
        margin-bottom: 10px;
    }

    .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-dots {
        display: none;
    }

    .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav {
        text-align: right;
        margin-top: 0;
    }

        .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav [class*=owl-] {
            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: 36px;
            height: 36px;
            border: solid 1px #3f97da;
            background: #fff;
            border-radius: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            margin: 0;
            margin-left: 5px;
        }

            .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav [class*=owl-]:hover {
                background: #3f97da;
            }

                .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav [class*=owl-]:hover:before {
                    color: #fff;
                }

        .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav .owl-prev:before {
            content: '\f104';
            font-family: FontAwesome;
            font-size: 14px;
            color: #333;
        }

        .uni-services-de-test-hours .uni-services-testimonials .uni-services-testimonials-content .owl-theme .owl-nav .owl-next:before {
            content: '\f105';
            font-family: FontAwesome;
            font-size: 14px;
            color: #333;
        }

.uni-services-opinging-hours .uni-services-opinging-hours-title {
    background-color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uni-services-opinging-hours .uni-services-opinging-hours-title .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        float: left;
        background-color: #1a3371;
        font-family: FontAwesome;
        font-size: 48px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.75;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .uni-services-opinging-hours .uni-services-opinging-hours-title h4 {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        padding: 0 20px;
    }

.uni-services-opinging-hours .uni-services-opinging-hours-content {
    background: #1a3371;
    padding: 20px 30px;
}

    .uni-services-opinging-hours .uni-services-opinging-hours-content .table tr:first-child td {
        border-top: none;
    }

    .uni-services-opinging-hours .uni-services-opinging-hours-content .table tr td {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 4.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: capitalize;
        border-top-color: #B41F1F;
        padding: 0;
    }

    .uni-services-opinging-hours .uni-services-opinging-hours-content .book-appointment {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border: solid 2px #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-services-opinging-hours .uni-services-opinging-hours-content .book-appointment:hover {
            background: #fff;
            color: #3f97da;
        }

/*Department*/
/*DEPARTMENTS*/
.uni-departments-body {
    padding-top: 150px;
}

.uni-departments-default {
    border: solid 1px #e0e0e0;
    margin-bottom: 100px;
    position: relative;
}

    .uni-departments-default .item-icons {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        background-color: #1A3371;
        border: solid 1px #ffffff;
        border-radius: 50%;
        margin: auto;
    }

    .uni-departments-default .item-caption {
        padding: 70px 40px 40px 40px;
    }

        .uni-departments-default .item-caption h4 a {
            display: block;
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: normal;
            text-align: center;
            color: #333333;
            text-transform: uppercase;
            margin-bottom: 20px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-departments-default .item-caption h4 a:hover {
                color: #3f97da;
            }

        .uni-departments-default .item-caption p {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: center;
            color: #666666;
        }

/*SINGLE DEPARTMENT*/
.uni-single-departments-body {
    padding: 100px 0;
}

.uni-single-departments-left .uni-single-department-left-title {
    background-color: #333333;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.uni-single-departments-left .uni-single-department-left-table {
    background-color: #3f97da;
    padding: 0 20px;
}

    .uni-single-departments-left .uni-single-department-left-table tr:first-child td {
        border-top: none;
    }

    .uni-single-departments-left .uni-single-department-left-table tr td {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 3;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-transform: capitalize;
        border-top: 1px solid #61ace4;
    }

.uni-single-departments-left .uni-single-department-contact-info {
    background-color: #3f97da;
}

    .uni-single-departments-left .uni-single-department-contact-info ul {
        padding: 20px;
    }

        .uni-single-departments-left .uni-single-department-contact-info ul li {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            border-bottom: 1px solid #61ace4;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .uni-single-departments-left .uni-single-department-contact-info ul li:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

.uni-single-departments-right .uni-single-departments-right-title {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #333;
}

.uni-single-departments-right .uni-divider {
    border-color: #3f97da;
}

.uni-single-departments-right .uni-single-departments-cardiology img {
    width: 100%;
    height: auto;
}

.uni-single-departments-right .uni-single-departments-cardiology p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-departments-right .uni-single-departments-cardiology ul {
    padding-top: 30px;
}

    .uni-single-departments-right .uni-single-departments-cardiology ul li {
        position: relative;
        padding-left: 15px;
    }

        .uni-single-departments-right .uni-single-departments-cardiology ul li:before {
            position: absolute;
            top: 7px;
            left: 0;
            content: '\f111';
            font-family: FontAwesome;
            font-size: 7px;
            color: #3f97da;
        }

/*TREATMENTS INVENSTIGATION*/
.uni-single-departments-treatments-investigation {
    padding-top: 40px;
}

    .uni-single-departments-treatments-investigation ul {
        padding-top: 30px;
    }

        .uni-single-departments-treatments-investigation ul li {
            position: relative;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.14;
            text-align: left;
            color: #666666;
        }

            .uni-single-departments-treatments-investigation ul li:after {
                content: '';
                position: absolute;
                border-bottom: 1px dashed #e0e0e0;
            }

            .uni-single-departments-treatments-investigation ul li span {
                float: right;
                color: #333333;
                font-weight: 600;
            }

/*DOCTOR*/
.uni-single-department-doctor {
    padding-top: 40px;
}

    .uni-single-department-doctor .uni-single-department-doctor-body {
        padding-top: 30px;
    }

.uni-single-department-doctor-item .item-img img {
    width: 100%;
    height: auto;
}

.uni-single-department-doctor-item .item-caption .item-caption-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uni-single-department-doctor-item .item-caption .item-caption-head .item-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 70px;
        background-color: #3f97da;
    }

    .uni-single-department-doctor-item .item-caption .item-caption-head .item-title {
        padding-left: 15px;
    }

        .uni-single-department-doctor-item .item-caption .item-caption-head .item-title h4 {
            font-family: 'Poppins';
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            font-size: 18px;
            line-height: 1;
            color: #ffffff;
            text-transform: uppercase;
        }

        .uni-single-department-doctor-item .item-caption .item-caption-head .item-title span {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: left;
            color: #3f97da;
            text-transform: uppercase;
        }

.uni-single-department-doctor-item .item-caption .item-caption-info {
    background-color: #f4f4f4;
    padding: 0 20px;
}

    .uni-single-department-doctor-item .item-caption .item-caption-info tr td {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 3.71;
        letter-spacing: normal;
        text-align: left;
        text-transform: capitalize;
        color: #666666;
        padding: 0;
    }

        .uni-single-department-doctor-item .item-caption .item-caption-info tr td:first-child {
            font-weight: 600;
            color: #333333;
        }

    .uni-single-department-doctor-item .item-caption .item-caption-info thead td {
        border-bottom: 1px solid #e0e0e0;
    }

    .uni-single-department-doctor-item .item-caption .item-caption-info tbody {
        padding: 15px 0;
    }

        .uni-single-department-doctor-item .item-caption .item-caption-info tbody tr td {
            border-top: none;
            line-height: 2;
        }

        .uni-single-department-doctor-item .item-caption .item-caption-info tbody tr:first-child td {
            padding-top: 15px;
        }

        .uni-single-department-doctor-item .item-caption .item-caption-info tbody tr:last-child td {
            padding-bottom: 15px;
        }

    .uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td {
        line-height: normal;
    }

        .uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td ul {
            text-align: center;
            padding: 20px 0;
        }

            .uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td ul li {
                display: inline-block;
                margin-left: 5px;
            }

                .uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td ul li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 40px;
                    height: 40px;
                    border: solid 1px #3f97da;
                    font-family: FontAwesome;
                    font-size: 14px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: center;
                    color: #333333;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td ul li a {
        width: 35px;
        height: 35px;
    }
}

.uni-single-department-doctor-item .item-caption .item-caption-info tfoot tr td ul li a:hover {
    background: #3f97da;
    color: #fff;
}

.uni-single-department-appointment {
    padding-top: 40px;
}

.uni-single-department-appointment-form {
    padding-top: 30px;
}

    .uni-single-department-appointment-form .input-group {
        width: 100%;
    }

        .uni-single-department-appointment-form .input-group .input-group-addon {
            width: 50px;
            height: 50px;
            background: #1A3371;
            color: #fff;
            border: none;
            border-radius: 0;
        }

            .uni-single-department-appointment-form .input-group .input-group-addon.btn {
                background: transparent;
                border: 1px solid #e0e0e0;
                border-left: none;
                color: #333;
            }

        .uni-single-department-appointment-form .input-group input {
            height: 50px;
            border-radius: 0;
        }

        .uni-single-department-appointment-form .input-group .form-control {
            font-family: 'Poppins';
            font-size: 15px;
            font-weight: 600;
            font-style: oblique;
            font-stretch: normal;
            line-height: 3;
            letter-spacing: normal;
            text-align: left;
            color: black;
            text-transform: capitalize;
            border-color: black;
            border-radius:4px;
        }

      

        .uni-single-department-appointment-form .input-group textarea {
            height: 85px;
            border: solid 1px #e0e0e0;
        }

    .uni-single-department-appointment-form .vk-btn-send {
        min-width: 140px;
        height: 50px;
        border: solid 2px #1A3371;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 3;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
        background: #fff;
        float: right;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-single-department-appointment-form .vk-btn-send:hover {
            color: #fff;
            background: #1A3371;
        }

/*BLOG*/
/*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;
    }

        .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 #3f97da;
            box-shadow: inset 0px 24px 0 0 #3f97da;
            border: solid 1px #3f97da;
        }

            .blog-list-item .uni-entry-body .uni-entry-time ul li {
                font-family: 'Poppins';
                text-align: center;
            }

                .blog-list-item .uni-entry-body .uni-entry-time ul li.year {
                    font-size: 14px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.71;
                    letter-spacing: normal;
                    color: #ffffff;
                }

                .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;
                    text-align: center;
                    color: #3f97da;
                    padding-top: 10px;
                }

                .blog-list-item .uni-entry-body .uni-entry-time ul li.month {
                    font-size: 14px;
                    font-weight: 600;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.71;
                    letter-spacing: normal;
                    text-align: center;
                    color: #3f97da;
                    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;
                font-family: 'Poppins';
                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-list-item .uni-entry-body .uni-entry-content .uni-entry-header .uni-entry-title a:hover {
                    color: #3f97da;
                }

            .blog-list-item .uni-entry-body .uni-entry-content .uni-entry-meta {
                padding: 10px 0;
            }

                .blog-list-item .uni-entry-body .uni-entry-content .uni-entry-meta span {
                    font-family: 'Poppins';
                    font-size: 12px;
                    font-weight: 600;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #3f97da;
                    padding-right: 15px;
                    text-transform: uppercase;
                }

            .blog-list-item .uni-entry-body .uni-entry-content .uni-entry-summary p {
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.71;
                letter-spacing: normal;
                text-align: left;
                color: #666666;
            }

            .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: #3f97da;
                    border: solid 1px #3f97da;
                    font-family: 'Poppins';
                    font-size: 14px;
                    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: #3f97da;
                        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: 14px;
        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: #3f97da;
        }

    .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: 'Poppins';
    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 #3f97da;
    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: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        text-indent: 15px;
    }

    .uni-blog-list-right .vk-newlist-banner-test-search button {
        width: 20%;
        height: 48px;
        background: #3f97da;
        border: none;
        border-left: 1px solid #3f97da;
        outline: none;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-size: 14px;
        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: #3f97da;
            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: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 3.64;
                letter-spacing: normal;
                text-align: left;
                text-transform: capitalize;
                color: #666666;
                -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: #3f97da;
                    margin-left: 15px;
                }

                .uni-blog-list-right .uni-widget-category ul li a i {
                    margin-right: 5px;
                    color: #3f97da;
                }

.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: 'Poppins';
            font-size: 14px;
            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: 'Poppins';
            font-size: 12px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: normal;
            text-align: left;
            color: #3f97da;
            text-transform: uppercase;
            padding-top: 5px;
        }

            .uni-blog-list-right .uni-widget-popular-posts .item-caption .time i {
                color: #3f97da;
                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: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 3.64;
            letter-spacing: normal;
            text-align: left;
            text-transform: capitalize;
            color: #666666;
            -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: #3f97da;
                margin-left: 15px;
            }

            .uni-blog-list-right .uni-widget-archive ul li a i {
                margin-right: 5px;
                color: #3f97da;
            }

.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: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 34px;
            padding: 0 20px;
            letter-spacing: normal;
            text-align: center;
            color: #666666;
            -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: #3f97da;
                border-color: #3f97da;
            }

/*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: 'Poppins';
            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: #3f97da;
            }

        .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: 'Poppins';
                font-size: 12px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: 2;
                letter-spacing: normal;
                text-align: left;
                color: #3f97da;
                padding-right: 15px;
                text-transform: uppercase;
            }

        .blog-grid-item .uni-entry-body .uni-entry-content .uni-entry-summary p {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #666666;
        }

        .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: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal;
                text-align: center;
                color: #3f97da;
                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: #3f97da;
                    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: 14px;
        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: #3f97da;
        }

    .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: 'Poppins';
    font-size: 14px;
    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: #3f97da;
        border-color: #3f97da;
    }

.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: 80px 0;
}

    .uni-single-post-body .uni-entry-header .uni-entry-title {
        display: block;
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: bold;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        text-transform: uppercase;
    }

    .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 #3f97da;
            box-shadow: inset 0px 24px 0 0 #3f97da;
            border: solid 1px #3f97da;
        }

            .uni-single-post-body .uni-entry-body .uni-entry-time ul li {
                font-family: 'Poppins';
                text-align: center;
            }

                .uni-single-post-body .uni-entry-body .uni-entry-time ul li.year {
                    font-size: 14px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.71;
                    letter-spacing: normal;
                    color: #ffffff;
                }

                .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;
                    text-align: center;
                    color: #3f97da;
                    padding-top: 10px;
                }

                .uni-single-post-body .uni-entry-body .uni-entry-time ul li.month {
                    font-size: 14px;
                    font-weight: 600;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.71;
                    letter-spacing: normal;
                    text-align: center;
                    color: #3f97da;
                    text-transform: uppercase;
                }

        .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: 'Poppins';
                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;
            }

            .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: 'Poppins';
                    font-size: 12px;
                    font-weight: 600;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #3f97da;
                    padding-right: 15px;
                    text-transform: uppercase;
                }

            .uni-single-post-body .uni-entry-body .uni-entry-content .uni-entry-description p {
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.71;
                letter-spacing: normal;
                text-align: left;
                color: #666666;
            }

            .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: #3f97da;
                    border: solid 1px #3f97da;
                    font-family: 'Poppins';
                    font-size: 14px;
                    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: #3f97da;
                        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: 'Poppins';
    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: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-post-body .uni-single-post-services .uni-single-post-services-info ul li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

    .uni-single-post-body .uni-single-post-services .uni-single-post-services-info ul li i {
        color: #3f97da;
    }

.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: 'Poppins';
            font-size: 14px;
            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: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 40px;
            letter-spacing: normal;
            text-align: center;
            border: solid 1px #3f97da;
            color: #3f97da;
            -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: #3f97da;
            }

    .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: 'Poppins';
                font-size: 14px;
                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: 'Poppins';
                font-size: 14px;
                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: #3f97da;
                    border-color: #3f97da;
                }

.uni-single-post-body .uni-author .uni-author-title {
    font-family: 'Poppins';
    font-size: 14px;
    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: 'Poppins';
        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: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

    .uni-single-post-body .uni-author .uni-author-info .item-content a {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #3f97da;
    }

    .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: 14px;
                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: #3f97da;
                }

.uni-post-pagination {
    display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

    .uni-post-pagination a {
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 600;
        color: #3f97da;
    }

    .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: 'Poppins';
    font-size: 14px;
    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: #3f97da;
    }

.uni-post-pagination .uni-pagination-latest .entry-meta span {
    display: block;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.71;
    color: #3f97da;
    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: 'Poppins';
        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: #3f97da;
            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: 'Poppins';
                    font-size: 14px;
                    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: 'Poppins';
                        font-size: 14px;
                        line-height: 1.86;
                        text-align: left;
                        color: #666666;
                        margin: 0;
                    }

                .comments-area .list-comments .comment-list li.depth-1 .content-comment .reply a {
                    font-family: 'Poppins';
                    font-size: 14px;
                    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: #3f97da;
                    }

                .comments-area .list-comments .comment-list li.depth-1 .content-comment .reply .comment-extra-info {
                    font-family: 'Poppins';
                    font-size: 14px;
                    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: 'Poppins';
        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: #3f97da;
            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: 'Poppins';
            font-size: 14px;
        }

        .comments-area .form-comment .uni-message-cause-form .btn {
            background: #3f97da;
            border: 1px solid #3f97da;
            border-radius: 0px;
            font-family: 'Poppins';
            font-size: 14px;
            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: #3f97da;
                background: #fff;
                border: 1px solid #3f97da;
                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;
        }

/*SHOP*/
.uni-shop-body {
    padding: 80px 0;
    background: #f4f4f4;
}

.product-filter {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

    .product-filter .woocommerce-result-count {
        float: left;
    }

@media screen and (max-width: 767px) {
    .product-filter .woocommerce-result-count {
        float: none;
    }
}

.product-filter .woocommerce-ordering {
    float: right;
}

@media screen and (max-width: 767px) {
    .product-filter .woocommerce-ordering {
        float: none;
        margin-top: 20px;
    }
}

.product-filter p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
    padding-top: 15px;
}

.product-filter form {
    margin-bottom: 0;
}

.product-filter select {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 205px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .product-filter select {
        width: 100%;
    }
}

.product-filter select option {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #808080;
}

.product-item {
    margin-top: 30px;
}

    .product-item:hover .category-product li .wrapper {
        -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.15);
    }

        .product-item:hover .category-product li .wrapper .feature-image {
            background: #fff;
        }

    .product-item .category-product {
        border: solid 1px #f0f0f0;
    }

        .product-item .category-product li .wrapper {
            border-radius: 3px;
            background-color: #ffffff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .product-item .category-product li .wrapper .feature-image {
                position: relative;
                background: #f9f9f9;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

@media screen and (min-width: 992px) {
    .product-item .category-product li .wrapper .feature-image {
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

        .product-item .category-product li .wrapper .feature-image img {
            width: auto;
            height: 100%;
            margin: 0 auto;
            padding: 30px 0;
        }
}

@media screen and (max-width: 991px) {
    .product-item .category-product li .wrapper .feature-image img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0;
    }
}

.product-item .category-product li .wrapper .feature-image .uni-sale {
    position: absolute;
    top: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f97da;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

    .product-item .category-product li .wrapper .feature-image .uni-sale span {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
    }

.product-item .category-product li .wrapper .stats {
    padding: 20px;
}

    .product-item .category-product li .wrapper .stats .box-title .title-product a {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .product-item .category-product li .wrapper .stats .box-title .title-product a {
        font-size: 14px;
    }
}

.product-item .category-product li .wrapper .stats .box-title .title-product a:hover {
    color: #3f97da;
}

.product-item .category-product li .wrapper .stats .price-add-cart {
    padding-top: 10px;
}

    .product-item .category-product li .wrapper .stats .price-add-cart .vote-star ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .product-item .category-product li .wrapper .stats .price-add-cart .vote-star ul li {
            float: left;
            font-family: FontAwesome;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2;
            letter-spacing: 1.2px;
            text-align: center;
            color: #3f97da;
        }

    .product-item .category-product li .wrapper .stats .price-add-cart .box-price {
        text-align: center;
        line-height: 2.5;
    }

        .product-item .category-product li .wrapper .stats .price-add-cart .box-price .woocommerce-Price-amount {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: center;
            color: #666666;
        }

    .product-item .category-product li .wrapper .stats .price-add-cart .box-add {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .product-item .category-product li .wrapper .stats .price-add-cart .box-add a {
            display: block;
            width: 140px;
            border: 1px solid #3f97da;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 40px;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            position: relative;
            border-radius: 3px;
            background: #3f97da;
            text-transform: uppercase;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .product-item .category-product li .wrapper .stats .price-add-cart .box-add a {
        display: block;
    }
}

.product-item .category-product li .wrapper .stats .price-add-cart .box-add a:hover {
    background: transparent;
    color: #3f97da;
}

.loop-pagination {
    text-align: center;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loop-pagination li {
        float: left;
        margin-left: -1px;
    }

@media screen and (max-width: 991px) {
    .loop-pagination li {
        margin-left: 1px;
    }
}

.loop-pagination li:first-child {
    margin-left: 0;
}

.loop-pagination li a.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.06;
    text-align: center;
    color: #666666;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .loop-pagination li a.page-numbers {
        width: 35px;
        height: 35px;
    }
}

.loop-pagination li a.page-numbers:hover {
    background: #3f97da;
    color: #fff;
    border-color: #3f97da;
}

.loop-pagination li a.current {
    background: #3f97da;
    color: #fff;
    border-color: #3f97da;
}

.loop-pagination li a.prev {
    border: 1px solid #E0E0E0;
    padding: 10px 18px;
}

.loop-pagination li a.next {
    border: 1px solid #E0E0E0;
    padding: 10px 18px;
}

.uni-siderbar-left h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    text-transform: uppercase;
}

.uni-siderbar-left .uni-divider {
    border-color: #3f97da;
}

.uni-siderbar-left .vk-newlist-banner-test-search button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .uni-siderbar-left .vk-newlist-banner-test-search button:hover {
        background: #3f97da;
        color: #FFF;
    }

.uni-siderbar-left form {
    background: #f0f0f0;
}

.uni-siderbar-left .vk-newlist-banner-test-search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #3f97da;
    border-radius: 0;
}

    .uni-siderbar-left .vk-newlist-banner-test-search input {
        width: 80%;
        height: 50px;
        border: none;
        outline: none;
        color: #777;
        background: transparent;
        font-family: 'Poppins';
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        text-indent: 15px;
    }

    .uni-siderbar-left .vk-newlist-banner-test-search button {
        width: 20%;
        height: 48px;
        background: #3f97da;
        border: none;
        border-left: 1px solid #3f97da;
        outline: none;
        text-align: center;
        line-height: 44px;
        color: #fff;
        font-size: 14px;
        float: right;
        border-radius: 0px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-siderbar-left .vk-newlist-banner-test-search button:hover {
            color: #3f97da;
            background: transparent;
        }

.uni-siderbar-left .vk-category {
    margin-top: 60px;
}

    .uni-siderbar-left .vk-category ul {
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

        .uni-siderbar-left .vk-category ul li {
            list-style-type: none;
            border-bottom: 1px dashed #e0e0e0;
        }

            .uni-siderbar-left .vk-category ul li:last-child {
                border-bottom: none;
            }

            .uni-siderbar-left .vk-category ul li a {
                display: block;
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 3.64;
                letter-spacing: normal;
                text-align: left;
                text-transform: capitalize;
                color: #666666;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .uni-siderbar-left .vk-category ul li a:hover {
                    color: #3f97da;
                    margin-left: 15px;
                }

                .uni-siderbar-left .vk-category ul li a i {
                    margin-right: 5px;
                    color: #3f97da;
                }

.uni-siderbar-left .uni-filter-price {
    margin-top: 45px;
}

.uni-siderbar-left .uni-best-seller {
    margin-top: 60px;
}

    .uni-siderbar-left .uni-best-seller .vk-newlist-details {
        padding-top: 30px;
    }

    .uni-siderbar-left .uni-best-seller h4 {
        margin-bottom: 0;
    }

        .uni-siderbar-left .uni-best-seller h4 a {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.86;
            letter-spacing: normal;
            text-align: left;
            color: #22292d;
            text-transform: capitalize;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-siderbar-left .uni-best-seller h4 a:hover {
                color: #3f97da;
            }

.uni-siderbar-left #slider-range {
    width: 100%;
    height: 5px;
    background: #E0E0E0;
    border-radius: 2px;
    border: none;
    margin-top: 40px;
}

.uni-siderbar-left .ui-state-active {
    border-color: transparent;
    background: transparent;
}

.uni-siderbar-left .ui-state-default {
    position: relative;
    border-color: transparent;
    background: transparent;
    outline: none;
}

    .uni-siderbar-left .ui-state-default:before {
        content: '';
        width: 16px !important;
        height: 16px !important;
        background: #3f97da !important;
        border: none;
        border-radius: 50%;
        outline: none;
        top: 0px;
        position: absolute;
    }

    .uni-siderbar-left .ui-state-default:after {
        content: '';
        width: 10px !important;
        height: 10px !important;
        background: #fff !important;
        border: none;
        border-radius: 50%;
        outline: none;
        top: 3px;
        left: 3px;
        position: absolute;
    }

.uni-siderbar-left .ui-slider-horizontal .ui-slider-range {
    background: #3f97da;
    margin-left: -5px;
}

.uni-siderbar-left .label-filter-price {
    text-align: center;
    margin-top: 25px;
}

    .uni-siderbar-left .label-filter-price input {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: center;
        color: #666666;
        border: none;
        background: transparent;
    }

.uni-siderbar-left .btn-filter-prince {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: #3f97da;
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    border-radius: 3px;
    color: #FFF;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .uni-siderbar-left .btn-filter-prince:hover {
        border: 1px solid #3f97da;
        background: none;
        color: #3f97da;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.uni-siderbar-left .vk-book-details {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}

    .uni-siderbar-left .vk-book-details:last-child {
        border-bottom: none;
    }

    .uni-siderbar-left .vk-book-details .vk-best-seller-img {
        float: left;
        border: 1px solid #E0E0E0;
    }

        .uni-siderbar-left .vk-book-details .vk-best-seller-img img {
            width: 60px;
            height: 60px;
            overflow: hidden;
        }

    .uni-siderbar-left .vk-book-details .vk-best-seller-info {
        padding-left: 80px;
    }

        .uni-siderbar-left .vk-book-details .vk-best-seller-info ul {
            margin: 0;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .uni-siderbar-left .vk-book-details .vk-best-seller-info ul li {
                float: left;
            }

                .uni-siderbar-left .vk-book-details .vk-best-seller-info ul li i {
                    font-family: FontAwesome;
                    font-size: 12px;
                    line-height: 2;
                    letter-spacing: 1.2px;
                    color: #3f97da;
                }

        .uni-siderbar-left .vk-book-details .vk-best-seller-info p {
            color: #666;
            margin: 0;
        }

/*SINGLE PRODUCT*/
.uni-single-product #content {
    padding: 100px 0;
}

@media screen and (max-width: 991px) {
    .uni-single-product-right .right {
        margin-top: 30px;
    }
}

.uni-single-product-right .right .entry-title {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #22292d;
}

.uni-single-product-right .right .uni-box-vote {
    padding-top: 10px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .uni-single-product-right .right .uni-box-vote span {
        font-family: 'Poppins';
        font-size: 14px;
        color: #22292d;
        float: left;
    }

        .uni-single-product-right .right .uni-box-vote span i {
            font-family: FontAwesome;
            font-size: 12px;
            letter-spacing: 1.2px;
            color: #3f97da;
        }

.uni-single-product-right .right .price {
    padding-bottom: 10px;
}

    .uni-single-product-right .right .price .woocommerce-Price-amount {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #333333;
    }

.uni-single-product-right .right .description p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-single-product-right .right .quantity {
    float: left;
}

    .uni-single-product-right .right .quantity label {
        font-family: 'Poppins';
        font-size: 11px;
        font-weight: bold;
        line-height: 2.18;
        text-align: left;
        color: #666666;
        text-transform: uppercase;
    }

    .uni-single-product-right .right .quantity input {
        width: 75px;
        height: 36px;
        border-radius: 0;
        border: solid 1px #aeaeae;
    }

    .uni-single-product-right .right .quantity .form-control {
        margin-bottom: 0;
    }

    .uni-single-product-right .right .quantity .form-group {
        margin-bottom: 0;
    }

.uni-single-product-right .right .cart {
    position: relative;
    padding-top: 20px;
}

.uni-single-product-right .right .single_add_to_cart_button {
    position: absolute;
    bottom: 0;
    background: #3f97da;
    padding: 6px 24px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #3f97da;
    border-radius: 0;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .uni-single-product-right .right .single_add_to_cart_button:hover {
        color: #3f97da;
        background: transparent;
    }

.uni-single-product-right .right .product_meta {
    padding-top: 25px;
}

    .uni-single-product-right .right .product_meta span {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: bold;
        color: #404040;
        text-transform: uppercase;
    }

        .uni-single-product-right .right .product_meta span a {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            color: #808080;
            text-transform: none;
        }

            .uni-single-product-right .right .product_meta span a:after {
                content: ",";
            }

            .uni-single-product-right .right .product_meta span a:last-child:after {
                content: "";
            }

.uni-single-product-right .product-slide ul li {
    display: inline-block;
}

.uni-single-product-right .product-slide .img-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 30px;
    border: 1px solid #E0E0E0;
}

    .uni-single-product-right .product-slide .img-slide .filter2 {
        display: none;
    }

        .uni-single-product-right .product-slide .img-slide .filter2.active {
            display: block;
        }

    .uni-single-product-right .product-slide .img-slide img {
        width: 100%;
        height: auto;
    }

.uni-single-product-right .product-slide .row-fix .img-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    height: 92px;
    padding: 10px;
    margin-right: 10px;
    border: solid 1px #E0E0E0;
}

    .uni-single-product-right .product-slide .row-fix .img-small.active {
        border: solid 1px #3f97da;
    }

    .uni-single-product-right .product-slide .row-fix .img-small:hover {
        cursor: pointer;
    }

    .uni-single-product-right .product-slide .row-fix .img-small img {
        width: 100%;
        height: auto;
    }

.uni-single-product-right .comment-tabs {
    padding-top: 60px;
}

.uni-single-product-right .uni-shortcode-tab-3 {
    margin-bottom: 60px;
}

.uni-single-product-right .uni-shortcode-tabs-default .tabbable-line > .tab-content {
    background: transparent;
    padding-top: 40px;
}

    .uni-single-product-right .uni-shortcode-tabs-default .tabbable-line > .tab-content h3 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.94;
        letter-spacing: normal;
        text-align: left;
        text-transform: uppercase;
        color: #22292d;
    }

.uni-single-product-right .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.active > a span {
    text-transform: uppercase;
}

.uni-single-product-right .panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uni-single-product-right #description p {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #808080;
}

.related h2 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 30px;
}

    .related h2 span {
        color: #3f97da;
    }

#review .comment-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    #review .comment-item:last-child {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    #review .comment-item .comment_container .comment-left {
        background-color: #fff;
        width: 100px;
        height: 130px;
        float: left;
    }

        #review .comment-item .comment_container .comment-left .star-rating {
            text-align: center;
        }

            #review .comment-item .comment_container .comment-left .star-rating span {
                font-family: FontAwesome;
                font-size: 14px;
                line-height: 2.14;
                letter-spacing: 0.7px;
                color: #3f97da;
            }

    #review .comment-item .comment_container .comment-text {
        padding-left: 120px;
    }

        #review .comment-item .comment_container .comment-text .meta h3 {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            color: #333;
            padding-bottom: 10px;
        }

        #review .comment-item .comment_container .comment-text .meta span {
            font-family: 'Poppins';
            font-size: 15px;
            font-weight: 600;
            text-align: left;
            color: #888888;
        }

        #review .comment-item .comment_container .comment-text .description {
            padding-top: 10px;
        }

            #review .comment-item .comment_container .comment-text .description p {
                font-family: 'Poppins';
                font-size: 15px;
                font-weight: 300;
                text-align: left;
                color: #888888;
            }

.review-loadmore-button {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 44px;
    background: #3f97da;
    border: 1px solid #3f97da;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .review-loadmore-button:hover {
        background: #fff;
        color: #3f97da;
    }

.uni-single-product-add-your-review {
    padding-top: 60px;
}

    .uni-single-product-add-your-review h3 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        color: #404040;
        padding-bottom: 30px;
    }

    .uni-single-product-add-your-review span i {
        color: #3f97da;
    }

    .uni-single-product-add-your-review input[type=text] {
        height: 44px;
        border-radius: 3px;
        border: solid 1px #d7d7d7;
        margin: 20px 0;
    }

    .uni-single-product-add-your-review textarea {
        height: 200px;
        border-radius: 3px;
        border: solid 1px #d7d7d7;
        margin-bottom: 20px;
    }

    .uni-single-product-add-your-review .btn {
        background: #3f97da;
        border: 1px solid #3f97da;
        border-radius: 3px;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: bold;
        line-height: 2.31;
        text-align: center;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        width: 19%;
    }

@media screen and (max-width: 991px) {
    .uni-single-product-add-your-review .btn {
        width: 100%;
    }
}

.uni-single-product-add-your-review .btn:hover {
    background: #fff;
    color: #3f97da;
}

/*SHOP CART*/
.uni-cart .entry-content {
    padding: 100px 0;
}

.uni-cart .woocommerce thead {
    border-bottom: 2px solid #3f97da;
}

    .uni-cart .woocommerce thead tr th {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 2.14;
        text-align: left;
        color: #22292d;
        border-bottom: none;
    }

@media screen and (max-width: 400px) {
    .uni-cart .woocommerce thead tr th {
        font-size: 10px;
    }
}

.uni-cart .woocommerce thead .product-remove {
    width: 5%;
}

.uni-cart .woocommerce thead .product-name {
    width: 45%;
}

.uni-cart .woocommerce tbody tr td {
    vertical-align: middle;
    border-top: 1px solid #E0E0E0;
}

.uni-cart .woocommerce tbody .product-remove {
    text-align: center;
}

    .uni-cart .woocommerce tbody .product-remove i {
        color: #3f97da;
        font-size: 18px;
    }

.uni-cart .woocommerce tbody .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .uni-cart .woocommerce tbody .product-name {
        display: block;
    }
}

.uni-cart .woocommerce tbody .product-name .product-thumbnail {
    margin-right: 20px;
    display: block;
    float: left;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    padding: 5px;
}

    .uni-cart .woocommerce tbody .product-name .product-thumbnail a img {
        display: inline-block;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

.uni-cart .woocommerce tbody .product-name a {
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .uni-cart .woocommerce tbody .product-name a:hover {
        color: #3f97da;
    }

.uni-cart .woocommerce tbody .product-price {
    font-family: 'Poppins';
    font-size: 14px;
    color: #333;
}

.uni-cart .woocommerce tbody .product-subtotal {
    font-family: 'Poppins';
    font-size: 14px;
    color: #333;
}

.uni-cart .woocommerce tbody .product-quantity .quantity input {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #22292d;
    width: 75px;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #E0E0E0;
    padding: 0 10px;
}

.uni-cart .woocommerce tfoot tr td {
    padding: 20px 0;
}

@media screen and (max-width: 991px) {
    .uni-cart .woocommerce tfoot tr td {
        padding: 30px 10px;
    }
}

.uni-cart .woocommerce tfoot .actions .coupon {
    float: left;
}

@media screen and (max-width: 991px) {
    .uni-cart .woocommerce tfoot .actions .coupon {
        float: none;
    }
}

.uni-cart .woocommerce tfoot .actions #coupon_code {
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    width: 250px;
    height: 40px;
    padding: 0 14px;
    margin-right: 10px;
    border: solid 1px #e0e0e0;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .uni-cart .woocommerce tfoot .actions #coupon_code {
        width: 100%;
        margin-bottom: 20px;
    }
}

.uni-cart .woocommerce tfoot .button {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    text-align: center;
    background: #3f97da;
    border: 1px solid #3f97da;
    color: #fff;
    border-radius: 0;
    padding: 4px 26px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    float: right;
}

@media screen and (max-width: 991px) {
    .uni-cart .woocommerce tfoot .button {
        width: 100%;
        margin-bottom: 20px;
    }
}

.uni-cart .woocommerce tfoot .button:hover {
    border-color: #3f97da;
    background: transparent;
    color: #3f97da;
}

.uni-cart .cart-collaterals {
    padding-top: 40px;
}

    .uni-cart .cart-collaterals .cart_totals h2 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #404040;
        margin-bottom: 20px;
    }

    .uni-cart .cart-collaterals table {
        width: 100%;
        border-top: 2px solid #3f97da;
    }

        .uni-cart .cart-collaterals table th {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            line-height: 2.14;
            text-align: left;
            color: #22292d;
            width: 50%;
            padding: 10px 0;
            border-top: 1px solid #e0e0e0;
        }

        .uni-cart .cart-collaterals table tr {
            border-top: 1px solid #e0e0e0;
            color: #666;
        }

        .uni-cart .cart-collaterals table .order-total {
            border-bottom: 1px solid #e0e0e0;
            font-weight: bold;
        }

    .uni-cart .cart-collaterals .wc-proceed-to-checkout {
        padding-top: 20px;
    }

        .uni-cart .cart-collaterals .wc-proceed-to-checkout a.button {
            display: block;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            line-height: 2.14;
            text-align: center;
            color: #ffffff;
            background: #3f97da;
            border-radius: 0;
            border: 1px solid #3f97da;
            padding: 11px;
            text-transform: uppercase;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-cart .cart-collaterals .wc-proceed-to-checkout a.button:hover {
                background: #fff;
                color: #3f97da;
            }

/*CHECK OUT*/
.uni-checkout .uni-checkout-body {
    padding: 100px 0;
}

    .uni-checkout .uni-checkout-body .checkout-ship-address-checkbox {
        display: none;
    }

    .uni-checkout .uni-checkout-body .checkbox-create-account-form {
        display: none;
    }

    .uni-checkout .uni-checkout-body .woocommerce-form-login p {
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #7b7b7b;
        padding-bottom: 20px;
    }

    .uni-checkout .uni-checkout-body .vk-form-woo-login {
        display: none;
        background: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 30px 20px;
        border-radius: 3px;
        border: 1px solid #e0e0e0;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-ship-address select {
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 0 20px;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 0;
        text-align: left;
        color: #aeaeae;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-ship-address textarea {
        width: 100%;
        height: 151px;
        background-color: #ffffff;
        border: 1px solid #f0f0f0;
        padding: 20px;
        font-family: 'Poppins';
        font-size: 14px;
        text-align: left;
        color: #aeaeae;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-creat-account h3 {
        text-transform: none;
    }

        .uni-checkout .uni-checkout-body .vk-checkout-creat-account h3 label {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.57;
            letter-spacing: normal;
            text-align: left;
            text-transform: capitalize;
            color: #22292d;
        }

    .uni-checkout .uni-checkout-body .vk-checkout-creat-account .vk-check-create-account-form .form-row {
        margin: 30px 0;
    }

    .uni-checkout .uni-checkout-body #payment {
        padding-top: 60px;
    }

        .uni-checkout .uni-checkout-body #payment h3 {
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            color: #333333;
            margin-bottom: 0;
        }

        .uni-checkout .uni-checkout-body #payment ul {
            margin: 0;
            padding: 15px 0;
        }

            .uni-checkout .uni-checkout-body #payment ul li {
                list-style-type: none;
            }

                .uni-checkout .uni-checkout-body #payment ul li label {
                    font-family: 'Poppins';
                    font-size: 14px;
                    line-height: 2.57;
                    text-align: left;
                    font-weight: normal;
                    color: #22292d;
                }

                .uni-checkout .uni-checkout-body #payment ul li .payment_box {
                    padding-left: 20px;
                }

                    .uni-checkout .uni-checkout-body #payment ul li .payment_box p {
                        font-family: 'Poppins';
                        font-size: 14px;
                        line-height: 1.86;
                        text-align: left;
                        color: #7b7b7b;
                    }

                .uni-checkout .uni-checkout-body #payment ul li a {
                    font-family: 'Poppins';
                    font-size: 14px;
                    line-height: 2.57;
                    text-align: left;
                    color: #3f97da;
                    margin-left: 20px;
                }

                    .uni-checkout .uni-checkout-body #payment ul li a:hover {
                        color: #333333;
                    }

        .uni-checkout .uni-checkout-body #payment .place-order {
            margin-top: 30px;
        }

            .uni-checkout .uni-checkout-body #payment .place-order input {
                width: 100%;
                height: 50px;
                background-color: #3f97da;
                border: 1px solid #3f97da;
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: bold;
                line-height: 2.77;
                text-align: center;
                color: #ffffff;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .uni-checkout .uni-checkout-body #payment .place-order input:hover {
                    background: #fff;
                    color: #3f97da;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

    .uni-checkout .uni-checkout-body .vk-checkout-order-left h3 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        color: #333333;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-order-left table {
        width: 100%;
    }

        .uni-checkout .uni-checkout-body .vk-checkout-order-left table thead tr th {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: bold;
            line-height: 2.14;
            text-align: left;
            color: #404040;
            text-transform: uppercase;
        }

        .uni-checkout .uni-checkout-body .vk-checkout-order-left table tbody tr td {
            font-family: 'Poppins';
            font-size: 14px;
            line-height: 2.14;
            text-align: left;
            color: #666666;
        }

        .uni-checkout .uni-checkout-body .vk-checkout-order-left table tfoot tr th {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 500;
            line-height: 2.14;
            text-align: left;
            color: #404040;
        }

        .uni-checkout .uni-checkout-body .vk-checkout-order-left table tr td {
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }

        .uni-checkout .uni-checkout-body .vk-checkout-order-left table tr th {
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }

    .uni-checkout .uni-checkout-body .vk-checkout-order-left thead {
        border-bottom: 2px solid #3f97da;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-order-left .order-total {
        color: #404040;
    }

    .uni-checkout .uni-checkout-body .vk-checkout-billing-left {
        padding-top: 60px;
        padding-bottom: 43px;
    }

        .uni-checkout .uni-checkout-body .vk-checkout-billing-left h3 {
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            color: #333333;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .uni-checkout .uni-checkout-body .vk-checkout-billing-left p {
            margin-bottom: 27px;
        }

            .uni-checkout .uni-checkout-body .vk-checkout-billing-left p label {
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: normal;
                line-height: 1.57;
                text-align: left;
                color: #22292d;
                margin-bottom: 10px;
            }

            .uni-checkout .uni-checkout-body .vk-checkout-billing-left p .required {
                font-family: 'Poppins';
                font-size: 18px;
                font-weight: 900;
                line-height: 1.22;
                color: #3f97da;
            }

        .uni-checkout .uni-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields select {
            width: 100%;
            height: 50px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            padding: 0 20px;
            font-family: 'Poppins';
            font-size: 14px;
            line-height: 0;
            text-align: left;
            color: #aeaeae;
            border-radius: 3px;
        }

    .uni-checkout .uni-checkout-body .vk-check-coupon {
        display: none;
        background: #ffffff;
        padding: 20px;
        border: 1px solid #e0e0e0;
        margin-top: 10px;
    }

        .uni-checkout .uni-checkout-body .vk-check-coupon .form-row-first input {
            width: 100%;
            height: 40px;
        }

        .uni-checkout .uni-checkout-body .vk-check-coupon p {
            margin-bottom: 0;
        }

        .uni-checkout .uni-checkout-body .vk-check-coupon .form-row-last input[type="submit"] {
            border: 1px solid #3f97da;
            font-family: 'Poppins';
            font-size: 13px;
            font-weight: bold;
            line-height: 0;
            text-align: center;
            color: #ffffff;
            background: #3f97da;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-checkout .uni-checkout-body .vk-check-coupon .form-row-last input[type="submit"]:hover {
                background: #fff;
                color: #3f97da;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

    .uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info {
        margin-bottom: 10px;
        background: #fff;
        padding: 14px 20px;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #666;
        border: 1px solid #e0e0e0;
        border-top: 2px solid #3f97da;
        border-radius: 3px;
    }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info i {
            font-family: FontAwesome;
            font-size: 18px;
            line-height: 1.67;
            color: #3f97da;
            margin-right: 20px;
        }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info a {
            color: #3f97da;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info a:hover {
                color: #22292d;
            }

    .uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-first input {
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 20px;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #e0e0e0;
        border-radius: 3px;
    }

    .uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-last input {
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 20px;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #aeaeae;
        border-radius: 3px;
    }

    .uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-last textarea {
        width: 100%;
        height: 120px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
    }

    .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login {
        margin-top: 30px;
    }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login p {
            margin-bottom: 0px;
        }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input.button {
            width: 120px;
            height: 40px;
            background-color: #3f97da;
            border-radius: 3px;
        }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
            border: 1px solid #3f97da;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: bold;
            line-height: 1.69;
            text-align: center;
            color: #ffffff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"]:hover {
                background: #fff;
                color: #3f97da;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
            width: 16px;
            height: 16px;
            border-radius: 3px;
            background-color: #ffffff;
            border: solid 1px #aeaeae;
            margin-left: 20px;
        }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox span {
            font-family: 'Poppins';
            font-size: 14px;
            line-height: 1.57;
            text-align: left;
            color: #7b7b7b;
            font-weight: normal;
        }

        .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password {
            margin: 0;
            padding-top: 15px;
        }

            .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a {
                font-family: 'Poppins';
                font-size: 14px;
                line-height: 1.57;
                text-align: right;
                color: #3f97da;
            }

                .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a:hover {
                    color: #333;
                }

                .uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a i {
                    font-family: FontAwesome;
                    font-size: 18px;
                    margin-right: 5px;
                }

/*shortcode*/
/*shortcode buttons*/
.uni-banner-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
}

    .uni-banner-default .page-title {
        float: left;
    }

@media screen and (max-width: 767px) {
    .uni-banner-default .page-title {
        float: none;
    }
}

.uni-banner-default .page-title h1 {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.uni-banner-default .breadcrumbs {
    float: right;
    line-height: 51px;
}

@media screen and (max-width: 767px) {
    .uni-banner-default .breadcrumbs {
        float: none;
    }
}

.uni-banner-default .breadcrumbs li {
    display: inline-block;
    text-transform: capitalize;
}

    .uni-banner-default .breadcrumbs li a {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
    }

    .uni-banner-default .breadcrumbs li:first-child:before {
        content: '';
    }

    .uni-banner-default .breadcrumbs li:before {
        content: '\f105';
        font-family: FontAwesome;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
    }

/*BUTTONS*/
.uni-shortcode-buttons .uni-shortcode-button-title {
    padding-bottom: 30px;
}

.uni-shortcode-buttons h2 {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.uni-shortcode-buttons .uni-button-medium {
    margin: 45px 0;
}

.uni-shortcode-buttons .uni-shortcode-buttons-body {
    padding: 100px 0;
}

    .uni-shortcode-buttons .uni-shortcode-buttons-body a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.vk-btn-default {
    margin-bottom: 30px;
}

    .vk-btn-default:hover {
        background-color: transparent;
        color: #e57632;
        border-color: #e57632;
    }

    .vk-btn-default:focus {
        background-color: transparent;
        color: #e57632;
        border-color: #e57632;
    }

.vk-btn-xs {
    min-height: 40px;
    font-size: 12px;
    padding: 8px 20px;
}

.vk-btn-l {
    min-height: 60px !important;
    padding: 13px 20px;
}

.vk-btn-m {
    min-height: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bg-ffc000 {
    background: #ffc000;
}

    .bg-ffc000:hover {
        border: 1px solid #ffc000;
        color: #ffc000 !important;
    }

    .bg-ffc000:focus {
        border: 2px solid #ffc000;
        color: #ffc000 !important;
    }

.bg-6fdd9d {
    background: #6fdd9d;
}

    .bg-6fdd9d:hover {
        border: 1px solid #6fdd9d;
        color: #6fdd9d !important;
    }

    .bg-6fdd9d:focus {
        border: 1px solid #6fdd9d;
        color: #6fdd9d !important;
    }

.bg-e36060 {
    background: #e36060;
}

    .bg-e36060:hover {
        border: 1px solid #e36060;
        color: #e36060 !important;
    }

    .bg-e36060:focus {
        border: 1px solid #e36060;
        color: #e36060 !important;
    }

.bg-e57632 {
    background: #e57632;
}

    .bg-e57632:hover {
        border: 1px solid #e57632;
        color: #e57632 !important;
    }

    .bg-e57632:focus {
        border: 1px solid #e57632;
        color: #e57632 !important;
    }

.bg-2dda8f {
    background: #2dda8f;
}

    .bg-2dda8f:hover {
        border: 1px solid #2dda8f;
        color: #2dda8f !important;
    }

    .bg-2dda8f:focus {
        border: 1px solid #2dda8f;
        color: #2dda8f !important;
    }

.bg-3f97da {
    background: #3f97da;
}

    .bg-3f97da:hover {
        border: 1px solid #3f97da;
        color: #3f97da !important;
    }

    .bg-3f97da:focus {
        border: 1px solid #3f97da;
        color: #3f97da !important;
    }

/*ICONS BOXS*/
.uni-shortcode-icon-box-body {
    padding: 100px 0;
}

/*ICONS BOXS 1*/
.uni-shortcode-icon-box-1-default {
    border: solid 1px #B41F1F;
    margin-bottom: 100px;
    position: relative;
}

    .uni-shortcode-icon-box-1-default .item-icons {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        background-color: #ffffff;
        border: solid 1px #1A3371;
        border-radius: 50%;
        margin: auto;
    }

    .uni-shortcode-icon-box-1-default .item-caption {
        padding: 60px 15px 18px 9px;
    }

        .uni-shortcode-icon-box-1-default .item-caption h4 {
            font-family: 'Poppins';
            font-size: 16px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #1A3371;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .uni-shortcode-icon-box-1-default .item-caption p {
            font-family: 'Poppins';
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: black;
        }

/*icons box 2*/
.uni-background-blue {
    background: #3f97da;
}

.uni-background-blue-blur {
    background: #4ea2e2;
}

.uni-shortcode-icons-box-2-default {
    padding: 40px 60px;
}

    .uni-shortcode-icons-box-2-default .item-icons {
        font-family: FontAwesome;
        font-size: 60px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.6;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .uni-shortcode-icons-box-2-default .item-caption {
        margin-top: 20px;
    }

        .uni-shortcode-icons-box-2-default .item-caption h4 {
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .uni-shortcode-icons-box-2-default .item-caption p {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

/*icons box 3*/
.uni-shortcode-icons-box-3 {
    padding-top: 100px;
}

.uni-shortcode-icons-box-3-default {
    padding-bottom: 80px;
}

    .uni-shortcode-icons-box-3-default .uni-line {
        margin: 15px 0;
        width: 40px;
        height: 1px;
        background-color: #3f97da;
    }

    .uni-shortcode-icons-box-3-default .item-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        background-color: #3f97da;
        font-family: FontAwesome;
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5;
        letter-spacing: normal;
        color: #ffffff;
        float: left;
    }

    .uni-shortcode-icons-box-3-default .item-caption {
        padding-left: 100px;
    }

        .uni-shortcode-icons-box-3-default .item-caption h4 {
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            text-transform: uppercase;
            color: #333333;
        }

        .uni-shortcode-icons-box-3-default .item-caption p {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #666666;
        }

/*icons box 4*/
.uni-shortcode-icons-box-4 {
    background-size: cover;
    background-position: center center;
    padding: 100px 0 70px 0;
}

.uni-shortcode-icons-box-4-default {
    margin-bottom: 30px;
}

    .uni-shortcode-icons-box-4-default .item-icons-title {
        background-color: #f4f4f4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .uni-shortcode-icons-box-4-default .item-icons-title .item-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            background-color: #333333;
        }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-4-default .item-icons-title .item-icons {
        width: 80px;
        height: 80px;
    }
}

.uni-shortcode-icons-box-4-default .item-icons-title .item-title {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-4-default .item-icons-title .item-title {
        min-height: 80px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .uni-shortcode-icons-box-4-default .item-icons-title .item-title {
        padding: 0 20px;
    }
}

.uni-shortcode-icons-box-4-default .item-icons-title .item-title h4 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-4-default .item-icons-title .item-title h4 {
        font-size: 14px;
    }
}

.uni-shortcode-icons-box-4-default .item-caption {
    background-color: #ffffff;
    padding: 20px 30px;
}

    .uni-shortcode-icons-box-4-default .item-caption p {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

    .uni-shortcode-icons-box-4-default .item-caption .readmore {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        line-height: 2.57;
        color: #3f97da;
        padding-top: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-shortcode-icons-box-4-default .item-caption .readmore:hover {
            color: #2d3840;
        }

/*icons box 5*/
.uni-shortcode-icons-box-5 {
    padding-top: 100px;
}

.uni-shortcode-icons-box-5-default {
    margin-bottom: 30px;
    border: solid 1px #e0e0e0;
}

    .uni-shortcode-icons-box-5-default .item-icons-title {
        background-color: #333333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .uni-shortcode-icons-box-5-default .item-icons-title .item-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            background-color: #3f97da;
        }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-5-default .item-icons-title .item-icons {
        width: 80px;
        height: 80px;
    }
}

.uni-shortcode-icons-box-5-default .item-icons-title .item-title {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-5-default .item-icons-title .item-title {
        min-height: 80px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .uni-shortcode-icons-box-5-default .item-icons-title .item-title {
        padding: 0 20px;
    }
}

.uni-shortcode-icons-box-5-default .item-icons-title .item-title h4 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-shortcode-icons-box-5-default .item-icons-title .item-title h4 {
        font-size: 14px;
    }
}

.uni-shortcode-icons-box-5-default .item-caption {
    background-color: #ffffff;
    padding: 20px 30px;
}

    .uni-shortcode-icons-box-5-default .item-caption p {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

    .uni-shortcode-icons-box-5-default .item-caption .readmore {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        line-height: 2.57;
        color: #3f97da;
        padding-top: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-shortcode-icons-box-5-default .item-caption .readmore:hover {
            color: #2d3840;
        }

/*PROCESS*/
.uni-shortcode-progress h2 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #404040;
    padding-bottom: 60px;
}

.uni-shortcode-progress .uni-shortcode-progress-body {
    padding: 100px 0;
}

.uni-processbar-thick {
    margin-top: 100px;
}

    .uni-processbar-thick .progress {
        height: 40px;
    }

        .uni-processbar-thick .progress .skill {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            color: #ffffff;
            line-height: 35px;
            padding: 0;
            margin: 0 0 0 20px;
            text-transform: uppercase;
        }

            .uni-processbar-thick .progress .skill .val {
                float: right;
                font-style: normal;
                margin: 0 20px 0 0;
            }

    .uni-processbar-thick .progress-bar {
        text-align: left;
        -webkit-transition-duration: 3s;
        -o-transition-duration: 3s;
        transition-duration: 3s;
        background: #3f97da;
    }

.uni-processbar-circle {
    margin-top: 100px;
}

    .uni-processbar-circle .uni-numbertext {
        position: relative;
        z-index: 2;
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 500;
        line-height: 1.25;
        text-align: center;
        color: #3f97da;
        margin: 0 auto;
    }

@media screen and (max-width: 991px) {
    .uni-processbar-circle .process-circle-item {
        margin-bottom: 30px;
    }
}

.uni-processbar-circle .tox-progress-content:after {
    position: absolute;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #fff;
    width: 92%;
    height: 92%;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uni-processbar-medium {
    margin-top: 100px;
}

    .uni-processbar-medium .tooltip {
        position: relative;
        float: right;
    }

        .uni-processbar-medium .tooltip .tooltip-inner {
            background-color: transparent;
            color: #3f97da;
            font-weight: bold;
            font-size: 13px;
            border-radius: 0;
        }

        .uni-processbar-medium .tooltip.top .tooltip-arrow {
            border: none;
        }

    .uni-processbar-medium section {
        margin: 140px auto;
        height: 1000px;
    }

    .uni-processbar-medium .progress {
        height: 9px;
        border-radius: 0;
        overflow: visible;
        background: rgba(255, 255, 255, 0.3);
        margin-bottom: 60px;
    }

    .uni-processbar-medium .progress-bar {
        position: relative;
        background: #3f97da;
        -webkit-transition: width 1.5s ease-in-out;
        -o-transition: width 1.5s ease-in-out;
        transition: width 1.5s ease-in-out;
    }

        .uni-processbar-medium .progress-bar:after {
            content: "";
            display: block;
            position: absolute;
            top: -4px;
            right: 0;
            width: 2px;
            height: 16px;
            background-color: #3f97da;
        }

.uni-processbar-slim .tooltip {
    position: relative;
    float: right;
}

    .uni-processbar-slim .tooltip .tooltip-inner {
        background-color: transparent;
        color: #3f97da;
        font-weight: bold;
        font-size: 13px;
        border-radius: 0;
    }

    .uni-processbar-slim .tooltip.top .tooltip-arrow {
        border: none;
    }

.uni-processbar-slim section {
    margin: 140px auto;
    height: 1000px;
}

.uni-processbar-slim .progress {
    height: 2px;
    border-radius: 0;
    overflow: visible;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 60px;
}

.uni-processbar-slim .progress-bar {
    position: relative;
    background: #3f97da;
    -webkit-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

    .uni-processbar-slim .progress-bar:after {
        content: "";
        display: block;
        border: 5px solid #3f97da;
        border-radius: 50%;
        position: absolute;
        top: -4px;
        right: 0;
    }

.uni-shortcode-tabs .uni-shortcode-tabs-body {
    padding: 80px 0;
    /* Default mode */
}

.uni-shortcode-tabs-default .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li > a {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: left;
            color: #aeaeae;
            text-transform: uppercase;
            border: 0;
            margin-right: 0;
        }

@media screen and (max-width: 767px) {
    .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li > a {
        font-size: 10px;
    }
}

.uni-shortcode-tabs-default .nav-tabs > li {
    margin-bottom: 0;
}

.uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.open, .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 2px solid #3f97da;
}

    .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.open > a, .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li:hover > a {
        border: 0;
        background: none !important;
        color: #3f97da;
    }

        .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.open > a > i, .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li:hover > a > i {
            color: #a6a6a6;
        }

    .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.open .dropdown-menu, .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
        margin-top: 0px;
    }

.uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.active {
    border-bottom: 2px solid #3f97da;
    position: relative;
}

    .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.active > a {
        border: 0;
        color: #3f97da;
    }

        .uni-shortcode-tabs-default .tabbable-line > .nav-tabs > li.active > a > i {
            color: #404040;
        }

.uni-shortcode-tabs-default .tabbable-line > .tab-content {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.uni-shortcode-tabs-default .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.uni-shortcode-tabs-default .tab-content p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-shortcode-tab-1 {
    padding-bottom: 40px;
}

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs {
        background-color: #E0E0E0;
    }

        .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li > a {
            line-height: 3;
            color: #333;
        }

    .uni-shortcode-tab-1 .nav-tabs > li.active > a {
        background: transparent;
    }

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.active {
        border-bottom: none;
        position: relative;
    }

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.open, .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li:hover {
        border-bottom: none;
    }

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.active > a {
        border: 0;
        color: #fff;
        background: #3f97da;
        border-radius: 0;
    }

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li.open > a, .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li:hover > a {
        border: 0;
        background: #3f97da !important;
        color: #fff;
        border-radius: 0;
    }

    .uni-shortcode-tab-1 .nav > li > a {
        padding: 10px 34px;
    }

    .uni-shortcode-tab-1 .nav-tabs > li {
        margin-bottom: 0;
    }

    .uni-shortcode-tab-1 .tabbable-line > .nav-tabs > li {
        margin-right: 0px;
    }

.uni-shortcode-tab-3 {
    margin-bottom: 100px;
}

    .uni-shortcode-tab-3 .tabbable-line > .nav-tabs > li {
        border: 1px solid #E0E0E0;
        border-bottom: none;
        margin-right: -1px;
    }

        .uni-shortcode-tab-3 .tabbable-line > .nav-tabs > li.active {
            border-bottom: none;
            position: relative;
            background: transparent;
        }

        .uni-shortcode-tab-3 .tabbable-line > .nav-tabs > li.open, .uni-shortcode-tab-3 .tabbable-line > .nav-tabs > li:hover {
            border-bottom: none;
        }

    .uni-shortcode-tab-3 .tabbable-line > .nav-tabs {
        margin-bottom: -2px;
    }

    .uni-shortcode-tab-3 .tabbable-line > .tab-content {
        border: 1px solid #E0E0E0;
        padding: 30px;
    }

.uni-shortcode-accordion .uni-shortcode-accordion-body {
    padding: 80px 0;
}

.accordion-default .accordion-toggle {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

.accordion-default .accordion-content {
    display: none;
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 20px;
    background: #f4f4f4;
}

    .accordion-default .accordion-content p {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
    }

.accordion-default .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 20px;
    padding-left: 65px;
}

.accordion-min-plus .accordion-item {
    margin-bottom: 10px;
}

.accordion-min-plus .accordion-toggle {
    padding: 7px;
    padding-left: 65px;
    border: 1px solid #E0E0E0;
}

    .accordion-min-plus .accordion-toggle.active:after {
        content: "\f068";
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 14px;
        font-family: FontAwesome;
        color: #fff;
        font-weight: normal;
        width: 30px;
        height: 30px;
        border: 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #3f97da;
        border-radius: 3px;
    }

    .accordion-min-plus .accordion-toggle:before {
        content: "\f067";
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 14px;
        font-weight: normal;
        font-family: FontAwesome;
        color: #fff;
        width: 30px;
        height: 30px;
        border: 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #3f97da;
        border-radius: 3px;
    }

.accordion-icons-img .accordion-item {
    margin-bottom: 10px;
}

    .accordion-icons-img .accordion-item .accordion-toggle {
        padding: 0;
        border: 1px solid #E0E0E0;
    }

        .accordion-icons-img .accordion-item .accordion-toggle .accordion-icosn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            /*background-color: #3f97da;*/
            float: left;
        }

            .accordion-icons-img .accordion-item .accordion-toggle .accordion-icosn img {
                width: 45px;
                height: 40px;
            }

        .accordion-icons-img .accordion-item .accordion-toggle h4 {
            padding-left: 70px;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 50px;
            letter-spacing: normal;
            text-align: left;
            color: #333333;
        }

/*counter*/
.uni-shortcode-counter-body {
    padding: 100px 0;
}

.uni-shortcode-counter-default ul li.counter-icons {
    font-family: FontAwesome;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f97da;
}

.uni-shortcode-counter-default ul li.counter-number {
    font-family: 'Poppins';
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 20px 0;
}

.uni-shortcode-counter-default ul li.counter-text {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
}

.uni-shortcode-counter-1 {
    padding-bottom: 100px;
}

.uni-shortcode-counter-2 {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
}

    .uni-shortcode-counter-2 .uni-shortcode-counter-default ul li.counter-icons {
        color: #fff;
    }

    .uni-shortcode-counter-2 .uni-shortcode-counter-default ul li.counter-number {
        color: #fff;
    }

    .uni-shortcode-counter-2 .uni-shortcode-counter-default ul li.counter-text {
        color: #fff;
    }

.uni-shortcode-counter-3 {
    padding-top: 100px;
}

    .uni-shortcode-counter-3 .uni-shortcode-counter-default ul li.counter-icons {
        margin: 20px 0;
    }

    .uni-shortcode-counter-3 .uni-shortcode-counter-default ul li.counter-number {
        margin: 0;
    }

/*testimonials*/
.uni-shortcode-testimonials-body {
    padding: 100px 0;
}

.uni-shortcode-testimonials-1 {
    padding-bottom: 100px;
}

    .uni-shortcode-testimonials-1 .owl-theme .owl-nav {
        display: none;
    }

    .uni-shortcode-testimonials-1 .owl-theme .owl-dots {
        display: none;
    }

.uni-shortcode-testimonials-default {
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
}

    .uni-shortcode-testimonials-default .item-info .item-info-title {
        margin-bottom: 10px;
    }

        .uni-shortcode-testimonials-default .item-info .item-info-title h4 {
            font-family: 'Poppins';
            font-size: 18px;
            font-weight: 600;
            color: #333333;
            line-height: 2;
            text-transform: uppercase;
        }

        .uni-shortcode-testimonials-default .item-info .item-info-title p {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: left;
            color: #3f97da;
            text-transform: uppercase;
        }

    .uni-shortcode-testimonials-default .item-caption {
        padding-top: 20px;
    }

        .uni-shortcode-testimonials-default .item-caption p {
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: normal;
            text-align: left;
            color: #666666;
        }

.uni-shortcode-testimonials-2 {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
}

    .uni-shortcode-testimonials-2 .uni-shortcode-testimonials-default {
        background: #fff;
    }

    .uni-shortcode-testimonials-2 .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .uni-shortcode-testimonials-2 .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #61ace4;
    }

    .uni-shortcode-testimonials-2 .owl-theme .owl-dots .owl-dot.active span {
        background-color: #ffffff;
    }

.uni-typography-heading-default {
    padding: 80px 0 40px 0;
}

    .uni-typography-heading-default .item-typography {
        padding-bottom: 40px;
    }

    .uni-typography-heading-default h1 {
        font-family: 'Poppins';
        font-size: 48px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default h2 {
        font-family: 'Poppins';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default h3 {
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default h4 {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default h5 {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default h6 {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-heading-default p {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        line-height: 1.71;
        color: #666666;
        padding-top: 30px;
    }

/*TEXT ALIGHT*/
.uni-typography-text-alight-default {
    padding-top: 80px;
    padding-bottom: 20px;
}

    .uni-typography-text-alight-default h3 {
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #22292d;
        margin: 0;
    }

    .uni-typography-text-alight-default p {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #666666;
        padding-bottom: 60px;
        padding-top: 30px;
    }

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

/*BLOCK QUOUTE*/
.uni-typography-block-quote {
    padding: 80px 0;
}

.uni-block-quote-default h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #22292d;
    margin: 0;
    padding-bottom: 40px;
}

.uni-block-quote-default blockquote {
    padding: 20px;
    border-left: none;
    padding-left: 40px;
    background-color: #f4f4f4;
    -webkit-box-shadow: inset 5px 0 0 0 #3f97da;
    box-shadow: inset 5px 0 0 0 #3f97da;
}

.uni-block-quote-default p {
    position: relative;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3f97da;
}

.uni-block-quote-default cite {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    padding-top: 15px;
    display: block;
}

/*PARTNER*/
.uni-shortcode-partner-body {
    padding: 40px 0;
}

.uni-partner-default .partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px;
}

.uni-partner-background {
    position: relative;
    padding-top: 40px;
}

    .uni-partner-background .partner-item {
        position: relative;
        border-radius: 4px;
        background-color: #e0e0e0;
    }

        .uni-partner-background .partner-item a {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

@media screen and (max-width: 991px) {
    .uni-partner-background .partner-item {
        display: block;
        margin-bottom: 20px;
    }
}

/*TEAM*/
.uni-team-default .item-img img {
    width: 100%;
    height: auto;
}

.uni-team-default .item-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .uni-team-default .item-caption .item-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 70px;
        background-color: #3f97da;
    }

    .uni-team-default .item-caption .item-title {
        padding-left: 15px;
    }

        .uni-team-default .item-caption .item-title h4 {
            font-family: 'Poppins';
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            font-size: 18px;
            line-height: 1;
            color: #ffffff;
            text-transform: uppercase;
        }

        .uni-team-default .item-caption .item-title span {
            font-family: 'Poppins';
            font-size: 12px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: left;
            color: #3f97da;
            text-transform: uppercase;
        }

.uni-shortcode-team-1 {
    padding: 100px 0;
}

    .uni-shortcode-team-1 .uni-team-default .item-caption .item-icons img {
        width: auto;
        height: auto;
    }

    .uni-shortcode-team-1 .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .uni-shortcode-team-1 .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #61ace4;
    }

    .uni-shortcode-team-1 .owl-theme .owl-dots .owl-dot.active span {
        background-color: #E0E0E0;
    }

.uni-shortcode-team-2 {
    padding: 80px 0;
}

    .uni-shortcode-team-2 .owl-carousel .owl-item img {
        width: auto;
    }

    .uni-shortcode-team-2 .uni-team-default .item-img img {
        width: 100%;
        height: auto;
    }

    .uni-shortcode-team-2 .uni-team-default .item-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .uni-shortcode-team-2 .uni-team-default .item-caption .item-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 70px;
            background-color: #333;
        }

        .uni-shortcode-team-2 .uni-team-default .item-caption .item-title {
            padding-left: 15px;
        }

            .uni-shortcode-team-2 .uni-team-default .item-caption .item-title h4 {
                font-family: 'Poppins';
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal;
                text-align: left;
                font-size: 18px;
                line-height: 1;
                color: #333;
                text-transform: uppercase;
            }

            .uni-shortcode-team-2 .uni-team-default .item-caption .item-title span {
                font-family: 'Poppins';
                font-size: 12px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.5;
                letter-spacing: normal;
                text-align: left;
                color: #3f97da;
                text-transform: uppercase;
            }

    .uni-shortcode-team-2 .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .uni-shortcode-team-2 .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background-color: #61ace4;
    }

    .uni-shortcode-team-2 .owl-theme .owl-dots .owl-dot.active span {
        background-color: #ffffff;
    }

/*ITEM LISTS*/
.uni-shortcode-item-list h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #22292d;
    padding-bottom: 40px;
    margin: 0;
}

.uni-shortcode-item-list .uni-shortcode-item-list-body {
    padding: 100px 0;
}

.uni-unordered-list ul.uni-around {
    padding-left: 20px;
}

    .uni-unordered-list ul.uni-around li {
        list-style-type: disc;
    }

.uni-unordered-list ul.uni-tick li:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    color: #404040;
    margin-right: 10px;
}

.uni-unordered-list ul.uni-cancel li:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 14px;
    color: #404040;
    margin-right: 10px;
}

.uni-unordered-list ul li {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #808080;
}

.uni-ordered-list {
    padding: 60px 0;
}

    .uni-ordered-list ul.uni-number li .icon {
        font-weight: bold;
        color: #000;
        margin-right: 10px;
    }

    .uni-ordered-list ul.uni-alpha li .icon {
        font-weight: bold;
        color: #000;
        margin-right: 10px;
    }

    .uni-ordered-list ul.uni-lama li .icon {
        font-weight: bold;
        color: #000;
        margin-right: 10px;
    }

    .uni-ordered-list ul li {
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #808080;
    }

.uni-icon-list ul.uni-icon-black li span i {
    color: #000;
    margin-right: 10px;
}

.uni-icon-list ul.uni-icon-yellow li span i {
    color: #61ace4;
    margin-right: 10px;
}

.uni-icon-list ul.uni-icon-grey li span i {
    color: #808080;
    margin-right: 10px;
}

.uni-icon-list ul li {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #808080;
}

/*COLUMNS*/
.uni-shortcode-columns .uni-shortcode-columns-body {
    padding-top: 100px;
    padding-bottom: 40px;
}

.uni-shortcode-columns p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

.uni-shortcode-columns h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #22292d;
    margin: 0;
    padding-bottom: 30px;
}

.uni-shortcode-columns .item-col {
    padding-bottom: 60px;
}

/*DIVIDER*/
.uni-shortcode-dividers .uni-shortcode-dividers-body {
    padding-top: 100px;
}

.uni-shortcode-dividers .uni-divider {
    margin-top: 30px;
    margin-bottom: 100px;
}

.uni-shortcode-dividers h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #22292d;
}

.uni-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #E0E0E0;
    overflow: hidden;
}

.uni-divider-double {
    height: 3px;
    border-bottom-width: 1px;
}

.uni-dot {
    border-style: dashed;
}

.uni-divider-2px-double {
    height: 3px;
    border-bottom-width: 3px;
}

/*PRICING TABLE*/
.uni-shortcode-pricing-table-body {
    padding: 100px 0;
}

.uni-pricing-table-default {
    border: solid 1px #e0e0e0;
}

    .uni-pricing-table-default.panel {
        border-radius: 0;
    }

    .uni-pricing-table-default .panel-title {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        text-transform: uppercase;
    }

    .uni-pricing-table-default .panel-body {
        padding: 0;
    }

        .uni-pricing-table-default .panel-body .the-price {
            height: 100px;
        }

            .uni-pricing-table-default .panel-body .the-price h2 {
                font-family: 'Poppins';
                font-size: 60px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: 2;
                letter-spacing: normal;
                text-align: center;
            }

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .uni-pricing-table-default .panel-body .the-price h2 {
        font-size: 50px;
    }
}

.uni-pricing-table-default .panel-body .the-price h2 span {
    font-size: 18px;
}

.uni-pricing-table-default .panel-body .panel-content {
    padding: 0 20px;
}

.uni-pricing-table-default .panel-body .table {
    margin-bottom: 0;
}

    .uni-pricing-table-default .panel-body .table tr:first-child td {
        border-top: none;
    }

    .uni-pricing-table-default .panel-body .table tr td {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.71;
        letter-spacing: normal;
        text-align: center;
        color: #666666;
        text-transform: capitalize;
    }

.uni-pricing-table-default .panel-footer {
    background: transparent;
    border-top: none;
}

    .uni-pricing-table-default .panel-footer a {
        display: block;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        padding: 0;
        border-radius: 0;
        text-transform: uppercase;
    }

/*PRICING TABLE 1*/
.uni-shortcode-pricing-table-1 {
    padding-bottom: 100px;
}

    .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-title {
        color: #3f97da;
    }

    .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-body .the-price {
        background: #3f97da;
    }

        .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-body .the-price h2 {
            color: #fff;
        }

    .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-footer a {
        background: #3f97da;
        border: 1px solid #3f97da;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-footer a:hover {
            background: #fff;
            color: #3f97da;
        }

    .uni-shortcode-pricing-table-1 .panel-profresinal {
        background: #3f97da;
    }

        .uni-shortcode-pricing-table-1 .panel-profresinal .panel-title {
            color: #fff;
        }

        .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .the-price {
            background-color: #61ace4;
        }

            .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .the-price h2 {
                color: #fff;
            }

        .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .table tr td {
            color: #fff;
        }

        .uni-shortcode-pricing-table-1 .panel-profresinal .panel-footer a {
            background-color: #61ace4;
        }

/*PRICING TABLE 2*/
.uni-shortcode-pricing-table-2 {
    padding-top: 100px;
}

    .uni-shortcode-pricing-table-2 .uni-pricing-table-default .panel-title {
        color: #333;
    }

    .uni-shortcode-pricing-table-2 .uni-pricing-table-default .panel-body .the-price {
        background: #e0e0e0;
    }

        .uni-shortcode-pricing-table-2 .uni-pricing-table-default .panel-body .the-price h2 {
            color: #333;
        }

    .uni-shortcode-pricing-table-2 .uni-pricing-table-default .panel-footer a {
        background: #e0e0e0;
        color: #333;
        border: 1px solid #E0E0E0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .uni-shortcode-pricing-table-2 .uni-pricing-table-default .panel-footer a:hover {
            background: #fff;
            border-color: #3f97da;
            color: #3f97da;
        }

    .uni-shortcode-pricing-table-2 .panel-profresinal .panel-title {
        color: #3f97da;
    }

    .uni-shortcode-pricing-table-2 .panel-profresinal .panel-body .the-price {
        background-color: #3f97da;
    }

        .uni-shortcode-pricing-table-2 .panel-profresinal .panel-body .the-price h2 {
            color: #fff;
        }

    .uni-shortcode-pricing-table-2 .panel-profresinal .panel-body .table tr td {
        color: #666666;
    }

    .uni-shortcode-pricing-table-2 .panel-profresinal .panel-footer a {
        background-color: #3f97da;
        color: #fff;
    }


/*about us*/
.aboutus-section {
    padding-top: 50px;
}

.aboutus-title {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #1A3371;
}

    .aboutus-title::after {
        background: #B41F1F none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 54px;
    }

.aboutus-text {
    color: #1A3371;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 35px;
}

/*a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}*/

.aboutus-more {
    border: 1px solid #B41F1F;
    border-radius: 25px;
    color: #B41F1F;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

/*carousel code starts here*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right,
    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.testimonial {
    text-align: center;
    padding: 100px 40px 5px;
    margin-top: 100px;
    border-top: 5px solid #1A3371;
    position: relative;
}

    .testimonial:before {
        content: "\f10d";
        font-family: "FontAwesome";
        font-weight: 900;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 50px;
        color: #4b489b;
        opacity: 0.5;
    }

    .testimonial .pic {
        width: 150px;
        height: 150px;
        border: 5px solid #4b489b;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-family: 'Poppins';
        font-size: 17px;
        color: #1A3371;
        line-height: normal;
        margin-bottom: 30px;
    }

    .testimonial .testimonial-title {
        text-transform: uppercase;
        display: block;
        text-align: right;
        font-size: 22px;
        font-weight:bold;
        color: #B41F1F;
        margin: 0;
    }

    .testimonial .post {
        display: block;
        font-size: 12px;
        color: #6f6f6f;
        margin-top: 7px;
    }

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 3px;
    background: #1A3371;
}

@@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 80px 15px 5px;
    }

        .testimonial::before {
            top: 10px;
        }

        .testimonial .pic {
            width: 120px;
            height: 120px;
            top: -60px;
        }
}

.product-grid {
    font-family: 'Lora', serif;
    text-align: center;
    margin: 0 0 22px;
    border: 1px solid #1A3371;
    transition: all .4s ease-out;
}

    .product-grid:hover {
        border-color: #62d2a2;
    }

    .product-grid .product-image {
        position: relative;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
            transition: all 0.4s ease 0s;
        }

    .product-grid:hover .product-image img {
        opacity: 0.6;
    }

    .product-grid .quick-view {
        color: #62d2a2;
        background-color: #fff;
        font-size: 16px;
        line-height: 45px;
        width: 45px;
        height: 45px;
        border: 1px solid #62d2a2;
        border-radius: 50%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all .4s ease-out;
    }

        .product-grid .quick-view:hover {
            color: #fff;
            background: #62d2a2;
        }

    .product-grid:hover .quick-view {
        opacity: 1;
    }

    .product-grid .product-content {
        padding: 15px;
        position: relative;
    }

    .product-grid .rating {
        color: #e98b50;
        font-size: 0;
        padding: 0;
        margin: 0 0 10px;
        list-style: none;
    }

        .product-grid .rating li {
            font-size: 10px;
            margin: 0 1px;
        }

        .product-grid .rating .far {
            color: #999;
        }

    .product-grid .title {
        color: #1A3371;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        font-family: 'Poppins';
    }

        .product-grid .title:after {
            /*content: "\f132";*/
            font-family: "FontAwesome";
            background-color: #e5e5e5;
            width: 40px;
            height: 1px;
            /*margin: 12px auto 10px;*/
            display: block;
            clear: both;
        }

        .product-grid .title a {
            color: #555;
            transition: all 0.3s ease 0s;
        }

            .product-grid .title a:hover {
                color: #62d2a2;
            }

    .product-grid .price {
        color: #B41F1F;
        font-size: 15px;
        font-family: 'Poppins';
        font-weight: 700;
        margin: 9px 0 9px;
    }

    .product-grid .product-links {
        width: 165px;
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateX(-50%);
        position: absolute;
        bottom: -22px;
        left: 50%;
        transition: all 0.3s ease-in-out;
    }

        .product-grid .product-links li {
            display: inline-block;
            margin: 0 3px;
            transition: all 0.3s ease;
        }

            .product-grid .product-links li:nth-child(1) {
                transform: translateX(55px);
            }

            .product-grid .product-links li:nth-child(3) {
                transform: translateX(-54px);
            }

    .product-grid:hover .product-links li:nth-child(1) {
        transform: translateX(0);
    }

    .product-grid:hover .product-links li:nth-child(3) {
        transform: translateX(0);
    }

    .product-grid .product-links li a {
        color: #1A3371;
        background: #fff;
        font-size: 18px;
        line-height: 45px;
        height: 45px;
        width: 45px;
        border: 1px solid #62d2a2;
        border-radius: 50px;
        display: block;
        position: relative;
        z-index: 1;
        transition: all 0.4s ease 0s;
    }

        .product-grid .product-links li a:hover {
            color: #fff;
            background: #B41F1F;
        }

        .product-grid .product-links li a:before,
        .product-grid .product-links li a:after,
        .product-grid .quick-view:before,
        .product-grid .quick-view:after {
            content: attr(data-tip);
            color: #fff;
            background: #333;
            font-size: 12px;
            line-height: 22px;
            padding: 2px 7px;
            white-space: nowrap;
            display: none;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: -35px;
            transition: all 0.3s;
        }

        .product-grid .product-links li a:after,
        .product-grid .quick-view:after {
            content: '';
            height: 15px;
            width: 15px;
            padding: 0;
            border-radius: 0;
            transform: translateX(-50%) rotate(45deg);
            top: -22px;
            z-index: -1;
        }

        .product-grid .product-links li a:hover:before,
        .product-grid .product-links li a:hover:after,
        .product-grid .quick-view:hover:before,
        .product-grid .quick-view:hover:after {
            display: block;
        }

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 52px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width:-webkit-fill-available;
}


.serviceBox{
    padding: 35px 20px 35px 90px;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.serviceBox:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.serviceBox .service-icon{
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ff5157;
    text-align: center;
    border: 2px solid #16706e;
    position: absolute;
    top: 55px;
    left: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: translateY(20px); }
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    height: 2px;
    background: #16706e;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.serviceBox:hover .service-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
.serviceBox:hover .service-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
.serviceBox .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #B41F1F;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    position: relative;
}
.serviceBox .description{
    font-size: 15px;
    color: #1A3371;
    line-height: 28px;
    margin: 0;
    font-family: 'Poppins';
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .serviceBox:before{ transform: scale3d(1, 1, 1); }
    .serviceBox .service-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
    .serviceBox .service-icon{ top: 40px; }
}
   input[type="text"]::placeholder {
        color: black;
    }

    input[type="text"]:-ms-input-placeholder {
        color: black;
    }

    input[type="text"]::-ms-input-placeholder {
        color: black;
    }

    textarea[type="text"]::placeholder {
        color: black;
    }

    textarea[type="text"]:-ms-input-placeholder {
        color: black;
    }

    textarea[type="text"]::-ms-input-placeholder {
        color: black;
    }