/* * ---------------------------------------------------------------------------------------- 
Template Name: Keobiz Consulting Business HTML Template
Version : 1.0 

* ---------------------------------------------------------------------------------------- */


/* * ---------------------------------------------------------------------------------------- * 

// Table of contents
01.GENERAL STYLE
02.HERO HOMEPAGE DESIGN
03.PROMO FEATURED DESIGN
04.ABOUT US DESIGN
05.SERVICE DESIGN
06.OUR WORK DESIGN
07.PRICING TABLE DESIGN
08.OUR TEAM DESIGN
09.OUR TESTIMONIAL DESIGN
10.COUNTER DESIGN AREA
11.OUR BRAND DESIGN
12.GOOGLE MAP DESIGN
13.SINGLE BLOG DESIGN
14.SINGLE BLOG DETAILS DESIGN
15.FOOTER DESIGN

/* 
* ---------------------------------------------------------------------------------------- *

/*----------------------------------------------------*/


/* 01.GENERAL STYLE
/*----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,800&family=Roboto:wght@400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #373a3e;
}

html,
body {
    height: 100%
}

a {
    text-decoration: none;
    font-weight: 600;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
    margin-bottom: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #2C2D3F;
}

.section-spaceing {
    padding: 80px 0px;
}


/*Logo and main menu start here*/

.logo {
    padding: 20px 0;
}

.logo a {
    color: #106eea;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

.logo img {
    width: auto;
    height: 40px;
}

.keobizmenu ul {
    text-align: right;
}
.keobizmenu ul li {
    display: inline-block;
    margin-right: 35px;
    padding: 25px 0px;
    position: relative;
}
.keobizmenu ul li:last-child {
    margin-right: 0px;
}
.keobizmenu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.keobizmenu ul li.active a {
    color: #106eea;
}
.keobizmenu ul li a i {
    margin-left: 2px;
    vertical-align: middle;
}
.keobizmenu ul li.active a {
    color: #106eea;
}
.keobizmenu ul ul li a:hover, .keobizmenu ul ul li a:active {
    color: #fff;
    background: #106eea;
}
.keobizmenu li ul {
    background: #fff;
    border-top: 3px solid #106eea;
    left: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 120px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: -1;
}
.keobizmenu ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 75px;
    z-index: 99;
}
.keobizmenu li ul li {
    display: block;
    padding-top: 0;
    margin-right: 0;
}
.keobizmenu li ul li a {
    padding-bottom: 13px;
    padding-top: 10px;
    display: block;
    text-transform: none;
    padding-left: 20px;
    border-bottom: 1px solid #e1e1f4;
    background: #f9f9f9;
}
.keobizmenu li ul li:last-child a {
    border: none;
}
.keobizmenu li li {
    padding: 0;
}

/*rs-menu*/
#responsive-menu {
    display: none;
}
.slicknav_nav a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 10px;
}

span.slicknav_menutxt {
    display: none !important;
}

header.main-header-area {
    position: relative;
    z-index: 2;
    background: #fff;
}


.slicknav_menu .slicknav_icon {
    width: 22px !important;
    height: 22px !important;
    margin: 0;
    padding: 3px 2px !important;
}

#responsive-menu a:hover, #responsive-menu a:focus, #responsive-menu a:active {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #fff;
}
.slicknav_menu {
    background: transparent;
}
.keobizmenu {
    position: relative;
    z-index: 9;
}
.slicknav_btn {
    margin: 8px 10px 10px;
    text-shadow: none;
    border-radius: 0;
    background-color: #333;
}
.slicknav_nav a:hover, .slicknav_item.slicknav_row:active, .slicknav_nav .slicknav_row:hover {
    background: transparent;
    color: #fff;
}
#responsive-menu {
    position: absolute;
    top: 6px;
    right: 0;
}
.slicknav_nav {
    background: #181933;
    width: 220px;
    padding: 5px 10px;
    margin-right: 10px;
}


/*----------------------------------------------------*/


/* 02.HERO HOMEPAGE DESIGN
/*----------------------------------------------------*/

.hero-main-area {
    background: url(../img/bg/charlotteskyline.jpg);
    background-size: cover;
    min-height: 85vh;
    position: relative;
    z-index: 1;
    background-position: center top;
}

.display-table {
    width: 100%;
    height: 85vh;
    display: table;
}

.display-table-cell {
    height: 85vh;
    display: table-cell;
    vertical-align: middle;
}

.hero-main-area:after {
    background: #2d3654;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: .9;
}

.hero-text {
    text-align: center;
}

.hero-text h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 60px;
}

.hero-text p {
    color: #f3f3f3;
    padding: 0 200px;
    letter-spacing: 0.50px;
}

a.btn.hero-btn {
    background: #106eea;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.50px;
    border: none;
    outline: none;
    transition: .5s;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    padding: 15px 25px;
    width: 180px;
}


/*----------------------------------------------------*/


/* 03.PROMO FEATURED DESIGN
/*----------------------------------------------------*/

.promo-featured-area {
    padding: 50px 0;
}

.single-promo i.fa {
    font-size: 40px;
    color: #106eea;
}

.single-promo h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}


/*----------------------------------------------------*/


/* 04.ABOUT US DESIGN
/*----------------------------------------------------*/

.about-text h2 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-text ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.about-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-family: 'FontAwesome';
    color: #106eea;
    font-size: 20px;
}

.qtce-bg-gray {
    background: #F7F8FC;
}

.sec-space {
    padding: 100px 0;
}


/*----------------------------------------------------*/


/* 05.SERVICE DESIGN
/*----------------------------------------------------*/

.single-service {
    background: #fff;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 7%);
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 25px;
    transition: .5s;
    cursor: pointer;
}

.single-service h2 {
    font-size: 22px;
    text-transform: capitalize;
}

.single-service i.fa {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #106eea;
}


/*section title*/

.section-title {
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

.section-title h4 {
    font-size: 16px;
    color: #106eea;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0.50px;
}

.section-title h2 {
    font-size: 35px;
    text-transform: uppercase;
}

.section-title:before {
    background: #2c2d3f;
    width: 4px;
    height: 66px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.single-service:hover {
    background: #106eea;
    transition: .5s;
}

.single-service:hover h2 {
    color: #fff;
    transition: .5s;
}

.single-service:hover p {
    color: #fff;
    transition: .5s;
}

.single-service:hover i.fa {
    color: #fff;
    transition: .5s;
}


/*----------------------------------------------------*/


/* 06.OUR WORK DESIGN
/*----------------------------------------------------*/

.work-image-box {
    overflow: hidden;
}

.single-work-box img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transform: scale(1);
    transition: .5s;
    overflow: hidden;
}

.single-work-box {
    margin: 0 10px;
    position: relative;
    transition: .5s ease;
    cursor: pointer;
}

.work-info-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgb(0 55 255 / 30%);
    opacity: 0;
}

.work-box-content {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

a.view-more {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 160px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.single-work-box:hover img {
    transform: scale(1.4);
    transition: .5s;
}

.single-work-box:hover .work-info-box {
    opacity: 1;
    transition: .5s;
}

.work_item_box_list.owl-carousel .owl-controls {
    margin-top: 15px;
    text-align: center;
}

.work_item_box_list.owl-carousel .owl-page span {
    display: block;
    background: #dadada;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 50%;
    color: #dadada;
}

.work_item_box_list.owl-carousel .owl-page.active span,
.work_item_box_list.owl-controls.clickable .owl-page:hover span {
    background: #1562e0;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*START PAGE TEMPLATE*/

.burdcamb_area {
    overflow: hidden;
    height: 300px;
    background: #f7f8fc;
    position: relative;
}

.display-table.bc-a {
    height: 300px
}

.display-table-cell.bc-a {
    height: 300px;
}

.burdcamb_area .hero-text h2 {
    color: inherit;
    font-size: 35px;
    margin-bottom: 3px;
}

.burdcamb_area .hero-text p span {
    color: #373a3e;
}

.burdcamb_area .hero-text p {
    color: #106eea;
    text-transform: capitalize;
    font-size: 18px;
}


/*----------------------------------------------------*/


/* 07.PRICING TABLE DESIGN
/*----------------------------------------------------*/

.qtce-pricing-table {
    color: #fff;
    background: #f7f8fc;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0 0 30px;
    box-shadow: 0 0 10px rgb(33 33 33 / 31%);
}

.qtce-pricing-table .qtce-pricing-table-header {
    padding: 35px 10px 55px;
}

.qtce-pricing-table .price-value .currency {
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    color: #223;
}

.qtce-pricing-table .price-value .amount {
    font-size: 70px;
    font-weight: 600;
    line-height: 76px;
    display: inline-block;
    color: #252525;
}

.qtce-pricing-table .price-value .month {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.8;
    display: block;
    text-transform: capitalize;
    color: #454545;
}

.qtce-pricing-table .title {
    background: #106eea;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 30px;
    margin: -50px 0 35px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    width: 220px;
    text-align: center;
}

.qtce-pricing-table .pricing-content {
    padding: 0 30px;
    margin: 0 0 25px;
    list-style: none;
}

.qtce-pricing-table .pricing-content li {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid #eaeaea;
    color: #4c4c4c;
}

.qtce-pricing-table .pricing-content li:last-child {
    margin: 0;
    border: none;
}

.qtce-pricing-table .qtce-pricing-table-signup a {
    color: #fff;
    background: #106eea;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 0;
    margin: 0 30px;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}


/*----------------------------------------------------*/


/* 08.OUR TEAM DESIGN
/*----------------------------------------------------*/

.our-team {
    background: #000;
    text-align: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.our-team img {
    width: 100%;
    height: auto;
    transition: all 0.55s ease 0s;
}

.our-team:hover img {
    opacity: 0.5;
}

.our-team .team-content {
    padding: 5px 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: all 0.55s ease 0s;
}

.our-team:hover .team-content {
    opacity: 1;
}

.our-team .team-content:before,
.our-team .team-content:after {
    content: "";
    width: 400px;
    height: 2px;
    background: #95ccea;
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateX(100%);
    transition: all 0.55s ease 0s;
}

.our-team .team-content:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 10px;
    transform: translateX(-100%);
}

.our-team:hover .team-content:before,
.our-team:hover .team-content:after {
    transform: translate(0, 0);
    transition-delay: 0.15s;
}

.our-team .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.our-team .title:before,
.our-team .title:after {
    content: "";
    width: 2px;
    height: 300px;
    background: #95ccea;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(100%);
    transition: all 0.55s ease 0s;
}

.our-team .title:after {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0;
    transform: translateY(-100%);
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    transform: translate(0, 0);
}

.our-team .post {
    display: block;
    padding: 5px 10px;
    background: #95ccea;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}


/*----------------------------------------------------*/


/* 09.OUR TESTIMONIAL DESIGN
/*----------------------------------------------------*/

.testimonial .pic {
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial .pic:before,
.testimonial .pic:after {
    content: "";
    width: 130px;
    height: 150px;
    background: #106eea;
    position: absolute;
    z-index: -1;
}

.testimonial .pic:before {
    top: 0;
    right: -20px;
}

.testimonial .pic:after {
    bottom: 0;
    left: -20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border: 3px solid #106eea;
}

.testimonial .testimonial-content {
    width: 70%;
    float: right;
}

.testimonial .title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #323232;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}

.testimonial .description {
    font-size: 16px;
    color: #454545;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    color: #106eea;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}

.testimonial .description:after {
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}

#testimonial-slider.owl-carousel .owl-controls {
    margin-top: 15px;
    text-align: center;
}

#testimonial-slider.owl-carousel .owl-page span {
    display: block;
    background: #106eea;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    color: #dadada;
}

#testimonial-slider.owl-carousel .owl-page.active span,
.#testimonial-slider.owl-controls.clickable .owl-page:hover span {
    background: #1562e0;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 990px) {
    .testimonial {
        text-align: center;
    }
    .testimonial .pic {
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after {
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: none;
    }
    .testimonial .title {
        padding: 15px 0 0 0;
    }
    .testimonial .post {
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls {
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
    }
}


/*----------------------------------------------------*/


/* 10.COUNTER DESIGN AREA
/*----------------------------------------------------*/

.single-count {
    text-align: center;
}

.single-count h2 {
    font-size: 40px;
    line-height: 40px;
}

.single-count i.fa {
    font-size: 40px;
    margin-bottom: 15px;
    color: #106eea;
}

.single-count h3 {
    font-size: 25px;
    color: #2c365a;
}


/*----------------------------------------------------*/


/* 11.OUR BRAND DESIGN
/*----------------------------------------------------*/

.barnd-item {
    margin: 0 15px;
}

.band_list.owl-carousel .owl-controls {
    margin-top: 15px;
    text-align: center;
}


/*----------------------------------------------------*/


/* 12.GOOGLE MAP DESIGN
/*----------------------------------------------------*/

.google-map iframe {
    border: none;
    width: 100%;
    height: 500px;
}


/*----------------------------------------------------*/


/* 13.SINGLE BLOG DESIGN
/*----------------------------------------------------*/

.qtc-mb-30 {
    margin-bottom: 30px;
}

.single-blog-box h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.40px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px dashed #b1b1b1;
    padding-top: 15px;
}

ul.post-meta {
    margin-top: 15px;
    text-align: left;
    color: #666;
}

ul.post-meta span {
    display: inline-block;
    margin-right: 15px;
    color: #106eea;
}

.blog-post-content {
    padding: 0 20px;
}

a.read-more {
    background: #106eea;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

.single-blog-box {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
}

.single-blog-box h2:hover {
    color: #106eea;
    transition: .5s;
}

.single-blog-box:hover {
    transition: 0.5s;
    box-shadow: none;
}


/*----------------------------------------------------*/


/* 14.SINGLE BLOG DETAILS DESIGN
/*----------------------------------------------------*/

ul.post-meta {
    margin-top: 20px;
    text-align: left;
    color: #666;
}

ul.post-meta li {
    display: inline-block;
    color: #5e6267;
    margin-right: 10px;
    font-size: 15px;
}

blockquote.keobiz-bak {
    background: #f7f7f7;
    padding: 20px 15px;
    border-left: 4px solid #106eea;
    line-height: 26px;
    font-size: 15px;
    color: #454545;
}

ul.post-meta li i.fa {
    margin-right: 10px;
}

.keobiz-main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}

.keobiz-main-sidebar .single-widget {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.keobiz-main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}

.keobiz-main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #1A76D1;
}

.keobiz-main-sidebar .single-widget:last-child {
    margin: 0;
}

.keobiz-main-sidebar .search {
    position: relative;
}

.keobiz-main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 5px;
}

.keobiz-main-sidebar .search .button {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
}

.keobiz-main-sidebar .search .button:hover {
    background: #1A76D1;
    color: #fff;
}

.keobiz-main-sidebar .categorey-list {
    margin-top: 15px;
}

.keobiz-main-sidebar .categorey-list li {
    margin-bottom: 10px;
}

.keobiz-main-sidebar .categorey-list li:last-child {
    margin-bottom: 0px;
}

.keobiz-main-sidebar .categorey-list li a {
    display: inline-block;
    font-size: 15px;
    color: inherit;
}

.keobiz-main-sidebar .categorey-list li a:hover {
    color: #1A76D1;
}

.keobiz-main-sidebar .categorey-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.keobiz-main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}

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

.keobiz-main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
}

.keobiz-main-sidebar .single-post .content {
    padding-left: 100px;
}

.keobiz-main-sidebar .single-post .content h5 {
    line-height: 18px;
}

.keobiz-main-sidebar .single-post .content h5 a {
    color: #1b1b23;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 17px;
}

.keobiz-main-sidebar .single-post .content h5 a:hover {
    color: #1A76D1;
}

.keobiz-main-sidebar .single-post .content .comment li {
    color: #888;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}

.keobiz-main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0;
}

.keobiz-main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}

.keobiz-main-sidebar .side-tags .tag {
    margin-top: 40px;
}

.keobiz-main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}

.keobiz-main-sidebar .side-tags .tag li a {
    color: #3e3b3b;
    padding: 8px 10px;
    text-transform: capitalize;
    font-size: 13px;
    background: #f1f3fb;
    border-radius: 4px;
}

.keobiz-main-sidebar .side-tags .tag a:hover {
    color: #fff;
    background: #106eea;
}

.single-blog-details {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 40px;
}

.single-blog-details h2 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
}

.keobiz-commnet-form,
.comments-form {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-top: 30px;
}

.blog-comments {
    margin-top: 30px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 30px;
}

.blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #252525;
    margin-bottom: 20px;
}

.blog-comments h4 span {
    float: right;
}

.single-comments {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.single-comments.left .main {
    padding-left: 100px;
    position: relative;
    margin-left: 100px;
}

.single-comments.left img {
    position: absolute;
    left: 0;
    top: 0;
}

.single-comments:last-child {
    margin: 0;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-comments .main {
    overflow: hidden;
}

.single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}

.head img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 5px solid #f8f8f8;
}

.single-comments .body {
    float: left;
    width: 85%;
}

.single-comments.left .body {
    float: none;
    width: 100%;
}

.single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}

.single-comments .comment-list .body {
    width: 78%;
}

.single-comments h4 {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #504b4b;
}

button.com-btn {
    background: #106eea;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
}

.single-comments .comment-meta {
    margin-bottom: 5px;
}

.single-comments .meta {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    border: none;
    margin-right: 10px;
    padding: 0;
    margin: 0 10px 0 0;
}

.single-comments .meta:last-child {
    margin: 0;
}

.comment-meta span i {
    margin-right: 5px;
}

.comment-meta span:last-child {
    margin: 0;
}

.single-comments p {
    font-size: 15px;
}

.single-comments a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 15px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    background: #106eea;
    color: #fff;
}

.single-comments a:hover {
    background: #2C2D3F;
    color: #fff;
}

.single-comments a i {
    margin-right: 5px;
}

.comment-list {
    padding-left: 50px;
}

.single-comments.login {
    text-align: center;
}

.single-comments.login i {
    font-size: 20px;
}

.single-comments.login a {
    text-align: center;
}

.single-comments.login a:hover {
    color: #353535;
}

.keobiz-commnet-form h2 {
    text-align: left;
    font-size: 18px;
    color: #353535;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.keobiz-commnet-form .form-group {
    position: relative;
    display: block;
    margin: 0 0 20px;
}

.keobiz-commnet-form .form-group i {
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 1;
    color: #1A76D1;
}

.keobiz-commnet-form .form-group input {
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 34px;
    padding-right: 20px;
    border: none;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #2C2D3F;
}

.keobiz-commnet-form .form-group textarea {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    height: 190px;
    padding: 15px 15px 15px 35px;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    color: #2C2D3F;
}

.keobiz-commnet-form .form-group input,
.keobiz-commnet-form .form-group textarea {
    border: 1px solid transparent;
    border: 1px solid #eee;
    border-radius: 5px;
}

.keobiz-commnet-form .form-group.message i {
    top: 22px;
}

.keobiz-commnet-form .form-group .button {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border: 0px solid;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 30px;
}

.keobiz-commnet-form .form-group .button:hover {
    background: #353535;
}

.keobiz-commnet-form .form-group .button i {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px;
}

.keobiz-commnet-form .form-group.button {
    margin: 0;
    text-align: left;
}

.keobiz-commnet-form .form-group.button .btn {
    background: #fff;
    background: #1A76D1;
    color: #fff;
}

.keobiz-commnet-form .form-group.button .btn:hover {
    color: #fff;
}

.keobiz-commnet-form .form-group.button .btn i {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*----------------------------------------------------*/


/* 15.CONATCT DESIGN
/*----------------------------------------------------*/

form.contact-form.keobiz_from input.form-control {
    height: 58px;
    border: 1px solid #e9ecef;
}

form.contact-form.keobiz_from textarea.form-control {
    height: 208px;
    padding: 20px 25px;
    color: #454545;
    border: 1px solid #e9ecef;
}

input.contact-btn {
    background: #106eea;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 25px;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}
.success {
    /*background: #106eea;*/
    background: #50bd69;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 15px;
    padding: 10px;
    text-align: center;
}

.error {
    background: #59c8fb;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 15px;
    padding: 10px;
    text-align: center;
}

/*----------------------------------------------------*/


/* 16.FOOTER DESIGN
/*----------------------------------------------------*/


/*START FOOTER TOP AREA*/

.footer-area {
    background: url(../img/bg/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h2.widget-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.footer-content p {
    color: #fff;
}

.footer-content ul li {
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

ul.links-f li a {
    color: #fff;
    font-weight: 400;
}

.footer-content input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #454545;
}

a.sub-btn {
    background: #106eea;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
    transition: .5s;
}


/*FOOTER BOTTOM*/

.footer-bottom-area {
    background: #29279a;
    padding: 30px 0;
}

.copy-right-text P {
    color: #ffff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.footer-bottom-social ul li {
    list-style: none;
    display: inline-block;
}

.footer-bottom-social ul li a {
    display: block;
    margin: 0 7px;
}

.footer-bottom-social ul li a i.fa {
    color: #fff;
}

.footer-bottom-social {
    float: right;
}

.copy-right-text a {
    color: #dadada;
    letter-spacing: 0.40px;
}