/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap'); */

@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@font-face {
    font-family: myfont;
    src: url(../fonts/DinNextRegular.otf);
}

:root {
    --main: #506cea;
    --sub: #7aa513
}

.text-color {
    color: rgb(0, 112, 205);
}

* {
    text-decoration: none !important;
    list-style: none;
    outline: none !important;
    transition: all .2s ease-in-out;
}

.slick-dots {
    display: none !important;
}

a,
a:hover,
a:focus {
    color: var(--main);
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

.w-0 {
    width: 0;
}

.zt-control,
.zt-primary {
    border-radius: 2px;
    border: 1px solid #dddddd57;
}

.card {
    border-radius: 2px;
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.08);
    border: 1px solid #dddddd57;
}

body {
    font-family: myfont, sans-serif !important;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    color: #555555;
}


/* Scroll Top Style */

.scroll_top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 8px;
    font-size: 21px;
    cursor: pointer;
    display: none;
    z-index: 3;
}

.scroll_top:hover {
    background-color: rgb(83 211 219);
    box-shadow: 1px 1px 8px 1px rgb(83 211 219 / 22%);
}


/* End Scroll Top Style */


/* Loading Style */

.lds-roller {
    display: flex;
    width: 100vw;
    position: fixed;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.8) !important;
    left: 0;
    top: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End Loading Styles */

.headContainer {
    width: 100%;
    height: 100%;
    display: flex;
}

.zt-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.zt-container1 {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.sticky-nav {
    position: fixed !important;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    z-index: 3 !important;
    background-color: #fff;
    height: 70px !important;
}

.sticky-nav #logo img {
    height: 50px !important;
}

.sticky-nav #primary-menu ul li>a,
.sticky-nav #primary-menu1 ul li>a {
    padding: 20px 15px;
    font-size: 13px !important;
}


/* .sticky-nav #top-search, */


/* .sticky-nav #top-cart, */


/* .sticky-nav #side-panel-trigger, */


/* .sticky-nav #top-account, */

.sticky-nav #top-fav {
    margin: 22px 15px 18px 0 !important;
}

.title-section {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
}

.title-section::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--main);
}

.links-items,
.links-items2 {
    width: auto;
}

.links-items li a,
.links-items2 li a {
    display: flex;
    flex-direction: column;
}

.links-items li a div,
.links-items2 li a div,
.links-items li a i,
.links-items2 li a i {
    display: flex;
    flex-direction: column;
}


/*
Component: Flex css
---------------------------- */

.zt-flex,
#header.home-three .zt-container,
#header.home-three .zt-container1,
.filter-tour.home-three .filter-wrap .filter-box,
.video-tour.home-three .box .box-icon .border,
.footer-bottom .logo-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nomargin {
    margin: 0 !important;
}

.lgpadding {
    padding: 120px 0 60px
}


/* Section Top Bar Style */


/* #top-bar {
    height: 45px;
    background-color: #16171b;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
} */

#top-bar.home {
    position: absolute;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #333333;
}

#top-bar ul {
    padding: 0;
    margin: 0;
}

#top-bar ul li {
    list-style-type: none;
    display: inline;
}

#top-bar .social-top a {
    color: #999999;
    padding-right: 15px;
    font-size: 11px;
}

#top-bar .social-top a:hover {
    color: var(--main);
}

#top-bar .social-top a:hover .fab {
    transform: rotate(360deg) scale(1.3);
}

#top-bar .login a {
    color: #ffffff;
    padding-left: 30px;
}

#top-bar ul li a {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 45px;
}

#top-bar .form-search-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3 !important;
    background: #000;
    background: black;
}

#top-bar .form-search-wrap a.close-search {
    position: absolute;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    background-color: #ddd;
    border-color: #ddd;
    right: 5%;
    top: 5%;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 46px;
    transition: all .5s ease;
}

#top-bar .form-search-wrap .form-search-box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-bar .form-search-wrap .form-search-box form {
    width: 70%;
}

.input-icon {
    position: relative;
}

#top-bar .form-search-wrap .form-search-box form input {
    display: inline;
    height: 50px;
    line-height: normal;
    color: #000;
}

.input-icon .input-addon {
    position: absolute;
    right: 15px;
    top: 10px;
}

#top-bar .form-search-wrap .form-search-box form .input-icon .input-addon {
    top: 14px !important;
}

#top-bar .form-search-wrap .form-search-box form .input-addon span.fa {
    color: var(--main);
    font-size: 18px;
}

#top-bar .form-search-wrap a.close-search:hover {
    background-color: var(--main);
}


/* End Section Top Bar Style */


/* Section Header Style */

#header {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 0;
    background: #0db496;
    z-index: 1;
    box-shadow: 0px 3px 10px rgb(98, 102, 101);
}

#header-wrap {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}


/*#header,
#header-wrap,
#logo {
     height: 100px;    
}*/


/*#header,
#header-wrap,
#logo img {
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}*/

#logo {
    font-size: 36px;
    line-height: 100%;
    float: right !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 150px;
}

#logo img {
    height: auto;
    margin: 10px auto;
    margin-right: 0 !important;
}

#logo img {
    display: flex;
    max-width: 100%;
}

.hideTab {
    visibility: hidden;
}

#primary-menu {
    height: 80%;
    margin: auto;
}

#primary-menu1 {
    height: 80%;
    margin: auto;
}

#primary-menu ul>li,
#primary-menu1 ul>li {
    float: right;
    /*margin-right: 2px;
    margin-left: 0;
    */
}


/*#primary-menu>ul>li:first-child,#primary-menu1>ul>li:first-child {
    margin-left: 0;
}*/

#primary-menu ul li>a,
#primary-menu1 ul li>a {
    position: relative;
    display: block;
    line-height: 22px;
    padding: 17px 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li:first-child>a,
#primary-menu1 ul li:first-child>a {
    /*padding-right: 0;*/
}

#primary-menu ul li:hover>a,
#primary-menu1 ul li:hover>a {
    color: #506cea;
}

#primary-menu ul li>a::before,
#primary-menu1 ul li>a::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 0;
    height: 2px;
    background-color: #ff5b00;
    transition: .3s linear;
}

#primary-menu ul li>a.change::before {
    bottom: 12px;
}

#primary-menu ul li:hover>a::before,
#primary-menu ul li.current>a::before,
#primary-menu1 ul li:hover>a::before,
#primary-menu1 ul li.current>a::before {
    width: 30px;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.curent>a,
#primary-menu ul li:hover .icon,
#primary-menu1 ul li:hover>a,
#primary-menu1 ul li.curent>a,
#primary-menu1 ul li:hover .icon {
    color: #ff5b00;
}

#top-search,
#top-cart,
#side-panel-trigger,
#top-account,
#top-fav {
    float: right;
    margin: 40px 0 40px 15px;
}

.close-sidebar {
    position: absolute;
    top: 10px;
    right: 16px;
}

#top-cart {
    position: relative;
}

#top-search a,
#top-cart>a,
#top-fav>a,
#side-panel-trigger a {
    width: 22px;
    height: 22px;
    font-size: 24px;
    color: #444;
}

#top-cart>a>span {
    top: -7px;
    font-size: 14px;
    text-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

#top-cart>a>span {
    top: -7px;
    font-size: 14px;
    text-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

#top-cart .top-cart-content {
    opacity: 0;
    z-index: -2;
    display: none;
    position: absolute;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid var(--main);
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
}

#top-cart .top-cart-content {
    width: 320px;
}

.top-cart-content::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--main) transparent;
    position: absolute;
    top: -10px;
    right: 15px;
}

#top-cart>a>span {
    display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -14px;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: var(--main);
    border-radius: 50%;
}

.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-cart-items {
    padding: 15px 5px;
    height: 230px;
    overflow: auto;
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
    font-size: 20px;
    color: var(--main);
}

.button.button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: var(--main);
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}


/* End Section Header Style */


/* Start Section Slider */

.forcefullwidth_wrapper_tp_banner {
    height: 608px !important;
    z-index: -1;
}

.forcefullwidth_wrapper_tp_banner .tp-caption {
    font-family: myfont, sans-serif !important;
}

.rev_slider_wrapper {
    top: 74px !important;
}

.rev_slider_wrapper .rev_slider {
    height: 520px !important
}

.step h3 .num {
    color: #212529;
    font-size: 13px;
    font-weight: bold;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    background: rgb(0, 112, 205);
    margin: 5px 3px;
    border-radius: 50%;
}

.step h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #212529;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    width: auto;
}

.step .text {
    width: 50%;
    margin: 0 auto;
}

#slider {
    /*textOnSlider style is st in index.blade.php*/
    position: relative;
    height: 100vh;
    animation: fondu 20s ease-in-out infinite both;
    background-size: cover;
}

@keyframes fondu {
    0% {
        background-image: url("../images/slider/banner-1.jpg");
    }
    33.33% {
        background-image: url("../images/slider/banner-6.jpg");
    }
    66.67% {
        background-image: url("../images/slider/banner-1.jpg");
    }
    100% {
        background-image: url("../images/slider/banner-6.jpg");
    }
}


/* End Section Slider */


/* Search Section Style */

.filter-tour {
    position: relative;
}

.filter-tour .filter-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.filter-tour .filter-wrap .filter-box p {
    color: #ff5b00;
    font-size: 20px;
}

.filter-tour .filter-wrap .filter-box {
    border-radius: 2px;
    margin-top: -210px;
    padding: 30px 0px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 6px 18px 0px;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
}

.filter-tour .filter-wrap .filter-box input,
.filter-tour .filter-wrap .filter-box select,
.filter-tour .filter-wrap .filter-box button {
    color: #222222;
    height: 50px;
    line-height: inherit;
    border-radius: 0;
    width: 190px;
    font-size: 15px;
    border-color: #0db496 !important;
    color: #0db496 !important;
    font-weight: bold;
}

.filter-tour .filter-wrap .filter-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0db496 !important;
}

.filter-tour .filter-wrap .filter-box button {
    color: #ffffff !important;
    background-color: #ff5b00;
    border-color: #ff5b00 !important;
    /* rgb(0, 112, 205); */
    line-height: 20px;
    padding: 0 35px;
    margin-left: 15px;
}

.filter-tour .filter-wrap .filter-box button:hover {
    background-color: #0db496 !important;
    /*rgb(0, 112, 205)*/
    border-color: #0db496 !important;
}

.filter-tour .filter-wrap .filter-box .form-group {
    margin-left: 15px;
}

.my_input {
    font-size: 15px;
    color: rgb(116, 116, 112);
    line-height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.23);
    border-right: 1px solid rgba(0, 0, 0, 0.23);
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
    border-top: 1px solid rgba(0, 0, 0, 0.23);
    padding: 0 5px;
}

.filter-tour .filter-wrap .filter-box input::-webkit-input-placeholder,
.filter-tour .filter-wrap .filter-box select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 1;
    color: #222222;
}

.filter-tour .filter-wrap .filter-box input:-moz-placeholder,
.filter-tour .filter-wrap .filter-box select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #222222;
}

.filter-tour .filter-wrap .filter-box input::-moz-placeholder,
.filter-tour .filter-wrap .filter-box select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #222222;
}

.filter-tour .filter-wrap .filter-box input:-ms-input-placeholder,
.filter-tour .filter-wrap .filter-box select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 1;
    color: #222222;
}

.filter-tour.home-two .filter-wrap .filter-box {
    margin-top: -200px;
    box-shadow: none;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.filter-tour.home-three {
    background-color: var(--basic);
}

.filter-tour.home-three .filter-wrap {
    position: relative;
}

.filter-tour.home-three .filter-wrap .filter-box {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.filter-tour.home-three .filter-wrap .filter-box .title {
    text-align: center;
    padding: 10px 20px 10px 0;
    margin-left: 50px;
    border-left: 1px solid;
    border-color: rgba(34, 34, 34, 0.2);
}

.filter-tour.home-three .filter-wrap .filter-box .title h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 11px;
}

.filter-tour.home-three .filter-wrap .filter-box .title h3 strong {
    font-size: 28px;
    display: block;
}

.filter-tour.home-three .filter-wrap .filter-box input,
.filter-tour.home-three .filter-wrap .filter-box select,
.filter-tour.home-three .filter-wrap .filter-box textarea {
    background: transparent;
    border-radius: 0;
    width: 188px;
    border-color: #fdf7d9;
}

.filter-tour.home-three .filter-wrap .filter-box .submit {
    margin-right: 35px;
}

.filter-tour.home-three .filter-wrap .filter-box button {
    position: relative;
    height: 100px;
    color: #000000;
    border: none;
    border-radius: 0;
    background: #ffffff;
}

.filter-tour.home-three .filter-wrap .filter-box button:before {
    content: '';
    position: absolute;
    border: var(--basic) solid 4px;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.filter-tour.home-three .filter-wrap .filter-box button:hover:before {
    opacity: 1;
}


/* End Search Section */


/* Start Section Products */

#products .item {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.slider-product {
    position: relative;
}

.slick-arrow {
    position: absolute;
    border-radius: 100%;
    border: 0;
    background: #fff;
    box-shadow: 1px 1px 10px 5px #eee6;
    padding: 5px 10px;
}

.slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.slick-arrow:hover {
    background-color: var(--main);
}

.slick-arrow:hover i {
    color: #fff
}

.slider-product .slick-arrow.slick-prev {
    left: 0;
    top: 31%;
    z-index: 1;
}

.slider-product .slick-arrow.slick-next {
    right: 0;
    top: 31%;
    z-index: 1;
}

.product-thumb {
    margin: 0 0 60px;
    overflow: hidden;
    text-align: center;
}

.product-thumb .product-imageblock,
.product-thumb .product-imageblock {
    position: relative;
    overflow: hidden;
}

.product-thumb .image {
    float: none;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.image.product-imageblock>a {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}

.image.product-imageblock>a img {
    width: 100%;
    height: 287px;
}

.product-thumb .product-imageblock .button-group,
.product-thumb .product-imageblock .button-group {
    opacity: 0;
    padding: 0 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
}

.product-thumb .button-group>li {
    list-style: outside none none;
    display: inline;
}

.product-thumb .button-group .wishlist,
.product-thumb .button-group .compare,
.product-thumb .button-group .quick-view {
    background: var(--main) none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    border-radius: 50px;
    padding: 11px;
    height: 45px;
    width: 45px;
    transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
    color: #fff;
}

#products .rating {
    margin-top: 15px;
}

.rating .fa-stack {
    font-size: 8px;
    vertical-align: 1px;
}

span.fa-stack {
    height: 14px;
    line-height: 14px;
    width: 10px;
}

#products .fa {
    font-size: 16px;
}

#products .fa.fa-star.fa-stack-2x {
    color: var(--main);
}

#products .button-group li button .fa,
#products button .fa {
    color: #fff;
}

.product-thumb .product-name {
    font-weight: 600;
    margin: 5px 0 5px;
}

.product-thumb .product-name a {
    font-size: 14px;
    color: #646464;
    font-weight: normal;
}

.product-thumb .price {
    color: #121212;
    font-weight: 600;
    margin: 0;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: none;
}

.product-thumb .button-group>li {
    list-style: outside none none;
    display: inline;
}

.product-thumb:hover .product-imageblock .button-group {
    opacity: 1;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-thumb:hover .product-imageblock .button-group>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.product-thumb .button-group .wishlist,
.product-thumb .button-group .quick-view {
    background: var(--main) none repeat scroll 0 0;
    margin: 2px;
    overflow: hidden;
    border-radius: 50px;
    padding: 8px 12px;
    height: 45px;
    width: 45px;
    transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
    color: #fff;
    border: 0;
}

.product-thumb .button-group .addtocart-btn {
    background: var(--main) none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 10px;
    padding: 9px 18px;
    color: #fff;
    transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
    border: 0;
}

.product-thumb:hover .product-name a {
    color: var(--main);
}

.addtocart-btn {
    display: table-cell;
}

.less {
    color: #b90a0a;
    font-weight: 300;
    margin-left: 10px;
    text-decoration: line-through !important;
}


/* End Section Products */


/* Slider Product */


/* .product-card {
    padding-bottom: .875rem;
    border: 0;
    transition: all 0.15s ease-in-out;
}
.cz-carousel-inner .slick-arrow.slick-prev {
    left: -20%;
    top: 3%;
}
.cz-carousel-inner .slick-arrow.slick-next {
    left: -14%;
    top: 3%;
} */


/* End Slider Product */


/*Service Icons*/

.service-icon {
    margin: 0px auto;
    display: block;
    text-align: center;
    transition: all .3s;
}

.service-icon:hover {
    transform: scale(1.1, 1.1);
    color: #00a63f;
}

.service-icon i {
    display: block;
}

.service-text {
    width: 100%;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}


/* Icons */

.fa.circle-icon {
    padding: 16px 19px;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
}

.fa.square-icon {
    padding: 16px 19px;
    font-size: 32px;
    color: #fff;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
}

.fa.square-border-icon,
.fab.square-border-icon {
    padding: 16px 19px;
    font-size: 32px;
    color: var(--main);
    border: 2px solid var(--main);
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 49px;
    text-align: center;
    border-radius: 0.5em;
    margin: auto;
    -webkit-box-shadow: 1px 4px 28px -5px var(--main);
    -moz-box-shadow: 1px 4px 28px -5px var(--main);
    box-shadow: 1px 4px 28px -5px var(--main);
}

.fa.square-border-icon-fill {
    padding: 16px 19px;
    font-size: 32px;
    color: #fff;
    border: 2px solid #00a63f;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    border-radius: 3px;
}

.fa.border-icon {
    background: transparent;
    padding: 19px;
    font-size: 32px;
    color: #00a63f;
    border-radius: 50%;
    border: 2px solid #00a63f;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 41px;
    text-align: center;
}

.fa.fa-cog.rotate-icon {
    background: #00a63f;
    padding: 16px 18px;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    line-height: 49px;
    text-align: center;
}


/* statistic style */

.statistic .card {
    border-radius: 20px;
}

.statistic .card:hover {
    /* color: var(--main); */
    box-shadow: 1px 1px 15px 10px rgba(0, 85, 0, 0.1411764705882353);
}

.statistic .card:hover h4,
.statistic .card:hover p,
.statistic .card:hover i {
    color: var(--main);
}


/* End statistic style */


/* Ads Styles */

.sec_t {
    padding: 10px 0;
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.08);
    border-radius: 2px;
    margin-bottom: 16px;
    border: 1px solid #dddddd57;
    transition: .3s linear;
}

.sec_t:hover {
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.12);
}

.sec_t a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
}

.sec_t a i {
    min-height: 28px;
}

.sec_t a span {
    max-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

.sec_t h4 {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.sec_t h4:last-of-type {
    border-bottom: 0;
}

.ad-item {
    border: 1px solid #f3f3f3;
    margin: 18px 0;
    min-height: 200px;
    border-radius: 2px;
    max-height: 200px;
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.08);
    border: 1px solid #dddddd57;
    overflow: hidden;
}

.ad-item:hover {
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.12);
}

.ad-info .item-cat a:hover,
.ad-info .item-user {
    color: #00a651;
    font-size: 18px;
}

.ad-info .item-user {
    color: #8d9283;
}

a.verified {
    position: absolute;
    top: 0;
    right: 6px;
}

.item-image-box,
.item-info .item-info {
    padding: 0;
    margin: 0;
    position: relative
}

.item-info {
    min-height: 200px
}

.item-image-box {
    max-height: 200px;
    overflow: hidden
}

.item-image-box .item-image {
    height: 100%;
}

.item-image-box .item-image img {
    height: 100%;
    width: 100%;
}

.trending-ads {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 30px
}

.ad-item .ad-info {
    overflow: hidden
}

.ad-item .ad-info span+a {
    color: #9fa4a4;
    font-size: 14px;
    line-height: 16px
}

.ad-item .ad-info span,
.featured .ad-info span {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 17px
}

.ad-item:hover .item-image img {
    -moz-transform: scale(1.05) rotate(2deg);
    -webkit-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
}

.ad-info .item-title a:hover {
    text-decoration: underline;
}


/* .ad-info .item-title a {
    color: #000;
} */

.ad-meta {
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 100%;
    padding-left: 25px;
    display: table;
    font-size: 14px;
    padding-right: 15px;
}

.ad-meta .meta-content span,
.ad-meta .meta-content a {
    font-weight: 400;
    color: #9fa4a4;
}

.ad-meta .meta-content {
    display: table-cell;
    vertical-align: middle;
}

.ad-meta .meta-content .dated {
    margin-right: 20px;
}

.ad-meta .meta-content .dated,
.ad-meta .meta-content .visitors {
    font-weight: 500;
    color: #9fa4a4;
}

.ad-meta .meta-content span,
.ad-meta .meta-content a {
    font-weight: 400;
    color: #9fa4a4;
}

.ad-meta .meta-content a:hover {
    color: #00a651;
}

.ad-meta .user-option a:hover {
    background-color: #fff;
    color: #00a651;
}

.ad-meta .user-option a {
    font-size: 18px;
    color: #9fa4a4;
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.ad-meta a i {
    text-align: right;
}


/* End Ads Styles */


/* Section Header Detials */

.sec_header {
    height: 300px;
    width: 100%;
    padding-top: 120px;
    background: url(../images/slider/banner-6.jpg) no-repeat center;
    background-size: cover;
    background-attachment: scroll;
}

.card-details {
    margin-top: -60px;
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 85, 0, 0.08);
    border-radius: 2px;
    border: 1px solid #dddddd57;
    width: 100%;
    margin-bottom: 60px;
    padding: 20px 30px;
}

.details-like {
    background-color: gainsboro;
    padding: 6px 11px;
    border-radius: 100%;
    color: #555555;
}

.details-like:hover i {
    color: #b90a0a;
}

.lSSlideOuter.vertical .lSGallery {
    height: auto !important;
    border: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: 70px !important;
    border: 1px solid rgba(76, 72, 72, 0.33);
    opacity: .6;
    overflow: hidden !important;
    /* box-shadow: 1px 1px 10px 8px rgba(76, 72, 72, 0.33); */
    margin-bottom: 10px !important;
}

.lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}

.lSSlideOuter.vertical img {
    width: 100%;
    height: 100%;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 100%;
    width: 100%;
}

.card-details-content {
    padding: 40px 0px;
    line-height: 40px;
    font-size: 18px;
}

.card-details-content .title h3 {
    font-size: 20px;
    color: var(--main);
}

.card-details-content .user h5 {
    font-size: 18px;
    margin-top: 20px;
}


/* Style Footer */

#footer {
    background-color: #eef1f5 !important
}

#footer.dark,
.dark #footer {
    background-color: #40597a;
    color: rgb(44, 32, 32);
    border-top-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, .04);
}

.social {
    width: 60%;
    height: 30%;
    color: black;
    margin: auto;
    display: flex;
    margin-bottom: 10%;
}

#fb,
#twitter,
#insta,
#google {
    margin: auto;
    font-size: 30px;
    transition: 0.01s;
    width: 25%;
    height: 90%;
}

#fb:hover {
    color: rgb(75, 105, 172);
    font-size: 40px;
    transition: 0.1s;
}

#twitter:hover {
    color: rgb(24, 65, 153);
    font-size: 40px;
    transition: 0.1s;
}

#insta:hover {
    color: rgb(197, 64, 98);
    font-size: 40px;
    transition: 0.1s;
}

#google:hover {
    color: rgb(197, 26, 26);
    font-size: 40px;
    transition: 0.1s;
}

#footer .footer-widgets-wrap {
    padding: 40px 0;
}

.footer-logo {
    display: block;
    margin: auto;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #0070cd;
    font-weight: bold;
}

.ftr-v-links-tlt {
    font-size: 14px;
    margin-bottom: 20px;
}

.dark .footer-widgets-wrap a {
    color: #151320;
}

.dark .footer-widgets-wrap a:hover {
    color: #0070cd;
}

#copyrights {
    padding: 16px 0;
    background-color: #0db496;
    font-size: 14px;
    line-height: normal;
    height: 58px;
}

.dark #copyrights {
    background-color: #0db496;
    color: rgba(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}


/* End Footer Style */

#welcome {
    background-image: url(../images/bg.png);
}

.icon-box {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f4f4f9;
    min-height: 286px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.icon-icon {
    margin-bottom: 20px;
}

.icon-box h5 {
    color: rgb(0, 112, 205);
}

.icon-box:hover {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(229, 229, 229, 0.60);
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 250px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget__item-2 {
    overflow: hidden;
    border-radius: 20px;
    background-color: #eaf7f9;
    padding: 30px 20px 40px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.flip-card-back {
    background-image: -moz-linear-gradient(90deg, rgb(83 211 219) 0%, rgb(144 90 206) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(83 211 219) 0%, rgb(144 90 206) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(83 211 219) 0%, rgb(144 90 206) 100%);
    background-image: linear-gradient(90deg, rgb(83 211 219) 0%, rgb(144 90 206) 100%);
    color: white;
    transform: rotateY(180deg);
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
}

.flip-card {
    margin-bottom: 30px;
    max-width: 100%;
}

.widget__item-2 .widget__item-image {
    height: 75px;
    margin-bottom: 60px;
}

.widget__item-2 .widget__item-title {
    color: #0070cd;
    font-size: 20px;
    margin-bottom: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.adv_page {
    background: rgb(226, 230, 234) !important;
    /* margin-top: 4em; */
}

@media (max-width: 767px) {
    .adv_page {
        margin-top: 2em;
    }
}

.cat-box-wrap {
    /* margin: 5%; */
    background: #fff;
    min-height: 130px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cat-box h3 {
    font-weight: normal;
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

h3 a {
    color: #0db496;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.sub-cat {
    padding-right: 6px;
    padding-left: 0;
}

a.sub-cat {
    font-size: 15px;
    text-decoration: none;
    color: #aaa;
    display: block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    padding-bottom: 0px;
    margin: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.sub-cat:last-child {
    padding-bottom: 15px !important;
}

.cat-box-wrap:hover {
    cursor: pointer;
    transform: translateY(-5px);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.cat-box.cat-138 a.sub-cat:hover {
    color: #ff5b00;
}

a.sub-cat:hover {
    padding-right: 22px;
    padding-left: 0;
}


/* a.sub-cat:before {
    content: "\f104";
    right: 0;
    left: auto;
} */


/* a.sub-cat:before {
    content: "\f104";
    font-family: "FontAwesome 5";
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}  */

.cat-box .cat-icon {
    display: inline-block;
    float: right;
    margin-left: 10px;
    background-color: #0db496;
    /* #208fd4;*/
    padding: 25px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.cat-box .cat-icon img {
    width: 100%;
    height: 100%;
}

.cat-box .cat-title {
    float: right;
    font-weight: bold;
    padding: 8px 0;
}

.main-block {
    height: 370px;
    margin: auto;
    padding-top: 50px;
    position: relative;
    background: rgba(33, 218, 235, 1);
    background: -webkit-linear-gradient(-45deg, rgba(33, 218, 235, 1) 0%, rgba(0, 242, 206, 1) 100%);
    background: linear-gradient(135deg, rgba(33, 218, 235, 1) 0%, rgba(0, 242, 206, 1) 100%);
    overflow: hidden;
    margin-bottom: 30px;
}

.brief {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.hero-image:after {
    background: #000;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-image:after {
    right: 0;
    left: auto;
}

.hero-image {
    line-height: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.hero-image {
    left: 0;
    right: 0;
}

#search-cat-page {
    right: 50%;
    margin-right: -225px;
    left: auto;
    margin-left: auto;
}

#search-cat-page {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -225px;
    width: 450px;
    border-radius: 50px;
    height: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}

#searchform {
    display: flex;
}

#search-cat-page .search-input {
    flex: 1;
    height: 50px;
    padding: 0px 20px 0 70px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2d130d;
    transform: translate(0, 10px);
}

#search-cat-page .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
    border: none;
    background: #FFF;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 1;
    float: left;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}

#search-cat-page .fa {
    color: #333;
}

.myposts .page-title {
    background-color: #20b0d4;
}

.myposts .page-header {
    margin: 0 5px;
}

.myposts .page-title,
.myposts .page-title {
    margin: 0;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
}

.myposts .posts-list {
    padding: 5px;
}

.myposts .posts-list {
    margin-top: 2%;
    padding: 2%;
}

.myposts .post-inner {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 28px;
}

.myposts .post-inner a.link-box {
    min-height: 230px;
}

.myposts .post-inner a.link-box {
    display: block;
    /* height: 250px; */
    position: relative;
}

.myposts .ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translatez(0);
}

.myposts .post-image {
    height: 140px;
}

.myposts .post-image {
    position: relative;
    height: 170px;
    line-height: 0;
    background-color: #ececec;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: transform 800ms ease-in-out;
    -moz-transition: transform 800ms ease-in-out;
    -ms-transition: transform 800ms ease-in-out;
    -o-transition: transform 800ms ease-in-out;
    -webkit-transition: transform 800ms ease-in-out;
}

.myposts .post-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    padding: 0 10px;
    margin: 0;
}

.myposts .post-inner:hover {
    cursor: pointer;
    transform: translateY(-5px);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.myposts .post-inner:hover .post-image {
    transform: scale(1.03) !important;
}

.myposts .post-title {
    padding: 10px;
    font-size: 15px;
    line-height: 34px;
}

.myposts .post-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0;
}

#more_posts nav .pagination {
    display: inline-flex;
}

#more_posts nav {
    text-align: center;
}

#sidebar_posts-2 {
    background: #fff;
    padding: 20px;
    margin: 0 0 3%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}

#sidebar_posts-2 .widget-title {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 2px dotted #eef3f3;
    font-size: 22px;
}

#entries-list .post-image {
    height: 100px;
}

#entries-list .post-title {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0 0;
}

#entries-list .post-title,
#entries-list img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.single .hentry {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}

.hentry {
    margin: 0 0 20px;
}

.single .post-cat {
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.single .post-cat .fa {
    margin-left: 5px;
}

.single .post-cat {
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.single .entry-title {
    margin: 0;
    padding: 0 20px;
}

.single .entry-title {
    font-size: 24px;
    line-height: 40px;
}

.entry-meta {
    background-color: #f3f3f3;
    margin-top: 30px;
}

.entry-meta .entry-author,
.entry-meta .entry-date,
.entry-meta .entry-comments,
.entry-meta .entry-views {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid #fff;
    color: #999;
    font-size: 14px;
}

.entry-meta .entry-author,
.entry-meta .entry-date,
.entry-meta .entry-comments,
.entry-meta .entry-views {
    border-left: 1px solid #fff;
    border-right: none;
}

.entry-meta .fa {
    margin-left: 5px;
    margin-right: auto;
}

.single .entry-thumbnail {
    margin: 20px 20px 0;
}

.page-content,
.entry-content,
.entry-summary {
    font-size: 1.2em;
    word-wrap: break-word;
    width: 100%;
    /*white-space: nowrap;*/
    /*word-wrap: break-word;*/
}

.single .entry-thumbnail img {
    min-width: 100%;
    height: auto;
}

.article-content {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px !important;
}

.random-post-inner {
    height: 120px;
    position: relative;
    box-shadow: 0 0 12px rgba(110, 143, 171, 0.38);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 4px;
}

.random-post-inner .post-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: linear-gradient(45deg, #e5192c, #0070c6);
    opacity: 0.4;
    border-radius: 4px;
}

.random-post-inner .post-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding: 10px;
    margin: 0;
}

.random-post-inner .post-title h2 {
    margin: 0;
    text-align: center;
}

.random-post-inner .post-title a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.random-post-inner .post-cover span {
    display: none;
}

.random-post-inner:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.all_times {
    z-index: 0;
}