/*
Theme Name: Adhoster
Author: Hassan Raza
Author URI: https://www.linkedin.com/in/ihaxxanraza/
Description: Our default theme for adhoster.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.5
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adhoster
*/
body {
    background-color: #fff;
    height: 100vh;
    margin: 0px !important;
    padding: 0px !important;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: black;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

section {
    background-color: #000;
    padding: 50px 0px 50px;
}

.row {
    margin: 0px !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding: 0px !important;
}

.adhoster-about-us, .adhoster-business-hours, .adhoster-business-hours, .adhoster-contact, .adhoster-location, .adhoster-imprint, .adhoster-terms-use, .adhoster-privacy-policy, .adhoster-contents, .adhoster-services {
    padding: 0px 0px 50px;
}

section h2 {
    text-align: center;
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    color: #f6a623;
}

section p {
    text-align: center;
    font-family: "Archivo";
    font-size: 20px;
    line-height: 30px;
    word-spacing: 1px;
    color: white;
    margin: 5px 0px;
    word-wrap: break-word;
}

.adhoster-banner {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    padding: 0px;
}

.adhoster-container {
    max-width: 1400px;
    display: block;
    margin: auto;
}

@media(max-width:768px) {
    .adhoster-title-big {
        font-size: 25px !important;
        line-height: 35px;
    }
    .adhoster-title-normal {
        font-size: 20px !important;
    }
}

/* Top Bar */
.top-bar {
    padding: .5rem 0;
}
.top-bar .top-bar-right-text {
    float: right;
}
@media(max-width:768px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-bar-right-text {
        float: none;
    }
}
/* Top Bar End Here */
.adhoster-title-space {
    margin: 50px 0px;
}

.adhoster-dashed-border {
    border-style: dashed !important;
}

.adhoster-title-space-after-banner {
    margin-bottom: 30px;
}

.adhoster-title-space-after-banner h2, .adhoster-title-space-after-banner p {
    text-align: left;
}

.cpContactSubmit button {
    border: none;
}

.adhoster-websites li {
    margin-bottom: 10px;
}

.adhoster-websites li p {
    margin-bottom: 0px !important;
    line-height: 20px !important;
}

ul#adhoster-menu-list {
    padding: 10px 0px !important;
}
@media(min-width:1280px) {
    .adhoster-container {
        padding: 0px 10px;
    }
}

@media(max-width:1024px) {
    .adhoster-container {
        max-width: 1024px;
        padding: 0px 10px;
    }
}

@media(max-width:768px) {
    .adhoster-container{
        max-width: 768px;
        padding: 0px 10px;
    }
}
#adhoster-header-menu {
    display: table;
    position: absolute;
    top: 25px;
    right: 15px;
}
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
}

/* Logo */
.site-logo {
    width: 29%;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 40px;
}

.site-navbar .site-logo img {
    width: 65%;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}
@media (max-width: 768px) {
    .site-logo {
        width: 50%;
    }
    .site-navbar .toggle-button {
        right: 11px;
    }
}
@media (max-width: 500px) {
    .site-navbar .site-logo img {
        width: 100%;
    }
}
/* Logo End Here */

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

section.adhoster-hero-section.ashoster-hero-section-transparent {
    margin-top: -151px;
}

.site-navbar .site-navigation .site-menu>li>a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    width: max-content;
    visibility: hidden;
    opacity: 0;
    top: 30px;
    position: absolute;
    text-align: left;
    border-top: 2px solid #007bff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 20px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: transparent;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #007bff !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* Template Home Start Here */
/* Hero Section Start Here */
.adhoster-hero-section {
    position: relative;
    min-width: 100%;
    min-height: 1000px;
    padding: 0px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.adhoster-hero-section .adhoster-container {
    max-width: 1650px;
}

.ashoster-hero-section-transparent .adhoster-hero-text-container {
    margin-top: 72px;
}

.adhoster-hero-content h2 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 65px;
    word-spacing: 1px;
    padding-bottom: 15px;
}

.adhoster-hero-content p {
    font-size: 36px;
    line-height: 50px;
    word-spacing: 1px;
}
@media (max-width: 768px) {
    .adhoster-hero-content h2 {
        line-height: 20px;
    }
    .adhoster-hero-section {
        min-height: 600px;
    }
    .adhoster-hero-section {
        background-size: 100% 100%;
    }
}
/* Hero Section End Here */

/* Title Before & After Section Start Here */
.adhoster-titles img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}

.adhoster-seprator-before-title img {
    height: 100px;
    margin-bottom: 10px;
}

.adhoster-seprator-after-title img {
    height: 30px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .adhoster-seprator-before-title img {
        height: 70px;
    }
    .adhoster-seprator-after-title img {
        height: 20px;
    }
}
/* Title bEFORE & After Section End Here */

/* Gallery Section Start Here */
.adhoster-gallery-slider {
    padding-top: 30px;
}

.adhoster-home-gallery .swiper-wrapper .swiper-slide {
    padding: 0px 10px;
}

.adhoster-home-gallery .swiper-wrapper .swiper-slide .adhoster-single-gallery-area {
    text-align: center;
}

.adhoster-home-gallery .swiper-wrapper .swiper-slide .adhoster-single-gallery-area .adhoster-gallery-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.adhoster-home-gallery .swiper-wrapper .swiper-slide .adhoster-single-gallery-area .adhoster-gallery-user-title {
    padding: 15px 0px;
}

.adhoster-home-gallery .swiper-wrapper .swiper-slide .adhoster-single-gallery-area .adhoster-gallery-user-title h2 {
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    margin: 15px 0px 0px 0px;
}

.adhoster-home-gallery .swiper-button-next:after,
.adhoster-home-gallery .swiper-button-prev:after {
    font-size: 30px !important;
}

@media(max-width:768px) {
    .adhoster-home-gallery .swiper-wrapper .swiper-slide {
        padding: 0px 0px;
    }
}

/* Gallery Section End Here  */

/* Team Member Start Here */
.adhoster-team-member-section .adhoster-team-member-main {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #f6a623;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
}

.adhoster-team-slider {
    padding: 30px 0px 0px 0px;
}

.adhoster-team-slider .swiper.adhoster-home-team .swiper-wrapper .swiper-slide .adhoster-single-team-area .adhoster-team-image img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.adhoster-team-slider .swiper.adhoster-home-team .swiper-wrapper .swiper-slide .adhoster-single-team-area {
    text-align: center;
}

.adhoster-team-slider .swiper.adhoster-home-team .swiper-wrapper .swiper-slide .adhoster-single-team-area .adhoster-team-user-title h2 {
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    margin: 15px 0px 0px 0px;
}

.adhoster-team-slider .swiper.adhoster-home-team .swiper-wrapper .swiper-slide .adhoster-single-team-area .adhoster-team-user-description p {
    font-size: 18px;
    margin: 0px;
    line-height: 26px;
    letter-spacing: 0px;
    word-spacing: 1px;
    line-height: 26px;
}

.adhoster-home-team .swiper-button-next:after,
.adhoster-home-team .swiper-button-prev:after {
    font-size: 30px !important;
    color: #f6a623 !important;
}

/* Team Member End Here */

/* Signpost Started Here */
.adhoster-signpost-section .adhoster-signpost-wraper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px;
}

.adhoster-signpost-content {
    width: 50%;
}

.adhoster-signpost-section .adhoster-signpost-wraper .adhoster-signpost-content h1 {
    text-align: left;
    font-weight: 200;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.adhoster-signpost-section .adhoster-signpost-wraper .adhoster-signpost-content p {
    text-align: left;
    font-weight: 200;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.adhoster-signpost-section .adhoster-signpost-wraper .adhost-signpost-button a {
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    padding: 20px;
    background: black;
}

@media(max-width:768px) {
    .adhoster-signpost-content {
        width: 100%;
    }
    .adhoster-signpost-one {
        padding: 20px 0px 20px;
    }
    .adhoster-signpost-section .adhoster-signpost-wraper {
        flex-direction: column;
    }
    .adhoster-signpost-section .adhoster-signpost-wraper .adhoster-signpost-content h1 {
        text-align: center;
        padding-bottom: 20px;
    }
    .adhoster-signpost-section .adhoster-signpost-wraper .adhoster-signpost-content p {
        text-align: center !important;
        padding-bottom: 20px;
    }
    .adhost-signpost-button {
        padding-top: 20px;
    }
}

/* Signpost End Here */

/* Brands Started Here */
.adhoster-brand-slider {
    padding-top: 30px;
}

.adhoster-brand-image-title {
    text-align: center;
}

.adhoster-brand-image img {
    background: #f6a623;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.adhoster-home-brand .swiper-wrapper .swiper-slide {
    padding-right: 25px;
}
.third {
    padding-right: 0px !important;
}

.adhoster-team-user-title {
    padding: 15px 0px 0px 0px;
}

.adhoster-team-user-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

@media(max-width:768px) {
    .adhoster-home-brand .swiper-wrapper .swiper-slide {
        padding-right: 0px;
    }
}
/* Brands End Here */

/* Featured Stated Here */
.adhoster-feature-box-content h3 {
    color: #f6a623;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    font-family: "Oswald";
}

.adhoster-feature-box-content p {
    font-weight: 200;
}

/* Featured End Here */

/* Business Hours Started Here */
.adhoster-business-hours-wraper {
    padding-top: 30px;
}

.adhoster-home-opening-time {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 8px 8px 8px 8px;
}

.adhoster-home-location {
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #f6a623;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 10px;
    padding: 8px 8px 8px 8px;
}

.adhoster-home-opening-time {
    height: 610px;
}

.adhoster-business-opening-time {
    height: auto;
}

.adhoster-home-location iframe {
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 0px 0px;
    height: 580px;
    width: 100%;
}

.adhoster-home-opening-time .adhoster-home-opening-time-wraper {
    padding: 20px 10px 10px 10px;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
}

.adhoster-home-opening-time .adhoster-business-opening-time-wraper {
    padding: 20px 10px 10px 20px;
}

.adhoster-home-opening-time-title {
    display: flex;
}

.adhoster-business-open-days {
    padding-left: 0px !important;
}

.adhoster-business-open-days ul {
    padding: 0px;
}

.adhoster-home-opening-time-title .adhoster-home-opening-time-img img {
    margin-left: 0;
    margin-bottom: unset;
    display: inline-flex;
    flex: 0 0 auto;
    color: white;
    width: 95px;
    padding: 25px;
    border-radius: 50%;
}

.adhoster-home-opening-time-content h3 {
    font-family: "Oswald";
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #f6a623;
    text-align: left;
    padding-bottom: 5px;
}

.adhoster-home-opening-time-wraper {
    text-align: left;
}

.adhoster-home-opening-time-content p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

.adhoster-home-open-days ul li img {
    width: 45px;
    height: 45px;
    opacity: 1;
    object-fit: cover;
    transition-duration: 0.5s;
}

.adhoster-home-open-days ul li span {
    color: white;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    word-spacing: 1px;
    padding-left: 10px;
}

.adhoster-home-open-days ul {
    list-style-type: none;
}

.adhoster-home-open-days {
    padding-left: 50px;
    padding-top: 20px;
}

.adhoster-home-open-days ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 10px;
}

.adhoster-custom-businnes-details {
    padding: 0px 0px 0px 30px;
}

.adhoster-custom-businnes-details h2, .adhoster-custom-businnes-details p {
    text-align: left;
}

@media(max-width:768px) {
    .adhoster-custom-businnes-details {
        padding: 0px;
    }
    .adhoster-business-hours h2 {
        text-align: center !important;
    }
    .adhoster-business-hours p {
        text-align: center !important;
    }
    .adhoster-home-opening-time {
        height: auto;
    }
    .adhoster-home-open-days {
        padding-left: 0px;
    }  
    .adhoster-home-open-days ul {
        padding-left: 0px;
    }
    .adhoster-home-opening-time {
        margin-bottom: 20px;
    }
    .adhoster-home-location {
        padding: 0px;
        margin: 0px;
    }
}

@media(max-width:991px) {
    .adhoster-home-opening-time {
        margin-bottom: 20px;
    }
    .adhoster-home-location {
        padding: 0px;
        margin: 0px;
    }
}

/* Business Hours End Here */

/* Reviews Started Here */
.adhoster-home-reviews-wraper {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #f6a623;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
}

.adhoster-home-reviews-slider {
    padding-top: 30px;
}

.adhoster-single-review-area {
    padding: 0px 50px;
}

.adhoster-single-review-area .adhoster-review-content p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    word-spacing: 1px;
}

.adhoster-single-review-area .adhoster-review-content .adhoster-review-image-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.adhoster-single-review-area .adhoster-review-content .adhoster-review-image-title .adhoster-review-image {
    margin: 20px 0px 25px 0px;
}

.adhoster-single-review-area .adhoster-review-content .adhoster-review-image-title .adhoster-review-image img {
    object-fit: cover;
    width: 55px;
    height: 55px;
    border-radius: 0% 0% 0% 0%;
}

.adhoster-single-review-area .adhoster-review-content .adhoster-review-image-title .adhoster-review-user-title h2 {
    color: #f6a623;
    font-family: "Shadows Into Light Two", Sans-serif;
    line-height: 35px;
    letter-spacing: 0px;
    word-spacing: 1px;
    padding: 30px 0px 0px 10px;
    text-transform: capitalize;
    font-weight: 200;
    text-align: left;
}

.adhoster-home-reviews-slider .adhoster-home-review .swiper-wrapper .swiper-slide {
    padding: 0px 40px 25px 40px;
}

.adhoster-home-review .swiper-button-next:after,
.adhoster-home-review .swiper-button-prev:after {
    font-size: 30px !important;
    color: #f6a623 !important;
}

@media(max-width:991px) {
    .adhoster-single-review-area {
        padding: 0px 0px;
    }
    .adhoster-single-review-area .adhoster-review-content p {
        text-align: center !important;
    }
    .adhoster-single-review-area .adhoster-review-content .adhoster-review-image-title {
        justify-content: center;
    }
}

@media(max-width:768px) {
    .adhoster-single-review-area {
        padding: 0px 0px;
    }
    .adhoster-home-reviews-slider .adhoster-home-review .swiper-wrapper .swiper-slide {
        padding: 0px 0px 25px 0px;
    }
    .adhoster-home-review .swiper-button-next:after, .adhoster-home-review .swiper-button-prev:after {
        display: none;
    }
}
/* Reviews End Here */

/* Single Services Started Here */
.adhoster-single-services-content-wraper {
    padding-top: 30px;
}

.adhoster-single-services-featured-image {
    flex-direction: row;
    display: flex;
    gap: 0px;
    align-items: center;
}

.adhoster-single-services-featured-image img {
    width: 100%;
    object-fit: unset;
    border-radius: 0px 0px 0px 0px;
}

.adhoster-single-services-contents {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-width: 50%;
    width: 100%;
}

.adhoster-single-services-contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}

.adhoster-single-services-contents ul li {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

.adhoster-single-services-contents ul li .adhoster-single-service-area {
    text-align: left;
    flex-direction: row;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.adhoster-single-services-contents ul li .adhoster-single-service-area .adhoster-service-image a img {
    max-width: 100%;
    height: 100%;
    object-fit: unset;
}

.adhoster-single-services-contents ul li .adhoster-single-service-area .adhoster-single-service-content-area a {
    color: #f6a623;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    margin: 0px 0px 0px 0px;
}

.adhoster-single-services-contents ul li .adhoster-single-service-area .adhoster-single-service-content-area p {
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

@media(max-width:991px) {
    .adhoster-single-services-featured-image {
        display: block;
        margin: 0px auto;
    }
    .adhoster-feature-box-content {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .adhoster-single-services-featured-image {
        width: 100%;
    }
    .adhoster-single-services-contents ul li .adhoster-single-service-area {
        flex-direction: column;
    }
    .adhoster-single-services-contents ul li .adhoster-single-service-area{
        text-align: center;
    }
    .adhoster-single-services-contents ul li .adhoster-single-service-area .adhoster-single-service-content-area p {
        text-align: center;
    }
}
/* Single Services End Here */

/* Template Home End Here */

/* Template Contact */
.adhoster-contact {
    background: black;
}

.adhoster-contact-details {
    margin-left: 15px;
}

.cpd-contactCard {
    margin-right: 15px;
}

@media(max-width:768px) {
    .adhoster-contact-details {
        margin-left: 0px;
        margin-top: 25px;
    }
    .adhoster-contact-details h2 {
        text-align: center !important;
    }
    .adhoster-contact-details p {
        text-align: center !important;
    }
    .adhoster-social-content-area ul.adhoster-social-list {
        justify-content: center;
    }
}
/* Social Accounts */
.adhoster-social-content-area {
    position: relative;
    display: block;
    padding: 0;
}

.adhoster-social-content-area ul.adhoster-social-list {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.adhoster-social-content-area ul.adhoster-social-list li.adhoster-social-list-item {
    position: relative;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: unset;
    top: auto;
    float: none;
}

.adhoster-social-content-area ul.adhoster-social-list li.adhoster-social-list-item .adhoster-social-inner {
    position: relative;
    overflow: hidden;
}

.adhoster-social-content-area ul.adhoster-social-list li.adhoster-social-list-item .adhoster-social-inner a {
    padding: 15px 15px 0px 0px;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #494949;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.adhoster-social-content-area ul.adhoster-social-list li.adhoster-social-list-item .adhoster-social-inner a img {
    height: 50px;
    width: 50px;
}

/* Template Business Hours */

/* Location Template */
.adhoster-map iframe {
    height: 500px;
    width: 100%;
    margin-bottom: 50px;
    padding: 0px;
}

.adhoster-location-details {
    margin-right: 15px;
}

.adhoster-clients-reviews {
    margin-left: 15px;
}

.adhoster-location-details, .adhoster-clients-reviews {
    height: 600px;
    border-width: 4px 4px 4px 4px;
    border-color: #f6a623;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 35px 35px 35px;
}

.adhoster-location-swiper .swiper-button-next:after,
.adhoster-location-swiper .swiper-button-prev:after {
    font-size: 20px !important;
}

.adhoster-location-swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -5px !important;
}

.adhoster-location-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -5px !important;
}

@media(max-width:991px) {
    .adhoster-location-details, .adhoster-clients-reviews {
        height: auto;
    }
    .adhoster-location-details {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .adhoster-clients-reviews {
        margin-left: 0px;
    }
}
/* Pre Footer Section */
.adhoster-pre-footer p {
    text-align: justify;
}
.adhoster-pre-footer {
    padding: 25px 0px;
    background-color: black;
}

/* Footer Section */
footer.adhoster-footer {
    padding: 25px 0px 0px;
    background-color: black;
}

.adhoster-footer-menu-main .adhoster-footer-menu {
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

.adhoster-footer-menu-main .adhoster-footer-menu li {
    padding: 0px 0px 10px;
}

.adhoster-footer-menu-main .adhoster-footer-menu li a {
    color: #fff;
}

.adhoster-footer-logo {
    margin-bottom: 10px;
}

.adhoster-shape {
    verflow: hidden;
    /* position: absolute; */
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.adhoster-shape-bottom {
    transform: rotate(180deg);
}

path.adhoster-shape-fill {
    fill: #808030;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.adhoster-copyright {
    padding: 10px 0px 0px;
}

.adhoster-copyright .adhoster-container {
    margin-top: -22px;
}

.adhoster-copyright p {
    text-align: right;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

/* Service Single */
.adhoster-service-contact img {
    width: 35%;
    height: 35%;
}
@media(max-width:768px) {
    .adhoster-service-contact img {
        width: 15%;
        height: 15%;
    }
}
/* Content Section */
.adhoster-content-inner {
    padding-bottom: 20px;
    padding-right: 25px;
}

.adhoster-content-grid {
    padding-top: 30px;
}

.adhoster-content-image img {
    width: 100%;
    height: 250px;
}

.adhoster-contetn-desc {
    padding: 30px 0px 0px;
}

.adhoster-contetn-desc h1 {
    padding-bottom: 15px;
}

@media(max-width:768px) {
    .adhoster-content-inner {
        padding-right: 0px;
    }
    .adhoster-content-image img {
        width: 100%;
        height: auto;
    }
}
/* Services Section */
.adhoster-service-inner {
    padding-bottom: 20px;
    padding-right: 25px;
}

.adhoster-service-grid {
    padding-top: 30px;
}

.adhoster-service-image img {
    width: 100%;
}

.adhoster-service-desc {
    padding: 15px 0px 0px;
}

@media(max-width:768px) {
    .adhoster-service-inner {
        padding-right: 0px;
    }
}
/* Design Section */
section.adhoster-deco {
    padding: 0px;
}
.adhoster-deco img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/* Design Section End */
/* 404 Page Started */
section.adhoster-404 {
    position: relative;
    width: 100%;
    min-height: 750px;
    padding: 0px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.adhoster-404-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adhoster-404-wrapper h1, .adhoster-404-wrapper h2 {
    padding-bottom: 16px;
}

@media(max-width:768px) {
    section.adhoster-404 {
        min-height: 400px;
    }
    .adhoster-404-wrapper {
        left: unset;
        transform: translateY(-50%);
    }
}
/* 404 Page End */