    /*Barber Shop Template By DynamicLayers*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Slider Section
    4.0 About Section
    5.0 Food Menu Section
    6.0 CTA Section
    7.0 Special Foods Section
    8.0 Food Gallery Section
    9.0 Testimonial Section
    10.0 Reservation Section
    11.0 Blog Section
    12.0 Sponsor Section
    13.0 Footer Widget Section
    14.0 Footer Section
    15.0 Page Style Section
    16.0 Single Blog Section
    17.0 Contact Section
    18.0 Scroll To Top

    ==========================================================================
    DynamicLayers
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Lato|Prata|Work+Sans:600&display=swap');
:root {
    --color_bac: #f1f2f6;
    --color_card: #fffcfcde;
    --color_field: #f1f2f6;
    /* --color_font: #5e5c70; */
    --color_font: #212529;
    --color1: #e08a21;
    --color2: #fff;
    --color3: #3e72d2;
    --color4: #343a40;
    --chosen_card: #d4edda;
    /* --color5h: #48545e; button hover */
    --color5: #e08a21; /* button */
    --color5h: #c76d00; /* button hover */
    --color6: #dc3545; /* button danger */
    --color6h: #af0213; /* button danger hover */
}
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: var(--color_bac);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #black;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

.container-fluid {
    height: 100%;
    position: relative;
    min-height: 100vh;
}
h1{
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #black;
}
h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: var(--color_font);
}
h1{
    font-size: 52px;
    line-height: 62px;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: 400;
}
h2{
    font-size: 36px;
    color: var(--color2);
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color2);
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 16px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--color2);
}

/* ::selection {
    background-color: var(--color1);
    color: #fff
} */

-webkit-::selection {
    background-color: var(--color1);
    color: #fff
}

/* ::-moz-selection {
    background-color: var(--color1);
    color: #fff
} */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #888 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #888 !important;
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.padding-10{padding: 10px;}
.padding-15{padding: 15px;}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.ml-5{ margin-left: 5px; }
.ml-10{ margin-left: 10px; }
.mt-15{ margin-left: 15px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.display-block{ display: block; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-grey{
    background-color: #fcf9f5;
}
.bd-bottom{
    border-bottom: 2px solid #eee;
}
.bg-dark{
    background-color: var(--color4);
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.default_btn{
    font-family: "Work Sans",sans-serif;
    letter-spacing: 0;
    background-color: var(--color1);
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.default_btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222227;
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.default_btn:hover{
    color: #fff;
}
.default_btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}

.default_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

.btn-secondary {
    background-color: var(--color5);
    border-color: var(--color5);
}

.btn-secondary:hover {
    background-color: var(--color5h);
    border-color: var(--color5h);
}

.btn-danger {
    background-color: var(--color6);
    border-color: var(--color6);
}

.btn-danger:hover {
    background-color: var(--color6h);
    border-color: var(--color6h);
}

/*Section Heading*/
.section_heading{
}
.section_heading h3{
    color: var(--color2);
    font-weight: 400;
}
.section_heading h2{
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0;
}
.heading-line{
    margin-top: 20px;
    height: 10px;
    background: url(../img/heading-line.png) center center no-repeat;
    position: relative;
}
/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: var(--color3);
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.navbar-fixed-top.header-section{
    background-color: #222227;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #ddd;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #ddd;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/*Dropdown Style
==================*/
#mainmenu li ul{
    background-color: var(--color3);
    width: auto;
    min-width: 150px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    /* border-bottom: 1px solid #333; */
    display: block;
    position: relative;
    padding: 0;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    font-family: 'Work Sans', sans-serif;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #ddd;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    background-color: var(--color1);
    color: var(--color2);
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}
/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{
    position: relative;
}
ul.nav > li > a{
    color: var(--color2);
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
}

ul.nav li.phone{
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    color: #ddd;
    font-weight: 600;
    line-height: 80px;
    padding-left: 50px;
}
ul.nav li.phone i{
    color: var(--color1);
    margin-right: 5px;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    background: var(--color2);
    color: var(--color1);
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

.slicknav_nav {
    font-size: 16px;
}

/* Header Btn
===============*/

.menu-btn{
    background-color: #e50002;
    font-family: "Work Sans",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0;
}

@media (min-width: 993px) {

    a.header-btn-m {
        background-color: var(--color1);
        font-size: 12px;
        text-transform: uppercase;
        color: var(--color2)!important;
        /* padding: 10px 15px; */
        font-weight: 600;
    }
    
    a.header-btn-m:hover {
        background-color: var(--color2)!important;
        font-size: 12px!important;
        text-transform: uppercase!important;
        color: var(--color3)!important;
        /* padding: 10px 15px!important; */
        font-weight: 600!important;
    }
}

@media (max-width: 992px) {

    a.header-btn-m {
        background-color: var(--color1);
        font-size: 14px;
        text-transform: uppercase;
        color: var(--color2)!important;
        padding: 10px 15px;
        font-weight: 600;
    }
    
    a.header-btn-m:hover {
        background-color: var(--color3)!important;
        font-size: 14px!important;
        text-transform: uppercase!important;
        color: var(--color2)!important;
        padding: 10px 15px!important;
        font-weight: 600!important;
    }
}



.header-btn .menu-btn:hover{
    opacity: 0.8;
}
/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: -70px 0px 0px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: var(--color_font);
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: var(--color5);
}

/* ==========================================================================
    3.0 Slider Section
   ========================================================================== */
.slider_section{}
.main_slide{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px;
}
.slider_content{}
.slider_content h3{
    margin-bottom: 20px;
    color: #black;
}
.slider_content h1{
    margin-bottom: 20px;
    color: #black;
}
.slider_content p{
    margin-bottom: 20px;
    color: #black;
}
.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #black;
    width: 60px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
}

/* Hero w/ Background Video */
.hero_section{
    background-image: url("../img/hero-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.hero_section .video_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero_section .YTPOverlay{
    background-color: rgba(17,17,17,0.6);
}
.hero_section .hero_content{}
.hero_section .hero_content h3{
    color: #fff;
    margin-bottom: 20px;
}
.hero_section .hero_content h1{
    margin-bottom: 20px;
}
.hero_section .hero_content p{
    margin-bottom: 30px;
    color: #black;
}

/* ==========================================================================
    4.0 About Section
   ========================================================================== */
.about_section{
    background-color: var(--color3);
}
.about_section h3{}
.about_content h2{
    font-size: 36px;
    line-height: 46px;
    color: var(--color2);
    margin-bottom: 30px;
}
.about_content p{
    margin-bottom: 30px;
}
.about_section .about_content{}
.about_section .about_content img{
    margin-bottom: 20px;
}
.about_section .about_img img{
    width: 60%;
    border-radius: 5px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.about_section .about_img_2{
    margin: -180px 0 0 270px;
}
.about_section .about_img_3{
    margin: -260px 0 0 40px;
}
/*About Style 2
================*/
.about_video{
    position: relative;
}
.about_video img{
    border-radius: 3px;
    width: 100%;
}

.play-icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.play-icon a{
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: var(--color1);
    font-weight: bold;
    display: block;
    transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
    -webkit-animation: btn-anim 1s linear infinite;
    animation: btn-anim 1s linear infinite;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
@keyframes btn-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}
/* ==========================================================================
  Why Us Section
   ========================================================================== */
.why_section{
    position: relative;
}
.why_img{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.why_img .img{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}
.why_section {}
.why_contant {
    padding: 100px 0;
    padding-left: 15px;
}

why_section ul.list li{
    display: block;
    color: #777;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}
why_section ul.list li:before{
    background-color: var(--color1);
    font-family: 'ElegantIcons';
    content:  "\4e";
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-family: 'ElegantIcons';
    content: "\4e";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
/* ==========================================================================
   9.0 Service Section
   ========================================================================== */
.service_section{}
.service_content img{
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.service_content h3{
    font-size: 20px;
}
.service_content img:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.service_items .col-xs-6{
    padding: 15px;
}
.service_item{
    position: relative;
    overflow: hidden;
    color: #ddd;
    border-radius: 10px;
}
.service_item h3{
    color: #fff;
}
.service_item img{
    transition: all 0.9s ease-in-out;
    width: 100%;
}
.service_item:hover img{
    -webkit-filter: grayscale(1);
	filter: grayscale(1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1s ease-in-out;
}
.service_item .post_info{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.service_item .post_info a:hover{
    text-decoration: underline;
    opacity: 1;
}
/*Service Style 2
==================*/
.service_box{
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}
@media (min-width: 1200px) {
    .service_box {
        min-height: 280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service_box {
        min-height: 336px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .service_box {
        min-height: 255px;
    }
}
.service_box svg{
    color: var(--color1);
}
.service_box i{
    font-size: 50px;
    margin-bottom: 20px;
    color: var(--color1);
    display: block;
}
.service_box h3{
    font-size: 22px;
}
/* ==========================================================================
   Book Section
   ========================================================================== */
.book_section{
    background-color: #222227;
    position: relative;
}
.book_bg{
    background-image: url(../img/book-bg.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.map_pattern{
    background-image: url(../img/satellite-map.png);
    background-size: contain;
    background-position: right center;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.appointment_form .book_content{}
.appointment_form .book_content h2{
    color: #fff;
}
.appointment_form .book_content p{
    color: #999;
}
.appointment_form .book_content{
    margin-bottom: 30px;
}
.appointment_form{
    padding: 40px;
}
.appointment_form .form-group{
    margin-bottom: 0;
}
.appointment_form .form-control{
    background-color: transparent;
    height: 55px;
    border: 3px solid rgba(255,255,255,0.3);
    line-height: 52px;
    color: #fff;
    border-radius: 0;
}
.appointment_form .form-control:hover{
    border: 3px solid rgba(255,255,255,0.3);
}
.appointment_form .form-control:focus{
    border: 3px solid rgba(255,255,255,0.5);
    box-shadow: none;
}
select.form-control:not([size]):not([multiple]){
    height: 38px;
}
.nice-select.form-control{
    width: 100%;
    line-height: 52px;
    padding: 0 15px;
}
.nice-select.form-control{
    width: 100%;
    line-height: 34px;
    padding: 0 10px;
}
.nice-select.form-control{
    height: 38px;
}
.nice-select.form-control span{
    color: #495057;
    font-size: 1rem;
}
.nice-select .list{
    background-color: #222227;
    border-radius: 0;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    background-color: var(--color1);
}
.nice-select .option.selected{
    display: none;
}
.nice-select .option{
    border-bottom: 1px solid #444;
    line-height: 45px;
}
.appointment_form .default_btn{
    margin-top: 15px;
}
.appointment_form .default_btn:hover{
    cursor: pointer;
}
.appointment_form .default_btn:focus{
    border: none;
    outline: none;
}
#msg-status{
    display: none;
}
#msg-status.alert-danger,
#msg-status.alert-success{
    display: block;
    margin: 20px 0 0;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery_section{}
.gallery_section .portfolio_filter{
    display: block;
    text-align: center;
    overflow: hidden;
}
.gallery_section .portfolio_filter li{
    background-color: #eee;
    color: #111;
    border: 1px solid #ddd;
    display: inline-block;
    margin-left: -4px;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.gallery_section .portfolio_filter li.active{
    background-color: #00c4ff;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.gallery_section .portfolio_items{}
.gallery_section .portfolio_items li{
    padding: 1px;
}
.gallery_section .portfolio_items .portfolio_item{
    position: relative;
    overflow: hidden;
    margin: 0;
}
.gallery_section .portfolio_items .portfolio_item img{
    width: 100%;
}
.gallery_section .portfolio_items .portfolio_item .overlay{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.portfolio_items .portfolio_item:hover{
    -webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.portfolio_items .portfolio_item .overlay a {
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
}
.portfolio_items .portfolio_item .overlay h3{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}
.portfolio_items .portfolio_item .overlay span{
    display: block;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}
.portfolio_items .portfolio_item:hover .overlay span,
.portfolio_items .portfolio_item:hover .overlay h3{
    transform: translateY(0px);
    animation-delay: 0.2s;
    transition: all 0.6s ease-in-out;
}

/*Gallery Filter*/
.gallery_section .gallery_filter{
    display: block;
    text-align: center;
    overflow: hidden;
}
.gallery_section .gallery_filter li{
    font-family: "Work Sans",sans-serif;
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.gallery_section .gallery_filter li.active{
    color: var(--color1);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team_section{
    background-color: var(--color3);
}
.team_section .team_members{}
.team_section .team_members .col-xs-6{
    padding: 15px;
}
.team_section .team_members .team_member{
	position: relative;
	overflow: hidden;
}
.team_section .team_members .team_member img{
	width: 100%;
}
.team_section .team_members .team_member .overlay{
	background-color: rgba(158,138,120,0.8);
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
}
.team_section .team_members .team_member:hover .overlay{
	bottom: 0;
}
.team_section .team_members .team_member:hover img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.team_section .team_members .team_member .overlay h3{
	color: #fff;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
}
.team_section .team_members .team_member .overlay p{
	margin: 0 0 5px;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

/* ==========================================================================
   9.0 Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testimonial.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 200px 0;
}
.testimonial_section i{
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.testimonial_items{}
.testimonial_item{
    color: #fff;
    text-align: center;
}
.testimonial_item h4{
    font-size: 14px;
    margin: 0 0 25px;
}
.testimonial_item p{
    font-family: "Prata", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section .price_wrap{}
.pricing_items .col-md-4{
    padding: 15px;
}
.pricing_section .price_wrap h3{
    background-color: var(--color1);
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    margin: 0 0 20px;
}
.pricing_section .price_wrap .price_list{}
.pricing_section .price_wrap .price_list li{
    margin-bottom: 40px;
    position: relative;
}
.pricing_section .price_wrap .price_list li h4{
    position: relative;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 6px;
    overflow: hidden;
    width: 90%;
}
.pricing_section .price_wrap .price_list li h4:after{
    color: #bbb;
    content: "--------------------"
    "--------------------" "--------------------"
    "--------------------";
    font-weight: normal;
    margin-left: 10px;
    position: absolute;
    top: -2px;
    white-space: nowrap;
    width: 0;
}
.pricing_section .price_wrap .price_list li span.price{
    font-family: "Prata",sans-serif;
    font-size: 24px;
    color: var(--color1);
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
}
.pricing_section .price_wrap .price_list li p{
    margin: 0;
}
.pricing_section .menu_middle_content{}
.pricing_section .menu_middle_content img{
    width: 100%;
    margin-top: -30px;
    margin-bottom: 15px;
}

/* ==========================================================================
   Call To Action Section
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    padding: 200px 0;
    width: 100%;
}
.cta_section .cta_content h2{
    color: #fff;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 15px;
}
.cta_section .cta_content p{
    color: #ddd;
}
.pro_cta_content{}
.pro_cta_content h2{}
.pro_cta_content p{
    margin-bottom: 30px;
}
/* ==========================================================================
   Content Section
   ========================================================================== */
.content_section{}
.content_section .col-lg-4{
    padding: 0;
}
.content_wrap{
    position: relative;
}
.content_wrap:before{
    content: '';
    border: 2px solid rgba(255,255,255,0.3);
    position: absolute;
    right: 30px;
    left: 30px;
    top: 30px;
    bottom: 30px;
}
.content_wrap img{
    width: 100%;
}
.content_info{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px;
}
.content_inner{}
.content_inner h2{
    font-size: 42px;
    color: #fff;
}
.content_inner h3{
    color: #ddd;
    margin-bottom: 20px;
}
.content_inner a{
    background-color: var(--color1);
    padding: 0 30px;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.content_inner a:hover{
    opacity: 0.8;
}
/* ==========================================================================
   404 Eror Section
   ========================================================================== */
.not_found_section{
    padding: 120px 0;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{
    background-color: var(--color3);
}
.blog-wrap{}
.blog-classic .col-lg-12:not(:last-of-type){
    margin-bottom: 30px;
}
.blog-grid{ margin-top: -15px; }
.blog-item{
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.blog-item .blog-thumb{
    position: relative;
}
.blog-item .blog-thumb .category{
    background-color: var(--color1);
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans",sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
}
.blog-item .blog-thumb .category a{
    color: #fff;
}
.blog-item .blog-thumb img{
    width: 100%;
    margin: 0;
}
.blog-item .blog-thumb img:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.blog-content{
    background-color: #fff;
    padding: 30px;
}
.blog-content h3{
    line-height: 24px;
}
.blog-content h3 a{
    color: #303133;
    font-size: 18px;
    line-height: 28px;
}
.blog-content h3 a:hover{
    color: var(--color1);
}
.blog-content .read-more{
    font-family: "Work Sans",sans-serif;
    color: #303133;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}
.blog-content .read-more:hover{
    color: var(--color1);
}
.blog-content .read-more:before{
    background-color: var(--color1);
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
}
/* Pagination
=============== */
.pagination-wrap{}
.pagination-wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}
.pagination-wrap li a{
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #303133;
    font-weight: 600;
    border-radius: 2px;
}
.pagination-wrap li a:hover{
    background-color: var(--color1);
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.pagination-wrap li a.active{
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
}

/* Sidebar Style
=================*/
.sidebar-wrap{
    padding-left: 40px;
}
.sidebar-wrap .widget-content{
    margin-bottom: 40px;
}
.sidebar-wrap .widget-content h4{
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before{
    background-color: var(--color1);
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -10px;
}
.sidebar-wrap .widget-content .widget-links li a{
    color: #303133;
}
.sidebar-wrap .widget-content .widget-links li a:hover{
    text-decoration: underline;
}

/* Search Form Style
===================*/
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: #fcf9f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #303133;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 15px;
    color: #303133;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
    cursor: pointer;
}
.search-form input::-webkit-input-placeholder{
    color: #6a8695 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #6a8695 !important;
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #6a8695 !important;
}
.search-form input:-ms-input-placeholder{
    color: #6a8695 !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post{}
.thumb-post li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}
.thumb-post li:last-child{
    margin-bottom: 0;
}
.thumb-post li img{
    width: 100px;
    display: block;

}
.thumb-post li a{
    font-family: "Prata",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #303133;
    padding-left: 15px;
    letter-spacing: -0.5px;
}
.thumb-post li a:hover{
    color: var(--color1);
    text-decoration: underline;
}

/* Tag Cloud Style
==================*/
.widget-content .tags{}
.widget-content .tags li{
    display: inline-block;
}
.widget-content .tags li a{
    display: inline-block;
    background-color: var(--color1);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.widget-content .tags li a:hover{
    background-color: #303133;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb{}
.blog-thumb img{
    width: 100%;
    margin-bottom: 20px;
}
.blog-single-content{}
.blog-single-content h2 a{
    font-size: 28px;
    color: #303133;
}
.blog-single-content h2 a:hover{
    color: var(--color1);
}
.single-post-meta{
    margin-bottom: 20px;
}
.single-post-meta li{
    display: inline-block;
    margin-right: 20px;
}
.single-post-meta li i{
    font-size: 12px;
    color: var(--color1);
    margin-right: 5px;
}
.single-post-meta li a{
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #303133;
}
/* Blog Quote
===============*/
blockquote{
    background-color: #fcf9f5;
    padding: 40px;
    border-left: 4px solid var(--color1);
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
blockquote p{
    font-family: "Prata",sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #303133;
    font-size: 20px;

}
blockquote span{
    display: block;
    margin-top: 20px;
    color: #303133;
}

/* Post Tags Style
==================*/
.post-tags{
    margin-top: 30px;
}
.post-tags li{
    display: inline-block;
}
.post-tags li a{
    display: inline-block;
    background-color: var(--color1);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}
.post-tags li a:hover{
    background-color: #303133;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box Style
====================*/
.author-box{
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid var(--color1);
}
.author-box img{
    border-radius: 50%;
}
.author-info{
    padding-left: 30px;
}
.author-info h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.author-box .social-icon{}
.author-box .social-icon li{
    display: inline-block;
    margin-right: 8px;
}
.author-box .social-icon li a{
    font-size: 14px;
    color: #303133;
}
.author-box .social-icon li a:hover{
    color: var(--color1);
}

/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.post-navigation .col{
    padding: 20px;
}
.post-navigation .col:not(:last-of-type){
    border-right: 1px solid rgba(17,17,17,0.04);
}
.post-navigation .col a{
    color: #303133;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.post-navigation .col.next-post a{
    justify-content: flex-end;
}
.post-navigation .col i{
    display: inline-block;
    font-size: 14px;
}
.post-navigation .ti-arrow-left{
    margin-right: 10px;
}
.post-navigation .ti-arrow-right{
    margin-left: 10px;
}
.post-navigation .col a:hover{
    color: var(--color1);
}
.post-navigation .col.prev-post .fa{
    margin-right: 10px;
}
.post-navigation .col.next-post .fa{
    margin-left: 10px;
}

/* Comments Style
==================*/
.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}
.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17,17,17,0.05);
    padding: 35px;
}
.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}
.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}
.blog-single-wrap .comments-area .comments-title{
    font-size: 22px;
    font-weight: 600;
}
.blog-single-wrap .comments-area li > div{
    position: relative;
}
.blog-single-wrap .comments-area .comment-thumb{
    position: absolute;
    left: 35px;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-thumb .comment-img img{
    border-radius: 50%;
}
.blog-single-wrap .comments-area .comment-main-area{
    padding-left: 120px;
}
.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}
.blog-single-wrap .comments-area .comments-meta h4{
    font-family: "Prata", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}
.blog-single-wrap .comments-area .comments-meta h4 span{
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}
.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--color1);
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}
.blog-single-wrap .comments-area .comment-reply-link:before{
    background-color: var(--color1);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.blog-single-wrap .comments-area .comment-reply-link:hover{
    text-decoration: underline;
}
.blog-single-wrap .comment-respond {}
.blog-single-wrap .comment-respond .comment-reply-title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #fcf9f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}
.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: var(--color1);
}
.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}
.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
.blog-single-wrap .comment-respond .form-submit input{
    font-family: "Work Sans", sans-serif;
    max-width: 180px;
    background-color: var(--color1);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}
.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor_section{
    padding: 60px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

/* ==========================================================================
   12.0 Footer widget Section
   ========================================================================== */

/* footer {
    position: fixed;
}    */

.widget_section{
    background-color: #222227;
    padding: 100px 0;
}
.widget_social{
    display: block;
    text-align: left;
}
.widget_social li{
    display: inline-block;
}
.widget_social li a{
    color: #777;
    font-size: 12px;
    margin-right: 20px;
}
.widget_social li a:hover{
    color: var(--color1);
}
.opening_time{}
.opening_time li{
    color: #999;
    line-height: 35px;
}
.footer_widget{
    color: #fff;
}
.footer_widget h3{
    color: #fff;
}
.footer_widget p{
    color: #999;
}
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form p{
    color: #999;
}
.subscribe_form .form_input{
    display: block;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .form_input:focus{
    box-shadow: none;
    outline: none;
}
.subscribe_form .submit{
    background-color: var(--color1);
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #DEAA6E;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-error{
    color: #B60000;
}
.subscription-success{
    color: #333;
}
.subscribe_form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe_form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}
.subscribe_form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder{
   color: #ddd !important;
}

/* ==========================================================================
   14.0 Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    background-color: #222227;
    border-top: 1px solid #333;
    padding: 30px 0;
    z-index: 2;
    width: 100%;
}
.footer_section .copyright{
    font-size: 14px;
    color: #ddd;
}
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    font-family: "Work Sans",sans-serif;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}
.footer_social li a:hover{
    color: var(--color1);
}

/* ==========================================================================
   15.0 Page Style Section
   ========================================================================== */
/*Page Header */
.page_header{
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}
.page_header .section_heading{}
.page_header .section_heading h2{
    color: #fff;
}
.page_content_section{
    border-bottom: 2px solid #eee;
}
.page_content_wrap {
    padding: 35px 0;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.breadcrumb li{}
.breadcrumb li a{
    color: #ddd;
}
.breadcrumb li a:hover{
    color: #fff;
}


/* ==========================================================================
   27.0 Contact Section
   ========================================================================== */
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
}
.contact-info h3{
    line-height: 28px;
    margin-bottom: 20px;
}
.contact-info h4{
    font-size: 15px;
    line-height: 28px;
}
.contact-info span{
    margin-right: 5px;
}
/* Form Style
===============*/
.contact-form{
    background-color: #fff;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}
.form-control{
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eee;
}
.form-control:focus{
    border-color: var(--color1);
    box-shadow: none;
    outline: none;
}
.form-group .default-btn{
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/* Google Map*/
#google-map{
    width: 100%;
    height: 400px;
}

/* ==========================================================================
   18.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: var(--color1);
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #897666;
    color: #fff;
}

.btn-info {
    color-background: red;
}

.btn {
    padding: 6px 12px;
    font-size: 16px;
}

.myborder {
	border-radius: 6px;
	padding: 6px 12px;
	margin-bottom: 6px;
    width: 100%;
    background-color: var(--color_field);
    color: var(--color_font);
    font-weight: 400;
    font-size: 16px;
}

.myborder-hover:hover {
    background-color: var(--color4);
    color: var(--color2);
}

.sidebar-style {
    position: relative;
    top: 80px;
}

.sidebar-style a {
    color: #ffffff;
}

.main-page {
    margin-top: 100px;
    margin-bottom: 20px;
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}
.offset-13 {
    margin-left: 15%
}
@media (min-width: 768px) {

    .offset-13 {
        margin-left: 13%
    }
    .mb-mobile {
    margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .h1-account {
        margin-bottom: 2px;
    }
    /* .mb-mobile {
    margin-bottom: 20px;
    } */

}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: var(--color_card);
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 6px;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 4px 4px
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.h1-account {
    font-size: 30px;
    font-weight: 600;
}

#main .card-body a {
    color: #212529;
}

#main .btn {
    color: #ffffff!important;
}

.auth-card {
    max-width: 350px;
    z-index: 2;
}

.w-100 {
    width: 100% !important;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100vh
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.pl-3,
.px-3 {
    padding-left: 1.143rem !important
}

.pr-3,
.px-3 {
    padding-right: 1.143rem !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.auth-card {
    max-width: 350px;
    z-index: 2
}

.card {
    /* margin-bottom: 1.143rem; */
    box-shadow: rgba(0, 0, 0, .1)0 0 1px
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 4px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.cs-register-page {
    margin-top: 90px;
    min-height: 100vh;
}

.delete-button {
    width: 100%;
    height: 90%;
}

.btn-info {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color1);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: var(--color3);
    background-color: var(--color1);
    border-color: var(--color1);
}

.btn-info:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2);
}

/* .main_slide {

} */

@media (min-width: 1600px) {
    .slider_content-static {
        position: absolute;
        top: 230px;
        left: 210px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 330px 0px;
        position: relative;
    }
    .slider_krug {
        position: absolute;
        top: 144px;
        right: 210px;
        z-index: 9;
    }
    .krug {
        height: 500px;
        width: 500px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .slider_content-static {
        position: absolute;
        top: 230px;
        left: 210px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 330px 0px;
        position: relative;
    }
    .slider_krug {
        position: absolute;
        top: 144px;
        right: 30px;
        z-index: 9;
    }
    .krug {
        height: 500px;
        width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider_content-static {
        position: absolute;
        top: 115px;
        left: 80px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 218px 0px;
        position: relative;
        margin-top: 60px;
    }
    .slider_krug {
        position: absolute;
        top: 30px;
        right: 10px;
        z-index: 9;
    }
    .krug {
        height: 400px;
        width: 400px;
    }
}

@media (min-width: 881px) and (max-width: 991px) {
    .slider_content-static {
        position: absolute;
        top: 85px;
        left: 80px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 170px 0px;
        position: relative;
        margin-top: 60px;
    }
    .slider_content-static h1 {
        line-height: 40px;
    }
    .slider_krug {
        position: absolute;
        top: 17px;
        right: 95px;
        z-index: 9;
    }
    .krug {
        height: 320px;
        width: 320px;
    }
}

@media (min-width: 645px) and (max-width: 880px) {
    .slider_content-static {
        position: absolute;
        top: 85px;
        left: 36px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 170px 0px;
        position: relative;
        margin-top: 60px;
    }
    .slider_content-static h1 {
        line-height: 40px;
    }
    .slider_krug {
        position: absolute;
        top: 17px;
        right: 6px;
        z-index: 9;
    }
    .krug {
        height: 320px;
        width: 320px;
    }
}

@media (min-width: 576px) and (max-width: 644px) {
    .slider_content-static {
        position: absolute;
        top: 85px;
        left: 36px;
        z-index: 9;
    }
    .service_banner {
        background-size: cover;
        padding: 170px 0px;
        position: relative;
        margin-top: 60px;
    }
    .slider_content-static h1 {
        line-height: 40px;
    }
    .slider_krug {
        position: absolute;
        top: 75px;
        right: 50px;
        z-index: 9;
    }
    .krug {
        height: 200px;
        width: 200px;
    }
}

@media (max-width: 575px) {
    .slider_content-static {
        position: absolute;
        top: 330px;
        left: 38px;
        z-index: 9;
    }
    .service_banner {
        padding: 260px 0px;
        position: relative;
        margin-top: 60px;
        background-repeat: no-repeat;
        background-position: 40px 100px;
    }
    .slider_content-static h1 {
        line-height: 36px;
    }
    .slider_krug {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 9;
    }
    .krug {
        height: 320px;
        width: 320px;
    }
}

.current-offer {
    font-weight: 600;
    background-color: #868686;
    color: var(--color2);
}

.chosen {
    background-color: var(--chosen_card)!important;
    color: var(--color4)!important;
}

.form-group {
    color: var(--color_font);
}

.card-header {
    background-color: var(--color3);
    color: var(--color2);
    font-weight: 200;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-6 {
    border-radius: 6px;
}

.btn {
    border-radius: 6px;
}

.scrollspy-message {
    position: relative;
    height: 320px;
    margin-top: .5rem;
    overflow: auto;
}

#main .card-header a {
    color: var(--color2);
}

.form-date {
    width: 60%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eee;
}

.form-time {
    width: 60%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eee;
}

.form-price {
    width: 40%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #eee;
}

@media (min-width: 577px) and (max-width: 767px) {
    .form-date {
        width: 88%;
    }
    .form-time {
        width: 88%;
    }
    .form-price {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .form-date {
        width: 80%;
    }
    .form-time {
        width: 80%;
    }
    .form-price {
        width: 80%;
    }
}


.form-group label {
    font-weight: 600;
}

#list .form-group {
    margin-bottom: 8px;
}

#list .myborder {
    margin-bottom: 0px;
}

.point-click:hover {
    background-color: var(--color1);
    color: var(--color2);
}

#list .card-body {
    min-height: 341px;
}

@media (max-width: 1199px) {
    #list .card-body {
        min-height: auto;
    }
}

.danger-field .form-control{
    border-color: red;
}
.danger-message li{
    color: red;
}

/* Rating stars */

.simple-rating {
    position: relative;
    display: inline-block;
}

.simple-rating__item {
    margin: 0 15px;
    width: 16px;
    height: 16px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}

.star-1 {
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 24px;
    z-index: 997;
}

.star-2 {
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 70px;
    z-index: 996;
}

.star-3 {
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 116px;
    z-index: 996;
}

.star-4 {
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 162px;
    z-index: 996;
}

.star-5 {
    width:30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 208px;
    z-index: 996;
}

.star-gold-1 {
    width:32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: 23px;
    z-index: 997;
    visibility: hidden;
}

.star-gold-2 {
    width:32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: 69px;
    z-index: 997;
    visibility: hidden;
}

.star-gold-3 {
    width:32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: 115px;
    z-index: 997;
    visibility: hidden;
}

.star-gold-4 {
    width:32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: 161px;
    z-index: 997;
    visibility: hidden;
}

.star-gold-5 {
    width:32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -11px;
    left: 207px;
    z-index: 997;
    visibility: hidden;
}

.simple-rating__items {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    display: flex!important;
}

.simple-rating__label {
    transform: scale3d(1.0, 3.5, 0.5);
}

.star-rate {
    width: 30px;
    height: 30px;
}

.card-offer {
    min-height: 288px;
}

@media (max-width: 1199px) {
    .card-offer {
        min-height: auto;
    }
}

.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--color1);
    border-color: var(--color1);
}

/* District map*/

.map-block-label {
    cursor: pointer;
}

.map-block-label:hover {
    background-color: var(--color3);
    border-radius: 8px;
    color: var(--color2);
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 600;
}

.map-block-label.active {
    background-color: var(--color1);
    border-radius: 8px;
    color: var(--color2);
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 600;
}

.modal-map {
    height: 720px;
}

.map-block {
    position: relative;
}

.img-map {
    position: absolute;
    left: 150px;
    width: 950px;
}

.map-block-input {
    cursor: pointer;
    opacity: 0;
}

.map-vienna {
    height: auto;
    position: absolute;
}

#id_district_0 {
    cursor: pointer;
    position: absolute;
}

.map-lower_austria {
    height: auto;
    position: absolute;
}

#id_district_1 {
    cursor: pointer;
    position: absolute;
}

.map-upper_austria {
    height: auto;
    position: absolute;
}

#id_district_4 {
    cursor: pointer;
    position: absolute;
}

.map-burgenland {
    height: auto;
    position: absolute;
}

#id_district_2 {
    cursor: pointer;
    position: absolute;
}

.map-carinthia {
    height: auto;
    position: absolute;
}

#id_district_6 {
    cursor: pointer;
    position: absolute;
}

.map-east_tyrol {
    height: auto;
    position: absolute;
}

#id_district_8 {
    cursor: pointer;
    position: absolute;
}

.map-north_tyrol {
    height: auto;
    position: absolute;
}

#id_district_7 {
    cursor: pointer;
    position: absolute;
}

.map-salzburg {
    height: auto;
    position: absolute;
}

#id_district_5 {
    cursor: pointer;
    position: absolute;
}

.map-styria {
    height: auto;
    position: absolute;
}

#id_district_3 {
    cursor: pointer;
    position: absolute;
}

.map-vorarlberg {
    height: auto;
    position: absolute;
}

#id_district_9 {
    cursor: pointer;
    position: absolute;
}

#mapModal .modal-footer {
    border-top: none;
}

@media (max-width: 575px) {
    .img-map {
        left: 0;
        top: 235px;
        max-width: 370px;
    }
    #id_district_0 {
        top: 285px;
        left: 307px;
        width: 30px;
        height: 30px;
    }
    
    #id_district_1 {
        top: 263px;
        left: 236px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_4 {
        top: 279px;
        left: 168px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_2 {
        top: 323px;
        left: 303px;
        width: 60px;
        height: 60px;
    }
    
    #id_district_6 {
        top: 374px;
        left: 171px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_8 {
        top: 375px;
        left: 125px;
        width: 40px;
        height: 40px;
    }
    
    #id_district_7 {
        top: 339px;
        left: 59px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_5 {
        top: 338px;
        left: 148px;
        width: 50px;
        height: 50px;
    }
    
    #id_district_3 {
        top: 332px;
        left: 225px;
        width: 70px;
        height: 70px;
    }

    #id_district_9 {
        top: 342px;
        left: -5px;
        width: 56px;
        height: 56px;
    }
    .dist-several {
        position: absolute;
        top: 418px;
        left: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .img-map {
        left: 0;
        top: 235px;
        max-width: 468px;
    }
    #id_district_0 {
        top: 304px;
        left: 390px;
        width: 34px;
        height: 34px;
    }
    
    #id_district_1 {
        top: 273px;
        left: 304px;
        width: 86px;
        height: 86px;
    }
    
    #id_district_4 {
        top: 286px;
        left: 219px;
        width: 86px;
        height: 86px;
    }
    
    #id_district_2 {
        top: 351px;
        left: 384px;
        width: 66px;
        height: 66px;
    }
    
    #id_district_6 {
        top: 410px;
        left: 232px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_8 {
        top: 419px;
        left: 161px;
        width: 40px;
        height: 40px;
    }
    
    #id_district_7 {
        top: 377px;
        left: 70px;
        width: 80px;
        height: 80px;
    }
    
    #id_district_5 {
        top: 356px;
        left: 178px;
        width: 76px;
        height: 76px;
    }
    
    #id_district_3 {
        top: 359px;
        left: 290px;
        width: 87px;
        height: 87px;
    }

    #id_district_9 {
        top: 375px;
        left: 2px;
        width: 56px;
        height: 56px;
    }
    .dist-several {
        position: absolute;
        top: 470px;
        left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-map {
        left: 1px;
        top: 255px;
        max-width: 463px;
    }
    #id_district_0 {
        top: 319px;
        left: 390px;
        width: 34px;
        height: 34px;
    }
    
    #id_district_1 {
        top: 288px;
        left: 304px;
        width: 86px;
        height: 86px;
    }
    
    #id_district_4 {
        top: 301px;
        left: 219px;
        width: 86px;
        height: 86px;
    }
    
    #id_district_2 {
        top: 366px;
        left: 384px;
        width: 66px;
        height: 66px;
    }
    
    #id_district_6 {
        top: 425px;
        left: 232px;
        width: 70px;
        height: 70px;
    }
    
    #id_district_8 {
        top: 434px;
        left: 161px;
        width: 40px;
        height: 40px;
    }
    
    #id_district_7 {
        top: 392px;
        left: 70px;
        width: 80px;
        height: 80px;
    }
    
    #id_district_5 {
        top: 371px;
        left: 178px;
        width: 76px;
        height: 76px;
    }
    
    #id_district_3 {
        top: 374px;
        left: 290px;
        width: 87px;
        height: 87px;
    }

    #id_district_9 {
        top: 390px;
        left: 2px;
        width: 56px;
        height: 56px;
    }
    .dist-several {
        position: absolute;
        top: 475px;
        left: 20px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .img-map {
        left: 60px;
        top: 163px;
        max-width: 650px;
    }
    #id_district_0 {
        top: 255px;
        left: 602px;
        width: 50px;
        height: 50px;
    }
    
    #id_district_1 {
        top: 216px;
        left: 478px;
        width: 121px;
        height: 121px;
    }

    #id_district_4 {
        top: 220px;
        left: 359px;
        width: 120px;
        height: 120px;
    }
    
    #id_district_2 {
        top: 306px;
        left: 598px;
        width: 130px;
        height: 130px;
    }
    
    #id_district_6 {
        top: 410px;
        left: 373px;
        width: 110px;
        height: 110px;
    }
    
    #id_district_8 {
        top: 416px;
        left: 269px;
        width: 80px;
        height: 80px;
    }
    
    #id_district_7 {
        top: 327px;
        left: 150px;
        width: 135px;
        height: 135px;
    }
    
    #id_district_5 {
        top: 323px;
        left: 307px;
        width: 110px;
        height: 110px;
    }

    #id_district_3 {
        top: 338px;
        left: 467px;
        width: 125px;
        height: 125px;
    }
    
    #id_district_9 {
        top: 338px;
        left: 26px;
        width: 120px;
        height: 120px;
    }
    .dist-several {
        position: absolute;
        top: 490px;
        left: 20px;
    }
}


@media (min-width: 1201px) {
    .img-map {
        left: 150px;
        width: 950px;
    }
    #id_district_0 {
        top: 147px;
        left: 954px;
        width: 50px;
        height: 50px;
    }
    
    #id_district_1 {
        top: 70px;
        left: 764px;
        width: 190px;
        height: 190px;
    }
    
    #id_district_4 {
        cursor: pointer;
        position: absolute;
        top: 125px;
        left: 600px;
        width: 170px;
        height: 170px;
    }
    
    #id_district_2 {
        cursor: pointer;
        position: absolute;
        top: 230px;
        left: 938px;
        width: 130px;
        height: 130px;
    }
    
    #id_district_6 {
        cursor: pointer;
        position: absolute;
        top: 372px;
        left: 601px;
        width: 148px;
        height: 148px;
    }
    
    #id_district_8 {
        cursor: pointer;
        position: absolute;
        top: 363px;
        left: 463px;
        width: 100px;
        height: 100px;
    }
    
    #id_district_7 {
        cursor: pointer;
        position: absolute;
        top: 253px;
        left: 297px;
        width: 180px;
        height: 180px;
    }
    
    #id_district_5 {
        cursor: pointer;
        position: absolute;
        top: 262px;
        left: 526px;
        width: 130px;
        height: 130px;
    }
    
    #id_district_3 {
        cursor: pointer;
        position: absolute;
        top: 262px;
        left: 739px;
        width: 170px;
        height: 170px;
    }
    
    #id_district_9 {
        cursor: pointer;
        position: absolute;
        top: 285px;
        left: 143px;
        width: 120px;
        height: 120px;
    }
    .dist-several {
        position: absolute;
        top: 490px;
        left: 20px;
    }
}

.modal-title {
    color: var(--color4);
    font-size: 22px;
    font-weight: 600;
}

#my-check-box label {
    margin-bottom: 0ch;
    cursor: pointer;
}

#my-check-box .my-check-box {
    padding: 0;
}

@media (max-width: 575px) {
    #my-check-box .my-check-box {
        padding: 0 12px;
    }
}

.my-checkbox {
    transform: scale(2.8);
    margin: 12px 10px 0 0;
}

#my-check-box .row {
    margin-bottom: 10px;
}

.upload-file .form-control {
    padding: 5px 10px;
}

.red-district {
    background-color: red;
    color: var(--color2);
}

.termin-label {
    cursor: pointer;
    display: block;
}

.termin-label .myborder:hover {
    background-color: var(--color3);
    color: var(--color2);
    font-weight: 600;
}

.termin-label.active .myborder {
    background-color: var(--color1);
    color: var(--color2);
    font-weight: 600;
}

.input-termin-hide {
    opacity: 0;
}

.btn:disabled {
    background-color: #9fa3a9;
    border-color: #9fa3a9;
}

.modal-footer {
    display: block;
    justify-content: center;
}

.my-form-price {
    width: 50%;
    display: inline;
}

#price-check-box .form-control {
    width: 20%;
    display: inline;
}

#price-check-box .price-from {
    padding-bottom: 2px;
}

#price-check-box {
    position: relative;
}

.price-from {
    position: absolute;
    top: 8px;
}

.my-form-price-check {
    position: absolute;
    left: 100px;
}

.text-small {
    font-size: 16px;
}

.register-form {
    min-height: 380px;
}

.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color:#fff
}

.lightbox-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:#fff
}

@media (max-width:767px){
    .lightbox-gallery h2{
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px
    }
}

.lightbox-gallery .intro{
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom:0
}

.lightbox-gallery .photos{
    padding-bottom:20px
}

.lightbox-gallery .item{
    padding-bottom:30px
}

.page-inner {
    margin-top: 60px;
    height: 100vh;
}

@media (max-width:1206px){
    .page-inner {
        margin-top: 40px;
        height: 100%;
    }
}

@media (min-width:1200px){
    .uid-website-margin {
        margin-top: 26px;
    }
}

.card-message {
    border: 1px solid rgba(0, 0, 0, .125);
}

.btn-archive {
    position: relative;
}

.len-archive {
    position: absolute;
    top: -1px;
    left: -83px;
}

.gotochat {
    text-decoration: underline;
    font-size: 18px;
    color: var(--color3);
}

.gotochat:hover {
    color: var(--color1);
}

a.gotochat-orange {
    text-decoration: underline;
    font-size: 18px;
    color: var(--color3)!important;
}

a.gotochat-orange:hover {
    color: var(--color2)!important;
}

.chatpreview:hover {
    background-color: var(--color1);
    color: var(--color2);
}

.del-termin {
    cursor: pointer;
}

@media (min-width:1200px){
    .message-corner {
        position: fixed;
        bottom: 50px;
        right: 50px;
        width: 320px;
        height: 0;
    }
    .message-corner.active {
        transition: 1s;
        height: 240px;
    }
}
@media (max-width:1199px){
    .message-corner {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 320px;
        height: 0;
    }
    .message-corner.active {
        transition: 1s;
        height: 240px;
    }
}

#message-from-name,
#message-text,
#close-message {
    opacity: 0;
}

#message-from-name.active,
#message-text.active,
#close-message.active {
    opacity: 1;
    transition: 2s;
}

.message-st {
    background-color: #e08a21b0;
    padding: 14px 14px;
    border-radius: 8px;
    margin-top: 10px;
}

.message-cs {
    background-color: #3e72d2ab;
    padding: 14px 14px;
    border-radius: 8px;
    margin-top: 10px;
}

.scrollspy-message h4 {
    font-size: 0px;
}

.card-messanger {
    margin-bottom: 0;
    border: none;
}

/* navigation */
.navigation {
    position: fixed;
    background: var(--color3);
    overflow: hidden;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.3);
    border-left: 10px var(--color3);
    border-radius: 50px;
    transition: 0.5s;
    z-index: 9;
}
@media (min-width: 1200px) {
    .navigation {
        inset: 0 20px 20px 20px;
        width: 80px;
    }
}
@media (max-width:1199px) {
    .navigation {
        inset: 0 20px 20px 0;
        width: 60px;
    }
}
.navigation.active {
    width: 210px;
    border-radius: 36px;
}
#navigation .title,
#navigation .icon {
    color: var(--color2);
}

.toggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: var(--color2);
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:1200px){
    .toggle {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }
}
@media (max-width:1199px){
    .toggle {
        bottom: 13px;
        right: 11px;
        width: 38px;
        height: 38px;
    }
}
.toggle::before{
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: var(--color3);
    transform: translateY(-5px);
    transition: 1s;
}
.toggle::after{
    content: '';
    position: absolute;
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: var(--color3);
    transform: translateY(5px);
    transition: 1s;
}
.navigation.active .toggle::before {
    transform: translateY(0px) rotate(-405deg);
}
.navigation.active .toggle::after {
    transform: translateY(0px) rotate(225deg);
}
.navigation ul {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}
.navigation ul li {
    position: relative;
    list-style: none;
    width: 100%;
    margin: 10px;
}
@media (min-width:1200px){
    .navigation ul li {
        margin: 5px;
    }
    .nav-point {
        padding: 6px 17px;
    }
}
@media (max-width:1199px){
    .navigation ul li {
        margin: 5px;
    }
    .nav-point {
        padding: 6px 13px;
    }
}
.navigation ul li:hover {
    background-color: #6895e8;
    color: var(--color2);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.navigation ul li:hover:not(:first-child) a {
    color: var(--color3);
}
.navigation ul li a {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    text-decoration: none;
    color: var(--color2);
}
.navigation ul li a .title {
    position: relative;
    display: block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    text-align: start;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
}
.navigation ul li a .icon {
    position: relative;
    display: block;
    min-width: 30px;
    height: 40px;
    line-height: 39px;
    text-align: center;
}
@media (min-width:1200px){
    .navigation ul li a .icon {
        min-width: 35px;
    }
}
@media (max-width:1199px){
    .navigation ul li a .icon {
        min-width: 20px;
    }
}

.nav-point.active {
    background-color: var(--color5);
    color: var(--color2);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.nav-bar-padding {
    padding-left: 0;
}

.nav-bar-padding-top {
    padding: 10px 0;
}

.top-35 {
    top: 35%!important;
}
.end-m50 {
    right: -50%;
}

.chatpreview {
    position: relative;
}

.mes-ind {
    position: absolute;
    top:18px;
    left:18px;
}

.btn-primary {
    background-color: var(--color3);
}

a.btn-back {
    font-size: 16px;
    color: #42464a;
}

a.btn-back:hover {
    color: var(--color3);
    border-bottom: 1px solid currentColor;
}

.alert {
    margin-left: 10px;
    margin-right: 10px;
}

.card-messanger .card-header {
    margin-bottom: 5px;
}

.errorlist li{
    color: red;
}

.active-offer {
    background-color: var(--color3);
}

@media (min-width:1200px){
    .scrollspy-message.archive-mes {
        height: 630px;
    }
    .scrollspy-message {
        height: 320px;
    }
}
@media (max-width:1199px){
    .scrollspy-message.archive-mes {
        height: 510px;
    }
    .scrollspy-message {
        height: 260px;
    }
}

h5.error {
    color:red;
}

#services-list li {
    color: var(--color2);
}

#how-works h3,
#how-works h2 {
    color: var(--color4);
}

.current_tickets {
    position: absolute;
    top: 50%;
    left: 120%;
}
