.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index         : 0;
    position        : absolute;
    content         : '';
    width           : 100%;
    height          : 100%;
    top             : 0;
    left            : 0;
}

.btn-white.btn-primary {
    background: #fff;
    color     : #ffb600;
}

.dark-bg {
    background: #252525;
    color     : #fff;
}

.btn-primary {
    background: #ffb600;
}

.btn-dark {
    background: #23282d;
}

.btn-primary-2{
    border-radius: 0px;
    border: 1px solid #dadada;
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 3px 15px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.btn-primary-2:hover{
    background: #ffb600;
    color: #fff;
    border: unset;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #111;
    color     : #fff;
}

.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
    color           : #fff;
    background-color: #111 !important;
}

ul.navbar-nav>li>a {
    font-family   : "Montserrat", sans-serif;
    color         : #fff !important;
    text-rendering: optimizeLegibility;
    font-weight   : 700 !important;
    text-transform: uppercase;
    letter-spacing: -.2px;
    font-size     : 14px;
    margin        : 0;
    line-height   : 40px;
    padding       : 30px 0;
    transition    : 350ms;
}

.navbar-light ul.navbar-nav>li>a {
    color    : #000 !important;
    font-size: 13px;
}

.header-get-a-quote .btn-primary:hover {
    background: #272d33;
    color     : #ffb600 !important;
}

.top-social ul li a {
    color     : #2c2c2c;
    font-size : 14px;
    transition: 400ms;
    padding   : 9px 12px;
}

.top-social ul li a:hover {
    color: #333;
}

/* Top bar border */
.top-bar-border {
    padding      : 8px 20px 8px;
    border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
    color      : #707070;
    font-weight: 400;
}

.top-bar-border .top-social li a {
    color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
    color: #ffb600;
}

.header {
    background: #fff;
    position  : relative;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
    background: #23282d;
}

.header-two {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding   : 15px 0;
}

.header-two .navbar-fixed {
    background-color: #fff;
}

ul.navbar-nav>li>a {
    padding: 15px 0 !important;
    color  : #fff;
}

ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
    color: #ffb600 !important;
}

ul.top-info-box li {
    position     : relative;
    float        : left;
    margin-left  : 0;
    border-right : 1px solid #dedede;
    border-right : 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right : 25px;
}

ul.top-info-box>li.nav-search:before {
    position  : absolute;
    content   : '';
    background: #ddd;
    left      : 0;
    width     : 1px;
    height    : 40px;
    top       : 50%;
    margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
    font-size: 20px;
    top      : 10px;
    position : relative;
    cursor   : pointer;
    color    : #999;
}

.navbar-toggler {
    margin       : 10px 0;
    padding      : 6px;
    border-radius: 0;
    font-size    : 1rem;
    background   : #ffb600;
}

ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
    color   : #ffb600;
    position: relative;
}

@media (max-width: 991px) {
    ul.navbar-nav>li>a i {
        float     : right;
        background: #222;
        padding   : 6px 10px;
        margin-top: 7px;
    }

    .header-two ul.navbar-nav>li>a i {
        color: #fff;
    }

    .header-two ul.navbar-nav>li.active>a i,
    .header-two ul.navbar-nav>li>a.active i {
        color: #ffb600;
    }
}


.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-menu {
    text-align   : left;
    background   : #fff;
    z-index      : 100;
    min-width    : 200px;
    border-radius: 0;
    border       : 0;
    border-top   : 2px solid #ffb600;
    padding      : 0 20px;
    margin       : 0;
    box-shadow   : 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}

.dropdown-menu-large>li>ul>li.active>a {
    color: #ffb600 !important;
}

.dropdown-menu li a {
    font-family    : "Montserrat", sans-serif;
    display        : block;
    font-size      : 12px;
    text-transform : uppercase;
    font-weight    : 700;
    line-height    : normal;
    text-decoration: none;
    padding        : 15px 0;
    letter-spacing : .3px;
    border-bottom  : 1px solid #e5e5e5;
    color          : #333333;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #ffb600;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
    background: none;
    color     : #ffb600;
}

.nav-search {
    position: absolute;
    cursor  : pointer;
    top     : 22px;
    right   : 18px;
    color   : #999;
}

.search-block {
    background-color: rgba(0, 0, 0, 0.65);
    box-shadow      : 0 2px 5px rgba(0, 0, 0, 0.1);
    display         : none;
    padding         : 10px;
    position        : absolute;
    right           : 15px;
    top             : 100%;
    width           : 300px;
    z-index         : 10;
    margin-top      : 0;
}


.search-block .form-control {
    background-color: #222;
    border          : none;
    color           : #fff;
    width           : 100%;
    height          : 40px;
    padding         : 0 12px;
}

.search-block .search-close {
    color     : #999;
    position  : absolute;
    top       : -53px;
    right     : -4px;
    font-size : 32px;
    cursor    : pointer;
    background: #23282d;
    padding   : 5px;
}

.header-get-a-quote .btn-primary {
    padding       : 12px 25px !important;
    font-size     : 13px;
    border-radius : 3px;
    line-height   : normal;
    text-transform: capitalize;
    color         : #fff;
    margin-top    : 5px;
}

.banner-carousel .banner-carousel-item {
    height             : 700px;
    color              : #fff;
    background-position: 50% 50%;
    background-size    : cover;
}

.slide-title-box {
    font-size  : 16px;
    line-height: 39px;
    background : #ffb600;
    color      : #fff;
    display    : inline-block;
    padding    : 0 15px;
    margin     : 0 0 10px;
}

.slide-title {
    font-size  : 30px;
    line-height: 36px;
    font-weight: 300;
    color      : #fff;
    margin     : 20px 0 10px;
}

.slide-sub-title {
    font-style    : normal;
    font-size     : 60px;
    line-height   : 58px;
    margin        : 20px 0;
    color         : #fff;
    font-weight   : 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.slider-text {
    display       : table;
    vertical-align: bottom;
    color         : #fff;
    padding-left  : 40%;
    width         : 100%;
    padding-bottom: 0;
    padding-top   : 20px;
}

.slider-text .slide-head {
    font-size: 36px;
    color    : #0052a5;
    position : relative;
}

.slider.border {
    background: none;
    border    : 2px solid #ffb600 !important;
}

.slider.border:hover {
    background: #ffb600;
    border    : 2px solid transparent;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color  : #ffb600;
}

.banner-carousel .carousel-control i {
    background   : rgba(0, 0, 0, 0.3);
    color        : #fff;
    line-height  : 58px;
    width        : 60px;
    height       : 60px;
    font-size    : 22px;
    border-radius: 0;
    transition   : all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
    background: #ffb600;
    color     : #fff;
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display   : inline-block;
    padding   : 20px 30px;
    max-width : 650px;
}

.box-slide-title {
    font-size  : 18px;
    font-weight: 300;
    margin     : 0;
    color      : #fff;
}

.box-slide-sub-title {
    font-size: 36px;
    margin   : 8px 0 10px;
    color    : #fff;
}

.box-slide-description {
    color: #fff;
}

.call-to-action {
    background-color: #272d33;
    padding         : 30px;
}

.call-to-action-title {
    color         : #fff;
    margin        : 0;
    padding       : 25px 0;
    line-height   : normal;
    font-size     : 22px;
    text-transform: capitalize;
}

.call-to-action-box .action-style-box {
    background: #ffb600;
    padding   : 30px;
}

.action-title {
    color         : #fff;
    margin        : 0;
    line-height   : 36px;
    font-size     : 18px;
    text-transform: uppercase;
}

.featured-tab .nav-tabs>li>a {
    font-family   : 'Roboto Slab', serif;
    background    : #272d33;
    color         : #fff;
    text-shadow   : none;
    font-weight   : 700;
    border-radius : 0;
    text-transform: uppercase;
    line-height   : 50px;
    margin        : 0 1px 20px;
    padding       : 0 20px;
    border        : 0 !important;
    transition    : all 300ms ease;
}

.featured-tab .nav-tabs>li.active>a {
    color     : #fff;
    background: #ffb600;
    position  : relative;
}

.featured-tab .nav-tabs>li.active>a:after {
    position         : absolute;
    content          : " ";
    width            : auto;
    height           : auto;
    bottom           : -20px;
    left             : 50%;
    border-width     : 10px;
    border-style     : solid;
    border-color     : #ffb600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
}

.featured-tab .lead {
    font-size  : 18px;
    line-height: 28px;
    color      : #303030;
    font-weight: 400;
}

.facts-wrapper .ts-facts {
    color: #fff;
}

.ts-facts .ts-facts-icon i {
    font-size: 42px;
    color    : #ffb600;
}

.ts-facts .ts-facts-content .ts-facts-num {
    color    : #fff;
    font-size: 44px;
    margin   : 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
    font-size: 16px;
    color    : #ffb600;
    margin   : 0;
}

.ts-service-box .ts-service-icon i {
    font-size: 36px;
    float    : left;
    color    : #ffb600;
}

.service-box-title a {
    color: #333;
}

.service-box-title a:hover {
    color: #ffb600;
}

/* Service box bg */
.ts-service-box-bg {
    background: #252525;
    color     : #fff;
    padding   : 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
    color: #fff;
}

.ts-service-icon.icon-round i {
    font-size    : 24px;
    color        : #fff;
    background   : #ffb600;
    text-align   : center;
    border-radius: 100%;
    width        : 60px;
    height       : 60px;
    line-height  : 60px;
    margin-bottom: 20px;
    position     : relative;
    float        : none;
}

.ts-service-box.icon-left .ts-service-box-icon i {
    background: #ffb600;
    color     : #fff;
}

.service-no {
    font-size : 48px;
    color     : #dbdbdb;
    float     : left;
    margin-top: 10px;
}

.ts-service-info .learn-more:hover {
    color: #ffb600;
}

.ts-service-classic .ts-service-icon i {
    font-size    : 24px;
    float        : left;
    color        : #fff;
    background   : #ffb600;
    border-radius: 100%;
    width        : 60px;
    height       : 60px;
    line-height  : 60px;
    text-align   : center;
    transition   : all 0.3s;
}

.ts-service-classic:hover .ts-service-icon i {
    background: #ffb600;
}

.shuffle-btn-group {
    display      : inline-block;
    margin       : 20px 0 50px;
    width        : 100%;
    border-bottom: 3px solid #ffb600;
}

.shuffle-btn-group label {
    display       : inline-block;
    color         : #212121;
    font-size     : 14px;
    padding       : 6px 25px;
    padding-top   : 10px;
    font-weight   : 700;
    text-transform: uppercase;
    transition    : all 0.3s;
    cursor        : pointer;
    margin        : 0;
}

.shuffle-btn-group label.active {
    color     : #212121;
    background: #ffb600;
}

.shuffle-item .project-img-container:after {
    opacity         : 0;
    position        : absolute;
    content         : '';
    top             : 0;
    right           : auto;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition      : all 400ms;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
    position         : absolute;
    top              : 0;
    right            : 0;
    z-index          : 1;
    padding          : 5px 12px;
    background       : #ffb600;
    color            : #fff;
    opacity          : 0;
    -webkit-transform: perspective(1px) scale3d(0, 0, 0);
    transform        : perspective(1px) scale3d(0, 0, 0);
    transition       : all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
    color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
    color: #ffb600;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
    background    : #ffb600;
    display       : inline-block;
    padding       : 2px 8px;
    font-weight   : 700;
    color         : #000;
    font-size     : 10px;
    text-transform: uppercase;
}

.general-btn .btn-primary:hover {
    background: #000;
}

.project-item-content {
    position  : absolute;
    bottom    : -1px;
    padding   : 15px 20px;
    width     : 100%;
    background: #ffb600;
}

.project-slide .owl-nav>div {
    display    : inline-block;
    margin     : 0 2px;
    font-size  : 20px;
    background : #ffb600;
    color      : #fff;
    width      : 30px;
    height     : 30px;
    line-height: 30px;
    text-align : center;
}

.project-info-label {
    color      : #303030;
    font-weight: 700;
    font-size  : 14px;
}

.accordion-group .card {
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-header .btn:before {
    font-family     : "Font Awesome 5 Free";
    position        : absolute;
    z-index         : 0;
    font-size       : 14px;
    right           : 16px;
    padding         : 3px 8px 1px;
    text-align      : center;
    border-radius   : 3px;
    top             : 12px;
    content         : "\f107";
    font-weight     : 700;
    background-color: #333;
    color           : #fff;
    transition      : .3s;
}

.accordion-group .card-header .btn[aria-expanded="true"] {
    color: #ffb600;
}

.accordion-group .card-header .btn[aria-expanded="true"]::before {
    content         : "\f106";
    background-color: #ffb600;
}

.clients-logo {
    margin         : 0 0 30px;
    border         : 1px solid #dadada;
    min-height     : 105px;
    padding        : 0 30px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    align-content  : center;
}

.clients-logo img {
    -webkit-filter: grayscale(100%);
    filter        : grayscale(100%);
    -webkit-filter: gray;
    filter        : gray;
}

.testimonial-area {
    padding              : 100px 0;
    background-color     : #ffb600;
    background-image     : url(../images/parallax2.jpg);
    background-repeat    : no-repeat;
    background-size      : cover;
    background-attachment: fixed;
    background-position  : 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
    color: #fff;
}

.quote-item .quote-text {
    margin          : 0 0 10px;
    display         : inline-block;
    padding         : 0 40px 30px 60px;
    background-color: #fff;
    position        : relative;
    font-size       : 16px;
    font-style      : italic;
}

.quote-item .quote-text:before {
    content    : "\f10d";
    font-family: "Font Awesome 5 Free";
    position   : absolute;
    font-size  : 30px;
    left       : 0;
    top        : 0;
    font-weight: 700;
    color      : #ffc009;
}

.quote-author {
    font-size  : 16px;
    line-height: 18px;
    margin     : 0 0 2px;
    font-weight: 700;
    display    : block;
    color      : #ffb600;
}

.quote-item.quote-border .quote-text-border {
    border     : 1px solid #ffb600;
    padding    : 20px;
    position   : relative;
    line-height: 28px;
    color      : #666;
    font-size  : 18px;
    text-align : center;
}

.quote-item.quote-border .quote-text-border:before {
    border          : 12px solid;
    border-color    : #e1e1e1 transparent transparent;
    border-top-color: #ffb600;
    bottom          : -24px;
    position        : absolute;
    content         : "";
    display         : block;
    height          : 0;
    width           : 0;
    left            : 0;
    margin          : 0 auto;
    right           : 0;
}

.quote-item.quote-border .quote-text-border:after {
    border      : 12px solid;
    border-color: #fff transparent transparent;
    bottom      : -22px;
    position    : absolute;
    content     : "";
    display     : block;
    height      : 0;
    width       : 0;
    left        : 0;
    margin      : 0 auto;
    right       : 0;
}

.subscribe {
    background: #ffb600;
    padding   : 0;
}

.subscribe-call-to-acton h4 {
    color    : #fff;
    font-size: 24px;
    margin   : 0;
}

.ts-newsletter {
    background: #252525;
    position  : relative;
    min-height: 115px;
    padding   : 15px 0 0 50px;
}

.ts-newsletter:after {
    content   : "";
    position  : absolute;
    background: #252525;
    display   : block;
    width     : 100%;
    height    : 100%;
    right     : -100%;
    top       : 0;
}

.newsletter-form input {
    background: none;
    font-size : 12px;
    height    : 45px;
    border    : 1px solid rgba(255, 255, 255, 0.3);
}

.latest-post .image-angle:before {
    border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title a {
    color: #303030;
}

.latest-post .post-title a:hover {
    color: #ffb600;
}

.footer {
    background-color: #0d0d0d;
    color           : #999;
}

.footer .widget-title {
    font-size     : 16px;
    font-weight   : 700;
    position      : relative;
    margin        : 0 0 30px;
    padding-left  : 15px;
    text-transform: uppercase;
    color         : #fff;
    border-left   : 3px solid #ffb600;
}

.footer-social ul li a i {
    display   : block;
    font-size : 16px;
    color     : #999;
    transition: 400ms;
    padding   : 10px 13px;
}

.footer-social ul li:hover {
    color: #fff;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
    color: #747474;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
    color: #ffb600;
}

.copyright {
    background : #ffb600;
    color      : #111;
    padding    : 25px 0;
    position   : relative;
    z-index    : 1;
    font-weight: 600;
    font-size  : 12px;
}


.footer-menu ul.nav li a {
    background: none;
    color     : #111;
    padding   : 0;
}

.footer-menu ul li a:hover {
    color: #fff;
}

#back-to-top .btn.btn-primary {
    width        : 36px;
    height       : 36px;
    line-height  : 36px;
    background   : rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    color        : #ffb600;
    font-weight  : 700;
    font-size    : 16px;
    padding      : 0;
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
}

.banner-area {
    position           : relative;
    min-height         : 300px;
    color              : #fff;
    background-position: 50% 50%;
    background-size    : cover;
}

.banner-title {
    color         : #fff;
    text-transform: uppercase;
    font-size     : 58px;
    font-weight   : 900;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

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

.page-slider .carousel-control i {
    background   : rgba(0, 0, 0, 0.3);
    color        : #fff;
    line-height  : 70px;
    width        : 40px;
    height       : 70px;
    font-size    : 22px;
    border-radius: 0;
    transition   : all 500ms ease;
}

.page-slider .carousel-control i:hover {
    background: #ffb600;
    color     : #fff;
}

.page-slider.small-bg .box-slider-text {
    background: rgba(0, 0, 0, 0.55);
    padding   : 5px 20px;
}

.page-slider.small-bg .box-slide-title {
    font-size  : 28px;
    color      : #fff;
    font-weight: 900;
}

.page-quote-form {
    background: #f2f2f2;
    padding   : 30px 50px 50px;
}

.partner-logo {
    border       : 1px solid #eee;
    padding      : 20px;
    margin-top   : 40px;
    margin-bottom: 10px;
}

#partners-carousel .partner-logo {
    border      : 0;
    border-right: 1px solid #eee;
    padding     : 0 15px;
    margin-top  : 20px;
}

.team-slide .carousel-control {
    position        : absolute;
    bottom          : 0;
    left            : 50%;
    border          : 0;
    background-color: #ddd;
    height          : 37px;
    width           : 37px;
    border-radius   : 4px;
    transition      : .3s;
    z-index         : 6;
}

.team-slide .carousel-control:hover {
    background-color: #ffb600;
    color           : #fff;
}

.team-slide .carousel-control.slick-disabled:hover {
    background-color: #ddd;
    color           : #000;
}

.ts-team-wrapper .ts-team-content {
    position  : absolute;
    top       : 76%;
    left      : 0;
    width     : 100%;
    height    : 100%;
    padding   : 15px 25px;
    margin-top: 0;
    color     : #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: 350ms;
}

.ts-team-wrapper .ts-name {
    font-size    : 16px;
    margin-top   : 0;
    margin-bottom: 3px;
    line-height  : normal;
    color        : #ffb600;
}

.ts-team-wrapper .ts-designation {
    color        : #fff;
    font-size    : 14px;
    margin-bottom: 15px;
    font-weight  : 700;
}

.ts-team-wrapper .team-social-icons a i {
    color       : #fff;
    margin-right: 8px;
    text-align  : center;
    transition  : 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
    color: #ffb600;
}

.ts-team-content-classic .ts-name {
    font-size    : 16px;
    margin-bottom: 5px;
    color        : #212121;
}

.ts-team-content-classic .ts-designation {
    color        : #888;
    margin-bottom: 5px;
    font-weight  : 600;
}

.ts-team-content-classic .team-social-icons a i {
    color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
    color: #ffb600;
}

.ts-pricing-box {
    margin    : 20px 0;
    padding   : 0;
    text-align: center;
    background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
    background: #252525;
    color     : #fff;
    position  : relative;
    padding   : 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
    font-size  : 18px;
    line-height: normal;
    margin     : 0 0 5px 0;
    color      : #fff;
}

.ts-pricing-box .ts-pricing-price {
    font-size: 44px;
    color    : #fff;
    margin   : 15px 0 0;
    display  : inline-block;
}

.ts-pricing-box .ts-pricing-price>small {
    font-size  : 16px;
    line-height: 16px;
    display    : block;
    margin-top : 15px;
    color      : #fff;
}

.ts-pricing-box .ts-pricing-features ul>li {
    padding   : 20px 0;
    border-top: 1px dotted #e5e5e5;
}

.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
    background: #ff9800;
}

.contact-info-box i {
    float    : left;
    font-size: 24px;
    color    : #ffb600;
}

.post {
    border-bottom: 1px solid #dadada;
    padding      : 0 0 30px;
    margin       : 0 0 45px;
}

.entry-header .entry-title a {
    color: #303030;
}

.entry-header .entry-title a:hover {
    color: #ffb600;
}

.post-meta a {
    color: #303030;
}

.post-meta a:hover {
    color: #ffb600;
}

.post-meta span {
    margin-right : 10px;
    padding-right: 10px;
    border-right : 1px solid #dadada;
    line-height  : 12px;
    display      : inline-block;
}

.post-meta i {
    color       : #bbb;
    margin-right: 3px;
}

.pagination li a {
    border-radius: 0 !important;
    margin-right : 8px;
    color        : #7c7c7c;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
    color     : #fff;
    background: #ffb600;
    border    : 1px solid transparent;
}

.post-tags a {
    border     : 1px solid #dadada;
    color      : #7c7c7c;
    display    : inline-block;
    font-size  : 12px;
    padding    : 3px 10px;
    margin-left: 3px;
}

.post-tags a:hover {
    background: #ffb600;
    color     : #fff;
    border    : 1px solid transparent;
}

.post-social-icons a i {
    margin-left: 5px;
    font-size  : 12px;
    width      : 28px;
    height     : 26px;
    line-height: 26px;
    color      : #fff;
    text-align : center;
}

.post-social-icons a i.fa-facebook-f {
    background: #41578a;
}

.post-social-icons a i.fa-twitter {
    background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
    background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
    background: #3397b6;
}

.author-box {
    border : 1px solid #dadada;
    padding: 20px 20px 15px;
    margin : 20px 0;
}

.author-info h3 span {
    font-size   : 12px;
    color       : #999;
    border-left : 1px solid #AFAFAF;
    padding-left: 10px;
    margin-left : 10px;
    font-weight : 500;
}

.comments-list .comment-reply {
    color      : #303030;
    font-weight: 400;
}

.comments-list .comment-reply:hover {
    color: #ffb600;
}

.comments-counter a {
    color: #323232;
}

.comments-list .comment {
    border-bottom : 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom : 30px;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top   : 0;
    font-weight  : 600;
    font-size    : 16px;
    color        : #303030;
}

.comments-list .comment-date {
    color        : #959595;
    margin-bottom: 5px;
    font-size    : 12px;
}

.sidebar .widget-title {
    font-size     : 16px;
    font-weight   : 700;
    position      : relative;
    margin        : 0 0 30px;
    padding-left  : 15px;
    text-transform: uppercase;
    border-left   : 3px solid #ffb600;
}

.widget.box.solid {
    background: #f2f2f2;
}

.widget.box.red {
    background: #ec483b;
    color     : #fff;
}

.widget.box.red .widget-title {
    color: #fff;
}

.sidebar .widget ul li a {
    color: #303030;
}

.sidebar .widget ul li a:hover {
    color: #ffb600;
}

.sidebar ul.nav-tabs li a {
    color        : #303030;
    border-radius: 0;
    padding      : 15px 0;
    padding-left : 0;
    font-weight  : 400;
    border-bottom: 1px solid #ddd;
    display      : block;
    transition   : 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
    color: #ffb600;
}

.sidebar ul.nav-tabs li {
    color      : #303030;
    line-height: normal;
}

.sidebar ul.service-menu li a {
    background-color: #f4f4f4;
    padding         : 15px 20px;
    border          : 0;
    margin-bottom   : 8px;
    position        : relative;
    transition      : 400ms;
    display         : block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
    background: #ffb600;
    color     : #fff;
    cursor    : pointer;
}

.widget.recent-posts ul li {
    border-bottom : 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom : 17px;
}

.widget.recent-posts .post-info .entry-title a {
    color  : #303030;
    display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
    color: #ffb600;
}

.widget.recent-posts .post-date {
    font-weight   : 400;
    color         : #999;
    text-transform: capitalize;
}

.sidebar .widget-tags ul>li a {
    border    : 1px solid #dadada;
    color     : #303030;
    display   : block;
    font-size : 14px;
    padding   : 3px 15px;
    transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
    background: #ffb600;
    color     : #fff;
    border    : 1px solid transparent;
}

.error-page .error-code h2 {
    display      : block;
    font-size    : 200px;
    line-height  : 200px;
    color        : #303030;
    margin-bottom: 20px;
}

.list-round li:before {
    font-family : "Font Awesome 5 Free";
    content     : "\f138";
    margin-right: 10px;
    color       : #ffb600;
    font-size   : 12px;
}

ul.list-arrow li:before {
    font-family : "Font Awesome 5 Free";
    content     : "\f105";
    margin-right: 10px;
    color       : #ffb600;
    font-size   : 16px;
    font-weight : bold;
}

ul.list-check li:before {
    font-family : "Font Awesome 5 Free";
    content     : "\f00c";
    margin-right: 10px;
    color       : #ffb600;
    font-size   : 14px;
}

.link{
    padding     : 0px;
    font-size   : 0.9em;
}

.link:hover{
    color       :#ffb600;
    font-size   : 1em;
}