@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
@charset "utf-8";

/* CSS Document */
html {}

body {
    font-family: 'Poppins', sans-serif;
    color: #111;
}

.h1,
h1 {}

.sticky {
    position: fixed !important;
    top: 0px;
    z-index: 999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
    background-image: none;
    background-color: #fff;
}

.sticky .hdr-top {
    display: none;
}

.sticky .navbar {
    background: #542374;
}

.sticky .navbar-brand>img {
    height: 55px;
}

.sticky .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
}

.btn-close {
    background: url(../images/closeW.png)no-repeat;
    background-size: 70%;
    background-position: center;
}

.media {}

.media .media-left,
.media .media-body,
.media .media-right {
    display: table-cell;
    vertical-align: top;
}

.media .media-left {}

.media .media-body {
    width: 10000px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
    color: #111;
}

p {
    line-height: 24px;
    color: #383838;
    font-size: 14px;
}

p strong {
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select.form-control {
    background: #fff url(../images/down-arrow.png)no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

textarea.form-control {
    height: auto !important;
}

.bg-purple {
    background-color: #542374 !important;
}

.bg-dark {
    background-color: #13353a !important;
}

.bg-light {
    background-color: #f4f6ff !important;
}

.text-purple {
    color: #542374 !important;
}

.text-warning {
    color: #b48d46 !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.list-point {
    position: relative;
    margin-bottom: 25px;
}

.list-point ul {}

.list-point ul li:before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 2px;
    top: 4px;
    color: #d7a87f;
}

.list-point ul li {
    line-height: 24px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
}

.list-point2 ul li:before {
    content: "";
    font: inherit;
    position: absolute;
    left: 2px;
    top: 9px;
    color: #444;
    width: 5px;
    height: 5px;
    background-color: #444;
}

.btn-purple {
    color: #fff;
    background-color: #542374;
    border-color: #542374;
}

.btn-purple:hover {
    color: #fff;
    background-color: #8d44bd;
    border-color: #8d44bd;
}

.btn-warning {
    color: #fff;
    background-color: #b48d46;
    border-color: #b48d46;
}

.btn-warning:hover {
    color: #fff;
    background-color: #cdb378;
    border-color: #cdb378;
}

.btn-outline-warning {
    color: #b48d46;
    border-color: #b48d46;
}

.btn-outline-warning:hover {
    color: #fff;
    border-color: #b48d46;
    background-color: #b48d46;
}

.btn-dark {
    color: #fff;
    background-color: #13353a;
    border-color: #13353a;
}

.btn-dark:hover {
    color: #fff;
    background-color: #13454c;
    border-color: #13454c;
}

.btn-light {
    color: #141a2e;
    background-color: #eef1fd;
    border-color: #e1e8ff;
}

.accordion-button:not(.collapsed) {
    color: #542374;
    background-color: transparent;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

header {
    z-index: 1000;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    transition: 0.5s;
    width: 100%;
    background: linear-gradient(#542374, #542374);
}

.hdr-top {
    background-color: #3c65f5;
    padding-top: 5px;
}

.hdr-social-link li {
    padding-right: 2px;
    padding-left: 2px;
}

.hdr-social-link li a {
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
    display: block;
    background-color: #3c65f5;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

.hdr-social-link li a.fb {
    background-color: #3c579e;
    color: #fff;
}

.hdr-social-link li a.tw {
    background-color: #1da1f3;
    color: #fff;
}

.hdr-social-link li a.linden {
    background-color: #0076b4;
    color: #fff;
}

.hdr-top-cnt {
    margin-bottom: 5px;
}

.hdr-top-cnt li {
    margin-right: 30px;
}

.hdr-top-cnt li:last-child {
    margin-right: 0px;
}

.hdr-top-cnt li a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.hdr-top-cnt li a i {
    margin-right: 4px;
}

.txt-rgt {
    text-align: right;
}

.navbar {
    background: linear-gradient(#542374, rgb(97 49 129 / 0%));
}

.navbar-brand {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 26px;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-brand {}

.navbar-brand span {}

.navbar-brand>img {
    height: 110px;
}

.navbar-nav {}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 22px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3c65f5;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 5px;
    vertical-align: middle;
}

.navbar-nav>li:hover>.drop-menu {
    display: block;
}

.navbar-expand-lg .mobile-navbar .nav-link {
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid transparent;
}

.navbar-expand-lg .mobile-navbar .nav-link>.span-icon {
    display: none;
}

.navbar-expand-lg .mobile-navbar .nav-link.login-nav {
    color: #fff;
    background-color: #b48d46;
}

.navbar-expand-lg .mobile-navbar .nav-item-search .nav-link {
    margin-top: 5px;
    padding: 4px 8px;
    background-color: #b48d46;
    color: #fff;
    border-radius: 50%;
}

.navbar-expand-lg .mobile-navbar .nav-link.register-nav {
    border: 1px solid #071d22;
    color: #071d22;
    text-transform: inherit;
}

.navbar-expand-lg .mobile-navbar .nav-link.login-nav:hover {
    color: #fff;
    background-color: #cdb378;
}

.navbar-expand-lg .mobile-navbar .nav-item-search .nav-link:hover {
    color: #d7a87f;
}

.drop-menu {
    padding: 0px;
    width: 100%;
    border: none;
    background-color: #542374;
}

.drop-menu-srvs {}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #3c65f5;
}

.drop-menu>li>a {
    padding: 12px 20px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}
.drop-menu>li>a:hover{color:#d7a87f;background-color:transparent;}


/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus,
.navbar-default .navbar-nav>li>a.logo:hover {
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #cdb378;
}

/*============ slider css =============*/

/********************
*****Slide effect
**********************/
.slider-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-wrap .owl-carousel .owl-item img {
    height: 600px;
    object-fit: cover;
}

.slider-wrap .embed-responsive {
    height: 600px;
}

.slider-wrap .embed-responsive>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
}

.slider-wrap .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
}

.slider-wrap .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
}

.slider-wrap .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}

.slider-wrap .owl-nav .owl-prev span {
    font-size: 50px;
    color: #fff;
}

.slider-wrap .owl-nav .owl-next span {
    font-size: 50px;
    color: #fff;
}

/*---------- SLIDE CAPTION ----------*/


.slide-text {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    background: rgb(37 3 58 / 28%);
    z-index: 1;
}

.slide-text-dec {
    position: relative;
}

.slide-text h4 {
    font-weight: 600;
    font-size: 24px;
}

.slide-text h1 {
    font-weight: 500;
    font-size: 55px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text h1 span {}

.slide-text h3 {
    margin-bottom: 0px;
    font-size: 40px;
}

.slide-text h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.slide-text p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}

.slide-text .list-point ul li {
    line-height: 26px;
    font-size: 18px;
    color: #000;
}

.slide-text .list-point ul li:before {
    color: #d7a87f;
}

.slide-text .btn-lg {
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 22px;
}

/*=========== end ===========*/

/*========== Searchbar form ======*/
.search-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 35px;
    margin-bottom: 70px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.search-form .form-group {
    position: relative;
    margin-bottom: 12px;
}

.search-form .form-group .form-control {
    height: 45px;
    border-left: none;
    border-radius: 6px;
    font-size: 14px;
}

.search-form .input-group-text {
    color: #979797;
    border-radius: 6px;
    background-color: #fff;
}

.search-form .btn-sumbit {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    border-radius: 6px;
    margin-top: 26px;
}

/*========== Searchbar  form End ======*/
.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 5px;
    border-radius: 2px;
    background-color: #fde2d1;
}

.owl-carousel button.active {
    background-color: #d7a87f;
    width: 10px;
    height: 10px;
}

.owl-nav {}

.owl-nav button span {
    font-size: 45px;
    line-height: 30px;
    font-weight: 100;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: block;
    color: #fff;
    border: 1px solid #542374;
    background-color: #542374;
}

.owl-nav button span:hover {
    color: #fff;
    border: 1px solid #b48d46;
    background-color: #b48d46;
}

.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -15px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -15px;
}

/*========== enquire form ======*/
.wrap {
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
}

.bg-white {
    background-color: #fff;
}

.title {
    position: relative;
    margin-bottom: 25px;
}

.title h1 {
    font-size: 36px;
    font-weight: 600;
}

.title h2 {
    font-size: 32px;
    font-weight: 600;
}

.text-stroke-white {
    -webkit-text-stroke: 1px #fff;
}

.title h3 {
    font-size: 28px;
    font-weight: 600;
}

.title h4 {
    font-size: 24px;
    font-weight: 600;
}

.title h4 span {}

.title h5 {
    font-weight: 600;
    font-size: 18px;
}

.slide-heading .title {}

.slide-heading .view-btn {
    padding-top: 12px;
}

.slide-heading .view-btn .btn {}

.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
    border-radius: 12px;
    overflow: hidden;
}

.embed-responsive>video,
.embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.advertise-box {
    background-color: #f4f6ff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.advertise-dec {
    position: relative;
}

.advertise-dec h1 {
    font-size: 42px;
}

.advertise-dec h3 {
    font-size: 28px;
}

.advertise-dec h5 {
    font-size: 16px;
    color: #777;
}

.advertise-dec p {}

.advertise-dec .btn {
    font-size: 14px;
    border-radius: 6px;
}


/*=========== Jobs home page ================*/
.tabs-nav {
    margin-bottom: 20px;
}

.tabs-nav .nav-link {
    border-radius: 8px;
    font-size: 14px;
    color: #626ea1;
    font-weight: 500;
    padding: 8px 20px;
    border: 1px solid #dfe3f3;
    margin-right: 5px;
}

.tabs-nav .nav-link.active,
.tabs-nav .show>.nav-link {
    color: #fff;
    background-color: #f16507;
}

/*=========== about home page ================*/
#about {
    /*background: url(../images/hero-img-bg-shape.png)no-repeat;    background-position: right top;
    background-size: contain;*/
}

.abt-box {
    position: relative;
    margin-bottom: 25px;
}

.abt-box h4 {
    font-size: 28px;
}

.abt-box h5 {
    font-size: 20px;
}

.abt-box p {}

.abt-box .btn-lg {
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500;
    padding: 12px 25px;
}

.abt-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}

.abt-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-img {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
}

.abt-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-img1 {
    margin-top: 50px;
    height: 350px;
}

.abt-img2 {
    margin-top: 0px;
}

.abt-img:before {
    /*content: "";
    position: absolute;
    border: 4px solid #fff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: hsl(0deg 0% 0% / 11%);*/
}

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

.abt-video-sm {
    height: 147px;
    margin-bottom: 20px;
}

.about-carousel .owl-carousel .owl-item img {
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}

.item-box {
    position: relative;
    margin-bottom: 25px;
}

.tmb {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-dec {}

.item-dec h4 {
    font-size: 18px;
    font-weight: 500;
}

.item-dec p {
    line-height: 22px;
    color: #666;
}

/*=========== portfolio home page ================*/
.portfolio-item {
    box-shadow: 3px 0px 24px 0px rgb(0 0 0 / 31%);
    border-radius: 10px;
}

.builder-logo {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
    width: 70px;
    height: 55px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

.builder-logo>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.portfolio-item .tmb {
    height: 250px;
    border-radius: 10px 10px 0px 0px;
}

.portfolio-item .tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.portfolio-item:hover .tmb>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.portfolio-item .item-dec {
    padding: 5px 15px 15px;
}

.portfolio-item .item-dec p.small {
    font-size: 12px;
    line-height: 20px;
}

.portfolio-item .item-dec .btn {
    width: 34px;
    height: 34px;
    padding: 0px 10px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/*========== services  ========*/
.srvs-box {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 24px 1px rgb(0 0 0 / 8%);
    border-radius: 16px;
}

.srvs-box:hover {
    box-shadow: 0px 0px 34px 1px rgb(0 0 0 / 16%);
}

.srvs-box:hover>.srvs-icon {
    background-color: #f5e9fd;
}

.srvs-icon {
    width: 65px;
    height: 65px;
    background-color: #f5e9fd;
    padding: 15px;
    margin: 0px auto 15px;
    border-radius: 50%;
}

.srvs-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srvs-no {
    font-size: 40px;
    font-weight: 700;
    color: #012758;
    background-color: #fff;
    width: 100px;
    border: 10px solid #f4f4f4;
    height: 100px;
    margin: -65px auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.srvs-box h4 {
    font-weight: 500;
    font-size: 18px;
}

.srvs-box h5 {
    font-size: 16px;
}

.srvs-box h6 {
    font-size: 13px;
}

.srvs-box p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.srvs-box .btn-link {
    color: #f16507;
    font-size: 14px;
}

.srvs-box .btn-link:hover {
    color: #0e0e0e;
}

/*================= Why Choose Us ===================*/
.why-choose-wrap {}

.why-choose {
    position: relative;
    background-color: #fff;
    box-shadow: 5px 7px 34px 0px rgb(0 0 0 / 20%);
    padding: 20px 20px 30px;
    border-radius: 14px;
    margin: 60px 5px 5px;
    border-bottom: 8px solid #542374;
}

.why-choose-icon {
    width: 90px;
    height: 90px;
    margin: -60px auto 15px;
    background-color: #fff;
    border: 12px solid #542374;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.why-choose-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose h4 {
    font-weight: 500;
    font-size: 18px;
}

.why-choose p {
    font-size: 13px;
    line-height: 18px;
}

/*=========== faq ================*/
.sidebar-sticky {
    position: sticky;
    top: 80px;
}

.faq-accordion {
    position: relative;
}

.faq-accordion .accordion-item {
    background-color: transparent;
}

.faq-accordion .accordion-button {
    font-size: 16px;
    color: #222;
    background-color: transparent;
    font-weight: 600;
    padding: 20px 20px 20px 35px;
}

.faq-accordion .accordion-button::after {
    content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #fda31b;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
}

.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fda31b;
}

.faq-accordion .accordion-body {
    padding: 5px 12px 12px 35px;
}

.faq-accordion p {
    font-size: 14px;
    line-height: 22px;
}

/*================= Our Process ===================*/
.process-wrap {}

.process-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/shape.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .08;
    z-index: -1;
}

.process-line-wt {
    position: relative;
    width: 90%;
    margin: auto;
}

.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}

.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}

.process-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;
}

.process-list li {
    width: 20%;
}

.process-list li:nth-child(odd) {}

.process-box {
    margin-bottom: 25px;
    position: relative;
}

.process-icon {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0px auto 10px;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 8%);
    /*background-color: #ffffff;*/
    padding: 8px;
    background-color: #fbcca3;

}

.process-icon-bg {
    background-color: #cf9461;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0px auto 10px;
}

.process-icon img {
    position: relative;
    top: 16px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.process-icon span {
    position: absolute;
    bottom: 35%;
    right: -30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background-color: #fda31b;
    border-radius: 50%;
}

.process-list li h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    max-width: 185px;
    margin: 10px auto;
}

.process-list li p {
    max-width: 200px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}


/*====================  ====================*/
/*==================== ====================*/
.decoration-1,
.decoration-2 {
    position: absolute;
    pointer-events: none;
}

.decoration-1 {
    width: 180px;
    height: 180px;
    background: #ba87db;
    border: 12px solid #c997eb;
    border-radius: 100%;
    left: -50px;
    bottom: -50px;
}

.decoration-2 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: #ba87db;
    border: 12px solid #c997eb;
    border-radius: 100%;
}

.quote {
    position: relative;
    margin-bottom: 25px;
}

.quote span {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    background-color: #542374;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
}

.testimonial_block {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*background: url(../images/bg-banner.svg) no-repeat;
    background-size: 100%;*/
    padding: 50px;
    border-radius: 20px;
    background-color: #fcf7ff;
}

.testimonial_block:before {
    /* content: "\f10d";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #e3af37;
    font-size: 36px;
    left: 8%;
    top: 35px;*/
}

.client_message:after {
    /*content: "\f10e";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #e3af37;
    font-size: 36px;
    right: 20px;
    bottom: 30px;*/
}

.testimonial_icon {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 15px;
}

.testimonial_icon>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_message {
    position: relative;
    width: 100%;
    padding: 25px 25px;
    border: 1px solid #d4dbf5;
    border-radius: 12px;
}

.client_message p {}

.client_info {
    margin-bottom: 20px;
}

.client_info .media-left,
.client_info .media-body {
    vertical-align: middle;
}

.client_info .name h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.client_info .name span {
    font-size: 12px;
    line-height: 18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.testimonial_block .quote_left i {
    font-size: 70px;
    color: #e8fff0;
}

#testimonials .owl-carousel .owl-dots {
    text-align: center;
}

#testimonials .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    outline: none;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff0000;
}

.glry {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
}

.glry>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.glry:hover>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.glry .card-img-overlay {
    background: rgb(62 18 90 / 15%);
    visibility: visible;
}

.glry:hover .card-img-overlay {
    background: rgb(62 18 90 / 30%);
    visibility: visible;
}

/*========= home page contact =========*/
#contact {}

.home-contact {
    box-shadow: 0px 12px 60px 0px rgb(0 3 6 / 36%);
    padding: 0px 0px 0px 40px;
    border-radius: 20px;
    position: relative;
}

.home-contact .form-box {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background-color: #b48d46;
}

.map-col .contact-form {
    padding-left: 50px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

/*=========== Our Clients ================*/
.ulRowfive {}

.ulRowfive>li {
    width: 20%;
}

.partner-logo {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
    height: 100px;
}

.partner-logo>img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-logo:hover>img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/*=========== footer ================*/
footer {
    background: #fcf7ff;
    position: relative;
    padding-top: 45px;
}

.fotr-logo {
    margin-bottom: 20px;
    width: 90px;
}

footer h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

footer p a {
    color: #333;
}

footer p a:hover {
    color: #3c65f5;
}

.fotr-media {
    margin-bottom: 15px;
    position: relative;
}

.fotr-media-icon {
    width: 32px;
    height: 32px;
    background-color: #542374;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 14px;
}

.fotr-media-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fotr-media h6 {
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.fotr-media p {
    margin-bottom: 5px;
}

.fotr-media p a {
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 5px;
}

.fotr-media p a:hover {
    color: #542374;
}

.fotr-media p i {
    font-size: 14px;
    /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
    color: #542374;
    text-align: center;
}

.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.adress {
    padding-right: 30px;
}

.fotr-media-item {
    margin-bottom: 35px;
}

.fotr-menu {}

.fotr-menu li {
    margin-right: 40px;
}

.fotr-menu li:last-child {
    margin-right: 0px;
}

.fotr-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

.fotr-menu li a {
    color: #333;
    display: inline-block;
    padding: 6px 0px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 14px;
}

.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
    color: #542374;
}

.cpyrgt-wrap {
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #ede0f5;
    background-color: #fcf7ff;
}

footer .hdr-social-link {
    margin-top: 10px;
}

footer .hdr-social-link li a {
    color: #fff;
    transition: 0.5s;
    background-color: #542374;
    border-radius: 5px;
}

footer .hdr-social-link li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.cpyrgt-wrap p {
    font-size: 13px;
    color: #333;
}

.cpyrgt-wrap p a {
    color: #000;
    font-weight: 500;
}

.cpyrgt-wrap p a:hover {
    color: #542374;
}

/*========== whatsapp ==========*/
.fixed-links {
    right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;
}

.fixed-links>a {
    font-weight: 600;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    padding: 11px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    text-decoration: none;
    text-align: center;
}

.fixed-links>a.whatsap {
    background: #25d366;
    border-radius: 50%;
}

.fixed-links>a.call {
    background-color: #b48d46;
}

.fixed-links>a.headphone {
    background-color: #542374;
}

.mrgn-btm0 {
    margin-bottom: 0px;
}

/*================ thank you  ===========*/
.thanks-section {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.inner-thanks {}

.inner-thanks img {
    width: 100px;
    margin-bottom: 10px;
}

.thanks-footer {
    padding-top: 0px;
}

.thanks-footer .cpyrgt-wrap {
    margin-top: 0px;
}

.btn-width {
    width: 150px;
    margin: auto;
}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 25px;
}

.txt_dec h1 {
    font-size: 28px;
    font-weight: 600;
}

.txt_dec h2 {
    font-size: 25px;
    font-weight: 600;
}

.txt_dec h3 {
    font-size: 24px;
    font-weight: 600;
}

.txt_dec h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: inherit;
}

.txt_dec p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

/*============= about us ================*/
.inr-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #111;
    overflow: hidden;
    border-bottom: 1px solid #111;
}

.inr-wrap-banner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.inr-wrap-banner>img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.inr-wrap-banner-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    background: linear-gradient(90deg, #350a50 -30.3%, rgb(53 10 80 / 17%) 14.8%, rgb(53 10 80 / 3%) 100.18%);
}

.inr-title {
    position: relative;
}

.inr-title h1 {
    font-size: 46px;
}

.brdcrm {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.brdcrm>li {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
}

.brdcrm>li a {
    color: #cdc9c6;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #cdc9c6;
}

.brdcrm>li.active {
    color: #d7a87f;
}

/* ============= Login Start =========== */
.form-box {
    position: relative;
    padding: 30px;
    border-radius: 18px;
}

.form-box .title {}

.form-box .title h3 {}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group>label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.form-group .form-ctrl {
    border: 1px solid #d2d9f9;
    border-radius: 6px;
    height: 46px;
    font-size: 14px;
}

textarea.form-ctrl {
    height: auto !important;
}

.form-group label.form-check-label {
    font-size: 13px;
}

.sign-text {}

.sign-text p {}

.sign-text p a {}

.signp-with-social {
    position: relative;
    width: 80%;
    margin: 25px auto;
}

.signp-with-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    color: #389FFF;
    line-height: 24px;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 30px;
    margin: 5px;
    transition: 0.5s;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    background-color: #fff;
}

.signp-with-social a span {
    font-weight: 600;
}

.signp-with-social a>img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.signp-with-social a:first-child {
    margin-left: 0px;
}

.signp-with-social a.fb {
    background-color: #4267B2;
}

.signp-with-social a.fb span {
    background-color: #05318B;
}

.signp-with-social a.ins {
    background-color: #c14fbe;
}

.signp-with-social a.gogle {
    background-color: #EA4335;
}

.signp-with-social a:hover {
    /*text-decoration: none;transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);*/
}

.signp-with-social a.gogle span {
    background-color: #CC1D0E;
}

.or {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px auto;
}

.or:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    left: 0px;
    top: 20px;
}

.or span {
    text-transform: uppercase;
    background-color: #fff;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    border: 1px solid #f2f2f2;

}

.resend-otp p span {
    color: #389FFF;
    background-color: #EAF7F5;
    border-radius: 10px;
    padding: 7px 12px;
    font-weight: 600;
}

.btn-submit {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
}

/*================ Login End ===========*/
.about-tab-nav {
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;
}

.about-tab-nav li {}

.about-tab-nav li:first-child {
    padding-left: 0px;
}

.about-tab-nav li a {
    display: block;
    padding: 12px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.about-tab-nav li.active>a {
    border-bottom: 2px solid #1f56aa;
    color: #1f56aa;
}

.about-tab-nav li a:focus {
    text-decoration: none;
}

.about-tab-nav li a:hover {
    text-decoration: none;
    color: #1f56aa;
}

.abt-dec {
    margin-bottom: 20px;
}

.abt-dec h3 {
    margin-bottom: 20px;
}

.abt-dec p {
    font-size: 14px;
    color: #777;
}

.abt-dec p:last-child {
    margin-bottom: 0px;
}

.abt-tmbimg {}

.abt-tmbimg .img-responsive {}

.abt-img-inner .abt-img {
    height: 260px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.abt-img-inner .abt-img-lg {
    height: 540px;
}

.counter-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fcf7ff;
}

.counter-box {
    position: relative;
    margin-bottom: 20px;
}

.counter-icon {
    width: 80px;
    height: 80px;
    margin: 0px auto 15px;
    padding: 10px;
    position: relative;
}

.counter-icon:before {
    content: "";
    position: absolute;
    background: #b374dd;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
}

.counter-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.counter-box h2 {
    font-size: 40px;
}

.counter-box p {
    font-size: 16px;
    margin-bottom: 0px;
}

.mision-item {}

.mision-item h3 {}

.mision-item p {}

/*================ Gallery=================*/
.galry-list .tmb {
    height: 210px;
}

.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}


/*================ contact =================*/
.contactus-inner {}

.location-wrap {
    position: relative;
}

.location-wrap>iframe {
    width: 100%;
    border-radius: 12px;
    height: 400px;
}

/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.login-wrap {
    position: relative;
    padding: 90px 0px;
    background-color: #3d7fe2;
}

.login-form-box {
    width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.login-form-box:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);
    -o-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
}

.logi-lft-box {
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
}

.logi-lft-box img {
    width: 75px;
    margin: 25px auto 15px;
    display: block;
}

.logi-lft-box h3 {
    color: #fff;
    font-size: 30px;
}

.logi-lft-box h5 {
    color: #fff;
    font-size: 16px;
}

.sign-nav {
    text-align: center;
}

.sign-nav li {
    margin-top: 10px;
}

.sign-nav li a {
    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 40px;
    color: #333;
}

.sign-nav li.active>a {
    background-color: #ff0000;
    color: #fff;
}

.sign-nav li a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}

.login-form {
    position: relative;
    margin-left: 80px;
    margin-top: 20px;
}

.login-form h4 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form .form-group label {
    font-size: 16px;
    font-weight: 600;
}

.login-form .form-group .checkbox label {
    font-weight: 500;
}

.login-form .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    font-weight: 500;
}

.forget-psw {
    margin-top: 30px;
}

.forget-psw a {
    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.forget-psw p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.forget-psw a:hover {
    color: #777;
    text-decoration: none;
}

.login-form .btn {
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    border-radius: 30px;
}


/*============ Testimolial-inner ===============*/
.testimolial-inner {}

.testimolial-inner .client_message {
    margin-bottom: 20px;
}

.testimolial-inner .client_info {
    margin-bottom: 0px;
}

.testimolial-inner .media .media-left {
    padding-right: 0px;
}

.testimolial-inner .testimonial_icon {
    margin: 0px 15px 0px 0px;
    border-radius: 10px;
}

/*============ property detail ===============*/
.phra-wicon {
    position: relative;
    padding-left: 20px;
}

.phra-wicon>i {
    position: absolute;
    left: 2px;
    top: 5px;
}

.property-info {
    position: relative;
}

.property-info h1 {}

.property-info p {}

.property-detail-banner {
    position: relative;
    margin-bottom: 25px;
}

.property-detail-banner .owl-carousel .owl-item img {
    height: 450px;
    border-radius: 12px;
    object-fit: cover;
}

.property-detail {
    position: relative;
}

.property-detail .accordion-button {
    padding: 20px 0px;
    font-size: 22px;
}

.property-detail .accordion-body {
    padding: 15px 0px 5px;
}

.property-detail .glry {
    height: 180px;
    margin-bottom: 20px;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

.property-detail-sidebar {
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
    padding: 20px;
    border-radius: 12px;
}

/* =========== Blogs ============ */
.navigation-number {
    margin-top: 30px;
}

.navigation-number .page-link {
    color: #37454E;
    font-weight: 600;
    background-color: transparent;
    border: none;
    font-size: 12px;
    padding: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.navigation-number .page-link-prev,
.navigation-number .page-link-next {
    width: 24px;
    height: 24px;
    background-color: #F6F6F9;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    padding: 0px;
}

.navigation-number .page-item.active .page-link {
    z-index: 3;
    color: #542374;
    background-color: transparent;
    border-color: transparent;
}

.navigation-number .page-link:hover {
    z-index: 2;
    color: #542374;
    background-color: transparent;
    border-color: transparent;
}

.navigation-number .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.navigation-number .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination-white .page-link {
    color: #d1cfcf;
}

.pagination-white .page-link-prev,
.pagination-white .page-link-next {
    background-color: transparent;
}

.blog-item {
    box-shadow: 0px 0px 36px 0px rgb(0 0 0 / 13%);
}

.date, .lease {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.date span, .lease span {
    font-size: 12px;
    font-weight: 500;
    background: rgb(211 161 71 / 90%);
    color: #fff;
    padding: 5px 8px;
    
}
.lease{top: 0px;
    bottom: inherit;}
.lease span {}
.blog-item .tmb {
    height: 220px;
    border-radius: 8px 8px 0px 0px;
}

.blog-item .item-dec h4 {
    font-size: 19px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-item .item-dec h4 a {
    color: #000;
}

.blog-item .item-dec {
    padding: 10px 20px 20px;
}

.blog-item .item-dec p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-item .item-dec .btn {
    font-size: 13px;
    border-radius: 6px;
}

/*============== Blog details========== */
.blog-detail-banner {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.blog-detail-banner>img {
    width: 100%;
    border-radius: 15px;
}

.blog-detail {
    position: relative;
    margin-bottom: 25px;
}

.blog-detail h1 {
    font-size: 35px;
    font-weight: 600;
}
.blog-detail h2 {
    font-size: 30px;
    font-weight: 600;
}
.blog-detail h3 {
    font-size: 25px;
    font-weight: 600;
}
.blog-detail p {}

.phra-header {
    border-left: 5px solid #542374;
    padding: 5px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.phra-header p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}

.blog-rgt-box {
    position: sticky;
    top: 100px;
}

.blog-cate {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
}

.blog-cate h4 {
    font-weight: 500;
    margin-bottom: 10px;
    padding: 9px 10px;
    border-top-left-radius: 4px;
    border-left: 2px solid #542374;
    font-size: 18px;
}

.blog-media {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.blogcate-img {
    display: table-cell;
    width: 80px;
}

.blogcate-img img {
    width: 80px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
}

.blogcate-body {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

.blogcate-body h5 {
    font-size: 13px;
    margin-bottom: 2px;
}

.blogcate-body h5 a {
    color: #373F41;
}

.blogcate-body h5 a:hover {
    text-decoration: none;
}

.blogcate-body h6 {
    color: #542374;
    font-size: 11px;
    margin-bottom: 5px;
}

.blogcate-body p {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 18px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-flush-menu {}

.list-flush-menu .list-group-item {
    padding: 12px 15px;
    color: #555;
    font-weight: 400;
    font-size: 14px;
}

.list-flush-menu .list-group-item:hover {
    color: #542374;
}