/*
Theme Name: Enfold
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter, facebook and via newsletter:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='https://kriesi.at/newsletter'>Subscribe to our Newsletter</a>
Version: 4.2
Author: Kriesi
Author URI: https://kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
*/
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
        url('fonts/fontello.woff2') format('woff2'),
        url('fonts/fontello.woff') format('woff'),
        url('fonts/fontello.ttf') format('truetype'),
        url('fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    --color1: #26bda5;
    --color2: #ef4030;
}
html {
    direction: ltr;
    overflow-x: hidden;
}
body {
    background-color: #FFF;
    color: #222;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    outline: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    margin: 6px 0;
}
a {
    color: #fff;
    outline: none;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    line-height: 24px;
    list-style: none;
    display: inline-block;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 700;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
input[type="text"], input[type="url"], input[type="tel"], input[type="email"], textarea {
    font-size: 15px;
    line-height: 21px;
    color: #6d6e70;
    border: 1px solid #be1e2d;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
    background: #fff;
    font-weight: 700;
    font-family: Roboto,sans-serif;
}
textarea {
    min-height: 140px;
}
input[type="submit"] {
    font-size: 15px;
    line-height: 16px;
    border: 1px solid #be1e2d;
    color: #6d6e70;
    background: #fff;
    border-radius: 5px;
    padding: 5px 25px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.paralax {
    position: relative;
}
.paralax .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.paralax:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(22,22,22,0.4);
    z-index: 1;
}
.paralax .container {
    z-index: 2;
}

/* Fonts */
.text-center {
    text-align: center;
}
.fw-7 {
    font-weight: 700;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-28 {
    font-size: 28px;
}

/* Margins & Paddings*/
.dblock {
    display: block;
}
.full-width {
    display: inline-block;
    width: 100%;
}
.half-width {
    width: 50%;
    float: left;
}
.half-width+.half-width {
    float: right;
}
.block-center {
    margin: 0 auto;
    display: table;
    float: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.m-0 {
    margin: 0;
}
.m-1 {
    margin: .5rem;
}
.m-2 {
    margin: 1rem;
}
.m-3 {
    margin: 1.5rem;
}
.m-4 {
    margin: 2rem;
}
.m-5 {
    margin: 3rem;
}
.pb-3{
    padding-bottom: 1.5rem;
}
.pb-4{
    padding-bottom: 2rem;
}
.pb-5{
    padding-bottom: 3rem;
}
.pl-3{
    padding-left: 1.5rem;
}
.pl-5{
    padding-left: 3rem;
}
.pr-3{
    padding-right: 1.5rem;
}
.pr-5{
    padding-right: 3rem;
}
.mtb-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.mtb-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mtb-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mtb-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mtb-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.ptb-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.ptb-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ptb-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.ptb-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ptb-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.width-70 {
    width: 70%;
    float: left;
}
.width-30 {
    width: 30%;
    float: left;
}
.width-50 {
    width: 50%;
    float: left;
}

/* Colors */
.scolor {
    color: var(--color2)
}
.gcolor {
    color: #606060;
}
.bg-gray {
    background: #f4f4f4;
}
.bg-black {
    background: #1e1e1e;
}

/* Icons */
.cicon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-award:before{
    content: '\eace';
}
.icon-user-group:before {
    content: '\eb06';
}
.icon-headphones-alt:before{
    content: '\ef6e';
}
.icon-user-add-2:before{
    content: '\ef94';
}
.icon-location-3:before{
    content: '\ef57';
}
.icon-mobile-6:before{
    content: '\ec8c';
}
.icon-mail-7:before{
    content: '\ec71';
}
.icon-time:before{
    content: '\ef5f';
}
.icon-tag:before{
    content: '\ee81';
}

/* Header */
header .top-bar {
    background: var(--color2);
    padding: 5px 0;
}
header .top-bar .fleft ul > li i {
    margin-right: 5px;
}
header .top-bar .fleft ul > li {
    margin-right: 15px;
}
header .top-bar .fright ul > li {
    margin-left: 10px;
}
.social_header li {
    background: var(--color1);
    width: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 2px var(--color1);
}
.social_header li i {
    line-height: 24px;
    font-size: 10px;
}
nav > div > ul ul {
    -webkit-transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    -moz-transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    -ms-transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    -o-transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
}
.main-header {
    background: #f4f4f4;
    padding: 30px 0;
}
.mainlogo img {
    width: auto;
    height: 50px;
}
.header-language {
    line-height: 45px;
}
header .header-language img {
    height: 20px;
    vertical-align: middle;
}
header .bottom-header {
    border-bottom: 1px solid #f4f4f4;
}
header .bottom-header nav, header .main-menu {
    display: inline-block;
}
header .main-menu .navigation {
    display: inline-block;
    width: 100%;
}
header nav .main-menu > ul > li {
    float: left;
    padding: 0 20px;
    position: relative;
}
header nav .main-menu > ul > li, header nav .main-menu > ul > li > a {
    height: 50px;
    line-height: 50px;
    position: relative;
}
header nav .main-menu > ul > li {
    padding: 0 15px;
}
header nav .main-menu > ul > li:first-child {
    padding-left: 0;
}
header nav .main-menu > ul > li > a span {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 205;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}
header nav .main-menu > ul > li.current-menu-item > a {
    color: var(--color2);
}
header nav .main-menu > ul > li.current-menu-item > a span {
    color: var(--color2);
}
header nav .main-menu > ul > li > a .nav_bg_clr {
    background-color: var(--color2);
    border: 0;
    display: block;
    width: 0%;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 204;
    opacity: 0;
}
header nav .main-menu > ul > li.current-menu-item > a .nav_bg_clr {
    width: 100%;
    left: 0%;
    opacity: 1;
}
header nav .main-menu > ul > li:hover > a span {
    color: var(--color2);
}
header nav .main-menu > ul > li:hover > a .nav_bg_clr {
    width: 100%;
    left: 0%;
    opacity: 1;
}
header nav .main-menu ul li .sub-menu {
    list-style: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 203;
    opacity: 0;
    width: 100%;
}
header nav .main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
header nav .main-menu li:hover .sub-menu {
    margin: -15px 0 0 0;
    background-color: #1e1e1e;
}
header nav .main-menu li:hover .sub-menu {
    margin: 0;
    padding: 15px 0;
}
header nav .main-menu .sub-menu li {
    width: 100%;
    display: list-item;
}
header nav .main-menu li .sub-menu a {
    color: #9c9c9c;
    border-top-color: #303030;
}
header nav .main-menu li .sub-menu a {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    margin: 0 15px;
    width: calc(100% - 30px);
    display: block;
    padding: 7px 0;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out, padding-left .3s ease-in-out;
}
header nav .main-menu li .sub-menu li:hover a {
    padding:7px 10px;
    background-color: #d43c18;
}
header nav .main-menu .sub-menu li:first-child > a {
    border-top-width: 0;
    border-top-style: solid;
    margin-top: 1px;
}
.search_wrap {
    width: 44px;
    float: right;
    margin-left: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
.search_wrap {
    -webkit-transition: background-color .3s ease-in-out, width .5s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, width .5s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, width .5s ease-in-out;
    -o-transition: background-color .3s ease-in-out, width .5s ease-in-out;
    transition: background-color .3s ease-in-out, width .5s ease-in-out;
}
.search_wrap .search_wrap_inner {
    display: table;
    width: 100%;
}
.search_wrap .search_wrap_inner_left {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.search_wrap .search_bar_wrap {
    width: 44px;
    height: 44px;
    padding: 0;
    margin-top: 6px;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
}
.search_wrap .search_bar_wrap {
    -webkit-transition: width .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: width .5s ease-in-out, padding .5s ease-in-out;
    -ms-transition: width .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: width .5s ease-in-out, padding .5s ease-in-out;
    transition: width .5s ease-in-out, padding .5s ease-in-out;
}
.search_wrap .search_bar_wrap form {
    display: table;
    width: 100%;
    margin-top: -1px;
    margin: 0;
}
.search_bar_wrap form p {
    display: table-cell;
    padding: 0;
    vertical-align: top;
    height: 44px;
    position: relative;
    overflow: hidden;
}
.search_bar_wrap form p.search_field {
    vertical-align: middle;
}
.search_bar_wrap form p.search_button {
    width: 40px;
    text-align: center;
}
.search_bar_wrap form p.search_button .sbutton {
    cursor: pointer;
}
.search_bar_wrap form p.search_button .sbutton:before {
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
}
.search_wrap .search_bar_wrap form p.search_button .sbutton:before {
    color: #f4f4f4;
    line-height: 44px;
    width: 44px;
    height: 44px;
}
.search_wrap .icon_search:before {
    content: '\f002';
    font-weight: bold !important;
}
.search_bar_wrap form p.search_field input.search-input {
    background: none;
    width: 100%;
    padding: 7px;
    margin-top: 1px;
    border-width: 0;
    border-style: solid;
}
.search_wrap.search-opened .search_bar_wrap p.search_field input:focus {
    outline: none;
}
.search_wrap .search_bar_wrap form p.search_field input.search-input {
    width: 0;
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
    opacity: 0;
}
.search_wrap.search-opened {
    width: 250px;
}
.search_wrap.search-opened .search_bar_wrap {
    width: 250px;
    padding-left: 25px;
}
.search_wrap.search-opened .search_bar_wrap, .search_wrap .search_bar_wrap input[type=text], .search_wrap .search_bar_wrap input[type=text]:focus {
    background-color: #ffffff;
}
.search_wrap.search-opened .search_bar_wrap p.search_field input.search-input {
    width: 100%;
    opacity: 1;
}
.search_wrap.search-opened .search_bar_wrap form p.search_button .icon_search:before {
    content: '\f00d';
    color: #959595;
}

/* Form */
.form-group {
    width: 100%;
    display: inline-block;
}
.form-group label {
    margin-bottom: 5px;
    display: block;
}
.form-group input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    padding: 1px 25px;
    position: relative;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    background-color: var(--color2);
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: initial;
}
.form-group input[type="submit"]:hover {
    background-color: #222;
}

/* Slider */
.full-slider {
    position: relative;
    display: inline-block;
    width: 100%;
}
.full-slider .slick-arrow {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 30px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
    top: calc(50% - 55px);
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.full-slider .slick-arrow.prevS {
    left: 0;
}
.full-slider .slick-arrow.nextS {
    right: 0;
}
.slick-slide {
    position: relative;
    outline: none;
}
.slider-item .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slider-text {
    position: absolute;
    top: calc(50% - 150px);
    width: 50%;
    text-align: center;
}
.sl-left .slider-text {
    left: 0;
}
.sl-right .slider-text {
    left: 50%;
}
.slider-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}
.slider-subtitle {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.slider-desc {
    font-size: 16px;
    margin-bottom: 15px;
}
.slider-text .slider-link a {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 23px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    cursor: pointer;
    padding: 10px 25px;
}
ul.slick-dots {
    position: absolute;
    top: 0;
    right: 10px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li {
    width: 11px;
    background: #fff;
    height: 11px;
    cursor: pointer;
    margin-right: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    background: var(--color2);
    border: 1px solid var(--color2);
}

/* Columns */
.columns {
    display: inline-block;
    width: 100%;
}
.columns .column {
    float: left;
}
.columns.col4 .column {
    width: calc((100% / 4) - 48px);
    margin-left: 64px;
    position: relative;
}
.columns .column a {
    position: relative;
}
.columns .column:first-child {
    margin-left: 0;
}
.box-card {
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    position: relative;
}

/* Main */
.headline {
    background-color: var(--color2);
    color: #f4f4f4;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.headline-title {
    float: left;
    font-size: 28px;
    font-weight: 700;
}
.headline-breadcrumbs {
    float: right;
    line-height: 42px;
}
.box_button {
    display: inline-block;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.box_button {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    background-color: #adadad;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.box_button:hover {
    background-color: var(--color2);
}
.show-cards .cicon {
    font-size: 24px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    border-width: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    -moz-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    -ms-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    -o-transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    position: absolute;
    left: calc(50% - 26px);
    top: -26px;
    background-color: var(--color2);
    color: #fff;
}
.show-cards .icon_box_heading {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #1e1e1e;
}
.show-cards .icon_box_text {
    color: #959595;
}

.about-us .aboutus-image{
    background-image: url(img/01-home-paralax.jpg);
}
.about-us .half-width {
    color: #fff;
}
.about-us .paralax-title {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}
.about-us .paralax-desc {
    font-size: 15px;
    line-height: 24px;
}
.blog-list .column h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #1e1e1e;
}
.blog-list .column a {
    display: inline-block;
    width: 100%;
    font-size: 0;
}
.blog-list .column .box_text {
    color: #959595;
}
.blog-list .column a.featured-image:after {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.blog-list .column:hover a.featured-image:after {
    background-color: #ef4030bf;
}
.blog-list .column a.featured-image:before {
    content: '\ef76';
    font-family: "fontello";
    color: #fff;
    font-size: 36px;
    z-index: 10;
    opacity: 0;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blog-list .column:hover a.featured-image:before {
    opacity: 1;
}
.blog-list .column a.featured-image:before {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 032s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.blog-list .column a.featured-image:after {
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -ms-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}
.blog-list .column h2 {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.blog-list .column:hover h2{
    color: var(--color2);
}
ul.contact-info > li {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    color: #959595;
}
ul.contact-info > li:first-child {
    padding: 0;
}
ul.contact-info > li i {
    color: var(--color2);
    margin-right: 5px;
}

/* Blog */
.single-blog {
    background-color: #fff;
}
.single-blog img {
    width: 100%;
    display: inline-block;
    color: transparent;
    height: auto;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: auto;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}
.single-blog .blog-title {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    padding: 10px 20px;
    font-weight: 700;
    position: relative;
}
.single-blog .blog-title:before {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 24px;
    margin-top: 6px;
    background-color: #d43c18;
}
.single-blog .blog-desc {
    padding: 0 20px;
}
.single-blog .blog-desc a {
    color: #000;
    font-weight: 700;
    display: block;
    margin: 5px 0;
}
.single-blog .blog-info {
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
.single-blog .blog-info .post-date i {
    margin-right: 10px;
}
.single-blog .blog-info .post-categories {
    margin-left: 20px;
}
.single-blog .blog-info .post-categories a {
    color: #000;
    font-weight: 700;
}
.single-blog .blog-info .post-categories i {
    margin-right: 10px;
}

/* Sidebar */
.widget {
    padding: 20px;
    background: #fff;
}
.widget .widgettitle {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
}
.widget .widgettitle:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color2);
    position: absolute;
    bottom: 0;
    left: 0;
}
.all-categories ul li {
    width: 100%;
    display: list-item;
    list-style: disc inside;
}
.all-categories ul li a {
    color: #000;
}

/* Footer */
.top-footer .widgettitle {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
}
.top-footer .widgettitle:before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #d43c18;
}
.list-menu li {
    border-top: 1px solid #2e2e2e;
    float: left;
    width: 100%;
    padding: 7px 0;
}
.list-menu li:first-child {
    border: none;
}
.list-menu li a {
    color: #858585;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.footer-copyright {
    padding: 0 0 20px;
    text-align: left;
    overflow: hidden;
    color: #959595;
}

/* Responsive */
@media (min-width:1424px) {
    .container{width:1400px}
}
@media (min-width:1024px) and (max-width:1423px) {
    .container{width:1000px}
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 766px) and (max-width: 1023px) {
}
@media screen and (max-width: 765px) {
}
@media screen and (max-width: 450px) {
}