.over-layer-black:before,
.over-layer-white:before {
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
}
#back-to-top,
a,
a:focus,
a:hover {
    text-decoration: none;
}
.my-pagination .page-item.active .page-link,
.my-pagination .page-link:hover {
    border-color: #d6a354;
    background: #d6a354;
}
.stellarnav > ul > li > a,
body {
    font-weight: 400;
    font-size: 16px;
}
.about-img,
.ads-img,
.header-two-area,
.over-layer-black,
.over-layer-white,
.service-two-area,
.theme-btn,
.theme-btn i {
    position: relative;
}
.stellarnav ul li ul li a,
.stellarnav > ul > li > a,
.theme-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
}
.header-logo img,
img {
    height: auto;
}
body {
    background: #fff;
    font-family: Roboto, sans-serif;
    line-height: 30px;
    color: #444;
    overflow-x: hidden;
}
@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif;
    color: #222;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.service-details-content-col ul li:last-child,
a,
p,
ul,
ul li {
    margin: 0;
}
a,
a:focus,
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
ul li {
    list-style-type: none;
}
img {
    max-width: 100%;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
::-o-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}
.over-layer-black:before {
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
}
.over-layer-white:before {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.theme-btn {
    background: #f79d19;
}

.theme-btn:hover {
    background: #ef940b;
}
.theme-btn {
    /* display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    border: none;
    padding: 12px 25px;
    border-radius: 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; */
}
.theme-btn i {
    font-size: 30px;
    bottom: -5px;
}
.theme-btn:before {
    /* content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #efefef;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
}
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {

    box-shadow: none;
}
.theme-btn:active:before,
.theme-btn:focus:before,
.theme-btn:hover:before {
    /* -webkit-transform: scaleX(1);
    transform: scaleX(1); */
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url("../images/preloader.gif") center center no-repeat #fff;
}
#back-to-top,
.shairebox ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.about-area,
.banner-area,
.blog-area,
.blog-img,
.features-area,
.gallery-item,
.main-slider-area,
.service-area,
.team-img,
.testimonial-area {
    overflow: hidden;
}
#back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #d6a354;
}
#back-to-top.show {
    opacity: 1;
    bottom: 15px;
    transition: 1s ease-out;
}
.header-area,
.header-logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.my-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.my-pagination .page-link {
    color: #d6a354;
    margin: 0 10px;
    padding: 3px 15px;
    border: 1px dashed #d6a354;
}
.my-pagination .page-link:hover {
    color: #fff;
}
.header-area {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease-in-out;
}
.header-area .container-fluid {
    padding: 0 150px;
}
.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.fixed-header,
.stellarnav > ul > li.menu-item-has-children > a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.stellarnav ul {
    text-align: right;
}
.stellarnav > ul > li > a {
    color: #fff !important;
    padding: 35px 28px;
    position: relative;
}
.stellarnav > ul > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #d6a354;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.3s ease-in-out;
}
.stellarnav.light {
    background: 0 0;
}
.stellarnav > ul > li > a:hover {
    border-bottom-color: #d6a354;
}
.stellarnav > ul > li.active > a {
    border-bottom-color: #d6a354 !important;
}
.stellarnav ul ul {
    border-radius: 0;
    border-top: 2px solid #d6a354;
    background-color: #efefef !important;
}
.stellarnav ul li ul li a {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.categories-box ul li,
.fixed-header .header-logo .logo-black,
.logo-white,
.news-item span {
    display: block;
}
.fixed-header .header-logo .logo-white,
.logo-black,
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}
.header-topbar {
    padding: 10px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-col p,
.blog-infobar,
.header-topbar-col {
    margin-bottom: 10px;
}
.topbar-info ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
.topbar-info ul li i {
    color: #d6a354;
    margin-right: 5px;
}
.topbar-info ul li:last-child {
    float: right;
    margin-right: 0;
}
.topbar-info ul li a {
    background-color: #d6a354;
    color: #fff;
    padding: 10px 20px;
}
.header-two-area .header-topbar {
    border-color: #ddd;
}
.social-icons:after,
.social-icons:before {
    width: 1px;
    height: 50px;
    border-right: 1px dashed #fff;
    margin-left: -0.5px;
    left: 50%;
    content: "";
}
.header-two-area .topbar-info ul li,
.nextprevious-col a {
    color: #444;
}
.header-two-area .stellarnav > ul > li > a {
    color: #444 !important;
}
.fixed-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: 0.3s ease-in-out;
}
.feature-col,
.feature-col:hover .feature-img,
.fixed-header .stellarnav > ul > li > a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.fixed-header .stellarnav > ul > li > a {
    color: #333 !important;
}
.feature-col:hover .feature-img,
.fixed-header .stellarnav > ul > li > a:before {
    transition: 0.3s ease-in-out;
}
.current-menu-item {
    border-bottom: 2px solid #d6a354;
}
.banner-area {
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.banner-col {
    height: 100vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.ads-img img,
.banner-col-content,
.feature-img img,
.service-img img {
    width: 100%;
}
.banner-col-content h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 100px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}
.error-col h2,
.slider-main-title span,
.title-col span {
    -webkit-text-stroke-color: #d6a354;
}
.banner-col-content p {
    color: #fff;
    margin-bottom: 30px;
}
.about-two-col p,
.blog-content h4,
.blog-details-col h2,
.error-col p,
.feature-col h4,
.service-details-col h2,
.subscribe-box h4,
.testimonial-content p,
.title-col h2 {
    margin-bottom: 20px;
}
.banner-col-content .theme-btn {
    padding: 15px 50px;
}
.haircut-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 930px;
}
.social-icons,
.social-icons:after,
.social-icons:before {
    z-index: 1;
    position: absolute;
}
.social-icons {
    left: 30px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-img,
.jarallax,
.title-col,
.title-col h2 {
    position: relative;
}
.social-icons:before {
    top: -60px;
}
.social-icons:after {
    bottom: -60px;
}
.social-icons ul li {
    margin: 15px 0;
}
.social-icons ul li a i {
    color: #d6a354;
    font-size: 24px;
}
#particles-js,
#particles-js-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.jarallax {
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.features-area {
    padding: 120px 0 90px;
}
.title-col {
    z-index: 1;
    margin-bottom: 60px;
}
.title-col h2 {
    font-size: 46px;
    z-index: 1;
    margin-top: -10px;
}
.myvideo a,
.testimonial-col,
.title-col p {
    position: relative;
    z-index: 1;
}
.title-col span {
    font-size: 150px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    opacity: 0.2;
}
.error-col h2,
.slider-main-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}
.blog-infobar ul li,
.categories-box ul li a,
.counter-col span,
.pagename-col ul li,
.slider-para,
.team-col p {
    text-transform: capitalize;
}
.feature-col {
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}
.feature-img,
.feature-img a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.about-area .title-col,
.about-two-area .title-col,
.about-two-col,
.blog-details-col,
.blog-sidebar-col,
.blog-two-area .my-pagination,
.feature-img,
.footer-col h4,
.hilight-text,
.service-col-img img {
    margin-bottom: 30px;
}
.feature-img {
    padding-right: 30px;
    transition: 0.3s ease-in-out;
}
.feature-img a {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: 0;
    background-color: #d6a354;
    border: 1px dashed transparent;
    padding: 10px 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.ads-img a,
.team-img ul {
    bottom: 20px;
    background-color: rgba(214, 163, 84, 0.8);
}
.feature-col:hover .feature-img a,
.gallery-area .gallery-filters ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.feature-img a:hover,
.service-img .theme-btn:hover {
    /* border: 1px dashed #d6a354;
    background-color: #fff; */
}
.feature-col:hover .feature-img a {
    border: 1px dashed #d6a354;
    transition: 0.3s ease-in-out;
}
.about-area {
    padding: 0 0 120px;
}
.service-details-content-col ul,
.signature {
    margin-top: 20px;
}
.about-img:before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: -25px;
    z-index: 0;
    width: 88%;
    height: 100%;
    border: 2px dashed #ddd;
}
.myvideo {
    position: absolute;
    right: 80px;
    bottom: 70px;
    z-index: 1;
}
.myvideo a i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #d6a354;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
}
.myvideo:before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 0;
    border-radius: 50%;
    border: 2px dashed #d6a354;
}
.about-two-area,
.gallery-area {
    padding: 120px 0 90px;
}
.about-img-2,
.about-two-img {
    padding: 10px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
}
.about-two-img {
    margin-right: 20px;
    position: relative;
    width: 100%;
    max-width: 500px;
    border: 1px dashed #ddd;
    transition: 0.3s ease-out;
}
.about-img-2 {
    position: absolute;
    right: -100px;
    top: 0;
    z-index: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #ddd;
    transition: 0.3s ease-out;
}
.about-two-col:hover .about-img-2 {
    transform: scale(1.2);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.about-two-area .myvideo {
    right: auto;
    left: 40px;
    bottom: 40px;
}
.about-two-img h5 {
    position: absolute;
    right: -170px;
    top: 360px;
    z-index: 1;
    transform: rotate(-90deg);
    color: #d6a354;
}
.counter-col h4,
.service-area,
.service-col,
.service-img {
    position: relative;
}
.counter-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter-col {
    width: 30%;
    text-align: center;
    padding: 30px 20px;
    border: 1px dashed #ddd;
}
.counter-col span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.author-content ul li,
.blog-infobar ul li,
.counter-col h4,
.popular-tags ul li,
.service-details-review-col ul li,
.shairebox ul li {
    display: inline-block;
}
.counter-col h4:before {
    content: "+";
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 0;
}
.hilight-text {
    background-color: #f5f5f5;
    padding: 20px;
}
.hilight-text h5 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.service-area {
    padding: 120px 0 90px;
    background-color: #f5f5f5;
}
.service-area .row {
    align-items: center;
}
.service-col {
    z-index: 1;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-img {
    margin-bottom: 25px;
}
.service-img .theme-btn {
    position: absolute;
    right: 15px;
    bottom: -15px;
    z-index: 0;
    border: 1px dashed transparent;
}
.service-item {
    width: 100%;
    margin-bottom: 30px;
}
.service-col-img {
    margin-bottom: 30px;
    padding: 0 50px;
    text-align: center;
}
.service-two-area .row {
    align-items: inherit;
}
.service-bg-img1 {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 0;
    opacity: 0.3;
}
.service-bg-img2 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 0;
    opacity: 0.3;
}
.error-area,
.pagename-area,
.service-details-area {
    padding: 120px 0;
}
.service-details-content {
    position: relative;
    padding-left: 200px;
    margin-top: 30px;
}
.service-details-review-col {
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.service-details-review-col ul li i {
    color: #ffa41b;
}
.service-details-content-col ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}
.service-details-content-col ul li:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 16px;
    color: #d6a354;
}
.gallery-area .gallery-filters ul {
    padding: 0;
    margin: 0 0 80px;
    text-align: center;
}
.gallery-area .gallery-filters ul li {
    display: inline-block;
    margin: 0 10px;
}
.gallery-area .gallery-filters ul li a {
    color: #484848;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px dashed #d6a354;
}
.blog-btn .theme-btn:hover,
.blog-col,
.sidebar-box,
.testimonial-item {
    border: 1px dashed #ddd;
}
.gallery-area .gallery-filters ul li a:hover {
    color: #fff;
    background: #d6a354;
    border: 1px dashed #d6a354;
    transition: 0.3s ease-in-out;
}
.gallery-area .gallery-filters ul li a.active {
    color: #fff;
    background: #d6a354;
    border: 2px solid #d6a354;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery-area .masonry-gallery .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
}
.gallery-area .grid img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gallery-item:hover .gallery-layer,
.gallery-layer {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.gallery-item {
    position: relative;
}
.gallery-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: rgba(214, 163, 84, 0.8);
    transition: 0.3s ease-in-out;
}
.gallery-item:hover .gallery-layer {
    height: 100%;
    transition: 0.3s ease-in-out;
}
.gallery-layer i {
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery-item:hover .gallery-layer i {
    opacity: 1;
    top: 50%;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-col:hover .blog-img img,
.blog-img img,
.team-col:hover .team-img img,
.team-img img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.gallery-two-area .masonry-gallery .grid {
    width: 25%;
}
.testimonial-area {
    padding: 120px 0;
    background-color: #f5f5f5;
    position: relative;
}
.testimonial-area .title-col span {
    left: 0;
    transform: translate(0, -50%);
}
.testimonial-item {
    position: relative;
    padding: 30px 20px 25px;
    background-color: #fff;
    display: flex;
    width: 100%;
}
.testimonial-img,
.testimonial-img img {
    width: 80px;
    height: 80px;
}
.testimonial-content {
    width: 80%;
    margin-left: 30px;
}
.comment-col,
.hilightbox p,
.sidebar-title h4,
.testimonial-content h5 {
    margin-bottom: 0;
}
.testimonial-man-img {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
}
.testimonial-man-img img {
    max-width: 900px;
}
.testimonial-area .owl-theme .owl-nav {
    margin-top: 50px;
}
.testimonial-area .owl-theme .owl-dots,
.testimonial-area .owl-theme .owl-nav {
    text-align: left;
}
.blog-area {
    padding: 120px 0 70px;
}
.blog-col {
    margin-bottom: 50px;
    padding: 5px;
}
.blog-img img,
.team-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.blog-col:hover .blog-img img,
.team-col:hover .team-img img {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
}
.categories-box ul li a,
.categories-box ul li a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.blog-content {
    padding: 20px 15px 15px;
}
.blog-content h4 a {
    line-height: 1.4;
    margin-bottom: 15px;
    color: #222;
}
.blog-infobar ul li {
    margin-right: 15px;
}
.blog-infobar ul li a {
    color: #222;
}
.admin-name a i,
.blog-infobar ul li a i {
    margin-right: 5px;
}
.blog-btn {
    margin-bottom: -45px;
    text-align: right;
}
.ads-img a,
.error-col,
.pagename-col,
.silder-elements,
.team-col {
    text-align: center;
}
.blog-btn .theme-btn {
    border: 1px solid transparent;
}
.blog-two-area .my-pagination {
    justify-content: flex-start;
}
.sidebar-box {
    padding: 30px;
    margin-bottom: 30px !important;
}
.blog-sidebar-col .sidebar-search-box,
.categories-box,
.recent-post-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group-text {
    padding-left: 20px;
    padding-right: 20px;
    background: #d6a354;
    border: none;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
}
.sidebar-search-box .form-control {
    border: none;
    background: #f5f5f5;
    border-bottom: 1px solid #d6a354;
    margin-bottom: 0;
    height: 50px;
}
.sidebar-title {
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
}
.sidebar-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d6a354;
}
.admin-name,
.blog-comments-item,
.contact-area,
.nextprevious-col,
.pagename-col,
.recent-post-box ul li,
.silder-elements,
.team-col,
.team-img {
    position: relative;
}
.categories-box ul li a {
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 0.3s ease-in-out;
}
.categories-box ul li a:hover {
    padding: 10px 15px;
    color: #fff;
    background: #d6a354;
    transition: 0.3s ease-in-out;
}
.blog-details-area .blog-col:hover .blog-img img,
.shairebox ul li a i {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.categories-box ul li a span {
    float: right;
}
.recent-post-box ul li {
    padding-left: 100px;
    min-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.recent-post-box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.recent-post-box ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 80px;
    height: 80px;
}
.recent-post-box ul li h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.recent-post-box ul li h5 a {
    color: #222;
    padding-bottom: 50px;
}
.recent-post-box ul li span a {
    color: #969696;
}
.popular-tags ul li {
    margin-bottom: 12px;
    margin-right: 2px;
    height: 35px;
}
.popular-tags ul li a {
    color: #444;
    background: #ddd;
    padding: 12px 18px;
    text-transform: uppercase;
}
.popular-tags ul li a:hover {
    background: #d6a354;
    color: #fff;
}
.ads-img a {
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    width: 80%;
    color: #fff;
    margin: 0 auto;
    padding: 5px 10px;
}
.blog-details-area .blog-col {
    padding: 0;
    margin: 0;
    border: none;
}
.blog-details-area .blog-col:hover .blog-img img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.blog-details-area .blog-content {
    padding: 0;
    margin-top: 30px;
}
.blog-details-col p {
    margin-bottom: 15px;
}
.hilightbox {
    border: 1px dashed #ddd;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hilightbox p i {
    font-size: 30px;
    margin: 0 10px;
    color: #d6a354;
}
.imgbox-col {
    margin-bottom: 25px;
}
.author-comment,
.shairebox {
    margin-bottom: 40px;
    display: flex;
}
.shairebox {
    align-items: center;
    margin-top: 10px;
}
.shairebox p {
    margin-bottom: 0;
    margin-right: 15px;
}
.shairebox ul li {
    margin-right: 5px;
}
.shairebox ul li a i {
    border: 1px dashed #ddd;
    text-align: center;
    color: #d6a354;
    transition: 0.3s ease-in-out;
}
.shairebox ul li a i:hover,
.team-img ul {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.shairebox ul li a i:hover {
    color: #fff;
    background-color: #d6a354;
    transition: 0.3s ease-in-out;
}
.author-comment {
    width: 100%;
}
.author-img {
    width: 150px;
}
.author-content {
    width: 80%;
    padding-left: 30px;
}
.author-content p {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.author-content ul li {
    margin-right: 15px;
}
.author-content ul li a i,
.blog-comments h3 a,
.pagename-col ul li a,
.silder-elements .theme-btn:hover {
    color: #d6a354;
}
.nextprevious-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.nextprevious-col {
    width: 48%;
    padding: 20px 20px 20px 40px;
    background-color: #f5f5f5;
}
.nextprevious-col i {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 0;
    color: #d6a354;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.admin-name a,
.blog-comments-item img {
    top: 0;
    z-index: 0;
    border: 1px solid #ddd;
}
.nextprevious-col:nth-child(2) {
    position: relative;
    padding: 20px 40px 20px 20px;
    text-align: right;
}
.nextprevious-col:nth-child(2) i {
    left: auto;
    right: 20px;
}
.blog-comments,
.footer-about ul,
.form-col .btn {
    margin-top: 30px;
}
.blog-comments h3 {
    margin-bottom: 40px;
}
.blog-comments-item {
    padding-left: 100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.blog-comments-item img {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
}
.admin-name {
    margin-bottom: 20px;
}
.admin-name h6 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}
.admin-name a {
    position: absolute;
    right: 0;
    padding: 6px 20px;
    border-radius: 5px;
    color: #5d5d5d;
}
.comment-left-space {
    padding-left: 180px;
}
.comment-left-space img {
    left: 80px;
}
.comment-col h3 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.comment-col .form-control {
    border-radius: 0;
}
.comment-col textarea.form-control,
.form-col textarea.form-control {
    height: 100%;
}
.pagename-col {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    z-index: 1;
}
.pagename-col:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 103%;
    height: 110%;
    border: 1px dashed #fff;
    transform: translate(-50%, -50%);
}
.pagename-col h2 {
    margin-bottom: 20px;
    font-size: 46px;
}
.pagename-col ul li {
    display: inline-block;
    margin: 0 5px;
}
.pogoSlider {
    height: 80vh;
}
.pogoSlider-dir-btn {
    z-index: 1;
    width: 30px;
    height: 30px;
}
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 20px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 20px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}
.silder-elements {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #fff;
    letter-spacing: 10px;
    font-size: 15px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px dashed #fff;
    display: inline-block;
}
.slider-main-title {
    width: 100%;
    font-size: 60px !important;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.1;
    display: inline-block;
    padding: 5px 25px 12px;
    -webkit-text-stroke-color: #ffffff;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
}
.team-area {
    padding: 120px 0 70px;
}
.team-col {
    margin-bottom: 30px;
}
.team-img {
    padding-right: 20px;
}
.team-img ul {
    position: absolute;
    right: 0;
    z-index: 0;
    border: 1px dashed #ddd;
    padding: 10px;
    transition: 0.3s ease-in-out;
}
.footer-about ul li a i,
.team-col:hover .team-img ul {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.team-col:hover .team-img ul {
    bottom: 0;
    transition: 0.3s ease-in-out;
}
.team-img ul li {
    margin: 5px 0;
}
.team-img ul li a {
    color: #000;
    font-size: 20px;
}
.team-img ul li a:hover {
    color: #fff;
}
.team-col h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.team-content {
    padding-bottom: 20px;
    border: 1px dashed #ddd;
}
.error-col h2 {
    color: #fff;
    font-size: 150px;
    border-bottom: 1px dashed #ddd;
    display: inline-block;
    padding: 0 30px 50px;
    margin-bottom: 40px;
}
.contact-info-box i,
.footer-about ul li a i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.contact-area {
    padding: 120px 0;
    background: 0 0;
    z-index: 999;
}
.contact-col {
    background-color: #f5f5f5;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.15);
}
.contact-info-col {
    display: flex;
    justify-content: space-between;
}
.contact-info-box {
    width: 45%;
    border-right: 1px dashed #d6a354;
    text-align: center;
    margin-bottom: 30px;
}
.contact-info-box:last-child {
    border: none;
}
.contact-info-box i {
    margin: 0 auto 15px;
    display: block;
    color: #fff;
    background-color: #d6a354;
    border-radius: 50%;
}
.form-col {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    border: 1px dashed #d6a354;
}
.footer-contact ul li,
.news-item {
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.form-col .form-control {
    min-height: 48px;
    border: none;
}
.map-area {
    padding-bottom: 100px;
}
#map {
    width: 100%;
    height: 470px;
}
.footer-area {
    margin-top: 70px;
    border-top: 1px dashed #ddd;
    background-color: #f5f5f5;
}
.subscribe-box {
    border: 1px dashed #ddd;
    max-width: 650px;
    margin: -50px auto 50px;
    padding: 25px 30px 30px;
    background-color: #fff;
    text-align: center;
}
.subscribe-box .form-control {
    height: 55px;
}
.subscribe-box .input-group-text {
    padding: 0;
    border: none;
    border-radius: 0;
}
.subscribe-box .input-group-text a {
    padding: 15px 30px;
    height: 55px;
    border: none;
    background-color: #d6a354;
    color: #fff;
}
.footer-col {
    margin-bottom: 30px !important;
}
.footer-about ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-about ul li a i {
    background: #fff;
    color: #d6a354;
    transition: 0.3s ease-in-out;
}
.footer-about ul li a i:hover {
    background: #d6a354;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer-news {
    padding: 0 10px;
    margin: 0 10px;
}
.news-item {
    min-height: 100px;
    padding-left: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer-contact ul li i,
.news-img {
    position: absolute;
    left: 0;
    z-index: 0;
}
.news-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-img {
    top: 5px;
    width: 80px;
    height: 80px;
}
.news-item a {
    color: #444;
    line-height: 24px;
}
.news-item span a {
    color: #d6a354;
    font-size: 12px;
    line-height: 18px;
}
.footer-contact ul li {
    padding-left: 30px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.footer-contact ul li i {
    top: 7px;
    color: #d6a354;
}
.copyright {
    padding: 0 15px 15px;
    text-align: center;
    margin-top: 60px;
}
.copyright p {
    color: #a5a5a5;
}
